-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
136 lines (121 loc) · 4.31 KB
/
Copy pathmkdocs.yml
File metadata and controls
136 lines (121 loc) · 4.31 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
site_name: Roberts Lab Handbook
repo_url: https://github.com/RobertsLab/resources/
edit_uri: blob/master/docs
theme:
name: material
features:
- content.action.edit
- content.code.copy
icon:
edit: material/pencil
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra_css:
- stylesheets/server-status.css
extra_javascript:
- javascripts/server-status.js
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
- mkdocs-video:
video_autoplay: false
- git-latest-changes:
limit_to_docs_dir: true
repo_vendor: github
history_limit: 10
timestamp_format: "%Y-%m-%d"
table_features:
- page_path_link
- timestamp
- message
# Pages built and searchable, but intentionally kept out of the nav
not_in_nav: |
DEI-Resources.md
External-Communication-and-Funding.md
nav:
- Home: 'index.md'
- 'Lab Culture':
- 'Start here':
- Onboarding: 'Onboarding.md'
- 'Policies & agreements':
- Code of Conduct: 'Code-of-Conduct.md'
- Environment and Expectations: 'Environment-and-Expectations.md'
- Lab Safety: 'Lab-Safety.md'
- Undergraduate Contract: 'Undergraduate-contract.md'
- 'How we work':
- Lab Communication: 'Lab-Communication.md'
- Project Management: 'Project-Management.md'
- Lab Notebooks: 'Lab-Notebooks.md'
- Data Management: 'Data-Management.md'
- 'Guides':
- Writing Scientific Manuscripts: 'Writing.md'
- Oral Presentations: 'Oral-Presentations.md'
- How to Grad School (Outreach Slides): 'How-to-Grad-School-Slides.md'
- 'Computing and Code':
- Best Practices: 'Computing-Best-Practices.md'
- Agentic Coding Tools: 'Agentic-Coding-Tools.md'
- Code Snippets: 'code_Snippets.md'
- Computing Hardware: 'Computing-Hardware.md'
- Lab Software: 'Lab-Software.md'
- 'Klone Guides':
- Quick Start: 'klone_quick-start.md'
- Containers: 'klone_containers.md'
- Conda: 'klone_Conda.md'
- New User: 'klone_Adding-a-User.md'
- Logging in: 'klone_Logging-In.md'
- Node Types: 'klone_Node-Types.md'
- Data Storage and System Organization: 'klone_Data-Storage-and-System-Organization.md'
- File Transfers: 'klone_File-Transfers.md'
- Installing Programs: 'klone_Installing-Programs.md'
- Running a job: 'klone_Running-a-Job.md'
- RStudio Server: 'klone_RStudio-Server.md'
- VS Code: 'klone_VS-Code.md'
- 'Raven Guides':
- Conda: 'raven_Conda.md'
- RStudio Server: 'raven_RStudio-Server.md'
- 'Databases and Catalogs':
- Lab Inventory: 'Lab-Inventory.md'
- Histology Databank Explorer: 'histology-explorer/index.html'
- Data Portal: 'data-portal/index.html'
- Pubathon: 'Pubathon.md'
- Digital Media: 'Digital-Media.md'
- Genomic Resources: 'Genomic-Resources.md'
- Spotify Playlists: 'music.md'
- 'Protocols':
- Purchasing and Reimbursement: 'Purchasing-and-Reimbursement.md'
- Data-Management: 'Data-Management.md'
- Lab Protocols:
- Bullet Blender: 'protocols/protocol-bullet_blender.md'
- Glycogen-Glo Assay: 'protocols/protocol-glycogen-glo-assay.md'
- Guava Muse Cell Analyzer: 'protocols/protocol-guava_muse.md'
- qPCR: 'protocols/protocol-qPCR.md'
- Resazurin Assay: 'protocols/resazurin-assay.md'
- Reverse Transcription: 'protocols/protocol-reverse_transcription.md'
- Water Quality Testing: 'protocols/protocol-water_quality.md'
- Chemical SOPs: 'Chemical-Standard-Operating-Protocols.md'
- Alarm Information: 'Alarm-Information.md'
- 'Bioinformatic Workflows':
- Basics: 'bio_Basics.md'
- Annotation: 'bio-Annotation.md'
- DNA Methylation Analysis: 'bio_DNA-methylation.md'
- Gene Expression: 'bio-Gene-expression.md'
- Transcriptome Assembly: 'bio_Transcriptome-assembly.md'