Skip to content

Commit ca438fe

Browse files
committed
Move reference to top of README
1 parent ed224f2 commit ca438fe

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ This repository is the official implementation for _[Multivariable Serum Creatin
44

55
![Diagram of the T-MITS architecture](images/T-MITS-diagram-medical.png)
66

7+
## Reference
8+
9+
If the code in this repository has been useful to you, please cite the original article using the `Cite this repository` button (Located in the top right of the GitHub page, above Releases).
10+
11+
You can also cite the article directly using the reference below.
12+
13+
```
14+
@inproceedings{gilleMultivariableSerumCreatinine2025,
15+
title = {Multivariable {{Serum Creatinine Forecasting}} for {{Acute Kidney Injury Detection Using}} an {{Explainable Transformer-based Model}}},
16+
booktitle = {2025 47th {{Annual International Conference}} of the {{IEEE Engineering}} in {{Medicine}} and {{Biology Society}} ({{EMBC}})},
17+
author = {Gille, Cyprien and Altares, Galaad and Colette, Benjamin and Boudjeltia, Karim Zouaoui and Mancas, Matei and Vandenbulcke, Virginie},
18+
year = 2025,
19+
month = jul,
20+
pages = {1--7},
21+
issn = {2694-0604},
22+
doi = {10.1109/EMBC58623.2025.11251723},
23+
keywords = {Accuracy,Forecasting,Injuries,Kidney,Mortality,Predictive models,Prognostics and health management,Time series analysis,Transformers,Usability}
24+
}
25+
```
26+
727
## Repository Contents
828

929
All relevant files should have a docstring at the top and extensive comments to tell you what they do, but you can find an overview of the contents of this repository below.
@@ -177,26 +197,6 @@ To promote ease of use and reproducibility, we provide the full outputs of our t
177197

178198
Note: the order of the stays (as dictated by the indexes (`idx` files) and as reported in the `.xlsx` files) is consistent throughout all numpy arrays.
179199

180-
# Reference
181-
182-
If the code in this repository has been useful to you, please cite the original article using the `Cite this repository` button (Located in the top right of the GitHub page, above Releases).
183-
184-
You can also cite the article directly using the reference below.
185-
186-
```
187-
@inproceedings{gilleMultivariableSerumCreatinine2025,
188-
title = {Multivariable {{Serum Creatinine Forecasting}} for {{Acute Kidney Injury Detection Using}} an {{Explainable Transformer-based Model}}},
189-
booktitle = {2025 47th {{Annual International Conference}} of the {{IEEE Engineering}} in {{Medicine}} and {{Biology Society}} ({{EMBC}})},
190-
author = {Gille, Cyprien and Altares, Galaad and Colette, Benjamin and Boudjeltia, Karim Zouaoui and Mancas, Matei and Vandenbulcke, Virginie},
191-
year = 2025,
192-
month = jul,
193-
pages = {1--7},
194-
issn = {2694-0604},
195-
doi = {10.1109/EMBC58623.2025.11251723},
196-
keywords = {Accuracy,Forecasting,Injuries,Kidney,Mortality,Predictive models,Prognostics and health management,Time series analysis,Transformers,Usability}
197-
}
198-
```
199-
200200
# License
201201

202202
The code in this repository is available under a [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) [license](LICENSE.md).

0 commit comments

Comments
 (0)