BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Institute for Digital Research and Education - ECPv6.15.17.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://idre.ucla.edu
X-WR-CALDESC:Events for Institute for Digital Research and Education
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220516T090000
DTEND;TZID=America/Los_Angeles:20220516T110000
DTSTAMP:20260604T095305
CREATED:20220308T190036Z
LAST-MODIFIED:20220308T190104Z
UID:22827-1652691600-1652698800@idre.ucla.edu
SUMMARY:Data Visualization with Python II: Making Interactive Plots and Widgets
DESCRIPTION:Python is a very popular language for computational and data science\, and it has many powerful capabilities for visualizing data. Data visualization plays an essential role in representing data so that its underlying patterns might be conveyed and understood. The second part of this series will explore various ways that Python can be used to make interactive graphics for exploring data and conceptualizing trends and dependencies. We’ll dive into Python libraries for making interactive widgets\, plots\, and dashboards (ipywidgets\, plotly\, altair\, and bokeh). These will be covered in interactive exercises so that attendees can gain direct experience in using these libraries. \nAny questions about this workshop can be emailed to bwinjum@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJMvduGuqTooEtPAsGRbvlrUCNozxSawd7mk
URL:https://idre.ucla.edu/calendar-event/data-visualization-with-python-ii-making-interactive-plots-and-widgets-2
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220513T100000
DTEND;TZID=America/Los_Angeles:20220513T120000
DTSTAMP:20260604T095305
CREATED:20220308T185737Z
LAST-MODIFIED:20220308T190139Z
UID:22825-1652436000-1652443200@idre.ucla.edu
SUMMARY:Boosting Python for High Performance Data Analytics (1) Interpreter War
DESCRIPTION:While Python becomes the most popular programming language since 2019\, data scientists often have a few common complaints about its slow speed and the limited capabilities of handling the big data scenarios. In this workshop series\, we will present an extensive discussion on how to improve the performance of Python in data science by looking under the hood of its language/libraries and using the technologies to make Python a practical solution for high-performance big data analytics. \nIn the first session\, we will focus on how to boost the speed of python code in an interperter level by explaining the concepts (e.g.\, GIL\, GIT) and introducing the packages of pypy\, numba\, pythran\, cython etc. Although no specific prerequisite is required to attend the talk\, having programming experience in Python will be helpful to fully understand the lecture content. \nAny questions about this workshop can be emailed to huqy@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJAod-mrrTwjHdYrBwSM9C3rtRTPAkhEBQXc
URL:https://idre.ucla.edu/calendar-event/boosting-python-for-high-performance-data-analytics-1-interpreter-war
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220510T110000
DTEND;TZID=America/Los_Angeles:20220510T120000
DTSTAMP:20260604T095305
CREATED:20220308T182602Z
LAST-MODIFIED:20220308T182602Z
UID:22823-1652180400-1652184000@idre.ucla.edu
SUMMARY:Hoffman2 Happy Hour: Loading and unloading applications via environmental modules (R\, anaconda\, etc. examples) + Q&A
DESCRIPTION:The Hoffman2 Happy Hours are designed to showcase one cluster related topic in a short presentation (no more than 20 minutes and generally much less) or lightning talk format\, to be followed by 30 to 40 minutes of discussion and user support (office hour style). Each Hoffman2 Happy Hour meeting is 50 minutes long. Bring your computational questions (they do not have to be strictly related to the topic of the week) or just your curiosity. Examples and hands-on components related to the topic of the week will be part of each meeting. \nAny questions about this workshop can be emailed to dauria@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJIqdeuqrT4sHN1f6KVwjmbZJiTitAPEShI2
URL:https://idre.ucla.edu/calendar-event/hoffman2-happy-hour-loading-and-unloading-applications-via-environmental-modules-r-anaconda-etc-examples-qa
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220509T090000
DTEND;TZID=America/Los_Angeles:20220509T110000
DTSTAMP:20260604T095305
CREATED:20220308T182250Z
LAST-MODIFIED:20220308T182250Z
UID:22821-1652086800-1652094000@idre.ucla.edu
SUMMARY:Data Visualization with Python I: Plotting Fundamentals
DESCRIPTION:Python is a very popular language for computational and data science\, and it has many powerful capabilities for visualizing data. Data visualization plays an essential role in representing data so that its underlying patterns can be conveyed and understood. The first part of this series will showcase various ways that Python can be used for creating graphics\, following which we’ll dive into some common Python libraries for data viz: Matplotlib\, Pandas\, and Seaborn. We will go through several interactive exercises so that attendees can gain direct experience in using these libraries and will be prepared to learn more on their own after the workshop. \nAny questions about this workshop can be emailed to bwinjum@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJwkde2urT0iH9Fz7WUjXzY17g7_PxULI-ZF
URL:https://idre.ucla.edu/calendar-event/data-visualization-with-python-i-plotting-fundamentals-2
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220506T090000
DTEND;TZID=America/Los_Angeles:20220506T160000
DTSTAMP:20260604T095305
CREATED:20220412T004534Z
LAST-MODIFIED:20220508T180732Z
UID:22904-1651827600-1651852800@idre.ucla.edu
SUMMARY:Hierarchical Bayesian modeling with applications for spatial environmental data science
DESCRIPTION:IDRE ECR Group is excited to announce the following workshop on Hierarchical Bayesian modeling with applications for spatial environmental data science: \nTitle: Hierarchical Bayesian modeling with applications for spatial environmental data science \nDate and Time: Friday\, May 6\, 2022\, @9 AM (PST) \nRecording is available here: https://youtu.be/Ubsns37DD_U \nAbstract: Effectively addressing pressing environmental problems in the modern era requires flexible analytical approaches capable of leveraging the diverse stream of data resources now available to make a reliable statistical inference. Hierarchical Bayesian methods serve as a powerful resource in this regard\, allowing researchers to model complex dynamics while explicitly quantifying uncertainty in model output. \nThis two-part workshop will focus on the application of hierarchical Bayesian models for environmental data science. Part I (morning session) will serve as an introduction to Bayesian modeling using Stan. Part II (afternoon session) will focus on taking a hierarchical Bayesian approach to spatial data science\, covering exploratory spatial data analysis (e.g.\, variogram fitting) and the basics of geostatistical modeling approaches (e.g.\, Gaussian Processes). The material will be directed towards those with a basic understanding of linear regression and familiarity with R\, but no or limited prior experience with Bayesian modeling. Participants will practice fitting models during the workshop and\, upon completion\, understand the basics of a principled approach to spatial environmental data science using a hierarchical Bayesian approach. \nTentative agenda*: Friday\, May 6\, 2022\, at 9 AM (PST) \n\n\n\nTime (PST)\nPresentation title (speaker)\n\n\n09:00 AM – 09:05 AM\nWelcome and Introduction\n\n\n09:05 AM – 12:00 PM\nIntro to hierarchical Bayesian modeling using Stan (Instructor: Youngflesh)\n\n\n12:00 PM – 01: 00 PM\nLunch break\n\n\n01:00 PM – 04:00 PM\nHierarchical Bayesian modeling for spatial data science (Instructor: Banerjee)\n\n\n\n*Software needed for hands-on exercises is listed here: https://github.com/caseyyoungflesh/IDRE-Hierarchicial-Bayesian-Modeling.
URL:https://idre.ucla.edu/calendar-event/hierarchical-bayesian-modeling
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220503T110000
DTEND;TZID=America/Los_Angeles:20220503T120000
DTSTAMP:20260604T095305
CREATED:20220308T181815Z
LAST-MODIFIED:20220308T181815Z
UID:22819-1651575600-1651579200@idre.ucla.edu
SUMMARY:Hoffman2 Happy Hour: Who’s afraid of the command line? + Q&A
DESCRIPTION:The Hoffman2 Happy Hours are designed to showcase one cluster related topic in a short presentation (no more than 20 minutes and generally much less) or lightning talk format\, to be followed by 30 to 40 minutes of discussion and user support (office hour style). Each Hoffman2 Happy Hour meeting is 50 minutes long. Bring your computational questions (they do not have to be strictly related to the topic of the week) or just your curiosity. Examples and hands-on components related to the topic of the week will be part of each meeting. \nAny questions about this workshop can be emailed to dauria@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJAuc-quqT4uE9Alz5FnxQDBNoM5mvCXuFm_
URL:https://idre.ucla.edu/calendar-event/hoffman2-happy-hour-whos-afraid-of-the-command-line-qa
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220428T100000
DTEND;TZID=America/Los_Angeles:20220428T120000
DTSTAMP:20260604T095305
CREATED:20220308T181430Z
LAST-MODIFIED:20220308T181430Z
UID:22817-1651140000-1651147200@idre.ucla.edu
SUMMARY:Introduction to Google Cloud Platform. Part 2: Compute engine and practice
DESCRIPTION:Google cloud platform (GCP) is a cloud environment\, developed by Google\, where users can easily access a wide range of cloud computing services\, such as running computational programs\, application development or website-hosting. This two-part workshop is intended to help you understand what GCP is about\, and how it may provide campus researchers an option to use cloud computing resources. In part 2\, you will learn the key component of GCP\, the Compute Engine\, and know how to use it in your daily research workflows. \nAny questions about this workshop can be emailed to hyhuang@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJcoduuppjgtEtW8UzvCg8KYO-gfxStx_bfK
URL:https://idre.ucla.edu/calendar-event/introduction-to-google-cloud-platform-part-2-compute-engine-and-practice
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220426T110000
DTEND;TZID=America/Los_Angeles:20220426T120000
DTSTAMP:20260604T095305
CREATED:20220308T181110Z
LAST-MODIFIED:20220308T181110Z
UID:22815-1650970800-1650974400@idre.ucla.edu
SUMMARY:Hoffman2 Happy Hour: Transferring data to and from the Hoffman2 Cluster + Q&A
DESCRIPTION:The Hoffman2 Happy Hours are designed to showcase one cluster related topic in a short presentation (no more than 20 minutes and generally much less) or lightning talk format\, to be followed by 30 to 40 minutes of discussion and user support (office hour style). Each Hoffman2 Happy Hour meeting is 50 minutes long. Bring your computational questions (they do not have to be strictly related to the topic of the week) or just your curiosity. Examples and hands-on components related to the topic of the week will be part of each meeting. \nAny questions about this workshop can be emailed to dauria@oarc.ucla.edu.  \nRegister here: https://ucla.zoom.us/meeting/register/tJIqfuisqDgoEtxtKkRpBE-wZkKtyVTvSo23
URL:https://idre.ucla.edu/calendar-event/hoffman2-happy-hour-transferring-data-to-and-from-the-hoffman2-cluster-qa
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220421T100000
DTEND;TZID=America/Los_Angeles:20220421T120000
DTSTAMP:20260604T095305
CREATED:20220308T180633Z
LAST-MODIFIED:20220308T180633Z
UID:22813-1650535200-1650542400@idre.ucla.edu
SUMMARY:Introduction to Google Cloud Platform. Part 1: Overview
DESCRIPTION:Google cloud platform (GCP) is a cloud environment\, developed by Google\, where users can easily access a wide range of cloud computing services\, such as running computational programs\, application development or website-hosting. This two-part workshop is intended to help you understand what GCP is about\, and how it may provide campus researchers an option to use cloud computing resources.  Part 1 will overview the landscape of GCP and explain how it can assist academic research. \nAny questions about this workshop can be emailed to hyhuang@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJMod-ivqTIuGNSEURcYvKWxf8qJhTgxQ4AY
URL:https://idre.ucla.edu/calendar-event/introduction-to-google-cloud-platform-part-1-overview
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220420T100000
DTEND;TZID=America/Los_Angeles:20220420T110000
DTSTAMP:20260604T095305
CREATED:20220308T175520Z
LAST-MODIFIED:20220308T175600Z
UID:22803-1650448800-1650452400@idre.ucla.edu
SUMMARY:Using Container on HPC resources
DESCRIPTION:This workshop will go over how to use container on HPC resources. Containers are a great way to run scientific software on various HPC platforms. Users can create a ‘virtual’ OS to easily install any application and transfer it to any system with container software. This workshop will cover how to build and use containers to run on HPC resources. We will use many examples of scientific software\, such as\, Nwchem\, R and Rstudio\, Python and Jupyter\, etc. We will work on UCLA’s HPC resource\, Hoffman2 (H2). H2 has the container software\, Apptainer (formerly Singularity) where researchers can run containerize applications. To follow along with the instructor\, a Hoffman2 account will be needed. Also\, it is suggested to have apptainer/singularity on a machine you have admin access (a few examples will also use Docker on these machines as well). \nAny questions about this workshop can be emailed to cpeterson@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJEof–tqDkvGt246X0M56GXudjFp5lcc54v
URL:https://idre.ucla.edu/calendar-event/using-container-on-hpc-resources
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220419T110000
DTEND;TZID=America/Los_Angeles:20220419T120000
DTSTAMP:20260604T095305
CREATED:20220308T175130Z
LAST-MODIFIED:20220308T175939Z
UID:22801-1650366000-1650369600@idre.ucla.edu
SUMMARY:Hoffman2 Happy Hour: Connecting to the Hoffman2 Cluster via Jupyter Notebooks + Q&A
DESCRIPTION:The Hoffman2 Happy Hours are designed to showcase one cluster related topic in a short presentation (no more than 20 minutes and generally much less) or lightning talk format\, to be followed by 30 to 40 minutes of discussion and user support (office hour style). Each Hoffman2 Happy Hour meeting is 50 minutes long. Bring your computational questions (they do not have to be strictly related to the topic of the week) or just your curiosity. Examples and hands-on components related to the topic of the week will be part of each meeting. \nAny questions about this workshop can be emailed to dauria@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJcpcuCqqzgsEtySLK1FG7KXxfQd-anXksU_
URL:https://idre.ucla.edu/calendar-event/hoffman2-happy-hour-connecting-to-the-hoffman2-cluster-via-jupyter-notebooks-qa
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220412T110000
DTEND;TZID=America/Los_Angeles:20220412T120000
DTSTAMP:20260604T095305
CREATED:20220308T174833Z
LAST-MODIFIED:20220308T175911Z
UID:22799-1649761200-1649764800@idre.ucla.edu
SUMMARY:Hoffman2 Happy Hour: Connecting to the Hoffman2 Cluster via a remote desktop + Q&A
DESCRIPTION:The Hoffman2 Happy Hours are designed to showcase one cluster related topic in a short presentation (no more than 20 minutes and generally much less) or lightning talk format\, to be followed by 30 to 40 minutes of discussion and user support (office hour style). Each Hoffman2 Happy Hour meeting is 50 minutes long. Bring your computational questions (they do not have to be strictly related to the topic of the week) or just your curiosity. Examples and hands-on components related to the topic of the week will be part of each meeting. \nAny questions about this workshop can be emailed to dauria@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJckd-2opzwuHtYo_1b6A1Q9-XiXUeo8waxp
URL:https://idre.ucla.edu/calendar-event/hoffman2-happy-hour-connecting-to-the-hoffman2-cluster-via-a-remote-desktop-qa
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220405T110000
DTEND;TZID=America/Los_Angeles:20220405T120000
DTSTAMP:20260604T095305
CREATED:20220308T173753Z
LAST-MODIFIED:20220901T205551Z
UID:22794-1649156400-1649160000@idre.ucla.edu
SUMMARY:Hoffman2 Happy Hour: Connecting to the Hoffman2 Cluster via a terminal from a MacOS or Linux computer + Q&A
DESCRIPTION:The Hoffman2 Happy Hours are designed to showcase one cluster related topic in a short presentation (no more than 20 minutes and generally much less) or lightning talk format\, to be followed by 30 to 40 minutes of discussion and user support (office hour style). Each Hoffman2 Happy Hour meeting is 50 minutes long. Bring your computational questions (they do not have to be strictly related to the topic of the week) or just your curiosity. Examples and hands-on components related to the topic of the week will be part of each meeting. \nAny questions about this workshop can be emailed to dauria@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJMpc-GrrjgrE9yqgUl4bJ-_-rpHnm9kPWNT
URL:https://idre.ucla.edu/calendar-event/hoffman2-happy-hour-connecting-to-the-hoffman2-cluster-via-a-terminal-from-a-macos-or-linux-computer-qa
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220330T110000
DTEND;TZID=America/Los_Angeles:20220330T120000
DTSTAMP:20260604T095305
CREATED:20220308T172201Z
LAST-MODIFIED:20220901T205437Z
UID:22786-1648638000-1648641600@idre.ucla.edu
SUMMARY:Hoffman2 Happy Hour: Using Rstudio Server on Hoffman2 + Q&A
DESCRIPTION:The Hoffman2 Happy Hours Series: Using Rstudio on Hoffman2 is best with a Rstudio Server app. This Happy Hour shows an example of using a Rstudio Server with Singularity/Apptainor. \nAny questions about this workshop can be emailed to cpeterson@oarc.ucla.edu.  \nRegister here: https://ucla.zoom.us/meeting/register/tJwvcOytqjsiGdK5RudPYhsQTrmg4NP8HUqP
URL:https://idre.ucla.edu/calendar-event/hoffman2-happy-hour-using-rstudio-server-on-hoffman2-qa
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220329T110000
DTEND;TZID=America/Los_Angeles:20220329T120000
DTSTAMP:20260604T095305
CREATED:20220308T172924Z
LAST-MODIFIED:20220901T205418Z
UID:22791-1648551600-1648555200@idre.ucla.edu
SUMMARY:Hoffman2 Happy Hour: Connecting to the Hoffman2 Cluster via a terminal from a Windows machine + Q&A
DESCRIPTION:The Hoffman2 Happy Hours are designed to showcase one cluster related topic in a short presentation (no more than 20 minutes and generally much less) or lightning talk format\, to be followed by 30 to 40 minutes of discussion and user support (office hour style). Each Hoffman2 Happy Hour meeting is 50 minutes long. Bring your computational questions (they do not have to be strictly related to the topic of the week) or just your curiosity. Examples and hands-on components related to the topic of the week will be part of each meeting. \nAny questions about this workshop can be emailed to dauria@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJIpfu6qrTIjE9QJ85mvRQJThyZJ8NXomCoH
URL:https://idre.ucla.edu/calendar-event/hoffman2-happy-hour-connecting-to-the-hoffman2-cluster-via-a-terminal-from-a-windows-machine-qa
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220322T110000
DTEND;TZID=America/Los_Angeles:20220322T120000
DTSTAMP:20260604T095305
CREATED:20220308T171615Z
LAST-MODIFIED:20220901T205335Z
UID:22784-1647946800-1647950400@idre.ucla.edu
SUMMARY:Hoffman2 Happy Hour: What is the Hoffman2 Cluster and what it can do for you\, how to get an account + Q&A
DESCRIPTION:The Hoffman2 Happy Hours are designed to showcase one cluster related topic in a short presentation (no more than 20 minutes and generally much less) or lightning talk format\, to be followed by 30 to 40 minutes of discussion and user support (office hour style). Each Hoffman2 Happy Hour meeting is 50 minutes long. Bring your computational questions (they do not have to be strictly related to the topic of the week) or just your curiosity. Examples and hands-on components related to the topic of the week will be part of each meeting. \nAny questions about this workshop can be emailed to dauria@oarc.ucla.edu. \nRegister here: https://ucla.zoom.us/meeting/register/tJYod–upzouHNz90smcsyt93yqe8LneDhD4
URL:https://idre.ucla.edu/calendar-event/hoffman2-happy-hour-what-is-the-hoffman2-cluster-and-what-it-can-do-for-you-how-to-get-an-account-qa
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220216T100000
DTEND;TZID=America/Los_Angeles:20220216T120000
DTSTAMP:20260604T095305
CREATED:20220106T173957Z
LAST-MODIFIED:20220901T204715Z
UID:22570-1645005600-1645012800@idre.ucla.edu
SUMMARY:Running Applications on the Hoffman2 Cluster\, Part II
DESCRIPTION:Registration link: https://ucla.zoom.us/meeting/register/tJIvd-igpjMiGNVkod90GFNhBTuT7pwRfj5- \n\n\n\n\nThe Hoffman2 Cluster is a powerful computational resource for the UCLA research community. This workshop is part of a three-seminar series designed to introduce users to the Hoffman2 Cluster environment and to clarify the process of porting applications or using applications already available on the cluster. It also addresses how to port your workflow to Hoffman2 and how to submit batch and run interactive applications.\nPart II addresses specific workflow classes such as: serial\, multi core\, parallel and array job submissions. It addresses the process of creating MATLAB standalone executables and running MATLAB in batch. Example of how to submit array jobs using MATLAB\, Abaqus\, R and other applications are discussed\, with hands on demonstration of various types of job submissions. While the three seminars are designed as a series\, each of the seminars stands on its own and does not require attendance to the preceding one.\n\n\n\n\nAfter registering\, you will receive a confirmation email containing information about joining the seminar.
URL:https://idre.ucla.edu/calendar-event/running-applications-on-the-hoffman2-cluster-part-ii-3
CATEGORIES:Classes and Workshops,Education and Training,Presentations
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220209T100000
DTEND;TZID=America/Los_Angeles:20220209T120000
DTSTAMP:20260604T095305
CREATED:20220106T173820Z
LAST-MODIFIED:20220901T203519Z
UID:22568-1644400800-1644408000@idre.ucla.edu
SUMMARY:Running Applications on the Hoffman2 Cluster\, Part I
DESCRIPTION:Registration link: https://ucla.zoom.us/meeting/register/tJYqc-6rqz0qGdCvJuus9bUKV2xVtQHZQnHu \n\nThe Hoffman2 Cluster is a powerful computational resource for the UCLA research community. This workshop is part of a three-seminar series designed to introduce users to the Hoffman2 Cluster environment and to clarify the process of porting applications or using applications already available on the cluster. It also addresses how to port your workflow to Hoffman2 and how to submit batch jobs and run interactive applications.\nThis introductory workshop addresses the specifics of the Hoffman2 Cluster set-up\, it provides a survival guide on how to use the existing documentation\, how to navigate the unix command prompt and how to submit a variety of tasks for interactive or batch execution. It provides in class demonstrations on how to connect to the cluster via the traditional unix shell and how to run jupyter notebooks on the Hoffman2 Cluster. It introduces users to loading applications via environmental modules and how to find/install/run needed applications. \n\nAfter registering\, you will receive a confirmation email containing information about joining the seminar. \n 
URL:https://idre.ucla.edu/calendar-event/running-applications-on-the-hoffman2-cluster-part-i-3
CATEGORIES:Classes and Workshops,Education and Training,Presentations
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220127T090000
DTEND;TZID=America/Los_Angeles:20220127T110000
DTSTAMP:20260604T095305
CREATED:20220106T173320Z
LAST-MODIFIED:20220106T173320Z
UID:22566-1643274000-1643281200@idre.ucla.edu
SUMMARY:Make and Makefiles
DESCRIPTION:Description coming soon. \nRegister in advance:  Please REGISTER using the Zoom Meeting Link before joining! \nIf you have any questions regarding this event\, please contact Ben Winjum.
URL:https://idre.ucla.edu/calendar-event/make-and-makefiles-2
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220120T090000
DTEND;TZID=America/Los_Angeles:20220120T110000
DTSTAMP:20260604T095305
CREATED:20220106T173154Z
LAST-MODIFIED:20220106T173154Z
UID:22564-1642669200-1642676400@idre.ucla.edu
SUMMARY:Version Control with Git
DESCRIPTION:Git is a software tool that helps users manage changes to their software over time. Git will allow you to maintain a complete change history of every file\, create branches for concurrent streams of changes\, trace changes with annotations\, and collaborate and share work with others. This interactive introduction will demonstrate how to use Git to track changes\, to explore history\, and to use web-based Git repositories to share work with others and collaborate. \nRegister in advance:  Please REGISTER using the Zoom Meeting Link before joining! \nIf you have questions regarding the workshop\, please contact Ben Winjum.
URL:https://idre.ucla.edu/calendar-event/version-control-with-git-4
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211119T113000
DTEND;TZID=America/Los_Angeles:20211119T123000
DTSTAMP:20260604T095305
CREATED:20220208T230110Z
LAST-MODIFIED:20220210T194322Z
UID:22719-1637321400-1637325000@idre.ucla.edu
SUMMARY:Building a patient motion model for Radiotherapy
DESCRIPTION:  \n  \nSpeaker: Ricky Savjani\, Ph.D.\nIDRE Scholar\,\nDepartment of Radiation Oncology\,\nUniversity of California Los Angeles \n  \n  \nAbstract: Several technological advances in radiotherapy have enabled the use of focused radiation to treat solid tumors within the thoracic cavity. Stereotactic Body Radiation Therapy (SBRT) offers a way to treat patients with high doses of radiation with just a few (three to five) treatments entirely non-invasively\, providing excellent tumor control for both early stage non-small cell lung cancer and metastatic disease. However\, respiratory motion causes the tumor and surrounding organs at risk to move. This movement is particularly concerning for thoracic SBRT\, as radiation pneumonitis stems largely from an inability to visualize the tumor and lungs during treatment and thus requires larger margins. Respiratory motion has been characterized as irregular (can differ from breath to breath and minute to minute) and can induce motion of 5 cm or more\, particularly at the diaphragm. Overall\, there is a pressing need to measure and monitor thoracic motion while cancer patients are being treated with radiotherapy. \nOur group at UCLA has previously created a 5DCT model to better represent a patient’s tumor motion. Patients are allowed to breathe freely while they undergo 25 fast\, low-dose helical CT scans during simulation prior to radiation therapy. An over-determined linear model is fit to find the position of any voxel based on the initial position and the current tidal volume and airflow. The corresponding imaged motion of the tumor and thoracic cavity can more accurately be measured with 5DCT compared to traditional 4DCT models. \nWe now have a large cohort of data (n = 91 patients) to begin fitting an inter-patient motion model. Working with Varian\, A Siemens Healthineers Company\, we have applied auto segmentation models to each of the 25 scans for each patient. We have trained a Conditional Variational Autoencoder (cVAE) model to generate deformations between any two pairs CT volumes. The embedded space can be visualized in 3D\, and we are now working on ways to drive the amount of inhalation/exhalation using an external surrogate (a belt the patient wears while being treated). In this way\, we envision generating 3D volumetric representations at the treatment console while patients are being treated with radiotherapy in real-time. \nAbout the speaker: Ricky Savjani is a resident physician in the Department of Radiation Oncology at UCLA. As part of his training\, he is conducting research through the American Board of Radiology Holman Research Pathway\, in addition to seeing patients clinically to become a radiation oncologist. Prior to joining UCLA\, Ricky received BS degrees in Electrical Engineering/Computer Science and Brain and Cognitive Sciences at MIT. He then pursued an MD/Ph.D. at Texas A&M College of Medicine\, where his research focused on structural and functional imaging of the human brain. Ricky loves medical imaging and hopes to continue to use advanced imaging approaches to deliver safer and better radiation to patients. \nLocation: Zoom (RSVP here for the link)
URL:https://idre.ucla.edu/calendar-event/ricky-savjani-idre-scholar
LOCATION:Zoom
CATEGORIES:Conferences and Seminars,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210308T130000
DTEND;TZID=America/Los_Angeles:20210308T160000
DTSTAMP:20260604T095305
CREATED:20201211T194435Z
LAST-MODIFIED:20210122T194608Z
UID:20568-1615208400-1615219200@idre.ucla.edu
SUMMARY:Multiple Imputation in R
DESCRIPTION:Please REGISTER in advance here.\nWorkshop will be conducted in Zoom in PST time. Invites are sent out the day before the workshop. \n\n  \nThe purpose of this workshop is to discuss commonly used techniques for handling missing data and common issues that could arise when these techniques are used. In particular\, we will focus on the one of the most popular methods\, multiple imputation\, and how to perform it using the package mice in R. We will also briefly go over some other useful packages in R for handling missing data. As prerequisite to this workshop\, we suggest participants have basic knowledge in R\, and if they do not have prior training in R\, the Introduction to R workshop can be found here:  https://stats.idre.ucla.edu/r/seminars/intro/ . \n  \nIf you have any further questions regarding the workshop\, please contact Stats Group.
URL:https://idre.ucla.edu/calendar-event/multiple-imputation-in-r
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210302T140000
DTEND;TZID=America/Los_Angeles:20210302T160000
DTSTAMP:20260604T095305
CREATED:20201211T212531Z
LAST-MODIFIED:20210208T173523Z
UID:20618-1614693600-1614700800@idre.ucla.edu
SUMMARY:Introduction to Photogrammetry and Mobile LiDAR Scanning
DESCRIPTION:Please REGISTER in advance here.\nWorkshop will be conducted in Zoom in PST time. Invites are sent out the day before the workshop. \n\n  \n3D models can be formed in a number of ways. Two common surveying methods that result in 3D models are photogrammetry and light detection and ranging or lidar for short. \nA form of photogrammetry has been around since the beginnings of photography in the mid-19th century. The term usually refers to the method by which 2D images are compared and combined using optics\, projective geometry\, and computing to produce a 3D model. This method of image overlap to create a dimensional model is applied in many object-oriented disciplines such as archeology\, topographic mapping\, architecture\, engineering\, manufacturing\, quality control\, police investigation\, cultural heritage\, and geology. \nLidar is a method for measuring distances (ranging) by illuminating the target with laser light and measuring the reflection with a sensor. Differences in laser return times and wavelengths can then be used to make digital 3D representations of the target. While long used in the earth sciences\, lidar is becoming increasingly available to all as these sensors are being added to cellular mobile devices\, increasing its academic and commercial potential. \nIn this workshop\, participants will learn about the hardware and software required for these methods. We will also cover the workflow that is involved in producing photogrammetric and lidar 3D models. All levels welcome. \nIf you have any further questions regarding the workshop\, please contact the instructor\, Dr. Francesca Albrezzi at falbrezzi@ucla.edu
URL:https://idre.ucla.edu/calendar-event/introduction-to-photogrammetry-and-mobile-lidar-scanning
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210301T140000
DTEND;TZID=America/Los_Angeles:20210301T160000
DTSTAMP:20260604T095305
CREATED:20201211T211920Z
LAST-MODIFIED:20201211T230116Z
UID:20606-1614607200-1614614400@idre.ucla.edu
SUMMARY:Parallel Computing using MPI and Julia
DESCRIPTION:This workshop will discuss the basics of MPI (message passing interface)\, and several distributed-memory parallel numerical computing examples using MPI. The Julia language will be used in the examples. It would be straightforward to translate the Julia examples into other languages\, such as C and Fortran\, if desired. \n[1] MPI: https://www.mpi-forum.org/\n[2] Julia language: https://julialang.org/ \nTo register: https://ucla.zoom.us/meeting/register/tJIldO2vqTgtGdbUz6N4Wv01vtjkNfcCEJLN \nIf you have any further questions regarding the workshop\, please contact the instructor Shao-Ching Huang.
URL:https://idre.ucla.edu/calendar-event/parallel-computing-using-mpi-and-julia
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210225T100000
DTEND;TZID=America/Los_Angeles:20210225T120000
DTSTAMP:20260604T095305
CREATED:20201211T213414Z
LAST-MODIFIED:20201211T230525Z
UID:20631-1614247200-1614254400@idre.ucla.edu
SUMMARY:Learning Scikit-Learn
DESCRIPTION:Workshop will be conducted in Zoom in PST time. Please register HERE in advance for this meeting.  \n\nAs machine learning gains more and more popularity in science and technology in recent years\, scikit-learn becomes one of the must-have libraries in the general machine learning toolbox. In this lecture we will present an in-depth introduction to scikit-learn python library. The 2-hour session will consist of 3 parts: \n\nA high-level overview of scikit-learn’s major components and features.\nA hands-on demonstration on using scikit-learn to solve Titanic Kaggle Challenge\nBrief discussion on tools beyond scikit-learn: extension libraries and accelerations\n\nPrerequisite knowledge for the workshop includes Python programming and basic machine learning concepts. \nTo register: https://ucla.zoom.us/meeting/register/tJModeyqqz0rHtASigJNCXQOrcroztOnGF9c \nAfter registering\, you will receive a confirmation email containing information about joining the meeting. \nIf you have any further questions regarding the workshop\, please contact instructor Qiyang Hu.
URL:https://idre.ucla.edu/calendar-event/learning-scikit-learn
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210222T140000
DTEND;TZID=America/Los_Angeles:20210222T160000
DTSTAMP:20260604T095305
CREATED:20201211T200830Z
LAST-MODIFIED:20210222T194154Z
UID:20600-1614002400-1614009600@idre.ucla.edu
SUMMARY:Numerical Computing using Julia
DESCRIPTION:This workshop will illustrate using the Julia language [1] in data-driven modeling and computations. Specifically\, we will review the basic Julia language constructs for numerical computing\, then discuss 4 examples: \n1) Exploring COVID-19 dataset – data wrangling and visualization\n2) Image compression using singular value decomposition\n3) Solving differential equations\n4) Dynamical systems \n[1] https://julialang.org/ \nTo register: https://ucla.zoom.us/meeting/register/tJwuduugqDgpHNJFWaeSW6HBsm0TemVuG0Ky \nIf you have any further questions regarding the workshop\, please contact the instructor Shao-Ching Huang.
URL:https://idre.ucla.edu/calendar-event/numerical-computing-using-julia
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210208T130000
DTEND;TZID=America/Los_Angeles:20210208T160000
DTSTAMP:20260604T095305
CREATED:20201211T193750Z
LAST-MODIFIED:20210122T194453Z
UID:20556-1612789200-1612800000@idre.ucla.edu
SUMMARY:Retiring Statistical Significance: Interpreting and Reporting P - Values and Confidence Intervals Without Significance Testing
DESCRIPTION:Please REGISTER in advance here.\nWorkshop will be conducted in Zoom in PST time. Invites are sent out the day before the workshop. \n\n  \nThe misuse of null hypothesis significance testing (NHST) and p-value thresholds\, together with selective reporting of statistically significant results\, have produced an inundation of overstated conclusions and unreplicable results in scientific research.  Many of these abuses come from misunderstandings of how to interpret p-values\, confidence intervals\, the words “statistical significance”\, and the uncertainty in a statistical result.  The misuse is so widespread that the American Statistical Association is calling for the retirement of NHST and the words “statistical significance”.  In this workshop\, you’ll learn current recommendations of how to interpret and report the results of statistical analyses to reflect the uncertainty in the findings and to make expectations of future replication more realistic.  Hopefully\, the adoption of these methods will refocus the aims of research to find scientifically significant rather than statistically significant results. \n  \nIf you have any further questions regarding the workshop\, please contact Stats Group.
URL:https://idre.ucla.edu/calendar-event/retiring-statistical-significance-interpreting-and-reporting-p-values-and-confidence-intervals-without-significance-testing
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210208T100000
DTEND;TZID=America/Los_Angeles:20210208T120000
DTSTAMP:20260604T095305
CREATED:20201211T200424Z
LAST-MODIFIED:20201212T011926Z
UID:20596-1612778400-1612785600@idre.ucla.edu
SUMMARY:Running Applications on the Hoffman2 Cluster: Case Studies (Part III)
DESCRIPTION:To register please follow the Zoom link: https://ucla.zoom.us/meeting/register/tJYvd-CqrjorHtKARZmYRFDkp7TjcDS_gV_r \n\nThe Hoffman2 cluster is a powerful computational resource for the UCLA research community. This workshop is part of a three-seminar series designed to introduce users to the Hoffman2 cluster environment and to clarify the process of porting applications or using applications already available on the cluster. It also addresses how to port your workflow to the Hoffman2 and how to submit batch and run interactive applications. \nCase Studies II continue to address specific how to submit specific workflow classes such as array jobs and to monitor resource utilization. It looks into how to run applications on the nodes in the next version of the operating system and how to request GPU and run a variety of applications on them including machine learning. A questionnaire will be distributed beforehand to tailor the class as much as possible to the needs of the attendees \nIf you have any further questions regarding the workshop\, please contact instructor Raffaella D’Auria.
URL:https://idre.ucla.edu/calendar-event/running-applications-on-the-hoffman2-cluster-case-studies-part-iii
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210204T100000
DTEND;TZID=America/Los_Angeles:20210204T120000
DTSTAMP:20260604T095305
CREATED:20201211T212818Z
LAST-MODIFIED:20201217T201454Z
UID:20622-1612432800-1612440000@idre.ucla.edu
SUMMARY:Using Anaconda to manage packages on Hoffman2 Cluster
DESCRIPTION:Anaconda is a popular\, free and open-source distribution of many packages for scientific computing and data analysis. It is easy to use Anaconda to install and manage packages because of its ability to resolve version conflicts and package dependencies. On the Hoffman2 cluster\, however\, the environment is structurally different from that of a personal computer; there are other best practices to be considered. One can take advantage of the system-wide Anaconda base to install one’s own packages or to build virtual environment. One can also install and use community codes based on the existing system setting outside of Anaconda’s base. In this workshop\, we will address how to use Anaconda to install and manage packages and virtual environments on Hoffman2. The criterion\, availability\, the pros and cons of using the local and system-wide installations will be also discussed.\n\nPlease REGISTER in advance: https://ucla.zoom.us/meeting/register/tJ0tceGtpz8sEtfT4pp2yFKckipGwRPEnW14\nIf you have any further questions regarding the workshop\, please contact the instructor Jerry Huang.
URL:https://idre.ucla.edu/calendar-event/using-anaconda-to-manage-packages-on-hoffman2-cluster
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210201T100000
DTEND;TZID=America/Los_Angeles:20210201T120000
DTSTAMP:20260604T095305
CREATED:20201211T200244Z
LAST-MODIFIED:20201212T012240Z
UID:20592-1612173600-1612180800@idre.ucla.edu
SUMMARY:Running Applications on the Hoffman2 Cluster: Case Studies (Part II)
DESCRIPTION:To register please follow the Zoom link: https://ucla.zoom.us/meeting/register/tJYvdemopjkrGNJmY3LY6Ktr-mTUl6T8D8XS \n\nThe Hoffman2 cluster is a powerful computational resource for the UCLA research community. This workshop is part of a three-seminar series designed to introduce users to the Hoffman2 cluster environment and to clarify the process of porting applications or using applications already available on the cluster. It also addresses how to port your workflow to the Hoffman2 and how to submit batch and run interactive applications. \nCase Studies I addresses specific workflow classes such as: serial\, multi core\, parallel and array job submissions. It addresses the process of creating MATLAB standalone executables and running MATLAB in batch. Example of how to submit array jobs using MATLAB\, Abaqus\, R and other applications are discussed\, with hands on demonstration of various types of job submissions. \nIf you have any further questions regarding the workshop\, please contact instructor Raffaella D’Auria.
URL:https://idre.ucla.edu/calendar-event/running-applications-on-the-hoffman2-cluster-case-studies-part-ii
LOCATION:Zoom
CATEGORIES:Classes and Workshops,Education and Training
END:VEVENT
END:VCALENDAR