Skip to content

Commit

Permalink
UPDATE-ME: Adds tentative agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-gi committed Sep 27, 2023
1 parent 2304aba commit fce928f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 15 deletions.
51 changes: 47 additions & 4 deletions _data/agenda.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
- time: 8:00 AM - 12:00 PM
info: "<u>Title</u><br><b>Name</b><br><i>Position</i><br><br>Topic"
- time: 9:15 - 9:40
info: "<br>Welcoming<br><br>"

- time: 9:40 - 10:00
info: "<br><b>Sergi Delgado</b><br>Opening remarks<br><br>"

- time: 10:00 - 10:25
info: "<br><b>Ittay Eyal</b><br>Authentication<br><br>"

- time: 10:25 - 10:50
info: "<br><b>Mark Erhardt</b><br>From Paper To BIP<br><br>"

- time: 10:50 - 11:10
info: "<br>Coffee Break / Panels<br><br>"

- time: 11:10 - 11:35
info: "<br><b>Victor Shoup</b><br>Fast Batched Asynchronous Distributed Key Generation<br><br>"

- time: 11:35 - 12:00
info: "<br><b>Pieter Wuille</b><br>Cluster Mempool<br><br>"

- time: 12:00 - 12:30
info: "<br><br><b>Dongning Guo and Ling Ren (BRD23 Price Winners)</b><br>Bitcoin’s Latency–Security Analysis Made Simple<br><br>"

- time: 12:30 - 13:30
info: "<br>Lunch Break<br><br>"

- time: 13:30 - 13:55
info: "<br><b>Maria Apostolaki</b><br>Newtwork Security For Blockchain Network<br><br>"

- time: 13:55 - 14:20
info: "<br><b>Martin Zumsande</b><br>Bitcoin Core: P2P In Practice<br><br>"

- time: 14:20 - 14:45
info: "<br><b>Ethan Heilman</b><br>An Exploration Of Bitcoin's P2P Network And Its Security<br><br>"

- time: 14:45 - 15:05
info: "<br>Coffee Break / Panels<br><br>"

- time: 15:05 - 15:30
info: "<br><b>Carla Kirk-Cohen</b><br>From Paper To Bolt<br><br>"

- time: 15:30 - 15:55
info: "<br><b>Benedikt Bünz</b><br>Recent Developments In (Bitcoin Compatible) zk-SNARKs<br><br>"

- time: 15:55 - 17:30
info: "<br>Happy Hour<br><br>"

- time: 12:00 PM - 3:00 PM
info: "<u>Title</u><br><b>Name</b><br><i>Position</i><br><br>Topic"
8 changes: 4 additions & 4 deletions _pages/agenda.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
</script>

<div class="event black-frame">
<h1>{{ page.title }}</h1>
<h1>Tentative Agenda</h1>
<!--<h1>{{ page.title }}</h1> -->
<br>
<!-- <table class="agenda">
<table class="agenda">
<thead>
<tr>
<th class="row-1 agenda-time"><center>Time</center></th>
Expand All @@ -25,6 +26,5 @@ <h1>{{ page.title }}</h1>
<td>{{ agenda.info }}</td>
</tr>
{% endfor %}
</table> -->
<h2 style="text-align: center;">The agenda is still TBD</h2>
</table>
</div>
7 changes: 0 additions & 7 deletions _sass/_agenda.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
color: #feda09;
}
}
td + td {
text-align: left;
padding-left: 10px;
}
}

@media screen and (max-width: 760px){
Expand All @@ -56,8 +52,5 @@
td {
padding-left: 0px;
}
td + td {
padding-left: 10px;
}
}
}

0 comments on commit fce928f

Please sign in to comment.