Published
Edited
Nov 26, 2018
Insert cell
Insert cell
Insert cell
Insert cell
actors = ({
barabasilab: {name: "Barabasi Lab", url: "https://www.barabasilab.com/", location: "Boston", required_groups: "graph_visualisation", actor_type: "research"}

})
Insert cell
actor_types = ({
research: {name: "Research", description: "Academic research laboratory usually publically fundded."}

})
Insert cell
solutions = ({
insoft: {url: "https://www.infsoft.com/technology/hardware/infsoft-locator-nodes", required_group: "indoor_geolocalisation", tested: false},
torch: {url: "https://www.torch.app/", required_group: "augmented_reality", tested: false}
})
Insert cell
groups = ({
"indoor_geolocalisation" : {
name: "Indoor geolocalisation",
description: "Being able to locate yourself in a complex space within a building."
},
"graph_visualisation" : {
name: "Graph visualisation",
description: "Being able to visualise and thus better understand complex graphs."
},
"immersive_technologies" : {
name: "Immersive technologies",
description: "Being able to experience content while being part of it, either solely or mixed with a larger realistic context."
},
"virtual_reality" : {
name: "Virtual reality",
description: "Being able to experience content while being solely part of it with no visual connection to a larger realistic context.",
parent_group: "immersive_technologies"
},
"augmented_reality" : {
name: "Augmented reality",
description: "Being able to experience content while being part a larger realistic context.",
parent_group: "immersive_technologies"
}
})
Insert cell
projects = ([
{
name: "Welcoming package",
description: "Being able to efficiently welcome a new deputy or his assistant. Letting the newcomer efficiently find the way in the building and accross buildings.",
required_groups: ["indoor_geolocalisation", "augmented_reality"],
deadline: 2018
},
{
name: "Legislative Sky",
description: "Being able to efficiently learn how the European Parliament legislative process works.",
required_groups: "graph_visualization",
deadline: 2019
}

])
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more