Skip to content

Commit

Permalink
📝 Update citation of NeuroImage paper
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jul 29, 2022
1 parent 8534196 commit a8c39dc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# Combining 3D Image and Tabular Data via the Dynamic Affine Feature Map Transform

[![Journal Paper](https://img.shields.io/static/v1?label=DOI&message=10.1016%2fj.neuroimage.2022.119505&color=3a7ebb)](https://dx.doi.org/10.1016/j.neuroimage.2022.119505)
[![Conference Paper](https://img.shields.io/static/v1?label=DOI&message=10.1007%2f978-3-030-87240-3_66&color=3a7ebb)](https://dx.doi.org/10.1007/978-3-030-87240-3_66)
[![Preprint](https://img.shields.io/badge/arXiv-2107.05990-b31b1b)](https://arxiv.org/abs/2107.05990)
[![Paper](https://img.shields.io/static/v1?label=DOI&message=10.1007%2f978-3-030-87240-3_66&color=3a7ebb)](https://dx.doi.org/10.1007/978-3-030-87240-3_66)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE)

This repository contains the code to the paper "Combining 3D Image and Tabular Data via the Dynamic Affine Feature Map Transform."
If you are using this code, please cite:
This repository contains the code to the paper "DAFT: A Universal Module to Interweave Tabular Data and 3D Images in CNNs"
```
@article{Wolf2022-daft,
title = {DAFT: A Universal Module to Interweave Tabular Data and 3D Images in CNNs},
title = {{DAFT: A Universal Module to Interweave Tabular Data and 3D Images in CNNs}},
author = {Wolf, Tom Nuno and P{\"{o}}lsterl, Sebastian and Wachinger, Christian},
journal = {NeuroImage},
pages = {119505},
year = {2022},
issn = {1053-8119},
doi = {https://doi.org/10.1016/j.neuroimage.2022.119505},
doi = {10.1016/j.neuroimage.2022.119505},
url = {https://www.sciencedirect.com/science/article/pii/S1053811922006218},
author = {Tom Nuno Wolf and Sebastian Pölsterl and Christian Wachinger},
}
```
and
and the paper "Combining 3D Image and Tabular Data via the Dynamic Affine Feature Map Transform"
```
@inproceedings(Poelsterl2021-daft,
title = {{Combining 3D Image and Tabular Data via the Dynamic Affine Feature Map Transform}},
Expand All @@ -29,6 +30,7 @@ and
doi = {10.1007/978-3-030-87240-3_66},
}
```
If you are using this code, please cite the papers above.

## Installation

Expand Down

0 comments on commit a8c39dc

Please sign in to comment.