Skip to content

Commit

Permalink
Update for Jan 25th event (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
joekr authored Dec 17, 2023
1 parent 3b11b51 commit 0405ef1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
24 changes: 12 additions & 12 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@ export default function Home() {
},
{
time: "6:00pm",
topic: "LexTalk - Tech Welcome 👋🤠",
presenter: "Joe Kratzat",
topic: "Library tech",
presenter: "John Blyberg",
},
{
time: "6:15pm",
topic: "TBD",
presenter: "TBD",
topic: "T-SQL",
presenter: "Jeff Foushee",
},
{
time: "6:30pm",
topic: "TBD",
presenter: "TBD",
topic: "IoT",
presenter: "Will Bates",
},
{
time: "6:45pm",
topic: "TBD",
presenter: "TBD",
topic: "Cyber Security",
presenter: "Justin Perron",
},
{
time: "7:00pm",
topic: "TBD",
presenter: "TBD",
topic: "Govtech",
presenter: "Nick Lyell, Angela Langston",
},
{
time: "7:30pm",
topic: "TBD",
presenter: "TBD",
topic: "LLMs",
presenter: "Lee Park",
},
{
time: "8:00pm",
Expand Down
35 changes: 17 additions & 18 deletions src/app/talks/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,62 +6,61 @@ export default function Talks() {
{
time: "5:30pm",
title: "Check-in",
info: "",
presenter: "",
resources: "",
},
{
time: "6:00pm",
title: "LexTalk - Tech Welcome 👋🤠",
info: "This will be a welcome and introduction to what LexTalk Tech is and what we hope to bring to the community.",
presenter: "Joe Kratzat",
title: "How Libraries Work: A Technology Perspective",
presenter: "John Blyberg",
info: "",
resources: "",
},
{
time: "6:15pm",
title: "TBD",
title: "the T-SQL TRANSLATE() function",
presenter: "Jeff Foushee",
info: "",
presenter: "TBD",
resources: "",
},
{
time: "6:30pm",
title: "TBD",
title: "Sensors and tiny boards and Adafruit (oh my!)",
presenter: "Will Bates",
info: "",
presenter: "TBD",
resources: "",
},
{
time: "6:45pm",
title: "TBD",
title: "cyber security",
presenter: "Justin Perron",
info: "",
presenter: "TBD",
resources: "",
},
{
time: "7:00pm",
title: "TBD",
title: "Govtech: Thinking about government as a customer",
presenter: "Nick Lyell, Angela Langston",
info: "",
presenter: "TBD",
resources: "",
},
{
time: "7:30pm",
title: "TBD",
title: "LLMs throughout the lifecycle of Generative AI Projects (part 2)",
presenter: "Lee Park",
info: "",
presenter: "TBD",
resources: "",
},
{
time: "8:00pm",
title: "Wrap up",
info: "",
presenter: "",
info: "",
resources: "",
},
{
time: "8:00pm - 10:00pm",
title: "Food and drinks afterward",
info: "Within Cornerstone there is Ethereal brewing and Rolling oven Pizza.",
presenter: "",
info: "Within Cornerstone there is Ethereal brewing and Rolling oven Pizza.",
resources: "",
},
],
Expand Down

0 comments on commit 0405ef1

Please sign in to comment.