Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions apps/website/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,35 @@ const Home = async () => {
</CardHeader>
<CardContent>
<div className="space-y-6">
<div>
<h3 className="mb-2 text-xl font-semibold text-neutral-dark">
Toward Modular Open Science
</h3>
<p className="mb-2 text-neutral-dark">
March 27, 2026 | ATScience Conference, Vancouver
</p>
<Link
href="https://bsky.app/profile/atproto.science/post/3mh6kak5agk2z"
className="text-primary transition-colors hover:text-primary/80"
>
View event post →
</Link>
</div>
<div>
<h3 className="mb-2 text-xl font-semibold text-neutral-dark">
Seminar: McGill University Quantitative Life Sciences
program
</h3>
<p className="mb-2 text-neutral-dark">
March 24, 2026 | Montreal
</p>
<Link
href="https://www.mcgill.ca/qls/channels/event/qls-seminar-series-matthew-akamatsu-371875"
className="text-primary transition-colors hover:text-primary/80"
>
View seminar details →
</Link>
</div>
<div>
<h3 className="mb-2 text-xl font-semibold text-neutral-dark">
Metagov x Future of Science Seminar: Interoperable LLM - and
Expand Down
Loading