Skip to content

Commit

Permalink
Updated publication details and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmcc committed Jan 15, 2024
1 parent 316a7ec commit 3922917
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ED-interaction-mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Mapping patient interactions in psychiatric presentations to a tertiary emergency department\n",
"This notebook comprises the code and data analysis for our study:\n",
"\n",
"[reference placeholder - TBA on publication]\n",
"> McCullough MH, Small M, Jayawardena B, Hood S (2024) Mapping clinical interactions in an Australian tertiary hospital emergency department for patients presenting with risk of suicide or self-harm: Network modeling from observational data. PLOS Medicine 21(1): e1004241. https://doi.org/10.1371/journal.pmed.1004241\n",
"\n",
"Please see our paper for details of our computational methods, and refer to the README for further details about this research project and how to cite this code.\n",
"\n",
Expand Down Expand Up @@ -3267,7 +3267,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.1.0"
}
},
"nbformat": 4,
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mapping patient interactions in psychiatric presentations to a tertiary emergency department
Jupyter notebook and Python code for the analysis of patient trajectories in a hospital emergency department for individuals presenting with suspected risk of suicide or self-harm, as published in our study:

> [TBA]
> McCullough MH, Small M, Jayawardena B, Hood S (2024) Mapping clinical interactions in an Australian tertiary hospital emergency department for patients presenting with risk of suicide or self-harm: Network modeling from observational data. PLOS Medicine 21(1): e1004241. https://doi.org/10.1371/journal.pmed.1004241
<img src="media/network_communities.png" alt="ED interaction network" width="240"/> &emsp; <img src="media/predict_net.png" alt="Interaction feature importance for predicting the point of clinical referral" width="312"/>

Expand Down Expand Up @@ -30,7 +30,19 @@ Please see the companion paper linked above for details of the methods and packa
## Citing this code
If you use or adapt our code or methods in your research, please cite the companion paper linked above or as shown here in BibTeX format:
```
[TBA]
@article{10.1371/journal.pmed.1004241,
doi = {10.1371/journal.pmed.1004241},
author = {McCullough, Michael H. AND Small, Michael AND Jayawardena, Binu AND Hood, Sean},
journal = {PLOS Medicine},
publisher = {Public Library of Science},
title = {Mapping clinical interactions in an Australian tertiary hospital emergency department for patients presenting with risk of suicide or self-harm: Network modeling from observational data},
year = {2024},
month = {01},
volume = {21},
url = {https://doi.org/10.1371/journal.pmed.1004241},
pages = {1-21},
number = {1},
}
```

## Questions
Expand Down

0 comments on commit 3922917

Please sign in to comment.