Skip to content

Commit

Permalink
update slides
Browse files Browse the repository at this point in the history
  • Loading branch information
gisma committed May 8, 2024
1 parent 932937c commit b9a9584
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -2838,7 +2838,7 @@
"href": "slides/w-02-slides.html#beliebige-kombination-von-operatoren",
"title": "RRelationen und Abfragen",
"section": "Beliebige Kombination von Operatoren",
"text": "Beliebige Kombination von Operatoren\n\n\n\n\n\n\n\n\n\nGITTA 2005",
"text": "Beliebige Kombination von Operatoren\n\n\n\n\n\n\n\n\n\n\n\nGITTA 2005\n\n\n\n\n\nWeitere Beipiele",
"crumbs": [
"Folien",
"Relationen und Abfragen"
Expand Down
2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</url>
<url>
<loc>https://gisma-courses.github.io/gc-geoinfo/slides/w-02-slides.html</loc>
<lastmod>2024-05-08T07:35:24.829Z</lastmod>
<lastmod>2024-05-08T07:42:55.153Z</lastmod>
</url>
<url>
<loc>https://gisma-courses.github.io/gc-geoinfo/unit03/unit03-00.html</loc>
Expand Down
15 changes: 9 additions & 6 deletions docs/slides/w-02-slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,21 +449,24 @@ <h2>Logische Operatoren</h2>
</section>
<section id="beliebige-kombination-von-operatoren" class="slide level2">
<h2>Beliebige Kombination von Operatoren</h2>
<div class="quarto-layout-panel" data-layout-ncol="2">
<div class="quarto-layout-panel" data-layout-nrow="2">
<div class="quarto-layout-row quarto-layout-valign-bottom">
<div class="quarto-layout-cell" style="flex-basis: 50.0%;justify-content: center;">
<p><a href="https://farm3.staticflickr.com/2922/14161471688_12d9ff0432_o.png" class="lightbox" data-gallery="quarto-lightbox-gallery-3"><img data-src="https://farm3.staticflickr.com/2922/14161471688_12d9ff0432_o.png"></a></p>
<div class="quarto-layout-cell" style="flex-basis: 100.0%;justify-content: center;">
<p><a href="../assets/images/unit03/0304_input.jpg" class="lightbox" data-gallery="quarto-lightbox-gallery-3"><img data-src="../assets/images/unit03/0304_input.jpg"></a></p>
</div>
<div class="quarto-layout-cell" style="flex-basis: 50.0%;justify-content: flex-start;">
</div>
<div class="quarto-layout-row quarto-layout-valign-bottom">
<div class="quarto-layout-cell" style="flex-basis: 100.0%;justify-content: flex-start;">
<div class="quarto-figure quarto-figure-center">
<figure>
<p><a href="https://farm3.staticflickr.com/2913/14348127685_0ed1e5b815_o.png" class="lightbox" data-glightbox="description: .lightbox-desc-4" data-gallery="quarto-lightbox-gallery-4" title="GITTA 2005"><img data-src="https://farm3.staticflickr.com/2913/14348127685_0ed1e5b815_o.png" alt="GITTA 2005"></a></p>
<p><a href="../assets/images/unit03/0305_vop.jpg" class="lightbox" data-glightbox="description: .lightbox-desc-4" data-gallery="quarto-lightbox-gallery-4" title="GITTA 2005"><img data-src="../assets/images/unit03/0305_vop.jpg" style="width:82.0%" alt="GITTA 2005"></a></p>
<figcaption>GITTA 2005</figcaption>
</figure>
</div>
</div>
</div>
</div>
<p><a href="../unit03/unit03-02.html">Weitere Beipiele</a></p>
</section>
<section id="geometrische-abfragen" class="slide level2">
<h2>Geometrische Abfragen</h2>
Expand Down Expand Up @@ -927,7 +930,7 @@ <h2>Zusammenfassung</h2>
}
});
</script>
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","descPosition":"bottom","loop":false,"openEffect":"zoom","selector":".lightbox"});
<script>var lightboxQuarto = GLightbox({"loop":false,"closeEffect":"zoom","selector":".lightbox","descPosition":"bottom","openEffect":"zoom"});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down
10 changes: 7 additions & 3 deletions slides/w-02-slides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,17 @@ Die arithmetischen Operatoren werden für numerische Attribute verwendet. Gängi

## Beliebige Kombination von Operatoren

::: {layout-ncol="2" layout-valign="bottom"}
![](https://farm3.staticflickr.com/2922/14161471688_12d9ff0432_o.png)
::: {layout-nrow="2" layout-valign="bottom"}

![](../assets/images/unit03/0304_input.jpg)

![GITTA 2005](../assets/images/unit03/0305_vop.jpg){width="82%"}

![GITTA 2005](https://farm3.staticflickr.com/2913/14348127685_0ed1e5b815_o.png)
:::


[Weitere Beipiele](../unit03/unit03-02.qmd)

## Geometrische Abfragen


Expand Down

0 comments on commit b9a9584

Please sign in to comment.