|
1 | 1 | # T-MITS |
2 | 2 |
|
3 | | -This repository is the official implementation for _Multivariable Serum Creatinine Forecasting for Acute Kidney Injury Detection Using an Explainable Transformer-based Model_, by [Cyprien Gille](mailto:cyprien.gille@umons.ac.be), Galaad Altares, Benjamin Colette, Karim Zouaoui Boudjeltia, Matei Mancas and Virginie Vandenbulcke (EMBC 2025). |
| 3 | +This repository is the official implementation for _[Multivariable Serum Creatinine Forecasting for Acute Kidney Injury Detection Using an Explainable Transformer-based Model](https://doi.org/10.1109/EMBC58623.2025.11251723)_, by [Cyprien Gille](mailto:cyprien.gille@umons.ac.be), Galaad Altares, Benjamin Colette, Karim Zouaoui Boudjeltia, Matei Mancas and Virginie Vandenbulcke (EMBC 2025). |
4 | 4 |
|
5 | 5 |  |
6 | 6 |
|
@@ -181,7 +181,21 @@ Note: the order of the stays (as dictated by the indexes (`idx` files) and as re |
181 | 181 |
|
182 | 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 | 183 |
|
184 | | -The reference to our paper will be updated with the DOI of the article after publication of the EMBC proceedings. |
| 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 | +``` |
185 | 199 |
|
186 | 200 | # License |
187 | 201 |
|
|
0 commit comments