-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitlelist.html
80 lines (60 loc) · 1.92 KB
/
titlelist.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Theatres of Knowledge</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<style>
a.bibbase.bibtex.link {
display: none;
}
span.note {
display: none;
}
article {
float: left;
padding: 20px;
width: 100%;
}
/* Clear floats after the columns */
section:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
image, article {
width: 100%;
height: auto;
}
}
</style>
</head>
<body>
<div class="header">
<h1>Theatres of Knowledge</h1>
<p>A visual database of printed books that have the word theatre in their title, published between the 16th and 18th century in Europe</p>
</div>
<div class="navbar">
<a href="index.html">Home</a>
<a href="repertorium.html">Repertorium</a>
<a href="imaginarius.html">Imaginarius</a>
<a href="titlelist.html">Title list</a>
<a href="visualisations.html">Visualisations</a>
<a href="research.html">Research</a>
<a href="https://github.com/OscarSeip/oscarseip.github.io/wiki" target="_blank">Documentation</a>
<a href="https://github.com/OscarSeip/oscarseip.github.io" target="_blank">Code</a>
</div>
<section>
<article>
<h1>Title List</h1>
<script src="https://bibbase.org/show?bib=https://bibbase.org/zotero-group/Oscar_Seip/2586230&jsonp=1&jsonp=1&theme=simple&folding=1&groupby=author_short&sort=-year"></script>
</article>
</section>
<div class="footer">
<a href="https://www.biblhertz.it/en/research-groups/visualizing-science" target="_blank">Part of the research group Visualizing Science in Media Revolutions led by Dr Sietske Fransen at the Max Planck Institute for Art History in Rome</a>
</div>
</body>
</html>