hpc-intro icon indicating copy to clipboard operation
hpc-intro copied to clipboard

key points of first lesson

Open psteinb opened this issue 4 years ago • 2 comments

Check that the key ides are complete and correct for the first lesson with reference to lesson-outline.md.

Use to cdh as a guideline on how to write key points.

psteinb avatar Nov 07 '19 14:11 psteinb

From The Carpentries' Curriculum Development Handbook:

5.2.2 Key points

While learning objectives communicate to learners the skills they should develop by working through each episode, key points summarize the main pieces of knowledge that learners should remember after completing the episode. These should also be limited to ~5-7 items. For the episode we’ve been considering in the Data Carpentry lesson Introduction to the Command Line for Genomics, the key points are:

  • “The shell gives you the ability to work more efficiently by using keyboard commands rather than a GUI.”
  • “Useful commands for navigating your file system include: ls, pwd, and cd.”
  • “Most commands take options (flags) which begin with a -.”
  • “Tab completion can reduce errors from mistyping and make work more efficient in the shell.”

The Carpentries lesson template automatically creates a reference page that includes all of the key points for each episode in the lesson. Key points should be specific enough that learners are able to use this reference page as review.

tkphd avatar Feb 08 '21 21:02 tkphd

The current key points are:

  • High Performance Computing (HPC) typically involves connecting to very large computing systems elsewhere in the world.
  • These other systems can be used to do work that would either be impossible or much slower on smaller systems.
  • The standard method of interacting with such systems is via a command line interface called Bash.

tkphd avatar Feb 08 '21 21:02 tkphd