generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
credits.html
104 lines (84 loc) · 3.58 KB
/
credits.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Credits | FAIR Universe</title>
<meta content="Uncertainty aware large-compute-scale AI platform for high energy physics and cosmology" name="description">
<meta content="FAIR Universe, High Energy Physics, Cosmology, Uncertainty aware" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<a class="btn-back btn btn-outline-dark" href="index.html"><i class="bi bi-arrow-left"></i></a>
<!-- ======= Team Section ======= -->
<section class="services">
<div class="container-fluid">
<!-- Page Title -->
<div class="section-title">
<div class="row">
<h2>Credits</h2>
<p>We gratefully acknowledge the efforts of FAIR Universe Team. The FAIR Universe project is made up of a diverse set of researchers across high energy physics, cosmology, and machine learning.</p>
</div>
<!-- LBNL Team -->
<div class="row credits-team">
<h5>LBNL</h5>
<ul>
<li>Wahid Bhimji</li>
<li>Benjamin Nachman</li>
<li>Paolo Calafiura</li>
<li>Peter Nugent</li>
<li>Benjamin Thorne</li>
<li>Chris Harris</li>
<li>Sascha Diefenbacher</li>
<li>Steven Farrell</li>
</ul>
</div>
<!-- Paris Saclay Team -->
<div class="row credits-team">
<h5>Université Paris-Saclay</h5>
<ul>
<li>David Rousseau</li>
<li>Ragansu Chakkapai</li>
<li>Mathis Reymond</li>
</ul>
</div>
<!-- University of Washington Team -->
<div class="row credits-team">
<h5>University of Washington</h5>
<ul>
<li>Shih-Chieh Hsu</li>
<li>Elham Khoda</li>
<li>Yuan-Tang Chou</li>
<li>Yulei Zhang</li>
</ul>
</div>
<!-- University of Washington Team -->
<div class="row credits-team">
<h5>ChaLearn</h5>
<ul>
<li>Isabelle Guyon</li>
<li>Ihsan Ullah</li>
</ul>
</div>
<!-- UC Irvine Team -->
<div class="row credits-team">
<h5>UC Irvine</h5>
<ul>
<li>Daniel Whiteson</li>
<li>Aishik Ghosh</li>
</ul>
</div>
</div>
</section>
<!-- End Team Section -->
</body>
</html>