From b3cb98fbc743ae6098df23d71284eaaf47a2f02d Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Espinosa Date: Tue, 2 Jan 2024 11:48:19 -0500 Subject: [PATCH] move it to alpha version --- _config.yml | 2 +- _episodes/01-jets101.md | 3 ++- _episodes/02-Pileup_jetID.md | 3 ++- _episodes/03-JEC_JER.md | 3 ++- _episodes/04-Jet_Substructure.md | 3 ++- index.md | 35 +++++++++++++++++--------------- 6 files changed, 28 insertions(+), 21 deletions(-) diff --git a/_config.yml b/_config.yml index 77b8e131..0fce8ba8 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ title: "CMS Data Analysis School 2024: Jet Analysis Short Exercise " # 'transition-step-2': notice encouraging to use new version # 'transition-step-3': notice indicating the lesson is deprecated, # with automated redirect -life_cycle: "pre-alpha" +life_cycle: "alpha" # For lessons in the life stages in 'transition-step-1' or later: # - 'transition_url' holds the URL for the version of the lesson that diff --git a/_episodes/01-jets101.md b/_episodes/01-jets101.md index a5ba140e..5995f2ae 100644 --- a/_episodes/01-jets101.md +++ b/_episodes/01-jets101.md @@ -1,6 +1,7 @@ --- title: "Jets 101" -teaching: 1h30 +teaching: 10 +exercises: 20 questions: - "What is a jet?" - "Are there different types of jets? What is a recluster algorithm?" diff --git a/_episodes/02-Pileup_jetID.md b/_episodes/02-Pileup_jetID.md index 91a0734f..d7104cf0 100644 --- a/_episodes/02-Pileup_jetID.md +++ b/_episodes/02-Pileup_jetID.md @@ -1,6 +1,7 @@ --- title: "Pileup and jetID" -teaching: 1h30 +teaching: 10 +exercises: 20 questions: - "What is pileup and how does it afffect to jets?" - "What is the basic jet quality criteria?" diff --git a/_episodes/03-JEC_JER.md b/_episodes/03-JEC_JER.md index 2fa48fbe..6b927e9e 100644 --- a/_episodes/03-JEC_JER.md +++ b/_episodes/03-JEC_JER.md @@ -1,6 +1,7 @@ --- title: "JEC and JER" -teaching: 1h30 +teaching: 10 +exercises: 20 questions: - "What are jet energy correction?" - "What is jet energy resolution?" diff --git a/_episodes/04-Jet_Substructure.md b/_episodes/04-Jet_Substructure.md index ea601a4c..44acc978 100644 --- a/_episodes/04-Jet_Substructure.md +++ b/_episodes/04-Jet_Substructure.md @@ -1,6 +1,7 @@ --- title: "Jet Substructure" -teaching: 1h30 +teaching: 10 +exercises: 20 questions: - "What is jet substructure?" - "How to distinguished jets originating from W or top quarks?" diff --git a/index.md b/index.md index 5ea96efb..523ad0e7 100644 --- a/index.md +++ b/index.md @@ -13,23 +13,26 @@ _For general questions, problems, debugs, or asking for help from experts on jet _Follow the CMS workbook on jet analysis:_ [WorkBookJetAnalysis](https://twiki.cern.ch/twiki/bin/view/CMSPublic/WorkBookJetAnalysis) -### What is this set of exercises trying to do? - -It gives you hands-on experience accessing jet collection in an event, plotting basic jet quantities, and applying jet energy correction. - * This is a 101 on accessing jets in the CMS framework without assuming prior knowledge of jet analysis. - * Make you familiar with basic jet types and algorithms and how to use them in your analysis. - * Illustrate each exercise using real-life example scripts. - * Give a comprehensive reference to more advanced workbook examples, additional resources, and pedagogical documentation in one place. - -### What are these exercises NOT meant for? - -To summarize the CMS JetMET software machinery comprehensively or the jet analyses performed at CMS. - -### What do we expect from you? +> # What is this set of exercises trying to do? +> +>It gives you hands-on experience accessing jet collection in an event, plotting basic jet quantities, and applying jet energy correction. +> * This is a 101 on accessing jets in the CMS framework without assuming prior knowledge of jet analysis. +> * Make you familiar with basic jet types and algorithms and how to use them in your analysis. +> * Illustrate each exercise using real-life example scripts. +> * Give a comprehensive reference to more advanced workbook examples, additional resources, and pedagogical documentation in one place. +{: .objectives} + +> # What are these exercises NOT meant for? +> +> To summarize the CMS JetMET software machinery comprehensively or the jet analyses performed at CMS. +{: .keypoints} - * You should have followed all the pre-exercises and have a cmslpc account, grid certificate, and a current web browser. - * It would be best if you worked through the notebooks, ensuring you understand every step and every plot. - * The exercises are prepared to be run directly from a cmslpc node, with non-interactive notebooks to follow and discuss the exercises. +> # What do we expect from you? +> +> * You should have followed all the pre-exercises and have a cmslpc account, grid certificate, and a current web browser. +> * It would be best if you worked through the notebooks, ensuring you understand every step and every plot. +> * The exercises are prepared to be run directly from a cmslpc node, with non-interactive notebooks to follow and discuss the exercises. +{: .testimonial} ### Facilitators CMSDAS LPC 2024