From 7d151942a4ba275724087f78ebe3d4ec8fff0d0e Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Tue, 19 Jan 2021 19:09:35 +0100
Subject: [PATCH] ### 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

---
 README.md                         |  4 +++
 templates/europe/europe_info.html | 50 +++++++++++++++++++++++++++++++
 templates/rki/__init__.py         |  0
 templates/rki/rki_info.html       | 46 ++++++++++++++++++++++++++++
 templates/rki/rki_tasks.html      | 28 +++++++++++++++++
 5 files changed, 128 insertions(+)
 create mode 100644 templates/rki/__init__.py
 create mode 100644 templates/rki/rki_info.html
 create mode 100644 templates/rki/rki_tasks.html

diff --git a/README.md b/README.md
index 9d77c08f..beca4498 100644
--- a/README.md
+++ b/README.md
@@ -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
 
 
diff --git a/templates/europe/europe_info.html b/templates/europe/europe_info.html
index 56052243..f3ccb4fa 100644
--- a/templates/europe/europe_info.html
+++ b/templates/europe/europe_info.html
@@ -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 %}
 
diff --git a/templates/rki/__init__.py b/templates/rki/__init__.py
new file mode 100644
index 00000000..e69de29b
diff --git a/templates/rki/rki_info.html b/templates/rki/rki_info.html
new file mode 100644
index 00000000..02bffeec
--- /dev/null
+++ b/templates/rki/rki_info.html
@@ -0,0 +1,46 @@
+{% 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 %}
+
+
+
diff --git a/templates/rki/rki_tasks.html b/templates/rki/rki_tasks.html
new file mode 100644
index 00000000..c15e97e0
--- /dev/null
+++ b/templates/rki/rki_tasks.html
@@ -0,0 +1,28 @@
+{% 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 %}
+
+
+
-- 
GitLab