Heatwaves: Assessing the dynamic interactions of the atmosphere and land#

2023#

Automated heatwave detection using historical simulations from CMIP6#

Authors: Jaweria Amjad, Albert Berdjour, Gerald Yiran, Timon Kunze, Rebecca Bediako

Teaching assistants: Wil Laura, Nazimur Rashid Chowdhury

# @markdown
from ipywidgets import widgets
from IPython.display import IFrame

filename = "2023HW_Automated_heatwave_detection_using_historical_stimulations_from_CMIP6"

download_link = f"https://github.com/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"
render_link = f"https://nbviewer.org/github/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"

# @markdown
out = widgets.Output()
with out:
    print(f"If you want to download the slides: {download_link}")
    display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)

The occurrence of heat waves in connection to global warming in the Mediterranean region#

Authors: Alba Monistrol, Farukcan Sağlam, Lana Flanjak, Natalia Gabdrakhmanova

Teaching assistants: Wil Laura, Nazimur Rashid Chowdhury

# @markdown
from ipywidgets import widgets
from IPython.display import IFrame

filename = "2023HW_The_occurrence_of_heatwaves_in_connection_to_global_warming_in_the_Mediterranean_region"

download_link = f"https://github.com/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"
render_link = f"https://nbviewer.org/github/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"

# @markdown
out = widgets.Output()
with out:
    print(f"If you want to download the slides: {download_link}")
    display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)

Heatwaves and land surface albedo / urbanization in China#

Authors: Abolfazl Ghadimi, Manuela Vanegas Ferro, Matteo Alleman, Rebecca Roycroft

Teaching assistants: Raphael Rocha, Nkongho Ayuketang Arreyndip

# @markdown
from ipywidgets import widgets
from IPython.display import IFrame

filename = "2023HW_Heatwaves_and_land_surface_albedo_urbanization_in_China"

download_link = f"https://github.com/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"
render_link = f"https://nbviewer.org/github/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"

# @markdown
out = widgets.Output()
with out:
    print(f"If you want to download the slides: {download_link}")
    display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)

Heatwave scenario in Asia region#

Authors: Ahmad Rashiq, Seyed Mehdi Mirbazel, Arihant Jain, Ruchir Patidar

Teaching assistants: Wil Laura, Abel Shibu

# @markdown
from ipywidgets import widgets
from IPython.display import IFrame

filename = "2023HW_Heatwave_scenario_in_Asia_region"

download_link = f"https://github.com/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"
render_link = f"https://nbviewer.org/github/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"

# @markdown
out = widgets.Output()
with out:
    print(f"If you want to download the slides: {download_link}")
    display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)

Heatwave Characterization in Humid Prone Areas: India#

Authors: Zeus Gracia Tabuenca, Weiling Shao, Saema Miftah, Zoe Harrington

Teaching assistants: Wil Laura, Shashank Roy

# @markdown
from ipywidgets import widgets
from IPython.display import IFrame

filename = "2023HW_Heatwave_characterization_in_humid_prone_areas_India"

download_link = f"https://github.com/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"
render_link = f"https://nbviewer.org/github/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"

# @markdown
out = widgets.Output()
with out:
    print(f"If you want to download the slides: {download_link}")
    display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)

Temporal variations in Heatwave in West Africa during 1950-2014#

Authors: Ara Lee, Saidat Rasaq-Balogun, Idrees Muhammad, Kelvin Fiati

Teaching assistants: Raphael Rocha, Mujeeb Akanbi Abdulfatai

# @markdown
from ipywidgets import widgets
from IPython.display import IFrame

filename = "2023HW_Temporal_variations_in_heatwave_in_West_Africa_during_1950_2014"

download_link = f"https://github.com/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"
render_link = f"https://nbviewer.org/github/ClimateMatchAcademy/course-content/blob/main/projects/past-projects/{filename}.pdf"

# @markdown
out = widgets.Output()
with out:
    print(f"If you want to download the slides: {download_link}")
    display(IFrame(src=f"{render_link}", width=730, height=410))
display(out)