-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path_quarto.yml
More file actions
157 lines (152 loc) · 6.12 KB
/
_quarto.yml
File metadata and controls
157 lines (152 loc) · 6.12 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
project:
type: website
pre-render: _processing/create_temp_banners.py
render:
- "*.qmd"
- "*.ipynb"
- "!Course_contributions/"
- "!Toolbox"
- "!R/text_analysis"
- "!R/time_series"
- "!R/UQ R User Group"
- "!Python/archive"
post-render: _processing/delete_temp_banners.py
website:
open-graph: true
title: "UQ Library Technology Training"
favicon: "/images/laptop_icon.svg"
navbar:
search: true
left:
- href: index.qmd
text: "Home"
- href: Orientation/orientation.qmd
text: "O-Week"
- text: "User Groups"
menu:
- href: https://uqrug.netlify.app/
text: "UQ R User Group"
- href: https://uqpug.github.io/
text: "UQ Python User Group"
- text: "Training Intensives"
href: https://uqlibrary.github.io/technology-training-intensives/
- href: more_training.qmd
text: "Training Elsewhere"
- href: https://web.library.uq.edu.au/study-and-learning-support/training-and-workshops/online-and-person-workshops#keyword=;campus=;weekstart=
text: "**Book a Workshop**"
tools:
- icon: github
aria-label: "Go to GitHub repository"
href: https://github.com/uqlibrary/technology-training
sidebar:
collapse-level: 1
contents:
- text: "{fig-alt='' width=20} Acrobat"
href: Acrobat/acrobat.qmd
- text: "{fig-alt='' width=20} Audacity"
href: Audacity/audacity.qmd
- text: "{fig-alt='' width=20} Excel"
href: Excel/excel.qmd
- text: "{fig-alt='' width=20} GenAI"
href: GenAI/genai.qmd
- section: "{fig-alt='' width=20} Git"
contents:
- text: "Git from the command line"
href: Git/git.qmd
- text: "GitHub and portfolios"
href: Git/GitHub/GitHub_intro.qmd
- text: "{fig-alt='' width=20} Inkscape"
href: Inkscape/inkscape.qmd
- text: "{fig-alt='' width=20} $\\LaTeX$ with Overleaf"
href: LaTeX/overleaf_latex.qmd
- text: "{fig-alt='' width=20} Loop"
href: Loop/loop.qmd
- text: "{fig-alt='' width=20} NVivo"
href: NVivo/nvivo.qmd
- text: "{fig-alt='' width=20} OpenRefine"
href: OpenRefine/openrefine.qmd
- text: "{fig-alt='' width=20} OpenStreetMap"
href: OSM/OpenStreetMap.qmd
- text: "{fig-alt='' width=20} Photoshop"
href: Photoshop/photoshop.qmd
- text: "{fig-alt='' width=20} PowerPoint"
href: PowerPoint/powerpoint.qmd
- text: "{fig-alt='' width=20} Premiere Pro"
href: Premiere_Pro/premiere_pro.qmd
- section: "{fig-alt='' width=20} Python"
contents:
- text: "1. The Fundamentals"
href: Python/1-fundamentals/fundamentals.qmd
- text: "2. Managing Data"
href: Python/2-data_processing/data_processing.qmd
- text: "3. Introductory Data Visualisation"
href: Python/3-intro_visualisation/visualisation.qmd
- text: "4. Statistics and Further Visualisation"
href: Python/4-stats_and_further_vis/stats_and_vis.qmd
- text: "5. Building your Python toolkit"
href: Python/5-python_toolkit/python_toolkit.qmd
- text: "Further resources"
href: Python/useful_links.qmd
- section: "{fig-alt='' width=20} QGIS"
contents:
- text: "1. Introduction"
href: QGIS/intro/QGIS_intro.qmd
- text: "2. Refined Maps for Publication"
href: QGIS/reports/QGIS_reports.qmd
- text: "3. Vector analysis"
href: QGIS/vector/QGIS_vector.qmd
- text: "4. Raster analysis"
href: QGIS/raster/QGIS_raster.qmd
- text: "5. Fieldwork Data Collection"
href: QGIS/fieldwork/QGIS_fieldwork.qmd
- text: "{fig-alt='' width=20} Qualtrics"
href: Qualtrics/qualtrics.qmd
- section: "{fig-alt='' width=20} R with RStudio"
contents:
- text: "0. Installing R and RStudio"
href: R/installation.qmd
- text: "1. Getting started"
href: R/rstudio_intro/rstudio_intro.qmd
- text: "2. dplyr: data transformation"
href: R/dplyr/dplyr.qmd
- text: "3. ggplot2: introduction to visualisation"
href: R/ggplot2_intro/ggplot2_intro.qmd
- text: "4. ggplot2: intermediate visualisation"
href: R/ggplot2_intermediate/ggplot2_intermediate.qmd
- text: "5. tidyr and purrr: tidying and loops"
href: R/tidyverse_next_steps/tidyverse_next_steps.qmd
- text: "6. Quarto: reproducible publishing"
href: R/reports/reports.qmd
- text: "7. Heatmaps"
href: R/heatmaps/heatmaps_intermediate.qmd
- text: "8. Shiny web apps"
href: R/shiny/shiny.qmd
- text: "9. Functions and packaging"
href: R/packaging/packaging.qmd
- text: "10. ANOVA and linear regression"
href: R/ANOVA-lm/anova-lm.qmd
- text: "Further resources"
href: R/usefullinks.qmd
- text: "{fig-alt='' width=20} uMap"
href: uMap/umap_intro.qmd
- text: "{fig-alt='' width=20} Unix Shell"
href: Shell/shell_intro.qmd
- text: "{fig-alt='' width=20} Voyant Tools"
href: Voyant/voyant.qmd
- text: "{fig-alt='' width=20} Word"
href: Word/word.qmd
format:
html:
theme:
- pulse
- styles.scss
toc: true
df-print: paged
grid:
body-width: 1200px
sidebar-width: 225px
axe: true
notebook-links: false
execute:
# only re-render if there is a code change
freeze: auto