From be81d41311096e5f7a55f991aab2b184d168ad49 Mon Sep 17 00:00:00 2001 From: haeussma <83341109+haeussma@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:26:36 +0200 Subject: [PATCH] Fix typo in Catalax library description --- docs/workshop_2024/hackathon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workshop_2024/hackathon.md b/docs/workshop_2024/hackathon.md index d8e856e..cfd291a 100644 --- a/docs/workshop_2024/hackathon.md +++ b/docs/workshop_2024/hackathon.md @@ -25,7 +25,7 @@ For this session, the following Python libraries are required, each serving a sp A library that facilitates the analysis of Nuclear Magnetic Resonance (NMR) data. It helps in spectral processing, visualization, and interpretation of (time-course) NMR experiments. - **Catalax** - A computational library for simulating catalytic processes and enzyme-catalyzed reactions based on JAX. Catalax offers tools for inetgration, parameter estimation and neural ordinary differential equations. + A computational library for simulating catalytic processes and enzyme-catalyzed reactions based on JAX. Catalax offers tools for integration, parameter estimation and neural ordinary differential equations. - **Basico/COPASI** Basico is a Python interface for COPASI, a widely-used software for simulating and analyzing biochemical networks. Basico provides Pythonic access to COPASI’s features, such as simulating models, parameter estimation, and sensitivity analysis.