Skip to content

Commit d5f06e2

Browse files
committed
Fix images in blog post
1 parent b986acd commit d5f06e2

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

portal/posts/new-cookbooks.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ Here you can find brief descriptions and links to the new (and significantly upd
1818

1919
### [EOFs Cookbook](https://projectpythia.org/eofs-cookbook/)
2020

21-
<img src="https://projectpythia.org/eofs-cookbook/_images/nh-slp-eofs.png" alt="EOF cookbook thumbnail">
21+
```{image} https://raw.githubusercontent.com/ProjectPythia/eofs-cookbook/main/notebooks/images/nh-slp-eofs.png
22+
:alt: EOF cookbook thumbnail
23+
:width: 600
24+
```
2225

2326
**Authors:** [Robert Ford](https://github.com/r-ford)
2427

@@ -33,7 +36,9 @@ This Cookbook covers Empirical Orthogonal Function (EOF) analysis and its applic
3336

3437
### [Ocean Biogeochemistry Cookbook](https://projectpythia.org/ocean-bgc-cookbook/)
3538

36-
<img class="modal-img" src="https://raw.githubusercontent.com/ProjectPythia/ocean-bgc-cookbook/main/coccolithophore_kristen_krumhardt.png"/>
39+
```{image} https://raw.githubusercontent.com/ProjectPythia/ocean-bgc-cookbook/main/coccolithophore_kristen_krumhardt.png
40+
:alt: Ocean Biogeochemistry Cookbook thumbnail
41+
```
3742

3843
**Authors:** [Lev Romashkov](https://github.com/rmshkv) and [Kristen Krumhardt](https://github.com/kristenkrumhardt)
3944

@@ -48,7 +53,10 @@ This Cookbook covers working with various sources of ocean biogeochemistry data,
4853

4954
### [Investigating interhemispheric precipitation changes over the past millennium](https://projectpythia.org/paleoPCA-cookbook/)
5055

51-
<img class="modal-img" src="https://github.com/LinkedEarth/Logos/blob/master/LinkedEarth/LinkedEarth_medium.png?raw=true" alt="LinkedEarth Logo" width="500">
56+
```{image} https://raw.githubusercontent.com/LinkedEarth/Logos/master/LinkedEarth/LinkedEarth_medium.png
57+
:alt: LinkedEarth Logo
58+
:width: 500
59+
```
5260

5361
**Authors:** [Deborah Khider](https://github.com/khider), [Hari Sundar](https://github.com/sriharisundar), and [Varun Ratnakar](https://github.com/varunratnakar)
5462

@@ -67,7 +75,10 @@ Recently, [Steinman et al. (2022)](https://doi.org/10.1073/pnas.2120015119) used
6775

6876
### [ESGF Cookbook](https://projectpythia.org/esgf-cookbook/)
6977

70-
<img class="modal-img" src="https://projectpythia.org/esgf-cookbook/_images/esgf2-us.png" alt="thumbnail" width="300"/>
78+
```{image} https://raw.githubusercontent.com/ProjectPythia/esgf-cookbook/refs/heads/main/notebooks/images/logos/esgf2-us.png?raw=true
79+
:alt: ESGF2 thumbnail
80+
:width: 300
81+
```
7182

7283
**Authors:** [Max Grover](@mgrover1), [Nathan Collier](@nocollier), [Carsten Ehbrecht](@cehbrecht), [Jacqueline Nugent](@jacnugent), and [Gerardo Rivera Tello](@griverat)
7384

@@ -84,7 +95,10 @@ This cookbook focuses on highlighting analysis recipes, as well as data acccess
8495

8596
### [Radar Cookbook](https://projectpythia.org/radar-cookbook/)
8697

87-
<img class="modal-img" src="https://projectpythia.org/radar-cookbook/_images/thumbnail.png" alt="radar thumbnail" width="300"/>
98+
```{image} https://raw.githubusercontent.com/projectpythia/radar-cookbook/main/notebooks/images/logos/arm_logo.png
99+
:alt: ARM logo
100+
:width: 300
101+
```
88102

89103
**Authors:** [Max Grover](https://github.com/mgrover1), [Zachary Sherman](https://github.com/zssherman), [Milind Sharma](https://github.com/gewitterblitz), [Alfonso Ladino](https://github.com/aladinor), [Crystal Camron](https://github.com/crystalclearwx), and [Takashi Unuma](https://github.com/TakashiUNUMA)
90104

@@ -103,8 +117,10 @@ The Example Workflows section contains a growing collection of real-world case s
103117

104118
### [ARCO ERA-5 Interactive Visualization Cookbook](https://projectpythia.org/ERA5_interactive-cookbook/)
105119

106-
<img class="modal-img" src="https://projectpythia.org/ERA5_interactive-cookbook/_images/thumbnail.png
107-
" alt="ERA5 thumbnail" width="300"/>
120+
```{image} https://raw.githubusercontent.com/ProjectPythia/ERA5_interactive-cookbook/main/thumbnail.png
121+
:alt: ERA5 thumbnail
122+
:width: 300
123+
```
108124

109125
**Authors:** [Kevin Tyle](https://github.com/ktyle), [Michael Barletta](https://github.com/Michael-Barletta), [Negin Sobhani](https://github.com/negin513), [Nicholas Cote](https://github.com/ncote) , [Harsha Hampapura](https://github.com/hrhampapura) , and [Philip Chmielowiec](https://github.com/philip2c)
110126

@@ -130,8 +146,10 @@ This Cookbook demonstrates how to do the following:
130146

131147
### [Wavelet Cookbook](https://projectpythia.org/wavelet-cookbook/)
132148

133-
<img class="modal-img" src="https://projectpythia.org/wavelet-cookbook/_images/thumbnail.png
134-
" alt="Wavelet thumbnail" width="300"/>
149+
```{image} https://raw.githubusercontent.com/ProjectPythia/wavelet-cookbook/main/thumbnail.png
150+
:alt: Wavelet thumbnail
151+
:width: 300
152+
```
135153

136154
**Authors:** [Cora Schneck](https://github.com/cyschneck)
137155

0 commit comments

Comments
 (0)