adding "Pfizer - Outside of the USA"
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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> <font size="-2">(last updated 29th December 2021)</font>
|
||||
<b>Check out your Moderna batch code </b> <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
31124
pfizerInternational.html
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user