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("Chan Liu")
})
OJS Runtime Error (line 27, column 10)

map is not defined

OJS Runtime Error

map is not defined

Chan Liu

alumnus
phd student

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