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="modernaInternational.html">Moderna - 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>
</p>
</body>

1924
janssenInternational.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1070,6 +1070,25 @@
"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",
"id": "e096e1ed",