Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-shenton committed May 21, 2022
1 parent 54bc26f commit c70c93b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Mixyll in Action
title: Markdown in Action
date: 2014-06-10 12:31:19
summary: See what the different elements looks like. Your markdown has never looked better. I promise.
categories: jekyll mixyll
Expand Down
14 changes: 6 additions & 8 deletions _posts/2021-06-11-open-analytics-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@ layout: post
title: Open Analytics Template
date: 2021-06-11 12:00:00
summary: How we built an open analytics template for healthcare
categories: open-source, NHS, python, GitHub
categories: open-source NHS python GitHub
author: Craig Robert Shenton, PhD
author-bio: Senior Data Engineer, NHS England Medical Directorate
author-link: https://github.com/craig-shenton
---

The open analytics template is a very lightweight and reusable automation pipeline for open analytics projects.

<a href="https://nhs-pycom.github.io/opensource-health-statistics/">
<img class="nhsuk-image__img" style='border:1px solid #212b32' src="assets/img/posts/open-analytics-min.png" alt="Open-Source Health Statistics" width="200px">
</a>

The tech stack is built using an end-to-end open-source tooling, consisting four key components:
The open analytics template is a very lightweight and reusable automation pipeline for open analytics projects. The tech stack is built using an end-to-end open-source tooling, consisting four key components:

1. [GitHub API](https://docs.github.com/en/rest/reference/orgs) / [GitLab API](): We use the open API to pull data from open health repositoiries as `.json` files that are flattened into `pandas` dataframes for analysis.
2. [Plotly.py](https://plotly.com/graphing-libraries/): An open source python graphing library is used to plot the repository data as tables and interactive charts.
3. [GitHub Actions](https://github.com/features/actions): Used to orchestrate and automate the first two components on a schedule and commit those changes back to the project's repository.
4. [GitHub.io Pages](https://pages.github.com/): We host and publish the results of our analysis to a static website that is re-built on every new commit.

<a href="https://nhs-pycom.github.io/opensource-health-statistics/">
<img class="nhsuk-image__img" style='border:1px solid #212b32' src="assets/img/posts/open-analytics-min.png" alt="Open-Source Health Statistics" width="200px">
</a>

The template is used to build and deploy the following projects:

- The [Open-Source Health Statistics](https://nhs-pycom.github.io/opensource-health-statistics/) project was created by developers at <a href="https://www.nhsx.nhs.uk/">NHSX</a> and <a href="https://www.nhsbsa.nhs.uk/">NHS Business Services Authority</a>
Expand Down
10 changes: 5 additions & 5 deletions _posts/2021-06-11-open-source-health-statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ layout: post
title: Open-Source Health Statistics
date: 2021-06-11 12:00:00
summary: How are collecting statistics on open-source NHS and healthcare related code repositories
categories: open-source, NHS, python, GitHub
categories: open-source NHS python GitHub
author: Craig Robert Shenton, PhD
author-bio: Senior Data Engineer, NHS England Medical Directorate
author-link: https://github.com/craig-shenton
---

The [Open-Source Health Statistics](https://nhs-pycom.github.io/opensource-health-statistics/) project was created by developers at [NHSX](https://www.nhsx.nhs.uk/) and [NHS Business Services Authority](https://www.nhsbsa.nhs.uk/).

<a href="https://nhs-pycom.github.io/opensource-health-statistics/">
<img class="nhsuk-image__img" style='border:1px solid #212b32' src="assets/img/posts/open-source-stats-min.png" alt="Open Analytics Template" width="200px">
</a>

We have been collecting stats on open repositories of NHS and related healthcare organisations.

Quite interesting dataset that has lots of potential for further analysis and visualisations.

The ‘cambrian explosion’ visualisation captures the rise in open-source software in recent years.

<a href="https://nhs-pycom.github.io/opensource-health-statistics/">
<img class="nhsuk-image__img" style='border:1px solid #212b32' src="assets/img/posts/open-source-stats-min.png" alt="Open Analytics Template" width="200px">
</a>

2 changes: 1 addition & 1 deletion _posts/2021-06-21-epd-analysis-using-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: England Prescribing Data (EPD) analysis using python
date: 2021-06-21 00:00:00
summary: Exploration of seasonal allergic rhinitis (hayfever) prescribing data using python.
categories: python,
categories: open-source NHS python
author: Adenrele Komolafe
author-bio: Royal Surrey NHS Foundation Trust
author-link: https://www.linkedin.com/in/akomolafe/
Expand Down
10 changes: 0 additions & 10 deletions _posts/2022-05-15-title copy 2.md

This file was deleted.

18 changes: 0 additions & 18 deletions _posts/2022-05-15-title copy.md

This file was deleted.

2 changes: 2 additions & 0 deletions _sass/basscss/_base-typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ blockquote {
/* [2] */
margin-bottom: 40px;
margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
padding: 16px;
border-left: 8px solid #005eb8;
}
Expand Down
1 change: 1 addition & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
@import 'nhsuk';
@import 'variables';
@import 'basscss';
@import 'code';
@import 'animations';

0 comments on commit c70c93b

Please sign in to comment.