Tag: Journal-Article_Conference-Paper
-
%%
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("∎ Do Nudges Work? Debate over the effectiveness of ‘nudge’ provides a salutary lesson on the influence of social science")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)