This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (43 loc) · 2.32 KB
/
index.html
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
45
46
47
48
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>d3-playbooks-maps</title>
<link rel="stylesheet" href="./lib/correctiv.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="./lib/superbugs.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="./style.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<h1>correctiv superbugs</h1>
<section class="superbugs-map-wrapper">
<section class="superbugs-map" id="superbugs-map--17"></section>
<section class="superbugs-map__legend" id="superbugs-map__legend--17"></section>
<section class="superbugs-map__info-wrapper" id="superbugs-map__info-wrapper--17">
<section class="superbugs-map__selector" id="superbugs-map__selector--17"></section>
<section class="superbugs-map__infobox" id="superbugs-map__infobox--17"></section>
</section>
</section>
<script src="./lib/d3.v4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./lib/topojson.v2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./lib/riot.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./lib/d3-playbooks.maps.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./lib/d3-playbooks.riot-components.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./superbugs.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
d3.playbooks.superbugsMap({
id: 17,
title: "Single Rooms",
description: "Median percentage of single-room beds among the total number of hospital beds",
eudata: "",
annotation: "<a href='http://ecdc.europa.eu/en/publications/_layouts/forms/Publication_DispForm.aspx?List=4f55ad51-4aed-4d32-b960-af70113dbb90&ID=865'>ECDC Surveillance Report: Point prevalence survey of healthcare-associated infections and antimicrobial use in European acute care hospitals 2011-2012</a>",
dataUrl: "./data/single_rooms.csv",
geoDataUrl: "./data/europe.topo.json",
yExtent: false,
legendFormat: ".1f",
legendUnit: "%",
reverseColor: ""
})
</script>
</body>
</html>