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

Add link to project form on website #42

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parse:
contact_email: "[email protected]"
dataset: "GeoSmart"
anon_reporting_url: "https://INSERT_FORM_LINK"
project_spreadsheet_url: "https://INSERT_GOOGLE_SHEET"
project_spreadsheet_url: "https://docs.google.com/forms/d/e/1FAIpQLSf1oHsbNSwxFVu54KujUi6zpwt_RNxS9Bvod18f-CFyVKFQCA/viewform"
myst_enable_extensions:
# Defaults
- dollarmath
Expand Down
4 changes: 2 additions & 2 deletions book/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

📖 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/list_of_projects)
👩‍💻 During a Hackweek teams work collaboratively on different projects. Read more about the projects and results on our [projects page](projects/list_of_projects).

💡 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`.

```{admonition} Quick links for the event
:class: seealso
* JupyterHub: {{ jupyterhub_url }}
* GitHub organization: {{ github_org_url}}
* Projects Spreadsheet: {{ project_spreadsheet_url }}
* Projects Signup Form: {{ project_spreadsheet_url }}
```
Loading