Skip to content

Commit cbb97a3

Browse files
author
Julie Hogan
committed
fix links + stable
1 parent f79219c commit cbb97a3

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords: 'software, data, lesson, CMS' # FIXME
2525

2626
# Life cycle stage of the lesson
2727
# possible values: pre-alpha, alpha, beta, stable
28-
life_cycle: 'beta' # FIXME
28+
life_cycle: 'stable' # FIXME
2929

3030
# License of the lesson
3131
license: 'CC-BY 4.0'

episodes/01-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ exercises: 0
2222
## Ready to go?
2323
The first part of this lesson is done entirely in the browser.
2424

25-
Then, [Episode 4: How to access metadata on the command line?](04-cli-through-cernopendata-client.md) requires the use of a command-line tool. It is available as a Docker container or it can be installed with `pip`. Make sure you have completed the [Docker pre-exercise](https://cms-opendata-workshop.github.io/workshopqcd-2024-lesson-docker/) and have docker installed.
25+
Then, [Episode 4: How to access metadata on the command line?](04-cli-through-cernopendata-client.md) requires the use of a command-line tool. It is available as a Docker container or it can be installed with `pip`. Make sure you have completed the [Docker pre-exercise](https://cms-opendata-workshop.github.io/workshop2024-lesson-docker/) and have docker installed.
2626

27-
[Episode 5: What is in the data?](05-what-is-in-the-data.md) is done in the root or python tools container. Make sure you have [these containers available](https://cms-opendata-workshop.github.io/workshopqcd-2024-lesson-docker/03-docker-for-cms-opendata.html).
27+
[Episode 5: What is in the data?](05-what-is-in-the-data.md) is done in the root or python tools container. Make sure you have [these containers available](https://cms-opendata-workshop.github.io/workshop2024-lesson-docker/03-docker-for-cms-opendata.html).
2828

2929
::::::
3030

index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
site: sandpaper::sandpaper_site
33
---
44

5-
This is a new lesson built with [The Carpentries Workbench][workbench].
5+
This lesson provides an introduction to CMS data on the CERN Open Data Portal. You will learn search techniques for CMS Open Data as well as how to understand the data records and access the files.
66

77

8-
[workbench]: https://carpentries.github.io/sandpaper-docs
9-

learners/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: Setup
33
---
44

55
First episodes of this lesson can be worked through in a web browser.
6-
Episodes 4 and 5 use Docker containers to inspect and download open data files and their metadata, and it will require using a Unix terminal (Linux, MacOS terminal, or Windows WSL2 Ubuntu terminal) with [Docker installed](https://cms-opendata-workshop.github.io/workshopqcd-2024-lesson-docker/).
6+
Episodes 4 and 5 use Docker containers to inspect and download open data files and their metadata, and it will require using a Unix terminal (Linux, MacOS terminal, or Windows WSL2 Ubuntu terminal) with [Docker installed](https://cms-opendata-workshop.github.io/workshop2024-lesson-docker/).
77

0 commit comments

Comments
 (0)