forked from mavroudisv/plain-academic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
153 lines (111 loc) · 5.61 KB
/
cv.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->
<html lang="en">
<head>
<title>Antonio Cruciani</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="talks.html">Talks</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="code.html">Code</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="teachings.html">Teachings</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-md-8" style="height: 45vh;">
<img class="img-responsive" src="photo.png" width="300" height="300" alt=""><br>
</div>
<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Antonio Cruciani</b></div><br>
<p><b>#name.#surname AT gssi.it</b><br>
<b><a href="antonio_cruciani.asc">OpenPGP</a></b><br>
<p>Computer Science<br>
Gran Sasso Science Institute<br>
Viale Francesco Crispi, 7<br>
L'Aquila <br>
Italy<br>
</p>
</div>
<!-- Links on the Sidebar -->
<div class="col-md-4" style="margin-top:2%">
<dd><a href="https://dblp.org/pid/249/5159">dblp</a></dd>
<dd><a href="https://github.com/Antonio-Cruciani">Github</a></dd>
<dd><a href="https://linkedin.com/in/antonio-cruciani-9b7b7083">LinkedIn</a></dd>
</div>
</div>
<div class="row">
<!-- Entries Column -->
<div class="col-md-8" style="height:30vh;">
<table>
<tr>
<th><h3> Curriculum Vitae (<a href="antonio_cv.pdf">Full version available here</a>)</h3></th>
</tr>
<tr>
<th><strong> Education </strong></th>
</tr>
<tr>
<td>
<a href="http://www.informatica.uniroma2.it/index2.htm">M.Sc. in Computer Science. </a> February 2020.
<ul style="list-style-type:disc">
<li>Institute: <a href="https://web.uniroma2.it/">University of Rome:"Tor Vergata"</a>, Rome, Italy </li>
<li>Thesis: <a href="https://github.com/Antonio-Cruciani/dynamic-random-graph-generator">Dynamic Random Graphs and unstructured P2P networks, analysis of two models inspired by the Bitcoin network.</a> </li>
<li>Supervisor: Francesco Pasquale</li>
</ul>
<a href="http://www.informatica.uniroma2.it/index.htm">B.Sc. in Computer Science. </a> October 2017.
<ul style="list-style-type:disc">
<li>Institute: <a href="https://web.uniroma2.it/">University of Rome:"Tor Vergata"</a>, Rome, Italy </li>
<li>Thesis: Efficient Learning methods for playlist prediction</li>
<li>Supervisor: <a href="https://dblp.org/pid/14/5718">Giorgio Gambosi</a></li>
</ul>
</td>
</tr>
<tr>
<th><strong> Academic Service </strong></th>
</tr>
<tr>
<td>
<ul>Conference Sub-Reviewer : <a href="https://www.siam.org/conferences-events/siam-conferences/sdm25/">SDM 2025</a>, <a href="https://www.wsdm-conference.org/2025/">WSDM 2025</a>, <a href="https://sites.google.com/unipi.it/fun2024">FUN 2024</a>,<a href="https://sites.google.com/view/fun2022/home">FUN 2022</a>, <a href="https://aamas2023.soton.ac.uk/"> AAMAS 2023 </a></ul>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<!-- /.container -->
<!-- Other people may like it too! -->
<!-- <a style="color:#b5bec9;font-size:0.8em; float:right;" href="https://github.com/mavroudisv/plain-academic">Plain Academic</a> -->
</body>
</html>