Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projects - Add list with link to repositories #30

Merged
merged 4 commits into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ parse:
slack_workspace_url: "https://2024-uw-hackweek.slack.com"
contact_email: "[email protected]"
anon_reporting_url: "https://INSERT_FORM_LINK"
project_spreadsheet_url: "https://INSERT_GOOGLE_SHEET"
myst_enable_extensions:
# Defaults
- dollarmath
Expand All @@ -31,7 +30,7 @@ parse:
# See https://jupyterbook.org/content/execute.html
execute:
# NOTE: 'cache' to use jupyter-cache, or 'force' to run all
execute_notebooks: 'force'
execute_notebooks: 'cache'
exclude_patterns:
- "**/aviris-ng-data.ipynb"
- "**/earthaccess_icesat2.ipynb"
Expand Down
12 changes: 8 additions & 4 deletions book/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@
![banner](img/banner.png)


📖 On this JupyterBook website you'll find [tutorials](tutorials/index). All tutorials are Jupyter Notebooks, designed to be run interactively, but also rendered on this website for convenience.
📖 On this JupyterBook website you'll find [tutorials](tutorials/index). All
tutorials are Jupyter Notebooks, designed to be run interactively, but also
rendered on this website for convenience.

👩‍💻 During a Hackweek teams work collaboratively on different projects. Read more about the projects and results on our [projects page](projects/index)
👩‍💻 During a Hackweek teams work collaboratively on different projects.
Read more about the projects and results on our [projects page](projects/index)

💡 Learn more about hackweeks hosted by the [University of Washington eScience Institute](https://uwhackweek.github.io/hackweeks-as-a-service/intro.html), or check out our publication describing the hackweek educational model {cite:p}`Huppenkothen2018`.
💡 Learn more about hackweeks hosted by the [University of Washington eScience Institute](https://guidebook.hackweek.io/intro.html),
or check out our publication describing the hackweek educational
model {cite:p}`Huppenkothen2018`.

```{admonition} Quick links for the event
:class: seealso
* JupyterHub: {{ jupyterhub_url }}
* GitHub organization: {{ github_org_url}}
* Projects Spreadsheet: {{ project_spreadsheet_url }}
```
11 changes: 8 additions & 3 deletions book/projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ You can find our comprehensive guide for organizing projects before, during, and

Here is our current list of project for our {{dates}} {{ hackweek }} hackweek:

| Project Name (with link to GitHub repo) | Short Description | Project Lead(s) |
|:--------|:--------|:-----|
| Sample Title | Sample Description | Leader |
| Project Name (with link to GitHub repo) |
|:------------------------------------------------------------------------------------|
| [FMI project](https://github.com/snowex-hackweek/NASA-UW-Hackweek-2024-FMI-Project) |
| [Data Set Map Tool](https://github.com/snowex-hackweek/SnowEx-Map-Tool) |
| [DB Re-Structure](https://github.com/snowex-hackweek/db-re-structure) |
| [MicroSnowEx](https://github.com/snowex-hackweek/microsnowex2024) |
| [SWESARR](https://github.com/snowex-hackweek/swesarr) |
| [Snowmelt Timing](https://github.com/snowex-hackweek/snowmelt-timing-2024) |
Loading