Commit caf77e81 authored by Myriam Guedey's avatar Myriam Guedey
Browse files

Update language.js

parent 9e3a4510
Pipeline #8651 passed with stage
in 12 seconds
...@@ -51,16 +51,16 @@ function language(lang){ ...@@ -51,16 +51,16 @@ function language(lang){
var rgc_button_previous = document.getElementById("previousbutton") var rgc_button_previous = document.getElementById("previousbutton")
if (lang == "1"){ if (lang == "1"){
rgc_about.innerHTML = "About" rgc_about.innerHTML = "About"
rgc_group.innerHTML = "Details about our group to be inserted here... " rgc_group.innerHTML = "Details about our group to be inserted here ... "
rgc_contact.innerHTML = "Contact" rgc_contact.innerHTML = "Contact"
// rgc_introduction.innerHTML =" (or Vote for new group name) <br>A research group introduction here ...." // rgc_introduction.innerHTML =" (or Vote for new group name) <br>A research group introduction here ...."
// rgc_introduction2.innerHTML = "The research projects at HFT Stuttgart (University of Applied Sciences Stuttgart)." // rgc_introduction2.innerHTML = "The research projects at HFT Stuttgart (University of Applied Sciences Stuttgart)."
rgc_application.innerHTML = "<i class='fas fa-laptop-code'></i> Research Results Explorer" rgc_application.innerHTML = "<i class='fas fa-laptop-code'></i> Research Results Explorer"
rgc_applicationdesc.innerHTML = "Explore the diversity of our projects which is our contribution to smarter cities. The following gallery provides an overview about the results and demos to current and former research projects within theFGDI group. Use the search function to look for demos with specific keywords (e.g. “wind”, “citygml”, “sensors”, etc.)." rgc_applicationdesc.innerHTML = "The results of current and previous research projects of the Digitization and Information Management Research Group can be explored in the following overview. Project results are presented in the form of publications, software repositories, YouTube videos, or direct access to interactive demos, among others. The search function allows to search by keywords or authors (e.g. "iot", "building", "energy", etc.)."
rgc_publication.innerHTML = "<i class='fas fa-book'></i> Our Publication" rgc_publication.innerHTML = "<i class='fas fa-book'></i> Our Publication"
rgc_publicationdesc.innerHTML = "View the latest publications regarding our projects and other research activities at UGL. A link to the Publisher, the BiBTeX-Download or directly to the PDF of the article is just a click away." rgc_publicationdesc.innerHTML = "View the latest publications regarding our projects and other research activities. A link to the Publisher, the BiBTeX-Download or directly to the PDF of the article is just a click away."
rgc_ourteam.innerHTML = "<i class='fas fa-user-friends'></i> Team" rgc_ourteam.innerHTML = "<i class='fas fa-user-friends'></i> Team"
rgc_teamdesc.innerHTML = "Get to know the international and multi-disciplined UGL team members. Feel free to contact us if you have questions to projects or want to collaborate on exciting topics, projects, or publications." rgc_teamdesc.innerHTML = "Get to know the international and multi-disciplined team members. Feel free to contact us if you have questions to projects or want to collaborate on exciting topics, projects, or publications."
rgc_backtotop.innerHTML = "Back to top" rgc_backtotop.innerHTML = "Back to top"
rgc_button_next.innerHTML = "Next" rgc_button_next.innerHTML = "Next"
rgc_button_previous.innerHTML = "Previous" rgc_button_previous.innerHTML = "Previous"
...@@ -77,7 +77,7 @@ function language(lang){ ...@@ -77,7 +77,7 @@ function language(lang){
// rgc_introduction.innerHTML =" (oder Stimme für einen Gruppennamen) <br>Eine Vorstellung der Forschungsgruppe folgt hier ...." // rgc_introduction.innerHTML =" (oder Stimme für einen Gruppennamen) <br>Eine Vorstellung der Forschungsgruppe folgt hier ...."
// rgc_introduction2.innerHTML = "Die Forschungsprojekte an der HFT Stuttgart (Hochschule für Technik Stuttgart)." // rgc_introduction2.innerHTML = "Die Forschungsprojekte an der HFT Stuttgart (Hochschule für Technik Stuttgart)."
rgc_application.innerHTML = "<i class='fas fa-laptop-code'></i> Forschungsergebnis-Galerie" rgc_application.innerHTML = "<i class='fas fa-laptop-code'></i> Forschungsergebnis-Galerie"
rgc_applicationdesc.innerHTML = "Die FGDI Forschungsgruppe leistet eine Beitrag zu intelligente Städte; eine Suchfunction ermöglicht dabei gesieltes auffinden von informationen zu Schlüsselthemen oder Autoren)." rgc_applicationdesc.innerHTML = "Die Ergebnisse aktueller und früherer Forschungsprojekte der Forschungsgruppe Digitalisierung und Informationsmanagement können in der folgenden Übersicht erkundet werden. Die Projektergebnisse werden u.a. in Form von Veröffentlichungen, Software-Repositorys, YouTube-Videos oder über den direkten Zugang zu interaktiven Demos präsentiert. Die Suchfunktion erlaubt es, nach Schlüsselwörtern oder Autoren zu suchen (z.B. “iot”, “building”, “energy”, etc.)."
rgc_publication.innerHTML = "<i class='fas fa-book'></i> Unsere Veröffentlichungen" rgc_publication.innerHTML = "<i class='fas fa-book'></i> Unsere Veröffentlichungen"
// rgc_publicationdesc.innerHTML = "Unsere Veröffentlichungen ..." // rgc_publicationdesc.innerHTML = "Unsere Veröffentlichungen ..."
rgc_ourteam.innerHTML = "<i class='fas fa-user-friends'></i> Unser Team" rgc_ourteam.innerHTML = "<i class='fas fa-user-friends'></i> Unser Team"
......
Supports Markdown
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