starting Safety Signal (All drugs)

This commit is contained in:
Frank Knoll
2024-07-10 23:45:21 +02:00
parent 9e473ea7b2
commit 915066ed14
10 changed files with 662 additions and 1 deletions

View File

@@ -0,0 +1,229 @@
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Safety Signal (All drugs)</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>
<!-- Bootstrap -->
<link href="../gentelella/vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />
<!-- Font Awesome -->
<link href="../gentelella/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom Theme Style -->
<link href="../gentelella/build/css/custom.css" rel="stylesheet" />
<link href="../forkMeOnGitHub.css" rel="stylesheet" type="text/css" />
<script src="../Utils.js"></script>
<script src="../UIUtils.js"></script>
<script src="../NumberWithBarElementFactory.js"></script>
<script src="./js/PrrByKey2CsvConverter.js"></script>
<script src="./js/PageInitializer.js"></script>
<script src="./js/PrrByVaccineProvider.js"></script>
<script src="./js/PrrByKeyTable.js"></script>
<script src="./js/PrrByKeyTableView.js"></script>
<script src="./js/PrrByVaccineTableView.js"></script>
<script src="./js/PrrBySymptomTableView.js"></script>
<script>
document.addEventListener(
"DOMContentLoaded",
event => {
PageInitializer.initializePage(
{
symptom: {
symptomSelectElement: $('#symptomSelect'),
prrByVaccineTableElement: $('#prrByVaccineTable'),
downloadPrrByVaccineTableButton: document.querySelector("#downloadPrrByVaccineTable")
},
vaccine: {
vaccineSelectElement: $('#vaccineSelect'),
prrBySymptomTableElement: $('#prrBySymptomTable'),
downloadPrrBySymptomTableButton: document.querySelector("#downloadPrrBySymptomTable")
}
}
);
});
</script>
</head>
<body class="nav-md">
<div class="container body">
<div class="main_container">
<!-- top navigation -->
<div class="top_nav">
</div>
<!-- top navigation -->
<!-- page content -->
<div class="right_col" role="main">
<div>
<div class="page-title">
<div class="title_left">
<h1>Safety Signal (All drugs)</h1>
<div class="alert alert-danger alert-dismissible" role="alert">
<button aria-label="Close" class="close" data-dismiss="alert" type="button">
<span aria-hidden="true">×</span>
</button>
Many traditional vaccines are now being switched to mRNA versions. mRNA vaccines such as COVID-19
vaccine generate strong safety signals and are associated with clotting, heart damage, cancer
progression, immune suppression and significant excess mortality.
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="x_panel">
<div class="x_title">
<h3>Worst Vaccines</h3>
<div class="clearfix"></div>
</div>
<div class="x_content">
<div style="margin-bottom: 20px;">
<label>Select Symptom:</label>
<select id="symptomSelect" name="symptom">
<option disabled="" hidden="" selected="" value="">Select Symptom</option>
<option value="Abdominal pain lower ">Abdominal pain lower </option>
<option value="Abdominal pain upper ">Abdominal pain upper </option>
<option value="Accidental exposure to product ">Accidental exposure to product </option>
<option value="Agitation ">Agitation </option>
<option value="Anal cancer ">Anal cancer </option>
<option value="Bowel movement irregularity ">Bowel movement irregularity </option>
<option value="Carcinoembryonic antigen increased ">Carcinoembryonic antigen increased </option>
<option value="Chest discomfort ">Chest discomfort </option>
<option value="Colon cancer ">Colon cancer </option>
<option value="Completed suicide ">Completed suicide </option>
<option value="Confusional state ">Confusional state </option>
<option value="Constipation ">Constipation </option>
<option value="Diarrhoea ">Diarrhoea </option>
<option value="Drug abuse ">Drug abuse </option>
<option value="Dysphagia ">Dysphagia </option>
<option value="Eye pruritus ">Eye pruritus </option>
<option value="Gastrointestinal disorder ">Gastrointestinal disorder </option>
<option value="Gastrointestinal tract mucosal pigmentation ">Gastrointestinal tract mucosal
pigmentation </option>
<option value="Haematochezia ">Haematochezia </option>
<option value="Haemorrhoids ">Haemorrhoids </option>
<option value="Hallucination, visual ">Hallucination, visual </option>
<option value="Insomnia ">Insomnia </option>
<option value="Intentional overdose ">Intentional overdose </option>
<option value="Interstitial lung disease ">Interstitial lung disease </option>
<option value="Nausea ">Nausea </option>
<option value="Product use in unapproved indication ">Product use in unapproved indication
</option>
<option value="Rectal cancer ">Rectal cancer </option>
<option value="Rectosigmoid cancer ">Rectosigmoid cancer </option>
<option value="Sepsis ">Sepsis </option>
<option value="Somnolence ">Somnolence </option>
<option value="Swelling ">Swelling </option>
<option value="Syncope ">Syncope </option>
<option value="Thrombocytopenic purpura ">Thrombocytopenic purpura </option>
<option value="Tonic convulsion ">Tonic convulsion </option>
<option value="Urinary tract infection ">Urinary tract infection </option>
<option value="Vomiting ">Vomiting </option>
<option value="Wrong technique in product usage process ">Wrong technique in product usage process
</option>
</select>
</div>
<table class="display" id="prrByVaccineTable">
<thead>
<tr>
<th>Vaccine</th>
<th>Lower Confidence Limit of Proportional Reporting Ratio</th>
</tr>
</thead>
</table>
<button class="btn downloadButton" id="downloadPrrByVaccineTable">Download</button>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="x_panel">
<div class="x_title">
<h3>Strongest Symptoms</h3>
<div class="clearfix"></div>
</div>
<div class="x_content">
<div style="margin-bottom: 20px;">
<label>Select Vaccine:</label>
<select id="vaccineSelect" name="vaccine">
<option disabled="" hidden="" selected="" value="">Select Vaccine</option>
<option value='"A BUNCH OF OTHER MEDICATIONS" '>"A BUNCH OF OTHER MEDICATIONS" </option>
<option value='"BETA BLOCKER" '>"BETA BLOCKER" </option>
<option value='"BLOOD PRESSURE" MEDICATION '>"BLOOD PRESSURE" MEDICATION </option>
<option
value="&quot;CHLORO-2&quot;&quot; PHENYL-3' METHYL-5' ISOXAZOLYL-(1') PENICILLINE,SEL DE BENZATHINE&quot; ">
"CHLORO-2"" PHENYL-3' METHYL-5' ISOXAZOLYL-(1') PENICILLINE,SEL DE BENZATHINE" </option>
<option value='"DIPHENHYDRAMINE CLEANER (ANIONIC/NONIONIC)" '>"DIPHENHYDRAMINE CLEANER
(ANIONIC/NONIONIC)" </option>
<option value='"DRAIN CLEANER" '>"DRAIN CLEANER" </option>
<option value='"DRUG, UNKNOWN" '>"DRUG, UNKNOWN" </option>
<option value="&quot;FRED'S LAXATIVE&quot; ">"FRED'S LAXATIVE" </option>
<option value='"GENERIC COLD ACID" '>"GENERIC COLD ACID" </option>
</select>
</div>
<table class="display" id="prrBySymptomTable">
<thead>
<tr>
<th>Symptom</th>
<th>Lower Confidence Limit of Proportional Reporting Ratio &gt;= 2</th>
</tr>
</thead>
</table>
<button class="btn downloadButton" id="downloadPrrBySymptomTable">Download</button>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- page content -->
<!-- footer content -->
<footer>
<p>
<a href="https://howbad.info/safety_signal_paper-x.pdf" target="_blank">Data Source <i aria-hidden="true"
class="fa fa-external-link"></i>
</a>
</p>
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch" target="_blank">Fork me on
GitHub <i aria-hidden="true" class="fa fa-external-link"></i>
</a></span>
<div class="clearfix"></div>
</footer>
</div>
<template id="template-number-with-bar">
<div>
<div class="number"></div>
<div class="bar"></div>
</div>
</template>
<!-- jQuery -->
<script src="../gentelella/vendors/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="../gentelella/vendors/bootstrap/dist/js/bootstrap.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.2.0/dist/chart.umd.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/chartjs-plugin-datalabels@2.2.0/dist/chartjs-plugin-datalabels.min.js "></script>
<!-- FastClick -->
<script src="../gentelella/vendors/fastclick/lib/fastclick.js"></script>
<!-- Custom Theme Scripts -->
<script src="../gentelella/build/js/custom.js"></script>
</body>
</html>