tutorial-template
Template for LMU OSC branded and styled tutorials
Science Score: 52.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
Organization lmu-osc has institutional domain (www.osc.uni-muenchen.de) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.7%) to scientific vocabulary
Repository
Template for LMU OSC branded and styled tutorials
Basic Info
- Host: GitHub
- Owner: lmu-osc
- License: cc-by-sa-4.0
- Language: CSS
- Default Branch: main
- Homepage: https://lmu-osc.github.io/tutorial-template/
- Size: 1.27 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
- Releases: 0
Metadata Files
README.md
Tutorial Template
This repo serves as the template/basis for our Quarto tutorials.
Check CITATION.cff Format
Repo templates come with a GitHub Action that will check that the CITATION.cff file is correctly formatted every time the file is pushed to GitHub (and it will check on any branch to which it is pushed.)
You can also run this check locally with the code below which 1) installs the cffconvert checker package, and runs the check (inside of a Docker container). You may need to install Docker and Python 3 if they are not already on your computer.
{bash}
python3 -m pip install --user cffconvert
docker run --rm -v "${PWD}:/app" citationcff/cffconvert --validate
Owner
- Name: LMU Open Science Center
- Login: lmu-osc
- Kind: organization
- Location: Germany
- Website: https://www.osc.uni-muenchen.de/index.html
- Repositories: 1
- Profile: https://github.com/lmu-osc
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "YOUR_NAME_HERE"
given-names: "YOUR_NAME_HERE"
orcid: "https://orcid.org/0000-0000-0000-0000"
affiliation:
- name: "INCLUDE RELEVANT INSTITUTION"
ror: "INCLUDE ROR LINK ID IF AVAILABLE"
- name: "INCLUDE RELEVANT INSTITUTION"
ror: "INCLUDE ROR LINK ID IF AVAILABLE"
title: "TUTORIAL_TITLE_HERE"
version: 0.0.1
doi: "DOI_HERE_AFTER_GENERATED"
date-released: YYYY-MM-DD
repository-code: "https://github.com/lmu-osc/TUTORIAL_REPO"
url: "https://lmu-osc.github.io/TUTORIAL_REPO/"
preferred-citation:
authors:
- family-names: "YOUR_LAST_NAME_HERE"
given-names: "YOUR_FIRST_NAME_HERE"
orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Carberry"
given-names: "Josiah"
orcid: "https://orcid.org/0000-0002-1825-0097"
title: "TUTORIAL_TITLE_HERE"
year: YYYY
doi: "10.1000/182"
publisher:
name: "LMU Open Science Center"
ror: "https://ror.org/029e6qe04"
repository-code: "https://github.com/lmu-osc/TUTORIAL_REPO"
url: "https://lmu-osc.github.io/TUTORIAL_REPO/"
type: "book"
GitHub Events
Total
- Issues event: 16
- Delete event: 6
- Issue comment event: 31
- Public event: 1
- Push event: 98
- Pull request event: 15
- Create event: 10
Last Year
- Issues event: 16
- Delete event: 6
- Issue comment event: 31
- Public event: 1
- Push event: 98
- Pull request event: 15
- Create event: 10
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 10
- Total pull requests: 5
- Average time to close issues: about 1 month
- Average time to close pull requests: 11 days
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.6
- Average comments per pull request: 0.2
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 10
- Pull requests: 5
- Average time to close issues: about 1 month
- Average time to close pull requests: 11 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.6
- Average comments per pull request: 0.2
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- NeuroShepherd (12)
- fkohrt (1)
Pull Request Authors
- NeuroShepherd (7)
- fkohrt (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- quarto-dev/quarto-actions/publish v2 composite
- quarto-dev/quarto-actions/setup v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-renv v2 composite
- actions/checkout v4 composite
- dieghernan/cff-validator v3 composite