Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-jana2/_config.yml 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 traning for instance)
0010 # incubator: Carpentries Incubator
0011 carpentry: "swc"
0012 
0013 # Overall title for pages.
0014 title: "EIC Tutorial: Reconstruction Algorithms in JANA2"
0015 
0016 # Life cycle stage of the lesson
0017 # See this page for more details: https://cdh.carpentries.org/the-lesson-life-cycle.html
0018 # Possible values: "pre-alpha", "alpha", "beta", "stable"
0019 life_cycle: "beta"
0020 
0021 #------------------------------------------------------------
0022 # Generic settings (should not need to change).
0023 #------------------------------------------------------------
0024 
0025 # What kind of thing is this ("workshop" or "lesson")?
0026 kind: "lesson"
0027 
0028 # Magic to make URLs resolve both locally and on GitHub.
0029 # See https://help.github.com/articles/repository-metadata-on-github-pages/.
0030 # Please don't change it: <USERNAME>/<PROJECT> is correct.
0031 repository: <USERNAME>/<PROJECT>
0032 
0033 # Email address, no mailto:
0034 email: "davidl@jlab.org"
0035 
0036 # Sites.
0037 coc: "https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html"
0038 amy_site: "https://amy.carpentries.org/"
0039 carpentries_github: "https://github.com/carpentries"
0040 carpentries_pages: "https://carpentries.github.io"
0041 carpentries_site: "https://carpentries.org/"
0042 dc_site: "https://datacarpentry.org"
0043 example_repo: "https://github.com/carpentries/lesson-example"
0044 example_site: "https://carpentries.github.io/lesson-example"
0045 lc_site: "https://librarycarpentry.org/"
0046 swc_github: "https://github.com/swcarpentry"
0047 swc_pages: "https://swcarpentry.github.io"
0048 swc_site: "https://software-carpentry.org"
0049 template_repo: "https://github.com/carpentries/styles"
0050 training_site: "https://carpentries.github.io/instructor-training"
0051 workshop_repo: "https://github.com/carpentries/workshop-template"
0052 workshop_site: "https://carpentries.github.io/workshop-template"
0053 cc_by_human: "https://creativecommons.org/licenses/by/4.0/"
0054 
0055 # Surveys.
0056 pre_survey: "https://carpentries.typeform.com/to/wi32rS#slug="
0057 post_survey: "https://carpentries.typeform.com/to/UgVdRQ#slug="
0058 instructor_pre_survey: "https://carpentries.typeform.com/to/QVOarK#slug="
0059 instructor_post_survey: "https://carpentries.typeform.com/to/cjJ9UP#slug="
0060 
0061 # Set to 'true' for instructor training websites only.
0062 instructor_training: false
0063 
0064 # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
0065 start_time: 0
0066 
0067 # Specify that things in the episodes collection should be output.
0068 collections:
0069   episodes:
0070     output: true
0071     permalink: /:path/index.html
0072   extras:
0073     output: true
0074     permalink: /:path/index.html
0075 
0076 # Set the default layout for things in the episodes collection.
0077 defaults:
0078   - values:
0079       root: .
0080       layout: page
0081   - scope:
0082       path: ""
0083       type: episodes
0084     values:
0085       root: ..
0086       layout: episode
0087   - scope:
0088       path: ""
0089       type: extras
0090     values:
0091       root: ..
0092       layout: page
0093 
0094 # Files and directories that are not to be copied.
0095 exclude:
0096   - Makefile
0097   - bin/
0098   - .Rproj.user/
0099   - .vendor/
0100   - vendor/
0101   - .docker-vendor/
0102 
0103 # Turn on built-in syntax highlighting.
0104 highlighter: rouge