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:20211025T130000
DTEND;TZID=America/Detroit:20211025T143000
DTSTAMP:20260604T160635
CREATED:20210923T202207Z
LAST-MODIFIED:20210923T202207Z
UID:10000527-1635166800-1635172200@micde.umich.edu
SUMMARY:Introduction to Stata: The Basics of Stata
DESCRIPTION:This is a series of workshops designed to introduce participants to the Stata software. No prior experience with Stata is required. The sections are: \nSection 1: The Basics of Stata – Interacting with Stata and working with data sets. (2/22 2-3:30)\nSection 2: Data Management – The basics of maintaining and exploring a data set. (2/24 2-3:30)\nSection 3: Data Manipulation – Creating and modifying variables and other ways of manipulating your data. (2/26 2-3:30) \nYou do not need to attend all sessions; however\, the sessions build on each other and it will be assumed you are familiar with the material in earlier sessions. The workshop materials can be found at https://cscar.github.io/workshop-stata-intro/ for review. \nIt is strongly encouraged that you have Stata available on your local computer\, though not required. You may access Stata through midesktop (https://midesktop.umich.edu/) if needed.
URL:https://micde.umich.edu/event/introduction-to-stata-the-basics-of-stata-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20211022T130000
DTEND;TZID=America/Detroit:20211022T160000
DTSTAMP:20260604T160635
CREATED:20210930T201551Z
LAST-MODIFIED:20210930T201551Z
UID:10000532-1634907600-1634918400@micde.umich.edu
SUMMARY:Advanced research computing on the Great Lakes Cluster
DESCRIPTION:OVERVIEW\n\n\nThis workshop will cover some more advanced topics in computing on the U-M Great Lakes Cluster. Topics to be covered include a review of common parallel programming models and basic use of Great Lakes; dependent and array scheduling; workflow scripting using bash; high-throughput computing using launcher; parallel processing in one or more of Python\, R\, and MATLAB; and profiling of parallel code using Allinea Performance Reports and Allinea MAP. \n\nTo register and view more details\, please refer to the linked TTC page.
URL:https://micde.umich.edu/event/advanced-research-computing-on-the-great-lakes-cluster-7-2-2-2-3/
LOCATION:Your Desktop
CATEGORIES:Great Lakes,High Performance Computing,Workshops
ORGANIZER;CN="Advanced Research Computing":MAILTO:arc-contact@umich.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20211021T130000
DTEND;TZID=America/Detroit:20211021T160000
DTSTAMP:20260604T160635
CREATED:20210930T201413Z
LAST-MODIFIED:20210930T201413Z
UID:10000534-1634821200-1634832000@micde.umich.edu
SUMMARY:Introduction to Research Computing on the Great Lakes Cluster
DESCRIPTION:OVERVIEW\nThis workshop will introduce you to high performance computing on the Great Lakes cluster.  After a brief overview of the components of the cluster and the resources available there\, the main body of the workshop will cover creating batch scripts and the options available to run jobs\, and hands-on experience in submitting\, tracking\, and interpreting the results of submitted jobs. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Additional tools including high-performance data transfer services and interactive use of the cluster will also be covered. \nTo register and view more details\, please refer to the linked TTC page.
URL:https://micde.umich.edu/event/introduction-research-computing-on-the-great-lakes-cluster-4-2-2-2-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20211020T130000
DTEND;TZID=America/Detroit:20211020T160000
DTSTAMP:20260604T160635
CREATED:20210930T200940Z
LAST-MODIFIED:20210930T200940Z
UID:10000535-1634734800-1634745600@micde.umich.edu
SUMMARY:Introduction to the Linux Command Line
DESCRIPTION:OVERVIEW\nThis course will familiarize the student with the basics of accessing and interacting with Linux computers using the GNU/Linux operating system’s Bash shell\, also generically referred to as “the command line”. Topics include: a brief overview of Linux\, the Bash shell\, navigating the file system\, basic commands\, shell redirection\, permissions\, processes\, and the command environment. The workshop will also provide a quick introduction to nano a simple text editor that will be used in subsequent workshops to edit files. \n  \nTo register and view more details\, please refer to the linked TTC page
URL:https://micde.umich.edu/event/introduction-to-the-linux-command-line-27-2-2-2-3/
LOCATION:Your Desktop
CATEGORIES:Workshops
ORGANIZER;CN="Advanced Research Computing":MAILTO:arc-contact@umich.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20211020T100000
DTEND;TZID=America/Detroit:20211020T113000
DTSTAMP:20260604T160635
CREATED:20211001T162623Z
LAST-MODIFIED:20230217T195752Z
UID:10000533-1634724000-1634729400@micde.umich.edu
SUMMARY:Getting Started with the Python Multiprocessing Package
DESCRIPTION:OVERVIEW\nThis workshop will provide a gentle introduction to using the multiprocessing package in Python for parallelizing and speeding up code. We will use hands-on programming exercises to demonstrate how to quickly get started with commonly used components of the multiprocessing package. Note that a Great Lakes account is optional for this workshop\, but you must have an account before the start of the workshop if you wish to use Great Lakes. See below for account request information. If you do not wish to use Great Lakes\, you must have python installed on your computer before the start of the workshop. \nINSTRUCTOR\nArmand Burks\nResearch Data Scientist Intermediate\nInformation and Technology Services – Advanced Research Computing \nArmand Burks\, Ph.D.\, is a research data scientist intermediate for Advanced Research Computing – Technology Services (ARC-TS)\, a division of Information and Technology Services (ITS). Armand helps researchers with establishing data workflows\, transforming data between different formats\, programming support\, optimizing/parallelizing code\, cloud computing with Hadoop\, and developing custom code (C++\, Java\, Python). He earned a B.S. in computer science from Alabama State University in 2008\, an M.S. in computer science and engineering from Michigan State University in 2010\, and a Ph.D. in computer science from Michigan State University in 2017. \nMATERIALS\nPrerequisites: Familiarity with connecting to the Great Lakes cluster via SSH/PuTTY and UMVPN\, Basic Linux command line familiarity\, basic programming experience in Python\, and an understanding of loops and basic data structures such as lists are all necessary for this hands-on workshop. \nFor more information on The Great Lakes cluster\, click here. \nClick here to fill out an account request form\nNote: 3 business days are needed for creation of accounts\nStudents should fill in “Workshop” in the “Advisor” section. \nCampus VPN access is required for off-campus access to Great Lakes but not from on campus. An SSH client\, and Duo will be required during the workshop in order to use Great Lakes.  If you do not have this software already\, please download and install the Cisco AnyConnect VPN software following these instructions: https://its.umich.edu/enterprise/wifi-networks/vpn/getting-started You will need this to be able to use the ssh client. You will need to use the ‘Campus All traffic’ profile in the Cisco client. \n  \nRegister here \nA Zoom link will be provided to the participants the day before the class. Registration is required. \nPlease note\, this session will be recorded. \nIf you have questions about this workshop\, please send an email to the instructor at arburks@umich.edu \n\n\n\nArmand R. Burks\, Ph. D. \nResearch Data Scientist\nAdvanced Research Computing\nSchool of Information\nUniversity of Michigan
URL:https://micde.umich.edu/event/https-ttc-iss-lsa-umich-edu-ttc-sessions-getting-started-with-the-python-multiprocessing-package/
LOCATION:Your Desktop
CATEGORIES:Data Science,Data Science Skills Series,Great Lakes,High Performance Computing,hpc-events,Info Session,Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20211015T150000
DTEND;TZID=America/Detroit:20211015T163000
DTSTAMP:20260604T160635
CREATED:20210901T153222Z
LAST-MODIFIED:20230217T195741Z
UID:10000520-1634310000-1634315400@micde.umich.edu
SUMMARY:GIS and Spatial Analysis Fundamentals – III (Geocoding)
DESCRIPTION:This is the third workshop about the fundamentals of GIS and spatial analysis this semester. Each workshop covers one or two key elements and is self-contained. The focus is on conceptual details that can provide sufficient preparation for applications\, but we will also touch upon the technical aspects. Most workshops will have at least one hands-on exercise. Typically\, each workshop is divided into one hour of lecture-style presentation and half an hour of hands-on exercises.  \n  \nGeocoding (or sometimes reverse geocoding) is often a very first step in many geospatial analyses. There are many options available for geocoding with different degree of accuracy. A basic understanding of the process helps you in choosing the best option. The workshop will cover basic concepts in geocoding\, different open-source and proprietary options available\, accuracy and reliability in geocoding\, and best practices. We will use R and ArcGIS.
URL:https://micde.umich.edu/event/gis-and-spatial-analysis-fundamentals-iii-geocoding/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20211014T140000
DTEND;TZID=America/Detroit:20211014T160000
DTSTAMP:20260604T160635
CREATED:20211001T161248Z
LAST-MODIFIED:20230217T195820Z
UID:10000536-1634220000-1634227200@micde.umich.edu
SUMMARY:Machine Learning on Great Lakes
DESCRIPTION:OVERVIEW\n\n\nThis workshop will go over methods and best practices for running machine learning applications on Great Lakes. We will briefly outline machine learning before stepping through a hands-on example problem to load a project and submit a job to the HPC cluster. Participants are expected to be familiar with Python\, the command line\, and basic Great Lakes functionality (logging in and navigating the directory structure). Participants must create a user account on Great Lakes prior to the workshop and are required to pre-register to gain access to a training account. \nINSTRUCTORS\nMeghan Richey\nMachine Learning Specialist\nInformation and Technology Services – Advanced Research Computing \nMeghan Richey is a machine learning specialist in the Advanced Research Computing (ARC) department at the University of Michigan. She consults on several faculty and student machine learning applications and research studies\, specializing in natural language processing and convolutional neural networks. Before her position at the university\, Ms. Richey worked for a defense contractor as a software engineer to design and implement software solutions for DoD-funded artificial intelligence efforts. \nA Zoom link will be provided to the participants the day before the class. Registration is required.\n\n\nInstructor will be available at the Zoom link\, to be provided\, from 1:00-2:00 PM for computer setup assistance. \nPlease note\, this session will be recorded.   \nTo register and view more details\, please refer to the linked TTC page. \n\nIf you have questions about this workshop\, please send an email to the instructor at richeym@umich.edu
URL:https://micde.umich.edu/event/https-ttc-iss-lsa-umich-edu-ttc-sessions-machine-learning-for-great-lakes/
LOCATION:Your Desktop
CATEGORIES:Data Science,Great Lakes,High Performance Computing,Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20211012T140000
DTEND;TZID=America/Detroit:20211012T160000
DTSTAMP:20260604T160635
CREATED:20210819T172534Z
LAST-MODIFIED:20230217T195739Z
UID:10000516-1634047200-1634054400@micde.umich.edu
SUMMARY:Introduction to performance analysis of scientific software\, or "Why is my program slow?"
DESCRIPTION:We all had this: “My program is too slow”. We all have heard: “Use Fortran and C++\, they are fast.”  But will it really help? We all have heard also: “Don’t bother\, use Python and R on a better computer”\, and “HPC clusters are fast”.  But what does “better” and “fast” even mean?   In this workshop\, we will observe\, measure and discuss performance behavior of various scientific workloads\, and learn about typical performance classes and basic performance measuring methodology.  In the end\, you will be able to classify your expected workload and make an educated guess whether changing the programming language\, upgrading the computer\, or applying for cluster computing time would likely be advantageous. \n  \nParticipants are expected to know the basics of programming in some (any!) programming language. Some familiarity with the Unix command line would be helpful\, but is not required. If you wish to follow hands-on demonstrations\, you will need to use your own computer and have a UMich account.
URL:https://micde.umich.edu/event/introduction-to-performance-analysis-of-scientific-software-or-why-is-my-program-slow/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20211011T130000
DTEND;TZID=America/Detroit:20211011T160000
DTSTAMP:20260604T160635
CREATED:20210805T225711Z
LAST-MODIFIED:20230217T195731Z
UID:10000503-1633957200-1633968000@micde.umich.edu
SUMMARY:3D Visualization Software: Data Visualization with Unity3D and C# (Part 2)
DESCRIPTION:This is part of a series of workshops covering 3D game engines and animation software for research and data visualization. Registration to all parts of this series is not required\, but each workshop will expect a different level of experience\, which will be acquired if the viewer attends all events. \nUnity3D is a popular game engine among schools and independent developers. It is also increasingly used for “serious” applications that require interactive 3D graphics\, from mobile apps\, virtual and augmented reality\, computer vision and artificial intelligence\, and real-time CGI film production. It offers a free option to download for non-commercial projects\, and can export projects to run on a large variety of platforms. \nIn this workshop\, we’ll use Unity3D to render 3D visualizations of a dataset. Users will have a prototype that they build from for real applications. \nA basic familiarity with any computer programming language (C# will be used during the session) and the Unity3D interface is recommended to get the most out of the workshop. To take part\, users will be responsible to use their own laptop with Unity3D (available for Windows\, Macintosh and Linux) pre-installed. Additional project files will be provided to registered users ahead of the workshop date. \nPlease register at least 48 hours in advance.
URL:https://micde.umich.edu/event/3d-visualization-software-data-visualization-with-unity3d-and-c-part-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20211004T130000
DTEND;TZID=America/Detroit:20211004T160000
DTSTAMP:20260604T160635
CREATED:20210805T225217Z
LAST-MODIFIED:20230217T195730Z
UID:10000502-1633352400-1633363200@micde.umich.edu
SUMMARY:3D Visualization Software: Introduction to Unity3D and C# (Part 1)
DESCRIPTION:This is part of a series of workshops covering 3D game engines and animation software for research and data visualization. Registration to all parts of this series is not required\, but each workshop will expect a different level of experience\, which will be acquired if the viewer attends all events. \nUnity3D is a popular game engine among schools and independent developers. It is also increasingly used for “serious” applications that require interactive 3D graphics\, from mobile apps\, virtual and augmented reality\, computer vision and artificial intelligence\, and real-time CGI film production. It offers a free option to download for non-commercial projects\, and can export projects to run on a large variety of platforms. \nIn this workshop\, we’ll introduce the Unity3D workspace from a beginner’s perspective\, and prepare a simple game demo with the interface and through C# scripting. Users will gain a basic understanding of the software\, and be prepared for future\, more advanced workshops on it dedicated for data visualization. \nA basic familiarity with any computer programming language (C# will be used during the session) is recommended to get the most out of the workshop. To take part\, users will be responsible to use their own laptop with Unity3D (available for Windows\, Macintosh and Linux) pre-installed. Additional project files will be provided to registered users ahead of the workshop date. \nPlease register at least 48 hours in advance.
URL:https://micde.umich.edu/event/3d-visualization-software-introduction-to-unity3d-and-c-part-1/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210930T150000
DTEND;TZID=America/Detroit:20210930T163000
DTSTAMP:20260604T160635
CREATED:20210901T152820Z
LAST-MODIFIED:20230217T195740Z
UID:10000519-1633014000-1633019400@micde.umich.edu
SUMMARY:GIS and Spatial Analysis Fundamentals – II (Data models: vector\, network)
DESCRIPTION:This is the second workshop about the fundamentals of GIS and spatial analysis this semester. Each workshop covers one or two key elements of GIS and spatial analysis and is self-contained. The focus is on conceptual details that can provide sufficient preparation for applications\, but we will also touch upon the technical aspects. Most workshops will have at least one hands-on exercise. The first one hour of the workshop is a lecture-style presentation\, followed by the next half-hour for the hands-on exercises. Unless mentioned otherwise\, we will use R and/or QGIS for the hands-on portion.  \n  \nHow data is recorded in digital systems has significant implications for accuracy\, algorithms\, and the type of analyses that can be undertaken.  In this workshop we will cover data structure for vector and network data in the context of a 2-D GIS system. The focus is on developing a basic understanding of elements such as essential primitives\, how more complex objects are derived from the primitives\, and different formats and file systems.  \n  \nParticipants should have some familiarity with R\, but exposure to QGIS is not required.
URL:https://micde.umich.edu/event/gis-and-spatial-analysis-fundamentals-ii-data-models-vector-network/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210930T150000
DTEND;TZID=America/Detroit:20210930T160000
DTSTAMP:20260604T160635
CREATED:20210907T174508Z
LAST-MODIFIED:20230217T195743Z
UID:10000523-1633014000-1633017600@micde.umich.edu
SUMMARY:MICDE & MIDAS Graduate Programs Information Tables (In-person)
DESCRIPTION:Meet 1:1 with MICDE and MIDAS graduate program faculty and staff managers to learn more about the institutes and the computational and data science graduate programs they offer\, including: the Ph.D. in Scientific Computing\, the Graduate Certificate in Computational Discovery & Engineering\, the Graduate Certificate in Computational Neuroscience\, and the Graduate Certificate in Data Science. \nAdvanced Research Computing will also be there giving information about their services\, including the new free cluster allocations and ARC’s consulting services. \n\nThis event will be held in-person under the outdoor canopy tent located on the Ingalls Mall\, across the street from the Rackham Graduate School building. \nAll attendees are required to wear masks. \n\nCheck out the recording of our virtual info session on Wednesday\, September 29 here.
URL:https://micde.umich.edu/event/micde-midas-graduate-programs-info-session-in-person/
LOCATION:MI
CATEGORIES:Education,Featured Events,Info Session
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210929T120000
DTEND;TZID=America/Detroit:20210929T130000
DTSTAMP:20260604T160635
CREATED:20210907T174508Z
LAST-MODIFIED:20230515T013643Z
UID:10000522-1632916800-1632920400@micde.umich.edu
SUMMARY:MICDE & MIDAS Graduate Programs Info Session (Virtual)
DESCRIPTION:Join the MICDE and MIDAS teams for a 1-hour virtual information session to learn more about our computational and data science graduate program offerings\, including: the Ph.D. in Scientific Computing\, the Graduate Certificate in Computational Discovery & Engineering\, the Graduate Certificate in Computational Neuroscience\, and the Graduate Certificate in Data Science. \nAfter a short presentation\, each program’s faculty director and/or staff manager will be present to answer questions in a small group or 1:1 setting. \n\nWatch the recording of this info session here.
URL:https://micde.umich.edu/event/micde-midas-graduate-programs-info-session-virtual/
LOCATION:Zoom Event\, MI\, United States
CATEGORIES:Education,Featured Events,Info Session
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210921T130000
DTEND;TZID=America/Detroit:20210921T160000
DTSTAMP:20260604T160635
CREATED:20210810T214531Z
LAST-MODIFIED:20260401T195944Z
UID:10000510-1632229200-1632240000@micde.umich.edu
SUMMARY:Introduction to Research Computing on the Great Lakes Cluster
DESCRIPTION:OVERVIEW\nThis workshop will introduce you to high performance computing on the Great Lakes cluster.  After a brief overview of the components of the cluster and the resources available there\, the main body of the workshop will cover creating batch scripts and the options available to run jobs\, and hands-on experience in submitting\, tracking\, and interpreting the results of submitted jobs. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Additional tools including high-performance data transfer services and interactive use of the cluster will also be covered.
URL:https://micde.umich.edu/event/introduction-research-computing-on-the-great-lakes-cluster-4-2-2-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210920T130000
DTEND;TZID=America/Detroit:20210920T160000
DTSTAMP:20260604T160635
CREATED:20210810T221222Z
LAST-MODIFIED:20260401T195912Z
UID:10000513-1632142800-1632153600@micde.umich.edu
SUMMARY:Introduction to the Linux Command Line
DESCRIPTION:OVERVIEW\nThis course will familiarize the student with the basics of accessing and interacting with Linux computers using the GNU/Linux operating system’s Bash shell\, also generically referred to as “the command line”. Topics include: a brief overview of Linux\, the Bash shell\, navigating the file system\, basic commands\, shell redirection\, permissions\, processes\, and the command environment. The workshop will also provide a quick introduction to nano a simple text editor that will be used in subsequent workshops to edit files.
URL:https://micde.umich.edu/event/introduction-to-the-linux-command-line-27-2-2-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
ORGANIZER;CN="Advanced Research Computing":MAILTO:arc-contact@umich.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210917T130000
DTEND;TZID=America/Detroit:20210917T160000
DTSTAMP:20260604T160635
CREATED:20210810T215924Z
LAST-MODIFIED:20210810T215924Z
UID:10000509-1631883600-1631894400@micde.umich.edu
SUMMARY:Advanced research computing on the Great Lakes Cluster
DESCRIPTION:OVERVIEW\n\n\nThis workshop will cover some more advanced topics in computing on the U-M Great Lakes Cluster. Topics to be covered include a review of common parallel programming models and basic use of Great Lakes; dependent and array scheduling; workflow scripting using bash; high-throughput computing using launcher; parallel processing in one or more of Python\, R\, and MATLAB; and profiling of parallel code using Allinea Performance Reports and Allinea MAP. \n\n  \nPlease register at https://ttc.iss.lsa.umich.edu/ttc/sessions/advanced-research-computing-on-the-great-lakes-cluster-12/register/
URL:https://micde.umich.edu/event/advanced-research-computing-on-the-great-lakes-cluster-7-2-2-2-2/
LOCATION:Your Desktop
CATEGORIES:Great Lakes,High Performance Computing,Workshops
ORGANIZER;CN="Advanced Research Computing":MAILTO:arc-contact@umich.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210916T140000
DTEND;TZID=America/Detroit:20210916T153000
DTSTAMP:20260604T160635
CREATED:20210901T152506Z
LAST-MODIFIED:20230217T195740Z
UID:10000518-1631800800-1631806200@micde.umich.edu
SUMMARY:GIS and Spatial Analysis Fundamentals – I (Coordinate system)
DESCRIPTION:This is the first workshop about the fundamentals of GIS and spatial analysis this semester. Each workshop covers one or two key elements of GIS and spatial analysis and is self-contained. The focus is on conceptual details that can provide sufficient understanding for applications\, but we will also touch upon the technical aspects. Most workshops will have at least one hands-on exercise. Typically\, each workshop is divided into one hour of lecture-style presentation and half an hour of hands-on exercises. Unless mentioned otherwise\, we will use R and/or QGIS for the hands-on portion.  \n  \nThere are 100s of coordinate systems and datums available in modern software that provide GIS functionalities. A basic understanding of different coordinate systems\, their strength and limitations\, and conversion between different systems are essential for choosing the right system and manipulating geographically referenced data. In this workshop we will cover basics of coordinate systems for 2-D GIS from an applied perspective.  \n  \nParticipants should have some familiarity with R\, but exposure to QGIS is not required.
URL:https://micde.umich.edu/event/gis-and-spatial-analysis-fundamentals-i-coordinate-system/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210916T130000
DTEND;TZID=America/Detroit:20210916T160000
DTSTAMP:20260604T160635
CREATED:20210810T214638Z
LAST-MODIFIED:20260401T200134Z
UID:10000508-1631797200-1631808000@micde.umich.edu
SUMMARY:Introduction to Research Computing on the Great Lakes Cluster
DESCRIPTION:OVERVIEW\nThis workshop will introduce you to high performance computing on the Great Lakes cluster.  After a brief overview of the components of the cluster and the resources available there\, the main body of the workshop will cover creating batch scripts and the options available to run jobs\, and hands-on experience in submitting\, tracking\, and interpreting the results of submitted jobs. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Additional tools including high-performance data transfer services and interactive use of the cluster will also be covered.
URL:https://micde.umich.edu/event/introduction-research-computing-on-the-great-lakes-cluster-4-2-2-3/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210916T090000
DTEND;TZID=America/Detroit:20210916T120000
DTSTAMP:20260604T160635
CREATED:20210810T221400Z
LAST-MODIFIED:20260401T200207Z
UID:10000512-1631782800-1631793600@micde.umich.edu
SUMMARY:Introduction to the Linux Command Line
DESCRIPTION:OVERVIEW\nThis course will familiarize the student with the basics of accessing and interacting with Linux computers using the GNU/Linux operating system’s Bash shell\, also generically referred to as “the command line”. Topics include: a brief overview of Linux\, the Bash shell\, navigating the file system\, basic commands\, shell redirection\, permissions\, processes\, and the command environment. The workshop will also provide a quick introduction to nano a simple text editor that will be used in subsequent workshops to edit files.
URL:https://micde.umich.edu/event/introduction-to-the-linux-command-line-27-2-2-2-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210914T090000
DTEND;TZID=America/Detroit:20210914T103000
DTSTAMP:20260604T160635
CREATED:20210811T193429Z
LAST-MODIFIED:20260401T200107Z
UID:10000515-1631610000-1631615400@micde.umich.edu
SUMMARY:Data Sharing and Archiving
DESCRIPTION:OVERVIEW\n\n\nFor growing data volumes\, how we manage data becomes more important. This session will cover the basics of managing data in a research environment such as those at ARC and nationally. Attendees of the course will be introduced to recommended tools for data sharing and transfer both on campus\, off campus\, and cloud.  They will learn how to prepare data for archive\, including special high performance versions of tar and compression allowing significant performance benefits over the standard versions of the tools.\nLastly we will cover the properties and selection process of the appropriate general purpose  storage for data that requires long term preservation and active archiving that supports the largest data volumes in a way that controls costs and ease of management.\n\nRequirements are basic command line.
URL:https://micde.umich.edu/event/data-sharing-and-archiving-3-2/
LOCATION:Your Desktop
CATEGORIES:Great Lakes,High Performance Computing,Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210913T090000
DTEND;TZID=America/Detroit:20210913T120000
DTSTAMP:20260604T160635
CREATED:20210810T215550Z
LAST-MODIFIED:20260401T200048Z
UID:10000507-1631523600-1631534400@micde.umich.edu
SUMMARY:Advanced research computing on the Great Lakes Cluster
DESCRIPTION:OVERVIEW\n\n\nThis workshop will cover some more advanced topics in computing on the U-M Great Lakes Cluster. Topics to be covered include a review of common parallel programming models and basic use of Great Lakes; dependent and array scheduling; workflow scripting using bash; high-throughput computing using launcher; parallel processing in one or more of Python\, R\, and MATLAB; and profiling of parallel code using Allinea Performance Reports and Allinea MAP.
URL:https://micde.umich.edu/event/advanced-research-computing-on-the-great-lakes-cluster-7-2-2-2/
LOCATION:Your Desktop
CATEGORIES:Great Lakes,High Performance Computing,Workshops
ORGANIZER;CN="Advanced Research Computing":MAILTO:arc-contact@umich.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210910T090000
DTEND;TZID=America/Detroit:20210910T103000
DTSTAMP:20260604T160635
CREATED:20210811T193025Z
LAST-MODIFIED:20260401T200019Z
UID:10000514-1631264400-1631269800@micde.umich.edu
SUMMARY:Data Sharing and Archiving
DESCRIPTION:OVERVIEW\n\n\nFor growing data volumes\, how we manage data becomes more important. This session will cover the basics of managing data in a research environment such as those at ARC and nationally. Attendees of the course will be introduced to recommended tools for data sharing and transfer both on campus\, off campus\, and cloud.  They will learn how to prepare data for archive\, including special high performance versions of tar and compression allowing significant performance benefits over the standard versions of the tools.\nLastly we will cover the properties and selection process of the appropriate general purpose  storage for data that requires long term preservation and active archiving that supports the largest data volumes in a way that controls costs and ease of management.\n\nRequirements are basic command line.
URL:https://micde.umich.edu/event/data-sharing-and-archiving-3/
LOCATION:Your Desktop
CATEGORIES:Great Lakes,High Performance Computing,Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210908T130000
DTEND;TZID=America/Detroit:20210908T160000
DTSTAMP:20260604T160635
CREATED:20210810T214731Z
LAST-MODIFIED:20260401T200234Z
UID:10000506-1631106000-1631116800@micde.umich.edu
SUMMARY:Introduction to Research Computing on the Great Lakes Cluster
DESCRIPTION:OVERVIEW\nThis workshop will introduce you to high performance computing on the Great Lakes cluster.  After a brief overview of the components of the cluster and the resources available there\, the main body of the workshop will cover creating batch scripts and the options available to run jobs\, and hands-on experience in submitting\, tracking\, and interpreting the results of submitted jobs. By the end of the workshop\, every participant should have created a submission script\, submitted a job\, tracked its progress\, and collected its output. Additional tools including high-performance data transfer services and interactive use of the cluster will also be covered.
URL:https://micde.umich.edu/event/introduction-research-computing-on-the-great-lakes-cluster-4-2-2-4/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210908T090000
DTEND;TZID=America/Detroit:20210908T120000
DTSTAMP:20260604T160635
CREATED:20210810T221511Z
LAST-MODIFIED:20260401T200616Z
UID:10000511-1631091600-1631102400@micde.umich.edu
SUMMARY:Introduction to the Linux Command Line
DESCRIPTION:OVERVIEW\nThis course will familiarize the student with the basics of accessing and interacting with Linux computers using the GNU/Linux operating system’s Bash shell\, also generically referred to as “the command line”. Topics include: a brief overview of Linux\, the Bash shell\, navigating the file system\, basic commands\, shell redirection\, permissions\, processes\, and the command environment. The workshop will also provide a quick introduction to nano a simple text editor that will be used in subsequent workshops to edit files.
URL:https://micde.umich.edu/event/introduction-to-the-linux-command-line-27-2-2-2-2-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210819T140000
DTEND;TZID=America/Detroit:20210819T170000
DTSTAMP:20260604T160635
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
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210812T140000
DTEND;TZID=America/Detroit:20210812T153000
DTSTAMP:20260604T160635
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:20210809T100000
DTEND;TZID=America/Detroit:20210809T130000
DTSTAMP:20260604T160635
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:20210805T140000
DTEND;TZID=America/Detroit:20210805T153000
DTSTAMP:20260604T160635
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:20210803T100000
DTEND;TZID=America/Detroit:20210803T120000
DTSTAMP:20260604T160635
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:20210802T100000
DTEND;TZID=America/Detroit:20210802T130000
DTSTAMP:20260604T160635
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
END:VCALENDAR