-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html.backup
More file actions
279 lines (255 loc) · 13.1 KB
/
Copy pathindex.html.backup
File metadata and controls
279 lines (255 loc) · 13.1 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<!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="Join the LLM Hackathon for Applications in Materials Science & Chemistry. A 48-hour hybrid international hackathon to innovate with Large Language Models.">
<meta name="keywords"
content="LLM, Hackathon, Materials Science, Chemistry, AI, Large Language Models, Innovation, Hybrid Hackathon, Online Hackathon, In-person Hackathon">
<meta name="author" content="LLM Hackathon Organizers">
<title>LLM Hackathon for Applications in Materials Science & Chemistry</title>
<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>
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css" rel="stylesheet" />
<link rel="stylesheet" href="style.css">
</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 id="home" class="hero">
<div class="hero-content">
<div class="hero-text">
<h1><span id="first-line">Learn, Build,</span><br><span id="second-line">Innovate</span></h1>
<h2>LLM Hackathon for <span>Applications in Materials Science & Chemistry</span></h2>
<p class="tagline">A hybrid international hackathon connecting researchers from across the globe to
explore and help solve the biggest problems in materials science and chemistry.</p>
<a target="_blank" rel="noopener" href="https://lu.ma/hspoki8y" class="cta-button-large">Register
Now</a>
<a rel="noopener noreferrer" href="https://cutt.ly/llmhackathon-slack" target="_blank"
class="secondary-cta">Join Slack</a>
</div>
<div class="hero-image">
<img src="assets/images/hero-image.png" alt="Abstract illustration representing AI and coding.">
</div>
</div>
</section>
<section id="about" class="about-section">
<div class="about-image">
<img src="assets/images/date-calendar.png"
alt="Calendar showing hackathon dates September 11-12, 2025.">
</div>
<div class="about-content">
<h2>About The <span>Hackathon</span></h2>
<p>Join us for an event dedicated to solving critical challenges in materials science and chemistry
using the power of Large Language Models, data, agents, and more. This event brings together the
brightest minds from
academia and industry for a ~24-hour hybrid international hackathon (in-person + online).</p>
<div id="countdown" class="countdown-timer"></div>
</div>
</section>
<section id="sponsors" class="sponsors-section">
<h2>Our <span>Partners</span></h2>
<div class="sponsor-logos">
<img src="assets/images/sponsors/LILA_Logo.png" alt="LILA Logo">
<img src="assets/images/sponsors/HF_Logo.svg" alt="HuggingFace Logo">
<img src="assets/images/sponsors/aichemy_logo.png" alt="AIChemy Logo">
</div>
</section>
<section id="schedule" class="schedule-section">
<h2>Hackathon <span>Schedule</span></h2>
<div class="schedule-timeline">
<div class="schedule-item">
<div class="schedule-time">9:30 AM (CT), Sept 11</div>
<div class="schedule-details">
<h4>Hackathon Kick-off</h4>
<p>Kick-off and opening remarks</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-time">10:00 AM (CT), Sept 11</div>
<div class="schedule-details">
<h4>Hacking Begins</h4>
<p>Mentorship sessions available.</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-time">17:00 PM (CT), Sept 12</div>
<div class="schedule-details">
<h4>Final Submissions</h4>
<p>Project submission deadline.</p>
</div>
</div>
<!-- <div class="schedule-item">
<div class="schedule-time">09:30 AM (CST), Sept 19</div>
<div class="schedule-details">
<h4>Closing Ceremony</h4>
<p>Winner announcements and awards.</p>
</div>
</div> -->
</div>
</section>
<section id="prizes" class="prizes-section">
<h2>Prizes <span>& More</span></h2>
<div class="prize-grid">
<div class="prize-card">
<p class="amount">$1000</p>
<h4>First Prize</h4>
<p>For the overall winning team.</p>
</div>
<div class="prize-card">
<p class="amount">$500</p>
<h4>Second Prize</h4>
<p>For the runner-up team.</p>
</div>
<div class="prize-card">
<p class="amount">$250</p>
<h4>Third Prize</h4>
<p>For the second runner-up team.</p>
</div>
<div class="prize-card">
<p class="amount">Various</p>
<h4>Special Prizes</h4>
<p>Awards for best innovation, best design, and more!</p>
</div>
</div>
</section>
<section id="faq" class="faq-section">
<h2>Frequently Asked <span>Questions</span></h2>
<div class="faq-item">
<button class="faq-question">Who can participate?</button>
<div class="faq-answer">
<p>Students, researchers, and professionals from all backgrounds are welcome.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">Is there a participation fee?</button>
<div class="faq-answer">
<p>No, participation is completely free.</p>
</div>
</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>
// Countdown Timer
const countdown = () => {
const countDate = new Date('September 11, 2025 12:00:00').getTime();
const now = new Date().getTime();
const gap = countDate - now;
const second = 1000;
const minute = second * 60;
const hour = minute * 60;
const day = hour * 24;
const textDay = Math.floor(gap / day);
const textHour = Math.floor((gap % day) / hour);
const textMinute = Math.floor((gap % hour) / minute);
const textSecond = Math.floor((gap % minute) / second);
document.getElementById('countdown').innerHTML = `
<div>${textDay}<span>Days</span></div>
<div>${textHour}<span>Hours</span></div>
<div>${textMinute}<span>Mins</span></div>
<div>${textSecond}<span>Secs</span></div>
`;
};
setInterval(countdown, 1000);
// FAQ Accordion
const faqItems = document.querySelectorAll('.faq-item');
faqItems.forEach(item => {
const question = item.querySelector('.faq-question');
question.addEventListener('click', () => {
const answer = item.querySelector('.faq-answer');
item.classList.toggle('active');
if (item.classList.contains('active')) {
answer.style.maxHeight = answer.scrollHeight + "px";
} else {
answer.style.maxHeight = null;
}
});
});
// 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>