This repository houses organized grant submission materials and code for the Smith Lab research projects.
Participant-level source and analytic data are maintained in approved private
storage and are not committed here. Project sourcedata/README.md files describe
how private inputs are supplied to the preserved analysis code.
The repository follows a standardized directory structure to maintain organization and consistency across all grant submissions:
grant-submissions/
├── README.md
├── 2025_R21-ABCD-IntExt/
│ ├── README.md
│ ├── first-submission/
│ │ ├── code/
│ | └── README.md
│ │ ├── derivatives/
│ | └── README.md
│ | └── figures
│ │ └── sourcedata/
│ │ └── README.md
│ ├── second-submission/
│ │ ├── code/
│ | └── README.md
│ │ ├── derivatives/
│ | └── README.md
│ | └── figures
│ │ └── sourcedata/
│ │ └── README.md
│ └── third-submission/
│ ├── code/
│ └── README.md
│ ├── derivatives/
│ └── README.md
│ └── figures
│ └── sourcedata/
│ └── README.md
Format: YYYY_GrantType-ProjectDataSource-Theme
Example: 2025_R21-ABCD-IntExt
YYYY: Year of submissionGrantType: Type of grant (R21, R01, K01, etc.)ProjectDataSource: Primary data source or studyTheme: Brief descriptor of the research focus
Format: [sequence]-submission
Submissions are numbered sequentially:
first-submission/second-submission/third-submission/- etc.
- Main repository README (this file)
- Individual grant folders
- Grant-specific README with project details
- Submission folders for each version/attempt
Each submission contains three standardized folders:
code/: Analysis scripts, preprocessing pipelines, and/or computational methodsderivatives/: Processed data, results, figures, and output filessourcedata/: Raw data files and original materials- Contains its own README with data descriptions and metadata
Public files are limited to code, documentation, and aggregate outputs reviewed for absence of participant identifiers. See the project privacy protections and release guidance.
Environmental and Neural Drivers of Internalizing and Externalizing Behaviors in Adolescents
- Grant Type: R21
- Grant Number: R21-MH##### (to be updated)
- Status: In preparation
- Navigate to the relevant grant folder
- Check the grant-level README for project-specific information
- Review submission folders in chronological order
- Refer to
sourcedata/README.mdfor data documentation
When adding new submissions:
- Follow the established naming conventions
- Include all three required subdirectories (
code/,derivatives/,sourcedata/) - Add a README to the
sourcedata/andderivatives/folders with appropriate metadata - Update the grant-level README if needed