including year 2020
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>International Batch Codes</title>
|
<title>Batch Codes of Coronavirus 2019 Vaccines</title>
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.4/css/jquery.dataTables.css">
|
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.4/css/jquery.dataTables.css">
|
||||||
<link rel="stylesheet" type="text/css" href="batchCodeTable.css">
|
<link rel="stylesheet" type="text/css" href="batchCodeTable.css">
|
||||||
<link rel="stylesheet" type="text/css" href="forkMeOnGitHub.css">
|
<link rel="stylesheet" type="text/css" href="forkMeOnGitHub.css">
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch">Fork me on GitHub</a></span>
|
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch">Fork me on GitHub</a></span>
|
||||||
<h1>International Batch Codes</h1>
|
<h1>Batch Codes of Coronavirus 2019 Vaccines</h1>
|
||||||
<p>
|
<p>
|
||||||
<label>Select country:
|
<label>Select country:
|
||||||
<select id="countrySelect" name="country">
|
<select id="countrySelect" name="country">
|
||||||
|
|||||||
@@ -1208,7 +1208,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"vaers = getVaersForYears([\"2021\", \"2022\"])\n",
|
"vaers = getVaersForYears([\"2020\", \"2021\", \"2022\"])\n",
|
||||||
"vaers"
|
"vaers"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ FK-FIXME:
|
|||||||
- Anzahl 'DIED', 'L_THREAT', 'DISABLE', 'HOSPITAL' und 'ER_VISIT' MÜSSEN immer noch korrekt gezählt werden nach createDataFrameFromDescr()
|
- Anzahl 'DIED', 'L_THREAT', 'DISABLE', 'HOSPITAL' und 'ER_VISIT' MÜSSEN immer noch korrekt gezählt werden nach createDataFrameFromDescr()
|
||||||
|
|
||||||
FK-TODO:
|
FK-TODO:
|
||||||
|
- brauchen Datenbank
|
||||||
|
- WORLDWIDE (oder GLOBAL), Kombination aus: "2020", "2021", "2022" aus vaers-Datenbank + nonDomestic-DB
|
||||||
|
- nur USA ("2020", "2021", "2022" aus vaers-Datenbank), nur Germany (aus nonDomestic-DB), nur United Kingdom (aus nonDomestic-DB), ...
|
||||||
- rename project and html-page to VaccineAdverseEventInfo ?
|
- rename project and html-page to VaccineAdverseEventInfo ?
|
||||||
- publish all figures and tables (as interactive HTML-Pages?)
|
- publish all figures and tables (as interactive HTML-Pages?)
|
||||||
- add menu in order to make pages internationalBatchCodeTables.html and batchCodeTable.html navigatable
|
- add menu in order to make pages internationalBatchCodeTables.html and batchCodeTable.html navigatable
|
||||||
|
|||||||
Reference in New Issue
Block a user