BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Michigan Institute for Computational Discovery and Engineering - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://micde.umich.edu
X-WR-CALDESC:Events for Michigan Institute for Computational Discovery and Engineering
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Detroit
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20200308T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20201101T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20210314T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20211107T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20220313T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20221106T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210802T100000
DTEND;TZID=America/Detroit:20210802T130000
DTSTAMP:20260606T150932
CREATED:20210518T154935Z
LAST-MODIFIED:20210518T154935Z
UID:10000478-1627898400-1627909200@micde.umich.edu
SUMMARY:Android Application Development: Introduction to Android Studio
DESCRIPTION:Mobile app development is one of the biggest new industries of the last decade. If you are developing an Android app for the first time\, the first option you will likely find is “Android Studio\,” a free integrated-developer-environment (IDE) provided directly by the Android team at Google\, using the Java programming language. It’s a good starting point for experienced programmers to build an Android app from scratch. \nWe will present a brief overview of the “Android Studio” environment\, and provide a step-by-step example to make an app with multiple ‘activities’ and using built-in ‘sensors.’ A familiarity with the Java programming language is recommended to get the most out of the seminar. Participants who want to program during the workshop are recommended to install “Android Studio” in advance and to use their own laptops to use during the presentation. \nPlease register at least 24 hours in advance. Event may be canceled if pre-registration is low.
URL:https://micde.umich.edu/event/android-application-development-introduction-to-android-studio-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210803T100000
DTEND;TZID=America/Detroit:20210803T120000
DTSTAMP:20260606T150932
CREATED:20210521T182930Z
LAST-MODIFIED:20210521T182930Z
UID:10000482-1627984800-1627992000@micde.umich.edu
SUMMARY:Object Detection using Deep Learning with TorchVision
DESCRIPTION:Like many image processing problems\, deep learning has brought many effective solutions to the task of object detection. The TorchVision library is part of the PyTorch project\, and it offers well-established and successful methods for object detection (as well as many other problems). This workshop will demonstrate the process of preparing your own image dataset and training it using TorchVision with one of Google Colab’s free-to-use GPUs. The workshop will be done online via Zoom. Some experience with Python is helpful\, but no previous experience with PyTorch is needed. Google Colab requires a Google account (e.g. your umich account).
URL:https://micde.umich.edu/event/object-detection-using-deep-learning-with-torchvision-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210805T140000
DTEND;TZID=America/Detroit:20210805T153000
DTSTAMP:20260606T150932
CREATED:20210624T170939Z
LAST-MODIFIED:20230217T195717Z
UID:10000495-1628172000-1628177400@micde.umich.edu
SUMMARY:R Short Course: Programming Tools (Part 3)
DESCRIPTION:This is part 3 of a 5-part workshop series on programming in R.  This week\, we’ll discuss the following programming tools: logical comparisons\, conditionals\, iteration\, and functions. You’ll learn how to write functions and why you should (generally) organize your code in a functional style. These workshops follow a hybrid format: a week before the scheduled meeting time participants will be given access to pre-recorded content and recommended readings to review at their own pace.  The following week\, we’ll meet at the posted time for 90 minutes over Zoom to answer questions and work on a collection of exercises.  At the end of the course\, we’ll gather for a 3-hour practicum\, in which we’ll program a console version of the game “Mastermind”.
URL:https://micde.umich.edu/event/r-short-course-programming-tools-part-3/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210809T100000
DTEND;TZID=America/Detroit:20210809T130000
DTSTAMP:20260606T150932
CREATED:20210518T155547Z
LAST-MODIFIED:20230217T195703Z
UID:10000479-1628503200-1628514000@micde.umich.edu
SUMMARY:Wear OS: Creating An App For Your Android Smartwatch
DESCRIPTION:Smartwatches are multi-functional devices that can be worn on the wrist. They can read your heartbeat\, notify you of messages from your phone\, and can even tell the time! Google’s “Wear OS” is a branch of the Android mobile operating system\, and it encourages open app development. \nThis workshop is meant to introduce programming for a Wear OS watch. This will introduce some of the functions and sensors of a smartwatch\, through the programming of a simple app that reads your heartbeat. Participants will learn how to access and display this sensor information\, and how to save the data locally on the watch\, using Java and Android Studio\, with a step-by-step example. Participants who want to program during the workshop are recommended to install “Android Studio” in advance and to use their own laptops to use during the presentation. \nPlease register at least 24 hours in advance. Event may be canceled if pre-registration is low.
URL:https://micde.umich.edu/event/wear-os-creating-an-app-for-your-android-smartwatch/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210812T140000
DTEND;TZID=America/Detroit:20210812T153000
DTSTAMP:20260606T150932
CREATED:20210624T171255Z
LAST-MODIFIED:20230217T195717Z
UID:10000496-1628776800-1628782200@micde.umich.edu
SUMMARY:R Short Course: Strings and factors (Part 4)
DESCRIPTION:This is part 4 of a 5-part workshop series on programming in R.  This week\, we’ll discuss strings and factors with an emphasis on working with and formatting strings. These workshops follow a hybrid format: a week before the scheduled meeting time participants will be given access to pre-recorded content and recommended readings to review at their own pace.  The following week\, we’ll meet at the posted time for 90 minutes over Zoom to answer questions and work on a collection of exercises.   \nAt the end of the course\, we’ll gather for a 3-hour practicum\, in which we’ll program a console version of the game “Mastermind”.
URL:https://micde.umich.edu/event/r-short-course-strings-and-factors-part-4/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210819T140000
DTEND;TZID=America/Detroit:20210819T170000
DTSTAMP:20260606T150932
CREATED:20210624T171638Z
LAST-MODIFIED:20230217T195718Z
UID:10000497-1629381600-1629392400@micde.umich.edu
SUMMARY:R Short Course: Practicum (Part 5)
DESCRIPTION:This is the fifth and final part of a workshop series on programming in R.  This week\, we’ll put what you’ve learned in the first four parts to use in order to design and program a console version of the game “Mastermind”.  At the end of the practicum\, you should have a playable version of the game.   \n  \nThe first four parts of this workshop series follow a hybrid format: a week before the scheduled meeting time participants will be given access to pre-recorded content and recommended readings to review at their own pace.  The following week\, we’ll meet at the posted time for 90 minutes over Zoom to answer questions and work on a collection of exercises.   This practicum is the final meeting of the short course.
URL:https://micde.umich.edu/event/r-short-course-practicum-part-5/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
END:VCALENDAR