Skip to content

Commit 8c6a9cc

Browse files
committed
docs(README/app): removed nav from author list, and correct deployment description
1 parent bc14af4 commit 8c6a9cc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Home.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"""
1313
This application is complementary to:
1414
15-
> Thomas Monks, Alison Harper, Amy Heather, and Navonil Mustafee. **Using Large
15+
> Thomas Monks, Alison Harper, and Amy Heather. **Using Large
1616
Language Models to support researchers reproduce and reuse unpublished health
1717
care discrete-event simulation computer models: a feasibility and pilot study
1818
in Python**. https://github.com/pythonhealthdatascience/llm_simpy.
1919
2020
It deploys the streamlit applications generated using Perplexity as a single
21-
app on Streamlit Community Cloud.
22-
21+
app via stlite and GitHub pages.
22+
2323
Use the sidebar to navigate to each app.
2424
"""
2525
)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This repository is complementary to:
77

8-
> 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.
8+
> 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.
99
1010
It contains the final formatted code from each of the SimPy discrete-event simulation models that were generated by Perplexity as part of that project.
1111

@@ -32,8 +32,6 @@ For a full record of the generation of these models, please refer to: https://gi
3232

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

35-
* Navonil Mustafee    [![ORCID: Mustafee](https://img.shields.io/badge/ORCID-0000--0002--2204--8924-brightgreen)](https://orcid.org/0000-0002-2204-8924)
36-
3735
## 🌐 Creating the environment
3836

3937
The project uses `conda` to manage dependencies. Navigate your terminal to the directory containing the code and run:
@@ -72,13 +70,15 @@ python3 -m http.server
7270

7371
## 📝 Citation
7472

75-
Please cite this repository as:
73+
Please cite the archived repository:
7674

77-
> Thomas Monks, Alison Harper, Amy Heather, and Navonil Mustafee. **Complementary repository: Final discrete-event simulation models and streamlit applications from Large Language Models**. <https://github.com/pythonhealthdatascience/llm_simpy_models>.
75+
> Thomas Monks, Alison Harper, and Amy Heather. **Complementary repository: Final discrete-event simulation models and streamlit applications from Large Language Models**. <https://doi.org/10.5281/zenodo.15082494>.
7876
79-
A `CITATION.cff` file is also provided.
77+
You can also cite this GitHub repository as:
8078

81-
<!--TODO: Archive repository on Zenodo, and cite that -->
79+
> Thomas Monks, Alison Harper, and Amy Heather. **Complementary repository: Final discrete-event simulation models and streamlit applications from Large Language Models**. <https://github.com/pythonhealthdatascience/llm_simpy_models>.
80+
81+
A `CITATION.cff` file is also provided.
8282

8383
## 💰 Funding
8484

0 commit comments

Comments
 (0)