diff --git a/book/intro.md b/book/intro.md index 64731e3..35efab5 100644 --- a/book/intro.md +++ b/book/intro.md @@ -16,5 +16,4 @@ * [GeoSMART Track JupyterBook](https://geosmart-2024.hackweek.io) * JupyterHub: {{ jupyterhub_url }} * GitHub organization: {{ github_org_url}} -* Projects Spreadsheet: {{ project_spreadsheet_url }} ``` diff --git a/book/projects/index.md b/book/projects/index.md index e415ec9..f77ee30 100644 --- a/book/projects/index.md +++ b/book/projects/index.md @@ -13,8 +13,54 @@ You can find our comprehensive guide for organizing projects before, during, and ## List of Projects -Here is our current list of project for our {{dates}} {{ hackweek }} hackweek: +Here is our list of projects for our {{dates}} {{ hackweek }}: | Project Name (with link to GitHub repo) | Short Description | Project Lead(s) | |:--------|:--------|:-----| -| [icepyx4gedi](https://github.com/ICESAT-2HackWeek/icepyx4gedi) | Goal: To create and/or extend methods and routines in the [`icepyx`](https://icepyx.readthedocs.io/en/latest) Python library to support GEDI footprint data products. | [Aaron Friesz](https://github.com/amfriesz) | +| [icepyx4gedi](https://github.com/ICESAT-2HackWeek/icepyx4gedi), [icepyx-fork](https://github.com/ICESAT-2HackWeek/icepyx)| Goal: To create and/or extend methods and routines in the [`icepyx`](https://icepyx.readthedocs.io/en/latest) Python library to support GEDI footprint data products. | [Aaron Friesz](https://github.com/amfriesz) | +| [Near-Shore-Bathymetry](https://github.com/ICESAT-2HackWeek/Hackweek2024-ICESat-2-Near-Shore-Bathymetry) | Estimate coastal bathymetry | [Arnab Muhuri](https://github.com/arnab-muhuri) | +| [GroundingLine-Greenland](https://github.com/ICESAT-2HackWeek/GroundingLine-Greenland) | Derive the grounding line position of Greenland's tidewater glaciers | [Hui Gao](https://github.com/hui-97) | +| [Mount Baker Climate Laboratory](https://github.com/ICESAT-2HackWeek/MBCL_ICESAT-2_Hackweek_2024) | Investigating the southern aspect of Mt. Baker, WA, USA | [Mike Town](https://github.com/michaeltown-phd) | +| [Off_Track](https://github.com/ICESAT-2HackWeek/off_track) | Exploring what's between ICESat-2 reference tracks | [Ben Smith](https://github.com/SmithB) | + +## Project Posters + +### GEDI+icepyx +```{image} ./posters/GEDI+icepyx_2024Hackweek_ReportOut.jpg +:alt: GEDI+icepyx poster +:class: bg-primary mb-1 +:width: 700px +:align: center +``` + +### Near Shore Bathymetry +```{image} ./posters/icesat2_bathy_final_presentation.jpg +:alt: bathymetry poster +:class: bg-primary mb-1 +:width: 700px +:align: center +``` + +### Grounding Lines - Greenland +```{image} ./posters/Grounding_line_Greenland.jpg +:alt: grounding line poster +:class: bg-primary mb-1 +:width: 700px +:align: center +``` + +### Mount Baker Climate Lab +```{image} ./posters/MBCL_HackweekSlide.jpg +:alt: Mount Baker poster +:class: bg-primary mb-1 +:width: 700px +:align: center +``` + +### Off Track +```{image} ./posters/Off_track_poster_slide.jpg +:alt: off track poster +:class: bg-primary mb-1 +:width: 700px +:align: center +``` \ No newline at end of file diff --git a/book/projects/posters/GEDI+icepyx_2024Hackweek_ReportOut.jpg b/book/projects/posters/GEDI+icepyx_2024Hackweek_ReportOut.jpg new file mode 100644 index 0000000..7494c1f Binary files /dev/null and b/book/projects/posters/GEDI+icepyx_2024Hackweek_ReportOut.jpg differ diff --git a/book/projects/posters/Grounding_line_Greenland.jpg b/book/projects/posters/Grounding_line_Greenland.jpg new file mode 100644 index 0000000..7d17c10 Binary files /dev/null and b/book/projects/posters/Grounding_line_Greenland.jpg differ diff --git a/book/projects/posters/MBCL_HackweekSlide.jpg b/book/projects/posters/MBCL_HackweekSlide.jpg new file mode 100644 index 0000000..b6c94b6 Binary files /dev/null and b/book/projects/posters/MBCL_HackweekSlide.jpg differ diff --git a/book/projects/posters/Off_track_poster_slide.jpg b/book/projects/posters/Off_track_poster_slide.jpg new file mode 100644 index 0000000..933069a Binary files /dev/null and b/book/projects/posters/Off_track_poster_slide.jpg differ diff --git a/book/projects/posters/icesat2_bathy_final_presentation.jpg b/book/projects/posters/icesat2_bathy_final_presentation.jpg new file mode 100644 index 0000000..0c5b786 Binary files /dev/null and b/book/projects/posters/icesat2_bathy_final_presentation.jpg differ