forked from imgios/minimalist
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
307 lines (276 loc) · 16.4 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Stefano Lambiase</title>
<meta name="description" content="Stefano Lambiase personal website">
<meta name="author" content="Stefano Lambiase">
<!-- Mobile-friendly -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Tooltips -->
<!-- Production version -->
<script src="https://unpkg.com/@popperjs/core@2"></script>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<!-- Minimalist CSS -->
<link href="assets/css/minimalist-light-theme.css" rel="stylesheet" id="theme-link">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/images/cat.jpg">
</head>
<body>
<!-- User info -->
<header>
<div class="container">
<div class="row justify-content-lg-center" style="align-items: center;">
<div class="col-lg-3 text-center">
<img src="./assets/images/CVImage_2.jpg" class="user-image rounded-circle" alt="CV Image">
</div>
<div class="col-lg-7">
<!-- Switch for dark/light mode -->
<div class="form-check form-switch d-flex justify-content-end">
<input class="switch-mode form-check-input" type="checkbox" id="flexSwitchCheckDefault" />
<label class="form-check-label" for="flexSwitchCheckDefault">
Light Mode
</label>
</div>
<h2>Stefano Lambiase</h2>
<p class="text-justify">
I was born in Salerno (Italy) on July 9th, 1996, and I enrolled in a Computer Science course at the University of Salerno in 2015.
During these years, I improved my skills in Programming, Mathematics, Algorithms, and Software Engineering, and I obtained the (magna cum laude) <strong>Bachelor's Degree</strong> defending a thesis on <strong>Test Smell Detection and Suggestions</strong> proposed by Prof. Andrea De Lucia.
Also, I fell in love with Software Engineering, and I chose to begin a Master's Degree in Computer Science, curriculum <strong>Software Engineering and IT Management</strong>, at the University of Salerno in 2019.
As a result, I got the (magna cum laude) <strong>Master's Degree</strong> on September 30th, 2021, defending a thesis regarding the human and social aspects of Software Development and Software Project Management.
During the work, I was supervised by Prof. Filomena Ferrucci, Prof. Fabio Palomba, and Dr. Gemma Catolino.
</p>
<div class="d-flex justify-content-end">
<ul class="list-inline social-icons">
<li class="list-inline-item"><a href="mailto:[email protected]" target="_blank"><em class="fa-solid fa-envelope"></em></a></li>
<li class="list-inline-item"><a href="https://github.com/StefanoLambiase" target="_blank"><em class="fab fa-github"></em></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/stefano-lambiase/" target="_blank"><em class="fab fa-linkedin-in"></em></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/stefano.lambiase7/" target="_blank"><em class="fab fa-instagram"></em></a></li>
<li class="list-inline-item"><a href="https://twitter.com/StefanoLambiase" target="_blank"><em class="fab fa-twitter"></em></a></li>
<li class="list-inline-item"><a href="https://orcid.org/0000-0002-9933-6203" target="_blank"><em class="fab fa-orcid"></em></a></li>
<li class="list-inline-item"><a href="https://www.researchgate.net/profile/Stefano-Lambiase" target="_blank"><em class="fa-brands fa-researchgate"></em></a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- Content -->
<section>
<!-- ./content-switch -->
<div class="d-flex justify-content-center">
<div class="list-group list-group-horizontal-md" id="content-tabs" role="tablist">
<a class="list-group-item small text-uppercase" id="list-about-me" data-toggle="list" href="#about-me" role="tab">About me</a>
<a class="list-group-item small text-uppercase active" id="list-committee-list" data-toggle="list" href="#committee" role="tab">Committees</a>
<a class="list-group-item small text-uppercase" id="list-experience-list" data-toggle="list" href="#experience" role="tab">Experience</a>
<a class="list-group-item small text-uppercase" id="list-projects-list" data-toggle="list" href="#publications" role="tab">Publications</a>
<a class="list-group-item small text-uppercase" id="list-projects-list" data-toggle="list" href="#projects" role="tab">Projects</a>
</div>
</div>
<!-- ./content-switch -->
<!-- ./content-body -->
<div class="container pt-5 tab-content">
<!-- ./about-me-panel -->
<div class="tab-pane fade show" id="about-me" role="tabpanel">
<div class="row justify-content-lg-center">
<div class="col-lg">
<div>
<!-- Personal-info -->
<h3 class="text-inside-line text-center"><span>Personal info</span></h3>
<div style="margin-top: 40px">
<div class="row justify-content-lg-center">
<div class="col text-end"><span>Name</span></div>
<div class="col text-start"><span class="text-muted">Stefano Lambiase</span></div>
</div>
<div class="row justify-content-lg-center">
<div class="col text-end"><span>Birthday</span></div>
<div class="col text-start"><span class="text-muted">09/07/1996</span></div>
</div>
<div class="row justify-content-lg-center">
<div class="col text-end"><span>Place of birth</span></div>
<div class="col text-start"><span class="text-muted">Salerno (SA)</span></div>
</div>
<div class="row justify-content-lg-center">
<div class="col text-end"><span>Nationality</span></div>
<div class="col text-start"><span class="text-muted">Italian</span></div>
</div>
</div>
</div>
<div style="margin-top: 70px;">
<!-- contact-info -->
<h3 class="text-inside-line text-center"><span>Contact info</span></h3>
<div style="margin-top: 40px">
<div class="row justify-content-lg-center">
<div class="col text-end"><span>E-mail</span></div>
<div class="col text-start"><span class="text-muted">[email protected]</span></div>
</div>
<div class="row justify-content-lg-center">
<div class="col text-end"><span>Institutional E-mail</span></div>
<div class="col text-start"><span class="text-muted">[email protected]</span></div>
</div>
</div>
</div>
<div style="margin-top: 70px;">
<!-- Research Interests -->
<h3 class="text-inside-line text-center"><span>Research Interests</span></h3>
<div style="margin-top: 40px">
<div class="row justify-content-lg-center">
<div class="col text-center"><span class="text-muted">Social and Human Aspects of Software Engineering</span></div>
</div>
<div class="row justify-content-lg-center">
<div class="col text-center"><span class="text-muted">Software Project Management</span></div>
</div>
<br>
<div class="row justify-content-lg-center">
<div class="col text-center"><span class="text-muted">Software Bot</span></div>
</div>
<br>
<div class="row justify-content-lg-center">
<div class="col text-center"><span class="text-muted">Software Maintenance and Evolution</span></div>
</div>
<br>
<div class="row justify-content-lg-center">
<div class="col text-end"><span>Résumé</span></div>
<div class="col text-start"><span class="text-muted"><a class="text-muted" href="/assets/downloads/Stefano_Lambiase_CV.pdf" download>download</a></span></div>
</div>
</div>
</div>
<div style="margin-top: 70px; margin-bottom: 100px;">
<!-- Hobbies-info -->
<h3 class="text-inside-line text-center"><span>Hobbies & Interests</span></h3>
<div style="margin-top: 40px">
<div class="row justify-content-lg-center">
<ul class="list-inline h5 text-center" style="font-size: 170%">
<li class="list-inline-item px-2" data-toggle="tooltip" data-placement="bottom" title="Music">🎶</li>
<li class="list-inline-item px-2" data-toggle="tooltip" data-placement="bottom" title="Games">🎮</li>
<li class="list-inline-item px-2" data-toggle="tooltip" data-placement="bottom" title="Computers">💻</li>
<li class="list-inline-item px-2" data-toggle="tooltip" data-placement="bottom" title="Read Books">📖</li>
<li class="list-inline-item px-2" data-toggle="tooltip" data-placement="bottom" title="Walk and exercise">🚶♂️</li>
<li class="list-inline-item px-2" data-toggle="tooltip" data-placement="bottom" title="Cats">😼</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ./committee-panel-->
<div class="tab-pane fade show active" id="committee" role="tabpanel">
<div class="row justify-content-lg-center">
<div class="col-lg">
<!-- Timeline -->
<div id="committee-container" class="timeline-container">
<!-- The panel is populated using a JSON -->
</div>
<!-- ./timeline -->
</div>
</div>
</div>
<!-- ./committee-panel-->
<!-- ./experience-panel-->
<div class="tab-pane fade show" id="experience" role="tabpanel">
<div class="row justify-content-lg-center">
<div class="col-lg">
<!-- Timeline -->
<div id="experience-container" class="timeline-container">
<!-- The panel is populated using a JSON -->
</div>
<!-- ./timeline -->
</div>
</div>
</div>
<!-- ./experience-panel-->
<!-- ./publications-panel-->
<div class="tab-pane fade show" id="publications" role="tabpanel">
<div class="row justify-content-lg-center" id="publications_inner">
<!-- The panel is populated using a JSON -->
</div>
</div>
<!-- ./publications-panel-->
<!-- ./projects-panel-->
<div class="tab-pane fade show" id="projects" role="tabpanel">
<!-- TODO: Projects cards? Dunno. -->
<!-- Force next columns to break to new line -->
<div class="row justify-content-lg-center">
<!-- ./project - CLOUD COMPUTING -->
<div class="col-lg-8 pb-3">
<div class="card">
<div class="card-body">
<h4 class="card-title">Erwin Bot</h4>
<p class="card-text">
🤖 Chat bot for management support built with Azure Cloud Services. Produced for the Cloud Computing course of Computer Science at University of Salerno.
It offers the manager the opportunity to communicate in an organized manner with the project team and, at the same time, monitor and organize the various activities under development.
</p>
<ul class="list-inline social-icons">
<li class="list-inline-item"><a href="https://github.com/StefanoLambiase/ErwinBot" target="_blank"><em class="fab fa-github"></em></a></li>
</ul>
</div>
</div>
</div>
<!-- Force next columns to break to new line -->
<div class="w-100"></div>
<!-- ./project - GPS -->
<div class="col-lg-8 pb-3">
<div class="card">
<div class="card-body">
<h4 class="card-title">BiblioNet</h4>
<p class="card-text">
📕 🎓 Spring Boot Web App for library support. Produced for the Software Engineering and Software Project Management courses of Computer Science at University of Salerno.
</p>
<ul class="list-inline social-icons">
<li class="list-inline-item"><a href="https://github.com/StefanoLambiase/biblionet" target="_blank"><em class="fab fa-github"></em></a></li>
</ul>
</div>
</div>
</div>
<!-- Force next columns to break to new line -->
<div class="w-100"></div>
<!-- ./project-2 -->
<div class="col-lg-8 pb-3">
<div class="card">
<div class="card-body">
<h4 class="card-title">DARTS</h4>
<p class="card-text">
<strong>DARTS (Detection And Refactoring of Test Smells)</strong> is an Intellij plug-in which (1) implements a state-of-the-art detection mechanism to detect instances of three test smell types, i.e., General Fixture, Eager Test, and Lack of Cohesion of Test Methods, at commit-level and (2) enables their automated refactoring through the integrated APIs provided by Intellij.
</p>
<ul class="list-inline social-icons">
<li class="list-inline-item"><a href="https://github.com/StefanoLambiase/DARTS" target="_blank"><em class="fab fa-github"></em></a></li>
</ul>
</div>
</div>
</div>
<!-- Force next columns to break to new line -->
<div class="w-100"></div>
</div>
</div>
</div>
</section>
<footer>
<div class="container text-center">
<p class="small">
This site is built with <a href="https://github.com/imgios/minimalist" target="_blank">minimalist</a>, a template built with 🖤 and <a href="https://getbootstrap.com/" target="_blank">bootstrap</a> by <a href="https://github.com/imgios">imgios</a>
</p>
</div>
</footer>
<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- javaScript for dark mode -->
<script src="js/switchMode.js"></script>
<!-- JavaScript for experience filling -->
<script src="js/experienceFilling.js"></script>
<script src="js/committeeFilling.js"></script>
<script src="js/paperFilling.js"></script>
<!-- javascript for tooltips -->
<script>
// Select all elements with data-toggle="tooltips" in the document
$('[data-toggle="tooltip"]').tooltip();
</script>
</body>
</html>