Configuration

· 1 min read
courses_old

The configuration of your site can be found in config/_default/.

Full Documentation

See https://docs.hugoblox.com/getting-started/customize/

See https://docs.hugoblox.com/getting-started/customize/#menu-items

Links are automatically generated from the structure of your content directory. Simply add a folder to nest a page.

Additional links can be added under the sidebar section of your config/_default/menus.yaml:

menu:
  sidebar:
    - name: "Need help?"
      params:
        type: separator
      weight: 1
    - name: "A page"
      pageRef: "/page-filename-here"
      weight: 2
    - name: "An external link ↗"
      url: "https://hugoblox.com"
      weight: 3

A table of contents is automatically generated from the headings your Markdown file.

It can optionally be disabled by setting toc: false in the front matter of a page:

---
title: My Page
toc: false
---
Thibaut Germain
Authors
Postdoctoral Researcher

My research combines machine learning and signal processing with geometric methods to study time series and dynamical systems.

Since March 2025, I have been a postdoctoral researcher at CMAP - Ecole Polytechnique, working with Karim Lounici and Rémi Flamary. My work combines operator learning and optimal transport to compare dynamical systems, uncover shared dynamical structure, and transfer knowledge across systems.

Previously, I completed my PhD at Centre Borelli, under the supervision of Charles Truong and Laurent Oudre. I developed methods tailored for the discovery and statistical analysis of time series patterns with a particular focus on biomedical applications.