@brainpilot/skills 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. package/dist/index.d.ts +6 -0
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/index.js +28 -0
  4. package/dist/index.js.map +1 -0
  5. package/package.json +35 -0
  6. package/skills/01_Meta-Skills/contribute-skill/SKILL.md +277 -0
  7. package/skills/01_Meta-Skills/contribute-skills-via-pr/SKILL.md +163 -0
  8. package/skills/01_Meta-Skills/paper-to-skill/SKILL.md +435 -0
  9. package/skills/01_Meta-Skills/paper-to-skill/references/extraction-guide.md +286 -0
  10. package/skills/01_Meta-Skills/paper-to-skill/references/skill-template.md +250 -0
  11. package/skills/01_Meta-Skills/repo-to-skill/SKILL.md +289 -0
  12. package/skills/01_Meta-Skills/share-case/SKILL.md +253 -0
  13. package/skills/01_Meta-Skills/share-usage/README.md +63 -0
  14. package/skills/01_Meta-Skills/share-usage/SKILL.md +395 -0
  15. package/skills/01_Meta-Skills/verify-skill/SKILL.md +331 -0
  16. package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/SKILL.md +194 -0
  17. package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/effect-sizes.md +352 -0
  18. package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/sample-size-guide.md +407 -0
  19. package/skills/02_Cross-Domain_Foundation/cogsci-statistics/SKILL.md +361 -0
  20. package/skills/02_Cross-Domain_Foundation/cogsci-statistics/references/common-analyses.md +517 -0
  21. package/skills/02_Cross-Domain_Foundation/cogsci-visualization/SKILL.md +292 -0
  22. package/skills/02_Cross-Domain_Foundation/cogsci-visualization/references/plot-recipes.md +709 -0
  23. package/skills/02_Cross-Domain_Foundation/research-literacy/SKILL.md +286 -0
  24. package/skills/02_Cross-Domain_Foundation/research-literacy/references/common-assumptions.md +320 -0
  25. package/skills/02_Cross-Domain_Foundation/research-literacy/references/planning-template.md +143 -0
  26. package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/SKILL.md +197 -0
  27. package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/references/instruction-templates.md +60 -0
  28. package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/SKILL.md +246 -0
  29. package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/classic-paradigms.md +435 -0
  30. package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/design-principles.md +256 -0
  31. package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/SKILL.md +270 -0
  32. package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/references/lavaan-templates.md +172 -0
  33. package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/SKILL.md +238 -0
  34. package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/references/scoring-rubric.md +143 -0
  35. package/skills/03_Cognitive_Psychology/drift-diffusion-model/SKILL.md +203 -0
  36. package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/fitting-guide.md +571 -0
  37. package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/model-variants.md +427 -0
  38. package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/SKILL.md +310 -0
  39. package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/references/ez-diffusion-formulas.md +137 -0
  40. package/skills/03_Cognitive_Psychology/signal-detection-analysis/SKILL.md +300 -0
  41. package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/application-guide.md +278 -0
  42. package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/sdt-formulas.md +318 -0
  43. package/skills/03_Cognitive_Psychology/visual-search-array-generator/SKILL.md +283 -0
  44. package/skills/03_Cognitive_Psychology/visual-search-array-generator/references/array-generation-parameters.yaml +111 -0
  45. package/skills/04_Psycholinguistics/reading-time-analysis/SKILL.md +301 -0
  46. package/skills/04_Psycholinguistics/reading-time-analysis/references/measure-computation-guide.md +195 -0
  47. package/skills/04_Psycholinguistics/self-paced-reading-designer/SKILL.md +257 -0
  48. package/skills/04_Psycholinguistics/self-paced-reading-designer/references/analysis-guide.md +356 -0
  49. package/skills/04_Psycholinguistics/self-paced-reading-designer/references/region-segmentation.md +266 -0
  50. package/skills/04_Psycholinguistics/sentence-stimulus-norming/SKILL.md +346 -0
  51. package/skills/04_Psycholinguistics/sentence-stimulus-norming/references/lexical-databases-guide.md +184 -0
  52. package/skills/05_EEG_ERP/eeg-paradigm-designer/SKILL.md +226 -0
  53. package/skills/05_EEG_ERP/eeg-paradigm-designer/references/component-paradigm-map.md +276 -0
  54. package/skills/05_EEG_ERP/eeg-paradigm-designer/references/timing-parameters.md +244 -0
  55. package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/SKILL.md +367 -0
  56. package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/references/parameter-lookup-tables.md +138 -0
  57. package/skills/05_EEG_ERP/erp-analysis/SKILL.md +185 -0
  58. package/skills/05_EEG_ERP/erp-analysis/references/erp-components.md +447 -0
  59. package/skills/05_EEG_ERP/erp-analysis/references/preprocessing-pipeline.md +277 -0
  60. package/skills/05_EEG_ERP/erp-analysis/references/statistical-approaches.md +351 -0
  61. package/skills/05_EEG_ERP/mne-python-guide/SKILL.md +174 -0
  62. package/skills/05_EEG_ERP/mne-python-guide/references/decoding.md +178 -0
  63. package/skills/05_EEG_ERP/mne-python-guide/references/io_formats.md +160 -0
  64. package/skills/05_EEG_ERP/mne-python-guide/references/preprocessing.md +259 -0
  65. package/skills/05_EEG_ERP/mne-python-guide/references/simulation.md +173 -0
  66. package/skills/05_EEG_ERP/mne-python-guide/references/source_localization.md +234 -0
  67. package/skills/05_EEG_ERP/mne-python-guide/references/statistics.md +196 -0
  68. package/skills/05_EEG_ERP/mne-python-guide/references/time_frequency.md +165 -0
  69. package/skills/05_EEG_ERP/mne-python-guide/references/visualization.md +175 -0
  70. package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/SKILL.md +317 -0
  71. package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
  72. package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/SKILL.md +296 -0
  73. package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/design-matrix-guide.md +214 -0
  74. package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/statistical-inference.md +288 -0
  75. package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/SKILL.md +274 -0
  76. package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/quality-control.md +336 -0
  77. package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/step-by-step-pipeline.md +380 -0
  78. package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/SKILL.md +264 -0
  79. package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/references/design-optimization-examples.md +114 -0
  80. package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/SKILL.md +273 -0
  81. package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/decoding-methods.md +170 -0
  82. package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/rsa-guide.md +266 -0
  83. package/skills/06_fMRI_Neuroimaging/pycortex-guide/SKILL.md +123 -0
  84. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/database-subjects.md +179 -0
  85. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/dataset-types.md +208 -0
  86. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/freesurfer-fmriprep.md +162 -0
  87. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mapping-transforms.md +181 -0
  88. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mni-utils.md +207 -0
  89. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/surface-analysis.md +219 -0
  90. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/visualization.md +251 -0
  91. package/skills/07_Computational_Modeling/act-r-model-builder/SKILL.md +297 -0
  92. package/skills/07_Computational_Modeling/act-r-model-builder/references/model-patterns.md +197 -0
  93. package/skills/07_Computational_Modeling/act-r-model-builder/references/parameter-table.yaml +204 -0
  94. package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/SKILL.md +294 -0
  95. package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/diagnostics-checklist.md +351 -0
  96. package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/prior-selection-guide.md +241 -0
  97. package/skills/07_Computational_Modeling/parameter-recovery-checker/SKILL.md +269 -0
  98. package/skills/07_Computational_Modeling/parameter-recovery-checker/references/recovery-diagnostics.md +207 -0
  99. package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/SKILL.md +317 -0
  100. package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
  101. package/skills/08_Computational_Neuroscience/neural-decoding-analysis/SKILL.md +273 -0
  102. package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/decoding-methods.md +170 -0
  103. package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/rsa-guide.md +266 -0
  104. package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/SKILL.md +305 -0
  105. package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/data-requirements.md +60 -0
  106. package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/method-comparison.md +151 -0
  107. package/skills/08_Computational_Neuroscience/spiking-network-model-builder/SKILL.md +376 -0
  108. package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/hh-parameters.md +117 -0
  109. package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/network-regimes.md +130 -0
  110. package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/SKILL.md +258 -0
  111. package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/indicator-parameters.md +242 -0
  112. package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/pipeline-details.md +211 -0
  113. package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/SKILL.md +261 -0
  114. package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/opsin-catalog.md +124 -0
  115. package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/stimulation-parameters.md +304 -0
  116. package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/SKILL.md +367 -0
  117. package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/disconnection-guide.md +152 -0
  118. package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/vlsm-pipeline.md +182 -0
  119. package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/SKILL.md +250 -0
  120. package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/deficit-profiles.md +302 -0
  121. package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/test-catalog.md +304 -0
  122. package/skills/11_Developmental_Cognition/infant-looking-time-designer/SKILL.md +345 -0
  123. package/skills/11_Developmental_Cognition/infant-looking-time-designer/references/age-parameters.yaml +186 -0
  124. package/skills/12_Social_Cognition/tom-task-selector/SKILL.md +379 -0
  125. package/skills/12_Social_Cognition/tom-task-selector/references/task-database.md +317 -0
  126. package/skills/13_Visualization/nature-figure/README.md +442 -0
  127. package/skills/13_Visualization/nature-figure/SKILL.md +60 -0
  128. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-01-bar-charts.png +0 -0
  129. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-02-line-trends.png +0 -0
  130. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-03-heatmaps.png +0 -0
  131. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-04-scatter-bubble.png +0 -0
  132. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-05-radar-polar.png +0 -0
  133. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-06-distributions.png +0 -0
  134. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-07-forest-interval.png +0 -0
  135. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-08-area-stacked.png +0 -0
  136. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-09-image-plates.png +0 -0
  137. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-10-network-matrix.png +0 -0
  138. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_motivation.png +0 -0
  139. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation.png +0 -0
  140. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation_distillation.png +0 -0
  141. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_contrastive.png +0 -0
  142. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_CEDAR.png +0 -0
  143. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_IEDB.png +0 -0
  144. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_schematic.png +0 -0
  145. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/RNAGenScape_schematic.png +0 -0
  146. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/ablation.png +0 -0
  147. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/comparison.png +0 -0
  148. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_ablation.py +86 -0
  149. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_comparison.py +109 -0
  150. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/diffusion_swiss_roll.py +97 -0
  151. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/diffusion_swiss_roll.png +0 -0
  152. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.pdf +0 -0
  153. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.png +0 -0
  154. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.pdf +0 -0
  155. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.png +0 -0
  156. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.pdf +0 -0
  157. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.png +0 -0
  158. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Ablation.py +64 -0
  159. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_GeneRegulatory.py +74 -0
  160. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Trajectory.py +74 -0
  161. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/idea.png +0 -0
  162. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/illustration.png +0 -0
  163. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_idea.py +76 -0
  164. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_illustration.py +404 -0
  165. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/figures/freq_prior.png +0 -0
  166. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/plot_freq_prior.py +146 -0
  167. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_Cancer.png +0 -0
  168. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_IEDB.png +0 -0
  169. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_Cancer.png +0 -0
  170. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_IEDB.png +0 -0
  171. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/plot_bars.py +216 -0
  172. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/raw_data.py +125 -0
  173. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold.png +0 -0
  174. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold_holes.png +0 -0
  175. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_optimization.png +0 -0
  176. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_speed.png +0 -0
  177. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_sweep.png +0 -0
  178. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_comparison.py +228 -0
  179. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_hole_manifold.py +82 -0
  180. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_manifold.py +61 -0
  181. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_sweep.py +77 -0
  182. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_posttraining.png +0 -0
  183. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_radar.png +0 -0
  184. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_comparison_radar.py +173 -0
  185. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_posttraining.py +82 -0
  186. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/brute_force.png +0 -0
  187. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_category.png +0 -0
  188. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_subcategory.png +0 -0
  189. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/rewriting.png +0 -0
  190. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/selfcorrection_math.png +0 -0
  191. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_brute_force.py +248 -0
  192. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_category.py +132 -0
  193. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_subcategory.py +131 -0
  194. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_rewriting.py +105 -0
  195. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_selfcorrection_math.py +99 -0
  196. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/composition_heatmap.png +0 -0
  197. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/trend_by_month.png +0 -0
  198. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_composition.py +81 -0
  199. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_trend.py +125 -0
  200. package/skills/13_Visualization/nature-figure/assets/gallery/fig1-material-mechanism-rich.png +0 -0
  201. package/skills/13_Visualization/nature-figure/assets/gallery/fig2-spatial-imaging-rich.png +0 -0
  202. package/skills/13_Visualization/nature-figure/assets/gallery/fig3-in-vivo-efficacy-rich.png +0 -0
  203. package/skills/13_Visualization/nature-figure/assets/gallery/fig4-single-cell-systems-rich.png +0 -0
  204. package/skills/13_Visualization/nature-figure/assets/gallery/fig5-validation-perturbation-rich.png +0 -0
  205. package/skills/13_Visualization/nature-figure/evals/evals.json +37 -0
  206. package/skills/13_Visualization/nature-figure/manifest.yaml +57 -0
  207. package/skills/13_Visualization/nature-figure/references/api.md +428 -0
  208. package/skills/13_Visualization/nature-figure/references/backend-selection.md +100 -0
  209. package/skills/13_Visualization/nature-figure/references/chart-types.md +281 -0
  210. package/skills/13_Visualization/nature-figure/references/common-patterns.md +350 -0
  211. package/skills/13_Visualization/nature-figure/references/demos.md +65 -0
  212. package/skills/13_Visualization/nature-figure/references/design-theory.md +436 -0
  213. package/skills/13_Visualization/nature-figure/references/figure-contract.md +93 -0
  214. package/skills/13_Visualization/nature-figure/references/nature-2026-observations.md +112 -0
  215. package/skills/13_Visualization/nature-figure/references/qa-contract.md +119 -0
  216. package/skills/13_Visualization/nature-figure/references/r-template-index.md +66 -0
  217. package/skills/13_Visualization/nature-figure/references/r-workflow.md +161 -0
  218. package/skills/13_Visualization/nature-figure/references/tutorials.md +251 -0
  219. package/skills/13_Visualization/nature-figure/static/core/contract.md +29 -0
  220. package/skills/13_Visualization/nature-figure/static/core/stance.md +37 -0
  221. package/skills/13_Visualization/nature-figure/static/fragments/backend/python.md +37 -0
  222. package/skills/13_Visualization/nature-figure/static/fragments/backend/r.md +44 -0
  223. package/skills/14_Writing/markdown-report-writing/SKILL.md +306 -0
  224. package/skills/14_Writing/markdown-report-writing/references/compatibility-matrix.md +72 -0
  225. package/skills/14_Writing/markdown-report-writing/references/templates.md +299 -0
  226. package/skills/15_Others/neuroimaging-power-guide/SKILL.md +324 -0
  227. package/skills/15_Others/neuroimaging-power-guide/references/effect-size-lookup-tables.md +102 -0
  228. package/skills/15_Others/neuroimaging-sample-size-calculator/SKILL.md +330 -0
  229. package/skills/15_Others/neuroimaging-sample-size-calculator/references/worked-examples.md +220 -0
@@ -0,0 +1,304 @@
1
+ # Stimulation Parameters Reference
2
+
3
+ Detailed pulse protocols, fiber optic specifications, viral vector selection, and light delivery parameters for optogenetic experiments.
4
+
5
+ ## Pulse Protocol Recipes
6
+
7
+ ### Recipe 1: Standard Excitatory Activation (ChR2)
8
+
9
+ **Use case**: Drive spiking in excitatory neurons during a behavioral epoch.
10
+
11
+ | Parameter | Value | Rationale |
12
+ |---|---|---|
13
+ | Opsin | ChR2 (H134R) | Standard, well-characterized (Boyden et al., 2005) |
14
+ | Wavelength | 473 nm | Matches ChR2 absorption peak (Mattis et al., 2012) |
15
+ | Power at fiber tip | 5-10 mW | Yields ~1-5 mW/mm2 for 200 um fiber |
16
+ | Pulse width | 5 ms | Sufficient for single spike per pulse (Mattis et al., 2012) |
17
+ | Frequency | 20 Hz | Within ChR2 reliable range; matches many physiological rhythms |
18
+ | Duty cycle | 10% | 5 ms pulse at 20 Hz = safe thermal margin |
19
+ | Epoch duration | 1-30 s | Adjust to behavioral paradigm |
20
+ | Inter-epoch interval | >30 s | Allow full ChR2 recovery from desensitization |
21
+
22
+ **Warm-up protocol**: Deliver 10 pulses before the analysis epoch begins to allow ChR2 photocurrent to reach steady-state (Mattis et al., 2012).
23
+
24
+ ### Recipe 2: High-Frequency Activation (ChETA or Chronos)
25
+
26
+ **Use case**: Drive neurons at gamma frequency (40-100 Hz) or higher.
27
+
28
+ | Parameter | Value | Rationale |
29
+ |---|---|---|
30
+ | Opsin | ChETA (E123T) or Chronos | Fast kinetics required (Gunaydin et al., 2010; Klapoetke et al., 2014) |
31
+ | Wavelength | 473 nm (ChETA) or 500 nm (Chronos) | Match respective absorption peaks |
32
+ | Power at fiber tip | 10-15 mW | Higher power compensates for lower ChETA photocurrent |
33
+ | Pulse width | 1-2 ms | Short pulses for fast kinetics |
34
+ | Frequency | 40-100 Hz | Achievable with ChETA/Chronos (Gunaydin et al., 2010) |
35
+ | Duty cycle | 4-20% | 1 ms at 40 Hz = 4%; 2 ms at 100 Hz = 20% |
36
+ | Max continuous train | 10 s | Longer trains risk spike failure even with fast opsins |
37
+
38
+ **Critical note**: Even with fast opsins, verify spike fidelity with electrophysiology for the first few animals. Spike failure increases over time in extended trains (Mattis et al., 2012).
39
+
40
+ ### Recipe 3: Red-Shifted Excitation (ChrimsonR)
41
+
42
+ **Use case**: Deep tissue activation, dual-color experiments, or reduced phototoxicity.
43
+
44
+ | Parameter | Value | Rationale |
45
+ |---|---|---|
46
+ | Opsin | ChrimsonR | Most red-shifted fast opsin (Klapoetke et al., 2014) |
47
+ | Wavelength | 638 nm | Matches ChrimsonR peak |
48
+ | Power at fiber tip | 10-20 mW | Red light penetrates deeper; may need more power at surface |
49
+ | Pulse width | 5-10 ms | Slightly slower kinetics than ChR2 |
50
+ | Frequency | 10-20 Hz | Conservative for reliable spiking |
51
+ | Duty cycle | 5-20% | Low heating risk with red light |
52
+
53
+ **Dual-color pairing**: ChrimsonR (638 nm excitation) can be combined with stGtACR2 (473 nm inhibition) for bidirectional control in the same animal. Verify minimal spectral crosstalk at your specific power levels (Klapoetke et al., 2014).
54
+
55
+ ### Recipe 4: Ultra-Sensitive Large-Volume Activation (ChRmine)
56
+
57
+ **Use case**: Activate large cortical volumes, deep brain structures, or minimally invasive stimulation.
58
+
59
+ | Parameter | Value | Rationale |
60
+ |---|---|---|
61
+ | Opsin | ChRmine or hsChRmine | Ultra-high sensitivity (Marshel et al., 2019) |
62
+ | Wavelength | 532 nm or 561 nm | Broad activation spectrum centered ~520-530 nm |
63
+ | Power at fiber tip | 0.5-5 mW | Much lower power sufficient due to high sensitivity |
64
+ | Pulse width | 2-5 ms | Short pulses to compensate for slow tau-off (~60 ms) |
65
+ | Frequency | 10-20 Hz (ChRmine) or up to 50 Hz (hsChRmine) | Limited by slow kinetics (Kishi et al., 2022) |
66
+ | Duty cycle | 2-10% | Low power + low duty cycle = minimal heating |
67
+
68
+ **Important**: ChRmine's slow tau-off means each pulse may evoke multiple spikes at high expression levels. If single-spike precision is needed, use ChR2 or Chronos instead.
69
+
70
+ ### Recipe 5: Sustained Somatic Inhibition (stGtACR2)
71
+
72
+ **Use case**: Silence a population of neurons during a behavioral task.
73
+
74
+ | Parameter | Value | Rationale |
75
+ |---|---|---|
76
+ | Opsin | stGtACR2 | Most potent somatic inhibition (Mahn et al., 2018) |
77
+ | Wavelength | 473 nm | Matches stGtACR2 peak (~480 nm) |
78
+ | Power at fiber tip | 1-5 mW | High sensitivity (EPD50 ~0.05 mW/mm2) allows low power |
79
+ | Protocol | Continuous or 1 s on / 0.5 s off | Pulsed to manage heating |
80
+ | Ramp-down | 500 ms linear ramp at offset | Prevents rebound excitation |
81
+ | Max epoch | 60 s continuous at low power (<2 mW) | Monitor for heating at longer durations |
82
+
83
+ **Heating management**: Despite stGtACR2's high sensitivity, blue light for sustained inhibition can still heat tissue. At 5 mW continuous 473 nm, expect ~0.5-1.25 deg C increase (Stujenske et al., 2015). Reduce power or use pulsed protocol for epochs >10 s.
84
+
85
+ ### Recipe 6: Yellow-Light Inhibition (eNpHR3.0)
86
+
87
+ **Use case**: Inhibit neurons when blue light is already used for excitation (dual-opsin experiments).
88
+
89
+ | Parameter | Value | Rationale |
90
+ |---|---|---|
91
+ | Opsin | eNpHR3.0 | Yellow-activated inhibition (Gradinaru et al., 2010) |
92
+ | Wavelength | 594 nm | Matches NpHR excitation peak |
93
+ | Power at fiber tip | 10-15 mW | Higher power needed due to low pump sensitivity (EPD50: 5-10 mW/mm2) |
94
+ | Protocol | Continuous for <15 s; pulsed (5 s on / 2 s off) for longer | Cl- loading limit (Raimondo et al., 2012) |
95
+ | Ramp-down | 1 s linear ramp at offset | Prevents rebound from Cl- loading |
96
+ | Max continuous epoch | 15 s | Beyond this, GABA-A reversal potential shifts become significant |
97
+
98
+ **Rebound warning**: Always include a ramp-down period. Abrupt NpHR offset after >5 s illumination produces rebound spiking in ~30% of neurons (Raimondo et al., 2012).
99
+
100
+ ### Recipe 7: Bistable Excitability Modulation (SSFO)
101
+
102
+ **Use case**: Increase neural excitability over minutes without continuous light delivery.
103
+
104
+ | Parameter | Value | Rationale |
105
+ |---|---|---|
106
+ | Opsin | SSFO (C128S/D156A) | Bistable, ~29 min tau-off (Yizhar et al., 2011) |
107
+ | Activation wavelength | 473 nm | Blue light opens channel |
108
+ | Deactivation wavelength | 594 nm | Yellow light closes channel |
109
+ | Activation pulse | 1-2 s continuous | Brief pulse sufficient for full activation |
110
+ | Activation power | 1-5 mW | Minimal light needed due to long open state |
111
+ | Deactivation pulse | 5-10 s continuous | Longer pulse ensures complete closure |
112
+
113
+ **Key insight**: SSFO modulates excitability (subthreshold depolarization), it does NOT drive spikes. It makes neurons more responsive to endogenous synaptic inputs. This is conceptually different from ChR2-driven activation and is appropriate for different experimental questions (Yizhar et al., 2011).
114
+
115
+ ### Recipe 8: Place Cell Tagging / Optogenetic Identification
116
+
117
+ **Use case**: Identify opsin-expressing neurons during extracellular recording ("optotagging").
118
+
119
+ | Parameter | Value | Rationale |
120
+ |---|---|---|
121
+ | Opsin | ChR2 (H134R) | Reliable, short-latency spikes |
122
+ | Wavelength | 473 nm | Standard |
123
+ | Power at fiber tip | 1-5 mW (start low, ramp up) | Titrate to find minimal effective power |
124
+ | Pulse width | 1-2 ms | Brief to ensure single spike |
125
+ | Frequency | 1-2 Hz for identification; 10-50 Hz for waveform matching | Low rate for clean identification |
126
+ | Train structure | 10-50 pulses at each power level | Statistical reliability |
127
+ | Identification criteria | Latency <5 ms, jitter <2 ms, waveform correlation r > 0.95 | Lima et al., 2009; Cohen et al., 2012 |
128
+
129
+ **Critical requirements**: The optotagging pulse train must be delivered during a behavioral period where the cell's natural firing can be compared to light-evoked firing. Report both the false-positive rate (spontaneous spikes in the latency window) and the reliability (fraction of pulses evoking a spike) (Cohen et al., 2012).
130
+
131
+ ## Fiber Optic Specifications
132
+
133
+ ### Standard Configurations
134
+
135
+ | Application | Core Diameter | NA | Total OD (with cladding) | Recommended | Citation |
136
+ |---|---|---|---|---|---|
137
+ | Mouse cortex/hippocampus | 200 um | 0.22 | ~230 um | Standard for most experiments | Sparta et al., 2012 |
138
+ | Mouse deep brain (VTA, SN) | 200 um | 0.39 | ~230 um | Wider cone for deep structures | Sparta et al., 2012 |
139
+ | Mouse, minimal damage | 100 um | 0.22 | ~125 um | Reduced tissue displacement | |
140
+ | Rat brain | 200-400 um | 0.39 | 230-430 um | Larger target volumes in rat | Sparta et al., 2012 |
141
+ | Primate cortex | 200 um | 0.22 | ~230 um | Multiple fibers for coverage | Diester et al., 2011 |
142
+ | Bilateral implant | 200 um x 2 | 0.22 | ~230 um each | Separate fibers per hemisphere | |
143
+
144
+ ### Illumination Volume Estimates
145
+
146
+ For a 200 um core, 0.22 NA fiber delivering 473 nm light in brain tissue:
147
+
148
+ | Distance from Fiber Tip | Estimated Irradiance (% of tip) | Approximate Diameter of Illuminated Cone | Source |
149
+ |---|---|---|---|
150
+ | 0 um (fiber face) | 100% | 200 um | Geometry |
151
+ | 100 um | ~50% | ~250 um | Yizhar et al., 2011 |
152
+ | 200 um | ~20% | ~300 um | Aravanis et al., 2007 |
153
+ | 500 um | ~3.2% | ~450 um | Aravanis et al., 2007 |
154
+ | 1000 um | ~0.56% | ~600 um | Aravanis et al., 2007 |
155
+
156
+ **Practical implication**: For a target at 500 um below the fiber tip, only ~3% of the tip irradiance reaches the target. If you need **1 mW/mm2** at the target and the fiber tip produces **30 mW/mm2**, the effective irradiance at 500 um is ~1 mW/mm2 (Aravanis et al., 2007).
157
+
158
+ ### Fiber Placement Guidelines
159
+
160
+ 1. **Target the fiber 200-500 um above the region of interest** (Yizhar et al., 2011)
161
+ 2. **Never place the fiber within the target region** — mechanical damage at the fiber tip destroys the very neurons you are trying to manipulate
162
+ 3. **For dorsal hippocampus (CA1)**: Place fiber tip at the boundary of overlying cortex and hippocampus (~-1.2 to -1.4 mm DV from brain surface in C57BL/6 mice; Paxinos & Franklin, 2012)
163
+ 4. **For ventral structures (VTA, NAc)**: Use a higher NA fiber (0.39) to spread light more widely and compensate for the longer light path
164
+ 5. **Verify placement post-hoc**: Always confirm fiber tip location in histological sections. Report the distance between fiber tip and the nearest expressing neurons
165
+
166
+ ### Thermal Safety Calculations
167
+
168
+ Estimated steady-state temperature increase at 100 um from fiber tip for 473 nm continuous illumination (Stujenske et al., 2015):
169
+
170
+ | Power at Fiber Tip | Duty Cycle 10% | Duty Cycle 25% | Duty Cycle 50% | Duty Cycle 100% |
171
+ |---|---|---|---|---|
172
+ | 1 mW | 0.025 deg C | 0.06 deg C | 0.12 deg C | 0.25 deg C |
173
+ | 5 mW | 0.12 deg C | 0.31 deg C | 0.62 deg C | 1.25 deg C |
174
+ | 10 mW | 0.25 deg C | 0.62 deg C | 1.25 deg C | 2.5 deg C |
175
+ | 20 mW | 0.50 deg C | 1.25 deg C | 2.5 deg C | 5.0 deg C |
176
+
177
+ **Safety threshold**: Keep temperature increase **below 1 deg C** (Owen et al., 2019). Cells shaded above 1 deg C (10 mW at 50%, 5 mW at 100%, 20 mW at 25%) should be avoided or validated with opsin-negative controls.
178
+
179
+ **Red-shifted light heating**: 638 nm light produces approximately 30-50% less heating than 473 nm at the same power, due to lower absorption by brain tissue (Stujenske et al., 2015). This is an additional advantage of red-shifted opsins.
180
+
181
+ ## Viral Vector Selection Guide
182
+
183
+ ### AAV Serotype Comparison for Brain Injection
184
+
185
+ | Serotype | Neuronal Tropism | Expression Onset | Spread from Injection | Special Properties | Key Citation |
186
+ |---|---|---|---|---|---|
187
+ | AAV1 | High | 1-2 weeks | Large (~1 mm) | Anterograde transsynaptic at high titer | Aschauer et al., 2013; Zingg et al., 2017 |
188
+ | AAV2 | Moderate (neuronal-preferring) | 2-4 weeks | Small (~0.5 mm) | Confined expression, good for precise targeting | Burger et al., 2004 |
189
+ | AAV5 | Moderate (favors glia with ubiquitous promoters) | 2-4 weeks | Moderate (~0.7 mm) | Best with neuron-specific promoters | Aschauer et al., 2013 |
190
+ | AAV8 | High | 1-2 weeks | Large (~1 mm) | Good for deep structures | Aschauer et al., 2013 |
191
+ | AAV9 | High (broad) | 1-2 weeks | Large (>1 mm), crosses BBB | Systemic delivery possible; transduces glia without specific promoter | Foust et al., 2009 |
192
+ | AAV-DJ | High | 1-2 weeks | Small-moderate (~0.5-0.7 mm) | Engineered for high transduction in vitro and in vivo | Grimm et al., 2008 |
193
+ | AAVrg (AAV2-retro) | High (retrograde) | 2-4 weeks | Projection-specific | Retrograde labeling from axon terminals | Tervo et al., 2016 |
194
+
195
+ ### Recommended Serotypes by Application
196
+
197
+ | Application | First Choice | Alternative | Notes |
198
+ |---|---|---|---|
199
+ | Local excitation in cortex | AAV1 or AAV5 | AAV8 | Use CaMKII or hSyn promoter |
200
+ | Local inhibition in hippocampus | AAV1 or AAV8 | AAV-DJ | Broad neuronal tropism needed |
201
+ | Projection-specific (retrograde) | AAVrg | AAV6 (partial retrograde) | Inject at axon terminal field |
202
+ | Projection-specific (anterograde) | AAV1 (high titer, >1e13 vg/mL) | AAV9 | Transsynaptic spread (Zingg et al., 2017) |
203
+ | Precise local targeting | AAV2 or AAV-DJ | | Minimal spread from injection site |
204
+ | Cre-dependent expression | Any + DIO/FLEX construct | | Serotype determines spread, Cre determines specificity |
205
+ | Interneuron targeting | AAV + Dlx enhancer | | Dimidschstein et al., 2016 |
206
+
207
+ ### Titer and Volume Guidelines
208
+
209
+ | Parameter | Mouse | Rat | Primate |
210
+ |---|---|---|---|
211
+ | Standard titer | 1e12 - 5e12 vg/mL | 1e12 - 5e12 vg/mL | 1e12 - 1e13 vg/mL |
212
+ | Volume per site | 200-500 nL | 500 nL - 2 uL | 1-5 uL |
213
+ | Injection rate | 50-100 nL/min | 100-200 nL/min | 200-500 nL/min |
214
+ | Wait after injection (before withdrawal) | 5-10 min | 5-10 min | 10-15 min |
215
+ | Min expression time | 2-3 weeks | 2-3 weeks | 4-6 weeks |
216
+ | Optimal expression time | 3-6 weeks | 3-6 weeks | 6-8 weeks |
217
+ | Toxicity risk increases | >8 weeks at high titer | >8 weeks at high titer | >12 weeks |
218
+
219
+ **Titer warning**: Titers above **1e13 vg/mL** significantly increase the risk of cytotoxicity, particularly with strong promoters (CaMKII, hSyn). Signs include: nuclear inclusion bodies, cell loss at injection center, reactive gliosis. Always examine injection sites histologically (Miyashita et al., 2013).
220
+
221
+ **Injection rate matters**: Injecting too fast causes tissue damage and backflow up the needle track. Use a micropump or calibrated pressure system. Manual injection with a Hamilton syringe is acceptable if performed slowly with monitoring (Cetin et al., 2006).
222
+
223
+ ### Promoter Selection
224
+
225
+ | Promoter | Expression Pattern | Strength | Time to Peak | Citation |
226
+ |---|---|---|---|---|
227
+ | hSyn (human Synapsin-1) | Pan-neuronal | Moderate-high | 2-3 weeks | Kugler et al., 2003 |
228
+ | CaMKIIa | Excitatory neurons (forebrain) | High | 2-4 weeks | Dittgen et al., 2004 |
229
+ | mDlx | GABAergic interneurons | Moderate | 3-4 weeks | Dimidschstein et al., 2016 |
230
+ | Ef1a | Ubiquitous (all cell types) | Very high | 1-2 weeks | |
231
+ | CAG | Ubiquitous (all cell types) | Very high | 1-2 weeks | |
232
+ | CMV | Ubiquitous, silences over time in neurons | Variable | 1-2 weeks | Paterna et al., 2000 |
233
+
234
+ **Promoter rule**: For optogenetics, **always use a cell-type-specific promoter** (hSyn, CaMKII, mDlx) unless you have a specific reason to use a ubiquitous promoter. CMV in particular silences over weeks in neurons and should be avoided for chronic experiments (Paterna et al., 2000; Aschauer et al., 2013).
235
+
236
+ ### Cre-Dependent Strategies
237
+
238
+ For experiments using Cre-driver transgenic lines:
239
+
240
+ | Strategy | Construct | Advantage | Consideration |
241
+ |---|---|---|---|
242
+ | DIO (Double-floxed Inverted Open reading frame) | Ef1a-DIO-ChR2-eYFP | Strong, specific expression | Requires Cre mouse line |
243
+ | FLEX (Flip-excision) | Ef1a-FLEX-ChR2-eYFP | Equivalent to DIO | Same mechanism, different nomenclature |
244
+ | CreON/FlpON (intersectional) | Ef1a-CreON/FlpON-ChR2 | Dual-recombinase specificity | Requires Cre AND Flp (Fenno et al., 2014) |
245
+
246
+ **Expression level note**: Cre-dependent constructs typically produce lower expression than direct promoter-driven constructs because the inverted transgene must be flipped by Cre before transcription can begin. Allow an additional 1-2 weeks of expression time compared to non-Cre constructs (Atasoy et al., 2008).
247
+
248
+ ## Common Equipment Specifications
249
+
250
+ ### Laser Systems
251
+
252
+ | Wavelength | Common Source | Typical Max Power | Used For |
253
+ |---|---|---|---|
254
+ | 473 nm | DPSS laser | 50-200 mW | ChR2, CheRiff, stGtACR2, Chronos |
255
+ | 532 nm | DPSS laser | 50-200 mW | C1V1, ChRmine, eArch3.0 |
256
+ | 561 nm | DPSS laser | 50-150 mW | ChRmine, ReaChR, eNpHR3.0 |
257
+ | 594 nm | DPSS laser | 20-50 mW | eNpHR3.0, SSFO deactivation |
258
+ | 638 nm | Diode laser | 50-300 mW | ChrimsonR, CsChrimson |
259
+
260
+ **LED alternative**: For experiments not requiring precise temporal control (<10 ms resolution), fiber-coupled LEDs are cheaper and sufficient. LEDs have broader spectra (~20-30 nm FWHM) but adequate for most opsins (Warden et al., 2012).
261
+
262
+ ### Patch Cable and Commutator
263
+
264
+ | Component | Specification | Notes |
265
+ |---|---|---|
266
+ | Patch cable core | Match implant fiber (typically 200 um) | Mismatch causes coupling loss |
267
+ | Patch cable NA | Match or exceed implant NA | Lower NA patch cable loses light |
268
+ | Rotary joint | Single-channel or dual-channel | Required for freely moving behavior |
269
+ | Ferrule sleeve | Zirconia, 1.25 mm ID | Standard mating connector |
270
+
271
+ ## References
272
+
273
+ - Aravanis, A. M. et al. (2007). An optical neural interface. *J. Neural Eng.*, 4(3), S143-S156.
274
+ - Aschauer, D. F. et al. (2013). Analysis of transduction efficiency, tropism and axonal transport of AAV serotypes 1, 2, 5, 6, 8 and 9 in the mouse brain. *PLoS ONE*, 8(9), e76310.
275
+ - Atasoy, D. et al. (2008). A FLEX switch targets Channelrhodopsin-2 to multiple cell types for imaging and long-range circuit mapping. *J. Neurosci.*, 28(28), 7025-7030.
276
+ - Boyden, E. S. et al. (2005). Millisecond-timescale, genetically targeted optical control of neural activity. *Nat. Neurosci.*, 8(9), 1263-1268.
277
+ - Burger, C. et al. (2004). Recombinant AAV viral vectors pseudotyped with viral capsids from serotypes 1, 2, and 5 display differential efficiency and cell tropism. *Mol. Ther.*, 10(2), 302-317.
278
+ - Cetin, A. et al. (2006). Stereotaxic gene delivery in the rodent brain. *Nat. Protoc.*, 1, 3166-3173.
279
+ - Cohen, J. Y. et al. (2012). Neuron-type-specific signals for reward and punishment in the ventral tegmental area. *Nature*, 482, 85-88.
280
+ - Diester, I. et al. (2011). An optogenetic toolbox designed for primates. *Nat. Neurosci.*, 14, 387-397.
281
+ - Dimidschstein, J. et al. (2016). A viral strategy for targeting and manipulating interneurons across vertebrate species. *Nat. Neurosci.*, 19, 1743-1749.
282
+ - Dittgen, T. et al. (2004). Lentivirus-based genetic manipulations of cortical neurons and their optical and electrophysiological monitoring in vivo. *PNAS*, 101(52), 18206-18211.
283
+ - Fenno, L. E. et al. (2014). Targeting cells with single vectors using multiple-feature Boolean logic. *Nat. Methods*, 11, 763-772.
284
+ - Foust, K. D. et al. (2009). Intravascular AAV9 preferentially targets neonatal neurons and adult astrocytes. *Nat. Biotechnol.*, 27, 59-65.
285
+ - Gradinaru, V. et al. (2010). Molecular and cellular approaches for diversifying and extending optogenetics. *Cell*, 141(1), 154-165.
286
+ - Grimm, D. et al. (2008). In vitro and in vivo gene therapy vector evolution via multispecies interbreeding and retargeting of adeno-associated viruses. *J. Virol.*, 82(12), 5887-5911.
287
+ - Gunaydin, L. A. et al. (2010). Ultrafast optogenetic control. *Nat. Neurosci.*, 13(3), 387-392.
288
+ - Kishi, K. E. et al. (2022). Structural basis for channel conduction in the pump-like channelrhodopsin ChRmine. *Cell*, 185, 672-689.
289
+ - Klapoetke, N. C. et al. (2014). Independent optical excitation of distinct neural populations. *Nat. Methods*, 11, 338-346.
290
+ - Kugler, S. et al. (2003). Neuron-specific expression of therapeutic proteins. *Mol. Cell. Neurosci.*, 23(4), 618-633.
291
+ - Lima, S. Q. et al. (2009). PINP: a new method of tagging neuronal populations for identification during in vivo electrophysiological recording. *PLoS ONE*, 4(7), e6099.
292
+ - Mahn, M. et al. (2018). High-efficiency optogenetic silencing with soma-targeted anion-conducting channelrhodopsins. *Nat. Commun.*, 9, 4125.
293
+ - Marshel, J. H. et al. (2019). Cortical layer-specific critical dynamics triggering perception. *Science*, 365(6453), eaaw5202.
294
+ - Mattis, J. et al. (2012). Principles for applying optogenetic tools. *Nat. Methods*, 9, 159-172.
295
+ - Miyashita, T. et al. (2013). Long-term channelrhodopsin-2 expression can induce abnormal axonal morphology and targeting in cerebral cortex. *Front. Neural Circuits*, 7, 8.
296
+ - Owen, S. F. et al. (2019). Thermal constraints on in vivo optogenetic manipulations. *Nat. Neurosci.*, 22, 1061-1065.
297
+ - Paterna, J. C. et al. (2000). Influence of promoter and WHV post-transcriptional regulatory element on AAV-mediated transgene expression in the rat brain. *Gene Ther.*, 7, 1304-1311.
298
+ - Raimondo, J. V. et al. (2012). Optogenetic silencing strategies differ in their effects on inhibitory synaptic transmission. *Nat. Neurosci.*, 15, 1102-1104.
299
+ - Sparta, D. R. et al. (2012). Construction of implantable optical fibers for long-term optogenetic manipulation of neural circuits. *Nat. Protoc.*, 7, 12-23.
300
+ - Stujenske, J. M. et al. (2015). Modeling the spatiotemporal dynamics of light and heat propagation for in vivo optogenetics. *Cell Rep.*, 12(3), 525-534.
301
+ - Tervo, D. G. R. et al. (2016). A designer AAV variant permits efficient retrograde access to projection neurons. *Neuron*, 92(2), 372-382.
302
+ - Warden, M. R. et al. (2012). Optical neural interfaces. *Annu. Rev. Biomed. Eng.*, 14, 389-417.
303
+ - Yizhar, O. et al. (2011). Optogenetics in neural systems. *Neuron*, 71(1), 9-34.
304
+ - Zingg, B. et al. (2017). AAV-mediated anterograde transsynaptic tagging. *Neuron*, 93(1), 92-105.