generated from jhudsl/OTTR_Template_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
51 lines (49 loc) · 1.23 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
name: ITN Workshops at Moffitt Cancer Center 2025
output_dir: 'docs'
navbar:
title: ITN Workshops at Moffitt
left:
- text: ""
href: index.html
icon: fa-home
- text: Computing and Ethics
menu:
- text: Workshop Material
href: computing_workshop.html
- text: Activity
href: computing_activity.html
- text: scRNA-seq
menu:
- text: Workshop Material
href: scRNAseq_workshop.html
- text: Activity
href: scRNAseq_activity.html
- text: Spatial Transcriptomics
menu:
- text: Workshop Material
href: spatialTranscriptomics_workshop.html
- text: Activity
href: spatialTranscriptomics_activity.html
- text: Single Cell Protein Imaging
menu:
- text: Workshop Material
href: scProteinImaging_workshop.html
- text: Activity
href: scProteinImaging_activity.html
- text: Machine Learning
menu:
- text: Workshop Material
href: ml_workshop.html
- text: Activity
href: ml_activity.html
- text: ITN Home
href: https://www.itcrtraining.org/home
output:
html_document:
theme: cosmo
lib_dir: site_libs
self_contained: no
highlight: textmate
css: styles.css
includes:
in_header: resources/header.html