Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
grants:cog [2025/09/18 13:09] – created will | grants:cog [2025/09/18 14:08] (current) – [Behavioral] add links will | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Cog Grant ====== | ====== Cog Grant ====== | ||
- | Scanned with 3T on southside (BIRC -> NIC) before it was shut down (c. 2018?). | + | Scanned with 3T on southside (BIRC -> NIC) before it was shut down (c. 2019). |
===== Tasks ===== | ===== Tasks ===== | ||
- | Tasks recorded in the original MS Access Database | + | |
+ | ==== MR ==== | ||
+ | Functional MRI tasks include 4 runs of [[: | ||
< | < | ||
- | select task, count(*) cnt from visit_task natural join visit_study where study like 'Cog%' | + | for d in / |
+ | find $d -type f -iname | ||
+ | | ||
+ | | ||
+ | -tag 0018,1030 -tag 0018,0080 -tag 0018,1310 {} \; \ | ||
+ | | ||
+ | done | sed ' | ||
</ | </ | ||
- | ^ | + | ^acq name ^ TR ^ Acq Mat ^ |
- | |Demographics | + | |circle_localizer|20| 0 256 256 0| |
- | |PaperStroop | + | |trufi_sag |5.43| 0 256 256 0| |
- | |PrePostBehavioral | + | |t2_tse_tra|4790| 0 256 256 0| |
- | |CANTABQuestionnaire | + | |t1_mprage_sag_ns_tilt |1630| 0 256 256 0| |
- | |SensationSeeking | + | |ep2d_diff_mddw6 |3900| 128 0 0 128| |
- | |PrePostScan | + | |ep2d_bold_9VGSANTI|1500| 64 0 0 64| |
- | |Puberty | + | |ep2d_bold_9VGSANTI|1500| 64 0 0 64| |
- | |WASI | 553| | + | |ep2d_bold_9VGSANTI|1500| 64 0 0 64| |
- | |Handedness | + | |ep2d_bold_9VGSANTI|1500| 64 0 0 64| |
- | |CBCL | 12| | + | |ep2d_bold_MGS |1500| 64 0 0 64| |
- | |EpilepsyQuestionnaire | | + | |ep2d_bold_MGS |1500| 64 0 0 64| |
- | |CDI | 11| | + | |ep2d_bold_MGS |1500| 64 0 0 64| |
- | |BRIEF | + | |t1_mprage_sag_ns_tilt |1630| 0 256 256 0| |
- | |SCARED | + | |
- | |PVLHandedness | + | |
- | |WMPrePostScan | + | ==== Behavioral ==== |
- | |WoodcockJohnson | + | |
- | |PVLQuestionnaire | + | Tasks recorded in the original MS Access Database (exported to postgresql). |
- | |CELF | + | We have responses for [[: |
- | |ASR | + | |
- | |PPVT | 1| | + | < |
- | |RewardsPrePostScan | + | lncddb " |
+ | select task, | ||
+ | | ||
+ | | ||
+ | | ||
+ | from visit_task natural | ||
+ | join visit_study natural join visit | ||
+ | where study like ' | ||
+ | group by task | ||
+ | having count(*) > 10 | ||
+ | order by cnt desc;" | sed ' | ||
+ | </ | ||
+ | ^task^ cnt ^first^last^ | ||
+ | |Demographics|880|2000-01-01|2019-05-11| | ||
+ | |PaperStroop|845|2004-01-19|2019-05-11| | ||
+ | |PrePostBehavioral|837|2005-05-12|2019-05-11| | ||
+ | |CANTABQuestionnaire|831|2005-05-12|2019-05-11| | ||
+ | |SensationSeeking|680|2006-01-25|2019-05-11| | ||
+ | |PrePostScan|624|2005-07-05|2019-06-08| | ||
+ | |Puberty|581|2005-03-10|2018-01-26| | ||
+ | |WASI|553|2000-01-01|2018-08-25| | ||
+ | |Handedness|477|2000-01-01|2018-01-26| | ||
+ | |CBCL|12|2006-08-24|2010-08-11| | ||
+ | |EpilepsyQuestionnaire|11|2006-08-24|2008-12-03| | ||
+ | |BRIEF|11|2006-08-24|2008-12-03| | ||
+ | |CDI|11|2006-08-24|2008-12-03| | ||
+ | |SCARED|11|2006-08-24|2008-12-03| | ||
+ | |||
+ | |||
+ | === Sensation Seeking === | ||
+ | |||
+ | < | ||
+ | select measures:: | ||
+ | from visit_task | ||
+ | | ||
+ | where study like ' | ||
+ | task like ' | ||
+ | limit 3; | ||
+ | |||
+ | | ||
+ | -------------------------------------------------------------------------------- | ||
+ | | ||
+ | {" | ||
+ | | ||
+ | |||
+ | </ | ||
+ | |||
+ | === Puberty === | ||
+ | |||
+ | < | ||
+ | select measures:: | ||
+ | |||
+ | |||
+ | | ||
+ | </ | ||
+ |