diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..31fccfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/README.md b/README.md index 5948ca4..0c0e3fa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ We started collaborating with the [WebMemex project](https://github.com/WebMemex/memextension) and are in the mode of porting all the features of WorldBrain there and refactoring the code (Yes, we know, it's a complete hack-job, a big, fat house of cards). As we are in porting mode, be not surprised, if you see no action in this repo. # WorldBrain's (Re)search-Engine +[![Backers on Open Collective](https://opencollective.com/research-engine/backers/badge.svg)](#backers) +[![Sponsors on Open Collective](https://opencollective.com/research-engine/sponsors/badge.svg)](#sponsors) + **Welcome to the WorldBrain project. We work on the goal of an increased (scientific) literacy in our global society through a better overall information quality on the internet.** Doing so by developing open-source search tools for professional web-researchers like science communicators, (STEM-) students, journalists, librarians and online debaters to effortlessly find, rate and share qualitative and trustworthy web content/notes with their friends, followers and the public. ([Watch the 3.5 min Vision Video](http://worldbrain.io/vision)) @@ -122,9 +125,81 @@ Check [this StackOverflow thread](http://stackoverflow.com/questions/39727920/ca This tool is originally released under the name "[Falcon](https://github.com/lengstrom/falcon)" and will be further developed to fit the needs of the scientific research community. The original programmers are [@andrewilyas](https://github.com/andrewilyas) and [@lengstrom](https://github.com/lengstrom). +## Backers + +Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/research-engine#backer)] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## Sponsors + +Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/research-engine#sponsor)] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ## License Currently the (Re)search-Engine is released under GPL-3, as this has been the license of *Falcon*. We aim to release it under a more liberal license (CC0, MIT, BSD-2/3) as soon as we have replaced all the code from the original Falcon tool. -Our goal is to provide a set of reusable libraries, so that this client can be adapted to as many work-flows as possible. +Our goal is to provide a set of reusable libraries, so that this client can be adapted to as many work-flows as possible. diff --git a/package.json b/package.json index 4645ba5..3c64a82 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "cheerio": "^0.22.0", "fs": "0.0.1-security", "lodash": "^4.17.4", - "npm-run-all": "^4.0.0" + "npm-run-all": "^4.0.0", + "opencollective": "^1.0.3" }, "devDependencies": { "cpx": "^1.5.0", @@ -24,7 +25,8 @@ "watch:copy-assets": "cpx 'src/assets/**/*.*' build/assets --watch", "build:browserify": "mkdir -p ./build/js && browserify src/js-browserify/download_urls.js -o build/js/bundle.js", "watch:browserify": "mkdir -p ./build/js && watchify src/js-browserify/download_urls.js -o build/js/bundle.js", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "postinstall": "opencollective postinstall" }, "repository": { "type": "git", @@ -35,5 +37,10 @@ "bugs": { "url": "https://github.com/WorldBrain/Research-Engine/issues" }, - "homepage": "https://github.com/WorldBrain/Research-Engine#readme" + "homepage": "https://github.com/WorldBrain/Research-Engine#readme", + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/research-engine", + "logo": "https://opencollective.com/opencollective/logo.txt" + } }