Skip to content

An interactive map of case studies produced by the Early Intervention Foundation.

Notifications You must be signed in to change notification settings

entropy-office/eif_case_map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eif-submit

Project

This dashboard provides an interactive visualization of the location and intervention aspects of various early intervention case studies, as provided by the Early Intervention Foundation (EIF).

Code

Run dashboard

To run the dashboard, use:

docker-compose build
docker-compose up

and then navigate to the port http://0.0.0.0:80

Project structure

  • app/ - All scripts, assets and data related to the dashboard
  • eif_case_map_venv/ - Python virtual environment
  • .env - Environment variables for application services
  • docker-compose.yml - Docker compose file
  • Dockerfile - Docker file

Contributing

To contribute to this project, please also update the virtual environment. You can activate the python venv with:

source eif_case_map_venv/bin/activate

Any new dependencies should be install within this environment with something like:

pip3 install foo

If any new dependencies are added, please include them in the app/requirements.txt with:

pip3 freeze > app/requirements.txt

About

An interactive map of case studies produced by the Early Intervention Foundation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.9%
  • CSS 42.7%
  • Other 1.4%