Skip to content

Commit 5b1fc10

Browse files
committed
stuff
1 parent c079cd2 commit 5b1fc10

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

docs/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1>Spatial AI</h1>
4949
<div class="fact"><div class="fact__k">Hours</div><div class="fact__v">~36 h</div></div>
5050
<div class="fact"><div class="fact__k">Level</div><div class="fact__v">MSc</div></div>
5151
<div class="fact"><div class="fact__k">Language</div><div class="fact__v">English</div></div>
52-
<div class="fact"><div class="fact__k">Semester</div><div class="fact__v">A.Y. 2026/27 <br> Oct - mid Nov</div></div>
52+
<div class="fact"><div class="fact__k">Semester</div><div class="fact__v">A.Y. 2026/27<span class="fact__sub">First period · Oct–mid Nov</span></div></div>
5353
</div>
5454

5555
<!-- ABOUT + OUTCOMES -->
@@ -64,7 +64,7 @@ <h1>Spatial AI</h1>
6464
It is one module of the 12 CFU Elective in Artificial Intelligence.</p>
6565
</div>
6666
<div>
67-
<div class="eyebrow" style="margin-bottom:12px;">What you'll learn</div>
67+
<div class="eyebrow" style="margin-bottom:12px;">Learning outcomes</div>
6868
<ul class="outcomes">
6969
<li>Represent 3D scenes with point clouds, meshes, voxels, implicit fields, and Gaussians, and reason about the geometry of image formation.</li>
7070
<li>Reconstruct geometry from images: monocular and multi-view depth, Structure-from-Motion, and SLAM.</li>
@@ -79,7 +79,7 @@ <h1>Spatial AI</h1>
7979
<!-- ===== DEMO ===== -->
8080
<section id="demo">
8181
<div class="wrap section-pad">
82-
<div class="sec-head"><span class="sec-bar"></span><h2>Demos</h2></div>
82+
<div class="sec-head"><span class="sec-bar"></span><h2>What you will learn</h2></div>
8383

8484
<h3 class="demo-subhead">Mesh vs Rendering</h3>
8585
<p class="demo-sub">The same office scene reconstructed two ways: a classical mesh and rendering (3D Gaussian Splatting). Drag the slider to wipe between them.</p>
@@ -92,7 +92,7 @@ <h3 class="demo-subhead">Mesh vs Rendering</h3>
9292
<p class="demo-caption"><a href="https://rvp-group.github.io/mrhash/" target="_blank" rel="noopener">MrHash</a></p>
9393

9494
<h3 class="demo-subhead">Active localization</h3>
95-
<p class="demo-sub">Choosing where to look to localize reliably: your robot should see only place that help it localize! Selecting viewpoints that maximize camera pose-estimation accuracy.</p>
95+
<p class="demo-sub">Choosing where to look to localize reliably: your robot should see only places that help it localize! Selecting viewpoints that maximize camera pose-estimation accuracy.</p>
9696
<div class="video-frame">
9797
<video class="demo-video" loop playsinline autoplay muted
9898
src="video/actloc_video.mp4"></video>
@@ -353,9 +353,9 @@ <h3 class="demo-subhead">Active localization</h3>
353353
</div>
354354
<div class="exam">
355355
<div class="card__k" style="margin-bottom:10px;">Exam format</div>
356-
<p>This 3 CFU module is assessed by a <strong>quiz</strong> (13 questions, max 10 points) and an end-to-end <strong>group project</strong> (max 20 points, with up to <strong>+3 bonus</strong> points for implementing a method from a paper or placing in the top 3 of the class leaderboard).</p>
357-
<p>The project will be just built on the practical sessions.</p>
358-
<p>The quiz is offered on the last day of lessons and again in the standard exam sessions. Projects can be presented in a 10-minute talk at the end of December or during standard exam periods. The module grade combines with the other modules of the 12 CFU Elective in Artificial Intelligence.</p>
356+
<p>Assessment has two parts: a <strong>quiz</strong> (13 questions, max 10 points) and a <strong>group project</strong> built on the practical sessions (max 20 points, plus up to <strong>+3 bonus</strong> for reimplementing something from a paper method or a top-3 leaderboard finish).</p>
357+
<p>The quiz is held on the last day of lessons, with further sittings in the standard exam sessions. The project can be presented in a 10-minute talk at the end of December or during standard exam sessions.</p>
358+
<p>This grade counts toward the overall mark of the 12 CFU Elective in Artificial Intelligence.</p>
359359
</div>
360360
</div>
361361
</div>

docs/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ section + section, .section-divider{border-top:1px solid var(--border);}
8282
.fact:last-child{border-right:0;}
8383
.fact__k{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-soft);}
8484
.fact__v{margin-top:6px;font-size:18px;font-weight:600;}
85+
.fact__sub{display:block;margin-top:3px;font-family:var(--mono);font-size:12px;font-weight:400;color:var(--muted);}
8586

8687
/* ---------- ABOUT ---------- */
8788
.about{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;margin-top:52px;}
@@ -136,6 +137,7 @@ section + section, .section-divider{border-top:1px solid var(--border);}
136137
.bar__fill{height:100%;background:var(--blue);border-radius:99px;}
137138
.exam{border:1px solid var(--border);border-radius:12px;background:#fff;padding:22px;}
138139
.exam p{margin-top:0;font-size:15px;line-height:1.65;color:#3f4856;}
140+
.exam p + p{margin-top:14px;}
139141

140142
/* ---------- ASSIGNMENTS ---------- */
141143
.assign{border:1px solid var(--border);border-radius:12px;background:#fff;padding:22px;display:flex;flex-direction:column;}

0 commit comments

Comments
 (0)