Skip to content

Commit

Permalink
Merge pull request #93 from pangeo-data/emb-slides
Browse files Browse the repository at this point in the history
Embedding Google slides
  • Loading branch information
acocac authored Nov 4, 2023
2 parents da112ac + b947dc5 commit d945bbe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
12 changes: 10 additions & 2 deletions tutorial/part1/overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Overview of the Pangeo ecosystem

- You can find a short introduction to Pangeo in the slides below (also available in [Zenodo](https://doi.org/10.5281/zenodo.10070519)).

<style>
.responsive-wrap iframe{ max-width: 100%;}
</style>
<div class="responsive-wrap">
<!-- this is the embed code provided by Google -->
<iframe src="https://docs.google.com/presentation/d/1-GRd3OivgD723XYUe_4DRzW1hSpYAJ6H33ytlzVezrI/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<!-- Google embed ends -->
</div>

- You can find a short introduction to Pangeo [here](https://doi.org/10.5281/zenodo.10070519)
- Please follow the explanation at [https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/before/EOSC.html](https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/before/EOSC.html) and register yourself to Pangeo-EOSC cluster, and connect to Pangeo-EOSC cluster.

- Once you are connected, please open a terminal, and type:


```
git clone https://github.com/pangeo-data/pangeo-openeo-BiDS-2023.git
```
Expand Down
9 changes: 8 additions & 1 deletion tutorial/part3/data_discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@

## An overview of STAC and the different available sources

The presentation is available here: https://docs.google.com/presentation/d/1bUTlmvrDMm1affvr8tq5gePqBigCTY9YVN3mtcscpJk/edit?usp=sharing
<style>
.responsive-wrap iframe{ max-width: 100%;}
</style>
<div class="responsive-wrap">
<!-- this is the embed code provided by Google -->
<iframe src="https://docs.google.com/presentation/d/1bUTlmvrDMm1affvr8tq5gePqBigCTY9YVN3mtcscpJk/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<!-- Google embed ends -->
</div>

0 comments on commit d945bbe

Please sign in to comment.