Skip to content

Commit 27d5982

Browse files
authored
Merge pull request #1 from jacob-votava/mlo
changed date, added link to ical
2 parents dfd2a24 + 295c2dd commit 27d5982

6 files changed

Lines changed: 14 additions & 2 deletions

File tree

assets/data/seasons/season-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"title": "Large Language Models",
58-
"date": "2026-03-10",
58+
"date": "2026-03-24",
5959
"presenter": "Zhuang Liu",
6060
"time": "12:00 PM",
6161
"location": "AI Lab Conference Room"

assets/data/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{
5353
"name": "Moritz Obenauer",
5454
"affiliation": "Princeton University, CHM",
55-
"bio": "Second year PhD student in the Jacobs group working on the dynamics of self-assembly processes of chemically driven systems.",
55+
"bio": "Second year PhD candidate in the Jacobs group working on the dynamics of self-assembly processes of chemically driven systems.",
5656
"headshot": "assets/images/organizers_and_sponsors/mortiz-obenauer.jpeg",
5757
"linkedin": "https://www.linkedin.com/in/moritzobenauer/"
5858
}

assets/lowres/ai2_lowres.png

112 KB
Loading

assets/lowres/home_lowres.png

53.7 KB
Loading

assets/lowres/low_resolution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ <h2 class="season-index__title">Seasons</h2>
5353
<div class="season-index__grid" data-season-grid></div>
5454
</section>
5555

56+
<section class="subscribe-section">
57+
<div class="subscribe-container">
58+
<h2 class="subscribe-title">Stay Updated</h2>
59+
<a class="site-nav__action" data-join-link href="https://lists.princeton.edu/cgi-bin/wa?SUBED1=ml4chemphys">Subscribe to the mailing list</a>
60+
61+
<a class="site-nav__action" data-join-link href="https://calendar.google.com/calendar/ical/c_9c6d360c5ef876d99416077bf9fd763e6cd2a0dbc2fec9d1304b78794afd542a%40group.calendar.google.com/public/basic.ics">Subscribe to the iCal Calendar</a>
62+
63+
</div>
64+
</div>
65+
</section>
66+
5667
</main>
5768

5869
<footer class="site-footer">

0 commit comments

Comments
 (0)