-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3768be5
commit 284c063
Showing
4 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<script> | ||
import BaseComponent from '../components/BaseComponent.svelte'; | ||
import sponsors from '$lib/images/sponsors.png'; | ||
</script> | ||
|
||
<BaseComponent headline={'Workshops'} subHeadline={''} id={'about'}> | ||
<div class="text-center text-white"> | ||
<h2 class="text-2xl font-bold text-primary">Sat. 10:00-11:00</h2> | ||
<h2 class="text-3xl font-bold">AOI – Optimierung durch Automatisierung (Zollner)</h2> | ||
<p class="mt-4 text-lg"> | ||
Erhalte Einblicke in das Machine-Learning-Modell von Zollner, welches entwickelt wurde, um die | ||
Pseudofehlerquote und den daraus resultierenden Aufwand bei der manuellen Sichtprüfung zu | ||
reduzieren. | ||
</p> | ||
|
||
<h2 class="text-2xl font-bold text-primary mt-12">Sat. 14:00-15:00</h2> | ||
<h2 class="text-3xl font-bold"> | ||
Urbane Datenplattform (UDP) + Standards: Schlüssel zur Smart City Regensburg (r-Next)) | ||
</h2> | ||
<p class="mt-4 text-lg"> | ||
In diesem Workshop tauchen wir tiefer in die Welt der Urbanen Datenplattformen (UDP) ein und | ||
beleuchten die zentrale Rolle von Standards für eine erfolgreiche Umsetzung. Dies erfolgt im | ||
Rahmen unserer Challenge ""R_UNLIMITED: Building a City for All"" und anhand bereits | ||
existierender Beispiele, wie dem Abruf von Karten per Web-Service (WMS) aus der städtischen | ||
Geodaten-Infrastruktur." | ||
</p> | ||
|
||
<h2 class="text-2xl font-bold text-primary mt-12">Sat. 14:00-15:00</h2> | ||
<h2 class="text-3xl font-bold">Löt-Workshop (Continental)</h2> | ||
<p class="mt-4 text-lg">Soldering rocks! Learn how to solder.</p> | ||
</div> | ||
</BaseComponent> |