โ‡ก

Unknown

# Making sense of preprints by adding context โ€“ The Publish Your Reviews initiative Impact of Social Sciences.pdf

Index/2022/Summer/Making sense of preprints by adding context โ€“ The Publish Your Reviews initiative Impact of Social Sciences.pdf

# Annotations

1
2
3
4
5
let summaryPages = dv.pages('"Notes"')
	.where(p => p.file.name.includes("โˆŽ Making sense of preprints by adding context โ€“ The Publish Your Reviews initiative Impact of Social Sciences"))
	.map(p => [p.file.link, p.annotation_status])

dv.table(["Annotation Summary", "Status"], summaryPages)