-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathday_four.html
More file actions
39 lines (39 loc) · 2.58 KB
/
Copy pathday_four.html
File metadata and controls
39 lines (39 loc) · 2.58 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link type="text/css" rel="stylesheet" href="css/main.css"/>
</head>
<body style="margin : 0px;">
<!-- minimal loader shown until image descriptors are loaded -->
<div class="container-sm">
<h1 class="mt-3 display-1 title mb-5"><strong><a class="link" href="index.html">The City as Collection: building an augmented database for the humanities and social sciences.</a></strong></h1>
<h2 class="mb-2 subtitle"><strong>Day 4 </strong>: Contemporary approaches of Research Infrastructure: SARI.</h2>
<div class="description mb-5 pb-5">
This day will be devoted to exploring cutting edge contemporary approaches to research infrastructure thanks to <a href="https://www.gta.arch.ethz.ch/staff/thomas-haensli/curriculum-vitae-en" target="_blank">Thomas Hänsli</a>, Managing Director of Swiss Art research Infrastructure <a href="https://docs.swissartresearch.net/" target="_blank">SARI</a>.
In the afternoon, <a href="https://www.sari.uzh.ch/de/organisation/mitarbeitende/andre-ghattas.html" target="_blank">Andre Gattas</a>, also at SARI will help us conduct an exercise of quality control and data alignment. In addition, we will be working on refining and integrating the work of previous days into the collective interactive online map.
</div>
<div class="mb-5 pb-5"><strong>Program</strong></br>
<a class="link" href="day_one.html">
Day 1: Geospatial Data-Encoding Past Enviroments
</a></br>
<a class="link" href="day_two.html">
Day 2: Historical Digital Twins and Sensing the Comtemporary City
</a></br>
<a class="link" href="day_three.html">
Day 3: Re-Imagining Links between Past and Present
</a></br>
<a class="link" href="day_four.html">
Day 4: Contemporary approaches of Research Infrastructure: SARI.
</a></br>
<a class="link" href="day_five.html">
Day 5: Discussion and Wrap up
</a></br>
</div>
</div>
<footer class="fixed-bottom justify-content-end">Website inquiries - <a href="https://dvstudies.net/2021/09/01/valentine-bernasconi/">Valentine Bernasconi</a></footer>
</body>
</html>