Skip to content

Commit 4e92a54

Browse files
committed
Removes lightning talks
1 parent e94a429 commit 4e92a54

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

_data/home_format_data.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- inverted:
1+
- inverted:
22
img: icon-ltalks.jpg
33
name: Research talks
44
info: Leading researchers will present contemporary theoretical work. Followed by discussion and open problems
@@ -8,17 +8,17 @@
88
name: Development challenges
99
info: Solutions implemented in Bitcoin and in the Lightning Network will be presented by the developers leading them. Possible next steps and practical wish lists will be stated and discussed
1010

11-
- inverted:
12-
img: icon-stalks.jpg
13-
name: Lightning talks
14-
info: Short talks by PhD students and early-stage developers, in which they introduce a topic they are working on
11+
# - inverted:
12+
# img: icon-stalks.jpg
13+
# name: Lightning talks
14+
# info: Short talks by PhD students and early-stage developers, in which they introduce a topic they are working on
1515

16-
- inverted: timeline-inverted
16+
- inverted:
1717
img: icon-prize.jpg
1818
name: Bitcoin Research Prize Ceremony
1919
info: An announcement of the winner and the runner-ups, followed by a presentation of the winner
2020

21-
- inverted:
21+
- inverted: timeline-inverted
2222
img: icon-happy-hour.jpg
2323
name: Happy Hour
2424
info: Drinks, snacks, and even more chatting!

_includes/data/event.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ <h2 class="section-heading">The event</h2>
77
<p>
88
The Bitcoin Research Day is dedicated to academic research that benefits Bitcoin, aimed to bring together researchers and developers. The event will consist of talks and open discussions on cryptography, P2P networks, and more.
99
</p>
10-
<p>
10+
<!-- <p>
1111
We invite early-career academics and developers to join us and give <a href="#lightning-talks">lightning talks</a>.
12-
</p>
12+
</p> -->
1313
</div>
1414
</div>
1515
<br>

_includes/data/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
</style>
1616

17-
<footer>
17+
<footer class="bg-light-gray">
1818
<div class="container">
1919
<div class="row">
2020
<div class="col-md">

_includes/data/header-home.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
<li>
2525
<a class="page-scroll" href="#format">Format</a>
2626
</li>
27-
</li>
2827
<li>
2928
<a class="page-scroll" href="#speakers">Speakers</a>
30-
<li>
29+
</li>
30+
<!-- <li>
3131
<a class="page-scroll" href="#lightning-talks">Lightning talks</a>
32+
</li> -->
3233
<li>
3334
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/prize>Research Prize</a>
3435
</li>

_includes/data/header.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<li>
2828
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/#speakers>Speakers</a>
2929
</li>
30-
<li>
30+
<!-- <li>
3131
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/#lightning-talks>Lightning talks</a>
32-
</li>
32+
</li> -->
3333
{% if page.permalink != "/prize" %}
3434
<li>
3535
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/prize>Research Prize</a>

_layouts/home.html

+2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
{% include data/format.html %}
2626
{% include data/speakers.html %}
2727
{% include data/speakers_info.html %}
28+
{% comment %}
2829
{% include data/lightning-talks.html %}
30+
{% endcomment %}
2931
{% include data/footer.html %}
3032
{% include data/js.html %}
3133

0 commit comments

Comments
 (0)