Skip to content

Commit 8306ddc

Browse files
committed
20251018 - create ABCD data page
1 parent 6e11fec commit 8306ddc

3 files changed

Lines changed: 82 additions & 0 deletions

File tree

_site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ navbar:
2424
left:
2525
- text: "Guides"
2626
menu:
27+
- text: ABCD Data
28+
href: abcdData.html
2729
- text: Bayesian Analysis
2830
href: bayesian.html
2931
- text: Data Management

abcdData.Rmd

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: "ABCD Data"
3+
---
4+
5+
```{r setup, include = FALSE}
6+
knitr::opts_chunk$set(
7+
echo = TRUE,
8+
error = TRUE,
9+
comment = "")
10+
```
11+
12+
# ABCD Data {#abcddata}
13+
[XXX] Add summary of dataset
14+
15+
# Accessing ABCD Data
16+
17+
## Connecting to the RRDS
18+
19+
To access ABCD data, you need to access an RRDS.
20+
21+
1. Create an RRDS Account: https://its.uiowa.edu/services/research-remote-desktop-service
22+
1. Once your account is approved, contact PBS IT to set up a remote desktop profile (???)
23+
1. Connect to the RRDS: https://its.uiowa.edu/services/research-remote-desktop-service/connecting-research-remote-desktop-services-rrds
24+
- Instructions for Windows: https://its.uiowa.edu/services/research-remote-desktop-service/connecting-rrds-using-windows-pc
25+
- Instructions for Mac: https://its.uiowa.edu/services/research-remote-desktop-service/connecting-rrds-using-mac
26+
1. Log in to the RRDS using your HawkID and password
27+
1. The RRDS is mapped to an LSS Drive containing the ABCD data.
28+
29+
## Connecting to the Share
30+
31+
Please contact Dr. Petersen to receive the network path for the ABCD LSS.
32+
33+
## Access Management
34+
35+
[XXX]
36+
37+
Dr. Petersen can grant or revoke access to the share: https://iam.uiowa.edu/access
38+
- Instructions for granting or revoking access: https://its.uiowa.edu/support/article/118771
39+
- Delegate management of share access: https://its.uiowa.edu/support/article/119191
40+
41+
A few notes:
42+
- When granting someone Read/Write or Read Only permissions and search for their name or ID, you may see both a HealthcareID and HawkID listed, <mark>select their HawkID</mark>.
43+
- Changes take about an hour to propagate through Argon and will not be reflected in existing sessions.
44+
- Changes are immediately reflected for SMB connections, however, users may have to remap/remount the volume or log out then back in for Windows/MacOS to be happy.
45+
46+
# LSS Structure
47+
48+
The LSS should not be accessed on your local computer.
49+
The LSS should **only** be accessed through the RRDS.
50+
The main folder within the LSS is: `ABCD Study`
51+
52+
## Analyses Projects
53+
- `Analyses Projects > PetersenLab` contains user folders for anyone working on projects with the ABCD data.
54+
1. Create a folder with your HawkID as the folder name
55+
1. Create a subfolder for your specific project
56+
1. Follow [Petersen Lab template](https://research-git.uiowa.edu/PetersenLab/Template) for structuring your project folder
57+
58+
## Data
59+
60+
The folder `Data > Version 6.0` contains tabulated ABCD data.
61+
62+
Imaging data, wearables data, and concatenated data are available for download [here](https://nbdc-datashare.lassoinformatics.com/)
63+
64+
- [XXX] need instructions for accessing this
65+
- NOTE: The file sizes for these data exceed the capacity of our LSS
66+
67+
`01-Raw` contains the raw ABCD data files that should not be altered.
68+
69+
`02-Processed` contains scored measures and other cleaned data for universal use.
70+
71+
## File types
72+
- JSON files: data dictionary/codebook files
73+
- Parquet files: columnar structured data (efficient for storage, can be used with the Arrow package in R)
74+
- TSV files: tab-separated value data files
75+
76+
# Version Control
77+
78+
[XXX] TBD
79+

index.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ knitr::opts_chunk$set(
99
comment = "")
1010
```
1111

12+
- [ABCD Data](abcdData.html)
1213
- [Bayesian Analysis](bayesian.html)
1314
- [Data Management](dataManagement.html)
1415
- [Developmental Scaling](developmentalScaling.html)

0 commit comments

Comments
 (0)