-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
96 lines (88 loc) · 3.32 KB
/
mkdocs.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
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
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
nav:
- Home: 'index.md'
- 'Lab Culture':
- Onboarding: 'Onboarding.md'
- Code of Conduct: 'Code-of-Conduct.md'
- Environment and Expectations: 'Environment-and-Expectations.md'
- Lab Communication: 'Lab-Communication.md'
- Lab Notebooks: 'Lab-Notebooks.md'
- DEI Resources: 'DEI-Resources.md'
- External Communication: 'External-Communication-and-Funding.md'
- Lab Safety: 'Lab-Safety.md'
- Undergraduate Contract: 'Undergraduate-contract.md'
- 'Computing and Code':
- Best Practices: 'Computing-Best-Practices.md'
- Code Snippets: 'code_Snippets.md'
- Computing Hardware: 'Computing-Hardware.md'
- Lab Software: 'Lab-Software.md'
- 'Mox Guides':
- New User: 'mox_Adding-a-User.md'
- Logging in: 'mox_Logging-In.md'
- Node Types: 'mox_Node-Types.md'
- Data Storage and System Organization: 'mox_Data-Storage-and-System-Organization.md'
- Running a job: 'mox_Running-a-Job.md'
- Viewing and interacting with jobs: 'mox_Viewing-and-Interacting-with-Jobs.md'
- File Transfers: 'mox_File-Transfers.md'
- Software: 'mox_Software.md'
- Installing software: 'mox_Installing-Programs.md'
- Jupyter Notebooks: 'mox_Jupyter-Notebooks.md'
- RStudio Server: 'mox_RStudio-Server.md'
- 'Klone Guides':
- Quick Start: 'klone_quick-start.md'
- Containers: 'klone_containers.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'
- Running a job: 'klone_Running-a-Job.md'
- RStudio Server: 'klone_RStudio-Server.md'
- 'Databases and Catalogs':
- Lab Inventory: 'Lab-Inventory.md'
- Pubathon: 'Pubathon.md'
- Digital Media: 'Digital-Media.md'
- Experiment Database: 'Experiment-Database.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: 'Lab-Protocols.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'