forked from ubc-library-rc/ubc-library-rc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
all.html
317 lines (304 loc) · 13.8 KB
/
all.html
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!DOCTYPE html>
<!-- Site adapted from https://github.com/square/square.github.io -->
<html>
<head>
<meta charset="utf-8" />
<title>UBC Library Research Commons - Open Educational Materials</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"
/>
<link
href="/assets/base.css"
media="screen"
rel="stylesheet"
type="text/css"
/>
<link rel="shortcut icon" href="/assets/public/favicon.ico" />
<script src="/assets/modernizr.js" type="text/javascript"></script>
</head>
<body>
<div class="wrapper">
<div class="profile">
<section class="profile-masthead" id="masthead">
<header class="profile-logo">
<div class="profile-logo-image">
<img
alt="UBC Library Research Commons"
src="/images/rc-logo-square.png"
/>
</div>
<div class="profile-name">
<h1>UBC Library Research Commons</h1>
</div>
</header>
<aside class="profile-summary">
<div class="summary-location summary-module">
<a href="http://github.com/ubc-library-rc"
>github.com/ubc-library-rc</a
>
</div>
</aside>
</section>
<section class="profile-content" id="content">
<!-- TODO header? -->
<div class="profile-description">
<p>
List of past and present workshops offered by the Research Commons
</p>
</div>
<article class="profile-menu" id="menu">
<nav class="menu-navigation">
<p>
For currently scheduled workshops visit
<a href="https://researchcommons.library.ubc.ca/events/"
>https://researchcommons.library.ubc.ca/events/</a
>
</p>
<br />
<p>
The format and amount of online material varies from one
workshop to another. For a list of workshops with extensive
online content suitable for self-paced learning see
<a href="index.html">selected workshop materials in open formats</a>.
</p>
</nav>
<div id="ds" class="menu-category">
<h3 class="menu-category-name">
Core skills in Digital Scholarship
</h3>
<ul>
<li><a href="https://ubc-library-rc.github.io/intro-git/">Introduction to Git and GitHub</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-shell/">Introduction to the Unix Shell</a></li>
<li><a href="https://ubc-library-rc.github.io/advanced-shell/">Intermediate Unix Shell</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-api/">Introduction to APIs</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-project-sites/" >Building a project website with Jekyll and Github Pages</a></li>
<li><a href="https://ubc-library-rc.github.io/intermediate-Jekyll/">Intermediate Jekyll</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-web-scraping/">Introduction to Web Scraping Concepts</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-web-scraping-Python/">Introduction to Web Scraping with Python</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-markdown/">Introduction to Markdown digital workflows</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-development-environment/">Setting up a Development Environment</a></li>
<li><a href="https://github.com/ubc-library-rc/intro-docker">Introduction to Docker</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-text-analysis/">Introduction to Text Analysis with Voyant and NLTK</a></li>
<li><a href="https://github.com/ubc-library-rc/intro-regex">Introduction to Regular Expressions</a></li>
</ul>
</div>
<div id="ds" class="menu-category">
<h3 class="menu-category-name">
Digital Toolkit: survey sessions on tools in Digital Scholarship
</h3>
<ul>
<li><a href="https://ubc-library-rc.github.io/digital-exhibits-survey/">Survey of Digital Exhibit tools"</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-wax/">Introduction to Minimal Digital Exhibits with Wax</a></li>
<li><a href="https://github.com/ubc-library-rc/intro-omeka">Building Digital Exhibits with Omeka</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-jupyter/">Introduction to Jupyter Notebooks</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-voyant/">Introduction to Voyant Tools</a></li>
<li><a href="https://github.com/ubc-library-rc/citizen-science-tools">Survey of Citizen Science tools and platforms</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-twine/">Introduction to Digital Storytelling with Twine</a></li>
<li><a href="https://github.com/ubc-library-rc/intro-htrc">HathiTrust’s Data and Analysis Tools for Text Mining Research</a></li>
<li><a href="https://ubc-library-rc.github.io/workflow-tools/">Survey of common Digital Workflow tools for projects</a></li>
<li><a href="https://ubc-library-rc.github.io/intro-audacity/">Introduction to Podcasting with Audacity</a></li>
<li><a href="https://github.com/ubc-library-rc/intro-wiki">Working with Wikipedia and Wikidata</a></li>
<li><a href="https://ubc-library-rc.github.io/research-workflows-digital-storytelling/">Research workflows, tools, and data management for Digital Storytelling</a></li>
<li><a href="https://ubc-library-rc.github.io/creating-xml-files-in-oxygen/">Introduction to TEI and creating XML Files in Oxygen</a></li>
</ul>
<div id="ds" class="menu-category">
<h3 class="menu-category-name">
Special Topics in Digital Scholarship
</h3>
<ul>
<li><a href="https://github.com/ubc-library-rc/intro-blockchain-research">Introduction to Blockchain research skills</a></li>
</ul>
</div>
<div id="data" class="menu-category">
<h3 class="menu-category-name">
Data analysis and visualization
</h3>
<ul>
<li>
<a href="https://ubc-library-rc.github.io/nvivo">NVivo (qualitative data analysis, two modules)</a>
</li>
<li>
<a href="https://ubc-library-rc.github.io/data-analysis-r/"
>Data Analysis and Visualization in R (three modules)</a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/excel/"
>Working with data in Excel (two modules)<a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/basics_of_data_viz/"
>Principles of data visualization</a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/intro-data-viz/"
>Intro to data visualization with Tableau</a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/tableau-dashboard/"
>Designing dashboards with Tableau</a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/intro-python/"
>Introduction to Python for data analysis</a
>
</li>
<li>
<a
href="https://research-commons-2019.sites.olt.ubc.ca/introduction-to-spss-for-statistical-analysis/"
>Introduction to SPSS for statistical analysis</a
>
</li>
</ul>
</div>
<div id="gis" class="menu-category">
<h3 class="menu-category-name">
Geographic information systems (GIS)
</h3>
<ul>
<li>
<a href="https://ubc-library-rc.github.io/map-projections/"
>Understanding Spatial Data: Map Projections</a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/intro-AGOL/"
>Intro to ArcGIS Online and Story Maps</a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/qgis-walkability/"
>Spatial Network Analysis with QGIS</a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/gis-with-R/"
>Intro to Spatial Data Analysis with R</a
>
</li>
<li>
<a
href="https://ubc-library-rc.github.io/Geocoding-Web-Mapping-with-Python/"
>Geocoding and Web Mapping with Python</a
>
</li>
<li>
<a
href="https://ubc-library-rc.github.io/Geospatial-Analysis-Visualization-with-Python/"
>Geospatial Analysis and Visualization with Python</a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/gis-intro-leaflet/"
>Web mapping with LeafletJS</a
>
</li>
<li>
<a
href="https://ubc-lib-geo.github.io/Data-Normalization-Classification/"
>GIS Data Normalization and Classification</a
>
</li>
<li>
<a
href="https://ubc-library-rc.github.io/intro-to-arcgis-pro/"
>Introduction to ArcGIS Pro</a
>
</li>
<li>
<a
href="https://ubc-library-rc.github.io/gis-intro-qgis/"
>Map Production with QGIS</a
>
</li>
</ul>
</div>
<div id="rdm" class="menu-category">
<h3 class="menu-category-name">Research Data Management</h3>
<ul>
<li>
<a
href="https://research-commons-2019.sites.olt.ubc.ca/best-practices-in-research-data-management/"
>Best practices in Research Data Management</a
>
</li>
<li>
<a href="https://ubc-library-rc.github.io/intro-metadata/"
>Metadata basics: describing research data</a
>
</li>
<li>
<a href="https://osf.io/ht9qn/">Introduction to the OSF</a>
</li>
</ul>
</div>
<div id="citation" class="menu-category">
<h3 class="menu-category-name">Citation management</h3>
<ul>
<li>
<a href="https://researchcommons.library.ubc.ca/beginner/"
>Choose the right Citation Management Tool for your Research
(Beginner)</a
>
</li>
<li>
<a href="https://researchcommons.library.ubc.ca/refworks/"
>Citation Management using RefWorks (Intermediate)</a
>
</li>
<li>
<a href="https://researchcommons.library.ubc.ca/citation-management-using-zotero-intermediate/"
>Citation Management using Zotero (Intermediate)</a
>
</li>
<li>
<a href="https://researchcommons.library.ubc.ca/citation-management-using-mendeley-intermediate/"
>Citation Management using Mendeley (Intermediate)</a
>
</li>
<li>
<a href="https://researchcommons.library.ubc.ca/jurism/"
>Citation Management for Researchers Using Multilingual
Materials, Part 1</a
>
</li>
<li>
<a href="https://researchcommons.library.ubc.ca/jurism2/"
>Citation Management for Researchers Using Multilingual
Materials, Part 2</a
>
</li>
</ul>
</div>
</article>
</section>
</div>
</div>
<footer class="footer">
<nav class="footer-navigation"></nav>
</footer>
<script type="text/javascript">
if (window == window.top) document.body.style.display = "block";
else window.top.location = window.location;
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-40704740-1"]);
_gaq.push(["_trackPageview"]);
(function() {
var ga = document.createElement("script");
ga.type = "text/javascript";
ga.async = true;
ga.src =
("https:" == document.location.protocol
? "https://ssl"
: "http://www") + ".google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>