import {Plot} from "@mkfreeman/plot-tooltip"
import {map} from "@martien/ramda"
papers_r = FileAttachment("../data/all_papers.json").json()
n_columns = Object.entries(papers_r["doi"]).length
index_array = Array.from({length: n_columns}, (_, i) => i)
papers = map(i => map(x => x[i], papers_r), index_array)
my_papers = papers.filter(function(p) {
return p.authors.map(a => a.full_name).includes("Tristan Bereau")
})
Tristan Bereau
current
group leader
Tristan heads the group. Besides from science and data, he enjoys spending time outside and playing jazz piano.
Experience
Professor @ Uni. Heidelberg | 2023 -
Quant @ IMC Trading | 2022
Assistant Professor @ Uni. Amsterdam | 2020 - 2021
Emmy Noether group leader @ Max Planck Institute for Polymer Research | 2014 - 2019
Postdoc @ Uni. Basel | 2012 - 2013
Education
PhD, Physics, Carnegie Mellon University | 2006 - 2011
BSc, Physics, Ecole Polytechnique Fédérale de Lausanne | 2003 - 2006