-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.qmd
More file actions
75 lines (57 loc) · 2.23 KB
/
README.qmd
File metadata and controls
75 lines (57 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
format: gfm
execute:
echo: false
jupyter: python3
metadata-files:
- _metadata.yml
---
# {{< meta tagline >}}
{{< include /docs/includes/_badges.qmd >}}
This repository contains a
[Copier](https://copier.readthedocs.io/en/stable/) template for setting
up a new repository for a workshop. We made {{< meta gh.repo >}} because
we manage and develop several workshops in rostools, and this template
is designed to make it easier to create, develop, and maintain those
workshops.
The template helps set up and maintain workshop repositories, which
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]({{< meta links.site >}}) for more information,
such as the features it provides and a
[guide]({{< meta links.site >}}/docs/guide) to using the template. For a
list of changes, see our [changelog](CHANGELOG.md) page.
::: callout-tip
This template repository was generated from the
[t-squared](https://github.com/seedcase-project/t-squared) Seedcase
template :tada:
:::
## Contributing
Check out our [contributing page](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
{{< include /docs/includes/_contributors.qmd >}}
## 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
template in your work, please cite it as follows:
```{python}
#| output: asis
!uvx --quiet cffconvert --format apalike
```
Or as a BibTeX entry:
```{python}
!uvx --quiet cffconvert --format bibtex
```