Skip to content

Commit 20ebd5f

Browse files
authored
Tags button broken (#296)
* fix to tags issue
1 parent b0f5714 commit 20ebd5f

File tree

3 files changed

+55
-107
lines changed

3 files changed

+55
-107
lines changed

docs/our_work/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div style="text-align: center;">
1414
<button class="hero md-button md-button--primary" style="display: inline-block; margin: 0 0.5rem;" onclick="randomSite()">Take me to a random project 🧩</button>
15-
<a href="./tags.md" class="md-button" style="display: inline-block; margin: 0 0.5rem;">Explore our projects by categories & tags 🏷️</a>
15+
<a href="./tags" class="md-button" style="display: inline-block; margin: 0 0.5rem;">Explore our projects by categories & tags 🏷️</a>
1616
</div>
1717

1818

docs/our_work/tags.md

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -8,93 +8,93 @@ Below the tags are sorted by **categories** (Project Status, Data Sources, Domai
88

99
---
1010

11-
* [Primary care](#tag:primary-care)
12-
* [Secondary care](#tag:secondary-care)
13-
* [Social Care](#tag:social-care)
14-
* [Emergency care](#tag:emergency-care)
15-
* [Diseases](#tag:diseases)
16-
* [Public/Population Health](#tag:population-health)
17-
* [Workforce & Allocation](#tag:workforce)
18-
* [Prescribing](#tag:prescribing)
19-
* [Financial](#tag:financial)
11+
* [Primary care](#primary-care)
12+
* [Secondary care](#secondary-care)
13+
* [Social Care](#social-care)
14+
* [Emergency care](#emergency-care)
15+
* [Diseases](#diseases)
16+
* [Public/Population Health](#population-health)
17+
* [Workforce & Allocation](#workforce)
18+
* [Prescribing](#prescribing)
19+
* [Financial](#financial)
2020

2121
- :octicons-ai-model-16:{ .lg .middle } __Techniques__
2222

2323
---
2424

25-
* [Forecasting](#tag:forecasting)
26-
* [Classification](#tag:classification)
27-
* [Computer Vision](#tag:computer-vision)
28-
* [Deep Learning](#tag:deep-learning)
29-
* [Large Language Models (LLM)](#tag:llm)
30-
* [Machine Learning](#tag:machine-learning)
31-
* [Neural Networks](#tag:neural-networks)
32-
* [Natural Language Processing (NLP)](#tag:natural-language-processing)
33-
* [Linkage](#tag:linkage)
34-
* [Simulation](#tag:simulation)
25+
* [Forecasting](#forecasting)
26+
* [Classification](#classification)
27+
* [Computer Vision](#computer-vision)
28+
* [Deep Learning](#deep-learning)
29+
* [Large Language Models (LLM)](#llm)
30+
* [Machine Learning](#machine-learning)
31+
* [Neural Networks](#neural-networks)
32+
* [Natural Language Processing (NLP)](#natural-language-processing)
33+
* [Linkage](#linkage)
34+
* [Simulation](#simulation)
3535

3636
- :material-projector-screen:{ .lg .middle } __Project Type (exploratory, modeling, etc.)__
3737

3838
---
3939

40-
* [Best Practice Guidance](#tag:best-practice)
41-
* [Data Validation](#tag:data-validation)
42-
* [Documentation](#tag:documentation)
43-
* [Ethics](#tag:ethics)
44-
* [Explainability](#tag:explainability)
45-
* [Generation](#tag:generation)
46-
* [Linkage](#tag:linkage)
47-
* [Modelling](#tag:modelling)
48-
* [Reproducible Analytical Pipeline (RAP)](#tag:rap)
49-
* [Research](#tag:research)
40+
* [Best Practice Guidance](#best-practice)
41+
* [Data Validation](#data-validation)
42+
* [Documentation](#documentation)
43+
* [Ethics](#ethics)
44+
* [Explainability](#explainability)
45+
* [Generation](#generation)
46+
* [Linkage](#linkage)
47+
* [Modelling](#modelling)
48+
* [Reproducible Analytical Pipeline (RAP)](#rap)
49+
* [Research](#research)
5050

5151
- :octicons-database-16:{ .lg .middle } __Data Types__
5252

5353
---
5454

5555
**Structure**
5656

57-
* [Structured](#tag:structured-data)
58-
* [Unstructured](#tag:unstructured-data)
57+
* [Structured](#structured-data)
58+
* [Unstructured](#unstructured-data)
5959

6060
**Data modality**
6161

62-
* [Multi-modal](#tag:multi-modal)
63-
* [Sound/Audio](#tag:audio-data)
64-
* [Genomics](#tag:genomics-data)
65-
* [Video/Image](#tag:visual-data)
66-
* [Text Data](#tag:text-data)
67-
* [Time Series](#tag:time-series)
62+
* [Multi-modal](#multi-modal)
63+
* [Sound/Audio](#audio-data)
64+
* [Genomics](#genomics-data)
65+
* [Video/Image](#visual-data)
66+
* [Text Data](#text-data)
67+
* [Time Series](#time-series)
6868

6969
**Data Accessibility/Privacy**
7070

71-
* [Patient Identifiable](#tag:patient-identifiable-data)
72-
* [Synthetic](#tag:synthetic-data)
73-
* [Open Data](#tag:open-data)
74-
* [Pseudonymised](#tag:pseudonymised)
71+
* [Patient Identifiable](#patient-identifiable-data)
72+
* [Synthetic](#synthetic-data)
73+
* [Open Data](#open-data)
74+
* [Pseudonymised](#pseudonymised)
7575

7676
- :material-language-python:{ .lg .middle } __Coding Language__
7777

7878
---
79-
* [Python](#tag:python)
80-
* [SQL](#tag:sql)
81-
* [R](#tag:r)
82-
* [Web Development (e.g. Javascript, HTML, CSS)](#tag:webdev)
79+
* [Python](#python)
80+
* [SQL](#sql)
81+
* [R](#r)
82+
* [Web Development (e.g. Javascript, HTML, CSS)](#webdev)
8383

8484
- :material-list-status:{ .lg .middle } __Status__
8585

8686
---
8787

88-
* [Work in Progress](#tag:wip)
89-
* [Complete](#tag:complete)
90-
* [On Pause](#tag:paused)
88+
* [Work in Progress](#wip)
89+
* [Complete](#complete)
90+
* [On Pause](#paused)
9191

9292
**Deployment Level**
9393

94-
* [In Development](#tag:in-development)
95-
* [Retired](#tag:retired)
96-
* [Deployed](#tag:deployed)
97-
* [Experimental](#tag:experimental)
94+
* [In Development](#in-development)
95+
* [Retired](#retired)
96+
* [Deployed](#deployed)
97+
* [Experimental](#experimental)
9898

9999
</div>
100100

mkdocs.yml

Lines changed: 2 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -11,66 +11,14 @@ plugins:
1111
blog_dir: articles
1212
authors_file: "{blog}/.authors.yml"
1313
- tags:
14-
tags_allowed:
15-
- PRIMARY CARE
16-
- SECONDARY CARE
17-
- SOCIAL CARE
18-
- EMERGENCY CARE
19-
- DISEASES
20-
- POPULATION HEALTH
21-
- WORKFORCE
22-
- PRESCRIBING
23-
- FINANCIAL
24-
- FORECASTING
25-
- CLASSIFICATION
26-
- COMPUTER VISION
27-
- DEEP LEARNING
28-
- LLM
29-
- MACHINE LEARNING
30-
- NEURAL NETWORKS
31-
- NATURAL LANGUAGE PROCESSING
32-
- LINKAGE
33-
- SIMULATION
34-
- BEST PRACTICE
35-
- DATA VALIDATION
36-
- DOCUMENTATION
37-
- ETHICS
38-
- EXPLAINABILITY
39-
- GENERATION
40-
- MODELLING
41-
- RAP
42-
- RESEARCH
43-
- STRUCTURED DATA
44-
- UNSTRUCTURED DATA
45-
- MULTI MODAL
46-
- AUDIO DATA
47-
- GENOMICS DATA
48-
- VISUAL DATA
49-
- TEXT DATA
50-
- TIME SERIES
51-
- PATIENT IDENTIFIABLE DATA
52-
- SYNTHETIC DATA
53-
- OPEN DATA
54-
- PUBLICATIONS
55-
- PSEUDONYMISED
56-
- PYTHON
57-
- SQL
58-
- R
59-
- WEBDEV
60-
- WIP
61-
- COMPLETE
62-
- PAUSED
63-
- IN DEVELOPMENT
64-
- RETIRED
65-
- DEPLOYED
66-
- EXPERIMENTAL
14+
tags_file: our_work/tags.md
6715
- exclude:
6816
glob:
6917
- our_work/template-project.md
7018
- open-in-new-tab
7119
- suppress_logs:
7220
patterns:
73-
- "Doc file 'our_work/tags.md' contains a link '#tag:{*}', but there is no such anchor on this page."
21+
- "Doc file 'our_work/tags.md' contains a link '#{*}', but there is no such anchor on this page."
7422
loggers:
7523
- mkdocs.structure.pages
7624
nav:

0 commit comments

Comments
 (0)