Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-analysis/config.yaml is written in an unsupported language. File is not indexed.

0001 #------------------------------------------------------------
0002 # Values for this lesson.
0003 #------------------------------------------------------------
0004 
0005 # Which carpentry is this (swc, dc, lc, or cp)?
0006 # swc: Software Carpentry
0007 # dc: Data Carpentry
0008 # lc: Library Carpentry
0009 # cp: Carpentries (to use for instructor training for instance)
0010 # incubator: The Carpentries Incubator
0011 #
0012 # This option supports custom types so lessons can be branded
0013 # and themed with your own logo and alt-text (see `carpentry_description`)
0014 # See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo
0015 carpentry: 'incubator'
0016 
0017 # Alt-text description of the lesson.
0018 carpentry_description: 'EIC Tutorials'
0019 
0020 # Overall title for pages.
0021 title: 'Analyzing EIC Simulation Output'
0022 
0023 # Date the lesson was created (YYYY-MM-DD, this is empty by default)
0024 created: 2021-01-01
0025 
0026 # Comma-separated list of keywords for the lesson
0027 keywords: 'EIC, ePIC, EICrecon, analysis, ROOT, uproot, RDataFrame, PODIO, reconstruction, simulation'
0028 
0029 # Life cycle stage of the lesson
0030 # possible values: pre-alpha, alpha, beta, stable
0031 life_cycle: 'stable'
0032 
0033 # License of the lesson
0034 license: 'CC-BY 4.0'
0035 
0036 # Link to the source repository for this lesson
0037 source: 'https://github.com/eic/tutorial-analysis'
0038 
0039 # Default branch of your lesson
0040 branch: 'main'
0041 
0042 # Who to contact if there are any issues
0043 contact: 'stephen.kay@york.ac.uk'
0044 
0045 # Navigation ------------------------------------------------
0046 #
0047 # Use the following menu items to specify the order of
0048 # individual pages in each dropdown section. Leave blank to
0049 # include all pages in the folder.
0050 
0051 # Order of episodes in your lesson
0052 episodes:
0053 - 01-introduction.md
0054 - 02-reconstruction-output.md
0055 - 03-analysis.md
0056 - 04-full_chain_analysis.md
0057 - 05-additional-resources.md
0058 
0059 # Information for Learners
0060 learners:
0061 - setup.md
0062 - reference.md
0063 - branch-dictionary.md
0064 - exercise-scripts.md
0065 - tree-pruning-script.md
0066 - examples-repo.md
0067 - discuss.md
0068 
0069 # Information for Instructors
0070 instructors:
0071 - instructor-notes.md
0072 
0073 # Learner Profiles
0074 profiles:
0075 - learner-profiles.md
0076 
0077 # Customisation ---------------------------------------------
0078 #
0079 # This space below is where custom yaml items (e.g. pinning
0080 # sandpaper and varnish versions) should live