-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·138 lines (107 loc) · 1.65 KB
/
index.html
File metadata and controls
executable file
·138 lines (107 loc) · 1.65 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
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
<html>
<hr>
<table>
<tr>
<td colspan="1.2">
<h2><b>Francesco Quaglia<br>
<i>PhD, Full Professor</i></b>
</h2>
</td>
<td valign = "right" colspan="0.8">
<img src="./images/logo.png" border=1 ></img>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
<a HREF="http://www.ce.uniroma2.it/~quaglia/earthinthecloud/#">
<IMG SRC = ./images/Banner1.png width="220" height="90">
</a>
</td>
</tr>
<tr>
<td valign = "top">
<img align="left" "WIDTH="130" HEIGHT="340" src="./images/foto-2020.jpg" border=1 ></img>
</td>
<td>
<UL>
<h2>
<IMG SRC = ./images/bluedot.gif>
<a HREF="curr.html">
<b>Curriculum Vitae</b></a><P><P>
</h2>
<h2>
<IMG SRC = ./images/bluedot.gif>
<a HREF="publ.html">
<b>Selected Publications</b></a><P><P>
</h2>
<h2>
<IMG SRC = ./images/bluedot.gif>
<a HREF="projects.html">
<b>Research Projects</b>
</a><P><P>
</h2>
<h2>
<IMG SRC = ./images/bluedot.gif>
<a HREF="software.html">
<b>Software</b></a><P><P>
</h2>
<h2>
<IMG SRC = ./images/bluedot.gif>
<a HREF="teaching.html">
<b>Teaching</b></a><P><P>
</h2>
</ul>
<P><P>
</UL>
</td>
</table>
<p><P><P><HR><p>
<ADDRESS>
<h2>
<a href="http://dicii.uniroma2.it/">
Dipartimento di Ingegneria Civile e Ingegneria Informatica</a><br>
<a href="http://www.uniroma2.it">Università di Roma "Tor Vergata"
</a><br>
Via del Politecnico 1<br>
I-00133 <a href="http://www.comune.roma.it/">Roma</a>,
Italy
<p>
Building "Ingegneria dell'Informazione"<br>
Room A3-20<br>
email: francesco.quaglia [at] uniroma2.it
</h2>
<HR>
</ADDRESS>
</html>