-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
65 lines (63 loc) · 1.89 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!materials/workshop/"
website:
title: "Extracting Value from Free Text"
twitter-card:
card-style: summary_large_image
description: "Apra PD 2023 workshop on text mining"
image: "materials/slide templates/Slide1.png"
page-footer:
left: "This page was built with ❤️ and [Quarto](https://quarto.org/) by [Matt Farrow](https://impactsignals.com)."
navbar:
background: "#447099"
left:
- href: index.qmd
text: Home
- text: Topics
menu:
- href: materials/01-introduction.qmd
text: "Introduction"
- href: materials/02-excel.qmd
text: "Excel"
- href: materials/03-intro-to-r.qmd
text: "Introduction to R"
- href: materials/04-r-text-mining.qmd
text: "R Text Mining"
- href: materials/05-python-text-mining.qmd
text: "Python Text Mining"
- href: materials/06-learning-more.qmd
text: "Learning More"
- href: schedule.qmd
text: "Schedule"
- href: resources.qmd
text: "Resources"
- href: questions.qmd
text: "Questions"
right:
- icon: linkedin
href: https://www.linkedin.com/in/matt-farrow/
- icon: github
href: https://github.com/mattfarrow1/apra-intro-to-text-mining
sidebar:
style: docked
contents:
- href: materials/01-introduction.qmd
text: "Introduction"
- href: materials/02-excel.qmd
text: "Excel"
- href: materials/03-intro-to-r.qmd
text: "Introduction to R"
- href: materials/04-r-text-mining.qmd
text: "R Text Mining"
- href: materials/05-python-text-mining.qmd
text: "Python Text Mining"
- href: materials/06-learning-more.qmd
text: "Learning More"
format:
html:
theme: litera
toc: true