Skip to content

Commit

Permalink
Introduce youtube plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian committed Dec 9, 2023
1 parent afe3ea5 commit 9cc7250
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 44 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-youtube

defaults:
- scope:
Expand Down
13 changes: 13 additions & 0 deletions _includes/youtube.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="ratio ratio-16x9 mt-4 mb-4">
<iframe src="https://www.youtube-nocookie.com/embed/{{ youtube_id }}?rel=0"
allowfullscreen>
</iframe>
</div>
</div>
<div class="col-md-2">
</div>
</div>
52 changes: 8 additions & 44 deletions de/anwendertreffen/onlineminiworkshops.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

title: "Online Mini-Workshops"
title: "Online Mini-Workshops ab 2020"
### always on top
year: 9999

Expand All @@ -17,12 +17,7 @@ year: 9999
|**Wo:** |Online |
|===========|====================|

<div class="ratio ratio-16x9 mt-4 mb-4">
<iframe src="https://www.youtube-nocookie.com/embed/jGtCJGYhARE?rel=0"
allowfullscreen
title="Online Mini Workshop: Multilingual Layer Labelling">
</iframe>
</div>
{% youtube "https://www.youtube-nocookie.com/watch?v=jGtCJGYhARE" %}

## Mai 2023: QGIS and ESRI - can they ever be compatible?
{: .mt-4 :}
Expand All @@ -47,12 +42,7 @@ konvertiert werden können.
Dieser Workshop wird besonders interessant für alle, die in Ihrer Arbeit sowohl
QGIS wie auch ESRI Produkte einsetzen wollen oder müssen.

<div class="ratio ratio-16x9 mt-4 mb-4">
<iframe src="https://www.youtube-nocookie.com/embed/XMROhYOtZWo?rel=0"
allowfullscreen
title="Online Mini Workshop: QGIS and ESRI - can they ever be compatible?">
</iframe>
</div>
{% youtube "https://www.youtube.com/watch?v=XMROhYOtZWo" %}

## März 2023: QGIS and PostGIS: Tips and Tricks
{: .mt-4 :}
Expand All @@ -63,12 +53,7 @@ QGIS wie auch ESRI Produkte einsetzen wollen oder müssen.
|**Wo:** |Online |
|===========|====================|

<div class="ratio ratio-16x9 mt-4 mb-4">
<iframe src="https://www.youtube-nocookie.com/embed/vbrvPNrjyHo?rel=0"
allowfullscreen
title="Online Mini Workshop: QGIS and PostGIS: Tips and Tricks">
</iframe>
</div>
{% youtube "https://www.youtube-nocookie.com/watch?v=vbrvPNrjyHo" %}

## Februar 2023: Relations in QGIS and Relation Editor
{: .mt-4 :}
Expand All @@ -79,12 +64,7 @@ QGIS wie auch ESRI Produkte einsetzen wollen oder müssen.
|**Wo:** |Online |
|===========|====================|

<div class="ratio ratio-16x9 mt-4 mb-4">
<iframe src="https://www.youtube-nocookie.com/embed/n5j6RlsSstU?rel=0"
allowfullscreen
title="Online Mini Workshop: Relations in QGIS and Relation Editor">
</iframe>
</div>
{% youtube "https://www.youtube-nocookie.com/watch?v=5j6RlsSstU" %}

## November 2022: Visualisierung und Animationen von GPS Tracks und georeferenzierten Fotos
{: .mt-4 :}
Expand All @@ -95,13 +75,7 @@ QGIS wie auch ESRI Produkte einsetzen wollen oder müssen.
|**Wo:** |Online |
|===========|====================|

<div class="ratio ratio-16x9 mt-4 mb-4">
<iframe src="https://www.youtube-nocookie.com/embed/kFnkN8vGhLU?rel=0"
allowfullscreen
title="Visualisierung und Animationen von GPS Tracks und georeferenzierten Fotos">
</iframe>
</div>

{% youtube "https://www.youtube-nocookie.com/watch?v=kFnkN8vGhLU" %}

## Mai 2022: Konstruktionswerkzeuge
{: .mt-4 :}
Expand All @@ -121,12 +95,7 @@ Es wird auch eine Vorschau auf Verbesserungen in der Version 3.26 bezüglich der
Werkzeuge zur Erstellung von regelmässigen Formen (Rechtecke, Kreise, Vielecke,
Bögen, etc; aka "shape tools") geben.

<div class="ratio ratio-16x9 mt-4 mb-4">
<iframe src="https://www.youtube-nocookie.com/embed/qxq88q0e5ZI?rel=0"
allowfullscreen
title="Visualisierung und Animationen von GPS Tracks und georeferenzierten Fotos">
</iframe>
</div>
{% youtube "https://www.youtube-nocookie.com/watch?v=qxq88q0e5ZI" %}

## November 2021: LiDAR-Daten visualisieren
{: .mt-4 :}
Expand Down Expand Up @@ -161,9 +130,4 @@ Darstellung von Punktwolken Daten ermöglichen sollen (Profilwerkzeug, bessere
Filterwerkzeuge, verbesserte 2D-Darstellung mit Eye-Dome-Lighting-Effekt,
bessere Formatunterstützung inklusive COPC (cloud optimized point cloud)).

<div class="ratio ratio-16x9 mt-4 mb-4">
<iframe src="https://www.youtube-nocookie.com/embed/c65a2ZUZkmA?rel=0"
allowfullscreen
title="Visualisierung und Animationen von GPS Tracks und georeferenzierten Fotos">
</iframe>
</div>
{% youtube "https://www.youtube-nocookie.com/watch?v=c65a2ZUZkmA" %}

0 comments on commit 9cc7250

Please sign in to comment.