-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
98 lines (67 loc) · 4.12 KB
/
about.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
<!DOCTYPE HTML>
<html>
</head>
<title>Hassane Hamdaoui webpage</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<html>
<div class="container" >
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Hassane Hamdaoui</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Conferences</a>
</li>
<li class="nav-item">
<a class="nav-link" href="travels.html">Travels</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About me</a>
</li>
</ul>
</div>
<a class="navbar-brand" href="#"><a href="https://www.facebook.com/hassane.crew.lee/">Facebook</a>
• <a href="https://github.com/hhamdaou">GitHub</a>
• <a href="https://gitlab.cern.ch/hhamdaou">GitLab</a></a>
</nav>
<link rel="stylesheet" href="\style\style.css">
<head>
<body>
<h1>Hi</h1>
<p> I'am a PhD student in the physics department at Mohammed V University in Rabat. My research focuses on the ATLAS experiment located at CERN near Geneva. ATLAS is a detector that analyzes the results of collisions produced by the Large Hadron Collider (LHC), by far the most powerful particle accelerator ever built.
We are living through one of the most exciting times in the history of fundamental physics. Indeed the LHC allows us to reach for the first time the energy scale of the Tera-electron-volt where we expect the presence of new fundamental physics, such as the creation of dark matter in the laboratory. , the discovery of a new dimension of space and Supersymmetry. We have already discovered a new particle, the Higgs boson, which explains the origin of mass.
</p>
<h1>My reaserch interest</h1>
<p> The LHC and ATLAS have been working wonderfully since their start-up in 2009. My research focuses in data analysis of the experiment. I started my PhD studies by the qualification task at the ATLAS experiment where I worked on tuning the argon emulation in the simulation of Transition Radiation Tracker. right after I joined the light-by-light scattering analysis and the invisible higgs VBF teams. The light-by-light scattering measurement is conducted with heavy-ion collisions data. Later on I got involved in the construction of the KM3NeT telescope where I participate to the integration of the digital optical modules in Rabat.</p>
<div class="paragraphs">
<div class="row">
<div class="span4">
<img style="float:left" src="style\image\lbyl.png" width="500" height="360"/>
<img style="float:right" src="style\image\atlasdet.png" width="500" height="360"/>
</div>
</div>
</div>
<h1>My resume <a href="style\image\latex_cv_english_3.pdf" download>
<img src="style\image\pdf-icon.png" alt="W3Schools" width="50" height="50">
</a></h1>
<!-- <iframe src="style\image\latex_cv_english_3.pdf" width="100%" height="400px">
</iframe> -->
<p>My master thesis (in French) click on the link to download it:
<a href="style\image\PFE_FINAL_master.pdf" download>
<img src="style\image\pdf-icon.png" alt="W3Schools" width="50" height="50">
</a><p></p>
<p>My PhD thesis (in English) click on the link to download it:
<a href="style\image\thesis_Hassane_compressed_4.pdf" download>
<img src="style\image\pdf-icon.png" alt="W3Schools" width="50" height="50">
</a><p></p>
</body>
<!DOCTYPE html>
</html>