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:20190310T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20191103T060000
END:STANDARD
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:20210409T140000
DTEND;TZID=America/Detroit:20210409T153000
DTSTAMP:20260603T185959
CREATED:20230905T171443Z
LAST-MODIFIED:20230905T171443Z
UID:10000466-1617976800-1617982200@micde.umich.edu
SUMMARY:GIS Fundamentals – (Map visualization - II)
DESCRIPTION:This workshop will further develop the material covered on mapping in the first workshop a few weeks back. We will focus on basic cartography principles for map-making and explore the functionalities of R and QGIS for making production-quality bi-variate static and dynamic choropleth maps. We will also explore the functionalities of leaflet\, a powerful library\, to create web maps and add extra information about more than two variables. \nParticipants should have some familiarity with R\, but exposure to QGIS is not required.
URL:https://micde.umich.edu/event/gis-fundamentals-map-visualization-ii/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210329T150000
DTEND;TZID=America/Detroit:20210329T163000
DTSTAMP:20260603T185959
CREATED:20230905T171443Z
LAST-MODIFIED:20230905T171443Z
UID:10000465-1617030000-1617035400@micde.umich.edu
SUMMARY:GIS Fundamentals – (PostGIS-II)
DESCRIPTION:This workshop will further develop the material covered on spatial databases in the first workshop a few weeks back. PostGIS is the most widely used spatial database and is built on top of PostgreSQL\, a powerful open source relational database. The focus of this workshop is to exploit PostGIS to deal with big vector data\, and use familiar tools in R to reduce the burden to learn SQL. \n\nThis is a hands-on workshop. Please make sure that you have PostgreSQL installed along with pgAdmin. \nParticipants should be familiar with vector data processing in R.
URL:https://micde.umich.edu/event/gis-fundamentals-postgis-ii/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210324T130000
DTEND;TZID=America/Detroit:20210324T150000
DTSTAMP:20260603T185959
CREATED:20230905T171443Z
LAST-MODIFIED:20230905T171443Z
UID:10000440-1616590800-1616598000@micde.umich.edu
SUMMARY:Software Development For Research: Team-Based Programming Practices
DESCRIPTION:Software development and computer programming is increasingly a major part of scientific research. When small or large teams are involved in coding the same project\, it’s a good idea to adopt team-based practices\, such as “pair programming” or “code review” meetings\, to ensure quality is maintained in the code. This hands-on workshop will provide examples of these topics in action\, and attendees will leave prepared to use these skills in their own work groups. \nThis is part of a series of workshops focused on software and coding from a research perspective.
URL:https://micde.umich.edu/event/software-development-for-research-team-based-programming-practices/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210317T150000
DTEND;TZID=America/Detroit:20210317T163000
DTSTAMP:20260603T185959
CREATED:20230905T171300Z
LAST-MODIFIED:20230905T171300Z
UID:10000460-1615993200-1615998600@micde.umich.edu
SUMMARY:GIS Fundamentals – VI (Map visualization)
DESCRIPTION:This is the sixth workshop in a series of workshops we are offering this semester on the fundamentals of GIS. Each workshop covers one or two key elements of GIS 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. \n\nThis workshop will cover basic concepts and tools available in QGIS and R for visualizing vector spatial data as single and bi-variate static choropleth maps. We will focus on basic cartography principles for map-making and explore the functionalities of R and QGIS for making production-quality maps. \n\nParticipants should have some familiarity with R\, but exposure to QGIS is not required.
URL:https://micde.umich.edu/event/gis-fundamentals-vi-map-visualization/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210316T100000
DTEND;TZID=America/Detroit:20210316T120000
DTSTAMP:20260603T185959
CREATED:20230905T171300Z
LAST-MODIFIED:20230905T171300Z
UID:10000431-1615888800-1615896000@micde.umich.edu
SUMMARY:Introduction to Deep Neural Networks with Keras/TensorFlow
DESCRIPTION:Deep Neural Networks (DNNs) are used as a machine learning method for both regression and classification problems. Keras is a high-level\, Python interface running on top of multiple neural network libraries\, including the popular library TensorFlow. In this workshop\, participants will learn how to quickly use the Keras interface to perform nonlinear regression and classification with standard fully-connected DNNs\, as well as image classification using Convolutional Neural Networks (CNNs). We will also look at regularization techniques and how to deal with under- and over-fitting. All examples will use Python; some familiarity with Python is recommended. The workshop will be done online via Zoom. We will run the models using Google Colab\, which requires a Google account.
URL:https://micde.umich.edu/event/introduction-to-deep-neural-networks-with-keras-tensorflow-10/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210310T130000
DTEND;TZID=America/Detroit:20210310T150000
DTSTAMP:20260603T185959
CREATED:20230905T171300Z
LAST-MODIFIED:20230905T171300Z
UID:10000439-1615381200-1615388400@micde.umich.edu
SUMMARY:Software Development For Research: Version Control Principles
DESCRIPTION:Software development and computer programming is increasingly a major part of scientific research. Projects can quickly grow\, and it can be difficult to manage changes\, especially if multiple programmers are editing the same project at once! This workshop will cover Git\, a commonly-used tool for managing coding projects with multiple users\, with features to make or remove edits\, and track information related to those changes. After completing the workshop attendees will have a good understanding of Git workflow and will know how to perform the most common Git operations via the command line. \nThis is part of a series of workshops focused on software and coding from a research perspective.
URL:https://micde.umich.edu/event/software-development-for-research-version-control-principles/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210305T153000
DTEND;TZID=America/Detroit:20210305T170000
DTSTAMP:20260603T185959
CREATED:20230905T171300Z
LAST-MODIFIED:20230905T171300Z
UID:10000456-1614958200-1614963600@micde.umich.edu
SUMMARY:GIS Fundamentals – V (Spatial Database - PostGIS)
DESCRIPTION:This is the fifth workshop in a series of workshops we are offering this semester on the fundamentals of GIS. Each workshop covers one or two key elements of GIS and is somewhat self-contained. The focus is on conceptual details that can provide sufficient preparation for applications\, but we will also touch upon the technical aspects. \n\nIn this workshop we will cover the basic concepts of spatial databases and learn about setting up and using PostGIS\, an open source spatial database built on top of PostgreSQL\, along with R for vector data analysis. We will also touch upon topics such as spatial indexing\, query processing and the capabilities of PostGIS for other data models such as the network and raster data model. This is a hands-on workshop and the instructor will use a Mac machine. If you intend to use a Windows or Linux machine please get in touch with the instructor before the workshop at manishve@umich.edu.
URL:https://micde.umich.edu/event/gis-fundamentals-v-spatial-database-postgis/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210226T140000
DTEND;TZID=America/Detroit:20210226T153000
DTSTAMP:20260603T185959
CREATED:20230905T171259Z
LAST-MODIFIED:20230905T171259Z
UID:10000435-1614348000-1614353400@micde.umich.edu
SUMMARY:Introduction to Stata: Data Manipulation
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:\n\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)\n\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.\n\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-data-manipulation/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210225T160000
DTEND;TZID=America/Detroit:20210225T170000
DTSTAMP:20260603T185959
CREATED:20230905T171259Z
LAST-MODIFIED:20230905T171259Z
UID:10000455-1614268800-1614272400@micde.umich.edu
SUMMARY:CoreLogic property data
DESCRIPTION:The University of Michigan library system has licensed a large data set containing real estate transactions\, deeds\, and property tax records for the United States.  The data were collected by the commercial vendor CoreLogic\, and our license allows UM researchers to use the data for research purposes.  These data are of potential interest to researchers in many fields\, as they capture spatial and temporal real estate market conditions\, taxing practices\, and the physical states of millions of residential structures in the US.\n\n \nIn this workshop\, participants will learn to create geographical subsets of the data\, seamlessly integrate it in workflow\, and see examples of research questions where the data can be useful. Participants should know Python and R.
URL:https://micde.umich.edu/event/corelogic-property-data-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210224T140000
DTEND;TZID=America/Detroit:20210224T170000
DTSTAMP:20260603T185959
CREATED:20230905T171259Z
LAST-MODIFIED:20230905T171259Z
UID:10000016-1614175200-1614186000@micde.umich.edu
SUMMARY:Using GPUs with Python
DESCRIPTION:Python is the Lingua Franca of Data today and is being increasingly used in scientific computations. This workshop introduces Python GPU tools for porting and writing code that runs on GPUs. The primary tools\, Numba and CuPy\, are presented with examples. This workshop is presented by Kristopher Keipert of NVIDIA.\nThis event is open to students\, faculty\, and staff within the University of Michigan community. A Jupyter notebook is used along with a set of lecture slides. The workshop will use online tools\, so there is no need to install any software ahead of time.\nThis event is brought to you by the Michigan Institute for Computational Discovery and Engineering\, and Consulting for Statistics\, Computing & Analytics Research at the University of Michigan in partnership with NVIDIA.\nSpace is limited\, register today!
URL:https://micde.umich.edu/event/using-gpus-with-python-3-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210224T140000
DTEND;TZID=America/Detroit:20210224T153000
DTSTAMP:20260603T185959
CREATED:20230905T171259Z
LAST-MODIFIED:20230905T171259Z
UID:10000436-1614175200-1614180600@micde.umich.edu
SUMMARY:Introduction to Stata: Data Management
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:\n\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)\n\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.\n\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-data-management/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210224T130000
DTEND;TZID=America/Detroit:20210224T150000
DTSTAMP:20260603T185959
CREATED:20230905T171300Z
LAST-MODIFIED:20230905T171300Z
UID:10000438-1614171600-1614178800@micde.umich.edu
SUMMARY:Software Development For Research: Best Practices for Coding Styles
DESCRIPTION:Software development and computer programming is increasingly a major part of scientific research. Having a consistent coding style and following basic best practices used in the industry can help make your code easier to read and manage\, both internally in your teams and for public code projects available to other researchers. This workshop will cover some general guidelines and suggestions to clean up your coding style. Attendees will learn helpful tips for computer coding and how to make their code readable to other collaborators. \nThis is part of a series of workshops focused on software and coding from a research perspective.
URL:https://micde.umich.edu/event/software-development-for-research-best-practices-for-coding-styles/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210223T100000
DTEND;TZID=America/Detroit:20210223T120000
DTSTAMP:20260603T185959
CREATED:20230905T171258Z
LAST-MODIFIED:20230905T171258Z
UID:10000430-1614074400-1614081600@micde.umich.edu
SUMMARY:Image Segmentation using Deep Learning with FastAI
DESCRIPTION:Like many image processing problems\, deep learning has brought many effective solutions to the task of image segmentation. This workshop will introduce you to the methods used in image segmentation\, demonstrate how to prepare your own segmentation masks using Matlab\, and guide you through performing image segmentation using the FastAI [fast.ai] Python library\, which is built on the deep learning library PyTorch. Some familiarity with Python is expected\, but no previous experience with FastAI or PyTorch is needed. The workshop will be done online via Zoom. We will run the code using Google Colab (with free-to-use GPUs)\, which requires a Google account.
URL:https://micde.umich.edu/event/image-segmentation-using-deep-learning-with-fastai-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210222T140000
DTEND;TZID=America/Detroit:20210222T153000
DTSTAMP:20260603T185959
CREATED:20230905T171258Z
LAST-MODIFIED:20230905T171258Z
UID:10000434-1614002400-1614007800@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/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210212T150000
DTEND;TZID=America/Detroit:20210212T163000
DTSTAMP:20260603T185959
CREATED:20230905T171258Z
LAST-MODIFIED:20230905T171258Z
UID:10000448-1613142000-1613147400@micde.umich.edu
SUMMARY:GIS Fundamentals – IV (Digitization)
DESCRIPTION:This is the fourth workshop in a series of workshops we are offering this semester on the fundamentals of GIS. Each workshop covers one or two key elements of GIS 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. Unless mentioned otherwise\, we will use R. \nIn many fields old paper maps and images provide historical and time series information and need to be digitized with spatially explicit coordinates. In this workshop we will develop a basic understanding of how to efficiently digitize paper maps and images that contain spatial information. We will use ArcGIS and R for the hands-on part.
URL:https://micde.umich.edu/event/gis-fundamentals-iv-digitization/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210210T100000
DTEND;TZID=America/Detroit:20210210T120000
DTSTAMP:20260603T185959
CREATED:20230905T171258Z
LAST-MODIFIED:20230905T171258Z
UID:10000444-1612951200-1612958400@micde.umich.edu
SUMMARY:Introduction to SPSS: Basic Statistical Analysis
DESCRIPTION:Each section will go over one chapter from the materials at https://cscar.github.io/workshop-spss/ \nSection 1: Basics of SPSS (1/20\, 10am – 12pm) \nSection 2: Variables (1/27\, 10am – 12pm) \nSection 3: Data Management (2/3\, 10am – 12pm) \nSection 4: Basic Statistical Analysis (2/10\, 10am – 12pm) \nIt is strongly encouraged to have SPSS installed on your machine. If you are accessing SPSS through AppsAnywhere on Virtual Sites\, then you will need to set up a link to your Google Drive\, Box\, or Dropbox storage.
URL:https://micde.umich.edu/event/introduction-to-spss-basic-statistical-analysis/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210203T153000
DTEND;TZID=America/Detroit:20210203T170000
DTSTAMP:20260603T185959
CREATED:20230905T171258Z
LAST-MODIFIED:20230905T171258Z
UID:10000447-1612366200-1612371600@micde.umich.edu
SUMMARY:GIS Fundamentals – III (Geocoding)
DESCRIPTION:This is the third workshop in a series of workshops we are offering this semester on the fundamentals of GIS. Each workshop covers one or two key elements of GIS 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. Unless mentioned otherwise\, we will use R. \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 degrees of accuracy. A basic understanding of the process helps you in choosing the best option. We will use R and ArcGIS for exercises
URL:https://micde.umich.edu/event/gis-fundamentals-iii-geocoding/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210203T100000
DTEND;TZID=America/Detroit:20210203T120000
DTSTAMP:20260603T185959
CREATED:20230905T171258Z
LAST-MODIFIED:20230905T171258Z
UID:10000443-1612346400-1612353600@micde.umich.edu
SUMMARY:Introduction to SPSS: Data Management
DESCRIPTION:Each section will go over one chapter from the materials at https://cscar.github.io/workshop-spss/ \nSection 1: Basics of SPSS (1/20\, 10am – 12pm) \nSection 2: Variables (1/27\, 10am – 12pm) \nSection 3: Data Management (2/3\, 10am – 12pm) \nSection 4: Basic Statistical Analysis (2/10\, 10am – 12pm) \nIt is strongly encouraged to have SPSS installed on your machine. If you are accessing SPSS through AppsAnywhere on Virtual Sites\, then you will need to set up a link to your Google Drive\, Box\, or Dropbox storage.
URL:https://micde.umich.edu/event/introduction-to-spss-data-management/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210127T140000
DTEND;TZID=America/Detroit:20210127T170000
DTSTAMP:20260603T185959
CREATED:20230905T171256Z
LAST-MODIFIED:20230905T171256Z
UID:10000015-1611756000-1611766800@micde.umich.edu
SUMMARY:Using GPUs with Python
DESCRIPTION:Python is the Lingua Franca of Data today and is being increasingly used in scientific computations. This workshop introduces Python GPU tools for porting and writing code that runs on GPUs. The primary tools\, Numba and CuPy\, are presented with examples. This workshop is presented by Kristopher Keipert of NVIDIA.\nThis event is open to students\, faculty\, and staff within the University of Michigan community. A Jupyter notebook is used along with a set of lecture slides. The workshop will use online tools\, so there is no need to install any software ahead of time.\nThis event is brought to you by the Michigan Institute for Computational Discovery and Engineering\, and Consulting for Statistics\, Computing & Analytics Research at the University of Michigan in partnership with NVIDIA.\nSpace is limited\, register today!
URL:https://micde.umich.edu/event/using-gpus-with-python-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210127T100000
DTEND;TZID=America/Detroit:20210127T120000
DTSTAMP:20260603T185959
CREATED:20230905T171256Z
LAST-MODIFIED:20230905T171256Z
UID:10000442-1611741600-1611748800@micde.umich.edu
SUMMARY:Introduction to SPSS: Variables
DESCRIPTION:Each section will go over one chapter from the materials at https://cscar.github.io/workshop-spss/ \nSection 1: Basics of SPSS (1/20\, 10am – 12pm) \nSection 2: Variables (1/27\, 10am – 12pm) \nSection 3: Data Management (2/3\, 10am – 12pm) \nSection 4: Basic Statistical Analysis (2/10\, 10am – 12pm) \nIt is strongly encouraged to have SPSS installed on your machine. If you are accessing SPSS through AppsAnywhere on Virtual Sites\, then you will need to set up a link to your Google Drive\, Box\, or Dropbox storage.
URL:https://micde.umich.edu/event/introduction-to-spss-variables/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210126T100000
DTEND;TZID=America/Detroit:20210126T120000
DTSTAMP:20260603T185959
CREATED:20230905T171256Z
LAST-MODIFIED:20230905T171256Z
UID:10000429-1611655200-1611662400@micde.umich.edu
SUMMARY:Introduction to Python's NumPy library
DESCRIPTION:This workshop will introduce you to the NumPy library in Python\, which is useful in scientific computing. We will cover NumPy’s n-dimensional array object and associated functions in depth\, along with related linear algebra and random number capabilities. Some familiarity with Python is expected. The workshop will be done online via Zoom. We will run the code using Google Colab\, which requires a Google account.
URL:https://micde.umich.edu/event/introduction-to-pythons-numpy-library-4/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210122T150000
DTEND;TZID=America/Detroit:20210122T163000
DTSTAMP:20260603T185959
CREATED:20230905T171256Z
LAST-MODIFIED:20230905T171256Z
UID:10000446-1611327600-1611333000@micde.umich.edu
SUMMARY:GIS Fundamentals – II (Vector and network data models)
DESCRIPTION:This is the second workshop in a series of workshops we are offering this semester on the fundamentals of GIS. Each workshop covers one or two key elements of GIS 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. \nHow data is recorded in a digital system 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.
URL:https://micde.umich.edu/event/gis-fundamentals-ii-vector-and-network-data-models/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210120T100000
DTEND;TZID=America/Detroit:20210120T120000
DTSTAMP:20260603T185959
CREATED:20230905T171256Z
LAST-MODIFIED:20230905T171256Z
UID:10000441-1611136800-1611144000@micde.umich.edu
SUMMARY:Introduction to SPSS: Basics of SPSS
DESCRIPTION:Each section will go over one chapter from the materials at https://cscar.github.io/workshop-spss/ \nSection 1: Basics of SPSS (1/20\, 10am – 12pm) \nSection 2: Variables (1/27\, 10am – 12pm) \nSection 3: Data Management (2/3\, 10am – 12pm) \nSection 4: Basic Statistical Analysis (2/10\, 10am – 12pm) \nIt is strongly encouraged to have SPSS installed on your machine. If you are accessing SPSS through AppsAnywhere on Virtual Sites\, then you will need to set up a link to your Google Drive\, Box\, or Dropbox storage.
URL:https://micde.umich.edu/event/introduction-to-spss-basics-of-spss/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210118T010000
DTEND;TZID=America/Detroit:20210118T160000
DTSTAMP:20260603T185959
CREATED:20230905T171257Z
LAST-MODIFIED:20230905T171257Z
UID:10000437-1610931600-1610985600@micde.umich.edu
SUMMARY:Advanced Graphics Optimization For Data Visualization In Unity3D
DESCRIPTION:Modern 3D game engines and computer hardware can render convincing graphics\, rivaling that of pre-rendered 3D animation. But video games still require special optimization techniques and tricks. This relates directly to perceived capabilities for data visualization and serious applications: we can generate and render thousands of interactive objects. But what about millions? \nThis workshop will go over different techniques to render as many objects as possible at once in Unity3D\, with the context of visualizing data as a point-cloud. Examples will include (but not be limited to) GPU Instancing\, Unity’s Particle System\, and Compute Shaders. It is strongly recommended that attendees be familiar with Unity3D prior to this workshop to get the most out of the session.
URL:https://micde.umich.edu/event/advanced-graphics-optimization-for-data-visualization-in-unity3d-2/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210112T150000
DTEND;TZID=America/Detroit:20210112T163000
DTSTAMP:20260603T185959
CREATED:20230905T171257Z
LAST-MODIFIED:20230905T171257Z
UID:10000445-1610463600-1610469000@micde.umich.edu
SUMMARY:GIS Fundamentals – I (Coordinate systems)
DESCRIPTION:This is the first workshop in a series of workshops we are offering this semester on the fundamentals of GIS. Each workshop covers one or two key elements of GIS 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 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 the basics of coordinate systems for 2-D GIS from an applied perspective.
URL:https://micde.umich.edu/event/gis-fundamentals-i-coordinate-systems/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20210111T090000
DTEND;TZID=America/Detroit:20210111T160000
DTSTAMP:20260603T185959
CREATED:20230905T171257Z
LAST-MODIFIED:20260401T194925Z
UID:10000433-1610355600-1610380800@micde.umich.edu
SUMMARY:Software Carpentry Workshop @WISE: Shell\, R\, Git
DESCRIPTION:Please note: This is a two day workshop. January 11 and January 12  (*one* registration covering both days) \nSoftware Carpentry aims to help researchers get their work done in less time and with less pain by teaching them basic research computing skills in a supportive & inclusive environment. This hands-on workshop will cover basic concepts and tools\, including R for plotting\, the Unix shell\, version control with Git & GitHub\, R for data analysis\, and writing reports with R Markdown. \nThis special Software Carpentry workshop is sponsored by the U-M Women in Science and Engineering and is taught entirely by women. \nThe workshop is aimed at graduate students and other researchers\, but anyone can participate. You don’t need to have any previous knowledge of the tools that will be presented at the workshop. \nVirtual (Zoom link to be provided to registrants)
URL:https://micde.umich.edu/event/software-carpentry-workshop-wise-shell-r-git/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20201208T170000
DTEND;TZID=America/Detroit:20201208T190000
DTSTAMP:20260603T185959
CREATED:20230905T171257Z
LAST-MODIFIED:20230905T171257Z
UID:10000426-1607446800-1607454000@micde.umich.edu
SUMMARY:Spatial regression models
DESCRIPTION:This lecture-style workshop will introduce relevant concepts and techniques for modelling cross-sectional data observed on regular (such as remote sensing pixels) or irregular (such as Census polygons) lattice. Such data often exhibits spatial dependence and is common across several fields. \n\nWe will cover the following topics: motivating examples from time series; spatial random fields and stationarity; spatial autocorrelation measures including Moran’s I; neighborhood or adjacency matrices that capture spatial dependence; and spatial autoregressive models including their estimation and interpretation. \n\nPlease note that the material will be discussed in a lecture style presentation with little or no hands-on components.  You should know linear regression well.
URL:https://micde.umich.edu/event/spatial-regression-models/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20201208T150000
DTEND;TZID=America/Detroit:20201208T170000
DTSTAMP:20260603T185959
CREATED:20230905T171257Z
LAST-MODIFIED:20230905T171257Z
UID:10000425-1607439600-1607446800@micde.umich.edu
SUMMARY:Using Distill for R Markdown
DESCRIPTION:There are a variety of formats available for R markdown beyond ‘standard html’\, one of which is Distill.  Distill is specifically oriented toward presentation of results\, and offers a clean look with additional capabilities for citations\, marginal exposition\, and more.  One can even build an entire website or blog with this format.  This workshop will provide a brief overview and demonstration.\n\nhttps:m-clark.github.io
URL:https://micde.umich.edu/event/using-distill-for-r-markdown/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20201208T100000
DTEND;TZID=America/Detroit:20201208T120000
DTSTAMP:20260603T185959
CREATED:20230905T171254Z
LAST-MODIFIED:20230905T171254Z
UID:10000386-1607421600-1607428800@micde.umich.edu
SUMMARY:Introduction to Deep Neural Networks with Keras/TensorFlow
DESCRIPTION:Deep Neural Networks (DNNs) are used as a machine learning method for both regression and classification problems. Keras is a high-level\, Python interface running on top of multiple neural network libraries\, including the popular library TensorFlow. In this workshop\, participants will learn how to quickly use the Keras interface to perform nonlinear regression and classification with standard fully-connected DNNs\, as well as image classification using Convolutional Neural Networks (CNNs). We will also look at regularization techniques and how to deal with under- and over-fitting. All examples will use Python; some familiarity with Python is recommended. The workshop will be done online via BlueJeans. We will run the models using Google Colab\, which requires a Google account.
URL:https://micde.umich.edu/event/introduction-to-deep-neural-networks-with-keras-tensorflow-9/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Detroit:20201119T133000
DTEND;TZID=America/Detroit:20201119T160000
DTSTAMP:20260603T185959
CREATED:20230905T171255Z
LAST-MODIFIED:20230905T171255Z
UID:10000396-1605792600-1605801600@micde.umich.edu
SUMMARY:Map making in R
DESCRIPTION:The focus of the workshop is twofold: to learn cartography principles for generating single and multivariable choropleth maps\, and explore functionalities of R for generating static and interactive web maps. We will use the COVID19 data available at (https://github.com/nytimes/covid-19-data) and combine it with information from Census and other sources to visualize spatial patterns and make maps. Participants should be proficient in R and vector data GIS.
URL:https://micde.umich.edu/event/map-making-in-r/
LOCATION:Your Desktop
CATEGORIES:Workshops
END:VEVENT
END:VCALENDAR