Skip to content
Draft
Show file tree
Hide file tree
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
66 changes: 65 additions & 1 deletion content/data/agenda.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
import type { AgendaEntry } from "@/components/AgendaItem";

export const Agenda:AgendaEntry[] = []
export const Agenda:AgendaEntry[] = [
{
time: "9:00 EDT",
type: "single",
content: [{title: "Doors open", speaker: ""}]
},
{
time: "10:00 - 10:15 EDT",
type: "single",
content: [{title: "Opening remarks", speaker: "Sergi Delgado"}]
},
{
time: "10:15 - 11:20 EDT",
type: "multi",
content: [
{title: "QCAP: A Bitcoin-Native Quantum Canary Alert", speaker: "Ghazaleh Keshavarzkalhori"},
{title: "Iceberg: Nested Signing for Lightning", speaker: "Jesse Posner"},
{title: "Native SNARK verification on Bitcoin", speaker: "Robin Linus"}
]
},
{
time: "11:20 - 11:40 EDT",
type: "single",
content: [{title: "Coffee Break", speaker: ""}]
},
{
time: "11:40 - 12:30 EDT",
type: "single",
content: [{title: "Group Session", speaker: ""}]
},
{
time: "12:30 - 13:30 EDT",
type: "single",
content: [{title: "Lunch Break", speaker: ""}]
},
{
time: "13:30 - 14:35 EDT",
type: "multi",
content: [
{title: "State of the Ark", speaker: "Steven Rose"},
{title: "Shielded Bitcoin: Private Bitcoin Transactions via PIPEs v2", speaker: "Misha Komarov"},
{title: "Isoge-what? (An introduction to Isogeny-based PQ cryptography)", speaker: "Nadav Kohen"}
]
},
{
time: "14:35 - 14:55 EDT",
type: "single",
content: [{title: "Coffee Break", speaker: ""}]
},
{
time: "14:55 - 15:55 EDT",
type: "single",
content: [{title: "Bitcoin Research Prize Talk: TBD", speaker: "TBD"}]
},
{
time: "15:55 - 16:05 EDT",
type: "single",
content: [{title: "Closing Remarks", speaker: "Sergi Delgado"}]
},
{
time: "16:05 - 18:00 CET EDT",
type: "single",
content: [{title: "Happy Hour", speaker: ""}]
}
]
51 changes: 50 additions & 1 deletion content/data/speakers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,53 @@ type Speaker = {
link?: string;
}

export const Speakers:Speaker[] = []
export const Speakers:Speaker[] = [
{
name: "Ghazaleh Keshavarzkalhori",
// title: "PhD candidate",
organization: "Autonomous University of Barcelona",
imgSrc: "/speakers/ghazaleh-keshavarzkalhori.webp",
imgSrc2x: "/speakers/ghazaleh-keshavarzkalhori@2x.webp",
link: "https://x.com/0xgazelle"
}, {
name: "Jesse Posner",
// title: "CEO",
organization: "Vora",
imgSrc: "/speakers/jesse-posner.webp",
imgSrc2x: "/speakers/jesse-posner.webp",
link: "https://x.com/jesseposner"
},
{
name: "Robin Linus",
// title: "PhD candidate",
organization: "Stanford University",
imgSrc: "/speakers/robin-linus.webp",
imgSrc2x: "/speakers/robin-linus@2x.webp",
link: "https://x.com/robin_linus"
},
{
name: "Steven Roose",
// title: "CEO",
organization: "Second",
imgSrc: "/speakers/steven-roose.webp",
imgSrc2x: "/speakers/steven-roose@2x.webp",
link: "https://x.com/stevenroose3"
},
{
name: "Misha Komarov",
// title: "Co-founder",
organization: "[[alloc] init]",
imgSrc: "/speakers/misha-komarov.webp",
imgSrc2x: "/speakers/misha-komarov@2x.webp",
link: "https://x.com/nemothenoone"
},
{
name: "Nadav Kohen",
// title: "Researcher",
organization: "2140",
imgSrc: "/speakers/nadav-kohen.webp",
imgSrc2x: "/speakers/nadav-kohen@2x.webp",
link: "https://x.com/nadav_kohen"
},
// Prize winner TBD
]
Binary file added public/speakers/ghazaleh-keshavarzkalhori.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/ghazaleh-keshavarzkalhori@2x.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/speakers/jesse-posner.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/jesse-posner@2x.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/misha-komarov.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/misha-komarov@2x.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/nadav-kohen.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/nadav-kohen@2x.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/robin-linus.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/robin-linus@2x.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/steven-roose.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/speakers/steven-roose@2x.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.