{ "fields":[ { "name":"index", "type":"integer", "description":"Progressive ID" }, { "name":"title", "type":"string", "description":"Article title" }, { "name":"abstract", "type":"string", "description":"Article abstract" }, { "name":"journal", "type":"string", "description":"Journal name or NA if not published in journal" }, { "name":"DOI", "type":"string", "description":"Article Document Object Identifier" }, { "name":"date", "type":"string", "description":"Publication date" }, { "name":"collection", "type":"string", "description":"One of: pubmed, arxiv, biorxiv, medrxiv" }, { "name":"topic", "type":"string", "description":"Final topic assigned by AI" }, { "name":"topic.Healthcare", "type":"number", "description":"Score assigned by AI to the Healthcare topic" }, { "name":"topic.Mol. Pharma. & Biom.", "type":"number", "description":"Score assigned by AI to the Mol. Pharma. & Biom. topic" }, { "name":"topic.Epidemiology", "type":"number", "description":"Score assigned by AI to the Epidemiology topic" }, { "name":"topic.Clinical Medicine", "type":"number", "description":"Score assigned by AI to the Clinical Medicine topic" }, { "name":"topic.Clinical Imaging", "type":"number", "description":"Score assigned by AI to the Clinical Imaging topic" }, { "name":"topic.Mol. Virology", "type":"number", "description":"Score assigned by AI to the Mol. Virology topic" }, { "name":"auth.papers", "type":"number", "description":"Average number of papers published by this article's authors" }, { "name":"auth.citations", "type":"number", "description":"Average number of Influential Citations obtained by this article's authors" }, { "name":"art.citations", "type":"integer", "description":"Number of citations obtained by this article" }, { "name":"art.views", "type":"number", "description":"Number of onlinew views obtained by this article (available for biorxiv and merdxiv)" }, { "name":"final.score", "type":"number", "description":"Overall score of this article" }, { "name":"subDate", "type":"string", "description":"Submission date" }, { "name":"preprint_age", "type":"string", "description":"Number of days passed since publication" }, { "name":"is_published", "type":"boolean", "description":"TRUE if the article appeared in journal (this flag comes with preprints)" }, { "name":"pub_prob", "type":"number", "description":"Predicted probability of passing peer review for preprints" } ], "primaryKey":[ "index" ] }