-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (118 loc) · 5.1 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Federico Buccellati</title>
<link rel="stylesheet" type="text/css" href="fab.css">
</head>
<body>
<h1 style="height: 26px;">Federico Buccellati</h1>
<h2>Exploring how Past and Present Intersect in Archaeology</h2>
<h4 style="text-align: center;">Research Profile</h4>
<div class="cardrow">
<!-- Card 1 - PhD --> <a href="AP.html">
<div class="card"> <img src="images/courtyard-VDM929.jpg" alt="Tupkish Palace"
style="width:100%">
<div class="container">
<h4><b>Architecture & Volumetrics</b></h4>
<p>The Palace of Tupkish<br>
at Urkesh (Syria)</p>
</div>
</div>
</a>
<!-- Card 2 - Mozan --> <a href="MZ.html">
<div class="card"> <img src="images/AP-DSCN2133.jpg" alt="Mozan" style="width:100%">
<div class="container">
<h4><b>Field Project:<br>
Tell Mozan</b></h4>
<p>The Excavations at Tell Mozan, Urkesh (Syria)</p>
</div>
</div>
</a>
<!-- Card 3 - Cultural Heritage --> <a href="CHeritage.html">
<div class="card"> <img src="images/posters_in_SY.jpg" alt="Cultural Heritage"
style="width:100%">
<div class="container">
<h4><b>Public Archaeology & Cultural Heritage</b></h4>
<p>The Role of Culture<br>
in Times of Crisis</p>
</div>
</div>
</a>
<!-- Card 4 - EnCAB --> <a href="http://www.encab.net" title="EnCAB" target="_blank">
<div class="card"> <img src="images/EnCAB-V19d45.jpg" alt="EnCAB" style="width:100%">
<div class="container">
<h4><b>Digital Humanities: EnCAB</b></h4>
<p>Energetic Calculator<br>
for Ancient Buildings</p>
</div>
</div>
</a>
<!-- Card 5 - Perception --> <a href="Perception.html">
<div class="card"> <img src="images/MZ-drain.jpg" alt="Perception" style="width:100%">
<div class="container">
<h4><b>Perception in Architecture</b></h4>
<p>The Impact of Architecture<br>
on the Senses</p>
</div>
</div>
</a>
<!-- Card 6 - Mittani Middle Assyrian --> <a href="http://www.mit-ma.net"
title="Mit-MA" target="_blank">
<div class="card"> <img src="images/MMA-A18q0631-p1.jpg" alt="Mittani - Middle Assyrian"
style="width:100%">
<div class="container">
<h4><b>Mittani - Middle Assyrian Transition</b></h4>
<p>Material Culture<br>
during Political Change</p>
</div>
</div>
</a>
<!-- Card 7 - BlockGen --> <a href="https://fabfab1.github.io/BlockGen/"
target="_blank">
<div class="card"> <img src="images/blockgen.jpg" alt="BlockGen" style="width:100%">
<div class="container">
<h4><b>Digital Humanities: BlockGen</b></h4>
<p>Calculating Archaeological<br>
Volumes in AutoCAD</p>
</div>
</div>
</a>
<!-- Card 8 - CV --> <a href="CV.html" target="_blank">
<div class="card"> <img src="images/BuccellatiF-eurialo_better.jpg" alt="CV"
style="width:100%">
<div class="container">
<h4><b>Curriculum<br>
Vitae</b></h4>
<p>CV, Teaching<br>
& Publications</p>
</div>
</div>
</a> </div>
<br>
<h4>
<div><a href="http://orcid.org/0000-0003-4684-0972"><img src="images/orcid.png"
alt="ORCID iD icon" style="width: 30px; height: 30px;"> F.
Buccellati ORCID</a></div>
<div> <img src="images/Academia.png" alt="academia.edu" title="academia.edu"
style="width: 23px; height: 23px;"> <a href="http://fu-berlin.academia.edu/FedericoBuccellati"
target="_blank">F. Buccellati Academia.edu</a></div>
<div> <a href="http://github.com/fabfab1" target="_blank"> <img src="images/github-logo.png"
alt="GitHub" title="GitHub" style="width: 33px; height: 33px;"> F.
Buccellati GitHub</a> </div>
<div><a href="https://www.zotero.org/groups/2367681/f._buccellati_bibliography/library"><img src="images/Zotero_icon.png" alt="Zotero" style="width: 30px; height: 30px;">
F. Buccellati Zotero Bibliography</a></div>
<div><a href="https://hcommons.org/members/buccellatif/"><img src="images/hcommons.png"
alt="HCommons icon" style="width: 30px; height: 30px;"> F.
Buccellati HCommons & Core Repository</a></div>
<div> <br>
<br>
Copyright 2018 F. Buccellati <br>
all images under copyright of author or <a href="http://www.iimas.org"
target="_blank">IIMAS</a> </div>
</h4>
<!-- https://semantic-ui.com/introduction/getting-started.html -->
<!-- https://www.w3schools.com/howto/howto_css_cards.asp -->
<!-- Future Cards to add: Undena-BM Undena-Historiography ArticleData Theory-->
</body>
</html>