Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,5 @@ authors:
email: a.heather2@exeter.ac.uk
affiliation: University of Exeter
orcid: 'https://orcid.org/0000-0002-6596-3479'
- given-names: Navonil
family-names: Mustafee
orcid: 'https://orcid.org/0000-0002-2204-8924'
affiliation: University of Exeter
email: n.mustafee@exeter.ac.uk
repository-code: 'https://github.com/pythonhealthdatascience/llm_simpy'
license: MIT
40 changes: 30 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
[![Licence: MIT](https://img.shields.io/badge/Licence-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.10+](https://img.shields.io/badge/-Python_≥_3.10-306998?logo=python&logoColor=white)](https://www.python.org/downloads/release/python-360+/)

# 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
<!--TODO: Add DOI badge-->

## Authors
# Research Compendium: Replicating Simulations in Python using Generative AI

This repository serves as a **research compendium** for the paper:

> 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-->

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!

This has been structured into a book which is hosted on GitHub pages and can be viewed at: TBC. <!--TODO: Add URL-->

<br>

## 👥 Authors

* Thomas Monks &nbsp;&nbsp; [![ORCID: Monks](https://img.shields.io/badge/ORCID-0000--0003--2631--4481-brightgreen)](https://orcid.org/0000-0003-2631-4481)

* Alison Harper &nbsp;&nbsp; [![ORCID: Harper](https://img.shields.io/badge/ORCID-0000--0001--5274--5037-brightgreen)](https://orcid.org/0000-0001-5274-5037)

* Amy Heather &nbsp;&nbsp; [![ORCID: Heather](https://img.shields.io/badge/ORCID-0000--0002--6596--3479-brightgreen)](https://orcid.org/0000-0002-6596-3479)

* Navonil Mustafee &nbsp;&nbsp; [![ORCID: Mustafee](https://img.shields.io/badge/ORCID-0000--0002--2204--8924-brightgreen)](https://orcid.org/0000-0002-2204-8924)
<br>

## Creating the environment
## 🌐 Creating the environment

The project uses `conda` to manage dependencies. Navigate your terminal to the directory containing the code

Expand All @@ -27,7 +39,9 @@ This will create a conda environment called `gen_simpy`. To activate:
conda activate gen_simpy
```

## Building the Juypter Book
<br>

## 🖥️ Viewing the jupyter book locally

Once in the `gen_simpy` environment, navigate to the top level directory of the code repository in your terminal and issue the following command:

Expand All @@ -37,16 +51,22 @@ jb build .

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.

## Citation
<br>

## 📝 Citation

Please cite the archived repository:

> TBC. <!--TODO: Add Zenodo citation-->

Please cite this repository as:
You can also cite this GitHub repository as:

> 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>.
> 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>.

A `CITATION.cff` file is also provided.

<!--TODO: Archive repository on Zenodo, and cite that -->
<br>

## Funding

<!--TODO: Add funding statement-->
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)].