forked from ubc-library-rc/ubc-library-rc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
450 lines (438 loc) · 17.8 KB
/
index.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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!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>
Selected workshop materials in open formats to view and use
anytime
</p>
</div>
<article class="profile-menu" id="menu">
<nav class="menu-navigation">
<ul class="menu-navigation-list">
<li class="menu-navigation-list-item">
<a href="#ds">Core skills in Digital Scholarship</a>
</li>
<li class="menu-navigation-list-item">
<a href="#data">Data analysis and visualization</a>
</li>
<li class="menu-navigation-list-item">
<a href="#gis">Geographic information systems (GIS)</a>
</li>
</ul>
<br />
<p>
See also the list of
<a href="all.html">all Research Commons workshops</a>
</p>
</nav>
<div id="ds" class="menu-category">
<h3 class="menu-category-name">
Core skills in Digital Scholarship (DS)
</h3>
<ol class="menu-category-list">
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/intro-jekyll"
target="_blank"
>Introduction to Jekyll</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/intro-jekyll"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Teaches participants how to use Jekyll and GitHub Pages to
quickly and easily publish a static website using only a
browser.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/intro-docker"
target="_blank"
>Introduction to Docker</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/intro-docker"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Introduces the set of virtualization tools referred to as
Docker, to create and share small reproducible computing
environments.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/intro-git"
target="_blank"
>Introduction to Git and GitHub</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/intro-git"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Adapted from the Carpentries, introduces the basics of Git
and GitHub for version control and collaboration.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/intro-shell/"
target="_blank"
>Introduction to the Unix shell</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/intro-shell"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Adapted from the Carpentries, this workshop is intended to
orient complete beginners to the Unix shell.
</p>
</div>
</li>
</ol>
</div>
<div id="data" class="menu-category">
<h3 class="menu-category-name">
Data analysis and visualization
</h3>
<ol class="menu-category-list">
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/intro-data-viz/"
target="_blank"
>Intro to data viz with Tableau</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/intro-data-viz/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
An introduction to data visualization using Tableau
software. Participants learn to recognize the
characteristics of effective visualizations, format data,
and create simple graphs in Tableau.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/tableau-dashboard/"
target="_blank"
>Dashboards with Tableau</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/tableau-dashboard/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Learn to combine graphs and other elements to create
interactive dashboards. Participants will connect to
multiple data sources, apply calculations, and assemble a
simple dashboard.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/data-analysis-r/"
target="_blank"
>Data analysis & viz in R</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/data-analysis-r/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Three 2-hour modules on using the R programming language.
Includes an introduction to R and RStudio, tools for
statistical analysis, and data visualization.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/excel/"
target="_blank"
>Working with data in Excel</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/excel/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
A two-part series for Excel users who want to deepen their skills and work more effectively with data in this ubiquitous software.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/basics_of_data_viz/"
target="_blank"
>Principles of data visualization</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/basics_of_data_viz/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
An overview of the principles and practices of data visualization. This is a general guide on how to communicate ideas through plots in a clear and effective way.
</p>
</div>
</li>
</ol>
</div>
<div id="gis" class="menu-category">
<h3 class="menu-category-name">
Geographic information systems (GIS)
</h3>
<ol class="menu-category-list">
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/map-projections/"
target="_blank"
>Understanding spatial data: map projections</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/map-projections/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Familiarize participants with foundational knowledge for
working with spatial data.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/intro-AGOL/"
target="_blank"
>Visualizing data in ArcGIS Online</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/intro-AGOL/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Introduces complete beginners to the ArcGIS Online
platform and tools. This workshop is intended for those
unfamiliar with GIS software or code but who want to be
able to create a map, add their own data, and configure a
Story Map.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-lib-geo.github.io/Data-Normalization-Classification/"
target="_blank"
>GIS Data Normalization and Classification</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-lib-geo/Data-Normalization-Classification"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Investigates how data normalization impacts the way we
perceive patterns in a geographic dataset.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/gis-intro-leaflet/"
target="_blank"
>Introduction to Web Maps with Leaflet</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/gis-intro-leaflet"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Get up and runnig with using Leaflet.js for creating and
customizing web maps.
</p>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/gis-intro-qgis/"
target="_blank"
>Map Production with QGIS</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/gis-intro-qgis"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Learn how to work with QGIS to publish a static map for an article or report.
</p>
</div>
</li>
</ol>
</div>
<a
id="btn-view-full-menu"
class="btn-view-full-menu"
href="http://github.com/ubc-library-rc"
>View full list of GitHub repositories</a
>
</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>