-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomp.html
125 lines (119 loc) · 4.46 KB
/
comp.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!--
Author: The JETSCAPE Collaboration
Date: 2024-02-17
This is the main page for the JETSCAPE COMP Working Group.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NV11FXRRQX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} gtag('js', new Date());
gtag('config', 'G-NV11FXRRQX');
</script>
<title>COMP Working Group</title>
<meta charset="utf-8">
<meta name="description" content="JETSCAPE COMP Working Group">
<meta name="keywords" content="COMP, working group, software">
<meta name="author" content="The JETSCAPE Collaboration">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div id="containerFlexible">
<!-- header -->
<div class="header">
<a href="index.html">
<img src="images/jetscape_home_logo.jpg" alt="JETSCAPE Logo" class="logo"
></a>
<h1>COMP Working Group</h1>
</div>
<!-- insert navigation bar -->
<script id="insert_menu" src="scripts/nav.js"></script>
<!-- main content -->
<!-- describes the mission and responsibilities of the COMP group -->
<div>
<h2>Software Design Working Group (COMP)</h2>
<h3>Mission Statement</h3>
<p class="standardFont">
The role of the software design (COMP) working group is to support the
development and use of the JETSCAPE event generator, which contains
two frameworks,
<a href="https://github.com/jetscape/jetscape/">JETSCAPE</a> and
<a href="https://github.com/jetscape/x-scape/" >X-SCAPE</a>, and a
collection of module codes, to simulate the evolution of a droplet of
quark gluon plasma (QGP) formed in a heavy-ion collision and the
dynamical energy loss of energetic parton showers when they traverse
through the expanding QGP. Duties of the COMP group include
supporting the software needs of the other working groups and users
both within and outside of the JETSCAPE Collaboration. The COMP group
is also responsible for providing software and logistical support for
the JETSCAPE schools.
</p>
<h3>Flowchart for the Jetscape Framework</h3>
<div>
<img class="compImage flowchart" src="images/comp_jetscape_flowchart.jpg" alt="Flowchart for the Jetscape Framework">
</div>
<p class="caption">
<!-- caption to be written -->
</p>
<h3>Flowchart for the X-SCAPE Framework</h3>
<div>
<img class="compImage flowchart" src="images/comp_xscape_flowchart.jpg" alt="Flowchart for the X-SCAPE Framework">
</div>
<p class="caption">
<!-- caption to be written -->
</p>
<!-- lists the COMP group members -->
<h3>Group Members</h3>
<div>
<h4>Conveners</h4>
<ul class="standardFont">
<li>Hendrik Roch (WSU)</li>
<li>Loren Schwiebert (WSU)</li>
</ul>
<h4>PIs</h4>
<ul>
<li>Raghav Kunnawalkam Elayavalli (Vanderbilt)</li>
<li>Hannah Elfner (Frankfurt)</li>
<li>Rainer Fries (TAMU)</li>
<li>Abhijit Majumder (WSU)</li>
<li>Joern Putschke [Convener: 2022 - 2024] (WSU)</li>
<li>Loren Schwiebert (WSU)</li>
<li>Chun Shen (WSU)</li>
</ul>
<h4>Postdoc Fellows</h4>
<ul>
<li>Raymond Ehlers (Berkeley)</li>
<li>Hendrik Roch (WSU)</li>
<li>Ismail Soudi (University of Jyväskylä, Helsinki Institute of Physics)</li>
<li>Wenbin Zhao (LBNL)</li>
</ul>
<h4>Graduate Students</h4>
<ul>
<li>Ritoban Datta (WSU)</li>
<li>Joseph Latessa (WSU)</li>
<li>Haydar Mehryar (WSU)</li>
<li>Cameron Parker (TAMU)</li>
</ul>
<h4>Consultants</h4>
<ul>
<li>Ritu Arora (Wayne State University / Venra Tech)</li>
</ul>
<h4>Alumni</h4>
<ul>
<li>Matthew Kelsey (WSU)</li>
<li>Ebrahim Khalaj (WSU)
<li>Amit Kumar (McGill)</li>
<li>James Mulligan (UCB)</li>
<li>Chanwook Park (WSU)</li>
<li>Jan Staudenmaier (Frankfurt)</li>
</ul>
</div>
</div>
<!-- insert footer -->
<script id="insert_footer" src="scripts/foot.js"></script>
</div>
</body>