forked from digitalepidemiologylab/VaxGame
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathherdImmunity.html
More file actions
44 lines (39 loc) · 2.5 KB
/
herdImmunity.html
File metadata and controls
44 lines (39 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!-- BEGIN app/views/layouts/application.html.erb
--><!DOCTYPE html>
<html>
<head>
<title>Vax | Gamifying Epidemic Prevention | Herd Immunity</title>
<script src="javascripts/d3.v3.min.js" type="text/javascript"></script>
<!--application.css full-->
<link rel="stylesheet" href="stylesheets/bootstrap.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/custom.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/faq.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/fonts.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/game.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/grid.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/herdImmunity.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/jquery-ui.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/scenarioSelect.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/scores.css" media="all" type="text/css" />
<link rel="stylesheet" href="stylesheets/tutorial.css" media="all" type="text/css" />
<!--end application.css full-->
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<meta name="description" content="Learn the core concepts of Herd Immunity with this interactive simulation.">
<meta name="keywords" content="what is herd immunity, what is community immunity, herd immunity, herd immunity threshold, basic reproductive number, R0, vaccination, vax, epidemic prevention">
</head>
<body>
<div> <!-- BEGIN app/views/static_pages/herdImmunity.html.erb
-->
<!--application.js full-->
<script src="javascripts/jquery.js" type="text/javascript"></script>
<script src="javascripts/netrics.js" type="text/javascript"></script>
<script src="javascripts/sir.js" type="text/javascript"></script>
<!--end application.js full-->
<script src="javascripts/hiNET.js" type="text/javascript"></script>
<script src="javascripts/hiScript.js" type="text/javascript"></script>
<script src="javascripts/hiSims.js" type="text/javascript"></script>
<script src="javascripts/hiBarChart.js" type="text/javascript"></script>
<script src="javascripts/herdImmunity.js" type="text/javascript"></script><!-- END app/views/static_pages/herdImmunity.html.erb --> </div>
</body>
</html><!-- END app/views/layouts/application.html.erb -->