workshopqcd-2024-lesson-ml
https://github.com/cms-opendata-workshop/workshopqcd-2024-lesson-ml
Science Score: 44.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
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: cms-opendata-workshop
- License: other
- Default Branch: main
- Homepage: https://cms-opendata-workshop.github.io/workshopqcd-2024-lesson-ml/
- Size: 8.38 MB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Lesson: Getting started with docker
Building the lesson
This lesson was built from The Carpentries Workbench template lesson following the quick-start instructions. The repository was created checking the option of including all branches and making it public.
The content can be edited in the main branch and the GitHub actions generate and deploy the site to https://cms-opendata-workshop.github.io/workshopqcd-2024-lesson-docker/index.html
No attempt for a local build was made, and in principle, there is no need to install R or Pandoc. Note, however, that the content should be in Pandoc-flavored Markdown. If one wishes to test locally, the instructions are provided in The Carpentries Workbench documentation.
The setup instructions are in learners/setup.md and the separate pages under episodes.
The md-outputs branch shows after setting up the repository. No need to merge them.
The schedule shows only in the "Instructor view": https://cms-opendata-workshop.github.io/workshopqcd-2024-lesson-docker/instructor/index.html Use this link if you want to show it.
Updating an old lesson to the new template
There might be a tool somewhere, but if doing it by hand:
- Change questions (note the empty line after items), objectives and keypoints to
```
:::::: questions
- question 1
- question 2
::::::
:::::: objectives - objective 1 - objective 2
::::::
<!-- EPISODE CONTENT HERE -->
:::::: keypoints
- keypoint 1
- keypoint 2
::::::
``
2. Remove the double quotes of the question, objectives and keypoints.
3. Make sure that keypoints are at the end of the text.
4. Find all{: .callout},{: .challenge},{: .testimonial}etc tags and and remove the preceeding> ` for the block and change them to
::: callout
This is a callout block. It contains at least three colons
:::
or
``` ::::::::::::::::::::::::::::::::::::: challenge
## Question
Q: question
:::::::::::::::: solution
A: answer
::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::::: ```
Notes
Documentation
See e.g.
- https://carpentries.github.io/lesson-development-training/
- https://carpentries.github.io/sandpaper-docs/index.html
Indents and unexpected code blocks
Note that double-indent (two tabs) or anything more that three spaces produces a code block. That's not necessarily what one would expect. Also, in some special cases, in nested lists, the second level items might appear as a code block.
Figures
Figures should be located under episodes/fig, and included, for example, with

Configuring the lesson
Follow the steps below to complete the initial configuration of a new lesson repository:
- Make sure GitHub Pages is activated:
navigate to Settings,
select Pages from the left sidebar,
and make sure that
gh-pagesis selected as the branch to build from. If nogh-pagesbranch is available, check Actions to see if the first website build workflows are still running. The branch should become available when those have completed.
All this happened automatically for this repository.
1. Adjust the config.yaml file:
this file contains global parameters for your lesson site.
Individual fields within the file are documented with comments (beginning with #)
At minimum, you should adjust all the fields marked 'FIXME':
- title
- created
- keywords
- life_cycle (the default, pre-alpha, is the appropriate for brand new lessons)
- contact
1. Annotate the repository with site URL and topic tags:
navigate back to the repository landing page and
click on the gear wheel/cog icon (similar to ⚙️)
at the top-right of the About box.
Check the "Use your GitHub Pages website" option,
and add some keywords and other annotations to describe your lesson
in the Topics field.
At minimum, these should include:
- lesson
- the life cycle of the lesson (e.g. pre-alpha)
- the human language the lesson is written in (e.g. deutsch)
1. Adjust the
CITATION.cff, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and LICENSE.md files
as appropriate for your project.
- CITATION.cff:
this file contains information that people can use to cite your lesson,
for example if they publish their own work based on it.
You should update the CFF now to include information about your lesson,
and remember to return to it periodicallt, keeping it updated as your
author list grows and other details become available or need to change.
The Citation File Format home page gives more information about the format,
and the cffinit webtool can be used to create new and update existing CFF files.
- CODE_OF_CONDUCT.md:
if you are using this template for a project outside The Carpentries,
you should adjust this file to describe
who should be contacted with Code of Conduct reports,
and how those reports will be handled.
- CONTRIBUTING.md:
depending on the current state and maturity of your project,
the contents of the template Contributing Guide may not be appropriate.
You should adjust the file to help guide contributors on how best
to get involved and make an impact on your lesson.
- LICENSE.md:
in line with the terms of the CC-BY license,
you should ensure that the copyright information
provided in the license file is accurate for your project.
Owner
- Name: cms-opendata-workshop
- Login: cms-opendata-workshop
- Kind: organization
- Repositories: 33
- Profile: https://github.com/cms-opendata-workshop
CMS DPOA Workshops Organization Group
Citation (CITATION.cff)
# This template CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to replace its contents
# with information about your lesson.
# Remember to update this file periodically,
# ensuring that the author list and other fields remain accurate.
cff-version: 1.2.0
title: FIXME
message: >-
Please cite this lesson using the information in this file
when you refer to it in publications, and/or if you
re-use, adapt, or expand on the content in your own
training material.
type: dataset
authors:
- given-names: FIXME
family-names: FIXME
abstract: >-
FIXME Replace this with a short abstract describing the
lesson, e.g. its target audience and main intended
learning objectives.
license: CC-BY-4.0
GitHub Events
Total
- Delete event: 2
- Issue comment event: 2
- Push event: 45
- Pull request event: 4
- Create event: 1
Last Year
- Delete event: 2
- Issue comment event: 2
- Push event: 45
- Pull request event: 4
- Create event: 1
Dependencies
- actions/upload-artifact v3 composite
- actions/checkout v3 composite
- carpentries/actions/check-valid-pr main composite
- carpentries/actions/comment-diff main composite
- carpentries/actions/download-workflow-artifact main composite
- carpentries/actions/download-workflow-artifact main composite
- carpentries/actions/remove-branch main composite
- carpentries/actions/check-valid-pr main composite
- carpentries/actions/comment-diff main composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- carpentries/actions/check-valid-pr main composite
- carpentries/actions/setup-lesson-deps main composite
- carpentries/actions/setup-sandpaper main composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- actions/checkout v3 composite
- carpentries/actions/setup-lesson-deps main composite
- carpentries/actions/setup-sandpaper main composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- actions/checkout v3 composite
- carpentries/actions/check-valid-credentials main composite
- carpentries/actions/update-lockfile main composite
- carpentries/create-pull-request main composite
- r-lib/actions/setup-r v2 composite
- actions/checkout v3 composite
- carpentries/actions/check-valid-credentials main composite
- carpentries/actions/update-workflows main composite
- carpentries/create-pull-request main composite