-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcalendar_9148_1693494159_2023-08-31.xml
1325 lines (1325 loc) · 152 KB
/
calendar_9148_1693494159_2023-08-31.xml
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
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<libcal>
<calendar>
<id>9148</id>
<name>Workshops</name>
<status>Public</status>
<owner>Shannon Riffe</owner>
<URL>https://cmu.libcal.com/calendar/workshops</URL>
<timezone>America/New_York</timezone>
</calendar>
<events>
<event>
<id>11130822</id>
<title>Introduction to CMU Engineering Library Collections and Services</title>
<description><p>This workshop will introduce you to the print and electronic resources available at the&nbsp;Sorrells Library and its related services.</p></description>
<start>2023-08-22T11:00:00-04:00</start>
<end>2023-08-22T12:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11130822</URL>
<color>#B3C8EF</color>
<location>Online</location>
<campus>Virtual Workshop</campus>
<presenter></presenter>
<audiences>
<audience>New to the Libraries</audience>
</audiences>
</event>
<event>
<id>11130935</id>
<title>Introduction to CMU Libraries for International Students and Scholars</title>
<description><p>This workshop will provide an introduction to university libraries&#39; resources and services and brief definitions of major library terms.</p></description>
<start>2023-08-23T11:00:00-04:00</start>
<end>2023-08-23T12:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11130935</URL>
<color>#B3C8EF</color>
<location>Online</location>
<campus>Virtual Workshop</campus>
<presenter></presenter>
<audiences>
<audience>New to the Libraries</audience>
</audiences>
</event>
<event>
<id>11068306</id>
<title>Building your Programming Tool Box: Command Line Crash Course for Beginners</title>
<description><p style="line-height:1.38; margin-top:16px; margin-bottom:16px"><span style="font-size:9pt; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Verdana"><span style="color:#000000"><span style="font-weight:700"><span style="font-style:normal"><span style="text-decoration:none"></span></span></span></span></span></span></p>
<p><span style="font-size:12px;"><span style="font-family:Arial,Helvetica,sans-serif;">This hands-on introduction to the command line interface is part 1 of a four-part series called Building Your Programming Toolbox.&nbsp;</span></span></p>
<p><span style="font-size:12px;"><span style="font-family:Arial,Helvetica,sans-serif;"></span></span></p>
<p><span style="font-size:12px;"><span style="font-family:Arial,Helvetica,sans-serif;">The workshop is for those beginning their exploration of command-line programming, including anyone seeking to refresh their skills. Command line interface (CLI) is a quick and efficient way to perform computing tasks. A few topics include navigating the directory structure, commonly used commands, working with files and directories, and more. For this workshop, you&rsquo;ll need access to Bash Shell. If you use MacOS or Linux, you should have Bash already installed. For those on Windows OS, you may need to install a bash shell.&nbsp;<a href="https://gitforwindows.org/" target="_blank">Git Bash</a>&nbsp;installation is one option for installing Bash Shell.</span></span></p>
<p dir="ltr"><span style="font-size:9pt; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Verdana"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none"></span></span></span></span></span></span></p></description>
<start>2023-09-08T12:00:00-04:00</start>
<end>2023-09-08T13:30:00-04:00</end>
<URL>https://cmu.libcal.com/event/11068306</URL>
<color>#F5E616</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Lencia Beltran</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>25</seats>
<seats_taken>25</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>11173821</id>
<title>Data Storytelling</title>
<description><p dir="ltr">When working with data, the ways in which we communicate about or discusss anlysis is as important as the act of research iteself. A large part of being able to effectively use data is to understand what stories are contained within data sets, and what infomration may play a key role in anlysis. In this&nbsp;workshop, we will go over strategies to develop research questions tied to specific data sets, identify core elements of data that may lead to successful and fruitful anlysis, as well as how to them use both data and results from anlysis to communicate ideas to acedemic and public audiences.&nbsp;</p>
<p dir="ltr">&nbsp;</p>
<p dir="ltr">&nbsp;</p>
<p dir="ltr">This workshop is a part of the&nbsp;<em><strong>Data Visualization for Citizen Science and Community Data Series</strong></em>. For other workshops in the series, please see the links below:&nbsp;</p>
<p dir="ltr">Data Storytelling |&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173821&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw18RBQTpwHbXumMjCy6PYiK" href="https://cmu.libcal.com/event/11173821" target="_blank">Starting September 12</a>&nbsp;</p>
<p dir="ltr">Data Visualization Best Practices&nbsp; |&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173824&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw33nCl3l8nu8Th9LLoFm2X8" href="https://cmu.libcal.com/event/11173824" target="_blank">September 26</a></p>
<p dir="ltr">Data Visualization in Tableau&nbsp; |&nbsp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173828&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw2BRV6hzCeohWPSOtxrefYD" href="https://cmu.libcal.com/event/11173828" target="_blank">October 10</a>&nbsp;&amp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173856&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw0wTBhTVVHN7Er_sPMgqVe9" href="https://cmu.libcal.com/event/11173856" target="_blank">24</a></p>
<p>Data Visualization in R&nbsp; |&nbsp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173860&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw3ANN-zUQYU-Dq1GxELu8pV" href="https://cmu.libcal.com/event/11173860" target="_blank">November 7</a></p>
<p>Data for Citizen Science on Community Data | <a href="https://cmu.libcal.com/event/11173911">November 14</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p></description>
<start>2023-09-12T12:00:00-04:00</start>
<end>2023-09-12T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11173821</URL>
<color>#2A96DE</color>
<location>Sorrells Library, Den</location>
<campus></campus>
<presenter></presenter>
<categories>
<category>Working With Data</category>
</categories>
<registration>
<seats>50</seats>
<seats_taken>12</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11056005</id>
<title>Introduction to Technical Standards</title>
<description><p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">This workshop will help you get familiar with definitions and types of technical standards. You will also get introduced to major standards databases and develop effective standards searching strategies. The basic structure of technical standards will also be covered in the workshop.</span></span></p></description>
<start>2023-09-13T11:00:00-04:00</start>
<end>2023-09-13T12:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11056005</URL>
<color>#B3C8EF</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Haoyong Lan & Matt Marsteller</presenter>
<registration>
<seats>30</seats>
<seats_taken>3</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11101229</id>
<title>Introduction to Python for Data Science Part 1: Introduction to Basic Programming with Data</title>
<description><p style="line-height:1.38; margin-top:16px; margin-bottom:16px"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-size:12px;"></span></span><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">In this first part of the 3-part workshop series, &quot;Introduction to Python for Data Science,&quot; we offer an introduction to Python for non-programmers with a focus on data analysis. In this workshop, we will demonstrate how to do basic Python programming in Jupyter Notebooks. Topics will include working with different data types, using built-in functions and libraries to read and manipulate data.&nbsp;</span></span></p></description>
<start>2023-09-13T13:00:00-04:00</start>
<end>2023-09-13T15:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11101229</URL>
<color>#F5E616</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter></presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>30</seats>
<seats_taken>16</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>11068047</id>
<title>Tools, techniques and strategies for efficient and effective literature reviews</title>
<description><p style="line-height:1.38"><span style="font-size:12px;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:'Open Sans',sans-serif"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Are you conducting a formal literature review for publication or a grant proposal? Are you looking for ways to stay on top of a rapidly emerging field? Or are you seeking to identify knowledge gaps to explore novel areas of research? Conducting literature reviews and staying on top of the research can feel like a daunting task. This workshop will provide a set of skills and tools to make this process easier and help you feel confident that you have found a thorough and representative body of literature on your topic. We will cover tips and techniques for searching the literature, managing the research papers you find, accessing full text of research quickly, and setting up search alerts for new papers. The workshop is aimed at graduate students, staff and faculty researchers, but anyone is welcome to join.</span></span></span><span style="color:#6aa84f"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none"> </span></span></span></span></span></span></span></p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:'Open Sans',sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">This is Part 1 of the <strong>Advanced and systematized literature review methods Workshop Series</strong>. Join us for one or any of these sessions. Other workshops in this series:</span></span></span></span></span></span></span></p>
<ul>
<li style="line-height: 1.38;"><a href="https://cmu.libcal.com/event/11068078"><span style="font-size:12px;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:Arial"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Synthesizing research with a scoping review, O</span></span></span></span></span></span></span><span style="font-size:12px;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:Arial"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">ctober 12, 12-1pm ET</span></span></span></span></span></span></span></a></li>
<li style="line-height: 1.38;"><a href="https://cmu.libcal.com/event/11068112"><span style="font-size:12px;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:'Open Sans',sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Analyzing scholarly literature using bibliometrics, November 9, 12-1pm ET</span></span></span></span></span></span></span></a></li>
</ul>
<p>&nbsp;</p></description>
<start>2023-09-14T12:00:00-04:00</start>
<end>2023-09-14T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11068047</URL>
<color>#9276C9</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Melanie Gainey, Ryan Splenda & Sarah Young</presenter>
<categories>
<category>Evidence Synthesis</category>
<category>Writing and Publishing</category>
</categories>
<registration>
<seats>30</seats>
<seats_taken>12</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>11108087</id>
<title>Building Your Programming Toolbox: Version Control with Git</title>
<description><p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">This workshop is for those beginning&nbsp;to explore the concept of version control, as well as anyone seeking to refine their skills. Git is a version control system that lets you manage and track changes to files on your computer through the command line interface. Topics covered will include configuring a local repository on your computer, modifying files and committing changes, and exploring version histories.&nbsp;</span></span></p>
<p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">This hands-on introduction to version control and Git is part 2 of a four-part series called &quot;Building Your Programming Toolbox.&quot;&nbsp;We highly encourage attending the first part of the workshop series, &quot;Command Line Crash Course for Beginners&quot; before this workshop, especially for learners who are new to a command line interface.&nbsp;</span></span></p></description>
<start>2023-09-15T12:00:00-04:00</start>
<end>2023-09-15T13:30:00-04:00</end>
<URL>https://cmu.libcal.com/event/11108087</URL>
<color>#F5E616</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Sarah Young</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>30</seats>
<seats_taken>24</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11054959</id>
<title>Auto-magic citations and bibliographies: Introduction to Citation Management with Zotero</title>
<description><p dir="ltr">This workshop will introduce the benefits of citation management software for easy in-text citations and automatic bibliographies. Participants are encouraged to bring a laptop so they are able to practice using Zotero.</p></description>
<start>2023-09-19T12:00:00-04:00</start>
<end>2023-09-19T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11054959</URL>
<color>#25B891</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Emily Bongiovanni</presenter>
<categories>
<category>Writing and Publishing</category>
</categories>
<registration>
<seats>15</seats>
<seats_taken>12</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11056120</id>
<title>Introduction to Research Metrics</title>
<description><p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">This workshop provides guidance on enhancing research impact statements, strengthening RPT cases, evaluating publishing effectiveness, and benchmarking against peers. Gain awareness of and experience with the tools acquired by the University Libraries to assist you with these tasks.</span></span></p></description>
<start>2023-09-20T11:00:00-04:00</start>
<end>2023-09-20T12:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11056120</URL>
<color>#B3C8EF</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Luling Huang, Haoyong Lan & Matt Marsteller</presenter>
<registration>
<seats>30</seats>
<seats_taken>7</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11120612</id>
<title>Intro to Arts x Entrepreneurship</title>
<description><p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Are you looking to start selling your art on popular online marketplaces but aren&rsquo;t sure how to start? Whatever kind of art you make, this workshop can help you &ndash; from fanart to fine art! This workshop will include a variety of tips on getting started, including:</span></span></span></span></span></span></span></p>
<p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"></span></span></p>
<p>&nbsp;</p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">1. Market research and competitor analysis</span></span></span></span></span></span></span></p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">2. Community building to maximize impact</span></span></span></span></span></span></span></p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">3. Familiarizing yourself with online marketplaces</span></span></span></span></span></span></span></p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">4. Making a presence on social media</span></span></span></span></span></span></span></p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">5. Generating hype for store releases</span></span></span></span></span></span></span></p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">6. And more!</span></span></span></span></span></span></span></p>
<p style="line-height:1.38">&nbsp;</p>
<p style="line-height:1.38">This is a one of several workshops, contained within the Arts X EShip series.</p></description>
<start>2023-09-20T12:00:00-04:00</start>
<end>2023-09-20T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11120612</URL>
<color>#B3C8EF</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Jimmy McKee & Ashley Werlinich</presenter>
<registration>
<seats>30</seats>
<seats_taken>5</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>11101249</id>
<title>Introduction to Python for Data Science Part 2: Plotting and Analyzing Tabular Datasets</title>
<description><p style="line-height:1.38; margin-top:16px; margin-bottom:16px"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">In the second part of the 3-part workshop series, &quot;Introduction to Python for Data Science,&quot; we demonstrate beginner Python programming techniques using the Pandas library to read tabular datasets, perform simple analyses, and visualize data. The content covered in this workshop will be a continuation of the content covered in part 1, &quot;Introduction to Basic Programming with Data&quot;. We highly encourage attending the first part of the workshop series before this workshop, especially for learners that are new to the Python programming language.</span></span></p></description>
<start>2023-09-20T13:00:00-04:00</start>
<end>2023-09-20T15:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11101249</URL>
<color>#F5E616</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter></presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>30</seats>
<seats_taken>13</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11174172</id>
<title>Qualitative Research Design</title>
<description><p>This workshop is part of the Qualitative Research series. This workshop discusses the fundamentals of Qualitative Research Design and gives an introduction to how to conduct a qualitative research data collection and analysis.</p></description>
<start>2023-09-21T12:00:00-04:00</start>
<end>2023-09-21T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11174172</URL>
<color>#C3C3C3</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Taiwo Lasisi</presenter>
<categories>
<category>Working With Data</category>
</categories>
<registration>
<seats>50</seats>
<seats_taken>6</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11108299</id>
<title>Building Your Programming Toolbox: Collaborating with GitHub</title>
<description><p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">If you are interested in creating and collaborating on remote repositories on GitHub, this workshop is for you if you are a beginner or just seeking to refine your skills. GitHub is a cloud-based platform for open and collaborative software development and version control using Git. Topics covered will include pushing/pulling changes to files in a local repository to GitHub, making copies of public repositories to modify, and collaboratively pushing changes to a common repository shared among workshop participants.&nbsp;</span></span></p>
<p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">This hands-on introduction to collaborating with GitHub is part 3 of a four-part series called &quot;Building Your Programming Toolbox.&quot;&nbsp;We highly encourage attending the first two parts of the workshop series, &quot;Command Line Crash Course for Beginners&quot; and &quot;Version Control with Git&quot; before this workshop, especially for learners who are new to a command line interface and version control.&nbsp;</span></span></p></description>
<start>2023-09-22T12:00:00-04:00</start>
<end>2023-09-22T13:30:00-04:00</end>
<URL>https://cmu.libcal.com/event/11108299</URL>
<color>#FFE30C</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Lencia Beltran & Sarah Young</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>30</seats>
<seats_taken>17</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11056552</id>
<title>Introduction to Engineering Research Competencies</title>
<description><p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">This workshop will introduce engineering information literacy including engineering academic databases, database searching strategies, and efficient citation management.</span></span></p></description>
<start>2023-09-26T11:00:00-04:00</start>
<end>2023-09-26T12:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11056552</URL>
<color>#B3C8EF</color>
<location>Online</location>
<campus>Virtual Workshop</campus>
<presenter>Haoyong Lan</presenter>
<registration>
<seats>100</seats>
<seats_taken>9</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11173824</id>
<title>Data Visualization Best Practices</title>
<description><p dir="ltr">Data visualization, or the techniques used to visually display or communicate data, is an obvious output of our research or data analysis. Being able to effectively communicate your data to an audience is a necessary part of any project. How to harness visualization tools to tell a story will be presented in this short workshop. We will discuss how different types of graphs and charts are perceived and how they can be used to answer different questions, as well as what aspects of graphs make for effective storytelling.</p>
<p dir="ltr">&nbsp;</p>
<p dir="ltr">This workshop is a part of the&nbsp;<em><strong>Data Visualization for Citizen Science and Community Data Series</strong></em>. For other workshops in the series, please see the links below:&nbsp;</p>
<p dir="ltr">Data Storytelling |&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173821&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw18RBQTpwHbXumMjCy6PYiK" href="https://cmu.libcal.com/event/11173821" target="_blank">Starting September 12</a>&nbsp;</p>
<p dir="ltr">Data Visualization Best Practices&nbsp; |&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173824&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw33nCl3l8nu8Th9LLoFm2X8" href="https://cmu.libcal.com/event/11173824" target="_blank">September 26</a></p>
<p dir="ltr">Data Visualization in Tableau&nbsp; |&nbsp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173828&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw2BRV6hzCeohWPSOtxrefYD" href="https://cmu.libcal.com/event/11173828" target="_blank">October 10</a>&nbsp;&amp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173856&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw0wTBhTVVHN7Er_sPMgqVe9" href="https://cmu.libcal.com/event/11173856" target="_blank">24</a></p>
<p>Data Visualization in R&nbsp; |&nbsp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173860&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw3ANN-zUQYU-Dq1GxELu8pV" href="https://cmu.libcal.com/event/11173860" target="_blank">November 7</a></p>
<p>Data for Citizen Science on Community Data | <a href="https://cmu.libcal.com/event/11173911">November 14</a></p>
<p>&nbsp;</p></description>
<start>2023-09-26T12:00:00-04:00</start>
<end>2023-09-26T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11173824</URL>
<color>#2A96DE</color>
<location>Sorrells Library, Den</location>
<campus></campus>
<presenter></presenter>
<categories>
<category>Working With Data</category>
</categories>
<registration>
<seats>50</seats>
<seats_taken>7</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11120634</id>
<title>Intro to Product Photography and Videography</title>
<description><p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">In today&rsquo;s world of social media and digital marketplaces, a great deal of your success as an artist depends on your product photography and videography. But sometimes, it can be hard to know how to best capture your art through photographs or instagram reels. Join us as we go over the basics of product photography and videography, including:</span></span></span></span></span></span></span></p>
<ol>
<li aria-level="1" style="list-style-type:decimal"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">What camera is right for you</span></span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:decimal"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Staging your photographs/ videos</span></span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:decimal"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Creating successful compositions&nbsp;</span></span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:decimal"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Lighting your products</span></span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:decimal"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Documenting your artistic process through photos and videos</span></span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:decimal"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">And more!</span></span></span></span></span></span></span></li>
</ol>
<p style="list-style-type:decimal">This is a one of several workshops, contained within the Arts X EShip series.</p></description>
<start>2023-09-27T12:00:00-04:00</start>
<end>2023-09-27T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11120634</URL>
<color>#B3C8EF</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Jimmy McKee & Ashley Werlinich</presenter>
<registration>
<seats>30</seats>
<seats_taken>5</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11101275</id>
<title>Introduction to Python for Data Science Part 3: Analyzing Data with Logic and Iteration</title>
<description><p style="line-height:1.38; margin-top:16px; margin-bottom:16px"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">In the final part of the 3-part workshop series, &quot;Introduction to Python for Data Science,&quot; we offer an overview of Python fundamentals for performing iterative tasks with for loops and conditional tasks using logic and if statements. We will then show how to apply these programming techniques to analyze and visualize multiple tabular datasets with Pandas. The content covered in this workshop will be a continuation of the content covered in part 1, &quot;Introduction to Basic Programming with Data&quot; and part 2, &quot;Plotting and Analyzing Tabular Datasets&quot;. We highly encourage attending both part 1 and 2 of the series before this workshop, especially for learners that are new to the Python programming language.</span></span></p></description>
<start>2023-09-27T13:00:00-04:00</start>
<end>2023-09-27T15:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11101275</URL>
<color>#F5E616</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter></presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>30</seats>
<seats_taken>11</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11056138</id>
<title>Introduction to the Fundamentals of Engineering Exam</title>
<description><p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">This workshop will provide an overview of the Fundamentals of Engineering (FE) Exam which is the first step in the process of becoming a professional licensed engineer (P.E.). You will also get introduced to some study guides and learn how to prepare for the exam.</span></span></p></description>
<start>2023-09-28T11:00:00-04:00</start>
<end>2023-09-28T12:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11056138</URL>
<color>#B3C8EF</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Haoyong Lan</presenter>
<registration>
<seats>30</seats>
<seats_taken>23</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11054938</id>
<title>Introduction to Research Data Management and Data Management Plans</title>
<description><p dir="ltr">This workshop will introduce the FAIR data principles (Findable, Accessible, Interoperable, and Reusable) and research data management plans.&nbsp;</p></description>
<start>2023-09-28T12:00:00-04:00</start>
<end>2023-09-28T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11054938</URL>
<color>#2A96DE</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Emily Bongiovanni</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>20</seats>
<seats_taken>7</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11108435</id>
<title>Building Your Programming Toolbox: Creating Websites and Portfolios with GitPages</title>
<description><p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><a href="https://pages.github.com/">GitPages</a>&nbsp;is a free platform for hosting your own simple website and showcasing your work to potential employers and clients. In this workshop, we&#39;ll introduce you to Git and GitHub, and then we&#39;ll provide a hands-on experience with setting up a GitPage website using Jekyll, a versatile website generator that uses markdown or HTML to create static websites with many templates to choose from.&nbsp;</span></span></p>
<p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">This workshop is the final part of a four-part series called &quot;Building Your Programming Toolbox.&quot;&nbsp;No prior knowledge or experience with Git, GitHub or GitPages is required, but we highly encourage attending parts 1-3 if you if you are interested in building your skills on the command line or learning version control with Git and GitHub.</span></span></p></description>
<start>2023-09-29T12:00:00-04:00</start>
<end>2023-09-29T13:30:00-04:00</end>
<URL>https://cmu.libcal.com/event/11108435</URL>
<color>#F5E616</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Sarah Young</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>30</seats>
<seats_taken>12</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>10971261</id>
<title>Responsible Conduct of Research Training: Day 1 (Virtual)</title>
<description><p><meta charset="utf-8">This 3-day workshop is created to meet the NIH mandate on Responsible Conduct of Research for trainees receiving NIH training grants. Attendance at both days and in all nine topics are required to satisfy the NIH requirement. These modules can also be extended to meet general university RCR requirements. Note: you must also&nbsp;register for <a href="https://cmu.libcal.com/calendar/workshops/rcr2023-day2">Day 2 </a>and <a href="https://cmu.libcal.com/calendar/workshops/rcr2023-day3">Day 3</a> of this training&nbsp;in order to satisfy NIH mandates.</p>
<p>&nbsp;</p></description>
<start>2023-10-02T09:00:00-04:00</start>
<end>2023-10-02T12:30:00-04:00</end>
<URL>https://cmu.libcal.com/event/10971261</URL>
<color>#B3C8EF</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Emily Bongiovanni & Melanie Gainey</presenter>
<registration>
<seats>20</seats>
<seats_taken>7</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11068002</id>
<title>Text Mining with TDM Studio Workbench: An Introduction</title>
<description><p><meta charset="utf-8"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"></span></span><span style="font-size:12px;"><span calibri="">In this 1-hour workshop, TDM Studio experts will provide an overview of what TDM Studio is and how to get started with TDM Studio Workbench for your research project. You will have the opportunity to create a dataset related to your research topic and to begin analyzing that dataset within TDM Studio. We will use and run sample Jupyter Notebooks, written in Python, to look at word counts and word co-occurrences in your project dataset. No coding experience is needed for the workshop, and by the end of the workshop you will have: 1) Familiarity with using TDM Studio as well as 2) Starting, baseline results for a text analysis project. Which politicians have the most newspaper presence? Does this vary by specific newspaper titles? Which politicians co-occur together most frequently?</span></span></p>
<p><span style="font-size:12px;">Related workshops in this series include:</span></p>
<ul>
<li><a href="https://cmu.libcal.com/event/11068067"><span style="font-size:12px;">Teaching and Learning Text Mining with Geographic Analysis, November 13, 10-11am ET</span></a></li>
<li><a href="https://cmu.libcal.com/event/11068087"><span style="font-size:12px;">Sentiment Analysis Overview and State of the Art, December 4, 10-11</span><span style="font-size:12px;">am ET</span></a></li>
</ul>
<p><span style="font-size:12px;"></span></p>
<p>&nbsp;</p></description>
<start>2023-10-02T10:00:00-04:00</start>
<end>2023-10-02T11:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11068002</URL>
<color>#2A96DE</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Emily Bongiovanni & Sarah Young</presenter>
<categories>
<category>Working With Data</category>
</categories>
<registration>
<seats>50</seats>
<seats_taken>3</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>11067479</id>
<title>Making the Most with Jupyter Lab and Notebooks</title>
<description><p><meta charset="utf-8"></p>
<p>Are you new to using Jupyter Lab and Notebooks? Or have you used these platforms before but want to learn more about them? Then come check out this workshop! This workshop is designed to be an introduction to Jupyter Lab and Notebooks. Some of the topics that will be covered include: how to access these platforms, an overview of platform features like hotkeys and magic commands, the basics of using markdown, publishing notebooks on the web, and how to use and display interactive figures. This workshop uses Python programming language; familiarity is not required but can be helpful!</p></description>
<start>2023-10-03T13:00:00-04:00</start>
<end>2023-10-03T15:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11067479</URL>
<color>#F5E616</color>
<location>Online</location>
<campus>Virtual Workshop</campus>
<presenter>Lencia Beltran & Chasz Griego</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>25</seats>
<seats_taken>7</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>10971277</id>
<title>Responsible Conduct of Research Training: Day 2 (In Person)</title>
<description><p>This 3-day workshop is created to meet the NIH mandate on Responsible Conduct of Research for trainees receiving NIH training grants. Attendance at both days and in all nine topics are required to satisfy the NIH requirement. These modules can also be extended to meet general university RCR requirements. Note: you must also&nbsp;register for <a href="https://cmu.libcal.com/calendar/workshops/RCR2023-Day1">Day 1</a> &amp; <a href="https://cmu.libcal.com/calendar/workshops/rcr2023-day3">Day 3</a> of this training&nbsp;in order to satisfy NIH mandates.</p></description>
<start>2023-10-04T09:00:00-04:00</start>
<end>2023-10-04T12:30:00-04:00</end>
<URL>https://cmu.libcal.com/event/10971277</URL>
<color>#B3C8EF</color>
<location>Sorrells Library, Den</location>
<campus></campus>
<presenter>Emily Bongiovanni & Melanie Gainey</presenter>
<registration>
<seats>20</seats>
<seats_taken>6</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11120654</id>
<title>“What’s Your Rate?”: A workshop on calculating a minimum hourly rate for freelance work, utilizing real-world factors.</title>
<description><p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">One of the most important, and variable, elements of securing a contract for creative services is negotiating your rate of pay.&nbsp; But how do you put a dollar amount on your time and experience? Placing a value on your work that fits market norms, client expectations, and&mdash;most importantly&mdash;your financial success, can be a daunting task for any first-time freelancer. Join us for a workshop on how to calculate your minimum hourly rate, incorporating factors from your career goals and estimated cost of living, to empower you in future contract negotiations. No prior business experience is required, but familiarity with spreadsheets is a plus.&nbsp;</span></span></span></span></span></span></span></p>
<p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"></span></span></p>
<p>&nbsp;</p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">This workshop is led by Tom Hughes, who brings more than a decade of experience advising artists, designers, and creative technologists in business development and project growth.</span></span></span></span></span></span></span></p>
<p style="line-height:1.38">This is a one of several workshops, contained within the Arts X EShip series.</p>
<p>&nbsp;</p></description>
<start>2023-10-04T12:00:00-04:00</start>
<end>2023-10-04T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11120654</URL>
<color>#B3C8EF</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Tom Hughes & Ashley Werlinich</presenter>
<registration>
<seats>30</seats>
<seats_taken>8</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11174317</id>
<title>Qualitative Coding</title>
<description><p style="caret-color:#000000; color:#000000; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; -webkit-tap-highlight-color:rgba(26, 26, 26, 0.3); -webkit-text-size-adjust:auto; -webkit-text-stroke-width:0px; text-decoration:none; line-height:1.38"><span style="font-size:12pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span new="" roman="" style="font-family:" times=""><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">This workshop is part of the Qualitative Research series.</span></span></span></span></span></span></p>
<p style="caret-color:#000000; color:#000000; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; -webkit-tap-highlight-color:rgba(26, 26, 26, 0.3); -webkit-text-size-adjust:auto; -webkit-text-stroke-width:0px; text-decoration:none; line-height:1.38"><span style="font-size:12pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span new="" roman="" style="font-family:" times=""><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Many qualitative researchers are interested in evaluating, interpreting and explaining social phenomena. They analyze unstructured or semi-structured data like interviews, surveys, field notes, web pages and journal articles&mdash;and they work in a range of sectors; from social science and education to engineering and business. This workshop will show how to analyze and interpret qualitative data using the NVivo qualitative analysis software.</span></span></span></span></span></span></p></description>
<start>2023-10-05T12:00:00-04:00</start>
<end>2023-10-05T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11174317</URL>
<color>#B3C8EF</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Taiwo Lasisi</presenter>
<registration>
<seats>50</seats>
<seats_taken>3</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>10971282</id>
<title>Responsible Conduct of Research Training: Day 3 (In Person)</title>
<description><p>This 3-day workshop is created to meet the NIH mandate on Responsible Conduct of Research for trainees receiving NIH training grants. Attendance at both days and in all nine topics are required to satisfy the NIH requirement. These modules can also be extended to meet general university RCR requirements. Note: you must also&nbsp;register for <a href="https://cmu.libcal.com/calendar/workshops/RCR2023-Day1">Day 1</a> &amp; <a href="https://cmu.libcal.com/calendar/workshops/rcr2023-day2">Day 2</a>&nbsp;of this training&nbsp;in order to satisfy NIH mandates.</p></description>
<start>2023-10-06T09:00:00-04:00</start>
<end>2023-10-06T12:30:00-04:00</end>
<URL>https://cmu.libcal.com/event/10971282</URL>
<color>#B3C8EF</color>
<location>Sorrells Library, Den</location>
<campus></campus>
<presenter>Emily Bongiovanni & Melanie Gainey</presenter>
<registration>
<seats>20</seats>
<seats_taken>8</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11173828</id>
<title>Introduction to Data Visualization with Tableau</title>
<description><p>Are you currently involved in work that could be augmented by visualizing your data for analysis or to communicate your findings to the public? Would you like to further your skills or learn new ways to make charts, graphs, maps using the Tableau?</p>
<p>Being able to effectively communicate your data to an audience is a necessary part of any project, and is made easier through the use of visualization tool like Tableau. In this workshop, we will discuss the basic capabilities of Tableau as well as take a hands-on approach to using the tool.</p>
<p>Please have downloaded Tableau with a student (https://www.tableau.com/academic/students) or teacher (https://www.tableau.com/academic/teaching) license prior to the workshop.</p>
<p>&nbsp;</p>
<p dir="ltr">This workshop is a part of the&nbsp;<em><strong>Data Visualization for Citizen Science and Community Data Series</strong></em>. For other workshops in the series, please see the links below:&nbsp;</p>
<p dir="ltr">Data Storytelling |&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173821&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw18RBQTpwHbXumMjCy6PYiK" href="https://cmu.libcal.com/event/11173821" target="_blank">Starting September 12</a>&nbsp;</p>
<p dir="ltr">Data Visualization Best Practices&nbsp; |&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173824&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw33nCl3l8nu8Th9LLoFm2X8" href="https://cmu.libcal.com/event/11173824" target="_blank">September 26</a></p>
<p dir="ltr">Data Visualization in Tableau&nbsp; |&nbsp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173828&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw2BRV6hzCeohWPSOtxrefYD" href="https://cmu.libcal.com/event/11173828" target="_blank">October 10</a>&nbsp;&amp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173856&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw0wTBhTVVHN7Er_sPMgqVe9" href="https://cmu.libcal.com/event/11173856" target="_blank">24</a></p>
<p>Data Visualization in R&nbsp; |&nbsp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173860&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw3ANN-zUQYU-Dq1GxELu8pV" href="https://cmu.libcal.com/event/11173860" target="_blank">November 7</a></p>
<p>Data for Citizen Science on Community Data | <a href="https://cmu.libcal.com/event/11173911">November 14</a></p></description>
<start>2023-10-10T12:00:00-04:00</start>
<end>2023-10-10T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11173828</URL>
<color>#2A96DE</color>
<location>Sorrells Library, Den</location>
<campus></campus>
<presenter>Luling Huang</presenter>
<categories>
<category>Working With Data</category>
</categories>
<registration>
<seats>50</seats>
<seats_taken>13</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11068078</id>
<title>Synthesizing research with a scoping review</title>
<description><p><meta charset="utf-8"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:Arial"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">How can we find and synthesize all of the existing research on a topic when there is so much information out there? Scoping reviews are a popular research synthesis method for systematically describing the existing literature on a topic. They are more reproducible and comprehensive than a traditional literature review and can help us to understand the scope of research in an area, identify existing gaps, and surface trends and key concepts. If you are considering developing a research synthesis project for your field, or are curious about such methods and how they apply in your discipline, please join us! You&#39;ll be provided with guidance and next steps for starting a scoping review at the end of the sessio</span></span></span></span><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">n. </span></span></span></span></span><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:'Open Sans',sans-serif"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">This session is aimed at graduate students, staff and faculty researchers, but anyone is welcome to join.</span></span></span></span></span></span></span></p>
<p style="line-height:1.656; margin-bottom:16px"><span style="font-size:12px;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:'Open Sans',sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">This is Part 2 of the </span></span></span></span></span></span><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:'Open Sans',sans-serif"><span style="color:#000000"><span style="font-weight:700"><span style="font-style:normal"><span style="text-decoration:none">Advanced and systematized literature review methods Workshop Series</span></span></span></span></span></span><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:'Open Sans',sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">. Join us for one or any of these sessions. Other workshops in this series:</span></span></span></span></span></span></span></p>
<ul>
<li><a href="https://cmu.libcal.com/event/11068112"><span style="font-size:12px;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:'Open Sans',sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Analyzing scholarly literature using bibliometrics, November 9, 12-1pm ET</span></span></span></span></span></span></span></a></li>
</ul></description>
<start>2023-10-12T12:00:00-04:00</start>
<end>2023-10-12T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11068078</URL>
<color>#9276C9</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Melanie Gainey, Ryan Splenda & Sarah Young</presenter>
<categories>
<category>Evidence Synthesis</category>
<category>Writing and Publishing</category>
</categories>
<registration>
<seats>30</seats>
<seats_taken>4</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>11067535</id>
<title>Python for Harvesting Data on the Web</title>
<description><p><meta charset="utf-8"></p>
<p>This is an intermediate-to-advanced level Python workshop that describes ways to approach common data wrangling from the web for research needs. We will focus on obtaining open data sources through HTTP requests and then demonstrate how to access larger sources of data via APIs. Then we will show how to turn the retrieved data into more useful objects like data frames to do basic manipulations and analysis. This workshop is only recommended for Python users with familiarity in Pandas, Numpy, core Python objects (lists, dictionaries, strings, numbers), file types like JSON and CSV, and comfort using Jupyter Notebooks.</p></description>
<start>2023-10-19T13:00:00-04:00</start>
<end>2023-10-19T15:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11067535</URL>
<color>#F5E616</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Lencia Beltran & Chasz Griego</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>25</seats>
<seats_taken>10</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>11054969</id>
<title>Introduction to LaTeX and Overleaf</title>
<description><p dir="ltr">This workshop will introduce LaTeX, a typesetting system used to prepare documents and separate text from formatting. This introductory workshop will focus on using Overleaf, an online real-time collaborative LaTeX editor.</p>
<p dir="ltr">&nbsp;</p>
<p dir="ltr">&nbsp;</p></description>
<start>2023-10-23T12:00:00-04:00</start>
<end>2023-10-23T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11054969</URL>
<color>#25B891</color>
<location>Online</location>
<campus>Virtual Workshop</campus>
<presenter>Emily Bongiovanni</presenter>
<categories>
<category>Writing and Publishing</category>
</categories>
<registration>
<seats>20</seats>
<seats_taken>5</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11173856</id>
<title>Data Visualization with Tableau Dashbaords</title>
<description><p dir="ltr">Those familair with Tableau know it is a valuable tool work exploring and visulizing data. This workshop seeks to build on initial Tableau skills to discuss how to develop effective dashboards. Participants will be shown how to use calculated fields, non-standard data visulization graph types, and best practices for designing effective dashbaords that can communicate a research story to both acedemic and public audiences.&nbsp;</p>
<p dir="ltr">Please have downloaded Tableau with a student (https://www.tableau.com/academic/students) or teacher (https://www.tableau.com/academic/teaching) license prior to the workshop.</p>
<p dir="ltr">&nbsp;</p>
<p dir="ltr">This workshop is a part of the&nbsp;<em><strong>Data Visualization for Citizen Science and Community Data Series</strong></em>. For other workshops in the series, please see the links below:&nbsp;</p>
<p dir="ltr">Data Storytelling |&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173821&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw18RBQTpwHbXumMjCy6PYiK" href="https://cmu.libcal.com/event/11173821" target="_blank">Starting September 12</a>&nbsp;</p>
<p dir="ltr">Data Visualization Best Practices&nbsp; |&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173824&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw33nCl3l8nu8Th9LLoFm2X8" href="https://cmu.libcal.com/event/11173824" target="_blank">September 26</a></p>
<p dir="ltr">Data Visualization in Tableau&nbsp; |&nbsp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173828&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw2BRV6hzCeohWPSOtxrefYD" href="https://cmu.libcal.com/event/11173828" target="_blank">October 10</a>&nbsp;&amp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173856&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw0wTBhTVVHN7Er_sPMgqVe9" href="https://cmu.libcal.com/event/11173856" target="_blank">24</a></p>
<p>Data Visualization in R&nbsp; |&nbsp;&nbsp;<a data-saferedirecturl="https://www.google.com/url?q=https://cmu.libcal.com/event/11173860&amp;source=gmail&amp;ust=1692723808016000&amp;usg=AOvVaw3ANN-zUQYU-Dq1GxELu8pV" href="https://cmu.libcal.com/event/11173860" target="_blank">November 7</a></p>
<p>Data for Citizen Science on Community Data | <a href="https://cmu.libcal.com/event/11173911">November 14</a></p></description>
<start>2023-10-24T12:00:00-04:00</start>
<end>2023-10-24T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11173856</URL>
<color>#2A96DE</color>
<location>Sorrells Library, Den</location>
<campus></campus>
<presenter></presenter>
<categories>
<category>Working With Data</category>
</categories>
<registration>
<seats>50</seats>
<seats_taken>7</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11101345</id>
<title>Advanced Research Note-Taking with Obsidian</title>
<description><p style="line-height:1.38; margin-top:16px; margin-bottom:16px"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;">This workshop will introduce Obsidian, a markdown-based note-taking app that helps you organize your personal knowledge base. We will demonstrate how to create and edit markdown files to easily format your notes. We will then dive in to several of the functions and plug-ins in Obsidian that make it easier for you to organize, link, and search your recorded thoughts. Finally, we will demonstrate how you can link Obsidian to Zotero to help you connect research notes to items in your personal library.&nbsp;</span></span></p></description>
<start>2023-10-25T10:00:00-04:00</start>
<end>2023-10-25T12:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11101345</URL>
<color>#F5E616</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter></presenter>
<categories>
<category>Evidence Synthesis</category>
<category>Open Science</category>
<category>Writing and Publishing</category>
</categories>
<registration>
<seats>30</seats>
<seats_taken>7</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11120657</id>
<title>Money Money Money: Reflecting on Your Relationship with Money as an Artist</title>
<description><p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">This workshop (led by CFA Artist Lecturer Monica Yunus) helps arts entrepreneurs explore their relationship with money, as well as their future goals around money. While money may seem to be a fairly straightforward concept, our different feelings towards money&rsquo;s role in our own communities, our personal histories with money, and our ideals as artists can lead us to want to have very different relationships with the money we make through our art. As such, this workshop will help us reflect on our past experiences with money, as well as prompt us to imagine how we want to handle the money that we make through our art.</span></span></span></span></span></span></span></p>
<p><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"></span></span></p>
<p>&nbsp;</p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">About the guest speaker: A leading voice in the artist as citizen discussion, Soprano Monica Yunus is the Co-Founder of Sing for Hope, a non-profit that brings arts outreach programs to communities in need and presents initiatives that make the arts accessible to all. A graduate of The Juilliard School, Monica is an Artist Lecturer at Carnegie Mellon University and has been a guest lecturer at The Juilliard School, University of South Carolina, University of Denver, and Purchase College at The State University of New York.</span></span></span></span></span></span></span></p>
<p>&nbsp;</p>
<p>This is a one of several workshops, contained within the Arts X EShip series.</p></description>
<start>2023-10-25T12:00:00-04:00</start>
<end>2023-10-25T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11120657</URL>
<color>#B3C8EF</color>
<location></location>
<campus>Virtual Workshop</campus>
<presenter>Ashley Werlinich</presenter>
<registration>
<seats>30</seats>
<seats_taken>3</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11067730</id>
<title>Getting Started with Open Science Framework Workshop</title>
<description><p style="line-height:1.38; margin-top:16px; margin-bottom:16px"><span style="font-size:9pt; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Verdana"><span style="color:#000000"><span style="font-weight:700"><span style="font-style:normal"><span style="text-decoration:none"></span></span></span></span></span></span></p>
<p style="line-height:1.38"><a href="https://osf.io/" style="text-decoration:none"><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#1155cc"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:underline"><span style="text-decoration-skip-ink:none">Open Science Framework (OSF)</span></span></span></span></span></span></span><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#1155cc"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none"> </span></span></span></span></span></span></a><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">is a research reproducibility and project management platform that is free, open source, and designed to support research across the research lifecycle. OSF allows you to organize all of your research documentation, such as datasets, code, analysis, background literature and more, into a single space shared by your collaborators. OSF also supports the pre-registration of research protocols and preprint publication.</span></span></span></span></span></span></p>
<p>&nbsp;</p>
<p style="line-height:1.38"><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">This workshop will cover:</span></span></span></span></span></span></p>
<ul>
<li aria-level="1" style="list-style-type:disc"><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Creating and collaborating on OSF projects</span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:disc"><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Uploading files from your desktop</span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:disc"><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Connecting external platforms like Google Drive, Mendeley, and GitHub</span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:disc"><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Understanding version control in OSF</span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:disc"><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Pre-registration of research protocols</span></span></span></span></span></span></li>
<li aria-level="1" style="list-style-type:disc"><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Publishing supplementary materials</span></span></span></span></span></span></li>
</ul>
<p dir="ltr"><span style="font-size:9pt; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Verdana"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none"><br />
<span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">No previous experience with OSF is required! This workshop does incorporate hands-on pieces, so please register for an </span></span></span></span></span></span><a href="https://osf.io/" style="text-decoration:none"><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#1155cc"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:underline"><span style="text-decoration-skip-ink:none">OSF account</span></span></span></span></span></span></span></a><span style="font-size:10pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span style="font-family:Arial, sans-serif"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none"> with your CMU email address beforehand!</span></span></span></span></span></span></span></span></span></span></span></span></p></description>
<start>2023-10-26T10:00:00-04:00</start>
<end>2023-10-26T11:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11067730</URL>
<color>#F5E616</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Lencia Beltran</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>25</seats>
<seats_taken>6</seats_taken>
<wait_list>true</wait_list>
</registration>
</event>
<event>
<id>11174360</id>
<title>Introduction to Successful Collaboration for Community Engagement</title>
<description><p style="caret-color:#000000; color:#000000; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; -webkit-tap-highlight-color:rgba(26, 26, 26, 0.3); -webkit-text-size-adjust:auto; -webkit-text-stroke-width:0px; text-decoration:none; line-height:1.38"><span style="font-size:11pt; font-variant-ligatures:normal; font-variant-caps:normal; font-variant-alternates:normal; font-variant-numeric:normal; font-variant-east-asian:normal; font-variant-position:normal; white-space:pre-wrap"><span new="" roman="" style="font-family:" times=""><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">This workshop is part of the Qualitative Research series.This workshop exposes the importance of successful collaboration and the role it plays in community relationships. It explains some critical foundation factors that drives successful collaborations and sheds lights on step by step approaches that can help diverse sectors flourish in their unique ways part of a single or multiple collaborative projects(s).</span></span></span></span></span></span></p></description>
<start>2023-10-27T12:00:00-04:00</start>
<end>2023-10-27T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11174360</URL>
<color>#2A96DE</color>
<location>Online</location>
<campus>Virtual Workshop</campus>
<presenter>Taiwo Lasisi</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>
<registration>
<seats>50</seats>
<seats_taken>2</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11055001</id>
<title>Introduction to Academic Publishing Processes and Models</title>
<description><p dir="ltr">This workshop will introduce academic publishing models, including Open Access models,&nbsp;and the publishing process of a scholarly work, including the peer-review process.<br />
&nbsp;</p></description>
<start>2023-10-31T12:00:00-04:00</start>
<end>2023-10-31T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11055001</URL>
<color>#25B891</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Emily Bongiovanni</presenter>
<categories>
<category>Open Science</category>
<category>Writing and Publishing</category>
</categories>
<registration>
<seats>15</seats>
<seats_taken>5</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11055042</id>
<title>Gale Digital Scholar Lab: Hands-On Overview Training for CMU</title>
<description><p dir="ltr">This session provides participants with the ability to familiarize themselves with Gale Digital Scholar Lab&rsquo;s three sections &ndash; Build, Clean, Analyze. The webinar covers performing search queries with Gale primary source content, curating datasets, using the six built-in analysis tools, and reviewing results. Use your CMU access credentials to dive into the Lab and run an analysis together with a Gale Trainer. We&rsquo;ll also show how to import non-Gale text data, and review the Lab&rsquo;s collaboration tools.</p>
<p dir="ltr">&nbsp;</p></description>
<start>2023-11-01T12:00:00-04:00</start>
<end>2023-11-01T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11055042</URL>
<color>#2A96DE</color>
<location>Online</location>
<campus>Virtual Workshop</campus>
<presenter>Emily Bongiovanni</presenter>
<categories>
<category>Working With Data</category>
<category>Writing and Publishing</category>
</categories>
<registration>
<seats>20</seats>
<seats_taken>1</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11174497</id>
<title>Using Community Data to Improve Outcomes (Grant Writing)</title>
<description><p>This workshop is part of the Qualitative Research series. This workshop focuses on the importance of community data and the role it can play in facilitating organization&#39;s success and improving their outcomes. It focuses on using community data for action through activities such as grant wringing and response to community needs.</p>
<p style="caret-color:#000000; color:#000000; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; -webkit-tap-highlight-color:rgba(26, 26, 26, 0.3); -webkit-text-size-adjust:auto; -webkit-text-stroke-width:0px; text-decoration:none; line-height:1.38">&nbsp;</p>
<p><br style="caret-color:#000000; color:#000000; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; -webkit-tap-highlight-color:rgba(26, 26, 26, 0.3); -webkit-text-size-adjust:auto; -webkit-text-stroke-width:0px; text-decoration:none" />
&nbsp;</p></description>
<start>2023-11-02T12:00:00-04:00</start>
<end>2023-11-02T13:00:00-04:00</end>
<URL>https://cmu.libcal.com/event/11174497</URL>
<color>#B3C8EF</color>
<location>Online</location>
<campus>Virtual Workshop</campus>
<presenter>Taiwo Lasisi</presenter>
<registration>
<seats>60</seats>
<seats_taken>2</seats_taken>
<wait_list>false</wait_list>
</registration>
</event>
<event>
<id>11068024</id>
<title>Cleaning Untidy Data with OpenRefine</title>
<description><p dir="ltr"><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-size:12px;"></span></span></p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:Arial"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">Tired of spending hours and hours cleaning messy data in Excel spreadsheets? Come learn <a href="https://openrefine.org/">OpenRefine</a>, an easy-to-use, open source tool for data cleaning. OpenRefine (formerly Google Refine) helps you prepare your data for analysis. Quickly and easily transform data, split and merge columns, remove whitespace, and perform many more common data cleaning tasks. With OpenRefine, you can also easily create JSON scripts for repeating series of tasks across multiple datasets.</span></span></span></span></span></span></span></p>
<p style="line-height:1.38"><span style="font-size:12px;"><span style="font-variant: normal; white-space: pre-wrap;"><span style="font-family:Arial"><span style="color:#000000"><span style="font-weight:400"><span style="font-style:normal"><span style="text-decoration:none">No previous experience is required. This will be a hands-on workshop--please bring a laptop.</span></span></span></span></span></span></span></p>
<p><span style="font-family:Verdana,Geneva,sans-serif;"><span style="font-size:12px;"></span></span></p></description>
<start>2023-11-02T13:00:00-04:00</start>
<end>2023-11-02T14:30:00-04:00</end>
<URL>https://cmu.libcal.com/event/11068024</URL>
<color>#2A96DE</color>
<location>Sorrells Library, Den</location>
<campus>Sorrells Library</campus>
<presenter>Sarah Young</presenter>
<categories>
<category>Open Science</category>
<category>Working With Data</category>
</categories>