{"id":34737421,"url":"https://github.com/rostools/template-workshop","last_synced_at":"2026-04-02T14:08:42.901Z","repository":{"id":305746228,"uuid":"1019054146","full_name":"rostools/template-workshop","owner":"rostools","description":"An opinionated setup for making workshops as open educational resources","archived":false,"fork":false,"pushed_at":"2026-03-26T21:26:48.000Z","size":880,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T09:23:19.178Z","etag":null,"topics":["copier-template","open-educational-resource","template","template-workshop"],"latest_commit_sha":null,"homepage":"https://template-workshop.rostools.org","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rostools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-13T16:29:53.000Z","updated_at":"2026-03-26T21:26:52.000Z","dependencies_parsed_at":"2025-07-21T20:48:16.160Z","dependency_job_id":"51c65447-ec04-433e-a6fb-a1ada97c6311","html_url":"https://github.com/rostools/template-workshop","commit_stats":null,"previous_names":["rostools/template-workshop"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/rostools/template-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rostools%2Ftemplate-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rostools%2Ftemplate-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rostools%2Ftemplate-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rostools%2Ftemplate-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rostools","download_url":"https://codeload.github.com/rostools/template-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rostools%2Ftemplate-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copier-template","open-educational-resource","template","template-workshop"],"created_at":"2025-12-25T03:43:34.166Z","updated_at":"2026-04-02T14:08:42.890Z","avatar_url":"https://github.com/rostools.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Template Workshop: An opinionated setup for making workshops as open educational resources\n\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16979956.svg)](https://doi.org/10.5281/zenodo.16979956)\n[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json?raw=true.svg)](https://github.com/copier-org/copier)\n[![GitHub\nLicense](https://img.shields.io/github/license/rostools/template-workshop)](https://github.com/rostools/template-workshop/blob/main/LICENSE.md)\n[![GitHub\nRelease](https://img.shields.io/github/v/release/rostools/template-workshop.svg)](https://github.com/rostools/template-workshop/releases/latest)\n[![Test](https://github.com/rostools/template-workshop/actions/workflows/test.yml/badge.svg)](https://github.com/rostools/template-workshop/actions/workflows/test.yml)\n[![Build\nwebsite](https://github.com/rostools/template-workshop/actions/workflows/build-website.yml/badge.svg)](https://github.com/rostools/template-workshop/actions/workflows/build-website.yml)\n[![pre-commit.ci\nstatus](https://results.pre-commit.ci/badge/github/rostools/template-workshop/main.svg)](https://results.pre-commit.ci/latest/github/rostools/template-workshop/main)\n[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![Project Status: Active – The project has reached a stable, usable\nstate and is being actively\ndeveloped.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n\nThis repository contains a template for setting up a new workshop\nrepository that will contain files to create a website for a workshop\nand that might also be used as an open educational resource (OER). Use\nthis template to quickly get started with a new workshop with all the\nnecessary files and configurations in place for a smoother “developer\nexperience” and to have [continuous\ndelivery/deployment](https://en.wikipedia.org/wiki/Continuous_delivery)\nof the workshop website and archival to Zenodo.\n\nCheck out our [website](https://template-workshop.rostools.org) for more\ninformation, such as the features it provides, a\n[guide](https://template-workshop.rostools.org/docs/guide) for using the\ntemplate. For a list of changes, see our [changelog](CHANGELOG.md) page.\n\n## Contributing\n\nCheck out our [contributing document](CONTRIBUTING.md) for information\non how to contribute to the project, including how to set up your\ndevelopment environment.\n\nPlease note that this project is released with a [Contributor Code of\nConduct](CODE_OF_CONDUCT.md). By participating in this project you agree\nto abide by its terms.\n\n### Contributors\n\nThese are the people who have contributed by submitting changes through\npull requests :tada:\n\n[@lwjohnst86](https://github.com/lwjohnst86),\n[@signekb](https://github.com/signekb)\n\n## Licensing\n\nThis project is licensed under the [MIT License](LICENSE.md).\n\n## Citing\n\nThis project is part of rostools, which is an organisation that hosts\nand runs workshops (also as open educational resources) that are related\nin some way to doing reproducible and open science. If you use this\nproject in your work, please cite it as follows:\n\nJohnston L.W., Brødbæk S.K. (2025). Template Workshop: An opinionated\nsetup for making workshops as open educational resources DOI:\n10.5281/zenodo.16979956 URL: https://template-workshop.rostools.org\n\nOr as a BibTeX entry:\n\n    @misc{YourReferenceHere,\n    author = {Johnston, Luke William and Brødbæk, Signe Kirk},\n    doi = {10.5281/zenodo.16979956},\n    month = {8},\n    title = {Template Workshop: An opinionated setup for making workshops as open educational resources},\n    url = {https://template-workshop.rostools.org},\n    year = {2025}\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frostools%2Ftemplate-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frostools%2Ftemplate-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frostools%2Ftemplate-workshop/lists"}