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 = index_array.map(
i => Object.fromEntries(
Object.entries(papers_r).map(([column, values]) => [column, values[i]])
)
)
my_papers = papers.filter(function(p) {
return p.authors.map(a => a.full_name).includes("Tristan Bereau")
})Tristan Bereau
current
group leader
Leads the group at the Institute for Theoretical Physics, Heidelberg University.
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