Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
grants:cog [2025/09/18 13:43] – [Behavioral] 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 ===== | ||
==== MR ==== | ==== MR ==== | ||
+ | Functional MRI tasks include 4 runs of [[: | ||
+ | |||
< | < | ||
for d in / | for d in / | ||
Line 34: | Line 36: | ||
==== Behavioral ==== | ==== Behavioral ==== | ||
- | Tasks recorded in the original MS Access Database (exported to postgresql) | + | Tasks recorded in the original MS Access Database (exported to postgresql). |
+ | We have responses for [[: | ||
< | < | ||
- | lncddb " | + | lncddb " |
+ | | ||
+ | count(*) cnt, | ||
+ | | ||
+ | | ||
from visit_task natural | from visit_task natural | ||
- | join visit_study | + | join visit_study |
where study like ' | where study like ' | ||
group by task | group by task | ||
- | order by cnt desc; | + | |
+ | | ||
</ | </ | ||
+ | ^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| | ||
- | ^ | ||
- | |Demographics | ||
- | |PaperStroop | ||
- | |PrePostBehavioral | ||
- | |CANTABQuestionnaire | ||
- | |SensationSeeking | ||
- | |PrePostScan | ||
- | |Puberty | ||
- | |WASI | 553 | | ||
- | |Handedness | ||
- | |CBCL | 12 | | ||
- | |EpilepsyQuestionnaire | 11 | | ||
- | |CDI | 11 | | ||
- | |BRIEF | ||
- | |SCARED | ||
- | |PVLHandedness | ||
- | |WMPrePostScan | ||
- | |WoodcockJohnson | ||
- | |PVLQuestionnaire | ||
- | |CELF | 1 | | ||
- | |ASR | 1 | | ||
- | |PPVT | 1 | | ||
- | |RewardsPrePostScan | ||
=== Sensation Seeking === | === Sensation Seeking === | ||
Line 86: | Line 86: | ||
</ | </ | ||
+ | |||
+ | === Puberty === | ||
+ | |||
+ | < | ||
+ | select measures:: | ||
+ | |||
+ | |||
+ | | ||
+ | </ | ||
+ | |||