LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Admin » Cog Grant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
grants:cog [2025/09/18 14:02] – [MR] willgrants:cog [2025/09/18 14:08] (current) – [Behavioral] add links will
Line 6: Line 6:
  
 ==== MR ==== ==== MR ====
-Functional MRI tasks include 4 runs of [[:tools:anti]] block design (useful for [[:tools:background]]) and 3 runs of [[:tools:mgs]]. There is also a [[:tool:dwi]] and structural scan.+Functional MRI tasks include 4 runs of [[:tools:antisaccade]] block design (breaks maybe background [[:tools:rest]]) and 3 runs of [[:tools:mgs]]. There is also a [[:tool:dwi]] and structural scan.
  
 <code> <code>
Line 36: 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 [[:tools:wasi]] (IQ), [[:tools:Puberty]] ([[:tools:tanner]]), and [[:tools:stroop]] among others.
  
 <code> <code>
Line 85: Line 86:
  
 </code> </code>
 +
 +=== Puberty ===
 +
 +<code>
 +select measures::json from visit_task natural join visit_study where study like 'Cog%' and task like 'Puberty%' limit 1;
 +
 +
 + {"tsr": 3.5, "Notes": "", "Fpubic": null, "Mpubic": null, "pps1to5": 2.8, "Mgenital": null, "Tanner3m": null, "heightft": 5, "heightin": 2, "pps3skin": 3, "pps6devt": 4, "weightlbs": 90, "FppsMenstr": -1, "Mpps4voice": null, "pps1growth": 2, "Fage.Breast": null, "Fpps4breast": 2, "Tanner1hair": 4, "pubcomplete": 0, "agepubcompMO": null, "pps2bodyhair": 3, "Mpps5hairface": null, "agepubcompYRS": null, "FppsMenstrAgeMO": 10, "FppsMenstrAgeYR": 13, "Fage.Menstration": null, "Tanner2TSP.orBreast": 3}
 +</code>
 +