Skip to content

Commit 412e46f

Browse files
committed
rename Examples to Tutorials
1 parent 4a4e4cb commit 412e46f

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525

2626
env:
2727
# BASE_URL for MyST build
28-
BASE_URL: /examples
28+
BASE_URL: /tutorials
2929

3030
jobs:
3131
deploy:

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency: preview-${{ github.ref }}
2020

2121
env:
2222
# BASE_URL for MyST build
23-
BASE_URL: /pr-preview/pr-${{ github.event.number }}/examples
23+
BASE_URL: /pr-preview/pr-${{ github.event.number }}/tutorials
2424

2525
jobs:
2626
deploy-preview:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# EarthCODE Examples
1+
# EarthCODE Tutorials
22

3-
The EarthCODE Examples using MyST.
3+
The EarthCODE Tutorials using MyST.
44

55
```
66
npm install

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
# https://next.jupyterbook.org/
3-
title: "EarthCODE Examples"
3+
title: "EarthCODE Tutorials"
44
date: 2025-02-24
55
#authors:
66
# - name: TBD
77
# affiliations:
88
# - TBD
99
---
1010

11-
# Welcome to the EarthCODE Examples Book!
11+
# Welcome to the EarthCODE Tutorials Book!
1212

13-
Here you will find guides and practical examples on how to use the various EarthCODE resources including publication process, data access and exploitation and working with the platforms!
13+
Here you will find guides and practical tutorials on how to use the various EarthCODE resources including publication process, data access and exploitation and working with the platforms!
1414

15-
Looking how to upload data to the ESA Project Results Repository (PRR)? Start with our [PRR Examples](PRR/index.md) to learn how to easily generate STAC Collections direclty from your files and share your datasets.
15+
Looking how to upload data to the ESA Project Results Repository (PRR)? Start with our [PRR Tutorials](PRR/index.md) to learn how to easily generate STAC Collections direclty from your files and share your datasets.
1616

17-
Looking how to contribute to the Open Science Catalog, Start with our [Open Science Catalog Examples](OSC/index.md) to learn how to add / change content in the metadata catalog, by enriching it with your research outcomes.
17+
Looking how to contribute to the Open Science Catalog, Start with our [Open Science Catalog Tutorials](OSC/index.md) to learn how to add / change content in the metadata catalog, by enriching it with your research outcomes.
1818

19-
Looking for how to use the openEO to create workflows and experiments? Check out our [openEO examples](openeo/index.md).
19+
Looking for how to use the openEO to create workflows and experiments? Check out our [openEO Tutorials](openeo/index.md).

myst.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: 1
22
project:
33
id: 7459d850-c3ed-4933-a447-54e8d41b1409
4-
title: "EarthCODE Examples"
5-
subject: "EarthCODE Examples"
4+
title: "EarthCODE Tutorials"
5+
subject: "EarthCODE Tutorials"
66
subtitle: "sub"
77
description: "desc"
88
# keywords: []
99
# authors: []
10-
github: https://github.com/ESA-EarthCODE/documentation/tree/main/examples
10+
github: https://github.com/ESA-EarthCODE/tutorials
1111
license:
1212
code: MIT
1313
content: CC-BY-4.0
@@ -63,16 +63,16 @@ project:
6363
# - /jtex/create-a-beamer-template
6464
# - /jtex/contribute-a-template
6565
site:
66-
title: EarthCODE Examples
66+
title: EarthCODE Tutorials
6767
template: book-theme
6868
options:
6969
favicon: ./public/img/EarthCODE_Favicon_32x32px.png
70-
logo_text: EarthCODE Examples
70+
logo_text: EarthCODE Tutorials
7171
logo: ./public/img/EarthCODE_kv_transparent.png
7272
style: ./public/esa-style.css
7373

7474

7575
# domains:
7676
# - mystmd-guide.curve.space
7777
# options:
78-
# style: public/style.css
78+
# style: public/style.css

openeo/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ From a technical perspective, openEO defines a set of RESTful APIs and [client l
66

77
From a user perspective, openEO lowers the barrier to experimentation and collaboration. Users can start with small exploratory analyses in notebooks, gradually expand workflows into more complex experiments, and finally scale them up on powerful cloud infrastructures, all without changing the underlying logic. This portability fosters reproducibility and ensures that workflows developed once can be reused, adapted, or shared easily across projects.
88

9-
The notebook examples provided in this section illustrate how to use openEO for common scientific tasks: from creating workflow using user defined processes and open source input data, incorporating it into scientific experiment, to publishing experiment with the workflow in EarthCODE. At the end reproducibility of published experiment is also demonstrated.
9+
The notebook tutorials provided in this section illustrate how to use openEO for common scientific tasks: from creating workflow using user defined processes and open source input data, incorporating it into scientific experiment, to publishing experiment with the workflow in EarthCODE. At the end reproducibility of published experiment is also demonstrated.
1010

11-
## openEO Examples
11+
## openEO Tutorials
1212

1313
1. [Creating an openEO workflow](1_workflow.ipynb): This guide demonstrates how to create a basic openEO workflow, executing a simple processing task and publishing it as workflow that can be shared and reused.
1414
2. [Creating an experiment](2_experiment.ipynb): This guide shows how to set up an experiment using the previously created workflow, defining parameters such as area of interest and time range, and executing the workflow to generate output products.
1515
3. [Publishing an experiment to EarthCODE](3_publication.md): This guide explains how to publish the created experiment to the EarthCODE Open Science Catalogue (OSC) using the openEO Publishing tool, making it discoverable and reusable by the scientific community.
16-
4. [Reproducing an experiment](4_reproduce.ipynb): This guide illustrates how to reproduce the published experiment using openEO, verifying the output products against the original experiment to ensure consistency and correctness.
16+
4. [Reproducing an experiment](4_reproduce.ipynb): This guide illustrates how to reproduce the published experiment using openEO, verifying the output products against the original experiment to ensure consistency and correctness.

0 commit comments

Comments
 (0)