-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathabout.html.backup
More file actions
244 lines (222 loc) · 13.6 KB
/
Copy pathabout.html.backup
File metadata and controls
244 lines (222 loc) · 13.6 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Learn more about the LLM Hackathon for Applications in Materials Science & Chemistry. Discover our mission, goals, and what makes this event unique.">
<meta name="keywords"
content="About LLM Hackathon, Materials Science AI, Chemistry AI, Hackathon Mission, Event Goals">
<meta name="author" content="LLM Hackathon Organizers">
<title>About - LLM Hackathon</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Roboto+Mono:wght@400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="loader-wrapper">
<div class="loader"></div>
</div>
<nav id="nav">
<div class="brand_name_container">
<a href="/" class="logo">LLM Hackathon</a>
</div>
<input title="sidebar_checkbox" type="checkbox" id="sidebar_active">
<label for="sidebar_active" class="open_sidebar_button">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="35" height="35" viewBox="0 0 50 50">
<path
d="M 5 8 A 2.0002 2.0002 0 1 0 5 12 L 45 12 A 2.0002 2.0002 0 1 0 45 8 L 5 8 z M 5 23 A 2.0002 2.0002 0 1 0 5 27 L 45 27 A 2.0002 2.0002 0 1 0 45 23 L 5 23 z M 5 38 A 2.0002 2.0002 0 1 0 5 42 L 45 42 A 2.0002 2.0002 0 1 0 45 38 L 5 38 z">
</path>
</svg>
</label>
<label id="overlay" for="sidebar_active"></label>
<div class="links_container">
<label for="sidebar_active" class="close_sidebar_button">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="35" height="35" viewBox="0 0 30 30">
<path
d="M 7 4 C 6.744125 4 6.4879687 4.0974687 6.2929688 4.2929688 L 4.2929688 6.2929688 C 3.9019687 6.6839688 3.9019687 7.3170313 4.2929688 7.7070312 L 11.585938 15 L 4.2929688 22.292969 C 3.9019687 22.683969 3.9019687 23.317031 4.2929688 23.707031 L 6.2929688 25.707031 C 6.6839688 26.098031 7.3170313 26.098031 7.7070312 25.707031 L 15 18.414062 L 22.292969 25.707031 C 22.682969 26.098031 23.317031 26.098031 23.707031 25.707031 L 25.707031 23.707031 C 26.098031 23.316031 26.098031 22.682969 25.707031 22.292969 L 18.414062 15 L 25.707031 7.7070312 C 26.098031 7.3170312 26.098031 6.6829688 25.707031 6.2929688 L 23.707031 4.2929688 C 23.316031 3.9019687 22.682969 3.9019687 22.292969 4.2929688 L 15 11.585938 L 7.7070312 4.2929688 C 7.5115312 4.0974687 7.255875 4 7 4 z">
</path>
</svg>
</label>
<a class="nav_options" href="about.html">About</a>
<a class="nav_options" href="agenda.html">Agenda</a>
<a class="nav_options" href="projects.html">Projects</a>
<a class="nav_options" href="submission.html">Submission</a>
<a class="nav_options" href="resources.html">Resources</a>
<a class="nav_options" href="sponsors.html">Sponsors</a>
<a class="nav_options" href="sites.html">Sites</a>
<a class="nav_options" href="faq.html">FAQ</a>
<a target="_blank" href="https://lu.ma/hspoki8y" rel="noopener" class="cta-button">Register Now</a>
</div>
</nav>
<main>
<section class="page-header">
<h1>About The <span>Hackathon</span></h1>
</section>
<section class="content-section">
<h2>LLM Hackathon for Applications in Materials Science & Chemistry</h2>
<p>Recently Large-language models (LLMs) caught the interest of many scientists. Recent studies suggested
that these models could be useful in chemistry and materials science. To explore these possibilities, we
started organizing a hackathon to showcase LLM applications in materials science and chemistry back in
2023 showcasing 14 examples of LLM applications published in <a
href="https://doi.org/10.1039/D3DD00113J"><b>Digital Discovery</b></a>.</p> In 2024, 34 projects
were submitted accross 7 on-sites and virtually which can be found in <a
href="https://arxiv.org/abs/2411.15221"> <b>arXiv</b></a>.
<h2 class="section-title">Organizing Team</h2>
<div class="team-grid organizer-grid">
<div class="team-card organizer-card">
<img src="assets/images/organizers/blaiszik.jpeg" alt="Organizer Image">
<h5>Dr. Benjamin J. Blaiszik</h5>
<p><b>Lead Organizer</b><br>University of Chicago and Argonne National Laboratory</p>
<div class="social-links">
<a target="_blank" aria-label="globe" rel="noopener"
href="https://www.anl.gov/profile/benjamin-j-blaiszik"><i class="fas fa-globe"></i></a>
<a target="_blank" aria-label="twitter" rel="noopener" href="https://x.com/BenBlaiszik"><i
class="fab fa-twitter"></i></a>
<a target="_blank" aria-label="github" rel="noopener" href="https://github.com/blaiszik"><i
class="fab fa-github"></i></a>
<a aria-label="email" href="mailto:blaiszik@uchicago.edu"><i class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<h2 class="section-title">Volunteers</h2>
<div class="team-grid volunteer-grid">
<div class="team-card volunteer-card">
<img src="assets/images/organizers/aritra.webp" alt="Volunteer Image">
<h5>Aritra Roy</h5>
<div class="social-links volunteer-social-links">
<a target="_blank" aria-label="globe" rel="noopener" href="http://aritraroy.live"><i
class="fas fa-globe"></i></a>
<a target="_blank" aria-label="twitter" rel="noopener" href="https://x.com/aritraroy24"><i
class="fab fa-twitter"></i></a>
<a target="_blank" aria-label="github" rel="noopener" href="https://github.com/aritraroy24"><i
class="fab fa-github"></i></a>
<a aria-label="email" href="mailto:contact@aritraroy.live"><i class="fas fa-envelope"></i></a>
</div>
</div>
<div class="team-card volunteer-card">
<img src="assets/images/organizers/hassan.jpeg" alt="Volunteer Image">
<h5>Hassan Harb</h5>
<div class="social-links volunteer-social-links">
<a target="_blank" aria-label="github" rel="noopener" href="https://github.com/HassanHarb92"><i
class="fab fa-github"></i></a>
<a aria-label="email" href="mailto:hharb@anl.gov"><i class="fas fa-envelope"></i></a>
</div>
</div>
<div class="team-card volunteer-card">
<img src="assets/images/organizers/piyush.jpeg" alt="Volunteer Image">
<h5>Piyush R. Maharana</h5>
<div class="social-links volunteer-social-links">
<a target="_blank" aria-label="globe" rel="noopener" href="https://catastropiyush.github.io/"><i
class="fas fa-globe"></i></a>
<a target="_blank" aria-label="twitter" rel="noopener" href="https://x.com/CatAstro_Piyush"><i
class="fab fa-twitter"></i></a>
<a target="_blank" aria-label="github" rel="noopener"
href="https://github.com/catastropiyush"><i class="fab fa-github"></i></a>
<a aria-label="email" href="mailto:piyushmaharana15@gmail.com"><i
class="fas fa-envelope"></i></a>
</div>
</div>
<div class="team-card volunteer-card">
<img src="assets/images/organizers/pranav.jpeg" alt="Volunteer Image">
<h5>Pranav Krishnan</h5>
<div class="social-links volunteer-social-links">
<a aria-label="email" href="mailto:pranav12@illinois.edu"><i class="fas fa-envelope"></i></a>
</div>
</div>
<div class="team-card volunteer-card">
<img src="assets/images/organizers/thomas.jpeg" alt="Volunteer Image">
<h5>Thomas Pruyn</h5>
<div class="social-links volunteer-social-links">
<a target="_blank" aria-label="github" rel="noopener"
href="https://github.com/iamthomaspruyn"><i class="fab fa-github"></i></a>
<a aria-label="email" href="mailto:tom.pruyn@mail.utoronto.ca"><i
class="fas fa-envelope"></i></a>
</div>
</div>
<div class="team-card volunteer-card">
<img src="assets/images/organizers/adib.jpeg" alt="Volunteer Image">
<h5>Adib Bazgir</h5>
<div class="social-links volunteer-social-links">
<a target="_blank" aria-label="github" rel="noopener" href="https://github.com/adibgpt"><i
class="fab fa-github"></i></a>
<a aria-label="email" href="mailto:adibbazgir@gmail.com"><i class="fas fa-envelope"></i></a>
</div>
</div>
<div class="team-card volunteer-card">
<img src="assets/images/organizers/alexander.jpeg" alt="Volunteer Image">
<h5>Alexander Al-Feghali</h5>
<div class="social-links volunteer-social-links">
<a target="_blank" aria-label="globe" rel="noopener" href="https://al-feghali.com"><i
class="fas fa-globe"></i></a>
<a target="_blank" aria-label="twitter" rel="noopener" href="https://x.com/AbuTarator"><i
class="fab fa-twitter"></i></a>
<a target="_blank" aria-label="github" rel="noopener" href="https://github.com/alxfgh"><i
class="fab fa-github"></i></a>
<a aria-label="email" href="mailto:alexander.alfeghali@example.com"><i
class="fas fa-envelope"></i></a>
</div>
</div>
</div>
<div class="acknowledgement-section">
<h2>Acknowledgement</h2>
<p>We would like to thank all our sponsors, partners, and volunteers for their incredible support in
making this event possible. A special thanks to all the participants for their enthusiasm and
dedication. We are excited to see the innovative solutions you will create!</p>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<!-- LLM Hackathon Column -->
<div class="footer-col center-text">
<h4>LLM Hackathon</h4>
<p>Innovate at the intersection of AI and molecular science with the help of LLMs. Join us in pushing
the boundaries of what's possible!</p>
</div>
<!-- Quick Links Column with Two Sub-columns -->
<div class="footer-col center-text">
<h4>Quick Links</h4>
<div class="quick-links-columns">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="agenda.html">Agenda</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="submission.html">Submission</a></li>
</ul>
<ul>
<li><a href="resources.html">Resources</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="sites.html">Sites</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
</div>
<!-- Contact Column -->
<div class="footer-col center-text">
<h4>Contact</h4>
<p><b>Organizer: </b><a href="mailto:blaiszik@uchicago.edu">blaiszik@uchicago.edu</a></p>
<p><b>Slack: </b><a href="https://cutt.ly/llmhackathon-slack">Join our Slack</a></p>
</div>
</div>
<div class="footer-bottom center-text">
<p>2025 LLM Hackathon for Materials & Chemistry © All Rights Reserved</p>
</div>
</footer>
<script>
// Loader
window.addEventListener('load', () => {
const loader = document.querySelector('.loader-wrapper');
loader.classList.add('loader-hidden');
loader.addEventListener('transitionend', () => {
document.body.removeChild(loader);
});
});
</script>
</body>
</html>