-
Notifications
You must be signed in to change notification settings - Fork 0
/
disaggregation--type-of-violence_.html
194 lines (180 loc) · 8.42 KB
/
disaggregation--type-of-violence_.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Disaggregation: Type of Violence - SDG data build documentation</title>
<script defer src="https://use.fontawesome.com/releases/v5.15.1/js/all.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/open-sdg/open-sdg-table@0.4.0/open-sdg-table.min.css">
<style>
.btn-primary {
background-color: #00703c;
padding: 8px 10px 7px;
border: 2px solid transparent;
border-radius: 0;
color: #fff;
box-shadow: 0 2px 0 #002d18;
text-decoration: none;
}
.btn-primary:visited {
color: #fff;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
background-color: #005a30;
text-decoration: none;
border: 2px solid transparent;
}
.btn-primary:focus:not(:active):not(:hover) {
border-color: #fd0;
color: #0b0c0c;
background-color: #fd0;
box-shadow: 0 2px 0 #0b0c0c;
}
a {
color: #1D70B8;
text-decoration: underline;
}
a:hover {
color: #003078;
}
a:visited {
color: #4c2c92;
}
.download-info {
margin-left: 12px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
background-color: #f3f2f1;
}
#skiplink {
position: absolute;
top: 0;
left: 50%;
z-index: 10000;
width: 250px;
margin-left: -125px;
padding: 10px;
background: white;
text-align: center;
border: 1px solid #0b0c0c;
color: #0b0c0c;
display: block;
}
.sr-only-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
</style>
</head>
<body>
<a class="sr-only-focusable" id="skiplink" href="#main-content" tabindex="0">Skip to main content</a>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="index.html">SDG data build documentation</a>
</div>
</nav>
<main id="main-content" role="main">
<div class="container">
<h1 style="margin:20px 0">Disaggregation: Type of Violence</h1>
<div>
<div role="navigation" aria-describedby="contents-heading">
<h2 id="contents-heading">On this page</h2>
<ul>
<li><a href="#values-used">Values used in disaggregation</a></li>
<li><a href="#indicators-using">Indicators using disaggregation</a></li>
</ul>
</div>
<div>
<h2 id="values-used" tabindex="-1">Values used in disaggregation</h2>
<div class="my-3">
<a href="values--disaggregation--type-of-violence_.csv" role="button" class="btn btn-primary" aria-describedby="values--disaggregation--type-of-violence_">Download CSV of values used in this disaggregation</a>
<div id="values--disaggregation--type-of-violence_" class="download-info">Size: 112 Bytes</div>
</div>
<div class="total-rows">
Total rows: <span class="total">2</span>
</div>
<table border="1" class="dataframe table table-striped table-bordered" id="values-table">
<thead>
<tr style="text-align: right;">
<th>Value</th>
<th>Disaggregation combinations using this value</th>
<th>Number of indicators</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="disaggregation-value--physical-assault.html">Physical assault</a></td>
<td>1</td>
<td>1</td>
</tr>
<tr>
<td><a href="disaggregation-value--sexual-assault.html">Sexual assault</a></td>
<td>1</td>
<td>1</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
var sdgBuild = sdgBuild || {};
sdgBuild.tables = sdgBuild.tables || {};
sdgBuild.tables['values-table'] = [{"Value":"<a href=\"disaggregation-value--physical-assault.html\">Physical assault<\/a>","Disaggregation combinations using this value":1,"Number of indicators":1},{"Value":"<a href=\"disaggregation-value--sexual-assault.html\">Sexual assault<\/a>","Disaggregation combinations using this value":1,"Number of indicators":1}];
</script>
</div>
<div>
<h2 id="indicators-using" tabindex="-1">Indicators using disaggregation</h2>
<div class="my-3">
<a href="indicators--disaggregation--type-of-violence_.csv" role="button" class="btn btn-primary" aria-describedby="indicators--disaggregation--type-of-violence_">Download CSV of indicators using this disaggregation</a>
<div id="indicators--disaggregation--type-of-violence_" class="download-info">Size: 18 Bytes</div>
</div>
<div class="total-rows">
Total rows: <span class="total">1</span>
</div>
<table border="1" class="dataframe table table-striped table-bordered" id="indicators-table">
<thead>
<tr style="text-align: right;">
<th>Indicator</th>
</tr>
</thead>
<tbody>
<tr>
<td>#16-1-3</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
var sdgBuild = sdgBuild || {};
sdgBuild.tables = sdgBuild.tables || {};
sdgBuild.tables['indicators-table'] = [{"Indicator":"#16-1-3"}];
</script>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.datatables.net/1.10.23/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/open-sdg/open-sdg-table@0.4.0/open-sdg-table.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script>
if (typeof sdgBuild !== 'undefined' && sdgBuild.tables) {
var tableIds = Object.keys(sdgBuild.tables);
for (var i = 0; i < tableIds.length; i++) {
var tableId = tableIds[i];
$('#' + tableId).openSdgTable(sdgBuild.tables[tableId]).find('td').each(function() {
if (!isNaN($(this).text())) {
$(this).css('text-align', 'right');
}
})
}
}
</script>
</html>