diff --git a/README.md b/README.md index 8a2660ab..19211a9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # CMS Data Analysis School 2023: Jet Analysis Short Exercise -[![Create a Slack Account with us](https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg)](https://swc-slack-invite.herokuapp.com/) This repository generates the corresponding lesson website from [The Carpentries](https://carpentries.org/) repertoire of lessons. @@ -22,11 +21,9 @@ Look for the tag ![good_first_issue](https://img.shields.io/badge/-good%20first% ## Maintainer(s) -Current maintainers of this lesson are +There have been many maintainers of these exercises during the years. Current maintainers of this lesson are -* FIXME -* FIXME -* FIXME +* [Alejandro Gomez Espinosa](mailto:alejandro.gomez@cern.ch) ## Authors diff --git a/_includes/lesson_footer.html b/_includes/lesson_footer.html index 33f9e666..9fbc8347 100644 --- a/_includes/lesson_footer.html +++ b/_includes/lesson_footer.html @@ -8,6 +8,8 @@
{% if site.carpentry == "swc" %} + Content licensed under CC-BY 4.0 2020–{{ 'now' | date: "%Y" }} + by the CMS Collaborations at CERN Licensed under CC-BY 4.0 2018–{{ 'now' | date: "%Y" }} by The Carpentries
diff --git a/fig/20140806_01_jet_pileup.png b/fig/20140806_01_jet_pileup.png new file mode 100644 index 00000000..fbb28ce7 Binary files /dev/null and b/fig/20140806_01_jet_pileup.png differ diff --git a/index.md b/index.md index 523ad0e7..7ea97040 100644 --- a/index.md +++ b/index.md @@ -4,6 +4,8 @@ root: . # Is the only page that doesn't follow the pattern /:path/index.html permalink: index.html # Is the only page that doesn't follow the pattern /:path/index.html --- + + This tutorial will give you the basics you need to deal with jets in your analysis. We start with the basics of a jet, how they are reconstructed, what algorithms are used, etc. Then, we give examples with scripts on how to access jets and use them in your analysis frameworks, including corrections and systematics. In the second part of the exercise, we examine jet substructure algorithms, which have many uses, including the identification of hadronic decays of heavy SM particles like top quarks, W, Z, and H bosons, as well as mitigation of pileup and others. The tutorial is designed to be executed at cmslpc, following the setup step, using jupyter notebooks. On this website, you will find links to instructional slides and more information about the topics to walk you through the exercises. @@ -13,7 +15,7 @@ _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? +> ## 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. @@ -22,12 +24,12 @@ _Follow the CMS workbook on jet analysis:_ [WorkBookJetAnalysis](https://twiki. > * 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? +> ## What are these exercises NOT meant for? > > To summarize the CMS JetMET software machinery comprehensively or the jet analyses performed at CMS. {: .keypoints} -> # What do we expect from you? +> ## 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.