Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
UGL
website
Commits
04cbdd22
Commit
04cbdd22
authored
3 years ago
by
Joe TS Dell
Browse files
Options
Download
Email Patches
Plain Diff
up
parent
29778430
master
revert-205bb8ef
rosanny-202111
No related merge requests found
Pipeline
#3810
failed with stage
in 47 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
public/content/team.json
+20
-5
public/content/team.json
public/index.html
+1
-1
public/index.html
public/js/add_content.js
+1
-1
public/js/add_content.js
public/js/search.js
+2
-1
public/js/search.js
with
24 additions
and
8 deletions
+24
-8
public/content/team.json
+
20
-
5
View file @
04cbdd22
...
...
@@ -30,7 +30,10 @@
"jobTitle_en"
:
"Researcher"
,
"imgUrl"
:
"https://www.region-stuttgart.de/fileadmin/user_upload/region-stuttgart/menschen/Dastageeri.jpg"
,
"profile_link"
:
"https://www.hft-stuttgart.de/p/habiburrahman-dastageeri"
,
"researchTopics"
:
"Geo-informatics | AR/VR"
"researchTopics"
:
"Geo-informatics | AR/VR"
,
"optional"
:
{
"LinkedInURL"
:
"https://www.linkedin.com/in/dastageeri/"
}
},
{
"firstName"
:
"Patrick"
,
...
...
@@ -38,7 +41,10 @@
"jobTitle_en"
:
"Researcher"
,
"imgUrl"
:
"/imgs/avatar/PatrickSquare.jpg"
,
"profile_link"
:
"https://www.hft-stuttgart.de/p/patrick-wuerstle"
,
"researchTopics"
:
"Smart Cities | OGC Standards | Participation Platform | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data"
"researchTopics"
:
"Smart Cities | OGC Standards | Participation Platform | 3D City Models | 3D Web Visualization | 3D Simulation | Big Data"
,
"optional"
:
{
"LinkedInURL"
:
"https://www.linkedin.com/in/patrick-w%C3%BCrstle-939027170/"
}
},
{
"firstName"
:
"Rosanny"
,
...
...
@@ -46,7 +52,10 @@
"jobTitle_en"
:
"Researcher"
,
"imgUrl"
:
"https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/3/a/csm_IMG_6311_resized_371f276be7.jpg"
,
"profile_link"
:
"https://www.hft-stuttgart.de/p/rosanny-sihombing"
,
"researchTopics"
:
"Smart Cities | 3D City Models | 3D Web Visualization | AR/VR"
"researchTopics"
:
"Smart Cities | 3D City Models | 3D Web Visualization | AR/VR"
,
"optional"
:
{
"LinkedInURL"
:
"https://www.linkedin.com/in/rsihombing/"
}
},
{
"firstName"
:
"Sven"
,
...
...
@@ -54,7 +63,10 @@
"jobTitle_en"
:
"Researcher"
,
"imgUrl"
:
"https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/9/d/csm_sven_head_shot_ieee_d1acb7cb1f.png"
,
"profile_link"
:
"https://www.hft-stuttgart.de/p/Sven-Schneider"
,
"researchTopics"
:
"Remote Sensing | Spectroscopy | Geology| Geo-informatics | Machine learning"
"researchTopics"
:
"Remote Sensing | Spectroscopy | Geology| Geo-informatics | Machine learning"
,
"optional"
:
{
"LinkedInURL"
:
"https://www.linkedin.com/in/sven-schneider-2236bb71/"
}
},
{
"firstName"
:
"Sabo "
,
...
...
@@ -62,6 +74,9 @@
"jobTitle_en"
:
"Researcher"
,
"imgUrl"
:
"https://profile-images.xing.com/images/5ef0d642ca45841ddfb1d998e35ebc80-2/sabo-kwada-sini.256x256.jpg"
,
"profile_link"
:
"https://www.hft-stuttgart.de/p/sabo-kwada-sini"
,
"researchTopics"
:
"Geo-informatics | 3D City Model | Smart Cities"
"researchTopics"
:
"Geo-informatics | 3D City Model | Smart Cities"
,
"optional"
:
{
"LinkedInURL"
:
"https://www.linkedin.com/in/sabo-kwada-sini-345143107/"
}
}
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/index.html
+
1
-
1
View file @
04cbdd22
...
...
@@ -425,7 +425,7 @@
<p
class=
"float-right"
>
<a
id=
"rgc_backtotop"
href=
"#"
>
Back to top
</a>
</p>
<p>
©
HFT Stuttgart, 2020
-2021
.
</p>
<p>
©
HFT Stuttgart, 2020
-
<span
id=
"current-year"
></span>
.
</p>
<a
href=
"https://www.hft-stuttgart.de/impressum"
target=
"_blank"
>
Impressum
</a>
<a
href=
"https://www.hft-stuttgart.de/datenschutz"
target=
"_blank"
>
Datenschutz
</a>
</div>
...
...
This diff is collapsed.
Click to expand it.
public/js/add_content.js
+
1
-
1
View file @
04cbdd22
...
...
@@ -97,7 +97,7 @@ function addTeam(item) {
}
}
var
html_team
=
`
<div class="col-lg-3 col-md-6 mb-lg-
0
mb-5">
<div class="col-lg-3 col-md-6 mb-lg-
5
mb-5">
<div class="avatar mx-auto">
<img src="
${
item
.
imgUrl
}
" class="rounded-circle z-depth-1" width="150px">
</div>
...
...
This diff is collapsed.
Click to expand it.
public/js/search.js
+
2
-
1
View file @
04cbdd22
...
...
@@ -91,7 +91,8 @@ $(document).ready(function () {
});
changeLang
();
});
var
currentYear
=
new
Date
().
getFullYear
();
document
.
getElementById
(
'
current-year
'
).
innerHTML
=
currentYear
;
// get paper content is commented out for back up
// $.getJSON("./content/paper2.json", function (result) {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets