Skip to content

Commit 3366b21

Browse files
committed
Add full EMBC reference and DOI to readme and citation file
1 parent e014c84 commit 3366b21

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

CITATION.cff

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ repository-code: "https://github.com/CyprienGille/T-MITS"
1414
abstract: >-
1515
Official code for the Transformer for Multivariate
1616
Irregular Time Series (T-MITS)
17-
version: 1.0.0
18-
date-released: 2025-07-14
19-
license: CC-BY-NC-SA-4.0
17+
version: 1.0.3
18+
date-released: 2025-12-08
19+
license: GPL-3.0-only
2020
preferred-citation:
2121
type: proceedings
2222
authors:
@@ -44,4 +44,5 @@ preferred-citation:
4444
end: 7 # Last page number
4545
title: "Multivariable Serum Creatinine Forecasting for Acute Kidney Injury Detection Using an Explainable Transformer-based Model"
4646
year: 2025
47-
# doi: ""
47+
month: 7
48+
doi: "10.1109/EMBC58623.2025.11251723"

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# T-MITS
22

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).
44

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

@@ -181,7 +181,21 @@ Note: the order of the stays (as dictated by the indexes (`idx` files) and as re
181181

182182
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).
183183

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+
```
185199

186200
# License
187201

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "T-MITS"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Official repository for the Transformer for Multivariate Irregular Time Series (T-MITS)."
55
readme = "README.md"
66
requires-python = "~=3.12.11"

0 commit comments

Comments
 (0)