-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (98 loc) · 5.51 KB
/
index.html
File metadata and controls
113 lines (98 loc) · 5.51 KB
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
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="imaga/x-con" href="./logo.svg">
</head>
<body>
<div class="header">
<img src="./logo.svg" alt="logo.svg" style="width: 4rem; height: 4rem;float:inline-start;">
<!--<img src="./logo2.svg" alt="logo.svg" style="width: 4rem; height: 4rem;float:inline-end;">-->
<h1> Felix Touchte Codjo </h1>
</div>
<div class="topnav">
<a href="./index.html" class="active"> About </a>
<a href="./repo_git/index.html">Git repository </a>
<a href="./cv/index.html">Curriculum vitæ </a>
<a href="./projects/index.html"> Projects </a>
<a href="./contact/index.html" style="float: right;">Contact </a>
</div>
<div class="maincol">
<img class="author_pp" src="./ftc.png" alt="Felix profil photo" style="float: left; padding: 0rem 2rem; width: 10rem; height: 12rem;">
<div>
<p> PhD student in particle physics</p>
<p> Université Paris-Saclay</p>
<p> Laboratoire de physique des deux infinies Irène Juliot-Curie</p>
<blockquote>
<span style="margin-left: 1.5rem;"></span>Sois jeune et forme toi.
</blockquote>
</div>
<!-- <p>This web page aims to centralize all my works. It is also a great opportunity to get use with HTML.</p> -->
<div style="margin-top: 15rem; margin-left: 2rem;">
<h3>Recent events</h3>
<hr>
<ul>
<!-- <li>
<p>The "Projects" section is not up to date.</p>
</li> -->
<li>
<p>
<span style="color:green"> (March 11, 2026)</span> CLAS Collaboration Meeting : ALERT track reconstruction, progress report [<a href="./ressources/ftc_clas_meeting_march_11_2026.pdf"> doc </a>, <a href="https://indico.jlab.org/event/1017/#110-alert-track-reconstruction">link</a>]
</p>
</li>
<li>
<p>
<span style="color:green"> (December 02, 2025)</span> JRJC 2025 [<a href="./ressources/ftc-jrjc2025.pdf"> doc </a>, <a href="https://indico.in2p3.fr/event/36981/contributions/164919/">link</a>]
</p>
</li>
<li>
<p>
<span style="color:green"> (November 19, 2025)</span> CLAS Collaboration Meeting : ALERT simulation, reconstruction, calibration [<a href="./ressources/ftc_collab_meeting_november_2025.pdf"> doc </a>, <a href="https://indico.jlab.org/event/990/#19-alert-simulation-and-recons">link</a>]
</p>
</li>
<li>
<p><span style="color:green"> (September 29, 2025)</span> wfType study [<a href="./ressources/wfType-study.pdf"> doc </a>]</p>
</li>
<li>
<p><span style="color:green"> (September 10, 2025)</span> CSI Meeting - Doctoral School : bilan 1A [<a href="./ressources/csi-slides-1a.pdf"> doc </a>]</p>
</li>
<li>
<p><span style="color:green"> (July 26, 2025)</span> Deployment of my new logbook [<a href="https://ftouchte.github.io/logbook-gui/"> link </a>]</p>
</li>
<li>
<p><span style="color:green"> (June 23, 2025)</span> JLab user group meeting [<a href="./projects/jluo-2025/Felix_Touchte_Codjo_JLUO_Poster.pdf"> Poster competition </a>]</p>
</li>
<li>
<p><span style="color:green"> (June 11, 2025) </span> Hampton University Graduate Studies (HUGS) summer school [<a href="https://indico.jlab.org/event/949/contributions/16813/"> Abstract and Poster </a>]</p>
</li>
<li>
<p> <span style="color:green"> (March 04, 2025)</span> CLAS12 collaboration meeting : ALERT simulation and monitoring [<a href="https://indico.jlab.org/event/928/contributions/16257/attachments/12280/19452/Collaboration_Meeting_March042025-1.pdf"> Presentation </a>]</p>
</li>
<!-- <li>
<span>Last website update : June 23, 2025</span>
</li> -->
</ul>
<!-- <h3>Fun facts</h3>
<hr>
<ul>
<li>
I learn to draw. I select some images on the internet and I try to reproduce them. I use the open-source software krita.
</li>
</ul>
<table style="width:100rem">
<tr>
<td>
<img src="./miscellaneous/ichigo.png" alt="logo.svg" style="width: 4rem; height: 4rem;float:inline-start;">
</td>
</tr>
</table> -->
</div>
</div>
<div class="footer">
<!--<h2 style="text-align: center;">Footer</h2> -->
<p>* <a href="https://www.w3schools.com/" target="_blank" style="text-decoration: none; color: black; text-decoration: underline;">Web site inspired by W3schools</a></p>
</div>
</body>
</html>