diff --git a/website/program.html b/website/program.html
index 1b8bf1e..3cc5841 100644
--- a/website/program.html
+++ b/website/program.html
@@ -105,7 +105,7 @@
Day 1: Pharo in one Day
in half of a postcard.
- - Pharo for the scientists
+ - Basics of Pharo programming
- Discover and experience eXTreme Test Driven Design
- Hands-on with ProfStef
- Understand the key tools for coding, debugging, inspecting and
@@ -130,22 +130,22 @@
Day 2: Crafting user interfaces
- Revisit the syntax building a web server
- Day 3: AI with Pharo
+ Day 3: Scientific computing in Pharo
- During that day we will focus on AI and visualization. You will learn
- about DataFrame (how to grab, and collect data), train a model and
- validate your results. We will show how you can understand your data
- and results using the Roassal scripting visualization
- engine.
+ During this day we will focus on scientific computing tools in Pharo
+ and explore their live object-oriented aspects. You will learn libraries
+ such as DataFrame, PolyMath, Pharo-AI, and Cormas. We will also show how
+ you can create live interactive data visualizations using
+ Roassal visualization engine.
- - Getting started with machine learning
+ - Pharo for the scientists
+ - Data analysis with Data Frame
+ - Machine learning with Pharo-AI
- TeaLight and machine learning: you will connect a web server to
machine learning
- - Data Frame
- - Train a model
- - Validate a model
+ - Agent-based modelling with Cormas
- Using live visualization scripting of
Roassal to script interactive visualization