Hoffman2 Happy Hours: Introduction to the Hoffman2 Cluster

Zoom

This workshop will cover what the Hoffman2 cluster is and what it can do to you. It will address several topics to get you started with the cluster, including:- Accounts - Policies - Connecting to the Hoffman2 Cluster - Connecting via terminal and SSH - Interacting with the Unix CLI - Locating installed software on...
Read More

Cloud Computing Workshops: AWS Elastic Compute Cloud

Zoom

Cloud computing service allows users to access various computing resources such as applications, servers, storage, databases, networking, analytics, and artificial intelligence through the internet. This workshop series aims to offer practical guidance for academic researchers who want to use cloud computing resources. I will cover compute instances, network, interactive computing, storage, and high-performance computing (HPC)...
Read More

Cloud Computing Workshops: AWS Cloud Storage

Zoom

Cloud computing service allows users to access various computing resources such as applications, servers, storage, databases, networking, analytics, and artificial intelligence through the internet. This workshop series aims to offer practical guidance for academic researchers who want to use cloud computing resources. I will cover compute instances, network, interactive computing, storage, and high-performance computing (HPC)...
Read More

Introduction to Immersive Annotated 360 Virtual Tours with Adobe Captivate

Zoom

Most would agree that in terms of creating virtual experiences as part of research, more context is better. Contextual information allows for a bigger picture to be seen and can provide in situ understanding, despite being remote. With the proliferation of 360 cameras, creating immersive virtual tours has become more commonplace. Whether it is to...
Read More

Containers for HPC workshop

Zoom

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...
Read More

Building Containers for HPC

Zoom

This workshop is a follow-up to a previous workshop on “Using Containers on HPC Resources”. This workshop will focus on creating containers to be ran on HPC resources. We will go over building containers using Docker/podman and Apptainer/Singularity. We will also use Hoffman2 to run our newly built containers. To follow along, users will need...
Read More

Hoffman2 Happy Hour: Rstudio for HPC

Zoom

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 Apptainer. Questions about this workshop can be directed to Charles Peterson (cpeterson@oarc.ucla.edu). Register here: https://ucla.zoom.us/meeting/register/tJ0ocuupqzIuGNcIdgj9o1CSE9lEcn6WgOIk

Learning ChatGPT — Its Past, Present, and Future

Zoom

Ever since its debut in November 2022, ChatGPT has become one of the most intriguing technological advancements of our time. Particularly within scientific communities, there's a genuine interest in its capabilities, its evolution, and the potential transformative impacts it may have on scientific research. This 2-hour lecture offers an insightful dive into ChatGPT and similar...
Read More

Introduction to Stata

Zoom

This workshop introduces the statistical software Stata, with a focus on basic commands for importing data, data management, data visualization and simple statistical analysis. This workshop is aimed at new and infrequent Stata users. Questions about this workshop can be sent to Andy Lin (alin@oarc.ucla.edu). Register here: https://ucla.zoom.us/meeting/register/tJcrdeitrzIuEtCZs8DNZ6Nax_PGpA29gSRV  

Hoffman2 Happy Hours: Running Jupyter Notebooks on the Hoffman2 Cluster

Zoom

How to connect to the Hoffman2 Cluster via Jupyter / how to run python, R, Julia, bash, etc. notebooks / creating interactive presentations / running jupyter notebooks in python or anaconda environments   Questions about this workshop can be directed to Raffaella D'Auria (dauria@oarc.ucla.edu). Register here: https://ucla.zoom.us/meeting/register/tJYvdOuuqz8uH9BM1CVoJkPjIOJ5Kiim5qBq 

Introduction to the Command Line Interface

Zoom

The most widely used way to interact with computers is through a graphical user interface, for example, the desktop interface of Microsoft Windows or Mac OS. However, you can also use a text interface to interact with your computer (or with a computing system like Hoffman2). This can variously be referred to as the command...
Read More

Introduction to SPSS

Zoom

This workshop introduces the statistical software SPSS, with a focus on basic commands for importing data, data management, data visualization and simple statistical analysis through its point-and-click interface and some syntax. This workshop is aimed at new and infrequent SPSS users. Questions about this workshop can be sent to Christine Wells (crwells@ucla.edu). Register here: https://ucla.zoom.us/meeting/register/tJMucuuuqT0uGdYllDjxpcquo3d-4lgCYZN6

Introduction to Shell Scripting

Zoom

Shell scripts enable users to link together multiple Linux commands into a single executable program. They can save users from a lot of wasted time, effort, and headache. For example, many researchers execute many different steps and run several different programs during their process of transforming raw data into analyzable results and ultimately into polished...
Read More

Introduction to SAS

Zoom

This workshop introduces the statistical software SAS, with a focus on basic commands for importing data, data management, data visualization and simple statistical analysis. This workshop is aimed at new and infrequent SAS users. Questions about this workshop can be sent to Siavash Jalal (sjalal@oarc.ucla.edu). Register here: https://ucla.zoom.us/meeting/register/tJMvde-trjsuH9avhgE4S3CcW6iYxc58ELxK

Hoffman2 Happy Hours: Running interactive and batch jobs on the Hoffman2 Cluster

Zoom

Requesting interactive sessions / loading and starting interactive applications /interactive versus non interactive (batch) jobs / submitting batch jobs to the scheduler / Running: serial - multithreaded - parallel jobs Questions about this workshop can be set to Raffaella D'Auria (dauria@oarc.ucla.edu). Register here: https://ucla.zoom.us/meeting/register/tJ0odeiqrT4iG9IgPYD5lWz2M--zpMGi_jw8

Harnessing the Power of HPC for Machine Learning: Tools and Techniques

Zoom

In this engaging workshop, explore the symbiotic relationship between Machine Learning (ML) and High-Performance Computing (HPC), a collaboration that stands at the forefront of modern computational advancements. Participants will gain hands-on experience utilizing powerful HPC tools and libraries to accelerate ML model training and inference, fostering innovations in fields such as bioinformatics, climate science, and...
Read More

HPC@UCLA: Intro to H2C (Hoffman2 Cluster)

Zoom

The Hoffman2 Cluster is a powerful computational resource for the UCLA research community. Come and learn what is it and how you can get started using it. Instructor: Raffaella D'Auria Register via Zoom

Data Visualization with Python I: Plotting Fundamentals

Zoom

Python is a very popular language for computational and data science, and it has many powerful capabilities for visualizing data in the pursuit of understanding and conveying underlying patterns. 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...
Read More

Introduction to Network Analysis Tools and Methodologies

Zoom

Network analysis allows for the modeling of connections between people, places, concepts, and entities in nearly any field of study. We can visualize, describe, and even predict these connections by treating them as data through the use of widely available and free tools. This workshop will introduce participants to the field of network analysis, with...
Read More

Data Visualization with Python II: Making Interactive Plots and Dashboards

Zoom

Python is a very popular language for computational and data science, and it has many powerful capabilities for visualizing data in the pursuit of understanding and conveying underlying patterns. The second part of this series will explore various ways that Python can be used to make interactive graphics that enhance one’s ability to explore data...
Read More

Optimizing research with GPUs on Hoffman2

Zoom

This workshop caters to computing professionals and researchers eager to push the boundaries of high-performance computing using GPUs. Tailored for an audience that ranges from novices to experienced users, the workshop covers the essentials of GPU computing, with a special focus on leveraging these powerful processors within Python and R environments as well as other...
Read More

Events List Navigation

UCLA OIT