Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-geometry-development-using-dd4hep/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: 'Geometry Development with DD4hep'
0022 
0023 # Date the lesson was created (YYYY-MM-DD, this is empty by default)
0024 created: 2022-01-01
0025 
0026 # Comma-separated list of keywords for the lesson
0027 keywords: 'EIC, ePIC, DD4hep, geometry, detector description, Geant4, ROOT, TGeo, eic-shell'
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-geometry-development-using-dd4hep'
0038 
0039 # Default branch of your lesson
0040 branch: 'main'
0041 
0042 # Who to contact if there are any issues
0043 contact: 'wouter.deconinck@umanitoba.ca'
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-defining-geometry.md
0054 - 02-viewing-geometry.md
0055 - 03-modifying-geometry.md
0056 
0057 # Information for Learners
0058 learners:
0059 - setup.md
0060 - reference.md
0061 - discuss.md
0062 
0063 # Information for Instructors
0064 instructors:
0065 - instructor-notes.md
0066 
0067 # Learner Profiles
0068 profiles:
0069 - learner-profiles.md
0070 
0071 # Customisation ---------------------------------------------
0072 #
0073 # This space below is where custom yaml items (e.g. pinning
0074 # sandpaper and varnish versions) should live