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"
}
})