Tag: Opinion_Thought-Piece
-
%%
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("โ A few strategies to stay on top of the literature (more like catching up with the literature โ Raul Pacheco-Vega PhD")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)
-
# The Dissertation Two Pager A strategy to sustain a big picture view of a doctoral thesis โ Raul Pacheco-Vega PhD.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("โ The Dissertation Two Pager A strategy to sustain a big picture view of a doctoral thesis โ Raul Pacheco-Vega PhD")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)