Notes for Organizing a Workshop

PUBLISHED ON OCT 13, 2024 / 3 MIN READ

TL;DR:
This post shares insights on organizing a technical workshop on a university campus. As an HPC admin and AI facilitator, I’ve organized several workshops and technical training sessions for HPC users. Here’s a roadmap of what to do before, during, and after a workshop, along with tips and tricks to make life easier for both you and the attendees. These are my personal views.


From ML Engineer to HPC Admin
After working as a machine learning engineer in various companies over a decade, I decided to switch my career to high-performance computing (HPC) and supercomputing centers. Upon completing my PhD, I reflected on my background and realized that the role of an HPC admin and AI facilitator fit perfectly with my skill set. I had also spent years in academia, teaching multiple courses, preparing quizzes and assignments, and mentoring over 100 graduate students in programming, problem-solving, data science, machine learning, and AI. These experiences motivated me to pursue this path.

Starting with Workshop Organization
When I was assigned workforce training and development tasks, organizing workshops quickly became my top priority. I decided to start with basic training sessions. Interestingly, I realized that even though I had used various supercomputers and was experienced in HPC systems in general, I had never received formal training specific to any particular HPC system, which is not an ideal situation. This experience shaped my approach—my starting point was from zero.

Planning the Workshop
Before diving into content creation, I drafted an outline for the workshop. This step helped me visualize the flow of the session and structure my ideas into key bullet points. While colleagues offered suggestions, nothing replaces hands-on experience, which made outlining even more critical for me. It gave me a roadmap to organize the technical content, showing me which topics and subtopics to prioritize.

I also reviewed workshops from other HPC and supercomputing centers for inspiration, but each center has its unique approach. So, I decided to tailor the content specifically for my center, and I took a learn by doing approach.

Content Creation
I started by preparing technical documentation on the main software tools used in our HPC systems—primarily SLURM and Module. Then, I designed a few small Python projects where users would follow instructions to complete tasks. The goal was to keep everything within the workshop’s scope, with no unnecessary distractions.

To complement the hands-on work, I created slides to guide my presentation. This proved invaluable, helping me use time more efficiently.

Sharing Resources
Once the content was ready, I uploaded everything to a GitHub repository. This way, attendees could access the material even after the workshop. Having a well-documented resource saved both them and me a lot of time.

Workshop Announcement
When announcing the workshop, I made sure to emphasize the importance of bringing a laptop. In a previous event, some students hadn’t brought their devices, limiting their participation. I also encouraged attendees to take notes during the session—after all, we tend to forget details, and written notes are a great way to remember key points.

Before the event, my colleagues suggested using browser-based tools instead of asking attendees to install software, ensuring compatibility across different operating systems. This was a game-changer, streamlining the process for hands-on exercises.

Managing Attendees
We set a limit on the number of participants. This was crucial because smaller groups allowed for more interaction and personalized help, maximizing the learning experience. If you’re organizing an in-person workshop, I highly recommend limiting attendance to maintain quality.

Post-Workshop Reflections
After the event, some attendees asked about a feedback survey, which I hadn’t prepared for. This was a lesson learned—post-event surveys are essential. They not only help with feedback but are also often required for funding reports, as they provide demographic data and performance metrics. Additionally, surveys give you insights into what participants liked and what could be improved.

Building a Checklist
To streamline future workshops, I created a checklist. This helps me stay on track with my tasks and ensures that I don’t repeat what didn’t work previously. For future workshops, I’ll reuse the same content, but this checklist will guide me through the preparation process.

Final Thoughts
Before diving into this role, I had already been teaching for years. Yet still workshop planning is no easy feat. Without experience, it could quickly turn into chaos. With proper planning and preparation, though, it becomes manageable and even enjoyable.

I hope this guide helps you plan your own workshops more efficiently and enhances the experience for both you and your audience.

Happy computing!