|
| 1 | +project: |
| 2 | + type: website |
| 3 | + |
| 4 | +website: |
| 5 | + title: "Data Analysis Guides for the Developmental Psychopathology Lab" |
| 6 | + repo-url: https://github.com/DevPsyLab/DataAnalysis |
| 7 | + repo-actions: [edit, source, issue] |
| 8 | + google-analytics: G-TYR0QMREEW |
| 9 | + sidebar: |
| 10 | + style: "floating" |
| 11 | + contents: |
| 12 | + - text: "ABCD Data" |
| 13 | + href: abcdData.qmd |
| 14 | + - text: "Bayesian Analysis" |
| 15 | + href: bayesian.qmd |
| 16 | + - text: "Data Management" |
| 17 | + href: dataManagement.qmd |
| 18 | + - text: "Developmental Scaling" |
| 19 | + href: developmentalScaling.qmd |
| 20 | + - text: "Directed Acyclic Graphs" |
| 21 | + href: dags.qmd |
| 22 | + - text: "Electroencephalography/Event-Related Potentials" |
| 23 | + href: eegERP.qmd |
| 24 | + - text: "Exploratory Data Analysis" |
| 25 | + href: eda.qmd |
| 26 | + - text: "Factor Analysis" |
| 27 | + href: factorAnalysis.qmd |
| 28 | + - text: "Figures" |
| 29 | + href: figures.qmd |
| 30 | + - text: "Git, GitLab, and GitHub" |
| 31 | + href: git.qmd |
| 32 | + - text: "Hierarchical Linear Modeling" |
| 33 | + href: hlm.qmd |
| 34 | + - text: "High-Performance Computing" |
| 35 | + href: hpc.qmd |
| 36 | + - text: "Item Response Theory" |
| 37 | + href: irt.qmd |
| 38 | + - text: "jamovi" |
| 39 | + href: jamovi.qmd |
| 40 | + - text: "JATOS (Just Another Tool for Online Studies)" |
| 41 | + href: jatos.qmd |
| 42 | + - text: "jsPsych" |
| 43 | + href: jsPsych.qmd |
| 44 | + - text: "LAMP (Linux, Apache, MySQL, PHP)" |
| 45 | + href: lamp.qmd |
| 46 | + - text: "Longitudinal Data Analysis" |
| 47 | + href: lda.qmd |
| 48 | + - text: "Markdown" |
| 49 | + href: markdown.qmd |
| 50 | + - text: "Mediation" |
| 51 | + href: sem.qmd#mediation |
| 52 | + - text: "Moderation/Interaction" |
| 53 | + href: regression.qmd#moderation |
| 54 | + - text: "Mplus" |
| 55 | + href: mplus.qmd |
| 56 | + - text: "Multiple Imputation" |
| 57 | + href: multipleImputation.qmd |
| 58 | + - text: "Open Science Framework" |
| 59 | + href: osf.qmd |
| 60 | + - text: "Principal Component Analysis" |
| 61 | + href: pca.qmd |
| 62 | + - text: "Python" |
| 63 | + href: https://devpsylab.github.io/pythonDataAnalysisGuides |
| 64 | + - text: "R" |
| 65 | + href: R.qmd |
| 66 | + - text: "Regression" |
| 67 | + href: regression.qmd |
| 68 | + - text: "SPSS" |
| 69 | + href: SPSS.qmd |
| 70 | + - text: "Statistics" |
| 71 | + href: statistics.qmd |
| 72 | + - text: "Structural Equation Modeling" |
| 73 | + href: sem.qmd |
| 74 | + navbar: |
| 75 | + logo: images/labLogo.png |
| 76 | + search: true |
| 77 | + tools: |
| 78 | + - icon: github |
| 79 | + menu: |
| 80 | + - text: "Source Code" |
| 81 | + href: https://github.com/DevPsyLab/DataAnalysis |
| 82 | + - text: "Report a Bug" |
| 83 | + href: https://github.com/DevPsyLab/DataAnalysis/issues/new |
| 84 | + - icon: twitter |
| 85 | + href: https://twitter.com/devpsylab |
| 86 | + - icon: facebook |
| 87 | + href: https://www.facebook.com/DevPsyLab |
| 88 | + - icon: instagram |
| 89 | + href: https://www.instagram.com/dev_psy_lab |
| 90 | + left: |
| 91 | + - text: "Datasets" |
| 92 | + menu: |
| 93 | + - text: "ABCD Study Data" |
| 94 | + href: abcdData.qmd |
| 95 | + - text: "Analysis Techniques" |
| 96 | + menu: |
| 97 | + - text: "Bayesian Analysis" |
| 98 | + href: bayesian.qmd |
| 99 | + - text: "Data Management" |
| 100 | + href: dataManagement.qmd |
| 101 | + #- text: "Developmental Scaling" |
| 102 | + # href: developmentalScaling.qmd |
| 103 | + - text: "Directed Acyclic Graphs" |
| 104 | + href: dags.qmd |
| 105 | + - text: "Electroencephalography/Event-Related Potentials" |
| 106 | + href: eegERP.qmd |
| 107 | + - text: "Exploratory Data Analysis" |
| 108 | + href: eda.qmd |
| 109 | + - text: "Factor Analysis" |
| 110 | + href: factorAnalysis.qmd |
| 111 | + - text: "Figures" |
| 112 | + href: figures.qmd |
| 113 | + - text: "Hierarchical Linear Modeling" |
| 114 | + href: hlm.qmd |
| 115 | + - text: "Item Response Theory" |
| 116 | + href: irt.qmd |
| 117 | + - text: "Longitudinal Data Analysis" |
| 118 | + href: lda.qmd |
| 119 | + - text: "Mediation" |
| 120 | + href: sem.qmd#mediation |
| 121 | + - text: "Moderation/Interaction" |
| 122 | + href: regression.qmd#moderation |
| 123 | + - text: "Multiple Imputation" |
| 124 | + href: multipleImputation.qmd |
| 125 | + - text: "Principal Component Analysis" |
| 126 | + href: pca.qmd |
| 127 | + - text: "Regression" |
| 128 | + href: regression.qmd |
| 129 | + - text: "Statistics" |
| 130 | + href: statistics.qmd |
| 131 | + - text: "Structural Equation Modeling" |
| 132 | + href: sem.qmd |
| 133 | + - text: "Software/Frameworks" |
| 134 | + menu: |
| 135 | + - text: "Git, GitLab, and GitHub" |
| 136 | + href: git.qmd |
| 137 | + - text: "High-Performance Computing Cluster" |
| 138 | + href: hpc.qmd |
| 139 | + - text: "jamovi" |
| 140 | + href: jamovi.qmd |
| 141 | + - text: "JATOS (Just Another Tool for Online Studies)" |
| 142 | + href: jatos.qmd |
| 143 | + - text: "jsPsych" |
| 144 | + href: jsPsych.qmd |
| 145 | + - text: "LAMP (Linux, Apache, MySQL, PHP)" |
| 146 | + href: lamp.qmd |
| 147 | + - text: "Markdown" |
| 148 | + href: markdown.qmd |
| 149 | + - text: "Mplus" |
| 150 | + href: mplus.qmd |
| 151 | + - text: "Open Science Framework" |
| 152 | + href: osf.qmd |
| 153 | + - text: "Python" |
| 154 | + href: https://devpsylab.github.io/pythonDataAnalysisGuides |
| 155 | + - text: "R" |
| 156 | + href: R.qmd |
| 157 | + - text: "SPSS" |
| 158 | + href: SPSS.qmd |
| 159 | + - text: "About" |
| 160 | + href: about.qmd |
| 161 | + right: |
| 162 | + - text: "Lab Wiki" |
| 163 | + href: https://devpsylab.github.io/LabWiki |
| 164 | + - text: "Lab Website" |
| 165 | + href: https://developmental-psychopathology.lab.uiowa.edu |
| 166 | + |
| 167 | +format: |
| 168 | + html: |
| 169 | + highlight-style: a11y |
| 170 | + theme: cosmo |
| 171 | + css: ["styles.css", "includes/custom.css", "font/css/roboto.css"] |
| 172 | + toc: true |
| 173 | + toc-depth: 5 |
| 174 | + toc-title: Contents |
| 175 | + toc-location: right |
| 176 | + execute: |
| 177 | + error: true |
| 178 | + warning: false |
| 179 | + code-link: true |
| 180 | + number-sections: true |
| 181 | + code-fold: show |
| 182 | + anchor-sections: true |
| 183 | + df-print: paged |
| 184 | + code-tools: |
| 185 | + source: true |
| 186 | + toggle: true |
| 187 | + link-external-newwindow: true |
| 188 | + #include-in-header: |
| 189 | + # - "includes/google_analytics.html" |
| 190 | + include-after-body: |
| 191 | + - "includes/footer.html" |
| 192 | + license: CC BY |
| 193 | + author-meta: "Isaac T. Petersen" |
| 194 | + date-meta: today |
0 commit comments