Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions learners/demo_lessons.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ If you are an instructor in training and wish to use lessons from Data Carpentry
| [Library Carpentry: OpenRefine](https://librarycarpentry.github.io/lc-open-refine/index.html) | \* [Importing data into OpenRefine](https://librarycarpentry.github.io/lc-open-refine/02-importing-data.html) | \* [Introduction to OpenRefine](https://librarycarpentry.github.io/lc-open-refine/01-introduction.html) | The other episodes depend on actions taken earlier in the lesson - consult [_Teaching Episodes with Dependencies_](#dependencies). |
| [Library Carpentry: Introduction to Working with Data (Regular Expressions)](https://librarycarpentry.github.io/lc-data-intro/index.html) | none | all episodes | This is a discussion-based lesson and provides no opportunities for live demonstration. It cannot be used for teaching demonstrations. |
| [Library Carpentry: Introduction to Git](https://librarycarpentry.github.io/lc-git/index.html) | \* [Getting started with Git](https://librarycarpentry.github.io/lc-git/02-getting-started.html) | \* [What is Git/GitHub?](https://librarycarpentry.github.io/lc-git/01-what-is-git.html) | The other episodes depend on actions taken earlier in the lesson - consult [_Teaching Episodes with Dependencies_](#dependencies). |
| [Library Carpentry: SQL](https://librarycarpentry.github.io/lc-sql/index.html) | \* [Selecting and Sorting Data](https://librarycarpentry.github.io/lc-sql/02-selecting-sorting-data.html)<br/> \* [Filtering](https://librarycarpentry.github.io/lc-sql/03-filtering.html)<br/> \* [Ordering and Commenting](https://librarycarpentry.github.io/lc-sql/04-ordering-commenting.html)<br/> \* [Aggregating and Calculating Values](https://librarycarpentry.github.io/lc-sql/05-aggregating-calculating.html)<br/> \* [Joins and aliases](https://librarycarpentry.github.io/lc-sql/06-joins-aliases.html)<br/> \* [Saving queries](https://librarycarpentry.github.io/lc-sql/07-saving-queries.html)<br/> \* [Creating tables and modifying data](https://librarycarpentry.github.io/lc-sql/09-create.html) | \*[Introduction to SQL](https://librarycarpentry.github.io/lc-sql/01-introduction.html) <br/> \* [Database design](https://librarycarpentry.github.io/lc-sql/08-database-design.html)<br/> \* [Other database tools](https://librarycarpentry.github.io/lc-sql/10-other-tools.html)<br/> \* [Extra-challenges](https://librarycarpentry.github.io/lc-sql/11-extra-challenges.html)<br/> \* [Good style](https://librarycarpentry.github.io/lc-sql/Bonus_GoodStyle.html) |These episodes do not have opportunities for live demonstration |
| [Library Carpentry: SQL](https://librarycarpentry.github.io/lc-sql/index.html) | \* [Selecting and Sorting Data](https://librarycarpentry.github.io/lc-sql/02-selecting-sorting-data.html)<br/> \* [Filtering](https://librarycarpentry.github.io/lc-sql/03-filtering.html)<br/> \* [Ordering and Commenting](https://librarycarpentry.github.io/lc-sql/04-ordering-commenting.html)<br/> \* [Aggregating and Calculating Values](https://librarycarpentry.github.io/lc-sql/05-aggregating-calculating.html)<br/> \* [Joins and aliases](https://librarycarpentry.github.io/lc-sql/06-joins-aliases.html)<br/> \* [Saving queries](https://librarycarpentry.github.io/lc-sql/07-saving-queries.html)<br/> \* [Creating tables and modifying data](https://librarycarpentry.github.io/lc-sql/09-create.html) | \*[Introduction to SQL](https://librarycarpentry.github.io/lc-sql/01-introduction.html) <br/> \* [Database design](https://librarycarpentry.github.io/lc-sql/08-database-design.html)<br/> \* [Other database tools](https://librarycarpentry.github.io/lc-sql/10-other-tools.html)<br/> \* [Extra-challenges](https://librarycarpentry.github.io/lc-sql/11-extra-challenges.html)<br/> \* [Good style](https://librarycarpentry.github.io/lc-sql/Bonus_GoodStyle.html) | These episodes do not have opportunities for live demonstration |
| [Library Carpentry: Introduction to Data for Archivists](https://librarycarpentry.github.io/lc-data-intro-archives/) | none | all episodes | This is a discussion-based lesson and provides no opportunities for live demonstration. It cannot be used for teaching demonstrations. |
| [Library Carpentry: Introduction to Python](https://librarycarpentry.github.io/lc-python-intro/) | none | all episodes | This lesson is not yet stable and cannot be used for teaching demonstrations. |
| [Library Carpentry: Introduction to Data for Archivists](https://librarycarpentry.github.io/lc-data-intro-archives/) | none | all episodes | This lesson is not yet stable and cannot be used for teaching demonstrations. |
| [Library Carpentry: Introduction to R](https://librarycarpentry.github.io/lc-r/) | none | all episodes | This lesson is not yet stable and cannot be used for teaching demonstrations. |
| [Library Carpentry: Introduction to MarcEdit](https://librarycarpentry.github.io/lc-marcedit/) | none | all episodes | This lesson is not yet stable and cannot be used for teaching demonstrations. |
| [Library Carpentry: Introduction to AI for GLAM](https://librarycarpentry.github.io/lc-machine-learning/) | none | all episodes | This lesson is not yet stable and cannot be used for teaching demonstrations. |
Expand Down
Loading