Published
Edited
May 8, 2021
Importers
Insert cell
Insert cell
viewof selected_session = Select(session_nums, {value: url_session, format: x => `${new Date(sessions[x].start).getFullYear()} - ${new Date(sessions[x].end).getFullYear()} (n° ${x})`, label: "Selecteer een legislatuur"})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
API_BASE = "https://parlement.thundr.be"
Insert cell
Insert cell
Insert cell
Insert cell
session_nums = [55, 54, 53, 52]
Insert cell
member_uri_raw = `${API_BASE}/sessions/${selected_session}/members/${selected_member_raw}.json`
Insert cell
Insert cell
Insert cell
// Member (general data)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// Questions
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// Legislation
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
legislation_member_details = {
let result = []
for (const document of legislation){
document.authors.forEach(author => result.push({author: members_by_uri[author], document: document}))
}
return result;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// Commit Graph
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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