diff --git a/parslfest/parslfest2024.html b/parslfest/parslfest2024.html
index bb20feb..e4189e9 100644
--- a/parslfest/parslfest2024.html
+++ b/parslfest/parslfest2024.html
@@ -184,10 +184,15 @@
Friday, September 27, 8:30 am - 4 pm CDT (13:30 - 21:00 UTC)
Friday Afternoon Session: 🍄 Level Up for Power Users
By popular demand, our Friday afternoon session will be a skill enhancement opportunity called 🍄 Level Up – an advanced session led by Ben Clifford that dives deeper into Parsl's codebase. This session, aimed at Parsl power users, will consist of six 25-minute sessions that focus on the following topics:
+ 1:00 - 2:00 Intermediate level
- Running a task: from app definition to an htex worker and back again
- - Getting objects to workers: pickle, with an emphasis on common Parsl problems such as (un)installed packages, functions and exceptions
- Blocks: batch systems, providers, launchers, scaling
+
+
+ 2:00 - 4:00 Advanced level
+
+ - Getting objects to workers: pickle, with an emphasis on common Parsl problems such as (un)installed packages, functions and exceptions
- Elaborating tasks: dependencies, retries, checkpointing, file staging, join_apps
- Understanding the monitoring database
- Plugging your own code into Parsl. How and why?