Skip to content

Commit

Permalink
Additional tweaks to project listing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergam0t committed Nov 12, 2024
1 parent 71753ed commit fae7195
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 19 deletions.
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ website:
- text: "HSMA Projects"
menu:
- href: previous_projects/projects_by_service_area.qmd
text: Projects by Area
text: Projects by Area of Care
- href: previous_projects/projects_by_service_type_location.qmd
text: Projects by Care Location
text: Projects by Care Delivery Location
# - href: previous_projects/projects_by_organisation.qmd
# text: Projects by Organisation Type
- href: previous_projects/projects_by_methods.qmd
Expand Down
40 changes: 32 additions & 8 deletions previous_projects/projects_by_service_area.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ listing:
page-size: 1000
categories: false
include:
categories: "{Mental Health, Community Mental Health}"
categories: "{Mental Health,Community Mental Health}"
exclude:
categories: "{Mental Health Inpatients, Neurodiversity}"
categories: "{Mental Health Inpatients,Neurodiversity,NHS Talking Therapies (Formerly IAPT)}"
template: ../html/previous_projects/listing.ejs
- id: workforce_projects
contents: "*/*/index.qmd"
Expand Down Expand Up @@ -312,15 +312,19 @@ listing:
categories: false
include:
categories: "{Council}*"
- id: iapt_projects
contents: "*/*/index.qmd"
sort: "date desc"
type: grid
grid-columns: 2
page-size: 1000
categories: false
include:
categories: "{NHS Talking Therapies (Formerly IAPT)}*"
---

## Mental Health

### General Mental Health Projects

:::{#mental_health_projects}
:::

### Neurodiversity

:::{#neurodiversity_projects}
Expand All @@ -331,6 +335,17 @@ listing:
:::{#mh_inpatients_projects}
:::

### NHS Talking Therapies (Formerly IAPT)

:::{#iapt_projects}
:::

### Other Mental Health Projects

:::{#mental_health_projects}
:::

---

## Diseases

Expand All @@ -350,6 +365,8 @@ listing:
:::{#covid19_projects}
:::

---

## Public Health

### Smoking and Weight Management
Expand All @@ -367,6 +384,7 @@ listing:
:::{#public_health_projects}
:::

---

## Medical Specialties

Expand Down Expand Up @@ -429,6 +447,8 @@ listing:
:::{#urology_projects}
:::

---

## Non-NHS Project Areas

## Police
Expand All @@ -441,6 +461,8 @@ listing:
:::{#council_projects}
:::

---

## Patient Groups

### Children (Paediatrics)
Expand All @@ -458,14 +480,16 @@ listing:
:::{#womens_health_projects}
:::

---

## Workforce

:::{#workforce_projects}
:::

---

### Inequalities
## Inequalities

:::{#inequalities_projects}
:::
84 changes: 75 additions & 9 deletions previous_projects/projects_by_service_type_location.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,53 @@ listing:
include:
categories: "{Digital Outpatients}*"
template: ../html/previous_projects/listing.ejs
- id: outpatient_projects
contents: "*/*/index.qmd"
sort: "date desc"
type: grid
grid-columns: 2
page-size: 1000
categories: false
include:
categories: "{Outpatients}*"
template: ../html/previous_projects/listing.ejs
- id: ambulance_projects
contents: "*/*/index.qmd"
sort: "date desc"
type: grid
grid-columns: 2
page-size: 1000
categories: false
include:
categories: "{Ambulance}*"
template: ../html/previous_projects/listing.ejs
- id: pharmacy_projects
contents: "*/*/index.qmd"
sort: "date desc"
type: grid
grid-columns: 2
page-size: 1000
categories: false
include:
categories: "{Pharmacy}*"
template: ../html/previous_projects/listing.ejs
- id: blood_and_transplant_projects
contents: "*/*/index.qmd"
sort: "date desc"
type: grid
grid-columns: 2
page-size: 1000
categories: false
include:
categories: "{Blood & Transplant}*"
template: ../html/previous_projects/listing.ejs
---

## Ambulance

:::{#ambulance_projects}
:::

## Community

### Primary Care (GPs)
Expand Down Expand Up @@ -153,29 +198,50 @@ listing:

## Hospitals

### Urgent Treatment Centres (UTCs)
### Acute Medical Unit (AMU)

:::{#utc_projects}
:::{#amu_projects}
:::

### Accident & Emergency / Emergency Departments (A&E/ED)

:::{#emergency_department_projects}
:::

### Inpatients

:::{#inpatient_projects}
:::

### Intensive Care Units & Intensive Therapy Units (ICU/ITU)

:::{#icu_itu_projects}
:::

### Outpatients

:::{#outpatient_projects}
:::

### Same-Day Emergency Care (SDEC)

:::{#spec_projects}
:::

### Urgent Treatment Centres (UTCs)

### Acute Medical Unit (AMU)

:::{#amu_projects}
:::{#utc_projects}
:::

### Inpatients

:::{#inpatient_projects}
## Supporting

### NHS Blood & Transplant

:::{#blood_and_transplant_projects}
:::

### Intensive Care Units & Intensive Therapy Units (ICU/ITU)
### Pharmacy

:::{#icu_itu_projects}
:::{#pharmacy_projects}
:::

0 comments on commit fae7195

Please sign in to comment.