-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcredits.html
58 lines (53 loc) · 3.24 KB
/
credits.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>Credits on Rara Magnetica</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link rel="icon" href="images/logo.png" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head><body>
<div id="all">
<div id="container">
<div id="menu">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="rara.html">rara magnetica</a></li>
<li><a href="documentation.html">documentation</a></li>
<li><a href="credits.html">credits</a></li>
</ul>
</div>
<div style="height: 100px;" id="logo"><h1><a href="index.html">Rara Magnetica</a></h1>
<h2>A Repository of Historical Sources Related to the Premodern Research on Magnetism</h2>
<h4>created by Christoph Sander</h4>
</span></div>
<br>
<div style="text-align: left;" id="main">
<h3>Credits</h3>
<table style="text-align: left; width: 100%; height: auto; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top; width: 50%;"><img style="width: 100%; height: auto;" alt="Credits" src="images/credits.jpg" /><br />
</td>
<td style="vertical-align: top; text-align: justify;">This
project could only be realized with the help of many hands.<br />
<br />
I would like to thank:<br />
<br />
<i>Data entry and cleaning</i>: Alexander Andor, Flavia Benfante, Claudia Burghof, Antonella Colangiuli, Matteo Fornasier, Manon Gumpert, Verena Scheulen, Jacob Schilling<br />
<i>IT and coding</i>: Alessandro Adamou, Elisa Bastianello, Mike Bennett, Robert Casties, Hassan El Hajj, Giouli Korobili, Benjamin Kozlowski, Florian Kräutli, Giacomo Marchioro, Martin Raspe, Erik Tyler, Ugo Valori, Raffaele Viglianti, Klaus Werner, Jeffrey Witt<br />
<i>Research</i>: Mark Clark, Enrico Fontolan, Dániel Margócsy, Cesare Pastorino, Loris Sturlese, Bella Radenović, Nick Wilding, all members of the Max Planck Research Group 'Visualizing Science in Media Revolutions', all members of the Institute for Advanced Jesuit Studies at Boston College, and the staff at Linda Hall Library in Kansas City<br />
<i>Librarians</i>: I would like to thank many librarians at libraries accross the world. A (possibly incomplete) list of the persons I wish to thank can be found <a href="http://www.magnetic-margins.com/resource/magnet_Info" target="_blank">here</a><br />
<br />
<div style="text-align: justify;">Moreover, I thank all libraries providing their material for free and publicly!<br />
If not indicated otherwise in the individual items' metadata, all images are published under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> license or their use was granted by the holding institution. <br />
</div>
</td>
</tr>
</tbody>
</table>
<br />
</div>
<div id="footer">© <script>document.write(new Date().getFullYear());</script> <a href="https://ch-sander.github.io/" target="_blank">Christoph Sander</a></div>
</div>
</div>
</body></html>