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
8 changes: 8 additions & 0 deletions frontend/src/pages/lectures/Lectures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,17 @@ const inPersonEvents: InPersonEvent[] = [
];

const kernelCompetitions: Competition[] = [
{
title: "One Layer Deeper",
startDate: "2026-07-16",
endDate: "2026-08-30",
location: "Online",
lumaUrl: "https://onelayerdeeper.ai/",
},
{
title: "Linear Algebra Kernels For The Age Of Research",
startDate: "2026-06-12",
endDate: "2026-07-30",
location: "Online",
lumaUrl: "/news/linear-algebra-kernels-age-of-research",
description:
Expand Down
Loading