Skip to content

Commit 996652f

Browse files
authored
Merge pull request #190 from pythonhealthdatascience/dev
Dev
2 parents b47cb4a + 8c0e38b commit 996652f

53 files changed

Lines changed: 1484 additions & 634 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docker_quarto.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Publish docker on GHCR and quarto on GitHub pages
2+
run-name: Publish docker on GHCR and quarto on GitHub pages
23

34
on:
45
push:

.github/workflows/lint_alt_text.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Check Alt Text
2+
run-name: Check Alt Text
23

34
on:
45
push:

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ sudo docker image rm -f desrapbookdocker
160160

161161
## Accessibility
162162

163+
This site uses [W3C's Web Accessibility Initiative (WAI) Easy Checks](https://www.w3.org/WAI/test-evaluate/easy-checks/) as a lightweight accessibility framework. Please see this [GitHub issue](https://github.com/pythonhealthdatascience/des_rap_book/issues/188) for a record of which checks are currently met and any known limitations.
164+
163165
Quarto's supported accessibility checker `axe` is not used because it is difficult to read, and it mostly flagged things that cannot be changed (i.e., Quarto defaults and built-ins). As such, other approaches are used.
164166

165167
### `lint_alt_text.py`

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Reproducible Healthcare Simulations in Python and R
3+
Copyright (c) 2026 STARS (Sharing Tools and Artefacts for Reproducible Simulations in healthcare) project team
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ You can also cite the archived version of this work on Zenodo: https://doi.org/1
7878

7979
<br>
8080

81+
## Accessibility
82+
83+
This site uses [W3C's Web Accessibility Initiative (WAI) Easy Checks](https://www.w3.org/WAI/test-evaluate/easy-checks/) as a lightweight accessibility framework. Please see this [GitHub issue](https://github.com/pythonhealthdatascience/des_rap_book/issues/188) for a record of which checks are currently met and any known limitations.
84+
85+
<br>
86+
8187
## Contributors
8288

8389
If you're interested in contributing (or just viewing this website locally), check out the `CONTRIBUTING.md` file.

_quarto.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ website:
124124
- text: |
125125
Part of the <a href="https://pythonhealthdatascience.github.io/stars/" target="_blank" rel="noopener">STARS research project</a>.<br>
126126
Code licence: <a href="https://opensource.org/license/mit" target="_blank" rel="noopener">MIT</a>.
127-
Text licence: <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">CC-BY-SA 4.0</a>.
127+
Text licence: <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">CC-BY-SA 4.0</a>.<br>
128+
<a href="/pages/changelog.qmd">Changelog</a>
128129
right:
129130
- text: |
130131
Heather, A., Monks, T., Mustafee, N., Harper, A., Alidoost, F., Challen, R., & Slater, T. (2025). DES RAP Book: Reproducible Discrete-Event Simulation in Python and R. https://github.com/pythonhealthdatascience/des_rap_book. https://doi.org/10.5281/zenodo.17094155.

dissemination.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Dissemination / Advertising Plan
2+
3+
This document outlines how this training resource is and will be shared with its target audience.
4+
5+
## Publication and formal channels
6+
7+
* Submit a journal publication describing the resource and its intended use, including a persistent link to the online book.
8+
* Embed and describe the resource within the [HDR UK Futures](https://hdruklearn.org/) training platform, so it appears alongside related training materials.
9+
10+
## Professional and community networks
11+
12+
* Share the resource on:
13+
* NHS-OA community Slack.
14+
* RSE community Slack.
15+
* LinkedIn.
16+
* PenARC comms.
17+
* Open Research champions network / UK Reproducibility Network.
18+
* Write a blog post for the NHS-OA community about the resource.
19+
20+
## Web presence and catalogues
21+
22+
* Link the resource from the [STARS project site](https://pythonhealthdatascience.github.io/stars/).
23+
* Register in training resource catalogues [TESS](https://tess.elixir-europe.org/) and [Glittr](https://glittr.org/).
24+
* Include on the [Coding For Reproducible Research resource list](https://coding-for-reproducible-research.github.io/CfRR_Courses/resources/resources.html).

environment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies:
66
- flake8=7.3.0
77
- itables=2.5.2
88
- jupyter=1.1.1
9+
- nbconvert=7.17.0
910
- openssl=3.3.0
1011
- pandas=2.3.1
1112
- plotly=6.3.0

pages/changelog.qmd

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
pagetitle: Changelog
3+
---
4+
5+
{{< include /CHANGELOG.md >}}
6+
7+
<!--Adjust spacing before headers-->
8+
<style>
9+
section.level2 {
10+
padding-top: 0.5em;
11+
}
12+
h3 {
13+
margin-top: 0.2em;
14+
}
15+
h4 {
16+
margin-top: 0em;
17+
}
18+
</style>

pages/guide/environment-full.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies:
66
- flake8=7.3.0
77
- itables=2.5.2
88
- jupyter=1.1.1
9+
- nbconvert-core=7.16.6
910
- openssl=3.3.0
1011
- pandas=2.3.1
1112
- plotly=6.3.0

0 commit comments

Comments
 (0)