-
Notifications
You must be signed in to change notification settings - Fork 0
/
country-ca.html
85 lines (80 loc) · 3.56 KB
/
country-ca.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
<!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>#BioCitationNeeded: Canada (ca)</title>
<link href="bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="html5shiv.min.js"></script>
<script src="respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">#BioCitationNeeded</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">English</a></li>
<li><a href="index-he.html">עברית</a></li>
<li><a href="https://github.com/no2bio/biocitationneeded#readme">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>Canada <small>(ca)</small></h3>
<dl>
<dt>Biometric passport: <span class="better">Yes</span></dt>
<dd>
<p><p>According to
<a href="https://en.wikipedia.org/wiki/Biometric_passport#Countries_using_biometric_passports">Wikipedia</a>,
citizens of <em>Canada</em> can/must have biometric passports [doesn't imply retaining biometric information].</p>
</p>
</dd>
<dt>National ID card: <span class="complicated">Not compulsory</span></dt>
<dd>
<p><p>According to <a href="https://en.wikipedia.org/wiki/List_of_national_identity_card_policies_by_country#Countries_with_non-compulsory_identity_cards">wikipedia</a>,
<em>Canada</em> has a <em>non-compulsory</em> identity card.</p>
</p>
</dd>
<dt>National Biometric database: <span class="better">Rejected</span></dt>
<dd>
<p><h5>Contributed by <a href="http://nirshman.com/">Nir Hirshman</a></h5>
<ul>
<li><p><a href="https://archive.today/oAeD8#selection-275.344-275.515">EFF</a>:</p>
<p><em>the citizens of many countries have successfully opposed biometric national ID
schemes including Australia, Canada, New Zealand, the United Kingdom, and the United States.</em></p></li>
</ul>
</p>
</dd>
</dl>
</div>
</div>
<hr>
<footer>
If you believe the information here is <a href="https://xkcd.com/386/">wrong</a> or incomplete
[and have <em>links</em> to back your claim], please
<a href="https://swatwt.com/whatmail">let us know</a>.
</footer>
</div><!-- /.container -->
<script src="jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="ie10-viewport-bug-workaround.js"></script>
</body>
</html>