-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
68 lines (65 loc) · 1.91 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
project:
type: website
output-dir: docs
website:
page-footer: Copyright 2023 | <a href="https://marce10.github.io">Marcelo Araya-Salas</a>
title: "OTS Bioacoustic Analysis in R 2023"
search: true
site-url: https://marce10.github.io/OTS_BIR_2023/
repo-url: https://github.com/maRce10/OTS_BIR_2023/
navbar:
right:
- icon: github
href: https://github.com/maRce10/OTS_BIR_2023/
aria-label: GitHub
left:
- href: index.qmd
text: Home
- text: "Program"
href: program.qmd
- text: "Tutorials"
menu:
- text: "Introduction"
href: introduction.qmd
- text: "R basics"
href: r_basics.qmd
- text: "Sound"
href: sound.qmd
- text: "Spectrograms"
href: spectrograms.qmd
- text: "seewave"
href: seewave.qmd
- text: "Annotations"
href: annotations.qmd
- text: "ohun: automatic detection"
href: ohun.qmd
- text: "Intro to warbleR"
href: intro_to_warbler.qmd
- text: "Measure acoustic structure"
href: measure_acoustic_structure.qmd
- text: "Comparing measuring methods"
href: comparing_methods.qmd
- text: "Quality checks"
href: quality_checks.qmd
- text: "Measure structure on XC recordings"
href: measure_structure_green_hermit.qmd
- text: "Colab notebooks"
menu:
- text: "General"
href: general_redirect.html
- text: "dynaSpec"
href: dynaspec_redirect.html
- text: "ohun"
href: ohun_redirect.html
- text: "Course prep"
href: course_prep.qmd
- text: "Code sharing"
href: code_redirect.html
- text: "Instructor"
href: instructor.qmd
format:
html:
theme: simplex
css: styles.css
toc: true
editor: visual