BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//CCDHHN - ECPv6.15.16//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
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:20260405T151418
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:20260405T151418
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:20260405T151418
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
END:VCALENDAR