All Indices
-
# Joining the great conversation โ The fundamental role of annotation in academic society Impact of Social Sciences.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("โ Joining the great conversation โ The fundamental role of annotation in academic society Impact of Social Sciences")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)
-
# Grounding Techniques Self Soothing for Emotional Regulation Eddins Counseling Group โ Houston, TX.pdf
# Annotations
1 2 3 4 5
let summaryPages = dv.pages('"Notes"') .where(p => p.file.name.includes("โ Grounding Techniques Self Soothing for Emotional Regulation Eddins Counseling Group โ Houston, TX")) .map(p => [p.file.link, p.annotation_status]) dv.table(["Annotation Summary", "Status"], summaryPages)