-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path_quarto.yml
77 lines (72 loc) · 2.65 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
project:
type: website
output-dir: docs
website:
title: "The Poldrack Lab \\@Stanford"
repo-url: https://github.com/poldracklab/poldracklab.github.io
repo-actions: [edit, issue]
google-analytics: "379246033"
page-footer:
left: "© 2023 Poldrack Lab, released under the <a href='https://creativecommons.org/licenses/by/4.0/'>CC BY 4.0 license</a>"
right: "Built with <a href='https://quarto.org'>Quarto</a>"
sidebar:
style: "docked"
search: true
contents:
- text: "Home"
file: index.qmd
- text: "Lab members"
file: people.md
- text: "Projects"
file: projects.md
- publications.qmd
- text: "Code/Data"
file: software.qmd
- section: "Getting involved"
contents:
- volunteer.md
- positions.md
- section: "Lab guide"
contents:
- labguide/mission_statement.md
- section: "Lab environment"
contents:
- labguide/environment/code_of_conduct.md
- labguide/environment/work_life_balance.md
- labguide/environment/expectations.md
- labguide/environment/working_remotely.md
- labguide/environment/survey.md
- labguide/general_lab_policies.md
- section: "Computing"
contents:
- labguide/computing/etiquette.md
- section: "Sherlock"
contents:
- labguide/computing/sherlock/access-and-resources.md
- labguide/computing/sherlock/job-submission.md
- labguide/computing/sherlock/data-management.md
- section: "Research practices"
contents:
- labguide/research/human_subjects.md
- labguide/research/preregistration.md
- labguide/research/documentation.md
- labguide/research/code_management.md
- labguide/research/coding_standards.md
- labguide/research/data_management.md
- labguide/research/data_analysis_procedures.md
- labguide/research/statistical_methods.md
- labguide/research/intellectual_property.md
- section: "Publication and dissemination"
contents:
- labguide/publication/authorship.md
- labguide/publication/openaccess.md
- labguide/publication/addressing_errors.md
- labguide/publication/science_communication.md
- labguide/publication/conferences.md
- labguide/funding/funding.md
- labguide/mentoring/mentoring.md
format:
html:
theme: flatly
css: styles.css
toc: true