-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (77 loc) · 3.79 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
<html>
<head>
<title>Kollisionen</title>
<meta property="og:title" content="Kollisionen">
<meta property="og:description" content="Biographical data visualisation of Sergei M. Eisenstein.">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<!-- <link rel="stylesheet" href="../css/standard-style.css"> -->
<!-- <link rel="stylesheet" href="../css/index.css"> -->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="modal-guide.css" />
<link rel="stylesheet" type="text/css" href="https://uclab.fh-potsdam.de/ff/css/select2.css">
<script src="https://d3js.org/d3.v6.js"></script>
<script src="https://uclab.fh-potsdam.de/ff/js/jquery.min.js"></script>
<script src="https://uclab.fh-potsdam.de/ff/js/select2.min.js"></script>
</head>
<body>
<div class="toppanel">
<div class="spiralviz"> <a href="index.html"><h2>Spiral</h2></a></div>
<div class="networkviz"> <a href="network.html"><h2>Network</h2></a></div>
<div class="timelinesviz"> <a href="keyword_list.html"><h2>Timelines</h2></a></div>
</div>
<div id="chart">
<script type="text/javascript" src="sandbox.js"></script>
</div>
<div id="left-panel">
<div class="logo">
<a href="index.html">
<img src="images/K_logo.png" alt="Kollisionen logo" height="75px">
</a>
</div>
<!-- <div class="intro-text">
<p>This visualisation is part of research project <a href="https://collisions-eisensteinshouse.projekte-filmuni.de">KOLLISIONEN</a> at Fachhochschule Potsdam and Filmuniversität Babelsberg.</p>
<p>It visualises the life and legacy of Sergej M. Eisenstein.</p>
</div> -->
<div class="search-container">
<div id="search"></div>
</div>
<div class="highlights">
<h2>Highlights</h2>
</div>
<div class="categories">
<h2>Categories</h2>
<p class="f_c filter"> <span class="key-dot cinema"></span>Cinema and Theatre </p>
<p class="f_b filter"> <span class="key-dot biography"></span>Biography and Personality </p>
<p class="f_w filter"> <span class="key-dot writing"></span>Writing and Teaching</p>
<p class="f_ac filter f_cb filter f_wb filter f_cb filter">
<span class="key-dot biowrit" style="margin-right: -10px;"></span>
<span class="key-dot cinewrit" style="margin-right: -10px;"></span>
<span class="key-dot cinebio"style="margin-right: -10px;"></span>
<span class="key-dot allcat" style="margin-right: 2px;"></span> Multiple</p>
</div>
<div id="legend1">
<h2 id="soundheadline">Sound</h2>
<label class="switch">
<input type="checkbox" id="soundcheckbox">
<span class="slider"></span>
</label>
</div>
<!-- <h2 id="soundheadline">Uncertainty Display</h2>
<label class="switch">
<input type="checkbox" id="uncertaintycheckbox">
<span class="slider"></span>
</label> -->
<!--
<h2>Categories</h2>
<p class="f_c filter"> <span class="key-dot cinema"></span>Cinema and Theatre </p>
<p class="f_b filter"> <span class="key-dot biography"></span>Biography and Personality </p>
<p class="f_w filter"> <span class="key-dot writing"></span>Writing and Teaching</p>
<p class="f_cw filter"> <span class="key-dot cinewrit"></span>Cinema and Theatre & Writing and Teaching</p>
<p class="f_cb filter"> <span class="key-dot cinebio"></span>Biography and Personality & Cinema and Theatre </p>
<p class="f_wb filter"> <span class="key-dot biowrit"></span>Biography and Personality & Writing and Teaching</p>
<p class="f_ac filter"> <span class="key-dot allcat"></span>All Categories</p>
<p class="f_g filter"> <span class="key-dot graphic"></span>Graphic Art </p>
<p class="f_d filter"> <span class="key-dot apartment"></span>Apartment </p> -->
<div id="sidebar"> <p id="closedsidebar" style="display:none">✕</p></div>
</body>
</html>