Skip to content

Commit

Permalink
Merge pull request #2 from ai-med/add-journal-citation
Browse files Browse the repository at this point in the history
Add NeuroImage journal citation
  • Loading branch information
sebp authored Jul 29, 2022
2 parents 16d36c7 + a8c39dc commit 5b5f4e0
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +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}},
author = {Wolf, Tom Nuno and P{\"{o}}lsterl, Sebastian and Wachinger, Christian},
journal = {NeuroImage},
pages = {119505},
year = {2022},
issn = {1053-8119},
doi = {10.1016/j.neuroimage.2022.119505},
url = {https://www.sciencedirect.com/science/article/pii/S1053811922006218},
}
```
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 @@ -18,6 +30,7 @@ If you are using this code, please cite:
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 5b5f4e0

Please sign in to comment.