Skip to content

Commit 1d5f2cd

Browse files
authored
Merge pull request #9 from pythonhealthdatascience/dev
Dev
2 parents 3474b09 + e00ba70 commit 1d5f2cd

30 files changed

+270
-42
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# stars
2-
Website for STARS: Sharing Tools and Artefacts for Reproducible and Reusable Simulations in healthcare
1+
# STARS
2+
3+
**⚠ Work in progress**
4+
5+
This repository contains the **Quarto source used to build the [STARS project website](https://pythonhealthdatascience.github.io/stars/)**, which collates and explains research outputs from STARS.
6+
7+
[![Sharing Tools and Artefacts for Reproducible & Reusable Simulations in healthcare](images/stars_reproduce_reuse_banner_blue.png)](https://pythonhealthdatascience.github.io/stars/)
8+
9+
## Citation
10+
11+
Each page on the website includes author information and citation guidance tailored to the specific paper, case study, or resource described.
12+
13+
## License
14+
15+
Any code and configuration scripts in this repository are licensed under the MIT License.​
16+
17+
Narrative text and other website content are licensed under the Creative Commons Attribution‑ShareAlike 4.0 International (CC BY‑SA 4.0) licence.

_quarto.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ website:
2121
- pages/research.qmd
2222
- section: "Reproducible"
2323
contents:
24-
- pages/computational_reproducibility.qmd
25-
- pages/des_rap_book.qmd
26-
- pages/jos_mri.qmd
27-
- pages/hdr_uk_futures.qmd
24+
- pages/research/computational_reproducibility.qmd
25+
- pages/research/des_rap_book.qmd
26+
- pages/research/jos_mri.qmd
27+
- pages/research/hdr_uk_futures.qmd
2828
- section: "Reusable"
2929
contents:
30-
- pages/des_sharing_review.qmd
31-
- pages/stars_framework_reuse.qmd
32-
- pages/eom_rcc.qmd
30+
- pages/research/des_sharing_review.qmd
31+
- pages/research/stars_framework_reuse.qmd
32+
- pages/research/eom_rcc.qmd
3333
- section: "Replicable"
3434
contents:
35-
- pages/stress.qmd
36-
- pages/model_reviews.qmd
37-
- pages/llm_generate_des.qmd
38-
- pages/simtools.qmd
35+
- pages/research/stress.qmd
36+
- pages/research/model_reviews.qmd
37+
- pages/research/llm_generate_des.qmd
38+
- pages/research/simtools.qmd
3939
page-footer:
4040
center: |
4141
![](/images/exeter.png){width=150px}
@@ -51,6 +51,7 @@ format:
5151
css:
5252
- css/footer.css
5353
- css/theme.css
54+
- css/boxes.css
5455
lightbox: true
5556
title-block-banner: images/banner.png
5657
title-block-banner-color: "#ffffff"

css/boxes.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.blue {
2+
background-color: #9dd0e2;
3+
color: black;
4+
border: 2px solid #9dd0e2;
5+
border-radius: 8px;
6+
padding: 1.2em 1em 0.5em 1em;
7+
margin: 1.5em 0;
8+
position: relative;
9+
box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
10+
}

css/theme.css

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,29 @@ h4 {
5757

5858
.quarto-title-breadcrumbs .breadcrumb li:last-of-type a {
5959
color: #cad6dd;
60-
}
60+
}
61+
62+
.iframe-wrapper {
63+
border: 2px solid #0a4568;
64+
}
65+
66+
.iframe-header {
67+
background-color: #0a4568;
68+
color: #ffffff;
69+
padding: 8px 12px;
70+
font-weight: 600;
71+
display: flex;
72+
justify-content: space-between;
73+
align-items: center;
74+
font-size: 1rem;
75+
}
76+
77+
.iframe-header a {
78+
color: #ffffff;
79+
text-decoration: underline;
80+
}
81+
82+
.iframe-header a:hover,
83+
.iframe-header a:focus {
84+
text-decoration: none;
85+
}
198 KB
Loading

pages/computational_reproducibility.qmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

pages/des_rap_book.qmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

pages/eom_rcc.qmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

pages/hdr_uk_futures.qmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

pages/jos_mri.qmd

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)