Read, collaborate and talk about scientific papers.
- Install Postgres
- Install
pandoc
to support references extraction from here: https://pandoc.org/installing.html - Install
pdftotext
to support acronyms extraction:sudo apt-get install poppler-utils
- Create your Python 3.7 virtual env
- Create
.env
file based on the.env_example
and fill out the values - Run
flask fetch-papers
to grab some papers (you can stop the function after fetching ~200 papers) - Run
flask run
- See
SciHive.postman_collection.json
for some examples of queries
- Repeat steps 2-5
- Run
sh restart_server.sh
###Changelog
- May 31, 2019 - Acronym extraction and enrichment (from other papers)