https://github.com/rostools/template-workshop
An opinionated setup for making workshops as open educational resources
https://github.com/rostools/template-workshop
copier-template open-educational-resource template template-workshop
Last synced: 3 months ago
JSON representation
An opinionated setup for making workshops as open educational resources
- Host: GitHub
- URL: https://github.com/rostools/template-workshop
- Owner: rostools
- License: mit
- Created: 2025-07-13T16:29:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-26T21:26:48.000Z (3 months ago)
- Last Synced: 2026-03-27T09:23:19.178Z (3 months ago)
- Topics: copier-template, open-educational-resource, template, template-workshop
- Language: Jinja
- Homepage: https://template-workshop.rostools.org
- Size: 859 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Template Workshop: An opinionated setup for making workshops as open educational resources
[](https://doi.org/10.5281/zenodo.16979956)
[](https://github.com/copier-org/copier)
[](https://github.com/rostools/template-workshop/blob/main/LICENSE.md)
[](https://github.com/rostools/template-workshop/releases/latest)
[](https://github.com/rostools/template-workshop/actions/workflows/test.yml)
[](https://github.com/rostools/template-workshop/actions/workflows/build-website.yml)
[](https://results.pre-commit.ci/latest/github/rostools/template-workshop/main)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.repostatus.org/#active)
This repository contains a template for setting up a new workshop
repository that will contain files to create a website for a workshop
and that might also be used as an open educational resource (OER). Use
this template to quickly get started with a new workshop with all the
necessary files and configurations in place for a smoother “developer
experience” and to have [continuous
delivery/deployment](https://en.wikipedia.org/wiki/Continuous_delivery)
of the workshop website and archival to Zenodo.
Check out our [website](https://template-workshop.rostools.org) for more
information, such as the features it provides, a
[guide](https://template-workshop.rostools.org/docs/guide) for using the
template. For a list of changes, see our [changelog](CHANGELOG.md) page.
## Contributing
Check out our [contributing document](CONTRIBUTING.md) for information
on how to contribute to the project, including how to set up your
development environment.
Please note that this project is released with a [Contributor Code of
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
to abide by its terms.
### Contributors
These are the people who have contributed by submitting changes through
pull requests :tada:
[@lwjohnst86](https://github.com/lwjohnst86),
[@signekb](https://github.com/signekb)
## Licensing
This project is licensed under the [MIT License](LICENSE.md).
## Citing
This project is part of rostools, which is an organisation that hosts
and runs workshops (also as open educational resources) that are related
in some way to doing reproducible and open science. If you use this
project in your work, please cite it as follows:
Johnston L.W., Brødbæk S.K. (2025). Template Workshop: An opinionated
setup for making workshops as open educational resources DOI:
10.5281/zenodo.16979956 URL: https://template-workshop.rostools.org
Or as a BibTeX entry:
@misc{YourReferenceHere,
author = {Johnston, Luke William and Brødbæk, Signe Kirk},
doi = {10.5281/zenodo.16979956},
month = {8},
title = {Template Workshop: An opinionated setup for making workshops as open educational resources},
url = {https://template-workshop.rostools.org},
year = {2025}
}