Commit 24155185 authored by Joe TS Dell's avatar Joe TS Dell
Browse files

up

parent 2a3033e1
Pipeline #3797 passed with stage
in 21 seconds
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
"project": "Hackathon", "project": "Hackathon",
"author": { "author": {
"firstName": "Joe", "firstName": "Joe",
"lastName": "T. Santhanavanich" "lastName": "T. Santhanavanich",
"hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
}, },
"project_year_start": "2019", "project_year_start": "2019",
"project_year_end": "2019", "project_year_end": "2019",
...@@ -27,7 +28,8 @@ ...@@ -27,7 +28,8 @@
"project": "ICity Project", "project": "ICity Project",
"author": { "author": {
"firstName": "Joe", "firstName": "Joe",
"lastName": "T. Santhanavanich" "lastName": "T. Santhanavanich",
"hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
}, },
"project_year_start": "2018", "project_year_start": "2018",
"project_year_end": "2021", "project_year_end": "2021",
...@@ -49,7 +51,8 @@ ...@@ -49,7 +51,8 @@
"project": "iCity Project", "project": "iCity Project",
"author": { "author": {
"firstName": "Joe", "firstName": "Joe",
"lastName": "T. Santhanavanich" "lastName": "T. Santhanavanich",
"hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
}, },
"project_year_start": "2020", "project_year_start": "2020",
"project_year_end": "2022", "project_year_end": "2022",
...@@ -70,7 +73,8 @@ ...@@ -70,7 +73,8 @@
"project": "iCity Project", "project": "iCity Project",
"author": { "author": {
"firstName": "Sven", "firstName": "Sven",
"lastName": "Schneider" "lastName": "Schneider",
"hftURL": "https://www.hft-stuttgart.de/p/Sven-Schneider"
}, },
"project_year_start": "2018", "project_year_start": "2018",
"project_year_end": "2021", "project_year_end": "2021",
...@@ -91,7 +95,8 @@ ...@@ -91,7 +95,8 @@
"project": "Master Thesis", "project": "Master Thesis",
"author": { "author": {
"firstName": "Justin ", "firstName": "Justin ",
"lastName": "Jing Hui" "lastName": "Jing Hui",
"hftURL": "#"
}, },
"project_year_start": "2020", "project_year_start": "2020",
"project_year_end": "2021", "project_year_end": "2021",
...@@ -112,7 +117,8 @@ ...@@ -112,7 +117,8 @@
"project": "M4_Lab", "project": "M4_Lab",
"author": { "author": {
"firstName": "Patrick", "firstName": "Patrick",
"lastName": "Würstle" "lastName": "Würstle",
"hftURL": "https://www.hft-stuttgart.de/p/patrick-wuerstle"
}, },
"project_year_start": "2018", "project_year_start": "2018",
"project_year_end": "2024", "project_year_end": "2024",
...@@ -133,7 +139,8 @@ ...@@ -133,7 +139,8 @@
"project": "SmartVillages", "project": "SmartVillages",
"author": { "author": {
"firstName": "Patrick", "firstName": "Patrick",
"lastName": "Würstle" "lastName": "Würstle",
"hftURL": "https://www.hft-stuttgart.de/p/patrick-wuerstle"
}, },
"project_year_start": "2018", "project_year_start": "2018",
"project_year_end": "2020", "project_year_end": "2020",
......
...@@ -41,7 +41,7 @@ function addcontent(item){ ...@@ -41,7 +41,7 @@ function addcontent(item){
description + description +
'<br>' + '<br>' +
'<b><i class="fas fa-user"></i>' + lang_cont_person + '</b>: <a ' + '<b><i class="fas fa-user"></i>' + lang_cont_person + '</b>: <a ' +
' href="https://www.hft-stuttgart.de/p/'+ replaceUmlauts(item.item.author.firstName) +'-' + replaceUmlauts(item.item.author.lastName) + ' "> ' + item.item.author.firstName + ' href="'+ item.item.author.hftURL +'" target ="_blank"> ' + item.item.author.firstName +
' ' + item.item.author.lastName + '</a> <br>' + ' ' + item.item.author.lastName + '</a> <br>' +
'<b><i class="fas fa-star"></i>' + lang_keywords + '</b>: ' + item.item.keywords.join(', ') + '</br>' + '<b><i class="fas fa-star"></i>' + lang_keywords + '</b>: ' + item.item.keywords.join(', ') + '</br>' +
ExploreHTML + '&nbsp;' + ExploreHTML + '&nbsp;' +
......
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