forked from square/square.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
591 lines (560 loc) · 22.9 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
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!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>
<li class="menu-navigation-list-item">
<a href="#rdm">Research Data Management (RDM)</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">
Data analysis & visualization in R
</h4>
<p class="menu-item-description">
A series of complementary 1-hour modules on using R for data analysis and visualization:</p>
<ul style="margin: 5px 0 0 5px">
<li><a href="https://ubc-library-rc.github.io/IntroR/">- Intro to R and RStudio</a></li>
<li><a href="https://ubc-library-rc.github.io/intro_to_tidyverse/">- Intro to the tidyverse</a></li>
<li><a href="https://ubc-library-rc.github.io/data-manipulation-dplyr/">- Data manipulation with dplyr</a></li>
<li><a href="https://ubc-library-rc.github.io/relational-data-r/">- Join tables in R</a></li>
<li><a href="https://ubc-library-rc.github.io/ggplot2_intro_workshop/">- Data visualization with ggplot2</a></li>
<li><a href="https://ubc-library-rc.github.io/intro_shiny_app/">- Intro to making Shiny apps</a></li>
<li><a href="https://ubc-library-rc.github.io/r-markdown/">- Using R Markdown</a></li>
<li><a href="https://ubc-library-rc.github.io/loops-conditions/">- For loops and conditional statements in R</a></li>
<li><a href="https://ubc-library-rc.github.io/descriptive-stats/">- Descriptive statistics in R</a></li>
</ul>
</div>
</li>
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
Visualization with Tableau
</h4>
<p class="menu-item-description">
A two-part introduction to data visualization using Tableau software. Learn what makes visualizations effective and create simple graphs and dashboards in Tableau:</p>
<ul style="margin: 5px 0 0 5px">
<li><a href="https://ubc-library-rc.github.io/tableau-intro/">- Intro to data viz with Tableau</a></li>
<li><a href="https://ubc-library-rc.github.io/tableau dashboard/">- Dashboards with Tableau</a></li>
</ul>
</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/r-microdata/"
target="_blank"
>StatCan microdata with R</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/r-microdata/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
Learn about Statistics Canada microdata available from UBC Library, and see how R can be used for reproducible data analysis.
</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-mapbox/"
target="_blank"
>Designing Web Maps with MapBox</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/intro-mapbox/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
This workshop is intended for anyone with a basic
understanding of web mapping who wishes to expand their
skillset and design more customizable 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/qgis-walkability/"
target="_blank"
>Spatial Network Analysis with QGIS</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/qgis-walkability/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">
In this workshop you’ll learn how to apply spatial
analysis tools in QGIS to estimate and visualize a
walkability index based on open data from the City of
Vancouver.
</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>
<div id="rdm" class="menu-category">
<h3 class="menu-category-name">
Research Data Management (RDM)
</h3>
<ol class="menu-category-list">
<!-- first workshop item -->
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/rdm/content/01_file_naming.html"
target="_blank"
>File Naming</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/rdm/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">Learn how to name your data files</p>
</div>
</li>
<!-- second workshop item -->
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/rdm/content/02_file_formats.html"
target="_blank"
>File Formatting</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/rdm/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">Learn what data formats to use</p>
</div>
</li>
<!-- third workshop item -->
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/rdm/content/03_create_readme.html"
target="_blank"
>Create a README file</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/rdm/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">Learn how to create good README files</p>
</div>
</li>
<!-- fourth workshop item -->
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/rdm/content/04_directory_structures.html"
target="_blank"
>Directories Structure</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/rdm/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">Learn to organize your data folders well</p>
</div>
</li>
<!-- Fifth workshop item -->
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/rdm/content/05-1_Basic_Deposit.html"
target="_blank"
>Deposit in UBC Dataverse Collection: Basic Deposit</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/rdm/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">Learn how to deposit your data in Borealis repository</p>
</div>
</li>
<!-- Sixth workshop item -->
<li class="menu-item">
<div class="menu-item-info">
<h4 class="menu-item-name">
<a
href="https://ubc-library-rc.github.io/rdm/content/06_Data_Management_Plan.html"
target="_blank"
>Data Management Plans (DMPs)</a
>
</h4>
<span class="menu-item-price"
><a
href="https://github.com/ubc-library-rc/rdm/"
target="_blank"
>view in GitHub</a
></span
>
<p class="menu-item-description">Learn how to create Data Management Plans</p>
</div>
</li>
</div>
<!-- Repeate above block for each workshop item -->
<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
>
</ol>
</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>