From 3fd77e0ecec34a59dce48d9714d9fb49ad7c76ce Mon Sep 17 00:00:00 2001 From: Steven Pestana <650301+spestana@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:21:30 -0700 Subject: [PATCH 1/2] Update list of projects Changed description of list of projects, removed redundant "hackweek" text, changed example project in the table, and added the project spreadsheet url link. --- book/projects/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/projects/index.md b/book/projects/index.md index 0b44136..062ed3a 100644 --- a/book/projects/index.md +++ b/book/projects/index.md @@ -13,8 +13,8 @@ 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: +Projects for the {{dates}} {{ hackweek }} will be listed here during the event. Prior to them being listed here, participants can express their interest in one or more projects on the projects spreadsheet: {{ project_spreadsheet_url }} | Project Name (with link to GitHub repo) | Short Description | Project Lead(s) | |:--------|:--------|:-----| -| [Snow-Extrapolation](https://github.com/geo-smart/Snow-Extrapolation) | Goal: Improve National Snow Model (NSM) prediction performance in the Sierra Nevada mountains through domain constraints and the exploration of different ML algorithms. | Ryan Johnson | +| [Example Project](#) | Example project description. | Leader(s) | From 1d8bb6440b72e0e5b34f1b95d0c8c34fd00cbb0d Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Tue, 20 Aug 2024 13:23:28 -0400 Subject: [PATCH 2/2] add link to sample project repo Co-authored-by: Scott Henderson --- book/projects/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/projects/index.md b/book/projects/index.md index 062ed3a..2dc3ec3 100644 --- a/book/projects/index.md +++ b/book/projects/index.md @@ -17,4 +17,4 @@ Projects for the {{dates}} {{ hackweek }} will be listed here during the event. | Project Name (with link to GitHub repo) | Short Description | Project Lead(s) | |:--------|:--------|:-----| -| [Example Project](#) | Example project description. | Leader(s) | +| [Example Project](https://github.com/uwhackweek/sample_project_repository) | Example project description. | Leader(s) |