des_sharing_lit_review
Systematic scoping review paper for healthcare DES model sharing.
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 9 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Systematic scoping review paper for healthcare DES model sharing.
Basic Info
- Host: GitHub
- Owner: TomMonks
- License: mit
- Language: HTML
- Default Branch: main
- Homepage: https://tommonks.github.io/des_sharing_lit_review/
- Size: 10.4 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 7
Topics
Metadata Files
README.md
Computer model and code sharing practices in healthcare discrete-event simulation: a systematic scoping review
Overview
The materials and data in this repository support: Harper and Monks (2023). Computer model and code sharing practices in healthcare discrete-event simulation: a systematic scoping review. All materials are published under an MIT permissive license.
Author ORCIDs
Write up of study
Methods, results, and code are available in our online Jupyter Book https://tommonks.github.io/dessharinglit_review
A full write-up of the work is available open access in the Journal of Simulation. If you use this work please cite the paper.
Monks, T., & Harper, A. (2023). Computer model and code sharing practices in healthcare discrete-event simulation: a systematic scoping review. Journal of Simulation, 1–16. https://doi.org/10.1080/17477778.2023.2260772
Bibtex citation:
bibtex
@article{monks_harper_2023,
author = {Thomas Monks and Alison Harper},
title = {Computer model and code sharing practices in healthcare discrete-event simulation: a systematic scoping review},
journal = {Journal of Simulation},
pages = {1--16},
year = {2023},
publisher = {Taylor \& Francis},
doi = {10.1080/17477778.2023.2260772},
URL = {https://doi.org/10.1080/17477778.2023.2260772},
eprint = {https://doi.org/10.1080/17477778.2023.2260772}
}
Aim and research questions:
The overarching research aim is determine to what extent authors of DES health studies share models and where models are shared how is this done.
Primary research questions
- What proportion of DES healthcare studies share code?
- How is sharing affected by FOSS, Covid-19, publication type and year of publication?
- What proportion of studies make use of a reporting guideline?
- What methods, tools, and resources did authors use to share their computer models and code?
- To what extent do the DES health community follow best practice for open science when sharing computer models?
- To what extent can the healthcare DES community improve its sharing of computer models?
Dependencies
All dependencies can be found in binder/environment.yml and are pulled from conda-forge. To run the code locally, we recommend install mini-conda; navigating your terminal (or cmd prompt) to the directory containing the repo and issuing the following command:
conda env create -f binder/environment.yml
Online Alternatives:
- Visit our [jupyter book]((https://tommonks.github.io/dessharinglit_review) for interactive code and explanatory text
- Run out Jupyter notebooks in binder
Repo overview
bash
.
├── binder
│ └── environment.yml
├── CITATION.cff
├── content
│ ├── 01_intro
│ ├── 02_methods
│ ├── 03_results
│ ├── 04_discussion
│ └── 04_prisma
├── data
├── LICENSE
├── README.md
├── _config.yml
└── _toc.yml
* binder - contains the environment.yml file (desreview) and all dependencies managed via conda.
* CITATION.cff - citation information for GitHub repository.
* content - the analysis notebooks and markdown arranged by introductory, methods, results, and PRISMA reporting checklist chapters.
* data - directory containing data files used by analysis notebooks.
* LICENSE - details of the MIT permissive license of this work.
* README - what you are reading now!
* `config.yml- configuration of our Jupyter Book.
*_toc.yml` - the table of contents for our Jupyter Book.
Study data
All study data is contained within this repository. It can be found in the data sub-directory.
Main data files:
share_sim_data_extract.zip: main study data stored as a CSV. It includes all publications carried forward to the data extraction phase.bp_audit.zip: Contains the studies and additional data extraction used within the best practice audit of shared computer models.
Testing
If any updates to the data are made we recommend re-running the Data source testing notebook. This will perform a set of tests on the main and best practice audit datasets to check that data is in the correct place and format.
Owner
- Name: Tom Monks
- Login: TomMonks
- Kind: user
- Repositories: 22
- Profile: https://github.com/TomMonks
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Supplementary Materials: Computer model and code sharing
practices in healthcare discrete-event simulation: a
systematic scoping review
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Thomas
family-names: Monks
affiliation: University of Exeter
orcid: 'https://orcid.org/0000-0003-2631-4481'
- given-names: Alison
family-names: Harper
email: t.m.w.monks@exeter.ac.uk
affiliation: University of Exeter
orcid: 'https://orcid.org/0000-0001-5274-5037'
identifiers:
- type: doi
value: 10.5281/zenodo.7741340
description: >-
General DOI for all versions of supplementary
materials
repository-code: 'https://github.com/TomMonks/des_sharing_lit_review'
url: 'https://tommonks.github.io/des_sharing_lit_review/'
keywords:
- Discrete-Event Simulation
- Open Science
- Healthcare
- Open models
- Systematic review
license: MIT
version: v1.1.0
GitHub Events
Total
Last Year
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| TomMonks | t****s@g****m | 218 |
| Daniel Mietchen | d****n@g****m | 1 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- TomMonks (3)
- Daniel-Mietchen (1)