generated from cms-opendata-workshop/workbench-template-md
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2f4551
commit a7da20b
Showing
9 changed files
with
104 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ carpentry: 'incubator' | |
varnish: 'cms-opendata-workshop/varnish' | ||
|
||
# Overall title for pages. | ||
title: 'Lesson Title' # FIXME | ||
title: 'Particle Physics Primer' # FIXME | ||
|
||
# Date the lesson was created (YYYY-MM-DD, this is empty by default) | ||
created: ~ # FIXME | ||
created: ~ # 2024-07-08 | ||
|
||
# Comma-separated list of keywords for the lesson | ||
keywords: 'software, data, lesson, CMS' # FIXME | ||
keywords: 'software, data, lesson, CMS, particle physics, physics' # FIXME | ||
|
||
# Life cycle stage of the lesson | ||
# possible values: pre-alpha, alpha, beta, stable | ||
|
@@ -64,6 +64,7 @@ contact: '[email protected]' # FIXME | |
# Order of episodes in your lesson | ||
episodes: | ||
- introduction.md | ||
- 02-videos.md | ||
|
||
# Information for Learners | ||
learners: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
title: "Videos for the general public" | ||
teaching: XXX | ||
exercises: YYY | ||
--- | ||
|
||
:::::::::::::::::::::::::::::::::::::: questions | ||
|
||
- What is the LHC? | ||
- What is CERN? | ||
- What is the CMS experiment? | ||
- What are we trying to do at these experiments? | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
::::::::::::::::::::::::::::::::::::: objectives | ||
|
||
- Explain how to use markdown with The Carpentries Workbench | ||
- Demonstrate how to include pieces of code, figures, and nested challenge blocks | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
## Videos | ||
|
||
### The CMS experiment | ||
|
||
A nice overview of the CMS experiment from the [CMS experiment's YouTube channel](https://www.youtube.com/@CMSExperiment). | ||
If you only watch one of these videos, this is the one! | ||
|
||
![[Introducing the CMS experiment at CERN](https://www.youtube.com/watch?v=EB5eZIR3AoM)](fig/intro_cms_YT.jpeg){alt="Photograph of the CMS experiment."} | ||
|
||
### The LHC | ||
|
||
A oldie, but a goodie. A discussion of the Large Hadron Collider, by Don Lincoln of Fermilab. You can find more of his videos | ||
over on [Fermilab's YouTube channel](https://www.youtube.com/@fermilab). | ||
|
||
![[LHC: The Large Hadron Collider](https://www.youtube.com/watch?v=debQ60QVtYQ)](fig/don_lincoln_lhc.jpeg){alt="Photograph of Don Lincoln and the words LHC: the Large Hadron Collider."} | ||
|
||
### What are we doing and what comes next? | ||
|
||
A discussion of what CERN and the LHC experiments have accomplished and what comes next? | ||
From Cleo Abram's [YouTube science popularizing channel "Huge if true"](https://www.youtube.com/@CleoAbram). | ||
|
||
![[What's really happening at CERN?](https://www.youtube.com/watch?v=bCmwCkNY85g)](fig/cleo_abram_CERN.jpeg){alt="Photograph of Cleo Abram and the words Did We Do It"} | ||
|
||
### Watch a movie! | ||
|
||
If you have time, grab some family and friends and watch [Particle Fever](https://www.imdb.com/title/tt1385956/), the 2013 documentary | ||
about the discovery of the Higgs Boson. | ||
|
||
From Wikipedia: | ||
|
||
Particle Fever is a 2013 American documentary film tracking the first round of experiments at the Large Hadron Collider (LHC) near Geneva, Switzerland. The film follows the experimental physicists at the European Organization for Nuclear Research (CERN) who run the experiments, as well as the theoretical physicists who attempt to provide a conceptual framework for the LHC's results. The film begins in 2008 with the first firing of the LHC and concludes in 2012 with the successful identification of the Higgs boson | ||
|
||
|
||
|
||
![[What's really happening at CERN?](https://www.youtube.com/watch?v=bCmwCkNY85g)](fig/particle_fever.jpg){alt="Advertisement for the documentary movie Particle Fever"} | ||
|
||
::::::::::::::::::::::::::::::::::::: keypoints | ||
|
||
- Use `.md` files for episodes when you want static content | ||
- Use `.Rmd` files for episodes when you need to generate output | ||
- Run `sandpaper::check_lesson()` to identify any issues with your lesson | ||
- Run `sandpaper::build_lesson()` to preview your lesson locally | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
[r-markdown]: https://rmarkdown.rstudio.com/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters