Public
Edited
Sep 11, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
totalPublicationsCount = publicationsSearchResultDelayed.total()
Insert cell
{
let res = []

yield md`Fetched ${res.length} of ${totalPublicationsCount} publications based on year, publication type and organisation.

Fetching... ⌛`
for await (const pub of publicationsSearchResultDelayed) {
res.push(pub)
if (res.length % 100 === 0) {
yield md`Fetched ${res.length} of ${totalPublicationsCount} publications based on year, publication type and organisation.

Fetching... ⌛`
}
}

mutable rawPublications = res
yield md`Fetched ${res.length} of ${totalPublicationsCount} publications based on year, publication type and organisation.

All done. ✔️`
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more