Skip to content

Commit d9032b6

Browse files
author
committed
Deployed 0dc241d with MkDocs version: 1.4.2
0 parents  commit d9032b6

File tree

407 files changed

+229629
-0
lines changed

Some content is hidden

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

407 files changed

+229629
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+2,198
Large diffs are not rendered by default.

about/about.md

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: RAP Community of Practice
3+
4+
tags:
5+
- RAP CoP website
6+
hide:
7+
- navigation
8+
---
9+
10+
#
11+
12+
> **This material is maintained by the [NHS England RAP Community of Practice](mailto:england.rapchampions@nhs.net)**.
13+
14+
> You can see some examples of our work [here](https://github.com/NHSDigital/data-analytics-services), including [underlying code to NHS Digital publications](https://github.com/NHSDigital/data-analytics-services#rap-publication-repositories) which have been published as a direct outcome of the service our team provides.
15+
16+
These resources are intended for those interested in adopting [Reproducible Analytical Pipelines (RAP)](https://analysisfunction.civilservice.gov.uk/support/reproducible-analytical-pipelines/).
17+
18+
RAP is becoming the standard for creating analytical outputs in government; combining a number of ways of working that help to improve the reliability, transparency, and speed of statistics publications. Learn more on our [Why RAP is important][17] page.
19+
20+
## RAP in the NHS
21+
22+
The [Goldacre Review](https://www.gov.uk/government/publications/better-broader-safer-using-health-data-for-research-and-analysis), tasked with finding ways to deliver better, broader, and safer use of NHS data for analysis and research, identified RAP as the essential element to ensure high-quality analysis.
23+
24+
The Data Science team at NHS England have been championing RAP practices and providing support for analytical teams across our organisation. We have published these resources in the spirit of openness and transparency, and in the hope that other teams in other organisations may find them useful. You can find out more about our incredible contributors on our [Acknowledgements](site_info/acknowledgements.md) page.
25+
26+
Learn more about our [RAP service][19].
27+
28+
## Aims
29+
30+
This community of practice aims to support teams in adopting RAP practices through:
31+
32+
1. **Developing learning materials including reusable templates**
33+
2. **Offering support as teams establish new working practices**
34+
35+
See more about our [aims][11].
36+
37+
## Tutorials and resources
38+
39+
As we work alongside teams at NHS England, we try to produce reusable learning materials. We try to avoid reproducing guidance that is easily available online. Instead, we link to lots of external resources where you can self-serve.
40+
41+
We also have created some bespoke guidance that lays out how you would accomplish these practices in the NHS England setting, which are available internally.
42+
43+
The 'Implementing RAP' section shows you how you can start using RAP principles within your own team such as using [code reviews][14], [publishing your code][2] or [useful tools][15].
44+
45+
We have also developed some training resources on:
46+
47+
- [Git][8]
48+
- [Python][3]
49+
- [PySpark][16]
50+
- [R][4]
51+
52+
## Contribute
53+
54+
These resources are intended to help people get started with RAP. We welcome all feedback.
55+
56+
If you think of something worth including, improving, or want to contribute, please [raise an issue on GitHub](https://github.com/NHSDigital/rap-community-of-practice/issues) or contact the team via the NHS England "RAP Community of Practice" MS Teams (internal to NHS England), or [email](mailto:england.rapchampions@nhs.net).
57+
58+
You can also follow our guidance on [how to contribute](https://github.com/NHSDigital/rap-community-of-practice/blob/main/CONTRIBUTE.md).
59+
60+
## Licence
61+
62+
Unless stated otherwise, the codebase is released under the MIT Licence. This covers both the codebase and any sample code in the documentation.
63+
64+
This collection of resources is [© Crown copyright](http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/) and available under the terms of the [Open Government 3.0](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/) licence.
65+
66+
[1]: ./introduction_to_RAP/why_RAP_is_important.md
67+
[2]: ./implementing_RAP/how-to-publish-your-code-in-the-open.md
68+
[3]: ./training_resources/python/basic-python-data-analysis-operations.md
69+
[4]: ./training_resources/R/README.md
70+
[8]: ./training_resources/git/introduction-to-git.md
71+
[11]: ./introduction_to_RAP/why_RAP_is_important.md#aims-of-rap
72+
[12]: ./introduction_to_RAP/levels_of_RAP.md
73+
[13]: ./our_RAP_service#support
74+
[14]: ./implementing_RAP/code-review.md
75+
[15]: ./implementing_RAP/tools.md
76+
[16]: ./training_resources/pyspark/README.md
77+
[17]: ./introduction_to_RAP/why_RAP_is_important.md
78+
[18]: ./implementing_RAP/how-to-publish-your-code-in-the-open.md
79+
[19]: ./our_RAP_service

0 commit comments

Comments
 (0)