Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/research/tic-dynamics-poster.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions scripts/projects.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ test("projects have a dedicated page and navigation tab", () => {
);
assert.match(projectsPage, /href="\/research\/nabupd-poster\.pdf"/);
assert.match(projectsPage, /href="\/research\/locopd-poster\.pdf"/);
assert.match(projectsPage, /href="\/research\/tic-dynamics-poster\.pdf"/);
assert.ok(
fs.existsSync("public/research/tic-dynamics-poster.pdf"),
"Missing Tourette Tics poster PDF",
);
});

test("project profiles are not displayed on the homepage", () => {
Expand Down
3 changes: 3 additions & 0 deletions src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ import BaseLayout from "../layouts/BaseLayout.astro";
(LFP), action potentials (AP), and individual sorted units to infer the circuit
dynamics underlying tic events.
</p>
<a href="/research/tic-dynamics-poster.pdf">
Read the full Tourette Tics poster (PDF)
</a>
</article>
</div>
</article>
Expand Down