-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (79 loc) · 2.91 KB
/
index.html
File metadata and controls
90 lines (79 loc) · 2.91 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
<!DOCTYPE html>
<html>
<head>
<title>Abhi Modak</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<div class="header-content">
<div class="header-text">
<h1>Dr. Abhi Modak</h1>
<p>
INFN Postdoctoral Fellow, INFN Sezione di Trieste, Trieste, Italy <br>
Experimental Researcher with ALICE Collaboration at CERN
</p>
</div>
<div class="header-image">
<img src="/images/IMG_20240912_145525.jpg" class="profile-pic">
</div>
</div>
</header>
<nav>
<a href="index.html">Home</a>
<a href="/research/">Research Highlights</a>
<a href="/publications/">Publications</a>
<a href="/conferences/">Conferences</a>
</nav>
<div class="container">
<h2>About Me</h2>
<p>Welcome to my homepage!</p>
<p>
I am an experimental high-energy nuclear physicist and a INFN postdoctoral fellow at the INFN Sezione di Trieste.
My research aims to understand the properties of Quark–Gluon Plasma (QGP) - a deconfined state of quarks and gluons
that existed in the early universe just microseconds after the Big Bang - through measurements in ultra-relativistic
collisions at the CERN Large Hadron Collider (LHC).
</p>
<p>
Since 2018, I have been an active member of the ALICE Collaboration, one of the four major LHC experiments. I have
contributed extensively to detector calibration, data quality assurance, and have led key physics analyses in
measurements of inclusive photon and charged-particle production across a wide range of collision systems: pp, p–Pb,
Pb–Pb, and light-ion (pO, OO, Ne–Ne).
</p>
<p>
In April 2025, I was appointed Convener of the Physics Analysis Group (PAG) "Global Event Properties" within the
ALICE Physics Working Group "Light Flavour Spectra", coordinating approximately 20-30 physicists across multiple
international institutions. This role involves overseeing and facilitating physics analyses of global collision
observables within the ALICE Collaboration.
</p>
</div>
<footer>
<div class="footer-main">
<!-- LEFT SIDE -->
<div class="footer-left">
<p class="footer-name"><strong>Contact:</strong></p>
<p>
INFN Sezione di Trieste <br>
Dipartimento di Fisica <br>
Università degli Studi di Trieste <br>
Via Alfonso Valerio, 2 - 34127 Trieste
</p>
<p>
📧 <a href="mailto:Abhi.Modak@ts.infn.it">Abhi.Modak@ts.infn.it</a> <br>
📧 <a href="mailto:abhi.modak@cern.ch">abhi.modak@cern.ch</a>
</p>
</div>
<!-- RIGHT SIDE -->
<div class="footer-right">
<p><strong>Find me on:</strong></p>
<p><a href="https://inspirehep.net/authors/1854924" target="_blank">INSPIRE</a></p>
<p><a href="https://orcid.org/0000-0003-3056-8353" target="_blank">ORCID</a></p>
</div>
</div>
<!-- FOOTPRINT -->
<div class="footer-bottom">
© 2026 Abhi Modak · Built with GitHub Pages
</div>
</footer>
</body>
</html>