-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathother.html
535 lines (448 loc) · 18.7 KB
/
other.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
<!DOCTYPE html>
<html class="w-100 h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
D-Lab Workshops
</title>
<link rel="icon" type="image/png" sizes="32x32" href="static/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/images/favicon-16x16.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://bootswatch.com/4/litera/bootstrap.min.css">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Fontawesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="static/stylesheets/style.css">
</head>
<body class="w-100 h-100">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top borderless">
<a
class="navbar-brand"
href="index.html"
>
D-Lab Workshops
</a>
<button class="navbar-toggler borderless" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="python.html">Home</a>
<li class="nav-item">
<a class="nav-link" href="library.html">Library</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="https://dlab.berkeley.edu/">About D-Lab</a>
</li>
</ul>
</div>
</nav>
<!-- End of Navbar -->
<!-- Content -->
<div class="row mx-auto w-100 mt-5 justify-content-md-center">
<div class="col-md-offset-2 col-md-8 mt-5 text-center">
<h5 class="display-5">
Click below to see which D-Lab workshop is best for you!
</h5>
<a href="https://dlab.berkeley.edu/training/upcoming-workshops"><button type="button" class="btn btn-info">Book a workshop!</button></a>
<div class="mt-5 w-100 jumbotron mx-auto">
<h1>Other Modules</h1>
<!-- Add buttons for languages -->
<a href="python.html"><button type="button" class="btn btn-primary">Python</button></a>
<a href="R.html"><button type="button" class="btn btn-warning">R</button></a>
<a href="other.html"><button type="button" class="btn btn-secondary" disabled>Other</button></a>
<hr class="my-4">
<!-- LEVEL -->
<blockquote class="display-5 clickable">"I want to learn more about Generative AI, Large Language Models, and prompt engineering."</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">R Copilot Assisted Coding</h4>
<p class="lead">Learning to use Copilot</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>This workshop provides an introduction to coding with GitHub Copilot, an AI-powered coding assistant that can help you write code faster and more efficiently. First, we’ll cover how to install and set-up Visual Studio Code, a free code editor through which we will use GitHub Copilot. Then, we will go through the different features of GitHub Copilot and how to use them to help us code in R.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/R-Copilot-Assisted-Coding-Workshop">
<i class="fab fa-github"></i> Github
</a>
</div>
</div>
</div>
</div>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">GPT Fundamentals</h4>
<p class="lead">Learn the Transformers architecture</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>
This workshop offers a general introduction to the GPT (Generative Pretrained Transformers) model. We will explore the transformer architecture upon which GPT models are built, how transformer models encode natural language into embeddings, and how GPT predicts text.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/gpt-fundamentals">
<i class="fab fa-github"></i> Github
</a>
</div>
</div>
</div>
</div>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">LLMs for Exploratory Research</h4>
<p class="lead">Use language models for your research</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>
In this workshop, we assess the different uses of LLMs in exploratory research and discusses ways to evaluate strengths and weaknesses of LLMs in various phases of exploratory research. First, we’ll cover some of the different types of LLMs that can be useful for research. Then, we’ll explore the use cases of LLMs specifically for exploratory research. As we go along, we will discuss the strengths and limitations of using LLMs for research.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/LLMs-Exploratory-Research">
<i class="fab fa-github"></i> Github
</a>
</div>
</div>
</div>
</div>
<!-- LEVEL -->
<blockquote class="display-5 clickable">"I want to learn about the command line."</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">Command Line Fundamentals</h4>
<p class="lead">Command line magic</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>This workshop will start by introducing you to navigating your computer’s file system and basic command line operations to remove the fear of working with the command line and to give you the confidence to use it to increase your productivity.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/Command-Line-Fundamentals">
<i class="fab fa-github"></i> Github
</a>
</div>
</div>
</div>
</div>
<!-- LEVEL -->
<blockquote class="display-5 clickable">"I want to learn SQL and relational databases."</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">SQL-Fundamentals</h4>
<p class="lead">The fundamentals of SQL</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>
This workshop introduces the fundamentals of SQL, with a focus on using SQLite (the most ubiquitous database on the planet) for data science tasks. We'll explore how SQL can be used to query and manipulate relational databases. This hands-on workshop includes exercises based on real-world datasets.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/SQL-Fundamentals">
<i class="fab fa-github"></i> Github
</a>
</div>
</div>
</div>
</div>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">Cloud SQL Databases</h4>
<p class="lead">Working with Google Cloud Platform (GCP) and BigQuery</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>
This is a hands-on workshop on analyzing Social Media Data using Cloud Databases, specifically Google Cloud Platform's BigQuery. In this session, you'll learn how to leverage existing Reddit and other publicly available datasets in the cloud, import additional data, and perform meaningful analyses relevant to social science research.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/Cloud-SQL-Databases">
<i class="fab fa-github"></i> Github
</a>
</div>
</div>
</div>
</div>
<!-- LEVEL -->
<blockquote class="display-5 clickable">"I want to master Excel."</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">Excel Fundamentals</h4>
<p class="lead">Working with Excel</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>This is a three-hour introductory workshop that will provide an overview of Excel, with no prior experience assumed. Attendees will learn how to use functions for handling data and making calculations, how to build charts and pivot tables, and more.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/Excel-fundamentals">
<i class="fab fa-github"></i> Github
</a>
<a
class="btn btn-primary"
tabindex="0"
href="https://drive.google.com/drive/u/1/folders/1L5dgfjUZS-dLrFo2cwwbbbYSK_euCHar">
<i class="fas fa-book"></i> Workbook
</a>
<a
class="btn btn-primary"
tabindex="0"
href="https://drive.google.com/drive/u/1/folders/1L5dgfjUZS-dLrFo2cwwbbbYSK_euCHar">
<i class="fas fa-book"></i> Google Sheets
</a>
</div>
</div>
</div>
</div>
<!-- LEVEL -->
<blockquote class="display-5 clickable">"I want to learn Stata."</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">Stata Fundamentals</h4>
<p class="lead">The absolute basics</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>This workshop is a three-part introductory series that will teach you Stata from scratch with clear introductions, concise examples, and support documents.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/Stata-Fundamentals">
<i class="fab fa-github"></i> Github
</a>
<a
class="btn btn-primary"
tabindex="0"
href="https://docs.google.com/presentation/d/1UsaH3xREfqFM-tW0FQ4Uykfwnfv8CccLSIsLZH_bDG0/edit?usp=sharing">
<i class="fas fa-book"></i> Slides
</a>
</div>
</div>
</div>
</div>
<!-- LEVEL -->
<blockquote class="display-5 clickable">"I want to learn about Institutional Board Review (IRB) procedures."</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">Institutional Review Board (IRB) Fundamentals</h4>
<p class="lead">Get your IRB project approved</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>Are you starting a research project at UC Berkeley that involves human subjects? If so, one of the first steps you will need to take is getting IRB approval.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/IRB-fundamentals">
<i class="fab fa-github"></i> Github
</a>
<a
class="btn btn-primary"
tabindex="0"
href="https://drive.google.com/drive/folders/1E0nqVOhIt8Ay0ncUSnvP5xPZiPsA8k9j?usp=sharing">
<i class="fas fa-database"></i> Workshop Materials
</a>
<a
class="btn btn-primary"
tabindex="0"
href="https://docs.google.com/presentation/d/18YBUJo4T4e2ItvBniKeGmPAoFWZDrynay2WmUwXPBZ0/edit?usp=sharing">
<i class="fas fa-book"></i> Slides
</a>
</div>
</div>
</div>
</div>
<!-- LEVEL -->
<blockquote class="display-5 clickable">"I want to learn how to make surveys."</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">Qualtrics Fundamentals</h4>
<p class="lead">Data collection and survey design</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>This workshop will introduce Qualtrics with an orientation to the main interfaces for web survey design, sample management, corresponding with sample members, and exporting data.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/Qualtrics-Fundamentals">
<i class="fab fa-github"></i> Github
</a>
<a
class="btn btn-primary"
tabindex="0"
href="https://drive.google.com/drive/folders/1Q_t-U_S6tjUG6kgiAY7iGt9AsDt-9xUL?usp=sharing">
<i class="fas fa-book"></i> Slides
</a>
</div>
</div>
</div>
</div>
<!-- LEVEL -->
<blockquote class="display-5 clickable">"I want to learn about qualitative coding."</blockquote>
<!-- Featured Module Block -->
<div class="card border-info content toggle-content">
<div class="row card-body">
<!-- Title Column -->
<div class="d-flex justify-content-center flex-column col-md-3">
<h4 class="card-title">MaxQDA Fundamentals</h4>
<p class="lead">Using MaxQDA for data analysis</p>
</div>
<!-- Paragraph Column -->
<div class="d-flex justify-content-center flex-column col-md-6">
<p class="card-text">
<p>This two-hour introductory workshop will teach you MaxQDA from scratch with clear introductions, concise examples, and support documents.
</p>
</div>
<!-- Link Column -->
<div class="d-flex justify-content-center pb-4 flex-column col-md-3">
<div class="btn-group-vertical my-3">
<a
class="btn btn-primary"
tabindex="0"
href="https://github.com/dlab-berkeley/maxqda-fundamentals">
<i class="fab fa-github"></i> Github
</a>
<a
class="btn btn-primary"
tabindex="0"
href="https://docs.google.com/presentation/d/1rJ_5iOhRzBM5M-RqYoT3NojAhq-hUFwc/edit#slide=id.p1">
<i class="fas fa-book"></i> Slides
</a>
</div>
</div>
</div>
</div>
<!-- End Content -->
</div>
</div>
</div>
<script>
$(document).ready(function () {
let currentlyOpen = null;
$("blockquote.display-5.clickable").each(function (index, clickableElement) {
$(clickableElement).click(function () {
let currentElements = $(clickableElement).nextUntil("blockquote").filter('.toggle-content');
// Hide the currently open content blocks if they are not the ones being clicked
if (currentlyOpen !== null && currentlyOpen.get(0) !== currentElements.get(0)) {
$(currentlyOpen).slideUp();
}
if (currentElements.is(":visible")) {
$(currentElements).slideUp();
currentlyOpen = null;
} else {
$(currentElements).slideDown();
currentlyOpen = currentElements;
}
});
});
});
</script>
<!-- Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>