You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Using Large Language Models to support researchers reproduce and reuse unpublished health care discrete-event simulation computer models: a feasibility and pilot study in Python
4
+
<!--TODO: Add DOI badge-->
5
5
6
-
## Authors
6
+
# Research Compendium: Replicating Simulations in Python using Generative AI
7
+
8
+
This repository serves as a **research compendium** for the paper:
9
+
10
+
> Monks, T., Harper, A., & Heather, A. (2025). **Unlocking the Potential of Past Research: Using Generative AI to Reconstruct Healthcare Simulation Models**. Work in progress. <!--TODO: Add URL-->
11
+
12
+
A research compendium is collection of all the digital materials relevant to the study. In this case, it includes a description of the aims and models, as well the STRESS reports for each model, the full model code and testing, logs of all the prompts used and experiences working with the LLMs, analysis of the results, and more!
13
+
14
+
This has been structured into a book which is hosted on GitHub pages and can be viewed at: TBC. <!--TODO: Add URL-->
15
+
16
+
<br>
17
+
18
+
## 👥 Authors
7
19
8
20
* Thomas Monks [](https://orcid.org/0000-0003-2631-4481)
The project uses `conda` to manage dependencies. Navigate your terminal to the directory containing the code
19
31
@@ -27,7 +39,9 @@ This will create a conda environment called `gen_simpy`. To activate:
27
39
conda activate gen_simpy
28
40
```
29
41
30
-
## Building the Juypter Book
42
+
<br>
43
+
44
+
## 🖥️ Viewing the jupyter book locally
31
45
32
46
Once in the `gen_simpy` environment, navigate to the top level directory of the code repository in your terminal and issue the following command:
33
47
@@ -37,16 +51,22 @@ jb build .
37
51
38
52
This will build the HTML book locally on your machine. The terminal will display a URL link that you can use to point your browser at the HTML.
39
53
40
-
## Citation
54
+
<br>
55
+
56
+
## 📝 Citation
57
+
58
+
Please cite the archived repository:
59
+
60
+
> TBC. <!--TODO: Add Zenodo citation-->
41
61
42
-
Please cite this repository as:
62
+
You can also cite this GitHub repository as:
43
63
44
-
> Thomas Monks, Alison Harper, Amy Heather, and Navonil Mustafee. **Using Large Language Models to support researchers reproduce and reuse unpublished health care discrete-event simulation computer models: a feasibility and pilot study in Python**. <https://github.com/pythonhealthdatascience/llm_simpy>.
64
+
> Thomas Monks, Alison Harper, and Amy Heather. **Using Large Language Models to support researchers reproduce and reuse unpublished health care discrete-event simulation computer models: a feasibility and pilot study in Python**. <https://github.com/pythonhealthdatascience/llm_simpy>.
45
65
46
66
A `CITATION.cff` file is also provided.
47
67
48
-
<!--TODO: Archive repository on Zenodo, and cite that -->
68
+
<br>
49
69
50
70
## Funding
51
71
52
-
<!--TODO: Add funding statement-->
72
+
This project was developed as part of the project STARS: Sharing Tools and Artefacts for Reproducible Simulations. It is supported by the Medical Research Council [grant number [MR/Z503915/1](https://gtr.ukri.org/projects?ref=MR%2FZ503915%2F1)].
0 commit comments