Tag: Stories
-
%%
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("∎ Recap Part I Engaging the Public Best Practices for Crowdsourcing across the Disciplines Workshop (CrowdCon) MITH")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)
-
On Artists, Artisans, Art, & AI - Clark - 2023
On Artists, Artisans, Art, & AI - Clark - 2023.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("∎ On Artists, Artisans, Art, & AI - Clark - 2023")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)