-
Notifications
You must be signed in to change notification settings - Fork 1
/
_site.yml
66 lines (66 loc) · 2.15 KB
/
_site.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
name: "NV INBRE DSC"
output_dir: "docs"
include: ["external_links.js"]
navbar:
title: "Nevada INBRE DSCore"
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "Data Science Initiative"
menu:
# - text: "Welcome"
# href: DSI_welcome.html
# - text: "Data Science Climate Survey (UNR)"
# href: DSI_survey_UNR.html
- text: "Conference 2024"
href: DSI_conference.html
- text: "Funding Opportunities"
menu:
- text: "Scientific Core Service Awards"
href: resource_service_awards.html
- text: "Training Opportunities"
menu:
- text: "Upcoming"
- text: "2024 Spring: Research Computing"
href: workshop-research-computing-2024-04.html
- text: "2024 Summer: Microbiome Bootcamp"
href: bootcamp-microbiome_2024-07.html
- text: "2024 Summer: TBD Additional Trainings"
href: underConstruction.html
- text: "Previous"
- text: "2021 Summer: R for Data Science at UNR"
href: bootcamp-r-series.html
- text: "2022 Fall: Python for ML at UNR"
href: bootcamp-supervised-ml-2022-10.html
- text: "2023 Winter: Python for ML at UNR"
href: bootcamp-supervised-ml-2023-01.html
- text: "2023 Spring: Research Day at NSC"
href: NSC_ResearchDay_2023-03.html
- text: "2023 Spring: Programming with R at UNR"
href: bootcamp-intro-R_2023-03.html
- text: "2023 Spring: Phages Genomics at CSN"
href: CSN_phageGenomics_2023-03.html
- text: "2023 Fall: Research Computing"
href: workshop-research-computing-2023-11.html
- text: "Tutorials"
menu:
- text: "Jupyter Notebook"
href: jupyter-notebook-setup.html
- text: "R"
href: NSC_IntrotoR.html
- text: "Julia"
- text: "Python"
right:
- text: "About"
icon: fa-address-book
href: about.html
- icon: fa-code-branch
href: https://github.com/NevadaINBRE
output:
html_document:
theme: cosmo
highlight: textmate
include:
after_body: footer.html
css: styles.css