Skip to content

Commit

Permalink
add APA format to citation section
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGuay committed Sep 13, 2023
1 parent 28ace5e commit 87b8252
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,13 @@ Before posting your question, you may want to first browse through questions tha

If you use dcm2bids in your research or as part of your developments, please always cite the reference below.

``````
### APA

> Boré, A., Guay, S., Bedetti, C., Meisler, S., & GuenTher, N. (2023). Dcm2Bids (Version 3.0.2) [Computer software]. https://doi.org/10.5281/zenodo.8306314
### BibTeX

```
@software{Bore_Dcm2Bids_2023,
author = {Boré, Arnaud and Guay, Samuel and Bedetti, Christophe and Meisler, Steven and GuenTher, Nick},
doi = {10.5281/zenodo.8306314},
Expand All @@ -89,5 +95,4 @@ title = {{Dcm2Bids}},
url = {https://github.com/UNFmontreal/Dcm2Bids},
version = {3.0.2},
year = {2023}
}
``````
```

0 comments on commit 87b8252

Please sign in to comment.