Skip to content

Cov19-Impfvorhersage/cov19vaccsim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Impfdashboard & Simulation der Impfkampagne

Dies ist ein kleines Projekt um historische Daten, Simulationen für die Zukunft und Infos zur Impfkampagne gegen Covid-19 in Deutschland in einem Dashboard anzuzeigen.

Das Projekt baut dabei auf dem Dashboard zur Impfsimulation des Data Science Lab des Zentralinstitut für die kassenärztliche Versorgung (Zi) auf.

Infos zu den Datensätzen finden sich unter Dashboard/data.

Installation etc...

To install nodejs and angular-cli needs to be installed on the system.

If this is the case, the Dashboard can be tested with the following commands from the root directory.

cd Dashboard

First launch only:

npm install

ng serve

Build for github-pages

ng build --prod --base-href "/cov19vaccsim/"

The angular.json assumes that doc is the desired output dir.

Notes

  • To allow proper Routing on github pages, index.html as generated by ng build needs to be placed inside the docs folder. And protected from latzer deletion via .gitignore file.

About

COVID-Vaccination simulations & historical data for Germany

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 72.8%
  • HTML 21.1%
  • SCSS 5.2%
  • Other 0.9%