@@ -16,11 +16,18 @@ intro:
1616# A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
1717# <small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.24.0">Latest release v4.24.0</a></small>
1818feature_row :
19- - image_path : /assets/images/climatebench.png
20- alt : " Global temperature map"
21- title : " ClimateBench"
22- excerpt : " A benchmark dataset for the emulation of full-complexity climate models."
23- url : " /projects/climatebench_app/"
19+ - image_path : /assets/images/jaxgcm_teaser.png
20+ alt : " JAX-GCM differentiable climate model"
21+ title : " JAX-GCM"
22+ excerpt : " A fully differentiable climate model enabling ML-enhanced climate science and gradient-based optimization."
23+ url : " /projects/jaxgcm/"
24+ btn_class : " btn--primary"
25+ btn_label : " Learn more"
26+ - image_path : /assets/images/gaia_teaser.png
27+ alt : " GAIA Initiative"
28+ title : " GAIA Initiative"
29+ excerpt : " Harnessing AI to understand, forecast, and steward Earth's complex systems through interdisciplinary collaboration."
30+ url : " /projects/gaia/"
2431 btn_class : " btn--primary"
2532 btn_label : " Learn more"
2633 - image_path : /assets/images/shiptracks_small.jpg
@@ -30,6 +37,15 @@ feature_row:
3037 url : " /projects/shiptracks"
3138 btn_class : " btn--primary"
3239 btn_label : " Learn more"
40+
41+ feature_row2 :
42+ - image_path : /assets/images/climatebench.png
43+ alt : " Global temperature map"
44+ title : " ClimateBench"
45+ excerpt : " A benchmark dataset for the emulation of full-complexity climate models."
46+ url : " /projects/climatebench_app/"
47+ btn_class : " btn--primary"
48+ btn_label : " Learn more"
3349 - image_path : /assets/images/emulator_schematic.svg
3450 alt : " Emulator schematic"
3551 title : " Model Emulation for Calibration"
@@ -45,6 +61,8 @@ feature_row:
4561
4662{% include feature_row %}
4763
64+ {% include feature_row id="feature_row2" %}
65+
4866## News
4967
5068{% assign sorted = site.news | sort: 'date' | reverse %}
0 commit comments