Update Theory Day schedule links
Some checks failed
Netlify deploy / deploy (push) Has been cancelled
Some checks failed
Netlify deploy / deploy (push) Has been cancelled
This commit is contained in:
parent
27dcb10088
commit
10105b20cd
4 changed files with 68 additions and 12 deletions
|
|
@ -22,7 +22,7 @@ const homepageEventAnnouncements = [
|
||||||
title: "Theory Day: Foundations of Computer Science",
|
title: "Theory Day: Foundations of Computer Science",
|
||||||
href: "/events/theory-day-2026",
|
href: "/events/theory-day-2026",
|
||||||
summary:
|
summary:
|
||||||
"Registration is open for Theory Day on 17 June 2026. Schedule, talk titles, and abstracts will be announced soon.",
|
"Theory Day is on 17 June 2026. The schedule and venue information are now available.",
|
||||||
isExternal: false,
|
isExternal: false,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ export const departmentEvents: DepartmentEvent[] = [
|
||||||
startDate: "2026-06-17",
|
startDate: "2026-06-17",
|
||||||
organizer: "Department of Computer Science & Engineering, IIT Gandhinagar",
|
organizer: "Department of Computer Science & Engineering, IIT Gandhinagar",
|
||||||
description:
|
description:
|
||||||
"A one-day Theory Day focused on foundations of computer science. The schedule, talk titles, and abstracts will be announced soon.",
|
"A one-day Theory Day focused on foundations of computer science. The schedule, talk titles, abstracts, and venue information are available online.",
|
||||||
source: "CSE archive",
|
source: "CSE archive",
|
||||||
sourceLabel: "Event page",
|
sourceLabel: "Event page",
|
||||||
sourceUrl: "/events/theory-day-2026",
|
sourceUrl: "/events/theory-day-2026",
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@ import {
|
||||||
import DefaultLayout from "@/layouts/DefaultLayout.astro";
|
import DefaultLayout from "@/layouts/DefaultLayout.astro";
|
||||||
|
|
||||||
const registrationLink = "https://forms.gle/sqqoh4JftBfKYA1b8";
|
const registrationLink = "https://forms.gle/sqqoh4JftBfKYA1b8";
|
||||||
|
const scheduleLink = "https://gmanoj.people.iitgn.ac.in/schedule.html";
|
||||||
|
const venueInfoLink = "https://gmanoj.people.iitgn.ac.in/info.html";
|
||||||
const eventDate = "17 June 2026";
|
const eventDate = "17 June 2026";
|
||||||
const registrationDeadline = "14 June 2026";
|
const registrationDeadline = "14 June 2026";
|
||||||
---
|
---
|
||||||
|
|
@ -35,19 +37,29 @@ const registrationDeadline = "14 June 2026";
|
||||||
</p>
|
</p>
|
||||||
<div class="mt-7 flex flex-wrap gap-3">
|
<div class="mt-7 flex flex-wrap gap-3">
|
||||||
<a
|
<a
|
||||||
href={registrationLink}
|
href={scheduleLink}
|
||||||
class="inline-flex items-center gap-2 rounded-full bg-foreground px-5 py-2.5 text-sm font-medium text-background transition hover:bg-secondary"
|
class="inline-flex items-center gap-2 rounded-full bg-foreground px-5 py-2.5 text-sm font-medium text-background transition hover:bg-secondary"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
Register now
|
View schedule
|
||||||
<ArrowRight className="size-4" aria-hidden="true" />
|
<ArrowRight className="size-4" aria-hidden="true" />
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="/updates/deadlines"
|
href={venueInfoLink}
|
||||||
class="inline-flex items-center gap-2 rounded-full border bg-white px-5 py-2.5 text-sm font-medium transition hover:border-secondary hover:text-secondary"
|
class="inline-flex items-center gap-2 rounded-full border bg-white px-5 py-2.5 text-sm font-medium transition hover:border-secondary hover:text-secondary"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
Registration deadline: {registrationDeadline}
|
Venue and campus information
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href={registrationLink}
|
||||||
|
class="inline-flex items-center gap-2 rounded-full border bg-white px-5 py-2.5 text-sm font-medium transition hover:border-secondary hover:text-secondary"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
Register now
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -73,7 +85,32 @@ const registrationDeadline = "14 June 2026";
|
||||||
<MapPin className="mt-0.5 size-4 text-secondary" aria-hidden="true" />
|
<MapPin className="mt-0.5 size-4 text-secondary" aria-hidden="true" />
|
||||||
<div>
|
<div>
|
||||||
<dt class="text-muted-foreground">Venue</dt>
|
<dt class="text-muted-foreground">Venue</dt>
|
||||||
<dd class="font-medium">IIT Gandhinagar; room details forthcoming</dd>
|
<dd class="font-medium">
|
||||||
|
<a
|
||||||
|
href={venueInfoLink}
|
||||||
|
class="text-primary underline-offset-4 hover:underline"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
Venue and campus information
|
||||||
|
</a>
|
||||||
|
</dd>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex gap-3">
|
||||||
|
<FileText className="mt-0.5 size-4 text-secondary" aria-hidden="true" />
|
||||||
|
<div>
|
||||||
|
<dt class="text-muted-foreground">Schedule</dt>
|
||||||
|
<dd class="font-medium">
|
||||||
|
<a
|
||||||
|
href={scheduleLink}
|
||||||
|
class="text-primary underline-offset-4 hover:underline"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
View the program schedule
|
||||||
|
</a>
|
||||||
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
@ -100,11 +137,30 @@ const registrationDeadline = "14 June 2026";
|
||||||
<div class="flex items-start gap-3">
|
<div class="flex items-start gap-3">
|
||||||
<FileText className="mt-1 size-5 text-secondary" aria-hidden="true" />
|
<FileText className="mt-1 size-5 text-secondary" aria-hidden="true" />
|
||||||
<div>
|
<div>
|
||||||
<h3 class="text-xl font-semibold">Program details coming soon</h3>
|
<h3 class="text-xl font-semibold">Schedule is now available</h3>
|
||||||
<p class="text-muted-foreground mt-3 leading-relaxed">
|
<p class="text-muted-foreground mt-3 leading-relaxed">
|
||||||
We will add the schedule, talk titles, and abstracts here as
|
The Theory Day schedule, talk titles, and abstracts are
|
||||||
soon as they are available.
|
available on the program schedule page.
|
||||||
</p>
|
</p>
|
||||||
|
<div class="mt-5 flex flex-wrap gap-3">
|
||||||
|
<a
|
||||||
|
href={scheduleLink}
|
||||||
|
class="inline-flex items-center gap-2 rounded-full bg-foreground px-4 py-2 text-sm font-medium text-background transition hover:bg-secondary"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
Open schedule
|
||||||
|
<ArrowRight className="size-4" aria-hidden="true" />
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href={venueInfoLink}
|
||||||
|
class="inline-flex items-center gap-2 rounded-full border bg-white px-4 py-2 text-sm font-medium transition hover:border-secondary hover:text-secondary"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
Venue and campus information
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -49,8 +49,8 @@ const theoryDayRegistrationLink = 'https://forms.gle/sqqoh4JftBfKYA1b8';
|
||||||
Theory Day: Foundations of Computer Science
|
Theory Day: Foundations of Computer Science
|
||||||
</h3>
|
</h3>
|
||||||
<p class="text-muted-foreground mt-2 text-sm leading-relaxed">
|
<p class="text-muted-foreground mt-2 text-sm leading-relaxed">
|
||||||
Register for the 17 June 2026 Theory Day. Schedule, talk titles,
|
Theory Day is on 17 June 2026. The schedule and venue information
|
||||||
and abstracts will be posted on the event page soon.
|
are available from the event page.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue