├── .github └── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── README.md ├── materials ├── Agenda_Hackathon - Final.pdf └── Encl_ConceptNote.pdf └── workshop_data ├── README.txt └── hackathon_geodata.rds /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @miroslavlevar 2 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHO-Collaboratory/collaboratory-epipipeline-community/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHO-Collaboratory/collaboratory-epipipeline-community/HEAD/README.md -------------------------------------------------------------------------------- /materials/Agenda_Hackathon - Final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHO-Collaboratory/collaboratory-epipipeline-community/HEAD/materials/Agenda_Hackathon - Final.pdf -------------------------------------------------------------------------------- /materials/Encl_ConceptNote.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHO-Collaboratory/collaboratory-epipipeline-community/HEAD/materials/Encl_ConceptNote.pdf -------------------------------------------------------------------------------- /workshop_data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHO-Collaboratory/collaboratory-epipipeline-community/HEAD/workshop_data/README.txt -------------------------------------------------------------------------------- /workshop_data/hackathon_geodata.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WHO-Collaboratory/collaboratory-epipipeline-community/HEAD/workshop_data/hackathon_geodata.rds --------------------------------------------------------------------------------