data = {
let cors = "https://cors-anywhere.herokuapp.com/";
let google_sheet_base = "https://docs.oogle.com/spreadsheets/d/e/";
let google_key =
"2PACX-1vT37fqbA5WV6eecRPONprlL_AMoEqAuywkvOhN2gZsBGHE65_1r_aUvml6ljmfOtPGGesOJCmd7zS8z";
let google_output = "/pub?output=csv";
let crossref_base = "https://api.crossref.org/works/";
let data = d3.csvParse(
await FileAttachment("reference_data - Sheet1.csv").text()
);
return data;
}