Skip to content

Commit 900b76c

Browse files
committed
restructuring repo
1 parent d8cde0c commit 900b76c

11 files changed

+16
-16
lines changed

generate.fish

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/local/bin/fish
22

33
function genheaders -a FILE
4-
cat file_head.html $FILE file_tail.html
4+
cat sources_html/file_head.html $FILE sources_html/file_tail.html
55
end
66

7-
genheaders index_source.html > index.html
8-
genheaders publications_source.html > publications.html
9-
genheaders cv_source.html > cv.html
10-
genheaders projects_source.html > projects.html
11-
genheaders slides_source.html > slides.html
7+
genheaders sources_html/index_source.html > index.html
8+
genheaders sources_html/publications_source.html > publications.html
9+
genheaders sources_html/cv_source.html > cv.html
10+
genheaders sources_html/projects_source.html > projects.html
11+
genheaders sources_html/slides_source.html > slides.html

copy.js renamed to js/copy.js

File renamed without changes.

switch.js renamed to js/switch.js

File renamed without changes.

projects.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
<div class="w-100">
9595
<h2 class="mb-5">Project contributions</h2>
9696

97-
<!-- javascript for copying bibtex to clipboard -->
98-
<script type="text/javascript" src="switch.js"></script>
97+
<!-- javascript for displaying projects -->
98+
<script type="text/javascript" src="js/switch.js"></script>
9999

100100
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
101101
<div class="resume-content">
@@ -149,7 +149,7 @@ <h3 class="mb-0"><span><i class="fa fa-lightbulb-o" , style="color:#4076B3;font-
149149

150150
<ul style="text-align:justify">
151151
<li>
152-
I participated to <a href="https://mt180.fr/"><em>Ma thèse en 180 secondes</em></a> (My thesis in 180 seconds), the French iteration of a popularisation
152+
I participated to <a href="https://mt180.fr/"><em>Ma thèse en 180 secondes</em></a> (My thesis in 180 seconds), the French iteration of a
153153
competition where PhD students present the challenges and contributions of their ongoing thesis to a broad audience in
154154
a limited time.
155155
You can see a live recording of my speech below (in French):
@@ -160,7 +160,7 @@ <h3 class="mb-0"><span><i class="fa fa-lightbulb-o" , style="color:#4076B3;font-
160160
<br><br>
161161
</li>
162162
<li>
163-
Alongside with <a href="https://members.loria.fr/VCortier/">Véronique Cortier</a>, I also contributed to an activity for explaining the challenges and daily-life implications of security protocols.
163+
Alongside with <a href="https://members.loria.fr/VCortier/">Véronique Cortier</a>, I also contributed to an activity explaining the challenges and daily-life implications of security protocols.
164164
This takes the form of an interactive riddle that targets audiences from children (we implemented it in a junior school in France) to curious adults (even researchers of other fields).
165165

166166
<br><br>
@@ -175,7 +175,7 @@ <h3 class="mb-0"><span><i class="fa fa-lightbulb-o" , style="color:#4076B3;font-
175175
<!-- <img src="img/mediation.jpg" alt="teaching security protocols to children" class="center" height="200"> -->
176176
<br><br>
177177
We have also written a short paper (available soon) to describe to other experts how they can deploy the activity themselves.
178-
Hopefully, I will also be able to do so soon in schools in Germany (when my German improves and we can organise this in a corona-safe environment...).
178+
Hopefully, I will be able to do it myself soon in schools in Germany (when my German improves and we can organise this in a corona-safe environment...).
179179
</li>
180180
</ul>
181181
</p>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

projects_source.html renamed to sources_html/projects_source.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<div class="w-100">
55
<h2 class="mb-5">Project contributions</h2>
66

7-
<!-- javascript for copying bibtex to clipboard -->
8-
<script type="text/javascript" src="switch.js"></script>
7+
<!-- javascript for displaying projects -->
8+
<script type="text/javascript" src="js/switch.js"></script>
99

1010
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
1111
<div class="resume-content">
@@ -59,7 +59,7 @@ <h3 class="mb-0"><span><i class="fa fa-lightbulb-o" , style="color:#4076B3;font-
5959

6060
<ul style="text-align:justify">
6161
<li>
62-
I participated to <a href="https://mt180.fr/"><em>Ma thèse en 180 secondes</em></a> (My thesis in 180 seconds), the French iteration of a popularisation
62+
I participated to <a href="https://mt180.fr/"><em>Ma thèse en 180 secondes</em></a> (My thesis in 180 seconds), the French iteration of a
6363
competition where PhD students present the challenges and contributions of their ongoing thesis to a broad audience in
6464
a limited time.
6565
You can see a live recording of my speech below (in French):
@@ -70,7 +70,7 @@ <h3 class="mb-0"><span><i class="fa fa-lightbulb-o" , style="color:#4076B3;font-
7070
<br><br>
7171
</li>
7272
<li>
73-
Alongside with <a href="https://members.loria.fr/VCortier/">Véronique Cortier</a>, I also contributed to an activity for explaining the challenges and daily-life implications of security protocols.
73+
Alongside with <a href="https://members.loria.fr/VCortier/">Véronique Cortier</a>, I also contributed to an activity explaining the challenges and daily-life implications of security protocols.
7474
This takes the form of an interactive riddle that targets audiences from children (we implemented it in a junior school in France) to curious adults (even researchers of other fields).
7575

7676
<br><br>
@@ -85,7 +85,7 @@ <h3 class="mb-0"><span><i class="fa fa-lightbulb-o" , style="color:#4076B3;font-
8585
<!-- <img src="img/mediation.jpg" alt="teaching security protocols to children" class="center" height="200"> -->
8686
<br><br>
8787
We have also written a short paper (available soon) to describe to other experts how they can deploy the activity themselves.
88-
Hopefully, I will also be able to do so soon in schools in Germany (when my German improves and we can organise this in a corona-safe environment...).
88+
Hopefully, I will be able to do it myself soon in schools in Germany (when my German improves and we can organise this in a corona-safe environment...).
8989
</li>
9090
</ul>
9191
</p>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)