Skip to content

Commit 9b37457

Browse files
authored
Merge pull request #200 from neural-loop/main
Content Updates, Linking workshops to videos, Thumbnails
2 parents 9b7b960 + 5dfa9f0 commit 9b37457

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

content/english/workshops/project-phasor-kickoff-brian-anderson/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ start_time: 19:00
77
end_time: 20:00
88
time_zone: CET
99
upcoming: false
10+
video: vZ0mlHpSeD0
1011
image: project-phasor-kickoff.png
1112
description: "Brian Anderson and others will talk about the newly launched Project Phasor that aims to organize efforts towards neuromorphic and NeuroAI virtualization and compilation."
1213
speaker_photo: brian.jpg
@@ -15,8 +16,6 @@ speaker_bio: "Brian Anderson is a Neuromorphic Engineer with experience from ind
1516

1617
**Speakers**: Brian Anderson, Jamie Knight, Jens E. Pedersen, Florence Lee, Effiong Blessing, Dylan Muir
1718

18-
**Meeting link (now expired) **: https://meet.google.com/xaq-bijv-smf
19-
2019
Project Phasor aims to prioritize the neuromorphic and NeuroAI issues best solved together. Anchoring the proposed efforts will be a set of neuromorphic virtual machines and a shared production-quality compiler. Development will be within an open governance body. Special focus will be on datacenter-scale training, solving heterogeneous integration, and making architecture search easy.
2120

2221
We are also exploring the creation of a joint research fund for NeuroAI and neuromorphic research using the quantum-focused Unitary Foundation as inspiration.

themes/hugoplate/layouts/journalclub/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<h3 class="pb-5 pt-5 text-xl">Upcoming Journal clubs</h3>
2626
{{ partial "components/upcoming-events" . }}
2727
<div class="text-right pb-5">
28-
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
28+
<a href="/getting-involved/" class="btn-primary btn-sm pt-6 btn">Host a workshop</a>
2929
</div>
3030
</div> -->
3131
</div>

themes/hugoplate/layouts/partials/essentials/footer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@
111111
</li>
112112
</ul>
113113
</div>
114+
{{ $events := where .Site.RegularPages "Params.upcoming" "eq" true }}
115+
{{ if $events }}
114116
<div class="footer-menu-item frontiers-section">
115117
<p><a href="/workshops/">Upcoming Workshops</a></p>
116118
<ul class="footer-menu-subitem">
@@ -123,8 +125,8 @@
123125
</li>
124126
{{ end }}
125127
</ul>
126-
127128
</div>
129+
{{ end }}
128130
</div>
129131
</div>
130132
</div>

themes/hugoplate/layouts/workshops/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<h3 class="pb-5 pt-5 text-xl">Upcoming Workshops</h3>
2121
{{ partial "components/upcoming-events" . }}
2222
<div class="text-right pb-5"> <!-- Right-align the button -->
23-
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
23+
<a href="/getting-involved/" class="btn-primary btn-sm pt-6 btn">Host a workshop</a>
2424
</div>
2525
</div>
2626
</div>

themes/hugoplate/layouts/workshops/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<h3 class="pb-5 text-xl">Upcoming Workshops</h3>
6969
{{ partial "components/upcoming-events" . }}
7070
<div class="text-right pb-5"> <!-- Right-align the button -->
71-
<a href="/getting-involved/" class="btn-primary btn-sm btn">Host a workshop</a>
71+
<a href="/getting-involved/" class="btn-primary btn-sm pt-6 btn">Host a workshop</a>
7272
</div>
7373
</div>
7474
</div>

0 commit comments

Comments
 (0)