Skip to content

Commit 90884a1

Browse files
authored
Add DIVA preprint (#353)
1 parent 84e3300 commit 90884a1

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

grab_articles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
data=rows,
140140
)
141141
df = df.sort_values(by=["pmid"])
142-
df.to_csv("articles.tsv", sep="\t", line_terminator="\n", index=False)
142+
df.to_csv("articles.tsv", sep="\t", lineterminator="\n", index=False)
143143
df = df.fillna("")
144144

145145
# Grab our markdown file template
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: paper
3+
title: "Dense Investigation of Variability in Affect (DIVA): A Neuroimaging Study of Premenopausal Female Participants"
4+
nickname: 2024-04-16-bottenhorn-salo-diva
5+
authors: "Bottenhorn KL, Salo T, Peraza JA, Riedel MC, Flannery JS, Kimbler A, Toll A, Suarez D, Cruz FM, Zagales I, Caldes N, Dolan O, Zagales R, Sutherland MT, Laird RW, Laird AR"
6+
year: "2024"
7+
journal: bioRxiv
8+
volume:
9+
issue:
10+
pages:
11+
is_published: false
12+
image: /assets/images/papers/biorxiv.png
13+
projects: [diva]
14+
tags: [preprint]
15+
16+
# Text
17+
fulltext:
18+
pdf:
19+
pdflink:
20+
pmcid:
21+
preprint: https://www.biorxiv.org/content/10.1101/2024.04.16.589598
22+
supplement:
23+
24+
# Links
25+
doi: "10.1101/2024.04.16.589598"
26+
pmid:
27+
28+
# Data and code
29+
github: ["https://github.com/NBCLab/diva-project", "https://github.com/NBCLab/arithmetic-task", "https://github.com/NBCLab/pyfLoc", "https://github.com/NBCLab/localizer-task", "https://github.com/NBCLab/film-viewing-task", "https://github.com/NBCLab/arithmetic-task", "https://github.com/NBCLab/sorpf-task", "https://github.com/NBCLab/eirt-task", "https://github.com/NBCLab/probabilistic-selection-task"]
30+
neurovault:
31+
openneuro: ["ds002278"]
32+
figshare:
33+
figshare_names:
34+
osf:
35+
---
36+
{% include JB/setup %}
37+
38+
# Abstract
39+
40+
The rise of large neuroimaging datasets and multi-dataset mega-analyses brings the power to study interindividual differences in brain structure and function on a heretofore unseen scale.
41+
However, unknown and poorly characterized intra-individual variability continues to undermine the detection of robust brain-behavior associations and, ultimately, our understanding of the brain on the whole.
42+
Women's and reproductive health underlie variability in more than half of the population, but have long been overlooked in the study of both inter- and intra-individual differences in the brain.
43+
To this end, the Dense Investigation of Variability in Affect (DIVA) Study was designed to study intra-individual variability in the brain and behavior across the menstrual cycle in a small cohort of premenopausal female participants.
44+
The DIVA Study acquired weekly actigraphy, self-report, biospecimen, and both functional and structural magnetic resonance imaging data with concurrent peripheral physiological recordings.
45+
These data facilitate the study of several common sources of variability in the brain and behavior: the menstrual cycle and ovarian hormones, sleep, stress, exercise, and exogenous sources of hemodynamic variability.

0 commit comments

Comments
 (0)