adding "Pfizer - Outside of the USA"

This commit is contained in:
frankknoll
2022-02-11 17:47:42 +01:00
parent 182ec4debc
commit 220a31772f
4 changed files with 31146 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
<li><a href="pfizer.html">Pfizer</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="pfizerInternational.html">Pfizer - Outside of the USA</a></li>
</ul>
</p>
</body>

View File

@@ -16,7 +16,7 @@
$(document).ready(function () {
$('#batchCodeTable').DataTable({
language: {
searchPlaceholder: "Enter Janssen Batch Code"
searchPlaceholder: "Enter Moderna Batch Code"
},
search: {
return: false
@@ -39,7 +39,7 @@
<body>
<h1>Moderna - Outside of the USA</h1>
<p>
<b>Check out your Janssen batch code </b>&emsp;<font size="-2">(last updated 29th December 2021)</font>
<b>Check out your Moderna batch code </b>&emsp;<font size="-2">(last updated 29th December 2021)</font>
<table border="0" class="dataframe display" id="batchCodeTable">
<thead>
<tr style="text-align: unset;">

31124
pfizerInternational.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1051,6 +1051,25 @@
"saveBatchCodeTable(nonDomesticVaers, \"MODERNA\", \"results/batchCodes/modernaInternational\")"
]
},
{
"cell_type": "markdown",
"id": "01e28c06",
"metadata": {},
"source": [
"### Pfizer - Outside of the USA "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1ceffc88",
"metadata": {},
"outputs": [],
"source": [
"# https://www.howbadismybatch.com/pfizerforeigndeaths.html\n",
"saveBatchCodeTable(nonDomesticVaers, \"PFIZER\\BIONTECH\", \"results/batchCodes/pfizerInternational\")"
]
},
{
"cell_type": "markdown",
"id": "e096e1ed",