-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fc721c
commit d41ce58
Showing
6 changed files
with
137 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
<title>Ongoing projects</title> | ||
<link rel="icon" href="img/index.jpg"> | ||
<link rel="stylesheet" href="files/style.css"> | ||
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/> | ||
</head> | ||
<body> | ||
<div id="navigation"> | ||
<div id="profile"> | ||
<a><img src="img/elodiegermani.png"></a> | ||
</div> | ||
<div id="contact"> | ||
<h1> | ||
Elodie <span class="upper">GERMANI</span> | ||
<br/> | ||
<h2 id="title" class="italic">PhD student</h2> | ||
<p>[email protected]</p> | ||
<p>Rennes, France</p> | ||
<p class="link"> | ||
<a href="https://github.com/elodiegermani1"><img id="github" src="img/github.png" class="external"></a> | ||
<a href="https://gitlab.inria.fr/egermani"><img id="gitlab" src="img/gitlab.png" class="external"></a> | ||
<a href="https://www.linkedin.com/in/elodie-germani-b861021a2/"><img id="linkedin" src="img/linkedin.png" class="external"></a> | ||
</p> | ||
</div> | ||
<br/> | ||
<div class="vertical-menu"> | ||
<a href="index.html">HOME</a> | ||
<br/> | ||
<a href="cv.html">CV</a> | ||
<br/> | ||
<a href="publications.html">PUBLICATIONS</a> | ||
<br/> | ||
<a href="projects.html">PROJECTS</a> | ||
<br/> | ||
<a href="mediation.html" class="active">OUTREACH</a> | ||
<br/> | ||
</div> | ||
<small>© Inria / Photo B. Fourrier</small> | ||
</div> | ||
<div id="content"> | ||
<div id="projects"> | ||
<h2>Scientific mediation</h2> | ||
<ul> | ||
<li> | ||
<p><b>L Codent, L Créent 👧</b> | ||
<p> | ||
The goal of this action is to promote computer science to young girls in middle-school (13-15 yo) through workshops of creative programming. Organisation of educational sessions in middle-schools (8 of 45min) and a final exhibition to expose the artworks. </p> | ||
<p> <i> Action presented during <a href="https://www.femmesetsciences.fr/colloques">the Femmes&Sciences colloquium in 2022</a>.</i> </p> | ||
<p> | ||
<a href="https://inria.hal.science/hal-04239885">[Slides]</a> <a href="https://semdyal.trinket.io/lclc#/introduction/les-images-et-processing">[Trinket]</a> | ||
<br/> | ||
<p> <i> <a href="http://lclc-rennes.irisa.fr/">More information</a>.</i> </p> | ||
</p> | ||
</p> | ||
</li> | ||
<li> | ||
<p><b>TISSAGE project 🧶</b> | ||
<p> | ||
The TISSAGE project aims to bring together citizens, researchers and decision-makers to meet, know and understand each other to form a society and act together. This involves involving all stakeholders in all stages of science production in order to implement real participatory research. | ||
Preparation of a mediation for a restitution day: Quizz about Artificial intelligence and human intelligence.</p> | ||
<p> <i> <a href="https://www.univ-rennes.fr/saps-tissage">More information</a>.</i> </p> | ||
</p> | ||
</p> | ||
</li> | ||
<li> | ||
<p><b>"Computing without computer" 🧩</b> | ||
<p> | ||
Animation of sessions of "Computing without computer" to promote computer science to general public and scholars. Sessions at "J'peux pas j'ai informatique" day for teachers in middle school and at College Pierre-Olivier Malherbe, Chateaubourg for 9th grade students (3ème).</p> | ||
<p> <i> <a href="https://www.societe-informatique-de-france.fr/mediation/infosansordi/">More information</a>.</i> </p> | ||
</p> | ||
</p> | ||
</li> | ||
<li> | ||
<p><b>Semaine du cerveau (Brain week) 🧠</b> | ||
<p> | ||
Organization and preparation of a quizz about neuroimaging research (the jobs, image treatment, neuroimaging methods, findings about the brain, etc.). Presentation during the Semaine du cerveau 2022 at CHU Pontchaillou, Rennes.</p> | ||
<p> <i> <a href="https://www.semaineducerveau.fr/">More information</a>.</i> </p> | ||
</p> | ||
</p> | ||
</li> | ||
<li> | ||
<p><b>Big Day 2020 🧬</b> | ||
<p> | ||
Organization of the Big Day 2020 with the Master of Bioinformatics and Genomics of Rennes: day of conference about bioinformatics and data science. Leader of the communication team.</p> | ||
<p> <i> <a href="https://ebigo-rennes.jimdofree.com/2020/12/20/bigday-2020-bilan-et-rediffusion/">More information</a>.</i> </p> | ||
</p> | ||
</p> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters