Skip to content

Commit 8732751

Browse files
committed
Updating project links
1 parent c8121c7 commit 8732751

6 files changed

Lines changed: 30 additions & 46 deletions

File tree

_pages/home.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ feature_row:
2020
alt: "Global temperature map"
2121
title: "ClimateBench"
2222
excerpt: "A benchmark dataset for the emulation of full-complexity climate models."
23-
url: "/docs/configuration/"
23+
url: "/projects/climatebench_app/"
2424
btn_class: "btn--primary"
2525
btn_label: "Learn more"
2626
- image_path: /assets/images/shiptracks_small.jpg
2727
alt: "Shiptracks"
2828
title: "Detecting ship tracks"
2929
excerpt: "Using machine learning to automatically detect the brightening effect that shipping can have on clouds."
30-
url: "/docs/layouts/"
30+
url: "/projects/shiptracks"
3131
btn_class: "btn--primary"
3232
btn_label: "Learn more"
3333
- image_path: /assets/images/emulator_schematic.svg
3434
alt: "Emulator schematic"
3535
title: "Model Emulation for Calibration"
3636
excerpt: "Developing climate model emulators for better parameter estimation and calibration."
37-
url: "/docs/license/"
37+
url: "/projects/emulation/"
3838
btn_class: "btn--primary"
3939
btn_label: "Learn more"
4040
---

projects/_posts/0000-01-01-climatebench_app.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,23 @@ header:
55
teaser: "assets/images/climatebench.png"
66
# featured_figure:
77
# image: "https://www.science.org/cms/10.1126/sciadv.aay4740/asset/5f0263bd-fc33-4dc6-87df-46a19f3ab895/assets/graphic/aay4740-f2.jpeg"
8-
learn_more: "https://doi.org/10.1126/sciadv.aay4740"
9-
code: "http://github.com/maikejulie/plottingAEPs"
10-
data: "http://github.com/maikejulie/plottingAEPs"
11-
people:
12-
- name: "Duncan Watson-Parris"
13-
cal: true
14-
- name: "Stephanie Dutkiewicz"
15-
- name: "Christopher Hill"
16-
- name: "Gael Forget"
8+
learn_more: https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021MS002954
9+
code: http://github.com/duncanwp/climatebench
10+
data: https://doi.org/10.5281/zenodo.5196512
11+
1712
tags:
1813
- emulation
1914
- climatebench
2015
- model
2116
---
2217

2318
Easily explore future warming under different emissions scenarios using an online ClimateBench emulator as developed in
24-
[Watson-Parris et al. 2022](https://doi.org/10.1029/2021MS002954). See the [emulation](emulation) project page for more
19+
[Watson-Parris et al. 2022](https://doi.org/10.1029/2021MS002954). See the [emulation](/projects/emulation) project page for more
2520
details on the scientific and societal uses of such emulators.
2621

2722
<div id="climatebench">
2823

29-
<iframe src="https://duncanwp-climatebench-app-streamlit-app-gr3ej2.streamlit.app?embedded=true" height="600">
24+
<iframe src="https://duncanwp-climatebench-app-streamlit-app-6rqkhf.streamlit.app?embedded=true" width="600" height="400">
3025
<p>Your browser does not support iframes.</p>
3126
</iframe>
3227

@@ -35,8 +30,5 @@ details on the scientific and societal uses of such emulators.
3530
*Note*, these emulator has been simplified and compressed for easy browsing. Only global total emissions of aerosol
3631
are considered and it has not been rigourously tested or benchmarked. **Please don't rely on it for any realistic
3732
estimate of future warming!**
38-
39-
## Data
40-
- The climatebench database used to train this emulator be found on [Zenodo](https://doi.org/10.5281/zenodo.5196512)
4133

4234

projects/_posts/0000-01-01-emulation.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
title: Climate model emulation
3+
header:
4+
teaser: "assets/images/emulator_schematic.svg"
5+
code: https://github.com/duncanwp/ESEm
6+
data: https://doi.org/10.5281/zenodo.3856644
37
tags:
48
- emulation
59
- model
@@ -40,7 +44,7 @@ com/pangeo-data/WeatherBench). It consists of NorESM2
4044
simulation outputs with associated forcing data processed in to a consistent format from a variety of experiments
4145
performed for CMIP6. Benchmark models and evaluation criteria are described in the full [publication](https://doi.org/10.1029/2021MS002954).
4246

43-
*New!* You can now interact with an online ClimateBench emulator [here](climatebench_app)!
47+
*New!* You can now interact with an online ClimateBench emulator [here](/projects/climatebench_app)!
4448

4549
## Relevant papers
4650
- **Watson-Parris, D.**, Rao, Y., Olivié, D., Seland, Ø., ... "ClimateBench v1.0: A benchmark for data-driven climate projections".
@@ -68,11 +72,3 @@ performed for CMIP6. Benchmark models and evaluation criteria are described in t
6872
Jarvis, M. , Korenaga, J., Viezzer, E. & Vinko S. M. "Accelerating
6973
simulations in science with deep neural architecture search".
7074
*Accepted at Machine Learning: Science and Technology:* <https://arxiv.org/abs/2001.08055>
71-
72-
## Code
73-
- [ESEm](https://github.com/duncanwp/ESEm)
74-
- [ClimateBench](https://github.com/duncanwp/ClimateBench)
75-
76-
## Data
77-
- ClimateBench: <https://doi.org/10.5281/zenodo.5196512>
78-
- Example Perturbed Parameter Ensemble (Black Carbon): <https://doi.org/10.5281/zenodo.3856644>

projects/_posts/0000-01-01-pocs.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
title: Pockets of Open Cells
3+
header:
4+
teaser: "assets/images/example_poc.png"
5+
code: https://github.com/climate-processes/poc-detection
6+
data: https://doi.org/10.5281/zenodo.4451345
37
tags:
48
- shallow-clouds
59
- image-segmentation
@@ -25,20 +29,12 @@ Ongoing work tracking the POC lifecycle in geostationary satellite imagery is in
2529

2630

2731
## Relevant papers
28-
- **Watson-Parris, D**., Sutherland, S. A., Christensen, M. W. &
32+
- **Watson-Parris, D**., Sutherland, S. A., Christensen, M. W. &
2933
Stier, P. "A large-scale analysis of pockets of open cells and their
30-
radiative impact". *Submitted Geophysical Research Letters:*
31-
<https://doi.org/10.1002/essoar.10501877.1>
34+
radiative impact". *Geophysical Research Letters, 48:* <https://doi.org/10.1029/2020GL092213>
3235
- **Watson-Parris, D.**, Sutherland, S., Christensen, M., Caterini,
3336
A., Sejdinovic, D., Stier, P. "Detecting anthropogenic cloud
3437
perturbations with deep learning" *Climate Change: How Can AI Help?
3538
workshop at ICML 2019, Long Beach, California:*
3639
<https://arxiv.org/abs/1911.13061>
3740

38-
## Code
39-
- <https://github.com/climate-processes/poc-detection>
40-
41-
## Data
42-
- The hand-labelled tracks and images used for training can be found here: <https://imiracli-data.s3.us-east-2.
43-
amazonaws.com/public/POC+training.zip>
44-
- The resulting database of 8,491 POCs can be found here: <https://doi.org/10.5281/zenodo.4451345>
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: Ship-track viewer
3+
header:
4+
teaser: "assets/images/shiptracks_small.jpg"
5+
data: https://doi.org/10.5281/zenodo.7038702
6+
code: https://github.com/duncanwp/shiptrack-detection
7+
learn_more: https://www.pnas.org/doi/10.1073/pnas.2206885119
38
tags:
49
- shallow-clouds
510
- image-segmentation
@@ -8,7 +13,7 @@ tags:
813

914
Easily browse all the ship-tracks detected in [Watson-Parris et al. 2022](https://www.pnas.org/doi/10.1073/pnas.2206885119) using our machine learning
1015
algorithm. Each track as an associated MODIS timestamp so you can easily match with the underlying data. See the
11-
[ship-track detection](shiptracks) page for more details on their importance and effects.
16+
[ship-track detection](/projects/shiptracks) page for more details on their importance and effects.
1217

1318
<div id="map">
1419
<div id="info-box">
@@ -19,8 +24,5 @@ algorithm. Each track as an associated MODIS timestamp so you can easily match w
1924

2025
*Note*, these tracks have been simplified and compressed for easy browsing. They are also not always very obvious in RGB imagery shown above, but the detection algorithm uses a microphysical composite as described in the paper. If you need the exact tracks used in our analysis please see the links below.
2126

22-
## Data
23-
- The shiptrack database can be found on [Zenodo](https://doi.org/10.5281/zenodo.7038702)
24-
- The raw inference masks are much bigger but also freely available [here](https://catalogue.ceda.ac.uk/uuid/0d88dc06fd514e8199cdd653f00a7be0)
2527

2628

projects/_posts/0000-01-01-shiptracks.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
title: Detecting Ship-tracks
3+
header:
4+
teaser: "assets/images/shiptracks_small.jpg"
5+
code: https://github.com/duncanwp/shiptrack-detection
6+
data: https://catalogue.ceda.ac.uk/uuid/0d88dc06fd514e8199cdd653f00a7be0
37
tags:
48
- shallow-clouds
59
- image-segmentation
@@ -57,9 +61,3 @@ clouds in response to aerosols much larger than was recently assessed by the IPC
5761
perturbations with deep learning" *Climate Change: How Can AI Help?
5862
workshop at ICML 2019, Long Beach, California:*
5963
<https://arxiv.org/abs/1911.13061>
60-
61-
## Code
62-
- [Shiptrack detection](https://github.com/duncanwp/shiptrack-detection)
63-
64-
## Data
65-
- https://catalogue.ceda.ac.uk/uuid/0d88dc06fd514e8199cdd653f00a7be0

0 commit comments

Comments
 (0)