Skip to content

Commit

Permalink
Added DTAC links and AI policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Oct 3, 2024
1 parent c6165b3 commit 0db13ab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions statement-on-using-tools-git.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,9 @@ Thanks to the Scotland Government Analysis who have also published a comprehensi

This is not a complete list and links may change name so this is a great opportunity to also contribute to this book.
Details on how to do that can be found in the chapter [Contributing guidelines and etiquette](#contrib).

## GitHub Actions

<iframe width="560" height="315" src="https://www.youtube.com/embed/6UpVES4aGgw?si=0EUD1euA_lOvOqMg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

[Sandbox](https://github.com/nottmhospitals/actions_sandbox)
2 changes: 1 addition & 1 deletion statement-on-using-tools-quarto.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Even with pdfs there are tools like the R package [{scrapR}](https://github.com/
A useful function of Quarto and R Markdown is the [inclusion of code](https://quarto.org/docs/output-formats/html-code.html#code-tools) through the use of the yaml (`code-fold`) but if the code includes any reference to small numbers of sensitive data directly, for example:

```
filter(!NHSNumber == '4564564564')
filter(NHSNumber == '4564564564')
```
this would be a breach of sensitive information.

Expand Down
6 changes: 4 additions & 2 deletions statement-on-using-tools-r.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ As we've discussed above, the philosophy of using packages in R is rather differ

> It is also important to highlight that all software has potential vulnerabilities, including the proprietary software that you already have installed. Therefore, good software security practices should be maintained regardless of the software you are using.
## Other links
## Useful resources

[NHS England Regional Managers of Analytical teams presentation](https://github.com/aporter121/r-stuff/blob/main/Thoughts%20on%20R%20for%20regional%20leads.pptx)
[NHS England Regional Managers of Analytical teams presentation](https://github.com/aporter121/r-stuff/blob/main/Thoughts%20on%20R%20for%20regional%20leads.pptx)

The Digital Technology Assessment Criteria for Health and Social Care [(DTAC) for R](https://www.linkedin.com/feed/update/urn:li:activity:7247179090808438784/?originTrackingId=T%2B3IdsxgS0isgVbrQckHtg%3D%3D) from [South West Analytics & Infrastructure in Healthcare](https://www.linkedin.com/company/swaih/about/) shared on LinkedIn.
5 changes: 5 additions & 0 deletions technical-python.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ The default location for the folder is in `C:/Users/my.name` so a few commands c
- `dir` means directory and will show all the folders and files
:::

## Useful resources

The Digital Technology Assessment Criteria for Health and Social Care [(DTAC) for JupyterHub](https://www.linkedin.com/feed/update/urn:li:activity:7247179393335193602/?originTrackingId=ktTpD0p2Tz6vRt7H6GTogw%3D%3D) from [South West Analytics & Infrastructure in Healthcare](https://www.linkedin.com/company/swaih/about/) shared on LinkedIn.

The Digital Technology Assessment Criteria for Health and Social Care [(DTAC) for Python](https://www.linkedin.com/feed/update/urn:li:activity:7247179090808438784/?originTrackingId=T%2B3IdsxgS0isgVbrQckHtg%3D%3D) from [South West Analytics & Infrastructure in Healthcare](https://www.linkedin.com/company/swaih/about/) shared on LinkedIn.

0 comments on commit 0db13ab

Please sign in to comment.