Warning, /tutorial-jana2/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: 'Reconstruction Algorithms in JANA2'
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, EICrecon, JANA2, reconstruction, plugin, factory, 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-jana2'
0038
0039 # Default branch of your lesson
0040 branch: 'main'
0041
0042 # Who to contact if there are any issues
0043 contact: 'davidl@jlab.org'
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-work-environment.md
0055 - 03-end-user-plugin.md
0056 - 04-factory.md
0057 - 05-contributing.md
0058
0059 # Information for Learners
0060 learners:
0061 - setup.md
0062 - reference.md
0063 - discuss.md
0064
0065 # Information for Instructors
0066 instructors:
0067 - instructor-notes.md
0068
0069 # Learner Profiles
0070 profiles:
0071 - learner-profiles.md
0072
0073 # Customisation ---------------------------------------------
0074 #
0075 # This space below is where custom yaml items (e.g. pinning
0076 # sandpaper and varnish versions) should live