Skip to content

Explore papers related to the 'ZeroHunger' SDG topic. A Django prototype made during a hack day.

License

Notifications You must be signed in to change notification settings

lambdamusic/zerohunger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zerohunger

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

Tech info

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:

Dimensions API credentials

Copy the local settings file first:

cp local_settings_example.py local_settings.py

Then update the Dimensions API credentials as needed:

DIMENSIONS_USR = ""
DIMENSIONS_PSW = ""

Status

This project is here for documentation purposes and is no longer under development.