dirac-bash-command-line-old
DiRAC Essentials Training: using Bash Shell
https://github.com/southampton-rsg-training/dirac-bash-command-line-old
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Repository
DiRAC Essentials Training: using Bash Shell
Basic Info
- Host: GitHub
- Owner: Southampton-RSG-Training
- License: other
- Language: HTML
- Default Branch: main
- Homepage: https://Southampton-RSG-training.github.io/dirac-bash-command-line
- Size: 21.6 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
lesson-template
This lesson template is intended to be used with the workshop-template, but could still be used to create an independent, standalone lesson. It is based on the Carpentries lesson example, but with some modifications. The aim is to keep this template as simple and up-to-date with the Carpentries example as possible.
Instructions
Create a new lesson by creating a template of this repository, ensure that the branch is still named gh-pages. Please make sure to create this in the Southampton-RSG-Training organization, with a short name such as "git-novice", or "shell-advanced".
Optionally, you should immediately create a new branch for the lesson you are creating. By using branches, it is possible to create a collection of the same lesson customized for different audiences which can be easily re-used in the future in the workshop template.
You need to edit several variables in
_config.ymlfor the lesson to render correctly.
When making a lesson to be used with the workshop template, to ensure that your
lesson is a consistent style with the other lessons, please use the episode
layout, i.e. ensure that layout: episode is in the front matter, or do not
specify a layout at all.
Each lesson included in a workshop has a top level and a detailed schedule. The
detailed schedule is automatically generated, however the top level one may need
some manual changes. This schedule is located in _includes/rsg/schedule.html,
and will need some knowledge of HTML to modify. However, the default schedule is
probably okay for most circumstances.
If your lesson takes place over multiple days, then _includes/rsg/schedule.html
will need to include two schedule tables. Additionally, for the first
lesson episode for each day, you need to place start: true in the front
matter. This will then mark where each day starts and ends in the detailed
lesson schedule.
Front Matter Variables
To make full use of the lesson template, it is wise to include as many as the following front matter variables in your episodes:
title- the episode titleslug- the episode slug, used as the permalink to that episodeteaching- the number of minutes of teaching for the episodeexercises- the number of minutes of exercises for the episodequestions- a YAML list of questions for the episodeobjectives- a YAML list of episode objectiveskeypoints- a YAML list of episode key pointsstart- either true or false, to indicate if a lesson is the first of a day
The title, slug, teaching and exercises variables are required, the
others are optional and the layout of the page will adjust accordingly to what
has been included.
Files to update/create
You should only need to update the following files:
index.mdsetup.mdreference.md_includes/rsg/schedule.html- Lesson markdown files in
_episodes/_episode_rmd - Lesson extras in
_extras _config.yml
Layout
The layout of lessons is nominally explained here. But, in brief:
The source for pages that appear as top-level items in the navigation bar are stored in the root directory, including the home page (
index.md), the reference page (reference.md), and the setup instructions (setup.md).Source files for lesson episodes are stored in
_episodes. As a standalone lesson,01-introduction.mdwould generate/01-introduction/index.html. As part of the workshop template, the generated page is instead generated to the slug of the markdown file.If you are writing lessons in R Markdown, source files go in
_episodes_rmd. You must runmake lesson-rmdto turn these into Markdown in_episodesand commit those Markdown files to the repository (since GitHub won't run anything except Jekyll to format material). You must also commit any figures generated from your lessons, which are stored in thefigdirectory.Files that appear under the "extras" menu in the lesson navigation bar are stored in
_extras.Figures are stored in the
figdirectory, data sets indata, source code incode, and miscellaneous files infiles.
Owner
- Name: Southampton-RSG-Training
- Login: Southampton-RSG-Training
- Kind: organization
- Repositories: 33
- Profile: https://github.com/Southampton-RSG-Training
This is a org to store the software lessons taught by the SRSG. The reposotry is built around the pinned 'workshop-template' which creates software workshops.
Citation (CITATION)
Please cite as: Greg Wilson (ed.): "Software Carpentry: Lesson Example." Version 2016.06, June 2016, https://github.com/carpentries/lesson-example, 10.5281/zenodo.58153.
GitHub Events
Total
Last Year
Dependencies
- PyYAML *
- beautifulsoup4 *
- favicons *
- git_root *
- html5lib *
- lxml *
- pandas *
- python-dateutil *
- github-pages >= 0 development
- webrick >= 1.6.1