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("Daniel Nagel")
})
OJS Runtime Error (line 40, column 10)

map is not defined

OJS Runtime Error

map is not defined

Daniel Nagel

postdoc
current

Experience

Postdoc, Uni. Heidelberg | 2023 - now

PhD @stocklab, ALU Freiburg | 2018 - 2023

Group publications

OJS Runtime Error

map is not defined

Group collaborators

OJS Runtime Error

map is not defined

OJS Runtime Error

map is not defined

OJS Runtime Error

map is not defined

OJS Runtime Error

map is not defined