Skip to content

Commit

Permalink
Merge pull request #160 from czi-catalystproject/update-about
Browse files Browse the repository at this point in the history
Update About section
  • Loading branch information
jnywong authored Jul 15, 2024
2 parents 24e5d51 + c5aaaba commit c4f8736
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ _build
.Rproj.user
.Rproj
.env
*.mo
*.mo
venv
29 changes: 18 additions & 11 deletions instructors/instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,28 +177,35 @@ Remove administrator privileges on the hub by opening a [2i2c support ticket](ht

## Tasklist

**One week before the workshop**
### One week before the workshop

- [ ] Copy the CodiMD template, remove the episode section content and set editing rights to *Freely*
- [ ] Copy feedback form templates and check access permissions
- [ ] Set up a Slack channel, or equivalent
- [ ] Schedule the videoconferencing calls for Part One and Part Two
- [ ] Email learners one week before the workshop
- [ ] Share a calendar invitation for Part One and Part Two with links to the videoconference call, CodiMD document and Slack channel
- [ ] Share a calendar invitation for Part One and Part Two with links to the videoconference call, CodiMD document and Slack channel
- [ ] Prepare the Community Showcase Hub
- [ ] Add learners to GitHub team **and** grant them Owner status
- [ ] Grant *Admin* privileges to learners on the Community Showcase Hub

**During the workshop**
- [ ] Consider recording your workshop so that learners can refer back to this for later viewing

**After Part One**

### Deliver Part One

- [ ] Host Part One of the workshop
- [ ] Remember to record the workshop so that learners can refer back to this for later viewing

### After Part One

- [ ] Populate the CodiMD for the self-guided study

**After Part Two**

- [ ] Email learners two days after the workshop to complete feedback
### Deliver Part Two

- [ ] Host Part Two of the workshop
- [ ] Remember to record the workshop so that learners can refer back to this for later viewing

### After Part Two**

- [ ] Email learners two days after the workshop to complete feedback and follow-up on micro-grant status (if applicable)
- [ ] Restore the Community Showcase Hub
- [ ] Remove Owner status from the GitHub team
- [ ] Remove *Admin* privileges from learners on the Community Showcase Hub
Expand Down
2 changes: 0 additions & 2 deletions learners/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
(glossary)=
## Glossary


(glossary:cpu)=
CPU
: Central Processing Unit – executes computational work. The number of CPU cores needed for a job depends on how scalable the computational work is, the type and amount of work to be processed.
Expand All @@ -48,4 +47,3 @@ JupyterHub
(glossary:ram)=
RAM
: Random Access Memory – a computer's "short-term memory". The amount of RAM needed for a job depends on the size of the data structures to be processed.

6 changes: 3 additions & 3 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

Before joining the training, participants should be able to:

- Access the 2i2c [Community Showcase Hub](https://showcase.2i2c.cloud) using their GitHub account
- Access the 2i2c [Community Showcase Hub](https://showcase.2i2c.cloud) using their GitHub account (or use their own community hub)
- Know basic Git, such as pushing and pulling to a remote GitHub repository
- Find the shared collaborative note-taking document
- Find the shared collaborative note-taking document, e.g. CodiMD
- Access the Slack Channel for asynchronous support
- Use a web browser and video conferencing, e.g. Zoom
- Read the [2i2c Code of Conduct](https://compass.2i2c.org/code-of-conduct/).

If you have trouble with any of these steps, please contact the training instructor.
If you have trouble with any of these steps, please contact the training instructor.

:::{tip}
If you need a refresher on the fundamentals of Git, then check out:
Expand Down

0 comments on commit c4f8736

Please sign in to comment.