# Checklist
## Required setup

```{attention}
Please make sure to find some time to go through the below material before
the hackweek.

__Upon completion you__:
<div>
  <input type="checkbox" name="a1">
  <label for="a1">Joined the Slack workspace</label>
</div>
<div>
  <input type="checkbox" name="a3">
  <label for="a3">Created a GitHub account and joined the go-bgc and uw-escience-cloudbank organizations</label>
</div>
<div>
  <input type="checkbox" name="a4">
  <label for="a4">Can login to the JupyterHub</label>
</div>
<div>
  <input type="checkbox" name="a5">
  <label for="a5">Setup the `git` command after logging into the JupyterHub</label>
</div>
```

### Slack Account

All of our communication throughout the hackweek will be done using the {{ '[`{hackweek}` Slack workspace]({url})'.format(hackweek=hackweek, url=slack_workspace_url)}}. You should have received a link to join the Slack workspace by email. Upon accepting the invite, please take a moment to [complete your Slack profile](https://slack.com/help/articles/204092246-Edit-your-profile). Having your name and picture with your Slack account helps us and your peers to identify you on Slack and builds a more personal community throughout the week.

### GitHub Account

Everyone attending {{ hackweek }} will require a GitHub account. Visit [the GitHub help pages](https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github) if you are in need of an account.  Please add your GitHub User ID to [this spreadsheet](https://docs.google.com/spreadsheets/d/1Nau-xnv5VGGGgYlCa8nRhzOUCeZgxFqgaDNZfspp2Ls/edit?usp=sharing).  You will receive invitations to join two different GitHub organizations: {{ github_org_url}} and <a class="github reference external" href="https://github.com/uw-escience-cloudbank">uw-escience-cloudbank</a>.  Once you accept these invitations, you are ready to go!


(accessing-jupyterhub)=
### JupyterHub

We will offer all tutorials based on a JupyterHub environment. Please visit the [Project Pythia Foundation Skills](https://foundations.projectpythia.org/foundations/getting-started-jupyter.html) to learn more about the components of project Jupyter.

All content of the hackweek will be shared via GitHub and interacting with the website will be done via the `git` command. See our {ref}`setting-up-git` to configure your access.
