BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//CCDHHN - ECPv6.15.16//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:CCDHHN
X-ORIGINAL-URL:https://ccdhhn.ca
X-WR-CALDESC:Events for CCDHHN
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Halifax
BEGIN:DAYLIGHT
TZOFFSETFROM:-0400
TZOFFSETTO:-0300
TZNAME:ADT
DTSTART:20240310T060000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0300
TZOFFSETTO:-0400
TZNAME:AST
DTSTART:20241103T050000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0400
TZOFFSETTO:-0300
TZNAME:ADT
DTSTART:20250309T060000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0300
TZOFFSETTO:-0400
TZNAME:AST
DTSTART:20251102T050000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0400
TZOFFSETTO:-0300
TZNAME:ADT
DTSTART:20260308T060000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0300
TZOFFSETTO:-0400
TZNAME:AST
DTSTART:20261101T050000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251105T000000
DTEND;TZID=America/Halifax:20251105T235959
DTSTAMP:20260405T132138
CREATED:20250912T165655Z
LAST-MODIFIED:20250912T165726Z
UID:10000565-1762300800-1762387199@ccdhhn.ca
SUMMARY:Makerspace Orientations: Sewing Machines
DESCRIPTION:Date: November 5 2025 \n\n\n\nPresenter: Jacob Turola \n\n\n\nGet started with the makerspace sewing machines. We’ll demonstrate how to set up the machine and show you different stitch patterns. We’ll also go over how to make and find patterns as well as how to cut your fabric properly. Basic fabrics are provided but you’re encouraged to bring your own.
URL:https://ccdhhn.ca/workshop/makerspace-orientations-sewing-machines/
LOCATION:York University\, 4700 Keele Street\, Toronto\, Ontario\, M3J 1P3\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/02/libraries_yu_PRIMARY_hor_CMYK67.png
GEO:43.772283695741;-79.505416689555
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=York University 4700 Keele Street Toronto Ontario M3J 1P3 Canada;X-APPLE-RADIUS=500;X-TITLE=4700 Keele Street:geo:-79.505416689555,43.772283695741
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251105T000000
DTEND;TZID=America/Halifax:20251105T235959
DTSTAMP:20260405T132138
CREATED:20251010T154700Z
LAST-MODIFIED:20251010T154709Z
UID:10000602-1762300800-1762387199@ccdhhn.ca
SUMMARY:Data Bites - Choosing File Formats for Research Data
DESCRIPTION:Date: November 5 2025 \n\n\n\nInstructors: Eugene Barsky\, Vanessa Choy \n\n\n\nWorkshop: Choosing File Formats for Research Data \n\n\n\nThis practical workshop\, delivered by the UBC Library Research Data Management team\, explores how selecting the right file formats can support long-term preservation\, data sharing\, and reuse. Aimed at graduate students\, researchers\, and staff\, the session highlights best practices for choosing formats that align with FAIR data principles. \n\n\n\nParticipants will learn how to: \n\n\n\nApply practical guidelines for selecting file formats throughout the research data lifecycle \n\n\n\nIdentify preferred file formats for preservation\, sharing\, and interoperability \n\n\n\nDistinguish between proprietary and open formats and understand their implications
URL:https://ccdhhn.ca/workshop/data-bites-choosing-file-formats-for-research-data-3/
LOCATION:Nova Scotia
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/03/ubc-library-rc-logo-square.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251105T000000
DTEND;TZID=America/Halifax:20251105T235959
DTSTAMP:20260405T132138
CREATED:20251125T201525Z
LAST-MODIFIED:20251125T201541Z
UID:10000613-1762300800-1762387199@ccdhhn.ca
SUMMARY:Introduction to Python: Part 1
DESCRIPTION:Date: November 5th 2025 \n\n\n\nInstructor: Kendra Oudyk \n\n\n\nThis set of five workshops is an introduction to Python programming\, with a focus on skills that are relevant to students and researchers who are working with data\, particularly tabular data. \n\n\n\nThe five workshops cover the following: \n\n\n\n\nPart 1: To understand the basics of Python syntax\, variables\, and data types.\n\n\n\nPart 2: To learn how to work with tabular data in Python\, including reading\, manipulating\, and visualizing data.\n\n\n\nPart 3: To learn how to automate tasks in Python\, including working with multiple files.\n\n\n\nPart 4: To learn to use logic and modularity to make Python code flexible and reusable.\n\n\n\nPart 5: To develop good habits for programming for research in Python\, including handling errors\, debugging\, and writing reliable code.\n\n\n\n\nParticipants must sign up for each workshop individually. It is not necessary to sign up for the first workshop in order to do the second (and so on)\, but note that each workshop will build on the topics covered in previous workshops in this series. \n\n\n\nPrerequisites:\n\n\n\nThere are no prerequisites needed for this series; no prior programming experience is required. \n\n\n\nSetup Instructions:\n\n\n\nIn these workshops\, we will write Python code in a text editor called Visual Studio Code (VS Code). \n\n\n\nPlease follow the following steps/links to complete the setup for this workshop series before you attend: \n\n\n\n\nInstall a Python Interpreter\n\n\n\nInstall Visual Studio Code\n\n\n\nInstall the Python extension for VS Code. If you want more info on installing extensions for VS Code\, see this page on their “Extension Marketplace”\n\n\n\nInstall this Python Debugger extension for VS Code\n\n\n\n\nNOTE: You may use your own preferred text editor or Jupyter Notebooks to write code in these workshops\, but keep in mind that some aspects may be unpredictably different from the way things appear on the instructor’s screen. For example\, the instructor will frequently use the Python Debugger in VS Code\, and other text editors may have entirely different mechanisms for debugging\, and you may have to figure that out on your own. If you want to follow what the instructor is doing exactly\, you should install VS Code and the extensions listed above.
URL:https://ccdhhn.ca/workshop/introduction-to-python-part-1/
LOCATION:The University of British Columbia\, 1958 Main Mall\, Vancouver\, British Columbia\, V62 1Z2\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/03/ubc-library-rc-logo-square.png
GEO:49.26653;-123.255126
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=The University of British Columbia 1958 Main Mall Vancouver British Columbia V62 1Z2 Canada;X-APPLE-RADIUS=500;X-TITLE=1958 Main Mall:geo:-123.255126,49.26653
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251106T000000
DTEND;TZID=America/Halifax:20251106T235959
DTSTAMP:20260405T132138
CREATED:20250905T163734Z
LAST-MODIFIED:20250908T161031Z
UID:10000545-1762387200-1762473599@ccdhhn.ca
SUMMARY:Débogue tes humanités: Les systèmes d’exploitation
DESCRIPTION:Ça se fait\, installer Linux sur un Mac ? Mais bien sûr\, et même les deux à la fois ! On a l’impression qu’il n’existe que deux sortes de systèmes d’exploitation : Windows ou macOS. Pourtant\, il en existe bien d’autres. Les distributions de Linux sont légères\, performantes et sécuritaires : on n’attrappe pas de virus et notre ordinateur ne devient presque jamais obsolète. Ce type de système convient particulièrement bien aux besoin en milieu universitaire : on vous montre pourquoi et comment ! \n\n\n\n→ Bibliothèque des lettres et sciences humaines (15:30) \n\n\n\n→ Louis-Olivier Brassard \n\n\n\nPour plus de détails\, veuillez consulter https://debogue.ecrituresnumeriques.ca/
URL:https://ccdhhn.ca/workshop/debogue-tes-humanites-les-systemes-dexploitation/
LOCATION:Université de Montréal\, 3150 Rue Jean Brillant\, Montreal\, Québec\, H3T 1N7\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2025/09/MOEL-1.png
GEO:45.499286;-73.618197
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=Université de Montréal 3150 Rue Jean Brillant Montreal Québec H3T 1N7 Canada;X-APPLE-RADIUS=500;X-TITLE=3150 Rue Jean Brillant:geo:-73.618197,45.499286
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251112T000000
DTEND;TZID=America/Halifax:20251112T235959
DTSTAMP:20260405T132138
CREATED:20250912T165839Z
LAST-MODIFIED:20250912T165856Z
UID:10000566-1762905600-1762991999@ccdhhn.ca
SUMMARY:Makerspace Orientations: Stamps and Print press
DESCRIPTION:Date: November 12 2025 \n\n\n\nPresenter: Jacob Turola \n\n\n\nThis session demonstrates the creation of custom stamps using various methods. Attendees will explore techniques such as CNC machining rubber\, 3D printing with TPU\, and laser cutting. Each method will be demonstrated\, highlighting the materials and processes involved\, allowing participants to choose the best approach for their stamp-making projects.
URL:https://ccdhhn.ca/workshop/makerspace-orientations-stamps-and-print-press/
LOCATION:York University\, 4700 Keele Street\, Toronto\, Ontario\, M3J 1P3\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/02/libraries_yu_PRIMARY_hor_CMYK67.png
GEO:43.772283695741;-79.505416689555
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=York University 4700 Keele Street Toronto Ontario M3J 1P3 Canada;X-APPLE-RADIUS=500;X-TITLE=4700 Keele Street:geo:-79.505416689555,43.772283695741
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251112T000000
DTEND;TZID=America/Halifax:20251112T235959
DTSTAMP:20260405T132138
CREATED:20251010T155251Z
LAST-MODIFIED:20251010T155309Z
UID:10000603-1762905600-1762991999@ccdhhn.ca
SUMMARY:Data Bites - Creating README Files for Research Data
DESCRIPTION:Date: November 12 2025 \n\n\n\nInstructor: Eugene Barsky\, Vanessa Choy \n\n\n\n Workshop: Creating README Files for Research Data \n\n\n\nThis hands-on workshop\, delivered by the UBC Library Research Data Management team\, introduces the importance of README files in documenting research data for long-term access and reuse. Designed for graduate students\, researchers\, and staff\, the session provides practical guidance for creating clear\, consistent\, and useful data documentation. \n\n\n\nParticipants will learn how to: \n\n\n\nUse templates and open tools to create and maintain README files throughout the research lifecycle \n\n\n\nIdentify the key components of an effective README file\, including dataset description\, file structure\, and usage instructions \n\n\n\nApply best practices to improve data transparency\, usability\, and alignment with FAIR principles
URL:https://ccdhhn.ca/workshop/data-bites-creating-readme-files-for-research-data-3/
LOCATION:Nova Scotia
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/03/ubc-library-rc-logo-square.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251118T000000
DTEND;TZID=America/Halifax:20251118T235959
DTSTAMP:20260405T132138
CREATED:20250916T175458Z
LAST-MODIFIED:20250916T175538Z
UID:10000570-1763424000-1763510399@ccdhhn.ca
SUMMARY:Introduction aux humanités numériques
DESCRIPTION:Les humanités numériques réfèrent à l’utilisation d’outils et de pratiques numériques dans les sphères des sciences humaines et sociales et des arts et lettres. Le numérique peut intervenir à différents moments d’une recherche en sciences humaines et sociales et en arts et lettres\, et ce\, peu importe la nature et la portée du projet. \n\n\n\nCette présentation se veut une introduction aux méthodes et outils en humanités numériques ainsi qu’un tour d’horizon des ressources et services offerts au Service des bibliothèques de l’UQAM en lien avec les humanités numériques.  \n\n\n\nGuides liés: Humanités numériques by Simon Côté-Lapointe
URL:https://ccdhhn.ca/workshop/introduction-aux-humanites-numeriques-7/
LOCATION:Nova Scotia
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/jpeg:https://ccdhhn.ca/wp-content/uploads/2024/10/servicebiliotheques-uqam-coul-scaled.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251119T000000
DTEND;TZID=America/Halifax:20251119T235959
DTSTAMP:20260405T132139
CREATED:20250826T115511Z
LAST-MODIFIED:20250826T115555Z
UID:10000521-1763510400-1763596799@ccdhhn.ca
SUMMARY:Creating Compelling Research Impact Visualizations
DESCRIPTION:Date: November 19 2025 \n\n\n\nThe ability to create effective visualizations of your research impact is a valuable skill when competing for grants\, awards\, and attention in a crowded research landscape. In this hands-on workshop\, participants will create simple\, eye-catching graphics to communicate impact from a variety of perspectives (from citation rates to collaboration networks to media attention). \n\n\n\nParticipants will learn how to: \n\n\n\n\nGenerate ready-made impact visualizations within a variety of bibliometric tools at McMaster.\n\n\n\nUtilize raw bibliometric data and custom templactes to create effective visualizations using Excel. – Effectively incorporate research impact visualizations into reports\, grant applications\, and award nominations.\n\n\n\n\nThis session is ideal for researchers\, librarians\, and graduate students interested in research metrics\, scholarly communications\, or mapping academic influence. No previous experience with data visualization is necessary. \n\n\n\nDetails: Any preparatory work for the session can be found on its information page. This workshop will not be recorded. \n\n\n\nFacilitator Bio: Jack Young (he/him) is McMaster’s Research Impact Librarian\, supporting the use of bibliometric data to enhance the reporting and strategic planning practices of the University’s academic departments\, institutes\, and researchers. \n\n\n\nCertificate Eligibility: This workshop is eligible for the Sherman Centre’s certificate program. For more information\, visit scds.ca/certificate-program. It is also eligible for the Canadian Certificate for Digital Humanities. To learn more\, visit ccdhhn.ca or contact scds@mcmaster.ca. \n\n\n\nCredit Eligibility: This workshop counts toward credit for students in the Faculty of Science who are enrolled in SCIENCE 2SF1: Digital Skills Workshop. For any questions\, please contact oursci@mcmaster.ca.
URL:https://ccdhhn.ca/workshop/creating-compelling-research-impact-visualizations/
LOCATION:McMaster University\, 1280 Main St W\, Hamilton\, Ontario\, L8S 4L8\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/09/SCDS-logo.png
GEO:43.262744745136;-79.917660388376
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=McMaster University 1280 Main St W Hamilton Ontario L8S 4L8 Canada;X-APPLE-RADIUS=500;X-TITLE=1280 Main St W:geo:-79.917660388376,43.262744745136
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251119T000000
DTEND;TZID=America/Halifax:20251119T235959
DTSTAMP:20260405T132139
CREATED:20250826T130455Z
LAST-MODIFIED:20250826T130526Z
UID:10000534-1763510400-1763596799@ccdhhn.ca
SUMMARY:Data Management Plan Bootcamp (Virtual)
DESCRIPTION:Date: November 19 2025 \n\n\n\nOur popular DMP Bootcamp is back\, reformatted into a hands-on online intensive for remote researchers on the go! Data Management Plans (DMPs) are both incredibly helpful research tools and increasingly required for grants but it can hard to know how to complete a Data Management Plan if it’s your first time. This session is carefully timed for researchers completing a CFI or Tri-Agency grant. If you’re in the process of creating a DMP\, either for a grant application or for your own research\, join RDM Services for this afternoon session. The RDM Services team will provide tailored guidance as you write your plan online–we’ll pop into your breakout rooms to make sure everything is going smoothy. Come away with a clear path forward or even a finished DMP! \n\n\n\nBy the end of this session\, participants will be able to: \n\n\n\n\nIdentify the 5 key components of a data management plan (DMP).\n\n\n\nCompare strong and weak responses in each section of a DMP.\n\n\n\nDevelop a tailored outline\, or potentially a complete draft\, of their own DMP!\n\n\n\n\nThis participatory session is especially relevant for researchers at all levels in the beginning stages of a research project or streamlining best practices for their research team. Come on your own\, send your research staff\, or bring your whole research group. Let us know if you’re joining as a research team – we’ll make sure you get an online breakout room to work together in! Bring your own snacks to your desk and enjoy this dedicated time to work on your plan with extra support. \n\n\n\nDetails: Any preparatory work for the session can be found on its information page. This workshop will not be recorded. \n\n\n\nFacilitator Bio: Danica Evering (they/them) is a Research Data Management Specialist grounded in curiosity and a deep commitment to ethics. Danica is available to help students\, postdocs\, faculty\, and staff with RDM through the data lifecycle—Data Management Plans\, storage and backup\, data security\, data sharing. With an MA in Media Studies\, Danica fosters active interest in RDM across disciplines\, with a knack for engaging researchers who might not even realize they have data to manage. Outside of work they sing in a choir\, play PC games\, maintain an art writing practice\, grow a garden\, contribute Wikipedia articles\, and run. \n\n\n\nCertificate Eligibility: This workshop is eligible for the Sherman Centre’s certificate program. For more information\, visit scds.ca/certificate-program. It is also eligible for the Canadian Certificate for Digital Humanities. To learn more\, visit ccdhhn.ca or contact scds@mcmaster.ca. \n\n\n\nCredit Eligibility: This workshop counts toward credit for students in the Faculty of Science who are enrolled in SCIENCE 2SF1: Digital Skills Workshop. For any questions\, please contact oursci@mcmaster.ca.
URL:https://ccdhhn.ca/workshop/data-management-plan-bootcamp-virtual/
LOCATION:Nova Scotia
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/09/SCDS-logo.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251119T000000
DTEND;TZID=America/Halifax:20251119T235959
DTSTAMP:20260405T132139
CREATED:20251125T202841Z
LAST-MODIFIED:20251125T202914Z
UID:10000614-1763510400-1763596799@ccdhhn.ca
SUMMARY:Introduction to Python: Part 2
DESCRIPTION:Date: November 19th 2025 \n\n\n\nInstructor: Kendra Oudyk \n\n\n\nThis set of five workshops is an introduction to Python programming\, with a focus on skills that are relevant to students and researchers who are working with data\, particularly tabular data. \n\n\n\nThe five workshops cover the following: \n\n\n\n\nPart 1: To understand the basics of Python syntax\, variables\, and data types.\n\n\n\nPart 2: To learn how to work with tabular data in Python\, including reading\, manipulating\, and visualizing data.\n\n\n\nPart 3: To learn how to automate tasks in Python\, including working with multiple files.\n\n\n\nPart 4: To learn to use logic and modularity to make Python code flexible and reusable.\n\n\n\nPart 5: To develop good habits for programming for research in Python\, including handling errors\, debugging\, and writing reliable code.\n\n\n\n\nParticipants must sign up for each workshop individually. It is not necessary to sign up for the first workshop in order to do the second (and so on)\, but note that each workshop will build on the topics covered in previous workshops in this series. \n\n\n\nPrerequisites:\n\n\n\nThere are no prerequisites needed for this series; no prior programming experience is required. \n\n\n\nSetup Instructions:\n\n\n\nIn these workshops\, we will write Python code in a text editor called Visual Studio Code (VS Code). \n\n\n\nPlease follow the following steps/links to complete the setup for this workshop series before you attend: \n\n\n\n\nInstall a Python Interpreter\n\n\n\nInstall Visual Studio Code\n\n\n\nInstall the Python extension for VS Code. If you want more info on installing extensions for VS Code\, see this page on their “Extension Marketplace”\n\n\n\nInstall this Python Debugger extension for VS Code\n\n\n\n\nNOTE: You may use your own preferred text editor or Jupyter Notebooks to write code in these workshops\, but keep in mind that some aspects may be unpredictably different from the way things appear on the instructor’s screen. For example\, the instructor will frequently use the Python Debugger in VS Code\, and other text editors may have entirely different mechanisms for debugging\, and you may have to figure that out on your own. If you want to follow what the instructor is doing exactly\, you should install VS Code and the extensions listed above.
URL:https://ccdhhn.ca/workshop/introduction-to-python-part-2-3/
LOCATION:The University of British Columbia\, 1958 Main Mall\, Vancouver\, British Columbia\, V62 1Z2\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/03/ubc-library-rc-logo-square.png
GEO:49.26653;-123.255126
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=The University of British Columbia 1958 Main Mall Vancouver British Columbia V62 1Z2 Canada;X-APPLE-RADIUS=500;X-TITLE=1958 Main Mall:geo:-123.255126,49.26653
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251125T000000
DTEND;TZID=America/Halifax:20251125T235959
DTSTAMP:20260405T132139
CREATED:20250826T130805Z
LAST-MODIFIED:20250826T130827Z
UID:10000535-1764028800-1764115199@ccdhhn.ca
SUMMARY:Data Management Plan Bootcamp (In-Person)
DESCRIPTION:Date: November 25 2025 \n\n\n\nLet us be your body double with this in-person bootcamp! Data Management Plans (DMPs) are both incredibly helpful research tools and increasingly required for grants but it can hard to know how to complete a Data Management Plan if it’s your first time. This session is carefully timed for researchers completing a CFI or Tri-Agency grant this fall. If you’re in the process of creating a DMP\, either for a grant application or for your own research\, join RDM Services for this afternoon session. The RDM services team will provide tailored guidance as you write your plan on site\, and we’ll have some light snacks and refreshments to keep you going. Come away with a clear path forward or even a finished DMP! \n\n\n\nBy the end of this session\, participants will be able to: \n\n\n\n\nIdentify the 5 key components of a data management plan (DMP).\n\n\n\nCompare strong and weak responses in each section of a DMP.\n\n\n\nDevelop a tailored outline\, or potentially a complete draft\, of their own DMP!\n\n\n\n\nThis participatory session is especially relevant for researchers at all levels in the beginning stages of a research project or streamlining best practices for their research team. Come on your own\, send your research staff\, or bring your whole research group. Let us know if you’re joining as a research team – we’ll make sure you get a table to work together at! \n\n\n\nDetails: Any preparatory work for the session can be found on its information page. This virtual workshop will be recorded and shared on the same page\, and discoverable via the Sherman Centre’s Online Learning Catalogue. \n\n\n\nFacilitator Bio: Isaac Pratt (he/him) is a research scientist by training and has a PhD in Anatomy & Cell Biology. He leverages nearly a decade of interdisciplinary research experience to help support students\, staff\, and faculty. His expertise lies in questions surrounding data storage\, security\, planning\, archival\, and sharing. Isaac also provides support and curation services for McMaster Dataverse. His other interests include reproducible research methods\, open science\, and data science. \n\n\n\nCertificate Eligibility: This workshop is eligible for the Sherman Centre’s certificate program. For more information\, visit scds.ca/certificate-program. It is also eligible for the Canadian Certificate for Digital Humanities. To learn more\, visit ccdhhn.ca or contact scds@mcmaster.ca. \n\n\n\nCredit Eligibility: This workshop counts toward credit for students in the Faculty of Science who are enrolled in SCIENCE 2SF1: Digital Skills Workshop. For any questions\, please contact oursci@mcmaster.ca.
URL:https://ccdhhn.ca/workshop/data-management-plan-bootcamp-in-person/
LOCATION:McMaster University\, 1280 Main St W\, Hamilton\, Ontario\, L8S 4L8\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/09/SCDS-logo.png
GEO:43.262744745136;-79.917660388376
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=McMaster University 1280 Main St W Hamilton Ontario L8S 4L8 Canada;X-APPLE-RADIUS=500;X-TITLE=1280 Main St W:geo:-79.917660388376,43.262744745136
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251125T000000
DTEND;TZID=America/Halifax:20251125T235959
DTSTAMP:20260405T132139
CREATED:20250912T170024Z
LAST-MODIFIED:20250912T170113Z
UID:10000567-1764028800-1764115199@ccdhhn.ca
SUMMARY:Makerspace Orientations: 3D Printing
DESCRIPTION:Date: November 25 2025 \n\n\n\nPresenter: Jacob Turola \n\n\n\nJoin us for this introduction to a staple in makerspace technology! Attendees will get started with 3D printing in the makerspace. The session will cover how to find a file\, process it for printing and run the machine. All are welcome\, and everyone gets to keep what they make.
URL:https://ccdhhn.ca/workshop/makerspace-orientations-3d-printing-2/
LOCATION:York University\, 4700 Keele Street\, Toronto\, Ontario\, M3J 1P3\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/02/libraries_yu_PRIMARY_hor_CMYK67.png
GEO:43.772283695741;-79.505416689555
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=York University 4700 Keele Street Toronto Ontario M3J 1P3 Canada;X-APPLE-RADIUS=500;X-TITLE=4700 Keele Street:geo:-79.505416689555,43.772283695741
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251126T000000
DTEND;TZID=America/Halifax:20251126T235959
DTSTAMP:20260405T132139
CREATED:20250826T123324Z
LAST-MODIFIED:20250826T123345Z
UID:10000527-1764115200-1764201599@ccdhhn.ca
SUMMARY:Making and Querying Databases in SQL with DuckDB
DESCRIPTION:Date: November 26 2025 \n\n\n\nWant to work with structured data more efficiently? SQL (Structured Query Language) is a powerful tool for managing and analyzing data and it’s easier to get started than you might think. \n\n\n\nThis beginner-friendly workshop introduces SQL using DuckDB\, a lightweight\, cross-platform database that runs locally and requires no setup. Through hands-on practice\, you’ll learn how to create a database\, add data to it\, and write queries to find the information you need. \n\n\n\nBy the end of this session\, participants will be able to: \n\n\n\n\nUnderstand the basic structure and purpose of SQL\n\n\n\nCreate and populate a DuckDB database\n\n\n\nWrite and run basic SQL queries to explore and extract data\n\n\n\n\nThis session is ideal for beginners in data analysis\, researchers\, and students who want a gentle introduction to databases using a simple and powerful tool. No prior experience required! \n\n\n\nDetails: Any preparatory work for the session can be found on its information page. This virtual workshop will be recorded and shared on the same page\, and discoverable via the Sherman Centre’s Online Learning Catalogue. \n\n\n\nFacilitator Bio: John Fink is the Digital Scholarship Librarian in the Sherman Centre. \n\n\n\nCertificate Eligibility: This workshop is eligible for the Sherman Centre’s certificate program. For more information\, visit scds.ca/certificate-program. It is also eligible for the Canadian Certificate for Digital Humanities. To learn more\, visit ccdhhn.ca or contact scds@mcmaster.ca. \n\n\n\nCredit Eligibility: This workshop counts toward credit for students in the Faculty of Science who are enrolled in SCIENCE 2SF1: Digital Skills Workshop. For any questions\, please contact oursci@mcmaster.ca.
URL:https://ccdhhn.ca/workshop/making-and-querying-databases-in-sql-with-duckdb/
LOCATION:Nova Scotia
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/09/SCDS-logo.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251126T000000
DTEND;TZID=America/Halifax:20251126T235959
DTSTAMP:20260405T132139
CREATED:20251125T203157Z
LAST-MODIFIED:20251125T203244Z
UID:10000615-1764115200-1764201599@ccdhhn.ca
SUMMARY:Introduction to Python: Part 3
DESCRIPTION:Date: November 26th 2025 \n\n\n\nInstructor: Kendra Oudyk \n\n\n\nThis set of five workshops is an introduction to Python programming\, with a focus on skills that are relevant to students and researchers who are working with data\, particularly tabular data. \n\n\n\nThe five workshops cover the following: \n\n\n\n\nPart 1: To understand the basics of Python syntax\, variables\, and data types.\n\n\n\nPart 2: To learn how to work with tabular data in Python\, including reading\, manipulating\, and visualizing data.\n\n\n\nPart 3: To learn how to automate tasks in Python\, including working with multiple files.\n\n\n\nPart 4: To learn to use logic and modularity to make Python code flexible and reusable.\n\n\n\nPart 5: To develop good habits for programming for research in Python\, including handling errors\, debugging\, and writing reliable code.\n\n\n\n\nParticipants must sign up for each workshop individually. It is not necessary to sign up for the first workshop in order to do the second (and so on)\, but note that each workshop will build on the topics covered in previous workshops in this series. \n\n\n\nPrerequisites:\n\n\n\nThere are no prerequisites needed for this series; no prior programming experience is required. \n\n\n\nSetup Instructions:\n\n\n\nIn these workshops\, we will write Python code in a text editor called Visual Studio Code (VS Code). \n\n\n\nPlease follow the following steps/links to complete the setup for this workshop series before you attend: \n\n\n\n\nInstall a Python Interpreter\n\n\n\nInstall Visual Studio Code\n\n\n\nInstall the Python extension for VS Code. If you want more info on installing extensions for VS Code\, see this page on their “Extension Marketplace”\n\n\n\nInstall this Python Debugger extension for VS Code\n\n\n\n\nNOTE: You may use your own preferred text editor or Jupyter Notebooks to write code in these workshops\, but keep in mind that some aspects may be unpredictably different from the way things appear on the instructor’s screen. For example\, the instructor will frequently use the Python Debugger in VS Code\, and other text editors may have entirely different mechanisms for debugging\, and you may have to figure that out on your own. If you want to follow what the instructor is doing exactly\, you should install VS Code and the extensions listed above.
URL:https://ccdhhn.ca/workshop/introduction-to-python-part-3-2/
LOCATION:The University of British Columbia\, 1958 Main Mall\, Vancouver\, British Columbia\, V62 1Z2\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/03/ubc-library-rc-logo-square.png
GEO:49.26653;-123.255126
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=The University of British Columbia 1958 Main Mall Vancouver British Columbia V62 1Z2 Canada;X-APPLE-RADIUS=500;X-TITLE=1958 Main Mall:geo:-123.255126,49.26653
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Halifax:20251127T000000
DTEND;TZID=America/Halifax:20251127T235959
DTSTAMP:20260405T132139
CREATED:20250912T170242Z
LAST-MODIFIED:20250912T170311Z
UID:10000568-1764201600-1764287999@ccdhhn.ca
SUMMARY:Makerspace Orientations: Laser Cutting and Engraving
DESCRIPTION:Date: November 27 2025 \n\n\n\nPresenter: Jacob Turola \n\n\n\nGet started with the makerspace laser cutter. We’ll demonstrate how it works and how you can use the cutter to make amazing designs with wood and acrylic!
URL:https://ccdhhn.ca/workshop/makerspace-orientations-laser-cutting-and-engraving-2/
LOCATION:York University\, 4700 Keele Street\, Toronto\, Ontario\, M3J 1P3\, Canada
CATEGORIES:1-4 hour workshop
ATTACH;FMTTYPE=image/png:https://ccdhhn.ca/wp-content/uploads/2024/02/libraries_yu_PRIMARY_hor_CMYK67.png
GEO:43.772283695741;-79.505416689555
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=York University 4700 Keele Street Toronto Ontario M3J 1P3 Canada;X-APPLE-RADIUS=500;X-TITLE=4700 Keele Street:geo:-79.505416689555,43.772283695741
END:VEVENT
END:VCALENDAR