Exploration tool for scholarly articles related to the Zero Hunger topic, part of the Sustainable Development Goals (SDGs) initiative.
This prototype was developed during the SDGs Springer Nature hack day.
More info: https://www.michelepasin.org/projects/zerohunger2018/index.html
This is a Django app which is mirrored in local using wget and rendered as a static site in /docs.
To experience all the app functionalities, it should be run using Django and a web server.
The docs folder contains a static version of the site, which is accessible at:
Copy the local settings file first:
cp local_settings_example.py local_settings.pyThen update the Dimensions API credentials as needed:
DIMENSIONS_USR = ""
DIMENSIONS_PSW = ""This project is here for documentation purposes and is no longer under development.