From 49299ec6b0c8455cc6e2a5a4807303dec97cd4cc Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Wed, 27 Sep 2023 15:47:15 -0400 Subject: [PATCH] UPDATE-ME: Adds tentative agenda --- _data/agenda.yml | 51 ++++++++++++++++++++++++++++++++++++++++++---- _pages/agenda.html | 8 ++++---- _sass/_agenda.scss | 7 ------- 3 files changed, 51 insertions(+), 15 deletions(-) diff --git a/_data/agenda.yml b/_data/agenda.yml index 1d003d9..4fa8adb 100644 --- a/_data/agenda.yml +++ b/_data/agenda.yml @@ -1,5 +1,48 @@ -- time: 8:00 AM - 12:00 PM - info: "Title
Name
Position

Topic" +- time: 9:15 - 9:40 + info: "
Welcoming

" + +- time: 9:40 - 10:00 + info: "
Sergi Delgado
Opening remarks

" + +- time: 10:00 - 10:25 + info: "
Ittay Eyal
Authentication

" + +- time: 10:25 - 10:50 + info: "
Mark Erhardt
From Paper To BIP

" + +- time: 10:50 - 11:10 + info: "
Coffee Break / Panels

" + +- time: 11:10 - 11:35 + info: "
Victor Shoup
Fast Batched Asynchronous Distributed Key Generation

" + +- time: 11:35 - 12:00 + info: "
Pieter Wuille
Cluster Mempool

" + +- time: 12:00 - 12:30 + info: "

Dongning Guo and Ling Ren (BRD23 Price Winners)
Bitcoin’s Latency–Security Analysis Made Simple

" + +- time: 12:30 - 13:30 + info: "
Lunch Break

" + +- time: 13:30 - 13:55 + info: "
Maria Apostolaki
Newtwork Security For Blockchain Network

" + +- time: 13:55 - 14:20 + info: "
Martin Zumsande
Bitcoin Core: P2P In Practice

" + +- time: 14:20 - 14:45 + info: "
Ethan Heilman
An Exploration Of Bitcoin's P2P Network And Its Security

" + +- time: 14:45 - 15:05 + info: "
Coffee Break / Panels

" + +- time: 15:05 - 15:30 + info: "
Carla Kirk-Cohen
From Paper To Bolt

" + +- time: 15:30 - 15:55 + info: "
Benedikt Bünz
Recent Developments In (Bitcoin Compatible) zk-SNARKs

" + +- time: 15:55 - 17:30 + info: "
Happy Hour

" -- time: 12:00 PM - 3:00 PM - info: "Title
Name
Position

Topic" \ No newline at end of file diff --git a/_pages/agenda.html b/_pages/agenda.html index b5d4e30..71ea4b8 100644 --- a/_pages/agenda.html +++ b/_pages/agenda.html @@ -9,9 +9,10 @@
-

{{ page.title }}

+

Tentative Agenda

+
- -

The agenda is still TBD

+
\ No newline at end of file diff --git a/_sass/_agenda.scss b/_sass/_agenda.scss index 07f662e..1ac3e66 100644 --- a/_sass/_agenda.scss +++ b/_sass/_agenda.scss @@ -36,10 +36,6 @@ color: #feda09; } } - td + td { - text-align: left; - padding-left: 10px; - } } @media screen and (max-width: 760px){ @@ -56,8 +52,5 @@ td { padding-left: 0px; } - td + td { - padding-left: 10px; - } } } \ No newline at end of file