-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
157 lines (142 loc) · 7.62 KB
/
index.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MLXN 2025 Symposium</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<script defer src="scripts.js"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<!-- NIST Footer -->
<link rel="stylesheet" href="https://pages.nist.gov/nist-header-footer/css/nist-combined.css">
<script src="https://pages.nist.gov/nist-header-footer/js/nist-header-footer.js" type="text/javascript" defer="defer"></script>
<!-- NIST Leave Notice -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="https://pages.nist.gov/leaveNotice/js/jquery.leaveNotice-nist.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://pages.nist.gov/leaveNotice/css/jquery.leaveNotice.css" />
<script type="text/javascript">
$(function(){
$('a[rel=external]').leaveNotice();
});
</script>
</head>
<body>
<!--
<div class="alert alert-warning text-center mb-0" role="alert">
This website is in development. All details are subject to change.
</div>
-->
<!-- Hero Section -->
<header class="hero d-flex flex-column justify-content-center align-items-center text-center">
<div class="container text-white py-5">
<h1 class="display-4 fw-bold">MLXN 2025:<br/> Machine Learning for X-ray and <br/> Neutron Science</h1>
<p class="lead">A Global 24-Hour Virtual Event</p>
<p class="lead">Starting April 15th 2025 12:00:00 UTC</p>
<div class="d-flex justify-content-center mt-4">
<a href="https://forms.gle/9qeaAtCQktKgq14W7" rel="external" class="btn btn-primary btn-lg me-3">Keep Me Updated</a>
</div>
<div class="d-flex justify-content-center mt-4">
<a href="https://forms.gle/9qeaAtCQktKgq14W7" rel="external" class="btn btn-primary btn-lg me-3">Submit Contributed Talk</a>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="py-5 bg-light">
<div class="container text-center">
<h2>About the Event</h2>
<p class="mt-3">
This virtual event will bring together researchers, practitioners, and enthusiasts
from around the globe to explore the transformative power of machine learning in X-ray and neutron
scattering. Building on the success of in-person workshops at Lawrence Berkeley National Lab (2023)
and Technische Universität München (2024), we have decided to take this event virtual to reach a global
audience.
</p>
<p class="mt-3">
Join for the full 24 hours or participate selectively in sessions that interest you most. In
addition to traditional contributed and invited talks, we will have tutorials and opportunities for
networking and collaboration.
</p>
</div>
</section>
<!-- Global Timeline Section -->
<section id="timeline" class="py-5">
<div class="container text-center">
<h2>Global Timeline</h2>
<p class="mt-3">
Participate across time zones with a schedule designed to reach a global audience.
The chart below show how viewing periods during "workday hours" could overlap across regions.
More complete scheduling details to come.
</p>
<div id="gantt-chart" class="mt-4"></div>
<p class="mt-3">
Download calendar files for each regional section or the full global event.
</p>
<div class="row justify-content-center mt-4">
<div class="col-6 col-md-4 col-lg-2 mb-2">
<a href="MLXN25-CET1.ics" download="MLXN25-CET1.ics" class="btn btn-primary w-100" style="background-color: #1f77b4; border-color: #1f77b4;">Central European Section I</a>
</div>
<div class="col-6 col-md-4 col-lg-2 mb-2">
<a href="MLXN25-EDT.ics" download="MLXN25-EDT.ics" class="btn btn-primary w-100" style="background-color: #ff7f0e; border-color: #ff7f0e;">America/Eastern Section</a>
</div>
<div class="col-6 col-md-4 col-lg-2 mb-2">
<a href="MLXN25-PDT.ics" download="MLXN25-PDT.ics" class="btn btn-primary w-100" style="background-color: #2ca02c; border-color: #2ca02c;">America/Pacific Section</a>
</div>
<div class="col-6 col-md-4 col-lg-2 mb-2">
<a href="MLXN25-APA.ics" download="MLXN25-APA.ics" class="btn btn-primary w-100" style="background-color: #d62728; border-color: #d62728;">Asia/Pacific Section</a>
</div>
<div class="col-6 col-md-4 col-lg-2 mb-2">
<a href="MLXN25-CET2.ics" download="MLXN25-CET1.ics" class="btn btn-primary w-100" style="background-color: #1f77b4; border-color: #1f77b4;">Central European Section II</a>
</div>
<div class="col-6 col-md-4 col-lg-2 mb-2">
<a href="MLXN25.ics" download="MLXN25.ics" class="btn btn-primary w-100" style="background-color: #7c7878; border-color: #7c7878;">Global Event</a>
</div>
</div>
</div>
</section>
<!-- Call for Speakers Section -->
<section id="speakers" class="py-5 bg-light">
<div class="container text-center">
<h2>Call for Speakers</h2>
<p class="mt-3">
Invitations for invited speakers will be distributed shortly and we are currently soliciting contributed
talks. Use the button below to submit your talk proposal.
</p>
<div class="d-flex justify-content-center mt-4">
<a href="https://forms.gle/9qeaAtCQktKgq14W7" rel="external" class="btn btn-primary btn-lg me-3">Submit Contributed Talk</a>
</div>
</div>
</section>
<!-- Call for Chairs Section -->
<section id="chairs" class="py-5">
<div class="container text-center">
<h2>Volunteer to Chair</h2>
<p class="mt-3">
During registration for the meeting, you will be able to volunteer to chair for any amount of time.
We will need volunteers from all regions to help us cover the full 24 hours of the event.
</p>
</div>
</section>
<!-- Organizing Team Section -->
<section id="organizing-team" class="py-5 bg-light">
<div class="container text-center">
<h2>Organizing Team</h2>
<p class="mt-3"><em>* alphabetical order *</em></p>
<ul class="list-unstyled mt-3">
<li>Peter Beaucage - NIST</li>
<li>Tanny Andrea Chavez Esparza - LBL</li>
<li>Alexander Hexemer - LBL</li>
<li>Tyler Martin - NIST</li>
<li>Peter Müller-Buschbaum - TUM</li>
<li>Stephan Roth - KTH, DESY</li>
<li>Xiaoping Wang - ORNL</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer class="py-4 bg-dark text-white text-center">
<p>Contact: <a href="mailto:[email protected]" class="text-light">[email protected]</a></p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>