Skip to content

Commit 3c3ce82

Browse files
authored
Update DOI and citation in README.md (#37)
1 parent b87de1d commit 3c3ce82

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CI](https://github.com/AI4SCR/conditional-monge/actions/workflows/ci.yml/badge.svg)](https://github.com/AI4SCR/conditional-monge/actions/workflows/ci.yml)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5-
[![DOI](https://zenodo.org/badge/777971163.svg)](https://doi.org/10.5281/zenodo.17854337)
5+
[![DOI: Nature Machine Intelligence](https://img.shields.io/badge/DOI-Nature%20Machine%20Intelligence-blue.svg)](https://doi.org/10.1038/s42256-026-01242-8)
66

77
## Contents
88
- [Overview](#overview)
@@ -106,11 +106,14 @@ git checkout cmonge_checkpoint_loading
106106
## Citation
107107
If you use the package, please cite:
108108
```bib
109-
@article{driessen2025towards,
110-
title={Towards generalizable single-cell perturbation modeling via the Conditional Monge Gap},
111-
author={Driessen, Alice and Harsanyi, Benedek and Rapsomaniki, Marianna and Born, Jannis},
112-
journal={arXiv preprint arXiv:2504.08328},
113-
note={Preliminary version at ICLR 2024 Workshop on Machine Learning for Genomics Explorations}
114-
year={2025}
109+
@article{driessen2026conditional,
110+
author = {Driessen, Alice and Rajwade, Dhruva Abhijit and Harsanyi, Benedek and Rapsomaniki, Marianna and Born, Jannis},
111+
title = {Conditional Monge Gap enables generalizable single-cell perturbation modelling},
112+
journal = {Nature Machine Intelligence},
113+
year = {2026},
114+
date = {2026-06-01},
115+
issn = {2522-5839},
116+
doi = {10.1038/s42256-026-01242-8},
117+
url = {https://doi.org/10.1038/s42256-026-01242-8}
115118
}
116119
```

0 commit comments

Comments
 (0)