Skip to content

Commit 4f25d87

Browse files
committed
update ndsai26 tutorial page
1 parent eb93f15 commit 4f25d87

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

_tutorials/graph-based-processing/ndsai-school-2026.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>Material</h1>
3939
<p>Download the slides used in our tutorial.</p>
4040
<div class="row g-4 justify-content-center">
4141
<div class="col-md-4">
42-
<a class="w-75 btn btn-primary" href="https://drive.google.com/file/d/18tpZTHw-ZheWCeVLEgR9Nzo6USsY_O3_/view?usp=sharing" role="button" target="_blank">Download slides</a>
42+
<a class="w-75 btn btn-primary" href="https://drive.google.com/uc?export=download&id=12jxNWVe_aP86FiUi8_zi7a_kg36oKJjE" role="button" target="_blank">Download slides</a>
4343
</div>
4444
<div class="col-md-4">
4545
<a class="w-75 btn btn-warning" href="https://github.com/TorchSpatiotemporal/tsl/blob/main/examples/notebooks/a_gentle_introduction_to_tsl.ipynb" role="button" target="_blank">Code demo</a>
@@ -139,27 +139,26 @@ <h5 class="mt-3 mb-2 fw-light"><span class="fw-bold me-2">Demo</span> Coding Spa
139139
<div class="container px-4">
140140
<div class="row gx-4 justify-content-center">
141141
<div class="col-lg-8 text-center">
142-
<h1>Organizers</h1>
143-
<p class="lead">This tutorial is organized by the <a href=”{{site.url}}” class="fw-normal"
144-
target="_blank">GMLG Research
145-
Group</a> within the Swiss AI Lab <a href="https://idsia.ch" class="fw-normal"
146-
target="_blank">IDSIA</a> and <a href="https://usi.ch" class="fw-normal"
147-
target="_blank">Università della Svizzera italiana</a>,
148-
with substantial contributions of
149-
{% assign ac = people | where: "id", "acini" | first %}
150-
<a href="{{ac.links.website}}"><strong>Andrea Cini</strong></a>
151-
and
152-
{% assign im = people | where: "id", "imarisca" | first %}
153-
<a href="{{im.links.website}}"><strong>Ivan Marisca</strong></a>
154-
to the development of the content.</p>
155-
142+
<h1>Speaker</h1>
156143
{% assign people = site.data.people %}
157144
<div class="row g-4 my-4 justify-content-center align-items-center text-center text-md-start">
158145
</div>
159146
<div class="row g-4 my-4 justify-content-center align-items-top text-center">
160147
{% assign dz = people | where: "id", "dzambon" | first %}
161148
{% include people_item.html person=dz hide_description=true col_md=3 %}
162149
</div>
150+
<p class="lead">This tutorial is organized by the <a href=”{{site.url}}” class="fw-normal"
151+
target="_blank">GMLG Research
152+
Group</a> within the Swiss AI Lab <a href="https://idsia.ch" class="fw-normal"
153+
target="_blank">IDSIA</a> and <a href="https://usi.ch" class="fw-normal"
154+
target="_blank">Università della Svizzera italiana</a>,
155+
with substantial contributions of
156+
{% assign ac = people | where: "id", "acini" | first %}
157+
<a href="{{ac.links.website}}"><strong>Andrea Cini</strong></a>
158+
and
159+
{% assign im = people | where: "id", "imarisca" | first %}
160+
<a href="{{im.links.website}}"><strong>Ivan Marisca</strong></a>
161+
to the development of the content.</p>
163162
</div>
164163
</div>
165164
</div>

0 commit comments

Comments
 (0)