-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
664 lines (639 loc) · 40.3 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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
<!------------------------------------------------
Purpose: Defines static visuals for the program
What it contains:
- description text for the program
- the buttons for the graphs
- dropdown selections for the graphs
- empty tables and empty SVGs for the graphs
- different external dependencies
- link to the overall main function of the program
-------------------------------------------------->
<!DOCTYPE html><!--[if lt IE 9]>
<html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--><!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<title>Content page - Canada.ca
</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta name="description"
content="Web Experience Toolkit (WET) includes reusable components for building and maintaining innovative Web sites that are accessible, usable, and interoperable. These reusable components are open source software and free for use by departments and external Web communities">
<!--[if gte IE 9 | !IE ]><!-->
<link href="./static/GCWeb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="./static/GCWeb/css/theme.min.css">
<link rel="stylesheet" href="./styles/styles.css">
<!--<![endif]-->
<!--[if lt IE 9]>
<link href="/src/GCWeb/assets/favicon.ico" rel="shortcut icon"/>
<link rel="stylesheet" href="/src/GCWeb/css/ie8-theme.min.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.js"></script>
<script src="/src/wet-boew/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript>
<link rel="stylesheet" href=".static/wet-boew/css/noscript.min.css"/>
</noscript>
</head>
<body vocab="http://schema.org/" typeof="WebPage">
<nav>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc">
<a class="wb-sl" href="#wb-info">Skip to "About government"</a>
</li>
</ul>
</nav>
<header>
<div id="wb-bnr" class="container">
<section id="wb-lng" class="text-right">
<h2 class="wb-inv">Language selection</h2>
<ul class="list-inline margin-bottom-none">
<li><a lang="fr" hreflang="fr" href="index-fr.html">Français</a></li>
</ul>
</section>
<div class="row">
<div class="brand col-xs-5 col-md-4" property="publisher" typeof="GovernmentOrganization">
<a href="https://www.canada.ca/en.html" property="url"><img
src="./static/GCWeb/assets/sig-blk-en.svg" alt="" property="logo"><span
class="wb-inv" property="name"> Government of Canada / <span
lang="fr">Gouvernement du Canada</span></span></a>
<meta property="areaServed" typeof="Country" content="Canada">
<link property="logo" href="/static/GCWeb/assets/wmms-blk.svg">
</div>
<section id="wb-srch" class="col-lg-8 text-right">
<h2>Search</h2>
<form action="#" method="post" name="cse-search-box" role="search" class="form-inline">
<div class="form-group">
<label for="wb-srch-q" class="wb-inv">Search Canada.ca</label>
<input id="wb-srch-q" list="wb-srch-q-ac" class="wb-srch-q form-control" name="q" type="search"
value="" size="34" maxlength="170" placeholder="Search Canada.ca">
<datalist id="wb-srch-q-ac">
</datalist>
</div>
<div class="form-group submit">
<button type="submit" id="wb-srch-sub" class="btn btn-primary btn-small" name="wb-srch-sub">
<span class="glyphicon-search glyphicon"></span><span class="wb-inv">Search</span></button>
</div>
</form>
</section>
</div>
</div>
<nav class="gcweb-menu" typeof="SiteNavigationElement">
<div class="container">
<h2 class="wb-inv">Menu</h2>
<button type="button" aria-haspopup="true" aria-expanded="false"><span class="wb-inv">Main </span>Menu <span
class="expicon glyphicon glyphicon-chevron-down"></span></button>
<ul role="menu" aria-orientation="vertical" data-ajax-replace="./static/ajax/sitemenu-v5-en.html">
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/jobs.html">Jobs and
the workplace</a></li>
<li role="presentation"><a role="menuitem"
href="https://www.canada.ca/en/services/immigration-citizenship.html">Immigration
and citizenship</a></li>
<li role="presentation"><a role="menuitem" href="https://travel.gc.ca/">Travel and tourism</a></li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/business.html">Business
and industry</a></li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/benefits.html">Benefits</a>
</li>
<li role="presentation"><a role="menuitem"
href="https://www.canada.ca/en/services/health.html">Health</a></li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/taxes.html">Taxes</a>
</li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/environment.html">Environment
and natural resources</a></li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/defence.html">National
security and defence</a></li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/culture.html">Culture,
history and sport</a></li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/policing.html">Policing,
justice and emergencies</a></li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/transport.html">Transport
and infrastructure</a></li>
<li role="presentation"><a role="menuitem"
href="https://international.gc.ca/world-monde/index.aspx?lang=eng">Canada and
the world</a></li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/finance.html">Money
and finances</a></li>
<li role="presentation"><a role="menuitem" href="https://www.canada.ca/en/services/science.html">Science
and innovation</a></li>
</ul>
</div>
</nav>
<!--<nav id="wb-bc" property="breadcrumb">-->
<!-- <h2>You are here:</h2>-->
<!-- <div class="container">-->
<!-- <ol class="breadcrumb">-->
<!-- <li><a href="https://www.canada.ca/en.html">Home</a></li>-->
<!-- </ol>-->
<!-- </div>-->
<!--</nav>-->
<nav id="wb-bc" property="breadcrumb">
<h2>You are here:</h2>
<div class="container">
<ol class="breadcrumb">
<li><a href="https://www.canada.ca/en/index.html">Canada.ca</a></li>
<li><a href="https://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://healthycanadians.gc.ca/science-research-sciences-recherches/index-eng.php">Science, Research and Data</a></li>
<li><a href="https://health-infobase.canada.ca">Public Health Infobase</a></li>
<li>Food Source Contribution Tool</li>
</ol>
</div>
</nav>
</header>
<main property="mainContentOfPage" class="container" typeof="WebPageElement" id="top">
<h1 property="name" id="wb-cont">Food source contribution tool (FSCT)<small> <strong>from Health
Canada</strong></small></h1>
<section>
<p>
What foods contribute most to Canadians' intake of energy and selected nutrients?
</p>
<p>
Explore how different food groups contribute to Canadian children, youth and adults'
intakes of energy and various nutrients using data collected in the 2015 Canadian
Community Health Survey – Nutrition (CCHS – Nutrition). This visualization tool
complements the
<a
href="https://open.canada.ca/data/en/dataset/b166b1c1-0313-4706-8cca-f464f6fc7086"
target="_blank">Food source contribution tables</a>
published on the Government of Canada’s Open Data portal.
</p>
</section>
<details class="acc-group mrgn-tp-lg">
<summary class="wb-toggle tgl-tab">How to use the tool</summary>
<div class="tgl-panel">
The bar graph at the top of the page compares how 12 broad food groups contribute to
intakes among children, youth and adolescents, adult females and adult males, and the whole population.
<ol class="mrgn-tp-lg">
<li>
Choose a Nutrient by selecting from the
dropdown menu at the top left hand side
of the screen.
</li>
<li class="mrgn-tp-md">
To display a detailed description of what
is included in each food group, <b>hover over</b>
any specific food group in
the graph or the legend. <b>Click</b> to isolate a
food group, click again to restore the
complete graph.
</li>
<li class="mrgn-tp-md mrgn-bttm-lg">
Use the <i>“Switch to”</i>
button to toggle between number and
percentage of contribution.
</li>
</ol>
The sunburst diagram at the bottom of the page takes a closer look at
how specific food sub-groups contribute to intakes.
<ol class="mrgn-tp-lg">
<li class="mrgn-tp-md">
Select an age-sex group from the drop down menu.
</li>
<li class="mrgn-tp-md">
A different colour is used to represent each of the broad food groups. The
contribution of food sub-groups is shown in the outside layers of the
sunburst diagram. <b>Hover over</b> a food group for more information.
</li>
<li class="mrgn-tp-md">
Click on the label in the legend to take a closer
look into a food group. Click again to restore the complete diagram.
</li>
<li class="mrgn-tp-md mrgn-bttm-lg">
To see the level 2 sub-groups results in ranked order,
click on the <i>"Show sub-groups only"</i> button.
To restore the complete graph click on the <i>"Show all food groups"</i>
button.
</li>
</ol>
The graphs and raw data can be downloaded by clicking respectively
on the <i>"Save graph"</i> and <i>"Download table"</i> buttons.
</div>
</details>
<section>
<div style="visibility:hidden;" id="foodSourceContributionTool" class="mrgn-tp-lg mrgn-bttm-lg">
<section id="upper">
<div class="form-group-sm form-inline">
<label for="nutrientSelect" class="form-label">
Select nutrient:
</label>
<select class="form-control" name="nutrientSelect" title="Select nutrient" id="upperGraphNutrientSelect"></select>
</div>
<div class="graphExtra">
<div class="upperGraphActions">
<button class="btn btn-info" id="upperGraphSwitchType">Switch to Numbers</button>
<button class="btn btn-success" id="upperGraphSaveGraph">Save graph (png)</button>
</div>
</div>
<div class="row mrgn-tp-lg">
<figure id="upperGraph" class="mrgn-tp-xl"></figure>
<!-- Uncomment this if we want the warning for the interpretation notes for the bar graph again --
<div class="col-xs-12">
<section class="alert alert-warning">
<h3>Interpretation of the data</h3>
<p>
Foods that are known to be rich sources of a nutrient may not be a major contributor to population intakes of that nutrient
if they are consumed in low amounts. On the other hand, some less nutrient-dense foods may make a large contribution to population
intakes simply because they are widely consumed and/or consumed in large amounts.
</p>
</section>
</div>
------------------------------------------------------------------------------------------------->
<div class="col-xs-12">
<details>
<summary id="upperGraphTableTitle"></summary>
<div class="table-responsive mrgn-tp-lg graphTableContainer">
<table class="dataTable table table-striped table-hover table-condensed text-center"
aria-live="polite"
id="upperGraphTable">
</table>
</div>
<button type="button" id="upperGraphSaveTable" class="btn btn-sm btn-success mrgn-tp-md">
<span class="text-white glyphicon glyphicon-cloud-download px-2"></span>
Download table (.csv)
</button>
</details>
</div>
</div>
</section>
<section id="lower" class="mrgn-tp-xl">
<div class="form-group-sm form-inline">
<label for="ageSexSelect" class="form-label">
Select an age-sex group:
</label>
<select class="form-control" name="ageSexSelect" title="Select age-sex group" id="lowerGraphAgeSexSelect"></select>
</div>
<div class="graphExtra">
<button class="btn btn-info" id="lowerGraphFilterGroupsButton">
<img class="lowerGraphBtnIcon mrgn-rght-sm">
<span></span>
</button>
<button class="btn btn-success" id="lowerGraphSaveGraph">Save graph (png)</button>
</div>
<div class="row mrgn-tp-lg">
<figure id="lowerGraph" class="mrgn-tp-xl"></figure>
</div>
<div class="mrgn-top-md">
<button class="btn btn-info" id="lowerGraphReturnToSelection">Return to nutrient selection</button>
</div>
<div class="col-xs-12 mrgn-tp-md">
<details id="lowerTableDetails">
<summary id="lowerGraphTableTitle"></summary>
<div class="table-responsive mrgn-tp-lg graphTableContainer lowerGraphTableContainer">
<table class="dataTable table table-striped table-hover table-condensed text-center"
aria-live="polite"
id="lowerGraphTable">
</table>
</div>
<div class="mrgn-tp-md">
<button type="button" id="lowerGraphSaveTable" class="btn btn-sm btn-success">
<span class="text-white glyphicon glyphicon-cloud-download px-2"></span>
Download displayed data (.csv)
</button>
<button type="button" id="lowerGraphSaveAllData" class="btn btn-sm btn-success">
<span class="text-white glyphicon glyphicon-cloud-download px-2"></span>
Download all data (.csv)
</button>
</div>
</details>
</div>
</section>
</div>
<div class="text-right mrgn-tp-lg">
<a href="#top">Back to top<span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<br>
<div class="row" id="notes-section">
<section class="alert alert-info chart-legend">
<h3>Notes and legend</h3>
<table class="table table-condensed table-responsive notes-table-wide" id="notes-table">
<tbody>
<tr >
<td style=" padding-top: 15px; padding-bottom:10px ">
<h4 id="NotesAndLegendDataSourceSubtitle"></h4></td>
<td id="NotesAndLegendDataSourceDesc" style=" padding-top: 15px; padding-bottom:10px "></td>
</tr>
<tr >
<td style="min-width: 180px; padding-top: 15px; padding-bottom:10px">
<h4 id="NotesAndLegendOpenDataSubTitle"></h4></td>
<td style=" padding-top: 15px; padding-bottom:10px ">
<p id="NotesAndLegendOpenDataDesc"></p>
</td>
</tr>
<tr >
<td style="min-width: 180px; padding-top: 15px; padding-bottom:10px">
<h4 id="NotesAndLegendDataInterpretationSubtitle"></h4></td>
<td style=" padding-top: 15px; padding-bottom:10px ">
<section class="alert alert-warning">
<p id="NotesAndLegendDataInterpretationDesc"></p>
</section>
</td>
</tr>
<tr >
<td style="min-width: 180px; padding-top: 15px; padding-bottom:10px">
<h4 id="NotesAndLegendDataAboutGraphSubtitle"></h4></td>
<td style=" padding-top: 15px; padding-bottom:10px ">
<h5 id="NotesAndLegendDataAboutGraphDescHeadingRecipe"></h5>
<p id="NotesAndLegendDataAboutGraphDescRecipe1"></p>
<p id="NotesAndLegendDataAboutGraphDescRecipe2" class="mrgn-tp-lg"></p>
<h5 id="NotesAndLegendDataAboutGraphDescHeadingFood" class="mrgn-tp-lg"></h5>
<p id="NotesAndLegendDataAboutGraphDescFood"></p>
<h5 id="NotesAndLegendDataAboutGraphDescHeadingEstimate" class="mrgn-tp-lg">Estimates:</h5>
<p id="NotesAndLegendDataAboutGraphDescEstimate1"></p>
<p id="NotesAndLegendDataAboutGraphDescEstimate2" class="mrgn-tp-xl"></p>
</td>
</tr>
<tr >
<td style="min-width: 180px; padding-top: 15px; padding-bottom:10px">
<h4 id="NotesAndLegendDataAboutCCHSSubtitle"></h4></td>
<td style=" padding-top: 15px; padding-bottom:10px ">
<p id="NotesAndLegendDataAboutCCHSDesc1"></p>
<p id="NotesAndLegendDataAboutCCHSDesc2"></p>
</td>
</tr>
<tr>
<td style="min-width: 180px; padding-top: 15px; padding-bottom:10px" id='legend'>
<h4 id="NotesAndLegendDataLegendSubtitle"></h4></td>
<td style=" padding-top: 15px; padding-bottom:10px ">
<dl id="NotesAndLegendDataLegendDesc1"></dl>
<p id="NotesAndLegendDataLegendDesc2" class="mrgn-tp-md"></p>
</td>
</tr>
<tr >
<td style="min-width: 180px; padding-top: 15px; padding-bottom:10px">
<h4 id="NotesAndLegendDataCitationSubtitle"></h4></td>
<td style=" padding-top: 15px; padding-bottom:10px ">
<p id="NotesAndLegendDataCitationDesc"></p>
</td>
</tr>
<tr >
<td style="min-width: 180px; padding-top: 15px; padding-bottom:10px">
<h4 id="NotesAndLegendDataCorrespondenceSubtitle"></h4></td>
<td style=" padding-top: 15px; padding-bottom:10px ">
<p id="NotesAndLegendDataCorrespondenceDesc"></p>
</td>
</tr>
</tbody>
</table>
<table class="table table-condensed table-responsive notes-table-xl" id="notes-table">
<tbody>
<tr >
<td style=" padding-top: 15px; padding-bottom:10px ">
<h4 id="NotesAndLegendDataSourceSubtitle"></h4>
<p id="NotesAndLegendDataSourceDesc"></p>
</td>
</tr>
<tr >
<td style=" padding-top: 15px; padding-bottom:10px ">
<h4 id="NotesAndLegendOpenDataSubTitle"></h4>
<p id="NotesAndLegendOpenDataDesc"></p>
</td>
</tr>
<tr >
<td style=" padding-top: 15px; padding-bottom:10px ">
<h4 id="NotesAndLegendDataInterpretationSubtitle"></h4>
<section class="alert alert-warning">
<p id="NotesAndLegendDataInterpretationDesc"></p>
</section>
</td>
</tr>
<tr >
<td style=" padding-top: 15px; padding-bottom:10px ">
<h4 id="NotesAndLegendDataAboutGraphSubtitle"></h4>
<h5 id="NotesAndLegendDataAboutGraphDescHeadingRecipe"></h5>
<p id="NotesAndLegendDataAboutGraphDescRecipe1"></p>
<p id="NotesAndLegendDataAboutGraphDescRecipe2" class="mrgn-tp-lg"></p>
<h5 id="NotesAndLegendDataAboutGraphDescHeadingFood" class="mrgn-tp-lg"></h5>
<p id="NotesAndLegendDataAboutGraphDescFood"></p>
<h5 id="NotesAndLegendDataAboutGraphDescHeadingEstimate" class="mrgn-tp-lg"></h5>
<p id="NotesAndLegendDataAboutGraphDescEstimate1"></p>
<p id="NotesAndLegendDataAboutGraphDescEstimate2" class="mrgn-tp-xl"></p>
</td>
</tr>
<tr >
<td style=" padding-top: 15px; padding-bottom:10px ">
<h4 id="NotesAndLegendDataAboutCCHSSubtitle"></h4>
<p id="NotesAndLegendDataAboutCCHSDesc1"></p>
<p id="NotesAndLegendDataAboutCCHSDesc2"></p>
</td>
</tr>
<tr>
<td style=" padding-top: 15px; padding-bottom:10px ">
<h4 id="NotesAndLegendDataLegendSubtitle"></h4>
<dl id="NotesAndLegendDataLegendDesc1"></dl>
<p id="NotesAndLegendDataLegendDesc2" class="mrgn-tp-md"></p>
</td>
</tr>
<tr >
<td style=" padding-top: 15px; padding-bottom:10px ">
<h4 id="NotesAndLegendDataCitationSubtitle"></h4>
<p id="NotesAndLegendDataCitationDesc"></p>
</td>
</tr>
<tr >
<td style=" padding-top: 15px; padding-bottom:10px ">
<h4 id="NotesAndLegendDataCorrespondenceSubtitle"></h4>
<p id="NotesAndLegendDataCorrespondenceDesc"></p>
</td>
</tr>
</tbody>
</table>
<div class="text-right mrgn-tp-lg">
<a href="#top">Back to top <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
</section>
</div>
</section>
<div class="col-xs-12 col-sm-12 well well-md mrgn-tp-md">
<h3 class="mrgn-bttm-lg">You might also be interested in</h3>
<div class="col-xs-2 col-md-2">
<img class="interestedLinkIcon" alt="Nutrition Surveillance Data Tool Icon" src="assets/dinner.png">
</div>
<div class="col-xs-10 col-md-10">
<div class="mrgn-bttm-sm" style="line-height:1.2em;">
<a href="https://health-infobase.canada.ca/nutrition/usual-intakes/">Nutrition Surveillance Data Tool</a>
</div>
<p class="small">This tool presents usual intakes of energy, nutrients and other dietary components using data collected in the 2015 Canadian Community Health Survey – Nutrition</p>
</div>
<div class="col-xs-12 col-sm-12 mrgn-top-lg">
<p>
<a href="https://health-infobase.canada.ca/" class="small">All Health Infobase data products</a>
</p>
</div>
</div>
</div>
<div class="pagedetails col-xs-12">
<div class="row">
<div class="col-sm-6 col-md-5 col-lg-4">
<details class="brdr-0">
<summary class="btn btn-default text-center">Report a problem on this page</summary>
<div class="well row">
<div class="gc-rprt-prblm">
<div class="gc-rprt-prblm-frm gc-rprt-prblm-tggl">
<form action="#">
<fieldset>
<legend><span class="field-name">Please select all that apply: </span></legend>
<div class="checkbox">
<label for="problem1"><input type="checkbox" data-reveal="#broken"
name="problem" value="Something is broken"
id="problem1">Something is broken</label>
</div>
<div class="form-group hide" id="broken">
<label for="problem1-detail">Provide more details (optional):</label>
<input type="text" class="form-control full-width" id="problem1-detail">
</div>
<div class="checkbox">
<label for="problem2"><input type="checkbox" data-reveal="#spelling"
name="problem"
value="It has spelling or grammar mistakes"
id="problem2">The page has spelling or grammar
mistakes</label>
</div>
<div class="form-group hide" id="spelling">
<label for="problem2-detail">Provide more details (optional):</label>
<input type="text" class="form-control full-width" id="problem2-detail">
</div>
<div class="checkbox">
<label for="problem3"><input type="checkbox" data-reveal="#wrong"
name="problem" value="The information is wrong"
id="problem3">The information is wrong</label>
</div>
<div class="form-group hide" id="wrong">
<label for="problem3-detail">Provide more details (optional):</label>
<input type="text" class="form-control full-width" id="problem3-detail">
</div>
<div class="checkbox">
<label for="problem4"><input type="checkbox" data-reveal="#outdated"
name="problem"
value="The information is outdated"
id="problem4">The information is
outdated</label>
</div>
<div class="form-group hide" id="outdated">
<label for="problem4-detail">Provide more details (optional):</label>
<input type="text" class="form-control full-width" id="problem4-detail">
</div>
<div class="checkbox">
<label for="problem5"><input type="checkbox" data-reveal="#find"
name="problem"
value="I can’t find what I’m looking for"
id="problem5">I can’t find what I’m looking for</label>
</div>
<div class="form-group hide" id="find">
<label for="problem5-detail">Describe what you’re looking for
(optional):</label>
<input type="text" class="form-control full-width" id="problem5-detail">
</div>
<div class="checkbox">
<label for="problem6"><input type="checkbox" data-reveal="#confusing"
name="problem" value="It’s confusing"
id="problem6">Other</label>
</div>
<div class="form-group hide" id="confusing">
<label for="problem6-detail">Provide more details (optional):</label>
<input type="text" class="form-control full-width" id="problem6-detail">
</div>
</fieldset>
<button type="submit" class="btn btn-primary wb-toggle"
data-toggle='{"stateOff": "hide", "stateOn": "show", "selector": ".gc-rprt-prblm-tggl"}'>
Submit
</button>
</form>
</div>
<div class="gc-rprt-prblm-thnk gc-rprt-prblm-tggl hide">
<h3>Thank you for your help!</h3>
<p>You will not receive a reply. For enquiries, please <a
href="https://www.canada.ca/en/contact.html">contact us</a>.</p>
</div>
</div>
</div>
</details>
</div>
<div class="wb-share col-sm-4 col-md-3 col-sm-offset-2 col-md-offset-4 col-lg-offset-5"
data-wb-share='{"lnkClass": "btn btn-default btn-block"}'></div>
</div>
<dl id="wb-dtmd">
<dt>Date modified: </dt>
<dd>
<time property="dateModified">2020-03-18</time>
</dd>
</dl>
</div>
</main>
<footer id="wb-info">
<div class="landscape">
<nav class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="https://www.canada.ca/en/contact.html" target="_blank">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html" target="_blank">Departments and
agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html" target="_blank">Public
service and military</a>
</li>
<li><a href="https://www.canada.ca/en/news.html" target="_blank">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html" target="_blank">Treaties,
laws and regulations</a>
</li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html" target="_blank"
>Government-wide reporting</a></li>
<li><a href="https://pm.gc.ca/eng" target="_blank">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html" target="_blank">How government
works</a></li>
<li><a href="https://open.canada.ca/en/" target="_blank">Open government</a></li>
</ul>
</nav>
</div>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-9 col-lg-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="https://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="https://www.canada.ca/en/transparency/terms.html">Terms and conditions</a></li>
<li><a href="https://www.canada.ca/en/transparency/privacy.html">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-3 col-lg-2 text-right">
<img src="./static/GCWeb/assets/wmms-blk.svg" alt="Symbol of the Government of
Canada">
</div>
</div>
</div>
</div>
<!-- <svg><circle class="target" style="fill: #69b3a2" stroke="black" cx=50 cy=50 r=40></circle></svg>-->
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="./static/wet-boew/js/jquery/2.2.4/jquery.js"></script>
<script src="./static/wet-boew/js/wet-boew.min.js"></script>
<!--{# d3 #}-->
<script src="./static/js/d3.v5.min.js"></script>
<!--<script src="https://d3js.org/d3.v5.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/d3-interpolate-path@2.3.0/build/d3-interpolate-path.min.js"></script>
<script src="./static/js/textures.js"></script>
<script src="./static/js/saveSvgAsPng.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/src/wet-boew/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="./static/GCWeb/js/theme.min.js"></script>
<script src="./static/js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/i18next/23.7.19/i18next.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/i18next-browser-languagedetector/7.2.0/i18nextBrowserLanguageDetector.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/save-svg-as-png/1.4.17/saveSvgAsPng.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/he/1.2.0/he.min.js"></script>
<script type="module" src="./app/app.js"></script>
</body>
</html>