diff --git a/src/data/conferences.ts b/src/data/conferences.ts index 08b6e18..b424604 100644 --- a/src/data/conferences.ts +++ b/src/data/conferences.ts @@ -12,6 +12,28 @@ export type Conference = { }; export const conferences: Conference[] = [ + { + id: "25character", + date: "03/28/2025", + type: "SC", + title: "Redefining Culture and Identity to Grow Our Own Character Arcs", + host: "Indiana University Bloomington", + city: "Bloomington", + state: "IN", + isApproxDate: false, + bid: "", + }, + { + id: "24lotus", + date: "11/09/2024", + type: "MX", + title: "Living like the Lotus: Blooming in the Face of Adversity", + host: "The University of Kansas", + city: "Lawrence", + state: "KS", + isApproxDate: false, + bid: "", + }, { id: "24transforming", date: "04/05/2024", @@ -896,4 +918,3 @@ export const conferences: Conference[] = [ bid: "", }, ]; - diff --git a/src/pages/conferences/index.tsx b/src/pages/conferences/index.tsx index 37c8348..87c8d59 100644 --- a/src/pages/conferences/index.tsx +++ b/src/pages/conferences/index.tsx @@ -9,7 +9,7 @@ export default function () { return ( - +

Below is a summary of all conferences that MAASU has aided in hosting or organizing.