Skip to content
Snippets Groups Projects
Commit 7d151942 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.10 Release

* Issue #26 /admin/database/dump
* Issue #28 /admin/database/import
* Issue #29 /who/info
* Issue #30 /europa/info
* Issue #31 /rki/info
* Issue #32 /nrw/info
* Issue #5 Visual Graphs for Data per Countries order by Date
parent fdae6664
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,10 @@ class WhoGlobalDataImportTable(db.Model):
### 0.0.10 Release
* Issue #26 /admin/database/dump
* Issue #28 /admin/database/import
* Issue #29 /who/info
* Issue #30 /europa/info
* Issue #31 /rki/info
* Issue #32 /nrw/info
* Issue #5 Visual Graphs for Data per Countries order by Date
......@@ -17,6 +17,56 @@
{% block main_container %}
<div>
<h3>ECDC: COVID-19 pandemic</h3>
<h4>European Centre for Disease Prevention and Control</h4>
<h5>An agency of the European Union</h5>
<p>
<a href="https://www.ecdc.europa.eu/en/covid-19-pandemic">
https://www.ecdc.europa.eu/en/covid-19-pandemic
</a>
</p>
</div>
<div>
<h3>ECDC: Weekly maps in support of the Council Recommendation</h3>
<p>
<a href="https://www.ecdc.europa.eu/en/covid-19/situation-updates/weekly-maps-coordinated-restriction-free-movement">
Maps in support of the Council Recommendation on a coordinated approach to the restriction
of free movement in response to the COVID-19 pandemic in the EU/EEA</a>
</p>
<div>
<h3>ECDC: COVID-19 situation update for the EU/EEA, weekly</h3>
<p>
<a href="https://www.ecdc.europa.eu/en/cases-2019-ncov-eueea">
COVID-19 situation update for the EU/EEA, weekly</a>
</p>
<div>
<h3>Situation updates on COVID-19</h3>
<p>
<a href="https://www.ecdc.europa.eu/en/cases-2019-ncov-eueea">
Overview of all the data available on the COVID-19 pandemic.</a>
</p>
</div>
<div>
<h3>Download COVID-19 datasets</h3>
<p>
<a href="https://www.ecdc.europa.eu/en/covid-19/data">
Download COVID-19 datasets</a>
</p>
<p class="fa-bold font-weight-bolder">
ECDC switched to a weekly reporting schedule for the COVID-19 situation worldwide and in the EU/EEA
and the UK on 17 December 2020. Hence, all daily updates have been discontinued from 14 December.
ECDC will publish updates on the number of cases and deaths reported worldwide and aggregated
by week every Thursday. The weekly data will be available as downloadable files in the following formats:
XLSX, CSV, JSON and XML.
</p>
<p>
With the switch from daily to weekly reporting, ECDC will shift its Epidemic Intelligence (EI) resources
from case counting to signal/event detection and resume its regular EI activities, which will include
COVID-19 signal and event detection and analysis but also other potential threats.
</p>
</div>
{% endblock %}
......
{% extends 'layout.html' %}
{% block navigation_breadcrumb %}
{% endblock %}
{% block navigation_navtabs %}
{% include 'fragment_navtabs_who.html' %}
{% endblock %}
{% block main_container %}
<div>
<h3>RKI Coronavirus Disease (COVID-19) Dashboard</h3>
<p>
<a href="https://experience.arcgis.com/experience/478220a4c454480e823b17327b2bf1d4/">
https://experience.arcgis.com/experience/478220a4c454480e823b17327b2bf1d4
</a>
</p>
</div>
<div>
<h3>RKI COVID-19</h3>
<p>
<a href="https://www.rki.de/EN/Content/infections/epidemiology/outbreaks/COVID-19/COVID19.html">
https://www.rki.de/EN/Content/infections/epidemiology/outbreaks/COVID-19/COVID19.html
</a>
</p>
</div>
<div>
<h3>COVID-19 Dashboard by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University (JHU)</h3>
<p>
<a href="https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6">
COVID-19 Dashboard by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University (JHU)
</a>
</p>
</div>
{% endblock %}
{% block footer_container %}
{% endblock %}
{% extends 'layout.html' %}
{% block navigation_breadcrumb %}
{% endblock %}
{% block navigation_navtabs %}
{% include 'fragment_navtabs_who.html' %}
{% endblock %}
{% block main_container %}
<div class="btn-group" role="group" aria-label="Views">
<a class="btn btn-secondary btn-lg" href="/rki/region/all" role="button">RKI :: Region :: All</a>
</div>
<div class="btn-group" role="group" aria-label="Views">
<a class="btn btn-primary btn-lg" href="/rki/update/initial" role="button">RKI :: update :: initial</a>
<a class="btn btn-secondary btn-lg" href="/rki/update/short" role="button">RKI :: update :: short</a>
</div>
{% endblock %}
{% block footer_container %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment