-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseason-2.html
More file actions
73 lines (69 loc) · 3.58 KB
/
Copy pathseason-2.html
File metadata and controls
73 lines (69 loc) · 3.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Season 2 | Machine Learning in Chemical Physics @ Princeton</title>
<meta name="description" content="Season 2 launches spring 2026 with a focus on generative molecular modelling." />
<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=Manrope:wght@400;600;700&display=swap" rel="stylesheet" />
<link rel="icon" href="assets/images/tabs/browser-logo.png" type="image/png" />
<link rel="stylesheet" href="assets/css/style.css" />
<script defer src="assets/js/site.js"></script>
<script defer src="assets/js/season.js"></script>
</head>
<body class="site" data-page="season" data-season="season-2">
<header class="site-header">
<div class="site-header__inner">
<a class="site-logo" href="index.html" data-site-title>Machine Learning in Chemical Physics @ Princeton</a>
<nav class="site-nav" aria-label="Primary navigation">
<button class="site-nav__toggle" data-nav-toggle aria-expanded="false" aria-controls="site-nav-panel">Menu</button>
<div class="site-nav__panel" id="site-nav-panel" data-nav-panel>
<ul class="site-nav__list site-nav__list--pages" data-page-nav></ul>
<a class="site-nav__action" data-join-link href="#">Join Us</a>
<ul class="site-nav__list" data-season-nav></ul>
</div>
</nav>
</div>
</header>
<main class="site-main">
<section class="hero hero--season" data-season-hero>
<div class="hero__content">
<p class="hero__eyebrow" data-hero-eyebrow>Upcoming Season</p>
<h1 class="hero__title" data-hero-title>Foundations of Generative Molecular Modelling</h1>
<p class="hero__subtitle" data-hero-subtitle>
A spring 2026 series exploring diffusion models, score-based dynamics, and generative chemistry workflows.
</p>
<div class="hero__meta" data-hero-meta>
<span class="hero__meta-item" data-hero-presentations>0 presentations</span>
<span class="hero__meta-item" data-hero-range>Spring 2026</span>
</div>
</div>
<div class="hero__support hero__support--logo" data-hero-media hidden>
<img class="hero__support-logo" data-hero-image alt="" hidden />
<p class="hero__support-credit" data-hero-credit hidden></p>
</div>
</section>
<section class="season" data-season-container>
<div class="season__header">
<h2 class="season__title">Season 2 Sessions</h2>
<p class="season__description">Check back closer to spring 2026 for the full schedule and resources.</p>
</div>
<div class="presentation-grid" data-presentation-grid>
<article class="presentation-card presentation-card--placeholder">
<div class="presentation-card__image" aria-hidden="true"></div>
<div class="presentation-card__body">
<h3 class="presentation-card__title">Schedule in progress</h3>
<p class="presentation-card__meta">Speaker lineup and session details will appear once confirmed.</p>
<p class="presentation-card__summary">Check the mailing list for announcements or reach out if you'd like to present.</p>
</div>
</article>
</div>
</section>
</main>
<footer class="site-footer">
<p>© <span data-current-year></span> Machine Learning in Chemical Physics @ Princeton. Built for GitHub Pages.</p>
</footer>
</body>
</html>