-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
150 lines (118 loc) · 5.27 KB
/
index.qmd
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
---
title: "Workshop Index"
author:
- name: "DataLab"
url: "https://datalab.ucdavis.edu/"
affiliations: "University of California, Davis"
date: today
---
<!--
github-repo: https://github.com/ucdavisdatalab/workshop_index
url: "https://ucdavisdatalab.github.io/workshop_index/"
lang: en-us
site: "bookdown::bookdown_site"
knit: "bookdown::render_book"
output:
bookdown::gitbook:
fig_caption: false
config:
toc:
before: |
<li><a href="https://datalab.ucdavis.edu/">
<img src="https://datalab.ucdavis.edu/wp-content/uploads/2019/07/datalab-logo-full-color-rgb-1.png" style="height: 100%; width: 100%; object-fit: contain" />
</a></li>
<li><a href="./" style="font-size: 18px">UC Davis DataLab Workshops</a></li>
after: |
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">
<img alt="CC BY-SA 4.0" src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg" style="float: right; padding-right: 10px;" />
</a>
collapse: section
sharing: no
view: https://github.com/ucdavisdatalab/workshop_index/blob/main/%s
edit: https://github.com/ucdavisdatalab/workshop_index/edit/main/%s
---
-->
::: {.callout-important}
## Looking for more information about DataLab workshops?
Take a look at our [Workshop Descriptions and Materials
page][datalab-workshops].
[datalab-workshops]: https://datalab.ucdavis.edu/workshops/descriptions/
:::
::: {.callout-tip}
## Wondering how all of these workshops fit together?
Take a look at our [Reproducibility Principles and Practices workshop
reader][repro].
[repro]: https://ucdavisdatalab.github.io/workshop_reproducible_research/
:::
This page is intended to make it easy for learners *in workshops* to quickly
find to the appropriate reader.
## Computing Basics
+ [Introduction to the Command
Line](https://ucdavisdatalab.github.io/workshop_introduction_to_the_command_line/)
+ [Introduction to Remote
Computing](https://ucdavisdatalab.github.io/workshop_intro_to_remote_computing/chapters/index.html)
+ [Introduction to SQL for Querying
Databases](https://ucdavisdatalab.github.io/workshop_intro_to_sql/)
## Data Science Concepts
+ [Developing Your Data Science
Portfolio](https://ucdavisdatalab.github.io/workshop_portfolios/)
+ [Excelling with
Excel](https://ucdavisdatalab.github.io/workshop_keeping_data_tidy/)
+ [README, Write Me! Digital Project Organization and
Documentation](https://ucdavisdatalab.github.io/workshop_how-to-data-documentation/)
+ [Reproducibility Principles and
Practices](https://ucdavisdatalab.github.io/workshop_reproducible_research/)
+ [Responsible Data
Science](https://ucdavisdatalab.github.io/responsible-data-science/)
## Data Visualization
+ [Critical Approaches to Data
Visualization](https://ucdavisdatalab.github.io/workshop_critical_data_viz/)
+ [Dynamic Data
Visualization](https://ucdavisdatalab.github.io/workshop_dynamic_data_viz)
+ [Network Visualization](https://ucdavisdatalab.github.io/workshop_network_viz/)
+ [Principles of Data
Visualization](https://ucdavisdatalab.github.io/workshop_data_viz_principles/)
## GIS
+ [Building Web Maps with Leaflet](https://ucdavisdatalab.github.io/workshop_web_maps/)
+ [Cartography for Map Figures in Academic Journals and
Books](https://github.com/MicheleTobias/Workshop-Cartography-Journal-Figures)
+ [Coordinate Reference
Systems](https://ucdavisdatalab.github.io/workshop_coordinate_reference_systems/)
+ [Geocoding](https://github.com/MicheleTobias/geocoding-workshop)
+ [Introduction to Desktop GIS with
QGIS](https://ucdavisdatalab.github.io/Intro-to-Desktop-GIS-with-QGIS/)
+ [Spatial SQL with SpatiaLite](https://github.com/ucdavisdatalab/Spatial_SQL)
## Julia
+ [Julia
Basics](https://ucjug.github.io/workshop_julia_basics/)
## Python
+ [Intermediate
Python](https://ucdavisdatalab.github.io/workshop_intermediate_python)
+ [Python
Basics](https://ucdavisdatalab.github.io/workshop_python_basics)
## R
+ [Intermediate R](https://ucdavisdatalab.github.io/workshop_intermediate_r/)
+ [R Basics](https://ucdavisdatalab.github.io/workshop_r_basics/)
## Statistics
+ [Introduction to Basic Statistics with
R](https://ucdavisdatalab.github.io/basic_stats_r_1/)
+ [Introduction to Spatial Statistics in
R](https://ucdavisdatalab.github.io/workshop-spatial-stats/)
+ [Model
Validation](https://ucdavisdatalab.github.io/workshop-model-validation/)
+ [A Practical Introduction to Regression Modeling in
R](https://ucdavisdatalab.github.io/workshop_regression/)
## Text Mining and Natural Language Processing
+ [Getting Started with Textual
Data](https://ucdavisdatalab.github.io/workshop_getting_started_with_textual_data/)
+ [Natural Language Processing with
Python](https://ucdavisdatalab.github.io/workshop_nlp_with_python/)
+ [Natural Language Processing for Data
Science](https://ucdavisdatalab.github.io/workshop_nlp_reader/chapters/index.html#)
+ [Optical Character Recognition and Working with Messy Text
Data](https://ucdavisdatalab.github.io/workshop_ocr_python)
## Version Control
+ [Introduction to Version
Control](https://ucdavisdatalab.github.io/workshop_introduction_to_version_control/)
+ [Reproducible Research for Teams with
GitHub](https://ucdavisdatalab.github.io/workshop_git_for_teams/)