Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdamusic/zerohunger
Explore papers related to the 'ZeroHunger' SDG topic. A Django prototype made during a hack day.
https://github.com/lambdamusic/zerohunger
dimensions django scholarly-articles springernature sustainable-development-goals
Last synced: 1 day ago
JSON representation
Explore papers related to the 'ZeroHunger' SDG topic. A Django prototype made during a hack day.
- Host: GitHub
- URL: https://github.com/lambdamusic/zerohunger
- Owner: lambdamusic
- License: mit
- Created: 2021-12-21T01:13:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T18:28:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T15:55:13.932Z (about 1 month ago)
- Topics: dimensions, django, scholarly-articles, springernature, sustainable-development-goals
- Language: HTML
- Homepage: https://zerohunger.michelepasin.org/
- Size: 20.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zerohunger
Exploration tool for scholarly articles related to the [Zero Hunger](https://en.wikipedia.org/wiki/Sustainable_Development_Goals#Goal_2:_Zero_hunger) topic, part of the Sustainable Development Goals (SDGs) initiative.
This prototype was developed during the [SDGs Springer Nature hack day](http://www.michelepasin.org/blog/2019/02/11/zero-hunger-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:
* http://zerohunger.michelepasin.org/
## Dimensions API credentials
Copy the local settings file first:
```bash
cp local_settings_example.py local_settings.py
```Then update the [Dimensions API](https://docs.dimensions.ai/dsl) credentials as needed:
```python
DIMENSIONS_USR = ""
DIMENSIONS_PSW = ""
```## Status
This project is here for documentation purposes and is no longer under development.