Search engine for bibliography related to covid-19 from:
- COVID-19 Open Research Dataset (CORD-19). 2020. Version 2020-03-13. Retrieved from https://pages.semanticscholar.org/coronavirus-research. Accessed 2020-03-23. doi:10.5281/zenodo.3715506
pip install -r requirements.txt
python app.py
- Title of Paper
- Abstract of Paper
- Authors
- Doi url
cd project
git init
heroku create
heroku git:remote -a herokuappname
git add .
git commit -am "make it better"
git push heroku master