diff --git a/book/intro.md b/book/intro.md index 2efd264..0656441 100644 --- a/book/intro.md +++ b/book/intro.md @@ -18,5 +18,4 @@ * [ICESat-2 Track JupyterBook](https://icesat-2-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 a951573..ab58516 100644 --- a/book/projects/index.md +++ b/book/projects/index.md @@ -22,3 +22,36 @@ Here is our current list of project for our {{dates}} {{ hackweek }}: | [Multi-target Gaussian Process Regression for 3D Mapping](https://github.com/geo-smart/mind-the-chl-gap) | Developing a multi-target Gaussian Process Regression (GPR) model to predict engineering soil classification and soil layering in three dimensions | Morgan Sanger | | [Crunchy Snow](https://github.com/geo-smart/crunchy-snow) | Machine learning models for Sentinel-1 SAR backscatter snow depth retrieval | Quinn Brencher | +## Project Posters + +### Mind the Chl Gap +```{image} ./posters/Mind-the-CHL-Gap-geo-smart-poster.jpg +:alt: Mind the Chl Gap Poster +:class: bg-primary mb-1 +:width: 700px +:align: center +``` + +### Production-oriented SWE Forecasting +```{image} ./posters/SWE-forecasting-prod-slides.jpg +:alt: SWE Forecasting Poster +:class: bg-primary mb-1 +:width: 700px +:align: center +``` + +### Multi-target GPR for 3D Mapping +```{image} ./posters/Hackweek2024-multi-gpr-soil.jpg +:alt: Multi-GPR Poster +:class: bg-primary mb-1 +:width: 700px +:align: center +``` + +### Crunchy Snow +```{image} ./posters/crunchy-snow-2024.jpg +:alt: Crunchy Snow Poster +:class: bg-primary mb-1 +:width: 700px +:align: center +``` diff --git a/book/projects/posters/Hackweek2024-multi-gpr-soil.jpg b/book/projects/posters/Hackweek2024-multi-gpr-soil.jpg new file mode 100644 index 0000000..48d4959 Binary files /dev/null and b/book/projects/posters/Hackweek2024-multi-gpr-soil.jpg differ diff --git a/book/projects/posters/Mind-the-CHL-Gap-geo-smart-poster.jpg b/book/projects/posters/Mind-the-CHL-Gap-geo-smart-poster.jpg new file mode 100644 index 0000000..a945a84 Binary files /dev/null and b/book/projects/posters/Mind-the-CHL-Gap-geo-smart-poster.jpg differ diff --git a/book/projects/posters/SWE-forecasting-prod-slides.jpg b/book/projects/posters/SWE-forecasting-prod-slides.jpg new file mode 100644 index 0000000..1caecd9 Binary files /dev/null and b/book/projects/posters/SWE-forecasting-prod-slides.jpg differ diff --git a/book/projects/posters/crunchy-snow-2024.jpg b/book/projects/posters/crunchy-snow-2024.jpg new file mode 100644 index 0000000..bbda55f Binary files /dev/null and b/book/projects/posters/crunchy-snow-2024.jpg differ