Skip to content

Commit

Permalink
Link to etherpad template in instructor notes (#354)
Browse files Browse the repository at this point in the history
Also add Carpentries info at top of tempalte
  • Loading branch information
p-j-smith authored Mar 14, 2024
1 parent 9af622c commit 6895cdc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions instructors/etherpad_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ subtitle: Template text to paste into a collaborative document, such as Etherpad

---

# Welcome to The Carpentries Etherpad!

This pad is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents.

Use of this service is restricted to members of The Carpentries community; this is not for general purpose use (for that, try https://etherpad.wikimedia.org).

Users are expected to follow our code of conduct: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html

All content is publicly available under the Creative Commons Attribution License: https://creativecommons.org/licenses/by/4.0/

- - - - -

# Timings
Here's a tentative schedule for the workshop.

Expand Down
6 changes: 6 additions & 0 deletions instructors/instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ This lesson uses data hosted on an Amazon Machine Instance (AMI). Instructors wi

## Technical tips and tricks

### Etherpad template

There is a [template Etherpad](https://datacarpentry.org/shell-genomics/instructor/etherpad_template.html) to
paste into a collaborative document, such as the [Carpentries Etherpad](https://pad.carpentries.org/). Etherpad
supports synchronous document editing and is useful for collaborative work when teaching lessons.

#### Command Prompt Editing

Instructors might find it helpful to shorten their command prompt to allow better visibility of the commands they are typing, particularly if using the AMI. This is because the prompt will contain additional information including the username and login for the instance, as well as filesystem location. This is especially useful when teaching the material online, as many learners may be splitting their screens and text wrapping may make the commands more difficult to identify if the prompt takes up a lot of space.
Expand Down

0 comments on commit 6895cdc

Please sign in to comment.