Commit 8540062e authored by Joe TS Dell's avatar Joe TS Dell
Browse files

up

parent 71b6e63e
......@@ -13,8 +13,8 @@
"description_de":"VISION ZERO ist eine Anwendung zum sicheren Routing mit einer Visualisierung eines 3D Grids und einer Heatmap. Entwickelt bein Hackathon Event 'Neue Wege für die Mobilität in Augsburg'. (24 Stunden Zeit begrenzt)"
},
"links": {
"youtube": "https://www.youtube.com/watch?v=64Qq31ucGy0",
"demo": "https://m4lab.hft-stuttgart.de/partizipation/"
"youtube": "https://www.youtube.com/watch?v=T5jF20yXcWw",
"demo": "http://193.196.37.89:8083/visionzero/"
},
"refIndex": 2
},
......@@ -32,8 +32,8 @@
"description_de":"Das 3D E-bike Tracking ist eine 3D Webanwendung zu visuellen Analyse und ist designed um verschiedene Parameter von Sensor Systemen zu zeigen. Die Sensoren sind am E-bike Sharing Systemes der Stadt Stuttgart (Deutschland) installiert."
},
"links": {
"youtube": "https://www.youtube.com/watch?v=64Qq31ucGy0",
"demo": "https://m4lab.hft-stuttgart.de/partizipation/"
"youtube": "https://www.youtube.com/watch?v=GzvrmpM9zmw",
"demo": "http://thunyatheps.com/icityebike/"
},
"refIndex": 1
},
......@@ -51,7 +51,7 @@
"description_de":"VISION ZERO ist eine Anwendung zum sicheren Routing mit einer Visualisierung eines 3D Grids und einer Heatmap. Entwickelt bein Hackathon Event 'Neue Wege für die Mobilität in Augsburg'. (24 Stunden Zeit begrenzt)"
},
"links": {
"demo": "https://m4lab.hft-stuttgart.de/partizipation/"
"demo": "https://icity.hft-stuttgart.de/hftsmartplatform/"
},
"refIndex": 3
},
......@@ -72,60 +72,5 @@
"youtube": "https://www.youtube.com/watch?v=64Qq31ucGy0"
},
"refIndex": 4
},
{
"item": {
"title": "Project 5",
"project": "Some Project",
"author": {
"firstName": "David",
"lastName": "Maine"
},
"imageLink":"imgs/thumbnails/StreamLinesCesiumZoom4.PNG",
"keywords":["CityGML","3D GIS","GIS Analyst","Urban Analytics"],
"description_en":"The VISION ZERO is an application for safety routing with the visualization of 3D grid and heatmap. Developed at hackathon event 'Neue Wege für die Mobilität in Augsburg'. (24 hours time limited)",
"description_de":"VISION ZERO ist eine Anwendung zum sicheren Routing mit einer Visualisierung eines 3D Grids und einer Heatmap. Entwickelt bein Hackathon Event 'Neue Wege für die Mobilität in Augsburg'. (24 Stunden Zeit begrenzt)"
},
"links": {
},
"refIndex": 5
},
{
"item": {
"title": "Project 6",
"project": "Some Project",
"author": {
"firstName": "David",
"lastName": "Maine"
},
"imageLink":"imgs/thumbnails/StreamLinesCesiumZoom4.PNG",
"keywords":["CityGML","3D GIS","GIS Analyst","Urban Analytics"],
"description_en":"The VISION ZERO is an application for safety routing with the visualization of 3D grid and heatmap. Developed at hackathon event 'Neue Wege für die Mobilität in Augsburg'. (24 hours time limited)",
"description_de":"VISION ZERO ist eine Anwendung zum sicheren Routing mit einer Visualisierung eines 3D Grids und einer Heatmap. Entwickelt bein Hackathon Event 'Neue Wege für die Mobilität in Augsburg'. (24 Stunden Zeit begrenzt)"
},
"links": {
"youtube": "https://www.youtube.com/watch?v=64Qq31ucGy0",
"demo": "https://m4lab.hft-stuttgart.de/partizipation/"
},
"refIndex": 6
},
{
"item": {
"title": "Project 7",
"project": "Some Project",
"author": {
"firstName": "David",
"lastName": "Maine"
},
"imageLink":"imgs/thumbnails/StreamLinesCesiumZoom4.PNG",
"keywords":["CityGML","3D GIS","GIS Analyst","Urban Analytics"],
"description_en":"The VISION ZERO is an application for safety routing with the visualization of 3D grid and heatmap. Developed at hackathon event 'Neue Wege für die Mobilität in Augsburg'. (24 hours time limited)",
"description_de":"VISION ZERO ist eine Anwendung zum sicheren Routing mit einer Visualisierung eines 3D Grids und einer Heatmap. Entwickelt bein Hackathon Event 'Neue Wege für die Mobilität in Augsburg'. (24 Stunden Zeit begrenzt)"
},
"links": {
"youtube": "https://www.youtube.com/watch?v=64Qq31ucGy0",
"demo": "https://m4lab.hft-stuttgart.de/partizipation/"
},
"refIndex": 7
}
]
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -34,4 +34,8 @@
::selection {
color: black;
background: #B4D5FE;
}
.publication_card {
height: 250px;
}
\ No newline at end of file
......@@ -10,7 +10,7 @@ function addcontent(item){
var YouTubeHTML = ''
if ('youtube' in item.links) { // to be replaced by if (item.YouTubelink) or so...
var YouTubelink = item.links.youtube // to be replaced by item.YouTubelink or so...
YouTubeHTML = `<a class="btn btn-sm btn-outline-danger" href="${YouTubelink}">YouTube</a>`
YouTubeHTML = `<a class="btn btn-sm btn-outline-danger" href="${YouTubelink}" target="_blank">YouTube</a>`
}
var description = ""
if (lang_setting == "1"){
......@@ -23,7 +23,7 @@ function addcontent(item){
var ExploreHTML = ''
if ('demo' in item.links) { // to be replaced by if (item.YouTubelink) or so...
var ExploreLink = item.links.demo // to be replaced by item.ExploreLink or so...
ExploreHTML = `<a class="btn btn-sm btn-outline-secondary" href="${ExploreLink}">Explore</a>`
ExploreHTML = `<a class="btn btn-sm btn-outline-secondary" href="${ExploreLink}" target="_blank">Explore</a>`
}
new_row.innerHTML = new_row.innerHTML + '<div class="col-lg-4">' +
......
......@@ -46,7 +46,7 @@ function addpaper(item) {
new_row.innerHTML = new_row.innerHTML + '<div class="card" style="max-width: 1080px;">' +
'<div class="row">' +
'<div class="row publication_card">' +
'<div class="col-md-3">' +
'<img src="' + item.item.imageLink + '" alt="..." style="width:100%">' +
'</div>' +
......
......@@ -47,4 +47,8 @@ body {
::selection {
color: black;
background: #B4D5FE;
}
.publication_card {
max-height: 220px;
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment