Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-simulations-using-ddsim-and-geant4/_includes/aio-script.md is written in an unsupported language. File is not indexed.

0001 {% comment %}
0002 As a maintainer, you don't need to edit this file.
0003 If you notice that something doesn't work, please
0004 open an issue: https://github.com/carpentries/styles/issues/new
0005 {% endcomment %}
0006 
0007 {% include manual_episode_order.html %}
0008 
0009 {% for lesson_episode in lesson_episodes %}
0010 
0011 {% if site.episode_order %}
0012   {% assign e = site.episodes | where: "slug", lesson_episode | first %}
0013 {% else %}
0014   {% assign e = lesson_episode %}
0015 {% endif %}
0016 
0017 <h1 id="{{ e.title | slugify }}" class="maintitle">{{ e.title }}</h1>
0018 
0019 {% include episode_overview.html teaching_time=e.teaching exercise_time=e.exercises episode_questions=e.questions episode_objectives=e.objectives %}
0020 
0021 {{ e.content }}
0022 
0023 {% include episode_keypoints.html episode_keypoints=e.keypoints %}
0024 <hr />
0025 {% endfor %}