updating data for batch codes
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,20 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<title>Pfizer Vaccine Distribution by ZIP Code</title>
|
||||
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />
|
||||
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css" />
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script charset="utf8" src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js"
|
||||
type="text/javascript"></script>
|
||||
<script src="./Utils.js"></script>
|
||||
<script src="./UIUtils.js"></script>
|
||||
<script src="./DataTablesFilter.js"></script>
|
||||
<script src="./VaccineDistributionByZipcodeTableInitializer.js"></script>
|
||||
<script>
|
||||
<meta charset="utf-8"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||
<title>Pfizer Vaccine Distribution by ZIP Code</title>
|
||||
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css"/>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script charset="utf8" src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js" type="text/javascript"></script>
|
||||
<script src="./Utils.js"></script>
|
||||
<script src="./UIUtils.js"></script>
|
||||
<script src="./DataTablesFilter.js"></script>
|
||||
<script src="./VaccineDistributionByZipcodeTableInitializer.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
const tableInitializer =
|
||||
new VaccineDistributionByZipcodeTableInitializer(
|
||||
@@ -25,34 +23,31 @@
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch">Fork me on GitHub</a></span>
|
||||
<h1>Pfizer Vaccine Distribution by ZIP Code</h1>
|
||||
<p>
|
||||
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch">Fork me on GitHub</a></span>
|
||||
<h1>Pfizer Vaccine Distribution by ZIP Code</h1>
|
||||
<p>
|
||||
By Craig Paardekooper
|
||||
</p>
|
||||
<table class="display" id="vaccineDistributionByZipcodeTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Provider</th>
|
||||
<th>ZIP Code</th>
|
||||
<th>Lot Number</th>
|
||||
<th>Doses Shipped</th>
|
||||
<th>Statistical Number of Adverse Reaction Reports</th>
|
||||
<th>Statistical Number of Adverse Reaction Reports (per 100,000)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<dl>
|
||||
<dt>Data Sources:</dt>
|
||||
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
|
||||
<table class="display" id="vaccineDistributionByZipcodeTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Provider</th>
|
||||
<th>ZIP Code</th>
|
||||
<th>Lot Number</th>
|
||||
<th>Doses Shipped</th>
|
||||
<th>Statistical Number of Adverse Reaction Reports</th>
|
||||
<th>Statistical Number of Adverse Reaction Reports (per 100,000)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<dl>
|
||||
<dt>Data Sources:</dt>
|
||||
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
|
||||
(VAERS)</a></dd>
|
||||
<dd><a href="https://icandecide.org/wp-content/uploads/2022/09/Amended-22-01962-Pfizer-2022-0426-pulled-2022-0823.xlsx"
|
||||
target="_blank">Vaccine Distribution by Zipcode</a></dd>
|
||||
<dt>Last updated:</dt>
|
||||
<dd id="last_updated">July 05, 2024</dd>
|
||||
</dl>
|
||||
<dd><a href="https://icandecide.org/wp-content/uploads/2022/09/Amended-22-01962-Pfizer-2022-0426-pulled-2022-0823.xlsx" target="_blank">Vaccine Distribution by Zipcode</a></dd>
|
||||
<dt>Last updated:</dt>
|
||||
<dd id="last_updated">July 05, 2024</dd>
|
||||
</dl>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,41 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<title>Batch Codes of Coronavirus 2019 Vaccines</title>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ERHYDH4P64"></script>
|
||||
<script>
|
||||
<meta charset="utf-8"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||
<title>Batch Codes of Coronavirus 2019 Vaccines</title>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ERHYDH4P64"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() { dataLayer.push(arguments); }
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-ERHYDH4P64');
|
||||
</script>
|
||||
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />
|
||||
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css" />
|
||||
<script crossorigin="anonymous"
|
||||
integrity="sha512-T5Bneq9hePRO8JR0S/0lQ7gdW+ceLThvC80UjwkMRz+8q+4DARVZ4dqKoyENC7FcYresjfJ6ubaOgIE35irf4w=="
|
||||
referrerpolicy="no-referrer"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.5.1/nouislider.min.js"></script>
|
||||
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.5.1/nouislider.css"
|
||||
integrity="sha512-MKxcSu/LDtbIYHBNAWUQwfB3iVoG9xeMCm32QV5hZ/9lFaQZJVaXfz9aFa0IZExWzCpm7OWvp9zq9gVip/nLMg=="
|
||||
referrerpolicy="no-referrer" rel="stylesheet" />
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script charset="utf8" src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js"
|
||||
type="text/javascript"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.2.0/dist/chart.umd.min.js"></script>
|
||||
<script src="./Utils.js"></script>
|
||||
<script src="./UIUtils.js"></script>
|
||||
<script src="./UrlUtils.js"></script>
|
||||
<script src="./DataTablesFilter.js"></script>
|
||||
<script src="./ColumnSearch.js"></script>
|
||||
<script src="./BatchCodeTableInitializer.js"></script>
|
||||
<script src="./BatchcodeByCountryBarChartView.js"></script>
|
||||
<script src="./BatchcodeByCountryBarChart.js"></script>
|
||||
<script>
|
||||
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css"/>
|
||||
<script crossorigin="anonymous" integrity="sha512-T5Bneq9hePRO8JR0S/0lQ7gdW+ceLThvC80UjwkMRz+8q+4DARVZ4dqKoyENC7FcYresjfJ6ubaOgIE35irf4w==" referrerpolicy="no-referrer" src="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.5.1/nouislider.min.js"></script>
|
||||
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.5.1/nouislider.css" integrity="sha512-MKxcSu/LDtbIYHBNAWUQwfB3iVoG9xeMCm32QV5hZ/9lFaQZJVaXfz9aFa0IZExWzCpm7OWvp9zq9gVip/nLMg==" referrerpolicy="no-referrer" rel="stylesheet"/>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script charset="utf8" src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js" type="text/javascript"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.2.0/dist/chart.umd.min.js"></script>
|
||||
<script src="./Utils.js"></script>
|
||||
<script src="./UIUtils.js"></script>
|
||||
<script src="./UrlUtils.js"></script>
|
||||
<script src="./DataTablesFilter.js"></script>
|
||||
<script src="./ColumnSearch.js"></script>
|
||||
<script src="./BatchCodeTableInitializer.js"></script>
|
||||
<script src="./BatchcodeByCountryBarChartView.js"></script>
|
||||
<script src="./BatchcodeByCountryBarChart.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
const urlSearchParams = new URLSearchParams(window.location.search);
|
||||
new BatchCodeTableInitializer().initialize(
|
||||
@@ -47,45 +40,43 @@
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Batch Codes of Coronavirus 2019 Vaccines</h1>
|
||||
<p>
|
||||
<h1>Batch Codes of Coronavirus 2019 Vaccines</h1>
|
||||
<p>
|
||||
By Craig Paardekooper
|
||||
</p>
|
||||
<table class="display" id="batchCodeTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Batch</th>
|
||||
<th>Adverse Reaction Reports</th>
|
||||
<th>Deaths</th>
|
||||
<th>Disabilities</th>
|
||||
<th>Life-Threatening Illnesses</th>
|
||||
<th>Hospitalizations</th>
|
||||
<th>Company</th>
|
||||
<th>Severe reports</th>
|
||||
<th>Lethality</th>
|
||||
<th>Countries</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<footer>
|
||||
<dl>
|
||||
<dt>Data Source:</dt>
|
||||
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
|
||||
<table class="display" id="batchCodeTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Batch</th>
|
||||
<th>Adverse Reaction Reports</th>
|
||||
<th>Deaths</th>
|
||||
<th>Disabilities</th>
|
||||
<th>Life-Threatening Illnesses</th>
|
||||
<th>Hospitalizations</th>
|
||||
<th>Company</th>
|
||||
<th>Severe reports</th>
|
||||
<th>Lethality</th>
|
||||
<th>Countries</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<footer>
|
||||
<dl>
|
||||
<dt>Data Source:</dt>
|
||||
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
|
||||
(VAERS)</a></dd>
|
||||
<dt>Last updated:</dt>
|
||||
<dd id="last_updated">July 05, 2024</dd>
|
||||
</dl>
|
||||
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch" target="_blank">Fork me on
|
||||
<dt>Last updated:</dt>
|
||||
<dd id="last_updated">July 05, 2024</dd>
|
||||
</dl>
|
||||
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch" target="_blank">Fork me on
|
||||
GitHub</a></span>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<template id="template-chartWithSlider">
|
||||
<div class="chartContainer">
|
||||
<canvas class="canvas"></canvas>
|
||||
</div>
|
||||
</template>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<template id="template-chartWithSlider">
|
||||
<div class="chartContainer">
|
||||
<canvas class="canvas"></canvas>
|
||||
</div>
|
||||
</template>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user