Tag: Instructions_Advice_Guidelines
-
# The Recurse Center User’s Manual - Recurse Center.pdf
Index/2022/Winter/The Recurse Center User’s Manual - Recurse Center.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("∎ The Recurse Center User’s Manual - Recurse Center")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)
-
# We live in an age of projects – Research impact should reflect this.pdf
Index/2022/Winter/We live in an age of projects – Research impact should reflect this.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("∎ We live in an age of projects – Research impact should reflect this")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)