{% set text = { start: 'Start', short_description: 'Online and remote experiments from the technical and scientific field for you on the web', description_headline: 'What is GOLDi LABS?', description: 'Grid of Online Laboratories Ilmenau (GOLDi) makes it possible to conduct experiments that can normally only be performed in a laboratory. The platform offers a variety of experiments provided by different universities and colleges. The experiments can be controlled via the Internet, results are displayed in real time and can be analyzed.', teaser:[ { headline: 'For Students', description: 'GOLDi Labs allows students to use and compare different technologies to control real systems.', image: '/img/Student.svg' }, { headline: 'For Teachers', description: 'GOLDi Labs enables demonstration of the design process during lecture and more flexible design of new lab offerings.', image: '/img/Teacher.svg' }, { headline: 'For Interested', description: 'GOLDi Labs also offers everyone interested in technology and science the opportunity to conduct their own experiments.', image: '/img/Laptop.svg' } ], functional_headline: 'How does GOLDi LABS work?', functional_description: 'Physical systems and control devices are connected via the Internet and can be coupled arbitrarily to compose experiments. This flexible architecture allows easy expansion of the available physical systems and control units, without having to make hardware changes to the overall architecture.', action_headline: 'Now it is your turn.', action_description: 'Register now and start your first experiment', action_start: 'Let\'s go' } %} {% if language=='de' %} {% set text = { start: 'Starten', short_description: 'Online- und Remoteexperimente aus dem technischen und naturwissenschaftlichen Bereich für Dich im Netz', description_headline: 'Was ist GOLDi LABS?', description: 'Grid of Online Laboratories Ilmenau (GOLDi) ermöglicht es, Experimente durchzuführen, die normalerweise nur in einem Labor durchgeführt werden können. Die Plattform bietet eine Vielzahl von Experimenten, die von verschiedenen Universitäten und Hochschulen bereitgestellt werden. Die Experimente können über das Internet gesteuert werden, Ergebnisse werden in Echtzeit angezeigt und können analysiert werden. ', teaser:[ { headline: 'Für Studierende', description: 'GOLDi Labs ermöglicht es, Studierenden verschiedene Technologien zur Steuerung realer Systeme zu nutzen und gegenüber zu stellen. ', image: '/img/Student.svg' }, { headline: 'Für Lehrende', description: 'GOLDi Labs ermöglicht die Demonstrations des Entwurfsprozesses während der Vorlesung und die flexiblere Gestaltung von neuen Laborangeboten.', image: '/img/Teacher.svg' }, { headline: 'Für Interessierte', description: 'Auch für Alle, die sich für Technik und Naturwissenschaften interessieren, bietet GOLDi Labs die Möglichkeit, selbst Experimente durchzuführen.', image: '/img/Laptop.svg' } ], functional_headline: 'Wie funktioniert GOLDi LABS?', functional_description: 'Physikalische Systeme und Steuergeräte sind über das Internet verbunden und können beliebig zu Experimenten zusammengestellt werden. Diese flexible Architektur ermöglicht eine einfache Erweiterung der verfügbaren physikalischen Systeme und Steuereinheiten, ohne dass Hardwareänderungen an der Gesamtarchitektur vorgenommen werden müssen.', action_headline: 'Jetzt bist du dran!', action_description: 'Registriere dich jetzt und starte dein erstes Experiment', action_start: 'Los gehts' } %} {% endif %} {% extends "layout.html" %} {% block main %}
GOLDi LABS
Real labs at your home
{{ text.short_description }}
Logo
{{ text.description_headline }}
{{ text.description }}
{% for item in text.teaser %}
{{ item.headline }}
{{ item.description }}
{% endfor %}
{{ text.functional_headline }}
{{ text.functional_description }}
{{ text.action_headline }}
{{ text.action_description }}
{% endblock %}