Skip to content

Commit e1725c4

Browse files
Correct
1 parent b34a9a2 commit e1725c4

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

assets/css/style.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,24 @@ ul{
7373
padding: 0;
7474
margin: 0 auto;
7575
list-style-type:disc;
76-
/* list-style: none;*/
7776
}
7877
ul li {
7978
list-style: none;
8079
list-style-type:disc;
8180

8281
}
82+
ul.no-bullets {
83+
list-style-type: none; /* Remove bullets */
84+
padding: 0; /* Remove padding */
85+
margin: 0; /* Remove margins */
86+
}
87+
88+
ul.no-bullets li {
89+
list-style: none;
90+
list-style-type:none;
91+
92+
}
93+
8394
select,input,textarea,button{box-shadow:none;outline:0!important;}
8495
button {background: transparent;border: 0;}
8596

curriculum.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,12 @@ <h3 style="font-size:22px; color:#1f2c6c">Teaching</h3>
400400
<br>
401401
<br>
402402
<ul>
403+
<div class="timeline-content"><span>Lectures: Artificial Intelligence in Radiology</span></div>
404+
<p>Universitätsklinikum | Bonn, Germany | Nov. 2024 - Jan. 2024 </p>
405+
<p class="description">
406+
Lectures on topics related to the applications of AI in Radiology, and associated challenges (biases, uncertainty, etc.). Logistic and management of the seminars with Pr. <a href="https://albarqouni.github.io/" style="font-size:14px">Albarqouni<a>. </p>
407+
<p class="description">Lectures: 10h.</p>
408+
<br>
403409
<div class="timeline-content"><span>Summer School on Affordable Artificial Intelligence (SAAI)</span></div>
404410
<p>AGYA | Bonn, Germany | July 2024 </p>
405411
<p class="description">
@@ -417,7 +423,7 @@ <h3 style="font-size:22px; color:#1f2c6c">Teaching</h3>
417423
<p>UFR Medicine, University of Rennes | France | Nov. 2023 </p>
418424
<p class="description">
419425
<p>Explanations of the notion of pipeline, analytical variability, good practices of publication, etc. </p>
420-
<p>CM: 3h, one group of 12 students.</p>
426+
<p>Lectures: 3h, one group of 12 students.</p>
421427
</p>
422428
<br>
423429
<div class="timeline-content"><span>L1 ISTN - Professional project and communication</span></div>

index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,36 +134,31 @@ <h3 style="text-align:justify;">
134134
<div class="single-about-img">
135135
<img src="assets/images/about/elodiegermani2.jpg" alt="profile_image">
136136
<div class="about-list-icon">
137-
<ul>
137+
<ul class="no-bullets">
138138
<li>
139139
<a href="[email protected]">
140140
<i class="fa fa-envelope" aria-hidden="true" style="font-size:14px"></i>
141141
</a>
142-
143142
</li><!-- / li -->
144143
<li>
145144
<a href="https://scholar.google.com/citations?user=BTAAgQEAAAAJ&hl=fr">
146145
<i class="fa fa-graduation-cap" aria-hidden="true" style="font-size:13px"></i>
147146
</a>
148-
149147
</li><!-- / li -->
150148
<li>
151149
<a href="https://github.com/elodiegermani">
152150
<i class="fa fa-github" aria-hidden="true"></i>
153151
</a>
154-
155152
</li><!-- / li -->
156153
<li>
157154
<a href="https://x.com/ElodieGermani">
158155
<i class="fa fa-twitter" aria-hidden="true"></i>
159156
</a>
160-
161157
</li><!-- / li -->
162158
<li>
163159
<a href="https://www.linkedin.com/in/elodie-germani-b861021a2/">
164160
<i class="fa fa-linkedin" aria-hidden="true"></i>
165161
</a>
166-
167162
</li><!-- / li -->
168163
</ul><!-- / ul -->
169164
</div><!-- /.about-list-icon -->

0 commit comments

Comments
 (0)