function addcontent(item){ var new_row = document.getElementById("row_main") new_row.innerHTML = new_row.innerHTML + '
' + '
' + '
'+ item.item.title +' ' + item.item.project + '
' + '' + '
' + '

' + item.item.description + '
' + ' Contact Person: ' + item.item.author.firstName + ' ' + item.item.author.lastName + '
' + ' Keywords: ' + item.item.keywords.join(', ') + '

' + '

' + '
' + '
' + '
' // new_row.innerHTML = new_row.innerHTML + '
' + // '
' + // '
' + item.item.title + ' ' + item.item.project + '
' + // '' + // '
' + // '

' + // '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)' + // '
' + // ' Contact Person: ' + item.item.author.firstName + // ' ' + item.item.author.lastName + '
' + // ' Keywords: ' + item.item.keywords.join(' ') + // '

' + // '

' + // '
' + // '
' + // '
' // new_row.innerHTML = new_row.innerHTML + '
' + // '
' + // '
Vision Zero Hackathon
' + // '' + // '
' + // '

' + // '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)' + // '
' + // ' Contact Person: Joe' + // 'T.S.
' + // ' Keywords: CityGML, 3D GIS, GIS Analyst, Urban Analytics' + // '

' + // '

' + // '
' + // '
' + // '
' // new_row.innerHTML = new_row.innerHTML + '
' + // '
' + // '
Vision Zero Hackathon
' + // '' + // '
' + // '

' + // '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)' + // '
' + // ' Contact Person: Joe' + // 'T.S.
' + // ' Keywords: CityGML, 3D GIS, GIS Analyst, Urban Analytics' + // '

' + // '

' + // '
' + // '
' + // '
' // new_row.innerHTML = new_row.innerHTML + '
' + // '
' + // '
Vision Zero Hackathon
' + // '' + // '
' + // '

' + // '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)' + // '
' + // ' Contact Person: Joe' + // 'T.S.
' + // ' Keywords: CityGML, 3D GIS, GIS Analyst, Urban Analytics' + // '

' + // '

' + // '
' + // '
' + // '
' // new_row.innerHTML = new_row.innerHTML + '
' + // '
' + // '
Vision Zero Hackathon
' + // '' + // '
' + // '

' + // '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)' + // '
' + // ' Contact Person: Joe' + // 'T.S.
' + // ' Keywords: CityGML, 3D GIS, GIS Analyst, Urban Analytics' + // '

' + // '

' + // '
' + // '
' + // '
' }