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

Update language.js

parent 58c6af6c
Pipeline #8673 passed with stage
in 12 seconds
......@@ -51,14 +51,15 @@ function language(lang){
var rgc_button_previous = document.getElementById("previousbutton")
if (lang == "1"){
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_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_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 modern, sustainable, and smarter cities. The following gallery provides an overview about the results and demos to current and former research projects within the UGL group. Watch YouTube videos with explanations to our innovative results and ideas or get direct access to our interactive demos and prototypes to explore them freely. Use the search function to look for demos with specific keywords (e.g. “wind”, “citygml”, “sensors”, etc.)."
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_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”, “sensors”, etc.)."
rgc_publication.innerHTML = "<i class='fas fa-book'></i> Our Publications"
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_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_backtotop.innerHTML = "Back to top"
......@@ -79,9 +80,9 @@ function language(lang){
rgc_application.innerHTML = "<i class='fas fa-laptop-code'></i> Forschungsergebnis-Galerie"
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_publicationdesc.innerHTML = "Unsere Veröffentlichungen ..."
rgc_publicationdesc.innerHTML = "Hier finden Sie relevante Veröffentlichungen zu unseren Projekten und anderen Forschungsaktivitäten mit Links zu Verlag, BiBTeX-Download oder dem PDF des Artikels."
rgc_ourteam.innerHTML = "<i class='fas fa-user-friends'></i> Unser Team"
rgc_teamdesc.innerHTML = "Team Beschreibung ...."
rgc_teamdesc.innerHTML = "Lernen Sie das multidisziplinäre Team unserer Forschungsgruppe kennen. Kontaktieren Sie uns, wenn Sie Fragen zu Projekten haben oder an spannenden Themen, Projekten oder Publikationen mitarbeiten möchten."
rgc_backtotop.innerHTML = "Zurück an den Anfang"
rgc_button_next.innerHTML = "Weiter"
rgc_button_previous.innerHTML = "Zurück"
......
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