Skip to content

Commit b0eebc2

Browse files
committed
Adding news and fixing js
1 parent 1d01d19 commit b0eebc2

5 files changed

Lines changed: 14 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ _site
44
Gemfile.lock
55

66
**/.DS_Store
7+
assets/.DS_Store

_includes/head/custom.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<!-- start custom head snippets -->
22

3+
<!-- # toggle from computationalcameras.com -->
4+
<script> function hideBlock(id) { document.getElementById(id).style.display = 'none'; } function showBlock(id) { document.getElementById(id).style.display = 'block'; } </script>
5+
36
<!-- end custom head snippets -->

_news/2025-01-10.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
date: "2025-01-10"
3+
---
4+
PI Watson-Parris was awarded an [NSF CAREER](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2441832&HistoricalAwards=false) award exploring "The Large-scale Buffering of Shallow Cloud Perturbations". We're excited to start this new project, which will focus on understanding the role of shallow clouds in the climate system and their response to anthropogenic perturbations 🎉

_news/2025-04-27.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
date: "2025-04-27"
3+
---
4+
Our new paper "Integrating Top‐Down Energetic Constraints With Bottom‐Up Process‐Based Constraints for More Accurate Projections of Future Warming" has been published in [*Geophysical Research Letters*](http://dx.doi.org/10.1029/2024GL114269).

_pages/media.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ author_profile: true
77

88
## Articles and Interviews
99

10+
- "Dramatic cuts in China’s air pollution drove surge in global warming" in [The New Scientist](https://www.newscientist.com/article/2474067-dramatic-cuts-in-chinas-air-pollution-drove-surge-in-global-warming/) (2025)
11+
1012
- "We’ve been accidentally cooling the planet — and it’s about to stop" in [The Washington Post](https://www.washingtonpost.com/climate-environment/2024/06/25/climate-aerosols-shipping-global-cooling/) (2024)
1113

1214
- "Generative AI in Science” in [ACM](https://cacm.acm.org/news/scientific-applications-of-generative-ai/) (2024)

0 commit comments

Comments
 (0)