Skip to content

Commit 5b52a2f

Browse files
brian-rosejukent
authored andcommitted
Fix images in blog post (ProjectPythia#528)
1 parent d786cbd commit 5b52a2f

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed

portal/posts/new-cookbooks.md

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ 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+
:align: left
25+
```
2226

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

@@ -33,7 +37,11 @@ This Cookbook covers Empirical Orthogonal Function (EOF) analysis and its applic
3337

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

36-
<img class="modal-img" src="https://raw.githubusercontent.com/ProjectPythia/ocean-bgc-cookbook/main/coccolithophore_kristen_krumhardt.png"/>
40+
```{image} https://raw.githubusercontent.com/ProjectPythia/ocean-bgc-cookbook/main/coccolithophore_kristen_krumhardt.png
41+
:alt: Ocean Biogeochemistry Cookbook thumbnail
42+
:width: 300
43+
:align: left
44+
```
3745

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

@@ -48,7 +56,11 @@ This Cookbook covers working with various sources of ocean biogeochemistry data,
4856

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

51-
<img class="modal-img" src="https://github.com/LinkedEarth/Logos/blob/master/LinkedEarth/LinkedEarth_medium.png?raw=true" alt="LinkedEarth Logo" width="500">
59+
```{image} https://raw.githubusercontent.com/LinkedEarth/Logos/master/LinkedEarth/LinkedEarth_medium.png
60+
:alt: LinkedEarth Logo
61+
:width: 400
62+
:align: left
63+
```
5264

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

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

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

70-
<img class="modal-img" src="https://projectpythia.org/esgf-cookbook/_images/esgf2-us.png" alt="thumbnail" width="300"/>
82+
```{image} https://raw.githubusercontent.com/ProjectPythia/esgf-cookbook/refs/heads/main/notebooks/images/logos/esgf2-us.png?raw=true
83+
:alt: ESGF2 thumbnail
84+
:width: 250
85+
:align: left
86+
```
7187

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

@@ -84,7 +100,11 @@ This cookbook focuses on highlighting analysis recipes, as well as data acccess
84100

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

87-
<img class="modal-img" src="https://projectpythia.org/radar-cookbook/_images/thumbnail.png" alt="radar thumbnail" width="300"/>
103+
```{image} https://raw.githubusercontent.com/projectpythia/radar-cookbook/main/notebooks/images/logos/arm_logo.png
104+
:alt: ARM logo
105+
:width: 300
106+
:align: left
107+
```
88108

89109
**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)
90110

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

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

106-
<img class="modal-img" src="https://projectpythia.org/ERA5_interactive-cookbook/_images/thumbnail.png
107-
" alt="ERA5 thumbnail" width="300"/>
126+
```{image} https://raw.githubusercontent.com/ProjectPythia/ERA5_interactive-cookbook/main/thumbnail.png
127+
:alt: ERA5 thumbnail
128+
:width: 300
129+
```
108130

109131
**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)
110132

@@ -130,8 +152,11 @@ This Cookbook demonstrates how to do the following:
130152

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

133-
<img class="modal-img" src="https://projectpythia.org/wavelet-cookbook/_images/thumbnail.png
134-
" alt="Wavelet thumbnail" width="300"/>
155+
```{image} https://raw.githubusercontent.com/ProjectPythia/wavelet-cookbook/main/thumbnail.png
156+
:alt: Wavelet thumbnail
157+
:width: 300
158+
:align: left
159+
```
135160

136161
**Authors:** [Cora Schneck](https://github.com/cyschneck)
137162

0 commit comments

Comments
 (0)