-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
41 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# https://citation-file-format.github.io/ | ||
# https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md | ||
cff-version: 1.2.0 | ||
|
||
title: Balloon Analog Risk-taking Task | ||
|
||
version: 1.0.1 | ||
|
||
message: If you use this software, please cite it as below. | ||
|
||
license: CC0-1.0 | ||
|
||
authors: | ||
- family-names: Schonberg | ||
given-names: Tom | ||
- family-names: Trepel | ||
given-names: Christopher | ||
- family-names: Fox | ||
given-names: Craig | ||
- family-names: Poldrack | ||
given-names: Russell A. | ||
|
||
preferred-citation: | ||
authors: | ||
- family-names: Schonberg | ||
given-names: Tom | ||
- family-names: Fox | ||
given-names: Craig | ||
- family-names: Mumford | ||
given-names: Jeanette A | ||
- family-names: Congdon | ||
given-names: Eliza | ||
- family-names: Trepel | ||
given-names: Christopher | ||
- family-names: Poldrack | ||
given-names: Russell A. | ||
title: "Decreasing ventromedial prefrontal cortex activity during sequential risk-taking: An fMRI investigation of the Balloon Analogue Risk Task." | ||
year: 2012 | ||
journal: Frontiers in Decision Neuroscience | ||
url: https://doi.org/10.3389/fnins.2012.00080 | ||
type: article |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
{ | ||
"BIDSVersion": "1.0.0", | ||
"License": "CC0", | ||
"Name": "Balloon Analog Risk-taking Task", | ||
"ReferencesAndLinks": [ | ||
"Schonberg TS, Fox CR, Mumford JA, Congdon E, Trepel C, Poldrack RA (2012). Decreasing ventromedial prefrontal cortex activity during sequential risk-taking: An fMRI investigation of the Balloon Analogue Risk Task. Frontiers in Decision Neuroscience, 6:80 doi: 10.3389/fnins.2012.00080" | ||
], | ||
"Authors": [ | ||
"Tom Schonberg", | ||
"Christopher Trepel", | ||
"Craig Fox", | ||
"Russell A. Poldrack" | ||
], | ||
"DatasetDOI": "10.18112/openneuro.ds000001.v1.0.0" | ||
} |