Ocean acidification#
2023#
The relationship between sea surface temperature and ocean acidification in Shanghai during 1990 and 2010#
Authors: Xintong Huang, Pham Nguyen Hoang Le, Miguel Ronaldo, Ronceros Agüero, Tho Huynh Huu Tran
Teaching assistants: Gaby Mayorga Adame, Nischal Karki
# @markdown
from ipywidgets import widgets
from IPython.display import IFrame
filename = "2023OA_The_relationship_between_sea_surface_temperature_and_ocean_acidification_in_Shanghai_during_1990_and_2010"
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"
# @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 effect of ocean acidification on marine species population and coastal industry/community health#
Authors: Prani Nalluri, Ali Haydaroglu, Trilce Loayza, Archana Panway, Mohamed Elhadary
Teaching assistants: Gaby Mayorga Adame, Vinay Ummadi
# @markdown
from ipywidgets import widgets
from IPython.display import IFrame
filename = "2023OA_The_effect_of_ocean_acidification_on_marine_species_population_and_coastal_industry_community_health"
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"
# @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)