Changes in land cover: Albedo and carbon sequestration#

2023#

Albedo and deforestation in protected areas in Myanmar#

Authors: Leviah Zand, Sandupal Dutta, Tanerao Singh, Farida Neina Seidu, Noam Karo

Teaching assistants: Aleksei Rozanov, Ligin Joseph

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

filename = "2023ALB_Albedo_and_deforestation_in_protected_areas_in_Myanmar"

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

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)

Changes in land cover: Albedo and carbon sequestration#

Authors: Seyed Farhad Saberali, Sattiki Ganguly, Lobat Kosari Moghaddam, Sandeep Gawdiya

Teaching assistants: Surajit Deb Barma, Sumudu Senanayake

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

filename = "2023ALB_Changes_in_land_cover_Albedo_and_carbon_sequestration"

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

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)

Changes in land cover: Albedo and temperature in Mato Grosso#

Authors: Manojna Polisetty, Andres Fernando Figueroa Curo, Carla Balcazar, Astrid Yusara, Daniela Velásquez Gushiken, Magnolia Song, Min Yee Chin

Teaching assistants: Surajit Deb Barma, Ye Yint

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

filename = "2023ALB_Changes_in_land_cover_Albedo_and_temperature_in_Mato_Grosso"

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

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)

Effects of land use change on albedo in Lake Chad Basin#

Authors: Gregori de Arruda Moreira, Kamil Vlcek, Amadou Toure, Djidjoho Renaud Roméo Koukoui, Tatiana Shevel, Marek Miltner, Rebekka Steene

Teaching assistants: Aleksei Rozanov, Daniele Corradini

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

filename = "2023ALB_Effects_of_land_use_change_on_albedo_in_Lake_Chad_Basin"

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

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)

Impact of albedo changes due to tropical deforestation in Bolivia on regional meteorological variables and building a model to estimate GPP#

Authors: Svetlana Travova, Carlos Cárdenas, Abdelrahman Saleh, Sébastien Saelens, Constantin Drabo, Daniel T. Quaye

Teaching assistants: Aleksei Rozanov, Daniele Corradini

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

filename = "2023ALB_Impact_of_albedo_changes_due_to_tropical_deforestation_in_Bolivia_on_regional_meteorological_variables_and_building_a_model_to_estimate_GPP"

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

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)

Mangrove land use changes and its impact on climate variables in Indonesia#

Authors: Lucas Bretschneider, Ivonne Roa, Ali Barmaki, Samar Nikfarjad

Teaching assistants: Aleksei Rozanov, Mansour DIA

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

filename = "2023ALB_Mangrove_land_use_changes_and_its_impact_on_climate_variables_in_Indonesia"

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

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)

Modeling albedo variation in Mozambique due to the 2010 wildfire event#

Authors: Sofia Corradi, Marcela Olguin, Jack Smith, Amin Azimi, Solomon Osheidu

Teaching assistants: Aleksei Rozanov, Nithish Kumar Sriramoju

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

filename = "2023ALB_Modeling_albedo_variation_in_Mozambique_due_to_the_2010_wildfire_event"

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

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)