adding "Janssen - Outside of the USA"

This commit is contained in:
frankknoll
2022-02-11 18:00:07 +01:00
parent 220a31772f
commit 47c5348994
4 changed files with 1949 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
<li><a href="janssen.html">Janssen</a></li> <li><a href="janssen.html">Janssen</a></li>
<li><a href="modernaInternational.html">Moderna - Outside of the USA</a></li> <li><a href="modernaInternational.html">Moderna - Outside of the USA</a></li>
<li><a href="pfizerInternational.html">Pfizer - Outside of the USA</a></li> <li><a href="pfizerInternational.html">Pfizer - Outside of the USA</a></li>
<li><a href="janssenInternational.html">Janssen - Outside of the USA</a></li>
</ul> </ul>
</p> </p>
</body> </body>

1924
janssenInternational.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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> Pfizer - Outside of the USA</title> <title>Pfizer - Outside of the USA</title>
<!-- FK-TODO: keine externen Links --> <!-- FK-TODO: keine externen Links -->
<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">
<!-- FK-TODO: keine externen Links --> <!-- FK-TODO: keine externen Links -->
@@ -37,7 +37,7 @@
</head> </head>
<body> <body>
<h1> Pfizer - Outside of the USA</h1> <h1>Pfizer - Outside of the USA</h1>
<p> <p>
<b>Check out your Pfizer batch code </b>&emsp;<font size="-2">(last updated 29th December 2021)</font> <b>Check out your Pfizer batch code </b>&emsp;<font size="-2">(last updated 29th December 2021)</font>
<table border="0" class="dataframe display" id="batchCodeTable"> <table border="0" class="dataframe display" id="batchCodeTable">

View File

@@ -1018,7 +1018,7 @@
"id": "7e83a551", "id": "7e83a551",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Janssen batch codes " "### Janssen batch codes"
] ]
}, },
{ {
@@ -1037,7 +1037,7 @@
"id": "6ea9fd03", "id": "6ea9fd03",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Moderna - Outside of the USA " "### Moderna - Outside of the USA"
] ]
}, },
{ {
@@ -1056,7 +1056,7 @@
"id": "01e28c06", "id": "01e28c06",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Pfizer - Outside of the USA " "### Pfizer - Outside of the USA"
] ]
}, },
{ {
@@ -1070,6 +1070,25 @@
"saveBatchCodeTable(nonDomesticVaers, \"PFIZER\\BIONTECH\", \"results/batchCodes/pfizerInternational\")" "saveBatchCodeTable(nonDomesticVaers, \"PFIZER\\BIONTECH\", \"results/batchCodes/pfizerInternational\")"
] ]
}, },
{
"cell_type": "markdown",
"id": "be1536ba",
"metadata": {},
"source": [
"### Janssen - Outside of the USA"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "87f5e3dd",
"metadata": {},
"outputs": [],
"source": [
"# https://www.howbadismybatch.com/janssenforeigndeaths.html\n",
"saveBatchCodeTable(nonDomesticVaers, \"JANSSEN\", \"results/batchCodes/janssenInternational\")"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "e096e1ed", "id": "e096e1ed",