Skip to content

Commit 5e039a6

Browse files
committed
added imperial slides, features photo, and made links work on the training page
1 parent 7419fb0 commit 5e039a6

7 files changed

Lines changed: 33 additions & 42 deletions

File tree

assets/media/imperial.jpg

-6.41 KB
Binary file not shown.

assets/media/imperial.png

249 KB
Loading
30.3 MB
Loading

content/latest-news/26-03-12-Spring-2026-workshops/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ For any events where public registration is available, we will post the details
1919

2020
---
2121

22-
# 1. Imperial College London
22+
## 1. Imperial College London
2323

24-
🗓 Thursday 19th March
24+
🗓 **When:** Thursday 19th March
2525

26-
📍 Imperial College London (London, UK)
26+
📍 **Where:** Imperial College London (London, UK)
2727

28-
![imperial](assets/media/imperial.jpg)
28+
![imperial](assets/media/imperial.png)
2929

3030
---
3131

32-
# 2. Wavelength Conference 2026
32+
## 2. Wavelength Conference 2026
3333

3434
🗓 **When:** Thursday 9th April
3535

@@ -41,7 +41,7 @@ For any events where public registration is available, we will post the details
4141

4242
---
4343

44-
# 3. ARIA
44+
## 3. ARIA
4545

4646
🗓 **When:** Wednesday 15th April
4747

@@ -53,7 +53,7 @@ For any events where public registration is available, we will post the details
5353

5454
---
5555

56-
# 4. Pangeos
56+
## 4. Pangeos
5757

5858
🗓 **When:** Wednesday 23rd April
5959

@@ -65,7 +65,7 @@ For any events where public registration is available, we will post the details
6565

6666
---
6767

68-
# 5. Met4EO
68+
## 5. Met4EO
6969

7070
🗓 **When:** 20th-22nd May
7171

@@ -77,7 +77,7 @@ For any events where public registration is available, we will post the details
7777

7878
---
7979

80-
### 🗸 In these tutorial, we will:
80+
🗸 **In these tutorial, we will:**
8181

8282
- Introduce the key concepts behind metrological uncertainty propagation
8383
- Walk through the core components of the toolkit:
@@ -86,9 +86,9 @@ For any events where public registration is available, we will post the details
8686
- Work through a sensor calibration example using Google Colab-based Jupyter notebooks
8787

8888

89-
We’ll also provide support to get you started using CoMet with your own example use-case if time permits so feel free to bring a Python example from your work involving measurement uncertainty.
89+
We’ll also provide support to get you started using CoMet with your own example use-case if time permits - so feel free to bring a Python example from your work involving measurement uncertainty.
9090

9191
Whether you're working in satellite Cal/Val, EO data processing, or any other measurement-driven field, this session will help you implement rigorous, traceable uncertainty handling in your processing chains.
9292

93-
### 🗸 No installation is required beforehand – all examples will run in Google Colab!
93+
🗸 **No installation is required beforehand – all examples will run in Google Colab!**
9494

3.21 MB
Binary file not shown.
Binary file not shown.

content/user-guide/training/imperial/index.md

Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ date: 2026-03-19
44
type: landing
55

66
design:
7-
# Default section spacing
87
spacing: "6rem"
98

109
sections:
@@ -15,48 +14,40 @@ sections:
1514
- title: 🙌 Hands-on training session
1615
text: >
1716
Welcome to the CoMet tutorial held at Imperial College London!
18-
17+
1918
On this page you'll find links to the training materials.
20-
21-
This session covers key concepts around uncertainties, with guided exercises using the CoMet toolkit.
2219
23-
💡 You will:
24-
- Gain a conceptual overview of uncertainties in Earth Observation data processing.
25-
- Learn how to use the CoMet tools in practical workflows.
26-
- Apply methods through interactive notebooks hosted on Google Colab.
20+
This session covers key concepts around uncertainties, with guided exercises using the CoMet toolkit.
21+
22+
<br><br>
2723
2824
feature_icon: check
29-
# features:
30-
# - "**Uncertainties 101**: A short introduction to key metrological concepts and why they matter."
31-
# - "[**Exercise 1**](https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/LPS_training_exercise1.ipynb)"
32-
# - "[**Exercise 2**](https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/LPS_training_exercise2.ipynb)"
33-
# - "[**Exercise 3**](https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/LPS_training_exercise3.ipynb)"
25+
3426
features:
3527
- "📃 **Uncertainties 101**: A short introduction to key concepts and why they matter.
36-
&nbsp;&nbsp;• Why uncertainty matters?
37-
&nbsp;&nbsp;• What is the CoMet Toolkit?
28+
&nbsp;&nbsp;• Why uncertainty matters
29+
&nbsp;&nbsp;• What is the CoMet Toolkit
3830
&nbsp;&nbsp;• How CoMet helps with uncertainty handling"
3931

4032
- "[🔗 **Exercise 1**: Introduction to Punpy Capabilities](https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/LPS_training_exercise1.ipynb)
41-
&nbsp;&nbsp;• Get familiar with the punpy tool
42-
&nbsp;&nbsp;• Propagate uncertainties on manually provided input data through a simple measurement functions using punpy
43-
&nbsp;&nbsp;• Explore the various ways uncertainties with different error correlations can be propagated"
33+
&nbsp;&nbsp;• Get familiar with the punpy tool
34+
&nbsp;&nbsp;• Propagate uncertainties on manually provided input data
35+
&nbsp;&nbsp;• Explore different error‑correlation propagation options"
4436

45-
- "[🔗 **Exercise 2**: Multi-Dimension Datasets](https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/LPS_training_exercise2.ipynb)
46-
&nbsp;&nbsp;• Store error-correlation information for multi-dimensional measurement datasets using obsarray
47-
&nbsp;&nbsp;• Practice on a multi-dimensional Earth Observation dataset example
48-
&nbsp;&nbsp;• Propagate uncertainties from these datasets through measurement functions using punpy"
37+
- "[🔗 **Exercise 2**: MultiDimension Datasets](https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/LPS_training_exercise2.ipynb)
38+
&nbsp;&nbsp;• Store errorcorrelation information with obsarray
39+
&nbsp;&nbsp;• Work with a multidimensional EO dataset
40+
&nbsp;&nbsp;• Propagate uncertainties using punpy"
4941

50-
- "[🔗 **Exercise 3**: HYPERNETS Use Case](https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/LPS_training_exercise3.ipynb)
51-
&nbsp;&nbsp;• Get familiar with a sample EO data (HYPERNETS)
52-
&nbsp;&nbsp;• Use the previous exercises to add uncertainties to the HYPERNETS data processing chain
53-
&nbsp;&nbsp;• Generate and interpret uncertainty-aware outputs"
54-
55-
# Upload image to `assets/media/` and reference the filename here
56-
image: imperial.jpg
57-
caption: 'Image credit: Imperial'
42+
- "[🔗 **Exercise 3**: HYPERNETS Use Case](https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/LPS_training_exercise3.ipynb)
43+
&nbsp;&nbsp;• Explore a sample HYPERNETS dataset
44+
&nbsp;&nbsp;• Add uncertainties into the processing chain
45+
&nbsp;&nbsp;• Generate and interpret uncertainty‑aware outputs"
46+
47+
image: imperial.png
48+
caption: "Image credit: Imperial"
5849
button:
5950
text: Download Slides
60-
url: LPS_introduction_CoMet_toolkit.pdf
51+
url: Imperial_CoMet_toolkit.pdf
6152
icon: hero/download
6253
---

0 commit comments

Comments
 (0)