forked from security_vision/semantic_graph
36 lines
No EOL
923 B
HTML
36 lines
No EOL
923 B
HTML
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="graph.css">
|
|
<title>Remote Biometric Identification | A survey of the European Union</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id='tooltip'></div>
|
|
<div id='sources'></div>
|
|
<div id='closeSelection'>×</div>
|
|
<div id='map'></div>
|
|
|
|
<header>
|
|
<h1>Remote Biometric Identification</h1>
|
|
<p class='subtitle'>A survey of the European Union</p>
|
|
|
|
<aside id="filters">
|
|
<h3 onclick="this.parentNode.classList.toggle('hide');">Filter</h3>
|
|
<div id="filter-items"></div>
|
|
</aside>
|
|
|
|
</header>
|
|
|
|
<script src="https://d3js.org/d3.v6.js"></script>
|
|
|
|
<script src="https://d3js.org/d3-geo-projection.v3.min.js"></script>
|
|
<script src="https://d3js.org/topojson.v3.min.js"></script>
|
|
<script src="//unpkg.com/d3-geo-zoom"></script>
|
|
<script src="graph.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |