Guía OpenAlex - Primera Parte Fecha: 03/10/2023. Indicadores de ciencia y tecnología en el contexto de la Ciencia Abierta. Proyecto PAPIIT. Dr. Eduardo Robles Belmont Sergio Agustín Cabello Tejeida M. en C. José Gerardo López Bonifacio. Técnico Académico Asociado “C”. |
PyAlex
PyAlex es una biblioteca de Python para OpenAlex. OpenAlex es un índice de cientos de millones de artículos académicos, autores, instituciones y más interconectados. OpenAlex ofrece una API REST sólida, abierta y gratuita para extraer, agregar o buscar datos académicos. PyAlex es una interfaz Python liviana y delgada para esta API. PyAlex intenta acercarse lo más posible al diseño del servicio original.
PyAlex admite actualmente las siguientes características de OpenAlex:
- Obtener entidades individuales
- Filtrar entidades
- Buscar entidades
- Entidades del grupo
- Filtros de búsqueda
- Seleccionar campos
- Muestra
- Paginación
- Punto final de autocompletar
- N-gramas
- Autenticación
Nuestro objetivo es cubrir toda la API y estamos buscando ayuda. Damos la bienvenida a las solicitudes de extracción.
Características clave
- Operaciones de canalización: PyAlex puede manejar múltiples operaciones en una secuencia. Esto permite al desarrollador escribir consultas comprensibles. Para ver ejemplos, consulte fragmentos de código.
- Resúmenes en texto sin formato: OpenAlex no incluye resúmenes en texto sin formato debido a restricciones legales. PyAlex puede convertir los resúmenes invertidos en resúmenes de texto sin formato sobre la marcha.
- Licencia permisiva: los datos de OpenAlex tienen licencia CC0 🙌. PyAlex se publica bajo la licencia MIT.
Instalación
PyAlex requiere Python 3.6 o posterior.
!pip install pyalex
Collecting pyalex Downloading pyalex-0.11-py3-none-any.whl (9.7 kB) Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from pyalex) (2.31.0) Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->pyalex) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->pyalex) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->pyalex) (2.0.5) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->pyalex) (2023.7.22) Installing collected packages: pyalex Successfully installed pyalex-0.11
Empezando
PyAlex ofrece soporte para todos los objetos de entidad: obras, autores, fuentes, instituciones, conceptos, editores y financiadores.
from pyalex import Works, Authors, Sources, Institutions, Concepts, Publishers, Funders
La piscina educada
El grupo educado tiene tiempos de respuesta mucho más rápidos y consistentes. Para ingresar al grupo cortés, configura su correo electrónico:
import pyalex
pyalex.config.email = "jose.lopezb@iimas.unam.mx"
Obtener entidad única
Obtenga una única obra, autor, fuente, institución, concepto, editor o financiador de OpenAlex mediante el ID de OpenAlex, o mediante DOI o ROR.
Works()["W2741809807"]
# same as
Works()["https://doi.org/10.7717/peerj.4375"]
{'id': 'https://openalex.org/W2741809807', 'doi': 'https://doi.org/10.7717/peerj.4375', 'title': 'The state of OA: a large-scale analysis of the prevalence and impact of Open Access articles', 'display_name': 'The state of OA: a large-scale analysis of the prevalence and impact of Open Access articles', 'publication_year': 2018, 'publication_date': '2018-02-13', 'ids': {'openalex': 'https://openalex.org/W2741809807', 'doi': 'https://doi.org/10.7717/peerj.4375', 'mag': '2741809807', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/29456894', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/5815332'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7717/peerj.4375', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1983995261', 'display_name': 'PeerJ', 'issn_l': '2167-8359', 'issn': ['2167-8359'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320104', 'host_organization_name': 'PeerJ, Inc.', 'host_organization_lineage': ['https://openalex.org/P4310320104'], 'host_organization_lineage_names': ['PeerJ, Inc.'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.7717/peerj.4375', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Heather Piwowar', 'raw_affiliation_string': 'Impactstory, Sanford, NC, USA', 'raw_affiliation_strings': ['Impactstory, Sanford, NC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'Impactstory, Sanford, NC, USA', 'raw_affiliation_strings': ['Impactstory, Sanford, NC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068542997', 'display_name': 'Vincent Larivière', 'orcid': 'https://orcid.org/0000-0002-2733-0689'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}, {'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Vincent Larivière', 'raw_affiliation_string': "Observatoire des Sciences et des Technologies (OST) Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST) Université du Québec à Montréal Montréal QC Canada; École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montréal, QC, Canada.", 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies (OST) Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST) Université du Québec à Montréal Montréal QC Canada', "École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montréal, QC, Canada."]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045110184', 'display_name': 'Juan Pablo Alperín', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I18014758', 'display_name': 'Simon Fraser University', 'ror': 'https://ror.org/0213rcc28', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I18014758']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Juan Pablo Alperin', 'raw_affiliation_string': 'Canadian Institute for Studies in Publishing, Simon Fraser University, Vancouver, BC, Canada.; Public Knowledge Project, Canada.', 'raw_affiliation_strings': ['Canadian Institute for Studies in Publishing, Simon Fraser University, Vancouver, BC, Canada.', 'Public Knowledge Project, Canada.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066880338', 'display_name': 'Lisa Matthias', 'orcid': 'https://orcid.org/0000-0002-2612-2132'}, 'institutions': [{'id': 'https://openalex.org/I18014758', 'display_name': 'Simon Fraser University', 'ror': 'https://ror.org/0213rcc28', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I18014758']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Lisa Matthias', 'raw_affiliation_string': 'Scholarly Communications Lab, Simon Fraser University, Vancouver, Canada.', 'raw_affiliation_strings': ['Scholarly Communications Lab, Simon Fraser University, Vancouver, Canada.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015414792', 'display_name': 'Bree Norlander', 'orcid': 'https://orcid.org/0000-0002-0431-4221'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bree Norlander', 'raw_affiliation_string': 'Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['Information School, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062989025', 'display_name': 'Ashley Farley', 'orcid': 'https://orcid.org/0000-0001-9310-6944'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ashley Farley', 'raw_affiliation_string': 'Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['Information School, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046879461', 'display_name': 'Jevin D. West', 'orcid': 'https://orcid.org/0000-0002-4118-0322'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jevin West', 'raw_affiliation_string': '[Information School, University of Washington, Seattle, USA]', 'raw_affiliation_strings': ['[Information School, University of Washington, Seattle, USA]']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014077037', 'display_name': 'Stefanie Haustein', 'orcid': 'https://orcid.org/0000-0003-0157-1430'}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Stefanie Haustein', 'raw_affiliation_string': 'Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada; School of Information Studies, University of Ottawa, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada', 'School of Information Studies, University of Ottawa, Ottawa, ON, Canada']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 7, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 1395, 'currency': 'USD', 'value_usd': 1395, 'provenance': 'doaj'}, 'apc_paid': {'value': 1395, 'currency': 'USD', 'value_usd': 1395, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 558, 'biblio': {'volume': '6', 'issue': None, 'first_page': 'e4375', 'last_page': 'e4375'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.6969976}, {'id': 'https://openalex.org/C2780560020', 'wikidata': 'https://www.wikidata.org/wiki/Q79719', 'display_name': 'License', 'level': 2, 'score': 0.5732989}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.56451726}, {'id': 'https://openalex.org/C2778149293', 'wikidata': 'https://www.wikidata.org/wiki/Q309823', 'display_name': 'Open science', 'level': 2, 'score': 0.5139629}, {'id': 'https://openalex.org/C3020774429', 'wikidata': 'https://www.wikidata.org/wiki/Q1201886', 'display_name': 'Web of science', 'level': 3, 'score': 0.50954634}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.48490006}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.45719635}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4483324}, {'id': 'https://openalex.org/C105345328', 'wikidata': 'https://www.wikidata.org/wiki/Q206276', 'display_name': 'Citation analysis', 'level': 3, 'score': 0.44086933}, {'id': 'https://openalex.org/C40993552', 'wikidata': 'https://www.wikidata.org/wiki/Q514654', 'display_name': 'Gold standard (test)', 'level': 2, 'score': 0.42916885}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.40353703}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.33899075}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.21957943}, {'id': 'https://openalex.org/C95190672', 'wikidata': 'https://www.wikidata.org/wiki/Q815382', 'display_name': 'Meta-analysis', 'level': 2, 'score': 0.16627166}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.14990711}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.1178624}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.10001665}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.7717/peerj.4375', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1983995261', 'display_name': 'PeerJ', 'issn_l': '2167-8359', 'issn': ['2167-8359'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320104', 'host_organization_name': 'PeerJ, Inc.', 'host_organization_lineage': ['https://openalex.org/P4310320104'], 'host_organization_lineage_names': ['PeerJ, Inc.'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc5815332', 'pdf_url': 'https://europepmc.org/articles/pmc5815332?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5815332', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1143&context=scholcom', 'pdf_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1143&context=scholcom', 'source': {'id': 'https://openalex.org/S4377196105', 'display_name': 'Digital Commons - University of Nebraska Lincoln (University of Nebraska–Lincoln)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114395901', 'host_organization_name': 'University of Nebraska–Lincoln', 'host_organization_lineage': ['https://openalex.org/I114395901'], 'host_organization_lineage_names': ['University of Nebraska–Lincoln'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1866/23242', 'pdf_url': 'https://papyrus.bib.umontreal.ca/xmlui/bitstream/1866/23242/1/peerj-06-4375.pdf', 'source': {'id': 'https://openalex.org/S4306402422', 'display_name': 'Papyrus : Institutional Repository (Université de Montréal)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I70931966', 'host_organization_name': 'Université de Montréal', 'host_organization_lineage': ['https://openalex.org/I70931966'], 'host_organization_lineage_names': ['Université de Montréal'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/29456894', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7717/peerj.4375', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1983995261', 'display_name': 'PeerJ', 'issn_l': '2167-8359', 'issn': ['2167-8359'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320104', 'host_organization_name': 'PeerJ, Inc.', 'host_organization_lineage': ['https://openalex.org/P4310320104'], 'host_organization_lineage_names': ['PeerJ, Inc.'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.33}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.24}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.21}], 'grants': [], 'referenced_works_count': 35, 'referenced_works': ['https://openalex.org/W1560783210', 'https://openalex.org/W1724212071', 'https://openalex.org/W1767272795', 'https://openalex.org/W1957687230', 'https://openalex.org/W2003844967', 'https://openalex.org/W2016860460', 'https://openalex.org/W2020807482', 'https://openalex.org/W2029057325', 'https://openalex.org/W2031754690', 'https://openalex.org/W2048185449', 'https://openalex.org/W2078310052', 'https://openalex.org/W2089123513', 'https://openalex.org/W2115339903', 'https://openalex.org/W2140880926', 'https://openalex.org/W2160597895', 'https://openalex.org/W2231201268', 'https://openalex.org/W2306268324', 'https://openalex.org/W2322381034', 'https://openalex.org/W2343014812', 'https://openalex.org/W2345375849', 'https://openalex.org/W2463568293', 'https://openalex.org/W2511661767', 'https://openalex.org/W2520991028', 'https://openalex.org/W2563251083', 'https://openalex.org/W2566143661', 'https://openalex.org/W2587705861', 'https://openalex.org/W2588027260', 'https://openalex.org/W2737712680', 'https://openalex.org/W2753353163', 'https://openalex.org/W2785823074', 'https://openalex.org/W2953072907', 'https://openalex.org/W2997143876', 'https://openalex.org/W3121567788', 'https://openalex.org/W4254015553', 'https://openalex.org/W4298108315'], 'related_works': ['https://openalex.org/W2055275276', 'https://openalex.org/W2078188943', 'https://openalex.org/W2586021869', 'https://openalex.org/W2741809807', 'https://openalex.org/W3003267280', 'https://openalex.org/W3115560629', 'https://openalex.org/W3131211795', 'https://openalex.org/W3136123362', 'https://openalex.org/W4235038322', 'https://openalex.org/W4245410681'], 'ngrams_url': 'https://api.openalex.org/works/W2741809807/ngrams', 'abstract_inverted_index': {'Despite': [0], 'growing': [1], 'interest': [2], 'in': [3, 57, 73, 110, 122], 'Open': [4, 201], 'Access': [5], '(OA)': [6], 'to': [7, 54, 252], 'scholarly': [8, 105], 'literature,': [9], 'there': [10], 'is': [11, 107, 116, 176], 'an': [12, 34, 85, 185, 199, 231], 'unmet': [13], 'need': [14, 31], 'for': [15, 42, 174, 219], 'large-scale,': [16], 'up-to-date,': [17], 'and': [18, 24, 77, 112, 124, 144, 221, 237, 256], 'reproducible': [19], 'studies': [20], 'assessing': [21], 'the': [22, 104, 134, 145, 170, 195, 206, 213, 245], 'prevalence': [23], 'characteristics': [25], 'of': [26, 51, 75, 83, 103, 137, 141, 163, 209], 'OA.': [27, 168, 239], 'We': [28, 46, 97, 203, 240], 'address': [29], 'this': [30, 114, 142], 'using': [32, 95, 244], 'oaDOI,': [33], 'open': [35], 'online': [36], 'service': [37], 'that': [38, 89, 99, 113, 147, 155], 'determines': [39], 'OA': [40, 56, 93, 108, 138, 159, 175, 210, 223, 254], 'status': [41], '67': [43], 'million': [44], 'articles.': [45], 'use': [47], 'three': [48, 58], 'samples,': [49], 'each': [50], '100,000': [52], 'articles,': [53, 152, 211], 'investigate': [55], 'populations:': [59], '(1)': [60], 'all': [61], 'journal': [62, 70], 'articles': [63, 71, 79, 94, 164, 191, 224], 'assigned': [64], 'a': [65, 250], 'Crossref': [66], 'DOI,': [67], '(2)': [68], 'recent': [69, 128], 'indexed': [72], 'Web': [74], 'Science,': [76], '(3)': [78], 'viewed': [80], 'by': [81, 120, 235], 'users': [82, 91, 157], 'Unpaywall,': [84], 'open-source': [86], 'browser': [87], 'extension': [88], 'lets': [90], 'find': [92, 154], 'oaDOI.': [96], 'estimate': [98], 'at': [100], 'least': [101], '28%': [102], 'literature': [106], '(19M': [109], 'total)': [111], 'proportion': [115], 'growing,': [117], 'driven': [118, 233], 'particularly': [119], 'growth': [121], 'Gold': [123], 'Hybrid.': [125], 'The': [126], 'most': [127, 171], 'year': [129], 'analyzed': [130], '(2015)': [131], 'also': [132, 204], 'has': [133], 'highest': [135], 'percentage': [136], '(45%).': [139], 'Because': [140], 'growth,': [143], 'fact': [146], 'readers': [148], 'disproportionately': [149], 'access': [150], 'newer': [151], 'we': [153, 188], 'Unpaywall': [156], 'encounter': [158], 'quite': [160], 'frequently:': [161], '47%': [162], 'they': [165], 'view': [166], 'are': [167], 'Notably,': [169], 'common': [172], 'mechanism': [173], 'not': [177], 'Gold,': [178], 'Green,': [179], 'or': [180], 'Hybrid': [181, 238], 'OA,': [182], 'but': [183], 'rather': [184], 'under-discussed': [186], 'category': [187], 'dub': [189], 'Bronze:': [190], 'made': [192], 'free-to-read': [193], 'on': [194], 'publisher': [196], 'website,': [197], 'without': [198], 'explicit': [200], 'license.': [202], 'examine': [205], 'citation': [207, 216], 'impact': [208], 'corroborating': [212], 'so-called': [214], 'open-access': [215], 'advantage:': [217], 'accounting': [218], 'age': [220], 'discipline,': [222], 'receive': [225], '18%': [226], 'more': [227], 'citations': [228], 'than': [229], 'average,': [230], 'effect': [232], 'primarily': [234], 'Green': [236], 'encourage': [241], 'further': [242], 'research': [243], 'free': [246], 'oaDOI': [247], 'service,': [248], 'as': [249], 'way': [251], 'inform': [253], 'policy': [255], 'practice.': [257]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2741809807', 'counts_by_year': [{'year': 2023, 'cited_by_count': 66}, {'year': 2022, 'cited_by_count': 113}, {'year': 2021, 'cited_by_count': 103}, {'year': 2020, 'cited_by_count': 133}, {'year': 2019, 'cited_by_count': 98}, {'year': 2018, 'cited_by_count': 42}, {'year': 2017, 'cited_by_count': 3}], 'updated_date': '2023-10-02T13:57:04.358776', 'created_date': '2017-08-08'}
El resultado es un objeto Work
, que es muy similar a un diccionario. Encuentre los campos disponibles con .keys()
.
Por ejemplo, obtenga el estado de acceso abierto:
Works()["W2741809807"]["open_access"]
{'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.7717/peerj.4375', 'any_repository_has_fulltext': True}
Los trabajos anteriores también para Autores, Lugares, Instituciones y Conceptos
Authors()["A5023888391"]
Authors()["https://orcid.org/0000-0001-6187-6610"] # Lo mismo
{'id': 'https://openalex.org/A5023888391', 'orcid': 'https://orcid.org/0000-0001-6187-6610', 'display_name': 'Jason Priem', 'display_name_alternatives': ['Jason Priem', 'Priem Jason'], 'works_count': 53, 'cited_by_count': 2133, 'summary_stats': {'2yr_mean_citedness': 0.5, 'h_index': 16, 'i10_index': 17}, 'ids': {'openalex': 'https://openalex.org/A5023888391', 'orcid': 'https://orcid.org/0000-0001-6187-6610', 'scopus': 'http://www.scopus.com/inward/authorDetails.url?authorID=36455008000&partnerID=MN8TOARS'}, 'last_known_institution': {'id': 'https://openalex.org/I4200000001', 'ror': 'https://ror.org/02nr0ka47', 'display_name': 'OurResearch', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4200000001']}, 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 96.2}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 73.6}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 69.8}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 64.2}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 62.3}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 58.5}, {'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 41.5}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 39.6}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 34.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 30.2}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 28.3}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 28.3}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 26.4}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 24.5}, {'id': 'https://openalex.org/C124952713', 'wikidata': 'https://www.wikidata.org/wiki/Q8242', 'display_name': 'Literature', 'level': 1, 'score': 24.5}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 24.5}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 24.5}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 22.6}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 20.8}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 20.8}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 137}, {'year': 2022, 'works_count': 2, 'cited_by_count': 213}, {'year': 2021, 'works_count': 1, 'cited_by_count': 219}, {'year': 2020, 'works_count': 3, 'cited_by_count': 277}, {'year': 2019, 'works_count': 2, 'cited_by_count': 231}, {'year': 2018, 'works_count': 3, 'cited_by_count': 188}, {'year': 2017, 'works_count': 3, 'cited_by_count': 165}, {'year': 2016, 'works_count': 2, 'cited_by_count': 178}, {'year': 2015, 'works_count': 3, 'cited_by_count': 220}, {'year': 2014, 'works_count': 4, 'cited_by_count': 202}, {'year': 2013, 'works_count': 11, 'cited_by_count': 154}, {'year': 2012, 'works_count': 11, 'cited_by_count': 66}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5023888391', 'updated_date': '2023-09-29T22:33:54.134877', 'created_date': '2023-07-21'}
Obtener aleatorio
Obtenga una obra, autor, fuente, institución, concepto, editor o financiador aleatorio.
Works().random()
Authors().random()
Sources().random()
Institutions().random()
Concepts().random()
Publishers().random()
Funders().random()
{'id': 'https://openalex.org/F4320307379', 'display_name': 'National Psoriasis Foundation', 'alternate_titles': ['NPF', 'National Psoriasis Foundation Inc', 'National Psoriasis Foundation/USA', 'National Psoriasis Foundation, Inc.'], 'country_code': 'US', 'description': 'Nonprofit organization', 'homepage_url': 'https://www.psoriasis.org', 'image_url': None, 'image_thumbnail_url': None, 'grants_count': 56, 'works_count': 260, 'cited_by_count': 5436, 'summary_stats': {'2yr_mean_citedness': 6.617021276595745, 'h_index': 37, 'i10_index': 110}, 'ids': {'openalex': 'https://openalex.org/F4320307379', 'ror': 'https://ror.org/005gjjf63', 'wikidata': 'https://www.wikidata.org/entity/Q6975105', 'crossref': '100003185', 'doi': 'https://doi.org/10.13039/100003185'}, 'counts_by_year': [{'year': 2023, 'works_count': 31, 'cited_by_count': 1150}, {'year': 2022, 'works_count': 48, 'cited_by_count': 1462}, {'year': 2021, 'works_count': 49, 'cited_by_count': 1157}, {'year': 2020, 'works_count': 46, 'cited_by_count': 779}, {'year': 2019, 'works_count': 36, 'cited_by_count': 446}, {'year': 2018, 'works_count': 24, 'cited_by_count': 189}, {'year': 2017, 'works_count': 10, 'cited_by_count': 97}, {'year': 2016, 'works_count': 4, 'cited_by_count': 68}, {'year': 2015, 'works_count': 5, 'cited_by_count': 44}, {'year': 2014, 'works_count': 4, 'cited_by_count': 17}, {'year': 2013, 'works_count': 2, 'cited_by_count': 6}, {'year': 2012, 'works_count': 0, 'cited_by_count': 7}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320307379', 'works_count': 260}, {'role': 'institution', 'id': 'https://openalex.org/I4210088895', 'works_count': 131}], 'updated_date': '2023-10-04T06:01:14.799535', 'created_date': '2023-02-13'}
Obtener resumen
Sólo para Obras. Solicite un trabajo de la base de datos OpenAlex:
w = Works()["W3128349626"]
Todos los atributos están disponibles como se documenta en {Works](https://docs.openalex.org/api-entities/works/work-object), así como en abstract
(solo si abstract_inverted_index
no es None). Este resumen hecho legible por humanos se crea sobre la marcha.
w["abstract"]
'Abstract To help researchers conduct a systematic review or meta-analysis as efficiently and transparently as possible, we designed a tool to accelerate the step of screening titles and abstracts. For many tasks—including but not limited to systematic reviews and meta-analyses—the scientific literature needs to be checked systematically. Scholars and practitioners currently screen thousands of studies by hand to determine which studies to include in their review or meta-analysis. This is error prone and inefficient because of extremely imbalanced data: only a fraction of the screened studies is relevant. The future of systematic reviewing will be an interaction with machine learning algorithms to deal with the enormous increase of available text. We therefore developed an open source machine learning-aided pipeline applying active learning: ASReview. We demonstrate by means of simulation studies that active learning can yield far more efficient reviewing than manual reviewing while providing high quality. Furthermore, we describe the options of the free and open source research software and present the results from user experience tests. We invite the community to contribute to open source projects such as our own that provide measurable and reproducible improvements over current practice.'
Respete las restricciones legales al utilizar esta función.
Obtener listas de entidades
results = Works().get()
Para listas de entidades, también puede contar
la cantidad de registros encontrados en lugar de devolver los resultados. Esto también funciona para filtros y consultas de búsqueda.
Works().count()
# 10338153
244805456
Para listas de entidades, puede devolver el resultado además de los metadatos. De forma predeterminada, sólo se devuelven los resultados.
results, meta = Concepts().get(return_meta=True)
print(meta)
{'count': 65073, 'db_response_time_ms': 31, 'page': 1, 'per_page': 25}
Filtrar registros
Works().filter(publication_year=2020, is_oa=True).get()
[{'id': 'https://openalex.org/W3001118548', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'title': 'Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China', 'display_name': 'Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China', 'publication_year': 2020, 'publication_date': '2020-02-01', 'ids': {'openalex': 'https://openalex.org/W3001118548', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'mag': '3001118548', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31986264', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7159299'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'pdf_url': 'http://www.thelancet.com/article/S0140673620301835/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S0140673620301835/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5021557852', 'display_name': 'Chaolin Huang', 'orcid': 'https://orcid.org/0000-0002-6829-9235'}, 'institutions': [], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chaolin Huang', 'raw_affiliation_string': 'Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Jin Yin-tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008453760', 'display_name': 'Yeming Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yeming Wang', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076986736', 'display_name': 'Xingwang Li', 'orcid': 'https://orcid.org/0000-0002-0907-6517'}, 'institutions': [{'id': 'https://openalex.org/I4210150338', 'display_name': 'Beijing Ditan Hospital', 'ror': 'https://ror.org/05kkkes98', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210150338']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xingwang Li', 'raw_affiliation_string': 'Clinical and Research Center of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University, Beijing, China', 'raw_affiliation_strings': ['Clinical and Research Center of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005176337', 'display_name': 'Lili Ren', 'orcid': 'https://orcid.org/0000-0002-6645-8183'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lili Ren', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052152159', 'display_name': 'Jianping Zhao', 'orcid': 'https://orcid.org/0000-0002-6059-7422'}, 'institutions': [{'id': 'https://openalex.org/I4210160344', 'display_name': 'Tongji Hospital', 'ror': 'https://ror.org/04xy45965', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210160344']}, {'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jianping Zhao', 'raw_affiliation_string': 'Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031491320', 'display_name': 'Yi Hu', 'orcid': 'https://orcid.org/0000-0002-4768-2681'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi Hu', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066716873', 'display_name': 'Li Zhang', 'orcid': 'https://orcid.org/0000-0002-9386-8938'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Li Zhang', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082759663', 'display_name': 'Guohui Fan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Guohui Fan', 'raw_affiliation_string': 'Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062226704', 'display_name': 'Jiuyang Xu', 'orcid': 'https://orcid.org/0000-0002-1906-5918'}, 'institutions': [{'id': 'https://openalex.org/I99065089', 'display_name': 'Tsinghua University', 'ror': 'https://ror.org/03cve4549', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I99065089']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jiuyang Xu', 'raw_affiliation_string': 'Tsinghua University School of Medicine, Beijing, China', 'raw_affiliation_strings': ['Tsinghua University School of Medicine, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088470075', 'display_name': 'Xiaoqing Gu', 'orcid': 'https://orcid.org/0000-0001-8256-5408'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiaoying Gu', 'raw_affiliation_string': 'Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045852733', 'display_name': 'Zhenshun Cheng', 'orcid': 'https://orcid.org/0000-0003-3287-7838'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhenshun Cheng', 'raw_affiliation_string': 'Department of Respiratory medicine, Zhongnan Hospital of Wuhan University, Wuhan, China', 'raw_affiliation_strings': ['Department of Respiratory medicine, Zhongnan Hospital of Wuhan University, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027596703', 'display_name': 'Yasuyuki Takata', 'orcid': 'https://orcid.org/0000-0003-4096-8975'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Ting Yu', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024929222', 'display_name': 'Jiaan Xia', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jiaan Xia', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052650664', 'display_name': 'Wei Yuan', 'orcid': 'https://orcid.org/0000-0003-3387-7549'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Yuan Wei', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065019668', 'display_name': 'Wenjuan Wu', 'orcid': 'https://orcid.org/0000-0002-1138-9096'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Wenjuan Wu', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037416293', 'display_name': 'Xuelei Xie', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Xuelei Xie', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014572115', 'display_name': 'Wen Yin', 'orcid': 'https://orcid.org/0000-0002-1393-7682'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wen Yin', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036696463', 'display_name': 'Hui Li', 'orcid': 'https://orcid.org/0000-0002-6171-4934'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hui Li', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017353282', 'display_name': 'Min Liu', 'orcid': 'https://orcid.org/0000-0002-9007-4817'}, 'institutions': [{'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Min Liu', 'raw_affiliation_string': 'Department of Radiology, China-Japan Friendship Hospital, Beijing, China', 'raw_affiliation_strings': ['Department of Radiology, China-Japan Friendship Hospital, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003240275', 'display_name': 'Xiao Yan', 'orcid': 'https://orcid.org/0000-0002-5252-7096'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Xiao', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034432364', 'display_name': 'Hong Gao', 'orcid': 'https://orcid.org/0000-0002-2488-8695'}, 'institutions': [{'id': 'https://openalex.org/I4210131085', 'display_name': 'Institute of Laboratory Animal Science', 'ror': 'https://ror.org/038z7hb11', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210131085', 'https://openalex.org/I4210141683']}, {'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hong Gao', 'raw_affiliation_string': 'Institute of Laboratory Animal Science, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Institute of Laboratory Animal Science, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070771101', 'display_name': 'Li Guo', 'orcid': 'https://orcid.org/0000-0002-0184-6847'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Li Guo', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058709579', 'display_name': 'Jungang Xie', 'orcid': 'https://orcid.org/0000-0001-9037-3027'}, 'institutions': [{'id': 'https://openalex.org/I4210160344', 'display_name': 'Tongji Hospital', 'ror': 'https://ror.org/04xy45965', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210160344']}, {'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jungang Xie', 'raw_affiliation_string': 'Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013568062', 'display_name': 'Guangfa Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210130930', 'display_name': 'Peking University First Hospital', 'ror': 'https://ror.org/02z1vqm45', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210130930']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Guangfa Wang', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Peking University First Hospital, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Peking University First Hospital, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071465782', 'display_name': 'Rongmeng Jiang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210150338', 'display_name': 'Beijing Ditan Hospital', 'ror': 'https://ror.org/05kkkes98', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210150338']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Rongmeng Jiang', 'raw_affiliation_string': 'Clinical and Research Center of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University, Beijing, China', 'raw_affiliation_strings': ['Clinical and Research Center of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005602911', 'display_name': 'Zhancheng Gao', 'orcid': 'https://orcid.org/0000-0001-7415-1416'}, 'institutions': [{'id': 'https://openalex.org/I4210124809', 'display_name': "Peking University People's Hospital", 'ror': 'https://ror.org/035adwg89', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210124809']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhancheng Gao', 'raw_affiliation_string': "Department of Pulmonary and Critical Care Medicine, Peking University People's Hospital, Beijing, China", 'raw_affiliation_strings': ["Department of Pulmonary and Critical Care Medicine, Peking University People's Hospital, Beijing, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018551141', 'display_name': 'Qi Jin', 'orcid': 'https://orcid.org/0000-0002-3586-6344'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qi Jin', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066332067', 'display_name': 'Jianwei Wang', 'orcid': 'https://orcid.org/0000-0002-1116-4559'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Jianwei Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5006829545', 'display_name': 'Bin Cao', 'orcid': 'https://orcid.org/0000-0001-6991-0350'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I4210160507', 'display_name': 'Center for Life Sciences', 'ror': 'https://ror.org/05kje8j93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I20231570', 'https://openalex.org/I4210160507', 'https://openalex.org/I99065089']}, {'id': 'https://openalex.org/I99065089', 'display_name': 'Tsinghua University', 'ror': 'https://ror.org/03cve4549', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I99065089']}, {'id': 'https://openalex.org/I20231570', 'display_name': 'Peking University', 'ror': 'https://ror.org/02v51f717', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I20231570']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Bin Cao', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Tsinghua University-Peking University Joint Center for Life Sciences, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Tsinghua University-Peking University Joint Center for Life Sciences, Beijing, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 14, 'corresponding_author_ids': ['https://openalex.org/A5066332067', 'https://openalex.org/A5006829545'], 'corresponding_institution_ids': ['https://openalex.org/I200296433', 'https://openalex.org/I200296433', 'https://openalex.org/I4210160507', 'https://openalex.org/I99065089', 'https://openalex.org/I20231570', 'https://openalex.org/I2801051648', 'https://openalex.org/I183519381'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 34570, 'biblio': {'volume': '395', 'issue': '10223', 'first_page': '497', 'last_page': '506'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.84618765}, {'id': 'https://openalex.org/C2778616394', 'wikidata': 'https://www.wikidata.org/wiki/Q474959', 'display_name': 'myalgia', 'level': 2, 'score': 0.7746663}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.71802455}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.6858219}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.5312334}, {'id': 'https://openalex.org/C2776301714', 'wikidata': 'https://www.wikidata.org/wiki/Q259346', 'display_name': 'Sputum', 'level': 3, 'score': 0.5026181}, {'id': 'https://openalex.org/C2776376669', 'wikidata': 'https://www.wikidata.org/wiki/Q5094647', 'display_name': 'Intensive care unit', 'level': 2, 'score': 0.46863934}, {'id': 'https://openalex.org/C555293320', 'wikidata': 'https://www.wikidata.org/wiki/Q12206', 'display_name': 'Diabetes mellitus', 'level': 2, 'score': 0.45011365}, {'id': 'https://openalex.org/C195910791', 'wikidata': 'https://www.wikidata.org/wiki/Q1324077', 'display_name': 'Medical record', 'level': 2, 'score': 0.43614918}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.41796756}, {'id': 'https://openalex.org/C2781069245', 'wikidata': 'https://www.wikidata.org/wiki/Q12204', 'display_name': 'Tuberculosis', 'level': 2, 'score': 0.24935782}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.104747504}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017677', 'descriptor_name': 'Age Distribution', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D015897', 'descriptor_name': 'Comorbidity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D006760', 'descriptor_name': 'Hospitalization', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006760', 'descriptor_name': 'Hospitalization', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007362', 'descriptor_name': 'Intensive Care Units', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007362', 'descriptor_name': 'Intensive Care Units', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D063806', 'descriptor_name': 'Myalgia', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D063806', 'descriptor_name': 'Myalgia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D063806', 'descriptor_name': 'Myalgia', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013902', 'descriptor_name': 'Radiography, Thoracic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D013997', 'descriptor_name': 'Time Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014057', 'descriptor_name': 'Tomography, X-Ray Computed', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'pdf_url': 'http://www.thelancet.com/article/S0140673620301835/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7159299', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7159299', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/31986264', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'pdf_url': 'http://www.thelancet.com/article/S0140673620301835/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.79}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.19}], 'grants': [], 'referenced_works_count': 24, 'referenced_works': ['https://openalex.org/W1977050884', 'https://openalex.org/W1993577573', 'https://openalex.org/W2006434809', 'https://openalex.org/W2034462612', 'https://openalex.org/W2046153984', 'https://openalex.org/W2054076340', 'https://openalex.org/W2062817591', 'https://openalex.org/W2070463916', 'https://openalex.org/W2073060575', 'https://openalex.org/W2104548316', 'https://openalex.org/W2112147913', 'https://openalex.org/W2131262274', 'https://openalex.org/W2132260239', 'https://openalex.org/W2150120685', 'https://openalex.org/W2166867592', 'https://openalex.org/W2168446943', 'https://openalex.org/W2397221660', 'https://openalex.org/W2725497285', 'https://openalex.org/W2769689735', 'https://openalex.org/W2790127336', 'https://openalex.org/W2791599184', 'https://openalex.org/W2903899730', 'https://openalex.org/W3000139095', 'https://openalex.org/W3000413850'], 'related_works': ['https://openalex.org/W1563850031', 'https://openalex.org/W1877883789', 'https://openalex.org/W1988465471', 'https://openalex.org/W2045367862', 'https://openalex.org/W2300660965', 'https://openalex.org/W2316236384', 'https://openalex.org/W2415759662', 'https://openalex.org/W2463742814', 'https://openalex.org/W2474749474', 'https://openalex.org/W3036934084'], 'ngrams_url': 'https://api.openalex.org/works/W3001118548/ngrams', 'abstract_inverted_index': {'BackgroundA': [0], 'recent': [1], 'cluster': [2, 195], 'of': [3, 34, 144, 152, 183, 202, 208, 228, 233, 238, 244, 251, 267, 326, 340, 365, 370, 376, 383, 389, 396], 'pneumonia': [4, 276], 'cases': [5], 'in': [6, 47, 248, 362], 'Wuhan,': [7], 'China,': [8, 397], 'was': [9, 176, 196, 352], 'caused': [10, 338], 'by': [11, 61, 76, 380], 'a': [12, 44], 'novel': [13, 17], 'betacoronavirus,': [14], 'the': [15, 22, 79, 118, 145, 366], '2019': [16], 'coronavirus': [18, 350], '(2019-nCoV).': [19], 'We': [20, 49], 'report': [21], 'epidemiological,': [23], 'clinical,': [24], 'laboratory,': [25], 'and': [26, 29, 31, 52, 64, 78, 84, 104, 123, 169, 214, 240, 299, 312, 334, 351, 357, 373, 385, 398, 402], 'radiological': [27], 'characteristics': [28], 'treatment': [30], 'clinical': [32, 374], 'outcomes': [33], 'these': [35], 'patients.MethodsAll': [36], 'patients': [37, 56, 97, 112, 134, 147, 185, 253, 269, 274, 306, 321], 'with': [38, 57, 70, 96, 277, 317, 354], 'suspected': [39], '2019-nCoV': [40, 59, 141, 336], 'were': [41, 68, 108, 148, 204, 223, 307], 'admitted': [42, 116, 132, 308], 'to': [43, 101, 117, 189, 259, 309, 345], 'designated': [45], 'hospital': [46, 133], 'Wuhan.': [48], 'prospectively': [50], 'collected': [51], 'analysed': [53], 'data': [54, 72], 'on': [55, 280], 'laboratory-confirmed': [58, 140], 'infection': [60, 301, 337], 'real-time': [62], 'RT-PCR': [63], 'next-generation': [65], 'sequencing.': [66], 'Data': [67], 'obtained': [69], 'standardised': [71], 'collection': [73], 'forms': [74], 'shared': [75], 'WHO': [77], 'International': [80], 'Severe': [81], 'Acute': [82], 'Respiratory': [83], 'Emerging': [85], 'Infection': [86], 'Consortium': [87], 'from': [88, 256], 'electronic': [89], 'medical': [90], 'records.': [91], 'Researchers': [92], 'also': [93, 109], 'directly': [94], 'communicated': [95], 'or': [98, 216], 'their': [99], 'families': [100], 'ascertain': [102], 'epidemiological': [103], 'symptom': [105], 'data.': [106], 'Outcomes': [107], 'compared': [110], 'between': [111], 'who': [113, 125], 'had': [114, 126, 135, 157, 186, 270, 275, 322], 'been': [115, 136, 187], 'intensive': [119], 'care': [120], 'unit': [121], '(ICU)': [122], 'those': [124], 'not.FindingsBy': [127], 'Jan': [128], '2,': [129], '2020,': [130], '41': [131, 184, 209, 268, 273], 'identified': [137], 'as': [138], 'having': [139], 'infection.': [142], 'Most': [143], 'infected': [146], 'men': [149], '(30': [150], '[73%]': [151], '41);': [153], 'less': [154, 220], 'than': [155], 'half': [156], 'underlying': [158], 'diseases': [159], '(13': [160], '[32%]),': [161], 'including': [162], 'diabetes': [163], '(eight': [164], '[20%]),': [165], 'hypertension': [166], '(six': [167, 172, 292], '[15%]),': [168, 293], 'cardiovascular': [170], 'disease': [171, 377], '[15%]).': [173], 'Median': [174], 'age': [175], '49·0': [177], 'years': [178], '(IQR': [179], '41·0–58·0).': [180], '27': [181], '(66%)': [182], 'exposed': [188], 'Huanan': [190], 'seafood': [191], 'market.': [192], 'One': [193], 'family': [194], 'found.': [197], 'Common': [198], 'symptoms': [199, 222], 'at': [200], 'onset': [201, 258], 'illness': [203, 257, 343], 'fever': [205], '(40': [206], '[98%]': [207], 'patients),': [210], 'cough': [211], '(31': [212], '[76%]),': [213], 'myalgia': [215], 'fatigue': [217], '(18': [218], '[44%]);': [219], 'common': [221], 'sputum': [224], 'production': [225], '(11': [226], '[28%]': [227], '39),': [229, 239], 'headache': [230], '(three': [231], '[8%]': [232], '38),': [234], 'haemoptysis': [235], '(two': [236], '[5%]': [237], 'diarrhoea': [241], '(one': [242], '[3%]': [243], '38).': [245], 'Dyspnoea': [246], 'developed': [247], '22': [249], '(55%)': [250], '40': [252], '(median': [254], 'time': [255], 'dyspnoea': [260], '8·0': [261], 'days': [262], '[IQR': [263], '5·0–13·0]).': [264], '26': [265], '(63%)': [266], 'lymphopenia.': [271], 'All': [272], 'abnormal': [278], 'findings': [279], 'chest': [281], 'CT.': [282], 'Complications': [283], 'included': [284], 'acute': [285, 294, 347], 'respiratory': [286, 342, 348], 'distress': [287], 'syndrome': [288, 349], '(12': [289], '[29%]),': [290], 'RNAaemia': [291], 'cardiac': [295], 'injury': [296], '(five': [297], '[12%])': [298], 'secondary': [300], '(four': [302], '[10%]).': [303], '13': [304], '(32%)': [305], 'an': [310], 'ICU': [311, 320, 355], 'six': [313], '(15%)': [314], 'died.': [315], 'Compared': [316], 'non-ICU': [318], 'patients,': [319], 'higher': [323], 'plasma': [324], 'levels': [325], 'IL2,': [327], 'IL7,': [328], 'IL10,': [329], 'GSCF,': [330], 'IP10,': [331], 'MCP1,': [332], 'MIP1A,': [333], 'TNFα.InterpretationThe': [335], 'clusters': [339], 'severe': [341, 346], 'similar': [344], 'associated': [353], 'admission': [356], 'high': [358], 'mortality.': [359], 'Major': [360], 'gaps': [361], 'our': [363], 'knowledge': [364], 'origin,': [367], 'epidemiology,': [368], 'duration': [369], 'human': [371], 'transmission,': [372], 'spectrum': [375], 'need': [378], 'fulfilment': [379], 'future': [381], 'studies.FundingMinistry': [382], 'Science': [384, 394, 401], 'Technology,': [386], 'Chinese': [387], 'Academy': [388], 'Medical': [390], 'Sciences,': [391], 'National': [392], 'Natural': [393], 'Foundation': [395], 'Beijing': [399], 'Municipal': [400], 'Technology': [403], 'Commission.': [404]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3001118548', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2914}, {'year': 2022, 'cited_by_count': 6446}, {'year': 2021, 'cited_by_count': 11268}, {'year': 2020, 'cited_by_count': 13791}, {'year': 2019, 'cited_by_count': 19}, {'year': 2016, 'cited_by_count': 1}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-10-03T06:07:26.505277', 'created_date': '2020-01-30'}, {'id': 'https://openalex.org/W3008827533', 'doi': 'https://doi.org/10.1056/nejmoa2002032', 'title': 'Clinical Characteristics of Coronavirus Disease 2019 in China', 'display_name': 'Clinical Characteristics of Coronavirus Disease 2019 in China', 'publication_year': 2020, 'publication_date': '2020-04-30', 'ids': {'openalex': 'https://openalex.org/W3008827533', 'doi': 'https://doi.org/10.1056/nejmoa2002032', 'mag': '3008827533', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32109013', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7092819'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2002032', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2002032?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2002032?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5034499557', 'display_name': 'Weijun Guan', 'orcid': 'https://orcid.org/0000-0002-0138-7257'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Wei-jie Guan', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034117843', 'display_name': 'Zhengyi Ni', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zheng-yi Ni', 'raw_affiliation_string': 'Guangzhou, Wuhan Jinyintan Hospital', 'raw_affiliation_strings': ['Guangzhou, Wuhan Jinyintan Hospital']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036111618', 'display_name': 'Yu Hu', 'orcid': 'https://orcid.org/0000-0002-4878-3169'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Yu Sheng Hu', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031255136', 'display_name': 'Wenhua Liang', 'orcid': 'https://orcid.org/0000-0002-1391-8238'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Wen-hua Liang', 'raw_affiliation_string': 'Departments of Thoracic Oncology; State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['Departments of Thoracic Oncology', 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061901723', 'display_name': 'Chun Quan Ou', 'orcid': 'https://orcid.org/0000-0001-6866-7213'}, 'institutions': [{'id': 'https://openalex.org/I58200834', 'display_name': 'Southern Medical University', 'ror': 'https://ror.org/01vjw4z39', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I58200834']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chun-quan Ou', 'raw_affiliation_string': 'State Key Laboratory of Organ Failure Research, Department of Biostatistics, Guangdong Provincial Key Laboratory of Tropical Disease Research, School of Public Health, Southern Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Organ Failure Research, Department of Biostatistics, Guangdong Provincial Key Laboratory of Tropical Disease Research, School of Public Health, Southern Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074447759', 'display_name': 'Jianxing He', 'orcid': 'https://orcid.org/0000-0003-1737-8192'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Jian-xing He', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University; Thoracic Surgery and Oncology', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'Thoracic Surgery and Oncology']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020147975', 'display_name': 'Lei Liu', 'orcid': 'https://orcid.org/0000-0002-9714-2130'}, 'institutions': [{'id': 'https://openalex.org/I3045169105', 'display_name': 'Southern University of Science and Technology', 'ror': 'https://ror.org/049tv2d57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I3045169105']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210166055', 'display_name': 'Shenzhen Third People’s Hospital', 'ror': 'https://ror.org/04xfsbk97', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210166055']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Lei Liu', 'raw_affiliation_string': 'Wuhan, Shenzhen Third People’s Hospital and the Second Affiliated Hospital of Southern University of Science and Technology, National Clinical Research Center for Infectious Diseases', 'raw_affiliation_strings': ['Wuhan, Shenzhen Third People’s Hospital and the Second Affiliated Hospital of Southern University of Science and Technology, National Clinical Research Center for Infectious Diseases']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022408293', 'display_name': 'Hong Shan', 'orcid': 'https://orcid.org/0000-0001-6640-1390'}, 'institutions': [{'id': 'https://openalex.org/I4210113039', 'display_name': 'Fifth Affiliated Hospital of Sun Yat-sen University', 'ror': 'https://ror.org/023te5r95', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210113039']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hong Qu Shan', 'raw_affiliation_string': 'Shenzhen, the Fifth Affiliated Hospital of Sun Yat-sen University, Zhuhai', 'raw_affiliation_strings': ['Shenzhen, the Fifth Affiliated Hospital of Sun Yat-sen University, Zhuhai']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063412345', 'display_name': 'Chunliang Lei', 'orcid': 'https://orcid.org/0009-0006-1490-7721'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210156462', 'display_name': "Guangzhou Eighth People's Hospital", 'ror': 'https://ror.org/0534awx66', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210156462']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chun-liang Lei', 'raw_affiliation_string': 'First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital, Guangzhou Medical University', 'raw_affiliation_strings': ['First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital, Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001039750', 'display_name': 'David Shu Cheong Hui', 'orcid': 'https://orcid.org/0000-0002-1779-6389'}, 'institutions': [{'id': 'https://openalex.org/I177725633', 'display_name': 'Chinese University of Hong Kong', 'ror': 'https://ror.org/00t33hh48', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I177725633']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'David S.C. Hui', 'raw_affiliation_string': 'Department of Medicine and Therapeutics, Chinese University of Hong Kong, Shatin', 'raw_affiliation_strings': ['Department of Medicine and Therapeutics, Chinese University of Hong Kong, Shatin']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012294390', 'display_name': 'Bin Du', 'orcid': 'https://orcid.org/0000-0001-6237-2895'}, 'institutions': [{'id': 'https://openalex.org/I2801228662', 'display_name': 'Peking Union Medical College Hospital', 'ror': 'https://ror.org/04jztag35', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801228662']}, {'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bin Du', 'raw_affiliation_string': 'Hong Kong, Medical ICU, Peking Union Medical College Hospital, Peking Union Medical College and Chinese Academy of Medical Sciences', 'raw_affiliation_strings': ['Hong Kong, Medical ICU, Peking Union Medical College Hospital, Peking Union Medical College and Chinese Academy of Medical Sciences']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003208390', 'display_name': 'Lan‐juan Li', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I76130692', 'display_name': 'Zhejiang University', 'ror': 'https://ror.org/00a2xv884', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I76130692']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Lan‐juan Li', 'raw_affiliation_string': 'Beijing, the State Key Laboratory for Diagnosis and Treatment of Infectious Diseases, National Clinical Research Center for Infectious Diseases, First Affiliated Hospital, College of Medicine, Zhejiang University, Hangzhou', 'raw_affiliation_strings': ['Beijing, the State Key Laboratory for Diagnosis and Treatment of Infectious Diseases, National Clinical Research Center for Infectious Diseases, First Affiliated Hospital, College of Medicine, Zhejiang University, Hangzhou']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065458315', 'display_name': 'Guang Zeng', 'orcid': 'https://orcid.org/0000-0002-5201-9796'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Guang Zeng', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034244519', 'display_name': 'Kwok‐Yung Yuen', 'orcid': 'https://orcid.org/0000-0003-3750-7932'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Kwok-Yung Yuen', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, University of Hong Kong–Shenzhen Hospital; Department of Microbiology and the Carol Yu Center for Infection, Li Ka Shing Faculty of Medicine, University of Hong Kong, Pok Fu Lam', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, University of Hong Kong–Shenzhen Hospital', 'Department of Microbiology and the Carol Yu Center for Infection, Li Ka Shing Faculty of Medicine, University of Hong Kong, Pok Fu Lam']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061008437', 'display_name': 'Ruchong Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Ru-chong Chen', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068273087', 'display_name': 'Chunli Tang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Chun-li Tang', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085142676', 'display_name': 'Tao Wang', 'orcid': 'https://orcid.org/0000-0003-0951-5476'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Tao Wang', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012491543', 'display_name': 'Pingyan Chen', 'orcid': 'https://orcid.org/0000-0002-3747-8003'}, 'institutions': [{'id': 'https://openalex.org/I58200834', 'display_name': 'Southern Medical University', 'ror': 'https://ror.org/01vjw4z39', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I58200834']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ping-yan Chen', 'raw_affiliation_string': 'State Key Laboratory of Organ Failure Research, Department of Biostatistics, Guangdong Provincial Key Laboratory of Tropical Disease Research, School of Public Health, Southern Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Organ Failure Research, Department of Biostatistics, Guangdong Provincial Key Laboratory of Tropical Disease Research, School of Public Health, Southern Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018032427', 'display_name': 'Jie Xiang', 'orcid': 'https://orcid.org/0000-0001-5573-2557'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jie Xiang', 'raw_affiliation_string': 'Guangzhou, Wuhan Jinyintan Hospital', 'raw_affiliation_strings': ['Guangzhou, Wuhan Jinyintan Hospital']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048339590', 'display_name': 'Shiyue Li', 'orcid': 'https://orcid.org/0000-0002-6425-8831'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Shi-yue Li', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057269007', 'display_name': 'Jinlin Wang', 'orcid': 'https://orcid.org/0000-0003-4625-7605'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Jin-lin Wang', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087858925', 'display_name': 'Zijing Liang', 'orcid': None}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Zi-jing Liang', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033601699', 'display_name': 'Yuchen Peng', 'orcid': 'https://orcid.org/0000-0001-6480-4057'}, 'institutions': [{'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi-xiang Peng', 'raw_affiliation_string': 'Central Hospital of Wuhan', 'raw_affiliation_strings': ['Central Hospital of Wuhan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003083504', 'display_name': 'Wei Li', 'orcid': 'https://orcid.org/0000-0001-7501-5707'}, 'institutions': [{'id': 'https://openalex.org/I4210111998', 'display_name': 'Wuhan No.1 Hospital', 'ror': 'https://ror.org/021ty3131', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210111998']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Li Li Wei', 'raw_affiliation_string': 'Wuhan No. 1 Hospital, Wuhan Hospital of Traditional Chinese and Western Medicine', 'raw_affiliation_strings': ['Wuhan No. 1 Hospital, Wuhan Hospital of Traditional Chinese and Western Medicine']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051236141', 'display_name': 'Yong Hui Liu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210145137', 'display_name': 'Public Health Clinical Center of Chengdu', 'ror': 'https://ror.org/046m3e234', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210145137']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yong Hui Liu', 'raw_affiliation_string': 'Chengdu Public Health Clinical Medical Center, Chengdu', 'raw_affiliation_strings': ['Chengdu Public Health Clinical Medical Center, Chengdu']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000453195', 'display_name': 'Yahua Hu', 'orcid': 'https://orcid.org/0000-0003-3115-5956'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Ya-hua Hu', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061332222', 'display_name': 'Peng Peng', 'orcid': 'https://orcid.org/0000-0002-8258-6812'}, 'institutions': [{'id': 'https://openalex.org/I4210109004', 'display_name': 'Wuhan Pulmonary Hospital', 'ror': 'https://ror.org/01kqcdh89', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109004']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Peng Peng', 'raw_affiliation_string': 'Wuhan Pulmonary Hospital', 'raw_affiliation_strings': ['Wuhan Pulmonary Hospital']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052713292', 'display_name': 'Jianming Wang', 'orcid': 'https://orcid.org/0000-0002-9151-284X'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Jian-ming Wang', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071511255', 'display_name': 'Jiyang Liu', 'orcid': 'https://orcid.org/0000-0003-3699-1646'}, 'institutions': [{'id': 'https://openalex.org/I4210111263', 'display_name': 'The First Hospital of Changsha', 'ror': 'https://ror.org/01sy5t684', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210111263']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ji-yang Liu', 'raw_affiliation_string': 'First Hospital of Changsha, Changsha', 'raw_affiliation_strings': ['First Hospital of Changsha, Changsha']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057988092', 'display_name': 'Chunjiu Zhong', 'orcid': 'https://orcid.org/0000-0001-7870-3441'}, 'institutions': [{'id': 'https://openalex.org/I4210134288', 'display_name': 'Sanya Central Hospital', 'ror': 'https://ror.org/03t65z939', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210134288']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhong Chen', 'raw_affiliation_string': 'Third People’s Hospital of Hainan Province, Sanya', 'raw_affiliation_strings': ['Third People’s Hospital of Hainan Province, Sanya']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006219539', 'display_name': 'Gang Li', 'orcid': 'https://orcid.org/0000-0003-4804-1787'}, 'institutions': [{'id': 'https://openalex.org/I4210162891', 'display_name': 'Huanggang Central Hospital', 'ror': 'https://ror.org/02sjdcn27', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210162891']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Gang Li', 'raw_affiliation_string': 'Huanggang Central Hospital, Huanggang', 'raw_affiliation_strings': ['Huanggang Central Hospital, Huanggang']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043362340', 'display_name': 'Zhijian Zheng', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210144189', 'display_name': "The First People's Hospital of Wenling", 'ror': 'https://ror.org/04e3jvd14', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210144189']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhi-jian Zheng', 'raw_affiliation_string': 'Wenling First People’s Hospital, Wenling', 'raw_affiliation_strings': ['Wenling First People’s Hospital, Wenling']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032532898', 'display_name': 'Shao-qin Qiu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105124', 'display_name': 'Second Hospital of Yichang', 'ror': 'https://ror.org/016bw3t53', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210105124']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shao-qin Qiu', 'raw_affiliation_string': 'Third People’s Hospital of Yichang, Yichang', 'raw_affiliation_strings': ['Third People’s Hospital of Yichang, Yichang']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067095480', 'display_name': 'Jie Luo', 'orcid': 'https://orcid.org/0009-0007-0002-8926'}, 'institutions': [{'id': 'https://openalex.org/I4210117378', 'display_name': 'Taihe Hospital', 'ror': 'https://ror.org/02ftdsn70', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210117378']}, {'id': 'https://openalex.org/I1285929390', 'display_name': 'Hubei University of Medicine', 'ror': 'https://ror.org/01dr2b756', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I1285929390']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jie Luo', 'raw_affiliation_string': 'Affiliated Taihe Hospital of Hubei University of Medicine, Shiyan', 'raw_affiliation_strings': ['Affiliated Taihe Hospital of Hubei University of Medicine, Shiyan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018142228', 'display_name': 'Chang-jiang Ye', 'orcid': None}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Chang-jiang Ye', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041705300', 'display_name': 'Shaoyong Zhu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210165388', 'display_name': 'Shanghai Huangpu District Central Hospital', 'ror': 'https://ror.org/00xteb469', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210165388']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shao-yong Zhu', 'raw_affiliation_string': 'People’s Hospital of Huangpi District', 'raw_affiliation_strings': ['People’s Hospital of Huangpi District']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5011404538', 'display_name': 'Nanshan Zhong', 'orcid': 'https://orcid.org/0000-0003-2274-1427'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Nan-shan Zhong', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}], 'countries_distinct_count': 5, 'institutions_distinct_count': 29, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 20868, 'biblio': {'volume': '382', 'issue': '18', 'first_page': '1708', 'last_page': '1720'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.84313154}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.6267383}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.61116916}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.5882208}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.58146065}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.54138774}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.524799}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.5216737}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.5166145}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.46200675}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.45720276}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.33290443}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.18720767}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.16949928}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2002032', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2002032?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7092819', 'pdf_url': 'https://europepmc.org/articles/pmc7092819?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7092819', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/2020.02.06.20020974', 'pdf_url': 'https://www.medrxiv.org/content/medrxiv/early/2020/02/09/2020.02.06.20020974.full.pdf', 'source': None, 'license': 'cc-by-nc-nd', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2002032', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2002032?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.44}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.28}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1843578997', 'https://openalex.org/W2107053896', 'https://openalex.org/W2138324310', 'https://openalex.org/W2159340685', 'https://openalex.org/W2192340715', 'https://openalex.org/W2772576710', 'https://openalex.org/W2977322360', 'https://openalex.org/W3001118548', 'https://openalex.org/W3001897055', 'https://openalex.org/W3002108456', 'https://openalex.org/W3002539152', 'https://openalex.org/W3003465021', 'https://openalex.org/W3003573988', 'https://openalex.org/W3003668884', 'https://openalex.org/W3003951199', 'https://openalex.org/W3004239190', 'https://openalex.org/W3004318991', 'https://openalex.org/W3036980653', 'https://openalex.org/W3165656738'], 'related_works': ['https://openalex.org/W3040137343', 'https://openalex.org/W3045573749', 'https://openalex.org/W3046519041', 'https://openalex.org/W3048539433', 'https://openalex.org/W3089198401', 'https://openalex.org/W3097431264', 'https://openalex.org/W3150155159', 'https://openalex.org/W3163078543', 'https://openalex.org/W3194513569', 'https://openalex.org/W3203436974'], 'ngrams_url': 'https://api.openalex.org/works/W3008827533/ngrams', 'abstract_inverted_index': {'Since': [0], 'December': [1], '2019,': [2], 'when': [3], 'coronavirus': [4], 'disease': [5], '2019': [6], '(Covid-19)': [7], 'emerged': [8], 'in': [9], 'Wuhan': [10], 'city': [11], 'and': [12], 'rapidly': [13], 'spread': [14], 'throughout': [15], 'China,': [16], 'data': [17], 'have': [18], 'been': [19], 'needed': [20], 'on': [21], 'the': [22, 26], 'clinical': [23], 'characteristics': [24], 'of': [25], 'affected': [27], 'patients.': [28]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3008827533', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1577}, {'year': 2022, 'cited_by_count': 3738}, {'year': 2021, 'cited_by_count': 6921}, {'year': 2020, 'cited_by_count': 8546}, {'year': 2019, 'cited_by_count': 5}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-10-03T05:54:20.892034', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3001897055', 'doi': 'https://doi.org/10.1056/nejmoa2001017', 'title': 'A Novel Coronavirus from Patients with Pneumonia in China, 2019', 'display_name': 'A Novel Coronavirus from Patients with Pneumonia in China, 2019', 'publication_year': 2020, 'publication_date': '2020-02-20', 'ids': {'openalex': 'https://openalex.org/W3001897055', 'doi': 'https://doi.org/10.1056/nejmoa2001017', 'mag': '3001897055', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31978945', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7092803'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001017', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001017?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001017?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5025864240', 'display_name': 'Na Zhu', 'orcid': 'https://orcid.org/0000-0001-7839-8571'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Na Zhu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043631759', 'display_name': 'Dingyu Zhang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Dingyu Zhang', 'raw_affiliation_string': 'Wuhan Jinyintan Hospital', 'raw_affiliation_strings': ['Wuhan Jinyintan Hospital']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082485801', 'display_name': 'Wenling Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Wenling Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076986736', 'display_name': 'Xingwang Li', 'orcid': 'https://orcid.org/0000-0002-0907-6517'}, 'institutions': [{'id': 'https://openalex.org/I4210150338', 'display_name': 'Beijing Ditan Hospital', 'ror': 'https://ror.org/05kkkes98', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210150338']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xingwang Li', 'raw_affiliation_string': 'Department of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University', 'raw_affiliation_strings': ['Department of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041664829', 'display_name': 'Bo Yang', 'orcid': 'https://orcid.org/0000-0003-0680-1469'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bo Yang', 'raw_affiliation_string': 'Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention', 'raw_affiliation_strings': ['Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031203283', 'display_name': 'Jingdong Song', 'orcid': 'https://orcid.org/0000-0001-8808-1981'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Jingdong Song', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079882302', 'display_name': 'Xiang Zhao', 'orcid': 'https://orcid.org/0000-0002-1168-3439'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Xiang Zhao', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063481153', 'display_name': 'Baoying Huang', 'orcid': 'https://orcid.org/0000-0001-9516-1146'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Baoying Huang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079289072', 'display_name': 'Weifeng Shi', 'orcid': 'https://orcid.org/0000-0002-8717-2942'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Weifeng Shi', 'raw_affiliation_string': 'Shandong First Medical University and Shandong Academy of Medical Sciences, Jinan, China', 'raw_affiliation_strings': ['Shandong First Medical University and Shandong Academy of Medical Sciences, Jinan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005893689', 'display_name': 'Roujian Lu', 'orcid': 'https://orcid.org/0000-0002-3063-4747'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Roujian Lu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045195522', 'display_name': 'Peihua Niu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Peihua Niu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037421711', 'display_name': 'Faxian Zhan', 'orcid': 'https://orcid.org/0000-0001-8890-276X'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Faxian Zhan', 'raw_affiliation_string': 'Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention', 'raw_affiliation_strings': ['Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078433604', 'display_name': 'Xuejun Ma', 'orcid': 'https://orcid.org/0000-0001-5891-5260'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Xuejun Ma', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052821031', 'display_name': 'Dayang Wang', 'orcid': 'https://orcid.org/0000-0003-3678-6677'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Dayan Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088700209', 'display_name': 'Wenbo Xu', 'orcid': 'https://orcid.org/0000-0001-5911-8837'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Wenbo Xu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042900498', 'display_name': 'Guizhen Wu', 'orcid': 'https://orcid.org/0000-0003-2778-4290'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Guizhen Wu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015873777', 'display_name': 'George F. Gao', 'orcid': 'https://orcid.org/0000-0001-8242-9430'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'George F. Gao', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5053933911', 'display_name': 'Wenjie Tan', 'orcid': 'https://orcid.org/0000-0002-5963-1136'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I84653119', 'display_name': 'Academia Sinica', 'ror': 'https://ror.org/05bxb3784', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I84653119']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Wenjie Tan', 'raw_affiliation_string': 'Center for Biosafety Mega-Science, Chinese Academy of Sciences; NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['Center for Biosafety Mega-Science, Chinese Academy of Sciences', 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 8, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 20356, 'biblio': {'volume': '382', 'issue': '8', 'first_page': '727', 'last_page': '733'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.890846}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.7934158}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.79068345}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.73203695}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.7005702}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.69029206}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.64273256}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.53893465}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.52871877}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.50851}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.4806232}, {'id': 'https://openalex.org/C177713679', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care medicine', 'level': 1, 'score': 0.43403113}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.1784049}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.17801896}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.09650788}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.07769814}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001017', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001017?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7092803', 'pdf_url': 'https://europepmc.org/articles/pmc7092803?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7092803', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81004', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81004/1/1088314019.2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001017', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001017?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.56}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.12}], 'grants': [], 'referenced_works_count': 13, 'referenced_works': ['https://openalex.org/W10914455', 'https://openalex.org/W1909499787', 'https://openalex.org/W2104548316', 'https://openalex.org/W2132260239', 'https://openalex.org/W2141877163', 'https://openalex.org/W2166867592', 'https://openalex.org/W2167391272', 'https://openalex.org/W2257005270', 'https://openalex.org/W2306794997', 'https://openalex.org/W2792024998', 'https://openalex.org/W2903899730', 'https://openalex.org/W2997069256', 'https://openalex.org/W3017468735'], 'related_works': ['https://openalex.org/W3012050440', 'https://openalex.org/W3040137343', 'https://openalex.org/W3045573749', 'https://openalex.org/W3046519041', 'https://openalex.org/W3089198401', 'https://openalex.org/W3096106079', 'https://openalex.org/W3097431264', 'https://openalex.org/W3163078543', 'https://openalex.org/W3194513569', 'https://openalex.org/W3203436974'], 'ngrams_url': 'https://api.openalex.org/works/W3001897055/ngrams', 'abstract_inverted_index': {'In': [0], 'December': [1], '2019,': [2], 'a': [3, 15, 48, 55], 'cluster': [4], 'of': [5, 9, 31, 74, 77, 98, 109], 'patients': [6, 37], 'with': [7, 38], 'pneumonia': [8], 'unknown': [10, 24], 'cause': [11], 'was': [12, 26], 'linked': [13], 'to': [14, 46], 'seafood': [16], 'wholesale': [17], 'market': [18], 'in': [19, 34, 112], 'Wuhan,': [20], 'China.': [21], 'A': [22], 'previously': [23], 'betacoronavirus': [25], 'discovered': [27], 'through': [28], 'the': [29, 58, 71, 75, 91, 101], 'use': [30], 'unbiased': [32], 'sequencing': [33], 'samples': [35], 'from': [36, 64], 'pneumonia.': [39], 'Human': [40], 'airway': [41], 'epithelial': [42], 'cells': [43], 'were': [44], 'used': [45], 'isolate': [47], 'novel': [49], 'coronavirus,': [50], 'named': [51], '2019-nCoV,': [52], 'which': [53], 'formed': [54], 'clade': [56], 'within': [57], 'subgenus': [59], 'sarbecovirus,': [60], 'Orthocoronavirinae': [61], 'subfamily.': [62], 'Different': [63], 'both': [65], 'MERS-CoV': [66], 'and': [67, 84, 95, 100, 107], 'SARS-CoV,': [68], '2019-nCoV': [69], 'is': [70], 'seventh': [72], 'member': [73], 'family': [76], 'coronaviruses': [78], 'that': [79], 'infect': [80], 'humans.': [81], 'Enhanced': [82], 'surveillance': [83], 'further': [85], 'investigation': [86], 'are': [87], 'ongoing.': [88], '(Funded': [89], 'by': [90], 'National': [92, 102], 'Key': [93], 'Research': [94], 'Development': [96], 'Program': [97], 'China': [99], 'Major': [103], 'Project': [104], 'for': [105], 'Control': [106], 'Prevention': [108], 'Infectious': [110], 'Disease': [111], 'China.).': [113]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3001897055', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1702}, {'year': 2022, 'cited_by_count': 4039}, {'year': 2021, 'cited_by_count': 6609}, {'year': 2020, 'cited_by_count': 7905}, {'year': 2019, 'cited_by_count': 14}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-10-03T05:53:38.408396', 'created_date': '2020-01-30'}, {'id': 'https://openalex.org/W3009885589', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'title': 'Clinical course and risk factors for mortality of adult inpatients with COVID-19 in Wuhan, China: a retrospective cohort study', 'display_name': 'Clinical course and risk factors for mortality of adult inpatients with COVID-19 in Wuhan, China: a retrospective cohort study', 'publication_year': 2020, 'publication_date': '2020-03-01', 'ids': {'openalex': 'https://openalex.org/W3009885589', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'mag': '3009885589', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32171076', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7270627'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'pdf_url': 'http://www.thelancet.com/article/S0140673620305663/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S0140673620305663/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5012294253', 'display_name': 'Fei Zhou', 'orcid': 'https://orcid.org/0000-0002-8691-916X'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fei Zhou', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027596703', 'display_name': 'Yasuyuki Takata', 'orcid': 'https://orcid.org/0000-0003-4096-8975'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ting Yu', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025445089', 'display_name': 'Ronghui Du', 'orcid': 'https://orcid.org/0000-0002-3189-0515'}, 'institutions': [{'id': 'https://openalex.org/I4210109004', 'display_name': 'Wuhan Pulmonary Hospital', 'ror': 'https://ror.org/01kqcdh89', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109004']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ronghui Du', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Wuhan Pulmonary Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Wuhan Pulmonary Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082759663', 'display_name': 'Guohui Fan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Guohui Fan', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033402991', 'display_name': 'Ying Liu', 'orcid': 'https://orcid.org/0000-0001-9385-992X'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ying Liu', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072886386', 'display_name': 'Zhibo Liu', 'orcid': 'https://orcid.org/0000-0001-9210-156X'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhibo Liu', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018032427', 'display_name': 'Jie Xiang', 'orcid': 'https://orcid.org/0000-0001-5573-2557'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jie Xiang', 'raw_affiliation_string': 'Department of Clinical Laboratory, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Clinical Laboratory, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008453760', 'display_name': 'Yeming Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yeming Wang', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059176471', 'display_name': 'Bin Song', 'orcid': 'https://orcid.org/0000-0001-7007-6367'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bin Song', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088470075', 'display_name': 'Xiaoqing Gu', 'orcid': 'https://orcid.org/0000-0001-8256-5408'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiaoying Gu', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065156494', 'display_name': 'Lulu Guan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109004', 'display_name': 'Wuhan Pulmonary Hospital', 'ror': 'https://ror.org/01kqcdh89', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109004']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lulu Guan', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Wuhan Pulmonary Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Wuhan Pulmonary Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052650664', 'display_name': 'Wei Yuan', 'orcid': 'https://orcid.org/0000-0003-3387-7549'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuan Wei', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086729355', 'display_name': 'Hui Li', 'orcid': 'https://orcid.org/0000-0002-5822-2795'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hui Li', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003556048', 'display_name': 'Xudong Wu', 'orcid': 'https://orcid.org/0000-0001-9594-479X'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xudong Wu', 'raw_affiliation_string': 'GCP Center, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['GCP Center, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062226704', 'display_name': 'Jiuyang Xu', 'orcid': 'https://orcid.org/0000-0002-1906-5918'}, 'institutions': [{'id': 'https://openalex.org/I99065089', 'display_name': 'Tsinghua University', 'ror': 'https://ror.org/03cve4549', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I99065089']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jiuyang Xu', 'raw_affiliation_string': 'Tsinghua University School of Medicine, Beijing, China', 'raw_affiliation_strings': ['Tsinghua University School of Medicine, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001851890', 'display_name': 'Shengjin Tu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shengjin Tu', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044544424', 'display_name': 'Yi Zhang', 'orcid': 'https://orcid.org/0000-0002-2028-048X'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi Zhang', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035829439', 'display_name': 'Hua Chen', 'orcid': 'https://orcid.org/0000-0002-3066-7434'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Hua Chen', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5006829545', 'display_name': 'Bin Cao', 'orcid': 'https://orcid.org/0000-0001-6991-0350'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}, {'id': 'https://openalex.org/I99065089', 'display_name': 'Tsinghua University', 'ror': 'https://ror.org/03cve4549', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I99065089']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Bin Cao', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Department of Pulmonary and Critical Care Medicine, China-Japan Friendship Hospital, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China; Tsinghua University School of Medicine, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Department of Pulmonary and Critical Care Medicine, China-Japan Friendship Hospital, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'Tsinghua University School of Medicine, Beijing, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 6, 'corresponding_author_ids': ['https://openalex.org/A5035829439', 'https://openalex.org/A5006829545'], 'corresponding_institution_ids': ['https://openalex.org/I3020662980', 'https://openalex.org/I200296433', 'https://openalex.org/I2801051648', 'https://openalex.org/I183519381', 'https://openalex.org/I99065089'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 20192, 'biblio': {'volume': '395', 'issue': '10229', 'first_page': '1054', 'last_page': '1062'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.9043049}, {'id': 'https://openalex.org/C167135981', 'wikidata': 'https://www.wikidata.org/wiki/Q2146302', 'display_name': 'Retrospective cohort study', 'level': 2, 'score': 0.6753098}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.59944415}, {'id': 'https://openalex.org/C2779159551', 'wikidata': 'https://www.wikidata.org/wiki/Q1414874', 'display_name': 'Comorbidity', 'level': 2, 'score': 0.58240056}, {'id': 'https://openalex.org/C156957248', 'wikidata': 'https://www.wikidata.org/wiki/Q1862216', 'display_name': 'Odds ratio', 'level': 2, 'score': 0.5806579}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.542441}, {'id': 'https://openalex.org/C151956035', 'wikidata': 'https://www.wikidata.org/wiki/Q1132755', 'display_name': 'Logistic regression', 'level': 2, 'score': 0.46030453}, {'id': 'https://openalex.org/C555293320', 'wikidata': 'https://www.wikidata.org/wiki/Q12206', 'display_name': 'Diabetes mellitus', 'level': 2, 'score': 0.44630805}, {'id': 'https://openalex.org/C72563966', 'wikidata': 'https://www.wikidata.org/wiki/Q1303415', 'display_name': 'Cohort', 'level': 2, 'score': 0.41818428}, {'id': 'https://openalex.org/C195910791', 'wikidata': 'https://www.wikidata.org/wiki/Q1324077', 'display_name': 'Medical record', 'level': 2, 'score': 0.41163024}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.34819156}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': True}, {'descriptor_ui': 'D063305', 'descriptor_name': 'Organ Dysfunction Scores', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D010347', 'descriptor_name': 'Patient Care Planning', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': True}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000367', 'descriptor_name': 'Age Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086742', 'descriptor_name': 'COVID-19 Testing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019411', 'descriptor_name': 'Clinical Laboratory Techniques', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015331', 'descriptor_name': 'Cohort Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015897', 'descriptor_name': 'Comorbidity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D048909', 'descriptor_name': 'Diabetes Complications', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018450', 'descriptor_name': 'Disease Progression', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005338', 'descriptor_name': 'Fibrin Fibrinogen Degradation Products', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': False}, {'descriptor_ui': 'D005338', 'descriptor_name': 'Fibrin Fibrinogen Degradation Products', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006973', 'descriptor_name': 'Hypertension', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D006973', 'descriptor_name': 'Hypertension', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009026', 'descriptor_name': 'Mortality', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': False}, {'descriptor_ui': 'D009026', 'descriptor_name': 'Mortality', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058873', 'descriptor_name': 'Pandemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010356', 'descriptor_name': 'Patient Isolation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012189', 'descriptor_name': 'Retrospective Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'pdf_url': 'http://www.thelancet.com/article/S0140673620305663/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7270627', 'pdf_url': 'https://europepmc.org/articles/pmc7270627?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7270627', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32171076', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'pdf_url': 'http://www.thelancet.com/article/S0140673620305663/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 36, 'referenced_works': ['https://openalex.org/W1803784511', 'https://openalex.org/W1886710441', 'https://openalex.org/W1974873560', 'https://openalex.org/W1984064716', 'https://openalex.org/W1995666039', 'https://openalex.org/W2006758816', 'https://openalex.org/W2013819723', 'https://openalex.org/W2019488451', 'https://openalex.org/W2026274122', 'https://openalex.org/W2106605319', 'https://openalex.org/W2109626958', 'https://openalex.org/W2111584700', 'https://openalex.org/W2114421929', 'https://openalex.org/W2117026086', 'https://openalex.org/W2144410942', 'https://openalex.org/W2144873061', 'https://openalex.org/W2161464191', 'https://openalex.org/W2170500525', 'https://openalex.org/W2280404143', 'https://openalex.org/W2473016454', 'https://openalex.org/W2525468044', 'https://openalex.org/W2586093485', 'https://openalex.org/W2620241325', 'https://openalex.org/W2738334516', 'https://openalex.org/W2786663893', 'https://openalex.org/W2797093405', 'https://openalex.org/W2948483377', 'https://openalex.org/W2983683106', 'https://openalex.org/W3001118548', 'https://openalex.org/W3002108456', 'https://openalex.org/W3003668884', 'https://openalex.org/W3003749070', 'https://openalex.org/W3006961006', 'https://openalex.org/W3007940623', 'https://openalex.org/W3008090866', 'https://openalex.org/W3165656738'], 'related_works': ['https://openalex.org/W1563850031', 'https://openalex.org/W2004721589', 'https://openalex.org/W2050278325', 'https://openalex.org/W2477714387', 'https://openalex.org/W3048921073', 'https://openalex.org/W3152215807', 'https://openalex.org/W3153421255', 'https://openalex.org/W4220662621', 'https://openalex.org/W4221019750', 'https://openalex.org/W4300688325'], 'ngrams_url': 'https://api.openalex.org/works/W3009885589/ngrams', 'abstract_inverted_index': {'BackgroundSince': [0], 'December,': [1], '2019,': [2], 'Wuhan,': [3], 'China,': [4], 'has': [5], 'experienced': [6], 'an': [7, 287], 'outbreak': [8], 'of': [9, 28, 45, 149, 192, 232, 254, 265, 299, 301, 312, 333, 344], 'coronavirus': [10, 21], 'disease': [11, 183], '2019': [12], '(COVID-19),': [13], 'caused': [14], 'by': [15, 87, 175], 'the': [16, 126, 168, 294, 309], 'severe': [17], 'acute': [18], 'respiratory': [19], 'syndrome': [20], '2': [22], '(SARS-CoV-2).': [23], 'Epidemiological': [24], 'and': [25, 40, 74, 94, 110, 114, 119, 138, 154, 180, 219, 271, 304, 330, 338, 341, 347, 353], 'clinical': [26, 43], 'characteristics': [27], 'patients': [29, 133, 161, 282, 303], 'with': [30, 68, 130, 165, 196, 283], 'COVID-19': [31, 70], 'have': [32, 50], 'been': [33, 52, 82], 'reported': [34], 'but': [35, 242], 'risk': [36, 127, 263], 'factors': [37, 128, 264], 'for': [38, 100, 296, 317, 323], 'mortality': [39], 'a': [41, 163, 297], 'detailed': [42], 'course': [44], 'illness,': [46], 'including': [47, 97], 'viral': [48, 101, 233, 255, 291], 'shedding,': [49], 'not': [51], 'well': [53], 'described.MethodsIn': [54], 'this': [55, 147], 'retrospective,': [56], 'multicentre': [57], 'cohort': [58], 'study,': [59, 148], 'we': [60], 'included': [61, 145], 'all': [62], 'adult': [63], 'inpatients': [64], '(≥18': [65], 'years': [66], 'old)': [67], 'laboratory-confirmed': [69], 'from': [71, 106, 135, 140], 'Jinyintan': [72, 136], 'Hospital': [73, 77, 137], 'Wuhan': [75, 141], 'Pulmonary': [76, 142], '(Wuhan,': [78], 'China)': [79], 'who': [80], 'had': [81, 85, 162], 'discharged': [83, 153], 'or': [84], 'died': [86, 156], 'Jan': [88], '31,': [89], '2020.': [90], 'Demographic,': [91], 'clinical,': [92], 'treatment,': [93], 'laboratory': [95], 'data,': [96], 'serial': [98], 'samples': [99], 'RNA': [102], 'detection,': [103], 'were': [104, 144, 152], 'extracted': [105], 'electronic': [107], 'medical': [108], 'records': [109], 'compared': [111], 'between': [112], 'survivors': [113, 258], 'non-survivors.': [115, 249], 'We': [116], 'used': [117], 'univariable': [118], 'multivariable': [120], 'logistic': [121], 'regression': [122, 188], 'methods': [123], 'to': [124, 280], 'explore': [125], 'associated': [129, 195], 'in-hospital': [131, 193], 'death.Findings191': [132], '(135': [134], '56': [139], 'Hospital)': [143], 'in': [146, 157, 240, 248, 257, 308], 'whom': [150], '137': [151], '54': [155], 'hospital.': [158], '91': [159], '(48%)': [160], 'comorbidity,': [164], 'hypertension': [166], 'being': [167], 'most': [169], 'common': [170], '(58': [171], '[30%]': [172], 'patients),': [173], 'followed': [174], 'diabetes': [176], '(36': [177], '[19%]': [178], 'patients)': [179], 'coronary': [181], 'heart': [182], '(15': [184], '[8%]': [185], 'patients).': [186], 'Multivariable': [187], 'showed': [189], 'increasing': [190], 'odds': [191], 'death': [194, 247], 'older': [197, 266], 'age': [198], '(odds': [199], 'ratio': [200], '1·10,': [201], '95%': [202], 'CI': [203], '1·03–1·17,': [204], 'per': [205], 'year': [206], 'increase;': [207], 'p=0·0043),': [208], 'higher': [209], 'Sequential': [210], 'Organ': [211], 'Failure': [212], 'Assessment': [213], '(SOFA)': [214], 'score': [215], '(5·65,': [216], '2·61–12·23;': [217], 'p<0·0001),': [218], 'd-dimer': [220, 272], 'greater': [221, 273], 'than': [222, 274], '1': [223, 275], 'μg/mL': [224, 276], '(18·42,': [225], '2·64–128·55;': [226], 'p=0·0033)': [227], 'on': [228, 349], 'admission.': [229], 'Median': [230], 'duration': [231, 253], 'shedding': [234, 256, 292], 'was': [235, 244, 259], '20·0': [236], 'days': [237], '(IQR': [238], '17·0–24·0)': [239], 'survivors,': [241], 'SARS-CoV-2': [243], 'detectable': [245], 'until': [246], 'The': [250, 335], 'longest': [251], 'observed': [252], '37': [260], 'days.InterpretationThe': [261], 'potential': [262], 'age,': [267], 'high': [268], 'SOFA': [269], 'score,': [270], 'could': [277], 'help': [278], 'clinicians': [279], 'identify': [281], 'poor': [284], 'prognosis': [285], 'at': [286], 'early': [288], 'stage.': [289], 'Prolonged': [290], 'provides': [293], 'rationale': [295], 'strategy': [298], 'isolation': [300], 'infected': [302], 'optimal': [305], 'antiviral': [306], 'interventions': [307], 'future.FundingChinese': [310], 'Academy': [311], 'Medical': [313, 318], 'Sciences': [314], 'Innovation': [315], 'Fund': [316], 'Sciences;': [319], 'National': [320, 327, 345], 'Science': [321, 337, 346], 'Grant': [322], 'Distinguished': [324], 'Young': [325], 'Scholars;': [326], 'Key': [328], 'Research': [329], 'Development': [331], 'Program': [332], 'China;': [334], 'Beijing': [336], 'Technology': [339, 348], 'Project;': [340], 'Major': [342], 'Projects': [343], 'New': [350], 'Drug': [351], 'Creation': [352], 'Development.': [354]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3009885589', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1649}, {'year': 2022, 'cited_by_count': 3742}, {'year': 2021, 'cited_by_count': 6882}, {'year': 2020, 'cited_by_count': 7851}, {'year': 2019, 'cited_by_count': 6}], 'updated_date': '2023-10-04T03:36:30.349360', 'created_date': '2020-03-13'}, {'id': 'https://openalex.org/W3165656738', 'doi': 'https://doi.org/10.1001/jama.2020.1585', 'title': 'Clinical Characteristics of 138 Hospitalized Patients With 2019 Novel Coronavirus–Infected Pneumonia in Wuhan, China', 'display_name': 'Clinical Characteristics of 138 Hospitalized Patients With 2019 Novel Coronavirus–Infected Pneumonia in Wuhan, China', 'publication_year': 2020, 'publication_date': '2020-03-17', 'ids': {'openalex': 'https://openalex.org/W3165656738', 'doi': 'https://doi.org/10.1001/jama.2020.1585', 'mag': '3165656738'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.1585', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2761044/jama_wang_2020_oi_200019.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://jamanetwork.com/journals/jama/articlepdf/2761044/jama_wang_2020_oi_200019.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079607587', 'display_name': 'Dawei Wang', 'orcid': 'https://orcid.org/0000-0002-5121-9841'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Dawei Wang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007083742', 'display_name': 'Bo Hu', 'orcid': 'https://orcid.org/0000-0002-4465-9814'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bo Hu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078130488', 'display_name': 'Chang Hu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chang Hu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059191374', 'display_name': 'Fangfang Zhu', 'orcid': 'https://orcid.org/0000-0001-5118-4629'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fangfang Zhu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039412958', 'display_name': 'Xing Liu', 'orcid': 'https://orcid.org/0000-0002-1498-2186'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xing Liu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054506908', 'display_name': 'Jing Zhang', 'orcid': 'https://orcid.org/0000-0001-8549-3286'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jing Zhang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060700361', 'display_name': 'Binbin Wang', 'orcid': 'https://orcid.org/0000-0003-3799-2042'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Binbin Wang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053084000', 'display_name': 'Hui Xiang', 'orcid': 'https://orcid.org/0000-0002-2085-2601'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hui Xiang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045852733', 'display_name': 'Zhenshun Cheng', 'orcid': 'https://orcid.org/0000-0003-3287-7838'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhenshun Cheng', 'raw_affiliation_string': 'Department of Pulmonary Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Pulmonary Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063789000', 'display_name': 'Yong Xiong', 'orcid': 'https://orcid.org/0000-0003-0678-4064'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yong Xiong', 'raw_affiliation_string': 'Department of Infectious Disease, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Infectious Disease, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043883753', 'display_name': 'Yan Zhao', 'orcid': 'https://orcid.org/0000-0002-8244-6297'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Zhao', 'raw_affiliation_string': 'Department of Emergency Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Emergency Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038293438', 'display_name': 'Yirong Li', 'orcid': 'https://orcid.org/0000-0001-9999-1411'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yirong Li', 'raw_affiliation_string': 'Department of Laboratory Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Laboratory Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009012652', 'display_name': 'Xinghuan Wang', 'orcid': 'https://orcid.org/0000-0003-3497-0024'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Xinghuan Wang', 'raw_affiliation_string': 'Department of Urology, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Urology, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5012603380', 'display_name': 'Zhiyong Peng', 'orcid': 'https://orcid.org/0000-0002-3873-9607'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Zhiyong Peng', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5009012652', 'https://openalex.org/A5012603380'], 'corresponding_institution_ids': ['https://openalex.org/I4210120234', 'https://openalex.org/I4210120234'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 16277, 'biblio': {'volume': '323', 'issue': '11', 'first_page': '1061', 'last_page': '1061'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.96306777}, {'id': 'https://openalex.org/C119060515', 'wikidata': 'https://www.wikidata.org/wiki/Q1916617', 'display_name': 'Interquartile range', 'level': 2, 'score': 0.9298362}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.6524756}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.5844467}, {'id': 'https://openalex.org/C167135981', 'wikidata': 'https://www.wikidata.org/wiki/Q2146302', 'display_name': 'Retrospective cohort study', 'level': 2, 'score': 0.5753415}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.44824773}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.4091083}, {'id': 'https://openalex.org/C194828623', 'wikidata': 'https://www.wikidata.org/wiki/Q2861470', 'display_name': 'Emergency medicine', 'level': 1, 'score': 0.38265273}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.1585', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2761044/jama_wang_2020_oi_200019.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7042881', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7042881', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.1585', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2761044/jama_wang_2020_oi_200019.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 7, 'referenced_works': ['https://openalex.org/W2470646526', 'https://openalex.org/W2952762910', 'https://openalex.org/W2999318660', 'https://openalex.org/W2999409984', 'https://openalex.org/W3002539152', 'https://openalex.org/W3003668884', 'https://openalex.org/W3004151654'], 'related_works': ['https://openalex.org/W1877883789', 'https://openalex.org/W2061253854', 'https://openalex.org/W2316236384', 'https://openalex.org/W2774644753', 'https://openalex.org/W2969502057', 'https://openalex.org/W2971392718', 'https://openalex.org/W3037686638', 'https://openalex.org/W3162511055', 'https://openalex.org/W3210359220', 'https://openalex.org/W4304166187'], 'ngrams_url': 'https://api.openalex.org/works/W3165656738/ngrams', 'abstract_inverted_index': {'<h3>Importance</h3>': [0], 'In': [1, 465], 'December': [2], '2019,': [3], 'novel': [4], 'coronavirus': [5], '(2019-nCoV)–infected': [6], 'pneumonia': [7], '(NCIP)': [8], 'occurred': [9, 210], 'in': [10, 64, 126, 211, 222, 234, 250, 336, 347, 397, 477, 487], 'Wuhan,': [11, 65, 478], 'China.': [12], 'The': [13, 311], 'number': [14], 'of': [15, 26, 39, 49, 61, 76, 102, 120, 136, 173, 253, 295, 425, 470, 483, 489, 492], 'cases': [16, 396], 'has': [17], 'increased': [18], 'rapidly': [19], 'but': [20, 439], 'information': [21], 'on': [22], 'the': [23, 34, 50, 127, 148, 170, 251, 289, 337, 348, 394, 398, 440, 453], 'clinical': [24, 37], 'characteristics': [25, 38], 'affected': [27, 176], 'patients': [28, 54, 105, 109, 125, 145, 183, 213, 224, 236, 257, 284, 344, 429, 442, 473, 493], 'is': [29], 'limited.': [30], '<h3>Objective</h3>': [31], 'To': [32], 'describe': [33], 'epidemiological': [35], 'and': [36, 43, 87, 94, 99, 106, 132, 160, 181, 195, 226, 264, 278, 307, 328, 374, 386, 411, 433, 463, 497], 'NCIP.': [40, 84], '<h3>Design,': [41], 'Setting,': [42], 'Participants</h3>': [44], 'Retrospective,': [45], 'single-center': [46, 467], 'case': [47, 468], 'series': [48, 469], '138': [51, 143, 471], 'consecutive': [52], 'hospitalized': [53, 124, 144, 182, 472], 'with': [55, 146, 343, 474], 'confirmed': [56, 475], 'NCIP': [57, 476], 'at': [58], 'Zhongnan': [59], 'Hospital': [60], 'Wuhan': [62], 'University': [63], 'China,': [66, 479], 'from': [67, 314], 'January': [68, 71], '1': [69], 'to': [70, 288, 317, 322, 329, 365, 378, 420], '28,': [72], '2020;': [73], 'final': [74], 'date': [75], 'follow-up': [77], 'was': [78, 115, 151, 167, 319, 325, 331, 457, 485, 499], 'February': [79, 426], '3,': [80, 427], '2020.': [81], '<h3>Exposures</h3>': [82], 'Documented': [83], '<h3>Main': [85], 'Outcomes': [86, 101], 'Measures</h3>': [88], 'Epidemiological,': [89], 'demographic,': [90], 'clinical,': [91], 'laboratory,': [92], 'radiological,': [93], 'treatment': [95], 'data': [96], 'were': [97, 110, 163, 286, 353, 362, 375, 418, 431], 'collected': [98], 'analyzed.': [100], 'critically': [103], 'ill': [104, 108], 'noncritically': [107], 'compared.': [111], 'Presumed': [112], 'hospital-related': [113, 481], 'transmission': [114, 166, 482], 'suspected': [116, 168, 486], 'if': [117], 'a': [118, 133], 'cluster': [119], 'health': [121, 177], 'professionals': [122, 178], 'or': [123, 246], 'same': [128], 'wards': [129], 'became': [130], 'infected': [131], 'possible': [134], 'source': [135], 'infection': [137, 174], 'could': [138], 'be': [139], 'tracked.': [140], '<h3>Results</h3>': [141], 'Of': [142, 393], 'NCIP,': [147], 'median': [149, 312, 454], 'age': [150], '56': [152], 'years': [153, 358], '(interquartile': [154], 'range,': [155, 157], '42-68;': [156], '22-92': [158], 'years)': [159], '75': [161], '(54.3%)': [162], 'men.': [164], 'Hospital-associated': [165], 'as': [169], 'presumed': [171, 480], 'mechanism': [172], 'for': [175], '(40': [179], '[29%])': [180], '(17': [184], '[12.3%]).': [185], 'Common': [186], 'symptoms': [187], 'included': [188], 'fever': [189], '(136': [190], '[98.6%]),': [191], 'fatigue': [192], '(96': [193], '[69.6%]),': [194], 'dry': [196], 'cough': [197], '(82': [198], '[59.4%]).': [199], 'Lymphopenia': [200], '(lymphocyte': [201], 'count,': [202], '0.8': [203], '×': [204], '10<sup>9</sup>/L': [205], '[interquartile': [206], 'range': [207], '{IQR},': [208], '0.6-1.1])': [209], '97': [212], '(70.3%),': [214], 'prolonged': [215], 'prothrombin': [216], 'time': [217, 313], '(13.0': [218], 'seconds': [219], '[IQR,': [220, 232], '12.3-13.7])': [221], '80': [223], '(58%),': [225], 'elevated': [227], 'lactate': [228], 'dehydrogenase': [229], '(261': [230], 'U/L': [231], '182-403])': [233], '55': [235], '(39.9%).': [237], 'Chest': [238], 'computed': [239], 'tomographic': [240], 'scans': [241], 'showed': [242], 'bilateral': [243], 'patchy': [244], 'shadows': [245], 'ground': [247], 'glass': [248], 'opacity': [249], 'lungs': [252], 'all': [254], 'patients.': [255], 'Most': [256], 'received': [258, 266, 402, 408, 414, 494], 'antiviral': [259], 'therapy': [260, 268, 280], '(oseltamivir,': [261], '124': [262], '[89.9%]),': [263], 'many': [265], 'antibacterial': [267], '(moxifloxacin,': [269], '89': [270], '[64.4%];': [271], 'ceftriaxone,': [272], '34': [273], '[24.6%];': [274], 'azithromycin,': [275], '25': [276], '[18.1%])': [277], 'glucocorticoid': [279], '(62': [281], '[44.9%]).': [282], 'Thirty-six': [283], '(26.1%)': [285], 'transferred': [287], 'intensive': [290], 'care': [291], 'unit': [292], '(ICU)': [293], 'because': [294], 'complications,': [296], 'including': [297], 'acute': [298], 'respiratory': [299], 'distress': [300], 'syndrome': [301], '(22': [302], '[61.1%]),': [303], 'arrhythmia': [304], '(16': [305], '[44.4%]),': [306], 'shock': [308], '(11': [309], '[30.6%]).': [310], 'first': [315], 'symptom': [316], 'dyspnea': [318, 380], '5.0': [320], 'days,': [321, 327], 'hospital': [323, 455], 'admission': [324], '7.0': [326], 'ARDS': [330], '8.0': [332], 'days.': [333], 'Patients': [334], 'treated': [335, 346], 'ICU': [338, 349, 495], '(n': [339, 350, 450], '=': [340, 351, 451], '36),': [341], 'compared': [342], 'not': [345], '102),': [352], 'older': [354], '(median': [355], 'age,': [356], '66': [357], 'vs': [359, 371, 383, 390], '51': [360], 'years),': [361], 'more': [363, 376], 'likely': [364, 377], 'have': [366, 379], 'underlying': [367], 'comorbidities': [368], '(26': [369], '[72.2%]': [370], '38': [372], '[37.3%]),': [373], '(23': [381], '[63.9%]': [382], '20': [384], '[19.6%]),': [385], 'anorexia': [387], '(24': [388], '[66.7%]': [389], '31': [391], '[30.4%]).': [392], '36': [395], 'ICU,': [399], '4': [400], '(11.1%)': [401], 'high-flow': [403], 'oxygen': [404], 'therapy,': [405], '15': [406], '(41.7%)': [407], 'noninvasive': [409], 'ventilation,': [410], '17': [412], '(47.2%)': [413], 'invasive': [415], 'ventilation': [416], '(4': [417], 'switched': [419], 'extracorporeal': [421], 'membrane': [422], 'oxygenation).': [423], 'As': [424], '47': [428], '(34.1%)': [430], 'discharged': [432, 448], '6': [434], 'died': [435], '(overall': [436], 'mortality,': [437], '4.3%),': [438], 'remaining': [441], 'are': [443], 'still': [444], 'hospitalized.': [445], 'Among': [446], 'those': [447], 'alive': [449], '47),': [452], 'stay': [456], '10': [458], 'days': [459], '(IQR,': [460], '7.0-14.0).': [461], '<h3>Conclusions': [462], 'Relevance</h3>': [464], 'this': [466], '2019-nCoV': [484], '41%': [488], 'patients,': [490], '26%': [491], 'care,': [496], 'mortality': [498], '4.3%.': [500]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3165656738', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1151}, {'year': 2022, 'cited_by_count': 2687}, {'year': 2021, 'cited_by_count': 5175}, {'year': 2020, 'cited_by_count': 7292}, {'year': 2019, 'cited_by_count': 7}], 'updated_date': '2023-09-29T18:32:54.281805', 'created_date': '2021-06-07'}, {'id': 'https://openalex.org/W3004280078', 'doi': 'https://doi.org/10.1038/s41586-020-2012-7', 'title': 'A pneumonia outbreak associated with a new coronavirus of probable bat origin', 'display_name': 'A pneumonia outbreak associated with a new coronavirus of probable bat origin', 'publication_year': 2020, 'publication_date': '2020-02-03', 'ids': {'openalex': 'https://openalex.org/W3004280078', 'doi': 'https://doi.org/10.1038/s41586-020-2012-7', 'mag': '3004280078', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32015507', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7095418'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2012-7', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2012-7.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.nature.com/articles/s41586-020-2012-7.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5083165835', 'display_name': 'Peng Zhou', 'orcid': 'https://orcid.org/0000-0001-9863-4201'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Peng Zhou', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens,\xa0Wuhan Institute of Virology,\xa0Center for Biosafety Mega‐Science Chinese Academy of Sciences Wuhan China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens,\xa0Wuhan Institute of Virology,\xa0Center for Biosafety Mega‐Science Chinese Academy of Sciences Wuhan China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039460637', 'display_name': 'Xing Yang', 'orcid': 'https://orcid.org/0000-0002-5317-8983'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xing Lou Yang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002787853', 'display_name': 'Xian Guang Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210086097', 'display_name': 'Wuhan City Chinese Medicine Hospital', 'ror': 'https://ror.org/00hagsh42', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210086097']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xian Guang Wang', 'raw_affiliation_string': 'Wuhan Jin Yin-Tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Jin Yin-Tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048905227', 'display_name': 'Ben Hu', 'orcid': 'https://orcid.org/0000-0001-9194-3474'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ben Hu', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082665064', 'display_name': 'Lei Zhang', 'orcid': 'https://orcid.org/0000-0003-4921-8986'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lei Zhang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042119566', 'display_name': 'Wei Zhang', 'orcid': 'https://orcid.org/0000-0003-3688-4381'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wei Zhang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033285285', 'display_name': 'Rui Hao', 'orcid': 'https://orcid.org/0000-0001-6661-6631'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hao Rui Si', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060118564', 'display_name': 'Yan Zhu', 'orcid': 'https://orcid.org/0000-0002-7045-4847'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Zhu', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023494462', 'display_name': 'Bei Li', 'orcid': 'https://orcid.org/0009-0002-8102-978X'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bei Li', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067030606', 'display_name': 'Chao Huang', 'orcid': 'https://orcid.org/0009-0004-2564-6016'}, 'institutions': [{'id': 'https://openalex.org/I4210086097', 'display_name': 'Wuhan City Chinese Medicine Hospital', 'ror': 'https://ror.org/00hagsh42', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210086097']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chao Lin Huang', 'raw_affiliation_string': 'Wuhan Jin Yin-Tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Jin Yin-Tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046553623', 'display_name': 'Hui Dong Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210086097', 'display_name': 'Wuhan City Chinese Medicine Hospital', 'ror': 'https://ror.org/00hagsh42', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210086097']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hui Dong Chen', 'raw_affiliation_string': 'Wuhan Jin Yin-Tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Jin Yin-Tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048379858', 'display_name': 'Jing Chen', 'orcid': 'https://orcid.org/0000-0001-8305-9291'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jing Chen', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077234479', 'display_name': 'Yun Luo', 'orcid': 'https://orcid.org/0000-0002-6243-7000'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yun Luo', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018411180', 'display_name': 'Hua Guo', 'orcid': 'https://orcid.org/0000-0003-4388-6465'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hua Guo', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057323908', 'display_name': 'Ruijiao Jiang', 'orcid': 'https://orcid.org/0000-0001-6029-5566'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ren Di Jiang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029219116', 'display_name': 'Mei Qin Liu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Mei Qin Liu', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040558103', 'display_name': 'Ying Chen', 'orcid': 'https://orcid.org/0000-0001-6303-5858'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ying Chen', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055540928', 'display_name': 'Xu Shen', 'orcid': 'https://orcid.org/0000-0002-8683-3446'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xu Rui Shen', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085827531', 'display_name': 'Xi Wang', 'orcid': 'https://orcid.org/0000-0002-8277-467X'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xi Wang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038190243', 'display_name': 'Xiao Zheng', 'orcid': 'https://orcid.org/0000-0002-7804-2564'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiao Shuang Zheng', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023744600', 'display_name': 'Kai Zhao', 'orcid': 'https://orcid.org/0000-0003-0468-2128'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Kai Zhao', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029583070', 'display_name': 'Quan Jiao Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Quan Jiao Chen', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077451991', 'display_name': 'Fei Deng', 'orcid': 'https://orcid.org/0000-0002-5385-083X'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fei Deng', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019131994', 'display_name': 'Lin Lin Liu', 'orcid': 'https://orcid.org/0000-0001-5093-7940'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lin Lin Liu', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029654177', 'display_name': 'Bing Yan', 'orcid': 'https://orcid.org/0000-0001-5430-4761'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bing Yan', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061354289', 'display_name': 'Fa Xian Zhan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fa Xian Zhan', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027156402', 'display_name': 'Yanyi Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Yi Wang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069182943', 'display_name': 'Geng Fu Xiao', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Geng Fu Xiao', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5033625677', 'display_name': 'Zheng Li Shi', 'orcid': 'https://orcid.org/0000-0002-3117-9061'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Zheng Li Shi', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5033625677'], 'corresponding_institution_ids': ['https://openalex.org/I4210106882', 'https://openalex.org/I19820366'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 15914, 'biblio': {'volume': '579', 'issue': '7798', 'first_page': '270', 'last_page': '273'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.7915856}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.6908663}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.6538063}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.64990044}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.58979803}, {'id': 'https://openalex.org/C2778859668', 'wikidata': 'https://www.wikidata.org/wiki/Q103177', 'display_name': 'Severe acute respiratory syndrome', 'level': 5, 'score': 0.540769}, {'id': 'https://openalex.org/C2522874641', 'wikidata': 'https://www.wikidata.org/wiki/Q808', 'display_name': 'Virus', 'level': 2, 'score': 0.51629204}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.4846085}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.460011}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.45308626}, {'id': 'https://openalex.org/C2781458928', 'wikidata': 'https://www.wikidata.org/wiki/Q1361531', 'display_name': 'Natural reservoir', 'level': 3, 'score': 0.43357578}, {'id': 'https://openalex.org/C61053724', 'wikidata': 'https://www.wikidata.org/wiki/Q1154615', 'display_name': 'Sequence analysis', 'level': 3, 'score': 0.41456044}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.368021}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.2863871}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.2817332}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.23668832}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.089995265}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.08479875}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.07364854}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.070142746}], 'mesh': [{'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': True}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D002685', 'descriptor_name': 'Chiroptera', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D004196', 'descriptor_name': 'Disease Outbreaks', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D000085962', 'descriptor_name': 'Angiotensin-Converting Enzyme 2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000914', 'descriptor_name': 'Antibodies, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000914', 'descriptor_name': 'Antibodies, Viral', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000648', 'qualifier_name': 'ultrastructure', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002460', 'descriptor_name': 'Cell Line', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002685', 'descriptor_name': 'Chiroptera', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002522', 'descriptor_name': 'Chlorocebus aethiops', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016679', 'descriptor_name': 'Genome, Viral', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D016679', 'descriptor_name': 'Genome, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007703', 'descriptor_name': 'Peptidyl-Dipeptidase A', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007703', 'descriptor_name': 'Peptidyl-Dipeptidase A', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D010802', 'descriptor_name': 'Phylogeny', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012689', 'descriptor_name': 'Sequence Homology, Nucleic Acid', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045473', 'descriptor_name': 'Severe acute respiratory syndrome-related coronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045473', 'descriptor_name': 'Severe acute respiratory syndrome-related coronavirus', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': False}, {'descriptor_ui': 'D045473', 'descriptor_name': 'Severe acute respiratory syndrome-related coronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D014709', 'descriptor_name': 'Vero Cells', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2012-7', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2012-7.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7095418', 'pdf_url': 'https://europepmc.org/articles/pmc7095418?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7095418', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81628', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81628/3/1083904793-2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/2020.01.22.914952', 'pdf_url': 'https://www.biorxiv.org/content/biorxiv/early/2020/01/23/2020.01.22.914952.1.full.pdf', 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32015507', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2012-7', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2012-7.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.89}], 'grants': [], 'referenced_works_count': 14, 'referenced_works': ['https://openalex.org/W1966238900', 'https://openalex.org/W1993577573', 'https://openalex.org/W2103503670', 'https://openalex.org/W2122576818', 'https://openalex.org/W2132260239', 'https://openalex.org/W2166867592', 'https://openalex.org/W2167826411', 'https://openalex.org/W2195009776', 'https://openalex.org/W2298153446', 'https://openalex.org/W2775086803', 'https://openalex.org/W2786098272', 'https://openalex.org/W2903899730', 'https://openalex.org/W2918873120', 'https://openalex.org/W3005111420'], 'related_works': ['https://openalex.org/W3010192012', 'https://openalex.org/W3010916376', 'https://openalex.org/W3015685934', 'https://openalex.org/W3016091128', 'https://openalex.org/W3016232566', 'https://openalex.org/W3096106079', 'https://openalex.org/W3118476632', 'https://openalex.org/W3126382493', 'https://openalex.org/W3200638601', 'https://openalex.org/W4211175366'], 'ngrams_url': 'https://api.openalex.org/works/W3004280078/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Since': [1], 'the': [2, 40, 50, 105, 128, 151, 161, 184], 'outbreak': [3], 'of': [4, 16, 54, 63, 104, 139, 153, 165], 'severe': [5], 'acute': [6, 64], 'respiratory': [7, 65], 'syndrome': [8, 66], '(SARS)': [9], '18': [10], 'years': [11], 'ago,': [12], 'a': [13, 55, 132, 166], 'large': [14], 'number': [15], 'SARS-related': [17], 'coronaviruses': [18], '(SARSr-CoVs)': [19], 'have': [20, 33, 39], 'been': [21], 'discovered': [22], 'in': [23, 67, 69], 'their': [24], 'natural': [25], 'reservoir': [26], 'host,': [27], 'bats': [28], '1–4': [29], '.': [30, 46, 154], 'Previous': [31], 'studies': [32], 'shown': [34], 'that': [35, 122, 146, 181], 'some': [36], 'bat': [37, 133], 'SARSr-CoVs': [38], 'potential': [41], 'to': [42, 117, 131, 150], 'infect': [43], 'humans': [44, 68], '5–7': [45], 'Here': [47], 'we': [48, 120, 179], 'report': [49], 'identification': [51], 'and': [52, 112], 'characterization': [53], 'new': [56], 'coronavirus': [57], '(2019-nCoV),': [58], 'which': [59, 74], 'caused': [60, 81], 'an': [61, 101], 'epidemic': [62], 'Wuhan,': [70], 'China.': [71], 'The': [72, 107], 'epidemic,': [73], 'started': [75], 'on': [76], '12': [77], 'December': [78], '2019,': [79], 'had': [80], '2,794': [82], 'laboratory-confirmed': [83], 'infections': [84], 'including': [85], '80': [86], 'deaths': [87], 'by': [88, 173], '26': [89], 'January': [90], '2020.': [91], 'Full-length': [92], 'genome': [93], 'sequences': [94, 108], 'were': [95], 'obtained': [96], 'from': [97, 160, 175], 'five': [98], 'patients': [99], 'at': [100, 127], 'early': [102], 'stage': [103], 'outbreak.': [106], 'are': [109], 'almost': [110], 'identical': [111, 126], 'share': [113], '79.6%': [114], 'sequence': [115, 137], 'identity': [116], 'SARS-CoV.': [118, 193], 'Furthermore,': [119], 'show': [121, 145], '2019-nCoV': [123, 157, 182], 'is': [124], '96%': [125], 'whole-genome': [129], 'level': [130], 'coronavirus.': [134], 'Pairwise': [135], 'protein': [136], 'analysis': [138], 'seven': [140], 'conserved': [141], 'non-structural': [142], 'proteins': [143], 'domains': [144], 'this': [147], 'virus': [148, 158], 'belongs': [149], 'species': [152], 'In': [155], 'addition,': [156], 'isolated': [159], 'bronchoalveolar': [162], 'lavage': [163], 'fluid': [164], 'critically': [167], 'ill': [168], 'patient': [169], 'could': [170], 'be': [171], 'neutralized': [172], 'sera': [174], 'several': [176], 'patients.': [177], 'Notably,': [178], 'confirmed': [180], 'uses': [183], 'same': [185], 'cell': [186], 'entry': [187], 'receptor—angiotensin': [188], 'converting': [189], 'enzyme': [190], 'II': [191], '(ACE2)—as': [192]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3004280078', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1375}, {'year': 2022, 'cited_by_count': 3163}, {'year': 2021, 'cited_by_count': 5374}, {'year': 2020, 'cited_by_count': 5945}, {'year': 2019, 'cited_by_count': 5}, {'year': 2018, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}], 'updated_date': '2023-10-04T03:33:07.892586', 'created_date': '2020-02-07'}, {'id': 'https://openalex.org/W3009912996', 'doi': 'https://doi.org/10.1016/j.cell.2020.02.052', 'title': 'SARS-CoV-2 Cell Entry Depends on ACE2 and TMPRSS2 and Is Blocked by a Clinically Proven Protease Inhibitor', 'display_name': 'SARS-CoV-2 Cell Entry Depends on ACE2 and TMPRSS2 and Is Blocked by a Clinically Proven Protease Inhibitor', 'publication_year': 2020, 'publication_date': '2020-04-01', 'ids': {'openalex': 'https://openalex.org/W3009912996', 'doi': 'https://doi.org/10.1016/j.cell.2020.02.052', 'mag': '3009912996', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32142651', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7102627'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2020.02.052', 'pdf_url': 'http://www.cell.com/article/S0092867420302294/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.cell.com/article/S0092867420302294/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5019620317', 'display_name': 'Markus Hoffmann', 'orcid': 'https://orcid.org/0000-0003-4603-7696'}, 'institutions': [{'id': 'https://openalex.org/I2801496451', 'display_name': 'German Primate Center', 'ror': 'https://ror.org/02f99v835', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I2801496451', 'https://openalex.org/I315704651']}], 'countries': ['DE'], 'is_corresponding': True, 'raw_author_name': 'Markus Hoffmann', 'raw_affiliation_string': 'Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany', 'raw_affiliation_strings': ['Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044441675', 'display_name': 'Hannah Kleine-Weber', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2801496451', 'display_name': 'German Primate Center', 'ror': 'https://ror.org/02f99v835', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I2801496451', 'https://openalex.org/I315704651']}, {'id': 'https://openalex.org/I74656192', 'display_name': 'University of Göttingen', 'ror': 'https://ror.org/01y9bpm73', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I74656192']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Hannah Kleine-Weber', 'raw_affiliation_string': 'Faculty of Biology and Psychology, University Göttingen, Göttingen, Germany; Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany', 'raw_affiliation_strings': ['Faculty of Biology and Psychology, University Göttingen, Göttingen, Germany', 'Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074494709', 'display_name': 'Simon Schroeder', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I7877124', 'display_name': 'Charité - Universitätsmedizin Berlin', 'ror': 'https://ror.org/001w7jn25', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I7877124']}, {'id': 'https://openalex.org/I39343248', 'display_name': 'Humboldt-Universität zu Berlin', 'ror': 'https://ror.org/01hcx6992', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I39343248']}, {'id': 'https://openalex.org/I75951250', 'display_name': 'Freie Universität Berlin', 'ror': 'https://ror.org/046ak2485', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I75951250']}, {'id': 'https://openalex.org/I4210115305', 'display_name': 'German Center for Infection Research', 'ror': 'https://ror.org/028s4q594', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210115305']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Simon Schroeder', 'raw_affiliation_string': 'Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany; German Centre for Infection Research, associated partner Charité, Berlin, Germany', 'raw_affiliation_strings': ['Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany', 'German Centre for Infection Research, associated partner Charité, Berlin, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082143205', 'display_name': 'Nadine Krüger', 'orcid': 'https://orcid.org/0000-0002-4413-8699'}, 'institutions': [{'id': 'https://openalex.org/I189991', 'display_name': 'University of Veterinary Medicine Hannover, Foundation', 'ror': 'https://ror.org/015qjqf64', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I189991']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Nadine Krüger', 'raw_affiliation_string': 'Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany', 'raw_affiliation_strings': ['Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063536124', 'display_name': 'Tanja Herrler', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105334', 'display_name': 'Berufsgenossenschaftliche Unfallklinik Murnau', 'ror': 'https://ror.org/01fgmnw14', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210105334']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Tanja Herrler', 'raw_affiliation_string': 'BG Unfallklinik Murnau, Murnau, Germany', 'raw_affiliation_strings': ['BG Unfallklinik Murnau, Murnau, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083074687', 'display_name': 'S. Erichsen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105334', 'display_name': 'Berufsgenossenschaftliche Unfallklinik Murnau', 'ror': 'https://ror.org/01fgmnw14', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210105334']}, {'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}], 'countries': ['AT', 'DE'], 'is_corresponding': False, 'raw_author_name': 'Sandra Erichsen', 'raw_affiliation_string': 'Institute for Biomechanics, BG Unfallklinik Murnau, Murnau, Germany; Institute for Biomechanics, Paracelsus Medical University Salzburg, Salzburg, Austria', 'raw_affiliation_strings': ['Institute for Biomechanics, BG Unfallklinik Murnau, Murnau, Germany', 'Institute for Biomechanics, Paracelsus Medical University Salzburg, Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033152934', 'display_name': 'Tobias S. Schiergens', 'orcid': 'https://orcid.org/0000-0001-6111-5328'}, 'institutions': [{'id': 'https://openalex.org/I8204097', 'display_name': 'Ludwig-Maximilians-Universität München', 'ror': 'https://ror.org/05591te55', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I8204097']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Tobias S. Schiergens', 'raw_affiliation_string': 'Biobank of the Department of General, Visceral, and Transplant Surgery, Ludwig-Maximilians-University Munich, Munich, Germany', 'raw_affiliation_strings': ['Biobank of the Department of General, Visceral, and Transplant Surgery, Ludwig-Maximilians-University Munich, Munich, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065412037', 'display_name': 'Georg Herrler', 'orcid': 'https://orcid.org/0000-0002-5827-0957'}, 'institutions': [{'id': 'https://openalex.org/I189991', 'display_name': 'University of Veterinary Medicine Hannover, Foundation', 'ror': 'https://ror.org/015qjqf64', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I189991']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Georg Herrler', 'raw_affiliation_string': 'Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany', 'raw_affiliation_strings': ['Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028405920', 'display_name': 'Nai Huei Wu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I189991', 'display_name': 'University of Veterinary Medicine Hannover, Foundation', 'ror': 'https://ror.org/015qjqf64', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I189991']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Nai Huei Wu', 'raw_affiliation_string': 'Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany', 'raw_affiliation_strings': ['Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007303691', 'display_name': 'Andreas Nitsche', 'orcid': 'https://orcid.org/0000-0001-8185-3176'}, 'institutions': [{'id': 'https://openalex.org/I24359323', 'display_name': 'Robert Koch Institute', 'ror': 'https://ror.org/01k5qnb77', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I24359323']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Andreas Nitsche', 'raw_affiliation_string': 'Robert Koch Institute, ZBS 1 Highly Pathogenic Viruses, WHO Collaborating Centre for Emerging Infections and Biological Threats, Berlin, Germany', 'raw_affiliation_strings': ['Robert Koch Institute, ZBS 1 Highly Pathogenic Viruses, WHO Collaborating Centre for Emerging Infections and Biological Threats, Berlin, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041846756', 'display_name': 'Marcel A. Müller', 'orcid': 'https://orcid.org/0000-0003-2242-5117'}, 'institutions': [{'id': 'https://openalex.org/I7877124', 'display_name': 'Charité - Universitätsmedizin Berlin', 'ror': 'https://ror.org/001w7jn25', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I7877124']}, {'id': 'https://openalex.org/I39343248', 'display_name': 'Humboldt-Universität zu Berlin', 'ror': 'https://ror.org/01hcx6992', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I39343248']}, {'id': 'https://openalex.org/I75951250', 'display_name': 'Freie Universität Berlin', 'ror': 'https://ror.org/046ak2485', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I75951250']}, {'id': 'https://openalex.org/I4210115305', 'display_name': 'German Center for Infection Research', 'ror': 'https://ror.org/028s4q594', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210115305']}, {'id': 'https://openalex.org/I17877952', 'display_name': 'Sechenov University', 'ror': 'https://ror.org/02yqqv993', 'country_code': 'RU', 'type': 'education', 'lineage': ['https://openalex.org/I17877952']}], 'countries': ['DE', 'RU'], 'is_corresponding': False, 'raw_author_name': 'Marcel A. Müller', 'raw_affiliation_string': 'Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany; German Centre for Infection Research, associated partner Charité, Berlin, Germany; Martsinovsky Institute of Medical Parasitology, Tropical and Vector Borne Diseases, Sechenov University, Moscow, Russia', 'raw_affiliation_strings': ['Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany', 'German Centre for Infection Research, associated partner Charité, Berlin, Germany', 'Martsinovsky Institute of Medical Parasitology, Tropical and Vector Borne Diseases, Sechenov University, Moscow, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011461272', 'display_name': 'Christian Drosten', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I7877124', 'display_name': 'Charité - Universitätsmedizin Berlin', 'ror': 'https://ror.org/001w7jn25', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I7877124']}, {'id': 'https://openalex.org/I39343248', 'display_name': 'Humboldt-Universität zu Berlin', 'ror': 'https://ror.org/01hcx6992', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I39343248']}, {'id': 'https://openalex.org/I75951250', 'display_name': 'Freie Universität Berlin', 'ror': 'https://ror.org/046ak2485', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I75951250']}, {'id': 'https://openalex.org/I4210115305', 'display_name': 'German Center for Infection Research', 'ror': 'https://ror.org/028s4q594', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210115305']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Christian Drosten', 'raw_affiliation_string': 'Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany; German Centre for Infection Research, associated partner Charité, Berlin, Germany', 'raw_affiliation_strings': ['Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany', 'German Centre for Infection Research, associated partner Charité, Berlin, Germany']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5004595481', 'display_name': 'Stefan Pöhlmann', 'orcid': 'https://orcid.org/0000-0001-6086-9136'}, 'institutions': [{'id': 'https://openalex.org/I2801496451', 'display_name': 'German Primate Center', 'ror': 'https://ror.org/02f99v835', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I2801496451', 'https://openalex.org/I315704651']}, {'id': 'https://openalex.org/I74656192', 'display_name': 'University of Göttingen', 'ror': 'https://ror.org/01y9bpm73', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I74656192']}], 'countries': ['DE'], 'is_corresponding': True, 'raw_author_name': 'Stefan Pöhlmann', 'raw_affiliation_string': 'Faculty of Biology and Psychology, University Göttingen, Göttingen, Germany; Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany', 'raw_affiliation_strings': ['Faculty of Biology and Psychology, University Göttingen, Göttingen, Germany', 'Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 12, 'corresponding_author_ids': ['https://openalex.org/A5019620317', 'https://openalex.org/A5004595481'], 'corresponding_institution_ids': ['https://openalex.org/I2801496451', 'https://openalex.org/I2801496451', 'https://openalex.org/I74656192'], 'apc_list': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'apc_paid': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 15044, 'biblio': {'volume': '181', 'issue': '2', 'first_page': '271', 'last_page': '280.e8'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778042024', 'wikidata': 'https://www.wikidata.org/wiki/Q18032025', 'display_name': 'TMPRSS2', 'level': 5, 'score': 0.8633719}, {'id': 'https://openalex.org/C182220744', 'wikidata': 'https://www.wikidata.org/wiki/Q7251226', 'display_name': 'Proteases', 'level': 3, 'score': 0.81877446}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.80674565}, {'id': 'https://openalex.org/C58475186', 'wikidata': 'https://www.wikidata.org/wiki/Q4118894', 'display_name': 'Viral entry', 'level': 4, 'score': 0.7118749}, {'id': 'https://openalex.org/C2776714187', 'wikidata': 'https://www.wikidata.org/wiki/Q212410', 'display_name': 'Protease', 'level': 3, 'score': 0.65237486}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.6313091}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.61351675}, {'id': 'https://openalex.org/C2777807008', 'wikidata': 'https://www.wikidata.org/wiki/Q87324999', 'display_name': 'Serine protease', 'level': 4, 'score': 0.58642614}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.52997136}, {'id': 'https://openalex.org/C170493617', 'wikidata': 'https://www.wikidata.org/wiki/Q208467', 'display_name': 'Receptor', 'level': 2, 'score': 0.529352}, {'id': 'https://openalex.org/C81444415', 'wikidata': 'https://www.wikidata.org/wiki/Q7243535', 'display_name': 'Priming (agriculture)', 'level': 3, 'score': 0.52916145}, {'id': 'https://openalex.org/C2781143361', 'wikidata': 'https://www.wikidata.org/wiki/Q55761529', 'display_name': 'Protease inhibitor (pharmacology)', 'level': 5, 'score': 0.49116632}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.42039463}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.41703844}, {'id': 'https://openalex.org/C2522874641', 'wikidata': 'https://www.wikidata.org/wiki/Q808', 'display_name': 'Virus', 'level': 2, 'score': 0.36700684}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.34972942}, {'id': 'https://openalex.org/C140704245', 'wikidata': 'https://www.wikidata.org/wiki/Q3933202', 'display_name': 'Viral replication', 'level': 3, 'score': 0.20366856}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.17479128}, {'id': 'https://openalex.org/C142462285', 'wikidata': 'https://www.wikidata.org/wiki/Q2528140', 'display_name': 'Viral load', 'level': 3, 'score': 0.16594088}, {'id': 'https://openalex.org/C181199279', 'wikidata': 'https://www.wikidata.org/wiki/Q8047', 'display_name': 'Enzyme', 'level': 2, 'score': 0.118080854}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.09562406}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.08307779}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.07143468}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C2993143319', 'wikidata': 'https://www.wikidata.org/wiki/Q583050', 'display_name': 'Antiretroviral therapy', 'level': 4, 'score': 0.0}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C100701293', 'wikidata': 'https://www.wikidata.org/wiki/Q193838', 'display_name': 'Germination', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C59822182', 'wikidata': 'https://www.wikidata.org/wiki/Q441', 'display_name': 'Botany', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2020.02.052', 'pdf_url': 'http://www.cell.com/article/S0092867420302294/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7102627', 'pdf_url': 'https://europepmc.org/articles/pmc7102627?pdf=render', 'source': {'id': 'https://openalex.org/S4377196269', 'display_name': 'PUBLISSO (German National Library of Medicine)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4210112663', 'host_organization_name': 'German National Library of Medicine', 'host_organization_lineage': ['https://openalex.org/I4210112663'], 'host_organization_lineage_names': ['German National Library of Medicine'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102627', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/2020.01.31.929042', 'pdf_url': 'https://www.biorxiv.org/content/biorxiv/early/2020/01/31/2020.01.31.929042.full.pdf', 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2020.02.052', 'pdf_url': 'http://www.cell.com/article/S0092867420302294/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.5}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.3}], 'grants': [{'funder': 'https://openalex.org/F4320320879', 'funder_display_name': 'Deutsche Forschungsgemeinschaft', 'award_id': 'WU 929/1-1'}], 'referenced_works_count': 58, 'referenced_works': ['https://openalex.org/W1736130314', 'https://openalex.org/W1860515130', 'https://openalex.org/W1964982019', 'https://openalex.org/W1965435260', 'https://openalex.org/W1966238900', 'https://openalex.org/W1972032770', 'https://openalex.org/W1982533785', 'https://openalex.org/W1993577573', 'https://openalex.org/W2003471175', 'https://openalex.org/W2006286994', 'https://openalex.org/W2012987756', 'https://openalex.org/W2021442163', 'https://openalex.org/W2027518730', 'https://openalex.org/W2033260105', 'https://openalex.org/W2038918691', 'https://openalex.org/W2064076043', 'https://openalex.org/W2081719521', 'https://openalex.org/W2081781003', 'https://openalex.org/W2086493164', 'https://openalex.org/W2091671824', 'https://openalex.org/W2098086455', 'https://openalex.org/W2101506295', 'https://openalex.org/W2102637313', 'https://openalex.org/W2106842109', 'https://openalex.org/W2118619855', 'https://openalex.org/W2119111857', 'https://openalex.org/W2131643524', 'https://openalex.org/W2134061616', 'https://openalex.org/W2137096011', 'https://openalex.org/W2140338292', 'https://openalex.org/W2140674451', 'https://openalex.org/W2141787825', 'https://openalex.org/W2146242600', 'https://openalex.org/W2156273941', 'https://openalex.org/W2166650533', 'https://openalex.org/W2167384912', 'https://openalex.org/W2398175096', 'https://openalex.org/W2466982071', 'https://openalex.org/W2470646526', 'https://openalex.org/W2509449660', 'https://openalex.org/W2531018947', 'https://openalex.org/W2567318426', 'https://openalex.org/W2755284350', 'https://openalex.org/W2772447558', 'https://openalex.org/W2775762540', 'https://openalex.org/W2799524357', 'https://openalex.org/W2899885689', 'https://openalex.org/W2900126499', 'https://openalex.org/W2909787042', 'https://openalex.org/W2970106832', 'https://openalex.org/W2994156659', 'https://openalex.org/W2995902735', 'https://openalex.org/W3001195213', 'https://openalex.org/W3001465255', 'https://openalex.org/W3001897055', 'https://openalex.org/W3002533507', 'https://openalex.org/W3002539152', 'https://openalex.org/W3103590655'], 'related_works': ['https://openalex.org/W3005417802', 'https://openalex.org/W3009912996', 'https://openalex.org/W3020699490', 'https://openalex.org/W3084498529', 'https://openalex.org/W3120641136', 'https://openalex.org/W3124487864', 'https://openalex.org/W3127156785', 'https://openalex.org/W3134376730', 'https://openalex.org/W3138412354', 'https://openalex.org/W4206419631'], 'ngrams_url': 'https://api.openalex.org/works/W3009912996/ngrams', 'abstract_inverted_index': {'The': [0], 'recent': [1], 'emergence': [2], 'of': [3, 26, 31], 'the': [4, 32, 75, 82, 109], 'novel,': [5], 'pathogenic': [6], 'SARS-coronavirus': [7], '2': [8], '(SARS-CoV-2)': [9], 'in': [10], 'China': [11], 'and': [12, 16, 40, 65, 81, 99, 125, 128], 'its': [13], 'rapid': [14], 'national': [15], 'international': [17], 'spread': [18], 'pose': [19], 'a': [20, 102, 130], 'global': [21], 'health': [22], 'emergency.': [23], 'Cell': [24], 'entry': [25, 58, 80, 98], 'coronaviruses': [27], 'depends': [28], 'on': [29, 41], 'binding': [30], 'viral': [33, 63], 'spike': [34], '(S)': [35], 'proteins': [36], 'to': [37], 'cellular': [38, 51], 'receptors': [39], 'S': [42, 87], 'protein': [43, 88], 'priming': [44], 'by': [45, 55], 'host': [46], 'cell': [47], 'proteases.': [48], 'Unravelling': [49], 'which': [50], 'factors': [52], 'are': [53], 'used': [54], 'SARS-CoV-2': [56, 73, 124], 'for': [57, 79, 86, 94, 133], 'might': [59, 100], 'provide': [60], 'insights': [61], 'into': [62], 'transmission': [64], 'reveal': [66, 120], 'therapeutic': [67], 'targets.': [68], 'Here,': [69], 'we': [70, 106], 'demonstrate': [71], 'that': [72, 108], 'uses': [74], 'SARS-CoV': [76, 126], 'receptor': [77], 'ACE2': [78], 'serine': [83], 'protease': [84], 'TMPRSS2': [85, 91], 'priming.': [89], 'A': [90], 'inhibitor': [92], 'approved': [93], 'clinical': [95], 'use': [96], 'blocked': [97], 'constitute': [101], 'treatment': [103], 'option.': [104], 'Finally,': [105], 'show': [107], 'sera': [110], 'from': [111], 'convalescent': [112], 'SARS': [113], 'patients': [114], 'cross-neutralized': [115], 'SARS-2-S-driven': [116], 'entry.': [117], 'Our': [118], 'results': [119], 'important': [121], 'commonalities': [122], 'between': [123], 'infection': [127], 'identify': [129], 'potential': [131], 'target': [132], 'antiviral': [134], 'intervention.': [135]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3009912996', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1635}, {'year': 2022, 'cited_by_count': 3385}, {'year': 2021, 'cited_by_count': 5324}, {'year': 2020, 'cited_by_count': 4647}, {'year': 2019, 'cited_by_count': 4}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-10-03T06:19:21.591446', 'created_date': '2020-03-13'}, {'id': 'https://openalex.org/W3002108456', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'title': 'Epidemiological and clinical characteristics of 99 cases of 2019 novel coronavirus pneumonia in Wuhan, China: a descriptive study', 'display_name': 'Epidemiological and clinical characteristics of 99 cases of 2019 novel coronavirus pneumonia in Wuhan, China: a descriptive study', 'publication_year': 2020, 'publication_date': '2020-02-01', 'ids': {'openalex': 'https://openalex.org/W3002108456', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'mag': '3002108456', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32007143', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7135076'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302117/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S0140673620302117/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079000753', 'display_name': 'Nanshan Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Nanshan Chen', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049496067', 'display_name': 'Min Zhou', 'orcid': 'https://orcid.org/0000-0002-8718-8506'}, 'institutions': [{'id': 'https://openalex.org/I2801556517', 'display_name': 'Ruijin Hospital', 'ror': 'https://ror.org/01hv94n30', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801556517']}, {'id': 'https://openalex.org/I183067930', 'display_name': 'Shanghai Jiao Tong University', 'ror': 'https://ror.org/0220qvk04', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183067930']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Min Zhou', 'raw_affiliation_string': 'Department of Respiratory and Critical Care Medicine, Ruijin Hospital, Shanghai Jiaotong University School of Medicine, Shanghai, China; Institute of Respiratory Diseases, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'raw_affiliation_strings': ['Department of Respiratory and Critical Care Medicine, Ruijin Hospital, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'Institute of Respiratory Diseases, Shanghai Jiaotong University School of Medicine, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055421311', 'display_name': 'Xuan Dong', 'orcid': 'https://orcid.org/0000-0003-4740-278X'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xuan Dong', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088009780', 'display_name': 'Jieming Qu', 'orcid': 'https://orcid.org/0000-0003-4517-9473'}, 'institutions': [{'id': 'https://openalex.org/I2801556517', 'display_name': 'Ruijin Hospital', 'ror': 'https://ror.org/01hv94n30', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801556517']}, {'id': 'https://openalex.org/I183067930', 'display_name': 'Shanghai Jiao Tong University', 'ror': 'https://ror.org/0220qvk04', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183067930']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jieming Qu', 'raw_affiliation_string': 'Department of Respiratory and Critical Care Medicine, Ruijin Hospital, Shanghai Jiaotong University School of Medicine, Shanghai, China; Institute of Respiratory Diseases, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'raw_affiliation_strings': ['Department of Respiratory and Critical Care Medicine, Ruijin Hospital, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'Institute of Respiratory Diseases, Shanghai Jiaotong University School of Medicine, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087860738', 'display_name': 'Fengyun Gong', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fengyun Gong', 'raw_affiliation_string': 'Infection Disease Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Infection Disease Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028918974', 'display_name': 'Yu Han', 'orcid': 'https://orcid.org/0009-0001-9675-512X'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}, {'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yang Han', 'raw_affiliation_string': 'Science and Education Department, Wuhan Jinyintan Hospital, Wuhan, China; State Key Laboratory of Virology, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['Science and Education Department, Wuhan Jinyintan Hospital, Wuhan, China', 'State Key Laboratory of Virology, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015539974', 'display_name': 'Yang Qiu', 'orcid': 'https://orcid.org/0000-0001-5152-1242'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yang Qiu', 'raw_affiliation_string': 'State Key Laboratory of Virology, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['State Key Laboratory of Virology, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018313165', 'display_name': 'Jingli Wang', 'orcid': 'https://orcid.org/0000-0001-5942-0219'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jingli Wang', 'raw_affiliation_string': 'Infection Disease Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Infection Disease Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060002817', 'display_name': 'Ying Liu', 'orcid': 'https://orcid.org/0000-0003-0267-7317'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ying Liu', 'raw_affiliation_string': 'The Office of Drug Clinical Trial Institution, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['The Office of Drug Clinical Trial Institution, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052650664', 'display_name': 'Wei Yuan', 'orcid': 'https://orcid.org/0000-0003-3387-7549'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuan Wei', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024929222', 'display_name': 'Jiaan Xia', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': "Jia'an Xia", 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027596703', 'display_name': 'Yasuyuki Takata', 'orcid': 'https://orcid.org/0000-0003-4096-8975'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ting Yu', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035441171', 'display_name': 'Xinxin Zhang', 'orcid': 'https://orcid.org/0000-0002-2767-8570'}, 'institutions': [{'id': 'https://openalex.org/I2801556517', 'display_name': 'Ruijin Hospital', 'ror': 'https://ror.org/01hv94n30', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801556517']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Xinxin Zhang', 'raw_affiliation_string': 'Research Laboratory of Clinical Virology, Ruijin Hospital and Ruijin Hospital North, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'raw_affiliation_strings': ['Research Laboratory of Clinical Virology, Ruijin Hospital and Ruijin Hospital North, Shanghai Jiaotong University School of Medicine, Shanghai, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5066716873', 'display_name': 'Li Zhang', 'orcid': 'https://orcid.org/0000-0002-9386-8938'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Li Zhang', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5035441171', 'https://openalex.org/A5066716873'], 'corresponding_institution_ids': ['https://openalex.org/I2801556517', 'https://openalex.org/I3020662980'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 15005, 'biblio': {'volume': '395', 'issue': '10223', 'first_page': '507', 'last_page': '513'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.92693704}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.77771133}, {'id': 'https://openalex.org/C2777870961', 'wikidata': 'https://www.wikidata.org/wiki/Q1292082', 'display_name': 'Sore throat', 'level': 2, 'score': 0.72491306}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.698262}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.53816533}, {'id': 'https://openalex.org/C2778329176', 'wikidata': 'https://www.wikidata.org/wiki/Q203601', 'display_name': 'Pneumothorax', 'level': 2, 'score': 0.530613}, {'id': 'https://openalex.org/C2780908675', 'wikidata': 'https://www.wikidata.org/wiki/Q973331', 'display_name': 'Crackles', 'level': 3, 'score': 0.5134936}, {'id': 'https://openalex.org/C141983124', 'wikidata': 'https://www.wikidata.org/wiki/Q188008', 'display_name': 'Respiratory distress', 'level': 2, 'score': 0.48032227}, {'id': 'https://openalex.org/C2778704086', 'wikidata': 'https://www.wikidata.org/wiki/Q693058', 'display_name': 'Chest pain', 'level': 2, 'score': 0.4513813}, {'id': 'https://openalex.org/C2780852908', 'wikidata': 'https://www.wikidata.org/wiki/Q127076', 'display_name': 'Vomiting', 'level': 2, 'score': 0.44843453}, {'id': 'https://openalex.org/C2780580376', 'wikidata': 'https://www.wikidata.org/wiki/Q186889', 'display_name': 'Nausea', 'level': 2, 'score': 0.4290114}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.38738158}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 0.3286866}, {'id': 'https://openalex.org/C527108885', 'wikidata': 'https://www.wikidata.org/wiki/Q835153', 'display_name': 'Physical examination', 'level': 2, 'score': 0.23776898}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D015897', 'descriptor_name': 'Comorbidity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D004196', 'descriptor_name': 'Disease Outbreaks', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004417', 'descriptor_name': 'Dyspnea', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004417', 'descriptor_name': 'Dyspnea', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D004417', 'descriptor_name': 'Dyspnea', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013902', 'descriptor_name': 'Radiography, Thoracic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012189', 'descriptor_name': 'Retrospective Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014057', 'descriptor_name': 'Tomography, X-Ray Computed', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302117/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7135076', 'pdf_url': 'https://europepmc.org/articles/pmc7135076?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7135076', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32007143', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302117/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.77}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.23}], 'grants': [{'funder': 'https://openalex.org/F4320325211', 'funder_display_name': 'Nanjing Agricultural University', 'award_id': '2017YFC1309700'}], 'referenced_works_count': 23, 'referenced_works': ['https://openalex.org/W1841279730', 'https://openalex.org/W1923197190', 'https://openalex.org/W1990059132', 'https://openalex.org/W2132260239', 'https://openalex.org/W2145441153', 'https://openalex.org/W2149508011', 'https://openalex.org/W2159340685', 'https://openalex.org/W2166867592', 'https://openalex.org/W2465777822', 'https://openalex.org/W2555838982', 'https://openalex.org/W2576706040', 'https://openalex.org/W2611428787', 'https://openalex.org/W2756945639', 'https://openalex.org/W2766931063', 'https://openalex.org/W2775086803', 'https://openalex.org/W2794573360', 'https://openalex.org/W2903899730', 'https://openalex.org/W2909194930', 'https://openalex.org/W2991899552', 'https://openalex.org/W2999318660', 'https://openalex.org/W2999364275', 'https://openalex.org/W2999409984', 'https://openalex.org/W3001118548'], 'related_works': ['https://openalex.org/W1876008211', 'https://openalex.org/W2011177479', 'https://openalex.org/W2174772892', 'https://openalex.org/W2339811759', 'https://openalex.org/W2362307391', 'https://openalex.org/W2471039675', 'https://openalex.org/W2472395214', 'https://openalex.org/W4361280021', 'https://openalex.org/W4385428631', 'https://openalex.org/W4386933079'], 'ngrams_url': 'https://api.openalex.org/works/W3002108456/ngrams', 'abstract_inverted_index': {'BackgroundIn': [0], 'December,': [1], '2019,': [2], 'a': [3, 87, 226], 'pneumonia': [4], 'associated': [5], 'with': [6, 81, 250, 278], 'the': [7, 21, 78, 92, 100, 279, 298, 301, 306], '2019': [8], 'novel': [9], 'coronavirus': [10], '(2019-nCoV)': [11], 'emerged': [12], 'in': [13, 40, 116, 225, 255, 276, 289, 304, 310], 'Wuhan,': [14], 'China.': [15, 317], 'We': [16], 'aimed': [17], 'to': [18, 47, 91, 186, 246, 296], 'further': [19], 'clarify': [20], 'epidemiological': [22], 'and': [23, 57, 64, 67, 110, 178, 180, 201, 204, 231, 252, 257], 'clinical': [24, 130], 'characteristics': [25, 270], 'of': [26, 38, 89, 99, 132, 142, 229, 233, 240, 271, 300, 308, 316], '2019-nCoV': [27, 39, 82, 113, 237, 311], 'pneumonia.MethodsIn': [28], 'this': [29], 'retrospective,': [30], 'single-centre': [31], 'study,': [32], 'we': [33], 'included': [34], 'all': [35, 117], 'confirmed': [36, 53], 'cases': [37], 'Wuhan': [41], 'Jinyintan': [42], 'Hospital': [43], 'from': [44], 'Jan': [45, 48, 75], '1': [46], '20,': [49], '2020.': [50], 'Cases': [51], 'were': [52, 58, 71, 275], 'by': [54, 119], 'real-time': [55, 120], 'RT-PCR': [56], 'analysed': [59], 'for': [60, 286], 'epidemiological,': [61], 'demographic,': [62], 'clinical,': [63], 'radiological': [65], 'features': [66], 'laboratory': [68], 'data.': [69], 'Outcomes': [70], 'followed': [72], 'up': [73], 'until': [74], '25,': [76], '2020.FindingsOf': [77], '99': [79], 'patients': [80, 101, 118, 124, 191, 197, 212, 223, 272], 'pneumonia,': [83, 194], '49': [84], '(49%)': [85], 'had': [86, 125, 129, 208], 'history': [88], 'exposure': [90], 'Huanan': [93], 'seafood': [94], 'market.': [95], 'The': [96], 'average': [97], 'age': [98], 'was': [102, 114, 239], '55·5': [103], 'years': [104], '(SD': [105], '13·1),': [106], 'including': [107], '67': [108], 'men': [109], '32': [111], 'women.': [112], 'detected': [115], 'RT-PCR.': [121], '50': [122], '(51%)': [123], 'chronic': [126], 'diseases.': [127], 'Patients': [128], 'manifestations': [131], 'fever': [133], '(82': [134], '[83%]': [135], 'patients),': [136, 140, 146, 151, 155, 159, 164, 168, 173, 177], 'cough': [137], '(81': [138], '[82%]': [139], 'shortness': [141], 'breath': [143], '(31': [144], '[31%]': [145], 'muscle': [147], 'ache': [148], '(11': [149], '[11%]': [150], 'confusion': [152], '(nine': [153], '[9%]': [154], 'headache': [156], '(eight': [157], '[8%]': [158], 'sore': [160], 'throat': [161], '(five': [162], '[5%]': [163], 'rhinorrhoea': [165], '(four': [166], '[4%]': [167], 'chest': [169], 'pain': [170], '(two': [171, 175], '[2%]': [172, 176], 'diarrhoea': [174], 'nausea': [179], 'vomiting': [181], '(one': [182], '[1%]': [183], 'patient).': [184], 'According': [185], 'imaging': [187], 'examination,': [188], '74': [189], '(75%)': [190], 'showed': [192, 198], 'bilateral': [193], '14': [195], '(14%)': [196], 'multiple': [199, 234], 'mottling': [200], 'ground-glass': [202], 'opacity,': [203], 'one': [205], '(1%)': [206], 'patient': [207], 'pneumothorax.': [209], '17': [210], '(17%)': [211], 'developed': [213], 'acute': [214, 264], 'respiratory': [215, 260, 265], 'distress': [216, 266], 'syndrome': [217], 'and,': [218], 'among': [219], 'them,': [220], '11': [221], '(11%)': [222], 'worsened': [224], 'short': [227], 'period': [228], 'time': [230], 'died': [232, 274], 'organ': [235], 'failure.InterpretationThe': [236], 'infection': [238], 'clustering': [241], 'onset,': [242], 'is': [243, 294], 'more': [244], 'likely': [245], 'affect': [247], 'older': [248], 'males': [249], 'comorbidities,': [251], 'can': [253], 'result': [254], 'severe': [256], 'even': [258], 'fatal': [259], 'diseases': [261], 'such': [262], 'as': [263], 'syndrome.': [267], 'In': [268], 'general,': [269], 'who': [273], 'line': [277], 'MuLBSTA': [280, 302], 'score,': [281], 'an': [282], 'early': [283], 'warning': [284], 'model': [285], 'predicting': [287, 305], 'mortality': [288, 309], 'viral': [290], 'pneumonia.': [291], 'Further': [292], 'investigation': [293], 'needed': [295], 'explore': [297], 'applicability': [299], 'score': [303], 'risk': [307], 'infection.FundingNational': [312], 'Key': [313], 'R&D': [314], 'Program': [315]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3002108456', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1039}, {'year': 2022, 'cited_by_count': 2419}, {'year': 2021, 'cited_by_count': 4786}, {'year': 2020, 'cited_by_count': 6698}, {'year': 2019, 'cited_by_count': 14}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-10-03T06:01:25.290463', 'created_date': '2020-01-30'}, {'id': 'https://openalex.org/W2999417355', 'doi': 'https://doi.org/10.3322/caac.21590', 'title': 'Cancer statistics, 2020', 'display_name': 'Cancer statistics, 2020', 'publication_year': 2020, 'publication_date': '2020-01-01', 'ids': {'openalex': 'https://openalex.org/W2999417355', 'doi': 'https://doi.org/10.3322/caac.21590', 'mag': '2999417355', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31912902'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21590', 'pdf_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21590', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21590', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5047300895', 'display_name': 'Rebecca L. Siegel', 'orcid': 'https://orcid.org/0000-0001-5247-8522'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Rebecca L. Siegel', 'raw_affiliation_string': 'Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia', 'raw_affiliation_strings': ['Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015181760', 'display_name': 'Kimberly D. Miller', 'orcid': 'https://orcid.org/0000-0002-2609-2260'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kimberly D. Miller', 'raw_affiliation_string': 'Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia', 'raw_affiliation_strings': ['Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5009198168', 'display_name': 'Ahmedin Jemal', 'orcid': 'https://orcid.org/0000-0002-0000-4111'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ahmedin Jemal', 'raw_affiliation_string': 'Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia', 'raw_affiliation_strings': ['Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5047300895'], 'corresponding_institution_ids': ['https://openalex.org/I1288198617'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 14878, 'biblio': {'volume': '70', 'issue': '1', 'first_page': '7', 'last_page': '30'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.766098}, {'id': 'https://openalex.org/C526805850', 'wikidata': 'https://www.wikidata.org/wiki/Q188874', 'display_name': 'Colorectal cancer', 'level': 3, 'score': 0.6547581}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.6466899}, {'id': 'https://openalex.org/C2780192828', 'wikidata': 'https://www.wikidata.org/wiki/Q181257', 'display_name': 'Prostate cancer', 'level': 3, 'score': 0.6210019}, {'id': 'https://openalex.org/C530470458', 'wikidata': 'https://www.wikidata.org/wiki/Q128581', 'display_name': 'Breast cancer', 'level': 3, 'score': 0.6025815}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.55133075}, {'id': 'https://openalex.org/C2776256026', 'wikidata': 'https://www.wikidata.org/wiki/Q47912', 'display_name': 'Lung cancer', 'level': 2, 'score': 0.5457619}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.49621564}, {'id': 'https://openalex.org/C179755657', 'wikidata': 'https://www.wikidata.org/wiki/Q58702', 'display_name': 'Mortality rate', 'level': 2, 'score': 0.49318212}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.4617562}, {'id': 'https://openalex.org/C63592243', 'wikidata': 'https://www.wikidata.org/wiki/Q5382717', 'display_name': 'Epidemiology of cancer', 'level': 4, 'score': 0.45808545}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.42067957}, {'id': 'https://openalex.org/C2991697936', 'wikidata': 'https://www.wikidata.org/wiki/Q1252929', 'display_name': 'Health statistics', 'level': 3, 'score': 0.41144133}, {'id': 'https://openalex.org/C74909509', 'wikidata': 'https://www.wikidata.org/wiki/Q10387', 'display_name': 'Gerontology', 'level': 1, 'score': 0.32288578}, {'id': 'https://openalex.org/C143998085', 'wikidata': 'https://www.wikidata.org/wiki/Q162555', 'display_name': 'Oncology', 'level': 1, 'score': 0.31720233}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.22114006}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.15783024}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000570', 'descriptor_name': 'American Cancer Society', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D012042', 'descriptor_name': 'Registries', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018426', 'descriptor_name': 'SEER Program', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015994', 'descriptor_name': 'Incidence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018426', 'descriptor_name': 'SEER Program', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015996', 'descriptor_name': 'Survival Rate', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': False}, {'descriptor_ui': 'D015996', 'descriptor_name': 'Survival Rate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014481', 'descriptor_name': 'United States', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D014481', 'descriptor_name': 'United States', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21590', 'pdf_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21590', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/31912902', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21590', 'pdf_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21590', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 59, 'referenced_works': ['https://openalex.org/W130099911', 'https://openalex.org/W1497045310', 'https://openalex.org/W1606244822', 'https://openalex.org/W1964651201', 'https://openalex.org/W1967290941', 'https://openalex.org/W1981983512', 'https://openalex.org/W1995366276', 'https://openalex.org/W2014404252', 'https://openalex.org/W2016725888', 'https://openalex.org/W2035446368', 'https://openalex.org/W2038798176', 'https://openalex.org/W2042472927', 'https://openalex.org/W2082044155', 'https://openalex.org/W2085797732', 'https://openalex.org/W2095925574', 'https://openalex.org/W2099698968', 'https://openalex.org/W2102369588', 'https://openalex.org/W2108012719', 'https://openalex.org/W2115402185', 'https://openalex.org/W2134793522', 'https://openalex.org/W2152744797', 'https://openalex.org/W2167325977', 'https://openalex.org/W2174023915', 'https://openalex.org/W2235523093', 'https://openalex.org/W2235994213', 'https://openalex.org/W2326368906', 'https://openalex.org/W2327943723', 'https://openalex.org/W2337882641', 'https://openalex.org/W2341103865', 'https://openalex.org/W2432531102', 'https://openalex.org/W2505398603', 'https://openalex.org/W2518536270', 'https://openalex.org/W2580900181', 'https://openalex.org/W2594738032', 'https://openalex.org/W2601868035', 'https://openalex.org/W2606436718', 'https://openalex.org/W2654438086', 'https://openalex.org/W2762223230', 'https://openalex.org/W2765952964', 'https://openalex.org/W2768132193', 'https://openalex.org/W2803786798', 'https://openalex.org/W2804784400', 'https://openalex.org/W2810896552', 'https://openalex.org/W2885969267', 'https://openalex.org/W2890671115', 'https://openalex.org/W2894673269', 'https://openalex.org/W2896994079', 'https://openalex.org/W2901436818', 'https://openalex.org/W2915720971', 'https://openalex.org/W2920784130', 'https://openalex.org/W2928271642', 'https://openalex.org/W2938914306', 'https://openalex.org/W2945254664', 'https://openalex.org/W2947726336', 'https://openalex.org/W2955245499', 'https://openalex.org/W2965032339', 'https://openalex.org/W2966258052', 'https://openalex.org/W3010278340', 'https://openalex.org/W4247381190'], 'related_works': ['https://openalex.org/W1974042200', 'https://openalex.org/W2044573147', 'https://openalex.org/W2048418690', 'https://openalex.org/W2082603334', 'https://openalex.org/W2094064972', 'https://openalex.org/W2152915862', 'https://openalex.org/W2224319365', 'https://openalex.org/W2378300941', 'https://openalex.org/W2411796362', 'https://openalex.org/W2984021993'], 'ngrams_url': 'https://api.openalex.org/works/W2999417355/ngrams', 'abstract_inverted_index': {'Each': [0], 'year,': [1], 'the': [2, 7, 19, 24, 39, 46, 53, 68, 89, 141, 151, 199, 240, 243], 'American': [3, 55], 'Cancer': [4, 50, 59], 'Society': [5], 'estimates': [6], 'numbers': [8], 'of': [9, 49, 57, 109, 208, 239, 245, 252, 295], 'new': [10, 77, 253], 'cancer': [11, 30, 78, 82, 93, 119, 206, 216, 330], 'cases': [12, 79], 'and': [13, 22, 42, 52, 80, 160, 163, 190, 227, 248, 274, 281, 304, 336], 'deaths': [14, 83, 120, 220], 'that': [15, 111, 324], 'will': [16], 'occur': [17, 87], 'in': [18, 88, 105, 137, 188, 196, 204, 221, 242, 272, 286, 299, 311, 328, 334, 338], 'United': [20, 90], 'States': [21], 'compiles': [23], 'most': [25], 'recent': [26], 'data': [27, 33, 62], 'on': [28], 'population-based': [29], 'occurrence.': [31], 'Incidence': [32], '(through': [34, 63], '2016)': [35], 'were': [36, 65, 234, 315], 'collected': [37, 66], 'by': [38, 67, 134], 'Surveillance,': [40], 'Epidemiology,': [41], 'End': [43], 'Results': [44], 'Program;': [45], 'National': [47, 69], 'Program': [48], 'Registries;': [51], 'North': [54], 'Association': [56], 'Central': [58], 'Registries.': [60], 'Mortality': [61], '2017)': [64], 'Center': [70], 'for': [71, 140, 157, 165, 172, 237, 255, 344, 356], 'Health': [72], 'Statistics.': [73], 'In': [74, 168, 340], '2020,': [75], '1,806,590': [76], '606,520': [81], 'are': [84, 306], 'projected': [85], 'to': [86, 182, 193, 212, 259, 278, 284, 290, 297, 318, 348], 'States.': [91], 'The': [92], 'death': [94, 138], 'rate': [95], 'rose': [96], 'until': [97], '1991,': [98], 'then': [99], 'fell': [100], 'continuously': [101], 'through': [102, 180, 186, 264, 270], '2017,': [103], 'resulting': [104], 'an': [106, 114], 'overall': [107, 205], 'decline': [108], '29%': [110], 'translates': [112], 'into': [113], 'estimated': [115], '2.9': [116], 'million': [117], 'fewer': [118], 'than': [121, 223], 'would': [122], 'have': [123, 332], 'occurred': [124], 'if': [125], 'peak': [126], 'rates': [127, 139, 310], 'had': [128], 'persisted.': [129], 'This': [130], 'progress': [131], 'is': [132, 321, 351], 'driven': [133], 'long-term': [135, 325], 'declines': [136, 170, 233, 294], '4': [142], 'leading': [143], 'cancers': [144, 229, 346], '(lung,': [145], 'colorectal,': [146, 226], 'breast,': [147, 224], 'prostate);': [148], 'however,': [149], 'over': [150], 'past': [152], 'decade': [153], '(2008-2017),': [154], 'reductions': [155], 'slowed': [156], 'female': [158], 'breast': [159], 'colorectal': [161], 'cancers,': [162], 'halted': [164], 'prostate': [166], 'cancer.': [167], 'contrast,': [169], 'accelerated': [171], 'lung': [173, 215], 'cancer,': [174], 'from': [175, 191, 210, 266, 282], '3%': [176, 285], 'annually': [177, 261], 'during': [178, 184, 262, 268], '2008': [179], '2013': [181, 185, 263], '5%': [183, 296], '2017': [187, 222, 265], 'men': [189, 273], '2%': [192, 283], 'almost': [194], '4%': [195], 'women,': [197], 'spurring': [198], 'largest': [200], 'ever': [201], 'single-year': [202], 'drop': [203], 'mortality': [207, 232, 331], '2.2%': [209], '2016': [211], '2017.': [213], 'Yet': [214], 'still': [217], 'caused': [218], 'more': [219], 'prostate,': [225], 'brain': [228], 'combined.': [230], 'Recent': [231], 'also': [235, 322], 'dramatic': [236], 'melanoma': [238], 'skin': [241], 'wake': [244], 'US': [246], 'Food': [247], 'Drug': [249], 'Administration': [250], 'approval': [251], 'therapies': [254], 'metastatic': [256], 'disease,': [257], 'escalating': [258], '7%': [260], '1%': [267], '2006': [269], '2010': [271], 'women': [275, 335], 'aged': [276, 288, 301], '50': [277], '64': [279], 'years': [280, 303], 'those': [287], '20': [289], '49': [291], 'years;': [292], 'annual': [293], '6%': [298], 'individuals': [300], '65': [302], 'older': [305], 'particularly': [307], 'striking': [308], 'because': [309], 'this': [312], 'age': [313], 'group': [314], 'increasing': [316], 'prior': [317], '2013.': [319], 'It': [320], 'notable': [323, 354], 'rapid': [326], 'increases': [327], 'liver': [329], 'attenuated': [333], 'stabilized': [337], 'men.': [339], 'summary,': [341], 'slowing': [342], 'momentum': [343], 'some': [345], 'amenable': [347], 'early': [349], 'detection': [350], 'juxtaposed': [352], 'with': [353], 'gains': [355], 'other': [357], 'common': [358], 'cancers.': [359]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2999417355', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1931}, {'year': 2022, 'cited_by_count': 4299}, {'year': 2021, 'cited_by_count': 6049}, {'year': 2020, 'cited_by_count': 2611}, {'year': 2019, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 3}], 'updated_date': '2023-10-02T05:02:05.962887', 'created_date': '2020-01-23'}, {'id': 'https://openalex.org/W3103145119', 'doi': 'https://doi.org/10.1038/s41592-019-0686-2', 'title': 'SciPy 1.0: fundamental algorithms for scientific computing in Python', 'display_name': 'SciPy 1.0: fundamental algorithms for scientific computing in Python', 'publication_year': 2020, 'publication_date': '2020-02-03', 'ids': {'openalex': 'https://openalex.org/W3103145119', 'doi': 'https://doi.org/10.1038/s41592-019-0686-2', 'mag': '3103145119'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41592-019-0686-2', 'pdf_url': 'https://www.nature.com/articles/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S127827428', 'display_name': 'Nature Methods', 'issn_l': '1548-7091', 'issn': ['1548-7105', '1548-7091'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.nature.com/articles/s41592-019-0686-2.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5064221962', 'display_name': 'Pauli Virtanen', 'orcid': 'https://orcid.org/0000-0001-9957-1257'}, 'institutions': [{'id': 'https://openalex.org/I94722563', 'display_name': 'University of Jyväskylä', 'ror': 'https://ror.org/05n3dz165', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I94722563']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Pauli Virtanen', 'raw_affiliation_string': 'University of Jyväskylä, Jyväskylä, Finland', 'raw_affiliation_strings': ['University of Jyväskylä, Jyväskylä, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047155247', 'display_name': 'Ralf Gommers', 'orcid': 'https://orcid.org/0000-0002-0300-3333'}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Ralf Gommers', 'raw_affiliation_string': 'Quansight LLC, Austin, USA', 'raw_affiliation_strings': ['Quansight LLC, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019360202', 'display_name': 'Travis E. Oliphant', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}, {'id': 'https://openalex.org/I1330342723', 'display_name': 'Mayo Clinic', 'ror': 'https://ror.org/02qp3tb03', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1330342723']}, {'id': 'https://openalex.org/I2802423016', 'display_name': 'Winneshiek Medical Center', 'ror': 'https://ror.org/02s47w807', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802423016']}, {'id': 'https://openalex.org/I100005738', 'display_name': 'Brigham Young University', 'ror': 'https://ror.org/047rhhm47', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I100005738']}, {'id': 'https://openalex.org/I4210121859', 'display_name': 'Enthought (United States)', 'ror': 'https://ror.org/02xfc1977', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210121859']}, {'id': 'https://openalex.org/I4210104575', 'display_name': 'Anaconda (United States)', 'ror': 'https://ror.org/0164jks53', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210104575']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Travis E. Oliphant', 'raw_affiliation_string': 'Anaconda Inc., Austin, USA; Electrical Engineering, Brigham Young University, Provo, USA; Enthought, Inc., Austin, USA; Quansight LLC, Austin, USA; Ultrasound Imaging, Mayo Clinic, Rochester, USA', 'raw_affiliation_strings': ['Anaconda Inc., Austin, USA', 'Electrical Engineering, Brigham Young University, Provo, USA', 'Enthought, Inc., Austin, USA', 'Quansight LLC, Austin, USA', 'Ultrasound Imaging, Mayo Clinic, Rochester, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047018985', 'display_name': 'Matt Haberland', 'orcid': 'https://orcid.org/0000-0003-4806-3601'}, 'institutions': [{'id': 'https://openalex.org/I149919469', 'display_name': 'California Polytechnic State University', 'ror': 'https://ror.org/001gpfp45', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I127339247', 'https://openalex.org/I149919469']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Matt Haberland', 'raw_affiliation_string': 'BioResource and Agricultural Engineering Department, California Polytechnic State University, San Luis Obispo, USA; Department of Mathematics, University of California Los Angeles, Los Angeles, USA', 'raw_affiliation_strings': ['BioResource and Agricultural Engineering Department, California Polytechnic State University, San Luis Obispo, USA', 'Department of Mathematics, University of California Los Angeles, Los Angeles, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061717074', 'display_name': 'Tyler Reddy', 'orcid': 'https://orcid.org/0000-0003-2364-6157'}, 'institutions': [{'id': 'https://openalex.org/I1343871089', 'display_name': 'Los Alamos National Laboratory', 'ror': 'https://ror.org/01e41cf67', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I1343871089']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Tyler Reddy', 'raw_affiliation_string': 'Los Alamos National Laboratory, Los Alamos, USA', 'raw_affiliation_strings': ['Los Alamos National Laboratory, Los Alamos, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023051838', 'display_name': 'David Cournapeau', 'orcid': None}, 'institutions': [], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'David Cournapeau', 'raw_affiliation_string': 'Independent researcher, Tokyo, Japan', 'raw_affiliation_strings': ['Independent researcher, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030454460', 'display_name': 'Evgeni Burovski', 'orcid': 'https://orcid.org/0000-0001-8149-0483'}, 'institutions': [{'id': 'https://openalex.org/I118501908', 'display_name': 'National Research University Higher School of Economics', 'ror': 'https://ror.org/055f7t516', 'country_code': 'RU', 'type': 'education', 'lineage': ['https://openalex.org/I118501908']}], 'countries': ['RU'], 'is_corresponding': False, 'raw_author_name': 'Evgeni Burovski', 'raw_affiliation_string': 'National Research University Higher School of Economics, Moscow, Russia', 'raw_affiliation_strings': ['National Research University Higher School of Economics, Moscow, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051733624', 'display_name': 'Pearu Peterson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I111112146', 'display_name': 'Tallinn University of Technology', 'ror': 'https://ror.org/0443cwa12', 'country_code': 'EE', 'type': 'education', 'lineage': ['https://openalex.org/I111112146']}], 'countries': ['EE'], 'is_corresponding': False, 'raw_author_name': 'Pearu Peterson', 'raw_affiliation_string': 'Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia; Independent researcher, Saue, Estonia', 'raw_affiliation_strings': ['Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia', 'Independent researcher, Saue, Estonia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050562889', 'display_name': 'Warren Weckesser', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Warren Weckesser', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012506346', 'display_name': 'Jonathan Bright', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jonathan Bright', 'raw_affiliation_string': 'Independent researcher, New York, USA', 'raw_affiliation_strings': ['Independent researcher, New York, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004196368', 'display_name': 'Stéfan J. van der Walt', 'orcid': 'https://orcid.org/0000-0001-9276-1891'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stéfan J. van der Walt', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047540997', 'display_name': 'Matthew Brett', 'orcid': 'https://orcid.org/0000-0003-3715-7143'}, 'institutions': [{'id': 'https://openalex.org/I79619799', 'display_name': 'University of Birmingham', 'ror': 'https://ror.org/03angcq70', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79619799']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Matthew Brett', 'raw_affiliation_string': 'School of Psychology, University of Birmingham, Edgbaston, UK', 'raw_affiliation_strings': ['School of Psychology, University of Birmingham, Edgbaston, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065781964', 'display_name': 'Joshua Wilson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210121988', 'display_name': 'Film Independent', 'ror': 'https://ror.org/036cy3843', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210121988']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Joshua Wilson', 'raw_affiliation_string': 'Independent researcher, San Francisco, USA', 'raw_affiliation_strings': ['Independent researcher, San Francisco, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086174915', 'display_name': 'K. Jarrod Millman', 'orcid': 'https://orcid.org/0000-0002-5263-5070'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'K. Jarrod Millman', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA; Division of Biostatistics, University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA', 'Division of Biostatistics, University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075392500', 'display_name': 'Nikolay Mayorov', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210165827', 'display_name': 'Skolkovo Foundation', 'ror': 'https://ror.org/05qj99v29', 'country_code': 'RU', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210165827']}, {'id': 'https://openalex.org/I4210128657', 'display_name': 'WayRay (Russia)', 'ror': 'https://ror.org/03nrpad60', 'country_code': 'RU', 'type': 'company', 'lineage': ['https://openalex.org/I4210128657']}], 'countries': ['RU'], 'is_corresponding': False, 'raw_author_name': 'Nikolay Mayorov', 'raw_affiliation_string': 'WayRay LLC, Skolkovo Innovation Center, Moscow, Russia', 'raw_affiliation_strings': ['WayRay LLC, Skolkovo Innovation Center, Moscow, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091153242', 'display_name': 'Andrew Nelson', 'orcid': 'https://orcid.org/0000-0002-4548-3558'}, 'institutions': [{'id': 'https://openalex.org/I1334950195', 'display_name': 'Australian Nuclear Science and Technology Organisation', 'ror': 'https://ror.org/05j7fep28', 'country_code': 'AU', 'type': 'government', 'lineage': ['https://openalex.org/I1334950195']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Andrew R. J. Nelson', 'raw_affiliation_string': 'Australian Nuclear Science and Technology Organisation, Lucas Heights, Australia', 'raw_affiliation_strings': ['Australian Nuclear Science and Technology Organisation, Lucas Heights, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077773401', 'display_name': 'Eric D. Jones', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210121859', 'display_name': 'Enthought (United States)', 'ror': 'https://ror.org/02xfc1977', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210121859']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Jones', 'raw_affiliation_string': 'Enthought, Inc., Austin, USA', 'raw_affiliation_strings': ['Enthought, Inc., Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085464473', 'display_name': 'Robert Kern', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210121859', 'display_name': 'Enthought (United States)', 'ror': 'https://ror.org/02xfc1977', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210121859']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert Kern', 'raw_affiliation_string': 'Enthought, Inc., Austin, USA', 'raw_affiliation_strings': ['Enthought, Inc., Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035154676', 'display_name': 'Eric B. Larson', 'orcid': 'https://orcid.org/0000-0003-4782-5360'}, 'institutions': [{'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}, {'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Larson', 'raw_affiliation_string': 'Institute for Learning and Brain Sciences, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['Institute for Learning and Brain Sciences, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061906525', 'display_name': 'CJ Carey', 'orcid': 'https://orcid.org/0009-0009-9812-0177'}, 'institutions': [{'id': 'https://openalex.org/I177605424', 'display_name': 'Amherst College', 'ror': 'https://ror.org/028vqfs63', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I177605424']}, {'id': 'https://openalex.org/I24603500', 'display_name': 'University of Massachusetts Amherst', 'ror': 'https://ror.org/0072zz521', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I24603500', 'https://openalex.org/I2802841742']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'C J Carey', 'raw_affiliation_string': 'College of Information and Computing Sciences, University of Massachusetts Amherst, Amherst, USA', 'raw_affiliation_strings': ['College of Information and Computing Sciences, University of Massachusetts Amherst, Amherst, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037776414', 'display_name': 'İlhan Polat', 'orcid': None}, 'institutions': [], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'İlhan Polat', 'raw_affiliation_string': 'Independent researcher, Amsterdam, the Netherlands', 'raw_affiliation_strings': ['Independent researcher, Amsterdam, the Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071856444', 'display_name': 'Yu Feng', 'orcid': 'https://orcid.org/0000-0001-9068-3746'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Yu Feng', 'raw_affiliation_string': 'Berkeley Center for Cosmological Physics, University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Center for Cosmological Physics, University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075055543', 'display_name': 'Eric W. Moore', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193170854', 'display_name': 'Bruker (United States)', 'ror': 'https://ror.org/04r739x86', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I193170854']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric W. Moore', 'raw_affiliation_string': 'Bruker Biospin Corp., Billerica, USA', 'raw_affiliation_strings': ['Bruker Biospin Corp., Billerica, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038304150', 'display_name': 'Jake Vanderplas', 'orcid': 'https://orcid.org/0000-0002-9623-3401'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jake VanderPlas', 'raw_affiliation_string': 'University of Washington, Seattle, USA', 'raw_affiliation_strings': ['University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042747703', 'display_name': 'Denis Laxalde', 'orcid': 'https://orcid.org/0000-0002-5540-4825'}, 'institutions': [], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Denis Laxalde', 'raw_affiliation_string': 'Independent researcher, Toulouse, France', 'raw_affiliation_strings': ['Independent researcher, Toulouse, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041158660', 'display_name': 'Josef Perktold', 'orcid': None}, 'institutions': [], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Josef Perktold', 'raw_affiliation_string': 'Independent researcher, Montreal, Canada', 'raw_affiliation_strings': ['Independent researcher, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062280718', 'display_name': 'Robert Cimrman', 'orcid': 'https://orcid.org/0000-0002-2660-545X'}, 'institutions': [{'id': 'https://openalex.org/I92715842', 'display_name': 'University of West Bohemia', 'ror': 'https://ror.org/040t43x18', 'country_code': 'CZ', 'type': 'education', 'lineage': ['https://openalex.org/I92715842']}], 'countries': ['CZ'], 'is_corresponding': False, 'raw_author_name': 'Robert Cimrman', 'raw_affiliation_string': 'New Technologies Research Centre, University of West Bohemia, Plzeň, Czech Republic', 'raw_affiliation_strings': ['New Technologies Research Centre, University of West Bohemia, Plzeň, Czech Republic']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056877945', 'display_name': 'Ian Henriksen', 'orcid': 'https://orcid.org/0000-0002-2053-7265'}, 'institutions': [{'id': 'https://openalex.org/I4210104575', 'display_name': 'Anaconda (United States)', 'ror': 'https://ror.org/0164jks53', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210104575']}, {'id': 'https://openalex.org/I100005738', 'display_name': 'Brigham Young University', 'ror': 'https://ror.org/047rhhm47', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I100005738']}, {'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ian Henriksen', 'raw_affiliation_string': 'Anaconda Inc., Austin, USA; Department of Mathematics, Brigham Young University, Provo, USA; Oden Institute for Computational Engineering and Sciences, The University of Texas at Austin, Austin, USA', 'raw_affiliation_strings': ['Anaconda Inc., Austin, USA', 'Department of Mathematics, Brigham Young University, Provo, USA', 'Oden Institute for Computational Engineering and Sciences, The University of Texas at Austin, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035978609', 'display_name': 'E. A. Quintero', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'E. A. Quintero', 'raw_affiliation_string': 'Independent researcher, Belmont, USA', 'raw_affiliation_strings': ['Independent researcher, Belmont, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085750666', 'display_name': 'C. R. Harris', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles R. Harris', 'raw_affiliation_string': 'Independent researcher, Logan, USA; Space Dynamics Laboratory, North Logan, USA', 'raw_affiliation_strings': ['Independent researcher, Logan, USA', 'Space Dynamics Laboratory, North Logan, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030889135', 'display_name': 'Anne M. Archibald', 'orcid': 'https://orcid.org/0000-0003-0638-3340'}, 'institutions': [{'id': 'https://openalex.org/I4210124352', 'display_name': 'Netherlands Cancer Institute-Antoni van Leeuwenhoek Hospital', 'ror': 'https://ror.org/03xqtf034', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210124352']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Anne M. Archibald', 'raw_affiliation_string': 'Anton Pannekoek Institute, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Anton Pannekoek Institute, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000836300', 'display_name': 'Antônio H. Ribeiro', 'orcid': 'https://orcid.org/0000-0003-3632-8529'}, 'institutions': [{'id': 'https://openalex.org/I110200422', 'display_name': 'Universidade Federal de Minas Gerais', 'ror': 'https://ror.org/0176yjw32', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I110200422']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Antônio H. Ribeiro', 'raw_affiliation_string': 'Graduate Program in Electrical Engineering, Universidade Federal de Minas Gerais, Belo Horizonte, Brazil', 'raw_affiliation_strings': ['Graduate Program in Electrical Engineering, Universidade Federal de Minas Gerais, Belo Horizonte, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066572762', 'display_name': 'Fabián Pedregosa', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210148186', 'display_name': 'Google (Canada)', 'ror': 'https://ror.org/04d06q394', 'country_code': 'CA', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210148186']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Fabian Pedregosa', 'raw_affiliation_string': 'Google LLC, Montreal, Canada', 'raw_affiliation_strings': ['Google LLC, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020300027', 'display_name': 'Paul van Mulbregt', 'orcid': 'https://orcid.org/0000-0002-2382-8308'}, 'institutions': [{'id': 'https://openalex.org/I1291425158', 'display_name': 'Google (United States)', 'ror': 'https://ror.org/00njsd438', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210128969']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Paul van Mulbregt', 'raw_affiliation_string': 'Google LLC, Cambridge, USA', 'raw_affiliation_strings': ['Google LLC, Cambridge, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060250810', 'display_name': 'A. Vijaykumar', 'orcid': 'https://orcid.org/0000-0002-4103-0666'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Aditya Vijaykumar', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064111710', 'display_name': 'Alessandro Pietro Bardelli', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Alessandro Pietro Bardelli', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047284138', 'display_name': 'Alex Rothberg', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Alex Rothberg', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082251695', 'display_name': 'Andreas Hilboll', 'orcid': 'https://orcid.org/0000-0002-1038-6248'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Andreas Hilboll', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063972220', 'display_name': 'Andreas Kloeckner', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Andreas Kloeckner', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043772949', 'display_name': 'Anthony Scopatz', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Anthony Scopatz', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082768249', 'display_name': 'Antony Lee', 'orcid': 'https://orcid.org/0000-0003-2193-5369'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Antony Lee', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057244887', 'display_name': 'Ariel Rokem', 'orcid': 'https://orcid.org/0000-0003-0679-1985'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Ariel Rokem', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053548745', 'display_name': 'C. Nathan Woods', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'C. Nathan Woods', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017472276', 'display_name': 'Chad Fulton', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Chad Fulton', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014737071', 'display_name': 'Charles Masson', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles Masson', 'raw_affiliation_string': 'Independent researcher, Logan, USA; Space Dynamics Laboratory, North Logan, USA', 'raw_affiliation_strings': ['Independent researcher, Logan, USA', 'Space Dynamics Laboratory, North Logan, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034026451', 'display_name': 'Christian Häggström', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Christian Häggström', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023384689', 'display_name': 'Clark Fitzgerald', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Clark Fitzgerald', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000879886', 'display_name': 'David Nicholson', 'orcid': 'https://orcid.org/0000-0002-4261-4719'}, 'institutions': [], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'David A. Nicholson', 'raw_affiliation_string': 'Independent researcher, Tokyo, Japan', 'raw_affiliation_strings': ['Independent researcher, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085336567', 'display_name': 'David Hagen', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'David R. Hagen', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015696190', 'display_name': 'Dmitrii V. Ṗasechnik', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Dmitrii V. Pasechnik', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080101869', 'display_name': 'Emanuele Olivetti', 'orcid': 'https://orcid.org/0000-0001-7653-1519'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Emanuele Olivetti', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027881741', 'display_name': 'Éric Martin', 'orcid': 'https://orcid.org/0000-0001-8832-7478'}, 'institutions': [{'id': 'https://openalex.org/I193170854', 'display_name': 'Bruker (United States)', 'ror': 'https://ror.org/04r739x86', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I193170854']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Martin', 'raw_affiliation_string': 'Bruker Biospin Corp., Billerica, USA', 'raw_affiliation_strings': ['Bruker Biospin Corp., Billerica, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038378109', 'display_name': 'Eric Wieser', 'orcid': 'https://orcid.org/0000-0003-0412-4978'}, 'institutions': [{'id': 'https://openalex.org/I193170854', 'display_name': 'Bruker (United States)', 'ror': 'https://ror.org/04r739x86', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I193170854']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Wieser', 'raw_affiliation_string': 'Bruker Biospin Corp., Billerica, USA', 'raw_affiliation_strings': ['Bruker Biospin Corp., Billerica, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045926623', 'display_name': 'Fabrice Silva', 'orcid': 'https://orcid.org/0000-0001-8178-7308'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Fabrice Silva', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060153779', 'display_name': 'Felix Lenders', 'orcid': 'https://orcid.org/0000-0003-3152-4221'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Felix Lenders', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031857977', 'display_name': 'Florian Wilhelm', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Florian Wilhelm', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063386505', 'display_name': 'George S. Young', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1291425158', 'display_name': 'Google (United States)', 'ror': 'https://ror.org/00njsd438', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210128969']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Young', 'raw_affiliation_string': 'Google LLC, Cambridge, USA', 'raw_affiliation_strings': ['Google LLC, Cambridge, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080725117', 'display_name': 'Gavin A. Price', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Gavin A. Price', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012293647', 'display_name': 'Gert‐Ludwig Ingold', 'orcid': 'https://orcid.org/0000-0003-4851-2198'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Gert-Ludwig Ingold', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036467725', 'display_name': 'Gregory E. Allen', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Gregory E. Allen', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023016526', 'display_name': 'Gregory R. Lee', 'orcid': 'https://orcid.org/0000-0001-8895-2740'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Gregory R. Lee', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073757397', 'display_name': 'Hervé Audren', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Hervé Audren', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082329359', 'display_name': 'Irvin Probst', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Irvin Probst', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068414278', 'display_name': 'J. P. Dietrich', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jörg P. Dietrich', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000413092', 'display_name': 'Jacob Silterra', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jacob Silterra', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077772424', 'display_name': 'James T. Webber', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'James T Webber', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046370866', 'display_name': 'Janko Slavič', 'orcid': 'https://orcid.org/0000-0002-5982-8377'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Janko Slavič', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079518059', 'display_name': 'Joel Nothman', 'orcid': 'https://orcid.org/0000-0003-1497-3842'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Joel Nothman', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071161265', 'display_name': 'Johannes Buchner', 'orcid': 'https://orcid.org/0000-0003-0426-6634'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Johannes Buchner', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031186133', 'display_name': 'Jeffrey H. Kulick', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Johannes Kulick', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071944294', 'display_name': 'Johannes L. Schönberger', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Johannes L. Schönberger', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035887854', 'display_name': 'José Vinícius de Miranda Cardoso', 'orcid': 'https://orcid.org/0000-0001-5410-5551'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'José Vinícius de Miranda Cardoso', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041981647', 'display_name': 'Joscha Reimer', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Joscha Reimer', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021046526', 'display_name': 'Joseph Harrington', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Joseph Harrington', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071787109', 'display_name': 'Juan Luis Rodríguez', 'orcid': 'https://orcid.org/0000-0002-2187-161X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Juan Luis Cano Rodríguez', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034447662', 'display_name': 'Juan Nunez-Iglesias', 'orcid': 'https://orcid.org/0000-0002-7239-5828'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Juan Nunez-Iglesias', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058269883', 'display_name': 'Justin Kuczynski', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Justin Kuczynski', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083325189', 'display_name': 'K. Tritz', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Kevin Tritz', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073705027', 'display_name': 'Martin Thoma', 'orcid': 'https://orcid.org/0000-0001-8599-315X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Martin Thoma', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031793291', 'display_name': 'Matthew Newville', 'orcid': 'https://orcid.org/0000-0001-6938-1014'}, 'institutions': [{'id': 'https://openalex.org/I79619799', 'display_name': 'University of Birmingham', 'ror': 'https://ror.org/03angcq70', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79619799']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Matthew Newville', 'raw_affiliation_string': 'School of Psychology, University of Birmingham, Edgbaston, UK', 'raw_affiliation_strings': ['School of Psychology, University of Birmingham, Edgbaston, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068221391', 'display_name': 'Matthias Kümmerer', 'orcid': 'https://orcid.org/0000-0001-9644-4703'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Matthias Kümmerer', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075592571', 'display_name': 'Maximilian Bolingbroke', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Maximilian Bolingbroke', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088482647', 'display_name': 'Michael Tartre', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Michael Tartre', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038252715', 'display_name': 'Mikhail Pak', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Mikhail Pak', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054683366', 'display_name': 'Nathaniel J. Smith', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Nathaniel J. Smith', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067310483', 'display_name': 'Nikolai Nowaczyk', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Nikolai Nowaczyk', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091719533', 'display_name': 'Nikolay Shebanov', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210165827', 'display_name': 'Skolkovo Foundation', 'ror': 'https://ror.org/05qj99v29', 'country_code': 'RU', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210165827']}, {'id': 'https://openalex.org/I4210128657', 'display_name': 'WayRay (Russia)', 'ror': 'https://ror.org/03nrpad60', 'country_code': 'RU', 'type': 'company', 'lineage': ['https://openalex.org/I4210128657']}], 'countries': ['RU'], 'is_corresponding': False, 'raw_author_name': 'Nikolay Shebanov', 'raw_affiliation_string': 'WayRay LLC, Skolkovo Innovation Center, Moscow, Russia', 'raw_affiliation_strings': ['WayRay LLC, Skolkovo Innovation Center, Moscow, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082544018', 'display_name': 'Oleksandr Pavlyk', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Oleksandr Pavlyk', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040453994', 'display_name': 'Per A. Brodtkorb', 'orcid': None}, 'institutions': [], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Per A. Brodtkorb', 'raw_affiliation_string': 'Independent researcher, Montreal, Canada', 'raw_affiliation_strings': ['Independent researcher, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021660107', 'display_name': 'Perry Lee', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Perry Lee', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015946177', 'display_name': 'Robert T. McGibbon', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Robert T. McGibbon', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028271020', 'display_name': 'Roman Feldbauer', 'orcid': 'https://orcid.org/0000-0003-2216-4295'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Roman Feldbauer', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042729059', 'display_name': 'Sam M. Lewis', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Sam Lewis', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016449779', 'display_name': 'Sam Tygier', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Sam Tygier', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057482475', 'display_name': 'Scott Sievert', 'orcid': 'https://orcid.org/0000-0002-4275-3452'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Scott Sievert', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027824085', 'display_name': 'Sebastiano Vigna', 'orcid': 'https://orcid.org/0000-0002-3257-651X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Sebastiano Vigna', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080035112', 'display_name': 'Stefan Peterson', 'orcid': 'https://orcid.org/0000-0001-7203-3096'}, 'institutions': [{'id': 'https://openalex.org/I111112146', 'display_name': 'Tallinn University of Technology', 'ror': 'https://ror.org/0443cwa12', 'country_code': 'EE', 'type': 'education', 'lineage': ['https://openalex.org/I111112146']}], 'countries': ['EE'], 'is_corresponding': False, 'raw_author_name': 'Stefan Peterson', 'raw_affiliation_string': 'Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia; Independent researcher, Saue, Estonia', 'raw_affiliation_strings': ['Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia', 'Independent researcher, Saue, Estonia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030780570', 'display_name': 'Surhud More', 'orcid': 'https://orcid.org/0000-0002-2986-2371'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Surhud More', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024891927', 'display_name': 'Tadeusz Pudlik', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Tadeusz Pudlik', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054498122', 'display_name': 'Takuya Oshima', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Takuya Oshima', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 12, 'institutions_distinct_count': 29, 'corresponding_author_ids': ['https://openalex.org/A5047155247', 'https://openalex.org/A5047018985', 'https://openalex.org/A5061717074'], 'corresponding_institution_ids': ['https://openalex.org/I4210098317', 'https://openalex.org/I149919469', 'https://openalex.org/I161318765', 'https://openalex.org/I1343871089'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'is_authors_truncated': True, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 14159, 'biblio': {'volume': '17', 'issue': '3', 'first_page': '261', 'last_page': '272'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C519991488', 'wikidata': 'https://www.wikidata.org/wiki/Q28865', 'display_name': 'Python (programming language)', 'level': 2, 'score': 0.920079}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.75226307}, {'id': 'https://openalex.org/C3018397939', 'wikidata': 'https://www.wikidata.org/wiki/Q3644502', 'display_name': 'Open source', 'level': 3, 'score': 0.46962145}, {'id': 'https://openalex.org/C2992317946', 'wikidata': 'https://www.wikidata.org/wiki/Q712144', 'display_name': 'De facto', 'level': 2, 'score': 0.42284393}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.40264577}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.3225237}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.24816477}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 17, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41592-019-0686-2', 'pdf_url': 'https://www.nature.com/articles/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S127827428', 'display_name': 'Nature Methods', 'issn_l': '1548-7091', 'issn': ['1548-7105', '1548-7091'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.osti.gov/biblio/1659198', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402487', 'display_name': 'OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I139351228', 'host_organization_name': 'Office of Scientific and Technical Information', 'host_organization_lineage': ['https://openalex.org/I139351228'], 'host_organization_lineage_names': ['Office of Scientific and Technical Information'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://hal.science/hal-02520043', 'pdf_url': 'https://hal.science/hal-02520043/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02520043', 'pdf_url': 'https://hal.archives-ouvertes.fr/hal-02520043/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/1907.10121', 'pdf_url': 'http://arxiv.org/pdf/1907.10121', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7056644', 'pdf_url': 'https://europepmc.org/articles/pmc7056644?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research.monash.edu/en/publications/464a6409-5bd7-4b1b-ae73-686ced5a3b68', 'pdf_url': 'https://research.monash.edu/files/309744549/298888777_oa.pdf', 'source': {'id': 'https://openalex.org/S4306402625', 'display_name': 'Monash University Research Portal (Monash University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I56590836', 'host_organization_name': 'Monash University', 'host_organization_lineage': ['https://openalex.org/I56590836'], 'host_organization_lineage_names': ['Monash University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02520043/file/s41592-019-0686-2.pdf', 'pdf_url': 'https://hal.archives-ouvertes.fr/hal-02520043/file/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.science/hal-02520043/file/s41592-019-0686-2.pdf', 'pdf_url': 'https://hal.science/hal-02520043/file/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://urn.fi/URN:NBN:fi:jyu-202002192111', 'pdf_url': 'https://jyx.jyu.fi/bitstream/123456789/67875/1/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306400563', 'display_name': 'Jyväskylä University Digital Archive (University of Jyväskylä)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I94722563', 'host_organization_name': 'University of Jyväskylä', 'host_organization_lineage': ['https://openalex.org/I94722563'], 'host_organization_lineage_names': ['University of Jyväskylä'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://nbn-resolving.org/urn:nbn:de:bvb:384-opus4-699208', 'pdf_url': 'https://opus.bibliothek.uni-augsburg.de/opus4/files/69920/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306400930', 'display_name': 'OPUS (Augsburg University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I119916105', 'host_organization_name': 'Augsburg University', 'host_organization_lineage': ['https://openalex.org/I119916105'], 'host_organization_lineage_names': ['Augsburg University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2434/848184', 'pdf_url': 'https://air.unimi.it/bitstream/2434/848184/2/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306400516', 'display_name': 'Archivio Istituzionale della Ricerca (Universita Degli Studi Di Milano)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I189158943', 'host_organization_name': 'University of Milan', 'host_organization_lineage': ['https://openalex.org/I189158943'], 'host_organization_lineage_names': ['University of Milan'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11025/43199', 'pdf_url': 'http://dspace5.zcu.cz/bitstream/11025/43199/1/Cimrman_s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306400586', 'display_name': 'Digital Library (University of West Bohemia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I92715842', 'host_organization_name': 'University of West Bohemia', 'host_organization_lineage': ['https://openalex.org/I92715842'], 'host_organization_lineage_names': ['University of West Bohemia'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://mediatum.ub.tum.de/doc/1552180/document.pdf', 'pdf_url': 'https://mediatum.ub.tum.de/doc/1552180/document.pdf', 'source': {'id': 'https://openalex.org/S4377196330', 'display_name': 'mediaTUM (Technical University of Munich)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I62916508', 'host_organization_name': 'Technical University of Munich', 'host_organization_lineage': ['https://openalex.org/I62916508'], 'host_organization_lineage_names': ['Technical University of Munich'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7056644', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81538', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81538/3/Tesis1012398209.2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1907.10121', 'pdf_url': 'https://arxiv.org/pdf/1907.10121', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41592-019-0686-2', 'pdf_url': 'https://www.nature.com/articles/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S127827428', 'display_name': 'Nature Methods', 'issn_l': '1548-7091', 'issn': ['1548-7105', '1548-7091'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.38}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.29}], 'grants': [], 'referenced_works_count': 64, 'referenced_works': ['https://openalex.org/W147998453', 'https://openalex.org/W173148493', 'https://openalex.org/W344808587', 'https://openalex.org/W1451881698', 'https://openalex.org/W1499852305', 'https://openalex.org/W1506690472', 'https://openalex.org/W1579664581', 'https://openalex.org/W1595159159', 'https://openalex.org/W1596877211', 'https://openalex.org/W1736770670', 'https://openalex.org/W1749804791', 'https://openalex.org/W1768849904', 'https://openalex.org/W1970009422', 'https://openalex.org/W1987822482', 'https://openalex.org/W1988054515', 'https://openalex.org/W1993335798', 'https://openalex.org/W2000359198', 'https://openalex.org/W2000389939', 'https://openalex.org/W2001082470', 'https://openalex.org/W2005011886', 'https://openalex.org/W2005126631', 'https://openalex.org/W2005411772', 'https://openalex.org/W2006650073', 'https://openalex.org/W2015159529', 'https://openalex.org/W2028837575', 'https://openalex.org/W2035776949', 'https://openalex.org/W2044105167', 'https://openalex.org/W2061615592', 'https://openalex.org/W2063690908', 'https://openalex.org/W2065000345', 'https://openalex.org/W2065219489', 'https://openalex.org/W2075184363', 'https://openalex.org/W2079777091', 'https://openalex.org/W2091043613', 'https://openalex.org/W2096045964', 'https://openalex.org/W2104266030', 'https://openalex.org/W2114013702', 'https://openalex.org/W2127391977', 'https://openalex.org/W2140798163', 'https://openalex.org/W2146292423', 'https://openalex.org/W2153504150', 'https://openalex.org/W2162870748', 'https://openalex.org/W2171074980', 'https://openalex.org/W2181523240', 'https://openalex.org/W2217402295', 'https://openalex.org/W2245493112', 'https://openalex.org/W2252795400', 'https://openalex.org/W2273772273', 'https://openalex.org/W2417863416', 'https://openalex.org/W2576057118', 'https://openalex.org/W2612135142', 'https://openalex.org/W2758392106', 'https://openalex.org/W2765081049', 'https://openalex.org/W2793946573', 'https://openalex.org/W2884670864', 'https://openalex.org/W2886697344', 'https://openalex.org/W2888532099', 'https://openalex.org/W2939038312', 'https://openalex.org/W2971491423', 'https://openalex.org/W3102014803', 'https://openalex.org/W3106436086', 'https://openalex.org/W3208657605', 'https://openalex.org/W4211101666', 'https://openalex.org/W4240429068'], 'related_works': ['https://openalex.org/W67092138', 'https://openalex.org/W656686947', 'https://openalex.org/W1906486629', 'https://openalex.org/W2166247150', 'https://openalex.org/W2584070953', 'https://openalex.org/W3007645298', 'https://openalex.org/W3021560500', 'https://openalex.org/W4243252198', 'https://openalex.org/W4293327501', 'https://openalex.org/W4318619745'], 'ngrams_url': 'https://api.openalex.org/works/W3103145119/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'SciPy': [1, 19, 66], 'is': [2], 'an': [3, 57], 'open-source': [4], 'scientific': [5, 28], 'computing': [6], 'library': [7], 'for': [8, 26], 'the': [9, 60], 'Python': [10], 'programming': [11], 'language.': [12], 'Since': [13], 'its': [14], 'initial': [15], 'release': [16], 'in': [17, 30], '2001,': [18], 'has': [20], 'become': [21], 'a': [22], 'de': [23], 'facto': [24], 'standard': [25], 'leveraging': [27], 'algorithms': [29], 'Python,': [31], 'with': [32], 'over': [33, 42], '600': [34], 'unique': [35], 'code': [36], 'contributors,': [37], 'thousands': [38], 'of': [39, 48, 59, 65], 'dependent': [40, 44], 'packages,': [41], '100,000': [43], 'repositories': [45], 'and': [46, 62, 68], 'millions': [47], 'downloads': [49], 'per': [50], 'year.': [51], 'In': [52], 'this': [53], 'work,': [54], 'we': [55], 'provide': [56], 'overview': [58], 'capabilities': [61], 'development': [63], 'practices': [64], '1.0': [67], 'highlight': [69], 'some': [70], 'recent': [71], 'technical': [72], 'developments.': [73]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3103145119', 'counts_by_year': [{'year': 2023, 'cited_by_count': 4142}, {'year': 2022, 'cited_by_count': 4615}, {'year': 2021, 'cited_by_count': 3755}, {'year': 2020, 'cited_by_count': 1533}, {'year': 2019, 'cited_by_count': 20}, {'year': 2018, 'cited_by_count': 3}, {'year': 2015, 'cited_by_count': 2}], 'updated_date': '2023-10-04T01:41:30.431875', 'created_date': '2020-11-23'}, {'id': 'https://openalex.org/W3008028633', 'doi': 'https://doi.org/10.1001/jama.2020.2648', 'title': 'Characteristics of and Important Lessons From the Coronavirus Disease 2019 (COVID-19) Outbreak in China', 'display_name': 'Characteristics of and Important Lessons From the Coronavirus Disease 2019 (COVID-19) Outbreak in China', 'publication_year': 2020, 'publication_date': '2020-04-07', 'ids': {'openalex': 'https://openalex.org/W3008028633', 'doi': 'https://doi.org/10.1001/jama.2020.2648', 'mag': '3008028633', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32091533'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.2648', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2762130/jama_wu_2020_vp_200028.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://jamanetwork.com/journals/jama/articlepdf/2762130/jama_wu_2020_vp_200028.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5012397238', 'display_name': 'Zunyou Wu', 'orcid': 'https://orcid.org/0000-0002-0839-4548'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Zunyou Wu', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5075384865', 'display_name': 'Jennifer M. McGoogan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jennifer M. McGoogan', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5012397238'], 'corresponding_institution_ids': ['https://openalex.org/I184490438'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 13391, 'biblio': {'volume': '323', 'issue': '13', 'first_page': '1239', 'last_page': '1239'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.8905669}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.8352896}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.8130525}, {'id': 'https://openalex.org/C107029721', 'wikidata': 'https://www.wikidata.org/wiki/Q19188', 'display_name': 'Mainland China', 'level': 3, 'score': 0.72209585}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.6808506}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.6787465}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.67846215}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.6597803}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.5345219}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.5330711}, {'id': 'https://openalex.org/C2778137410', 'wikidata': 'https://www.wikidata.org/wiki/Q2732820', 'display_name': 'Government (linguistics)', 'level': 2, 'score': 0.52829504}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.50962496}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.45745552}, {'id': 'https://openalex.org/C113162765', 'wikidata': 'https://www.wikidata.org/wiki/Q1128437', 'display_name': 'Contact tracing', 'level': 5, 'score': 0.4476072}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.43686557}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.3968422}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.21405748}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.09095377}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.061115116}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D003140', 'descriptor_name': 'Communicable Disease Control', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004196', 'descriptor_name': 'Disease Outbreaks', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058873', 'descriptor_name': 'Pandemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D062072', 'descriptor_name': 'Patient Acuity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014944', 'descriptor_name': 'World Health Organization', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.2648', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2762130/jama_wu_2020_vp_200028.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32091533', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.2648', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2762130/jama_wu_2020_vp_200028.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.81}], 'grants': [], 'referenced_works_count': 5, 'referenced_works': ['https://openalex.org/W3004434564', 'https://openalex.org/W3006044875', 'https://openalex.org/W3006320625', 'https://openalex.org/W3006533361', 'https://openalex.org/W3035011439'], 'related_works': ['https://openalex.org/W3040137343', 'https://openalex.org/W3045573749', 'https://openalex.org/W3046519041', 'https://openalex.org/W3048539433', 'https://openalex.org/W3089198401', 'https://openalex.org/W3097431264', 'https://openalex.org/W3150155159', 'https://openalex.org/W3163078543', 'https://openalex.org/W3194513569', 'https://openalex.org/W3203436974'], 'ngrams_url': 'https://api.openalex.org/works/W3008028633/ngrams', 'abstract_inverted_index': {'This': [0], 'Viewpoint': [1], 'summarizes': [2], 'key': [3], 'epidemiologic': [4], 'and': [5, 24, 34], 'clinical': [6], 'findings': [7], 'from': [8], 'all': [9], 'cases': [10], 'of': [11], 'coronavirus': [12], 'disease': [13], '2019': [14], '(COVID-19)': [15], 'reported': [16], 'through': [17], 'February': [18], '11,': [19], '2020,': [20], 'in': [21, 27], 'mainland': [22], 'China,': [23], 'case': [25], 'trends': [26], 'response': [28], 'to': [29, 32], 'government': [30], 'attempts': [31], 'control': [33], 'contain': [35], 'the': [36], 'infection.': [37]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3008028633', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1059}, {'year': 2022, 'cited_by_count': 2474}, {'year': 2021, 'cited_by_count': 4370}, {'year': 2020, 'cited_by_count': 5438}, {'year': 2019, 'cited_by_count': 4}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-10-04T05:57:17.870000', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3003668884', 'doi': 'https://doi.org/10.1056/nejmoa2001316', 'title': 'Early Transmission Dynamics in Wuhan, China, of Novel Coronavirus–Infected Pneumonia', 'display_name': 'Early Transmission Dynamics in Wuhan, China, of Novel Coronavirus–Infected Pneumonia', 'publication_year': 2020, 'publication_date': '2020-03-26', 'ids': {'openalex': 'https://openalex.org/W3003668884', 'doi': 'https://doi.org/10.1056/nejmoa2001316', 'mag': '3003668884', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31995857', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7121484'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001316', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001316?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001316?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5066887020', 'display_name': 'Qun Li', 'orcid': 'https://orcid.org/0000-0003-0548-203X'}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Qun Li', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074672866', 'display_name': 'Xiaohong Guan', 'orcid': 'https://orcid.org/0000-0001-5296-423X'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xuhua Guan', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011439848', 'display_name': 'Peng Wu', 'orcid': 'https://orcid.org/0000-0003-1157-9401'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Peng Wu', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033692918', 'display_name': 'Xiaoye Wang', 'orcid': 'https://orcid.org/0000-0003-3540-0277'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Xiaoye Wang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046359225', 'display_name': 'Lei Zhou', 'orcid': 'https://orcid.org/0000-0002-9880-5506'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Lei Zhou', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030155090', 'display_name': 'Yeqing Tong', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yeqing Tong', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047062404', 'display_name': 'Ruiqi Ren', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Ruiqi Ren', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029917806', 'display_name': 'Kathy Leung', 'orcid': 'https://orcid.org/0000-0003-4777-388X'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Kathy S.M. Leung', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068660339', 'display_name': 'Eric H. Y. Lau', 'orcid': 'https://orcid.org/0000-0002-6688-9637'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Eric H.Y. Lau', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003730308', 'display_name': 'Jessica Y. Wong', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Jessica Y. Wong', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042728044', 'display_name': 'Xuesen Xing', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xuesen Xing', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084549899', 'display_name': 'Nijuan Xiang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Nijuan Xiang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069509754', 'display_name': 'Yang Wu', 'orcid': 'https://orcid.org/0000-0002-9199-325X'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yang Wu', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003753200', 'display_name': 'Chao Li', 'orcid': 'https://orcid.org/0000-0002-1950-0190'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Chao Li', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014708668', 'display_name': 'Qi Chen', 'orcid': 'https://orcid.org/0000-0001-7572-8168'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qi Chen', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038851564', 'display_name': 'Dan Li', 'orcid': 'https://orcid.org/0000-0002-4759-565X'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Dan Li', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054310694', 'display_name': 'Lijun Tian', 'orcid': 'https://orcid.org/0000-0002-0306-0709'}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210148362', 'display_name': 'Jingzhou Central Hospital', 'ror': 'https://ror.org/04gnkpp77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210148362']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Tian Liu', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Jingzhou Center for Disease Control and Prevention, Jingzhou, Hubei', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Jingzhou Center for Disease Control and Prevention, Jingzhou, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033485883', 'display_name': 'Jing Zhao', 'orcid': 'https://orcid.org/0000-0001-6382-3555'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Jing Zhao', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072284849', 'display_name': 'Man Liu', 'orcid': 'https://orcid.org/0000-0001-5265-8224'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Man Liu', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022293237', 'display_name': 'Wei Tu', 'orcid': 'https://orcid.org/0000-0002-0255-4037'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Wenxiao Tu', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042452119', 'display_name': 'Chuding Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chuding Chen', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074584778', 'display_name': 'Lianmei Jin', 'orcid': 'https://orcid.org/0000-0002-6874-9259'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Lianmei Jin', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004618595', 'display_name': 'Rui Yang', 'orcid': 'https://orcid.org/0000-0001-5290-8799'}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Rui Yang', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015195367', 'display_name': 'Qi Wang', 'orcid': 'https://orcid.org/0000-0002-1328-8571'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Qi Wang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074172607', 'display_name': 'Sanming Zhou', 'orcid': 'https://orcid.org/0000-0002-9579-7598'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Suhua Zhou', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028153158', 'display_name': 'Rui Wang', 'orcid': 'https://orcid.org/0000-0002-7402-6372'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Rui Wang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044301848', 'display_name': 'Hui Liu', 'orcid': 'https://orcid.org/0000-0001-6654-4965'}, 'institutions': [{'id': 'https://openalex.org/I4210132472', 'display_name': 'Chengdu Center for Disease Control and Prevention', 'ror': 'https://ror.org/03hbkgr83', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210132472']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Hui Liu', 'raw_affiliation_string': 'Chengdu Center for Disease Control and Prevention, Chengdu, Sichuan; Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chengdu Center for Disease Control and Prevention, Chengdu, Sichuan', 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004095744', 'display_name': 'Yinbo Luo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yinbo Luo', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046214153', 'display_name': 'Yuan Liu', 'orcid': 'https://orcid.org/0000-0002-7068-8766'}, 'institutions': [{'id': 'https://openalex.org/I4210087216', 'display_name': 'Hunan Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0066efq29', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210087216']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Yuan Liu', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Hunan Provincial Center for Disease Control and Prevention, Changsha, Hunan', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Hunan Provincial Center for Disease Control and Prevention, Changsha, Hunan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067385781', 'display_name': 'Ge Shao', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Ge Shao', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001014826', 'display_name': 'Huan Li', 'orcid': 'https://orcid.org/0000-0002-3705-3654'}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210093430', 'display_name': 'Shenyang Center for Disease Control and Prevention', 'ror': 'https://ror.org/005mgvs97', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210093430']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Huan Li', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Panjin Center for Disease Control and Prevention, Panjin, Liaoning', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Panjin Center for Disease Control and Prevention, Panjin, Liaoning']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029612066', 'display_name': 'Tao Zhang', 'orcid': 'https://orcid.org/0000-0001-6643-4686'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210090264', 'display_name': 'Guizhou Center for Disease Control and Prevention', 'ror': 'https://ror.org/009j0tv77', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210090264']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Zhongfa Tao', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Guizhou Center for Disease Control and Prevention, Guiyang, Guizhou', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Guizhou Center for Disease Control and Prevention, Guiyang, Guizhou']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049692788', 'display_name': 'Yang Yang', 'orcid': 'https://orcid.org/0000-0001-6441-0226'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Yang Yang', 'raw_affiliation_string': 'Jiading District Center for Disease Control and Prevention, Shanghai', 'raw_affiliation_strings': ['Jiading District Center for Disease Control and Prevention, Shanghai']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086287153', 'display_name': 'Zhiqiang Deng', 'orcid': 'https://orcid.org/0000-0001-6068-852X'}, 'institutions': [{'id': 'https://openalex.org/I4210156122', 'display_name': 'Nanchang Center for Disease Control and Prevention', 'ror': 'https://ror.org/052p82762', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210156122']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhiqiang Deng', 'raw_affiliation_string': 'Nanchang Center for Disease Control and Prevention, Nanchang, Jiangxi', 'raw_affiliation_strings': ['Nanchang Center for Disease Control and Prevention, Nanchang, Jiangxi']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035157608', 'display_name': 'Boxi Liu', 'orcid': None}, 'institutions': [], 'countries': ['MN'], 'is_corresponding': False, 'raw_author_name': 'Boxi Liu', 'raw_affiliation_string': 'Inner Mongolia Comprehensive Center for Disease Control and Prevention, Hohhot, Inner Mongolia', 'raw_affiliation_strings': ['Inner Mongolia Comprehensive Center for Disease Control and Prevention, Hohhot, Inner Mongolia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081253261', 'display_name': 'Zhitao Ma', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Zhitao Ma', 'raw_affiliation_string': 'Baoshan District Center for Disease Control and Prevention, Shanghai', 'raw_affiliation_strings': ['Baoshan District Center for Disease Control and Prevention, Shanghai']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070373092', 'display_name': 'Yanping Zhang', 'orcid': 'https://orcid.org/0000-0002-5678-3038'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Yanping Zhang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082784333', 'display_name': 'Guoqing Shi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Guoqing Shi', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001962052', 'display_name': 'Tommy T. Y. Lam', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Tommy T.Y. Lam', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089678525', 'display_name': 'Joseph T. Wu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Joseph T. Wu', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015873777', 'display_name': 'George F. Gao', 'orcid': 'https://orcid.org/0000-0001-8242-9430'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'George F. Gao', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074151633', 'display_name': 'Benjamin J. Cowling', 'orcid': 'https://orcid.org/0000-0002-6297-7154'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Benjamin J. Cowling', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041664829', 'display_name': 'Bo Yang', 'orcid': 'https://orcid.org/0000-0003-0680-1469'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bo Yang', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043618382', 'display_name': 'Gabriel M. Leung', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Gabriel M. Leung', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5080625732', 'display_name': 'Zijian Feng', 'orcid': 'https://orcid.org/0000-0001-8469-5548'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Zijian Feng', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 10, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 11636, 'biblio': {'volume': '382', 'issue': '13', 'first_page': '1199', 'last_page': '1207'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.7811802}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.648317}, {'id': 'https://openalex.org/C761482', 'wikidata': 'https://www.wikidata.org/wiki/Q118093', 'display_name': 'Transmission (telecommunications)', 'level': 2, 'score': 0.6140119}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.5770448}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.57549995}, {'id': 'https://openalex.org/C122048520', 'wikidata': 'https://www.wikidata.org/wiki/Q2913954', 'display_name': 'Percentile', 'level': 2, 'score': 0.5692581}, {'id': 'https://openalex.org/C204264503', 'wikidata': 'https://www.wikidata.org/wiki/Q901464', 'display_name': 'Basic reproduction number', 'level': 3, 'score': 0.55624914}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.49211973}, {'id': 'https://openalex.org/C143701427', 'wikidata': 'https://www.wikidata.org/wiki/Q193566', 'display_name': 'Incubation period', 'level': 3, 'score': 0.4713506}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.46791914}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.43794346}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.35319155}, {'id': 'https://openalex.org/C42972112', 'wikidata': 'https://www.wikidata.org/wiki/Q170201', 'display_name': 'Veterinary medicine', 'level': 1, 'score': 0.33365205}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.23602375}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.21208012}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.19338542}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.17063078}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.1545637}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.121581405}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.10196206}, {'id': 'https://openalex.org/C25642318', 'wikidata': 'https://www.wikidata.org/wiki/Q1992532', 'display_name': 'Incubation', 'level': 2, 'score': 0.095191926}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.087475926}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C119599485', 'wikidata': 'https://www.wikidata.org/wiki/Q43035', 'display_name': 'Electrical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': True}, {'descriptor_ui': 'D018562', 'descriptor_name': 'Disease Transmission, Infectious', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D058872', 'descriptor_name': 'Epidemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D055256', 'descriptor_name': 'Infectious Disease Incubation Period', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003140', 'descriptor_name': 'Communicable Disease Control', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003140', 'descriptor_name': 'Communicable Disease Control', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D018562', 'descriptor_name': 'Disease Transmission, Infectious', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018562', 'descriptor_name': 'Disease Transmission, Infectious', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D058872', 'descriptor_name': 'Epidemics', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015994', 'descriptor_name': 'Incidence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058873', 'descriptor_name': 'Pandemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016133', 'descriptor_name': 'Polymerase Chain Reaction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001316', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001316?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7121484', 'pdf_url': 'https://europepmc.org/articles/pmc7121484?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121484', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/31995857', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001316', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001316?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.84}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.13}], 'grants': [{'funder': 'https://openalex.org/F4320321001', 'funder_display_name': 'National Natural Science Foundation of China', 'award_id': '71934002'}, {'funder': 'https://openalex.org/F4320322108', 'funder_display_name': 'Ministry of Science and Technology', 'award_id': 'KJYJ-2013-01-02'}, {'funder': 'https://openalex.org/F4320335055', 'funder_display_name': 'Health and Medical Research Fund', 'award_id': None}, {'funder': 'https://openalex.org/F4320337355', 'funder_display_name': 'National Institute of Allergy and Infectious Diseases', 'award_id': 'HHSN272201400006C'}], 'referenced_works_count': 15, 'referenced_works': ['https://openalex.org/W1909499787', 'https://openalex.org/W2011635789', 'https://openalex.org/W2061717888', 'https://openalex.org/W2065075114', 'https://openalex.org/W2147166346', 'https://openalex.org/W2149508011', 'https://openalex.org/W2470646526', 'https://openalex.org/W3000834295', 'https://openalex.org/W3001897055', 'https://openalex.org/W3001971765', 'https://openalex.org/W3002533507', 'https://openalex.org/W3002539152', 'https://openalex.org/W3002715510', 'https://openalex.org/W3017468735', 'https://openalex.org/W3017829800'], 'related_works': ['https://openalex.org/W3003901880', 'https://openalex.org/W3004826915', 'https://openalex.org/W3008700721', 'https://openalex.org/W3014892682', 'https://openalex.org/W3020128117', 'https://openalex.org/W3031696803', 'https://openalex.org/W3108471389', 'https://openalex.org/W3196541986', 'https://openalex.org/W3202879662', 'https://openalex.org/W4307727069'], 'ngrams_url': 'https://api.openalex.org/works/W3003668884/ngrams', 'abstract_inverted_index': {'The': [0, 110, 137], 'initial': [1], 'cases': [2, 29, 51, 67, 113], 'of': [3, 37, 49, 52, 65, 79, 112, 133, 155, 178, 202, 219, 255, 259], 'novel': [4], 'coronavirus': [5], '(2019-nCoV)-infected': [6], 'pneumonia': [7], '(NCIP)': [8], 'occurred': [9, 212], 'in': [10, 15, 30, 168, 247], 'Wuhan,': [11], 'Hubei': [12], 'Province,': [13], 'China,': [14], 'December': [16, 220], '2019': [17], 'and': [18, 46, 68, 88, 106, 257, 261], 'January': [19, 59, 118], '2020.': [20, 61], 'We': [21, 62], 'analyzed': [22], 'data': [23], 'on': [24, 41], 'the': [25, 34, 66, 70, 76, 84, 89, 93, 100, 124, 134, 152, 156, 165, 186, 200, 217, 253], 'first': [26, 94], '425': [27, 95], 'confirmed': [28, 98], 'Wuhan': [31], 'to': [32, 123, 149, 184, 192, 198, 224, 230, 239], 'determine': [33], 'epidemiologic': [35, 72], 'characteristics': [36, 64], 'NCIP.We': [38], 'collected': [39], 'information': [40], 'demographic': [42], 'characteristics,': [43], 'exposure': [44], 'history,': [45], 'illness': [47], 'timelines': [48], 'laboratory-confirmed': [50], 'NCIP': [53], 'that': [54, 208], 'had': [55], 'been': [56], 'reported': [57], 'by': [58, 252], '22,': [60], 'described': [63], 'estimated': [69, 83, 191], 'key': [71], 'time-delay': [73], 'distributions.': [74], 'In': [75, 161], 'early': [77, 163], 'period': [78, 140], 'exponential': [80], 'growth,': [81], 'we': [82], 'epidemic': [85, 166], 'doubling': [86], 'time': [87], 'basic': [90, 187], 'reproductive': [91, 188], 'number.Among': [92], 'patients': [96], 'with': [97, 115, 131, 151], 'NCIP,': [99], 'median': [101], 'age': [102], 'was': [103, 141, 190], '59': [104], 'years': [105], '56%': [107], 'were': [108, 121], 'male.': [109], 'majority': [111], '(55%)': [114], 'onset': [116], 'before': [117], '1,': [119], '2020,': [120], 'linked': [122], 'Huanan': [125], 'Seafood': [126], 'Wholesale': [127], 'Market,': [128], 'as': [129], 'compared': [130], '8.6%': [132], 'subsequent': [135], 'cases.': [136], 'mean': [138, 175], 'incubation': [139], '5.2': [142], 'days': [143, 180], '(95%': [144, 181, 195], 'confidence': [145], 'interval': [146, 177], '[CI],': [147], '4.1': [148], '7.0),': [150], '95th': [153], 'percentile': [154], 'distribution': [157], 'at': [158, 249], '12.5': [159], 'days.': [160, 172], 'its': [162], 'stages,': [164], 'doubled': [167], 'size': [169], 'every': [170], '7.4': [171], 'With': [173], 'a': [174], 'serial': [176], '7.5': [179], 'CI,': [182, 196], '5.3': [183], '19),': [185], 'number': [189], 'be': [193, 228, 245], '2.2': [194], '1.4': [197], '3.9).On': [199], 'basis': [201], 'this': [203], 'information,': [204], 'there': [205], 'is': [206], 'evidence': [207], 'human-to-human': [209], 'transmission': [210, 226, 243], 'has': [211], 'among': [213], 'close': [214], 'contacts': [215], 'since': [216], 'middle': [218], '2019.': [221], 'Considerable': [222], 'efforts': [223], 'reduce': [225, 242], 'will': [227], 'required': [229], 'control': [231], 'outbreaks': [232], 'if': [233], 'similar': [234], 'dynamics': [235], 'apply': [236], 'elsewhere.': [237], 'Measures': [238], 'prevent': [240], 'or': [241], 'should': [244], 'implemented': [246], 'populations': [248], 'risk.': [250], '(Funded': [251], 'Ministry': [254], 'Science': [256], 'Technology': [258], 'China': [260], 'others.).': [262]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3003668884', 'counts_by_year': [{'year': 2023, 'cited_by_count': 746}, {'year': 2022, 'cited_by_count': 1839}, {'year': 2021, 'cited_by_count': 3579}, {'year': 2020, 'cited_by_count': 5417}, {'year': 2019, 'cited_by_count': 6}], 'updated_date': '2023-10-03T05:55:54.522514', 'created_date': '2020-02-07'}, {'id': 'https://openalex.org/W3111255098', 'doi': 'https://doi.org/10.1056/nejmoa2034577', 'title': 'Safety and Efficacy of the BNT162b2 mRNA Covid-19 Vaccine', 'display_name': 'Safety and Efficacy of the BNT162b2 mRNA Covid-19 Vaccine', 'publication_year': 2020, 'publication_date': '2020-12-31', 'ids': {'openalex': 'https://openalex.org/W3111255098', 'doi': 'https://doi.org/10.1056/nejmoa2034577', 'mag': '3111255098', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/33596351', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7745181'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2034577', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2034577?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2034577?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5001090261', 'display_name': 'Fernando P. Polack', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Fernando P. Polack', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059606373', 'display_name': 'Stephen J. Thomas', 'orcid': 'https://orcid.org/0000-0002-8368-7682'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephen J. Thomas', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014880604', 'display_name': 'Nicholas Kitchin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nicholas Kitchin', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087564717', 'display_name': 'Judith Absalon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Judith Absalon', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067206456', 'display_name': 'Alejandra Gurtman', 'orcid': 'https://orcid.org/0000-0003-3469-1201'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Alejandra Gurtman', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042729050', 'display_name': 'Stephen Lockhart', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephen Lockhart', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025483944', 'display_name': 'John L. Perez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John L. Perez', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072464892', 'display_name': 'Gonzalo Pérez Marc', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Gonzalo Pérez Marc', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042806017', 'display_name': 'Edson Duarte Moreira', 'orcid': 'https://orcid.org/0000-0002-7081-8348'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Edson D. Moreira', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005113837', 'display_name': 'Cristiano Augusto de Freitas Zerbini', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Cristiano Zerbini', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004654129', 'display_name': 'Richard Bailey', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ruth Bailey', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023919527', 'display_name': 'Kena A. Swanson', 'orcid': 'https://orcid.org/0000-0002-3389-8414'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kena A. Swanson', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016431348', 'display_name': 'Satrajit Roychoudhury', 'orcid': 'https://orcid.org/0000-0003-4001-3036'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Satrajit Roychoudhury', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020500638', 'display_name': 'Kenneth Koury', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kenneth Koury', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073070877', 'display_name': 'Ping Li', 'orcid': 'https://orcid.org/0000-0002-1455-0842'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ping Li', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072923693', 'display_name': 'Warren V. Kalina', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Warren V. Kalina', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063673979', 'display_name': 'David A. Cooper', 'orcid': 'https://orcid.org/0000-0002-4595-3943'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David Cooper', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039460332', 'display_name': 'Robert W. Frenck', 'orcid': 'https://orcid.org/0000-0002-2336-526X'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert W. Frenck', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081629035', 'display_name': 'Laura L. Hammitt', 'orcid': 'https://orcid.org/0000-0001-6051-1484'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Laura L. Hammitt', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000036560', 'display_name': 'Özlem Türeci', 'orcid': 'https://orcid.org/0000-0002-0623-1497'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Özlem Türeci', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073008232', 'display_name': 'Haylene Nell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Haylene Nell', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007616398', 'display_name': 'Axel Schaefer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Axel Schaefer', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090594476', 'display_name': 'Serhat Ünal', 'orcid': 'https://orcid.org/0000-0003-1184-4711'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Serhat Ünal', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051925652', 'display_name': 'Dina B. Tresnan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Dina B. Tresnan', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060704252', 'display_name': 'Susan Mather', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Susan Mather', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045224941', 'display_name': 'Philip R. Dormitzer', 'orcid': 'https://orcid.org/0000-0003-0671-6360'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Philip R. Dormitzer', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075617216', 'display_name': 'Uğur Şahin', 'orcid': 'https://orcid.org/0000-0003-0363-1564'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Uğur Şahin', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044292989', 'display_name': 'Kathrin U. Jansen', 'orcid': 'https://orcid.org/0000-0001-5354-4202'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kathrin U. Jansen', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5086524484', 'display_name': 'William C. Gruber', 'orcid': 'https://orcid.org/0000-0002-6518-4547'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'William C. Gruber', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 10454, 'biblio': {'volume': '383', 'issue': '27', 'first_page': '2603', 'last_page': '2615'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.8745873}, {'id': 'https://openalex.org/C27081682', 'wikidata': 'https://www.wikidata.org/wiki/Q269829', 'display_name': 'Placebo', 'level': 3, 'score': 0.6870041}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.6825781}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.58719873}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.5333749}, {'id': 'https://openalex.org/C168563851', 'wikidata': 'https://www.wikidata.org/wiki/Q1436668', 'display_name': 'Randomized controlled trial', 'level': 2, 'score': 0.48399448}, {'id': 'https://openalex.org/C535046627', 'wikidata': 'https://www.wikidata.org/wiki/Q30612', 'display_name': 'Clinical trial', 'level': 2, 'score': 0.4185906}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.3943604}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.20932034}, {'id': 'https://openalex.org/C204787440', 'wikidata': 'https://www.wikidata.org/wiki/Q188504', 'display_name': 'Alternative medicine', 'level': 2, 'score': 0.13024437}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.10923201}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': True}, {'descriptor_ui': 'D000086663', 'descriptor_name': 'COVID-19 Vaccines', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': True}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000090982', 'descriptor_name': 'BNT162 Vaccine', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': False}, {'descriptor_ui': 'D000086663', 'descriptor_name': 'COVID-19 Vaccines', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086663', 'descriptor_name': 'COVID-19 Vaccines', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': False}, {'descriptor_ui': 'D000086663', 'descriptor_name': 'COVID-19 Vaccines', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D005221', 'descriptor_name': 'Fatigue', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005221', 'descriptor_name': 'Fatigue', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006261', 'descriptor_name': 'Headache', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006261', 'descriptor_name': 'Headache', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007117', 'descriptor_name': 'Immunization, Secondary', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D016037', 'descriptor_name': 'Single-Blind Method', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016896', 'descriptor_name': 'Treatment Outcome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014614', 'descriptor_name': 'Vaccines, Synthetic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2034577', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2034577?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10757/655958', 'pdf_url': 'https://repositorioacademico.upc.edu.pe/bitstream/10757/655958/3/nejmoa2034577.pdf', 'source': {'id': 'https://openalex.org/S4306401415', 'display_name': 'Repositorio Académico de la Universidad Peruana de Ciencias Aplicadas (Universidad Peruana de Ciencias Aplicadas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1311157440', 'host_organization_name': 'Peruvian University of Applied Sciences', 'host_organization_lineage': ['https://openalex.org/I1311157440'], 'host_organization_lineage_names': ['Peruvian University of Applied Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7745181', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/33301246', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2034577', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2034577?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.87}], 'grants': [{'funder': 'https://openalex.org/F4320307765', 'funder_display_name': 'Pfizer', 'award_id': None}], 'referenced_works_count': 7, 'referenced_works': ['https://openalex.org/W1420726270', 'https://openalex.org/W2058647478', 'https://openalex.org/W2994612945', 'https://openalex.org/W3007643904', 'https://openalex.org/W3010233963', 'https://openalex.org/W3092921648', 'https://openalex.org/W3093367571'], 'related_works': ['https://openalex.org/W3017171836', 'https://openalex.org/W3025176011', 'https://openalex.org/W3027835066', 'https://openalex.org/W3032320397', 'https://openalex.org/W3033635008', 'https://openalex.org/W3107152225', 'https://openalex.org/W3119540162', 'https://openalex.org/W3152606407', 'https://openalex.org/W4280491013', 'https://openalex.org/W4308017287'], 'ngrams_url': 'https://api.openalex.org/works/W3111255098/ngrams', 'abstract_inverted_index': {'Severe': [0], 'acute': [1], 'respiratory': [2], 'syndrome': [3], 'coronavirus': [4, 11], '2': [5, 273], '(SARS-CoV-2)': [6], 'infection': [7], 'and': [8, 27, 104, 120, 146, 187, 210, 232, 242, 248, 286], 'the': [9, 66, 99, 137, 188, 202, 228, 246], 'resulting': [10], 'disease': [12], '2019': [13], '(Covid-19)': [14], 'have': [15], 'afflicted': [16], 'tens': [17], 'of': [18, 20, 47, 62, 98, 107, 112, 128, 190, 196, 219, 236, 253, 264, 272, 279], 'millions': [19], 'people': [21], 'in': [22, 51, 158, 207, 212, 245, 260], 'a': [23, 52, 76, 84, 213, 270], 'worldwide': [24], 'pandemic.': [25], 'Safe': [26], 'effective': [28, 157], 'vaccines': [29], 'are': [30], 'needed': [31], 'urgently.In': [32], 'an': [33], 'ongoing': [34], 'multinational,': [35], 'placebo-controlled,': [36], 'observer-blinded,': [37], 'pivotal': [38], 'efficacy': [39, 97, 169], 'trial,': [40], 'we': [41], 'randomly': [42], 'assigned': [43, 142, 151], 'persons': [44, 261], '16': [45, 262], 'years': [46, 263], 'age': [48, 265], 'or': [49, 65, 266], 'older': [50], '1:1': [53], 'ratio': [54], 'to': [55, 143, 152, 165, 172, 277], 'receive': [56, 144], 'two': [57], 'doses,': [58], '21': [59], 'days': [60, 135], 'apart,': [61], 'either': [63], 'placebo': [64, 208, 249], 'BNT162b2': [67, 74, 119, 145, 154, 214, 220, 254], 'vaccine': [68, 81, 100, 168, 247], 'candidate': [69], '(30': [70], 'μg': [71], 'per': [72], 'dose).': [73], 'is': [75], 'lipid': [77], 'nanoparticle-formulated,': [78], 'nucleoside-modified': [79], 'RNA': [80], 'that': [82, 278], 'encodes': [83], 'prefusion': [85], 'stabilized,': [86], 'membrane-anchored': [87], 'SARS-CoV-2': [88], 'full-length': [89], 'spike': [90], 'protein.': [91], 'The': [92, 216, 234], 'primary': [93], 'end': [94], 'points': [95], 'were': [96, 125], 'against': [101, 258], 'laboratory-confirmed': [102], 'Covid-19': [103, 129, 160, 198, 259], 'safety.A': [105], 'total': [106], '43,548': [108], 'participants': [109, 141], 'underwent': [110], 'randomization,': [111], 'whom': [113], '43,448': [114], 'received': [115], 'injections:': [116], '21,720': [117], 'with': [118, 122, 130, 199], '21,728': [121], 'placebo.': [123], 'There': [124], '8': [126], 'cases': [127, 148, 195], 'onset': [131, 200], 'at': [132, 227], 'least': [133], '7': [134], 'after': [136, 201], 'second': [138], 'dose': [139], 'among': [140, 149], '162': [147], 'those': [150], 'placebo;': [153], 'was': [155, 174, 221, 240, 243, 275], '95%': [156, 256], 'preventing': [159], '(95%': [161], 'credible': [162], 'interval,': [163], '90.3': [164], '97.6).': [166], 'Similar': [167], '(generally': [170], '90': [171], '100%)': [173], 'observed': [175], 'across': [176], 'subgroups': [177], 'defined': [178], 'by': [179, 223, 284], 'age,': [180], 'sex,': [181], 'race,': [182], 'ethnicity,': [183], 'baseline': [184], 'body-mass': [185], 'index,': [186], 'presence': [189], 'coexisting': [191], 'conditions.': [192], 'Among': [193], '10': [194], 'severe': [197], 'first': [203], 'dose,': [204], '9': [205], 'occurred': [206], 'recipients': [209], '1': [211], 'recipient.': [215], 'safety': [217], 'profile': [218], 'characterized': [222], 'short-term,': [224], 'mild-to-moderate': [225], 'pain': [226], 'injection': [229], 'site,': [230], 'fatigue,': [231], 'headache.': [233], 'incidence': [235], 'serious': [237], 'adverse': [238], 'events': [239], 'low': [241], 'similar': [244, 276], 'groups.A': [250], 'two-dose': [251], 'regimen': [252], 'conferred': [255], 'protection': [257], 'older.': [267], 'Safety': [268], 'over': [269], 'median': [271], 'months': [274], 'other': [280], 'viral': [281], 'vaccines.': [282], '(Funded': [283], 'BioNTech': [285], 'Pfizer;': [287], 'ClinicalTrials.gov': [288], 'number,': [289], 'NCT04368728.).': [290]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3111255098', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1814}, {'year': 2022, 'cited_by_count': 4129}, {'year': 2021, 'cited_by_count': 4426}, {'year': 2020, 'cited_by_count': 51}], 'updated_date': '2023-10-04T03:36:40.139860', 'created_date': '2020-12-21'}, {'id': 'https://openalex.org/W3006659024', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'title': 'The psychological impact of quarantine and how to reduce it: rapid review of the evidence', 'display_name': 'The psychological impact of quarantine and how to reduce it: rapid review of the evidence', 'publication_year': 2020, 'publication_date': '2020-03-01', 'ids': {'openalex': 'https://openalex.org/W3006659024', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'mag': '3006659024', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32112714', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7158942'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5021126287', 'display_name': 'Samantha K Brooks', 'orcid': 'https://orcid.org/0000-0003-3884-3583'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Samantha K Brooks', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039261458', 'display_name': 'Rebecca Webster', 'orcid': 'https://orcid.org/0000-0002-5136-1098'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rebecca K Webster', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068277529', 'display_name': 'Louise Smith', 'orcid': 'https://orcid.org/0000-0002-1277-2564'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Louise E Smith', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034415718', 'display_name': 'Lisa Woodland', 'orcid': 'https://orcid.org/0000-0003-2440-3210'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Lisa Woodland', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091639078', 'display_name': 'Simon Wessely', 'orcid': 'https://orcid.org/0000-0002-6743-9929'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Simon Wessely', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077472317', 'display_name': 'Neil Greenberg', 'orcid': 'https://orcid.org/0000-0003-4550-2971'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Neil Greenberg', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5023975998', 'display_name': 'G. James Rubin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gideon James Rubin', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5021126287'], 'corresponding_institution_ids': ['https://openalex.org/I183935753'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 9774, 'biblio': {'volume': '395', 'issue': '10227', 'first_page': '912', 'last_page': '920'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2781402358', 'wikidata': 'https://www.wikidata.org/wiki/Q182899', 'display_name': 'Quarantine', 'level': 2, 'score': 0.8971178}, {'id': 'https://openalex.org/C2779302386', 'wikidata': 'https://www.wikidata.org/wiki/Q79871', 'display_name': 'Anger', 'level': 2, 'score': 0.5089903}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.47017092}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.45012876}, {'id': 'https://openalex.org/C125370674', 'wikidata': 'https://www.wikidata.org/wiki/Q1527480', 'display_name': 'Stressor', 'level': 2, 'score': 0.4364637}, {'id': 'https://openalex.org/C2777589236', 'wikidata': 'https://www.wikidata.org/wiki/Q34255', 'display_name': 'Boredom', 'level': 2, 'score': 0.43227214}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.39319298}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.36336115}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.35420746}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.32738286}, {'id': 'https://openalex.org/C39549134', 'wikidata': 'https://www.wikidata.org/wiki/Q133080', 'display_name': 'Public relations', 'level': 1, 'score': 0.32357877}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.272112}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.2658667}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 0.2512108}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.24506524}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.20806482}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': True}, {'descriptor_ui': 'D011790', 'descriptor_name': 'Quarantine', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D013315', 'descriptor_name': 'Stress, Psychological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005382', 'descriptor_name': 'Financing, Personal', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011634', 'descriptor_name': 'Public Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011790', 'descriptor_name': 'Quarantine', 'qualifier_ui': 'Q000191', 'qualifier_name': 'economics', 'is_major_topic': False}, {'descriptor_ui': 'D011790', 'descriptor_name': 'Quarantine', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': False}, {'descriptor_ui': 'D012924', 'descriptor_name': 'Social Conditions', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D057545', 'descriptor_name': 'Social Stigma', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013313', 'descriptor_name': 'Stress Disorders, Post-Traumatic', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D013313', 'descriptor_name': 'Stress Disorders, Post-Traumatic', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D013313', 'descriptor_name': 'Stress Disorders, Post-Traumatic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7158942', 'pdf_url': 'https://europepmc.org/articles/pmc7158942?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7158942', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32112714', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.35}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.11}], 'grants': [], 'referenced_works_count': 39, 'referenced_works': ['https://openalex.org/W1586661029', 'https://openalex.org/W1971131248', 'https://openalex.org/W1973132254', 'https://openalex.org/W1980500731', 'https://openalex.org/W1986605986', 'https://openalex.org/W1990329824', 'https://openalex.org/W1997995919', 'https://openalex.org/W2015590916', 'https://openalex.org/W2028368011', 'https://openalex.org/W2036410023', 'https://openalex.org/W2038105839', 'https://openalex.org/W2039371348', 'https://openalex.org/W2051329386', 'https://openalex.org/W2057197096', 'https://openalex.org/W2065757920', 'https://openalex.org/W2079929038', 'https://openalex.org/W2085395707', 'https://openalex.org/W2087193196', 'https://openalex.org/W2088378896', 'https://openalex.org/W2090482984', 'https://openalex.org/W2092611456', 'https://openalex.org/W2109525459', 'https://openalex.org/W2117801927', 'https://openalex.org/W2118137912', 'https://openalex.org/W2138367718', 'https://openalex.org/W2148806795', 'https://openalex.org/W2150483277', 'https://openalex.org/W2169337111', 'https://openalex.org/W2170812681', 'https://openalex.org/W2192952483', 'https://openalex.org/W2494500655', 'https://openalex.org/W2548791536', 'https://openalex.org/W2552325832', 'https://openalex.org/W2586817597', 'https://openalex.org/W2740368168', 'https://openalex.org/W2775241253', 'https://openalex.org/W2784999760', 'https://openalex.org/W2789955342', 'https://openalex.org/W3003379403'], 'related_works': ['https://openalex.org/W2254144373', 'https://openalex.org/W2747684752', 'https://openalex.org/W2748952813', 'https://openalex.org/W2891349259', 'https://openalex.org/W2899084033', 'https://openalex.org/W3022629482', 'https://openalex.org/W3024019648', 'https://openalex.org/W3037126043', 'https://openalex.org/W3216738899', 'https://openalex.org/W4226099069'], 'ngrams_url': 'https://api.openalex.org/works/W3006659024/ngrams', 'abstract_inverted_index': {'The': [0], 'December,': [1], '2019': [2], 'coronavirus': [3], 'disease': [4], 'outbreak': [5], 'has': [6], 'seen': [7], 'many': [8], 'countries': [9], 'ask': [10], 'people': [11], 'who': [12], 'have': [13, 103], 'potentially': [14], 'come': [15], 'into': [16], 'contact': [17], 'with': [18], 'the': [19, 42, 51, 143, 146], 'infection': [20, 89], 'to': [21, 35, 139, 150], 'isolate': [22], 'themselves': [23], 'at': [24], 'home': [25], 'or': [26], 'in': [27, 67], 'a': [28, 48], 'dedicated': [29], 'quarantine': [30, 37, 55, 87, 110, 116, 127, 149], 'facility.': [31], 'Decisions': [32], 'on': [33, 41], 'how': [34], 'apply': [36], 'should': [38, 115], 'be': [39, 154], 'based': [40], 'best': [43], 'available': [44], 'evidence.': [45], 'We': [46], 'did': [47], 'Review': [49], 'of': [50, 54, 148], 'psychological': [52, 75], 'impact': [53], 'using': [56], 'three': [57], 'electronic': [58], 'databases.': [59], 'Of': [60], '3166': [61], 'papers': [62], 'found,': [63], '24': [64], 'are': [65, 136], 'included': [66, 85], 'this': [68], 'Review.': [69], 'Most': [70], 'reviewed': [71], 'studies': [72], 'reported': [73], 'negative': [74], 'effects': [76], 'including': [77], 'post-traumatic': [78], 'stress': [79], 'symptoms,': [80], 'confusion,': [81], 'and': [82, 99, 128, 132], 'anger.': [83], 'Stressors': [84], 'longer': [86, 120], 'duration,': [88], 'fears,': [90], 'frustration,': [91], 'boredom,': [92], 'inadequate': [93, 95], 'supplies,': [94], 'information,': [96], 'financial': [97], 'loss,': [98], 'stigma.': [100], 'Some': [101], 'researchers': [102], 'suggested': [104], 'long-lasting': [105], 'effects.': [106], 'In': [107], 'situations': [108], 'where': [109], 'is': [111], 'deemed': [112], 'necessary,': [113], 'officials': [114], 'individuals': [117], 'for': [118, 126], 'no': [119], 'than': [121], 'required,': [122], 'provide': [123], 'clear': [124], 'rationale': [125], 'information': [129], 'about': [130, 145], 'protocols,': [131], 'ensure': [133], 'sufficient': [134], 'supplies': [135], 'provided.': [137], 'Appeals': [138], 'altruism': [140], 'by': [141], 'reminding': [142], 'public': [144], 'benefits': [147], 'wider': [151], 'society': [152], 'can': [153], 'favourable.': [155]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3006659024', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1298}, {'year': 2022, 'cited_by_count': 2610}, {'year': 2021, 'cited_by_count': 3627}, {'year': 2020, 'cited_by_count': 2253}, {'year': 2019, 'cited_by_count': 3}], 'updated_date': '2023-10-01T12:24:44.074561', 'created_date': '2020-02-24'}, {'id': 'https://openalex.org/W3003217347', 'doi': 'https://doi.org/10.1038/s41586-020-2008-3', 'title': 'A new coronavirus associated with human respiratory disease in China', 'display_name': 'A new coronavirus associated with human respiratory disease in China', 'publication_year': 2020, 'publication_date': '2020-02-03', 'ids': {'openalex': 'https://openalex.org/W3003217347', 'doi': 'https://doi.org/10.1038/s41586-020-2008-3', 'mag': '3003217347', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32015508', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7094943'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2008-3', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2008-3.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.nature.com/articles/s41586-020-2008-3.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5075948251', 'display_name': 'Fan Wu', 'orcid': 'https://orcid.org/0000-0003-4741-3948'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fan Wu', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center; Fudan University; Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center; Fudan University; Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047339449', 'display_name': 'Suisheng Zhao', 'orcid': 'https://orcid.org/0000-0003-3513-8424'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Su Zhao', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067428583', 'display_name': 'Bin Yu', 'orcid': 'https://orcid.org/0000-0001-6941-8083'}, 'institutions': [{'id': 'https://openalex.org/I4210164603', 'display_name': 'Wuhan Center for Disease Control and Prevention', 'ror': 'https://ror.org/05t45gr77', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210164603']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bin Yu', 'raw_affiliation_string': 'Wuhan Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055349249', 'display_name': 'Yan Mei Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Mei Chen', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049242358', 'display_name': 'Wen Wang', 'orcid': 'https://orcid.org/0000-0003-2753-3870'}, 'institutions': [{'id': 'https://openalex.org/I4210146685', 'display_name': 'National Institute for Communicable Disease Control and Prevention', 'ror': 'https://ror.org/04f7g6845', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210146685']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wen Wang', 'raw_affiliation_string': 'Department of Zoonosis, National Institute for Communicable Disease Control and Prevention, China Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['Department of Zoonosis, National Institute for Communicable Disease Control and Prevention, China Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022894378', 'display_name': 'Zhenyuan Song', 'orcid': 'https://orcid.org/0000-0002-3026-1987'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhi Gang Song', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031491320', 'display_name': 'Yi Hu', 'orcid': 'https://orcid.org/0000-0002-4768-2681'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi Hu', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011650795', 'display_name': 'Tong Zhao', 'orcid': 'https://orcid.org/0000-0002-4035-196X'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhao Wu Tao', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028055553', 'display_name': 'Jian Tian', 'orcid': 'https://orcid.org/0000-0003-1032-6410'}, 'institutions': [{'id': 'https://openalex.org/I4210164603', 'display_name': 'Wuhan Center for Disease Control and Prevention', 'ror': 'https://ror.org/05t45gr77', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210164603']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jun Hua Tian', 'raw_affiliation_string': 'Wuhan Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018202477', 'display_name': 'Ping Yuan', 'orcid': 'https://orcid.org/0000-0003-2571-7721'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuan Yuan Pei', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039663131', 'display_name': 'Man Yuan', 'orcid': 'https://orcid.org/0000-0001-6471-9266'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ming Li Yuan', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005874349', 'display_name': 'Yu Ling Zhang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yu Ling Zhang', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055047494', 'display_name': 'Fa Hui Dai', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fa Hui Dai', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063494065', 'display_name': 'Yi Liu', 'orcid': 'https://orcid.org/0000-0001-7626-0026'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi Liu', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087000595', 'display_name': 'Qi Min Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qi Min Wang', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070210143', 'display_name': 'Jiao Zheng', 'orcid': 'https://orcid.org/0000-0003-4294-9487'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jiao Jiao Zheng', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075400841', 'display_name': 'Lin Xu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lin Xu', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085736091', 'display_name': 'Edward C. Holmes', 'orcid': 'https://orcid.org/0000-0001-9596-3552'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}, {'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU', 'CN'], 'is_corresponding': False, 'raw_author_name': 'Edward C. Holmes', 'raw_affiliation_string': 'Marie Bashir Institute for Infectious Diseases and Biosecurity, School of Life and Environmental Sciences and School of Medical Sciences, The University of Sydney, Sydney, Australia; Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Marie Bashir Institute for Infectious Diseases and Biosecurity, School of Life and Environmental Sciences and School of Medical Sciences, The University of Sydney, Sydney, Australia', 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5051961212', 'display_name': 'Yǒng Zhèn Zhāng', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}, {'id': 'https://openalex.org/I4210146685', 'display_name': 'National Institute for Communicable Disease Control and Prevention', 'ror': 'https://ror.org/04f7g6845', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210146685']}, {'id': 'https://openalex.org/I24943067', 'display_name': 'Fudan University', 'ror': 'https://ror.org/013q1eq08', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I24943067']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Yong Zhen Zhang', 'raw_affiliation_string': 'Department of Zoonosis, National Institute for Communicable Disease Control and Prevention, China Center for Disease Control and Prevention, Beijing, China; School of Public Health, Fudan University, Shanghai, China; Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Department of Zoonosis, National Institute for Communicable Disease Control and Prevention, China Center for Disease Control and Prevention, Beijing, China', 'School of Public Health, Fudan University, Shanghai, China', 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 7, 'corresponding_author_ids': ['https://openalex.org/A5051961212'], 'corresponding_institution_ids': ['https://openalex.org/I4210106542', 'https://openalex.org/I4210146685', 'https://openalex.org/I24943067'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 8736, 'biblio': {'volume': '579', 'issue': '7798', 'first_page': '265', 'last_page': '269'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.7716893}, {'id': 'https://openalex.org/C2776844884', 'wikidata': 'https://www.wikidata.org/wiki/Q1134583', 'display_name': 'Coronaviridae', 'level': 5, 'score': 0.6328591}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.56632984}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.5587907}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.53998685}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.5082061}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.49373946}, {'id': 'https://openalex.org/C2781031778', 'wikidata': 'https://www.wikidata.org/wiki/Q16000255', 'display_name': 'Novel virus', 'level': 4, 'score': 0.48817092}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.4661219}, {'id': 'https://openalex.org/C2522874641', 'wikidata': 'https://www.wikidata.org/wiki/Q808', 'display_name': 'Virus', 'level': 2, 'score': 0.46583787}, {'id': 'https://openalex.org/C2780475896', 'wikidata': 'https://www.wikidata.org/wiki/Q743338', 'display_name': 'Human metapneumovirus', 'level': 4, 'score': 0.4360385}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.4225733}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.3490942}, {'id': 'https://openalex.org/C534529494', 'wikidata': 'https://www.wikidata.org/wiki/Q7891', 'display_name': 'Respiratory system', 'level': 2, 'score': 0.25424963}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.21204057}, {'id': 'https://openalex.org/C2776012195', 'wikidata': 'https://www.wikidata.org/wiki/Q754447', 'display_name': 'Respiratory tract infections', 'level': 3, 'score': 0.20312372}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.16876918}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.15307131}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.10127902}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.09165096}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2008-3', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2008-3.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7094943', 'pdf_url': 'https://europepmc.org/articles/pmc7094943?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094943', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2008-3', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2008-3.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.67}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.32}], 'grants': [], 'referenced_works_count': 40, 'referenced_works': ['https://openalex.org/W1690366459', 'https://openalex.org/W1982533785', 'https://openalex.org/W1993577573', 'https://openalex.org/W2025977980', 'https://openalex.org/W2055601403', 'https://openalex.org/W2086693601', 'https://openalex.org/W2088727990', 'https://openalex.org/W2103498752', 'https://openalex.org/W2103503670', 'https://openalex.org/W2107564978', 'https://openalex.org/W2108234281', 'https://openalex.org/W2111211467', 'https://openalex.org/W2111412754', 'https://openalex.org/W2113679889', 'https://openalex.org/W2126419817', 'https://openalex.org/W2131271579', 'https://openalex.org/W2132260239', 'https://openalex.org/W2132632499', 'https://openalex.org/W2132926880', 'https://openalex.org/W2140338292', 'https://openalex.org/W2141008678', 'https://openalex.org/W2160378127', 'https://openalex.org/W2163400707', 'https://openalex.org/W2170551349', 'https://openalex.org/W2170933940', 'https://openalex.org/W2195009776', 'https://openalex.org/W2227142925', 'https://openalex.org/W2273355031', 'https://openalex.org/W2285897784', 'https://openalex.org/W2332629841', 'https://openalex.org/W2516022550', 'https://openalex.org/W2604566860', 'https://openalex.org/W2775086803', 'https://openalex.org/W2795052338', 'https://openalex.org/W2804822363', 'https://openalex.org/W2889758689', 'https://openalex.org/W2912436263', 'https://openalex.org/W2923152051', 'https://openalex.org/W2956672290', 'https://openalex.org/W3004280078'], 'related_works': ['https://openalex.org/W172644496', 'https://openalex.org/W2005880526', 'https://openalex.org/W2044069055', 'https://openalex.org/W2075226651', 'https://openalex.org/W2130344921', 'https://openalex.org/W2357951426', 'https://openalex.org/W3047050519', 'https://openalex.org/W3176985998', 'https://openalex.org/W3181085990', 'https://openalex.org/W4290202528'], 'ngrams_url': 'https://api.openalex.org/works/W3003217347/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Emerging': [1], 'infectious': [2], 'diseases,': [3], 'such': [4], 'as': [5, 169], 'severe': [6, 43, 121, 225], 'acute': [7], 'respiratory': [8, 44, 122], 'syndrome': [9, 123], '(SARS)': [10], 'and': [11, 30, 104, 128], 'Zika': [12], 'virus': [13, 149, 183], 'disease,': [14], 'present': [15], 'a': [16, 37, 86, 94, 99, 120, 129, 136, 146, 192], 'major': [17], 'threat': [18], 'to': [19, 108, 168, 191, 223], 'public': [20], 'health': [21], '1–3': [22], '.': [23, 211], 'Despite': [24], 'intense': [25], 'research': [26], 'efforts,': [27], 'how,': [28], 'when': [29], 'where': [31], 'new': [32, 147], 'diseases': [33], 'appear': [34], 'are': [35], 'still': [36], 'source': [38], 'of': [39, 55, 112, 135, 138, 173, 194, 218], 'considerable': [40], 'uncertainty.': [41], 'A': [42], 'disease': [45, 226], 'was': [46, 70, 83, 98, 106, 184], 'recently': [47], 'reported': [48, 65], 'in': [49, 89, 206, 208, 227], 'Wuhan,': [50], 'Hubei': [51], 'province,': [52], 'China.': [53], 'As': [54], '25': [56], 'January': [57], '2020,': [58], 'at': [59, 101], 'least': [60], '1,975': [61], 'cases': [62], 'had': [63, 202], 'been': [64, 166, 204], 'since': [66], 'the': [67, 81, 102, 109, 143, 152, 174, 182, 215], 'first': [68], 'patient': [69, 96, 144], 'hospitalized': [71], 'on': [72, 114], '12': [73], 'December': [74, 116], '2019.': [75], 'Epidemiological': [76], 'investigations': [77], 'have': [78], 'suggested': [79], 'that': [80, 124, 181, 201], 'outbreak': [82, 213], 'associated': [84], 'with': [85], 'seafood': [87], 'market': [88, 103], 'Wuhan.': [90], 'Here': [91], 'we': [92], 'study': [93], 'single': [95], 'who': [97, 105], 'worker': [100], 'admitted': [107], 'Central': [110], 'Hospital': [111], 'Wuhan': [113], '26': [115], '2019': [117], 'while': [118], 'experiencing': [119], 'included': [125], 'fever,': [126], 'dizziness': [127], 'cough.': [130], 'Metagenomic': [131], 'RNA': [132, 148], 'sequencing': [133], '4': [134], 'sample': [137], 'bronchoalveolar': [139], 'lavage': [140], 'fluid': [141], 'from': [142, 151, 221], 'identified': [145], 'strain': [150], 'family': [153], 'Coronaviridae': [154], ',': [155], 'which': [156], 'is': [157], 'designated': [158], 'here': [159], '‘WH-Human': [160], '1’': [161], 'coronavirus': [162], '(and': [163], 'has': [164], 'also': [165], 'referred': [167], '‘2019-nCoV’).': [170], 'Phylogenetic': [171], 'analysis': [172], 'complete': [175], 'viral': [176, 219], 'genome': [177], '(29,903': [178], 'nucleotides)': [179], 'revealed': [180], 'most': [185], 'closely': [186], 'related': [187], '(89.1%': [188], 'nucleotide': [189], 'similarity)': [190], 'group': [193], 'SARS-like': [195], 'coronaviruses': [196], '(genus': [197], 'Betacoronavirus,': [198], 'subgenus': [199], 'Sarbecovirus)': [200], 'previously': [203], 'found': [205], 'bats': [207], 'China': [209], '5': [210], 'This': [212], 'highlights': [214], 'ongoing': [216], 'ability': [217], 'spill-over': [220], 'animals': [222], 'cause': [224], 'humans.': [228]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3003217347', 'counts_by_year': [{'year': 2023, 'cited_by_count': 910}, {'year': 2022, 'cited_by_count': 1879}, {'year': 2021, 'cited_by_count': 2960}, {'year': 2020, 'cited_by_count': 2999}, {'year': 2019, 'cited_by_count': 6}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-09-30T21:39:00.992662', 'created_date': '2020-02-07'}, {'id': 'https://openalex.org/W3004318991', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'title': 'Genomic characterisation and epidemiology of 2019 novel coronavirus: implications for virus origins and receptor binding', 'display_name': 'Genomic characterisation and epidemiology of 2019 novel coronavirus: implications for virus origins and receptor binding', 'publication_year': 2020, 'publication_date': '2020-02-01', 'ids': {'openalex': 'https://openalex.org/W3004318991', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'mag': '3004318991', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32007145', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7159086'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302518/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S0140673620302518/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5005893689', 'display_name': 'Roujian Lu', 'orcid': 'https://orcid.org/0000-0002-3063-4747'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Roujian Lu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079882302', 'display_name': 'Xiang Zhao', 'orcid': 'https://orcid.org/0000-0002-1168-3439'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiang Zhao', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064711465', 'display_name': 'Juan Li', 'orcid': 'https://orcid.org/0000-0002-9838-0990'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Juan Li', 'raw_affiliation_string': "Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China", 'raw_affiliation_strings': ["Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045195522', 'display_name': 'Peihua Niu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Peihua Niu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041664829', 'display_name': 'Bo Yang', 'orcid': 'https://orcid.org/0000-0003-0680-1469'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bo Yang', 'raw_affiliation_string': 'Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020221893', 'display_name': 'Honglong Wu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Honglong Wu', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082485801', 'display_name': 'Wenling Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wenling Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028877051', 'display_name': 'Hao Song', 'orcid': 'https://orcid.org/0000-0002-2811-0370'}, 'institutions': [{'id': 'https://openalex.org/I4210116191', 'display_name': 'Institutes of Science and Development', 'ror': 'https://ror.org/02ce9qs13', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210116191']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hao Song', 'raw_affiliation_string': 'Research Network of Immunity and Health (RNIH), Beijing Institutes of Life Science, Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['Research Network of Immunity and Health (RNIH), Beijing Institutes of Life Science, Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063481153', 'display_name': 'Baoying Huang', 'orcid': 'https://orcid.org/0000-0001-9516-1146'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Baoying Huang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025864240', 'display_name': 'Na Zhu', 'orcid': 'https://orcid.org/0000-0001-7839-8571'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Na Zhu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060635057', 'display_name': 'Yang Bi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210134982', 'display_name': 'Institute of Microbiology', 'ror': 'https://ror.org/047yhep71', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210134982']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuhai Bi', 'raw_affiliation_string': 'Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China; Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China', 'Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078433604', 'display_name': 'Xuejun Ma', 'orcid': 'https://orcid.org/0000-0001-5891-5260'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xuejun Ma', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037421711', 'display_name': 'Faxian Zhan', 'orcid': 'https://orcid.org/0000-0001-8890-276X'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Faxian Zhan', 'raw_affiliation_string': 'Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005443027', 'display_name': 'Liang Wang', 'orcid': 'https://orcid.org/0000-0002-7897-8581'}, 'institutions': [{'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210134982', 'display_name': 'Institute of Microbiology', 'ror': 'https://ror.org/047yhep71', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210134982']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Liang Wang', 'raw_affiliation_string': 'Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China; Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China', 'Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052326916', 'display_name': 'Tao Hu', 'orcid': 'https://orcid.org/0000-0002-8557-8017'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Tao Hu', 'raw_affiliation_string': "Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China", 'raw_affiliation_strings': ["Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015816595', 'display_name': 'Hong Zhou', 'orcid': 'https://orcid.org/0000-0003-3356-9175'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hong Zhou', 'raw_affiliation_string': "Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China", 'raw_affiliation_strings': ["Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042500556', 'display_name': 'Zhenhong Hu', 'orcid': 'https://orcid.org/0000-0001-5105-5376'}, 'institutions': [], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhenhong Hu', 'raw_affiliation_string': "Central Theater, People's Liberation Army General Hospital, Wuhan, China", 'raw_affiliation_strings': ["Central Theater, People's Liberation Army General Hospital, Wuhan, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031311736', 'display_name': 'Weimin Zhou', 'orcid': 'https://orcid.org/0000-0003-3086-6692'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Weimin Zhou', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047317618', 'display_name': 'Li Zhao', 'orcid': 'https://orcid.org/0000-0001-6776-1996'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Li Zhao', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090100121', 'display_name': 'Chen Jing', 'orcid': 'https://orcid.org/0000-0001-5689-4742'}, 'institutions': [{'id': 'https://openalex.org/I27781120', 'display_name': 'Wenzhou Medical University', 'ror': 'https://ror.org/00rd5t069', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I27781120']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jing Chen', 'raw_affiliation_string': 'Key Laboratory of Laboratory Medicine, Ministry of Education, and Zhejiang Provincial Key Laboratory of Medical Genetics, Institute of Medical Virology, School of Laboratory Medicine and Life Sciences, Wenzhou Medical University, Wenzhou, China', 'raw_affiliation_strings': ['Key Laboratory of Laboratory Medicine, Ministry of Education, and Zhejiang Provincial Key Laboratory of Medical Genetics, Institute of Medical Virology, School of Laboratory Medicine and Life Sciences, Wenzhou Medical University, Wenzhou, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085003740', 'display_name': 'Yujie Meng', 'orcid': 'https://orcid.org/0000-0002-6477-270X'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yao Meng', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043091074', 'display_name': 'Ji Wang', 'orcid': 'https://orcid.org/0000-0001-6939-8676'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ji Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081348907', 'display_name': 'Lin Yang', 'orcid': 'https://orcid.org/0000-0002-1826-6064'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yang Lin', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041310127', 'display_name': 'Jianying Yuan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jianying Yuan', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037086767', 'display_name': 'Zhenghua Xie', 'orcid': 'https://orcid.org/0000-0001-8407-4063'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhihao Xie', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005516914', 'display_name': 'Jinmin Ma', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jinmin Ma', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088715559', 'display_name': 'William J. Liu', 'orcid': 'https://orcid.org/0000-0003-3605-4070'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'William J Liu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030437634', 'display_name': 'Dayan Wang', 'orcid': 'https://orcid.org/0000-0002-4990-1016'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Dayan Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088700209', 'display_name': 'Wenbo Xu', 'orcid': 'https://orcid.org/0000-0001-5911-8837'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wenbo Xu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085736091', 'display_name': 'Edward C. Holmes', 'orcid': 'https://orcid.org/0000-0001-9596-3552'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Edward C Holmes', 'raw_affiliation_string': 'Marie Bashir Institute for Infectious Diseases and Biosecurity, School of Life and Environmental Sciences and School of Medical Sciences, University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['Marie Bashir Institute for Infectious Diseases and Biosecurity, School of Life and Environmental Sciences and School of Medical Sciences, University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015873777', 'display_name': 'George F. Gao', 'orcid': 'https://orcid.org/0000-0001-8242-9430'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210134982', 'display_name': 'Institute of Microbiology', 'ror': 'https://ror.org/047yhep71', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210134982']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'George F Gao', 'raw_affiliation_string': 'Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China; Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China; NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China', 'Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China', 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042900498', 'display_name': 'Guizhen Wu', 'orcid': 'https://orcid.org/0000-0003-2778-4290'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Guizhen Wu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076097741', 'display_name': 'Weijun Chen', 'orcid': 'https://orcid.org/0000-0001-8927-9738'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Weijun Chen', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079289072', 'display_name': 'Weifeng Shi', 'orcid': 'https://orcid.org/0000-0002-8717-2942'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}, {'id': 'https://openalex.org/I4210153274', 'display_name': 'Shandong Provincial QianFoShan Hospital', 'ror': 'https://ror.org/03wnrsb51', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210153274']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Weifeng Shi', 'raw_affiliation_string': "Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China; The First Affiliated Hospital of Shandong First Medical University (Shandong Provincial Qianfoshan Hospital), Jinan, China", 'raw_affiliation_strings': ["Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China", 'The First Affiliated Hospital of Shandong First Medical University (Shandong Provincial Qianfoshan Hospital), Jinan, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5053933911', 'display_name': 'Wenjie Tan', 'orcid': 'https://orcid.org/0000-0002-5963-1136'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Wenjie Tan', 'raw_affiliation_string': "Center for Biosafety Mega-Science, Chinese Academy of Sciences, Beijing, China; Central Theater, People's Liberation Army General Hospital, Wuhan, China; NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China", 'raw_affiliation_strings': ['Center for Biosafety Mega-Science, Chinese Academy of Sciences, Beijing, China', "Central Theater, People's Liberation Army General Hospital, Wuhan, China", 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 10, 'corresponding_author_ids': ['https://openalex.org/A5079289072', 'https://openalex.org/A5053933911'], 'corresponding_institution_ids': ['https://openalex.org/I4210163399', 'https://openalex.org/I4210153274', 'https://openalex.org/I4210140986', 'https://openalex.org/I19820366'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 8486, 'biblio': {'volume': '395', 'issue': '10224', 'first_page': '565', 'last_page': '574'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C193252679', 'wikidata': 'https://www.wikidata.org/wiki/Q242125', 'display_name': 'Phylogenetic tree', 'level': 3, 'score': 0.7187903}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.7056499}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.6929109}, {'id': 'https://openalex.org/C76818968', 'wikidata': 'https://www.wikidata.org/wiki/Q181940', 'display_name': 'Sanger sequencing', 'level': 4, 'score': 0.6170929}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.60785097}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.5992133}, {'id': 'https://openalex.org/C90132467', 'wikidata': 'https://www.wikidata.org/wiki/Q171184', 'display_name': 'Phylogenetics', 'level': 3, 'score': 0.5751467}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.508867}, {'id': 'https://openalex.org/C2522874641', 'wikidata': 'https://www.wikidata.org/wiki/Q808', 'display_name': 'Virus', 'level': 2, 'score': 0.5030071}, {'id': 'https://openalex.org/C51679486', 'wikidata': 'https://www.wikidata.org/wiki/Q380546', 'display_name': 'DNA sequencing', 'level': 3, 'score': 0.4441838}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.44229656}, {'id': 'https://openalex.org/C61053724', 'wikidata': 'https://www.wikidata.org/wiki/Q1154615', 'display_name': 'Sequence analysis', 'level': 3, 'score': 0.4378768}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.43397585}, {'id': 'https://openalex.org/C59582021', 'wikidata': 'https://www.wikidata.org/wiki/Q1128751', 'display_name': 'Contig', 'level': 4, 'score': 0.43272507}, {'id': 'https://openalex.org/C15151743', 'wikidata': 'https://www.wikidata.org/wiki/Q903778', 'display_name': 'Metagenomics', 'level': 3, 'score': 0.4258594}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.41753632}, {'id': 'https://openalex.org/C187882448', 'wikidata': 'https://www.wikidata.org/wiki/Q283478', 'display_name': 'Complementary DNA', 'level': 3, 'score': 0.4108262}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.34275717}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.26896864}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.16807166}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.08166763}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D016679', 'descriptor_name': 'Genome, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011991', 'descriptor_name': 'Receptors, Virus', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D001992', 'descriptor_name': 'Bronchoalveolar Lavage Fluid', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001992', 'descriptor_name': 'Bronchoalveolar Lavage Fluid', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D004279', 'descriptor_name': 'DNA, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004279', 'descriptor_name': 'DNA, Viral', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D004197', 'descriptor_name': 'Disease Reservoirs', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004197', 'descriptor_name': 'Disease Reservoirs', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D023281', 'descriptor_name': 'Genomics', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D023281', 'descriptor_name': 'Genomics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D059014', 'descriptor_name': 'High-Throughput Nucleotide Sequencing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D059014', 'descriptor_name': 'High-Throughput Nucleotide Sequencing', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010802', 'descriptor_name': 'Phylogeny', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D011991', 'descriptor_name': 'Receptors, Virus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302518/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7159086', 'pdf_url': 'https://europepmc.org/articles/pmc7159086?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7159086', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32007145', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302518/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.65}, {'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.27}], 'grants': [{'funder': 'https://openalex.org/F4320325211', 'funder_display_name': 'Nanjing Agricultural University', 'award_id': '2020YFC0840900'}, {'funder': 'https://openalex.org/F4320325211', 'funder_display_name': 'Nanjing Agricultural University', 'award_id': '2016YFD0500301'}, {'funder': 'https://openalex.org/F4320325211', 'funder_display_name': 'Nanjing Agricultural University', 'award_id': '2020YFC0840800'}], 'referenced_works_count': 36, 'referenced_works': ['https://openalex.org/W1493636931', 'https://openalex.org/W1517000857', 'https://openalex.org/W1973757205', 'https://openalex.org/W1982533785', 'https://openalex.org/W2013090907', 'https://openalex.org/W2020315989', 'https://openalex.org/W2103441770', 'https://openalex.org/W2105626573', 'https://openalex.org/W2115137014', 'https://openalex.org/W2119837294', 'https://openalex.org/W2120967846', 'https://openalex.org/W2122210493', 'https://openalex.org/W2126080553', 'https://openalex.org/W2126707939', 'https://openalex.org/W2134061616', 'https://openalex.org/W2141052558', 'https://openalex.org/W2163400707', 'https://openalex.org/W2166867592', 'https://openalex.org/W2180036809', 'https://openalex.org/W2287076968', 'https://openalex.org/W2306794997', 'https://openalex.org/W2487753465', 'https://openalex.org/W2509298522', 'https://openalex.org/W2513547424', 'https://openalex.org/W2559191318', 'https://openalex.org/W2735463224', 'https://openalex.org/W2792034759', 'https://openalex.org/W2794573360', 'https://openalex.org/W2804822363', 'https://openalex.org/W2889758689', 'https://openalex.org/W3001118548', 'https://openalex.org/W3001897055', 'https://openalex.org/W3002539152', 'https://openalex.org/W3017468735', 'https://openalex.org/W4239796168', 'https://openalex.org/W4245774281'], 'related_works': ['https://openalex.org/W3010192012', 'https://openalex.org/W3010916376', 'https://openalex.org/W3015685934', 'https://openalex.org/W3016091128', 'https://openalex.org/W3016232566', 'https://openalex.org/W3096106079', 'https://openalex.org/W3118476632', 'https://openalex.org/W3126382493', 'https://openalex.org/W3200638601', 'https://openalex.org/W4211175366'], 'ngrams_url': 'https://api.openalex.org/works/W3004318991/ngrams', 'abstract_inverted_index': {'BackgroundIn': [0], 'late': [1], 'December,': [2], '2019,': [3], 'patients': [4, 176], 'presenting': [5], 'with': [6, 116, 239], 'viral': [7], 'pneumonia': [8], 'due': [9], 'to': [10, 111, 140, 158, 194, 245, 270, 287, 340, 342], 'an': [11, 309, 320], 'unidentified': [12], 'microbial': [13], 'agent': [14], 'were': [15, 99, 106, 177, 214], 'reported': [16], 'in': [17, 57, 91, 207, 209, 316, 329, 348, 379], 'Wuhan,': [18, 60], 'China.': [19], 'A': [20], 'novel': [21, 33], 'coronavirus': [22, 34], 'was': [23, 138, 156, 188, 253], 'subsequently': [24], 'identified': [25], 'as': [26], 'the': [27, 87, 113, 117, 142, 146, 160, 165, 174, 232, 236, 303, 313, 324, 327, 343], 'causative': [28], 'pathogen,': [29], 'provisionally': [30], 'named': [31], '2019': [32], '(2019-nCoV).': [35], 'As': [36], 'of': [37, 45, 52, 70, 83, 124, 129, 135, 145, 164, 170, 235, 272, 306, 326, 356, 367, 376, 383], 'Jan': [38], '26,': [39], '2020,': [40], 'more': [41, 181, 215], 'than': [42, 182], '2000': [43], 'cases': [44], '2019-nCoV': [46, 96, 131, 171, 187, 229, 263, 336], 'infection': [47], 'have': [48], 'been': [49, 65], 'confirmed,': [50], 'most': [51], 'which': [53], 'involved': [54], 'people': [55], 'living': [56], 'or': [58], 'visiting': [59], 'and': [61, 76, 94, 133, 148, 204, 221, 250, 252, 354, 364, 374], 'human-to-human': [62], 'transmission': [63], 'has': [64], 'confirmed.MethodsWe': [66], 'did': [67], 'next-generation': [68], 'sequencing': [69, 110], 'samples': [71], 'from': [72, 79, 101, 173, 217, 256, 285], 'bronchoalveolar': [73], 'lavage': [74], 'fluid': [75], 'cultured': [77], 'isolates': [78], 'nine': [80, 175], 'inpatients,': [81], 'eight': [82], 'whom': [84], 'had': [85, 264], 'visited': [86], 'Huanan': [88], 'seafood': [89, 314], 'market': [90, 315], 'Wuhan.': [92], 'Complete': [93], 'partial': [95], 'genome': [97, 168], 'sequences': [98, 169], 'obtained': [100, 172], 'these': [102, 130], 'individuals.': [103], 'Viral': [104], 'contigs': [105], 'connected': [107], 'using': [108], 'Sanger': [109], 'obtain': [112], 'full-length': [114], 'genomes,': [115], 'terminal': [118], 'regions': [119], 'determined': [120], 'by': [121], 'rapid': [122], 'amplification': [123], 'cDNA': [125], 'ends.': [126], 'Phylogenetic': [127, 225], 'analysis': [128, 226, 297, 333], 'genomes': [132], 'those': [134], 'other': [136], 'coronaviruses': [137], 'used': [139], 'determine': [141], 'evolutionary': [143], 'history': [144], 'virus': [147, 328, 358], 'help': [149], 'infer': [150], 'its': [151, 246], 'likely': [152, 161], 'origin.': [153], 'Homology': [154], 'modelling': [155, 260], 'done': [157], 'explore': [159], 'receptor-binding': [162, 267], 'properties': [163], 'virus.FindingsThe': [166], 'ten': [167], 'extremely': [178], 'similar,': [179], 'exhibiting': [180], '99·98%': [183], 'sequence': [184], 'identity.': [185], 'Notably,': [186, 258], 'closely': [189], 'related': [190], '(with': [191], '88%': [192], 'identity)': [193], 'two': [195], 'bat-derived': [196], 'severe': [197], 'acute': [198], 'respiratory': [199], 'syndrome': [200], '(SARS)-like': [201], 'coronaviruses,': [202], 'bat-SL-CoVZC45': [203, 249], 'bat-SL-CoVZXC21,': [205, 251], 'collected': [206], '2018': [208], 'Zhoushan,': [210], 'eastern': [211], 'China,': [212, 368, 380], 'but': [213], 'distant': [216], 'SARS-CoV': [218, 286], '(about': [219, 223], '79%)': [220], 'MERS-CoV': [222], '50%).': [224], 'revealed': [227, 261], 'that': [228, 262, 271, 299, 335], 'fell': [230], 'within': [231], 'subgenus': [233], 'Sarbecovirus': [234], 'genus': [237], 'Betacoronavirus,': [238], 'a': [240, 265, 290], 'relatively': [241], 'long': [242], 'branch': [243], 'length': [244], 'closest': [247], 'relatives': [248], 'genetically': [254], 'distinct': [255], 'SARS-CoV.': [257], 'homology': [259], 'similar': [266], 'domain': [268], 'structure': [269], 'SARS-CoV,': [273], 'despite': [274], 'amino': [275], 'acid': [276], 'variation': [277], 'at': [278, 312], 'some': [279], 'key': [280], 'residues.Interpretation2019-nCoV': [281], 'is': [282], 'sufficiently': [283], 'divergent': [284], 'be': [288, 302, 338], 'considered': [289], 'new': [291], 'human-infecting': [292], 'betacoronavirus.': [293], 'Although': [294], 'our': [295], 'phylogenetic': [296], 'suggests': [298, 334], 'bats': [300], 'might': [301, 318, 337], 'original': [304], 'host': [305, 322], 'this': [307, 357], 'virus,': [308], 'animal': [310], 'sold': [311], 'Wuhan': [317], 'represent': [319], 'intermediate': [321], 'facilitating': [323], 'emergence': [325], 'humans.': [330, 349], 'Importantly,': [331], 'structural': [332], 'able': [339], 'bind': [341], 'angiotensin-converting': [344], 'enzyme': [345], '2': [346], 'receptor': [347], 'The': [350], 'future': [351], 'evolution,': [352], 'adaptation,': [353], 'spread': [355], 'warrant': [359], 'urgent': [360], 'investigation.FundingNational': [361], 'Key': [362], 'Research': [363], 'Development': [365], 'Program': [366], 'National': [369], 'Major': [370], 'Project': [371], 'for': [372], 'Control': [373], 'Prevention': [375], 'Infectious': [377], 'Disease': [378], 'Chinese': [381], 'Academy': [382], 'Sciences,': [384], 'Shandong': [385], 'First': [386], 'Medical': [387], 'University.': [388]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3004318991', 'counts_by_year': [{'year': 2023, 'cited_by_count': 668}, {'year': 2022, 'cited_by_count': 1445}, {'year': 2021, 'cited_by_count': 2777}, {'year': 2020, 'cited_by_count': 3561}, {'year': 2019, 'cited_by_count': 3}], 'updated_date': '2023-10-03T06:17:02.020849', 'created_date': '2020-02-07'}, {'id': 'https://openalex.org/W3099878876', 'doi': 'https://doi.org/10.1038/s41586-020-2649-2', 'title': 'Array programming with NumPy', 'display_name': 'Array programming with NumPy', 'publication_year': 2020, 'publication_date': '2020-09-16', 'ids': {'openalex': 'https://openalex.org/W3099878876', 'doi': 'https://doi.org/10.1038/s41586-020-2649-2', 'mag': '3099878876', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32939066', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7759461'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2649-2', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2649-2.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.nature.com/articles/s41586-020-2649-2.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5085750666', 'display_name': 'C. R. Harris', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles R. Harris', 'raw_affiliation_string': 'Independent researcher, Logan, USA', 'raw_affiliation_strings': ['Independent researcher, Logan, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086174915', 'display_name': 'K. Jarrod Millman', 'orcid': 'https://orcid.org/0000-0002-5263-5070'}, 'institutions': [{'id': 'https://openalex.org/I4210166946', 'display_name': 'Imaging Center', 'ror': 'https://ror.org/05hsqsk33', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210166946']}, {'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'K Jarrod Millman', 'raw_affiliation_string': 'Brain Imaging Center, University of California, Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Brain Imaging Center, University of California, Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004196368', 'display_name': 'Stéfan J. van der Walt', 'orcid': 'https://orcid.org/0000-0001-9276-1891'}, 'institutions': [{'id': 'https://openalex.org/I26092322', 'display_name': 'Stellenbosch University', 'ror': 'https://ror.org/05bk57929', 'country_code': 'ZA', 'type': 'education', 'lineage': ['https://openalex.org/I26092322']}, {'id': 'https://openalex.org/I4210166946', 'display_name': 'Imaging Center', 'ror': 'https://ror.org/05hsqsk33', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210166946']}, {'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US', 'ZA'], 'is_corresponding': False, 'raw_author_name': 'Stéfan J. van der Walt', 'raw_affiliation_string': 'Applied Mathematics, Stellenbosch University, Stellenbosch, South Africa; Brain Imaging Center, University of California, Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Applied Mathematics, Stellenbosch University, Stellenbosch, South Africa', 'Brain Imaging Center, University of California, Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047155247', 'display_name': 'Ralf Gommers', 'orcid': 'https://orcid.org/0000-0002-0300-3333'}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ralf Gommers', 'raw_affiliation_string': 'Quansight, Austin, USA', 'raw_affiliation_strings': ['Quansight, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064221962', 'display_name': 'Pauli Virtanen', 'orcid': 'https://orcid.org/0000-0001-9957-1257'}, 'institutions': [{'id': 'https://openalex.org/I94722563', 'display_name': 'University of Jyväskylä', 'ror': 'https://ror.org/05n3dz165', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I94722563']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Pauli Virtanen', 'raw_affiliation_string': 'Nanoscience Center, University of Jyväskylä, Jyväskylä, Finland.', 'raw_affiliation_strings': ['Nanoscience Center, University of Jyväskylä, Jyväskylä, Finland.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023051838', 'display_name': 'David Cournapeau', 'orcid': None}, 'institutions': [], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'David Cournapeau', 'raw_affiliation_string': 'Mercari JP, Tokyo, Japan', 'raw_affiliation_strings': ['Mercari JP, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038378109', 'display_name': 'Eric Wieser', 'orcid': 'https://orcid.org/0000-0003-0412-4978'}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Eric S Wieser', 'raw_affiliation_string': '[Dept. of Eng., Univ. of Cambridge, Cambridge, UK]', 'raw_affiliation_strings': ['[Dept. of Eng., Univ. of Cambridge, Cambridge, UK]']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063031983', 'display_name': 'Julian Taylor', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210119349', 'display_name': 'Karlsruhe University of Education', 'ror': 'https://ror.org/01t1kq612', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I4210119349']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Julian Taylor', 'raw_affiliation_string': 'Independent researcher, Karlsruhe, Germany', 'raw_affiliation_strings': ['Independent researcher, Karlsruhe, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057962218', 'display_name': 'Sebastian Berg', 'orcid': 'https://orcid.org/0000-0002-1236-259X'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Sebastian Berg', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054683366', 'display_name': 'Nathaniel J. Smith', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nathaniel J Smith', 'raw_affiliation_string': 'Independent researcher, Berkeley, USA', 'raw_affiliation_strings': ['Independent researcher, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085464473', 'display_name': 'Robert Kern', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210121859', 'display_name': 'Enthought (United States)', 'ror': 'https://ror.org/02xfc1977', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210121859']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert Kern', 'raw_affiliation_string': 'Enthought, Austin, USA', 'raw_affiliation_strings': ['Enthought, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5026709986', 'display_name': 'Matti Picus', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Matti Picus', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070161680', 'display_name': 'Stephan Hoyer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1291425158', 'display_name': 'Google (United States)', 'ror': 'https://ror.org/00njsd438', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210128969']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephan Hoyer', 'raw_affiliation_string': 'Google Research, Mountain View, USA#TAB#', 'raw_affiliation_strings': ['Google Research, Mountain View, USA#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031567163', 'display_name': 'M. H. van Kerkwijk', 'orcid': 'https://orcid.org/0000-0002-5830-8505'}, 'institutions': [{'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Marten H. van Kerkwijk', 'raw_affiliation_string': 'Department of Astronomy & Astrophysics, University of Toronto, Toronto, Canada', 'raw_affiliation_strings': ['Department of Astronomy & Astrophysics, University of Toronto, Toronto, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047540997', 'display_name': 'Matthew Brett', 'orcid': 'https://orcid.org/0000-0003-3715-7143'}, 'institutions': [{'id': 'https://openalex.org/I4210166946', 'display_name': 'Imaging Center', 'ror': 'https://ror.org/05hsqsk33', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210166946']}, {'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}, {'id': 'https://openalex.org/I79619799', 'display_name': 'University of Birmingham', 'ror': 'https://ror.org/03angcq70', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79619799']}], 'countries': ['GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Matthew Brett', 'raw_affiliation_string': 'Brain Imaging Center, University of California, Berkeley, Berkeley, USA; School of Psychology, University of Birmingham, Edgbaston, UK', 'raw_affiliation_strings': ['Brain Imaging Center, University of California, Berkeley, Berkeley, USA', 'School of Psychology, University of Birmingham, Edgbaston, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061246105', 'display_name': 'Allan Haldane', 'orcid': 'https://orcid.org/0000-0002-8343-1994'}, 'institutions': [{'id': 'https://openalex.org/I84392919', 'display_name': 'Temple University', 'ror': 'https://ror.org/00kx1jb78', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I84392919']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Allan Haldane', 'raw_affiliation_string': 'Department of Physics, Temple University, Philadelphia,,USA', 'raw_affiliation_strings': ['Department of Physics, Temple University, Philadelphia,,USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036892676', 'display_name': 'Jaime Fernández del Río', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210100430', 'display_name': 'Google (Switzerland)', 'ror': 'https://ror.org/014f9c269', 'country_code': 'CH', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210100430']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Jaime Fernández del Río', 'raw_affiliation_string': 'Google, Zürich, Switzerland', 'raw_affiliation_strings': ['Google, Zürich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008226559', 'display_name': 'Mark Wiebe', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1311688040', 'display_name': 'Amazon (United States)', 'ror': 'https://ror.org/04mv4n011', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1311688040']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}, {'id': 'https://openalex.org/I141945490', 'display_name': 'University of British Columbia', 'ror': 'https://ror.org/03rmrcq20', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}], 'countries': ['CA', 'US'], 'is_corresponding': False, 'raw_author_name': 'Mark W. Wiebe', 'raw_affiliation_string': 'Amazon, Seattle, USA; Department of Physics and Astronomy, The University of British Columbia, Vancouver, Canada', 'raw_affiliation_strings': ['Amazon, Seattle, USA', 'Department of Physics and Astronomy, The University of British Columbia, Vancouver, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051733624', 'display_name': 'Pearu Peterson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}, {'id': 'https://openalex.org/I111112146', 'display_name': 'Tallinn University of Technology', 'ror': 'https://ror.org/0443cwa12', 'country_code': 'EE', 'type': 'education', 'lineage': ['https://openalex.org/I111112146']}], 'countries': ['EE', 'US'], 'is_corresponding': False, 'raw_author_name': 'Pearu Peterson', 'raw_affiliation_string': 'Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia; Independent researcher, Saue, Estonia; Quansight, Austin, USA', 'raw_affiliation_strings': ['Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia', 'Independent researcher, Saue, Estonia', 'Quansight, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051821507', 'display_name': 'P Gerard-Marchant', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165733156', 'display_name': 'University of Georgia', 'ror': 'https://ror.org/00te3t702', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1289702989', 'https://openalex.org/I165733156']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Pierre Gérard-Marchant', 'raw_affiliation_string': 'Department of Biological and Agricultural Engineering, University of Georgia, Athens, USA', 'raw_affiliation_strings': ['Department of Biological and Agricultural Engineering, University of Georgia, Athens, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074480488', 'display_name': 'Kevin Sheppard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Kevin Sheppard', 'raw_affiliation_string': 'Department of Economics,University of Oxford,Oxford,UK', 'raw_affiliation_strings': ['Department of Economics,University of Oxford,Oxford,UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061717074', 'display_name': 'Tyler Reddy', 'orcid': 'https://orcid.org/0000-0003-2364-6157'}, 'institutions': [{'id': 'https://openalex.org/I1343871089', 'display_name': 'Los Alamos National Laboratory', 'ror': 'https://ror.org/01e41cf67', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I1343871089']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tyler Reddy', 'raw_affiliation_string': 'CCS-7, Los Alamos National Laboratory, Los Alamos, USA', 'raw_affiliation_strings': ['CCS-7, Los Alamos National Laboratory, Los Alamos, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050562889', 'display_name': 'Warren Weckesser', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Warren Weckesser', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080357715', 'display_name': 'Hameer Abbasi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Hameer Abbasi', 'raw_affiliation_string': 'Quansight, Austin, USA', 'raw_affiliation_strings': ['Quansight, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000948508', 'display_name': 'Christoph Gohlke', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I204250578', 'display_name': 'University of California, Irvine', 'ror': 'https://ror.org/04gyf1771', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I204250578', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I1279686153', 'display_name': 'Fluor (United States)', 'ror': 'https://ror.org/02885vs25', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1279686153']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Christoph Gohlke', 'raw_affiliation_string': 'Laboratory for Fluorescence Dynamics, Biomedical Engineering Department, University of California, Irvine, Irvine, USA', 'raw_affiliation_strings': ['Laboratory for Fluorescence Dynamics, Biomedical Engineering Department, University of California, Irvine, Irvine, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5019360202', 'display_name': 'Travis E. Oliphant', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Travis E. Oliphant', 'raw_affiliation_string': 'Quansight, Austin, USA', 'raw_affiliation_strings': ['Quansight, Austin, USA']}], 'countries_distinct_count': 9, 'institutions_distinct_count': 22, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 8308, 'biblio': {'volume': '585', 'issue': '7825', 'first_page': '357', 'last_page': '362'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C519991488', 'wikidata': 'https://www.wikidata.org/wiki/Q28865', 'display_name': 'Python (programming language)', 'level': 2, 'score': 0.75409937}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6208576}, {'id': 'https://openalex.org/C20136886', 'wikidata': 'https://www.wikidata.org/wiki/Q749647', 'display_name': 'Interoperability', 'level': 2, 'score': 0.5801056}, {'id': 'https://openalex.org/C60048249', 'wikidata': 'https://www.wikidata.org/wiki/Q37437', 'display_name': 'Syntax', 'level': 2, 'score': 0.50013185}, {'id': 'https://openalex.org/C99613125', 'wikidata': 'https://www.wikidata.org/wiki/Q165194', 'display_name': 'Application programming interface', 'level': 2, 'score': 0.46657026}, {'id': 'https://openalex.org/C34165917', 'wikidata': 'https://www.wikidata.org/wiki/Q188267', 'display_name': 'Programming paradigm', 'level': 2, 'score': 0.42230338}, {'id': 'https://openalex.org/C459310', 'wikidata': 'https://www.wikidata.org/wiki/Q117801', 'display_name': 'Computational science', 'level': 1, 'score': 0.4082567}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.35852128}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.28303456}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.2743905}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.10360807}], 'mesh': [], 'locations_count': 7, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2649-2', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2649-2.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/2006.10256', 'pdf_url': 'http://arxiv.org/pdf/2006.10256', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7759461', 'pdf_url': 'https://europepmc.org/articles/pmc7759461?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/20.500.12613/5102', 'pdf_url': 'https://scholarshare.temple.edu/bitstream/20.500.12613/5102/2/Array%20programming%20with%20NumPy.pdf', 'source': {'id': 'https://openalex.org/S4306402624', 'display_name': 'TUScholarShare (Temple University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I84392919', 'host_organization_name': 'Temple University', 'host_organization_lineage': ['https://openalex.org/I84392919'], 'host_organization_lineage_names': ['Temple University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://urn.fi/URN:NBN:fi:jyu-202010096147', 'pdf_url': 'https://jyx.jyu.fi/bitstream/123456789/72093/1/s41586-020-2649-2.pdf', 'source': {'id': 'https://openalex.org/S4306400563', 'display_name': 'Jyväskylä University Digital Archive (University of Jyväskylä)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I94722563', 'host_organization_name': 'University of Jyväskylä', 'host_organization_lineage': ['https://openalex.org/I94722563'], 'host_organization_lineage_names': ['University of Jyväskylä'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7759461', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/2006.10256', 'pdf_url': 'https://arxiv.org/pdf/2006.10256', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2649-2', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2649-2.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.19}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.12}], 'grants': [], 'referenced_works_count': 34, 'referenced_works': ['https://openalex.org/W1983157164', 'https://openalex.org/W1988054515', 'https://openalex.org/W2005011886', 'https://openalex.org/W2011301426', 'https://openalex.org/W2015159529', 'https://openalex.org/W2035251626', 'https://openalex.org/W2035776949', 'https://openalex.org/W2040974372', 'https://openalex.org/W2061939373', 'https://openalex.org/W2064872546', 'https://openalex.org/W2092898148', 'https://openalex.org/W2104266030', 'https://openalex.org/W2110114082', 'https://openalex.org/W2114850508', 'https://openalex.org/W2120575449', 'https://openalex.org/W2135625048', 'https://openalex.org/W2139102480', 'https://openalex.org/W2146099733', 'https://openalex.org/W2146292423', 'https://openalex.org/W2148906281', 'https://openalex.org/W2245493112', 'https://openalex.org/W2252795400', 'https://openalex.org/W2342249984', 'https://openalex.org/W2400200941', 'https://openalex.org/W2604239613', 'https://openalex.org/W2612135142', 'https://openalex.org/W2808646869', 'https://openalex.org/W2854331460', 'https://openalex.org/W2912827267', 'https://openalex.org/W3103145119', 'https://openalex.org/W3105003569', 'https://openalex.org/W3105353888', 'https://openalex.org/W4241006348', 'https://openalex.org/W4252345548'], 'related_works': ['https://openalex.org/W2015197254', 'https://openalex.org/W2314289140', 'https://openalex.org/W2769196301', 'https://openalex.org/W2900904687', 'https://openalex.org/W3046236723', 'https://openalex.org/W4283738738', 'https://openalex.org/W4285390126', 'https://openalex.org/W4292808890', 'https://openalex.org/W4298180343', 'https://openalex.org/W4308643032'], 'ngrams_url': 'https://api.openalex.org/works/W3099878876/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Array': [1], 'programming': [2, 28, 107, 174], 'provides': [3, 177], 'a': [4, 87, 96, 103, 178], 'powerful,': [5], 'compact': [6], 'and': [7, 13, 20, 58, 81, 105, 112, 146, 188], 'expressive': [8], 'syntax': [9], 'for': [10, 30, 109], 'accessing,': [11], 'manipulating': [12], 'operating': [14], 'on': [15], 'data': [16], 'in': [17, 39, 43, 62, 74, 82, 154], 'vectors,': [18], 'matrices': [19], 'higher-dimensional': [21], 'arrays.': [22], 'NumPy': [23, 64, 116, 157], 'is': [24, 117, 126, 129], 'the': [25, 31, 70, 75, 83, 118, 122, 155, 183], 'primary': [26], 'array': [27, 99, 147, 166], 'library': [29], 'Python': [32, 124], 'language.': [33], 'It': [34, 128], 'has': [35], 'an': [36, 66, 161], 'essential': [37], 'role': [38], 'research': [40], 'analysis': [41], 'pipelines': [42], 'fields': [44], 'as': [45, 47, 160], 'diverse': [46], 'physics,': [48], 'chemistry,': [49], 'astronomy,': [50, 63], 'geoscience,': [51], 'biology,': [52], 'psychology,': [53], 'materials': [54], 'science,': [55], 'engineering,': [56], 'finance': [57], 'economics.': [59], 'For': [60], 'example,': [61], 'was': [65], 'important': [67], 'part': [68], 'of': [69, 77, 86, 186], 'software': [71], 'stack': [72], 'used': [73], 'discovery': [76], 'gravitational': [78], 'waves': [79], '1': [80], 'first': [84], 'imaging': [85], 'black': [88], 'hole': [89], '2': [90], '.': [91], 'Here': [92], 'we': [93], 'review': [94], 'how': [95], 'few': [97], 'fundamental': [98], 'concepts': [100], 'lead': [101], 'to': [102, 150, 181], 'simple': [104], 'powerful': [106], 'paradigm': [108], 'organizing,': [110], 'exploring': [111], 'analysing': [113], 'scientific': [114, 123, 187], 'data.': [115], 'foundation': [119], 'upon': [120], 'which': [121], 'ecosystem': [125], 'constructed.': [127], 'so': [130], 'pervasive': [131], 'that': [132], 'several': [133], 'projects,': [134], 'targeting': [135], 'audiences': [136], 'with': [137, 171], 'specialized': [138], 'needs,': [139], 'have': [140], 'developed': [141], 'their': [142], 'own': [143], 'NumPy-like': [144], 'interfaces': [145], 'objects.': [148], 'Owing': [149], 'its': [151, 172], 'central': [152], 'position': [153], 'ecosystem,': [156], 'increasingly': [158], 'acts': [159], 'interoperability': [162], 'layer': [163], 'between': [164], 'such': [165], 'computation': [167], 'libraries': [168], 'and,': [169], 'together': [170], 'application': [173], 'interface': [175], '(API),': [176], 'flexible': [179], 'framework': [180], 'support': [182], 'next': [184], 'decade': [185], 'industrial': [189], 'analysis.': [190]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3099878876', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2658}, {'year': 2022, 'cited_by_count': 3103}, {'year': 2021, 'cited_by_count': 2262}, {'year': 2020, 'cited_by_count': 223}, {'year': 2019, 'cited_by_count': 6}, {'year': 2018, 'cited_by_count': 3}, {'year': 2015, 'cited_by_count': 1}], 'updated_date': '2023-10-03T05:40:36.646392', 'created_date': '2020-11-23'}, {'id': 'https://openalex.org/W3025949386', 'doi': 'https://doi.org/10.1002/qj.3803', 'title': 'The ERA5 global reanalysis', 'display_name': 'The ERA5 global reanalysis', 'publication_year': 2020, 'publication_date': '2020-06-15', 'ids': {'openalex': 'https://openalex.org/W3025949386', 'doi': 'https://doi.org/10.1002/qj.3803', 'mag': '3025949386'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/qj.3803', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/qj.3803', 'source': {'id': 'https://openalex.org/S70522100', 'display_name': 'Quarterly Journal of the Royal Meteorological Society', 'issn_l': '0035-9009', 'issn': ['1477-870X', '0035-9009'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/qj.3803', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5051170302', 'display_name': 'Hans Hersbach', 'orcid': 'https://orcid.org/0000-0001-5330-7071'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Hans Hersbach', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015001509', 'display_name': 'Bill Bell', 'orcid': 'https://orcid.org/0000-0002-8151-5449'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Bill Bell', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025954456', 'display_name': 'Paul Berrisford', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Paul Berrisford', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052671847', 'display_name': 'Shoji Hirahara', 'orcid': 'https://orcid.org/0000-0001-8415-3263'}, 'institutions': [{'id': 'https://openalex.org/I2801997990', 'display_name': 'Japan Meteorological Agency', 'ror': 'https://ror.org/02772kk97', 'country_code': 'JP', 'type': 'other', 'lineage': ['https://openalex.org/I2801997990']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Shoji Hirahara', 'raw_affiliation_string': 'Japan Meteorological Agency, Tokyo, Japan', 'raw_affiliation_strings': ['Japan Meteorological Agency, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087576182', 'display_name': 'Ándrás Horányi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'András Horányi', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049740980', 'display_name': 'Joaquín Muñoz‐Sabater', 'orcid': 'https://orcid.org/0000-0002-5997-290X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Joaquín Muñoz‐Sabater', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076677580', 'display_name': 'Julien P. Nicolas', 'orcid': 'https://orcid.org/0000-0003-0518-100X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Julien Nicolas', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088422081', 'display_name': 'Carole Peubey', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Carole Peubey', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085254598', 'display_name': 'Raluca Radu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Raluca Radu', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079340690', 'display_name': 'Dinand Schepers', 'orcid': 'https://orcid.org/0000-0002-2611-487X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Dinand Schepers', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086244205', 'display_name': 'A. J. Simmons', 'orcid': 'https://orcid.org/0000-0002-7327-6310'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Adrian Simmons', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060475316', 'display_name': 'Cornel Soci', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Cornel Soci', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019784192', 'display_name': 'Saleh Abdalla', 'orcid': 'https://orcid.org/0000-0003-4469-7949'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Saleh Abdalla', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018520453', 'display_name': 'Xavier Abellan', 'orcid': 'https://orcid.org/0000-0002-1999-1823'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Xavier Abellan', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021304034', 'display_name': 'Gianpaolo Balsamo', 'orcid': 'https://orcid.org/0000-0002-1745-3634'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gianpaolo Balsamo', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005317955', 'display_name': 'Peter Bechtold', 'orcid': 'https://orcid.org/0000-0002-1967-3382'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Peter Bechtold', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013657038', 'display_name': 'Gionata Biavati', 'orcid': 'https://orcid.org/0000-0002-1675-6967'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gionata Biavati', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002364603', 'display_name': 'Jean‐Raymond Bidlot', 'orcid': 'https://orcid.org/0000-0001-7423-5118'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jean Bidlot', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048323819', 'display_name': 'Massimo Bonavita', 'orcid': 'https://orcid.org/0000-0002-0392-284X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Massimo Bonavita', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058425683', 'display_name': 'Giovanna de Chiara', 'orcid': 'https://orcid.org/0000-0002-4540-0687'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Giovanna Chiara', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060417938', 'display_name': 'Per Dahlgren', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314042554', 'display_name': 'Norwegian Meteorological Institute', 'ror': 'https://ror.org/001n36p86', 'country_code': 'NO', 'type': 'government', 'lineage': ['https://openalex.org/I1314042554']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'Per Dahlgren', 'raw_affiliation_string': 'The Norwegian Meteorological Institute, Oslo, Norway', 'raw_affiliation_strings': ['The Norwegian Meteorological Institute, Oslo, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019171397', 'display_name': 'Dick Dee', 'orcid': 'https://orcid.org/0000-0002-8321-9125'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Dick Dee', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040608006', 'display_name': 'Michail Diamantakis', 'orcid': 'https://orcid.org/0000-0003-2279-9717'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Michail Diamantakis', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020478929', 'display_name': 'Rossana Dragani', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rossana Dragani', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062518836', 'display_name': 'Johannes Flemming', 'orcid': 'https://orcid.org/0000-0003-4880-5329'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Johannes Flemming', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012391383', 'display_name': 'R. M. Forbes', 'orcid': 'https://orcid.org/0000-0002-3596-8287'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Richard Forbes', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048392812', 'display_name': 'M. Fuentes', 'orcid': 'https://orcid.org/0000-0003-1544-9612'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Manuel Fuentes', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022496698', 'display_name': 'Alan Geer', 'orcid': 'https://orcid.org/0000-0002-9476-5519'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Alan Geer', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060383229', 'display_name': 'Leopold Haimberger', 'orcid': 'https://orcid.org/0000-0002-0379-6353'}, 'institutions': [{'id': 'https://openalex.org/I2799949648', 'display_name': 'Central Institution for Meteorology and Geodynamics', 'ror': 'https://ror.org/048dqgk17', 'country_code': 'AT', 'type': 'facility', 'lineage': ['https://openalex.org/I2799949648']}, {'id': 'https://openalex.org/I129774422', 'display_name': 'University of Vienna', 'ror': 'https://ror.org/03prydq77', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I129774422']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Leo Haimberger', 'raw_affiliation_string': 'Department of Meteorology and GeophysicsUniversität Wien Vienna Austria', 'raw_affiliation_strings': ['Department of Meteorology and GeophysicsUniversität Wien Vienna Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027951850', 'display_name': 'S. B. Healy', 'orcid': 'https://orcid.org/0000-0003-4810-9593'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sean Healy', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081199934', 'display_name': 'Robin J. Hogan', 'orcid': 'https://orcid.org/0000-0002-3180-5157'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Robin J. Hogan', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033708738', 'display_name': 'Elías Hólm', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Elías Hólm', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011616795', 'display_name': 'Marta Janisková', 'orcid': 'https://orcid.org/0000-0003-2644-8068'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Marta Janisková', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088749134', 'display_name': 'Sarah Keeley', 'orcid': 'https://orcid.org/0000-0002-8046-765X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sarah Keeley', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008668264', 'display_name': 'Patrick Laloyaux', 'orcid': 'https://orcid.org/0000-0003-2808-0463'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Patrick Laloyaux', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024435893', 'display_name': 'Philippe Lopez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Philippe Lopez', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024245007', 'display_name': 'Cristina Lupu', 'orcid': 'https://orcid.org/0000-0003-3530-8104'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Cristina Lupu', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016465897', 'display_name': 'Gábor Radnóti', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gabor Radnoti', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048042721', 'display_name': 'Patricia de Rosnay', 'orcid': 'https://orcid.org/0000-0002-7374-3820'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Patricia Rosnay', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018816610', 'display_name': 'Iryna Rozum', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Iryna Rozum', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073268552', 'display_name': 'Freja Vamborg', 'orcid': 'https://orcid.org/0000-0003-3092-0775'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Freja Vamborg', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023844474', 'display_name': 'Sébastien Villaume', 'orcid': 'https://orcid.org/0000-0002-3041-076X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sebastien Villaume', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5020157756', 'display_name': 'J.-N. Thépaut', 'orcid': 'https://orcid.org/0000-0003-3214-5266'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jean‐Noël Thépaut', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5051170302'], 'corresponding_institution_ids': ['https://openalex.org/I154986956'], 'apc_list': {'value': 3910, 'currency': 'USD', 'value_usd': 3910, 'provenance': 'doaj'}, 'apc_paid': {'value': 3910, 'currency': 'USD', 'value_usd': 3910, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 8065, 'biblio': {'volume': '146', 'issue': '730', 'first_page': '1999', 'last_page': '2049'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C49204034', 'wikidata': 'https://www.wikidata.org/wiki/Q52139', 'display_name': 'Climatology', 'level': 1, 'score': 0.6750792}, {'id': 'https://openalex.org/C24552861', 'wikidata': 'https://www.wikidata.org/wiki/Q2670177', 'display_name': 'Data assimilation', 'level': 2, 'score': 0.6272243}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.6012822}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.5660305}, {'id': 'https://openalex.org/C2779847632', 'wikidata': 'https://www.wikidata.org/wiki/Q30026', 'display_name': 'Buoy', 'level': 2, 'score': 0.5339749}, {'id': 'https://openalex.org/C11999413', 'wikidata': 'https://www.wikidata.org/wiki/Q852817', 'display_name': 'Radiosonde', 'level': 2, 'score': 0.5221579}, {'id': 'https://openalex.org/C9075549', 'wikidata': 'https://www.wikidata.org/wiki/Q40631', 'display_name': 'Troposphere', 'level': 2, 'score': 0.5085372}, {'id': 'https://openalex.org/C2984089914', 'wikidata': 'https://www.wikidata.org/wiki/Q305896', 'display_name': 'Horizontal resolution', 'level': 2, 'score': 0.46695858}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 0.1616233}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.15408206}, {'id': 'https://openalex.org/C111368507', 'wikidata': 'https://www.wikidata.org/wiki/Q43518', 'display_name': 'Oceanography', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/qj.3803', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/qj.3803', 'source': {'id': 'https://openalex.org/S70522100', 'display_name': 'Quarterly Journal of the Royal Meteorological Society', 'issn_l': '0035-9009', 'issn': ['1477-870X', '0035-9009'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/qj.3803', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/qj.3803', 'source': {'id': 'https://openalex.org/S70522100', 'display_name': 'Quarterly Journal of the Royal Meteorological Society', 'issn_l': '0035-9009', 'issn': ['1477-870X', '0035-9009'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.71}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.14}], 'grants': [], 'referenced_works_count': 123, 'referenced_works': ['https://openalex.org/W1840414008', 'https://openalex.org/W1863529719', 'https://openalex.org/W1877862298', 'https://openalex.org/W1907125670', 'https://openalex.org/W1912958521', 'https://openalex.org/W1926356829', 'https://openalex.org/W1964095487', 'https://openalex.org/W1969698207', 'https://openalex.org/W1977808949', 'https://openalex.org/W1978648105', 'https://openalex.org/W1979735728', 'https://openalex.org/W1981519168', 'https://openalex.org/W1982478952', 'https://openalex.org/W1983832403', 'https://openalex.org/W1989120577', 'https://openalex.org/W1989556843', 'https://openalex.org/W1993359485', 'https://openalex.org/W1993891167', 'https://openalex.org/W1994387385', 'https://openalex.org/W1998040038', 'https://openalex.org/W2004586810', 'https://openalex.org/W2017667168', 'https://openalex.org/W2018608667', 'https://openalex.org/W2021057500', 'https://openalex.org/W2021805240', 'https://openalex.org/W2022548072', 'https://openalex.org/W2030836967', 'https://openalex.org/W2031027346', 'https://openalex.org/W2038142310', 'https://openalex.org/W2040058701', 'https://openalex.org/W2041844392', 'https://openalex.org/W2045253176', 'https://openalex.org/W2045334569', 'https://openalex.org/W2047119754', 'https://openalex.org/W2047852430', 'https://openalex.org/W2049699234', 'https://openalex.org/W2050198538', 'https://openalex.org/W2052687807', 'https://openalex.org/W2056825802', 'https://openalex.org/W2058947207', 'https://openalex.org/W2059471972', 'https://openalex.org/W2060172488', 'https://openalex.org/W2069705567', 'https://openalex.org/W2070214966', 'https://openalex.org/W2084571691', 'https://openalex.org/W2085069698', 'https://openalex.org/W2088460293', 'https://openalex.org/W2090249381', 'https://openalex.org/W2090504299', 'https://openalex.org/W2097230269', 'https://openalex.org/W2097865442', 'https://openalex.org/W2104642399', 'https://openalex.org/W2106169804', 'https://openalex.org/W2110179017', 'https://openalex.org/W2119633169', 'https://openalex.org/W2121745948', 'https://openalex.org/W2122957578', 'https://openalex.org/W2124901782', 'https://openalex.org/W2129522971', 'https://openalex.org/W2130484591', 'https://openalex.org/W2131234888', 'https://openalex.org/W2131628141', 'https://openalex.org/W2131903435', 'https://openalex.org/W2134634125', 'https://openalex.org/W2135150319', 'https://openalex.org/W2135622818', 'https://openalex.org/W2136736608', 'https://openalex.org/W2137235251', 'https://openalex.org/W2139004160', 'https://openalex.org/W2141748334', 'https://openalex.org/W2142395770', 'https://openalex.org/W2144347609', 'https://openalex.org/W2144824026', 'https://openalex.org/W2145910073', 'https://openalex.org/W2146293516', 'https://openalex.org/W2150516764', 'https://openalex.org/W2152433868', 'https://openalex.org/W2152831301', 'https://openalex.org/W2162255540', 'https://openalex.org/W2163088949', 'https://openalex.org/W2165242200', 'https://openalex.org/W2167414301', 'https://openalex.org/W2168019255', 'https://openalex.org/W2172151645', 'https://openalex.org/W2174386141', 'https://openalex.org/W2175098853', 'https://openalex.org/W2263043456', 'https://openalex.org/W2287923382', 'https://openalex.org/W2289885025', 'https://openalex.org/W2295101574', 'https://openalex.org/W2310628892', 'https://openalex.org/W2339557483', 'https://openalex.org/W2394879936', 'https://openalex.org/W2473858931', 'https://openalex.org/W2511997790', 'https://openalex.org/W2533922453', 'https://openalex.org/W2602467981', 'https://openalex.org/W2604855272', 'https://openalex.org/W2611772571', 'https://openalex.org/W2619689284', 'https://openalex.org/W2624702672', 'https://openalex.org/W2761613434', 'https://openalex.org/W2763634563', 'https://openalex.org/W2791517694', 'https://openalex.org/W2792557499', 'https://openalex.org/W2793345439', 'https://openalex.org/W2793688347', 'https://openalex.org/W2801985028', 'https://openalex.org/W2807613185', 'https://openalex.org/W2891349009', 'https://openalex.org/W2896900580', 'https://openalex.org/W2900888442', 'https://openalex.org/W2900933286', 'https://openalex.org/W2909481090', 'https://openalex.org/W2909524579', 'https://openalex.org/W2945337859', 'https://openalex.org/W2954049996', 'https://openalex.org/W2965576449', 'https://openalex.org/W2967956357', 'https://openalex.org/W3014920316', 'https://openalex.org/W4236155339', 'https://openalex.org/W4242577423', 'https://openalex.org/W4246727190'], 'related_works': ['https://openalex.org/W829700620', 'https://openalex.org/W2048462860', 'https://openalex.org/W2055890126', 'https://openalex.org/W2062130175', 'https://openalex.org/W2092006650', 'https://openalex.org/W2318856281', 'https://openalex.org/W2343791466', 'https://openalex.org/W2510148722', 'https://openalex.org/W3200978779', 'https://openalex.org/W4383907499'], 'ngrams_url': 'https://api.openalex.org/works/W3025949386/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Within': [1], 'the': [2, 11, 23, 38, 53, 112, 118, 137, 184, 188, 209, 212, 270], 'Copernicus': [3], 'Climate': [4], 'Change': [5], 'Service': [6], '(C3S),': [7], 'ECMWF': [8], 'is': [9, 50, 143, 240, 250], 'producing': [10], 'ERA5': [12, 49, 64, 97, 149], 'reanalysis': [13, 36, 40], 'which,': [14], 'once': [15], 'completed,': [16], 'will': [17], 'embody': [18], 'a': [19, 68, 83, 126, 134, 152, 197, 226], 'detailed': [20, 227], 'record': [21], 'of': [22, 70, 88, 121, 129, 154, 211, 229, 263], 'global': [24], 'atmosphere,': [25], 'land': [26], 'surface': [27], 'and': [28, 77, 102, 131, 168, 181, 221, 256, 273], 'ocean': [29, 202], 'waves': [30], 'from': [31, 67, 106, 139, 148, 242, 257, 269], '1950': [32], 'onwards.': [33], 'This': [34, 115], 'new': [35], 'replaces': [37], 'ERA‐Interim': [39], '(spanning': [41], '1979': [42, 140], 'onwards)': [43], 'which': [44, 59, 142], 'was': [45, 60], 'started': [46], 'in': [47, 62, 72, 159, 183, 216, 265], '2006.': [48], 'based': [51], 'on': [52, 136], 'Integrated': [54], 'Forecasting': [55], 'System': [56], '(IFS)': [57], 'Cy41r2': [58], 'operational': [61], '2016.': [63], 'thus': [65], 'benefits': [66], 'decade': [69], 'developments': [71], 'model': [73], 'physics,': [74], 'core': [75], 'dynamics': [76], 'data': [78, 170, 195, 239], 'assimilation.': [79], 'In': [80, 246], 'addition': [81], 'to': [82, 92, 156, 163, 172, 244, 252], 'significantly': [84], 'enhanced': [85, 219], 'horizontal': [86, 113], 'resolution': [87, 223], '31': [89], 'km,': [90], 'compared': [91], '80': [93], 'km': [94], 'for': [95, 178, 201, 225], 'ERA‐Interim,': [96, 271], 'has': [98], 'hourly': [99], 'output': [100], 'throughout,': [101], 'an': [103, 107, 175], 'uncertainty': [104, 206], 'estimate': [105, 207], 'ensemble': [108], '(3‐hourly': [109], 'at': [110], 'half': [111], 'resolution).': [114], 'paper': [116], 'describes': [117], 'general': [119, 261], 'set‐up': [120], 'ERA5,': [122], 'as': [123, 125], 'well': [124, 254], 'basic': [127], 'evaluation': [128], 'characteristics': [130], 'performance,': [132], 'with': [133, 161, 166, 192, 236], 'focus': [135], 'dataset': [138], 'onwards': [141], 'currently': [144], 'publicly': [145], 'available.': [146], 'Re‐forecasts': [147], 'analyses': [150], 'show': [151], 'gain': [153], 'up': [155], 'one': [157], 'day': [158], 'skill': [160], 'respect': [162], 'ERA‐Interim.': [164], 'Comparison': [165], 'radiosonde': [167], 'PILOT': [169], 'prior': [171], 'assimilation': [173], 'shows': [174, 196], 'improved': [176, 199], 'fit': [177, 200], 'temperature,': [179], 'wind': [180], 'humidity': [182], 'troposphere,': [185], 'but': [186], 'not': [187], 'stratosphere.': [189], 'A': [190], 'comparison': [191], 'independent': [193], 'buoy': [194], 'much': [198], 'wave': [203], 'height.': [204], 'The': [205, 218], 'reflects': [208], 'evolution': [210, 228], 'observing': [213], 'systems': [214], 'used': [215], 'ERA5.': [217], 'temporal': [220], 'spatial': [222], 'allows': [224], 'weather': [230], 'systems.': [231], 'For': [232], 'precipitation,': [233], 'global‐mean': [234], 'correlation': [235], 'monthly‐mean': [237], 'GPCP': [238], 'increased': [241], '67%': [243], '77%.': [245], 'general,': [247], 'low‐frequency': [248], 'variability': [249], 'found': [251], 'be': [253], 'represented': [255], '10': [258], 'hPa': [259], 'downwards': [260], 'patterns': [262], 'anomalies': [264], 'temperature': [266], 'match': [267], 'those': [268], 'MERRA‐2': [272], 'JRA‐55': [274], 'reanalyses.': [275]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3025949386', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2709}, {'year': 2022, 'cited_by_count': 3168}, {'year': 2021, 'cited_by_count': 1927}, {'year': 2020, 'cited_by_count': 293}], 'updated_date': '2023-09-30T15:39:13.361037', 'created_date': '2020-05-21'}, {'id': 'https://openalex.org/W3008443627', 'doi': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'title': 'An interactive web-based dashboard to track COVID-19 in real time', 'display_name': 'An interactive web-based dashboard to track COVID-19 in real time', 'publication_year': 2020, 'publication_date': '2020-05-01', 'ids': {'openalex': 'https://openalex.org/W3008443627', 'doi': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'mag': '3008443627', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32087114', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7159018'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'pdf_url': 'http://www.thelancet.com/article/S1473309920301201/pdf', 'source': {'id': 'https://openalex.org/S23772524', 'display_name': 'Lancet Infectious Diseases', 'issn_l': '1473-3099', 'issn': ['1474-4457', '1473-3099'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S1473309920301201/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5066854264', 'display_name': 'Ensheng Dong', 'orcid': 'https://orcid.org/0000-0002-9785-5739'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ensheng Dong', 'raw_affiliation_string': 'Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA', 'raw_affiliation_strings': ['Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072771687', 'display_name': 'Hongru Du', 'orcid': 'https://orcid.org/0000-0001-7008-2943'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Hongru Du', 'raw_affiliation_string': 'Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA', 'raw_affiliation_strings': ['Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5034284815', 'display_name': 'Lauren Gardner', 'orcid': 'https://orcid.org/0000-0001-5697-8022'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Lauren Gardner', 'raw_affiliation_string': 'Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA', 'raw_affiliation_strings': ['Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5034284815'], 'corresponding_institution_ids': ['https://openalex.org/I145311948'], 'apc_list': {'value': 6300, 'currency': 'USD', 'value_usd': 6300, 'provenance': 'doaj'}, 'apc_paid': {'value': 6300, 'currency': 'USD', 'value_usd': 6300, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 7897, 'biblio': {'volume': '20', 'issue': '5', 'first_page': '533', 'last_page': '534'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C33499554', 'wikidata': 'https://www.wikidata.org/wiki/Q1417134', 'display_name': 'Dashboard', 'level': 2, 'score': 0.874066}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.8462492}, {'id': 'https://openalex.org/C89992363', 'wikidata': 'https://www.wikidata.org/wiki/Q5961558', 'display_name': 'Track (disk drive)', 'level': 2, 'score': 0.7101089}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.68715125}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.6557131}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.57298833}, {'id': 'https://openalex.org/C118643609', 'wikidata': 'https://www.wikidata.org/wiki/Q189210', 'display_name': 'Web application', 'level': 2, 'score': 0.47535226}, {'id': 'https://openalex.org/C2776078045', 'wikidata': 'https://www.wikidata.org/wiki/Q5425270', 'display_name': 'Fast track', 'level': 2, 'score': 0.45025882}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.40806782}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.23832539}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.20844948}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.18939865}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.16932002}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.049741685}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'pdf_url': 'http://www.thelancet.com/article/S1473309920301201/pdf', 'source': {'id': 'https://openalex.org/S23772524', 'display_name': 'Lancet Infectious Diseases', 'issn_l': '1473-3099', 'issn': ['1474-4457', '1473-3099'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7159018', 'pdf_url': 'https://europepmc.org/articles/pmc7159018?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7159018', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'pdf_url': 'http://www.thelancet.com/article/S1473309920301201/pdf', 'source': {'id': 'https://openalex.org/S23772524', 'display_name': 'Lancet Infectious Diseases', 'issn_l': '1473-3099', 'issn': ['1474-4457', '1473-3099'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.49}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.33}], 'grants': [], 'referenced_works_count': 1, 'referenced_works': ['https://openalex.org/W2406220407'], 'related_works': ['https://openalex.org/W3009669391', 'https://openalex.org/W3013828567', 'https://openalex.org/W3036314732', 'https://openalex.org/W3127156785', 'https://openalex.org/W3198183218', 'https://openalex.org/W3214233763', 'https://openalex.org/W4200329650', 'https://openalex.org/W4205317059', 'https://openalex.org/W4206669628', 'https://openalex.org/W4382894326'], 'ngrams_url': 'https://api.openalex.org/works/W3008443627/ngrams', 'abstract_inverted_index': {'In': [0, 95, 980, 1034, 1077], 'December,': [1], '2019,': [2], 'a': [3, 26, 178, 204, 267, 291, 529, 678, 842, 883, 975, 1062, 1098], 'local': [4, 316, 439], 'outbreak': [5, 55, 184, 277, 669, 986], 'of': [6, 8, 32, 62, 81, 132, 153, 212, 309, 325, 452, 461, 501, 507, 579, 594, 599, 610, 628, 638, 649, 666, 706, 813, 835, 850, 879, 887, 891, 944, 964, 970, 984, 1005, 1027, 1029, 1049, 1064, 1067, 1100, 1103, 1107], 'pneumonia': [7, 33], 'initially': [9, 197], 'unknown': [10], 'cause': [11], 'was': [12, 19, 165, 1061], 'detected': [13], 'in': [14, 35, 137, 219, 232, 238, 328, 336, 358, 480, 601, 799, 816, 857, 866, 924, 938, 987, 992, 1094, 1105], 'Wuhan': [15], '(Hubei,': [16], 'China),': [17], 'and': [18, 71, 116, 128, 151, 158, 173, 191, 201, 242, 244, 256, 261, 270, 318, 338, 360, 365, 369, 378, 419, 438, 449, 455, 466, 472, 484, 509, 521, 552, 561, 577, 614, 633, 647, 659, 670, 683, 699, 761, 931, 952, 996, 1073, 1081], 'quickly': [20], 'determined': [21], 'to': [22, 59, 97, 126, 167, 181, 321, 386, 652, 656, 671, 676, 681, 694, 780, 796, 823, 830, 915, 956, 1000, 1090], 'be': [23], 'caused': [24], 'by': [25, 110, 307, 528, 978, 1070], 'novel': [27], 'coronavirus,1WHOWHO': [28], 'statement': [29], 'regarding': [30], 'cluster': [31], 'cases': [34, 79, 131, 227, 327, 404, 951], 'Wuhan,': [36], 'China.https://www.who.int/china/news/detail/09-01-2020-who-statement-regarding-cluster-of-pneumonia-cases-in-wuhan-chinaDate:': [37], 'Jan': [38, 146, 251], '9,': [39], '2020Date': [40], 'accessed:': [41, 90, 556, 570], 'February': [42, 91, 557, 571], '11,': [43, 558], '2020Google': [44, 93, 559, 573], 'Scholar': [45, 94, 560, 574], 'namely': [46], 'severe': [47, 895, 1006], 'acute': [48, 896, 1007], 'respiratory': [49, 897, 1008], 'syndrome': [50, 898, 1009], 'coronavirus': [51, 133, 899, 957, 1010], '2': [52, 900, 1011], '(SARS-CoV-2).': [53], 'The': [54, 140, 224, 535, 715, 732, 1030, 1051], 'has': [56, 622, 712, 729, 820, 827, 972], 'since': [57], 'spread': [58], 'every': [60], 'province': [61, 230, 334], 'mainland': [63, 372, 524, 580], 'China': [64, 337, 359, 373], 'as': [65, 67, 80, 185, 468, 470, 834, 1086], 'well': [66, 469], '27': [68], 'other': [69, 362, 390], 'countries': [70, 364, 368, 520, 603, 626, 969], 'regions,': [72, 928], 'with': [73, 177, 208, 436, 543, 630, 774, 894, 909, 1097], 'more': [74, 884], 'than': [75, 902], '70': [76], '000': [77], 'confirmed': [78, 154, 950], 'Feb': [82, 287, 491], '17,': [83, 92, 572], '2020.2WHOCoronavirus': [84], 'disease': [85, 134, 447, 565, 958], '2019': [86, 135, 566, 959], '(COVID-19)': [87, 136, 567, 960], 'situation': [88, 563, 568, 642], 'reports.https://www.who.int/emergencies/diseases/novel-coronavirus-2019/situation-reportsDate': [89, 569], 'response': [96], 'this': [98, 808, 1078, 1091], 'ongoing': [99], 'public': [100, 170, 176, 868], 'health': [101, 171, 440, 474, 514, 869, 936], 'emergency,': [102], 'we': [103, 289, 380, 392, 411, 431, 487, 493, 654, 1037], 'developed': [104, 166], 'an': [105, 303, 1002], 'online': [106, 304, 416, 710, 727, 832], 'interactive': [107, 793], 'dashboard,': [108, 141, 214, 430], 'hosted': [109], 'the': [111, 149, 174, 183, 209, 213, 220, 229, 235, 239, 246, 276, 279, 310, 333, 340, 347, 400, 424, 429, 433, 443, 457, 463, 481, 496, 499, 503, 540, 544, 554, 585, 592, 595, 608, 616, 639, 645, 650, 661, 664, 667, 703, 707, 752, 756, 762, 811, 814, 831, 847, 851, 877, 880, 888, 916, 941, 965, 982, 985, 1035, 1045, 1056, 1065], 'Center': [112, 548], 'for': [113, 160, 355, 361, 446, 549, 575, 751, 875], 'Systems': [114], 'Science': [115], 'Engineering': [117], '(CSSE)': [118], 'at': [119, 228, 234, 245, 332, 339, 531, 590, 618, 720, 737], 'Johns': [120, 532, 619, 763], 'Hopkins': [121, 533, 620, 764], 'University,': [122], 'Baltimore,': [123], 'MD,': [124], 'USA,': [125, 240, 482], 'visualise': [127], 'track': [129, 182, 797], 'reported': [130, 538, 597, 623, 635], 'real': [138, 330, 800], 'time.': [139, 801], 'first': [142, 596, 718, 735, 1047, 1052, 1087], 'shared': [143], 'publicly': [144], 'on': [145, 286, 490, 495, 539, 685, 722, 739, 810], '22,': [147], 'illustrates': [148], 'location': [150], 'number': [152, 890], 'COVID-19': [155, 326, 600, 668, 798, 852, 942], 'cases,': [156, 410], 'deaths,': [157], 'recoveries': [159], 'all': [161, 253, 356], 'affected': [162, 363, 968], 'countries.': [163], 'It': [164], 'provide': [168, 322], 'researchers,': [169], 'authorities,': [172], 'general': [175], 'user-friendly': [179], 'tool': [180, 662, 680], 'it': [186], 'unfolds.': [187], 'All': [188, 516, 907], 'data': [189, 254, 294, 299, 537], 'collected': [190], 'displayed': [192], 'are': [193, 216, 351, 405, 526, 692, 749, 862, 998], 'made': [194, 829], 'freely': [195], 'available,': [196], 'through': [198, 203, 423], 'Google': [199], 'Sheets': [200], 'now': [202, 217], 'GitHub': [205], 'repository,': [206], 'along': [207], 'feature': [210], 'layers': [211], 'which': [215, 314, 486], 'included': [218], 'Esri': [221, 757], 'Living': [222, 758], 'Atlas.': [223], 'dashboard': [225, 541, 586, 651, 795], 'reports': [226, 320, 479], 'level': [231, 237, 248, 335, 342], 'China;': [233], 'city': [236], 'Australia,': [241, 483, 611], 'Canada;': [243], 'country': [247, 341], 'otherwise.': [249, 343], 'During': [250], '22–31,': [252], 'collection': [255], 'processing': [257], 'were': [258, 263], 'done': [259, 265], 'manually,': [260], 'updates': [262, 518], 'typically': [264], 'twice': [266], 'day,': [268], 'morning': [269], 'night': [271], '(US': [272], 'Eastern': [273], 'Time).': [274], 'As': [275], 'evolved,': [278], 'manual': [280, 517], 'reporting': [281, 489], 'process': [282], 'became': [283], 'unsustainable;': [284], 'therefore,': [285], '1,': [288, 492], 'adopted': [290], 'semi-automated': [292], 'living': [293], 'stream': [295], 'strategy.': [296], 'Our': [297], 'primary': [298], 'source': [300], 'is': [301, 587, 873], 'DXY,': [302], 'platform': [305], 'run': [306], 'members': [308], 'Chinese': [311, 546], 'medical': [312], 'community,': [313], 'aggregates': [315], 'media': [317], 'government': [319, 500], 'cumulative': [323, 348, 383], 'totals': [324], 'near': [329], 'time': [331], 'Every': [344], '15': [345], 'min,': [346], 'case': [349, 384, 397, 434, 478, 536, 598, 1013], 'counts': [350, 385], 'updated': [352], 'from': [353, 755, 1044], 'DXY': [354, 382], 'provinces': [357], 'regions.': [366], 'For': [367, 476], 'regions': [370, 522, 605], 'outside': [371, 523, 578], '(including': [374], 'Hong': [375, 458, 612, 631], 'Kong,': [376, 613], 'Macau,': [377], 'Taiwan),': [379], 'found': [381], 'frequently': [387], 'lag': [388], 'behind': [389], 'sources;': [391], 'therefore': [393], 'manually': [394, 427], 'update': [395], 'these': [396], 'numbers': [398, 435], 'throughout': [399, 663], 'day': [401], 'when': [402], 'new': [403, 409, 602], 'identified.': [406], 'To': [407], 'identify': [408], 'monitor': [412, 682], 'various': [413, 510], 'Twitter': [414], 'feeds,': [415], 'news': [417], 'services,': [418], 'direct': [420], 'communication': [421], 'sent': [422], 'dashboard.': [425], 'Before': [426], 'updating': [428], 'confirm': [432], 'regional': [437], 'departments,': [441], 'including': [442], 'respective': [444], 'centres': [445], 'control': [448, 700, 1096], 'prevention': [450], '(CDC)': [451], 'China,': [453, 581], 'Taiwan,': [454], 'Europe,': [456], 'Kong': [459, 632], 'Department': [460, 506], 'Health,': [462, 508], 'Macau': [464], 'Government,': [465], 'WHO,': [467, 629], 'city-level': [471, 477], 'state-level': [473], 'authorities.': [475, 515], 'Canada,': [485, 502], 'began': [488], 'rely': [494], 'US': [497], 'CDC,': [498], 'Australian': [504], 'Government': [505], 'state': [511], 'or': [512, 604], 'territory': [513], '(for': [519], 'China)': [525], 'coordinated': [527], 'team': [530, 760], 'University.': [534], 'aligns': [542], 'daily': [545], 'CDC3Chinese': [547], 'Disease': [550], 'Control': [551], 'PreventionTracking': [553], 'epidemic.http://weekly.chinacdc.cn/news/TrackingtheEpidemic.htmDate': [555], 'WHO': [562, 641], 'reports2WHOCoronavirus': [564], 'within': [576, 636], 'respectively': [582], '(figure).': [583], 'Furthermore,': [584], 'particularly': [588], 'effective': [589], 'capturing': [591], 'timing': [593], '(appendix).': [606], 'With': [607], 'exception': [609], 'Italy,': [615, 988], 'CSSE': [617], 'University': [621, 765], 'newly': [624], 'infected': [625, 893], 'ahead': [627], 'Italy': [634, 939, 962], 'hours': [637], 'corresponding': [640], 'report.': [643], 'Given': [644], 'popularity': [646], 'impact': [648], 'date,': [653], 'plan': [655], 'continue': [657], 'hosting': [658], 'managing': [660], 'entirety': [665], 'build': [672], 'out': [673], 'its': [674, 855], 'capabilities': [675], 'establish': [677], 'standing': [679], 'report': [684], 'future': [686], 'outbreaks.': [687], 'We': [688, 743, 748], 'believe': [689], 'our': [690], 'efforts': [691, 698], 'crucial': [693, 874], 'help': [695], 'inform': [696], 'modelling': [697], 'measures': [701], 'during': [702, 940], 'earliest': [704], 'stages': [705], 'outbreak.': [708], 'This': [709, 726, 825], 'publication': [711, 728, 1028], 'been': [713, 730, 821, 828, 913, 973], 'corrected.': [714, 731], 'corrected': [716, 733, 822], 'version': [717, 734, 833], 'appeared': [719, 736], 'thelancet.com/infection': [721, 738], 'June': [723, 740, 836], '12,': [724, 741, 837], '2020': [725, 742], 'declare': [744], 'no': [745], 'competing': [746], 'interests.': [747], 'grateful': [750], 'technical': [753], 'support': [754], 'Atlas': [759], 'Applied': [766], 'Physics': [767], 'Lab.': [768], 'Download': [769], '.pdf': [770], '(.29': [771], 'MB)': [772], 'Help': [773], 'pdf': [775], 'files': [776], 'Supplementary': [777], 'appendix': [778], 'Correction': [779], 'Lancet': [781, 802, 1031], 'Infect': [782, 803], 'Dis': [783, 804], '2020;': [784, 805], '20:': [785, 806], '533–34Dong': [786], 'E,': [787], 'Du': [788], 'H,': [789], 'Gardner': [790], 'L.': [791], 'An': [792, 1019], 'web-based': [794], '533–34—In': [807], 'Correspondence,': [809], 'y-axis': [812], 'graph': [815], 'figure': [817], 'A,': [818], '“500”': [819], '“5000”.': [824], 'correction': [826], '2020.': [838], 'Full-Text': [839, 933, 1017, 1110], 'PDF': [840, 934, 1018, 1111], 'SeroTracker:': [841], 'global': [843, 976], 'SARS-CoV-2': [844], 'seroprevalence': [845], 'dashboardAs': [846], 'initial': [848], 'phase': [849], 'pandemic': [853, 977], 'passes': [854], 'peak': [856], 'many': [858], 'countries,': [859], 'serological': [860], 'studies': [861], 'becoming': [863], 'increasingly': [864], 'important': [865], 'guiding': [867], 'responses.': [870], 'Antibody': [871], 'testing': [872, 905, 920], 'monitoring': [876], 'evolution': [878], 'pandemic,': [881], 'providing': [882], 'complete': [885], 'picture': [886], 'total': [889], 'people': [892], '(SARS-CoV-2)': [901, 1012], 'molecular': [903], 'diagnostic': [904], 'alone.1': [906], 'individuals': [908], 'SARS-CoV-2-specific': [910], 'antibodies': [911], 'have': [912], 'exposed': [914], 'virus,': [917], 'so': [918], 'antibody': [919], 'can': [921], 'highlight': [922], 'differences': [923], 'past': [925], 'exposure': [926], 'between': [927], 'demographic': [929], 'groups,': [930], 'occupations.': [932], 'Mental': [935], 'services': [937], 'outbreakAs': [943], 'March': [945], '24,': [946], '2020,': [947], '63': [948], '927': [949], '6077': [953], 'deaths': [954], 'due': [955], 'make': [961], 'one': [963], 'most': [966], 'severely': [967], 'what': [971], 'defined': [974], 'WHO.1': [979], 'Lombardy,': [981], 'epicentre': [983], 'large': [989], 'metropolitan': [990], 'hospitals': [991], 'cities': [993], 'like': [994], 'Milan': [995], 'Bergamo': [997], 'struggling': [999], 'contain': [1001], 'exponential': [1003], 'growth': [1004], 'presentations': [1014], 'requiring': [1015], 'hospitalisation.': [1016], 'eventful': [1020], '20': [1021, 1025, 1101], 'yearsThis': [1022], 'issue': [1023], 'marks': [1024], 'years': [1026, 1102], 'Infectious': [1032], 'Diseases.': [1033], 'issue,': [1036, 1079], 'publish': [1038], 'two': [1039], 'Reviews': [1040], 'that': [1041], 'reflect': [1042], 'themes': [1043], "journal's": [1046], 'year': [1048], 'publication.': [1050], 'paper': [1053], 'published': [1054], '(in': [1055], 'April,': [1057], '2001,': [1058], 'preview': [1059], 'issue)': [1060], 'Review': [1063, 1099], 'history': [1066], 'hand': [1068, 1108], 'hygiene': [1069], 'Didier': [1071], 'Pittet': [1072, 1080], 'John': [1074], 'M': [1075], 'Boyce.': [1076], 'colleagues': [1082], '(with': [1083], 'Nasim': [1084], 'Lotfinejad': [1085], 'author)': [1088], 'return': [1089], 'life-saving': [1092], 'topic': [1093], 'infection': [1095], 'progress': [1104], 'promotion': [1106], 'hygiene.': [1109]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3008443627', 'counts_by_year': [{'year': 2023, 'cited_by_count': 778}, {'year': 2022, 'cited_by_count': 1895}, {'year': 2021, 'cited_by_count': 2972}, {'year': 2020, 'cited_by_count': 2235}, {'year': 2019, 'cited_by_count': 3}], 'updated_date': '2023-10-03T01:37:30.408468', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3008090866', 'doi': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'title': 'Clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia in Wuhan, China: a single-centered, retrospective, observational study', 'display_name': 'Clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia in Wuhan, China: a single-centered, retrospective, observational study', 'publication_year': 2020, 'publication_date': '2020-05-01', 'ids': {'openalex': 'https://openalex.org/W3008090866', 'doi': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'mag': '3008090866', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32105632', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7102538'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'pdf_url': 'http://www.thelancet.com/article/S2213260020300795/pdf', 'source': {'id': 'https://openalex.org/S4210192742', 'display_name': 'The Lancet Respiratory Medicine', 'issn_l': '2213-2600', 'issn': ['2213-2619', '2213-2600'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S2213260020300795/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5002172875', 'display_name': 'Xiaobo Yang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiaobo Yang', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054625774', 'display_name': 'Yu Yuan', 'orcid': 'https://orcid.org/0000-0001-6932-6920'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuan Yu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046932917', 'display_name': 'Jiqian Xu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jiqian Xu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045760438', 'display_name': 'Huaqing Shu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Huaqing Shu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024929222', 'display_name': 'Jiaan Xia', 'orcid': None}, 'institutions': [], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': "Jia'an Xia", 'raw_affiliation_string': 'Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Jin Yin-tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057287134', 'display_name': 'Hong Liu', 'orcid': 'https://orcid.org/0000-0002-7498-6541'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hong Liu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China; Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'Jin Yin-tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061664208', 'display_name': 'Yongran Wu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yongran Wu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044757881', 'display_name': 'Lu Zhang', 'orcid': 'https://orcid.org/0000-0003-3332-2615'}, 'institutions': [{'id': 'https://openalex.org/I4210113795', 'display_name': 'Hubei University of Arts and Science', 'ror': 'https://ror.org/0212jcf64', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210113795']}, {'id': 'https://openalex.org/I4210119234', 'display_name': 'Xiangyang Central Hospital', 'ror': 'https://ror.org/02dx2xm20', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210119234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lu Zhang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Xiangyang Central Hospital, Affiliated Hospital of Hubei University of Arts and Science, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Xiangyang Central Hospital, Affiliated Hospital of Hubei University of Arts and Science, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006124551', 'display_name': 'Yu Zhang', 'orcid': 'https://orcid.org/0009-0007-4030-8981'}, 'institutions': [{'id': 'https://openalex.org/I4210140357', 'display_name': 'Renmin Hospital of Wuhan University', 'ror': 'https://ror.org/03ekhbz91', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210140357']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhui Yu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Renmin Hospital of Wuhan University, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Renmin Hospital of Wuhan University, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047344139', 'display_name': 'Minghao Fang', 'orcid': 'https://orcid.org/0000-0001-5310-8128'}, 'institutions': [{'id': 'https://openalex.org/I1318643470', 'display_name': 'Union Hospital', 'ror': 'https://ror.org/01j7r2734', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1318643470']}, {'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210160344', 'display_name': 'Tongji Hospital', 'ror': 'https://ror.org/04xy45965', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210160344']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Minghao Fang', 'raw_affiliation_string': 'Union Hospital, and Department of Critical Care Medicine, Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Union Hospital, and Department of Critical Care Medicine, Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027596703', 'display_name': 'Yasuyuki Takata', 'orcid': 'https://orcid.org/0000-0003-4096-8975'}, 'institutions': [], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ting Yu', 'raw_affiliation_string': 'Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Jin Yin-tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053920011', 'display_name': 'Yaxin Wang', 'orcid': 'https://orcid.org/0000-0002-3507-3969'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yaxin Wang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010971998', 'display_name': 'Shangwen Pan', 'orcid': 'https://orcid.org/0000-0003-4149-2235'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shangwen Pan', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059927836', 'display_name': 'Xiaojing Zou', 'orcid': 'https://orcid.org/0000-0002-2897-0709'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiaojing Zou', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029645902', 'display_name': 'Shiying Yuan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shiying Yuan', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5067893036', 'display_name': 'You Shang', 'orcid': 'https://orcid.org/0000-0001-8523-3513'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'You Shang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China; Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'Jin Yin-tan Hospital, Wuhan, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 6, 'corresponding_author_ids': ['https://openalex.org/A5067893036'], 'corresponding_institution_ids': ['https://openalex.org/I47720641'], 'apc_list': {'value': 6300, 'currency': 'USD', 'value_usd': 6300, 'provenance': 'doaj'}, 'apc_paid': {'value': 6300, 'currency': 'USD', 'value_usd': 6300, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 7349, 'biblio': {'volume': '8', 'issue': '5', 'first_page': '475', 'last_page': '481'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.95347416}, {'id': 'https://openalex.org/C2776348555', 'wikidata': 'https://www.wikidata.org/wiki/Q344873', 'display_name': 'ARDS', 'level': 3, 'score': 0.846544}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.7422355}, {'id': 'https://openalex.org/C2776376669', 'wikidata': 'https://www.wikidata.org/wiki/Q5094647', 'display_name': 'Intensive care unit', 'level': 2, 'score': 0.7399788}, {'id': 'https://openalex.org/C2777080012', 'wikidata': 'https://www.wikidata.org/wiki/Q3766250', 'display_name': 'Mechanical ventilation', 'level': 2, 'score': 0.53018516}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.5223054}, {'id': 'https://openalex.org/C167135981', 'wikidata': 'https://www.wikidata.org/wiki/Q2146302', 'display_name': 'Retrospective cohort study', 'level': 2, 'score': 0.5186162}, {'id': 'https://openalex.org/C23131810', 'wikidata': 'https://www.wikidata.org/wiki/Q818574', 'display_name': 'Observational study', 'level': 2, 'score': 0.45211682}, {'id': 'https://openalex.org/C2987404301', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care', 'level': 2, 'score': 0.43640226}, {'id': 'https://openalex.org/C30036603', 'wikidata': 'https://www.wikidata.org/wiki/Q17125150', 'display_name': 'Severity of illness', 'level': 2, 'score': 0.43063742}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.4090048}, {'id': 'https://openalex.org/C177713679', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care medicine', 'level': 1, 'score': 0.3732612}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.3634708}, {'id': 'https://openalex.org/C194828623', 'wikidata': 'https://www.wikidata.org/wiki/Q2861470', 'display_name': 'Emergency medicine', 'level': 1, 'score': 0.34551126}, {'id': 'https://openalex.org/C2777714996', 'wikidata': 'https://www.wikidata.org/wiki/Q7886', 'display_name': 'Lung', 'level': 2, 'score': 0.15569913}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000302', 'qualifier_name': 'isolation & purification', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016638', 'descriptor_name': 'Critical Illness', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007362', 'descriptor_name': 'Intensive Care Units', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007362', 'descriptor_name': 'Intensive Care Units', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058873', 'descriptor_name': 'Pandemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012121', 'descriptor_name': 'Respiration, Artificial', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D012121', 'descriptor_name': 'Respiration, Artificial', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D012189', 'descriptor_name': 'Retrospective Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016896', 'descriptor_name': 'Treatment Outcome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'pdf_url': 'http://www.thelancet.com/article/S2213260020300795/pdf', 'source': {'id': 'https://openalex.org/S4210192742', 'display_name': 'The Lancet Respiratory Medicine', 'issn_l': '2213-2600', 'issn': ['2213-2619', '2213-2600'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7102538', 'pdf_url': 'https://europepmc.org/articles/pmc7102538?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102538', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32105632', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'pdf_url': 'http://www.thelancet.com/article/S2213260020300795/pdf', 'source': {'id': 'https://openalex.org/S4210192742', 'display_name': 'The Lancet Respiratory Medicine', 'issn_l': '2213-2600', 'issn': ['2213-2619', '2213-2600'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.89}], 'grants': [], 'referenced_works_count': 20, 'referenced_works': ['https://openalex.org/W1947409115', 'https://openalex.org/W1973108001', 'https://openalex.org/W2109520345', 'https://openalex.org/W2111785996', 'https://openalex.org/W2148958087', 'https://openalex.org/W2156273941', 'https://openalex.org/W2168691128', 'https://openalex.org/W2170984368', 'https://openalex.org/W2286228001', 'https://openalex.org/W2470646526', 'https://openalex.org/W2555838982', 'https://openalex.org/W2894380801', 'https://openalex.org/W3001118548', 'https://openalex.org/W3001897055', 'https://openalex.org/W3002108456', 'https://openalex.org/W3003465021', 'https://openalex.org/W3003684729', 'https://openalex.org/W3004239190', 'https://openalex.org/W3005403371', 'https://openalex.org/W3165656738'], 'related_works': ['https://openalex.org/W2009263326', 'https://openalex.org/W2050845046', 'https://openalex.org/W2415186040', 'https://openalex.org/W2800422914', 'https://openalex.org/W3111315784', 'https://openalex.org/W3129568388', 'https://openalex.org/W3157996898', 'https://openalex.org/W3207306908', 'https://openalex.org/W4307219135', 'https://openalex.org/W4312113552'], 'ngrams_url': 'https://api.openalex.org/works/W3008090866/ngrams', 'abstract_inverted_index': {'BackgroundAn': [0], 'ongoing': [1], 'outbreak': [2], 'of': [3, 40, 71, 113, 121, 131, 151, 291, 303, 328, 332], 'pneumonia': [4, 61, 297, 334], 'associated': [5], 'with': [6, 26, 44, 59, 138, 203, 254, 258, 264, 269, 275, 295, 320], 'the': [7, 35, 66, 129, 152, 182, 188, 304], 'severe': [8], 'acute': [9, 123, 259], 'respiratory': [10, 124], 'coronavirus': [11], '2': [12], '(SARS-CoV-2)': [13], 'started': [14], 'in': [15, 18, 286, 342], 'December,': [16, 80], '2019,': [17, 81], 'Wuhan,': [19], 'China.': [20], 'Information': [21], 'about': [22], 'critically': [23, 41, 55, 142, 292], 'ill': [24, 42, 56, 143, 293], 'patients': [25, 43, 58, 132, 137, 145, 154, 175, 222, 236, 246, 279, 294, 317], 'SARS-CoV-2': [27, 45, 60, 139, 296, 333], 'infection': [28, 284], 'is': [29, 298, 306], 'scarce.': [30], 'We': [31], 'aimed': [32], 'to': [33, 65, 187, 193, 217, 230, 308], 'describe': [34], 'clinical': [36, 94], 'course': [37], 'and': [38, 82, 93, 104, 128, 181, 227, 272, 322], 'outcomes': [39, 95, 118], 'pneumonia.MethodsIn': [46], 'this': [47], 'single-centered,': [48], 'retrospective,': [49], 'observational': [50], 'study,': [51], 'we': [52], 'enrolled': [53], '52': [54, 141, 153], 'adult': [57, 144], 'who': [62], 'were': [63, 96, 100, 146, 162, 206], 'admitted': [64], 'intensive': [67, 189], 'care': [68, 190, 340], 'unit': [69, 191], '(ICU)': [70, 192], 'Wuhan': [72], 'Jin': [73], 'Yin-tan': [74], 'hospital': [75], '(Wuhan,': [76], 'China)': [77], 'between': [78, 102], 'late': [79], 'Jan': [83], '26,': [84], '2020.': [85, 116], 'Demographic': [86], 'data,': [87], 'symptoms,': [88], 'laboratory': [89], 'values,': [90], 'comorbidities,': [91], 'treatments,': [92], 'all': [97], 'collected.': [98], 'Data': [99], 'compared': [101], 'survivors': [103], 'non-survivors.': [105, 201], 'The': [106, 148, 300, 330], 'primary': [107], 'outcome': [108], 'was': [109, 155, 195], '28-day': [110], 'mortality,': [111], 'as': [112], 'Feb': [114], '9,': [115], 'Secondary': [117], 'included': [119], 'incidence': [120], 'SARS-CoV-2-related': [122], 'distress': [125], 'syndrome': [126], '(ARDS)': [127], 'proportion': [130], 'requiring': [133], 'mechanical': [134, 232, 281], 'ventilation.FindingsOf': [135], '710': [136], 'pneumonia,': [140], 'included.': [147], 'mean': [149], 'age': [150], '59·7': [156], '(SD': [157], '13·3)': [158], 'years,': [159], '35': [160, 252], '(67%)': [161, 253], 'men,': [163], '21': [164], '(40%)': [165], 'had': [166, 171, 176, 247], 'chronic': [167], 'illness,': [168], '51': [169], '(98%)': [170], 'fever.': [172], '32': [173], '(61·5%)': [174], 'died': [177], 'at': [178, 325], '28': [179], 'days,': [180], 'median': [183], 'duration': [184], 'from': [185], 'admission': [186], 'death': [194], '7': [196, 238], '(IQR': [197], '3–11)': [198], 'days': [199], 'for': [200], 'Compared': [202], 'survivors,': [204], 'non-survivors': [205, 305], 'older': [207], '(64·6': [208], 'years': [209, 213], '[11·2]': [210], 'vs': [211, 223, 237], '51·9': [212], '[12·9]),': [214], 'more': [215, 228], 'likely': [216, 229, 307], 'develop': [218], 'ARDS': [219, 323], '(26': [220], '[81%]': [221], '9': [224], '[45%]': [225], 'patients),': [226, 240], 'receive': [231], 'ventilation': [233], '(30': [234], '[94%]': [235], '[35%]': [239], 'either': [241], 'invasively': [242], 'or': [243, 351], 'non-invasively.': [244], 'Most': [245], 'organ': [248], 'function': [249], 'damage,': [250], 'including': [251], 'ARDS,': [255], '15': [256, 267], '(29%)': [257, 268], 'kidney': [260], 'injury,': [261, 266], '12': [262], '(23%)': [263], 'cardiac': [265], 'liver': [270], 'dysfunction,': [271], 'one': [273], '(2%)': [274], 'pneumothorax.': [276], '37': [277], '(71%)': [278], 'required': [280], 'ventilation.': [282], 'Hospital-acquired': [283], 'occurred': [285], 'seven': [287], '(13·5%)': [288], 'patients.InterpretationThe': [289], 'mortality': [290], 'considerable.': [299], 'survival': [301], 'time': [302], 'be': [309], 'within': [310], '1–2': [311], 'weeks': [312], 'after': [313], 'ICU': [314], 'admission.': [315], 'Older': [316], '(>65': [318], 'years)': [319], 'comorbidities': [321], 'are': [324, 347], 'increased': [326], 'risk': [327], 'death.': [329], 'severity': [331], 'poses': [335], 'great': [336], 'strain': [337], 'on': [338], 'critical': [339], 'resources': [341], 'hospitals,': [343], 'especially': [344], 'if': [345], 'they': [346], 'not': [348], 'adequately': [349], 'staffed': [350], 'resourced.FundingNone.': [352]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3008090866', 'counts_by_year': [{'year': 2023, 'cited_by_count': 547}, {'year': 2022, 'cited_by_count': 1272}, {'year': 2021, 'cited_by_count': 2381}, {'year': 2020, 'cited_by_count': 3153}, {'year': 2019, 'cited_by_count': 4}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-09-30T21:39:19.408592', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3012421327', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'title': 'COVID-19: consider cytokine storm syndromes and immunosuppression', 'display_name': 'COVID-19: consider cytokine storm syndromes and immunosuppression', 'publication_year': 2020, 'publication_date': '2020-03-01', 'ids': {'openalex': 'https://openalex.org/W3012421327', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'mag': '3012421327', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32192578', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7270045'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5009302956', 'display_name': 'Puja Mehta', 'orcid': 'https://orcid.org/0000-0001-9459-9306'}, 'institutions': [{'id': 'https://openalex.org/I4210151647', 'display_name': 'Centre for Inflammation Research', 'ror': 'https://ror.org/05wcr1b38', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I4210151647', 'https://openalex.org/I90344618', 'https://openalex.org/I98677209']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Puja Mehta', 'raw_affiliation_string': 'Centre for Inflammation and Tissue Repair, UCL Respiratory, Division of Medicine, University College London, London, UK', 'raw_affiliation_strings': ['Centre for Inflammation and Tissue Repair, UCL Respiratory, Division of Medicine, University College London, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041103166', 'display_name': 'Daniel F. McAuley', 'orcid': 'https://orcid.org/0000-0002-3283-1947'}, 'institutions': [{'id': 'https://openalex.org/I126231945', 'display_name': "Queen's University Belfast", 'ror': 'https://ror.org/00hswnk62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I126231945']}, {'id': 'https://openalex.org/I4210130048', 'display_name': 'Royal Victoria Hospital', 'ror': 'https://ror.org/03rq50d77', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1289110261', 'https://openalex.org/I4210130048']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Daniel F McAuley', 'raw_affiliation_string': "Regional Intensive Care Unit, Royal Victoria Hospital, Belfast, UK; Wellcome-Wolfson Institute for Experimental Medicine, Queen's University Belfast, Belfast, UK", 'raw_affiliation_strings': ['Regional Intensive Care Unit, Royal Victoria Hospital, Belfast, UK', "Wellcome-Wolfson Institute for Experimental Medicine, Queen's University Belfast, Belfast, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013705693', 'display_name': 'Michael J. Brown', 'orcid': 'https://orcid.org/0000-0001-7205-8947'}, 'institutions': [{'id': 'https://openalex.org/I4210091134', 'display_name': 'Hospital for Tropical Diseases', 'ror': 'https://ror.org/00fdbgx35', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1340918713', 'https://openalex.org/I4210091134']}, {'id': 'https://openalex.org/I2801259928', 'display_name': 'Royal London Hospital', 'ror': 'https://ror.org/019my5047', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I225661044', 'https://openalex.org/I2801259928']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Michael Brown', 'raw_affiliation_string': 'Hospital for Tropical Diseases, University College London Hospital, London NW1 2PG, UK', 'raw_affiliation_strings': ['Hospital for Tropical Diseases, University College London Hospital, London NW1 2PG, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060499295', 'display_name': 'Emilie Sanchez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1289784979', 'display_name': 'University College Hospital', 'ror': 'https://ror.org/00wrevg56', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1289784979', 'https://openalex.org/I1340918713']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Emilie Sanchez', 'raw_affiliation_string': 'Department of Clinical Virology, University College London Hospital, London NW1 2PG, UK', 'raw_affiliation_strings': ['Department of Clinical Virology, University College London Hospital, London NW1 2PG, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025808265', 'display_name': 'Rachel Tattersall', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210102902', 'display_name': 'Sheffield Teaching Hospitals NHS Foundation Trust', 'ror': 'https://ror.org/018hjpz25', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210102902']}, {'id': 'https://openalex.org/I4210121472', 'display_name': "Sheffield Children's NHS Foundation Trust", 'ror': 'https://ror.org/02md8hv62', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210121472']}, {'id': 'https://openalex.org/I4210164839', 'display_name': "Sheffield Children's Hospital", 'ror': 'https://ror.org/05mshxb09', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210121472', 'https://openalex.org/I4210164839']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rachel S Tattersall', 'raw_affiliation_string': "Department of Rheumatology, Sheffield Teaching Hospitals NHS Foundation Trust, Sheffield, UK; Sheffield Children's Hospital NHS Foundation Trust, Sheffield, UK", 'raw_affiliation_strings': ['Department of Rheumatology, Sheffield Teaching Hospitals NHS Foundation Trust, Sheffield, UK', "Sheffield Children's Hospital NHS Foundation Trust, Sheffield, UK"]}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5063224846', 'display_name': 'Jessica Manson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1289784979', 'display_name': 'University College Hospital', 'ror': 'https://ror.org/00wrevg56', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1289784979', 'https://openalex.org/I1340918713']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Jessica J Manson', 'raw_affiliation_string': 'Department of Rheumatology, University College London Hospital, London NW1 2PG, UK', 'raw_affiliation_strings': ['Department of Rheumatology, University College London Hospital, London NW1 2PG, UK']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 10, 'corresponding_author_ids': ['https://openalex.org/A5063224846'], 'corresponding_institution_ids': ['https://openalex.org/I1289784979', 'https://openalex.org/I45129253'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 7200, 'biblio': {'volume': '395', 'issue': '10229', 'first_page': '1033', 'last_page': '1034'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779559532', 'wikidata': 'https://www.wikidata.org/wiki/Q1076369', 'display_name': 'Cytokine storm', 'level': 5, 'score': 0.8714949}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.82312334}, {'id': 'https://openalex.org/C2780252810', 'wikidata': 'https://www.wikidata.org/wiki/Q1455316', 'display_name': 'Immunosuppression', 'level': 2, 'score': 0.80721796}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.69629884}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.6794305}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.5148248}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.49982047}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.4574179}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.45101386}, {'id': 'https://openalex.org/C105306849', 'wikidata': 'https://www.wikidata.org/wiki/Q81054', 'display_name': 'Storm', 'level': 2, 'score': 0.4224339}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.41934744}, {'id': 'https://openalex.org/C177713679', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care medicine', 'level': 1, 'score': 0.33216357}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.1474874}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.13402268}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.10641211}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.08855933}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.055984795}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.05099532}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7270045', 'pdf_url': 'https://europepmc.org/articles/pmc7270045?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7270045', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://discovery.ucl.ac.uk/id/eprint/10124578/', 'pdf_url': 'https://discovery.ucl.ac.uk/10124578/1/COVID-19%20consider%20cytokine%20storm%20syndromes%20and%20immunosuppression.pdf', 'source': {'id': 'https://openalex.org/S4306400024', 'display_name': 'UCL Discovery (University College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253'], 'host_organization_lineage_names': ['University College London'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://discovery.ucl.ac.uk/id/eprint/10124578/1/COVID-19%20consider%20cytokine%20storm%20syndromes%20and%20immunosuppression.pdf', 'pdf_url': 'https://discovery.ucl.ac.uk/id/eprint/10124578/1/COVID-19%20consider%20cytokine%20storm%20syndromes%20and%20immunosuppression.pdf', 'source': {'id': 'https://openalex.org/S4306400024', 'display_name': 'UCL Discovery (University College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253'], 'host_organization_lineage_names': ['University College London'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.9}], 'grants': [], 'referenced_works_count': 8, 'referenced_works': ['https://openalex.org/W1505641753', 'https://openalex.org/W2163067702', 'https://openalex.org/W2177407033', 'https://openalex.org/W2234282373', 'https://openalex.org/W2911371912', 'https://openalex.org/W3001118548', 'https://openalex.org/W3004919484', 'https://openalex.org/W3005403371'], 'related_works': ['https://openalex.org/W3003901880', 'https://openalex.org/W3004511262', 'https://openalex.org/W3005417802', 'https://openalex.org/W3007868867', 'https://openalex.org/W3009669391', 'https://openalex.org/W3020699490', 'https://openalex.org/W3031607536', 'https://openalex.org/W3043486364', 'https://openalex.org/W3127156785', 'https://openalex.org/W4206419631'], 'ngrams_url': 'https://api.openalex.org/works/W3012421327/ngrams', 'abstract_inverted_index': {'As': [0, 458], 'of': [1, 20, 42, 63, 76, 92, 114, 131, 144, 153, 155, 231, 260, 276, 351, 375, 383, 419, 428, 430, 521, 530, 567, 572, 593, 629, 634, 724, 732, 750, 780, 786, 792, 804, 816, 826, 873, 881, 900, 926, 946, 954, 974, 986, 998, 1008, 1040, 1048, 1067, 1093, 1113, 1121, 1251, 1286, 1295, 1313], 'March': [2, 29, 33, 166, 441, 643], '12,': [3, 30], '2020,': [4], 'coronavirus': [5, 357, 636], 'disease': [6, 23, 316, 1276, 1298], '2019': [7, 24, 355], '(COVID-19)': [8], 'has': [9, 58, 603, 1213, 1235, 1326], 'been': [10, 59, 604, 1328], 'confirmed': [11, 385], 'in': [12, 229, 247, 273, 289, 358, 388, 397, 402, 512, 534, 540, 562, 606, 614, 631, 659, 1025, 1209, 1315, 1324, 1330], '125': [13], '048': [14], 'people': [15], 'worldwide,': [16], 'carrying': [17], 'a': [18, 39, 74, 83, 184, 240, 378, 524, 573, 727, 799, 876, 895, 924, 949, 981, 1026, 1043, 1062, 1091, 1116, 1138, 1236, 1243, 1249, 1304], 'mortality': [19, 40, 145, 420, 450, 561], 'approximately': [21, 274], '3·7%,1WHOCoronavirus': [22], '(COVID-19)situation': [25], 'report': [26, 1310], '–': [27], '52.https://www.who.int/docs/default-source/coronaviruse/20200312-sitrep-52-covid-19.pdf?sfvrsn=e2bfc9c0_2Date:': [28], '2020Date': [31, 641], 'accessed:': [32, 642], '13,': [34, 640], '2020Google': [35, 645], 'Scholar': [36, 172, 226, 257, 306, 373, 447, 510, 587, 646, 688, 744, 893, 966, 1060, 1133], 'compared': [37], 'with': [38, 78, 98, 189, 291, 314, 354, 542, 559, 565, 608, 691, 1317], 'rate': [41], 'less': [43, 796, 978], 'than': [44, 905, 1072], '1%': [45], 'from': [46, 121, 158, 377, 433, 523, 1199, 1216, 1218], 'influenza.': [47], 'There': [48], 'is': [49, 116, 127, 177, 195, 312, 515, 557, 920, 1087, 1137, 1248, 1299], 'an': [50, 151, 178, 426, 933, 1100], 'urgent': [51], 'need': [52, 106], 'for': [53, 494, 599, 624, 671, 697, 729, 752, 774, 878, 897, 913, 923, 951, 1045, 1064, 1080, 1090, 1118, 1168, 1189, 1191, 1201, 1203, 1242, 1245, 1253], 'effective': [54], 'treatment.': [55], 'Current': [56, 112], 'focus': [57], 'on': [60, 150, 425, 848, 1292], 'the': [61, 104, 109, 128, 625, 632, 713, 725, 730, 748, 874, 879, 898, 947, 952, 1041, 1046, 1065, 1114, 1119, 1143, 1165, 1181, 1219, 1254, 1284, 1288, 1293, 1311], 'development': [62, 1294, 1312], 'novel': [64, 356], 'therapeutics,': [65], 'including': [66], 'antivirals': [67], 'and': [68, 90, 118, 186, 227, 266, 339, 405, 466, 476, 611, 627, 655, 712, 722, 771, 784, 871, 910, 944, 1038, 1077, 1111, 1152, 1183, 1193, 1207, 1226, 1258, 1261, 1307], 'vaccines.': [69, 1194], 'Accumulating': [70], 'evidence': [71, 488], 'suggests': [72], 'that': [73, 449, 916, 1083], 'subgroup': [75, 749], 'patients': [77, 157, 290, 352, 432, 541, 564, 607, 690, 751, 1316], 'severe': [79, 692], 'COVID-19': [80, 115, 148, 315, 386, 423, 609, 693, 1190, 1301], 'might': [81, 451, 477], 'have': [82], 'cytokine': [84, 308, 600, 765], 'storm': [85], 'syndrome.': [86], 'We': [87], 'recommend': [88], 'identification': [89], 'treatment': [91, 493, 633, 670, 1244], 'hyperinflammation': [93, 698], 'using': [94, 699, 932, 1099], 'existing,': [95], 'approved': [96, 605], 'therapies': [97], 'proven': [99], 'safety': [100, 628], 'profiles': [101], 'to': [102, 107, 147, 244, 422, 454, 517, 746, 1147, 1157, 1230, 1239], 'address': [103], 'immediate': [105], 'reduce': [108], 'rising': [110], 'mortality.': [111, 757], 'management': [113], 'supportive,': [117], 'respiratory': [119, 123, 464, 469, 674], 'failure': [120], 'acute': [122, 463, 673], 'distress': [124], 'syndrome': [125, 181, 465], '(ARDS)': [126], 'leading': [129, 243], 'cause': [130, 1303], 'mortality.2Ruan': [132], 'Q': [133, 408], 'Yang': [134, 409], 'K': [135, 410], 'Wang': [136, 344, 411], 'W': [137, 412], 'Jiang': [138, 413], 'L': [139, 280, 414, 715, 717, 864, 866, 937, 939, 1031, 1033, 1104, 1106], 'Song': [140, 415], 'J': [141, 416], 'Clinical': [142, 417, 487, 617], 'predictors': [143, 418], 'due': [146, 421, 453], 'based': [149, 424], 'analysis': [152, 427], 'data': [154, 429, 522], '150': [156, 384, 431], 'Wuhan,': [159, 359, 389, 434], 'China.Intensive': [160, 435], 'Care': [161, 436, 578, 1256], 'Med.': [162, 437, 579], '2020;': [163, 361, 438, 498, 676], '(published': [164, 439], 'online': [165, 440, 934, 1101], '3.)DOI:10.1007/s00134-020-05991-xCrossref': [167, 442], 'PubMed': [168, 222, 253, 302, 369, 443, 506, 583, 684, 740, 889, 962, 1056, 1129], 'Scopus': [169, 223, 254, 303, 370, 444, 507, 584, 685, 741, 890, 963, 1057, 1130], '(3163)': [170, 445], 'Google': [171, 225, 256, 305, 372, 446, 509, 586, 687, 743, 892, 965, 1059, 1132], 'Secondary': [173], 'haemophagocytic': [174, 212], 'lymphohistiocytosis': [175], '(sHLH)': [176], 'under-recognised,': [179], 'hyperinflammatory': [180, 1305], 'characterised': [182, 318], 'by': [183, 199, 319, 777, 1164], 'fulminant': [185], 'fatal': [187], 'hypercytokinaemia': [188], 'multiorgan': [190], 'failure.': [191], 'In': [192], 'adults,': [193], 'sHLH': [194, 261, 311], 'most': [196], 'commonly': [197], 'triggered': [198], 'viral': [200, 657], 'infections3Ramos-Casals': [201], 'M': [202], 'Brito-Zeron': [203], 'P': [204, 661], 'Lopez-Guillermo': [205], 'A': [206, 278, 307, 588], 'Khamashta': [207], 'MA': [208], 'Bosch': [209], 'X': [210, 347], 'Adult': [211], 'syndrome.Lancet.': [213], '2014;': [214, 737, 886, 959, 1053, 1126], '383:': [215], '1503-1516Summary': [216], 'Full': [217, 219, 297, 299, 364, 366, 501, 503, 679, 681], 'Text': [218, 220, 298, 300, 365, 367, 502, 504, 680, 682], 'PDF': [221, 301, 368, 505, 683, 1334], '(803)': [224], 'occurs': [228, 272], '3·7–4·3%': [230], 'sepsis': [232, 563], 'cases.4Karakike': [233], 'E': [234, 286], 'Giamarellos-Bourboulis': [235], 'EJ': [236], 'Macrophage': [237], 'activation-like': [238], 'syndrome:': [239, 570], 'distinct': [241], 'entity': [242], 'early': [245], 'death': [246], 'sepsis.Front': [248], 'Immunol.': [249], '2019;': [250], '10:': [251], '55Crossref': [252], '(166)': [255], 'Cardinal': [258], 'features': [259, 350, 566], 'include': [262, 760], 'unremitting': [263], 'fever,': [264], 'cytopenias,': [265], 'hyperferritinaemia;': [267], 'pulmonary': [268], 'involvement': [269, 288], '(including': [270], 'ARDS)': [271], '50%': [275], 'patients.5Seguin': [277], 'Galicier': [279, 716, 865, 938, 1032, 1105], 'Boutboul': [281], 'D': [282], 'Lemiale': [283], 'V': [284], 'Azoulay': [285], 'Pulmonary': [287], 'hemophagocytic': [292, 734, 883, 956, 1050, 1123], 'lymphohistiocytosis.Chest.': [293], '2016;': [294, 580], '149:': [295], '1294-1301Summary': [296], '(113)': [304], 'profile': [309], 'resembling': [310], 'associated': [313, 558], 'severity,': [317], 'increased': [320, 545], 'interleukin': [321], '(IL)-2,': [322], 'IL-7,': [323], 'granulocyte-colony': [324], 'stimulating': [325], 'factor,': [326], 'interferon-γ': [327], 'inducible': [328], 'protein': [329, 333, 337], '10,': [330], 'monocyte': [331], 'chemoattractant': [332], '1,': [334], 'macrophage': [335, 568], 'inflammatory': [336], '1-α,': [338], 'tumour': [340], 'necrosis': [341], 'factor-α.6Huang': [342], 'C': [343, 665], 'Y': [345], 'Li': [346], 'et': [348, 553, 666, 720, 869, 942, 1036, 1109], 'al.Clinical': [349], 'infected': [353], 'China.Lancet.': [360], '395:': [362, 499, 677], '497-506Summary': [363], '(30456)': [371], 'Predictors': [374], 'fatality': [376], 'recent': [379], 'retrospective,': [380], 'multicentre': [381], 'study': [382], 'cases': [387], 'China,': [390], 'included': [391], 'elevated': [392, 612], 'ferritin': [393], '(mean': [394], '1297·6': [395], 'ng/ml': [396, 401], 'non-survivors': [398], 'vs': [399], '614·0': [400], 'survivors;': [403], 'p<0·001)': [404], 'IL-6': [406, 613], '(p<0·0001),2Ruan': [407], 'suggesting': [448], 'be': [452, 518, 695, 930, 1097], 'virally': [455], 'driven': [456], 'hyperinflammation.': [457], 'during': [459], 'previous': [460], 'pandemics': [461], '(severe': [462], 'Middle': [467], 'East': [468], 'syndrome),': [470, 602], 'corticosteroids': [471], 'are': [472, 907, 1074], 'not': [473, 490, 921, 1088], 'routinely': [474], 'recommended': [475], 'exacerbate': [478], 'COVID-19-associated': [479], 'lung': [480, 496], 'injury.7Russell': [481], 'CD': [482], 'Millar': [483], 'JE': [484], 'Baillie': [485], 'JK': [486], 'does': [489], 'support': [491], 'corticosteroid': [492], '2019-nCoV': [495, 672], 'injury.Lancet.': [497], '473-475Summary': [500], '(1476)': [508], 'However,': [511, 1319], 'hyperinflammation,': [513, 543], 'immunosuppression': [514, 754], 'likely': [516], 'beneficial.': [519], 'Re-analysis': [520], 'phase': [525, 575], '3': [526], 'randomised': [527, 590], 'controlled': [528, 591, 622], 'trial': [529, 592, 623], 'IL-1': [531], 'blockade': [532, 556, 766], '(anakinra)': [533], 'sepsis,': [535], 'showed': [536], 'significant': [537], 'survival': [538], 'benefit': [539], 'without': [544], 'adverse': [546], 'events.8Shakoory': [547], 'B': [548], 'Carcillo': [549], 'JA': [550], 'Chatham': [551], 'WW': [552], 'al.Interleukin-1': [554], 'receptor': [555, 596], 'reduced': [560], 'activation': [569], 'reanalysis': [571], 'prior': [574], 'iii': [576], 'trial.Crit': [577], '44:': [581], '275-281Crossref': [582], '(563)': [585], 'multicentre,': [589], 'tocilizumab': [594, 630], '(IL-6': [595], 'blockade,': [597], 'licensed': [598], 'release': [601], 'pneumonia': [610, 637], 'China': [615], '(ChiCTR2000029765).9Chinese': [616], 'Trial': [618], 'RegistryA': [619], 'multicenter,': [620], 'randomized': [621], 'efficacy': [626], 'new': [635, 1027], '(COVID-19).http://www.chictr.org.cn/showprojen.aspx?proj=49409Date:': [638], 'Feb': [639], '6,': [644], 'Janus': [647], 'kinase': [648], '(JAK)': [649], 'inhibition': [650], 'could': [651, 755], 'affect': [652], 'both': [653], 'inflammation': [654], 'cellular': [656], 'entry': [658], 'COVID-19.10Richardson': [660], 'Griffin': [662], 'I': [663], 'Tucker': [664], 'al.Baricitinib': [667], 'as': [668, 788, 970], 'potential': [669], 'disease.Lancet.': [675], 'e30-e31Summary': [678], '(1008)': [686], 'All': [689, 1266], 'should': [694], 'screened': [696], 'laboratory': [700], 'trends': [701], '(eg,': [702, 767], 'increasing': [703], 'ferritin,': [704], 'decreasing': [705], 'platelet': [706, 814, 996], 'counts,': [707], 'or': [708, 769, 782, 795, 811, 813, 822, 824, 854, 977, 993, 995, 1004, 1006, 1014], 'erythrocyte': [709], 'sedimentation': [710], 'rate)': [711], 'HScore11Fardet': [714], 'Lambotte': [718, 867, 940, 1034, 1107], 'O': [719, 868, 941, 1035, 1108], 'al.Development': [721, 870, 943, 1037, 1110], 'validation': [723, 872, 945, 1039, 1112], 'HScore,': [726, 875, 948, 1042, 1115], 'score': [728, 877, 950, 1044, 1117], 'diagnosis': [731, 880, 925, 953, 1047, 1092, 1120], 'reactive': [733, 882, 955, 1049, 1122], 'syndrome.Arthritis': [735, 884, 957, 1051, 1124], 'Rheumatol.': [736, 885, 958, 1052, 1125], '66:': [738, 887, 960, 1054, 1127], '2613-2620Crossref': [739, 888, 961, 1055, 1128], '(688)': [742, 891, 964, 1058, 1131], '(table)': [745], 'identify': [747], 'whom': [753], 'improve': [756], 'Therapeutic': [758], 'options': [759], 'steroids,': [761], 'intravenous': [762], 'immunoglobulin,': [763], 'selective': [764], 'anakinra': [768], 'tocilizumab)': [770], 'JAK': [772], 'inhibition.TableHScore': [773], 'secondary': [775, 901, 1068], 'HLH,': [776], 'clinical': [778, 1139, 1322], 'parameterNumber': [779], 'pointsTemperature<38·4°C038·4–39·4°C33>39·4°C49OrganomegalyNone0Hepatomegaly': [781], 'splenomegaly23Hepatomegaly': [783], 'splenomegaly38Number': [785], 'cytopenias*Defined': [787], 'either': [789, 971], 'haemoglobin': [790, 972], 'concentration': [791, 973], '9·2': [793, 975], 'g/dL': [794, 976], '(≤5·71': [797, 979], 'mmol/L),': [798, 980], 'white': [800, 806, 982, 988], 'blood': [801, 807, 983, 989], 'cell': [802, 984], 'count': [803, 815, 985, 997], '5000': [805, 987], 'cells': [808, 990], 'per': [809, 820, 991, 1002], 'mm3': [810, 821, 992, 1003], 'less,': [812, 823, 994, 1005], '110': [817, 999], '000': [818, 1000], 'platelets': [819, 1001], 'all': [825, 1007, 1228], 'these': [827, 1009], 'criteria': [828, 1010], 'combined.One': [829], 'lineage0Two': [830], 'lineages24Three': [831], 'lineages34Triglycerides': [832], '(mmol/L)<1·5': [833], 'mmol/L01·5–4·0': [834], 'mmol/L44>4·0': [835], 'mmol/L64Fibrinogen': [836], '(g/L)>2·5': [837], 'g/L0≤2·5': [838], 'g/L30Ferritin': [839], 'ng/ml<2000': [840], 'ng/ml02000–6000': [841], 'ng/ml35>6000': [842], 'ng/ml50Serum': [843], 'aspartate': [844], 'aminotransferase<30': [845], 'IU/L0≥30': [846], 'IU/L19Haemophagocytosis': [847], 'bone': [849, 917, 1084], 'marrow': [850, 918, 1085], 'aspirateNo0Yes35Known': [851], 'immunosuppression†HIV': [852], 'positive': [853, 1013], 'receiving': [855, 1015], 'longterm': [856, 1016], 'immunosuppressive': [857, 1017], 'therapy': [858, 1018], '(ie,': [859, 1019], 'glucocorticoids,': [860, 1020], 'cyclosporine,': [861, 1021], 'azathioprine).No0Yes18The': [862], 'Hscore11Fardet': [863, 1030], 'generates': [894, 1061], 'probability': [896, 1063], 'presence': [899, 1066], 'HLH.': [902, 914, 927, 1069, 1081, 1094], 'HScores': [903, 928, 1070, 1095], 'greater': [904, 1071], '169': [906, 1073], '93%': [908, 1075], 'sensitive': [909, 1076], '86%': [911, 1078], 'specific': [912, 1079], 'Note': [915, 1082], 'haemophagocytosis': [919, 1086], 'mandatory': [922, 1089], 'can': [929, 1096, 1280, 1302], 'calculated': [931, 1098], 'HScore': [935, 1102], 'calculator.11Fardet': [936, 1103], 'HLH=haemophagocytic': [967, 1134], 'lymphohistiocytosis.*': [968], 'Defined': [969], 'combined.†': [1011], 'HIV': [1012], 'azathioprine).': [1022], 'Open': [1023], 'table': [1024], 'tab': [1028], 'The': [1029], 'lymphohistiocytosis.': [1135], 'PM': [1136, 1160], 'training': [1140], 'fellow': [1141], 'within': [1142], 'Experimental': [1144], 'Medicine': [1145], 'Initiative': [1146], 'Explore': [1148], 'New': [1149], 'Therapies': [1150], 'network': [1151], 'receives': [1153, 1162], 'project': [1154], 'funding': [1155, 1187], 'unrelated': [1156, 1229], 'this': [1158, 1231], 'Correspondence.': [1159, 1232], 'also': [1161, 1234], 'co-funding': [1163], 'National': [1166], 'Institute': [1167], 'Health': [1169], 'Research': [1170, 1177, 1185, 1252], '(NIHR)': [1171], 'University': [1172], 'College': [1173], 'London': [1174], 'Hospitals': [1175], 'Biomedical': [1176], 'Centre.': [1178], 'DFM': [1179, 1195, 1233, 1247], 'chairs': [1180], 'NIHR': [1182, 1259], 'Medical': [1184], 'Council': [1186], 'committee': [1188], 'therapeutics': [1192], 'reports': [1196], 'personal': [1197], 'fees': [1198], 'consultancy': [1200], 'ARDS': [1202], 'GlaxoSmithKline,': [1204], 'Boehringer': [1205], 'Ingelheim,': [1206], 'Bayer;': [1208], 'addition,': [1210], 'his': [1211, 1240], 'institution': [1212, 1241], 'received': [1214], 'funds': [1215], 'grants': [1217], 'UK': [1220], 'NIHR,': [1221], 'Wellcome': [1222], 'Trust,': [1223], 'Innovate': [1224], 'UK,': [1225], 'others,': [1227], 'patent': [1237], 'issued': [1238], 'ARDS.': [1246], 'Director': [1250], 'Intensive': [1255], 'Society': [1257], 'Efficacy': [1260], 'Mechanism': [1262], 'Evaluation': [1263], 'Programme': [1264], 'Director.': [1265], 'other': [1267], 'authors': [1268], 'declare': [1269], 'no': [1270], 'competing': [1271], 'interests.': [1272], 'Incident': [1273], 'systemic': [1274, 1296], 'rheumatic': [1275, 1282, 1297], 'following': [1277], 'COVID-19Although': [1278], 'viruses': [1279], 'induce': [1281], 'diseases,': [1283], 'impact': [1285], 'SARS-CoV-2,': [1287], 'virus': [1289], 'behind': [1290], 'COVID-19,': [1291], 'unclear.': [1300], 'state,1': [1306], 'multiple': [1308], 'studies': [1309], 'autoantibodies': [1314], 'COVID-19.2,3': [1318], 'progression': [1320], 'into': [1321], 'autoimmunity': [1323], 'adults': [1325], 'only': [1327], 'described': [1329], 'case': [1331], 'reports.': [1332], 'Full-Text': [1333]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3012421327', 'counts_by_year': [{'year': 2023, 'cited_by_count': 575}, {'year': 2022, 'cited_by_count': 1277}, {'year': 2021, 'cited_by_count': 2442}, {'year': 2020, 'cited_by_count': 2879}, {'year': 2019, 'cited_by_count': 6}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-10-03T21:48:51.880744', 'created_date': '2020-03-23'}, {'id': 'https://openalex.org/W3007643904', 'doi': 'https://doi.org/10.1126/science.abb2507', 'title': 'Cryo-EM structure of the 2019-nCoV spike in the prefusion conformation', 'display_name': 'Cryo-EM structure of the 2019-nCoV spike in the prefusion conformation', 'publication_year': 2020, 'publication_date': '2020-03-13', 'ids': {'openalex': 'https://openalex.org/W3007643904', 'doi': 'https://doi.org/10.1126/science.abb2507', 'mag': '3007643904', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32075877', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7164637'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1126/science.abb2507', 'pdf_url': 'https://www.science.org/cms/asset/84d5d988-02b0-4a37-ab88-4634982a60c9/pap.pdf', 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.science.org/cms/asset/84d5d988-02b0-4a37-ab88-4634982a60c9/pap.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5044903467', 'display_name': 'Daniel Wrapp', 'orcid': 'https://orcid.org/0000-0002-0538-9647'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Daniel Wrapp', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076124894', 'display_name': 'Nianshuang Wang', 'orcid': 'https://orcid.org/0000-0002-7569-011X'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Nianshuang Wang', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027418526', 'display_name': 'Kizzmekia S. Corbett', 'orcid': 'https://orcid.org/0000-0002-2641-4688'}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kizzmekia S. Corbett', 'raw_affiliation_string': 'Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.', 'raw_affiliation_strings': ['Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043549502', 'display_name': 'Jory A. Goldsmith', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jory A. Goldsmith', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049183449', 'display_name': 'Ching Lin Hsieh', 'orcid': 'https://orcid.org/0000-0002-3665-5717'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ching Lin Hsieh', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065620648', 'display_name': 'Olubukola M. Abiona', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Olubukola Abiona', 'raw_affiliation_string': 'Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.', 'raw_affiliation_strings': ['Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021608465', 'display_name': 'Barney S. Graham', 'orcid': 'https://orcid.org/0000-0001-8112-0853'}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Barney S. Graham', 'raw_affiliation_string': 'Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.', 'raw_affiliation_strings': ['Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5002770448', 'display_name': 'Jason S. McLellan', 'orcid': 'https://orcid.org/0000-0003-3991-542X'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Jason S. McLellan', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5044903467', 'https://openalex.org/A5076124894', 'https://openalex.org/A5002770448'], 'corresponding_institution_ids': ['https://openalex.org/I86519309', 'https://openalex.org/I86519309', 'https://openalex.org/I86519309'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 7032, 'biblio': {'volume': '367', 'issue': '6483', 'first_page': '1260', 'last_page': '1263'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2781390188', 'wikidata': 'https://www.wikidata.org/wiki/Q25203449', 'display_name': 'Spike (software development)', 'level': 2, 'score': 0.79123104}, {'id': 'https://openalex.org/C2909509916', 'wikidata': 'https://www.wikidata.org/wiki/Q22329850', 'display_name': 'Spike Protein', 'level': 5, 'score': 0.6952718}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.6462841}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.6228445}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.50824064}, {'id': 'https://openalex.org/C47701112', 'wikidata': 'https://www.wikidata.org/wiki/Q735188', 'display_name': 'Protein structure', 'level': 2, 'score': 0.47785112}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.46413395}, {'id': 'https://openalex.org/C37407028', 'wikidata': 'https://www.wikidata.org/wiki/Q81454', 'display_name': 'Angstrom', 'level': 2, 'score': 0.45267296}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.4223827}, {'id': 'https://openalex.org/C108625454', 'wikidata': 'https://www.wikidata.org/wiki/Q187126', 'display_name': 'Glycoprotein', 'level': 2, 'score': 0.41911292}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.40624464}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.3653543}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.34302896}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.3089706}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.28615582}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.2116172}, {'id': 'https://openalex.org/C8010536', 'wikidata': 'https://www.wikidata.org/wiki/Q160398', 'display_name': 'Crystallography', 'level': 1, 'score': 0.17941824}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.17420086}, {'id': 'https://openalex.org/C153911025', 'wikidata': 'https://www.wikidata.org/wiki/Q7202', 'display_name': 'Molecular biology', 'level': 1, 'score': 0.14309257}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.13869914}, {'id': 'https://openalex.org/C115903868', 'wikidata': 'https://www.wikidata.org/wiki/Q80993', 'display_name': 'Software engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.0}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1126/science.abb2507', 'pdf_url': 'https://www.science.org/cms/asset/84d5d988-02b0-4a37-ab88-4634982a60c9/pap.pdf', 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7164637', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7217118', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7164637', 'pdf_url': 'https://europepmc.org/articles/pmc7164637?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/2020.02.11.944462', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402567', 'display_name': 'bioRxiv (Cold Spring Harbor Laboratory)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2750212522', 'host_organization_name': 'Cold Spring Harbor Laboratory', 'host_organization_lineage': ['https://openalex.org/I2750212522'], 'host_organization_lineage_names': ['Cold Spring Harbor Laboratory'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1126/science.abb2507', 'pdf_url': 'https://www.science.org/cms/asset/84d5d988-02b0-4a37-ab88-4634982a60c9/pap.pdf', 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.67}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.33}], 'grants': [{'funder': 'https://openalex.org/F4320337355', 'funder_display_name': 'National Institute of Allergy and Infectious Diseases', 'award_id': 'R01-AI127521'}], 'referenced_works_count': 41, 'referenced_works': ['https://openalex.org/W1965531501', 'https://openalex.org/W1966238900', 'https://openalex.org/W2025977980', 'https://openalex.org/W2064076043', 'https://openalex.org/W2065283382', 'https://openalex.org/W2095057795', 'https://openalex.org/W2097188280', 'https://openalex.org/W2109184569', 'https://openalex.org/W2113904137', 'https://openalex.org/W2115137014', 'https://openalex.org/W2132228958', 'https://openalex.org/W2132629607', 'https://openalex.org/W2144081223', 'https://openalex.org/W2155728582', 'https://openalex.org/W2292700442', 'https://openalex.org/W2513547424', 'https://openalex.org/W2520033800', 'https://openalex.org/W2564443324', 'https://openalex.org/W2587625522', 'https://openalex.org/W2606148195', 'https://openalex.org/W2750464792', 'https://openalex.org/W2762161295', 'https://openalex.org/W2791354025', 'https://openalex.org/W2801376357', 'https://openalex.org/W2886321229', 'https://openalex.org/W2896109093', 'https://openalex.org/W2915009278', 'https://openalex.org/W2970462530', 'https://openalex.org/W2972647850', 'https://openalex.org/W2977933365', 'https://openalex.org/W3001118548', 'https://openalex.org/W3002108456', 'https://openalex.org/W3002539152', 'https://openalex.org/W3003217347', 'https://openalex.org/W3003430844', 'https://openalex.org/W3003668884', 'https://openalex.org/W3004280078', 'https://openalex.org/W3004318991', 'https://openalex.org/W3004348779', 'https://openalex.org/W3005409321', 'https://openalex.org/W3006703916'], 'related_works': ['https://openalex.org/W2384768991', 'https://openalex.org/W3005417802', 'https://openalex.org/W3020699490', 'https://openalex.org/W3084498529', 'https://openalex.org/W3124487864', 'https://openalex.org/W3127156785', 'https://openalex.org/W3134376730', 'https://openalex.org/W3138412354', 'https://openalex.org/W4206419631', 'https://openalex.org/W4308924999'], 'ngrams_url': 'https://api.openalex.org/works/W3007643904/ngrams', 'abstract_inverted_index': {'Structure': [0], 'of': [1, 14, 25, 57, 87, 131], 'the': [2, 12, 58, 69, 83, 108, 118, 129], 'nCoV': [3], 'trimeric': [4, 36, 60], 'spike': [5, 37, 61, 85, 110, 120], 'The': [6, 28], 'World': [7], 'Health': [8], 'Organization': [9], 'has': [10], 'declared': [11], 'outbreak': [13], 'a': [15, 21, 42, 54], 'novel': [16], 'coronavirus': [17], '(2019-nCoV)': [18], 'to': [19, 31, 93, 105, 107, 117, 127], 'be': [20], 'public': [22], 'health': [23], 'emergency': [24], 'international': [26], 'concern.': [27], 'virus': [29], 'binds': [30, 75], 'host': [32, 96], 'cells': [33], 'through': [34], 'its': [35], 'glycoprotein,': [38], 'making': [39], 'this': [40, 73, 138], 'protein': [41, 62, 74, 86, 111], 'key': [43], 'target': [44], 'for': [45, 134], 'potential': [46], 'therapies': [47], 'and': [48], 'diagnostics.': [49], 'Wrapp': [50], 'et': [51], 'al.': [52], 'determined': [53], '3.5-angstrom-resolution': [55], 'structure': [56], '2019-nCoV': [59, 119], 'by': [63], 'cryo–electron': [64], 'microscopy.': [65], 'Using': [66], 'biophysical': [67], 'assays,': [68], 'authors': [70], 'show': [71], 'that': [72], 'at': [76], 'least': [77], '10': [78], 'times': [79], 'more': [80], 'tightly': [81], 'than': [82], 'corresponding': [84], 'severe': [88], 'acute': [89], 'respiratory': [90], 'syndrome': [91], '(SARS)–CoV': [92], 'their': [94], 'common': [95], 'cell': [97], 'receptor.': [98], 'They': [99], 'also': [100], 'tested': [101], 'three': [102], 'antibodies': [103], 'known': [104], 'bind': [106], 'SARS-CoV': [109], 'but': [112], 'did': [113], 'not': [114], 'detect': [115], 'binding': [116], 'protein.': [121], 'These': [122], 'studies': [123], 'provide': [124], 'valuable': [125], 'information': [126], 'guide': [128], 'development': [130], 'medical': [132], 'counter-measures': [133], '2019-nCoV.': [135], 'Science': [136], ',': [137], 'issue': [139], 'p.': [140], '1260': [141]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3007643904', 'counts_by_year': [{'year': 2023, 'cited_by_count': 655}, {'year': 2022, 'cited_by_count': 1418}, {'year': 2021, 'cited_by_count': 2541}, {'year': 2020, 'cited_by_count': 2427}, {'year': 2019, 'cited_by_count': 1}], 'updated_date': '2023-09-29T23:13:00.526041', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3016535995', 'doi': 'https://doi.org/10.1001/jama.2020.6775', 'title': 'Presenting Characteristics, Comorbidities, and Outcomes Among 5700 Patients Hospitalized With COVID-19 in the New York City Area', 'display_name': 'Presenting Characteristics, Comorbidities, and Outcomes Among 5700 Patients Hospitalized With COVID-19 in the New York City Area', 'publication_year': 2020, 'publication_date': '2020-05-26', 'ids': {'openalex': 'https://openalex.org/W3016535995', 'doi': 'https://doi.org/10.1001/jama.2020.6775', 'mag': '3016535995', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32320003', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7177629'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.6775', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2765184/jama_richardson_2020_oi_200043.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://jamanetwork.com/journals/jama/articlepdf/2765184/jama_richardson_2020_oi_200043.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5047393047', 'display_name': 'Safiya Richardson', 'orcid': 'https://orcid.org/0000-0002-8576-1102'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Safiya Richardson', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035326955', 'display_name': 'Jamie S. Hirsch', 'orcid': 'https://orcid.org/0000-0001-9571-1275'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jamie S. Hirsch', 'raw_affiliation_string': 'Department of Information Services, Northwell Health, New Hyde Park, New York; Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Department of Information Services, Northwell Health, New Hyde Park, New York', 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089445431', 'display_name': 'Mangala Narasimhan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mangala Narasimhan', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007506005', 'display_name': 'James M. Crawford', 'orcid': 'https://orcid.org/0000-0002-8581-1093'}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James M. Crawford', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068193554', 'display_name': 'Thomas McGinn', 'orcid': 'https://orcid.org/0000-0003-1005-227X'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Thomas McGinn', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063407730', 'display_name': 'Karina W. Davidson', 'orcid': 'https://orcid.org/0000-0002-9162-477X'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Karina W. Davidson', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041158101', 'display_name': 'Douglas P. Barnaby', 'orcid': 'https://orcid.org/0000-0002-2135-0224'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Douglas P. Barnaby', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083278720', 'display_name': 'Lance B. Becker', 'orcid': 'https://orcid.org/0000-0001-7051-8778'}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lance B. Becker', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031782907', 'display_name': 'John Chelico', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John D. Chelico', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077525711', 'display_name': 'Stuart L. Cohen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stuart L. Cohen', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068158359', 'display_name': 'Jennifer Cookingham', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jennifer Cookingham', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015741060', 'display_name': 'Kevin Coppa', 'orcid': 'https://orcid.org/0000-0001-9059-1235'}, 'institutions': [{'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kevin Coppa', 'raw_affiliation_string': 'Department of Information Services, Northwell Health, New Hyde Park, New York', 'raw_affiliation_strings': ['Department of Information Services, Northwell Health, New Hyde Park, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076417303', 'display_name': 'Michael A. Diefenbach', 'orcid': 'https://orcid.org/0000-0003-2821-1507'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael A. Diefenbach', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018619823', 'display_name': 'Andrew J. Dominello', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Andrew J. Dominello', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056539597', 'display_name': 'Joan Duer-Hefele', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Joan Duer-Hefele', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055487104', 'display_name': 'Louise Falzon', 'orcid': 'https://orcid.org/0000-0002-9449-6056'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Louise Falzon', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015315186', 'display_name': 'Jordan Gitlin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jordan Gitlin', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021180522', 'display_name': 'Negin Hajizadeh', 'orcid': 'https://orcid.org/0000-0002-6404-1018'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Negin Hajizadeh', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091194669', 'display_name': 'Tiffany G. Harvin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tiffany G. Harvin', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040471163', 'display_name': 'David Hirschwerk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David A. Hirschwerk', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011861620', 'display_name': 'Young Ho Kim', 'orcid': 'https://orcid.org/0000-0003-0703-1136'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eun Ji Kim', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091757158', 'display_name': 'Zachary Kozel', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Zachary M. Kozel', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037238527', 'display_name': 'Lyndonna Marrast', 'orcid': 'https://orcid.org/0000-0001-7217-0912'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lyndonna M. Marrast', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078646617', 'display_name': 'Jazmin N. Mogavero', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jazmin N. Mogavero', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084514282', 'display_name': 'Gabrielle A. Osorio', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Gabrielle A. Osorio', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078826514', 'display_name': 'Michael Qiu', 'orcid': 'https://orcid.org/0000-0002-3841-7923'}, 'institutions': [{'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael Qiu', 'raw_affiliation_string': 'Department of Information Services, Northwell Health, New Hyde Park, New York', 'raw_affiliation_strings': ['Department of Information Services, Northwell Health, New Hyde Park, New York']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5068492860', 'display_name': 'Theodoros P. Zanos', 'orcid': 'https://orcid.org/0000-0002-9204-9551'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Theodoros P. Zanos', 'raw_affiliation_string': 'Institute of Bioelectronic Medicine, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Bioelectronic Medicine, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 4, 'corresponding_author_ids': ['https://openalex.org/A5063407730'], 'corresponding_institution_ids': ['https://openalex.org/I1327576362', 'https://openalex.org/I1302444339', 'https://openalex.org/I4210091604', 'https://openalex.org/I4210106353'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 6919, 'biblio': {'volume': '323', 'issue': '20', 'first_page': '2052', 'last_page': '2052'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.97225815}, {'id': 'https://openalex.org/C119060515', 'wikidata': 'https://www.wikidata.org/wiki/Q1916617', 'display_name': 'Interquartile range', 'level': 2, 'score': 0.8523965}, {'id': 'https://openalex.org/C2779159551', 'wikidata': 'https://www.wikidata.org/wiki/Q1414874', 'display_name': 'Comorbidity', 'level': 2, 'score': 0.535311}, {'id': 'https://openalex.org/C194828623', 'wikidata': 'https://www.wikidata.org/wiki/Q2861470', 'display_name': 'Emergency medicine', 'level': 1, 'score': 0.5056615}, {'id': 'https://openalex.org/C167135981', 'wikidata': 'https://www.wikidata.org/wiki/Q2146302', 'display_name': 'Retrospective cohort study', 'level': 2, 'score': 0.4692008}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.45839298}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.43721753}, {'id': 'https://openalex.org/C2777120189', 'wikidata': 'https://www.wikidata.org/wiki/Q780067', 'display_name': 'Triage', 'level': 2, 'score': 0.4219886}, {'id': 'https://openalex.org/C2777080012', 'wikidata': 'https://www.wikidata.org/wiki/Q3766250', 'display_name': 'Mechanical ventilation', 'level': 2, 'score': 0.4158479}, {'id': 'https://openalex.org/C177713679', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care medicine', 'level': 1, 'score': 0.34025502}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.6775', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2765184/jama_richardson_2020_oi_200043.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7177629', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7177629', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.6775', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2765184/jama_richardson_2020_oi_200043.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.86}], 'grants': [], 'referenced_works_count': 9, 'referenced_works': ['https://openalex.org/W1897436286', 'https://openalex.org/W2000445173', 'https://openalex.org/W2028521865', 'https://openalex.org/W2952762910', 'https://openalex.org/W3003465021', 'https://openalex.org/W3009885589', 'https://openalex.org/W3011410168', 'https://openalex.org/W3011559677', 'https://openalex.org/W3013529907'], 'related_works': ['https://openalex.org/W1994375637', 'https://openalex.org/W2021599063', 'https://openalex.org/W2092622011', 'https://openalex.org/W2560766969', 'https://openalex.org/W2800779112', 'https://openalex.org/W2970716048', 'https://openalex.org/W3012603464', 'https://openalex.org/W3021020596', 'https://openalex.org/W4296546215', 'https://openalex.org/W4316928722'], 'ngrams_url': 'https://api.openalex.org/works/W3016535995/ngrams', 'abstract_inverted_index': {'<h3>Importance</h3>': [0], 'There': [1], 'is': [2], 'limited': [3], 'information': [4], 'describing': [5], 'the': [6, 24, 66, 223, 243, 313, 330, 337, 348, 379], 'presenting': [7, 136], 'characteristics': [8, 26, 367], 'and': [9, 27, 42, 60, 81, 117, 131, 139, 177, 197, 262, 288, 361, 368], 'outcomes': [10, 28, 120, 370], 'of': [11, 29, 46, 86, 107, 148, 184, 204, 267, 306, 353, 371], 'US': [12, 36], 'patients': [13, 30, 47, 76, 112, 150, 185, 215, 230, 272, 308, 332, 374], 'requiring': [14, 113, 273], 'hospitalization': [15], 'for': [16, 213, 271, 326], 'coronavirus': [17, 95], 'disease': [18], '2019': [19], '(COVID-19).': [20], '<h3>Objective</h3>': [21], 'To': [22], 'describe': [23], 'clinical': [25], 'with': [31, 48, 258, 375], 'COVID-19': [32, 49, 377], 'hospitalized': [33, 75, 335, 373], 'in': [34, 54, 242, 292, 378], 'a': [35, 108, 190], 'health': [37], 'care': [38, 245], 'system.': [39, 69], '<h3>Design,': [40], 'Setting,': [41], 'Participants</h3>': [43], 'Case': [44], 'series': [45, 365], 'admitted': [50], 'to': [51, 319], '12': [52], 'hospitals': [53], 'New': [55, 63, 380], 'York': [56, 381], 'City,': [57], 'Long': [58], 'Island,': [59], 'Westchester': [61], 'County,': [62], 'York,': [64], 'within': [65], 'Northwell': [67], 'Health': [68], 'The': [70, 166, 202, 294, 316], 'study': [71, 224, 314, 339], 'included': [72, 152], 'all': [73], 'sequentially': [74, 372], 'between': [77], 'March': [78], '1,': [79], '2020,': [80, 84, 270], 'April': [82, 268], '4,': [83, 269], 'inclusive': [85], 'these': [87], 'dates.': [88], '<h3>Exposures</h3>': [89], 'Confirmed': [90], 'severe': [91], 'acute': [92], 'respiratory': [93, 191, 205], 'syndrome': [94], '2': [96], '(SARS-CoV-2)': [97], 'infection': [98], 'by': [99], 'positive': [100], 'result': [101], 'on': [102], 'polymerase': [103], 'chain': [104], 'reaction': [105], 'testing': [106], 'nasopharyngeal': [109], 'sample': [110], 'among': [111], 'admission.': [114], '<h3>Main': [115], 'Outcomes': [116, 210], 'Measures</h3>': [118], 'Clinical': [119], 'during': [121, 312], 'hospitalization,': [122, 228], 'such': [123], 'as': [124], 'invasive': [125, 251], 'mechanical': [126, 252, 274], 'ventilation,': [127, 253], 'kidney': [128, 259], 'replacement': [129, 260], 'therapy,': [130, 261], 'death.': [132], 'Demographics,': [133], 'baseline': [134], 'comorbidities,': [135], 'vital': [137], 'signs,': [138], 'test': [140], 'results': [141], 'were': [142, 151, 170, 186, 211, 217, 240, 256, 282, 310], 'also': [143], 'collected.': [144], '<h3>Results</h3>': [145], 'A': [146, 304], 'total': [147, 305], '5700': [149], '(median': [153, 232, 342], 'age,': [154, 233, 343], '63': [155], 'years': [156, 235, 345], '[interquartile': [157], 'range': [158], '{IQR},': [159], '52-75;': [160], 'range,': [161], '0-107': [162], 'years];': [163], '39.7%': [164], 'female).': [165], 'most': [167], 'common': [168], 'comorbidities': [169], 'hypertension': [171], '(3026;': [172], '56.6%),': [173], 'obesity': [174], '(1737;': [175], '41.7%),': [176], 'diabetes': [178], '(1808;': [179], '33.8%).': [180], 'At': [181], 'triage,': [182], '30.7%': [183], 'febrile,': [187], '17.3%': [188], 'had': [189, 220], 'rate': [192, 203], 'greater': [193], 'than': [194], '24': [195], 'breaths/min,': [196], '27.8%': [198], 'received': [199, 250], 'supplemental': [200], 'oxygen.': [201], 'virus': [206], 'co-infection': [207], 'was': [208, 299, 321, 355], '2.1%.': [209], 'assessed': [212], '2634': [214], 'who': [216, 333], 'discharged': [218, 283], 'or': [219], 'died': [221], 'at': [222, 336, 351], 'end': [225], 'point.': [226], 'During': [227], '373': [229], '(14.2%)': [231], '68': [234], '[IQR,': [236, 346], '56-78];': [237], '33.5%': [238], 'female)': [239], 'treated': [241, 257], 'intensive': [244], 'unit': [246], 'care,': [247], '320': [248], '(12.2%)': [249], '81': [254], '(3.2%)': [255], '553': [263], '(21%)': [264], 'died.': [265], 'As': [266], 'ventilation': [275], '(n': [276], '=': [277], '1151,': [278], '20.2%),': [279], '38': [280], '(3.3%)': [281], 'alive,': [284], '282': [285], '(24.5%)': [286], 'died,': [287], '831': [289], '(72.2%)': [290], 'remained': [291, 334], 'hospital.': [293], 'median': [295, 317, 349], 'postdischarge': [296], 'follow-up': [297, 340, 350], 'time': [298, 318, 352], '4.4': [300], 'days': [301, 323, 357], '(IQR,': [302, 324, 358], '2.2-9.3).': [303], '45': [307], '(2.2%)': [309], 'readmitted': [311, 327], 'period.': [315], 'readmission': [320], '3': [322], '1.0-4.5)': [325], 'patients.': [328], 'Among': [329], '3066': [331], 'final': [338], 'date': [341], '65': [344], '54-75]),': [347], 'censoring': [354], '4.5': [356], '2.4-8.1).': [359], '<h3>Conclusions': [360], 'Relevance</h3>': [362], 'This': [363], 'case': [364], 'provides': [366], 'early': [369], 'confirmed': [376], 'City': [382], 'area.': [383]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3016535995', 'counts_by_year': [{'year': 2023, 'cited_by_count': 594}, {'year': 2022, 'cited_by_count': 1422}, {'year': 2021, 'cited_by_count': 2681}, {'year': 2020, 'cited_by_count': 2229}, {'year': 2019, 'cited_by_count': 2}], 'updated_date': '2023-09-29T18:31:38.963389', 'created_date': '2020-04-24'}, {'id': 'https://openalex.org/W3012099172', 'doi': 'https://doi.org/10.1056/nejmc2004973', 'title': 'Aerosol and Surface Stability of SARS-CoV-2 as Compared with SARS-CoV-1', 'display_name': 'Aerosol and Surface Stability of SARS-CoV-2 as Compared with SARS-CoV-1', 'publication_year': 2020, 'publication_date': '2020-04-16', 'ids': {'openalex': 'https://openalex.org/W3012099172', 'doi': 'https://doi.org/10.1056/nejmc2004973', 'mag': '3012099172', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32182409', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7121658'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmc2004973', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMc2004973?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMc2004973?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5018025080', 'display_name': 'Neeltje van Doremalen', 'orcid': 'https://orcid.org/0000-0003-4368-6359'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Neeltje van Doremalen', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079293040', 'display_name': 'Trenton Bushmaker', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Trenton Bushmaker', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053127914', 'display_name': 'Dylan H. Morris', 'orcid': 'https://orcid.org/0000-0002-3655-406X'}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Dylan H. Morris', 'raw_affiliation_string': 'Princeton Univ., Princeton , NJ#TAB#', 'raw_affiliation_strings': ['Princeton Univ., Princeton , NJ#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084397881', 'display_name': 'Myndi G. Holbrook', 'orcid': 'https://orcid.org/0000-0003-2376-2633'}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Myndi G. Holbrook', 'raw_affiliation_string': 'National Institute of Allergy and Infectious Diseases, Hamilton, MT.', 'raw_affiliation_strings': ['National Institute of Allergy and Infectious Diseases, Hamilton, MT.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084984784', 'display_name': 'Amandine Gamble', 'orcid': 'https://orcid.org/0000-0001-5430-9124'}, 'institutions': [{'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Amandine Gamble', 'raw_affiliation_string': 'Univ. of California, Los Angeles, Los Angeles, CA#TAB#', 'raw_affiliation_strings': ['Univ. of California, Los Angeles, Los Angeles, CA#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003241020', 'display_name': 'Brandi N. Williamson', 'orcid': 'https://orcid.org/0000-0002-9524-4395'}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Brandi N. Williamson', 'raw_affiliation_string': 'National Institute of Allergy and Infectious Diseases, Hamilton, MT.', 'raw_affiliation_strings': ['National Institute of Allergy and Infectious Diseases, Hamilton, MT.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045559166', 'display_name': 'Azaibi Tamin', 'orcid': 'https://orcid.org/0000-0001-9726-8940'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Azaibi Tamin', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037099923', 'display_name': 'Jennifer L. Harcourt', 'orcid': 'https://orcid.org/0000-0003-3271-4174'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jennifer L. Harcourt', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022396107', 'display_name': 'Natalie J. Thornburg', 'orcid': 'https://orcid.org/0000-0003-3523-3616'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Natalie J. Thornburg', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056931269', 'display_name': 'Susan I. Gerber', 'orcid': 'https://orcid.org/0000-0001-6530-8119'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Susan I. Gerber', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052657259', 'display_name': 'James O. Lloyd‐Smith', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James O. Lloyd-Smith', 'raw_affiliation_string': 'University of California, Los Angeles, Los Angeles, CA, Bethesda, MD.', 'raw_affiliation_strings': ['University of California, Los Angeles, Los Angeles, CA, Bethesda, MD.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084110734', 'display_name': 'Emmie de Wit', 'orcid': 'https://orcid.org/0000-0002-9763-7758'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Emmie de Wit', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5035082890', 'display_name': 'Vincent J. Munster', 'orcid': 'https://orcid.org/0000-0002-2288-3196'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Vincent J. Munster', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 1, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 6893, 'biblio': {'volume': '382', 'issue': '16', 'first_page': '1564', 'last_page': '1567'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.8825612}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.80393314}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.7836074}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.682563}, {'id': 'https://openalex.org/C2779345167', 'wikidata': 'https://www.wikidata.org/wiki/Q104541', 'display_name': 'Aerosol', 'level': 2, 'score': 0.6729996}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.62992555}, {'id': 'https://openalex.org/C3020799909', 'wikidata': 'https://www.wikidata.org/wiki/Q85438966', 'display_name': 'Sars virus', 'level': 5, 'score': 0.6292192}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.57002795}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.49148977}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.46062014}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.4437106}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.22337261}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.10175213}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.10154387}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.086162806}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.07736796}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmc2004973', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMc2004973?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7121658', 'pdf_url': 'https://europepmc.org/articles/pmc7121658?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7217062', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121658', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmc2004973', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMc2004973?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [], 'grants': [{'funder': 'https://openalex.org/F4320306076', 'funder_display_name': 'National Science Foundation', 'award_id': 'DEB-1557022'}, {'funder': 'https://openalex.org/F4320306078', 'funder_display_name': 'U.S. Department of Defense', 'award_id': 'SERDP, RC‐2635'}, {'funder': 'https://openalex.org/F4320309123', 'funder_display_name': 'Division of Intramural Research, National Institute of Allergy and Infectious Diseases', 'award_id': None}, {'funder': 'https://openalex.org/F4320332180', 'funder_display_name': 'Defense Advanced Research Projects Agency', 'award_id': 'D18AC00031'}], 'referenced_works_count': 4, 'referenced_works': ['https://openalex.org/W2035526336', 'https://openalex.org/W3004896487', 'https://openalex.org/W3006961006', 'https://openalex.org/W3008696669'], 'related_works': ['https://openalex.org/W3017171836', 'https://openalex.org/W3020699490', 'https://openalex.org/W3040137343', 'https://openalex.org/W3045573749', 'https://openalex.org/W3046519041', 'https://openalex.org/W3089198401', 'https://openalex.org/W3127156785', 'https://openalex.org/W3194420125', 'https://openalex.org/W3194513569', 'https://openalex.org/W3203436974'], 'ngrams_url': 'https://api.openalex.org/works/W3012099172/ngrams', 'abstract_inverted_index': {'Aerosol': [0], 'and': [1, 17], 'Surface': [2], 'Stability': [3], 'of': [4, 15, 24], 'SARS-CoV-2': [5, 16], 'In': [6], 'this': [7], 'research': [8], 'letter,': [9], 'investigators': [10], 'report': [11], 'on': [12], 'the': [13, 25], 'stability': [14], 'SARS-CoV-1': [18], 'under': [19], 'experimental': [20], 'conditions.': [21], 'The': [22], 'viability': [23], 'two': [26], 'virus...': [27]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3012099172', 'counts_by_year': [{'year': 2023, 'cited_by_count': 559}, {'year': 2022, 'cited_by_count': 1229}, {'year': 2021, 'cited_by_count': 2342}, {'year': 2020, 'cited_by_count': 2736}, {'year': 2019, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-10-04T00:14:08.983155', 'created_date': '2020-03-23'}, {'id': 'https://openalex.org/W3002539152', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'title': 'A familial cluster of pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: a study of a family cluster', 'display_name': 'A familial cluster of pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: a study of a family cluster', 'publication_year': 2020, 'publication_date': '2020-02-01', 'ids': {'openalex': 'https://openalex.org/W3002539152', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'mag': '3002539152', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31986261', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7159286'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5030565867', 'display_name': 'Jasper Fuk Woo Chan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Jasper Fuk Woo Chan', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China; State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028624613', 'display_name': 'Shuofeng Yuan', 'orcid': 'https://orcid.org/0000-0001-7996-1119'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Shuofeng Yuan', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087310502', 'display_name': 'Kin Hang Kok', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Kin Hang Kok', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024396216', 'display_name': 'Kelvin Kai-Wang To', 'orcid': 'https://orcid.org/0000-0002-1921-5824'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Kelvin Kai Wang To', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China; State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043656890', 'display_name': 'Hin Chu', 'orcid': 'https://orcid.org/0000-0003-2855-9837'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Hin Chu', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061606852', 'display_name': 'Yang Jin', 'orcid': 'https://orcid.org/0000-0003-2409-7073'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jin Yang', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007416766', 'display_name': 'Fanfan Xing', 'orcid': 'https://orcid.org/0000-0001-8233-5127'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fanfan Xing', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003693832', 'display_name': 'Jieling Liu', 'orcid': 'https://orcid.org/0000-0002-7930-9099'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jieling Liu', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042094591', 'display_name': 'Cyril C. Y. Yip', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Cyril Chik Yan Yip', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021544416', 'display_name': 'Rosana W.S. Poon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Rosana Wing Shan Poon', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016004920', 'display_name': 'Hoi Wah Tsoi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Hoi Wah Tsoi', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059626534', 'display_name': 'Simon Kam Fai Lo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Simon Kam Fai Lo', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038322039', 'display_name': 'Kwok Hung Chan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Kwok Hung Chan', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042502894', 'display_name': 'Vincent Kwok Man Poon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Vincent Kwok Man Poon', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025345392', 'display_name': 'Wan Mui Chan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Wan Mui Chan', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059698138', 'display_name': 'Jonathan Daniel Ip', 'orcid': 'https://orcid.org/0000-0002-9549-7384'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Jonathan Daniel Ip', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085865639', 'display_name': 'Jian Cai', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Jian Piao Cai', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032806661', 'display_name': 'Vincent Chi-Chung Cheng', 'orcid': 'https://orcid.org/0000-0003-1765-7706'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Vincent Chi Chung Cheng', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033103064', 'display_name': 'Honglin Chen', 'orcid': 'https://orcid.org/0000-0001-5108-8338'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Honglin Chen', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China; State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020079777', 'display_name': 'Chee‐Kin Hui', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Christopher Kim Ming Hui', 'raw_affiliation_string': 'Department of Medicine, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Medicine, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5053362671', 'display_name': 'Kwok Yung Yuen', 'orcid': 'https://orcid.org/0000-0001-8700-4570'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Kwok Yung Yuen', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5053362671'], 'corresponding_institution_ids': ['https://openalex.org/I4210141719'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 6773, 'biblio': {'volume': '395', 'issue': '10223', 'first_page': '514', 'last_page': '523'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.64446837}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.62396955}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.61541927}, {'id': 'https://openalex.org/C164866538', 'wikidata': 'https://www.wikidata.org/wiki/Q367351', 'display_name': 'Cluster (spacecraft)', 'level': 2, 'score': 0.5979035}, {'id': 'https://openalex.org/C2992694208', 'wikidata': 'https://www.wikidata.org/wiki/Q8436', 'display_name': 'Family member', 'level': 2, 'score': 0.5827399}, {'id': 'https://openalex.org/C2777910003', 'wikidata': 'https://www.wikidata.org/wiki/Q1707292', 'display_name': 'Asymptomatic', 'level': 2, 'score': 0.57057625}, {'id': 'https://openalex.org/C761482', 'wikidata': 'https://www.wikidata.org/wiki/Q118093', 'display_name': 'Transmission (telecommunications)', 'level': 2, 'score': 0.5445457}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.5289996}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.516967}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.5095732}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.4692495}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.44818357}, {'id': 'https://openalex.org/C2781179581', 'wikidata': 'https://www.wikidata.org/wiki/Q2857712', 'display_name': 'Family history', 'level': 2, 'score': 0.44008714}, {'id': 'https://openalex.org/C113162765', 'wikidata': 'https://www.wikidata.org/wiki/Q1128437', 'display_name': 'Contact tracing', 'level': 5, 'score': 0.41006008}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.36901057}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.26199347}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.23756418}, {'id': 'https://openalex.org/C512399662', 'wikidata': 'https://www.wikidata.org/wiki/Q3505712', 'display_name': 'Family medicine', 'level': 1, 'score': 0.18764427}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.18030149}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.16381961}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.08638191}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C119599485', 'wikidata': 'https://www.wikidata.org/wiki/Q43035', 'display_name': 'Electrical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086742', 'descriptor_name': 'COVID-19 Testing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D019411', 'descriptor_name': 'Clinical Laboratory Techniques', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D005192', 'descriptor_name': 'Family Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016679', 'descriptor_name': 'Genome, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010802', 'descriptor_name': 'Phylogeny', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013902', 'descriptor_name': 'Radiography, Thoracic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014057', 'descriptor_name': 'Tomography, X-Ray Computed', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073336', 'descriptor_name': 'Whole Genome Sequencing', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D000073336', 'descriptor_name': 'Whole Genome Sequencing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7159286', 'pdf_url': 'https://europepmc.org/articles/pmc7159286?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7159286', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/31986261', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 27, 'referenced_works': ['https://openalex.org/W1757215199', 'https://openalex.org/W1977365703', 'https://openalex.org/W1982137128', 'https://openalex.org/W1987655599', 'https://openalex.org/W2025170735', 'https://openalex.org/W2060421888', 'https://openalex.org/W2067071280', 'https://openalex.org/W2080761496', 'https://openalex.org/W2103503670', 'https://openalex.org/W2105637133', 'https://openalex.org/W2115555188', 'https://openalex.org/W2126865927', 'https://openalex.org/W2129542667', 'https://openalex.org/W2140338292', 'https://openalex.org/W2162496804', 'https://openalex.org/W2165310577', 'https://openalex.org/W2166135589', 'https://openalex.org/W2170933940', 'https://openalex.org/W2255897570', 'https://openalex.org/W2549922333', 'https://openalex.org/W2617807303', 'https://openalex.org/W2752904261', 'https://openalex.org/W2769543984', 'https://openalex.org/W2807736175', 'https://openalex.org/W2889758689', 'https://openalex.org/W2981810157', 'https://openalex.org/W3036980653'], 'related_works': ['https://openalex.org/W3005722800', 'https://openalex.org/W3008294222', 'https://openalex.org/W3022913415', 'https://openalex.org/W3103431509', 'https://openalex.org/W3108471389', 'https://openalex.org/W3121331721', 'https://openalex.org/W3154254733', 'https://openalex.org/W4200562868', 'https://openalex.org/W4283828812', 'https://openalex.org/W4379472876'], 'ngrams_url': 'https://api.openalex.org/works/W3002539152/ngrams', 'abstract_inverted_index': {'An': [0], 'ongoing': [1], 'outbreak': [2], 'of': [3, 56, 93, 108, 160, 164, 169, 207, 220, 272, 309, 321, 364, 376, 422], 'pneumonia': [4, 67], 'associated': [5], 'with': [6, 23, 65, 138, 154, 162, 175, 194, 361], 'a': [7, 24, 29, 60, 76, 106, 184, 205, 338], 'novel': [8, 140, 311, 339, 366], 'coronavirus': [9, 367], 'was': [10], 'reported': [11], 'in': [12, 59, 354, 368, 379], 'Wuhan': [13, 114, 176, 185], 'city,': [14], 'Hubei': [15], 'province,': [16, 73], 'China.': [17], 'Affected': [18], 'patients': [19, 58, 98, 110, 244, 275, 288], 'were': [20, 99, 134, 276, 294, 314], 'geographically': [21], 'linked': [22], 'local': [25], 'wet': [26], 'market': [27], 'as': [28, 136], 'potential': [30], 'source.': [31], 'No': [32], 'data': [33], 'on': [34], 'person-to-person': [35, 362], 'or': [36, 178, 197, 202, 204, 269], 'nosocomial': [37], 'transmission': [38, 363], 'have': [39], 'been': [40], 'published': [41], 'to': [42, 70, 78, 89, 113, 131, 150, 215, 344], 'date.In': [43], 'this': [44, 310, 336, 365], 'study,': [45], 'we': [46, 104], 'report': [47], 'the': [48, 139, 155, 165, 170, 292, 300, 345, 374, 409], 'epidemiological,': [49], 'clinical,': [50], 'laboratory,': [51], 'radiological,': [52], 'and': [53, 80, 121, 231, 259, 263, 291, 305, 327, 370, 373, 399, 425], 'microbiological': [54], 'findings': [55, 358], 'five': [57, 133, 287, 323], 'family': [61, 83, 107, 127, 144, 166, 171, 188, 371], 'cluster': [62], 'who': [63, 85, 111, 129, 146], 'presented': [64, 193, 214], 'unexplained': [66], 'after': [68, 75, 157, 211, 227], 'returning': [69], 'Shenzhen,': [71], 'Guangdong': [72], 'China,': [74], 'visit': [77], 'Wuhan,': [79, 132, 151], 'an': [81], 'additional': [82], 'member': [84], 'did': [86, 147], 'not': [87, 148], 'travel': [88, 149], 'Wuhan.': [90], 'Phylogenetic': [91, 319], 'analysis': [92, 320], 'genetic': [94], 'sequences': [95], 'from': [96, 115], 'these': [97, 208, 273, 322], 'done.From': [100], 'Jan': [101, 122], '10,': [102], '2020,': [103], 'enrolled': [105], 'six': [109, 126, 274], 'travelled': [112, 130], 'Shenzhen': [116], 'between': [117], 'Dec': [118], '29,': [119], '2019': [120], '4,': [123], '2020.': [124], 'Of': [125], 'members': [128, 172, 189], 'identified': [135], 'infected': [137, 153, 377], 'coronavirus.': [141], 'Additionally,': [142], 'one': [143, 232], 'member,': [145], 'became': [152], 'virus': [156], 'several': [158], 'days': [159, 210, 226], 'contact': [161], 'four': [163], 'members.': [167], 'None': [168], 'had': [173, 182, 238, 248], 'contacts': [174], 'markets': [177], 'animals,': [179], 'although': [180], 'two': [181, 328], 'visited': [183], 'hospital.': [186], 'Five': [187], '(aged': [190, 235, 245], '36-66': [191], 'years)': [192, 237, 247], 'fever,': [195], 'upper': [196], 'lower': [198], 'respiratory': [199, 280], 'tract': [200], 'symptoms,': [201, 251], 'diarrhoea,': [203], 'combination': [206], '3-6': [209], 'exposure.': [212], 'They': [213, 230], 'our': [216], 'hospital': [217, 369], '(The': [218], 'University': [219], 'Hong': [221, 385, 410], 'Kong-Shenzhen': [222], 'Hospital,': [223], 'Shenzhen)': [224], '6-10': [225], 'symptom': [228], 'onset.': [229], 'asymptomatic': [233], 'child': [234], '10': [236], 'radiological': [239, 253], 'ground-glass': [240, 254], 'lung': [241, 255], 'opacities.': [242], 'Older': [243], '>60': [246], 'more': [249], 'systemic': [250], 'extensive': [252], 'changes,': [256], 'lymphopenia,': [257], 'thrombocytopenia,': [258], 'increased': [260], 'C-reactive': [261], 'protein': [262, 308], 'lactate': [264], 'dehydrogenase': [265], 'levels.': [266], 'The': [267], 'nasopharyngeal': [268], 'throat': [270], 'swabs': [271], 'negative': [277], 'for': [278, 297], 'known': [279], 'microbes': [281], 'by': [282, 316, 331], 'point-of-care': [283], 'multiplex': [284], 'RT-PCR,': [285], 'but': [286], '(four': [289], 'adults': [290], 'child)': [293], 'RT-PCR': [295, 325], 'positive': [296], 'genes': [298], 'encoding': [299], 'internal': [301], 'RNA-dependent': [302], 'RNA': [303], 'polymerase': [304], 'surface': [306], 'Spike': [307], 'coronavirus,': [312, 340], 'which': [313, 341], 'confirmed': [315], 'Sanger': [317], 'sequencing.': [318], "patients'": [324], 'amplicons': [326], 'full': [329], 'genomes': [330], 'next-generation': [332], 'sequencing': [333], 'showed': [334], 'that': [335], 'is': [337, 342], 'closest': [343], 'bat': [346], 'severe': [347], 'acute': [348], 'respiatory': [349], 'syndrome': [350], '(SARS)-related': [351], 'coronaviruses': [352], 'found': [353], 'Chinese': [355], 'horseshoe': [356], 'bats.Our': [357], 'are': [359], 'consistent': [360], 'settings,': [372], 'reports': [375], 'travellers': [378], 'other': [380], 'geographical': [381], 'regions.The': [382], 'Shaw': [383], 'Foundation': [384, 393], 'Kong,': [386], 'Michael': [387], 'Seak-Kan': [388], 'Tong,': [389], 'Respiratory': [390], 'Viral': [391], 'Research': [392, 418], 'Limited,': [394, 405], 'Hui': [395, 397], 'Ming,': [396], 'Hoy': [398], 'Chow': [400], 'Sin': [401], 'Lan': [402], 'Charity': [403], 'Fund': [404], 'Marina': [406], 'Man-Wai': [407], 'Lee,': [408], 'Kong': [411], 'Hainan': [412], 'Commercial': [413], 'Association': [414], 'South': [415], 'China': [416], 'Microbiology': [417], 'Fund,': [419], 'Sanming': [420], 'Project': [421], 'Medicine': [423], '(Shenzhen),': [424], 'High': [426], 'Level-Hospital': [427], 'Program': [428], '(Guangdong': [429], 'Health': [430], 'Commission).': [431]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3002539152', 'counts_by_year': [{'year': 2023, 'cited_by_count': 357}, {'year': 2022, 'cited_by_count': 905}, {'year': 2021, 'cited_by_count': 2030}, {'year': 2020, 'cited_by_count': 3443}, {'year': 2019, 'cited_by_count': 10}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-10-03T21:48:13.533746', 'created_date': '2020-01-30'}]
Que es idéntico a:
Works().filter(publication_year=2020).filter(is_oa=True).get()
[{'id': 'https://openalex.org/W3001118548', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'title': 'Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China', 'display_name': 'Clinical features of patients infected with 2019 novel coronavirus in Wuhan, China', 'publication_year': 2020, 'publication_date': '2020-02-01', 'ids': {'openalex': 'https://openalex.org/W3001118548', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'mag': '3001118548', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31986264', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7159299'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'pdf_url': 'http://www.thelancet.com/article/S0140673620301835/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S0140673620301835/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5021557852', 'display_name': 'Chaolin Huang', 'orcid': 'https://orcid.org/0000-0002-6829-9235'}, 'institutions': [], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chaolin Huang', 'raw_affiliation_string': 'Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Jin Yin-tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008453760', 'display_name': 'Yeming Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yeming Wang', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076986736', 'display_name': 'Xingwang Li', 'orcid': 'https://orcid.org/0000-0002-0907-6517'}, 'institutions': [{'id': 'https://openalex.org/I4210150338', 'display_name': 'Beijing Ditan Hospital', 'ror': 'https://ror.org/05kkkes98', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210150338']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xingwang Li', 'raw_affiliation_string': 'Clinical and Research Center of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University, Beijing, China', 'raw_affiliation_strings': ['Clinical and Research Center of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005176337', 'display_name': 'Lili Ren', 'orcid': 'https://orcid.org/0000-0002-6645-8183'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lili Ren', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052152159', 'display_name': 'Jianping Zhao', 'orcid': 'https://orcid.org/0000-0002-6059-7422'}, 'institutions': [{'id': 'https://openalex.org/I4210160344', 'display_name': 'Tongji Hospital', 'ror': 'https://ror.org/04xy45965', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210160344']}, {'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jianping Zhao', 'raw_affiliation_string': 'Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031491320', 'display_name': 'Yi Hu', 'orcid': 'https://orcid.org/0000-0002-4768-2681'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi Hu', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066716873', 'display_name': 'Li Zhang', 'orcid': 'https://orcid.org/0000-0002-9386-8938'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Li Zhang', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082759663', 'display_name': 'Guohui Fan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Guohui Fan', 'raw_affiliation_string': 'Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062226704', 'display_name': 'Jiuyang Xu', 'orcid': 'https://orcid.org/0000-0002-1906-5918'}, 'institutions': [{'id': 'https://openalex.org/I99065089', 'display_name': 'Tsinghua University', 'ror': 'https://ror.org/03cve4549', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I99065089']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jiuyang Xu', 'raw_affiliation_string': 'Tsinghua University School of Medicine, Beijing, China', 'raw_affiliation_strings': ['Tsinghua University School of Medicine, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088470075', 'display_name': 'Xiaoqing Gu', 'orcid': 'https://orcid.org/0000-0001-8256-5408'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiaoying Gu', 'raw_affiliation_string': 'Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045852733', 'display_name': 'Zhenshun Cheng', 'orcid': 'https://orcid.org/0000-0003-3287-7838'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhenshun Cheng', 'raw_affiliation_string': 'Department of Respiratory medicine, Zhongnan Hospital of Wuhan University, Wuhan, China', 'raw_affiliation_strings': ['Department of Respiratory medicine, Zhongnan Hospital of Wuhan University, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027596703', 'display_name': 'Yasuyuki Takata', 'orcid': 'https://orcid.org/0000-0003-4096-8975'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Ting Yu', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024929222', 'display_name': 'Jiaan Xia', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jiaan Xia', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052650664', 'display_name': 'Wei Yuan', 'orcid': 'https://orcid.org/0000-0003-3387-7549'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Yuan Wei', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065019668', 'display_name': 'Wenjuan Wu', 'orcid': 'https://orcid.org/0000-0002-1138-9096'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Wenjuan Wu', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037416293', 'display_name': 'Xuelei Xie', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Xuelei Xie', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014572115', 'display_name': 'Wen Yin', 'orcid': 'https://orcid.org/0000-0002-1393-7682'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wen Yin', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036696463', 'display_name': 'Hui Li', 'orcid': 'https://orcid.org/0000-0002-6171-4934'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hui Li', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017353282', 'display_name': 'Min Liu', 'orcid': 'https://orcid.org/0000-0002-9007-4817'}, 'institutions': [{'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Min Liu', 'raw_affiliation_string': 'Department of Radiology, China-Japan Friendship Hospital, Beijing, China', 'raw_affiliation_strings': ['Department of Radiology, China-Japan Friendship Hospital, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003240275', 'display_name': 'Xiao Yan', 'orcid': 'https://orcid.org/0000-0002-5252-7096'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Xiao', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034432364', 'display_name': 'Hong Gao', 'orcid': 'https://orcid.org/0000-0002-2488-8695'}, 'institutions': [{'id': 'https://openalex.org/I4210131085', 'display_name': 'Institute of Laboratory Animal Science', 'ror': 'https://ror.org/038z7hb11', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210131085', 'https://openalex.org/I4210141683']}, {'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hong Gao', 'raw_affiliation_string': 'Institute of Laboratory Animal Science, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Institute of Laboratory Animal Science, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070771101', 'display_name': 'Li Guo', 'orcid': 'https://orcid.org/0000-0002-0184-6847'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Li Guo', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058709579', 'display_name': 'Jungang Xie', 'orcid': 'https://orcid.org/0000-0001-9037-3027'}, 'institutions': [{'id': 'https://openalex.org/I4210160344', 'display_name': 'Tongji Hospital', 'ror': 'https://ror.org/04xy45965', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210160344']}, {'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jungang Xie', 'raw_affiliation_string': 'Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013568062', 'display_name': 'Guangfa Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210130930', 'display_name': 'Peking University First Hospital', 'ror': 'https://ror.org/02z1vqm45', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210130930']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Guangfa Wang', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Peking University First Hospital, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Peking University First Hospital, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071465782', 'display_name': 'Rongmeng Jiang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210150338', 'display_name': 'Beijing Ditan Hospital', 'ror': 'https://ror.org/05kkkes98', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210150338']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Rongmeng Jiang', 'raw_affiliation_string': 'Clinical and Research Center of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University, Beijing, China', 'raw_affiliation_strings': ['Clinical and Research Center of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005602911', 'display_name': 'Zhancheng Gao', 'orcid': 'https://orcid.org/0000-0001-7415-1416'}, 'institutions': [{'id': 'https://openalex.org/I4210124809', 'display_name': "Peking University People's Hospital", 'ror': 'https://ror.org/035adwg89', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210124809']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhancheng Gao', 'raw_affiliation_string': "Department of Pulmonary and Critical Care Medicine, Peking University People's Hospital, Beijing, China", 'raw_affiliation_strings': ["Department of Pulmonary and Critical Care Medicine, Peking University People's Hospital, Beijing, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018551141', 'display_name': 'Qi Jin', 'orcid': 'https://orcid.org/0000-0002-3586-6344'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qi Jin', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066332067', 'display_name': 'Jianwei Wang', 'orcid': 'https://orcid.org/0000-0002-1116-4559'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Jianwei Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Systems Biology of Pathogens and Christophe Merieux Laboratory, Institute of Pathogen Biology, Chinese Academy of Medical Sciences and Peking Union Medical College, Beijing, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5006829545', 'display_name': 'Bin Cao', 'orcid': 'https://orcid.org/0000-0001-6991-0350'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I4210160507', 'display_name': 'Center for Life Sciences', 'ror': 'https://ror.org/05kje8j93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I20231570', 'https://openalex.org/I4210160507', 'https://openalex.org/I99065089']}, {'id': 'https://openalex.org/I99065089', 'display_name': 'Tsinghua University', 'ror': 'https://ror.org/03cve4549', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I99065089']}, {'id': 'https://openalex.org/I20231570', 'display_name': 'Peking University', 'ror': 'https://ror.org/02v51f717', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I20231570']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Bin Cao', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China; Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Tsinghua University-Peking University Joint Center for Life Sciences, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, China-Japan Friendship Hospital, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Tsinghua University-Peking University Joint Center for Life Sciences, Beijing, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 14, 'corresponding_author_ids': ['https://openalex.org/A5066332067', 'https://openalex.org/A5006829545'], 'corresponding_institution_ids': ['https://openalex.org/I200296433', 'https://openalex.org/I200296433', 'https://openalex.org/I4210160507', 'https://openalex.org/I99065089', 'https://openalex.org/I20231570', 'https://openalex.org/I2801051648', 'https://openalex.org/I183519381'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 34570, 'biblio': {'volume': '395', 'issue': '10223', 'first_page': '497', 'last_page': '506'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.84618765}, {'id': 'https://openalex.org/C2778616394', 'wikidata': 'https://www.wikidata.org/wiki/Q474959', 'display_name': 'myalgia', 'level': 2, 'score': 0.7746663}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.71802455}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.6858219}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.5312334}, {'id': 'https://openalex.org/C2776301714', 'wikidata': 'https://www.wikidata.org/wiki/Q259346', 'display_name': 'Sputum', 'level': 3, 'score': 0.5026181}, {'id': 'https://openalex.org/C2776376669', 'wikidata': 'https://www.wikidata.org/wiki/Q5094647', 'display_name': 'Intensive care unit', 'level': 2, 'score': 0.46863934}, {'id': 'https://openalex.org/C555293320', 'wikidata': 'https://www.wikidata.org/wiki/Q12206', 'display_name': 'Diabetes mellitus', 'level': 2, 'score': 0.45011365}, {'id': 'https://openalex.org/C195910791', 'wikidata': 'https://www.wikidata.org/wiki/Q1324077', 'display_name': 'Medical record', 'level': 2, 'score': 0.43614918}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.41796756}, {'id': 'https://openalex.org/C2781069245', 'wikidata': 'https://www.wikidata.org/wiki/Q12204', 'display_name': 'Tuberculosis', 'level': 2, 'score': 0.24935782}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.104747504}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017677', 'descriptor_name': 'Age Distribution', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D015897', 'descriptor_name': 'Comorbidity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D006760', 'descriptor_name': 'Hospitalization', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006760', 'descriptor_name': 'Hospitalization', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007362', 'descriptor_name': 'Intensive Care Units', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007362', 'descriptor_name': 'Intensive Care Units', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D063806', 'descriptor_name': 'Myalgia', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D063806', 'descriptor_name': 'Myalgia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D063806', 'descriptor_name': 'Myalgia', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013902', 'descriptor_name': 'Radiography, Thoracic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D013997', 'descriptor_name': 'Time Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014057', 'descriptor_name': 'Tomography, X-Ray Computed', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'pdf_url': 'http://www.thelancet.com/article/S0140673620301835/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7159299', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7159299', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/31986264', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30183-5', 'pdf_url': 'http://www.thelancet.com/article/S0140673620301835/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.79}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.19}], 'grants': [], 'referenced_works_count': 24, 'referenced_works': ['https://openalex.org/W1977050884', 'https://openalex.org/W1993577573', 'https://openalex.org/W2006434809', 'https://openalex.org/W2034462612', 'https://openalex.org/W2046153984', 'https://openalex.org/W2054076340', 'https://openalex.org/W2062817591', 'https://openalex.org/W2070463916', 'https://openalex.org/W2073060575', 'https://openalex.org/W2104548316', 'https://openalex.org/W2112147913', 'https://openalex.org/W2131262274', 'https://openalex.org/W2132260239', 'https://openalex.org/W2150120685', 'https://openalex.org/W2166867592', 'https://openalex.org/W2168446943', 'https://openalex.org/W2397221660', 'https://openalex.org/W2725497285', 'https://openalex.org/W2769689735', 'https://openalex.org/W2790127336', 'https://openalex.org/W2791599184', 'https://openalex.org/W2903899730', 'https://openalex.org/W3000139095', 'https://openalex.org/W3000413850'], 'related_works': ['https://openalex.org/W1563850031', 'https://openalex.org/W1877883789', 'https://openalex.org/W1988465471', 'https://openalex.org/W2045367862', 'https://openalex.org/W2300660965', 'https://openalex.org/W2316236384', 'https://openalex.org/W2415759662', 'https://openalex.org/W2463742814', 'https://openalex.org/W2474749474', 'https://openalex.org/W3036934084'], 'ngrams_url': 'https://api.openalex.org/works/W3001118548/ngrams', 'abstract_inverted_index': {'BackgroundA': [0], 'recent': [1], 'cluster': [2, 195], 'of': [3, 34, 144, 152, 183, 202, 208, 228, 233, 238, 244, 251, 267, 326, 340, 365, 370, 376, 383, 389, 396], 'pneumonia': [4, 276], 'cases': [5], 'in': [6, 47, 248, 362], 'Wuhan,': [7], 'China,': [8, 397], 'was': [9, 176, 196, 352], 'caused': [10, 338], 'by': [11, 61, 76, 380], 'a': [12, 44], 'novel': [13, 17], 'betacoronavirus,': [14], 'the': [15, 22, 79, 118, 145, 366], '2019': [16], 'coronavirus': [18, 350], '(2019-nCoV).': [19], 'We': [20, 49], 'report': [21], 'epidemiological,': [23], 'clinical,': [24], 'laboratory,': [25], 'and': [26, 29, 31, 52, 64, 78, 84, 104, 123, 169, 214, 240, 299, 312, 334, 351, 357, 373, 385, 398, 402], 'radiological': [27], 'characteristics': [28], 'treatment': [30], 'clinical': [32, 374], 'outcomes': [33], 'these': [35], 'patients.MethodsAll': [36], 'patients': [37, 56, 97, 112, 134, 147, 185, 253, 269, 274, 306, 321], 'with': [38, 57, 70, 96, 277, 317, 354], 'suspected': [39], '2019-nCoV': [40, 59, 141, 336], 'were': [41, 68, 108, 148, 204, 223, 307], 'admitted': [42, 116, 132, 308], 'to': [43, 101, 117, 189, 259, 309, 345], 'designated': [45], 'hospital': [46, 133], 'Wuhan.': [48], 'prospectively': [50], 'collected': [51], 'analysed': [53], 'data': [54, 72], 'on': [55, 280], 'laboratory-confirmed': [58, 140], 'infection': [60, 301, 337], 'real-time': [62], 'RT-PCR': [63], 'next-generation': [65], 'sequencing.': [66], 'Data': [67], 'obtained': [69], 'standardised': [71], 'collection': [73], 'forms': [74], 'shared': [75], 'WHO': [77], 'International': [80], 'Severe': [81], 'Acute': [82], 'Respiratory': [83], 'Emerging': [85], 'Infection': [86], 'Consortium': [87], 'from': [88, 256], 'electronic': [89], 'medical': [90], 'records.': [91], 'Researchers': [92], 'also': [93, 109], 'directly': [94], 'communicated': [95], 'or': [98, 216], 'their': [99], 'families': [100], 'ascertain': [102], 'epidemiological': [103], 'symptom': [105], 'data.': [106], 'Outcomes': [107], 'compared': [110], 'between': [111], 'who': [113, 125], 'had': [114, 126, 135, 157, 186, 270, 275, 322], 'been': [115, 136, 187], 'intensive': [119], 'care': [120], 'unit': [121], '(ICU)': [122], 'those': [124], 'not.FindingsBy': [127], 'Jan': [128], '2,': [129], '2020,': [130], '41': [131, 184, 209, 268, 273], 'identified': [137], 'as': [138], 'having': [139], 'infection.': [142], 'Most': [143], 'infected': [146], 'men': [149], '(30': [150], '[73%]': [151], '41);': [153], 'less': [154, 220], 'than': [155], 'half': [156], 'underlying': [158], 'diseases': [159], '(13': [160], '[32%]),': [161], 'including': [162], 'diabetes': [163], '(eight': [164], '[20%]),': [165], 'hypertension': [166], '(six': [167, 172, 292], '[15%]),': [168, 293], 'cardiovascular': [170], 'disease': [171, 377], '[15%]).': [173], 'Median': [174], 'age': [175], '49·0': [177], 'years': [178], '(IQR': [179], '41·0–58·0).': [180], '27': [181], '(66%)': [182], 'exposed': [188], 'Huanan': [190], 'seafood': [191], 'market.': [192], 'One': [193], 'family': [194], 'found.': [197], 'Common': [198], 'symptoms': [199, 222], 'at': [200], 'onset': [201, 258], 'illness': [203, 257, 343], 'fever': [205], '(40': [206], '[98%]': [207], 'patients),': [210], 'cough': [211], '(31': [212], '[76%]),': [213], 'myalgia': [215], 'fatigue': [217], '(18': [218], '[44%]);': [219], 'common': [221], 'sputum': [224], 'production': [225], '(11': [226], '[28%]': [227], '39),': [229, 239], 'headache': [230], '(three': [231], '[8%]': [232], '38),': [234], 'haemoptysis': [235], '(two': [236], '[5%]': [237], 'diarrhoea': [241], '(one': [242], '[3%]': [243], '38).': [245], 'Dyspnoea': [246], 'developed': [247], '22': [249], '(55%)': [250], '40': [252], '(median': [254], 'time': [255], 'dyspnoea': [260], '8·0': [261], 'days': [262], '[IQR': [263], '5·0–13·0]).': [264], '26': [265], '(63%)': [266], 'lymphopenia.': [271], 'All': [272], 'abnormal': [278], 'findings': [279], 'chest': [281], 'CT.': [282], 'Complications': [283], 'included': [284], 'acute': [285, 294, 347], 'respiratory': [286, 342, 348], 'distress': [287], 'syndrome': [288, 349], '(12': [289], '[29%]),': [290], 'RNAaemia': [291], 'cardiac': [295], 'injury': [296], '(five': [297], '[12%])': [298], 'secondary': [300], '(four': [302], '[10%]).': [303], '13': [304], '(32%)': [305], 'an': [310], 'ICU': [311, 320, 355], 'six': [313], '(15%)': [314], 'died.': [315], 'Compared': [316], 'non-ICU': [318], 'patients,': [319], 'higher': [323], 'plasma': [324], 'levels': [325], 'IL2,': [327], 'IL7,': [328], 'IL10,': [329], 'GSCF,': [330], 'IP10,': [331], 'MCP1,': [332], 'MIP1A,': [333], 'TNFα.InterpretationThe': [335], 'clusters': [339], 'severe': [341, 346], 'similar': [344], 'associated': [353], 'admission': [356], 'high': [358], 'mortality.': [359], 'Major': [360], 'gaps': [361], 'our': [363], 'knowledge': [364], 'origin,': [367], 'epidemiology,': [368], 'duration': [369], 'human': [371], 'transmission,': [372], 'spectrum': [375], 'need': [378], 'fulfilment': [379], 'future': [381], 'studies.FundingMinistry': [382], 'Science': [384, 394, 401], 'Technology,': [386], 'Chinese': [387], 'Academy': [388], 'Medical': [390], 'Sciences,': [391], 'National': [392], 'Natural': [393], 'Foundation': [395], 'Beijing': [399], 'Municipal': [400], 'Technology': [403], 'Commission.': [404]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3001118548', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2914}, {'year': 2022, 'cited_by_count': 6446}, {'year': 2021, 'cited_by_count': 11268}, {'year': 2020, 'cited_by_count': 13791}, {'year': 2019, 'cited_by_count': 19}, {'year': 2016, 'cited_by_count': 1}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-10-03T06:07:26.505277', 'created_date': '2020-01-30'}, {'id': 'https://openalex.org/W3008827533', 'doi': 'https://doi.org/10.1056/nejmoa2002032', 'title': 'Clinical Characteristics of Coronavirus Disease 2019 in China', 'display_name': 'Clinical Characteristics of Coronavirus Disease 2019 in China', 'publication_year': 2020, 'publication_date': '2020-04-30', 'ids': {'openalex': 'https://openalex.org/W3008827533', 'doi': 'https://doi.org/10.1056/nejmoa2002032', 'mag': '3008827533', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32109013', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7092819'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2002032', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2002032?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2002032?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5034499557', 'display_name': 'Weijun Guan', 'orcid': 'https://orcid.org/0000-0002-0138-7257'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Wei-jie Guan', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034117843', 'display_name': 'Zhengyi Ni', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zheng-yi Ni', 'raw_affiliation_string': 'Guangzhou, Wuhan Jinyintan Hospital', 'raw_affiliation_strings': ['Guangzhou, Wuhan Jinyintan Hospital']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036111618', 'display_name': 'Yu Hu', 'orcid': 'https://orcid.org/0000-0002-4878-3169'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Yu Sheng Hu', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031255136', 'display_name': 'Wenhua Liang', 'orcid': 'https://orcid.org/0000-0002-1391-8238'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Wen-hua Liang', 'raw_affiliation_string': 'Departments of Thoracic Oncology; State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['Departments of Thoracic Oncology', 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061901723', 'display_name': 'Chun Quan Ou', 'orcid': 'https://orcid.org/0000-0001-6866-7213'}, 'institutions': [{'id': 'https://openalex.org/I58200834', 'display_name': 'Southern Medical University', 'ror': 'https://ror.org/01vjw4z39', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I58200834']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chun-quan Ou', 'raw_affiliation_string': 'State Key Laboratory of Organ Failure Research, Department of Biostatistics, Guangdong Provincial Key Laboratory of Tropical Disease Research, School of Public Health, Southern Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Organ Failure Research, Department of Biostatistics, Guangdong Provincial Key Laboratory of Tropical Disease Research, School of Public Health, Southern Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074447759', 'display_name': 'Jianxing He', 'orcid': 'https://orcid.org/0000-0003-1737-8192'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Jian-xing He', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University; Thoracic Surgery and Oncology', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'Thoracic Surgery and Oncology']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020147975', 'display_name': 'Lei Liu', 'orcid': 'https://orcid.org/0000-0002-9714-2130'}, 'institutions': [{'id': 'https://openalex.org/I3045169105', 'display_name': 'Southern University of Science and Technology', 'ror': 'https://ror.org/049tv2d57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I3045169105']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210166055', 'display_name': 'Shenzhen Third People’s Hospital', 'ror': 'https://ror.org/04xfsbk97', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210166055']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Lei Liu', 'raw_affiliation_string': 'Wuhan, Shenzhen Third People’s Hospital and the Second Affiliated Hospital of Southern University of Science and Technology, National Clinical Research Center for Infectious Diseases', 'raw_affiliation_strings': ['Wuhan, Shenzhen Third People’s Hospital and the Second Affiliated Hospital of Southern University of Science and Technology, National Clinical Research Center for Infectious Diseases']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022408293', 'display_name': 'Hong Shan', 'orcid': 'https://orcid.org/0000-0001-6640-1390'}, 'institutions': [{'id': 'https://openalex.org/I4210113039', 'display_name': 'Fifth Affiliated Hospital of Sun Yat-sen University', 'ror': 'https://ror.org/023te5r95', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210113039']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hong Qu Shan', 'raw_affiliation_string': 'Shenzhen, the Fifth Affiliated Hospital of Sun Yat-sen University, Zhuhai', 'raw_affiliation_strings': ['Shenzhen, the Fifth Affiliated Hospital of Sun Yat-sen University, Zhuhai']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063412345', 'display_name': 'Chunliang Lei', 'orcid': 'https://orcid.org/0009-0006-1490-7721'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210156462', 'display_name': "Guangzhou Eighth People's Hospital", 'ror': 'https://ror.org/0534awx66', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210156462']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chun-liang Lei', 'raw_affiliation_string': 'First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital, Guangzhou Medical University', 'raw_affiliation_strings': ['First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital, Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001039750', 'display_name': 'David Shu Cheong Hui', 'orcid': 'https://orcid.org/0000-0002-1779-6389'}, 'institutions': [{'id': 'https://openalex.org/I177725633', 'display_name': 'Chinese University of Hong Kong', 'ror': 'https://ror.org/00t33hh48', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I177725633']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'David S.C. Hui', 'raw_affiliation_string': 'Department of Medicine and Therapeutics, Chinese University of Hong Kong, Shatin', 'raw_affiliation_strings': ['Department of Medicine and Therapeutics, Chinese University of Hong Kong, Shatin']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012294390', 'display_name': 'Bin Du', 'orcid': 'https://orcid.org/0000-0001-6237-2895'}, 'institutions': [{'id': 'https://openalex.org/I2801228662', 'display_name': 'Peking Union Medical College Hospital', 'ror': 'https://ror.org/04jztag35', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801228662']}, {'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bin Du', 'raw_affiliation_string': 'Hong Kong, Medical ICU, Peking Union Medical College Hospital, Peking Union Medical College and Chinese Academy of Medical Sciences', 'raw_affiliation_strings': ['Hong Kong, Medical ICU, Peking Union Medical College Hospital, Peking Union Medical College and Chinese Academy of Medical Sciences']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003208390', 'display_name': 'Lan‐juan Li', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I76130692', 'display_name': 'Zhejiang University', 'ror': 'https://ror.org/00a2xv884', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I76130692']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Lan‐juan Li', 'raw_affiliation_string': 'Beijing, the State Key Laboratory for Diagnosis and Treatment of Infectious Diseases, National Clinical Research Center for Infectious Diseases, First Affiliated Hospital, College of Medicine, Zhejiang University, Hangzhou', 'raw_affiliation_strings': ['Beijing, the State Key Laboratory for Diagnosis and Treatment of Infectious Diseases, National Clinical Research Center for Infectious Diseases, First Affiliated Hospital, College of Medicine, Zhejiang University, Hangzhou']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065458315', 'display_name': 'Guang Zeng', 'orcid': 'https://orcid.org/0000-0002-5201-9796'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Guang Zeng', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034244519', 'display_name': 'Kwok‐Yung Yuen', 'orcid': 'https://orcid.org/0000-0003-3750-7932'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Kwok-Yung Yuen', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, University of Hong Kong–Shenzhen Hospital; Department of Microbiology and the Carol Yu Center for Infection, Li Ka Shing Faculty of Medicine, University of Hong Kong, Pok Fu Lam', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, University of Hong Kong–Shenzhen Hospital', 'Department of Microbiology and the Carol Yu Center for Infection, Li Ka Shing Faculty of Medicine, University of Hong Kong, Pok Fu Lam']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061008437', 'display_name': 'Ruchong Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Ru-chong Chen', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068273087', 'display_name': 'Chunli Tang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Chun-li Tang', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085142676', 'display_name': 'Tao Wang', 'orcid': 'https://orcid.org/0000-0003-0951-5476'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Tao Wang', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012491543', 'display_name': 'Pingyan Chen', 'orcid': 'https://orcid.org/0000-0002-3747-8003'}, 'institutions': [{'id': 'https://openalex.org/I58200834', 'display_name': 'Southern Medical University', 'ror': 'https://ror.org/01vjw4z39', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I58200834']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ping-yan Chen', 'raw_affiliation_string': 'State Key Laboratory of Organ Failure Research, Department of Biostatistics, Guangdong Provincial Key Laboratory of Tropical Disease Research, School of Public Health, Southern Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Organ Failure Research, Department of Biostatistics, Guangdong Provincial Key Laboratory of Tropical Disease Research, School of Public Health, Southern Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018032427', 'display_name': 'Jie Xiang', 'orcid': 'https://orcid.org/0000-0001-5573-2557'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jie Xiang', 'raw_affiliation_string': 'Guangzhou, Wuhan Jinyintan Hospital', 'raw_affiliation_strings': ['Guangzhou, Wuhan Jinyintan Hospital']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048339590', 'display_name': 'Shiyue Li', 'orcid': 'https://orcid.org/0000-0002-6425-8831'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Shi-yue Li', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057269007', 'display_name': 'Jinlin Wang', 'orcid': 'https://orcid.org/0000-0003-4625-7605'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Jin-lin Wang', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087858925', 'display_name': 'Zijing Liang', 'orcid': None}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Zi-jing Liang', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033601699', 'display_name': 'Yuchen Peng', 'orcid': 'https://orcid.org/0000-0001-6480-4057'}, 'institutions': [{'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi-xiang Peng', 'raw_affiliation_string': 'Central Hospital of Wuhan', 'raw_affiliation_strings': ['Central Hospital of Wuhan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003083504', 'display_name': 'Wei Li', 'orcid': 'https://orcid.org/0000-0001-7501-5707'}, 'institutions': [{'id': 'https://openalex.org/I4210111998', 'display_name': 'Wuhan No.1 Hospital', 'ror': 'https://ror.org/021ty3131', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210111998']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Li Li Wei', 'raw_affiliation_string': 'Wuhan No. 1 Hospital, Wuhan Hospital of Traditional Chinese and Western Medicine', 'raw_affiliation_strings': ['Wuhan No. 1 Hospital, Wuhan Hospital of Traditional Chinese and Western Medicine']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051236141', 'display_name': 'Yong Hui Liu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210145137', 'display_name': 'Public Health Clinical Center of Chengdu', 'ror': 'https://ror.org/046m3e234', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210145137']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yong Hui Liu', 'raw_affiliation_string': 'Chengdu Public Health Clinical Medical Center, Chengdu', 'raw_affiliation_strings': ['Chengdu Public Health Clinical Medical Center, Chengdu']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000453195', 'display_name': 'Yahua Hu', 'orcid': 'https://orcid.org/0000-0003-3115-5956'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Ya-hua Hu', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061332222', 'display_name': 'Peng Peng', 'orcid': 'https://orcid.org/0000-0002-8258-6812'}, 'institutions': [{'id': 'https://openalex.org/I4210109004', 'display_name': 'Wuhan Pulmonary Hospital', 'ror': 'https://ror.org/01kqcdh89', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109004']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Peng Peng', 'raw_affiliation_string': 'Wuhan Pulmonary Hospital', 'raw_affiliation_strings': ['Wuhan Pulmonary Hospital']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052713292', 'display_name': 'Jianming Wang', 'orcid': 'https://orcid.org/0000-0002-9151-284X'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Jian-ming Wang', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071511255', 'display_name': 'Jiyang Liu', 'orcid': 'https://orcid.org/0000-0003-3699-1646'}, 'institutions': [{'id': 'https://openalex.org/I4210111263', 'display_name': 'The First Hospital of Changsha', 'ror': 'https://ror.org/01sy5t684', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210111263']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ji-yang Liu', 'raw_affiliation_string': 'First Hospital of Changsha, Changsha', 'raw_affiliation_strings': ['First Hospital of Changsha, Changsha']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057988092', 'display_name': 'Chunjiu Zhong', 'orcid': 'https://orcid.org/0000-0001-7870-3441'}, 'institutions': [{'id': 'https://openalex.org/I4210134288', 'display_name': 'Sanya Central Hospital', 'ror': 'https://ror.org/03t65z939', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210134288']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhong Chen', 'raw_affiliation_string': 'Third People’s Hospital of Hainan Province, Sanya', 'raw_affiliation_strings': ['Third People’s Hospital of Hainan Province, Sanya']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006219539', 'display_name': 'Gang Li', 'orcid': 'https://orcid.org/0000-0003-4804-1787'}, 'institutions': [{'id': 'https://openalex.org/I4210162891', 'display_name': 'Huanggang Central Hospital', 'ror': 'https://ror.org/02sjdcn27', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210162891']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Gang Li', 'raw_affiliation_string': 'Huanggang Central Hospital, Huanggang', 'raw_affiliation_strings': ['Huanggang Central Hospital, Huanggang']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043362340', 'display_name': 'Zhijian Zheng', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210144189', 'display_name': "The First People's Hospital of Wenling", 'ror': 'https://ror.org/04e3jvd14', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210144189']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhi-jian Zheng', 'raw_affiliation_string': 'Wenling First People’s Hospital, Wenling', 'raw_affiliation_strings': ['Wenling First People’s Hospital, Wenling']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032532898', 'display_name': 'Shao-qin Qiu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105124', 'display_name': 'Second Hospital of Yichang', 'ror': 'https://ror.org/016bw3t53', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210105124']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shao-qin Qiu', 'raw_affiliation_string': 'Third People’s Hospital of Yichang, Yichang', 'raw_affiliation_strings': ['Third People’s Hospital of Yichang, Yichang']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067095480', 'display_name': 'Jie Luo', 'orcid': 'https://orcid.org/0009-0007-0002-8926'}, 'institutions': [{'id': 'https://openalex.org/I4210117378', 'display_name': 'Taihe Hospital', 'ror': 'https://ror.org/02ftdsn70', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210117378']}, {'id': 'https://openalex.org/I1285929390', 'display_name': 'Hubei University of Medicine', 'ror': 'https://ror.org/01dr2b756', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I1285929390']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jie Luo', 'raw_affiliation_string': 'Affiliated Taihe Hospital of Hubei University of Medicine, Shiyan', 'raw_affiliation_strings': ['Affiliated Taihe Hospital of Hubei University of Medicine, Shiyan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018142228', 'display_name': 'Chang-jiang Ye', 'orcid': None}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Chang-jiang Ye', 'raw_affiliation_string': 'From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...', 'raw_affiliation_strings': ['From the State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University (W.G., W.L., J.H., R.C., C.T., T.W., S.L., Jin-lin Wang, N.Z., J.H., W.L.), the Departments of Thoracic Oncology (W.L.), Thoracic Surgery and Oncology (J.H.), and Emergency Medicine (Z.L.), First Affiliated Hospital of Guangzhou Medical University, and Guangzhou Eighth People’s Hospital,...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041705300', 'display_name': 'Shaoyong Zhu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210165388', 'display_name': 'Shanghai Huangpu District Central Hospital', 'ror': 'https://ror.org/00xteb469', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210165388']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shao-yong Zhu', 'raw_affiliation_string': 'People’s Hospital of Huangpi District', 'raw_affiliation_strings': ['People’s Hospital of Huangpi District']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5011404538', 'display_name': 'Nanshan Zhong', 'orcid': 'https://orcid.org/0000-0003-2274-1427'}, 'institutions': [{'id': 'https://openalex.org/I4210098361', 'display_name': 'First Affiliated Hospital of Guangzhou Medical University', 'ror': 'https://ror.org/00z0j0d77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098361']}, {'id': 'https://openalex.org/I4210126592', 'display_name': 'National Clinical Research', 'ror': 'https://ror.org/03ddkvp86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210126592']}, {'id': 'https://openalex.org/I4210154954', 'display_name': 'State Key Laboratory of Respiratory Disease', 'ror': 'https://ror.org/04hja5e04', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I4210154954']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Nan-shan Zhong', 'raw_affiliation_string': 'State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University', 'raw_affiliation_strings': ['State Key Laboratory of Respiratory Disease, National Clinical Research Center for Respiratory Disease, Guangzhou Institute of Respiratory Health, First Affiliated Hospital of Guangzhou Medical University']}], 'countries_distinct_count': 5, 'institutions_distinct_count': 29, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 20868, 'biblio': {'volume': '382', 'issue': '18', 'first_page': '1708', 'last_page': '1720'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.84313154}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.6267383}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.61116916}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.5882208}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.58146065}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.54138774}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.524799}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.5216737}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.5166145}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.46200675}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.45720276}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.33290443}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.18720767}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.16949928}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2002032', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2002032?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7092819', 'pdf_url': 'https://europepmc.org/articles/pmc7092819?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7092819', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/2020.02.06.20020974', 'pdf_url': 'https://www.medrxiv.org/content/medrxiv/early/2020/02/09/2020.02.06.20020974.full.pdf', 'source': None, 'license': 'cc-by-nc-nd', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2002032', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2002032?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.44}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.28}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1843578997', 'https://openalex.org/W2107053896', 'https://openalex.org/W2138324310', 'https://openalex.org/W2159340685', 'https://openalex.org/W2192340715', 'https://openalex.org/W2772576710', 'https://openalex.org/W2977322360', 'https://openalex.org/W3001118548', 'https://openalex.org/W3001897055', 'https://openalex.org/W3002108456', 'https://openalex.org/W3002539152', 'https://openalex.org/W3003465021', 'https://openalex.org/W3003573988', 'https://openalex.org/W3003668884', 'https://openalex.org/W3003951199', 'https://openalex.org/W3004239190', 'https://openalex.org/W3004318991', 'https://openalex.org/W3036980653', 'https://openalex.org/W3165656738'], 'related_works': ['https://openalex.org/W3040137343', 'https://openalex.org/W3045573749', 'https://openalex.org/W3046519041', 'https://openalex.org/W3048539433', 'https://openalex.org/W3089198401', 'https://openalex.org/W3097431264', 'https://openalex.org/W3150155159', 'https://openalex.org/W3163078543', 'https://openalex.org/W3194513569', 'https://openalex.org/W3203436974'], 'ngrams_url': 'https://api.openalex.org/works/W3008827533/ngrams', 'abstract_inverted_index': {'Since': [0], 'December': [1], '2019,': [2], 'when': [3], 'coronavirus': [4], 'disease': [5], '2019': [6], '(Covid-19)': [7], 'emerged': [8], 'in': [9], 'Wuhan': [10], 'city': [11], 'and': [12], 'rapidly': [13], 'spread': [14], 'throughout': [15], 'China,': [16], 'data': [17], 'have': [18], 'been': [19], 'needed': [20], 'on': [21], 'the': [22, 26], 'clinical': [23], 'characteristics': [24], 'of': [25], 'affected': [27], 'patients.': [28]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3008827533', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1577}, {'year': 2022, 'cited_by_count': 3738}, {'year': 2021, 'cited_by_count': 6921}, {'year': 2020, 'cited_by_count': 8546}, {'year': 2019, 'cited_by_count': 5}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-10-03T05:54:20.892034', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3001897055', 'doi': 'https://doi.org/10.1056/nejmoa2001017', 'title': 'A Novel Coronavirus from Patients with Pneumonia in China, 2019', 'display_name': 'A Novel Coronavirus from Patients with Pneumonia in China, 2019', 'publication_year': 2020, 'publication_date': '2020-02-20', 'ids': {'openalex': 'https://openalex.org/W3001897055', 'doi': 'https://doi.org/10.1056/nejmoa2001017', 'mag': '3001897055', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31978945', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7092803'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001017', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001017?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001017?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5025864240', 'display_name': 'Na Zhu', 'orcid': 'https://orcid.org/0000-0001-7839-8571'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Na Zhu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043631759', 'display_name': 'Dingyu Zhang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Dingyu Zhang', 'raw_affiliation_string': 'Wuhan Jinyintan Hospital', 'raw_affiliation_strings': ['Wuhan Jinyintan Hospital']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082485801', 'display_name': 'Wenling Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Wenling Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076986736', 'display_name': 'Xingwang Li', 'orcid': 'https://orcid.org/0000-0002-0907-6517'}, 'institutions': [{'id': 'https://openalex.org/I4210150338', 'display_name': 'Beijing Ditan Hospital', 'ror': 'https://ror.org/05kkkes98', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210150338']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xingwang Li', 'raw_affiliation_string': 'Department of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University', 'raw_affiliation_strings': ['Department of Infectious Diseases, Beijing Ditan Hospital, Capital Medical University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041664829', 'display_name': 'Bo Yang', 'orcid': 'https://orcid.org/0000-0003-0680-1469'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bo Yang', 'raw_affiliation_string': 'Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention', 'raw_affiliation_strings': ['Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031203283', 'display_name': 'Jingdong Song', 'orcid': 'https://orcid.org/0000-0001-8808-1981'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Jingdong Song', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079882302', 'display_name': 'Xiang Zhao', 'orcid': 'https://orcid.org/0000-0002-1168-3439'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Xiang Zhao', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063481153', 'display_name': 'Baoying Huang', 'orcid': 'https://orcid.org/0000-0001-9516-1146'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Baoying Huang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079289072', 'display_name': 'Weifeng Shi', 'orcid': 'https://orcid.org/0000-0002-8717-2942'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Weifeng Shi', 'raw_affiliation_string': 'Shandong First Medical University and Shandong Academy of Medical Sciences, Jinan, China', 'raw_affiliation_strings': ['Shandong First Medical University and Shandong Academy of Medical Sciences, Jinan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005893689', 'display_name': 'Roujian Lu', 'orcid': 'https://orcid.org/0000-0002-3063-4747'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Roujian Lu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045195522', 'display_name': 'Peihua Niu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Peihua Niu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037421711', 'display_name': 'Faxian Zhan', 'orcid': 'https://orcid.org/0000-0001-8890-276X'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Faxian Zhan', 'raw_affiliation_string': 'Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention', 'raw_affiliation_strings': ['Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078433604', 'display_name': 'Xuejun Ma', 'orcid': 'https://orcid.org/0000-0001-5891-5260'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Xuejun Ma', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052821031', 'display_name': 'Dayang Wang', 'orcid': 'https://orcid.org/0000-0003-3678-6677'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Dayan Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088700209', 'display_name': 'Wenbo Xu', 'orcid': 'https://orcid.org/0000-0001-5911-8837'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Wenbo Xu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042900498', 'display_name': 'Guizhen Wu', 'orcid': 'https://orcid.org/0000-0003-2778-4290'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Guizhen Wu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015873777', 'display_name': 'George F. Gao', 'orcid': 'https://orcid.org/0000-0001-8242-9430'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'George F. Gao', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5053933911', 'display_name': 'Wenjie Tan', 'orcid': 'https://orcid.org/0000-0002-5963-1136'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I84653119', 'display_name': 'Academia Sinica', 'ror': 'https://ror.org/05bxb3784', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I84653119']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Wenjie Tan', 'raw_affiliation_string': 'Center for Biosafety Mega-Science, Chinese Academy of Sciences; NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention', 'raw_affiliation_strings': ['Center for Biosafety Mega-Science, Chinese Academy of Sciences', 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 8, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 20356, 'biblio': {'volume': '382', 'issue': '8', 'first_page': '727', 'last_page': '733'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.890846}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.7934158}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.79068345}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.73203695}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.7005702}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.69029206}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.64273256}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.53893465}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.52871877}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.50851}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.4806232}, {'id': 'https://openalex.org/C177713679', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care medicine', 'level': 1, 'score': 0.43403113}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.1784049}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.17801896}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.09650788}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.07769814}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001017', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001017?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7092803', 'pdf_url': 'https://europepmc.org/articles/pmc7092803?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7092803', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81004', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81004/1/1088314019.2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001017', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001017?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.56}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.12}], 'grants': [], 'referenced_works_count': 13, 'referenced_works': ['https://openalex.org/W10914455', 'https://openalex.org/W1909499787', 'https://openalex.org/W2104548316', 'https://openalex.org/W2132260239', 'https://openalex.org/W2141877163', 'https://openalex.org/W2166867592', 'https://openalex.org/W2167391272', 'https://openalex.org/W2257005270', 'https://openalex.org/W2306794997', 'https://openalex.org/W2792024998', 'https://openalex.org/W2903899730', 'https://openalex.org/W2997069256', 'https://openalex.org/W3017468735'], 'related_works': ['https://openalex.org/W3012050440', 'https://openalex.org/W3040137343', 'https://openalex.org/W3045573749', 'https://openalex.org/W3046519041', 'https://openalex.org/W3089198401', 'https://openalex.org/W3096106079', 'https://openalex.org/W3097431264', 'https://openalex.org/W3163078543', 'https://openalex.org/W3194513569', 'https://openalex.org/W3203436974'], 'ngrams_url': 'https://api.openalex.org/works/W3001897055/ngrams', 'abstract_inverted_index': {'In': [0], 'December': [1], '2019,': [2], 'a': [3, 15, 48, 55], 'cluster': [4], 'of': [5, 9, 31, 74, 77, 98, 109], 'patients': [6, 37], 'with': [7, 38], 'pneumonia': [8], 'unknown': [10, 24], 'cause': [11], 'was': [12, 26], 'linked': [13], 'to': [14, 46], 'seafood': [16], 'wholesale': [17], 'market': [18], 'in': [19, 34, 112], 'Wuhan,': [20], 'China.': [21], 'A': [22], 'previously': [23], 'betacoronavirus': [25], 'discovered': [27], 'through': [28], 'the': [29, 58, 71, 75, 91, 101], 'use': [30], 'unbiased': [32], 'sequencing': [33], 'samples': [35], 'from': [36, 64], 'pneumonia.': [39], 'Human': [40], 'airway': [41], 'epithelial': [42], 'cells': [43], 'were': [44], 'used': [45], 'isolate': [47], 'novel': [49], 'coronavirus,': [50], 'named': [51], '2019-nCoV,': [52], 'which': [53], 'formed': [54], 'clade': [56], 'within': [57], 'subgenus': [59], 'sarbecovirus,': [60], 'Orthocoronavirinae': [61], 'subfamily.': [62], 'Different': [63], 'both': [65], 'MERS-CoV': [66], 'and': [67, 84, 95, 100, 107], 'SARS-CoV,': [68], '2019-nCoV': [69], 'is': [70], 'seventh': [72], 'member': [73], 'family': [76], 'coronaviruses': [78], 'that': [79], 'infect': [80], 'humans.': [81], 'Enhanced': [82], 'surveillance': [83], 'further': [85], 'investigation': [86], 'are': [87], 'ongoing.': [88], '(Funded': [89], 'by': [90], 'National': [92, 102], 'Key': [93], 'Research': [94], 'Development': [96], 'Program': [97], 'China': [99], 'Major': [103], 'Project': [104], 'for': [105], 'Control': [106], 'Prevention': [108], 'Infectious': [110], 'Disease': [111], 'China.).': [113]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3001897055', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1702}, {'year': 2022, 'cited_by_count': 4039}, {'year': 2021, 'cited_by_count': 6609}, {'year': 2020, 'cited_by_count': 7905}, {'year': 2019, 'cited_by_count': 14}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-10-03T05:53:38.408396', 'created_date': '2020-01-30'}, {'id': 'https://openalex.org/W3009885589', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'title': 'Clinical course and risk factors for mortality of adult inpatients with COVID-19 in Wuhan, China: a retrospective cohort study', 'display_name': 'Clinical course and risk factors for mortality of adult inpatients with COVID-19 in Wuhan, China: a retrospective cohort study', 'publication_year': 2020, 'publication_date': '2020-03-01', 'ids': {'openalex': 'https://openalex.org/W3009885589', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'mag': '3009885589', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32171076', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7270627'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'pdf_url': 'http://www.thelancet.com/article/S0140673620305663/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S0140673620305663/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5012294253', 'display_name': 'Fei Zhou', 'orcid': 'https://orcid.org/0000-0002-8691-916X'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fei Zhou', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027596703', 'display_name': 'Yasuyuki Takata', 'orcid': 'https://orcid.org/0000-0003-4096-8975'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ting Yu', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025445089', 'display_name': 'Ronghui Du', 'orcid': 'https://orcid.org/0000-0002-3189-0515'}, 'institutions': [{'id': 'https://openalex.org/I4210109004', 'display_name': 'Wuhan Pulmonary Hospital', 'ror': 'https://ror.org/01kqcdh89', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109004']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ronghui Du', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Wuhan Pulmonary Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Wuhan Pulmonary Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082759663', 'display_name': 'Guohui Fan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Guohui Fan', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033402991', 'display_name': 'Ying Liu', 'orcid': 'https://orcid.org/0000-0001-9385-992X'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ying Liu', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072886386', 'display_name': 'Zhibo Liu', 'orcid': 'https://orcid.org/0000-0001-9210-156X'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhibo Liu', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018032427', 'display_name': 'Jie Xiang', 'orcid': 'https://orcid.org/0000-0001-5573-2557'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jie Xiang', 'raw_affiliation_string': 'Department of Clinical Laboratory, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Clinical Laboratory, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008453760', 'display_name': 'Yeming Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yeming Wang', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059176471', 'display_name': 'Bin Song', 'orcid': 'https://orcid.org/0000-0001-7007-6367'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bin Song', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088470075', 'display_name': 'Xiaoqing Gu', 'orcid': 'https://orcid.org/0000-0001-8256-5408'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiaoying Gu', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Institute of Clinical Medical Sciences, China-Japan Friendship Hospital, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065156494', 'display_name': 'Lulu Guan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109004', 'display_name': 'Wuhan Pulmonary Hospital', 'ror': 'https://ror.org/01kqcdh89', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109004']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lulu Guan', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Wuhan Pulmonary Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Wuhan Pulmonary Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052650664', 'display_name': 'Wei Yuan', 'orcid': 'https://orcid.org/0000-0003-3387-7549'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuan Wei', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086729355', 'display_name': 'Hui Li', 'orcid': 'https://orcid.org/0000-0002-5822-2795'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hui Li', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003556048', 'display_name': 'Xudong Wu', 'orcid': 'https://orcid.org/0000-0001-9594-479X'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xudong Wu', 'raw_affiliation_string': 'GCP Center, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['GCP Center, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062226704', 'display_name': 'Jiuyang Xu', 'orcid': 'https://orcid.org/0000-0002-1906-5918'}, 'institutions': [{'id': 'https://openalex.org/I99065089', 'display_name': 'Tsinghua University', 'ror': 'https://ror.org/03cve4549', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I99065089']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jiuyang Xu', 'raw_affiliation_string': 'Tsinghua University School of Medicine, Beijing, China', 'raw_affiliation_strings': ['Tsinghua University School of Medicine, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001851890', 'display_name': 'Shengjin Tu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shengjin Tu', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044544424', 'display_name': 'Yi Zhang', 'orcid': 'https://orcid.org/0000-0002-2028-048X'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi Zhang', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035829439', 'display_name': 'Hua Chen', 'orcid': 'https://orcid.org/0000-0002-3066-7434'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Hua Chen', 'raw_affiliation_string': 'Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Tuberculosis and Respiratory Disease, Jinyintan Hospital, Wuhan, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5006829545', 'display_name': 'Bin Cao', 'orcid': 'https://orcid.org/0000-0001-6991-0350'}, 'institutions': [{'id': 'https://openalex.org/I200296433', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'ror': 'https://ror.org/02drdmm93', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200296433']}, {'id': 'https://openalex.org/I2801051648', 'display_name': 'China-Japan Friendship Hospital', 'ror': 'https://ror.org/037cjxp13', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801051648']}, {'id': 'https://openalex.org/I183519381', 'display_name': 'Capital Medical University', 'ror': 'https://ror.org/013xs5b60', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183519381']}, {'id': 'https://openalex.org/I99065089', 'display_name': 'Tsinghua University', 'ror': 'https://ror.org/03cve4549', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I99065089']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Bin Cao', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China; Department of Pulmonary and Critical Care Medicine, China-Japan Friendship Hospital, Beijing, China; Department of Respiratory Medicine, Capital Medical University, Beijing, China; Tsinghua University School of Medicine, Beijing, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, Center of Respiratory Medicine, National Clinical Research Center for Respiratory Diseases, Institute of Respiratory Medicine, Chinese Academy of Medical Sciences, Peking Union Medical College, Beijing, China', 'Department of Pulmonary and Critical Care Medicine, China-Japan Friendship Hospital, Beijing, China', 'Department of Respiratory Medicine, Capital Medical University, Beijing, China', 'Tsinghua University School of Medicine, Beijing, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 6, 'corresponding_author_ids': ['https://openalex.org/A5035829439', 'https://openalex.org/A5006829545'], 'corresponding_institution_ids': ['https://openalex.org/I3020662980', 'https://openalex.org/I200296433', 'https://openalex.org/I2801051648', 'https://openalex.org/I183519381', 'https://openalex.org/I99065089'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 20192, 'biblio': {'volume': '395', 'issue': '10229', 'first_page': '1054', 'last_page': '1062'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.9043049}, {'id': 'https://openalex.org/C167135981', 'wikidata': 'https://www.wikidata.org/wiki/Q2146302', 'display_name': 'Retrospective cohort study', 'level': 2, 'score': 0.6753098}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.59944415}, {'id': 'https://openalex.org/C2779159551', 'wikidata': 'https://www.wikidata.org/wiki/Q1414874', 'display_name': 'Comorbidity', 'level': 2, 'score': 0.58240056}, {'id': 'https://openalex.org/C156957248', 'wikidata': 'https://www.wikidata.org/wiki/Q1862216', 'display_name': 'Odds ratio', 'level': 2, 'score': 0.5806579}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.542441}, {'id': 'https://openalex.org/C151956035', 'wikidata': 'https://www.wikidata.org/wiki/Q1132755', 'display_name': 'Logistic regression', 'level': 2, 'score': 0.46030453}, {'id': 'https://openalex.org/C555293320', 'wikidata': 'https://www.wikidata.org/wiki/Q12206', 'display_name': 'Diabetes mellitus', 'level': 2, 'score': 0.44630805}, {'id': 'https://openalex.org/C72563966', 'wikidata': 'https://www.wikidata.org/wiki/Q1303415', 'display_name': 'Cohort', 'level': 2, 'score': 0.41818428}, {'id': 'https://openalex.org/C195910791', 'wikidata': 'https://www.wikidata.org/wiki/Q1324077', 'display_name': 'Medical record', 'level': 2, 'score': 0.41163024}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.34819156}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': True}, {'descriptor_ui': 'D063305', 'descriptor_name': 'Organ Dysfunction Scores', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D010347', 'descriptor_name': 'Patient Care Planning', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': True}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000367', 'descriptor_name': 'Age Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086742', 'descriptor_name': 'COVID-19 Testing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019411', 'descriptor_name': 'Clinical Laboratory Techniques', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015331', 'descriptor_name': 'Cohort Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015897', 'descriptor_name': 'Comorbidity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D048909', 'descriptor_name': 'Diabetes Complications', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018450', 'descriptor_name': 'Disease Progression', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005338', 'descriptor_name': 'Fibrin Fibrinogen Degradation Products', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': False}, {'descriptor_ui': 'D005338', 'descriptor_name': 'Fibrin Fibrinogen Degradation Products', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006973', 'descriptor_name': 'Hypertension', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D006973', 'descriptor_name': 'Hypertension', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009026', 'descriptor_name': 'Mortality', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': False}, {'descriptor_ui': 'D009026', 'descriptor_name': 'Mortality', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058873', 'descriptor_name': 'Pandemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010356', 'descriptor_name': 'Patient Isolation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012189', 'descriptor_name': 'Retrospective Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'pdf_url': 'http://www.thelancet.com/article/S0140673620305663/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7270627', 'pdf_url': 'https://europepmc.org/articles/pmc7270627?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7270627', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32171076', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30566-3', 'pdf_url': 'http://www.thelancet.com/article/S0140673620305663/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 36, 'referenced_works': ['https://openalex.org/W1803784511', 'https://openalex.org/W1886710441', 'https://openalex.org/W1974873560', 'https://openalex.org/W1984064716', 'https://openalex.org/W1995666039', 'https://openalex.org/W2006758816', 'https://openalex.org/W2013819723', 'https://openalex.org/W2019488451', 'https://openalex.org/W2026274122', 'https://openalex.org/W2106605319', 'https://openalex.org/W2109626958', 'https://openalex.org/W2111584700', 'https://openalex.org/W2114421929', 'https://openalex.org/W2117026086', 'https://openalex.org/W2144410942', 'https://openalex.org/W2144873061', 'https://openalex.org/W2161464191', 'https://openalex.org/W2170500525', 'https://openalex.org/W2280404143', 'https://openalex.org/W2473016454', 'https://openalex.org/W2525468044', 'https://openalex.org/W2586093485', 'https://openalex.org/W2620241325', 'https://openalex.org/W2738334516', 'https://openalex.org/W2786663893', 'https://openalex.org/W2797093405', 'https://openalex.org/W2948483377', 'https://openalex.org/W2983683106', 'https://openalex.org/W3001118548', 'https://openalex.org/W3002108456', 'https://openalex.org/W3003668884', 'https://openalex.org/W3003749070', 'https://openalex.org/W3006961006', 'https://openalex.org/W3007940623', 'https://openalex.org/W3008090866', 'https://openalex.org/W3165656738'], 'related_works': ['https://openalex.org/W1563850031', 'https://openalex.org/W2004721589', 'https://openalex.org/W2050278325', 'https://openalex.org/W2477714387', 'https://openalex.org/W3048921073', 'https://openalex.org/W3152215807', 'https://openalex.org/W3153421255', 'https://openalex.org/W4220662621', 'https://openalex.org/W4221019750', 'https://openalex.org/W4300688325'], 'ngrams_url': 'https://api.openalex.org/works/W3009885589/ngrams', 'abstract_inverted_index': {'BackgroundSince': [0], 'December,': [1], '2019,': [2], 'Wuhan,': [3], 'China,': [4], 'has': [5], 'experienced': [6], 'an': [7, 287], 'outbreak': [8], 'of': [9, 28, 45, 149, 192, 232, 254, 265, 299, 301, 312, 333, 344], 'coronavirus': [10, 21], 'disease': [11, 183], '2019': [12], '(COVID-19),': [13], 'caused': [14], 'by': [15, 87, 175], 'the': [16, 126, 168, 294, 309], 'severe': [17], 'acute': [18], 'respiratory': [19], 'syndrome': [20], '2': [22], '(SARS-CoV-2).': [23], 'Epidemiological': [24], 'and': [25, 40, 74, 94, 110, 114, 119, 138, 154, 180, 219, 271, 304, 330, 338, 341, 347, 353], 'clinical': [26, 43], 'characteristics': [27], 'patients': [29, 133, 161, 282, 303], 'with': [30, 68, 130, 165, 196, 283], 'COVID-19': [31, 70], 'have': [32, 50], 'been': [33, 52, 82], 'reported': [34], 'but': [35, 242], 'risk': [36, 127, 263], 'factors': [37, 128, 264], 'for': [38, 100, 296, 317, 323], 'mortality': [39], 'a': [41, 163, 297], 'detailed': [42], 'course': [44], 'illness,': [46], 'including': [47, 97], 'viral': [48, 101, 233, 255, 291], 'shedding,': [49], 'not': [51], 'well': [53], 'described.MethodsIn': [54], 'this': [55, 147], 'retrospective,': [56], 'multicentre': [57], 'cohort': [58], 'study,': [59, 148], 'we': [60], 'included': [61, 145], 'all': [62], 'adult': [63], 'inpatients': [64], '(≥18': [65], 'years': [66], 'old)': [67], 'laboratory-confirmed': [69], 'from': [71, 106, 135, 140], 'Jinyintan': [72, 136], 'Hospital': [73, 77, 137], 'Wuhan': [75, 141], 'Pulmonary': [76, 142], '(Wuhan,': [78], 'China)': [79], 'who': [80], 'had': [81, 85, 162], 'discharged': [83, 153], 'or': [84], 'died': [86, 156], 'Jan': [88], '31,': [89], '2020.': [90], 'Demographic,': [91], 'clinical,': [92], 'treatment,': [93], 'laboratory': [95], 'data,': [96], 'serial': [98], 'samples': [99], 'RNA': [102], 'detection,': [103], 'were': [104, 144, 152], 'extracted': [105], 'electronic': [107], 'medical': [108], 'records': [109], 'compared': [111], 'between': [112], 'survivors': [113, 258], 'non-survivors.': [115, 249], 'We': [116], 'used': [117], 'univariable': [118], 'multivariable': [120], 'logistic': [121], 'regression': [122, 188], 'methods': [123], 'to': [124, 280], 'explore': [125], 'associated': [129, 195], 'in-hospital': [131, 193], 'death.Findings191': [132], '(135': [134], '56': [139], 'Hospital)': [143], 'in': [146, 157, 240, 248, 257, 308], 'whom': [150], '137': [151], '54': [155], 'hospital.': [158], '91': [159], '(48%)': [160], 'comorbidity,': [164], 'hypertension': [166], 'being': [167], 'most': [169], 'common': [170], '(58': [171], '[30%]': [172], 'patients),': [173], 'followed': [174], 'diabetes': [176], '(36': [177], '[19%]': [178], 'patients)': [179], 'coronary': [181], 'heart': [182], '(15': [184], '[8%]': [185], 'patients).': [186], 'Multivariable': [187], 'showed': [189], 'increasing': [190], 'odds': [191], 'death': [194, 247], 'older': [197, 266], 'age': [198], '(odds': [199], 'ratio': [200], '1·10,': [201], '95%': [202], 'CI': [203], '1·03–1·17,': [204], 'per': [205], 'year': [206], 'increase;': [207], 'p=0·0043),': [208], 'higher': [209], 'Sequential': [210], 'Organ': [211], 'Failure': [212], 'Assessment': [213], '(SOFA)': [214], 'score': [215], '(5·65,': [216], '2·61–12·23;': [217], 'p<0·0001),': [218], 'd-dimer': [220, 272], 'greater': [221, 273], 'than': [222, 274], '1': [223, 275], 'μg/mL': [224, 276], '(18·42,': [225], '2·64–128·55;': [226], 'p=0·0033)': [227], 'on': [228, 349], 'admission.': [229], 'Median': [230], 'duration': [231, 253], 'shedding': [234, 256, 292], 'was': [235, 244, 259], '20·0': [236], 'days': [237], '(IQR': [238], '17·0–24·0)': [239], 'survivors,': [241], 'SARS-CoV-2': [243], 'detectable': [245], 'until': [246], 'The': [250, 335], 'longest': [251], 'observed': [252], '37': [260], 'days.InterpretationThe': [261], 'potential': [262], 'age,': [267], 'high': [268], 'SOFA': [269], 'score,': [270], 'could': [277], 'help': [278], 'clinicians': [279], 'identify': [281], 'poor': [284], 'prognosis': [285], 'at': [286], 'early': [288], 'stage.': [289], 'Prolonged': [290], 'provides': [293], 'rationale': [295], 'strategy': [298], 'isolation': [300], 'infected': [302], 'optimal': [305], 'antiviral': [306], 'interventions': [307], 'future.FundingChinese': [310], 'Academy': [311], 'Medical': [313, 318], 'Sciences': [314], 'Innovation': [315], 'Fund': [316], 'Sciences;': [319], 'National': [320, 327, 345], 'Science': [321, 337, 346], 'Grant': [322], 'Distinguished': [324], 'Young': [325], 'Scholars;': [326], 'Key': [328], 'Research': [329], 'Development': [331], 'Program': [332], 'China;': [334], 'Beijing': [336], 'Technology': [339, 348], 'Project;': [340], 'Major': [342], 'Projects': [343], 'New': [350], 'Drug': [351], 'Creation': [352], 'Development.': [354]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3009885589', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1649}, {'year': 2022, 'cited_by_count': 3742}, {'year': 2021, 'cited_by_count': 6882}, {'year': 2020, 'cited_by_count': 7851}, {'year': 2019, 'cited_by_count': 6}], 'updated_date': '2023-10-04T03:36:30.349360', 'created_date': '2020-03-13'}, {'id': 'https://openalex.org/W3165656738', 'doi': 'https://doi.org/10.1001/jama.2020.1585', 'title': 'Clinical Characteristics of 138 Hospitalized Patients With 2019 Novel Coronavirus–Infected Pneumonia in Wuhan, China', 'display_name': 'Clinical Characteristics of 138 Hospitalized Patients With 2019 Novel Coronavirus–Infected Pneumonia in Wuhan, China', 'publication_year': 2020, 'publication_date': '2020-03-17', 'ids': {'openalex': 'https://openalex.org/W3165656738', 'doi': 'https://doi.org/10.1001/jama.2020.1585', 'mag': '3165656738'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.1585', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2761044/jama_wang_2020_oi_200019.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://jamanetwork.com/journals/jama/articlepdf/2761044/jama_wang_2020_oi_200019.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079607587', 'display_name': 'Dawei Wang', 'orcid': 'https://orcid.org/0000-0002-5121-9841'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Dawei Wang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007083742', 'display_name': 'Bo Hu', 'orcid': 'https://orcid.org/0000-0002-4465-9814'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bo Hu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078130488', 'display_name': 'Chang Hu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chang Hu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059191374', 'display_name': 'Fangfang Zhu', 'orcid': 'https://orcid.org/0000-0001-5118-4629'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fangfang Zhu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039412958', 'display_name': 'Xing Liu', 'orcid': 'https://orcid.org/0000-0002-1498-2186'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xing Liu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054506908', 'display_name': 'Jing Zhang', 'orcid': 'https://orcid.org/0000-0001-8549-3286'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jing Zhang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060700361', 'display_name': 'Binbin Wang', 'orcid': 'https://orcid.org/0000-0003-3799-2042'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Binbin Wang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053084000', 'display_name': 'Hui Xiang', 'orcid': 'https://orcid.org/0000-0002-2085-2601'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hui Xiang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045852733', 'display_name': 'Zhenshun Cheng', 'orcid': 'https://orcid.org/0000-0003-3287-7838'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhenshun Cheng', 'raw_affiliation_string': 'Department of Pulmonary Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Pulmonary Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063789000', 'display_name': 'Yong Xiong', 'orcid': 'https://orcid.org/0000-0003-0678-4064'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yong Xiong', 'raw_affiliation_string': 'Department of Infectious Disease, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Infectious Disease, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043883753', 'display_name': 'Yan Zhao', 'orcid': 'https://orcid.org/0000-0002-8244-6297'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Zhao', 'raw_affiliation_string': 'Department of Emergency Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Emergency Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038293438', 'display_name': 'Yirong Li', 'orcid': 'https://orcid.org/0000-0001-9999-1411'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yirong Li', 'raw_affiliation_string': 'Department of Laboratory Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Laboratory Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009012652', 'display_name': 'Xinghuan Wang', 'orcid': 'https://orcid.org/0000-0003-3497-0024'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Xinghuan Wang', 'raw_affiliation_string': 'Department of Urology, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Urology, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5012603380', 'display_name': 'Zhiyong Peng', 'orcid': 'https://orcid.org/0000-0002-3873-9607'}, 'institutions': [{'id': 'https://openalex.org/I4210120234', 'display_name': 'Zhongnan Hospital of Wuhan University', 'ror': 'https://ror.org/01v5mqw79', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210120234']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Zhiyong Peng', 'raw_affiliation_string': 'Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Zhongnan Hospital of Wuhan University, Wuhan, Hubei, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5009012652', 'https://openalex.org/A5012603380'], 'corresponding_institution_ids': ['https://openalex.org/I4210120234', 'https://openalex.org/I4210120234'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 16277, 'biblio': {'volume': '323', 'issue': '11', 'first_page': '1061', 'last_page': '1061'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.96306777}, {'id': 'https://openalex.org/C119060515', 'wikidata': 'https://www.wikidata.org/wiki/Q1916617', 'display_name': 'Interquartile range', 'level': 2, 'score': 0.9298362}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.6524756}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.5844467}, {'id': 'https://openalex.org/C167135981', 'wikidata': 'https://www.wikidata.org/wiki/Q2146302', 'display_name': 'Retrospective cohort study', 'level': 2, 'score': 0.5753415}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.44824773}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.4091083}, {'id': 'https://openalex.org/C194828623', 'wikidata': 'https://www.wikidata.org/wiki/Q2861470', 'display_name': 'Emergency medicine', 'level': 1, 'score': 0.38265273}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.1585', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2761044/jama_wang_2020_oi_200019.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7042881', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7042881', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.1585', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2761044/jama_wang_2020_oi_200019.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 7, 'referenced_works': ['https://openalex.org/W2470646526', 'https://openalex.org/W2952762910', 'https://openalex.org/W2999318660', 'https://openalex.org/W2999409984', 'https://openalex.org/W3002539152', 'https://openalex.org/W3003668884', 'https://openalex.org/W3004151654'], 'related_works': ['https://openalex.org/W1877883789', 'https://openalex.org/W2061253854', 'https://openalex.org/W2316236384', 'https://openalex.org/W2774644753', 'https://openalex.org/W2969502057', 'https://openalex.org/W2971392718', 'https://openalex.org/W3037686638', 'https://openalex.org/W3162511055', 'https://openalex.org/W3210359220', 'https://openalex.org/W4304166187'], 'ngrams_url': 'https://api.openalex.org/works/W3165656738/ngrams', 'abstract_inverted_index': {'<h3>Importance</h3>': [0], 'In': [1, 465], 'December': [2], '2019,': [3], 'novel': [4], 'coronavirus': [5], '(2019-nCoV)–infected': [6], 'pneumonia': [7], '(NCIP)': [8], 'occurred': [9, 210], 'in': [10, 64, 126, 211, 222, 234, 250, 336, 347, 397, 477, 487], 'Wuhan,': [11, 65, 478], 'China.': [12], 'The': [13, 311], 'number': [14], 'of': [15, 26, 39, 49, 61, 76, 102, 120, 136, 173, 253, 295, 425, 470, 483, 489, 492], 'cases': [16, 396], 'has': [17], 'increased': [18], 'rapidly': [19], 'but': [20, 439], 'information': [21], 'on': [22], 'the': [23, 34, 50, 127, 148, 170, 251, 289, 337, 348, 394, 398, 440, 453], 'clinical': [24, 37], 'characteristics': [25, 38], 'affected': [27, 176], 'patients': [28, 54, 105, 109, 125, 145, 183, 213, 224, 236, 257, 284, 344, 429, 442, 473, 493], 'is': [29], 'limited.': [30], '<h3>Objective</h3>': [31], 'To': [32], 'describe': [33], 'epidemiological': [35], 'and': [36, 43, 87, 94, 99, 106, 132, 160, 181, 195, 226, 264, 278, 307, 328, 374, 386, 411, 433, 463, 497], 'NCIP.': [40, 84], '<h3>Design,': [41], 'Setting,': [42], 'Participants</h3>': [44], 'Retrospective,': [45], 'single-center': [46, 467], 'case': [47, 468], 'series': [48, 469], '138': [51, 143, 471], 'consecutive': [52], 'hospitalized': [53, 124, 144, 182, 472], 'with': [55, 146, 343, 474], 'confirmed': [56, 475], 'NCIP': [57, 476], 'at': [58], 'Zhongnan': [59], 'Hospital': [60], 'Wuhan': [62], 'University': [63], 'China,': [66, 479], 'from': [67, 314], 'January': [68, 71], '1': [69], 'to': [70, 288, 317, 322, 329, 365, 378, 420], '28,': [72], '2020;': [73], 'final': [74], 'date': [75], 'follow-up': [77], 'was': [78, 115, 151, 167, 319, 325, 331, 457, 485, 499], 'February': [79, 426], '3,': [80, 427], '2020.': [81], '<h3>Exposures</h3>': [82], 'Documented': [83], '<h3>Main': [85], 'Outcomes': [86, 101], 'Measures</h3>': [88], 'Epidemiological,': [89], 'demographic,': [90], 'clinical,': [91], 'laboratory,': [92], 'radiological,': [93], 'treatment': [95], 'data': [96], 'were': [97, 110, 163, 286, 353, 362, 375, 418, 431], 'collected': [98], 'analyzed.': [100], 'critically': [103], 'ill': [104, 108], 'noncritically': [107], 'compared.': [111], 'Presumed': [112], 'hospital-related': [113, 481], 'transmission': [114, 166, 482], 'suspected': [116, 168, 486], 'if': [117], 'a': [118, 133], 'cluster': [119], 'health': [121, 177], 'professionals': [122, 178], 'or': [123, 246], 'same': [128], 'wards': [129], 'became': [130], 'infected': [131], 'possible': [134], 'source': [135], 'infection': [137, 174], 'could': [138], 'be': [139], 'tracked.': [140], '<h3>Results</h3>': [141], 'Of': [142, 393], 'NCIP,': [147], 'median': [149, 312, 454], 'age': [150], '56': [152], 'years': [153, 358], '(interquartile': [154], 'range,': [155, 157], '42-68;': [156], '22-92': [158], 'years)': [159], '75': [161], '(54.3%)': [162], 'men.': [164], 'Hospital-associated': [165], 'as': [169], 'presumed': [171, 480], 'mechanism': [172], 'for': [175], '(40': [179], '[29%])': [180], '(17': [184], '[12.3%]).': [185], 'Common': [186], 'symptoms': [187], 'included': [188], 'fever': [189], '(136': [190], '[98.6%]),': [191], 'fatigue': [192], '(96': [193], '[69.6%]),': [194], 'dry': [196], 'cough': [197], '(82': [198], '[59.4%]).': [199], 'Lymphopenia': [200], '(lymphocyte': [201], 'count,': [202], '0.8': [203], '×': [204], '10<sup>9</sup>/L': [205], '[interquartile': [206], 'range': [207], '{IQR},': [208], '0.6-1.1])': [209], '97': [212], '(70.3%),': [214], 'prolonged': [215], 'prothrombin': [216], 'time': [217, 313], '(13.0': [218], 'seconds': [219], '[IQR,': [220, 232], '12.3-13.7])': [221], '80': [223], '(58%),': [225], 'elevated': [227], 'lactate': [228], 'dehydrogenase': [229], '(261': [230], 'U/L': [231], '182-403])': [233], '55': [235], '(39.9%).': [237], 'Chest': [238], 'computed': [239], 'tomographic': [240], 'scans': [241], 'showed': [242], 'bilateral': [243], 'patchy': [244], 'shadows': [245], 'ground': [247], 'glass': [248], 'opacity': [249], 'lungs': [252], 'all': [254], 'patients.': [255], 'Most': [256], 'received': [258, 266, 402, 408, 414, 494], 'antiviral': [259], 'therapy': [260, 268, 280], '(oseltamivir,': [261], '124': [262], '[89.9%]),': [263], 'many': [265], 'antibacterial': [267], '(moxifloxacin,': [269], '89': [270], '[64.4%];': [271], 'ceftriaxone,': [272], '34': [273], '[24.6%];': [274], 'azithromycin,': [275], '25': [276], '[18.1%])': [277], 'glucocorticoid': [279], '(62': [281], '[44.9%]).': [282], 'Thirty-six': [283], '(26.1%)': [285], 'transferred': [287], 'intensive': [290], 'care': [291], 'unit': [292], '(ICU)': [293], 'because': [294], 'complications,': [296], 'including': [297], 'acute': [298], 'respiratory': [299], 'distress': [300], 'syndrome': [301], '(22': [302], '[61.1%]),': [303], 'arrhythmia': [304], '(16': [305], '[44.4%]),': [306], 'shock': [308], '(11': [309], '[30.6%]).': [310], 'first': [315], 'symptom': [316], 'dyspnea': [318, 380], '5.0': [320], 'days,': [321, 327], 'hospital': [323, 455], 'admission': [324], '7.0': [326], 'ARDS': [330], '8.0': [332], 'days.': [333], 'Patients': [334], 'treated': [335, 346], 'ICU': [338, 349, 495], '(n': [339, 350, 450], '=': [340, 351, 451], '36),': [341], 'compared': [342], 'not': [345], '102),': [352], 'older': [354], '(median': [355], 'age,': [356], '66': [357], 'vs': [359, 371, 383, 390], '51': [360], 'years),': [361], 'more': [363, 376], 'likely': [364, 377], 'have': [366, 379], 'underlying': [367], 'comorbidities': [368], '(26': [369], '[72.2%]': [370], '38': [372], '[37.3%]),': [373], '(23': [381], '[63.9%]': [382], '20': [384], '[19.6%]),': [385], 'anorexia': [387], '(24': [388], '[66.7%]': [389], '31': [391], '[30.4%]).': [392], '36': [395], 'ICU,': [399], '4': [400], '(11.1%)': [401], 'high-flow': [403], 'oxygen': [404], 'therapy,': [405], '15': [406], '(41.7%)': [407], 'noninvasive': [409], 'ventilation,': [410], '17': [412], '(47.2%)': [413], 'invasive': [415], 'ventilation': [416], '(4': [417], 'switched': [419], 'extracorporeal': [421], 'membrane': [422], 'oxygenation).': [423], 'As': [424], '47': [428], '(34.1%)': [430], 'discharged': [432, 448], '6': [434], 'died': [435], '(overall': [436], 'mortality,': [437], '4.3%),': [438], 'remaining': [441], 'are': [443], 'still': [444], 'hospitalized.': [445], 'Among': [446], 'those': [447], 'alive': [449], '47),': [452], 'stay': [456], '10': [458], 'days': [459], '(IQR,': [460], '7.0-14.0).': [461], '<h3>Conclusions': [462], 'Relevance</h3>': [464], 'this': [466], '2019-nCoV': [484], '41%': [488], 'patients,': [490], '26%': [491], 'care,': [496], 'mortality': [498], '4.3%.': [500]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3165656738', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1151}, {'year': 2022, 'cited_by_count': 2687}, {'year': 2021, 'cited_by_count': 5175}, {'year': 2020, 'cited_by_count': 7292}, {'year': 2019, 'cited_by_count': 7}], 'updated_date': '2023-09-29T18:32:54.281805', 'created_date': '2021-06-07'}, {'id': 'https://openalex.org/W3004280078', 'doi': 'https://doi.org/10.1038/s41586-020-2012-7', 'title': 'A pneumonia outbreak associated with a new coronavirus of probable bat origin', 'display_name': 'A pneumonia outbreak associated with a new coronavirus of probable bat origin', 'publication_year': 2020, 'publication_date': '2020-02-03', 'ids': {'openalex': 'https://openalex.org/W3004280078', 'doi': 'https://doi.org/10.1038/s41586-020-2012-7', 'mag': '3004280078', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32015507', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7095418'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2012-7', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2012-7.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.nature.com/articles/s41586-020-2012-7.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5083165835', 'display_name': 'Peng Zhou', 'orcid': 'https://orcid.org/0000-0001-9863-4201'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Peng Zhou', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens,\xa0Wuhan Institute of Virology,\xa0Center for Biosafety Mega‐Science Chinese Academy of Sciences Wuhan China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens,\xa0Wuhan Institute of Virology,\xa0Center for Biosafety Mega‐Science Chinese Academy of Sciences Wuhan China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039460637', 'display_name': 'Xing Yang', 'orcid': 'https://orcid.org/0000-0002-5317-8983'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xing Lou Yang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002787853', 'display_name': 'Xian Guang Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210086097', 'display_name': 'Wuhan City Chinese Medicine Hospital', 'ror': 'https://ror.org/00hagsh42', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210086097']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xian Guang Wang', 'raw_affiliation_string': 'Wuhan Jin Yin-Tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Jin Yin-Tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048905227', 'display_name': 'Ben Hu', 'orcid': 'https://orcid.org/0000-0001-9194-3474'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ben Hu', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082665064', 'display_name': 'Lei Zhang', 'orcid': 'https://orcid.org/0000-0003-4921-8986'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lei Zhang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042119566', 'display_name': 'Wei Zhang', 'orcid': 'https://orcid.org/0000-0003-3688-4381'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wei Zhang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033285285', 'display_name': 'Rui Hao', 'orcid': 'https://orcid.org/0000-0001-6661-6631'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hao Rui Si', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060118564', 'display_name': 'Yan Zhu', 'orcid': 'https://orcid.org/0000-0002-7045-4847'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Zhu', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023494462', 'display_name': 'Bei Li', 'orcid': 'https://orcid.org/0009-0002-8102-978X'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bei Li', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067030606', 'display_name': 'Chao Huang', 'orcid': 'https://orcid.org/0009-0004-2564-6016'}, 'institutions': [{'id': 'https://openalex.org/I4210086097', 'display_name': 'Wuhan City Chinese Medicine Hospital', 'ror': 'https://ror.org/00hagsh42', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210086097']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chao Lin Huang', 'raw_affiliation_string': 'Wuhan Jin Yin-Tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Jin Yin-Tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046553623', 'display_name': 'Hui Dong Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210086097', 'display_name': 'Wuhan City Chinese Medicine Hospital', 'ror': 'https://ror.org/00hagsh42', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210086097']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hui Dong Chen', 'raw_affiliation_string': 'Wuhan Jin Yin-Tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Jin Yin-Tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048379858', 'display_name': 'Jing Chen', 'orcid': 'https://orcid.org/0000-0001-8305-9291'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jing Chen', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077234479', 'display_name': 'Yun Luo', 'orcid': 'https://orcid.org/0000-0002-6243-7000'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yun Luo', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018411180', 'display_name': 'Hua Guo', 'orcid': 'https://orcid.org/0000-0003-4388-6465'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hua Guo', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057323908', 'display_name': 'Ruijiao Jiang', 'orcid': 'https://orcid.org/0000-0001-6029-5566'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ren Di Jiang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029219116', 'display_name': 'Mei Qin Liu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Mei Qin Liu', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040558103', 'display_name': 'Ying Chen', 'orcid': 'https://orcid.org/0000-0001-6303-5858'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ying Chen', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055540928', 'display_name': 'Xu Shen', 'orcid': 'https://orcid.org/0000-0002-8683-3446'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xu Rui Shen', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085827531', 'display_name': 'Xi Wang', 'orcid': 'https://orcid.org/0000-0002-8277-467X'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xi Wang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038190243', 'display_name': 'Xiao Zheng', 'orcid': 'https://orcid.org/0000-0002-7804-2564'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiao Shuang Zheng', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023744600', 'display_name': 'Kai Zhao', 'orcid': 'https://orcid.org/0000-0003-0468-2128'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210165038', 'display_name': 'University of Chinese Academy of Sciences', 'ror': 'https://ror.org/05qbk4x57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Kai Zhao', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China; University of Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'University of Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029583070', 'display_name': 'Quan Jiao Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Quan Jiao Chen', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077451991', 'display_name': 'Fei Deng', 'orcid': 'https://orcid.org/0000-0002-5385-083X'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fei Deng', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019131994', 'display_name': 'Lin Lin Liu', 'orcid': 'https://orcid.org/0000-0001-5093-7940'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lin Lin Liu', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029654177', 'display_name': 'Bing Yan', 'orcid': 'https://orcid.org/0000-0001-5430-4761'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bing Yan', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061354289', 'display_name': 'Fa Xian Zhan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fa Xian Zhan', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027156402', 'display_name': 'Yanyi Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Yi Wang', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069182943', 'display_name': 'Geng Fu Xiao', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Geng Fu Xiao', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5033625677', 'display_name': 'Zheng Li Shi', 'orcid': 'https://orcid.org/0000-0002-3117-9061'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Zheng Li Shi', 'raw_affiliation_string': 'CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['CAS Key Laboratory of Special Pathogens, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5033625677'], 'corresponding_institution_ids': ['https://openalex.org/I4210106882', 'https://openalex.org/I19820366'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 15914, 'biblio': {'volume': '579', 'issue': '7798', 'first_page': '270', 'last_page': '273'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.7915856}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.6908663}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.6538063}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.64990044}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.58979803}, {'id': 'https://openalex.org/C2778859668', 'wikidata': 'https://www.wikidata.org/wiki/Q103177', 'display_name': 'Severe acute respiratory syndrome', 'level': 5, 'score': 0.540769}, {'id': 'https://openalex.org/C2522874641', 'wikidata': 'https://www.wikidata.org/wiki/Q808', 'display_name': 'Virus', 'level': 2, 'score': 0.51629204}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.4846085}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.460011}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.45308626}, {'id': 'https://openalex.org/C2781458928', 'wikidata': 'https://www.wikidata.org/wiki/Q1361531', 'display_name': 'Natural reservoir', 'level': 3, 'score': 0.43357578}, {'id': 'https://openalex.org/C61053724', 'wikidata': 'https://www.wikidata.org/wiki/Q1154615', 'display_name': 'Sequence analysis', 'level': 3, 'score': 0.41456044}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.368021}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.2863871}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.2817332}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.23668832}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.089995265}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.08479875}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.07364854}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.070142746}], 'mesh': [{'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': True}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D002685', 'descriptor_name': 'Chiroptera', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D004196', 'descriptor_name': 'Disease Outbreaks', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D000085962', 'descriptor_name': 'Angiotensin-Converting Enzyme 2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000914', 'descriptor_name': 'Antibodies, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000914', 'descriptor_name': 'Antibodies, Viral', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000648', 'qualifier_name': 'ultrastructure', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002460', 'descriptor_name': 'Cell Line', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002685', 'descriptor_name': 'Chiroptera', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002522', 'descriptor_name': 'Chlorocebus aethiops', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016679', 'descriptor_name': 'Genome, Viral', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D016679', 'descriptor_name': 'Genome, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007703', 'descriptor_name': 'Peptidyl-Dipeptidase A', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007703', 'descriptor_name': 'Peptidyl-Dipeptidase A', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D010802', 'descriptor_name': 'Phylogeny', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012689', 'descriptor_name': 'Sequence Homology, Nucleic Acid', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045473', 'descriptor_name': 'Severe acute respiratory syndrome-related coronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045473', 'descriptor_name': 'Severe acute respiratory syndrome-related coronavirus', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': False}, {'descriptor_ui': 'D045473', 'descriptor_name': 'Severe acute respiratory syndrome-related coronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D014709', 'descriptor_name': 'Vero Cells', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2012-7', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2012-7.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7095418', 'pdf_url': 'https://europepmc.org/articles/pmc7095418?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7095418', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81628', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81628/3/1083904793-2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/2020.01.22.914952', 'pdf_url': 'https://www.biorxiv.org/content/biorxiv/early/2020/01/23/2020.01.22.914952.1.full.pdf', 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32015507', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2012-7', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2012-7.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.89}], 'grants': [], 'referenced_works_count': 14, 'referenced_works': ['https://openalex.org/W1966238900', 'https://openalex.org/W1993577573', 'https://openalex.org/W2103503670', 'https://openalex.org/W2122576818', 'https://openalex.org/W2132260239', 'https://openalex.org/W2166867592', 'https://openalex.org/W2167826411', 'https://openalex.org/W2195009776', 'https://openalex.org/W2298153446', 'https://openalex.org/W2775086803', 'https://openalex.org/W2786098272', 'https://openalex.org/W2903899730', 'https://openalex.org/W2918873120', 'https://openalex.org/W3005111420'], 'related_works': ['https://openalex.org/W3010192012', 'https://openalex.org/W3010916376', 'https://openalex.org/W3015685934', 'https://openalex.org/W3016091128', 'https://openalex.org/W3016232566', 'https://openalex.org/W3096106079', 'https://openalex.org/W3118476632', 'https://openalex.org/W3126382493', 'https://openalex.org/W3200638601', 'https://openalex.org/W4211175366'], 'ngrams_url': 'https://api.openalex.org/works/W3004280078/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Since': [1], 'the': [2, 40, 50, 105, 128, 151, 161, 184], 'outbreak': [3], 'of': [4, 16, 54, 63, 104, 139, 153, 165], 'severe': [5], 'acute': [6, 64], 'respiratory': [7, 65], 'syndrome': [8, 66], '(SARS)': [9], '18': [10], 'years': [11], 'ago,': [12], 'a': [13, 55, 132, 166], 'large': [14], 'number': [15], 'SARS-related': [17], 'coronaviruses': [18], '(SARSr-CoVs)': [19], 'have': [20, 33, 39], 'been': [21], 'discovered': [22], 'in': [23, 67, 69], 'their': [24], 'natural': [25], 'reservoir': [26], 'host,': [27], 'bats': [28], '1–4': [29], '.': [30, 46, 154], 'Previous': [31], 'studies': [32], 'shown': [34], 'that': [35, 122, 146, 181], 'some': [36], 'bat': [37, 133], 'SARSr-CoVs': [38], 'potential': [41], 'to': [42, 117, 131, 150], 'infect': [43], 'humans': [44, 68], '5–7': [45], 'Here': [47], 'we': [48, 120, 179], 'report': [49], 'identification': [51], 'and': [52, 112], 'characterization': [53], 'new': [56], 'coronavirus': [57], '(2019-nCoV),': [58], 'which': [59, 74], 'caused': [60, 81], 'an': [61, 101], 'epidemic': [62], 'Wuhan,': [70], 'China.': [71], 'The': [72, 107], 'epidemic,': [73], 'started': [75], 'on': [76], '12': [77], 'December': [78], '2019,': [79], 'had': [80], '2,794': [82], 'laboratory-confirmed': [83], 'infections': [84], 'including': [85], '80': [86], 'deaths': [87], 'by': [88, 173], '26': [89], 'January': [90], '2020.': [91], 'Full-length': [92], 'genome': [93], 'sequences': [94, 108], 'were': [95], 'obtained': [96], 'from': [97, 160, 175], 'five': [98], 'patients': [99], 'at': [100, 127], 'early': [102], 'stage': [103], 'outbreak.': [106], 'are': [109], 'almost': [110], 'identical': [111, 126], 'share': [113], '79.6%': [114], 'sequence': [115, 137], 'identity': [116], 'SARS-CoV.': [118, 193], 'Furthermore,': [119], 'show': [121, 145], '2019-nCoV': [123, 157, 182], 'is': [124], '96%': [125], 'whole-genome': [129], 'level': [130], 'coronavirus.': [134], 'Pairwise': [135], 'protein': [136], 'analysis': [138], 'seven': [140], 'conserved': [141], 'non-structural': [142], 'proteins': [143], 'domains': [144], 'this': [147], 'virus': [148, 158], 'belongs': [149], 'species': [152], 'In': [155], 'addition,': [156], 'isolated': [159], 'bronchoalveolar': [162], 'lavage': [163], 'fluid': [164], 'critically': [167], 'ill': [168], 'patient': [169], 'could': [170], 'be': [171], 'neutralized': [172], 'sera': [174], 'several': [176], 'patients.': [177], 'Notably,': [178], 'confirmed': [180], 'uses': [183], 'same': [185], 'cell': [186], 'entry': [187], 'receptor—angiotensin': [188], 'converting': [189], 'enzyme': [190], 'II': [191], '(ACE2)—as': [192]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3004280078', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1375}, {'year': 2022, 'cited_by_count': 3163}, {'year': 2021, 'cited_by_count': 5374}, {'year': 2020, 'cited_by_count': 5945}, {'year': 2019, 'cited_by_count': 5}, {'year': 2018, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}], 'updated_date': '2023-10-04T03:33:07.892586', 'created_date': '2020-02-07'}, {'id': 'https://openalex.org/W3009912996', 'doi': 'https://doi.org/10.1016/j.cell.2020.02.052', 'title': 'SARS-CoV-2 Cell Entry Depends on ACE2 and TMPRSS2 and Is Blocked by a Clinically Proven Protease Inhibitor', 'display_name': 'SARS-CoV-2 Cell Entry Depends on ACE2 and TMPRSS2 and Is Blocked by a Clinically Proven Protease Inhibitor', 'publication_year': 2020, 'publication_date': '2020-04-01', 'ids': {'openalex': 'https://openalex.org/W3009912996', 'doi': 'https://doi.org/10.1016/j.cell.2020.02.052', 'mag': '3009912996', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32142651', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7102627'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2020.02.052', 'pdf_url': 'http://www.cell.com/article/S0092867420302294/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.cell.com/article/S0092867420302294/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5019620317', 'display_name': 'Markus Hoffmann', 'orcid': 'https://orcid.org/0000-0003-4603-7696'}, 'institutions': [{'id': 'https://openalex.org/I2801496451', 'display_name': 'German Primate Center', 'ror': 'https://ror.org/02f99v835', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I2801496451', 'https://openalex.org/I315704651']}], 'countries': ['DE'], 'is_corresponding': True, 'raw_author_name': 'Markus Hoffmann', 'raw_affiliation_string': 'Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany', 'raw_affiliation_strings': ['Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044441675', 'display_name': 'Hannah Kleine-Weber', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2801496451', 'display_name': 'German Primate Center', 'ror': 'https://ror.org/02f99v835', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I2801496451', 'https://openalex.org/I315704651']}, {'id': 'https://openalex.org/I74656192', 'display_name': 'University of Göttingen', 'ror': 'https://ror.org/01y9bpm73', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I74656192']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Hannah Kleine-Weber', 'raw_affiliation_string': 'Faculty of Biology and Psychology, University Göttingen, Göttingen, Germany; Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany', 'raw_affiliation_strings': ['Faculty of Biology and Psychology, University Göttingen, Göttingen, Germany', 'Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074494709', 'display_name': 'Simon Schroeder', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I7877124', 'display_name': 'Charité - Universitätsmedizin Berlin', 'ror': 'https://ror.org/001w7jn25', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I7877124']}, {'id': 'https://openalex.org/I39343248', 'display_name': 'Humboldt-Universität zu Berlin', 'ror': 'https://ror.org/01hcx6992', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I39343248']}, {'id': 'https://openalex.org/I75951250', 'display_name': 'Freie Universität Berlin', 'ror': 'https://ror.org/046ak2485', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I75951250']}, {'id': 'https://openalex.org/I4210115305', 'display_name': 'German Center for Infection Research', 'ror': 'https://ror.org/028s4q594', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210115305']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Simon Schroeder', 'raw_affiliation_string': 'Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany; German Centre for Infection Research, associated partner Charité, Berlin, Germany', 'raw_affiliation_strings': ['Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany', 'German Centre for Infection Research, associated partner Charité, Berlin, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082143205', 'display_name': 'Nadine Krüger', 'orcid': 'https://orcid.org/0000-0002-4413-8699'}, 'institutions': [{'id': 'https://openalex.org/I189991', 'display_name': 'University of Veterinary Medicine Hannover, Foundation', 'ror': 'https://ror.org/015qjqf64', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I189991']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Nadine Krüger', 'raw_affiliation_string': 'Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany', 'raw_affiliation_strings': ['Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063536124', 'display_name': 'Tanja Herrler', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105334', 'display_name': 'Berufsgenossenschaftliche Unfallklinik Murnau', 'ror': 'https://ror.org/01fgmnw14', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210105334']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Tanja Herrler', 'raw_affiliation_string': 'BG Unfallklinik Murnau, Murnau, Germany', 'raw_affiliation_strings': ['BG Unfallklinik Murnau, Murnau, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083074687', 'display_name': 'S. Erichsen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105334', 'display_name': 'Berufsgenossenschaftliche Unfallklinik Murnau', 'ror': 'https://ror.org/01fgmnw14', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210105334']}, {'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}], 'countries': ['AT', 'DE'], 'is_corresponding': False, 'raw_author_name': 'Sandra Erichsen', 'raw_affiliation_string': 'Institute for Biomechanics, BG Unfallklinik Murnau, Murnau, Germany; Institute for Biomechanics, Paracelsus Medical University Salzburg, Salzburg, Austria', 'raw_affiliation_strings': ['Institute for Biomechanics, BG Unfallklinik Murnau, Murnau, Germany', 'Institute for Biomechanics, Paracelsus Medical University Salzburg, Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033152934', 'display_name': 'Tobias S. Schiergens', 'orcid': 'https://orcid.org/0000-0001-6111-5328'}, 'institutions': [{'id': 'https://openalex.org/I8204097', 'display_name': 'Ludwig-Maximilians-Universität München', 'ror': 'https://ror.org/05591te55', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I8204097']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Tobias S. Schiergens', 'raw_affiliation_string': 'Biobank of the Department of General, Visceral, and Transplant Surgery, Ludwig-Maximilians-University Munich, Munich, Germany', 'raw_affiliation_strings': ['Biobank of the Department of General, Visceral, and Transplant Surgery, Ludwig-Maximilians-University Munich, Munich, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065412037', 'display_name': 'Georg Herrler', 'orcid': 'https://orcid.org/0000-0002-5827-0957'}, 'institutions': [{'id': 'https://openalex.org/I189991', 'display_name': 'University of Veterinary Medicine Hannover, Foundation', 'ror': 'https://ror.org/015qjqf64', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I189991']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Georg Herrler', 'raw_affiliation_string': 'Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany', 'raw_affiliation_strings': ['Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028405920', 'display_name': 'Nai Huei Wu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I189991', 'display_name': 'University of Veterinary Medicine Hannover, Foundation', 'ror': 'https://ror.org/015qjqf64', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I189991']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Nai Huei Wu', 'raw_affiliation_string': 'Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany', 'raw_affiliation_strings': ['Institute of Virology, University of Veterinary Medicine Hannover, Hannover, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007303691', 'display_name': 'Andreas Nitsche', 'orcid': 'https://orcid.org/0000-0001-8185-3176'}, 'institutions': [{'id': 'https://openalex.org/I24359323', 'display_name': 'Robert Koch Institute', 'ror': 'https://ror.org/01k5qnb77', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I24359323']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Andreas Nitsche', 'raw_affiliation_string': 'Robert Koch Institute, ZBS 1 Highly Pathogenic Viruses, WHO Collaborating Centre for Emerging Infections and Biological Threats, Berlin, Germany', 'raw_affiliation_strings': ['Robert Koch Institute, ZBS 1 Highly Pathogenic Viruses, WHO Collaborating Centre for Emerging Infections and Biological Threats, Berlin, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041846756', 'display_name': 'Marcel A. Müller', 'orcid': 'https://orcid.org/0000-0003-2242-5117'}, 'institutions': [{'id': 'https://openalex.org/I7877124', 'display_name': 'Charité - Universitätsmedizin Berlin', 'ror': 'https://ror.org/001w7jn25', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I7877124']}, {'id': 'https://openalex.org/I39343248', 'display_name': 'Humboldt-Universität zu Berlin', 'ror': 'https://ror.org/01hcx6992', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I39343248']}, {'id': 'https://openalex.org/I75951250', 'display_name': 'Freie Universität Berlin', 'ror': 'https://ror.org/046ak2485', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I75951250']}, {'id': 'https://openalex.org/I4210115305', 'display_name': 'German Center for Infection Research', 'ror': 'https://ror.org/028s4q594', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210115305']}, {'id': 'https://openalex.org/I17877952', 'display_name': 'Sechenov University', 'ror': 'https://ror.org/02yqqv993', 'country_code': 'RU', 'type': 'education', 'lineage': ['https://openalex.org/I17877952']}], 'countries': ['DE', 'RU'], 'is_corresponding': False, 'raw_author_name': 'Marcel A. Müller', 'raw_affiliation_string': 'Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany; German Centre for Infection Research, associated partner Charité, Berlin, Germany; Martsinovsky Institute of Medical Parasitology, Tropical and Vector Borne Diseases, Sechenov University, Moscow, Russia', 'raw_affiliation_strings': ['Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany', 'German Centre for Infection Research, associated partner Charité, Berlin, Germany', 'Martsinovsky Institute of Medical Parasitology, Tropical and Vector Borne Diseases, Sechenov University, Moscow, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011461272', 'display_name': 'Christian Drosten', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I7877124', 'display_name': 'Charité - Universitätsmedizin Berlin', 'ror': 'https://ror.org/001w7jn25', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I7877124']}, {'id': 'https://openalex.org/I39343248', 'display_name': 'Humboldt-Universität zu Berlin', 'ror': 'https://ror.org/01hcx6992', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I39343248']}, {'id': 'https://openalex.org/I75951250', 'display_name': 'Freie Universität Berlin', 'ror': 'https://ror.org/046ak2485', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I75951250']}, {'id': 'https://openalex.org/I4210115305', 'display_name': 'German Center for Infection Research', 'ror': 'https://ror.org/028s4q594', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210115305']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Christian Drosten', 'raw_affiliation_string': 'Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany; German Centre for Infection Research, associated partner Charité, Berlin, Germany', 'raw_affiliation_strings': ['Charité-Universitätsmedizin Berlin, corporate member of Freie Universität Berlin, Humboldt-Universität zu Berlin, and Berlin Institute of Health, Institute of Virology, Berlin, Germany', 'German Centre for Infection Research, associated partner Charité, Berlin, Germany']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5004595481', 'display_name': 'Stefan Pöhlmann', 'orcid': 'https://orcid.org/0000-0001-6086-9136'}, 'institutions': [{'id': 'https://openalex.org/I2801496451', 'display_name': 'German Primate Center', 'ror': 'https://ror.org/02f99v835', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I2801496451', 'https://openalex.org/I315704651']}, {'id': 'https://openalex.org/I74656192', 'display_name': 'University of Göttingen', 'ror': 'https://ror.org/01y9bpm73', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I74656192']}], 'countries': ['DE'], 'is_corresponding': True, 'raw_author_name': 'Stefan Pöhlmann', 'raw_affiliation_string': 'Faculty of Biology and Psychology, University Göttingen, Göttingen, Germany; Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany', 'raw_affiliation_strings': ['Faculty of Biology and Psychology, University Göttingen, Göttingen, Germany', 'Infection Biology Unit, German Primate Center – Leibniz Institute for Primate Research, Göttingen, Germany']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 12, 'corresponding_author_ids': ['https://openalex.org/A5019620317', 'https://openalex.org/A5004595481'], 'corresponding_institution_ids': ['https://openalex.org/I2801496451', 'https://openalex.org/I2801496451', 'https://openalex.org/I74656192'], 'apc_list': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'apc_paid': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 15044, 'biblio': {'volume': '181', 'issue': '2', 'first_page': '271', 'last_page': '280.e8'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778042024', 'wikidata': 'https://www.wikidata.org/wiki/Q18032025', 'display_name': 'TMPRSS2', 'level': 5, 'score': 0.8633719}, {'id': 'https://openalex.org/C182220744', 'wikidata': 'https://www.wikidata.org/wiki/Q7251226', 'display_name': 'Proteases', 'level': 3, 'score': 0.81877446}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.80674565}, {'id': 'https://openalex.org/C58475186', 'wikidata': 'https://www.wikidata.org/wiki/Q4118894', 'display_name': 'Viral entry', 'level': 4, 'score': 0.7118749}, {'id': 'https://openalex.org/C2776714187', 'wikidata': 'https://www.wikidata.org/wiki/Q212410', 'display_name': 'Protease', 'level': 3, 'score': 0.65237486}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.6313091}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.61351675}, {'id': 'https://openalex.org/C2777807008', 'wikidata': 'https://www.wikidata.org/wiki/Q87324999', 'display_name': 'Serine protease', 'level': 4, 'score': 0.58642614}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.52997136}, {'id': 'https://openalex.org/C170493617', 'wikidata': 'https://www.wikidata.org/wiki/Q208467', 'display_name': 'Receptor', 'level': 2, 'score': 0.529352}, {'id': 'https://openalex.org/C81444415', 'wikidata': 'https://www.wikidata.org/wiki/Q7243535', 'display_name': 'Priming (agriculture)', 'level': 3, 'score': 0.52916145}, {'id': 'https://openalex.org/C2781143361', 'wikidata': 'https://www.wikidata.org/wiki/Q55761529', 'display_name': 'Protease inhibitor (pharmacology)', 'level': 5, 'score': 0.49116632}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.42039463}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.41703844}, {'id': 'https://openalex.org/C2522874641', 'wikidata': 'https://www.wikidata.org/wiki/Q808', 'display_name': 'Virus', 'level': 2, 'score': 0.36700684}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.34972942}, {'id': 'https://openalex.org/C140704245', 'wikidata': 'https://www.wikidata.org/wiki/Q3933202', 'display_name': 'Viral replication', 'level': 3, 'score': 0.20366856}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.17479128}, {'id': 'https://openalex.org/C142462285', 'wikidata': 'https://www.wikidata.org/wiki/Q2528140', 'display_name': 'Viral load', 'level': 3, 'score': 0.16594088}, {'id': 'https://openalex.org/C181199279', 'wikidata': 'https://www.wikidata.org/wiki/Q8047', 'display_name': 'Enzyme', 'level': 2, 'score': 0.118080854}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.09562406}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.08307779}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.07143468}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C2993143319', 'wikidata': 'https://www.wikidata.org/wiki/Q583050', 'display_name': 'Antiretroviral therapy', 'level': 4, 'score': 0.0}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C100701293', 'wikidata': 'https://www.wikidata.org/wiki/Q193838', 'display_name': 'Germination', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C59822182', 'wikidata': 'https://www.wikidata.org/wiki/Q441', 'display_name': 'Botany', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2020.02.052', 'pdf_url': 'http://www.cell.com/article/S0092867420302294/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7102627', 'pdf_url': 'https://europepmc.org/articles/pmc7102627?pdf=render', 'source': {'id': 'https://openalex.org/S4377196269', 'display_name': 'PUBLISSO (German National Library of Medicine)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4210112663', 'host_organization_name': 'German National Library of Medicine', 'host_organization_lineage': ['https://openalex.org/I4210112663'], 'host_organization_lineage_names': ['German National Library of Medicine'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102627', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/2020.01.31.929042', 'pdf_url': 'https://www.biorxiv.org/content/biorxiv/early/2020/01/31/2020.01.31.929042.full.pdf', 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2020.02.052', 'pdf_url': 'http://www.cell.com/article/S0092867420302294/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.5}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.3}], 'grants': [{'funder': 'https://openalex.org/F4320320879', 'funder_display_name': 'Deutsche Forschungsgemeinschaft', 'award_id': 'WU 929/1-1'}], 'referenced_works_count': 58, 'referenced_works': ['https://openalex.org/W1736130314', 'https://openalex.org/W1860515130', 'https://openalex.org/W1964982019', 'https://openalex.org/W1965435260', 'https://openalex.org/W1966238900', 'https://openalex.org/W1972032770', 'https://openalex.org/W1982533785', 'https://openalex.org/W1993577573', 'https://openalex.org/W2003471175', 'https://openalex.org/W2006286994', 'https://openalex.org/W2012987756', 'https://openalex.org/W2021442163', 'https://openalex.org/W2027518730', 'https://openalex.org/W2033260105', 'https://openalex.org/W2038918691', 'https://openalex.org/W2064076043', 'https://openalex.org/W2081719521', 'https://openalex.org/W2081781003', 'https://openalex.org/W2086493164', 'https://openalex.org/W2091671824', 'https://openalex.org/W2098086455', 'https://openalex.org/W2101506295', 'https://openalex.org/W2102637313', 'https://openalex.org/W2106842109', 'https://openalex.org/W2118619855', 'https://openalex.org/W2119111857', 'https://openalex.org/W2131643524', 'https://openalex.org/W2134061616', 'https://openalex.org/W2137096011', 'https://openalex.org/W2140338292', 'https://openalex.org/W2140674451', 'https://openalex.org/W2141787825', 'https://openalex.org/W2146242600', 'https://openalex.org/W2156273941', 'https://openalex.org/W2166650533', 'https://openalex.org/W2167384912', 'https://openalex.org/W2398175096', 'https://openalex.org/W2466982071', 'https://openalex.org/W2470646526', 'https://openalex.org/W2509449660', 'https://openalex.org/W2531018947', 'https://openalex.org/W2567318426', 'https://openalex.org/W2755284350', 'https://openalex.org/W2772447558', 'https://openalex.org/W2775762540', 'https://openalex.org/W2799524357', 'https://openalex.org/W2899885689', 'https://openalex.org/W2900126499', 'https://openalex.org/W2909787042', 'https://openalex.org/W2970106832', 'https://openalex.org/W2994156659', 'https://openalex.org/W2995902735', 'https://openalex.org/W3001195213', 'https://openalex.org/W3001465255', 'https://openalex.org/W3001897055', 'https://openalex.org/W3002533507', 'https://openalex.org/W3002539152', 'https://openalex.org/W3103590655'], 'related_works': ['https://openalex.org/W3005417802', 'https://openalex.org/W3009912996', 'https://openalex.org/W3020699490', 'https://openalex.org/W3084498529', 'https://openalex.org/W3120641136', 'https://openalex.org/W3124487864', 'https://openalex.org/W3127156785', 'https://openalex.org/W3134376730', 'https://openalex.org/W3138412354', 'https://openalex.org/W4206419631'], 'ngrams_url': 'https://api.openalex.org/works/W3009912996/ngrams', 'abstract_inverted_index': {'The': [0], 'recent': [1], 'emergence': [2], 'of': [3, 26, 31], 'the': [4, 32, 75, 82, 109], 'novel,': [5], 'pathogenic': [6], 'SARS-coronavirus': [7], '2': [8], '(SARS-CoV-2)': [9], 'in': [10], 'China': [11], 'and': [12, 16, 40, 65, 81, 99, 125, 128], 'its': [13], 'rapid': [14], 'national': [15], 'international': [17], 'spread': [18], 'pose': [19], 'a': [20, 102, 130], 'global': [21], 'health': [22], 'emergency.': [23], 'Cell': [24], 'entry': [25, 58, 80, 98], 'coronaviruses': [27], 'depends': [28], 'on': [29, 41], 'binding': [30], 'viral': [33, 63], 'spike': [34], '(S)': [35], 'proteins': [36], 'to': [37], 'cellular': [38, 51], 'receptors': [39], 'S': [42, 87], 'protein': [43, 88], 'priming': [44], 'by': [45, 55], 'host': [46], 'cell': [47], 'proteases.': [48], 'Unravelling': [49], 'which': [50], 'factors': [52], 'are': [53], 'used': [54], 'SARS-CoV-2': [56, 73, 124], 'for': [57, 79, 86, 94, 133], 'might': [59, 100], 'provide': [60], 'insights': [61], 'into': [62], 'transmission': [64], 'reveal': [66, 120], 'therapeutic': [67], 'targets.': [68], 'Here,': [69], 'we': [70, 106], 'demonstrate': [71], 'that': [72, 108], 'uses': [74], 'SARS-CoV': [76, 126], 'receptor': [77], 'ACE2': [78], 'serine': [83], 'protease': [84], 'TMPRSS2': [85, 91], 'priming.': [89], 'A': [90], 'inhibitor': [92], 'approved': [93], 'clinical': [95], 'use': [96], 'blocked': [97], 'constitute': [101], 'treatment': [103], 'option.': [104], 'Finally,': [105], 'show': [107], 'sera': [110], 'from': [111], 'convalescent': [112], 'SARS': [113], 'patients': [114], 'cross-neutralized': [115], 'SARS-2-S-driven': [116], 'entry.': [117], 'Our': [118], 'results': [119], 'important': [121], 'commonalities': [122], 'between': [123], 'infection': [127], 'identify': [129], 'potential': [131], 'target': [132], 'antiviral': [134], 'intervention.': [135]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3009912996', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1635}, {'year': 2022, 'cited_by_count': 3385}, {'year': 2021, 'cited_by_count': 5324}, {'year': 2020, 'cited_by_count': 4647}, {'year': 2019, 'cited_by_count': 4}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-10-03T06:19:21.591446', 'created_date': '2020-03-13'}, {'id': 'https://openalex.org/W3002108456', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'title': 'Epidemiological and clinical characteristics of 99 cases of 2019 novel coronavirus pneumonia in Wuhan, China: a descriptive study', 'display_name': 'Epidemiological and clinical characteristics of 99 cases of 2019 novel coronavirus pneumonia in Wuhan, China: a descriptive study', 'publication_year': 2020, 'publication_date': '2020-02-01', 'ids': {'openalex': 'https://openalex.org/W3002108456', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'mag': '3002108456', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32007143', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7135076'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302117/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S0140673620302117/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079000753', 'display_name': 'Nanshan Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Nanshan Chen', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049496067', 'display_name': 'Min Zhou', 'orcid': 'https://orcid.org/0000-0002-8718-8506'}, 'institutions': [{'id': 'https://openalex.org/I2801556517', 'display_name': 'Ruijin Hospital', 'ror': 'https://ror.org/01hv94n30', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801556517']}, {'id': 'https://openalex.org/I183067930', 'display_name': 'Shanghai Jiao Tong University', 'ror': 'https://ror.org/0220qvk04', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183067930']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Min Zhou', 'raw_affiliation_string': 'Department of Respiratory and Critical Care Medicine, Ruijin Hospital, Shanghai Jiaotong University School of Medicine, Shanghai, China; Institute of Respiratory Diseases, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'raw_affiliation_strings': ['Department of Respiratory and Critical Care Medicine, Ruijin Hospital, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'Institute of Respiratory Diseases, Shanghai Jiaotong University School of Medicine, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055421311', 'display_name': 'Xuan Dong', 'orcid': 'https://orcid.org/0000-0003-4740-278X'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xuan Dong', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088009780', 'display_name': 'Jieming Qu', 'orcid': 'https://orcid.org/0000-0003-4517-9473'}, 'institutions': [{'id': 'https://openalex.org/I2801556517', 'display_name': 'Ruijin Hospital', 'ror': 'https://ror.org/01hv94n30', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801556517']}, {'id': 'https://openalex.org/I183067930', 'display_name': 'Shanghai Jiao Tong University', 'ror': 'https://ror.org/0220qvk04', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183067930']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jieming Qu', 'raw_affiliation_string': 'Department of Respiratory and Critical Care Medicine, Ruijin Hospital, Shanghai Jiaotong University School of Medicine, Shanghai, China; Institute of Respiratory Diseases, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'raw_affiliation_strings': ['Department of Respiratory and Critical Care Medicine, Ruijin Hospital, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'Institute of Respiratory Diseases, Shanghai Jiaotong University School of Medicine, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087860738', 'display_name': 'Fengyun Gong', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fengyun Gong', 'raw_affiliation_string': 'Infection Disease Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Infection Disease Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028918974', 'display_name': 'Yu Han', 'orcid': 'https://orcid.org/0009-0001-9675-512X'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}, {'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yang Han', 'raw_affiliation_string': 'Science and Education Department, Wuhan Jinyintan Hospital, Wuhan, China; State Key Laboratory of Virology, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['Science and Education Department, Wuhan Jinyintan Hospital, Wuhan, China', 'State Key Laboratory of Virology, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015539974', 'display_name': 'Yang Qiu', 'orcid': 'https://orcid.org/0000-0001-5152-1242'}, 'institutions': [{'id': 'https://openalex.org/I4210106882', 'display_name': 'Wuhan Institute of Virology', 'ror': 'https://ror.org/01jxjav08', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210106882']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yang Qiu', 'raw_affiliation_string': 'State Key Laboratory of Virology, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China', 'raw_affiliation_strings': ['State Key Laboratory of Virology, Wuhan Institute of Virology, Center for Biosafety Mega-Science, Chinese Academy of Sciences, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018313165', 'display_name': 'Jingli Wang', 'orcid': 'https://orcid.org/0000-0001-5942-0219'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jingli Wang', 'raw_affiliation_string': 'Infection Disease Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Infection Disease Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060002817', 'display_name': 'Ying Liu', 'orcid': 'https://orcid.org/0000-0003-0267-7317'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ying Liu', 'raw_affiliation_string': 'The Office of Drug Clinical Trial Institution, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['The Office of Drug Clinical Trial Institution, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052650664', 'display_name': 'Wei Yuan', 'orcid': 'https://orcid.org/0000-0003-3387-7549'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuan Wei', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024929222', 'display_name': 'Jiaan Xia', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': "Jia'an Xia", 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027596703', 'display_name': 'Yasuyuki Takata', 'orcid': 'https://orcid.org/0000-0003-4096-8975'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ting Yu', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035441171', 'display_name': 'Xinxin Zhang', 'orcid': 'https://orcid.org/0000-0002-2767-8570'}, 'institutions': [{'id': 'https://openalex.org/I2801556517', 'display_name': 'Ruijin Hospital', 'ror': 'https://ror.org/01hv94n30', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801556517']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Xinxin Zhang', 'raw_affiliation_string': 'Research Laboratory of Clinical Virology, Ruijin Hospital and Ruijin Hospital North, Shanghai Jiaotong University School of Medicine, Shanghai, China', 'raw_affiliation_strings': ['Research Laboratory of Clinical Virology, Ruijin Hospital and Ruijin Hospital North, Shanghai Jiaotong University School of Medicine, Shanghai, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5066716873', 'display_name': 'Li Zhang', 'orcid': 'https://orcid.org/0000-0002-9386-8938'}, 'institutions': [{'id': 'https://openalex.org/I3020662980', 'display_name': 'Jinyintan Hospital', 'ror': 'https://ror.org/038p1ty61', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3020662980']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Li Zhang', 'raw_affiliation_string': 'Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Tuberculosis and Respiratory Department, Wuhan Jinyintan Hospital, Wuhan, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5035441171', 'https://openalex.org/A5066716873'], 'corresponding_institution_ids': ['https://openalex.org/I2801556517', 'https://openalex.org/I3020662980'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 15005, 'biblio': {'volume': '395', 'issue': '10223', 'first_page': '507', 'last_page': '513'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.92693704}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.77771133}, {'id': 'https://openalex.org/C2777870961', 'wikidata': 'https://www.wikidata.org/wiki/Q1292082', 'display_name': 'Sore throat', 'level': 2, 'score': 0.72491306}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.698262}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.53816533}, {'id': 'https://openalex.org/C2778329176', 'wikidata': 'https://www.wikidata.org/wiki/Q203601', 'display_name': 'Pneumothorax', 'level': 2, 'score': 0.530613}, {'id': 'https://openalex.org/C2780908675', 'wikidata': 'https://www.wikidata.org/wiki/Q973331', 'display_name': 'Crackles', 'level': 3, 'score': 0.5134936}, {'id': 'https://openalex.org/C141983124', 'wikidata': 'https://www.wikidata.org/wiki/Q188008', 'display_name': 'Respiratory distress', 'level': 2, 'score': 0.48032227}, {'id': 'https://openalex.org/C2778704086', 'wikidata': 'https://www.wikidata.org/wiki/Q693058', 'display_name': 'Chest pain', 'level': 2, 'score': 0.4513813}, {'id': 'https://openalex.org/C2780852908', 'wikidata': 'https://www.wikidata.org/wiki/Q127076', 'display_name': 'Vomiting', 'level': 2, 'score': 0.44843453}, {'id': 'https://openalex.org/C2780580376', 'wikidata': 'https://www.wikidata.org/wiki/Q186889', 'display_name': 'Nausea', 'level': 2, 'score': 0.4290114}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.38738158}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 0.3286866}, {'id': 'https://openalex.org/C527108885', 'wikidata': 'https://www.wikidata.org/wiki/Q835153', 'display_name': 'Physical examination', 'level': 2, 'score': 0.23776898}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D015897', 'descriptor_name': 'Comorbidity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003371', 'descriptor_name': 'Cough', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D004196', 'descriptor_name': 'Disease Outbreaks', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004417', 'descriptor_name': 'Dyspnea', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004417', 'descriptor_name': 'Dyspnea', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D004417', 'descriptor_name': 'Dyspnea', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D005334', 'descriptor_name': 'Fever', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013902', 'descriptor_name': 'Radiography, Thoracic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012189', 'descriptor_name': 'Retrospective Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014057', 'descriptor_name': 'Tomography, X-Ray Computed', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302117/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7135076', 'pdf_url': 'https://europepmc.org/articles/pmc7135076?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7135076', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32007143', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30211-7', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302117/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.77}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.23}], 'grants': [{'funder': 'https://openalex.org/F4320325211', 'funder_display_name': 'Nanjing Agricultural University', 'award_id': '2017YFC1309700'}], 'referenced_works_count': 23, 'referenced_works': ['https://openalex.org/W1841279730', 'https://openalex.org/W1923197190', 'https://openalex.org/W1990059132', 'https://openalex.org/W2132260239', 'https://openalex.org/W2145441153', 'https://openalex.org/W2149508011', 'https://openalex.org/W2159340685', 'https://openalex.org/W2166867592', 'https://openalex.org/W2465777822', 'https://openalex.org/W2555838982', 'https://openalex.org/W2576706040', 'https://openalex.org/W2611428787', 'https://openalex.org/W2756945639', 'https://openalex.org/W2766931063', 'https://openalex.org/W2775086803', 'https://openalex.org/W2794573360', 'https://openalex.org/W2903899730', 'https://openalex.org/W2909194930', 'https://openalex.org/W2991899552', 'https://openalex.org/W2999318660', 'https://openalex.org/W2999364275', 'https://openalex.org/W2999409984', 'https://openalex.org/W3001118548'], 'related_works': ['https://openalex.org/W1876008211', 'https://openalex.org/W2011177479', 'https://openalex.org/W2174772892', 'https://openalex.org/W2339811759', 'https://openalex.org/W2362307391', 'https://openalex.org/W2471039675', 'https://openalex.org/W2472395214', 'https://openalex.org/W4361280021', 'https://openalex.org/W4385428631', 'https://openalex.org/W4386933079'], 'ngrams_url': 'https://api.openalex.org/works/W3002108456/ngrams', 'abstract_inverted_index': {'BackgroundIn': [0], 'December,': [1], '2019,': [2], 'a': [3, 87, 226], 'pneumonia': [4], 'associated': [5], 'with': [6, 81, 250, 278], 'the': [7, 21, 78, 92, 100, 279, 298, 301, 306], '2019': [8], 'novel': [9], 'coronavirus': [10], '(2019-nCoV)': [11], 'emerged': [12], 'in': [13, 40, 116, 225, 255, 276, 289, 304, 310], 'Wuhan,': [14], 'China.': [15, 317], 'We': [16], 'aimed': [17], 'to': [18, 47, 91, 186, 246, 296], 'further': [19], 'clarify': [20], 'epidemiological': [22], 'and': [23, 57, 64, 67, 110, 178, 180, 201, 204, 231, 252, 257], 'clinical': [24, 130], 'characteristics': [25, 270], 'of': [26, 38, 89, 99, 132, 142, 229, 233, 240, 271, 300, 308, 316], '2019-nCoV': [27, 39, 82, 113, 237, 311], 'pneumonia.MethodsIn': [28], 'this': [29], 'retrospective,': [30], 'single-centre': [31], 'study,': [32], 'we': [33], 'included': [34], 'all': [35, 117], 'confirmed': [36, 53], 'cases': [37], 'Wuhan': [41], 'Jinyintan': [42], 'Hospital': [43], 'from': [44], 'Jan': [45, 48, 75], '1': [46], '20,': [49], '2020.': [50], 'Cases': [51], 'were': [52, 58, 71, 275], 'by': [54, 119], 'real-time': [55, 120], 'RT-PCR': [56], 'analysed': [59], 'for': [60, 286], 'epidemiological,': [61], 'demographic,': [62], 'clinical,': [63], 'radiological': [65], 'features': [66], 'laboratory': [68], 'data.': [69], 'Outcomes': [70], 'followed': [72], 'up': [73], 'until': [74], '25,': [76], '2020.FindingsOf': [77], '99': [79], 'patients': [80, 101, 118, 124, 191, 197, 212, 223, 272], 'pneumonia,': [83, 194], '49': [84], '(49%)': [85], 'had': [86, 125, 129, 208], 'history': [88], 'exposure': [90], 'Huanan': [93], 'seafood': [94], 'market.': [95], 'The': [96], 'average': [97], 'age': [98], 'was': [102, 114, 239], '55·5': [103], 'years': [104], '(SD': [105], '13·1),': [106], 'including': [107], '67': [108], 'men': [109], '32': [111], 'women.': [112], 'detected': [115], 'RT-PCR.': [121], '50': [122], '(51%)': [123], 'chronic': [126], 'diseases.': [127], 'Patients': [128], 'manifestations': [131], 'fever': [133], '(82': [134], '[83%]': [135], 'patients),': [136, 140, 146, 151, 155, 159, 164, 168, 173, 177], 'cough': [137], '(81': [138], '[82%]': [139], 'shortness': [141], 'breath': [143], '(31': [144], '[31%]': [145], 'muscle': [147], 'ache': [148], '(11': [149], '[11%]': [150], 'confusion': [152], '(nine': [153], '[9%]': [154], 'headache': [156], '(eight': [157], '[8%]': [158], 'sore': [160], 'throat': [161], '(five': [162], '[5%]': [163], 'rhinorrhoea': [165], '(four': [166], '[4%]': [167], 'chest': [169], 'pain': [170], '(two': [171, 175], '[2%]': [172, 176], 'diarrhoea': [174], 'nausea': [179], 'vomiting': [181], '(one': [182], '[1%]': [183], 'patient).': [184], 'According': [185], 'imaging': [187], 'examination,': [188], '74': [189], '(75%)': [190], 'showed': [192, 198], 'bilateral': [193], '14': [195], '(14%)': [196], 'multiple': [199, 234], 'mottling': [200], 'ground-glass': [202], 'opacity,': [203], 'one': [205], '(1%)': [206], 'patient': [207], 'pneumothorax.': [209], '17': [210], '(17%)': [211], 'developed': [213], 'acute': [214, 264], 'respiratory': [215, 260, 265], 'distress': [216, 266], 'syndrome': [217], 'and,': [218], 'among': [219], 'them,': [220], '11': [221], '(11%)': [222], 'worsened': [224], 'short': [227], 'period': [228], 'time': [230], 'died': [232, 274], 'organ': [235], 'failure.InterpretationThe': [236], 'infection': [238], 'clustering': [241], 'onset,': [242], 'is': [243, 294], 'more': [244], 'likely': [245], 'affect': [247], 'older': [248], 'males': [249], 'comorbidities,': [251], 'can': [253], 'result': [254], 'severe': [256], 'even': [258], 'fatal': [259], 'diseases': [261], 'such': [262], 'as': [263], 'syndrome.': [267], 'In': [268], 'general,': [269], 'who': [273], 'line': [277], 'MuLBSTA': [280, 302], 'score,': [281], 'an': [282], 'early': [283], 'warning': [284], 'model': [285], 'predicting': [287, 305], 'mortality': [288, 309], 'viral': [290], 'pneumonia.': [291], 'Further': [292], 'investigation': [293], 'needed': [295], 'explore': [297], 'applicability': [299], 'score': [303], 'risk': [307], 'infection.FundingNational': [312], 'Key': [313], 'R&D': [314], 'Program': [315]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3002108456', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1039}, {'year': 2022, 'cited_by_count': 2419}, {'year': 2021, 'cited_by_count': 4786}, {'year': 2020, 'cited_by_count': 6698}, {'year': 2019, 'cited_by_count': 14}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-10-03T06:01:25.290463', 'created_date': '2020-01-30'}, {'id': 'https://openalex.org/W2999417355', 'doi': 'https://doi.org/10.3322/caac.21590', 'title': 'Cancer statistics, 2020', 'display_name': 'Cancer statistics, 2020', 'publication_year': 2020, 'publication_date': '2020-01-01', 'ids': {'openalex': 'https://openalex.org/W2999417355', 'doi': 'https://doi.org/10.3322/caac.21590', 'mag': '2999417355', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31912902'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21590', 'pdf_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21590', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21590', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5047300895', 'display_name': 'Rebecca L. Siegel', 'orcid': 'https://orcid.org/0000-0001-5247-8522'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Rebecca L. Siegel', 'raw_affiliation_string': 'Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia', 'raw_affiliation_strings': ['Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015181760', 'display_name': 'Kimberly D. Miller', 'orcid': 'https://orcid.org/0000-0002-2609-2260'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kimberly D. Miller', 'raw_affiliation_string': 'Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia', 'raw_affiliation_strings': ['Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5009198168', 'display_name': 'Ahmedin Jemal', 'orcid': 'https://orcid.org/0000-0002-0000-4111'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ahmedin Jemal', 'raw_affiliation_string': 'Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia', 'raw_affiliation_strings': ['Surveillance and Health Services Research, American Cancer Society, Atlanta, Georgia']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5047300895'], 'corresponding_institution_ids': ['https://openalex.org/I1288198617'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 14878, 'biblio': {'volume': '70', 'issue': '1', 'first_page': '7', 'last_page': '30'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.766098}, {'id': 'https://openalex.org/C526805850', 'wikidata': 'https://www.wikidata.org/wiki/Q188874', 'display_name': 'Colorectal cancer', 'level': 3, 'score': 0.6547581}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.6466899}, {'id': 'https://openalex.org/C2780192828', 'wikidata': 'https://www.wikidata.org/wiki/Q181257', 'display_name': 'Prostate cancer', 'level': 3, 'score': 0.6210019}, {'id': 'https://openalex.org/C530470458', 'wikidata': 'https://www.wikidata.org/wiki/Q128581', 'display_name': 'Breast cancer', 'level': 3, 'score': 0.6025815}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.55133075}, {'id': 'https://openalex.org/C2776256026', 'wikidata': 'https://www.wikidata.org/wiki/Q47912', 'display_name': 'Lung cancer', 'level': 2, 'score': 0.5457619}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.49621564}, {'id': 'https://openalex.org/C179755657', 'wikidata': 'https://www.wikidata.org/wiki/Q58702', 'display_name': 'Mortality rate', 'level': 2, 'score': 0.49318212}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.4617562}, {'id': 'https://openalex.org/C63592243', 'wikidata': 'https://www.wikidata.org/wiki/Q5382717', 'display_name': 'Epidemiology of cancer', 'level': 4, 'score': 0.45808545}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.42067957}, {'id': 'https://openalex.org/C2991697936', 'wikidata': 'https://www.wikidata.org/wiki/Q1252929', 'display_name': 'Health statistics', 'level': 3, 'score': 0.41144133}, {'id': 'https://openalex.org/C74909509', 'wikidata': 'https://www.wikidata.org/wiki/Q10387', 'display_name': 'Gerontology', 'level': 1, 'score': 0.32288578}, {'id': 'https://openalex.org/C143998085', 'wikidata': 'https://www.wikidata.org/wiki/Q162555', 'display_name': 'Oncology', 'level': 1, 'score': 0.31720233}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.22114006}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.15783024}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000570', 'descriptor_name': 'American Cancer Society', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D012042', 'descriptor_name': 'Registries', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018426', 'descriptor_name': 'SEER Program', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015994', 'descriptor_name': 'Incidence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018426', 'descriptor_name': 'SEER Program', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015996', 'descriptor_name': 'Survival Rate', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': False}, {'descriptor_ui': 'D015996', 'descriptor_name': 'Survival Rate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014481', 'descriptor_name': 'United States', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D014481', 'descriptor_name': 'United States', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21590', 'pdf_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21590', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/31912902', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21590', 'pdf_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21590', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 59, 'referenced_works': ['https://openalex.org/W130099911', 'https://openalex.org/W1497045310', 'https://openalex.org/W1606244822', 'https://openalex.org/W1964651201', 'https://openalex.org/W1967290941', 'https://openalex.org/W1981983512', 'https://openalex.org/W1995366276', 'https://openalex.org/W2014404252', 'https://openalex.org/W2016725888', 'https://openalex.org/W2035446368', 'https://openalex.org/W2038798176', 'https://openalex.org/W2042472927', 'https://openalex.org/W2082044155', 'https://openalex.org/W2085797732', 'https://openalex.org/W2095925574', 'https://openalex.org/W2099698968', 'https://openalex.org/W2102369588', 'https://openalex.org/W2108012719', 'https://openalex.org/W2115402185', 'https://openalex.org/W2134793522', 'https://openalex.org/W2152744797', 'https://openalex.org/W2167325977', 'https://openalex.org/W2174023915', 'https://openalex.org/W2235523093', 'https://openalex.org/W2235994213', 'https://openalex.org/W2326368906', 'https://openalex.org/W2327943723', 'https://openalex.org/W2337882641', 'https://openalex.org/W2341103865', 'https://openalex.org/W2432531102', 'https://openalex.org/W2505398603', 'https://openalex.org/W2518536270', 'https://openalex.org/W2580900181', 'https://openalex.org/W2594738032', 'https://openalex.org/W2601868035', 'https://openalex.org/W2606436718', 'https://openalex.org/W2654438086', 'https://openalex.org/W2762223230', 'https://openalex.org/W2765952964', 'https://openalex.org/W2768132193', 'https://openalex.org/W2803786798', 'https://openalex.org/W2804784400', 'https://openalex.org/W2810896552', 'https://openalex.org/W2885969267', 'https://openalex.org/W2890671115', 'https://openalex.org/W2894673269', 'https://openalex.org/W2896994079', 'https://openalex.org/W2901436818', 'https://openalex.org/W2915720971', 'https://openalex.org/W2920784130', 'https://openalex.org/W2928271642', 'https://openalex.org/W2938914306', 'https://openalex.org/W2945254664', 'https://openalex.org/W2947726336', 'https://openalex.org/W2955245499', 'https://openalex.org/W2965032339', 'https://openalex.org/W2966258052', 'https://openalex.org/W3010278340', 'https://openalex.org/W4247381190'], 'related_works': ['https://openalex.org/W1974042200', 'https://openalex.org/W2044573147', 'https://openalex.org/W2048418690', 'https://openalex.org/W2082603334', 'https://openalex.org/W2094064972', 'https://openalex.org/W2152915862', 'https://openalex.org/W2224319365', 'https://openalex.org/W2378300941', 'https://openalex.org/W2411796362', 'https://openalex.org/W2984021993'], 'ngrams_url': 'https://api.openalex.org/works/W2999417355/ngrams', 'abstract_inverted_index': {'Each': [0], 'year,': [1], 'the': [2, 7, 19, 24, 39, 46, 53, 68, 89, 141, 151, 199, 240, 243], 'American': [3, 55], 'Cancer': [4, 50, 59], 'Society': [5], 'estimates': [6], 'numbers': [8], 'of': [9, 49, 57, 109, 208, 239, 245, 252, 295], 'new': [10, 77, 253], 'cancer': [11, 30, 78, 82, 93, 119, 206, 216, 330], 'cases': [12, 79], 'and': [13, 22, 42, 52, 80, 160, 163, 190, 227, 248, 274, 281, 304, 336], 'deaths': [14, 83, 120, 220], 'that': [15, 111, 324], 'will': [16], 'occur': [17, 87], 'in': [18, 88, 105, 137, 188, 196, 204, 221, 242, 272, 286, 299, 311, 328, 334, 338], 'United': [20, 90], 'States': [21], 'compiles': [23], 'most': [25], 'recent': [26], 'data': [27, 33, 62], 'on': [28], 'population-based': [29], 'occurrence.': [31], 'Incidence': [32], '(through': [34, 63], '2016)': [35], 'were': [36, 65, 234, 315], 'collected': [37, 66], 'by': [38, 67, 134], 'Surveillance,': [40], 'Epidemiology,': [41], 'End': [43], 'Results': [44], 'Program;': [45], 'National': [47, 69], 'Program': [48], 'Registries;': [51], 'North': [54], 'Association': [56], 'Central': [58], 'Registries.': [60], 'Mortality': [61], '2017)': [64], 'Center': [70], 'for': [71, 140, 157, 165, 172, 237, 255, 344, 356], 'Health': [72], 'Statistics.': [73], 'In': [74, 168, 340], '2020,': [75], '1,806,590': [76], '606,520': [81], 'are': [84, 306], 'projected': [85], 'to': [86, 182, 193, 212, 259, 278, 284, 290, 297, 318, 348], 'States.': [91], 'The': [92], 'death': [94, 138], 'rate': [95], 'rose': [96], 'until': [97], '1991,': [98], 'then': [99], 'fell': [100], 'continuously': [101], 'through': [102, 180, 186, 264, 270], '2017,': [103], 'resulting': [104], 'an': [106, 114], 'overall': [107, 205], 'decline': [108], '29%': [110], 'translates': [112], 'into': [113], 'estimated': [115], '2.9': [116], 'million': [117], 'fewer': [118], 'than': [121, 223], 'would': [122], 'have': [123, 332], 'occurred': [124], 'if': [125], 'peak': [126], 'rates': [127, 139, 310], 'had': [128], 'persisted.': [129], 'This': [130], 'progress': [131], 'is': [132, 321, 351], 'driven': [133], 'long-term': [135, 325], 'declines': [136, 170, 233, 294], '4': [142], 'leading': [143], 'cancers': [144, 229, 346], '(lung,': [145], 'colorectal,': [146, 226], 'breast,': [147, 224], 'prostate);': [148], 'however,': [149], 'over': [150], 'past': [152], 'decade': [153], '(2008-2017),': [154], 'reductions': [155], 'slowed': [156], 'female': [158], 'breast': [159], 'colorectal': [161], 'cancers,': [162], 'halted': [164], 'prostate': [166], 'cancer.': [167], 'contrast,': [169], 'accelerated': [171], 'lung': [173, 215], 'cancer,': [174], 'from': [175, 191, 210, 266, 282], '3%': [176, 285], 'annually': [177, 261], 'during': [178, 184, 262, 268], '2008': [179], '2013': [181, 185, 263], '5%': [183, 296], '2017': [187, 222, 265], 'men': [189, 273], '2%': [192, 283], 'almost': [194], '4%': [195], 'women,': [197], 'spurring': [198], 'largest': [200], 'ever': [201], 'single-year': [202], 'drop': [203], 'mortality': [207, 232, 331], '2.2%': [209], '2016': [211], '2017.': [213], 'Yet': [214], 'still': [217], 'caused': [218], 'more': [219], 'prostate,': [225], 'brain': [228], 'combined.': [230], 'Recent': [231], 'also': [235, 322], 'dramatic': [236], 'melanoma': [238], 'skin': [241], 'wake': [244], 'US': [246], 'Food': [247], 'Drug': [249], 'Administration': [250], 'approval': [251], 'therapies': [254], 'metastatic': [256], 'disease,': [257], 'escalating': [258], '7%': [260], '1%': [267], '2006': [269], '2010': [271], 'women': [275, 335], 'aged': [276, 288, 301], '50': [277], '64': [279], 'years': [280, 303], 'those': [287], '20': [289], '49': [291], 'years;': [292], 'annual': [293], '6%': [298], 'individuals': [300], '65': [302], 'older': [305], 'particularly': [307], 'striking': [308], 'because': [309], 'this': [312], 'age': [313], 'group': [314], 'increasing': [316], 'prior': [317], '2013.': [319], 'It': [320], 'notable': [323, 354], 'rapid': [326], 'increases': [327], 'liver': [329], 'attenuated': [333], 'stabilized': [337], 'men.': [339], 'summary,': [341], 'slowing': [342], 'momentum': [343], 'some': [345], 'amenable': [347], 'early': [349], 'detection': [350], 'juxtaposed': [352], 'with': [353], 'gains': [355], 'other': [357], 'common': [358], 'cancers.': [359]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2999417355', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1931}, {'year': 2022, 'cited_by_count': 4299}, {'year': 2021, 'cited_by_count': 6049}, {'year': 2020, 'cited_by_count': 2611}, {'year': 2019, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 3}], 'updated_date': '2023-10-02T05:02:05.962887', 'created_date': '2020-01-23'}, {'id': 'https://openalex.org/W3103145119', 'doi': 'https://doi.org/10.1038/s41592-019-0686-2', 'title': 'SciPy 1.0: fundamental algorithms for scientific computing in Python', 'display_name': 'SciPy 1.0: fundamental algorithms for scientific computing in Python', 'publication_year': 2020, 'publication_date': '2020-02-03', 'ids': {'openalex': 'https://openalex.org/W3103145119', 'doi': 'https://doi.org/10.1038/s41592-019-0686-2', 'mag': '3103145119'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41592-019-0686-2', 'pdf_url': 'https://www.nature.com/articles/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S127827428', 'display_name': 'Nature Methods', 'issn_l': '1548-7091', 'issn': ['1548-7105', '1548-7091'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.nature.com/articles/s41592-019-0686-2.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5064221962', 'display_name': 'Pauli Virtanen', 'orcid': 'https://orcid.org/0000-0001-9957-1257'}, 'institutions': [{'id': 'https://openalex.org/I94722563', 'display_name': 'University of Jyväskylä', 'ror': 'https://ror.org/05n3dz165', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I94722563']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Pauli Virtanen', 'raw_affiliation_string': 'University of Jyväskylä, Jyväskylä, Finland', 'raw_affiliation_strings': ['University of Jyväskylä, Jyväskylä, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047155247', 'display_name': 'Ralf Gommers', 'orcid': 'https://orcid.org/0000-0002-0300-3333'}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Ralf Gommers', 'raw_affiliation_string': 'Quansight LLC, Austin, USA', 'raw_affiliation_strings': ['Quansight LLC, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019360202', 'display_name': 'Travis E. Oliphant', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}, {'id': 'https://openalex.org/I1330342723', 'display_name': 'Mayo Clinic', 'ror': 'https://ror.org/02qp3tb03', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1330342723']}, {'id': 'https://openalex.org/I2802423016', 'display_name': 'Winneshiek Medical Center', 'ror': 'https://ror.org/02s47w807', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802423016']}, {'id': 'https://openalex.org/I100005738', 'display_name': 'Brigham Young University', 'ror': 'https://ror.org/047rhhm47', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I100005738']}, {'id': 'https://openalex.org/I4210121859', 'display_name': 'Enthought (United States)', 'ror': 'https://ror.org/02xfc1977', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210121859']}, {'id': 'https://openalex.org/I4210104575', 'display_name': 'Anaconda (United States)', 'ror': 'https://ror.org/0164jks53', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210104575']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Travis E. Oliphant', 'raw_affiliation_string': 'Anaconda Inc., Austin, USA; Electrical Engineering, Brigham Young University, Provo, USA; Enthought, Inc., Austin, USA; Quansight LLC, Austin, USA; Ultrasound Imaging, Mayo Clinic, Rochester, USA', 'raw_affiliation_strings': ['Anaconda Inc., Austin, USA', 'Electrical Engineering, Brigham Young University, Provo, USA', 'Enthought, Inc., Austin, USA', 'Quansight LLC, Austin, USA', 'Ultrasound Imaging, Mayo Clinic, Rochester, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047018985', 'display_name': 'Matt Haberland', 'orcid': 'https://orcid.org/0000-0003-4806-3601'}, 'institutions': [{'id': 'https://openalex.org/I149919469', 'display_name': 'California Polytechnic State University', 'ror': 'https://ror.org/001gpfp45', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I127339247', 'https://openalex.org/I149919469']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Matt Haberland', 'raw_affiliation_string': 'BioResource and Agricultural Engineering Department, California Polytechnic State University, San Luis Obispo, USA; Department of Mathematics, University of California Los Angeles, Los Angeles, USA', 'raw_affiliation_strings': ['BioResource and Agricultural Engineering Department, California Polytechnic State University, San Luis Obispo, USA', 'Department of Mathematics, University of California Los Angeles, Los Angeles, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061717074', 'display_name': 'Tyler Reddy', 'orcid': 'https://orcid.org/0000-0003-2364-6157'}, 'institutions': [{'id': 'https://openalex.org/I1343871089', 'display_name': 'Los Alamos National Laboratory', 'ror': 'https://ror.org/01e41cf67', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I1343871089']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Tyler Reddy', 'raw_affiliation_string': 'Los Alamos National Laboratory, Los Alamos, USA', 'raw_affiliation_strings': ['Los Alamos National Laboratory, Los Alamos, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023051838', 'display_name': 'David Cournapeau', 'orcid': None}, 'institutions': [], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'David Cournapeau', 'raw_affiliation_string': 'Independent researcher, Tokyo, Japan', 'raw_affiliation_strings': ['Independent researcher, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030454460', 'display_name': 'Evgeni Burovski', 'orcid': 'https://orcid.org/0000-0001-8149-0483'}, 'institutions': [{'id': 'https://openalex.org/I118501908', 'display_name': 'National Research University Higher School of Economics', 'ror': 'https://ror.org/055f7t516', 'country_code': 'RU', 'type': 'education', 'lineage': ['https://openalex.org/I118501908']}], 'countries': ['RU'], 'is_corresponding': False, 'raw_author_name': 'Evgeni Burovski', 'raw_affiliation_string': 'National Research University Higher School of Economics, Moscow, Russia', 'raw_affiliation_strings': ['National Research University Higher School of Economics, Moscow, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051733624', 'display_name': 'Pearu Peterson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I111112146', 'display_name': 'Tallinn University of Technology', 'ror': 'https://ror.org/0443cwa12', 'country_code': 'EE', 'type': 'education', 'lineage': ['https://openalex.org/I111112146']}], 'countries': ['EE'], 'is_corresponding': False, 'raw_author_name': 'Pearu Peterson', 'raw_affiliation_string': 'Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia; Independent researcher, Saue, Estonia', 'raw_affiliation_strings': ['Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia', 'Independent researcher, Saue, Estonia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050562889', 'display_name': 'Warren Weckesser', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Warren Weckesser', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012506346', 'display_name': 'Jonathan Bright', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jonathan Bright', 'raw_affiliation_string': 'Independent researcher, New York, USA', 'raw_affiliation_strings': ['Independent researcher, New York, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004196368', 'display_name': 'Stéfan J. van der Walt', 'orcid': 'https://orcid.org/0000-0001-9276-1891'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stéfan J. van der Walt', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047540997', 'display_name': 'Matthew Brett', 'orcid': 'https://orcid.org/0000-0003-3715-7143'}, 'institutions': [{'id': 'https://openalex.org/I79619799', 'display_name': 'University of Birmingham', 'ror': 'https://ror.org/03angcq70', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79619799']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Matthew Brett', 'raw_affiliation_string': 'School of Psychology, University of Birmingham, Edgbaston, UK', 'raw_affiliation_strings': ['School of Psychology, University of Birmingham, Edgbaston, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065781964', 'display_name': 'Joshua Wilson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210121988', 'display_name': 'Film Independent', 'ror': 'https://ror.org/036cy3843', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210121988']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Joshua Wilson', 'raw_affiliation_string': 'Independent researcher, San Francisco, USA', 'raw_affiliation_strings': ['Independent researcher, San Francisco, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086174915', 'display_name': 'K. Jarrod Millman', 'orcid': 'https://orcid.org/0000-0002-5263-5070'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'K. Jarrod Millman', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA; Division of Biostatistics, University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California Berkeley, Berkeley, USA', 'Division of Biostatistics, University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075392500', 'display_name': 'Nikolay Mayorov', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210165827', 'display_name': 'Skolkovo Foundation', 'ror': 'https://ror.org/05qj99v29', 'country_code': 'RU', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210165827']}, {'id': 'https://openalex.org/I4210128657', 'display_name': 'WayRay (Russia)', 'ror': 'https://ror.org/03nrpad60', 'country_code': 'RU', 'type': 'company', 'lineage': ['https://openalex.org/I4210128657']}], 'countries': ['RU'], 'is_corresponding': False, 'raw_author_name': 'Nikolay Mayorov', 'raw_affiliation_string': 'WayRay LLC, Skolkovo Innovation Center, Moscow, Russia', 'raw_affiliation_strings': ['WayRay LLC, Skolkovo Innovation Center, Moscow, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091153242', 'display_name': 'Andrew Nelson', 'orcid': 'https://orcid.org/0000-0002-4548-3558'}, 'institutions': [{'id': 'https://openalex.org/I1334950195', 'display_name': 'Australian Nuclear Science and Technology Organisation', 'ror': 'https://ror.org/05j7fep28', 'country_code': 'AU', 'type': 'government', 'lineage': ['https://openalex.org/I1334950195']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Andrew R. J. Nelson', 'raw_affiliation_string': 'Australian Nuclear Science and Technology Organisation, Lucas Heights, Australia', 'raw_affiliation_strings': ['Australian Nuclear Science and Technology Organisation, Lucas Heights, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077773401', 'display_name': 'Eric D. Jones', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210121859', 'display_name': 'Enthought (United States)', 'ror': 'https://ror.org/02xfc1977', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210121859']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Jones', 'raw_affiliation_string': 'Enthought, Inc., Austin, USA', 'raw_affiliation_strings': ['Enthought, Inc., Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085464473', 'display_name': 'Robert Kern', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210121859', 'display_name': 'Enthought (United States)', 'ror': 'https://ror.org/02xfc1977', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210121859']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert Kern', 'raw_affiliation_string': 'Enthought, Inc., Austin, USA', 'raw_affiliation_strings': ['Enthought, Inc., Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035154676', 'display_name': 'Eric B. Larson', 'orcid': 'https://orcid.org/0000-0003-4782-5360'}, 'institutions': [{'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}, {'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Larson', 'raw_affiliation_string': 'Institute for Learning and Brain Sciences, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['Institute for Learning and Brain Sciences, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061906525', 'display_name': 'CJ Carey', 'orcid': 'https://orcid.org/0009-0009-9812-0177'}, 'institutions': [{'id': 'https://openalex.org/I177605424', 'display_name': 'Amherst College', 'ror': 'https://ror.org/028vqfs63', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I177605424']}, {'id': 'https://openalex.org/I24603500', 'display_name': 'University of Massachusetts Amherst', 'ror': 'https://ror.org/0072zz521', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I24603500', 'https://openalex.org/I2802841742']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'C J Carey', 'raw_affiliation_string': 'College of Information and Computing Sciences, University of Massachusetts Amherst, Amherst, USA', 'raw_affiliation_strings': ['College of Information and Computing Sciences, University of Massachusetts Amherst, Amherst, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037776414', 'display_name': 'İlhan Polat', 'orcid': None}, 'institutions': [], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'İlhan Polat', 'raw_affiliation_string': 'Independent researcher, Amsterdam, the Netherlands', 'raw_affiliation_strings': ['Independent researcher, Amsterdam, the Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071856444', 'display_name': 'Yu Feng', 'orcid': 'https://orcid.org/0000-0001-9068-3746'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Yu Feng', 'raw_affiliation_string': 'Berkeley Center for Cosmological Physics, University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Center for Cosmological Physics, University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075055543', 'display_name': 'Eric W. Moore', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193170854', 'display_name': 'Bruker (United States)', 'ror': 'https://ror.org/04r739x86', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I193170854']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric W. Moore', 'raw_affiliation_string': 'Bruker Biospin Corp., Billerica, USA', 'raw_affiliation_strings': ['Bruker Biospin Corp., Billerica, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038304150', 'display_name': 'Jake Vanderplas', 'orcid': 'https://orcid.org/0000-0002-9623-3401'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jake VanderPlas', 'raw_affiliation_string': 'University of Washington, Seattle, USA', 'raw_affiliation_strings': ['University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042747703', 'display_name': 'Denis Laxalde', 'orcid': 'https://orcid.org/0000-0002-5540-4825'}, 'institutions': [], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Denis Laxalde', 'raw_affiliation_string': 'Independent researcher, Toulouse, France', 'raw_affiliation_strings': ['Independent researcher, Toulouse, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041158660', 'display_name': 'Josef Perktold', 'orcid': None}, 'institutions': [], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Josef Perktold', 'raw_affiliation_string': 'Independent researcher, Montreal, Canada', 'raw_affiliation_strings': ['Independent researcher, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062280718', 'display_name': 'Robert Cimrman', 'orcid': 'https://orcid.org/0000-0002-2660-545X'}, 'institutions': [{'id': 'https://openalex.org/I92715842', 'display_name': 'University of West Bohemia', 'ror': 'https://ror.org/040t43x18', 'country_code': 'CZ', 'type': 'education', 'lineage': ['https://openalex.org/I92715842']}], 'countries': ['CZ'], 'is_corresponding': False, 'raw_author_name': 'Robert Cimrman', 'raw_affiliation_string': 'New Technologies Research Centre, University of West Bohemia, Plzeň, Czech Republic', 'raw_affiliation_strings': ['New Technologies Research Centre, University of West Bohemia, Plzeň, Czech Republic']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056877945', 'display_name': 'Ian Henriksen', 'orcid': 'https://orcid.org/0000-0002-2053-7265'}, 'institutions': [{'id': 'https://openalex.org/I4210104575', 'display_name': 'Anaconda (United States)', 'ror': 'https://ror.org/0164jks53', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210104575']}, {'id': 'https://openalex.org/I100005738', 'display_name': 'Brigham Young University', 'ror': 'https://ror.org/047rhhm47', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I100005738']}, {'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ian Henriksen', 'raw_affiliation_string': 'Anaconda Inc., Austin, USA; Department of Mathematics, Brigham Young University, Provo, USA; Oden Institute for Computational Engineering and Sciences, The University of Texas at Austin, Austin, USA', 'raw_affiliation_strings': ['Anaconda Inc., Austin, USA', 'Department of Mathematics, Brigham Young University, Provo, USA', 'Oden Institute for Computational Engineering and Sciences, The University of Texas at Austin, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035978609', 'display_name': 'E. A. Quintero', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'E. A. Quintero', 'raw_affiliation_string': 'Independent researcher, Belmont, USA', 'raw_affiliation_strings': ['Independent researcher, Belmont, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085750666', 'display_name': 'C. R. Harris', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles R. Harris', 'raw_affiliation_string': 'Independent researcher, Logan, USA; Space Dynamics Laboratory, North Logan, USA', 'raw_affiliation_strings': ['Independent researcher, Logan, USA', 'Space Dynamics Laboratory, North Logan, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030889135', 'display_name': 'Anne M. Archibald', 'orcid': 'https://orcid.org/0000-0003-0638-3340'}, 'institutions': [{'id': 'https://openalex.org/I4210124352', 'display_name': 'Netherlands Cancer Institute-Antoni van Leeuwenhoek Hospital', 'ror': 'https://ror.org/03xqtf034', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210124352']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Anne M. Archibald', 'raw_affiliation_string': 'Anton Pannekoek Institute, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Anton Pannekoek Institute, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000836300', 'display_name': 'Antônio H. Ribeiro', 'orcid': 'https://orcid.org/0000-0003-3632-8529'}, 'institutions': [{'id': 'https://openalex.org/I110200422', 'display_name': 'Universidade Federal de Minas Gerais', 'ror': 'https://ror.org/0176yjw32', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I110200422']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Antônio H. Ribeiro', 'raw_affiliation_string': 'Graduate Program in Electrical Engineering, Universidade Federal de Minas Gerais, Belo Horizonte, Brazil', 'raw_affiliation_strings': ['Graduate Program in Electrical Engineering, Universidade Federal de Minas Gerais, Belo Horizonte, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066572762', 'display_name': 'Fabián Pedregosa', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210148186', 'display_name': 'Google (Canada)', 'ror': 'https://ror.org/04d06q394', 'country_code': 'CA', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210148186']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Fabian Pedregosa', 'raw_affiliation_string': 'Google LLC, Montreal, Canada', 'raw_affiliation_strings': ['Google LLC, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020300027', 'display_name': 'Paul van Mulbregt', 'orcid': 'https://orcid.org/0000-0002-2382-8308'}, 'institutions': [{'id': 'https://openalex.org/I1291425158', 'display_name': 'Google (United States)', 'ror': 'https://ror.org/00njsd438', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210128969']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Paul van Mulbregt', 'raw_affiliation_string': 'Google LLC, Cambridge, USA', 'raw_affiliation_strings': ['Google LLC, Cambridge, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060250810', 'display_name': 'A. Vijaykumar', 'orcid': 'https://orcid.org/0000-0002-4103-0666'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Aditya Vijaykumar', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064111710', 'display_name': 'Alessandro Pietro Bardelli', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Alessandro Pietro Bardelli', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047284138', 'display_name': 'Alex Rothberg', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Alex Rothberg', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082251695', 'display_name': 'Andreas Hilboll', 'orcid': 'https://orcid.org/0000-0002-1038-6248'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Andreas Hilboll', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063972220', 'display_name': 'Andreas Kloeckner', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Andreas Kloeckner', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043772949', 'display_name': 'Anthony Scopatz', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Anthony Scopatz', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082768249', 'display_name': 'Antony Lee', 'orcid': 'https://orcid.org/0000-0003-2193-5369'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Antony Lee', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057244887', 'display_name': 'Ariel Rokem', 'orcid': 'https://orcid.org/0000-0003-0679-1985'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Ariel Rokem', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053548745', 'display_name': 'C. Nathan Woods', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'C. Nathan Woods', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017472276', 'display_name': 'Chad Fulton', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Chad Fulton', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014737071', 'display_name': 'Charles Masson', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles Masson', 'raw_affiliation_string': 'Independent researcher, Logan, USA; Space Dynamics Laboratory, North Logan, USA', 'raw_affiliation_strings': ['Independent researcher, Logan, USA', 'Space Dynamics Laboratory, North Logan, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034026451', 'display_name': 'Christian Häggström', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Christian Häggström', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023384689', 'display_name': 'Clark Fitzgerald', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Clark Fitzgerald', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000879886', 'display_name': 'David Nicholson', 'orcid': 'https://orcid.org/0000-0002-4261-4719'}, 'institutions': [], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'David A. Nicholson', 'raw_affiliation_string': 'Independent researcher, Tokyo, Japan', 'raw_affiliation_strings': ['Independent researcher, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085336567', 'display_name': 'David Hagen', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'David R. Hagen', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015696190', 'display_name': 'Dmitrii V. Ṗasechnik', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Dmitrii V. Pasechnik', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080101869', 'display_name': 'Emanuele Olivetti', 'orcid': 'https://orcid.org/0000-0001-7653-1519'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Emanuele Olivetti', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027881741', 'display_name': 'Éric Martin', 'orcid': 'https://orcid.org/0000-0001-8832-7478'}, 'institutions': [{'id': 'https://openalex.org/I193170854', 'display_name': 'Bruker (United States)', 'ror': 'https://ror.org/04r739x86', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I193170854']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Martin', 'raw_affiliation_string': 'Bruker Biospin Corp., Billerica, USA', 'raw_affiliation_strings': ['Bruker Biospin Corp., Billerica, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038378109', 'display_name': 'Eric Wieser', 'orcid': 'https://orcid.org/0000-0003-0412-4978'}, 'institutions': [{'id': 'https://openalex.org/I193170854', 'display_name': 'Bruker (United States)', 'ror': 'https://ror.org/04r739x86', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I193170854']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Wieser', 'raw_affiliation_string': 'Bruker Biospin Corp., Billerica, USA', 'raw_affiliation_strings': ['Bruker Biospin Corp., Billerica, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045926623', 'display_name': 'Fabrice Silva', 'orcid': 'https://orcid.org/0000-0001-8178-7308'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Fabrice Silva', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060153779', 'display_name': 'Felix Lenders', 'orcid': 'https://orcid.org/0000-0003-3152-4221'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Felix Lenders', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031857977', 'display_name': 'Florian Wilhelm', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Florian Wilhelm', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063386505', 'display_name': 'George S. Young', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1291425158', 'display_name': 'Google (United States)', 'ror': 'https://ror.org/00njsd438', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210128969']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Young', 'raw_affiliation_string': 'Google LLC, Cambridge, USA', 'raw_affiliation_strings': ['Google LLC, Cambridge, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080725117', 'display_name': 'Gavin A. Price', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Gavin A. Price', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012293647', 'display_name': 'Gert‐Ludwig Ingold', 'orcid': 'https://orcid.org/0000-0003-4851-2198'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Gert-Ludwig Ingold', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036467725', 'display_name': 'Gregory E. Allen', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Gregory E. Allen', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023016526', 'display_name': 'Gregory R. Lee', 'orcid': 'https://orcid.org/0000-0001-8895-2740'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Gregory R. Lee', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073757397', 'display_name': 'Hervé Audren', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Hervé Audren', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082329359', 'display_name': 'Irvin Probst', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Irvin Probst', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068414278', 'display_name': 'J. P. Dietrich', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jörg P. Dietrich', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000413092', 'display_name': 'Jacob Silterra', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jacob Silterra', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077772424', 'display_name': 'James T. Webber', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'James T Webber', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046370866', 'display_name': 'Janko Slavič', 'orcid': 'https://orcid.org/0000-0002-5982-8377'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Janko Slavič', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079518059', 'display_name': 'Joel Nothman', 'orcid': 'https://orcid.org/0000-0003-1497-3842'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Joel Nothman', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071161265', 'display_name': 'Johannes Buchner', 'orcid': 'https://orcid.org/0000-0003-0426-6634'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Johannes Buchner', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031186133', 'display_name': 'Jeffrey H. Kulick', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Johannes Kulick', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071944294', 'display_name': 'Johannes L. Schönberger', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Johannes L. Schönberger', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035887854', 'display_name': 'José Vinícius de Miranda Cardoso', 'orcid': 'https://orcid.org/0000-0001-5410-5551'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'José Vinícius de Miranda Cardoso', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041981647', 'display_name': 'Joscha Reimer', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Joscha Reimer', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021046526', 'display_name': 'Joseph Harrington', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Joseph Harrington', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071787109', 'display_name': 'Juan Luis Rodríguez', 'orcid': 'https://orcid.org/0000-0002-2187-161X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Juan Luis Cano Rodríguez', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034447662', 'display_name': 'Juan Nunez-Iglesias', 'orcid': 'https://orcid.org/0000-0002-7239-5828'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Juan Nunez-Iglesias', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058269883', 'display_name': 'Justin Kuczynski', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Justin Kuczynski', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083325189', 'display_name': 'K. Tritz', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Kevin Tritz', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073705027', 'display_name': 'Martin Thoma', 'orcid': 'https://orcid.org/0000-0001-8599-315X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Martin Thoma', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031793291', 'display_name': 'Matthew Newville', 'orcid': 'https://orcid.org/0000-0001-6938-1014'}, 'institutions': [{'id': 'https://openalex.org/I79619799', 'display_name': 'University of Birmingham', 'ror': 'https://ror.org/03angcq70', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79619799']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Matthew Newville', 'raw_affiliation_string': 'School of Psychology, University of Birmingham, Edgbaston, UK', 'raw_affiliation_strings': ['School of Psychology, University of Birmingham, Edgbaston, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068221391', 'display_name': 'Matthias Kümmerer', 'orcid': 'https://orcid.org/0000-0001-9644-4703'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Matthias Kümmerer', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075592571', 'display_name': 'Maximilian Bolingbroke', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Maximilian Bolingbroke', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088482647', 'display_name': 'Michael Tartre', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Michael Tartre', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038252715', 'display_name': 'Mikhail Pak', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Mikhail Pak', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054683366', 'display_name': 'Nathaniel J. Smith', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Nathaniel J. Smith', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067310483', 'display_name': 'Nikolai Nowaczyk', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Nikolai Nowaczyk', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091719533', 'display_name': 'Nikolay Shebanov', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210165827', 'display_name': 'Skolkovo Foundation', 'ror': 'https://ror.org/05qj99v29', 'country_code': 'RU', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210165827']}, {'id': 'https://openalex.org/I4210128657', 'display_name': 'WayRay (Russia)', 'ror': 'https://ror.org/03nrpad60', 'country_code': 'RU', 'type': 'company', 'lineage': ['https://openalex.org/I4210128657']}], 'countries': ['RU'], 'is_corresponding': False, 'raw_author_name': 'Nikolay Shebanov', 'raw_affiliation_string': 'WayRay LLC, Skolkovo Innovation Center, Moscow, Russia', 'raw_affiliation_strings': ['WayRay LLC, Skolkovo Innovation Center, Moscow, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082544018', 'display_name': 'Oleksandr Pavlyk', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Oleksandr Pavlyk', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040453994', 'display_name': 'Per A. Brodtkorb', 'orcid': None}, 'institutions': [], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Per A. Brodtkorb', 'raw_affiliation_string': 'Independent researcher, Montreal, Canada', 'raw_affiliation_strings': ['Independent researcher, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021660107', 'display_name': 'Perry Lee', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Perry Lee', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015946177', 'display_name': 'Robert T. McGibbon', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Robert T. McGibbon', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028271020', 'display_name': 'Roman Feldbauer', 'orcid': 'https://orcid.org/0000-0003-2216-4295'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Roman Feldbauer', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042729059', 'display_name': 'Sam M. Lewis', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Sam Lewis', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016449779', 'display_name': 'Sam Tygier', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Sam Tygier', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057482475', 'display_name': 'Scott Sievert', 'orcid': 'https://orcid.org/0000-0002-4275-3452'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Scott Sievert', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027824085', 'display_name': 'Sebastiano Vigna', 'orcid': 'https://orcid.org/0000-0002-3257-651X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Sebastiano Vigna', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080035112', 'display_name': 'Stefan Peterson', 'orcid': 'https://orcid.org/0000-0001-7203-3096'}, 'institutions': [{'id': 'https://openalex.org/I111112146', 'display_name': 'Tallinn University of Technology', 'ror': 'https://ror.org/0443cwa12', 'country_code': 'EE', 'type': 'education', 'lineage': ['https://openalex.org/I111112146']}], 'countries': ['EE'], 'is_corresponding': False, 'raw_author_name': 'Stefan Peterson', 'raw_affiliation_string': 'Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia; Independent researcher, Saue, Estonia', 'raw_affiliation_strings': ['Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia', 'Independent researcher, Saue, Estonia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030780570', 'display_name': 'Surhud More', 'orcid': 'https://orcid.org/0000-0002-2986-2371'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Surhud More', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024891927', 'display_name': 'Tadeusz Pudlik', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Tadeusz Pudlik', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054498122', 'display_name': 'Takuya Oshima', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Takuya Oshima', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 12, 'institutions_distinct_count': 29, 'corresponding_author_ids': ['https://openalex.org/A5047155247', 'https://openalex.org/A5047018985', 'https://openalex.org/A5061717074'], 'corresponding_institution_ids': ['https://openalex.org/I4210098317', 'https://openalex.org/I149919469', 'https://openalex.org/I161318765', 'https://openalex.org/I1343871089'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'is_authors_truncated': True, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 14159, 'biblio': {'volume': '17', 'issue': '3', 'first_page': '261', 'last_page': '272'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C519991488', 'wikidata': 'https://www.wikidata.org/wiki/Q28865', 'display_name': 'Python (programming language)', 'level': 2, 'score': 0.920079}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.75226307}, {'id': 'https://openalex.org/C3018397939', 'wikidata': 'https://www.wikidata.org/wiki/Q3644502', 'display_name': 'Open source', 'level': 3, 'score': 0.46962145}, {'id': 'https://openalex.org/C2992317946', 'wikidata': 'https://www.wikidata.org/wiki/Q712144', 'display_name': 'De facto', 'level': 2, 'score': 0.42284393}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.40264577}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.3225237}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.24816477}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 17, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41592-019-0686-2', 'pdf_url': 'https://www.nature.com/articles/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S127827428', 'display_name': 'Nature Methods', 'issn_l': '1548-7091', 'issn': ['1548-7105', '1548-7091'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.osti.gov/biblio/1659198', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402487', 'display_name': 'OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I139351228', 'host_organization_name': 'Office of Scientific and Technical Information', 'host_organization_lineage': ['https://openalex.org/I139351228'], 'host_organization_lineage_names': ['Office of Scientific and Technical Information'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://hal.science/hal-02520043', 'pdf_url': 'https://hal.science/hal-02520043/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02520043', 'pdf_url': 'https://hal.archives-ouvertes.fr/hal-02520043/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/1907.10121', 'pdf_url': 'http://arxiv.org/pdf/1907.10121', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7056644', 'pdf_url': 'https://europepmc.org/articles/pmc7056644?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research.monash.edu/en/publications/464a6409-5bd7-4b1b-ae73-686ced5a3b68', 'pdf_url': 'https://research.monash.edu/files/309744549/298888777_oa.pdf', 'source': {'id': 'https://openalex.org/S4306402625', 'display_name': 'Monash University Research Portal (Monash University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I56590836', 'host_organization_name': 'Monash University', 'host_organization_lineage': ['https://openalex.org/I56590836'], 'host_organization_lineage_names': ['Monash University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02520043/file/s41592-019-0686-2.pdf', 'pdf_url': 'https://hal.archives-ouvertes.fr/hal-02520043/file/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.science/hal-02520043/file/s41592-019-0686-2.pdf', 'pdf_url': 'https://hal.science/hal-02520043/file/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://urn.fi/URN:NBN:fi:jyu-202002192111', 'pdf_url': 'https://jyx.jyu.fi/bitstream/123456789/67875/1/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306400563', 'display_name': 'Jyväskylä University Digital Archive (University of Jyväskylä)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I94722563', 'host_organization_name': 'University of Jyväskylä', 'host_organization_lineage': ['https://openalex.org/I94722563'], 'host_organization_lineage_names': ['University of Jyväskylä'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://nbn-resolving.org/urn:nbn:de:bvb:384-opus4-699208', 'pdf_url': 'https://opus.bibliothek.uni-augsburg.de/opus4/files/69920/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306400930', 'display_name': 'OPUS (Augsburg University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I119916105', 'host_organization_name': 'Augsburg University', 'host_organization_lineage': ['https://openalex.org/I119916105'], 'host_organization_lineage_names': ['Augsburg University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2434/848184', 'pdf_url': 'https://air.unimi.it/bitstream/2434/848184/2/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306400516', 'display_name': 'Archivio Istituzionale della Ricerca (Universita Degli Studi Di Milano)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I189158943', 'host_organization_name': 'University of Milan', 'host_organization_lineage': ['https://openalex.org/I189158943'], 'host_organization_lineage_names': ['University of Milan'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11025/43199', 'pdf_url': 'http://dspace5.zcu.cz/bitstream/11025/43199/1/Cimrman_s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S4306400586', 'display_name': 'Digital Library (University of West Bohemia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I92715842', 'host_organization_name': 'University of West Bohemia', 'host_organization_lineage': ['https://openalex.org/I92715842'], 'host_organization_lineage_names': ['University of West Bohemia'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://mediatum.ub.tum.de/doc/1552180/document.pdf', 'pdf_url': 'https://mediatum.ub.tum.de/doc/1552180/document.pdf', 'source': {'id': 'https://openalex.org/S4377196330', 'display_name': 'mediaTUM (Technical University of Munich)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I62916508', 'host_organization_name': 'Technical University of Munich', 'host_organization_lineage': ['https://openalex.org/I62916508'], 'host_organization_lineage_names': ['Technical University of Munich'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7056644', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81538', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81538/3/Tesis1012398209.2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1907.10121', 'pdf_url': 'https://arxiv.org/pdf/1907.10121', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41592-019-0686-2', 'pdf_url': 'https://www.nature.com/articles/s41592-019-0686-2.pdf', 'source': {'id': 'https://openalex.org/S127827428', 'display_name': 'Nature Methods', 'issn_l': '1548-7091', 'issn': ['1548-7105', '1548-7091'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.38}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.29}], 'grants': [], 'referenced_works_count': 64, 'referenced_works': ['https://openalex.org/W147998453', 'https://openalex.org/W173148493', 'https://openalex.org/W344808587', 'https://openalex.org/W1451881698', 'https://openalex.org/W1499852305', 'https://openalex.org/W1506690472', 'https://openalex.org/W1579664581', 'https://openalex.org/W1595159159', 'https://openalex.org/W1596877211', 'https://openalex.org/W1736770670', 'https://openalex.org/W1749804791', 'https://openalex.org/W1768849904', 'https://openalex.org/W1970009422', 'https://openalex.org/W1987822482', 'https://openalex.org/W1988054515', 'https://openalex.org/W1993335798', 'https://openalex.org/W2000359198', 'https://openalex.org/W2000389939', 'https://openalex.org/W2001082470', 'https://openalex.org/W2005011886', 'https://openalex.org/W2005126631', 'https://openalex.org/W2005411772', 'https://openalex.org/W2006650073', 'https://openalex.org/W2015159529', 'https://openalex.org/W2028837575', 'https://openalex.org/W2035776949', 'https://openalex.org/W2044105167', 'https://openalex.org/W2061615592', 'https://openalex.org/W2063690908', 'https://openalex.org/W2065000345', 'https://openalex.org/W2065219489', 'https://openalex.org/W2075184363', 'https://openalex.org/W2079777091', 'https://openalex.org/W2091043613', 'https://openalex.org/W2096045964', 'https://openalex.org/W2104266030', 'https://openalex.org/W2114013702', 'https://openalex.org/W2127391977', 'https://openalex.org/W2140798163', 'https://openalex.org/W2146292423', 'https://openalex.org/W2153504150', 'https://openalex.org/W2162870748', 'https://openalex.org/W2171074980', 'https://openalex.org/W2181523240', 'https://openalex.org/W2217402295', 'https://openalex.org/W2245493112', 'https://openalex.org/W2252795400', 'https://openalex.org/W2273772273', 'https://openalex.org/W2417863416', 'https://openalex.org/W2576057118', 'https://openalex.org/W2612135142', 'https://openalex.org/W2758392106', 'https://openalex.org/W2765081049', 'https://openalex.org/W2793946573', 'https://openalex.org/W2884670864', 'https://openalex.org/W2886697344', 'https://openalex.org/W2888532099', 'https://openalex.org/W2939038312', 'https://openalex.org/W2971491423', 'https://openalex.org/W3102014803', 'https://openalex.org/W3106436086', 'https://openalex.org/W3208657605', 'https://openalex.org/W4211101666', 'https://openalex.org/W4240429068'], 'related_works': ['https://openalex.org/W67092138', 'https://openalex.org/W656686947', 'https://openalex.org/W1906486629', 'https://openalex.org/W2166247150', 'https://openalex.org/W2584070953', 'https://openalex.org/W3007645298', 'https://openalex.org/W3021560500', 'https://openalex.org/W4243252198', 'https://openalex.org/W4293327501', 'https://openalex.org/W4318619745'], 'ngrams_url': 'https://api.openalex.org/works/W3103145119/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'SciPy': [1, 19, 66], 'is': [2], 'an': [3, 57], 'open-source': [4], 'scientific': [5, 28], 'computing': [6], 'library': [7], 'for': [8, 26], 'the': [9, 60], 'Python': [10], 'programming': [11], 'language.': [12], 'Since': [13], 'its': [14], 'initial': [15], 'release': [16], 'in': [17, 30], '2001,': [18], 'has': [20], 'become': [21], 'a': [22], 'de': [23], 'facto': [24], 'standard': [25], 'leveraging': [27], 'algorithms': [29], 'Python,': [31], 'with': [32], 'over': [33, 42], '600': [34], 'unique': [35], 'code': [36], 'contributors,': [37], 'thousands': [38], 'of': [39, 48, 59, 65], 'dependent': [40, 44], 'packages,': [41], '100,000': [43], 'repositories': [45], 'and': [46, 62, 68], 'millions': [47], 'downloads': [49], 'per': [50], 'year.': [51], 'In': [52], 'this': [53], 'work,': [54], 'we': [55], 'provide': [56], 'overview': [58], 'capabilities': [61], 'development': [63], 'practices': [64], '1.0': [67], 'highlight': [69], 'some': [70], 'recent': [71], 'technical': [72], 'developments.': [73]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3103145119', 'counts_by_year': [{'year': 2023, 'cited_by_count': 4142}, {'year': 2022, 'cited_by_count': 4615}, {'year': 2021, 'cited_by_count': 3755}, {'year': 2020, 'cited_by_count': 1533}, {'year': 2019, 'cited_by_count': 20}, {'year': 2018, 'cited_by_count': 3}, {'year': 2015, 'cited_by_count': 2}], 'updated_date': '2023-10-04T01:41:30.431875', 'created_date': '2020-11-23'}, {'id': 'https://openalex.org/W3008028633', 'doi': 'https://doi.org/10.1001/jama.2020.2648', 'title': 'Characteristics of and Important Lessons From the Coronavirus Disease 2019 (COVID-19) Outbreak in China', 'display_name': 'Characteristics of and Important Lessons From the Coronavirus Disease 2019 (COVID-19) Outbreak in China', 'publication_year': 2020, 'publication_date': '2020-04-07', 'ids': {'openalex': 'https://openalex.org/W3008028633', 'doi': 'https://doi.org/10.1001/jama.2020.2648', 'mag': '3008028633', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32091533'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.2648', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2762130/jama_wu_2020_vp_200028.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://jamanetwork.com/journals/jama/articlepdf/2762130/jama_wu_2020_vp_200028.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5012397238', 'display_name': 'Zunyou Wu', 'orcid': 'https://orcid.org/0000-0002-0839-4548'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Zunyou Wu', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5075384865', 'display_name': 'Jennifer M. McGoogan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jennifer M. McGoogan', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5012397238'], 'corresponding_institution_ids': ['https://openalex.org/I184490438'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 13391, 'biblio': {'volume': '323', 'issue': '13', 'first_page': '1239', 'last_page': '1239'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.8905669}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.8352896}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.8130525}, {'id': 'https://openalex.org/C107029721', 'wikidata': 'https://www.wikidata.org/wiki/Q19188', 'display_name': 'Mainland China', 'level': 3, 'score': 0.72209585}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.6808506}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.6787465}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.67846215}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.6597803}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.5345219}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.5330711}, {'id': 'https://openalex.org/C2778137410', 'wikidata': 'https://www.wikidata.org/wiki/Q2732820', 'display_name': 'Government (linguistics)', 'level': 2, 'score': 0.52829504}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.50962496}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.45745552}, {'id': 'https://openalex.org/C113162765', 'wikidata': 'https://www.wikidata.org/wiki/Q1128437', 'display_name': 'Contact tracing', 'level': 5, 'score': 0.4476072}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.43686557}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.3968422}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.21405748}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.09095377}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.061115116}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D003140', 'descriptor_name': 'Communicable Disease Control', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004196', 'descriptor_name': 'Disease Outbreaks', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058873', 'descriptor_name': 'Pandemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D062072', 'descriptor_name': 'Patient Acuity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014944', 'descriptor_name': 'World Health Organization', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.2648', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2762130/jama_wu_2020_vp_200028.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32091533', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.2648', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2762130/jama_wu_2020_vp_200028.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.81}], 'grants': [], 'referenced_works_count': 5, 'referenced_works': ['https://openalex.org/W3004434564', 'https://openalex.org/W3006044875', 'https://openalex.org/W3006320625', 'https://openalex.org/W3006533361', 'https://openalex.org/W3035011439'], 'related_works': ['https://openalex.org/W3040137343', 'https://openalex.org/W3045573749', 'https://openalex.org/W3046519041', 'https://openalex.org/W3048539433', 'https://openalex.org/W3089198401', 'https://openalex.org/W3097431264', 'https://openalex.org/W3150155159', 'https://openalex.org/W3163078543', 'https://openalex.org/W3194513569', 'https://openalex.org/W3203436974'], 'ngrams_url': 'https://api.openalex.org/works/W3008028633/ngrams', 'abstract_inverted_index': {'This': [0], 'Viewpoint': [1], 'summarizes': [2], 'key': [3], 'epidemiologic': [4], 'and': [5, 24, 34], 'clinical': [6], 'findings': [7], 'from': [8], 'all': [9], 'cases': [10], 'of': [11], 'coronavirus': [12], 'disease': [13], '2019': [14], '(COVID-19)': [15], 'reported': [16], 'through': [17], 'February': [18], '11,': [19], '2020,': [20], 'in': [21, 27], 'mainland': [22], 'China,': [23], 'case': [25], 'trends': [26], 'response': [28], 'to': [29, 32], 'government': [30], 'attempts': [31], 'control': [33], 'contain': [35], 'the': [36], 'infection.': [37]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3008028633', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1059}, {'year': 2022, 'cited_by_count': 2474}, {'year': 2021, 'cited_by_count': 4370}, {'year': 2020, 'cited_by_count': 5438}, {'year': 2019, 'cited_by_count': 4}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-10-04T05:57:17.870000', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3003668884', 'doi': 'https://doi.org/10.1056/nejmoa2001316', 'title': 'Early Transmission Dynamics in Wuhan, China, of Novel Coronavirus–Infected Pneumonia', 'display_name': 'Early Transmission Dynamics in Wuhan, China, of Novel Coronavirus–Infected Pneumonia', 'publication_year': 2020, 'publication_date': '2020-03-26', 'ids': {'openalex': 'https://openalex.org/W3003668884', 'doi': 'https://doi.org/10.1056/nejmoa2001316', 'mag': '3003668884', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31995857', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7121484'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001316', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001316?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001316?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5066887020', 'display_name': 'Qun Li', 'orcid': 'https://orcid.org/0000-0003-0548-203X'}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Qun Li', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074672866', 'display_name': 'Xiaohong Guan', 'orcid': 'https://orcid.org/0000-0001-5296-423X'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xuhua Guan', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011439848', 'display_name': 'Peng Wu', 'orcid': 'https://orcid.org/0000-0003-1157-9401'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Peng Wu', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033692918', 'display_name': 'Xiaoye Wang', 'orcid': 'https://orcid.org/0000-0003-3540-0277'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Xiaoye Wang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046359225', 'display_name': 'Lei Zhou', 'orcid': 'https://orcid.org/0000-0002-9880-5506'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Lei Zhou', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030155090', 'display_name': 'Yeqing Tong', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yeqing Tong', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047062404', 'display_name': 'Ruiqi Ren', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Ruiqi Ren', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029917806', 'display_name': 'Kathy Leung', 'orcid': 'https://orcid.org/0000-0003-4777-388X'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Kathy S.M. Leung', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068660339', 'display_name': 'Eric H. Y. Lau', 'orcid': 'https://orcid.org/0000-0002-6688-9637'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Eric H.Y. Lau', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003730308', 'display_name': 'Jessica Y. Wong', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Jessica Y. Wong', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042728044', 'display_name': 'Xuesen Xing', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xuesen Xing', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084549899', 'display_name': 'Nijuan Xiang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Nijuan Xiang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069509754', 'display_name': 'Yang Wu', 'orcid': 'https://orcid.org/0000-0002-9199-325X'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yang Wu', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003753200', 'display_name': 'Chao Li', 'orcid': 'https://orcid.org/0000-0002-1950-0190'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Chao Li', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014708668', 'display_name': 'Qi Chen', 'orcid': 'https://orcid.org/0000-0001-7572-8168'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qi Chen', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038851564', 'display_name': 'Dan Li', 'orcid': 'https://orcid.org/0000-0002-4759-565X'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Dan Li', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054310694', 'display_name': 'Lijun Tian', 'orcid': 'https://orcid.org/0000-0002-0306-0709'}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210148362', 'display_name': 'Jingzhou Central Hospital', 'ror': 'https://ror.org/04gnkpp77', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210148362']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Tian Liu', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Jingzhou Center for Disease Control and Prevention, Jingzhou, Hubei', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Jingzhou Center for Disease Control and Prevention, Jingzhou, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033485883', 'display_name': 'Jing Zhao', 'orcid': 'https://orcid.org/0000-0001-6382-3555'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Jing Zhao', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072284849', 'display_name': 'Man Liu', 'orcid': 'https://orcid.org/0000-0001-5265-8224'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Man Liu', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022293237', 'display_name': 'Wei Tu', 'orcid': 'https://orcid.org/0000-0002-0255-4037'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Wenxiao Tu', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042452119', 'display_name': 'Chuding Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chuding Chen', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074584778', 'display_name': 'Lianmei Jin', 'orcid': 'https://orcid.org/0000-0002-6874-9259'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Lianmei Jin', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004618595', 'display_name': 'Rui Yang', 'orcid': 'https://orcid.org/0000-0001-5290-8799'}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Rui Yang', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015195367', 'display_name': 'Qi Wang', 'orcid': 'https://orcid.org/0000-0002-1328-8571'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Qi Wang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074172607', 'display_name': 'Sanming Zhou', 'orcid': 'https://orcid.org/0000-0002-9579-7598'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Suhua Zhou', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028153158', 'display_name': 'Rui Wang', 'orcid': 'https://orcid.org/0000-0002-7402-6372'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Rui Wang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044301848', 'display_name': 'Hui Liu', 'orcid': 'https://orcid.org/0000-0001-6654-4965'}, 'institutions': [{'id': 'https://openalex.org/I4210132472', 'display_name': 'Chengdu Center for Disease Control and Prevention', 'ror': 'https://ror.org/03hbkgr83', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210132472']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Hui Liu', 'raw_affiliation_string': 'Chengdu Center for Disease Control and Prevention, Chengdu, Sichuan; Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chengdu Center for Disease Control and Prevention, Chengdu, Sichuan', 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004095744', 'display_name': 'Yinbo Luo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yinbo Luo', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046214153', 'display_name': 'Yuan Liu', 'orcid': 'https://orcid.org/0000-0002-7068-8766'}, 'institutions': [{'id': 'https://openalex.org/I4210087216', 'display_name': 'Hunan Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0066efq29', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210087216']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Yuan Liu', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Hunan Provincial Center for Disease Control and Prevention, Changsha, Hunan', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Hunan Provincial Center for Disease Control and Prevention, Changsha, Hunan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067385781', 'display_name': 'Ge Shao', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Ge Shao', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001014826', 'display_name': 'Huan Li', 'orcid': 'https://orcid.org/0000-0002-3705-3654'}, 'institutions': [{'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210093430', 'display_name': 'Shenyang Center for Disease Control and Prevention', 'ror': 'https://ror.org/005mgvs97', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210093430']}, {'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Huan Li', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Panjin Center for Disease Control and Prevention, Panjin, Liaoning', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Panjin Center for Disease Control and Prevention, Panjin, Liaoning']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029612066', 'display_name': 'Tao Zhang', 'orcid': 'https://orcid.org/0000-0001-6643-4686'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}, {'id': 'https://openalex.org/I4210090264', 'display_name': 'Guizhou Center for Disease Control and Prevention', 'ror': 'https://ror.org/009j0tv77', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210090264']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Zhongfa Tao', 'raw_affiliation_string': 'Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing; Guizhou Center for Disease Control and Prevention, Guiyang, Guizhou', 'raw_affiliation_strings': ['Chinese Field Epidemiology Training Program, Chinese Center for Disease Control and Prevention, Beijing', 'Guizhou Center for Disease Control and Prevention, Guiyang, Guizhou']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049692788', 'display_name': 'Yang Yang', 'orcid': 'https://orcid.org/0000-0001-6441-0226'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Yang Yang', 'raw_affiliation_string': 'Jiading District Center for Disease Control and Prevention, Shanghai', 'raw_affiliation_strings': ['Jiading District Center for Disease Control and Prevention, Shanghai']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086287153', 'display_name': 'Zhiqiang Deng', 'orcid': 'https://orcid.org/0000-0001-6068-852X'}, 'institutions': [{'id': 'https://openalex.org/I4210156122', 'display_name': 'Nanchang Center for Disease Control and Prevention', 'ror': 'https://ror.org/052p82762', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210156122']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhiqiang Deng', 'raw_affiliation_string': 'Nanchang Center for Disease Control and Prevention, Nanchang, Jiangxi', 'raw_affiliation_strings': ['Nanchang Center for Disease Control and Prevention, Nanchang, Jiangxi']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035157608', 'display_name': 'Boxi Liu', 'orcid': None}, 'institutions': [], 'countries': ['MN'], 'is_corresponding': False, 'raw_author_name': 'Boxi Liu', 'raw_affiliation_string': 'Inner Mongolia Comprehensive Center for Disease Control and Prevention, Hohhot, Inner Mongolia', 'raw_affiliation_strings': ['Inner Mongolia Comprehensive Center for Disease Control and Prevention, Hohhot, Inner Mongolia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081253261', 'display_name': 'Zhitao Ma', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Zhitao Ma', 'raw_affiliation_string': 'Baoshan District Center for Disease Control and Prevention, Shanghai', 'raw_affiliation_strings': ['Baoshan District Center for Disease Control and Prevention, Shanghai']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070373092', 'display_name': 'Yanping Zhang', 'orcid': 'https://orcid.org/0000-0002-5678-3038'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Yanping Zhang', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082784333', 'display_name': 'Guoqing Shi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Guoqing Shi', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001962052', 'display_name': 'Tommy T. Y. Lam', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Tommy T.Y. Lam', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089678525', 'display_name': 'Joseph T. Wu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Joseph T. Wu', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015873777', 'display_name': 'George F. Gao', 'orcid': 'https://orcid.org/0000-0001-8242-9430'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'George F. Gao', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074151633', 'display_name': 'Benjamin J. Cowling', 'orcid': 'https://orcid.org/0000-0002-6297-7154'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Benjamin J. Cowling', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041664829', 'display_name': 'Bo Yang', 'orcid': 'https://orcid.org/0000-0003-0680-1469'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bo Yang', 'raw_affiliation_string': 'Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei', 'raw_affiliation_strings': ['Hubei Provincial Center for Disease Control and Prevention, Wuhan, Hubei']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043618382', 'display_name': 'Gabriel M. Leung', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Gabriel M. Leung', 'raw_affiliation_string': 'World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong', 'raw_affiliation_strings': ['World Health Organization Collaborating Centre for Infectious Disease Epidemiology and Control, School of Public Health, University of Hong Kong, Hong Kong']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5080625732', 'display_name': 'Zijian Feng', 'orcid': 'https://orcid.org/0000-0001-8469-5548'}, 'institutions': [{'id': 'https://openalex.org/I184490438', 'display_name': 'Chinese Center For Disease Control and Prevention', 'ror': 'https://ror.org/04wktzw65', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210151987']}, {'id': 'https://openalex.org/I4210140459', 'display_name': 'Center for Disease Control', 'ror': 'https://ror.org/04hsdam77', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210140459']}], 'countries': ['CN', 'TW'], 'is_corresponding': False, 'raw_author_name': 'Zijian Feng', 'raw_affiliation_string': 'Chinese Center for Disease Control and Prevention, Beijing', 'raw_affiliation_strings': ['Chinese Center for Disease Control and Prevention, Beijing']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 10, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 11636, 'biblio': {'volume': '382', 'issue': '13', 'first_page': '1199', 'last_page': '1207'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.7811802}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.648317}, {'id': 'https://openalex.org/C761482', 'wikidata': 'https://www.wikidata.org/wiki/Q118093', 'display_name': 'Transmission (telecommunications)', 'level': 2, 'score': 0.6140119}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.5770448}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.57549995}, {'id': 'https://openalex.org/C122048520', 'wikidata': 'https://www.wikidata.org/wiki/Q2913954', 'display_name': 'Percentile', 'level': 2, 'score': 0.5692581}, {'id': 'https://openalex.org/C204264503', 'wikidata': 'https://www.wikidata.org/wiki/Q901464', 'display_name': 'Basic reproduction number', 'level': 3, 'score': 0.55624914}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.49211973}, {'id': 'https://openalex.org/C143701427', 'wikidata': 'https://www.wikidata.org/wiki/Q193566', 'display_name': 'Incubation period', 'level': 3, 'score': 0.4713506}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.46791914}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.43794346}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.35319155}, {'id': 'https://openalex.org/C42972112', 'wikidata': 'https://www.wikidata.org/wiki/Q170201', 'display_name': 'Veterinary medicine', 'level': 1, 'score': 0.33365205}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.23602375}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.21208012}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.19338542}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.17063078}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.1545637}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.121581405}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.10196206}, {'id': 'https://openalex.org/C25642318', 'wikidata': 'https://www.wikidata.org/wiki/Q1992532', 'display_name': 'Incubation', 'level': 2, 'score': 0.095191926}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.087475926}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C119599485', 'wikidata': 'https://www.wikidata.org/wiki/Q43035', 'display_name': 'Electrical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': True}, {'descriptor_ui': 'D018562', 'descriptor_name': 'Disease Transmission, Infectious', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D058872', 'descriptor_name': 'Epidemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D055256', 'descriptor_name': 'Infectious Disease Incubation Period', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003140', 'descriptor_name': 'Communicable Disease Control', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003140', 'descriptor_name': 'Communicable Disease Control', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D018562', 'descriptor_name': 'Disease Transmission, Infectious', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018562', 'descriptor_name': 'Disease Transmission, Infectious', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D058872', 'descriptor_name': 'Epidemics', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015994', 'descriptor_name': 'Incidence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058873', 'descriptor_name': 'Pandemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016133', 'descriptor_name': 'Polymerase Chain Reaction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001316', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001316?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7121484', 'pdf_url': 'https://europepmc.org/articles/pmc7121484?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121484', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/31995857', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2001316', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2001316?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.84}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.13}], 'grants': [{'funder': 'https://openalex.org/F4320321001', 'funder_display_name': 'National Natural Science Foundation of China', 'award_id': '71934002'}, {'funder': 'https://openalex.org/F4320322108', 'funder_display_name': 'Ministry of Science and Technology', 'award_id': 'KJYJ-2013-01-02'}, {'funder': 'https://openalex.org/F4320335055', 'funder_display_name': 'Health and Medical Research Fund', 'award_id': None}, {'funder': 'https://openalex.org/F4320337355', 'funder_display_name': 'National Institute of Allergy and Infectious Diseases', 'award_id': 'HHSN272201400006C'}], 'referenced_works_count': 15, 'referenced_works': ['https://openalex.org/W1909499787', 'https://openalex.org/W2011635789', 'https://openalex.org/W2061717888', 'https://openalex.org/W2065075114', 'https://openalex.org/W2147166346', 'https://openalex.org/W2149508011', 'https://openalex.org/W2470646526', 'https://openalex.org/W3000834295', 'https://openalex.org/W3001897055', 'https://openalex.org/W3001971765', 'https://openalex.org/W3002533507', 'https://openalex.org/W3002539152', 'https://openalex.org/W3002715510', 'https://openalex.org/W3017468735', 'https://openalex.org/W3017829800'], 'related_works': ['https://openalex.org/W3003901880', 'https://openalex.org/W3004826915', 'https://openalex.org/W3008700721', 'https://openalex.org/W3014892682', 'https://openalex.org/W3020128117', 'https://openalex.org/W3031696803', 'https://openalex.org/W3108471389', 'https://openalex.org/W3196541986', 'https://openalex.org/W3202879662', 'https://openalex.org/W4307727069'], 'ngrams_url': 'https://api.openalex.org/works/W3003668884/ngrams', 'abstract_inverted_index': {'The': [0, 110, 137], 'initial': [1], 'cases': [2, 29, 51, 67, 113], 'of': [3, 37, 49, 52, 65, 79, 112, 133, 155, 178, 202, 219, 255, 259], 'novel': [4], 'coronavirus': [5], '(2019-nCoV)-infected': [6], 'pneumonia': [7], '(NCIP)': [8], 'occurred': [9, 212], 'in': [10, 15, 30, 168, 247], 'Wuhan,': [11], 'Hubei': [12], 'Province,': [13], 'China,': [14], 'December': [16, 220], '2019': [17], 'and': [18, 46, 68, 88, 106, 257, 261], 'January': [19, 59, 118], '2020.': [20, 61], 'We': [21, 62], 'analyzed': [22], 'data': [23], 'on': [24, 41], 'the': [25, 34, 66, 70, 76, 84, 89, 93, 100, 124, 134, 152, 156, 165, 186, 200, 217, 253], 'first': [26, 94], '425': [27, 95], 'confirmed': [28, 98], 'Wuhan': [31], 'to': [32, 123, 149, 184, 192, 198, 224, 230, 239], 'determine': [33], 'epidemiologic': [35, 72], 'characteristics': [36, 64], 'NCIP.We': [38], 'collected': [39], 'information': [40], 'demographic': [42], 'characteristics,': [43], 'exposure': [44], 'history,': [45], 'illness': [47], 'timelines': [48], 'laboratory-confirmed': [50], 'NCIP': [53], 'that': [54, 208], 'had': [55], 'been': [56], 'reported': [57], 'by': [58, 252], '22,': [60], 'described': [63], 'estimated': [69, 83, 191], 'key': [71], 'time-delay': [73], 'distributions.': [74], 'In': [75, 161], 'early': [77, 163], 'period': [78, 140], 'exponential': [80], 'growth,': [81], 'we': [82], 'epidemic': [85, 166], 'doubling': [86], 'time': [87], 'basic': [90, 187], 'reproductive': [91, 188], 'number.Among': [92], 'patients': [96], 'with': [97, 115, 131, 151], 'NCIP,': [99], 'median': [101], 'age': [102], 'was': [103, 141, 190], '59': [104], 'years': [105], '56%': [107], 'were': [108, 121], 'male.': [109], 'majority': [111], '(55%)': [114], 'onset': [116], 'before': [117], '1,': [119], '2020,': [120], 'linked': [122], 'Huanan': [125], 'Seafood': [126], 'Wholesale': [127], 'Market,': [128], 'as': [129], 'compared': [130], '8.6%': [132], 'subsequent': [135], 'cases.': [136], 'mean': [138, 175], 'incubation': [139], '5.2': [142], 'days': [143, 180], '(95%': [144, 181, 195], 'confidence': [145], 'interval': [146, 177], '[CI],': [147], '4.1': [148], '7.0),': [150], '95th': [153], 'percentile': [154], 'distribution': [157], 'at': [158, 249], '12.5': [159], 'days.': [160, 172], 'its': [162], 'stages,': [164], 'doubled': [167], 'size': [169], 'every': [170], '7.4': [171], 'With': [173], 'a': [174], 'serial': [176], '7.5': [179], 'CI,': [182, 196], '5.3': [183], '19),': [185], 'number': [189], 'be': [193, 228, 245], '2.2': [194], '1.4': [197], '3.9).On': [199], 'basis': [201], 'this': [203], 'information,': [204], 'there': [205], 'is': [206], 'evidence': [207], 'human-to-human': [209], 'transmission': [210, 226, 243], 'has': [211], 'among': [213], 'close': [214], 'contacts': [215], 'since': [216], 'middle': [218], '2019.': [221], 'Considerable': [222], 'efforts': [223], 'reduce': [225, 242], 'will': [227], 'required': [229], 'control': [231], 'outbreaks': [232], 'if': [233], 'similar': [234], 'dynamics': [235], 'apply': [236], 'elsewhere.': [237], 'Measures': [238], 'prevent': [240], 'or': [241], 'should': [244], 'implemented': [246], 'populations': [248], 'risk.': [250], '(Funded': [251], 'Ministry': [254], 'Science': [256], 'Technology': [258], 'China': [260], 'others.).': [262]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3003668884', 'counts_by_year': [{'year': 2023, 'cited_by_count': 746}, {'year': 2022, 'cited_by_count': 1839}, {'year': 2021, 'cited_by_count': 3579}, {'year': 2020, 'cited_by_count': 5417}, {'year': 2019, 'cited_by_count': 6}], 'updated_date': '2023-10-03T05:55:54.522514', 'created_date': '2020-02-07'}, {'id': 'https://openalex.org/W3111255098', 'doi': 'https://doi.org/10.1056/nejmoa2034577', 'title': 'Safety and Efficacy of the BNT162b2 mRNA Covid-19 Vaccine', 'display_name': 'Safety and Efficacy of the BNT162b2 mRNA Covid-19 Vaccine', 'publication_year': 2020, 'publication_date': '2020-12-31', 'ids': {'openalex': 'https://openalex.org/W3111255098', 'doi': 'https://doi.org/10.1056/nejmoa2034577', 'mag': '3111255098', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/33596351', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7745181'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2034577', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2034577?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2034577?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5001090261', 'display_name': 'Fernando P. Polack', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Fernando P. Polack', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059606373', 'display_name': 'Stephen J. Thomas', 'orcid': 'https://orcid.org/0000-0002-8368-7682'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephen J. Thomas', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014880604', 'display_name': 'Nicholas Kitchin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nicholas Kitchin', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087564717', 'display_name': 'Judith Absalon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Judith Absalon', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067206456', 'display_name': 'Alejandra Gurtman', 'orcid': 'https://orcid.org/0000-0003-3469-1201'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Alejandra Gurtman', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042729050', 'display_name': 'Stephen Lockhart', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephen Lockhart', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025483944', 'display_name': 'John L. Perez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John L. Perez', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072464892', 'display_name': 'Gonzalo Pérez Marc', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Gonzalo Pérez Marc', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042806017', 'display_name': 'Edson Duarte Moreira', 'orcid': 'https://orcid.org/0000-0002-7081-8348'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Edson D. Moreira', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005113837', 'display_name': 'Cristiano Augusto de Freitas Zerbini', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Cristiano Zerbini', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004654129', 'display_name': 'Richard Bailey', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ruth Bailey', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023919527', 'display_name': 'Kena A. Swanson', 'orcid': 'https://orcid.org/0000-0002-3389-8414'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kena A. Swanson', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016431348', 'display_name': 'Satrajit Roychoudhury', 'orcid': 'https://orcid.org/0000-0003-4001-3036'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Satrajit Roychoudhury', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020500638', 'display_name': 'Kenneth Koury', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kenneth Koury', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073070877', 'display_name': 'Ping Li', 'orcid': 'https://orcid.org/0000-0002-1455-0842'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ping Li', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072923693', 'display_name': 'Warren V. Kalina', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Warren V. Kalina', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063673979', 'display_name': 'David A. Cooper', 'orcid': 'https://orcid.org/0000-0002-4595-3943'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David Cooper', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039460332', 'display_name': 'Robert W. Frenck', 'orcid': 'https://orcid.org/0000-0002-2336-526X'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert W. Frenck', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081629035', 'display_name': 'Laura L. Hammitt', 'orcid': 'https://orcid.org/0000-0001-6051-1484'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Laura L. Hammitt', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000036560', 'display_name': 'Özlem Türeci', 'orcid': 'https://orcid.org/0000-0002-0623-1497'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Özlem Türeci', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073008232', 'display_name': 'Haylene Nell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Haylene Nell', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007616398', 'display_name': 'Axel Schaefer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Axel Schaefer', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090594476', 'display_name': 'Serhat Ünal', 'orcid': 'https://orcid.org/0000-0003-1184-4711'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Serhat Ünal', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051925652', 'display_name': 'Dina B. Tresnan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Dina B. Tresnan', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060704252', 'display_name': 'Susan Mather', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Susan Mather', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045224941', 'display_name': 'Philip R. Dormitzer', 'orcid': 'https://orcid.org/0000-0003-0671-6360'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Philip R. Dormitzer', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075617216', 'display_name': 'Uğur Şahin', 'orcid': 'https://orcid.org/0000-0003-0363-1564'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Uğur Şahin', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044292989', 'display_name': 'Kathrin U. Jansen', 'orcid': 'https://orcid.org/0000-0001-5354-4202'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kathrin U. Jansen', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5086524484', 'display_name': 'William C. Gruber', 'orcid': 'https://orcid.org/0000-0002-6518-4547'}, 'institutions': [{'id': 'https://openalex.org/I180857899', 'display_name': 'Pfizer (United States)', 'ror': 'https://ror.org/01xdqrp08', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I180857899']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'William C. Gruber', 'raw_affiliation_string': 'From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...', 'raw_affiliation_strings': ['From Fundacion INFANT (F.P.P.) and iTrials-Hospital Militar Central (G.P.M.), Buenos Aires; State University of New York, Upstate Medical University, Syracuse (S.J.T.), and Vaccine Research and Development, Pfizer, Pearl River (J.A., A.G., K.A.S., K.K., W.V.K., D.C., P.R.D., K.U.J., W.C.G.) — both in New York; Vaccine Research and Development, Pfizer, Hurley, United Kingdom (N.K., S.L., R.B.); Vaccine Research and Development (J.L.P., P.L.) and Worldwide Safety, Safety Surveillance and Risk Management (S...']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 10454, 'biblio': {'volume': '383', 'issue': '27', 'first_page': '2603', 'last_page': '2615'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.8745873}, {'id': 'https://openalex.org/C27081682', 'wikidata': 'https://www.wikidata.org/wiki/Q269829', 'display_name': 'Placebo', 'level': 3, 'score': 0.6870041}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.6825781}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.58719873}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.5333749}, {'id': 'https://openalex.org/C168563851', 'wikidata': 'https://www.wikidata.org/wiki/Q1436668', 'display_name': 'Randomized controlled trial', 'level': 2, 'score': 0.48399448}, {'id': 'https://openalex.org/C535046627', 'wikidata': 'https://www.wikidata.org/wiki/Q30612', 'display_name': 'Clinical trial', 'level': 2, 'score': 0.4185906}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.3943604}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.20932034}, {'id': 'https://openalex.org/C204787440', 'wikidata': 'https://www.wikidata.org/wiki/Q188504', 'display_name': 'Alternative medicine', 'level': 2, 'score': 0.13024437}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.10923201}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': True}, {'descriptor_ui': 'D000086663', 'descriptor_name': 'COVID-19 Vaccines', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': True}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000090982', 'descriptor_name': 'BNT162 Vaccine', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': False}, {'descriptor_ui': 'D000086663', 'descriptor_name': 'COVID-19 Vaccines', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086663', 'descriptor_name': 'COVID-19 Vaccines', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': False}, {'descriptor_ui': 'D000086663', 'descriptor_name': 'COVID-19 Vaccines', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D005221', 'descriptor_name': 'Fatigue', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005221', 'descriptor_name': 'Fatigue', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006261', 'descriptor_name': 'Headache', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006261', 'descriptor_name': 'Headache', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007117', 'descriptor_name': 'Immunization, Secondary', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D016037', 'descriptor_name': 'Single-Blind Method', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016896', 'descriptor_name': 'Treatment Outcome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014614', 'descriptor_name': 'Vaccines, Synthetic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2034577', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2034577?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10757/655958', 'pdf_url': 'https://repositorioacademico.upc.edu.pe/bitstream/10757/655958/3/nejmoa2034577.pdf', 'source': {'id': 'https://openalex.org/S4306401415', 'display_name': 'Repositorio Académico de la Universidad Peruana de Ciencias Aplicadas (Universidad Peruana de Ciencias Aplicadas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1311157440', 'host_organization_name': 'Peruvian University of Applied Sciences', 'host_organization_lineage': ['https://openalex.org/I1311157440'], 'host_organization_lineage_names': ['Peruvian University of Applied Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7745181', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/33301246', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa2034577', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa2034577?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.87}], 'grants': [{'funder': 'https://openalex.org/F4320307765', 'funder_display_name': 'Pfizer', 'award_id': None}], 'referenced_works_count': 7, 'referenced_works': ['https://openalex.org/W1420726270', 'https://openalex.org/W2058647478', 'https://openalex.org/W2994612945', 'https://openalex.org/W3007643904', 'https://openalex.org/W3010233963', 'https://openalex.org/W3092921648', 'https://openalex.org/W3093367571'], 'related_works': ['https://openalex.org/W3017171836', 'https://openalex.org/W3025176011', 'https://openalex.org/W3027835066', 'https://openalex.org/W3032320397', 'https://openalex.org/W3033635008', 'https://openalex.org/W3107152225', 'https://openalex.org/W3119540162', 'https://openalex.org/W3152606407', 'https://openalex.org/W4280491013', 'https://openalex.org/W4308017287'], 'ngrams_url': 'https://api.openalex.org/works/W3111255098/ngrams', 'abstract_inverted_index': {'Severe': [0], 'acute': [1], 'respiratory': [2], 'syndrome': [3], 'coronavirus': [4, 11], '2': [5, 273], '(SARS-CoV-2)': [6], 'infection': [7], 'and': [8, 27, 104, 120, 146, 187, 210, 232, 242, 248, 286], 'the': [9, 66, 99, 137, 188, 202, 228, 246], 'resulting': [10], 'disease': [12], '2019': [13], '(Covid-19)': [14], 'have': [15], 'afflicted': [16], 'tens': [17], 'of': [18, 20, 47, 62, 98, 107, 112, 128, 190, 196, 219, 236, 253, 264, 272, 279], 'millions': [19], 'people': [21], 'in': [22, 51, 158, 207, 212, 245, 260], 'a': [23, 52, 76, 84, 213, 270], 'worldwide': [24], 'pandemic.': [25], 'Safe': [26], 'effective': [28, 157], 'vaccines': [29], 'are': [30], 'needed': [31], 'urgently.In': [32], 'an': [33], 'ongoing': [34], 'multinational,': [35], 'placebo-controlled,': [36], 'observer-blinded,': [37], 'pivotal': [38], 'efficacy': [39, 97, 169], 'trial,': [40], 'we': [41], 'randomly': [42], 'assigned': [43, 142, 151], 'persons': [44, 261], '16': [45, 262], 'years': [46, 263], 'age': [48, 265], 'or': [49, 65, 266], 'older': [50], '1:1': [53], 'ratio': [54], 'to': [55, 143, 152, 165, 172, 277], 'receive': [56, 144], 'two': [57], 'doses,': [58], '21': [59], 'days': [60, 135], 'apart,': [61], 'either': [63], 'placebo': [64, 208, 249], 'BNT162b2': [67, 74, 119, 145, 154, 214, 220, 254], 'vaccine': [68, 81, 100, 168, 247], 'candidate': [69], '(30': [70], 'μg': [71], 'per': [72], 'dose).': [73], 'is': [75], 'lipid': [77], 'nanoparticle-formulated,': [78], 'nucleoside-modified': [79], 'RNA': [80], 'that': [82, 278], 'encodes': [83], 'prefusion': [85], 'stabilized,': [86], 'membrane-anchored': [87], 'SARS-CoV-2': [88], 'full-length': [89], 'spike': [90], 'protein.': [91], 'The': [92, 216, 234], 'primary': [93], 'end': [94], 'points': [95], 'were': [96, 125], 'against': [101, 258], 'laboratory-confirmed': [102], 'Covid-19': [103, 129, 160, 198, 259], 'safety.A': [105], 'total': [106], '43,548': [108], 'participants': [109, 141], 'underwent': [110], 'randomization,': [111], 'whom': [113], '43,448': [114], 'received': [115], 'injections:': [116], '21,720': [117], 'with': [118, 122, 130, 199], '21,728': [121], 'placebo.': [123], 'There': [124], '8': [126], 'cases': [127, 148, 195], 'onset': [131, 200], 'at': [132, 227], 'least': [133], '7': [134], 'after': [136, 201], 'second': [138], 'dose': [139], 'among': [140, 149], '162': [147], 'those': [150], 'placebo;': [153], 'was': [155, 174, 221, 240, 243, 275], '95%': [156, 256], 'preventing': [159], '(95%': [161], 'credible': [162], 'interval,': [163], '90.3': [164], '97.6).': [166], 'Similar': [167], '(generally': [170], '90': [171], '100%)': [173], 'observed': [175], 'across': [176], 'subgroups': [177], 'defined': [178], 'by': [179, 223, 284], 'age,': [180], 'sex,': [181], 'race,': [182], 'ethnicity,': [183], 'baseline': [184], 'body-mass': [185], 'index,': [186], 'presence': [189], 'coexisting': [191], 'conditions.': [192], 'Among': [193], '10': [194], 'severe': [197], 'first': [203], 'dose,': [204], '9': [205], 'occurred': [206], 'recipients': [209], '1': [211], 'recipient.': [215], 'safety': [217], 'profile': [218], 'characterized': [222], 'short-term,': [224], 'mild-to-moderate': [225], 'pain': [226], 'injection': [229], 'site,': [230], 'fatigue,': [231], 'headache.': [233], 'incidence': [235], 'serious': [237], 'adverse': [238], 'events': [239], 'low': [241], 'similar': [244, 276], 'groups.A': [250], 'two-dose': [251], 'regimen': [252], 'conferred': [255], 'protection': [257], 'older.': [267], 'Safety': [268], 'over': [269], 'median': [271], 'months': [274], 'other': [280], 'viral': [281], 'vaccines.': [282], '(Funded': [283], 'BioNTech': [285], 'Pfizer;': [287], 'ClinicalTrials.gov': [288], 'number,': [289], 'NCT04368728.).': [290]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3111255098', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1814}, {'year': 2022, 'cited_by_count': 4129}, {'year': 2021, 'cited_by_count': 4426}, {'year': 2020, 'cited_by_count': 51}], 'updated_date': '2023-10-04T03:36:40.139860', 'created_date': '2020-12-21'}, {'id': 'https://openalex.org/W3006659024', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'title': 'The psychological impact of quarantine and how to reduce it: rapid review of the evidence', 'display_name': 'The psychological impact of quarantine and how to reduce it: rapid review of the evidence', 'publication_year': 2020, 'publication_date': '2020-03-01', 'ids': {'openalex': 'https://openalex.org/W3006659024', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'mag': '3006659024', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32112714', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7158942'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5021126287', 'display_name': 'Samantha K Brooks', 'orcid': 'https://orcid.org/0000-0003-3884-3583'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Samantha K Brooks', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039261458', 'display_name': 'Rebecca Webster', 'orcid': 'https://orcid.org/0000-0002-5136-1098'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rebecca K Webster', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068277529', 'display_name': 'Louise Smith', 'orcid': 'https://orcid.org/0000-0002-1277-2564'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Louise E Smith', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034415718', 'display_name': 'Lisa Woodland', 'orcid': 'https://orcid.org/0000-0003-2440-3210'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Lisa Woodland', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091639078', 'display_name': 'Simon Wessely', 'orcid': 'https://orcid.org/0000-0002-6743-9929'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Simon Wessely', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077472317', 'display_name': 'Neil Greenberg', 'orcid': 'https://orcid.org/0000-0003-4550-2971'}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Neil Greenberg', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5023975998', 'display_name': 'G. James Rubin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gideon James Rubin', 'raw_affiliation_string': "Department of Psychological Medicine, King's College London, London, UK", 'raw_affiliation_strings': ["Department of Psychological Medicine, King's College London, London, UK"]}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5021126287'], 'corresponding_institution_ids': ['https://openalex.org/I183935753'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 9774, 'biblio': {'volume': '395', 'issue': '10227', 'first_page': '912', 'last_page': '920'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2781402358', 'wikidata': 'https://www.wikidata.org/wiki/Q182899', 'display_name': 'Quarantine', 'level': 2, 'score': 0.8971178}, {'id': 'https://openalex.org/C2779302386', 'wikidata': 'https://www.wikidata.org/wiki/Q79871', 'display_name': 'Anger', 'level': 2, 'score': 0.5089903}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.47017092}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.45012876}, {'id': 'https://openalex.org/C125370674', 'wikidata': 'https://www.wikidata.org/wiki/Q1527480', 'display_name': 'Stressor', 'level': 2, 'score': 0.4364637}, {'id': 'https://openalex.org/C2777589236', 'wikidata': 'https://www.wikidata.org/wiki/Q34255', 'display_name': 'Boredom', 'level': 2, 'score': 0.43227214}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.39319298}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.36336115}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.35420746}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.32738286}, {'id': 'https://openalex.org/C39549134', 'wikidata': 'https://www.wikidata.org/wiki/Q133080', 'display_name': 'Public relations', 'level': 1, 'score': 0.32357877}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.272112}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.2658667}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 0.2512108}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.24506524}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.20806482}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': True}, {'descriptor_ui': 'D011790', 'descriptor_name': 'Quarantine', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D013315', 'descriptor_name': 'Stress, Psychological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005382', 'descriptor_name': 'Financing, Personal', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011634', 'descriptor_name': 'Public Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011790', 'descriptor_name': 'Quarantine', 'qualifier_ui': 'Q000191', 'qualifier_name': 'economics', 'is_major_topic': False}, {'descriptor_ui': 'D011790', 'descriptor_name': 'Quarantine', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': False}, {'descriptor_ui': 'D012924', 'descriptor_name': 'Social Conditions', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D057545', 'descriptor_name': 'Social Stigma', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013313', 'descriptor_name': 'Stress Disorders, Post-Traumatic', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D013313', 'descriptor_name': 'Stress Disorders, Post-Traumatic', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D013313', 'descriptor_name': 'Stress Disorders, Post-Traumatic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7158942', 'pdf_url': 'https://europepmc.org/articles/pmc7158942?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7158942', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32112714', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30460-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.35}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.11}], 'grants': [], 'referenced_works_count': 39, 'referenced_works': ['https://openalex.org/W1586661029', 'https://openalex.org/W1971131248', 'https://openalex.org/W1973132254', 'https://openalex.org/W1980500731', 'https://openalex.org/W1986605986', 'https://openalex.org/W1990329824', 'https://openalex.org/W1997995919', 'https://openalex.org/W2015590916', 'https://openalex.org/W2028368011', 'https://openalex.org/W2036410023', 'https://openalex.org/W2038105839', 'https://openalex.org/W2039371348', 'https://openalex.org/W2051329386', 'https://openalex.org/W2057197096', 'https://openalex.org/W2065757920', 'https://openalex.org/W2079929038', 'https://openalex.org/W2085395707', 'https://openalex.org/W2087193196', 'https://openalex.org/W2088378896', 'https://openalex.org/W2090482984', 'https://openalex.org/W2092611456', 'https://openalex.org/W2109525459', 'https://openalex.org/W2117801927', 'https://openalex.org/W2118137912', 'https://openalex.org/W2138367718', 'https://openalex.org/W2148806795', 'https://openalex.org/W2150483277', 'https://openalex.org/W2169337111', 'https://openalex.org/W2170812681', 'https://openalex.org/W2192952483', 'https://openalex.org/W2494500655', 'https://openalex.org/W2548791536', 'https://openalex.org/W2552325832', 'https://openalex.org/W2586817597', 'https://openalex.org/W2740368168', 'https://openalex.org/W2775241253', 'https://openalex.org/W2784999760', 'https://openalex.org/W2789955342', 'https://openalex.org/W3003379403'], 'related_works': ['https://openalex.org/W2254144373', 'https://openalex.org/W2747684752', 'https://openalex.org/W2748952813', 'https://openalex.org/W2891349259', 'https://openalex.org/W2899084033', 'https://openalex.org/W3022629482', 'https://openalex.org/W3024019648', 'https://openalex.org/W3037126043', 'https://openalex.org/W3216738899', 'https://openalex.org/W4226099069'], 'ngrams_url': 'https://api.openalex.org/works/W3006659024/ngrams', 'abstract_inverted_index': {'The': [0], 'December,': [1], '2019': [2], 'coronavirus': [3], 'disease': [4], 'outbreak': [5], 'has': [6], 'seen': [7], 'many': [8], 'countries': [9], 'ask': [10], 'people': [11], 'who': [12], 'have': [13, 103], 'potentially': [14], 'come': [15], 'into': [16], 'contact': [17], 'with': [18], 'the': [19, 42, 51, 143, 146], 'infection': [20, 89], 'to': [21, 35, 139, 150], 'isolate': [22], 'themselves': [23], 'at': [24], 'home': [25], 'or': [26], 'in': [27, 67], 'a': [28, 48], 'dedicated': [29], 'quarantine': [30, 37, 55, 87, 110, 116, 127, 149], 'facility.': [31], 'Decisions': [32], 'on': [33, 41], 'how': [34], 'apply': [36], 'should': [38, 115], 'be': [39, 154], 'based': [40], 'best': [43], 'available': [44], 'evidence.': [45], 'We': [46], 'did': [47], 'Review': [49], 'of': [50, 54, 148], 'psychological': [52, 75], 'impact': [53], 'using': [56], 'three': [57], 'electronic': [58], 'databases.': [59], 'Of': [60], '3166': [61], 'papers': [62], 'found,': [63], '24': [64], 'are': [65, 136], 'included': [66, 85], 'this': [68], 'Review.': [69], 'Most': [70], 'reviewed': [71], 'studies': [72], 'reported': [73], 'negative': [74], 'effects': [76], 'including': [77], 'post-traumatic': [78], 'stress': [79], 'symptoms,': [80], 'confusion,': [81], 'and': [82, 99, 128, 132], 'anger.': [83], 'Stressors': [84], 'longer': [86, 120], 'duration,': [88], 'fears,': [90], 'frustration,': [91], 'boredom,': [92], 'inadequate': [93, 95], 'supplies,': [94], 'information,': [96], 'financial': [97], 'loss,': [98], 'stigma.': [100], 'Some': [101], 'researchers': [102], 'suggested': [104], 'long-lasting': [105], 'effects.': [106], 'In': [107], 'situations': [108], 'where': [109], 'is': [111], 'deemed': [112], 'necessary,': [113], 'officials': [114], 'individuals': [117], 'for': [118, 126], 'no': [119], 'than': [121], 'required,': [122], 'provide': [123], 'clear': [124], 'rationale': [125], 'information': [129], 'about': [130, 145], 'protocols,': [131], 'ensure': [133], 'sufficient': [134], 'supplies': [135], 'provided.': [137], 'Appeals': [138], 'altruism': [140], 'by': [141], 'reminding': [142], 'public': [144], 'benefits': [147], 'wider': [151], 'society': [152], 'can': [153], 'favourable.': [155]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3006659024', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1298}, {'year': 2022, 'cited_by_count': 2610}, {'year': 2021, 'cited_by_count': 3627}, {'year': 2020, 'cited_by_count': 2253}, {'year': 2019, 'cited_by_count': 3}], 'updated_date': '2023-10-01T12:24:44.074561', 'created_date': '2020-02-24'}, {'id': 'https://openalex.org/W3003217347', 'doi': 'https://doi.org/10.1038/s41586-020-2008-3', 'title': 'A new coronavirus associated with human respiratory disease in China', 'display_name': 'A new coronavirus associated with human respiratory disease in China', 'publication_year': 2020, 'publication_date': '2020-02-03', 'ids': {'openalex': 'https://openalex.org/W3003217347', 'doi': 'https://doi.org/10.1038/s41586-020-2008-3', 'mag': '3003217347', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32015508', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7094943'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2008-3', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2008-3.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.nature.com/articles/s41586-020-2008-3.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5075948251', 'display_name': 'Fan Wu', 'orcid': 'https://orcid.org/0000-0003-4741-3948'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fan Wu', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center; Fudan University; Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center; Fudan University; Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047339449', 'display_name': 'Suisheng Zhao', 'orcid': 'https://orcid.org/0000-0003-3513-8424'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Su Zhao', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067428583', 'display_name': 'Bin Yu', 'orcid': 'https://orcid.org/0000-0001-6941-8083'}, 'institutions': [{'id': 'https://openalex.org/I4210164603', 'display_name': 'Wuhan Center for Disease Control and Prevention', 'ror': 'https://ror.org/05t45gr77', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210164603']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bin Yu', 'raw_affiliation_string': 'Wuhan Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055349249', 'display_name': 'Yan Mei Chen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Mei Chen', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049242358', 'display_name': 'Wen Wang', 'orcid': 'https://orcid.org/0000-0003-2753-3870'}, 'institutions': [{'id': 'https://openalex.org/I4210146685', 'display_name': 'National Institute for Communicable Disease Control and Prevention', 'ror': 'https://ror.org/04f7g6845', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210146685']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wen Wang', 'raw_affiliation_string': 'Department of Zoonosis, National Institute for Communicable Disease Control and Prevention, China Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['Department of Zoonosis, National Institute for Communicable Disease Control and Prevention, China Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022894378', 'display_name': 'Zhenyuan Song', 'orcid': 'https://orcid.org/0000-0002-3026-1987'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhi Gang Song', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031491320', 'display_name': 'Yi Hu', 'orcid': 'https://orcid.org/0000-0002-4768-2681'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi Hu', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011650795', 'display_name': 'Tong Zhao', 'orcid': 'https://orcid.org/0000-0002-4035-196X'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhao Wu Tao', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028055553', 'display_name': 'Jian Tian', 'orcid': 'https://orcid.org/0000-0003-1032-6410'}, 'institutions': [{'id': 'https://openalex.org/I4210164603', 'display_name': 'Wuhan Center for Disease Control and Prevention', 'ror': 'https://ror.org/05t45gr77', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210164603']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jun Hua Tian', 'raw_affiliation_string': 'Wuhan Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Wuhan Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018202477', 'display_name': 'Ping Yuan', 'orcid': 'https://orcid.org/0000-0003-2571-7721'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuan Yuan Pei', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039663131', 'display_name': 'Man Yuan', 'orcid': 'https://orcid.org/0000-0001-6471-9266'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210143568', 'display_name': 'Central Hospital of Wuhan', 'ror': 'https://ror.org/04qs2sz84', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210143568']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ming Li Yuan', 'raw_affiliation_string': 'Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Pulmonary and Critical Care Medicine, The Central Hospital of Wuhan, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005874349', 'display_name': 'Yu Ling Zhang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yu Ling Zhang', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055047494', 'display_name': 'Fa Hui Dai', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fa Hui Dai', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063494065', 'display_name': 'Yi Liu', 'orcid': 'https://orcid.org/0000-0001-7626-0026'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yi Liu', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087000595', 'display_name': 'Qi Min Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qi Min Wang', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070210143', 'display_name': 'Jiao Zheng', 'orcid': 'https://orcid.org/0000-0003-4294-9487'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jiao Jiao Zheng', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075400841', 'display_name': 'Lin Xu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lin Xu', 'raw_affiliation_string': 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085736091', 'display_name': 'Edward C. Holmes', 'orcid': 'https://orcid.org/0000-0001-9596-3552'}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}, {'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU', 'CN'], 'is_corresponding': False, 'raw_author_name': 'Edward C. Holmes', 'raw_affiliation_string': 'Marie Bashir Institute for Infectious Diseases and Biosecurity, School of Life and Environmental Sciences and School of Medical Sciences, The University of Sydney, Sydney, Australia; Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Marie Bashir Institute for Infectious Diseases and Biosecurity, School of Life and Environmental Sciences and School of Medical Sciences, The University of Sydney, Sydney, Australia', 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5051961212', 'display_name': 'Yǒng Zhèn Zhāng', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106542', 'display_name': 'Shanghai Public Health Clinical Center', 'ror': 'https://ror.org/01nnwyz44', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210106542']}, {'id': 'https://openalex.org/I4210146685', 'display_name': 'National Institute for Communicable Disease Control and Prevention', 'ror': 'https://ror.org/04f7g6845', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210146685']}, {'id': 'https://openalex.org/I24943067', 'display_name': 'Fudan University', 'ror': 'https://ror.org/013q1eq08', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I24943067']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Yong Zhen Zhang', 'raw_affiliation_string': 'Department of Zoonosis, National Institute for Communicable Disease Control and Prevention, China Center for Disease Control and Prevention, Beijing, China; School of Public Health, Fudan University, Shanghai, China; Shanghai Public Health Clinical Center, Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Department of Zoonosis, National Institute for Communicable Disease Control and Prevention, China Center for Disease Control and Prevention, Beijing, China', 'School of Public Health, Fudan University, Shanghai, China', 'Shanghai Public Health Clinical Center, Fudan University, Shanghai, China']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 7, 'corresponding_author_ids': ['https://openalex.org/A5051961212'], 'corresponding_institution_ids': ['https://openalex.org/I4210106542', 'https://openalex.org/I4210146685', 'https://openalex.org/I24943067'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 8736, 'biblio': {'volume': '579', 'issue': '7798', 'first_page': '265', 'last_page': '269'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.7716893}, {'id': 'https://openalex.org/C2776844884', 'wikidata': 'https://www.wikidata.org/wiki/Q1134583', 'display_name': 'Coronaviridae', 'level': 5, 'score': 0.6328591}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.56632984}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.5587907}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.53998685}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.5082061}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.49373946}, {'id': 'https://openalex.org/C2781031778', 'wikidata': 'https://www.wikidata.org/wiki/Q16000255', 'display_name': 'Novel virus', 'level': 4, 'score': 0.48817092}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.4661219}, {'id': 'https://openalex.org/C2522874641', 'wikidata': 'https://www.wikidata.org/wiki/Q808', 'display_name': 'Virus', 'level': 2, 'score': 0.46583787}, {'id': 'https://openalex.org/C2780475896', 'wikidata': 'https://www.wikidata.org/wiki/Q743338', 'display_name': 'Human metapneumovirus', 'level': 4, 'score': 0.4360385}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.4225733}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.3490942}, {'id': 'https://openalex.org/C534529494', 'wikidata': 'https://www.wikidata.org/wiki/Q7891', 'display_name': 'Respiratory system', 'level': 2, 'score': 0.25424963}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.21204057}, {'id': 'https://openalex.org/C2776012195', 'wikidata': 'https://www.wikidata.org/wiki/Q754447', 'display_name': 'Respiratory tract infections', 'level': 3, 'score': 0.20312372}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.16876918}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.15307131}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.10127902}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.09165096}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2008-3', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2008-3.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7094943', 'pdf_url': 'https://europepmc.org/articles/pmc7094943?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094943', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2008-3', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2008-3.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.67}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.32}], 'grants': [], 'referenced_works_count': 40, 'referenced_works': ['https://openalex.org/W1690366459', 'https://openalex.org/W1982533785', 'https://openalex.org/W1993577573', 'https://openalex.org/W2025977980', 'https://openalex.org/W2055601403', 'https://openalex.org/W2086693601', 'https://openalex.org/W2088727990', 'https://openalex.org/W2103498752', 'https://openalex.org/W2103503670', 'https://openalex.org/W2107564978', 'https://openalex.org/W2108234281', 'https://openalex.org/W2111211467', 'https://openalex.org/W2111412754', 'https://openalex.org/W2113679889', 'https://openalex.org/W2126419817', 'https://openalex.org/W2131271579', 'https://openalex.org/W2132260239', 'https://openalex.org/W2132632499', 'https://openalex.org/W2132926880', 'https://openalex.org/W2140338292', 'https://openalex.org/W2141008678', 'https://openalex.org/W2160378127', 'https://openalex.org/W2163400707', 'https://openalex.org/W2170551349', 'https://openalex.org/W2170933940', 'https://openalex.org/W2195009776', 'https://openalex.org/W2227142925', 'https://openalex.org/W2273355031', 'https://openalex.org/W2285897784', 'https://openalex.org/W2332629841', 'https://openalex.org/W2516022550', 'https://openalex.org/W2604566860', 'https://openalex.org/W2775086803', 'https://openalex.org/W2795052338', 'https://openalex.org/W2804822363', 'https://openalex.org/W2889758689', 'https://openalex.org/W2912436263', 'https://openalex.org/W2923152051', 'https://openalex.org/W2956672290', 'https://openalex.org/W3004280078'], 'related_works': ['https://openalex.org/W172644496', 'https://openalex.org/W2005880526', 'https://openalex.org/W2044069055', 'https://openalex.org/W2075226651', 'https://openalex.org/W2130344921', 'https://openalex.org/W2357951426', 'https://openalex.org/W3047050519', 'https://openalex.org/W3176985998', 'https://openalex.org/W3181085990', 'https://openalex.org/W4290202528'], 'ngrams_url': 'https://api.openalex.org/works/W3003217347/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Emerging': [1], 'infectious': [2], 'diseases,': [3], 'such': [4], 'as': [5, 169], 'severe': [6, 43, 121, 225], 'acute': [7], 'respiratory': [8, 44, 122], 'syndrome': [9, 123], '(SARS)': [10], 'and': [11, 30, 104, 128], 'Zika': [12], 'virus': [13, 149, 183], 'disease,': [14], 'present': [15], 'a': [16, 37, 86, 94, 99, 120, 129, 136, 146, 192], 'major': [17], 'threat': [18], 'to': [19, 108, 168, 191, 223], 'public': [20], 'health': [21], '1–3': [22], '.': [23, 211], 'Despite': [24], 'intense': [25], 'research': [26], 'efforts,': [27], 'how,': [28], 'when': [29], 'where': [31], 'new': [32, 147], 'diseases': [33], 'appear': [34], 'are': [35], 'still': [36], 'source': [38], 'of': [39, 55, 112, 135, 138, 173, 194, 218], 'considerable': [40], 'uncertainty.': [41], 'A': [42], 'disease': [45, 226], 'was': [46, 70, 83, 98, 106, 184], 'recently': [47], 'reported': [48, 65], 'in': [49, 89, 206, 208, 227], 'Wuhan,': [50], 'Hubei': [51], 'province,': [52], 'China.': [53], 'As': [54], '25': [56], 'January': [57], '2020,': [58], 'at': [59, 101], 'least': [60], '1,975': [61], 'cases': [62], 'had': [63, 202], 'been': [64, 166, 204], 'since': [66], 'the': [67, 81, 102, 109, 143, 152, 174, 182, 215], 'first': [68], 'patient': [69, 96, 144], 'hospitalized': [71], 'on': [72, 114], '12': [73], 'December': [74, 116], '2019.': [75], 'Epidemiological': [76], 'investigations': [77], 'have': [78], 'suggested': [79], 'that': [80, 124, 181, 201], 'outbreak': [82, 213], 'associated': [84], 'with': [85], 'seafood': [87], 'market': [88, 103], 'Wuhan.': [90], 'Here': [91], 'we': [92], 'study': [93], 'single': [95], 'who': [97, 105], 'worker': [100], 'admitted': [107], 'Central': [110], 'Hospital': [111], 'Wuhan': [113], '26': [115], '2019': [117], 'while': [118], 'experiencing': [119], 'included': [125], 'fever,': [126], 'dizziness': [127], 'cough.': [130], 'Metagenomic': [131], 'RNA': [132, 148], 'sequencing': [133], '4': [134], 'sample': [137], 'bronchoalveolar': [139], 'lavage': [140], 'fluid': [141], 'from': [142, 151, 221], 'identified': [145], 'strain': [150], 'family': [153], 'Coronaviridae': [154], ',': [155], 'which': [156], 'is': [157], 'designated': [158], 'here': [159], '‘WH-Human': [160], '1’': [161], 'coronavirus': [162], '(and': [163], 'has': [164], 'also': [165], 'referred': [167], '‘2019-nCoV’).': [170], 'Phylogenetic': [171], 'analysis': [172], 'complete': [175], 'viral': [176, 219], 'genome': [177], '(29,903': [178], 'nucleotides)': [179], 'revealed': [180], 'most': [185], 'closely': [186], 'related': [187], '(89.1%': [188], 'nucleotide': [189], 'similarity)': [190], 'group': [193], 'SARS-like': [195], 'coronaviruses': [196], '(genus': [197], 'Betacoronavirus,': [198], 'subgenus': [199], 'Sarbecovirus)': [200], 'previously': [203], 'found': [205], 'bats': [207], 'China': [209], '5': [210], 'This': [212], 'highlights': [214], 'ongoing': [216], 'ability': [217], 'spill-over': [220], 'animals': [222], 'cause': [224], 'humans.': [228]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3003217347', 'counts_by_year': [{'year': 2023, 'cited_by_count': 910}, {'year': 2022, 'cited_by_count': 1879}, {'year': 2021, 'cited_by_count': 2960}, {'year': 2020, 'cited_by_count': 2999}, {'year': 2019, 'cited_by_count': 6}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-09-30T21:39:00.992662', 'created_date': '2020-02-07'}, {'id': 'https://openalex.org/W3004318991', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'title': 'Genomic characterisation and epidemiology of 2019 novel coronavirus: implications for virus origins and receptor binding', 'display_name': 'Genomic characterisation and epidemiology of 2019 novel coronavirus: implications for virus origins and receptor binding', 'publication_year': 2020, 'publication_date': '2020-02-01', 'ids': {'openalex': 'https://openalex.org/W3004318991', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'mag': '3004318991', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32007145', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7159086'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302518/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S0140673620302518/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5005893689', 'display_name': 'Roujian Lu', 'orcid': 'https://orcid.org/0000-0002-3063-4747'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Roujian Lu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079882302', 'display_name': 'Xiang Zhao', 'orcid': 'https://orcid.org/0000-0002-1168-3439'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiang Zhao', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064711465', 'display_name': 'Juan Li', 'orcid': 'https://orcid.org/0000-0002-9838-0990'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Juan Li', 'raw_affiliation_string': "Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China", 'raw_affiliation_strings': ["Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045195522', 'display_name': 'Peihua Niu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Peihua Niu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041664829', 'display_name': 'Bo Yang', 'orcid': 'https://orcid.org/0000-0003-0680-1469'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bo Yang', 'raw_affiliation_string': 'Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020221893', 'display_name': 'Honglong Wu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Honglong Wu', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082485801', 'display_name': 'Wenling Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wenling Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028877051', 'display_name': 'Hao Song', 'orcid': 'https://orcid.org/0000-0002-2811-0370'}, 'institutions': [{'id': 'https://openalex.org/I4210116191', 'display_name': 'Institutes of Science and Development', 'ror': 'https://ror.org/02ce9qs13', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210116191']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hao Song', 'raw_affiliation_string': 'Research Network of Immunity and Health (RNIH), Beijing Institutes of Life Science, Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['Research Network of Immunity and Health (RNIH), Beijing Institutes of Life Science, Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063481153', 'display_name': 'Baoying Huang', 'orcid': 'https://orcid.org/0000-0001-9516-1146'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Baoying Huang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025864240', 'display_name': 'Na Zhu', 'orcid': 'https://orcid.org/0000-0001-7839-8571'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Na Zhu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060635057', 'display_name': 'Yang Bi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210134982', 'display_name': 'Institute of Microbiology', 'ror': 'https://ror.org/047yhep71', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210134982']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuhai Bi', 'raw_affiliation_string': 'Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China; Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China', 'Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078433604', 'display_name': 'Xuejun Ma', 'orcid': 'https://orcid.org/0000-0001-5891-5260'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xuejun Ma', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037421711', 'display_name': 'Faxian Zhan', 'orcid': 'https://orcid.org/0000-0001-8890-276X'}, 'institutions': [{'id': 'https://openalex.org/I4210103686', 'display_name': 'Hubei Provincial Center for Disease Control and Prevention', 'ror': 'https://ror.org/0197nmp73', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I4210103686']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Faxian Zhan', 'raw_affiliation_string': 'Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention, Wuhan, China', 'raw_affiliation_strings': ['Division for Viral Disease Detection, Hubei Provincial Center for Disease Control and Prevention, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005443027', 'display_name': 'Liang Wang', 'orcid': 'https://orcid.org/0000-0002-7897-8581'}, 'institutions': [{'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210134982', 'display_name': 'Institute of Microbiology', 'ror': 'https://ror.org/047yhep71', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210134982']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Liang Wang', 'raw_affiliation_string': 'Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China; Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China', 'raw_affiliation_strings': ['Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China', 'Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052326916', 'display_name': 'Tao Hu', 'orcid': 'https://orcid.org/0000-0002-8557-8017'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Tao Hu', 'raw_affiliation_string': "Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China", 'raw_affiliation_strings': ["Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015816595', 'display_name': 'Hong Zhou', 'orcid': 'https://orcid.org/0000-0003-3356-9175'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hong Zhou', 'raw_affiliation_string': "Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China", 'raw_affiliation_strings': ["Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042500556', 'display_name': 'Zhenhong Hu', 'orcid': 'https://orcid.org/0000-0001-5105-5376'}, 'institutions': [], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhenhong Hu', 'raw_affiliation_string': "Central Theater, People's Liberation Army General Hospital, Wuhan, China", 'raw_affiliation_strings': ["Central Theater, People's Liberation Army General Hospital, Wuhan, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031311736', 'display_name': 'Weimin Zhou', 'orcid': 'https://orcid.org/0000-0003-3086-6692'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Weimin Zhou', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047317618', 'display_name': 'Li Zhao', 'orcid': 'https://orcid.org/0000-0001-6776-1996'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Li Zhao', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090100121', 'display_name': 'Chen Jing', 'orcid': 'https://orcid.org/0000-0001-5689-4742'}, 'institutions': [{'id': 'https://openalex.org/I27781120', 'display_name': 'Wenzhou Medical University', 'ror': 'https://ror.org/00rd5t069', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I27781120']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jing Chen', 'raw_affiliation_string': 'Key Laboratory of Laboratory Medicine, Ministry of Education, and Zhejiang Provincial Key Laboratory of Medical Genetics, Institute of Medical Virology, School of Laboratory Medicine and Life Sciences, Wenzhou Medical University, Wenzhou, China', 'raw_affiliation_strings': ['Key Laboratory of Laboratory Medicine, Ministry of Education, and Zhejiang Provincial Key Laboratory of Medical Genetics, Institute of Medical Virology, School of Laboratory Medicine and Life Sciences, Wenzhou Medical University, Wenzhou, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085003740', 'display_name': 'Yujie Meng', 'orcid': 'https://orcid.org/0000-0002-6477-270X'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yao Meng', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043091074', 'display_name': 'Ji Wang', 'orcid': 'https://orcid.org/0000-0001-6939-8676'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ji Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081348907', 'display_name': 'Lin Yang', 'orcid': 'https://orcid.org/0000-0002-1826-6064'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yang Lin', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041310127', 'display_name': 'Jianying Yuan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jianying Yuan', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037086767', 'display_name': 'Zhenghua Xie', 'orcid': 'https://orcid.org/0000-0001-8407-4063'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhihao Xie', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005516914', 'display_name': 'Jinmin Ma', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jinmin Ma', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088715559', 'display_name': 'William J. Liu', 'orcid': 'https://orcid.org/0000-0003-3605-4070'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'William J Liu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030437634', 'display_name': 'Dayan Wang', 'orcid': 'https://orcid.org/0000-0002-4990-1016'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Dayan Wang', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088700209', 'display_name': 'Wenbo Xu', 'orcid': 'https://orcid.org/0000-0001-5911-8837'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wenbo Xu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085736091', 'display_name': 'Edward C. Holmes', 'orcid': 'https://orcid.org/0000-0001-9596-3552'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Edward C Holmes', 'raw_affiliation_string': 'Marie Bashir Institute for Infectious Diseases and Biosecurity, School of Life and Environmental Sciences and School of Medical Sciences, University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['Marie Bashir Institute for Infectious Diseases and Biosecurity, School of Life and Environmental Sciences and School of Medical Sciences, University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015873777', 'display_name': 'George F. Gao', 'orcid': 'https://orcid.org/0000-0001-8242-9430'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/I4210134982', 'display_name': 'Institute of Microbiology', 'ror': 'https://ror.org/047yhep71', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210134982']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'George F Gao', 'raw_affiliation_string': 'Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China; Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China; NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['Center for Influenza Research and Early-warning (CASCIRE), CAS-TWAS Center of Excellence for Emerging Infectious Diseases (CEEID), Chinese Academy of Sciences, Beijing, China', 'Chinese Academy of Sciences Key Laboratory of Pathogenic Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China', 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042900498', 'display_name': 'Guizhen Wu', 'orcid': 'https://orcid.org/0000-0003-2778-4290'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Guizhen Wu', 'raw_affiliation_string': 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China', 'raw_affiliation_strings': ['NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076097741', 'display_name': 'Weijun Chen', 'orcid': 'https://orcid.org/0000-0001-8927-9738'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Weijun Chen', 'raw_affiliation_string': 'BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China', 'raw_affiliation_strings': ['BGI PathoGenesis Pharmaceutical Technology, Shenzhen, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079289072', 'display_name': 'Weifeng Shi', 'orcid': 'https://orcid.org/0000-0002-8717-2942'}, 'institutions': [{'id': 'https://openalex.org/I4210163399', 'display_name': 'Shandong First Medical University', 'ror': 'https://ror.org/05jb9pq57', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210163399']}, {'id': 'https://openalex.org/I4210153274', 'display_name': 'Shandong Provincial QianFoShan Hospital', 'ror': 'https://ror.org/03wnrsb51', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210153274']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Weifeng Shi', 'raw_affiliation_string': "Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China; The First Affiliated Hospital of Shandong First Medical University (Shandong Provincial Qianfoshan Hospital), Jinan, China", 'raw_affiliation_strings': ["Key Laboratory of Etiology and Epidemiology of Emerging Infectious Diseases in Universities of Shandong, Shandong First Medical University and Shandong Academy of Medical Sciences, Tai'an, China", 'The First Affiliated Hospital of Shandong First Medical University (Shandong Provincial Qianfoshan Hospital), Jinan, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5053933911', 'display_name': 'Wenjie Tan', 'orcid': 'https://orcid.org/0000-0002-5963-1136'}, 'institutions': [{'id': 'https://openalex.org/I4210140986', 'display_name': 'National Institute for Viral Disease Control and Prevention', 'ror': 'https://ror.org/04b1sh213', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I184490438', 'https://openalex.org/I4210140986']}, {'id': 'https://openalex.org/I19820366', 'display_name': 'Chinese Academy of Sciences', 'ror': 'https://ror.org/034t30j35', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Wenjie Tan', 'raw_affiliation_string': "Center for Biosafety Mega-Science, Chinese Academy of Sciences, Beijing, China; Central Theater, People's Liberation Army General Hospital, Wuhan, China; NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China", 'raw_affiliation_strings': ['Center for Biosafety Mega-Science, Chinese Academy of Sciences, Beijing, China', "Central Theater, People's Liberation Army General Hospital, Wuhan, China", 'NHC Key Laboratory of Biosafety, National Institute for Viral Disease Control and Prevention, Chinese Center for Disease Control and Prevention, Beijing, China']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 10, 'corresponding_author_ids': ['https://openalex.org/A5079289072', 'https://openalex.org/A5053933911'], 'corresponding_institution_ids': ['https://openalex.org/I4210163399', 'https://openalex.org/I4210153274', 'https://openalex.org/I4210140986', 'https://openalex.org/I19820366'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 8486, 'biblio': {'volume': '395', 'issue': '10224', 'first_page': '565', 'last_page': '574'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C193252679', 'wikidata': 'https://www.wikidata.org/wiki/Q242125', 'display_name': 'Phylogenetic tree', 'level': 3, 'score': 0.7187903}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.7056499}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.6929109}, {'id': 'https://openalex.org/C76818968', 'wikidata': 'https://www.wikidata.org/wiki/Q181940', 'display_name': 'Sanger sequencing', 'level': 4, 'score': 0.6170929}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.60785097}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.5992133}, {'id': 'https://openalex.org/C90132467', 'wikidata': 'https://www.wikidata.org/wiki/Q171184', 'display_name': 'Phylogenetics', 'level': 3, 'score': 0.5751467}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.508867}, {'id': 'https://openalex.org/C2522874641', 'wikidata': 'https://www.wikidata.org/wiki/Q808', 'display_name': 'Virus', 'level': 2, 'score': 0.5030071}, {'id': 'https://openalex.org/C51679486', 'wikidata': 'https://www.wikidata.org/wiki/Q380546', 'display_name': 'DNA sequencing', 'level': 3, 'score': 0.4441838}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.44229656}, {'id': 'https://openalex.org/C61053724', 'wikidata': 'https://www.wikidata.org/wiki/Q1154615', 'display_name': 'Sequence analysis', 'level': 3, 'score': 0.4378768}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.43397585}, {'id': 'https://openalex.org/C59582021', 'wikidata': 'https://www.wikidata.org/wiki/Q1128751', 'display_name': 'Contig', 'level': 4, 'score': 0.43272507}, {'id': 'https://openalex.org/C15151743', 'wikidata': 'https://www.wikidata.org/wiki/Q903778', 'display_name': 'Metagenomics', 'level': 3, 'score': 0.4258594}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.41753632}, {'id': 'https://openalex.org/C187882448', 'wikidata': 'https://www.wikidata.org/wiki/Q283478', 'display_name': 'Complementary DNA', 'level': 3, 'score': 0.4108262}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.34275717}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.26896864}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.16807166}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.08166763}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D016679', 'descriptor_name': 'Genome, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D011991', 'descriptor_name': 'Receptors, Virus', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D001992', 'descriptor_name': 'Bronchoalveolar Lavage Fluid', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001992', 'descriptor_name': 'Bronchoalveolar Lavage Fluid', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D004279', 'descriptor_name': 'DNA, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004279', 'descriptor_name': 'DNA, Viral', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D004197', 'descriptor_name': 'Disease Reservoirs', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004197', 'descriptor_name': 'Disease Reservoirs', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D023281', 'descriptor_name': 'Genomics', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D023281', 'descriptor_name': 'Genomics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D059014', 'descriptor_name': 'High-Throughput Nucleotide Sequencing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D059014', 'descriptor_name': 'High-Throughput Nucleotide Sequencing', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010802', 'descriptor_name': 'Phylogeny', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D011991', 'descriptor_name': 'Receptors, Virus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302518/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7159086', 'pdf_url': 'https://europepmc.org/articles/pmc7159086?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7159086', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32007145', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30251-8', 'pdf_url': 'http://www.thelancet.com/article/S0140673620302518/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.65}, {'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.27}], 'grants': [{'funder': 'https://openalex.org/F4320325211', 'funder_display_name': 'Nanjing Agricultural University', 'award_id': '2020YFC0840900'}, {'funder': 'https://openalex.org/F4320325211', 'funder_display_name': 'Nanjing Agricultural University', 'award_id': '2016YFD0500301'}, {'funder': 'https://openalex.org/F4320325211', 'funder_display_name': 'Nanjing Agricultural University', 'award_id': '2020YFC0840800'}], 'referenced_works_count': 36, 'referenced_works': ['https://openalex.org/W1493636931', 'https://openalex.org/W1517000857', 'https://openalex.org/W1973757205', 'https://openalex.org/W1982533785', 'https://openalex.org/W2013090907', 'https://openalex.org/W2020315989', 'https://openalex.org/W2103441770', 'https://openalex.org/W2105626573', 'https://openalex.org/W2115137014', 'https://openalex.org/W2119837294', 'https://openalex.org/W2120967846', 'https://openalex.org/W2122210493', 'https://openalex.org/W2126080553', 'https://openalex.org/W2126707939', 'https://openalex.org/W2134061616', 'https://openalex.org/W2141052558', 'https://openalex.org/W2163400707', 'https://openalex.org/W2166867592', 'https://openalex.org/W2180036809', 'https://openalex.org/W2287076968', 'https://openalex.org/W2306794997', 'https://openalex.org/W2487753465', 'https://openalex.org/W2509298522', 'https://openalex.org/W2513547424', 'https://openalex.org/W2559191318', 'https://openalex.org/W2735463224', 'https://openalex.org/W2792034759', 'https://openalex.org/W2794573360', 'https://openalex.org/W2804822363', 'https://openalex.org/W2889758689', 'https://openalex.org/W3001118548', 'https://openalex.org/W3001897055', 'https://openalex.org/W3002539152', 'https://openalex.org/W3017468735', 'https://openalex.org/W4239796168', 'https://openalex.org/W4245774281'], 'related_works': ['https://openalex.org/W3010192012', 'https://openalex.org/W3010916376', 'https://openalex.org/W3015685934', 'https://openalex.org/W3016091128', 'https://openalex.org/W3016232566', 'https://openalex.org/W3096106079', 'https://openalex.org/W3118476632', 'https://openalex.org/W3126382493', 'https://openalex.org/W3200638601', 'https://openalex.org/W4211175366'], 'ngrams_url': 'https://api.openalex.org/works/W3004318991/ngrams', 'abstract_inverted_index': {'BackgroundIn': [0], 'late': [1], 'December,': [2], '2019,': [3], 'patients': [4, 176], 'presenting': [5], 'with': [6, 116, 239], 'viral': [7], 'pneumonia': [8], 'due': [9], 'to': [10, 111, 140, 158, 194, 245, 270, 287, 340, 342], 'an': [11, 309, 320], 'unidentified': [12], 'microbial': [13], 'agent': [14], 'were': [15, 99, 106, 177, 214], 'reported': [16], 'in': [17, 57, 91, 207, 209, 316, 329, 348, 379], 'Wuhan,': [18, 60], 'China.': [19], 'A': [20], 'novel': [21, 33], 'coronavirus': [22, 34], 'was': [23, 138, 156, 188, 253], 'subsequently': [24], 'identified': [25], 'as': [26], 'the': [27, 87, 113, 117, 142, 146, 160, 165, 174, 232, 236, 303, 313, 324, 327, 343], 'causative': [28], 'pathogen,': [29], 'provisionally': [30], 'named': [31], '2019': [32], '(2019-nCoV).': [35], 'As': [36], 'of': [37, 45, 52, 70, 83, 124, 129, 135, 145, 164, 170, 235, 272, 306, 326, 356, 367, 376, 383], 'Jan': [38], '26,': [39], '2020,': [40], 'more': [41, 181, 215], 'than': [42, 182], '2000': [43], 'cases': [44], '2019-nCoV': [46, 96, 131, 171, 187, 229, 263, 336], 'infection': [47], 'have': [48], 'been': [49, 65], 'confirmed,': [50], 'most': [51], 'which': [53], 'involved': [54], 'people': [55], 'living': [56], 'or': [58], 'visiting': [59], 'and': [61, 76, 94, 133, 148, 204, 221, 250, 252, 354, 364, 374], 'human-to-human': [62], 'transmission': [63], 'has': [64], 'confirmed.MethodsWe': [66], 'did': [67], 'next-generation': [68], 'sequencing': [69, 110], 'samples': [71], 'from': [72, 79, 101, 173, 217, 256, 285], 'bronchoalveolar': [73], 'lavage': [74], 'fluid': [75], 'cultured': [77], 'isolates': [78], 'nine': [80, 175], 'inpatients,': [81], 'eight': [82], 'whom': [84], 'had': [85, 264], 'visited': [86], 'Huanan': [88], 'seafood': [89, 314], 'market': [90, 315], 'Wuhan.': [92], 'Complete': [93], 'partial': [95], 'genome': [97, 168], 'sequences': [98, 169], 'obtained': [100, 172], 'these': [102, 130], 'individuals.': [103], 'Viral': [104], 'contigs': [105], 'connected': [107], 'using': [108], 'Sanger': [109], 'obtain': [112], 'full-length': [114], 'genomes,': [115], 'terminal': [118], 'regions': [119], 'determined': [120], 'by': [121], 'rapid': [122], 'amplification': [123], 'cDNA': [125], 'ends.': [126], 'Phylogenetic': [127, 225], 'analysis': [128, 226, 297, 333], 'genomes': [132], 'those': [134], 'other': [136], 'coronaviruses': [137], 'used': [139], 'determine': [141], 'evolutionary': [143], 'history': [144], 'virus': [147, 328, 358], 'help': [149], 'infer': [150], 'its': [151, 246], 'likely': [152, 161], 'origin.': [153], 'Homology': [154], 'modelling': [155, 260], 'done': [157], 'explore': [159], 'receptor-binding': [162, 267], 'properties': [163], 'virus.FindingsThe': [166], 'ten': [167], 'extremely': [178], 'similar,': [179], 'exhibiting': [180], '99·98%': [183], 'sequence': [184], 'identity.': [185], 'Notably,': [186, 258], 'closely': [189], 'related': [190], '(with': [191], '88%': [192], 'identity)': [193], 'two': [195], 'bat-derived': [196], 'severe': [197], 'acute': [198], 'respiratory': [199], 'syndrome': [200], '(SARS)-like': [201], 'coronaviruses,': [202], 'bat-SL-CoVZC45': [203, 249], 'bat-SL-CoVZXC21,': [205, 251], 'collected': [206], '2018': [208], 'Zhoushan,': [210], 'eastern': [211], 'China,': [212, 368, 380], 'but': [213], 'distant': [216], 'SARS-CoV': [218, 286], '(about': [219, 223], '79%)': [220], 'MERS-CoV': [222], '50%).': [224], 'revealed': [227, 261], 'that': [228, 262, 271, 299, 335], 'fell': [230], 'within': [231], 'subgenus': [233], 'Sarbecovirus': [234], 'genus': [237], 'Betacoronavirus,': [238], 'a': [240, 265, 290], 'relatively': [241], 'long': [242], 'branch': [243], 'length': [244], 'closest': [247], 'relatives': [248], 'genetically': [254], 'distinct': [255], 'SARS-CoV.': [257], 'homology': [259], 'similar': [266], 'domain': [268], 'structure': [269], 'SARS-CoV,': [273], 'despite': [274], 'amino': [275], 'acid': [276], 'variation': [277], 'at': [278, 312], 'some': [279], 'key': [280], 'residues.Interpretation2019-nCoV': [281], 'is': [282], 'sufficiently': [283], 'divergent': [284], 'be': [288, 302, 338], 'considered': [289], 'new': [291], 'human-infecting': [292], 'betacoronavirus.': [293], 'Although': [294], 'our': [295], 'phylogenetic': [296], 'suggests': [298, 334], 'bats': [300], 'might': [301, 318, 337], 'original': [304], 'host': [305, 322], 'this': [307, 357], 'virus,': [308], 'animal': [310], 'sold': [311], 'Wuhan': [317], 'represent': [319], 'intermediate': [321], 'facilitating': [323], 'emergence': [325], 'humans.': [330, 349], 'Importantly,': [331], 'structural': [332], 'able': [339], 'bind': [341], 'angiotensin-converting': [344], 'enzyme': [345], '2': [346], 'receptor': [347], 'The': [350], 'future': [351], 'evolution,': [352], 'adaptation,': [353], 'spread': [355], 'warrant': [359], 'urgent': [360], 'investigation.FundingNational': [361], 'Key': [362], 'Research': [363], 'Development': [365], 'Program': [366], 'National': [369], 'Major': [370], 'Project': [371], 'for': [372], 'Control': [373], 'Prevention': [375], 'Infectious': [377], 'Disease': [378], 'Chinese': [381], 'Academy': [382], 'Sciences,': [384], 'Shandong': [385], 'First': [386], 'Medical': [387], 'University.': [388]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3004318991', 'counts_by_year': [{'year': 2023, 'cited_by_count': 668}, {'year': 2022, 'cited_by_count': 1445}, {'year': 2021, 'cited_by_count': 2777}, {'year': 2020, 'cited_by_count': 3561}, {'year': 2019, 'cited_by_count': 3}], 'updated_date': '2023-10-03T06:17:02.020849', 'created_date': '2020-02-07'}, {'id': 'https://openalex.org/W3099878876', 'doi': 'https://doi.org/10.1038/s41586-020-2649-2', 'title': 'Array programming with NumPy', 'display_name': 'Array programming with NumPy', 'publication_year': 2020, 'publication_date': '2020-09-16', 'ids': {'openalex': 'https://openalex.org/W3099878876', 'doi': 'https://doi.org/10.1038/s41586-020-2649-2', 'mag': '3099878876', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32939066', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7759461'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2649-2', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2649-2.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.nature.com/articles/s41586-020-2649-2.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5085750666', 'display_name': 'C. R. Harris', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles R. Harris', 'raw_affiliation_string': 'Independent researcher, Logan, USA', 'raw_affiliation_strings': ['Independent researcher, Logan, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086174915', 'display_name': 'K. Jarrod Millman', 'orcid': 'https://orcid.org/0000-0002-5263-5070'}, 'institutions': [{'id': 'https://openalex.org/I4210166946', 'display_name': 'Imaging Center', 'ror': 'https://ror.org/05hsqsk33', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210166946']}, {'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'K Jarrod Millman', 'raw_affiliation_string': 'Brain Imaging Center, University of California, Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Brain Imaging Center, University of California, Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004196368', 'display_name': 'Stéfan J. van der Walt', 'orcid': 'https://orcid.org/0000-0001-9276-1891'}, 'institutions': [{'id': 'https://openalex.org/I26092322', 'display_name': 'Stellenbosch University', 'ror': 'https://ror.org/05bk57929', 'country_code': 'ZA', 'type': 'education', 'lineage': ['https://openalex.org/I26092322']}, {'id': 'https://openalex.org/I4210166946', 'display_name': 'Imaging Center', 'ror': 'https://ror.org/05hsqsk33', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210166946']}, {'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US', 'ZA'], 'is_corresponding': False, 'raw_author_name': 'Stéfan J. van der Walt', 'raw_affiliation_string': 'Applied Mathematics, Stellenbosch University, Stellenbosch, South Africa; Brain Imaging Center, University of California, Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Applied Mathematics, Stellenbosch University, Stellenbosch, South Africa', 'Brain Imaging Center, University of California, Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047155247', 'display_name': 'Ralf Gommers', 'orcid': 'https://orcid.org/0000-0002-0300-3333'}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ralf Gommers', 'raw_affiliation_string': 'Quansight, Austin, USA', 'raw_affiliation_strings': ['Quansight, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064221962', 'display_name': 'Pauli Virtanen', 'orcid': 'https://orcid.org/0000-0001-9957-1257'}, 'institutions': [{'id': 'https://openalex.org/I94722563', 'display_name': 'University of Jyväskylä', 'ror': 'https://ror.org/05n3dz165', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I94722563']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Pauli Virtanen', 'raw_affiliation_string': 'Nanoscience Center, University of Jyväskylä, Jyväskylä, Finland.', 'raw_affiliation_strings': ['Nanoscience Center, University of Jyväskylä, Jyväskylä, Finland.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023051838', 'display_name': 'David Cournapeau', 'orcid': None}, 'institutions': [], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'David Cournapeau', 'raw_affiliation_string': 'Mercari JP, Tokyo, Japan', 'raw_affiliation_strings': ['Mercari JP, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038378109', 'display_name': 'Eric Wieser', 'orcid': 'https://orcid.org/0000-0003-0412-4978'}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Eric S Wieser', 'raw_affiliation_string': '[Dept. of Eng., Univ. of Cambridge, Cambridge, UK]', 'raw_affiliation_strings': ['[Dept. of Eng., Univ. of Cambridge, Cambridge, UK]']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063031983', 'display_name': 'Julian Taylor', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210119349', 'display_name': 'Karlsruhe University of Education', 'ror': 'https://ror.org/01t1kq612', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I4210119349']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Julian Taylor', 'raw_affiliation_string': 'Independent researcher, Karlsruhe, Germany', 'raw_affiliation_strings': ['Independent researcher, Karlsruhe, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057962218', 'display_name': 'Sebastian Berg', 'orcid': 'https://orcid.org/0000-0002-1236-259X'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Sebastian Berg', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054683366', 'display_name': 'Nathaniel J. Smith', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nathaniel J Smith', 'raw_affiliation_string': 'Independent researcher, Berkeley, USA', 'raw_affiliation_strings': ['Independent researcher, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085464473', 'display_name': 'Robert Kern', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210121859', 'display_name': 'Enthought (United States)', 'ror': 'https://ror.org/02xfc1977', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210121859']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert Kern', 'raw_affiliation_string': 'Enthought, Austin, USA', 'raw_affiliation_strings': ['Enthought, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5026709986', 'display_name': 'Matti Picus', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Matti Picus', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070161680', 'display_name': 'Stephan Hoyer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1291425158', 'display_name': 'Google (United States)', 'ror': 'https://ror.org/00njsd438', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210128969']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephan Hoyer', 'raw_affiliation_string': 'Google Research, Mountain View, USA#TAB#', 'raw_affiliation_strings': ['Google Research, Mountain View, USA#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031567163', 'display_name': 'M. H. van Kerkwijk', 'orcid': 'https://orcid.org/0000-0002-5830-8505'}, 'institutions': [{'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Marten H. van Kerkwijk', 'raw_affiliation_string': 'Department of Astronomy & Astrophysics, University of Toronto, Toronto, Canada', 'raw_affiliation_strings': ['Department of Astronomy & Astrophysics, University of Toronto, Toronto, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047540997', 'display_name': 'Matthew Brett', 'orcid': 'https://orcid.org/0000-0003-3715-7143'}, 'institutions': [{'id': 'https://openalex.org/I4210166946', 'display_name': 'Imaging Center', 'ror': 'https://ror.org/05hsqsk33', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210166946']}, {'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}, {'id': 'https://openalex.org/I79619799', 'display_name': 'University of Birmingham', 'ror': 'https://ror.org/03angcq70', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79619799']}], 'countries': ['GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Matthew Brett', 'raw_affiliation_string': 'Brain Imaging Center, University of California, Berkeley, Berkeley, USA; School of Psychology, University of Birmingham, Edgbaston, UK', 'raw_affiliation_strings': ['Brain Imaging Center, University of California, Berkeley, Berkeley, USA', 'School of Psychology, University of Birmingham, Edgbaston, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061246105', 'display_name': 'Allan Haldane', 'orcid': 'https://orcid.org/0000-0002-8343-1994'}, 'institutions': [{'id': 'https://openalex.org/I84392919', 'display_name': 'Temple University', 'ror': 'https://ror.org/00kx1jb78', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I84392919']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Allan Haldane', 'raw_affiliation_string': 'Department of Physics, Temple University, Philadelphia,,USA', 'raw_affiliation_strings': ['Department of Physics, Temple University, Philadelphia,,USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036892676', 'display_name': 'Jaime Fernández del Río', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210100430', 'display_name': 'Google (Switzerland)', 'ror': 'https://ror.org/014f9c269', 'country_code': 'CH', 'type': 'company', 'lineage': ['https://openalex.org/I1291425158', 'https://openalex.org/I4210100430']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Jaime Fernández del Río', 'raw_affiliation_string': 'Google, Zürich, Switzerland', 'raw_affiliation_strings': ['Google, Zürich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008226559', 'display_name': 'Mark Wiebe', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1311688040', 'display_name': 'Amazon (United States)', 'ror': 'https://ror.org/04mv4n011', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1311688040']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}, {'id': 'https://openalex.org/I141945490', 'display_name': 'University of British Columbia', 'ror': 'https://ror.org/03rmrcq20', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}], 'countries': ['CA', 'US'], 'is_corresponding': False, 'raw_author_name': 'Mark W. Wiebe', 'raw_affiliation_string': 'Amazon, Seattle, USA; Department of Physics and Astronomy, The University of British Columbia, Vancouver, Canada', 'raw_affiliation_strings': ['Amazon, Seattle, USA', 'Department of Physics and Astronomy, The University of British Columbia, Vancouver, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051733624', 'display_name': 'Pearu Peterson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}, {'id': 'https://openalex.org/I111112146', 'display_name': 'Tallinn University of Technology', 'ror': 'https://ror.org/0443cwa12', 'country_code': 'EE', 'type': 'education', 'lineage': ['https://openalex.org/I111112146']}], 'countries': ['EE', 'US'], 'is_corresponding': False, 'raw_author_name': 'Pearu Peterson', 'raw_affiliation_string': 'Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia; Independent researcher, Saue, Estonia; Quansight, Austin, USA', 'raw_affiliation_strings': ['Department of Mechanics and Applied Mathematics, Institute of Cybernetics at Tallinn Technical University, Tallinn, Estonia', 'Independent researcher, Saue, Estonia', 'Quansight, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051821507', 'display_name': 'P Gerard-Marchant', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165733156', 'display_name': 'University of Georgia', 'ror': 'https://ror.org/00te3t702', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1289702989', 'https://openalex.org/I165733156']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Pierre Gérard-Marchant', 'raw_affiliation_string': 'Department of Biological and Agricultural Engineering, University of Georgia, Athens, USA', 'raw_affiliation_strings': ['Department of Biological and Agricultural Engineering, University of Georgia, Athens, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074480488', 'display_name': 'Kevin Sheppard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Kevin Sheppard', 'raw_affiliation_string': 'Department of Economics,University of Oxford,Oxford,UK', 'raw_affiliation_strings': ['Department of Economics,University of Oxford,Oxford,UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061717074', 'display_name': 'Tyler Reddy', 'orcid': 'https://orcid.org/0000-0003-2364-6157'}, 'institutions': [{'id': 'https://openalex.org/I1343871089', 'display_name': 'Los Alamos National Laboratory', 'ror': 'https://ror.org/01e41cf67', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I1343871089']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tyler Reddy', 'raw_affiliation_string': 'CCS-7, Los Alamos National Laboratory, Los Alamos, USA', 'raw_affiliation_strings': ['CCS-7, Los Alamos National Laboratory, Los Alamos, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050562889', 'display_name': 'Warren Weckesser', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Warren Weckesser', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California-Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080357715', 'display_name': 'Hameer Abbasi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Hameer Abbasi', 'raw_affiliation_string': 'Quansight, Austin, USA', 'raw_affiliation_strings': ['Quansight, Austin, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000948508', 'display_name': 'Christoph Gohlke', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I204250578', 'display_name': 'University of California, Irvine', 'ror': 'https://ror.org/04gyf1771', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I204250578', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I1279686153', 'display_name': 'Fluor (United States)', 'ror': 'https://ror.org/02885vs25', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1279686153']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Christoph Gohlke', 'raw_affiliation_string': 'Laboratory for Fluorescence Dynamics, Biomedical Engineering Department, University of California, Irvine, Irvine, USA', 'raw_affiliation_strings': ['Laboratory for Fluorescence Dynamics, Biomedical Engineering Department, University of California, Irvine, Irvine, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5019360202', 'display_name': 'Travis E. Oliphant', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210098317', 'display_name': 'Quansight (United States)', 'ror': 'https://ror.org/00zeq0353', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210098317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Travis E. Oliphant', 'raw_affiliation_string': 'Quansight, Austin, USA', 'raw_affiliation_strings': ['Quansight, Austin, USA']}], 'countries_distinct_count': 9, 'institutions_distinct_count': 22, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 8308, 'biblio': {'volume': '585', 'issue': '7825', 'first_page': '357', 'last_page': '362'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C519991488', 'wikidata': 'https://www.wikidata.org/wiki/Q28865', 'display_name': 'Python (programming language)', 'level': 2, 'score': 0.75409937}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6208576}, {'id': 'https://openalex.org/C20136886', 'wikidata': 'https://www.wikidata.org/wiki/Q749647', 'display_name': 'Interoperability', 'level': 2, 'score': 0.5801056}, {'id': 'https://openalex.org/C60048249', 'wikidata': 'https://www.wikidata.org/wiki/Q37437', 'display_name': 'Syntax', 'level': 2, 'score': 0.50013185}, {'id': 'https://openalex.org/C99613125', 'wikidata': 'https://www.wikidata.org/wiki/Q165194', 'display_name': 'Application programming interface', 'level': 2, 'score': 0.46657026}, {'id': 'https://openalex.org/C34165917', 'wikidata': 'https://www.wikidata.org/wiki/Q188267', 'display_name': 'Programming paradigm', 'level': 2, 'score': 0.42230338}, {'id': 'https://openalex.org/C459310', 'wikidata': 'https://www.wikidata.org/wiki/Q117801', 'display_name': 'Computational science', 'level': 1, 'score': 0.4082567}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.35852128}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.28303456}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.2743905}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.10360807}], 'mesh': [], 'locations_count': 7, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2649-2', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2649-2.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/2006.10256', 'pdf_url': 'http://arxiv.org/pdf/2006.10256', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7759461', 'pdf_url': 'https://europepmc.org/articles/pmc7759461?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/20.500.12613/5102', 'pdf_url': 'https://scholarshare.temple.edu/bitstream/20.500.12613/5102/2/Array%20programming%20with%20NumPy.pdf', 'source': {'id': 'https://openalex.org/S4306402624', 'display_name': 'TUScholarShare (Temple University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I84392919', 'host_organization_name': 'Temple University', 'host_organization_lineage': ['https://openalex.org/I84392919'], 'host_organization_lineage_names': ['Temple University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://urn.fi/URN:NBN:fi:jyu-202010096147', 'pdf_url': 'https://jyx.jyu.fi/bitstream/123456789/72093/1/s41586-020-2649-2.pdf', 'source': {'id': 'https://openalex.org/S4306400563', 'display_name': 'Jyväskylä University Digital Archive (University of Jyväskylä)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I94722563', 'host_organization_name': 'University of Jyväskylä', 'host_organization_lineage': ['https://openalex.org/I94722563'], 'host_organization_lineage_names': ['University of Jyväskylä'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7759461', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/2006.10256', 'pdf_url': 'https://arxiv.org/pdf/2006.10256', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/s41586-020-2649-2', 'pdf_url': 'https://www.nature.com/articles/s41586-020-2649-2.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.19}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.12}], 'grants': [], 'referenced_works_count': 34, 'referenced_works': ['https://openalex.org/W1983157164', 'https://openalex.org/W1988054515', 'https://openalex.org/W2005011886', 'https://openalex.org/W2011301426', 'https://openalex.org/W2015159529', 'https://openalex.org/W2035251626', 'https://openalex.org/W2035776949', 'https://openalex.org/W2040974372', 'https://openalex.org/W2061939373', 'https://openalex.org/W2064872546', 'https://openalex.org/W2092898148', 'https://openalex.org/W2104266030', 'https://openalex.org/W2110114082', 'https://openalex.org/W2114850508', 'https://openalex.org/W2120575449', 'https://openalex.org/W2135625048', 'https://openalex.org/W2139102480', 'https://openalex.org/W2146099733', 'https://openalex.org/W2146292423', 'https://openalex.org/W2148906281', 'https://openalex.org/W2245493112', 'https://openalex.org/W2252795400', 'https://openalex.org/W2342249984', 'https://openalex.org/W2400200941', 'https://openalex.org/W2604239613', 'https://openalex.org/W2612135142', 'https://openalex.org/W2808646869', 'https://openalex.org/W2854331460', 'https://openalex.org/W2912827267', 'https://openalex.org/W3103145119', 'https://openalex.org/W3105003569', 'https://openalex.org/W3105353888', 'https://openalex.org/W4241006348', 'https://openalex.org/W4252345548'], 'related_works': ['https://openalex.org/W2015197254', 'https://openalex.org/W2314289140', 'https://openalex.org/W2769196301', 'https://openalex.org/W2900904687', 'https://openalex.org/W3046236723', 'https://openalex.org/W4283738738', 'https://openalex.org/W4285390126', 'https://openalex.org/W4292808890', 'https://openalex.org/W4298180343', 'https://openalex.org/W4308643032'], 'ngrams_url': 'https://api.openalex.org/works/W3099878876/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Array': [1], 'programming': [2, 28, 107, 174], 'provides': [3, 177], 'a': [4, 87, 96, 103, 178], 'powerful,': [5], 'compact': [6], 'and': [7, 13, 20, 58, 81, 105, 112, 146, 188], 'expressive': [8], 'syntax': [9], 'for': [10, 30, 109], 'accessing,': [11], 'manipulating': [12], 'operating': [14], 'on': [15], 'data': [16], 'in': [17, 39, 43, 62, 74, 82, 154], 'vectors,': [18], 'matrices': [19], 'higher-dimensional': [21], 'arrays.': [22], 'NumPy': [23, 64, 116, 157], 'is': [24, 117, 126, 129], 'the': [25, 31, 70, 75, 83, 118, 122, 155, 183], 'primary': [26], 'array': [27, 99, 147, 166], 'library': [29], 'Python': [32, 124], 'language.': [33], 'It': [34, 128], 'has': [35], 'an': [36, 66, 161], 'essential': [37], 'role': [38], 'research': [40], 'analysis': [41], 'pipelines': [42], 'fields': [44], 'as': [45, 47, 160], 'diverse': [46], 'physics,': [48], 'chemistry,': [49], 'astronomy,': [50, 63], 'geoscience,': [51], 'biology,': [52], 'psychology,': [53], 'materials': [54], 'science,': [55], 'engineering,': [56], 'finance': [57], 'economics.': [59], 'For': [60], 'example,': [61], 'was': [65], 'important': [67], 'part': [68], 'of': [69, 77, 86, 186], 'software': [71], 'stack': [72], 'used': [73], 'discovery': [76], 'gravitational': [78], 'waves': [79], '1': [80], 'first': [84], 'imaging': [85], 'black': [88], 'hole': [89], '2': [90], '.': [91], 'Here': [92], 'we': [93], 'review': [94], 'how': [95], 'few': [97], 'fundamental': [98], 'concepts': [100], 'lead': [101], 'to': [102, 150, 181], 'simple': [104], 'powerful': [106], 'paradigm': [108], 'organizing,': [110], 'exploring': [111], 'analysing': [113], 'scientific': [114, 123, 187], 'data.': [115], 'foundation': [119], 'upon': [120], 'which': [121], 'ecosystem': [125], 'constructed.': [127], 'so': [130], 'pervasive': [131], 'that': [132], 'several': [133], 'projects,': [134], 'targeting': [135], 'audiences': [136], 'with': [137, 171], 'specialized': [138], 'needs,': [139], 'have': [140], 'developed': [141], 'their': [142], 'own': [143], 'NumPy-like': [144], 'interfaces': [145], 'objects.': [148], 'Owing': [149], 'its': [151, 172], 'central': [152], 'position': [153], 'ecosystem,': [156], 'increasingly': [158], 'acts': [159], 'interoperability': [162], 'layer': [163], 'between': [164], 'such': [165], 'computation': [167], 'libraries': [168], 'and,': [169], 'together': [170], 'application': [173], 'interface': [175], '(API),': [176], 'flexible': [179], 'framework': [180], 'support': [182], 'next': [184], 'decade': [185], 'industrial': [189], 'analysis.': [190]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3099878876', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2658}, {'year': 2022, 'cited_by_count': 3103}, {'year': 2021, 'cited_by_count': 2262}, {'year': 2020, 'cited_by_count': 223}, {'year': 2019, 'cited_by_count': 6}, {'year': 2018, 'cited_by_count': 3}, {'year': 2015, 'cited_by_count': 1}], 'updated_date': '2023-10-03T05:40:36.646392', 'created_date': '2020-11-23'}, {'id': 'https://openalex.org/W3025949386', 'doi': 'https://doi.org/10.1002/qj.3803', 'title': 'The ERA5 global reanalysis', 'display_name': 'The ERA5 global reanalysis', 'publication_year': 2020, 'publication_date': '2020-06-15', 'ids': {'openalex': 'https://openalex.org/W3025949386', 'doi': 'https://doi.org/10.1002/qj.3803', 'mag': '3025949386'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/qj.3803', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/qj.3803', 'source': {'id': 'https://openalex.org/S70522100', 'display_name': 'Quarterly Journal of the Royal Meteorological Society', 'issn_l': '0035-9009', 'issn': ['1477-870X', '0035-9009'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/qj.3803', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5051170302', 'display_name': 'Hans Hersbach', 'orcid': 'https://orcid.org/0000-0001-5330-7071'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Hans Hersbach', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015001509', 'display_name': 'Bill Bell', 'orcid': 'https://orcid.org/0000-0002-8151-5449'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Bill Bell', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025954456', 'display_name': 'Paul Berrisford', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Paul Berrisford', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052671847', 'display_name': 'Shoji Hirahara', 'orcid': 'https://orcid.org/0000-0001-8415-3263'}, 'institutions': [{'id': 'https://openalex.org/I2801997990', 'display_name': 'Japan Meteorological Agency', 'ror': 'https://ror.org/02772kk97', 'country_code': 'JP', 'type': 'other', 'lineage': ['https://openalex.org/I2801997990']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Shoji Hirahara', 'raw_affiliation_string': 'Japan Meteorological Agency, Tokyo, Japan', 'raw_affiliation_strings': ['Japan Meteorological Agency, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087576182', 'display_name': 'Ándrás Horányi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'András Horányi', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049740980', 'display_name': 'Joaquín Muñoz‐Sabater', 'orcid': 'https://orcid.org/0000-0002-5997-290X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Joaquín Muñoz‐Sabater', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076677580', 'display_name': 'Julien P. Nicolas', 'orcid': 'https://orcid.org/0000-0003-0518-100X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Julien Nicolas', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088422081', 'display_name': 'Carole Peubey', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Carole Peubey', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085254598', 'display_name': 'Raluca Radu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Raluca Radu', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079340690', 'display_name': 'Dinand Schepers', 'orcid': 'https://orcid.org/0000-0002-2611-487X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Dinand Schepers', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086244205', 'display_name': 'A. J. Simmons', 'orcid': 'https://orcid.org/0000-0002-7327-6310'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Adrian Simmons', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060475316', 'display_name': 'Cornel Soci', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Cornel Soci', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019784192', 'display_name': 'Saleh Abdalla', 'orcid': 'https://orcid.org/0000-0003-4469-7949'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Saleh Abdalla', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018520453', 'display_name': 'Xavier Abellan', 'orcid': 'https://orcid.org/0000-0002-1999-1823'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Xavier Abellan', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021304034', 'display_name': 'Gianpaolo Balsamo', 'orcid': 'https://orcid.org/0000-0002-1745-3634'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gianpaolo Balsamo', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005317955', 'display_name': 'Peter Bechtold', 'orcid': 'https://orcid.org/0000-0002-1967-3382'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Peter Bechtold', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013657038', 'display_name': 'Gionata Biavati', 'orcid': 'https://orcid.org/0000-0002-1675-6967'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gionata Biavati', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002364603', 'display_name': 'Jean‐Raymond Bidlot', 'orcid': 'https://orcid.org/0000-0001-7423-5118'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jean Bidlot', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048323819', 'display_name': 'Massimo Bonavita', 'orcid': 'https://orcid.org/0000-0002-0392-284X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Massimo Bonavita', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058425683', 'display_name': 'Giovanna de Chiara', 'orcid': 'https://orcid.org/0000-0002-4540-0687'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Giovanna Chiara', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060417938', 'display_name': 'Per Dahlgren', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314042554', 'display_name': 'Norwegian Meteorological Institute', 'ror': 'https://ror.org/001n36p86', 'country_code': 'NO', 'type': 'government', 'lineage': ['https://openalex.org/I1314042554']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'Per Dahlgren', 'raw_affiliation_string': 'The Norwegian Meteorological Institute, Oslo, Norway', 'raw_affiliation_strings': ['The Norwegian Meteorological Institute, Oslo, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019171397', 'display_name': 'Dick Dee', 'orcid': 'https://orcid.org/0000-0002-8321-9125'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Dick Dee', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040608006', 'display_name': 'Michail Diamantakis', 'orcid': 'https://orcid.org/0000-0003-2279-9717'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Michail Diamantakis', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020478929', 'display_name': 'Rossana Dragani', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rossana Dragani', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062518836', 'display_name': 'Johannes Flemming', 'orcid': 'https://orcid.org/0000-0003-4880-5329'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Johannes Flemming', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012391383', 'display_name': 'R. M. Forbes', 'orcid': 'https://orcid.org/0000-0002-3596-8287'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Richard Forbes', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048392812', 'display_name': 'M. Fuentes', 'orcid': 'https://orcid.org/0000-0003-1544-9612'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Manuel Fuentes', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022496698', 'display_name': 'Alan Geer', 'orcid': 'https://orcid.org/0000-0002-9476-5519'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Alan Geer', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060383229', 'display_name': 'Leopold Haimberger', 'orcid': 'https://orcid.org/0000-0002-0379-6353'}, 'institutions': [{'id': 'https://openalex.org/I2799949648', 'display_name': 'Central Institution for Meteorology and Geodynamics', 'ror': 'https://ror.org/048dqgk17', 'country_code': 'AT', 'type': 'facility', 'lineage': ['https://openalex.org/I2799949648']}, {'id': 'https://openalex.org/I129774422', 'display_name': 'University of Vienna', 'ror': 'https://ror.org/03prydq77', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I129774422']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Leo Haimberger', 'raw_affiliation_string': 'Department of Meteorology and GeophysicsUniversität Wien Vienna Austria', 'raw_affiliation_strings': ['Department of Meteorology and GeophysicsUniversität Wien Vienna Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027951850', 'display_name': 'S. B. Healy', 'orcid': 'https://orcid.org/0000-0003-4810-9593'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sean Healy', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081199934', 'display_name': 'Robin J. Hogan', 'orcid': 'https://orcid.org/0000-0002-3180-5157'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Robin J. Hogan', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033708738', 'display_name': 'Elías Hólm', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Elías Hólm', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011616795', 'display_name': 'Marta Janisková', 'orcid': 'https://orcid.org/0000-0003-2644-8068'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Marta Janisková', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088749134', 'display_name': 'Sarah Keeley', 'orcid': 'https://orcid.org/0000-0002-8046-765X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sarah Keeley', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008668264', 'display_name': 'Patrick Laloyaux', 'orcid': 'https://orcid.org/0000-0003-2808-0463'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Patrick Laloyaux', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024435893', 'display_name': 'Philippe Lopez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Philippe Lopez', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024245007', 'display_name': 'Cristina Lupu', 'orcid': 'https://orcid.org/0000-0003-3530-8104'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Cristina Lupu', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016465897', 'display_name': 'Gábor Radnóti', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gabor Radnoti', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048042721', 'display_name': 'Patricia de Rosnay', 'orcid': 'https://orcid.org/0000-0002-7374-3820'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Patricia Rosnay', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018816610', 'display_name': 'Iryna Rozum', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Iryna Rozum', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073268552', 'display_name': 'Freja Vamborg', 'orcid': 'https://orcid.org/0000-0003-3092-0775'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Freja Vamborg', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023844474', 'display_name': 'Sébastien Villaume', 'orcid': 'https://orcid.org/0000-0002-3041-076X'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sebastien Villaume', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5020157756', 'display_name': 'J.-N. Thépaut', 'orcid': 'https://orcid.org/0000-0003-3214-5266'}, 'institutions': [{'id': 'https://openalex.org/I154986956', 'display_name': 'European Centre for Medium-Range Weather Forecasts', 'ror': 'https://ror.org/014w0fd65', 'country_code': 'GB', 'type': 'other', 'lineage': ['https://openalex.org/I154986956']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jean‐Noël Thépaut', 'raw_affiliation_string': 'European Centre for Medium-Range Weather Forecasts, Reading, UK', 'raw_affiliation_strings': ['European Centre for Medium-Range Weather Forecasts, Reading, UK']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5051170302'], 'corresponding_institution_ids': ['https://openalex.org/I154986956'], 'apc_list': {'value': 3910, 'currency': 'USD', 'value_usd': 3910, 'provenance': 'doaj'}, 'apc_paid': {'value': 3910, 'currency': 'USD', 'value_usd': 3910, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 8065, 'biblio': {'volume': '146', 'issue': '730', 'first_page': '1999', 'last_page': '2049'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C49204034', 'wikidata': 'https://www.wikidata.org/wiki/Q52139', 'display_name': 'Climatology', 'level': 1, 'score': 0.6750792}, {'id': 'https://openalex.org/C24552861', 'wikidata': 'https://www.wikidata.org/wiki/Q2670177', 'display_name': 'Data assimilation', 'level': 2, 'score': 0.6272243}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.6012822}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.5660305}, {'id': 'https://openalex.org/C2779847632', 'wikidata': 'https://www.wikidata.org/wiki/Q30026', 'display_name': 'Buoy', 'level': 2, 'score': 0.5339749}, {'id': 'https://openalex.org/C11999413', 'wikidata': 'https://www.wikidata.org/wiki/Q852817', 'display_name': 'Radiosonde', 'level': 2, 'score': 0.5221579}, {'id': 'https://openalex.org/C9075549', 'wikidata': 'https://www.wikidata.org/wiki/Q40631', 'display_name': 'Troposphere', 'level': 2, 'score': 0.5085372}, {'id': 'https://openalex.org/C2984089914', 'wikidata': 'https://www.wikidata.org/wiki/Q305896', 'display_name': 'Horizontal resolution', 'level': 2, 'score': 0.46695858}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 0.1616233}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.15408206}, {'id': 'https://openalex.org/C111368507', 'wikidata': 'https://www.wikidata.org/wiki/Q43518', 'display_name': 'Oceanography', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/qj.3803', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/qj.3803', 'source': {'id': 'https://openalex.org/S70522100', 'display_name': 'Quarterly Journal of the Royal Meteorological Society', 'issn_l': '0035-9009', 'issn': ['1477-870X', '0035-9009'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/qj.3803', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/qj.3803', 'source': {'id': 'https://openalex.org/S70522100', 'display_name': 'Quarterly Journal of the Royal Meteorological Society', 'issn_l': '0035-9009', 'issn': ['1477-870X', '0035-9009'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.71}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.14}], 'grants': [], 'referenced_works_count': 123, 'referenced_works': ['https://openalex.org/W1840414008', 'https://openalex.org/W1863529719', 'https://openalex.org/W1877862298', 'https://openalex.org/W1907125670', 'https://openalex.org/W1912958521', 'https://openalex.org/W1926356829', 'https://openalex.org/W1964095487', 'https://openalex.org/W1969698207', 'https://openalex.org/W1977808949', 'https://openalex.org/W1978648105', 'https://openalex.org/W1979735728', 'https://openalex.org/W1981519168', 'https://openalex.org/W1982478952', 'https://openalex.org/W1983832403', 'https://openalex.org/W1989120577', 'https://openalex.org/W1989556843', 'https://openalex.org/W1993359485', 'https://openalex.org/W1993891167', 'https://openalex.org/W1994387385', 'https://openalex.org/W1998040038', 'https://openalex.org/W2004586810', 'https://openalex.org/W2017667168', 'https://openalex.org/W2018608667', 'https://openalex.org/W2021057500', 'https://openalex.org/W2021805240', 'https://openalex.org/W2022548072', 'https://openalex.org/W2030836967', 'https://openalex.org/W2031027346', 'https://openalex.org/W2038142310', 'https://openalex.org/W2040058701', 'https://openalex.org/W2041844392', 'https://openalex.org/W2045253176', 'https://openalex.org/W2045334569', 'https://openalex.org/W2047119754', 'https://openalex.org/W2047852430', 'https://openalex.org/W2049699234', 'https://openalex.org/W2050198538', 'https://openalex.org/W2052687807', 'https://openalex.org/W2056825802', 'https://openalex.org/W2058947207', 'https://openalex.org/W2059471972', 'https://openalex.org/W2060172488', 'https://openalex.org/W2069705567', 'https://openalex.org/W2070214966', 'https://openalex.org/W2084571691', 'https://openalex.org/W2085069698', 'https://openalex.org/W2088460293', 'https://openalex.org/W2090249381', 'https://openalex.org/W2090504299', 'https://openalex.org/W2097230269', 'https://openalex.org/W2097865442', 'https://openalex.org/W2104642399', 'https://openalex.org/W2106169804', 'https://openalex.org/W2110179017', 'https://openalex.org/W2119633169', 'https://openalex.org/W2121745948', 'https://openalex.org/W2122957578', 'https://openalex.org/W2124901782', 'https://openalex.org/W2129522971', 'https://openalex.org/W2130484591', 'https://openalex.org/W2131234888', 'https://openalex.org/W2131628141', 'https://openalex.org/W2131903435', 'https://openalex.org/W2134634125', 'https://openalex.org/W2135150319', 'https://openalex.org/W2135622818', 'https://openalex.org/W2136736608', 'https://openalex.org/W2137235251', 'https://openalex.org/W2139004160', 'https://openalex.org/W2141748334', 'https://openalex.org/W2142395770', 'https://openalex.org/W2144347609', 'https://openalex.org/W2144824026', 'https://openalex.org/W2145910073', 'https://openalex.org/W2146293516', 'https://openalex.org/W2150516764', 'https://openalex.org/W2152433868', 'https://openalex.org/W2152831301', 'https://openalex.org/W2162255540', 'https://openalex.org/W2163088949', 'https://openalex.org/W2165242200', 'https://openalex.org/W2167414301', 'https://openalex.org/W2168019255', 'https://openalex.org/W2172151645', 'https://openalex.org/W2174386141', 'https://openalex.org/W2175098853', 'https://openalex.org/W2263043456', 'https://openalex.org/W2287923382', 'https://openalex.org/W2289885025', 'https://openalex.org/W2295101574', 'https://openalex.org/W2310628892', 'https://openalex.org/W2339557483', 'https://openalex.org/W2394879936', 'https://openalex.org/W2473858931', 'https://openalex.org/W2511997790', 'https://openalex.org/W2533922453', 'https://openalex.org/W2602467981', 'https://openalex.org/W2604855272', 'https://openalex.org/W2611772571', 'https://openalex.org/W2619689284', 'https://openalex.org/W2624702672', 'https://openalex.org/W2761613434', 'https://openalex.org/W2763634563', 'https://openalex.org/W2791517694', 'https://openalex.org/W2792557499', 'https://openalex.org/W2793345439', 'https://openalex.org/W2793688347', 'https://openalex.org/W2801985028', 'https://openalex.org/W2807613185', 'https://openalex.org/W2891349009', 'https://openalex.org/W2896900580', 'https://openalex.org/W2900888442', 'https://openalex.org/W2900933286', 'https://openalex.org/W2909481090', 'https://openalex.org/W2909524579', 'https://openalex.org/W2945337859', 'https://openalex.org/W2954049996', 'https://openalex.org/W2965576449', 'https://openalex.org/W2967956357', 'https://openalex.org/W3014920316', 'https://openalex.org/W4236155339', 'https://openalex.org/W4242577423', 'https://openalex.org/W4246727190'], 'related_works': ['https://openalex.org/W829700620', 'https://openalex.org/W2048462860', 'https://openalex.org/W2055890126', 'https://openalex.org/W2062130175', 'https://openalex.org/W2092006650', 'https://openalex.org/W2318856281', 'https://openalex.org/W2343791466', 'https://openalex.org/W2510148722', 'https://openalex.org/W3200978779', 'https://openalex.org/W4383907499'], 'ngrams_url': 'https://api.openalex.org/works/W3025949386/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Within': [1], 'the': [2, 11, 23, 38, 53, 112, 118, 137, 184, 188, 209, 212, 270], 'Copernicus': [3], 'Climate': [4], 'Change': [5], 'Service': [6], '(C3S),': [7], 'ECMWF': [8], 'is': [9, 50, 143, 240, 250], 'producing': [10], 'ERA5': [12, 49, 64, 97, 149], 'reanalysis': [13, 36, 40], 'which,': [14], 'once': [15], 'completed,': [16], 'will': [17], 'embody': [18], 'a': [19, 68, 83, 126, 134, 152, 197, 226], 'detailed': [20, 227], 'record': [21], 'of': [22, 70, 88, 121, 129, 154, 211, 229, 263], 'global': [24], 'atmosphere,': [25], 'land': [26], 'surface': [27], 'and': [28, 77, 102, 131, 168, 181, 221, 256, 273], 'ocean': [29, 202], 'waves': [30], 'from': [31, 67, 106, 139, 148, 242, 257, 269], '1950': [32], 'onwards.': [33], 'This': [34, 115], 'new': [35], 'replaces': [37], 'ERA‐Interim': [39], '(spanning': [41], '1979': [42, 140], 'onwards)': [43], 'which': [44, 59, 142], 'was': [45, 60], 'started': [46], 'in': [47, 62, 72, 159, 183, 216, 265], '2006.': [48], 'based': [51], 'on': [52, 136], 'Integrated': [54], 'Forecasting': [55], 'System': [56], '(IFS)': [57], 'Cy41r2': [58], 'operational': [61], '2016.': [63], 'thus': [65], 'benefits': [66], 'decade': [69], 'developments': [71], 'model': [73], 'physics,': [74], 'core': [75], 'dynamics': [76], 'data': [78, 170, 195, 239], 'assimilation.': [79], 'In': [80, 246], 'addition': [81], 'to': [82, 92, 156, 163, 172, 244, 252], 'significantly': [84], 'enhanced': [85, 219], 'horizontal': [86, 113], 'resolution': [87, 223], '31': [89], 'km,': [90], 'compared': [91], '80': [93], 'km': [94], 'for': [95, 178, 201, 225], 'ERA‐Interim,': [96, 271], 'has': [98], 'hourly': [99], 'output': [100], 'throughout,': [101], 'an': [103, 107, 175], 'uncertainty': [104, 206], 'estimate': [105, 207], 'ensemble': [108], '(3‐hourly': [109], 'at': [110], 'half': [111], 'resolution).': [114], 'paper': [116], 'describes': [117], 'general': [119, 261], 'set‐up': [120], 'ERA5,': [122], 'as': [123, 125], 'well': [124, 254], 'basic': [127], 'evaluation': [128], 'characteristics': [130], 'performance,': [132], 'with': [133, 161, 166, 192, 236], 'focus': [135], 'dataset': [138], 'onwards': [141], 'currently': [144], 'publicly': [145], 'available.': [146], 'Re‐forecasts': [147], 'analyses': [150], 'show': [151], 'gain': [153], 'up': [155], 'one': [157], 'day': [158], 'skill': [160], 'respect': [162], 'ERA‐Interim.': [164], 'Comparison': [165], 'radiosonde': [167], 'PILOT': [169], 'prior': [171], 'assimilation': [173], 'shows': [174, 196], 'improved': [176, 199], 'fit': [177, 200], 'temperature,': [179], 'wind': [180], 'humidity': [182], 'troposphere,': [185], 'but': [186], 'not': [187], 'stratosphere.': [189], 'A': [190], 'comparison': [191], 'independent': [193], 'buoy': [194], 'much': [198], 'wave': [203], 'height.': [204], 'The': [205, 218], 'reflects': [208], 'evolution': [210, 228], 'observing': [213], 'systems': [214], 'used': [215], 'ERA5.': [217], 'temporal': [220], 'spatial': [222], 'allows': [224], 'weather': [230], 'systems.': [231], 'For': [232], 'precipitation,': [233], 'global‐mean': [234], 'correlation': [235], 'monthly‐mean': [237], 'GPCP': [238], 'increased': [241], '67%': [243], '77%.': [245], 'general,': [247], 'low‐frequency': [248], 'variability': [249], 'found': [251], 'be': [253], 'represented': [255], '10': [258], 'hPa': [259], 'downwards': [260], 'patterns': [262], 'anomalies': [264], 'temperature': [266], 'match': [267], 'those': [268], 'MERRA‐2': [272], 'JRA‐55': [274], 'reanalyses.': [275]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3025949386', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2709}, {'year': 2022, 'cited_by_count': 3168}, {'year': 2021, 'cited_by_count': 1927}, {'year': 2020, 'cited_by_count': 293}], 'updated_date': '2023-09-30T15:39:13.361037', 'created_date': '2020-05-21'}, {'id': 'https://openalex.org/W3008443627', 'doi': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'title': 'An interactive web-based dashboard to track COVID-19 in real time', 'display_name': 'An interactive web-based dashboard to track COVID-19 in real time', 'publication_year': 2020, 'publication_date': '2020-05-01', 'ids': {'openalex': 'https://openalex.org/W3008443627', 'doi': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'mag': '3008443627', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32087114', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7159018'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'pdf_url': 'http://www.thelancet.com/article/S1473309920301201/pdf', 'source': {'id': 'https://openalex.org/S23772524', 'display_name': 'Lancet Infectious Diseases', 'issn_l': '1473-3099', 'issn': ['1474-4457', '1473-3099'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S1473309920301201/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5066854264', 'display_name': 'Ensheng Dong', 'orcid': 'https://orcid.org/0000-0002-9785-5739'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ensheng Dong', 'raw_affiliation_string': 'Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA', 'raw_affiliation_strings': ['Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072771687', 'display_name': 'Hongru Du', 'orcid': 'https://orcid.org/0000-0001-7008-2943'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Hongru Du', 'raw_affiliation_string': 'Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA', 'raw_affiliation_strings': ['Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5034284815', 'display_name': 'Lauren Gardner', 'orcid': 'https://orcid.org/0000-0001-5697-8022'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Lauren Gardner', 'raw_affiliation_string': 'Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA', 'raw_affiliation_strings': ['Department of Civil and Systems Engineering, Johns Hopkins University, Baltimore, MD 21218, USA']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5034284815'], 'corresponding_institution_ids': ['https://openalex.org/I145311948'], 'apc_list': {'value': 6300, 'currency': 'USD', 'value_usd': 6300, 'provenance': 'doaj'}, 'apc_paid': {'value': 6300, 'currency': 'USD', 'value_usd': 6300, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 7897, 'biblio': {'volume': '20', 'issue': '5', 'first_page': '533', 'last_page': '534'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C33499554', 'wikidata': 'https://www.wikidata.org/wiki/Q1417134', 'display_name': 'Dashboard', 'level': 2, 'score': 0.874066}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.8462492}, {'id': 'https://openalex.org/C89992363', 'wikidata': 'https://www.wikidata.org/wiki/Q5961558', 'display_name': 'Track (disk drive)', 'level': 2, 'score': 0.7101089}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.68715125}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.6557131}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.57298833}, {'id': 'https://openalex.org/C118643609', 'wikidata': 'https://www.wikidata.org/wiki/Q189210', 'display_name': 'Web application', 'level': 2, 'score': 0.47535226}, {'id': 'https://openalex.org/C2776078045', 'wikidata': 'https://www.wikidata.org/wiki/Q5425270', 'display_name': 'Fast track', 'level': 2, 'score': 0.45025882}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.40806782}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.23832539}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.20844948}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.18939865}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.16932002}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.049741685}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'pdf_url': 'http://www.thelancet.com/article/S1473309920301201/pdf', 'source': {'id': 'https://openalex.org/S23772524', 'display_name': 'Lancet Infectious Diseases', 'issn_l': '1473-3099', 'issn': ['1474-4457', '1473-3099'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7159018', 'pdf_url': 'https://europepmc.org/articles/pmc7159018?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7159018', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s1473-3099(20)30120-1', 'pdf_url': 'http://www.thelancet.com/article/S1473309920301201/pdf', 'source': {'id': 'https://openalex.org/S23772524', 'display_name': 'Lancet Infectious Diseases', 'issn_l': '1473-3099', 'issn': ['1474-4457', '1473-3099'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.49}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.33}], 'grants': [], 'referenced_works_count': 1, 'referenced_works': ['https://openalex.org/W2406220407'], 'related_works': ['https://openalex.org/W3009669391', 'https://openalex.org/W3013828567', 'https://openalex.org/W3036314732', 'https://openalex.org/W3127156785', 'https://openalex.org/W3198183218', 'https://openalex.org/W3214233763', 'https://openalex.org/W4200329650', 'https://openalex.org/W4205317059', 'https://openalex.org/W4206669628', 'https://openalex.org/W4382894326'], 'ngrams_url': 'https://api.openalex.org/works/W3008443627/ngrams', 'abstract_inverted_index': {'In': [0, 95, 980, 1034, 1077], 'December,': [1], '2019,': [2], 'a': [3, 26, 178, 204, 267, 291, 529, 678, 842, 883, 975, 1062, 1098], 'local': [4, 316, 439], 'outbreak': [5, 55, 184, 277, 669, 986], 'of': [6, 8, 32, 62, 81, 132, 153, 212, 309, 325, 452, 461, 501, 507, 579, 594, 599, 610, 628, 638, 649, 666, 706, 813, 835, 850, 879, 887, 891, 944, 964, 970, 984, 1005, 1027, 1029, 1049, 1064, 1067, 1100, 1103, 1107], 'pneumonia': [7, 33], 'initially': [9, 197], 'unknown': [10], 'cause': [11], 'was': [12, 19, 165, 1061], 'detected': [13], 'in': [14, 35, 137, 219, 232, 238, 328, 336, 358, 480, 601, 799, 816, 857, 866, 924, 938, 987, 992, 1094, 1105], 'Wuhan': [15], '(Hubei,': [16], 'China),': [17], 'and': [18, 71, 116, 128, 151, 158, 173, 191, 201, 242, 244, 256, 261, 270, 318, 338, 360, 365, 369, 378, 419, 438, 449, 455, 466, 472, 484, 509, 521, 552, 561, 577, 614, 633, 647, 659, 670, 683, 699, 761, 931, 952, 996, 1073, 1081], 'quickly': [20], 'determined': [21], 'to': [22, 59, 97, 126, 167, 181, 321, 386, 652, 656, 671, 676, 681, 694, 780, 796, 823, 830, 915, 956, 1000, 1090], 'be': [23], 'caused': [24], 'by': [25, 110, 307, 528, 978, 1070], 'novel': [27], 'coronavirus,1WHOWHO': [28], 'statement': [29], 'regarding': [30], 'cluster': [31], 'cases': [34, 79, 131, 227, 327, 404, 951], 'Wuhan,': [36], 'China.https://www.who.int/china/news/detail/09-01-2020-who-statement-regarding-cluster-of-pneumonia-cases-in-wuhan-chinaDate:': [37], 'Jan': [38, 146, 251], '9,': [39], '2020Date': [40], 'accessed:': [41, 90, 556, 570], 'February': [42, 91, 557, 571], '11,': [43, 558], '2020Google': [44, 93, 559, 573], 'Scholar': [45, 94, 560, 574], 'namely': [46], 'severe': [47, 895, 1006], 'acute': [48, 896, 1007], 'respiratory': [49, 897, 1008], 'syndrome': [50, 898, 1009], 'coronavirus': [51, 133, 899, 957, 1010], '2': [52, 900, 1011], '(SARS-CoV-2).': [53], 'The': [54, 140, 224, 535, 715, 732, 1030, 1051], 'has': [56, 622, 712, 729, 820, 827, 972], 'since': [57], 'spread': [58], 'every': [60], 'province': [61, 230, 334], 'mainland': [63, 372, 524, 580], 'China': [64, 337, 359, 373], 'as': [65, 67, 80, 185, 468, 470, 834, 1086], 'well': [66, 469], '27': [68], 'other': [69, 362, 390], 'countries': [70, 364, 368, 520, 603, 626, 969], 'regions,': [72, 928], 'with': [73, 177, 208, 436, 543, 630, 774, 894, 909, 1097], 'more': [74, 884], 'than': [75, 902], '70': [76], '000': [77], 'confirmed': [78, 154, 950], 'Feb': [82, 287, 491], '17,': [83, 92, 572], '2020.2WHOCoronavirus': [84], 'disease': [85, 134, 447, 565, 958], '2019': [86, 135, 566, 959], '(COVID-19)': [87, 136, 567, 960], 'situation': [88, 563, 568, 642], 'reports.https://www.who.int/emergencies/diseases/novel-coronavirus-2019/situation-reportsDate': [89, 569], 'response': [96], 'this': [98, 808, 1078, 1091], 'ongoing': [99], 'public': [100, 170, 176, 868], 'health': [101, 171, 440, 474, 514, 869, 936], 'emergency,': [102], 'we': [103, 289, 380, 392, 411, 431, 487, 493, 654, 1037], 'developed': [104, 166], 'an': [105, 303, 1002], 'online': [106, 304, 416, 710, 727, 832], 'interactive': [107, 793], 'dashboard,': [108, 141, 214, 430], 'hosted': [109], 'the': [111, 149, 174, 183, 209, 213, 220, 229, 235, 239, 246, 276, 279, 310, 333, 340, 347, 400, 424, 429, 433, 443, 457, 463, 481, 496, 499, 503, 540, 544, 554, 585, 592, 595, 608, 616, 639, 645, 650, 661, 664, 667, 703, 707, 752, 756, 762, 811, 814, 831, 847, 851, 877, 880, 888, 916, 941, 965, 982, 985, 1035, 1045, 1056, 1065], 'Center': [112, 548], 'for': [113, 160, 355, 361, 446, 549, 575, 751, 875], 'Systems': [114], 'Science': [115], 'Engineering': [117], '(CSSE)': [118], 'at': [119, 228, 234, 245, 332, 339, 531, 590, 618, 720, 737], 'Johns': [120, 532, 619, 763], 'Hopkins': [121, 533, 620, 764], 'University,': [122], 'Baltimore,': [123], 'MD,': [124], 'USA,': [125, 240, 482], 'visualise': [127], 'track': [129, 182, 797], 'reported': [130, 538, 597, 623, 635], 'real': [138, 330, 800], 'time.': [139, 801], 'first': [142, 596, 718, 735, 1047, 1052, 1087], 'shared': [143], 'publicly': [144], 'on': [145, 286, 490, 495, 539, 685, 722, 739, 810], '22,': [147], 'illustrates': [148], 'location': [150], 'number': [152, 890], 'COVID-19': [155, 326, 600, 668, 798, 852, 942], 'cases,': [156, 410], 'deaths,': [157], 'recoveries': [159], 'all': [161, 253, 356], 'affected': [162, 363, 968], 'countries.': [163], 'It': [164], 'provide': [168, 322], 'researchers,': [169], 'authorities,': [172], 'general': [175], 'user-friendly': [179], 'tool': [180, 662, 680], 'it': [186], 'unfolds.': [187], 'All': [188, 516, 907], 'data': [189, 254, 294, 299, 537], 'collected': [190], 'displayed': [192], 'are': [193, 216, 351, 405, 526, 692, 749, 862, 998], 'made': [194, 829], 'freely': [195], 'available,': [196], 'through': [198, 203, 423], 'Google': [199], 'Sheets': [200], 'now': [202, 217], 'GitHub': [205], 'repository,': [206], 'along': [207], 'feature': [210], 'layers': [211], 'which': [215, 314, 486], 'included': [218], 'Esri': [221, 757], 'Living': [222, 758], 'Atlas.': [223], 'dashboard': [225, 541, 586, 651, 795], 'reports': [226, 320, 479], 'level': [231, 237, 248, 335, 342], 'China;': [233], 'city': [236], 'Australia,': [241, 483, 611], 'Canada;': [243], 'country': [247, 341], 'otherwise.': [249, 343], 'During': [250], '22–31,': [252], 'collection': [255], 'processing': [257], 'were': [258, 263], 'done': [259, 265], 'manually,': [260], 'updates': [262, 518], 'typically': [264], 'twice': [266], 'day,': [268], 'morning': [269], 'night': [271], '(US': [272], 'Eastern': [273], 'Time).': [274], 'As': [275], 'evolved,': [278], 'manual': [280, 517], 'reporting': [281, 489], 'process': [282], 'became': [283], 'unsustainable;': [284], 'therefore,': [285], '1,': [288, 492], 'adopted': [290], 'semi-automated': [292], 'living': [293], 'stream': [295], 'strategy.': [296], 'Our': [297], 'primary': [298], 'source': [300], 'is': [301, 587, 873], 'DXY,': [302], 'platform': [305], 'run': [306], 'members': [308], 'Chinese': [311, 546], 'medical': [312], 'community,': [313], 'aggregates': [315], 'media': [317], 'government': [319, 500], 'cumulative': [323, 348, 383], 'totals': [324], 'near': [329], 'time': [331], 'Every': [344], '15': [345], 'min,': [346], 'case': [349, 384, 397, 434, 478, 536, 598, 1013], 'counts': [350, 385], 'updated': [352], 'from': [353, 755, 1044], 'DXY': [354, 382], 'provinces': [357], 'regions.': [366], 'For': [367, 476], 'regions': [370, 522, 605], 'outside': [371, 523, 578], '(including': [374], 'Hong': [375, 458, 612, 631], 'Kong,': [376, 613], 'Macau,': [377], 'Taiwan),': [379], 'found': [381], 'frequently': [387], 'lag': [388], 'behind': [389], 'sources;': [391], 'therefore': [393], 'manually': [394, 427], 'update': [395], 'these': [396], 'numbers': [398, 435], 'throughout': [399, 663], 'day': [401], 'when': [402], 'new': [403, 409, 602], 'identified.': [406], 'To': [407], 'identify': [408], 'monitor': [412, 682], 'various': [413, 510], 'Twitter': [414], 'feeds,': [415], 'news': [417], 'services,': [418], 'direct': [420], 'communication': [421], 'sent': [422], 'dashboard.': [425], 'Before': [426], 'updating': [428], 'confirm': [432], 'regional': [437], 'departments,': [441], 'including': [442], 'respective': [444], 'centres': [445], 'control': [448, 700, 1096], 'prevention': [450], '(CDC)': [451], 'China,': [453, 581], 'Taiwan,': [454], 'Europe,': [456], 'Kong': [459, 632], 'Department': [460, 506], 'Health,': [462, 508], 'Macau': [464], 'Government,': [465], 'WHO,': [467, 629], 'city-level': [471, 477], 'state-level': [473], 'authorities.': [475, 515], 'Canada,': [485, 502], 'began': [488], 'rely': [494], 'US': [497], 'CDC,': [498], 'Australian': [504], 'Government': [505], 'state': [511], 'or': [512, 604], 'territory': [513], '(for': [519], 'China)': [525], 'coordinated': [527], 'team': [530, 760], 'University.': [534], 'aligns': [542], 'daily': [545], 'CDC3Chinese': [547], 'Disease': [550], 'Control': [551], 'PreventionTracking': [553], 'epidemic.http://weekly.chinacdc.cn/news/TrackingtheEpidemic.htmDate': [555], 'WHO': [562, 641], 'reports2WHOCoronavirus': [564], 'within': [576, 636], 'respectively': [582], '(figure).': [583], 'Furthermore,': [584], 'particularly': [588], 'effective': [589], 'capturing': [591], 'timing': [593], '(appendix).': [606], 'With': [607], 'exception': [609], 'Italy,': [615, 988], 'CSSE': [617], 'University': [621, 765], 'newly': [624], 'infected': [625, 893], 'ahead': [627], 'Italy': [634, 939, 962], 'hours': [637], 'corresponding': [640], 'report.': [643], 'Given': [644], 'popularity': [646], 'impact': [648], 'date,': [653], 'plan': [655], 'continue': [657], 'hosting': [658], 'managing': [660], 'entirety': [665], 'build': [672], 'out': [673], 'its': [674, 855], 'capabilities': [675], 'establish': [677], 'standing': [679], 'report': [684], 'future': [686], 'outbreaks.': [687], 'We': [688, 743, 748], 'believe': [689], 'our': [690], 'efforts': [691, 698], 'crucial': [693, 874], 'help': [695], 'inform': [696], 'modelling': [697], 'measures': [701], 'during': [702, 940], 'earliest': [704], 'stages': [705], 'outbreak.': [708], 'This': [709, 726, 825], 'publication': [711, 728, 1028], 'been': [713, 730, 821, 828, 913, 973], 'corrected.': [714, 731], 'corrected': [716, 733, 822], 'version': [717, 734, 833], 'appeared': [719, 736], 'thelancet.com/infection': [721, 738], 'June': [723, 740, 836], '12,': [724, 741, 837], '2020': [725, 742], 'declare': [744], 'no': [745], 'competing': [746], 'interests.': [747], 'grateful': [750], 'technical': [753], 'support': [754], 'Atlas': [759], 'Applied': [766], 'Physics': [767], 'Lab.': [768], 'Download': [769], '.pdf': [770], '(.29': [771], 'MB)': [772], 'Help': [773], 'pdf': [775], 'files': [776], 'Supplementary': [777], 'appendix': [778], 'Correction': [779], 'Lancet': [781, 802, 1031], 'Infect': [782, 803], 'Dis': [783, 804], '2020;': [784, 805], '20:': [785, 806], '533–34Dong': [786], 'E,': [787], 'Du': [788], 'H,': [789], 'Gardner': [790], 'L.': [791], 'An': [792, 1019], 'web-based': [794], '533–34—In': [807], 'Correspondence,': [809], 'y-axis': [812], 'graph': [815], 'figure': [817], 'A,': [818], '“500”': [819], '“5000”.': [824], 'correction': [826], '2020.': [838], 'Full-Text': [839, 933, 1017, 1110], 'PDF': [840, 934, 1018, 1111], 'SeroTracker:': [841], 'global': [843, 976], 'SARS-CoV-2': [844], 'seroprevalence': [845], 'dashboardAs': [846], 'initial': [848], 'phase': [849], 'pandemic': [853, 977], 'passes': [854], 'peak': [856], 'many': [858], 'countries,': [859], 'serological': [860], 'studies': [861], 'becoming': [863], 'increasingly': [864], 'important': [865], 'guiding': [867], 'responses.': [870], 'Antibody': [871], 'testing': [872, 905, 920], 'monitoring': [876], 'evolution': [878], 'pandemic,': [881], 'providing': [882], 'complete': [885], 'picture': [886], 'total': [889], 'people': [892], '(SARS-CoV-2)': [901, 1012], 'molecular': [903], 'diagnostic': [904], 'alone.1': [906], 'individuals': [908], 'SARS-CoV-2-specific': [910], 'antibodies': [911], 'have': [912], 'exposed': [914], 'virus,': [917], 'so': [918], 'antibody': [919], 'can': [921], 'highlight': [922], 'differences': [923], 'past': [925], 'exposure': [926], 'between': [927], 'demographic': [929], 'groups,': [930], 'occupations.': [932], 'Mental': [935], 'services': [937], 'outbreakAs': [943], 'March': [945], '24,': [946], '2020,': [947], '63': [948], '927': [949], '6077': [953], 'deaths': [954], 'due': [955], 'make': [961], 'one': [963], 'most': [966], 'severely': [967], 'what': [971], 'defined': [974], 'WHO.1': [979], 'Lombardy,': [981], 'epicentre': [983], 'large': [989], 'metropolitan': [990], 'hospitals': [991], 'cities': [993], 'like': [994], 'Milan': [995], 'Bergamo': [997], 'struggling': [999], 'contain': [1001], 'exponential': [1003], 'growth': [1004], 'presentations': [1014], 'requiring': [1015], 'hospitalisation.': [1016], 'eventful': [1020], '20': [1021, 1025, 1101], 'yearsThis': [1022], 'issue': [1023], 'marks': [1024], 'years': [1026, 1102], 'Infectious': [1032], 'Diseases.': [1033], 'issue,': [1036, 1079], 'publish': [1038], 'two': [1039], 'Reviews': [1040], 'that': [1041], 'reflect': [1042], 'themes': [1043], "journal's": [1046], 'year': [1048], 'publication.': [1050], 'paper': [1053], 'published': [1054], '(in': [1055], 'April,': [1057], '2001,': [1058], 'preview': [1059], 'issue)': [1060], 'Review': [1063, 1099], 'history': [1066], 'hand': [1068, 1108], 'hygiene': [1069], 'Didier': [1071], 'Pittet': [1072, 1080], 'John': [1074], 'M': [1075], 'Boyce.': [1076], 'colleagues': [1082], '(with': [1083], 'Nasim': [1084], 'Lotfinejad': [1085], 'author)': [1088], 'return': [1089], 'life-saving': [1092], 'topic': [1093], 'infection': [1095], 'progress': [1104], 'promotion': [1106], 'hygiene.': [1109]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3008443627', 'counts_by_year': [{'year': 2023, 'cited_by_count': 778}, {'year': 2022, 'cited_by_count': 1895}, {'year': 2021, 'cited_by_count': 2972}, {'year': 2020, 'cited_by_count': 2235}, {'year': 2019, 'cited_by_count': 3}], 'updated_date': '2023-10-03T01:37:30.408468', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3008090866', 'doi': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'title': 'Clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia in Wuhan, China: a single-centered, retrospective, observational study', 'display_name': 'Clinical course and outcomes of critically ill patients with SARS-CoV-2 pneumonia in Wuhan, China: a single-centered, retrospective, observational study', 'publication_year': 2020, 'publication_date': '2020-05-01', 'ids': {'openalex': 'https://openalex.org/W3008090866', 'doi': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'mag': '3008090866', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32105632', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7102538'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'pdf_url': 'http://www.thelancet.com/article/S2213260020300795/pdf', 'source': {'id': 'https://openalex.org/S4210192742', 'display_name': 'The Lancet Respiratory Medicine', 'issn_l': '2213-2600', 'issn': ['2213-2619', '2213-2600'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.thelancet.com/article/S2213260020300795/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5002172875', 'display_name': 'Xiaobo Yang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiaobo Yang', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054625774', 'display_name': 'Yu Yuan', 'orcid': 'https://orcid.org/0000-0001-6932-6920'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yuan Yu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046932917', 'display_name': 'Jiqian Xu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jiqian Xu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045760438', 'display_name': 'Huaqing Shu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Huaqing Shu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024929222', 'display_name': 'Jiaan Xia', 'orcid': None}, 'institutions': [], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': "Jia'an Xia", 'raw_affiliation_string': 'Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Jin Yin-tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057287134', 'display_name': 'Hong Liu', 'orcid': 'https://orcid.org/0000-0002-7498-6541'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hong Liu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China; Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'Jin Yin-tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061664208', 'display_name': 'Yongran Wu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yongran Wu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044757881', 'display_name': 'Lu Zhang', 'orcid': 'https://orcid.org/0000-0003-3332-2615'}, 'institutions': [{'id': 'https://openalex.org/I4210113795', 'display_name': 'Hubei University of Arts and Science', 'ror': 'https://ror.org/0212jcf64', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210113795']}, {'id': 'https://openalex.org/I4210119234', 'display_name': 'Xiangyang Central Hospital', 'ror': 'https://ror.org/02dx2xm20', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210119234']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Lu Zhang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Xiangyang Central Hospital, Affiliated Hospital of Hubei University of Arts and Science, Hubei, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Xiangyang Central Hospital, Affiliated Hospital of Hubei University of Arts and Science, Hubei, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006124551', 'display_name': 'Yu Zhang', 'orcid': 'https://orcid.org/0009-0007-4030-8981'}, 'institutions': [{'id': 'https://openalex.org/I4210140357', 'display_name': 'Renmin Hospital of Wuhan University', 'ror': 'https://ror.org/03ekhbz91', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210140357']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Zhui Yu', 'raw_affiliation_string': 'Department of Critical Care Medicine, Renmin Hospital of Wuhan University, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Renmin Hospital of Wuhan University, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047344139', 'display_name': 'Minghao Fang', 'orcid': 'https://orcid.org/0000-0001-5310-8128'}, 'institutions': [{'id': 'https://openalex.org/I1318643470', 'display_name': 'Union Hospital', 'ror': 'https://ror.org/01j7r2734', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1318643470']}, {'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}, {'id': 'https://openalex.org/I4210160344', 'display_name': 'Tongji Hospital', 'ror': 'https://ror.org/04xy45965', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210160344']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Minghao Fang', 'raw_affiliation_string': 'Union Hospital, and Department of Critical Care Medicine, Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Union Hospital, and Department of Critical Care Medicine, Tongji Hospital, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027596703', 'display_name': 'Yasuyuki Takata', 'orcid': 'https://orcid.org/0000-0003-4096-8975'}, 'institutions': [], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ting Yu', 'raw_affiliation_string': 'Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Jin Yin-tan Hospital, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053920011', 'display_name': 'Yaxin Wang', 'orcid': 'https://orcid.org/0000-0002-3507-3969'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yaxin Wang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010971998', 'display_name': 'Shangwen Pan', 'orcid': 'https://orcid.org/0000-0003-4149-2235'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shangwen Pan', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059927836', 'display_name': 'Xiaojing Zou', 'orcid': 'https://orcid.org/0000-0002-2897-0709'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiaojing Zou', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029645902', 'display_name': 'Shiying Yuan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shiying Yuan', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5067893036', 'display_name': 'You Shang', 'orcid': 'https://orcid.org/0000-0001-8523-3513'}, 'institutions': [{'id': 'https://openalex.org/I47720641', 'display_name': 'Huazhong University of Science and Technology', 'ror': 'https://ror.org/00p991c53', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I47720641']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'You Shang', 'raw_affiliation_string': 'Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China; Jin Yin-tan Hospital, Wuhan, China', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Tongji Medical College, Huazhong University of Science and Technology, Wuhan, China', 'Jin Yin-tan Hospital, Wuhan, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 6, 'corresponding_author_ids': ['https://openalex.org/A5067893036'], 'corresponding_institution_ids': ['https://openalex.org/I47720641'], 'apc_list': {'value': 6300, 'currency': 'USD', 'value_usd': 6300, 'provenance': 'doaj'}, 'apc_paid': {'value': 6300, 'currency': 'USD', 'value_usd': 6300, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 7349, 'biblio': {'volume': '8', 'issue': '5', 'first_page': '475', 'last_page': '481'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.95347416}, {'id': 'https://openalex.org/C2776348555', 'wikidata': 'https://www.wikidata.org/wiki/Q344873', 'display_name': 'ARDS', 'level': 3, 'score': 0.846544}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.7422355}, {'id': 'https://openalex.org/C2776376669', 'wikidata': 'https://www.wikidata.org/wiki/Q5094647', 'display_name': 'Intensive care unit', 'level': 2, 'score': 0.7399788}, {'id': 'https://openalex.org/C2777080012', 'wikidata': 'https://www.wikidata.org/wiki/Q3766250', 'display_name': 'Mechanical ventilation', 'level': 2, 'score': 0.53018516}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.5223054}, {'id': 'https://openalex.org/C167135981', 'wikidata': 'https://www.wikidata.org/wiki/Q2146302', 'display_name': 'Retrospective cohort study', 'level': 2, 'score': 0.5186162}, {'id': 'https://openalex.org/C23131810', 'wikidata': 'https://www.wikidata.org/wiki/Q818574', 'display_name': 'Observational study', 'level': 2, 'score': 0.45211682}, {'id': 'https://openalex.org/C2987404301', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care', 'level': 2, 'score': 0.43640226}, {'id': 'https://openalex.org/C30036603', 'wikidata': 'https://www.wikidata.org/wiki/Q17125150', 'display_name': 'Severity of illness', 'level': 2, 'score': 0.43063742}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.4090048}, {'id': 'https://openalex.org/C177713679', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care medicine', 'level': 1, 'score': 0.3732612}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.3634708}, {'id': 'https://openalex.org/C194828623', 'wikidata': 'https://www.wikidata.org/wiki/Q2861470', 'display_name': 'Emergency medicine', 'level': 1, 'score': 0.34551126}, {'id': 'https://openalex.org/C2777714996', 'wikidata': 'https://www.wikidata.org/wiki/Q7886', 'display_name': 'Lung', 'level': 2, 'score': 0.15569913}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': True}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000302', 'qualifier_name': 'isolation & purification', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016638', 'descriptor_name': 'Critical Illness', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007362', 'descriptor_name': 'Intensive Care Units', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007362', 'descriptor_name': 'Intensive Care Units', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058873', 'descriptor_name': 'Pandemics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012121', 'descriptor_name': 'Respiration, Artificial', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D012121', 'descriptor_name': 'Respiration, Artificial', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012128', 'descriptor_name': 'Respiratory Distress Syndrome', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D012189', 'descriptor_name': 'Retrospective Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016896', 'descriptor_name': 'Treatment Outcome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'pdf_url': 'http://www.thelancet.com/article/S2213260020300795/pdf', 'source': {'id': 'https://openalex.org/S4210192742', 'display_name': 'The Lancet Respiratory Medicine', 'issn_l': '2213-2600', 'issn': ['2213-2619', '2213-2600'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7102538', 'pdf_url': 'https://europepmc.org/articles/pmc7102538?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102538', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32105632', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s2213-2600(20)30079-5', 'pdf_url': 'http://www.thelancet.com/article/S2213260020300795/pdf', 'source': {'id': 'https://openalex.org/S4210192742', 'display_name': 'The Lancet Respiratory Medicine', 'issn_l': '2213-2600', 'issn': ['2213-2619', '2213-2600'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.89}], 'grants': [], 'referenced_works_count': 20, 'referenced_works': ['https://openalex.org/W1947409115', 'https://openalex.org/W1973108001', 'https://openalex.org/W2109520345', 'https://openalex.org/W2111785996', 'https://openalex.org/W2148958087', 'https://openalex.org/W2156273941', 'https://openalex.org/W2168691128', 'https://openalex.org/W2170984368', 'https://openalex.org/W2286228001', 'https://openalex.org/W2470646526', 'https://openalex.org/W2555838982', 'https://openalex.org/W2894380801', 'https://openalex.org/W3001118548', 'https://openalex.org/W3001897055', 'https://openalex.org/W3002108456', 'https://openalex.org/W3003465021', 'https://openalex.org/W3003684729', 'https://openalex.org/W3004239190', 'https://openalex.org/W3005403371', 'https://openalex.org/W3165656738'], 'related_works': ['https://openalex.org/W2009263326', 'https://openalex.org/W2050845046', 'https://openalex.org/W2415186040', 'https://openalex.org/W2800422914', 'https://openalex.org/W3111315784', 'https://openalex.org/W3129568388', 'https://openalex.org/W3157996898', 'https://openalex.org/W3207306908', 'https://openalex.org/W4307219135', 'https://openalex.org/W4312113552'], 'ngrams_url': 'https://api.openalex.org/works/W3008090866/ngrams', 'abstract_inverted_index': {'BackgroundAn': [0], 'ongoing': [1], 'outbreak': [2], 'of': [3, 40, 71, 113, 121, 131, 151, 291, 303, 328, 332], 'pneumonia': [4, 61, 297, 334], 'associated': [5], 'with': [6, 26, 44, 59, 138, 203, 254, 258, 264, 269, 275, 295, 320], 'the': [7, 35, 66, 129, 152, 182, 188, 304], 'severe': [8], 'acute': [9, 123, 259], 'respiratory': [10, 124], 'coronavirus': [11], '2': [12], '(SARS-CoV-2)': [13], 'started': [14], 'in': [15, 18, 286, 342], 'December,': [16, 80], '2019,': [17, 81], 'Wuhan,': [19], 'China.': [20], 'Information': [21], 'about': [22], 'critically': [23, 41, 55, 142, 292], 'ill': [24, 42, 56, 143, 293], 'patients': [25, 43, 58, 132, 137, 145, 154, 175, 222, 236, 246, 279, 294, 317], 'SARS-CoV-2': [27, 45, 60, 139, 296, 333], 'infection': [28, 284], 'is': [29, 298, 306], 'scarce.': [30], 'We': [31], 'aimed': [32], 'to': [33, 65, 187, 193, 217, 230, 308], 'describe': [34], 'clinical': [36, 94], 'course': [37], 'and': [38, 82, 93, 104, 128, 181, 227, 272, 322], 'outcomes': [39, 95, 118], 'pneumonia.MethodsIn': [46], 'this': [47], 'single-centered,': [48], 'retrospective,': [49], 'observational': [50], 'study,': [51], 'we': [52], 'enrolled': [53], '52': [54, 141, 153], 'adult': [57, 144], 'who': [62], 'were': [63, 96, 100, 146, 162, 206], 'admitted': [64], 'intensive': [67, 189], 'care': [68, 190, 340], 'unit': [69, 191], '(ICU)': [70, 192], 'Wuhan': [72], 'Jin': [73], 'Yin-tan': [74], 'hospital': [75], '(Wuhan,': [76], 'China)': [77], 'between': [78, 102], 'late': [79], 'Jan': [83], '26,': [84], '2020.': [85, 116], 'Demographic': [86], 'data,': [87], 'symptoms,': [88], 'laboratory': [89], 'values,': [90], 'comorbidities,': [91], 'treatments,': [92], 'all': [97], 'collected.': [98], 'Data': [99], 'compared': [101], 'survivors': [103], 'non-survivors.': [105, 201], 'The': [106, 148, 300, 330], 'primary': [107], 'outcome': [108], 'was': [109, 155, 195], '28-day': [110], 'mortality,': [111], 'as': [112], 'Feb': [114], '9,': [115], 'Secondary': [117], 'included': [119], 'incidence': [120], 'SARS-CoV-2-related': [122], 'distress': [125], 'syndrome': [126], '(ARDS)': [127], 'proportion': [130], 'requiring': [133], 'mechanical': [134, 232, 281], 'ventilation.FindingsOf': [135], '710': [136], 'pneumonia,': [140], 'included.': [147], 'mean': [149], 'age': [150], '59·7': [156], '(SD': [157], '13·3)': [158], 'years,': [159], '35': [160, 252], '(67%)': [161, 253], 'men,': [163], '21': [164], '(40%)': [165], 'had': [166, 171, 176, 247], 'chronic': [167], 'illness,': [168], '51': [169], '(98%)': [170], 'fever.': [172], '32': [173], '(61·5%)': [174], 'died': [177], 'at': [178, 325], '28': [179], 'days,': [180], 'median': [183], 'duration': [184], 'from': [185], 'admission': [186], 'death': [194], '7': [196, 238], '(IQR': [197], '3–11)': [198], 'days': [199], 'for': [200], 'Compared': [202], 'survivors,': [204], 'non-survivors': [205, 305], 'older': [207], '(64·6': [208], 'years': [209, 213], '[11·2]': [210], 'vs': [211, 223, 237], '51·9': [212], '[12·9]),': [214], 'more': [215, 228], 'likely': [216, 229, 307], 'develop': [218], 'ARDS': [219, 323], '(26': [220], '[81%]': [221], '9': [224], '[45%]': [225], 'patients),': [226, 240], 'receive': [231], 'ventilation': [233], '(30': [234], '[94%]': [235], '[35%]': [239], 'either': [241], 'invasively': [242], 'or': [243, 351], 'non-invasively.': [244], 'Most': [245], 'organ': [248], 'function': [249], 'damage,': [250], 'including': [251], 'ARDS,': [255], '15': [256, 267], '(29%)': [257, 268], 'kidney': [260], 'injury,': [261, 266], '12': [262], '(23%)': [263], 'cardiac': [265], 'liver': [270], 'dysfunction,': [271], 'one': [273], '(2%)': [274], 'pneumothorax.': [276], '37': [277], '(71%)': [278], 'required': [280], 'ventilation.': [282], 'Hospital-acquired': [283], 'occurred': [285], 'seven': [287], '(13·5%)': [288], 'patients.InterpretationThe': [289], 'mortality': [290], 'considerable.': [299], 'survival': [301], 'time': [302], 'be': [309], 'within': [310], '1–2': [311], 'weeks': [312], 'after': [313], 'ICU': [314], 'admission.': [315], 'Older': [316], '(>65': [318], 'years)': [319], 'comorbidities': [321], 'are': [324, 347], 'increased': [326], 'risk': [327], 'death.': [329], 'severity': [331], 'poses': [335], 'great': [336], 'strain': [337], 'on': [338], 'critical': [339], 'resources': [341], 'hospitals,': [343], 'especially': [344], 'if': [345], 'they': [346], 'not': [348], 'adequately': [349], 'staffed': [350], 'resourced.FundingNone.': [352]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3008090866', 'counts_by_year': [{'year': 2023, 'cited_by_count': 547}, {'year': 2022, 'cited_by_count': 1272}, {'year': 2021, 'cited_by_count': 2381}, {'year': 2020, 'cited_by_count': 3153}, {'year': 2019, 'cited_by_count': 4}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-09-30T21:39:19.408592', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3012421327', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'title': 'COVID-19: consider cytokine storm syndromes and immunosuppression', 'display_name': 'COVID-19: consider cytokine storm syndromes and immunosuppression', 'publication_year': 2020, 'publication_date': '2020-03-01', 'ids': {'openalex': 'https://openalex.org/W3012421327', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'mag': '3012421327', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32192578', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7270045'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5009302956', 'display_name': 'Puja Mehta', 'orcid': 'https://orcid.org/0000-0001-9459-9306'}, 'institutions': [{'id': 'https://openalex.org/I4210151647', 'display_name': 'Centre for Inflammation Research', 'ror': 'https://ror.org/05wcr1b38', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I4210151647', 'https://openalex.org/I90344618', 'https://openalex.org/I98677209']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Puja Mehta', 'raw_affiliation_string': 'Centre for Inflammation and Tissue Repair, UCL Respiratory, Division of Medicine, University College London, London, UK', 'raw_affiliation_strings': ['Centre for Inflammation and Tissue Repair, UCL Respiratory, Division of Medicine, University College London, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041103166', 'display_name': 'Daniel F. McAuley', 'orcid': 'https://orcid.org/0000-0002-3283-1947'}, 'institutions': [{'id': 'https://openalex.org/I126231945', 'display_name': "Queen's University Belfast", 'ror': 'https://ror.org/00hswnk62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I126231945']}, {'id': 'https://openalex.org/I4210130048', 'display_name': 'Royal Victoria Hospital', 'ror': 'https://ror.org/03rq50d77', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1289110261', 'https://openalex.org/I4210130048']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Daniel F McAuley', 'raw_affiliation_string': "Regional Intensive Care Unit, Royal Victoria Hospital, Belfast, UK; Wellcome-Wolfson Institute for Experimental Medicine, Queen's University Belfast, Belfast, UK", 'raw_affiliation_strings': ['Regional Intensive Care Unit, Royal Victoria Hospital, Belfast, UK', "Wellcome-Wolfson Institute for Experimental Medicine, Queen's University Belfast, Belfast, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013705693', 'display_name': 'Michael J. Brown', 'orcid': 'https://orcid.org/0000-0001-7205-8947'}, 'institutions': [{'id': 'https://openalex.org/I4210091134', 'display_name': 'Hospital for Tropical Diseases', 'ror': 'https://ror.org/00fdbgx35', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1340918713', 'https://openalex.org/I4210091134']}, {'id': 'https://openalex.org/I2801259928', 'display_name': 'Royal London Hospital', 'ror': 'https://ror.org/019my5047', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I225661044', 'https://openalex.org/I2801259928']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Michael Brown', 'raw_affiliation_string': 'Hospital for Tropical Diseases, University College London Hospital, London NW1 2PG, UK', 'raw_affiliation_strings': ['Hospital for Tropical Diseases, University College London Hospital, London NW1 2PG, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060499295', 'display_name': 'Emilie Sanchez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1289784979', 'display_name': 'University College Hospital', 'ror': 'https://ror.org/00wrevg56', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1289784979', 'https://openalex.org/I1340918713']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Emilie Sanchez', 'raw_affiliation_string': 'Department of Clinical Virology, University College London Hospital, London NW1 2PG, UK', 'raw_affiliation_strings': ['Department of Clinical Virology, University College London Hospital, London NW1 2PG, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025808265', 'display_name': 'Rachel Tattersall', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210102902', 'display_name': 'Sheffield Teaching Hospitals NHS Foundation Trust', 'ror': 'https://ror.org/018hjpz25', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210102902']}, {'id': 'https://openalex.org/I4210121472', 'display_name': "Sheffield Children's NHS Foundation Trust", 'ror': 'https://ror.org/02md8hv62', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210121472']}, {'id': 'https://openalex.org/I4210164839', 'display_name': "Sheffield Children's Hospital", 'ror': 'https://ror.org/05mshxb09', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210121472', 'https://openalex.org/I4210164839']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rachel S Tattersall', 'raw_affiliation_string': "Department of Rheumatology, Sheffield Teaching Hospitals NHS Foundation Trust, Sheffield, UK; Sheffield Children's Hospital NHS Foundation Trust, Sheffield, UK", 'raw_affiliation_strings': ['Department of Rheumatology, Sheffield Teaching Hospitals NHS Foundation Trust, Sheffield, UK', "Sheffield Children's Hospital NHS Foundation Trust, Sheffield, UK"]}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5063224846', 'display_name': 'Jessica Manson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1289784979', 'display_name': 'University College Hospital', 'ror': 'https://ror.org/00wrevg56', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1289784979', 'https://openalex.org/I1340918713']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Jessica J Manson', 'raw_affiliation_string': 'Department of Rheumatology, University College London Hospital, London NW1 2PG, UK', 'raw_affiliation_strings': ['Department of Rheumatology, University College London Hospital, London NW1 2PG, UK']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 10, 'corresponding_author_ids': ['https://openalex.org/A5063224846'], 'corresponding_institution_ids': ['https://openalex.org/I1289784979', 'https://openalex.org/I45129253'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 7200, 'biblio': {'volume': '395', 'issue': '10229', 'first_page': '1033', 'last_page': '1034'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779559532', 'wikidata': 'https://www.wikidata.org/wiki/Q1076369', 'display_name': 'Cytokine storm', 'level': 5, 'score': 0.8714949}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.82312334}, {'id': 'https://openalex.org/C2780252810', 'wikidata': 'https://www.wikidata.org/wiki/Q1455316', 'display_name': 'Immunosuppression', 'level': 2, 'score': 0.80721796}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.69629884}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.6794305}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.5148248}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.49982047}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.4574179}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.45101386}, {'id': 'https://openalex.org/C105306849', 'wikidata': 'https://www.wikidata.org/wiki/Q81054', 'display_name': 'Storm', 'level': 2, 'score': 0.4224339}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.41934744}, {'id': 'https://openalex.org/C177713679', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care medicine', 'level': 1, 'score': 0.33216357}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.1474874}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.13402268}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.10641211}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.08855933}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.055984795}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.05099532}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7270045', 'pdf_url': 'https://europepmc.org/articles/pmc7270045?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7270045', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://discovery.ucl.ac.uk/id/eprint/10124578/', 'pdf_url': 'https://discovery.ucl.ac.uk/10124578/1/COVID-19%20consider%20cytokine%20storm%20syndromes%20and%20immunosuppression.pdf', 'source': {'id': 'https://openalex.org/S4306400024', 'display_name': 'UCL Discovery (University College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253'], 'host_organization_lineage_names': ['University College London'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://discovery.ucl.ac.uk/id/eprint/10124578/1/COVID-19%20consider%20cytokine%20storm%20syndromes%20and%20immunosuppression.pdf', 'pdf_url': 'https://discovery.ucl.ac.uk/id/eprint/10124578/1/COVID-19%20consider%20cytokine%20storm%20syndromes%20and%20immunosuppression.pdf', 'source': {'id': 'https://openalex.org/S4306400024', 'display_name': 'UCL Discovery (University College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253'], 'host_organization_lineage_names': ['University College London'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30628-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.9}], 'grants': [], 'referenced_works_count': 8, 'referenced_works': ['https://openalex.org/W1505641753', 'https://openalex.org/W2163067702', 'https://openalex.org/W2177407033', 'https://openalex.org/W2234282373', 'https://openalex.org/W2911371912', 'https://openalex.org/W3001118548', 'https://openalex.org/W3004919484', 'https://openalex.org/W3005403371'], 'related_works': ['https://openalex.org/W3003901880', 'https://openalex.org/W3004511262', 'https://openalex.org/W3005417802', 'https://openalex.org/W3007868867', 'https://openalex.org/W3009669391', 'https://openalex.org/W3020699490', 'https://openalex.org/W3031607536', 'https://openalex.org/W3043486364', 'https://openalex.org/W3127156785', 'https://openalex.org/W4206419631'], 'ngrams_url': 'https://api.openalex.org/works/W3012421327/ngrams', 'abstract_inverted_index': {'As': [0, 458], 'of': [1, 20, 42, 63, 76, 92, 114, 131, 144, 153, 155, 231, 260, 276, 351, 375, 383, 419, 428, 430, 521, 530, 567, 572, 593, 629, 634, 724, 732, 750, 780, 786, 792, 804, 816, 826, 873, 881, 900, 926, 946, 954, 974, 986, 998, 1008, 1040, 1048, 1067, 1093, 1113, 1121, 1251, 1286, 1295, 1313], 'March': [2, 29, 33, 166, 441, 643], '12,': [3, 30], '2020,': [4], 'coronavirus': [5, 357, 636], 'disease': [6, 23, 316, 1276, 1298], '2019': [7, 24, 355], '(COVID-19)': [8], 'has': [9, 58, 603, 1213, 1235, 1326], 'been': [10, 59, 604, 1328], 'confirmed': [11, 385], 'in': [12, 229, 247, 273, 289, 358, 388, 397, 402, 512, 534, 540, 562, 606, 614, 631, 659, 1025, 1209, 1315, 1324, 1330], '125': [13], '048': [14], 'people': [15], 'worldwide,': [16], 'carrying': [17], 'a': [18, 39, 74, 83, 184, 240, 378, 524, 573, 727, 799, 876, 895, 924, 949, 981, 1026, 1043, 1062, 1091, 1116, 1138, 1236, 1243, 1249, 1304], 'mortality': [19, 40, 145, 420, 450, 561], 'approximately': [21, 274], '3·7%,1WHOCoronavirus': [22], '(COVID-19)situation': [25], 'report': [26, 1310], '–': [27], '52.https://www.who.int/docs/default-source/coronaviruse/20200312-sitrep-52-covid-19.pdf?sfvrsn=e2bfc9c0_2Date:': [28], '2020Date': [31, 641], 'accessed:': [32, 642], '13,': [34, 640], '2020Google': [35, 645], 'Scholar': [36, 172, 226, 257, 306, 373, 447, 510, 587, 646, 688, 744, 893, 966, 1060, 1133], 'compared': [37], 'with': [38, 78, 98, 189, 291, 314, 354, 542, 559, 565, 608, 691, 1317], 'rate': [41], 'less': [43, 796, 978], 'than': [44, 905, 1072], '1%': [45], 'from': [46, 121, 158, 377, 433, 523, 1199, 1216, 1218], 'influenza.': [47], 'There': [48], 'is': [49, 116, 127, 177, 195, 312, 515, 557, 920, 1087, 1137, 1248, 1299], 'an': [50, 151, 178, 426, 933, 1100], 'urgent': [51], 'need': [52, 106], 'for': [53, 494, 599, 624, 671, 697, 729, 752, 774, 878, 897, 913, 923, 951, 1045, 1064, 1080, 1090, 1118, 1168, 1189, 1191, 1201, 1203, 1242, 1245, 1253], 'effective': [54], 'treatment.': [55], 'Current': [56, 112], 'focus': [57], 'on': [60, 150, 425, 848, 1292], 'the': [61, 104, 109, 128, 625, 632, 713, 725, 730, 748, 874, 879, 898, 947, 952, 1041, 1046, 1065, 1114, 1119, 1143, 1165, 1181, 1219, 1254, 1284, 1288, 1293, 1311], 'development': [62, 1294, 1312], 'novel': [64, 356], 'therapeutics,': [65], 'including': [66], 'antivirals': [67], 'and': [68, 90, 118, 186, 227, 266, 339, 405, 466, 476, 611, 627, 655, 712, 722, 771, 784, 871, 910, 944, 1038, 1077, 1111, 1152, 1183, 1193, 1207, 1226, 1258, 1261, 1307], 'vaccines.': [69, 1194], 'Accumulating': [70], 'evidence': [71, 488], 'suggests': [72], 'that': [73, 449, 916, 1083], 'subgroup': [75, 749], 'patients': [77, 157, 290, 352, 432, 541, 564, 607, 690, 751, 1316], 'severe': [79, 692], 'COVID-19': [80, 115, 148, 315, 386, 423, 609, 693, 1190, 1301], 'might': [81, 451, 477], 'have': [82], 'cytokine': [84, 308, 600, 765], 'storm': [85], 'syndrome.': [86], 'We': [87], 'recommend': [88], 'identification': [89], 'treatment': [91, 493, 633, 670, 1244], 'hyperinflammation': [93, 698], 'using': [94, 699, 932, 1099], 'existing,': [95], 'approved': [96, 605], 'therapies': [97], 'proven': [99], 'safety': [100, 628], 'profiles': [101], 'to': [102, 107, 147, 244, 422, 454, 517, 746, 1147, 1157, 1230, 1239], 'address': [103], 'immediate': [105], 'reduce': [108], 'rising': [110], 'mortality.': [111, 757], 'management': [113], 'supportive,': [117], 'respiratory': [119, 123, 464, 469, 674], 'failure': [120], 'acute': [122, 463, 673], 'distress': [124], 'syndrome': [125, 181, 465], '(ARDS)': [126], 'leading': [129, 243], 'cause': [130, 1303], 'mortality.2Ruan': [132], 'Q': [133, 408], 'Yang': [134, 409], 'K': [135, 410], 'Wang': [136, 344, 411], 'W': [137, 412], 'Jiang': [138, 413], 'L': [139, 280, 414, 715, 717, 864, 866, 937, 939, 1031, 1033, 1104, 1106], 'Song': [140, 415], 'J': [141, 416], 'Clinical': [142, 417, 487, 617], 'predictors': [143, 418], 'due': [146, 421, 453], 'based': [149, 424], 'analysis': [152, 427], 'data': [154, 429, 522], '150': [156, 384, 431], 'Wuhan,': [159, 359, 389, 434], 'China.Intensive': [160, 435], 'Care': [161, 436, 578, 1256], 'Med.': [162, 437, 579], '2020;': [163, 361, 438, 498, 676], '(published': [164, 439], 'online': [165, 440, 934, 1101], '3.)DOI:10.1007/s00134-020-05991-xCrossref': [167, 442], 'PubMed': [168, 222, 253, 302, 369, 443, 506, 583, 684, 740, 889, 962, 1056, 1129], 'Scopus': [169, 223, 254, 303, 370, 444, 507, 584, 685, 741, 890, 963, 1057, 1130], '(3163)': [170, 445], 'Google': [171, 225, 256, 305, 372, 446, 509, 586, 687, 743, 892, 965, 1059, 1132], 'Secondary': [173], 'haemophagocytic': [174, 212], 'lymphohistiocytosis': [175], '(sHLH)': [176], 'under-recognised,': [179], 'hyperinflammatory': [180, 1305], 'characterised': [182, 318], 'by': [183, 199, 319, 777, 1164], 'fulminant': [185], 'fatal': [187], 'hypercytokinaemia': [188], 'multiorgan': [190], 'failure.': [191], 'In': [192], 'adults,': [193], 'sHLH': [194, 261, 311], 'most': [196], 'commonly': [197], 'triggered': [198], 'viral': [200, 657], 'infections3Ramos-Casals': [201], 'M': [202], 'Brito-Zeron': [203], 'P': [204, 661], 'Lopez-Guillermo': [205], 'A': [206, 278, 307, 588], 'Khamashta': [207], 'MA': [208], 'Bosch': [209], 'X': [210, 347], 'Adult': [211], 'syndrome.Lancet.': [213], '2014;': [214, 737, 886, 959, 1053, 1126], '383:': [215], '1503-1516Summary': [216], 'Full': [217, 219, 297, 299, 364, 366, 501, 503, 679, 681], 'Text': [218, 220, 298, 300, 365, 367, 502, 504, 680, 682], 'PDF': [221, 301, 368, 505, 683, 1334], '(803)': [224], 'occurs': [228, 272], '3·7–4·3%': [230], 'sepsis': [232, 563], 'cases.4Karakike': [233], 'E': [234, 286], 'Giamarellos-Bourboulis': [235], 'EJ': [236], 'Macrophage': [237], 'activation-like': [238], 'syndrome:': [239, 570], 'distinct': [241], 'entity': [242], 'early': [245], 'death': [246], 'sepsis.Front': [248], 'Immunol.': [249], '2019;': [250], '10:': [251], '55Crossref': [252], '(166)': [255], 'Cardinal': [258], 'features': [259, 350, 566], 'include': [262, 760], 'unremitting': [263], 'fever,': [264], 'cytopenias,': [265], 'hyperferritinaemia;': [267], 'pulmonary': [268], 'involvement': [269, 288], '(including': [270], 'ARDS)': [271], '50%': [275], 'patients.5Seguin': [277], 'Galicier': [279, 716, 865, 938, 1032, 1105], 'Boutboul': [281], 'D': [282], 'Lemiale': [283], 'V': [284], 'Azoulay': [285], 'Pulmonary': [287], 'hemophagocytic': [292, 734, 883, 956, 1050, 1123], 'lymphohistiocytosis.Chest.': [293], '2016;': [294, 580], '149:': [295], '1294-1301Summary': [296], '(113)': [304], 'profile': [309], 'resembling': [310], 'associated': [313, 558], 'severity,': [317], 'increased': [320, 545], 'interleukin': [321], '(IL)-2,': [322], 'IL-7,': [323], 'granulocyte-colony': [324], 'stimulating': [325], 'factor,': [326], 'interferon-γ': [327], 'inducible': [328], 'protein': [329, 333, 337], '10,': [330], 'monocyte': [331], 'chemoattractant': [332], '1,': [334], 'macrophage': [335, 568], 'inflammatory': [336], '1-α,': [338], 'tumour': [340], 'necrosis': [341], 'factor-α.6Huang': [342], 'C': [343, 665], 'Y': [345], 'Li': [346], 'et': [348, 553, 666, 720, 869, 942, 1036, 1109], 'al.Clinical': [349], 'infected': [353], 'China.Lancet.': [360], '395:': [362, 499, 677], '497-506Summary': [363], '(30456)': [371], 'Predictors': [374], 'fatality': [376], 'recent': [379], 'retrospective,': [380], 'multicentre': [381], 'study': [382], 'cases': [387], 'China,': [390], 'included': [391], 'elevated': [392, 612], 'ferritin': [393], '(mean': [394], '1297·6': [395], 'ng/ml': [396, 401], 'non-survivors': [398], 'vs': [399], '614·0': [400], 'survivors;': [403], 'p<0·001)': [404], 'IL-6': [406, 613], '(p<0·0001),2Ruan': [407], 'suggesting': [448], 'be': [452, 518, 695, 930, 1097], 'virally': [455], 'driven': [456], 'hyperinflammation.': [457], 'during': [459], 'previous': [460], 'pandemics': [461], '(severe': [462], 'Middle': [467], 'East': [468], 'syndrome),': [470, 602], 'corticosteroids': [471], 'are': [472, 907, 1074], 'not': [473, 490, 921, 1088], 'routinely': [474], 'recommended': [475], 'exacerbate': [478], 'COVID-19-associated': [479], 'lung': [480, 496], 'injury.7Russell': [481], 'CD': [482], 'Millar': [483], 'JE': [484], 'Baillie': [485], 'JK': [486], 'does': [489], 'support': [491], 'corticosteroid': [492], '2019-nCoV': [495, 672], 'injury.Lancet.': [497], '473-475Summary': [500], '(1476)': [508], 'However,': [511, 1319], 'hyperinflammation,': [513, 543], 'immunosuppression': [514, 754], 'likely': [516], 'beneficial.': [519], 'Re-analysis': [520], 'phase': [525, 575], '3': [526], 'randomised': [527, 590], 'controlled': [528, 591, 622], 'trial': [529, 592, 623], 'IL-1': [531], 'blockade': [532, 556, 766], '(anakinra)': [533], 'sepsis,': [535], 'showed': [536], 'significant': [537], 'survival': [538], 'benefit': [539], 'without': [544], 'adverse': [546], 'events.8Shakoory': [547], 'B': [548], 'Carcillo': [549], 'JA': [550], 'Chatham': [551], 'WW': [552], 'al.Interleukin-1': [554], 'receptor': [555, 596], 'reduced': [560], 'activation': [569], 'reanalysis': [571], 'prior': [574], 'iii': [576], 'trial.Crit': [577], '44:': [581], '275-281Crossref': [582], '(563)': [585], 'multicentre,': [589], 'tocilizumab': [594, 630], '(IL-6': [595], 'blockade,': [597], 'licensed': [598], 'release': [601], 'pneumonia': [610, 637], 'China': [615], '(ChiCTR2000029765).9Chinese': [616], 'Trial': [618], 'RegistryA': [619], 'multicenter,': [620], 'randomized': [621], 'efficacy': [626], 'new': [635, 1027], '(COVID-19).http://www.chictr.org.cn/showprojen.aspx?proj=49409Date:': [638], 'Feb': [639], '6,': [644], 'Janus': [647], 'kinase': [648], '(JAK)': [649], 'inhibition': [650], 'could': [651, 755], 'affect': [652], 'both': [653], 'inflammation': [654], 'cellular': [656], 'entry': [658], 'COVID-19.10Richardson': [660], 'Griffin': [662], 'I': [663], 'Tucker': [664], 'al.Baricitinib': [667], 'as': [668, 788, 970], 'potential': [669], 'disease.Lancet.': [675], 'e30-e31Summary': [678], '(1008)': [686], 'All': [689, 1266], 'should': [694], 'screened': [696], 'laboratory': [700], 'trends': [701], '(eg,': [702, 767], 'increasing': [703], 'ferritin,': [704], 'decreasing': [705], 'platelet': [706, 814, 996], 'counts,': [707], 'or': [708, 769, 782, 795, 811, 813, 822, 824, 854, 977, 993, 995, 1004, 1006, 1014], 'erythrocyte': [709], 'sedimentation': [710], 'rate)': [711], 'HScore11Fardet': [714], 'Lambotte': [718, 867, 940, 1034, 1107], 'O': [719, 868, 941, 1035, 1108], 'al.Development': [721, 870, 943, 1037, 1110], 'validation': [723, 872, 945, 1039, 1112], 'HScore,': [726, 875, 948, 1042, 1115], 'score': [728, 877, 950, 1044, 1117], 'diagnosis': [731, 880, 925, 953, 1047, 1092, 1120], 'reactive': [733, 882, 955, 1049, 1122], 'syndrome.Arthritis': [735, 884, 957, 1051, 1124], 'Rheumatol.': [736, 885, 958, 1052, 1125], '66:': [738, 887, 960, 1054, 1127], '2613-2620Crossref': [739, 888, 961, 1055, 1128], '(688)': [742, 891, 964, 1058, 1131], '(table)': [745], 'identify': [747], 'whom': [753], 'improve': [756], 'Therapeutic': [758], 'options': [759], 'steroids,': [761], 'intravenous': [762], 'immunoglobulin,': [763], 'selective': [764], 'anakinra': [768], 'tocilizumab)': [770], 'JAK': [772], 'inhibition.TableHScore': [773], 'secondary': [775, 901, 1068], 'HLH,': [776], 'clinical': [778, 1139, 1322], 'parameterNumber': [779], 'pointsTemperature<38·4°C038·4–39·4°C33>39·4°C49OrganomegalyNone0Hepatomegaly': [781], 'splenomegaly23Hepatomegaly': [783], 'splenomegaly38Number': [785], 'cytopenias*Defined': [787], 'either': [789, 971], 'haemoglobin': [790, 972], 'concentration': [791, 973], '9·2': [793, 975], 'g/dL': [794, 976], '(≤5·71': [797, 979], 'mmol/L),': [798, 980], 'white': [800, 806, 982, 988], 'blood': [801, 807, 983, 989], 'cell': [802, 984], 'count': [803, 815, 985, 997], '5000': [805, 987], 'cells': [808, 990], 'per': [809, 820, 991, 1002], 'mm3': [810, 821, 992, 1003], 'less,': [812, 823, 994, 1005], '110': [817, 999], '000': [818, 1000], 'platelets': [819, 1001], 'all': [825, 1007, 1228], 'these': [827, 1009], 'criteria': [828, 1010], 'combined.One': [829], 'lineage0Two': [830], 'lineages24Three': [831], 'lineages34Triglycerides': [832], '(mmol/L)<1·5': [833], 'mmol/L01·5–4·0': [834], 'mmol/L44>4·0': [835], 'mmol/L64Fibrinogen': [836], '(g/L)>2·5': [837], 'g/L0≤2·5': [838], 'g/L30Ferritin': [839], 'ng/ml<2000': [840], 'ng/ml02000–6000': [841], 'ng/ml35>6000': [842], 'ng/ml50Serum': [843], 'aspartate': [844], 'aminotransferase<30': [845], 'IU/L0≥30': [846], 'IU/L19Haemophagocytosis': [847], 'bone': [849, 917, 1084], 'marrow': [850, 918, 1085], 'aspirateNo0Yes35Known': [851], 'immunosuppression†HIV': [852], 'positive': [853, 1013], 'receiving': [855, 1015], 'longterm': [856, 1016], 'immunosuppressive': [857, 1017], 'therapy': [858, 1018], '(ie,': [859, 1019], 'glucocorticoids,': [860, 1020], 'cyclosporine,': [861, 1021], 'azathioprine).No0Yes18The': [862], 'Hscore11Fardet': [863, 1030], 'generates': [894, 1061], 'probability': [896, 1063], 'presence': [899, 1066], 'HLH.': [902, 914, 927, 1069, 1081, 1094], 'HScores': [903, 928, 1070, 1095], 'greater': [904, 1071], '169': [906, 1073], '93%': [908, 1075], 'sensitive': [909, 1076], '86%': [911, 1078], 'specific': [912, 1079], 'Note': [915, 1082], 'haemophagocytosis': [919, 1086], 'mandatory': [922, 1089], 'can': [929, 1096, 1280, 1302], 'calculated': [931, 1098], 'HScore': [935, 1102], 'calculator.11Fardet': [936, 1103], 'HLH=haemophagocytic': [967, 1134], 'lymphohistiocytosis.*': [968], 'Defined': [969], 'combined.†': [1011], 'HIV': [1012], 'azathioprine).': [1022], 'Open': [1023], 'table': [1024], 'tab': [1028], 'The': [1029], 'lymphohistiocytosis.': [1135], 'PM': [1136, 1160], 'training': [1140], 'fellow': [1141], 'within': [1142], 'Experimental': [1144], 'Medicine': [1145], 'Initiative': [1146], 'Explore': [1148], 'New': [1149], 'Therapies': [1150], 'network': [1151], 'receives': [1153, 1162], 'project': [1154], 'funding': [1155, 1187], 'unrelated': [1156, 1229], 'this': [1158, 1231], 'Correspondence.': [1159, 1232], 'also': [1161, 1234], 'co-funding': [1163], 'National': [1166], 'Institute': [1167], 'Health': [1169], 'Research': [1170, 1177, 1185, 1252], '(NIHR)': [1171], 'University': [1172], 'College': [1173], 'London': [1174], 'Hospitals': [1175], 'Biomedical': [1176], 'Centre.': [1178], 'DFM': [1179, 1195, 1233, 1247], 'chairs': [1180], 'NIHR': [1182, 1259], 'Medical': [1184], 'Council': [1186], 'committee': [1188], 'therapeutics': [1192], 'reports': [1196], 'personal': [1197], 'fees': [1198], 'consultancy': [1200], 'ARDS': [1202], 'GlaxoSmithKline,': [1204], 'Boehringer': [1205], 'Ingelheim,': [1206], 'Bayer;': [1208], 'addition,': [1210], 'his': [1211, 1240], 'institution': [1212, 1241], 'received': [1214], 'funds': [1215], 'grants': [1217], 'UK': [1220], 'NIHR,': [1221], 'Wellcome': [1222], 'Trust,': [1223], 'Innovate': [1224], 'UK,': [1225], 'others,': [1227], 'patent': [1237], 'issued': [1238], 'ARDS.': [1246], 'Director': [1250], 'Intensive': [1255], 'Society': [1257], 'Efficacy': [1260], 'Mechanism': [1262], 'Evaluation': [1263], 'Programme': [1264], 'Director.': [1265], 'other': [1267], 'authors': [1268], 'declare': [1269], 'no': [1270], 'competing': [1271], 'interests.': [1272], 'Incident': [1273], 'systemic': [1274, 1296], 'rheumatic': [1275, 1282, 1297], 'following': [1277], 'COVID-19Although': [1278], 'viruses': [1279], 'induce': [1281], 'diseases,': [1283], 'impact': [1285], 'SARS-CoV-2,': [1287], 'virus': [1289], 'behind': [1290], 'COVID-19,': [1291], 'unclear.': [1300], 'state,1': [1306], 'multiple': [1308], 'studies': [1309], 'autoantibodies': [1314], 'COVID-19.2,3': [1318], 'progression': [1320], 'into': [1321], 'autoimmunity': [1323], 'adults': [1325], 'only': [1327], 'described': [1329], 'case': [1331], 'reports.': [1332], 'Full-Text': [1333]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3012421327', 'counts_by_year': [{'year': 2023, 'cited_by_count': 575}, {'year': 2022, 'cited_by_count': 1277}, {'year': 2021, 'cited_by_count': 2442}, {'year': 2020, 'cited_by_count': 2879}, {'year': 2019, 'cited_by_count': 6}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-10-03T21:48:51.880744', 'created_date': '2020-03-23'}, {'id': 'https://openalex.org/W3007643904', 'doi': 'https://doi.org/10.1126/science.abb2507', 'title': 'Cryo-EM structure of the 2019-nCoV spike in the prefusion conformation', 'display_name': 'Cryo-EM structure of the 2019-nCoV spike in the prefusion conformation', 'publication_year': 2020, 'publication_date': '2020-03-13', 'ids': {'openalex': 'https://openalex.org/W3007643904', 'doi': 'https://doi.org/10.1126/science.abb2507', 'mag': '3007643904', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32075877', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7164637'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1126/science.abb2507', 'pdf_url': 'https://www.science.org/cms/asset/84d5d988-02b0-4a37-ab88-4634982a60c9/pap.pdf', 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.science.org/cms/asset/84d5d988-02b0-4a37-ab88-4634982a60c9/pap.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5044903467', 'display_name': 'Daniel Wrapp', 'orcid': 'https://orcid.org/0000-0002-0538-9647'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Daniel Wrapp', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076124894', 'display_name': 'Nianshuang Wang', 'orcid': 'https://orcid.org/0000-0002-7569-011X'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Nianshuang Wang', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027418526', 'display_name': 'Kizzmekia S. Corbett', 'orcid': 'https://orcid.org/0000-0002-2641-4688'}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kizzmekia S. Corbett', 'raw_affiliation_string': 'Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.', 'raw_affiliation_strings': ['Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043549502', 'display_name': 'Jory A. Goldsmith', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jory A. Goldsmith', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049183449', 'display_name': 'Ching Lin Hsieh', 'orcid': 'https://orcid.org/0000-0002-3665-5717'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ching Lin Hsieh', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065620648', 'display_name': 'Olubukola M. Abiona', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Olubukola Abiona', 'raw_affiliation_string': 'Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.', 'raw_affiliation_strings': ['Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021608465', 'display_name': 'Barney S. Graham', 'orcid': 'https://orcid.org/0000-0001-8112-0853'}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Barney S. Graham', 'raw_affiliation_string': 'Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.', 'raw_affiliation_strings': ['Vaccine Research Center, National Institute of Allergy and Infectious Diseases, National Institutes of Health, Bethesda, MD 20892, USA.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5002770448', 'display_name': 'Jason S. McLellan', 'orcid': 'https://orcid.org/0000-0003-3991-542X'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Jason S. McLellan', 'raw_affiliation_string': 'Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.', 'raw_affiliation_strings': ['Department of Molecular Biosciences, The University of Texas at Austin, Austin, TX 78712, USA.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5044903467', 'https://openalex.org/A5076124894', 'https://openalex.org/A5002770448'], 'corresponding_institution_ids': ['https://openalex.org/I86519309', 'https://openalex.org/I86519309', 'https://openalex.org/I86519309'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 7032, 'biblio': {'volume': '367', 'issue': '6483', 'first_page': '1260', 'last_page': '1263'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2781390188', 'wikidata': 'https://www.wikidata.org/wiki/Q25203449', 'display_name': 'Spike (software development)', 'level': 2, 'score': 0.79123104}, {'id': 'https://openalex.org/C2909509916', 'wikidata': 'https://www.wikidata.org/wiki/Q22329850', 'display_name': 'Spike Protein', 'level': 5, 'score': 0.6952718}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.6462841}, {'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.6228445}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.50824064}, {'id': 'https://openalex.org/C47701112', 'wikidata': 'https://www.wikidata.org/wiki/Q735188', 'display_name': 'Protein structure', 'level': 2, 'score': 0.47785112}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.46413395}, {'id': 'https://openalex.org/C37407028', 'wikidata': 'https://www.wikidata.org/wiki/Q81454', 'display_name': 'Angstrom', 'level': 2, 'score': 0.45267296}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.4223827}, {'id': 'https://openalex.org/C108625454', 'wikidata': 'https://www.wikidata.org/wiki/Q187126', 'display_name': 'Glycoprotein', 'level': 2, 'score': 0.41911292}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.40624464}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.3653543}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.34302896}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.3089706}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.28615582}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.2116172}, {'id': 'https://openalex.org/C8010536', 'wikidata': 'https://www.wikidata.org/wiki/Q160398', 'display_name': 'Crystallography', 'level': 1, 'score': 0.17941824}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.17420086}, {'id': 'https://openalex.org/C153911025', 'wikidata': 'https://www.wikidata.org/wiki/Q7202', 'display_name': 'Molecular biology', 'level': 1, 'score': 0.14309257}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.13869914}, {'id': 'https://openalex.org/C115903868', 'wikidata': 'https://www.wikidata.org/wiki/Q80993', 'display_name': 'Software engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.0}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1126/science.abb2507', 'pdf_url': 'https://www.science.org/cms/asset/84d5d988-02b0-4a37-ab88-4634982a60c9/pap.pdf', 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7164637', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7217118', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7164637', 'pdf_url': 'https://europepmc.org/articles/pmc7164637?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/2020.02.11.944462', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402567', 'display_name': 'bioRxiv (Cold Spring Harbor Laboratory)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2750212522', 'host_organization_name': 'Cold Spring Harbor Laboratory', 'host_organization_lineage': ['https://openalex.org/I2750212522'], 'host_organization_lineage_names': ['Cold Spring Harbor Laboratory'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1126/science.abb2507', 'pdf_url': 'https://www.science.org/cms/asset/84d5d988-02b0-4a37-ab88-4634982a60c9/pap.pdf', 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.67}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.33}], 'grants': [{'funder': 'https://openalex.org/F4320337355', 'funder_display_name': 'National Institute of Allergy and Infectious Diseases', 'award_id': 'R01-AI127521'}], 'referenced_works_count': 41, 'referenced_works': ['https://openalex.org/W1965531501', 'https://openalex.org/W1966238900', 'https://openalex.org/W2025977980', 'https://openalex.org/W2064076043', 'https://openalex.org/W2065283382', 'https://openalex.org/W2095057795', 'https://openalex.org/W2097188280', 'https://openalex.org/W2109184569', 'https://openalex.org/W2113904137', 'https://openalex.org/W2115137014', 'https://openalex.org/W2132228958', 'https://openalex.org/W2132629607', 'https://openalex.org/W2144081223', 'https://openalex.org/W2155728582', 'https://openalex.org/W2292700442', 'https://openalex.org/W2513547424', 'https://openalex.org/W2520033800', 'https://openalex.org/W2564443324', 'https://openalex.org/W2587625522', 'https://openalex.org/W2606148195', 'https://openalex.org/W2750464792', 'https://openalex.org/W2762161295', 'https://openalex.org/W2791354025', 'https://openalex.org/W2801376357', 'https://openalex.org/W2886321229', 'https://openalex.org/W2896109093', 'https://openalex.org/W2915009278', 'https://openalex.org/W2970462530', 'https://openalex.org/W2972647850', 'https://openalex.org/W2977933365', 'https://openalex.org/W3001118548', 'https://openalex.org/W3002108456', 'https://openalex.org/W3002539152', 'https://openalex.org/W3003217347', 'https://openalex.org/W3003430844', 'https://openalex.org/W3003668884', 'https://openalex.org/W3004280078', 'https://openalex.org/W3004318991', 'https://openalex.org/W3004348779', 'https://openalex.org/W3005409321', 'https://openalex.org/W3006703916'], 'related_works': ['https://openalex.org/W2384768991', 'https://openalex.org/W3005417802', 'https://openalex.org/W3020699490', 'https://openalex.org/W3084498529', 'https://openalex.org/W3124487864', 'https://openalex.org/W3127156785', 'https://openalex.org/W3134376730', 'https://openalex.org/W3138412354', 'https://openalex.org/W4206419631', 'https://openalex.org/W4308924999'], 'ngrams_url': 'https://api.openalex.org/works/W3007643904/ngrams', 'abstract_inverted_index': {'Structure': [0], 'of': [1, 14, 25, 57, 87, 131], 'the': [2, 12, 58, 69, 83, 108, 118, 129], 'nCoV': [3], 'trimeric': [4, 36, 60], 'spike': [5, 37, 61, 85, 110, 120], 'The': [6, 28], 'World': [7], 'Health': [8], 'Organization': [9], 'has': [10], 'declared': [11], 'outbreak': [13], 'a': [15, 21, 42, 54], 'novel': [16], 'coronavirus': [17], '(2019-nCoV)': [18], 'to': [19, 31, 93, 105, 107, 117, 127], 'be': [20], 'public': [22], 'health': [23], 'emergency': [24], 'international': [26], 'concern.': [27], 'virus': [29], 'binds': [30, 75], 'host': [32, 96], 'cells': [33], 'through': [34], 'its': [35], 'glycoprotein,': [38], 'making': [39], 'this': [40, 73, 138], 'protein': [41, 62, 74, 86, 111], 'key': [43], 'target': [44], 'for': [45, 134], 'potential': [46], 'therapies': [47], 'and': [48], 'diagnostics.': [49], 'Wrapp': [50], 'et': [51], 'al.': [52], 'determined': [53], '3.5-angstrom-resolution': [55], 'structure': [56], '2019-nCoV': [59, 119], 'by': [63], 'cryo–electron': [64], 'microscopy.': [65], 'Using': [66], 'biophysical': [67], 'assays,': [68], 'authors': [70], 'show': [71], 'that': [72], 'at': [76], 'least': [77], '10': [78], 'times': [79], 'more': [80], 'tightly': [81], 'than': [82], 'corresponding': [84], 'severe': [88], 'acute': [89], 'respiratory': [90], 'syndrome': [91], '(SARS)–CoV': [92], 'their': [94], 'common': [95], 'cell': [97], 'receptor.': [98], 'They': [99], 'also': [100], 'tested': [101], 'three': [102], 'antibodies': [103], 'known': [104], 'bind': [106], 'SARS-CoV': [109], 'but': [112], 'did': [113], 'not': [114], 'detect': [115], 'binding': [116], 'protein.': [121], 'These': [122], 'studies': [123], 'provide': [124], 'valuable': [125], 'information': [126], 'guide': [128], 'development': [130], 'medical': [132], 'counter-measures': [133], '2019-nCoV.': [135], 'Science': [136], ',': [137], 'issue': [139], 'p.': [140], '1260': [141]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3007643904', 'counts_by_year': [{'year': 2023, 'cited_by_count': 655}, {'year': 2022, 'cited_by_count': 1418}, {'year': 2021, 'cited_by_count': 2541}, {'year': 2020, 'cited_by_count': 2427}, {'year': 2019, 'cited_by_count': 1}], 'updated_date': '2023-09-29T23:13:00.526041', 'created_date': '2020-03-06'}, {'id': 'https://openalex.org/W3016535995', 'doi': 'https://doi.org/10.1001/jama.2020.6775', 'title': 'Presenting Characteristics, Comorbidities, and Outcomes Among 5700 Patients Hospitalized With COVID-19 in the New York City Area', 'display_name': 'Presenting Characteristics, Comorbidities, and Outcomes Among 5700 Patients Hospitalized With COVID-19 in the New York City Area', 'publication_year': 2020, 'publication_date': '2020-05-26', 'ids': {'openalex': 'https://openalex.org/W3016535995', 'doi': 'https://doi.org/10.1001/jama.2020.6775', 'mag': '3016535995', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32320003', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7177629'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.6775', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2765184/jama_richardson_2020_oi_200043.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://jamanetwork.com/journals/jama/articlepdf/2765184/jama_richardson_2020_oi_200043.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5047393047', 'display_name': 'Safiya Richardson', 'orcid': 'https://orcid.org/0000-0002-8576-1102'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Safiya Richardson', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035326955', 'display_name': 'Jamie S. Hirsch', 'orcid': 'https://orcid.org/0000-0001-9571-1275'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jamie S. Hirsch', 'raw_affiliation_string': 'Department of Information Services, Northwell Health, New Hyde Park, New York; Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Department of Information Services, Northwell Health, New Hyde Park, New York', 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089445431', 'display_name': 'Mangala Narasimhan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mangala Narasimhan', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007506005', 'display_name': 'James M. Crawford', 'orcid': 'https://orcid.org/0000-0002-8581-1093'}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James M. Crawford', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068193554', 'display_name': 'Thomas McGinn', 'orcid': 'https://orcid.org/0000-0003-1005-227X'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Thomas McGinn', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063407730', 'display_name': 'Karina W. Davidson', 'orcid': 'https://orcid.org/0000-0002-9162-477X'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Karina W. Davidson', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041158101', 'display_name': 'Douglas P. Barnaby', 'orcid': 'https://orcid.org/0000-0002-2135-0224'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Douglas P. Barnaby', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083278720', 'display_name': 'Lance B. Becker', 'orcid': 'https://orcid.org/0000-0001-7051-8778'}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lance B. Becker', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031782907', 'display_name': 'John Chelico', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John D. Chelico', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077525711', 'display_name': 'Stuart L. Cohen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stuart L. Cohen', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068158359', 'display_name': 'Jennifer Cookingham', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jennifer Cookingham', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015741060', 'display_name': 'Kevin Coppa', 'orcid': 'https://orcid.org/0000-0001-9059-1235'}, 'institutions': [{'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kevin Coppa', 'raw_affiliation_string': 'Department of Information Services, Northwell Health, New Hyde Park, New York', 'raw_affiliation_strings': ['Department of Information Services, Northwell Health, New Hyde Park, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076417303', 'display_name': 'Michael A. Diefenbach', 'orcid': 'https://orcid.org/0000-0003-2821-1507'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael A. Diefenbach', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018619823', 'display_name': 'Andrew J. Dominello', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Andrew J. Dominello', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056539597', 'display_name': 'Joan Duer-Hefele', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Joan Duer-Hefele', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055487104', 'display_name': 'Louise Falzon', 'orcid': 'https://orcid.org/0000-0002-9449-6056'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Louise Falzon', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015315186', 'display_name': 'Jordan Gitlin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jordan Gitlin', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021180522', 'display_name': 'Negin Hajizadeh', 'orcid': 'https://orcid.org/0000-0002-6404-1018'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Negin Hajizadeh', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091194669', 'display_name': 'Tiffany G. Harvin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tiffany G. Harvin', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040471163', 'display_name': 'David Hirschwerk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David A. Hirschwerk', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011861620', 'display_name': 'Young Ho Kim', 'orcid': 'https://orcid.org/0000-0003-0703-1136'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eun Ji Kim', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091757158', 'display_name': 'Zachary Kozel', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Zachary M. Kozel', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037238527', 'display_name': 'Lyndonna Marrast', 'orcid': 'https://orcid.org/0000-0001-7217-0912'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}, {'id': 'https://openalex.org/I4210106353', 'display_name': 'Donald & Barbara Zucker School of Medicine at Hofstra/Northwell', 'ror': 'https://ror.org/01ff5td15', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I139290212', 'https://openalex.org/I4210106353']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lyndonna M. Marrast', 'raw_affiliation_string': 'Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York; Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Donald and Barbara Zucker School of Medicine at Hofstra/Northwell, Northwell Health, Hempstead, New York', 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078646617', 'display_name': 'Jazmin N. Mogavero', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jazmin N. Mogavero', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084514282', 'display_name': 'Gabrielle A. Osorio', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}, {'id': 'https://openalex.org/I4210091604', 'display_name': 'Health Innovations (United States)', 'ror': 'https://ror.org/00darzp70', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091604']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Gabrielle A. Osorio', 'raw_affiliation_string': 'Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Health Innovations and Outcomes Research, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078826514', 'display_name': 'Michael Qiu', 'orcid': 'https://orcid.org/0000-0002-3841-7923'}, 'institutions': [{'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael Qiu', 'raw_affiliation_string': 'Department of Information Services, Northwell Health, New Hyde Park, New York', 'raw_affiliation_strings': ['Department of Information Services, Northwell Health, New Hyde Park, New York']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5068492860', 'display_name': 'Theodoros P. Zanos', 'orcid': 'https://orcid.org/0000-0002-9204-9551'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}, {'id': 'https://openalex.org/I1302444339', 'display_name': 'Northwell Health', 'ror': 'https://ror.org/02bxt4m23', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302444339']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Theodoros P. Zanos', 'raw_affiliation_string': 'Institute of Bioelectronic Medicine, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York', 'raw_affiliation_strings': ['Institute of Bioelectronic Medicine, Feinstein Institutes for Medical Research, Northwell Health, Manhasset, New York']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 4, 'corresponding_author_ids': ['https://openalex.org/A5063407730'], 'corresponding_institution_ids': ['https://openalex.org/I1327576362', 'https://openalex.org/I1302444339', 'https://openalex.org/I4210091604', 'https://openalex.org/I4210106353'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 6919, 'biblio': {'volume': '323', 'issue': '20', 'first_page': '2052', 'last_page': '2052'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.97225815}, {'id': 'https://openalex.org/C119060515', 'wikidata': 'https://www.wikidata.org/wiki/Q1916617', 'display_name': 'Interquartile range', 'level': 2, 'score': 0.8523965}, {'id': 'https://openalex.org/C2779159551', 'wikidata': 'https://www.wikidata.org/wiki/Q1414874', 'display_name': 'Comorbidity', 'level': 2, 'score': 0.535311}, {'id': 'https://openalex.org/C194828623', 'wikidata': 'https://www.wikidata.org/wiki/Q2861470', 'display_name': 'Emergency medicine', 'level': 1, 'score': 0.5056615}, {'id': 'https://openalex.org/C167135981', 'wikidata': 'https://www.wikidata.org/wiki/Q2146302', 'display_name': 'Retrospective cohort study', 'level': 2, 'score': 0.4692008}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.45839298}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.43721753}, {'id': 'https://openalex.org/C2777120189', 'wikidata': 'https://www.wikidata.org/wiki/Q780067', 'display_name': 'Triage', 'level': 2, 'score': 0.4219886}, {'id': 'https://openalex.org/C2777080012', 'wikidata': 'https://www.wikidata.org/wiki/Q3766250', 'display_name': 'Mechanical ventilation', 'level': 2, 'score': 0.4158479}, {'id': 'https://openalex.org/C177713679', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care medicine', 'level': 1, 'score': 0.34025502}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.6775', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2765184/jama_richardson_2020_oi_200043.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7177629', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7177629', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2020.6775', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2765184/jama_richardson_2020_oi_200043.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.86}], 'grants': [], 'referenced_works_count': 9, 'referenced_works': ['https://openalex.org/W1897436286', 'https://openalex.org/W2000445173', 'https://openalex.org/W2028521865', 'https://openalex.org/W2952762910', 'https://openalex.org/W3003465021', 'https://openalex.org/W3009885589', 'https://openalex.org/W3011410168', 'https://openalex.org/W3011559677', 'https://openalex.org/W3013529907'], 'related_works': ['https://openalex.org/W1994375637', 'https://openalex.org/W2021599063', 'https://openalex.org/W2092622011', 'https://openalex.org/W2560766969', 'https://openalex.org/W2800779112', 'https://openalex.org/W2970716048', 'https://openalex.org/W3012603464', 'https://openalex.org/W3021020596', 'https://openalex.org/W4296546215', 'https://openalex.org/W4316928722'], 'ngrams_url': 'https://api.openalex.org/works/W3016535995/ngrams', 'abstract_inverted_index': {'<h3>Importance</h3>': [0], 'There': [1], 'is': [2], 'limited': [3], 'information': [4], 'describing': [5], 'the': [6, 24, 66, 223, 243, 313, 330, 337, 348, 379], 'presenting': [7, 136], 'characteristics': [8, 26, 367], 'and': [9, 27, 42, 60, 81, 117, 131, 139, 177, 197, 262, 288, 361, 368], 'outcomes': [10, 28, 120, 370], 'of': [11, 29, 46, 86, 107, 148, 184, 204, 267, 306, 353, 371], 'US': [12, 36], 'patients': [13, 30, 47, 76, 112, 150, 185, 215, 230, 272, 308, 332, 374], 'requiring': [14, 113, 273], 'hospitalization': [15], 'for': [16, 213, 271, 326], 'coronavirus': [17, 95], 'disease': [18], '2019': [19], '(COVID-19).': [20], '<h3>Objective</h3>': [21], 'To': [22], 'describe': [23], 'clinical': [25], 'with': [31, 48, 258, 375], 'COVID-19': [32, 49, 377], 'hospitalized': [33, 75, 335, 373], 'in': [34, 54, 242, 292, 378], 'a': [35, 108, 190], 'health': [37], 'care': [38, 245], 'system.': [39, 69], '<h3>Design,': [40], 'Setting,': [41], 'Participants</h3>': [43], 'Case': [44], 'series': [45, 365], 'admitted': [50], 'to': [51, 319], '12': [52], 'hospitals': [53], 'New': [55, 63, 380], 'York': [56, 381], 'City,': [57], 'Long': [58], 'Island,': [59], 'Westchester': [61], 'County,': [62], 'York,': [64], 'within': [65], 'Northwell': [67], 'Health': [68], 'The': [70, 166, 202, 294, 316], 'study': [71, 224, 314, 339], 'included': [72, 152], 'all': [73], 'sequentially': [74, 372], 'between': [77], 'March': [78], '1,': [79], '2020,': [80, 84, 270], 'April': [82, 268], '4,': [83, 269], 'inclusive': [85], 'these': [87], 'dates.': [88], '<h3>Exposures</h3>': [89], 'Confirmed': [90], 'severe': [91], 'acute': [92], 'respiratory': [93, 191, 205], 'syndrome': [94], '2': [96], '(SARS-CoV-2)': [97], 'infection': [98], 'by': [99], 'positive': [100], 'result': [101], 'on': [102], 'polymerase': [103], 'chain': [104], 'reaction': [105], 'testing': [106], 'nasopharyngeal': [109], 'sample': [110], 'among': [111], 'admission.': [114], '<h3>Main': [115], 'Outcomes': [116, 210], 'Measures</h3>': [118], 'Clinical': [119], 'during': [121, 312], 'hospitalization,': [122, 228], 'such': [123], 'as': [124], 'invasive': [125, 251], 'mechanical': [126, 252, 274], 'ventilation,': [127, 253], 'kidney': [128, 259], 'replacement': [129, 260], 'therapy,': [130, 261], 'death.': [132], 'Demographics,': [133], 'baseline': [134], 'comorbidities,': [135], 'vital': [137], 'signs,': [138], 'test': [140], 'results': [141], 'were': [142, 151, 170, 186, 211, 217, 240, 256, 282, 310], 'also': [143], 'collected.': [144], '<h3>Results</h3>': [145], 'A': [146, 304], 'total': [147, 305], '5700': [149], '(median': [153, 232, 342], 'age,': [154, 233, 343], '63': [155], 'years': [156, 235, 345], '[interquartile': [157], 'range': [158], '{IQR},': [159], '52-75;': [160], 'range,': [161], '0-107': [162], 'years];': [163], '39.7%': [164], 'female).': [165], 'most': [167], 'common': [168], 'comorbidities': [169], 'hypertension': [171], '(3026;': [172], '56.6%),': [173], 'obesity': [174], '(1737;': [175], '41.7%),': [176], 'diabetes': [178], '(1808;': [179], '33.8%).': [180], 'At': [181], 'triage,': [182], '30.7%': [183], 'febrile,': [187], '17.3%': [188], 'had': [189, 220], 'rate': [192, 203], 'greater': [193], 'than': [194], '24': [195], 'breaths/min,': [196], '27.8%': [198], 'received': [199, 250], 'supplemental': [200], 'oxygen.': [201], 'virus': [206], 'co-infection': [207], 'was': [208, 299, 321, 355], '2.1%.': [209], 'assessed': [212], '2634': [214], 'who': [216, 333], 'discharged': [218, 283], 'or': [219], 'died': [221], 'at': [222, 336, 351], 'end': [225], 'point.': [226], 'During': [227], '373': [229], '(14.2%)': [231], '68': [234], '[IQR,': [236, 346], '56-78];': [237], '33.5%': [238], 'female)': [239], 'treated': [241, 257], 'intensive': [244], 'unit': [246], 'care,': [247], '320': [248], '(12.2%)': [249], '81': [254], '(3.2%)': [255], '553': [263], '(21%)': [264], 'died.': [265], 'As': [266], 'ventilation': [275], '(n': [276], '=': [277], '1151,': [278], '20.2%),': [279], '38': [280], '(3.3%)': [281], 'alive,': [284], '282': [285], '(24.5%)': [286], 'died,': [287], '831': [289], '(72.2%)': [290], 'remained': [291, 334], 'hospital.': [293], 'median': [295, 317, 349], 'postdischarge': [296], 'follow-up': [297, 340, 350], 'time': [298, 318, 352], '4.4': [300], 'days': [301, 323, 357], '(IQR,': [302, 324, 358], '2.2-9.3).': [303], '45': [307], '(2.2%)': [309], 'readmitted': [311, 327], 'period.': [315], 'readmission': [320], '3': [322], '1.0-4.5)': [325], 'patients.': [328], 'Among': [329], '3066': [331], 'final': [338], 'date': [341], '65': [344], '54-75]),': [347], 'censoring': [354], '4.5': [356], '2.4-8.1).': [359], '<h3>Conclusions': [360], 'Relevance</h3>': [362], 'This': [363], 'case': [364], 'provides': [366], 'early': [369], 'confirmed': [376], 'City': [382], 'area.': [383]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3016535995', 'counts_by_year': [{'year': 2023, 'cited_by_count': 594}, {'year': 2022, 'cited_by_count': 1422}, {'year': 2021, 'cited_by_count': 2681}, {'year': 2020, 'cited_by_count': 2229}, {'year': 2019, 'cited_by_count': 2}], 'updated_date': '2023-09-29T18:31:38.963389', 'created_date': '2020-04-24'}, {'id': 'https://openalex.org/W3012099172', 'doi': 'https://doi.org/10.1056/nejmc2004973', 'title': 'Aerosol and Surface Stability of SARS-CoV-2 as Compared with SARS-CoV-1', 'display_name': 'Aerosol and Surface Stability of SARS-CoV-2 as Compared with SARS-CoV-1', 'publication_year': 2020, 'publication_date': '2020-04-16', 'ids': {'openalex': 'https://openalex.org/W3012099172', 'doi': 'https://doi.org/10.1056/nejmc2004973', 'mag': '3012099172', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32182409', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7121658'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmc2004973', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMc2004973?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMc2004973?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5018025080', 'display_name': 'Neeltje van Doremalen', 'orcid': 'https://orcid.org/0000-0003-4368-6359'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Neeltje van Doremalen', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079293040', 'display_name': 'Trenton Bushmaker', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Trenton Bushmaker', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053127914', 'display_name': 'Dylan H. Morris', 'orcid': 'https://orcid.org/0000-0002-3655-406X'}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Dylan H. Morris', 'raw_affiliation_string': 'Princeton Univ., Princeton , NJ#TAB#', 'raw_affiliation_strings': ['Princeton Univ., Princeton , NJ#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084397881', 'display_name': 'Myndi G. Holbrook', 'orcid': 'https://orcid.org/0000-0003-2376-2633'}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Myndi G. Holbrook', 'raw_affiliation_string': 'National Institute of Allergy and Infectious Diseases, Hamilton, MT.', 'raw_affiliation_strings': ['National Institute of Allergy and Infectious Diseases, Hamilton, MT.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084984784', 'display_name': 'Amandine Gamble', 'orcid': 'https://orcid.org/0000-0001-5430-9124'}, 'institutions': [{'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Amandine Gamble', 'raw_affiliation_string': 'Univ. of California, Los Angeles, Los Angeles, CA#TAB#', 'raw_affiliation_strings': ['Univ. of California, Los Angeles, Los Angeles, CA#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003241020', 'display_name': 'Brandi N. Williamson', 'orcid': 'https://orcid.org/0000-0002-9524-4395'}, 'institutions': [{'id': 'https://openalex.org/I4210134534', 'display_name': 'National Institute of Allergy and Infectious Diseases', 'ror': 'https://ror.org/043z4tv69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210134534']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Brandi N. Williamson', 'raw_affiliation_string': 'National Institute of Allergy and Infectious Diseases, Hamilton, MT.', 'raw_affiliation_strings': ['National Institute of Allergy and Infectious Diseases, Hamilton, MT.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045559166', 'display_name': 'Azaibi Tamin', 'orcid': 'https://orcid.org/0000-0001-9726-8940'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Azaibi Tamin', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037099923', 'display_name': 'Jennifer L. Harcourt', 'orcid': 'https://orcid.org/0000-0003-3271-4174'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jennifer L. Harcourt', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022396107', 'display_name': 'Natalie J. Thornburg', 'orcid': 'https://orcid.org/0000-0003-3523-3616'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Natalie J. Thornburg', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056931269', 'display_name': 'Susan I. Gerber', 'orcid': 'https://orcid.org/0000-0001-6530-8119'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Susan I. Gerber', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052657259', 'display_name': 'James O. Lloyd‐Smith', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James O. Lloyd-Smith', 'raw_affiliation_string': 'University of California, Los Angeles, Los Angeles, CA, Bethesda, MD.', 'raw_affiliation_strings': ['University of California, Los Angeles, Los Angeles, CA, Bethesda, MD.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084110734', 'display_name': 'Emmie de Wit', 'orcid': 'https://orcid.org/0000-0002-9763-7758'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Emmie de Wit', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5035082890', 'display_name': 'Vincent J. Munster', 'orcid': 'https://orcid.org/0000-0002-2288-3196'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Vincent J. Munster', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 1, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 6893, 'biblio': {'volume': '382', 'issue': '16', 'first_page': '1564', 'last_page': '1567'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C3007834351', 'wikidata': 'https://www.wikidata.org/wiki/Q82069695', 'display_name': 'Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)', 'level': 5, 'score': 0.8825612}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.80393314}, {'id': 'https://openalex.org/C3006700255', 'wikidata': 'https://www.wikidata.org/wiki/Q81068910', 'display_name': '2019-20 coronavirus outbreak', 'level': 3, 'score': 0.7836074}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.682563}, {'id': 'https://openalex.org/C2779345167', 'wikidata': 'https://www.wikidata.org/wiki/Q104541', 'display_name': 'Aerosol', 'level': 2, 'score': 0.6729996}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.62992555}, {'id': 'https://openalex.org/C3020799909', 'wikidata': 'https://www.wikidata.org/wiki/Q85438966', 'display_name': 'Sars virus', 'level': 5, 'score': 0.6292192}, {'id': 'https://openalex.org/C2778137277', 'wikidata': 'https://www.wikidata.org/wiki/Q16532287', 'display_name': 'Betacoronavirus', 'level': 5, 'score': 0.57002795}, {'id': 'https://openalex.org/C2909376813', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus Infections', 'level': 5, 'score': 0.49148977}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.46062014}, {'id': 'https://openalex.org/C2777648638', 'wikidata': 'https://www.wikidata.org/wiki/Q57751738', 'display_name': 'Coronavirus', 'level': 5, 'score': 0.4437106}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.22337261}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.10175213}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.10154387}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.086162806}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.07736796}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmc2004973', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMc2004973?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7121658', 'pdf_url': 'https://europepmc.org/articles/pmc7121658?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7217062', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121658', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmc2004973', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMc2004973?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [], 'grants': [{'funder': 'https://openalex.org/F4320306076', 'funder_display_name': 'National Science Foundation', 'award_id': 'DEB-1557022'}, {'funder': 'https://openalex.org/F4320306078', 'funder_display_name': 'U.S. Department of Defense', 'award_id': 'SERDP, RC‐2635'}, {'funder': 'https://openalex.org/F4320309123', 'funder_display_name': 'Division of Intramural Research, National Institute of Allergy and Infectious Diseases', 'award_id': None}, {'funder': 'https://openalex.org/F4320332180', 'funder_display_name': 'Defense Advanced Research Projects Agency', 'award_id': 'D18AC00031'}], 'referenced_works_count': 4, 'referenced_works': ['https://openalex.org/W2035526336', 'https://openalex.org/W3004896487', 'https://openalex.org/W3006961006', 'https://openalex.org/W3008696669'], 'related_works': ['https://openalex.org/W3017171836', 'https://openalex.org/W3020699490', 'https://openalex.org/W3040137343', 'https://openalex.org/W3045573749', 'https://openalex.org/W3046519041', 'https://openalex.org/W3089198401', 'https://openalex.org/W3127156785', 'https://openalex.org/W3194420125', 'https://openalex.org/W3194513569', 'https://openalex.org/W3203436974'], 'ngrams_url': 'https://api.openalex.org/works/W3012099172/ngrams', 'abstract_inverted_index': {'Aerosol': [0], 'and': [1, 17], 'Surface': [2], 'Stability': [3], 'of': [4, 15, 24], 'SARS-CoV-2': [5, 16], 'In': [6], 'this': [7], 'research': [8], 'letter,': [9], 'investigators': [10], 'report': [11], 'on': [12], 'the': [13, 25], 'stability': [14], 'SARS-CoV-1': [18], 'under': [19], 'experimental': [20], 'conditions.': [21], 'The': [22], 'viability': [23], 'two': [26], 'virus...': [27]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3012099172', 'counts_by_year': [{'year': 2023, 'cited_by_count': 559}, {'year': 2022, 'cited_by_count': 1229}, {'year': 2021, 'cited_by_count': 2342}, {'year': 2020, 'cited_by_count': 2736}, {'year': 2019, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-10-04T00:14:08.983155', 'created_date': '2020-03-23'}, {'id': 'https://openalex.org/W3002539152', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'title': 'A familial cluster of pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: a study of a family cluster', 'display_name': 'A familial cluster of pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: a study of a family cluster', 'publication_year': 2020, 'publication_date': '2020-02-01', 'ids': {'openalex': 'https://openalex.org/W3002539152', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'mag': '3002539152', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31986261', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/7159286'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5030565867', 'display_name': 'Jasper Fuk Woo Chan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Jasper Fuk Woo Chan', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China; State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028624613', 'display_name': 'Shuofeng Yuan', 'orcid': 'https://orcid.org/0000-0001-7996-1119'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Shuofeng Yuan', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087310502', 'display_name': 'Kin Hang Kok', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Kin Hang Kok', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024396216', 'display_name': 'Kelvin Kai-Wang To', 'orcid': 'https://orcid.org/0000-0002-1921-5824'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Kelvin Kai Wang To', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China; State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043656890', 'display_name': 'Hin Chu', 'orcid': 'https://orcid.org/0000-0003-2855-9837'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Hin Chu', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061606852', 'display_name': 'Yang Jin', 'orcid': 'https://orcid.org/0000-0003-2409-7073'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jin Yang', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007416766', 'display_name': 'Fanfan Xing', 'orcid': 'https://orcid.org/0000-0001-8233-5127'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Fanfan Xing', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003693832', 'display_name': 'Jieling Liu', 'orcid': 'https://orcid.org/0000-0002-7930-9099'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jieling Liu', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042094591', 'display_name': 'Cyril C. Y. Yip', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Cyril Chik Yan Yip', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021544416', 'display_name': 'Rosana W.S. Poon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Rosana Wing Shan Poon', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016004920', 'display_name': 'Hoi Wah Tsoi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Hoi Wah Tsoi', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059626534', 'display_name': 'Simon Kam Fai Lo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Simon Kam Fai Lo', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038322039', 'display_name': 'Kwok Hung Chan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Kwok Hung Chan', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042502894', 'display_name': 'Vincent Kwok Man Poon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Vincent Kwok Man Poon', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025345392', 'display_name': 'Wan Mui Chan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Wan Mui Chan', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059698138', 'display_name': 'Jonathan Daniel Ip', 'orcid': 'https://orcid.org/0000-0002-9549-7384'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Jonathan Daniel Ip', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085865639', 'display_name': 'Jian Cai', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Jian Piao Cai', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032806661', 'display_name': 'Vincent Chi-Chung Cheng', 'orcid': 'https://orcid.org/0000-0003-1765-7706'}, 'institutions': [{'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['HK'], 'is_corresponding': False, 'raw_author_name': 'Vincent Chi Chung Cheng', 'raw_affiliation_string': 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033103064', 'display_name': 'Honglin Chen', 'orcid': 'https://orcid.org/0000-0001-5108-8338'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Honglin Chen', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China; State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'State Key Laboratory of Emerging Infectious Diseases, Carol Yu Centre for Infection, Department of Microbiology, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Pokfulam, Hong Kong Special Administrative Region, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020079777', 'display_name': 'Chee‐Kin Hui', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Christopher Kim Ming Hui', 'raw_affiliation_string': 'Department of Medicine, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Medicine, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5053362671', 'display_name': 'Kwok Yung Yuen', 'orcid': 'https://orcid.org/0000-0001-8700-4570'}, 'institutions': [{'id': 'https://openalex.org/I4210141719', 'display_name': 'University of Hong Kong - Shenzhen Hospital', 'ror': 'https://ror.org/047w7d678', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141719']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Kwok Yung Yuen', 'raw_affiliation_string': 'Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China', 'raw_affiliation_strings': ['Department of Clinical Microbiology and Infection Control, The University of Hong Kong-Shenzhen Hospital, Shenzhen, Guangdong Province, China']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5053362671'], 'corresponding_institution_ids': ['https://openalex.org/I4210141719'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 6773, 'biblio': {'volume': '395', 'issue': '10223', 'first_page': '514', 'last_page': '523'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.64446837}, {'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.62396955}, {'id': 'https://openalex.org/C2777914695', 'wikidata': 'https://www.wikidata.org/wiki/Q12192', 'display_name': 'Pneumonia', 'level': 2, 'score': 0.61541927}, {'id': 'https://openalex.org/C164866538', 'wikidata': 'https://www.wikidata.org/wiki/Q367351', 'display_name': 'Cluster (spacecraft)', 'level': 2, 'score': 0.5979035}, {'id': 'https://openalex.org/C2992694208', 'wikidata': 'https://www.wikidata.org/wiki/Q8436', 'display_name': 'Family member', 'level': 2, 'score': 0.5827399}, {'id': 'https://openalex.org/C2777910003', 'wikidata': 'https://www.wikidata.org/wiki/Q1707292', 'display_name': 'Asymptomatic', 'level': 2, 'score': 0.57057625}, {'id': 'https://openalex.org/C761482', 'wikidata': 'https://www.wikidata.org/wiki/Q118093', 'display_name': 'Transmission (telecommunications)', 'level': 2, 'score': 0.5445457}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.5289996}, {'id': 'https://openalex.org/C187212893', 'wikidata': 'https://www.wikidata.org/wiki/Q123028', 'display_name': 'Pediatrics', 'level': 1, 'score': 0.516967}, {'id': 'https://openalex.org/C89623803', 'wikidata': 'https://www.wikidata.org/wiki/Q12184', 'display_name': 'Pandemic', 'level': 5, 'score': 0.5095732}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.4692495}, {'id': 'https://openalex.org/C3008058167', 'wikidata': 'https://www.wikidata.org/wiki/Q84263196', 'display_name': 'Coronavirus disease 2019 (COVID-19)', 'level': 4, 'score': 0.44818357}, {'id': 'https://openalex.org/C2781179581', 'wikidata': 'https://www.wikidata.org/wiki/Q2857712', 'display_name': 'Family history', 'level': 2, 'score': 0.44008714}, {'id': 'https://openalex.org/C113162765', 'wikidata': 'https://www.wikidata.org/wiki/Q1128437', 'display_name': 'Contact tracing', 'level': 5, 'score': 0.41006008}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.36901057}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.26199347}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.23756418}, {'id': 'https://openalex.org/C512399662', 'wikidata': 'https://www.wikidata.org/wiki/Q3505712', 'display_name': 'Family medicine', 'level': 1, 'score': 0.18764427}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.18030149}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.16381961}, {'id': 'https://openalex.org/C524204448', 'wikidata': 'https://www.wikidata.org/wiki/Q788926', 'display_name': 'Infectious disease (medical specialty)', 'level': 3, 'score': 0.08638191}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C119599485', 'wikidata': 'https://www.wikidata.org/wiki/Q43035', 'display_name': 'Electrical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': True}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000635', 'qualifier_name': 'transmission', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': False}, {'descriptor_ui': 'D000073640', 'descriptor_name': 'Betacoronavirus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086382', 'descriptor_name': 'COVID-19', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086742', 'descriptor_name': 'COVID-19 Testing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D019411', 'descriptor_name': 'Clinical Laboratory Techniques', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D018352', 'descriptor_name': 'Coronavirus Infections', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D005192', 'descriptor_name': 'Family Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016679', 'descriptor_name': 'Genome, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010802', 'descriptor_name': 'Phylogeny', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011024', 'descriptor_name': 'Pneumonia, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013902', 'descriptor_name': 'Radiography, Thoracic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000086402', 'descriptor_name': 'SARS-CoV-2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014057', 'descriptor_name': 'Tomography, X-Ray Computed', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000073336', 'descriptor_name': 'Whole Genome Sequencing', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D000073336', 'descriptor_name': 'Whole Genome Sequencing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc7159286', 'pdf_url': 'https://europepmc.org/articles/pmc7159286?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7159286', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/31986261', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(20)30154-9', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 27, 'referenced_works': ['https://openalex.org/W1757215199', 'https://openalex.org/W1977365703', 'https://openalex.org/W1982137128', 'https://openalex.org/W1987655599', 'https://openalex.org/W2025170735', 'https://openalex.org/W2060421888', 'https://openalex.org/W2067071280', 'https://openalex.org/W2080761496', 'https://openalex.org/W2103503670', 'https://openalex.org/W2105637133', 'https://openalex.org/W2115555188', 'https://openalex.org/W2126865927', 'https://openalex.org/W2129542667', 'https://openalex.org/W2140338292', 'https://openalex.org/W2162496804', 'https://openalex.org/W2165310577', 'https://openalex.org/W2166135589', 'https://openalex.org/W2170933940', 'https://openalex.org/W2255897570', 'https://openalex.org/W2549922333', 'https://openalex.org/W2617807303', 'https://openalex.org/W2752904261', 'https://openalex.org/W2769543984', 'https://openalex.org/W2807736175', 'https://openalex.org/W2889758689', 'https://openalex.org/W2981810157', 'https://openalex.org/W3036980653'], 'related_works': ['https://openalex.org/W3005722800', 'https://openalex.org/W3008294222', 'https://openalex.org/W3022913415', 'https://openalex.org/W3103431509', 'https://openalex.org/W3108471389', 'https://openalex.org/W3121331721', 'https://openalex.org/W3154254733', 'https://openalex.org/W4200562868', 'https://openalex.org/W4283828812', 'https://openalex.org/W4379472876'], 'ngrams_url': 'https://api.openalex.org/works/W3002539152/ngrams', 'abstract_inverted_index': {'An': [0], 'ongoing': [1], 'outbreak': [2], 'of': [3, 56, 93, 108, 160, 164, 169, 207, 220, 272, 309, 321, 364, 376, 422], 'pneumonia': [4, 67], 'associated': [5], 'with': [6, 23, 65, 138, 154, 162, 175, 194, 361], 'a': [7, 24, 29, 60, 76, 106, 184, 205, 338], 'novel': [8, 140, 311, 339, 366], 'coronavirus': [9, 367], 'was': [10], 'reported': [11], 'in': [12, 59, 354, 368, 379], 'Wuhan': [13, 114, 176, 185], 'city,': [14], 'Hubei': [15], 'province,': [16, 73], 'China.': [17], 'Affected': [18], 'patients': [19, 58, 98, 110, 244, 275, 288], 'were': [20, 99, 134, 276, 294, 314], 'geographically': [21], 'linked': [22], 'local': [25], 'wet': [26], 'market': [27], 'as': [28, 136], 'potential': [30], 'source.': [31], 'No': [32], 'data': [33], 'on': [34], 'person-to-person': [35, 362], 'or': [36, 178, 197, 202, 204, 269], 'nosocomial': [37], 'transmission': [38, 363], 'have': [39], 'been': [40], 'published': [41], 'to': [42, 70, 78, 89, 113, 131, 150, 215, 344], 'date.In': [43], 'this': [44, 310, 336, 365], 'study,': [45], 'we': [46, 104], 'report': [47], 'the': [48, 139, 155, 165, 170, 292, 300, 345, 374, 409], 'epidemiological,': [49], 'clinical,': [50], 'laboratory,': [51], 'radiological,': [52], 'and': [53, 80, 121, 231, 259, 263, 291, 305, 327, 370, 373, 399, 425], 'microbiological': [54], 'findings': [55, 358], 'five': [57, 133, 287, 323], 'family': [61, 83, 107, 127, 144, 166, 171, 188, 371], 'cluster': [62], 'who': [63, 85, 111, 129, 146], 'presented': [64, 193, 214], 'unexplained': [66], 'after': [68, 75, 157, 211, 227], 'returning': [69], 'Shenzhen,': [71], 'Guangdong': [72], 'China,': [74], 'visit': [77], 'Wuhan,': [79, 132, 151], 'an': [81], 'additional': [82], 'member': [84], 'did': [86, 147], 'not': [87, 148], 'travel': [88, 149], 'Wuhan.': [90], 'Phylogenetic': [91, 319], 'analysis': [92, 320], 'genetic': [94], 'sequences': [95], 'from': [96, 115], 'these': [97, 208, 273, 322], 'done.From': [100], 'Jan': [101, 122], '10,': [102], '2020,': [103], 'enrolled': [105], 'six': [109, 126, 274], 'travelled': [112, 130], 'Shenzhen': [116], 'between': [117], 'Dec': [118], '29,': [119], '2019': [120], '4,': [123], '2020.': [124], 'Of': [125], 'members': [128, 172, 189], 'identified': [135], 'infected': [137, 153, 377], 'coronavirus.': [141], 'Additionally,': [142], 'one': [143, 232], 'member,': [145], 'became': [152], 'virus': [156], 'several': [158], 'days': [159, 210, 226], 'contact': [161], 'four': [163], 'members.': [167], 'None': [168], 'had': [173, 182, 238, 248], 'contacts': [174], 'markets': [177], 'animals,': [179], 'although': [180], 'two': [181, 328], 'visited': [183], 'hospital.': [186], 'Five': [187], '(aged': [190, 235, 245], '36-66': [191], 'years)': [192, 237, 247], 'fever,': [195], 'upper': [196], 'lower': [198], 'respiratory': [199, 280], 'tract': [200], 'symptoms,': [201, 251], 'diarrhoea,': [203], 'combination': [206], '3-6': [209], 'exposure.': [212], 'They': [213, 230], 'our': [216], 'hospital': [217, 369], '(The': [218], 'University': [219], 'Hong': [221, 385, 410], 'Kong-Shenzhen': [222], 'Hospital,': [223], 'Shenzhen)': [224], '6-10': [225], 'symptom': [228], 'onset.': [229], 'asymptomatic': [233], 'child': [234], '10': [236], 'radiological': [239, 253], 'ground-glass': [240, 254], 'lung': [241, 255], 'opacities.': [242], 'Older': [243], '>60': [246], 'more': [249], 'systemic': [250], 'extensive': [252], 'changes,': [256], 'lymphopenia,': [257], 'thrombocytopenia,': [258], 'increased': [260], 'C-reactive': [261], 'protein': [262, 308], 'lactate': [264], 'dehydrogenase': [265], 'levels.': [266], 'The': [267], 'nasopharyngeal': [268], 'throat': [270], 'swabs': [271], 'negative': [277], 'for': [278, 297], 'known': [279], 'microbes': [281], 'by': [282, 316, 331], 'point-of-care': [283], 'multiplex': [284], 'RT-PCR,': [285], 'but': [286], '(four': [289], 'adults': [290], 'child)': [293], 'RT-PCR': [295, 325], 'positive': [296], 'genes': [298], 'encoding': [299], 'internal': [301], 'RNA-dependent': [302], 'RNA': [303], 'polymerase': [304], 'surface': [306], 'Spike': [307], 'coronavirus,': [312, 340], 'which': [313, 341], 'confirmed': [315], 'Sanger': [317], 'sequencing.': [318], "patients'": [324], 'amplicons': [326], 'full': [329], 'genomes': [330], 'next-generation': [332], 'sequencing': [333], 'showed': [334], 'that': [335], 'is': [337, 342], 'closest': [343], 'bat': [346], 'severe': [347], 'acute': [348], 'respiatory': [349], 'syndrome': [350], '(SARS)-related': [351], 'coronaviruses': [352], 'found': [353], 'Chinese': [355], 'horseshoe': [356], 'bats.Our': [357], 'are': [359], 'consistent': [360], 'settings,': [372], 'reports': [375], 'travellers': [378], 'other': [380], 'geographical': [381], 'regions.The': [382], 'Shaw': [383], 'Foundation': [384, 393], 'Kong,': [386], 'Michael': [387], 'Seak-Kan': [388], 'Tong,': [389], 'Respiratory': [390], 'Viral': [391], 'Research': [392, 418], 'Limited,': [394, 405], 'Hui': [395, 397], 'Ming,': [396], 'Hoy': [398], 'Chow': [400], 'Sin': [401], 'Lan': [402], 'Charity': [403], 'Fund': [404], 'Marina': [406], 'Man-Wai': [407], 'Lee,': [408], 'Kong': [411], 'Hainan': [412], 'Commercial': [413], 'Association': [414], 'South': [415], 'China': [416], 'Microbiology': [417], 'Fund,': [419], 'Sanming': [420], 'Project': [421], 'Medicine': [423], '(Shenzhen),': [424], 'High': [426], 'Level-Hospital': [427], 'Program': [428], '(Guangdong': [429], 'Health': [430], 'Commission).': [431]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3002539152', 'counts_by_year': [{'year': 2023, 'cited_by_count': 357}, {'year': 2022, 'cited_by_count': 905}, {'year': 2021, 'cited_by_count': 2030}, {'year': 2020, 'cited_by_count': 3443}, {'year': 2019, 'cited_by_count': 10}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-10-03T21:48:13.533746', 'created_date': '2020-01-30'}]
Filtros de atributos anidados
OpenAlex anida y separa algunos filtros de atributos con puntos. Por ejemplo, filtre por authorships.institutions.ror
.
En el caso de filtros de atributos anidados, utilice un dict para crear la consulta.
Works().filter(authorships={"institutions": {"ror": "04pp8hn57"}}).get()
[{'id': 'https://openalex.org/W1995017064', 'doi': 'https://doi.org/10.1107/s0907444998003254', 'title': 'Crystallography & NMR System: A New Software Suite for Macromolecular Structure Determination', 'display_name': 'Crystallography & NMR System: A New Software Suite for Macromolecular Structure Determination', 'publication_year': 1998, 'publication_date': '1998-09-01', 'ids': {'openalex': 'https://openalex.org/W1995017064', 'doi': 'https://doi.org/10.1107/s0907444998003254', 'mag': '1995017064', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9757107'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1107/s0907444998003254', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5056911622', 'display_name': 'A.T. Brünger', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}, {'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'A.T. Brünger', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT 06511, USA; The Howard Hughes Medical Institute, Yale University, New Haven, CT 06511, USA', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT 06511, USA', 'The Howard Hughes Medical Institute, Yale University, New Haven, CT 06511, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027915011', 'display_name': 'Paul D. Adams', 'orcid': 'https://orcid.org/0000-0001-9333-8219'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'P.D. Adams', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024727980', 'display_name': 'G. Marius Clore', 'orcid': 'https://orcid.org/0000-0003-3809-1027'}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G.M. Clore', 'raw_affiliation_string': 'Laboratory of Chemical Physics, Building 5, National Institute of Diabetes and Digestive and Kidney Diseases National Institutes of Health, Bethesda, MD 20892-0520, USA.', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, Building 5, National Institute of Diabetes and Digestive and Kidney Diseases National Institutes of Health, Bethesda, MD 20892-0520, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090802246', 'display_name': 'Warren L. DeLano', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180670191', 'display_name': 'University of California, San Francisco', 'ror': 'https://ror.org/043mz5j54', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I180670191', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'W.L. DeLano', 'raw_affiliation_string': 'Graduate Group in Biophysics, Box 0448, University of California, San Francisco, CA 94143, USA', 'raw_affiliation_strings': ['Graduate Group in Biophysics, Box 0448, University of California, San Francisco, CA 94143, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045574506', 'display_name': 'Piet Gros', 'orcid': 'https://orcid.org/0000-0002-7782-2585'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'P. Gros', 'raw_affiliation_string': 'Crystal and Structural Chemistry, Bijvoet Center for Biomolecular Research; Utrecht University, Padualaan 8; 3584 CH Utrecht The Netherlands', 'raw_affiliation_strings': ['Crystal and Structural Chemistry, Bijvoet Center for Biomolecular Research; Utrecht University, Padualaan 8; 3584 CH Utrecht The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068760000', 'display_name': 'Ralf W. Grosse‐Kunstleve', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}, {'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R.W. Grosse-Kunstleve', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT 06511, USA; The Howard Hughes Medical Institute, Yale University, New Haven, CT 06511, USA', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT 06511, USA', 'The Howard Hughes Medical Institute, Yale University, New Haven, CT 06511, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011813946', 'display_name': 'Jiansheng Jiang', 'orcid': 'https://orcid.org/0000-0003-0964-5481'}, 'institutions': [{'id': 'https://openalex.org/I200870766', 'display_name': 'Brookhaven National Laboratory', 'ror': 'https://ror.org/02ex6cf31', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I200870766', 'https://openalex.org/I4210142672']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J.-S. Jiang', 'raw_affiliation_string': 'Protein Data Bank, Biology Department, Brookhaven National Laboratory, Upton, NY 11973–5000, USA', 'raw_affiliation_strings': ['Protein Data Bank, Biology Department, Brookhaven National Laboratory, Upton, NY 11973–5000, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046828897', 'display_name': 'John Kuszewski', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J. Kuszewski', 'raw_affiliation_string': 'Laboratory of Chemical Physics, Building 5, National Institute of Diabetes and Digestive and Kidney Diseases National Institutes of Health, Bethesda, MD 20892-0520, USA.', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, Building 5, National Institute of Diabetes and Digestive and Kidney Diseases National Institutes of Health, Bethesda, MD 20892-0520, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024276029', 'display_name': 'Michaël Nilges', 'orcid': 'https://orcid.org/0000-0002-1451-8092'}, 'institutions': [{'id': 'https://openalex.org/I4210153543', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/050589e39', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560', 'https://openalex.org/I4210153543']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'M. Nilges', 'raw_affiliation_string': 'European Molecular Biology Laboratory, Meyerhofstrasse 1, D-69117 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biology Laboratory, Meyerhofstrasse 1, D-69117 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028415040', 'display_name': 'Navraj S. Pannu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154425047', 'display_name': 'University of Alberta', 'ror': 'https://ror.org/0160cpw27', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I154425047']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'N.S. Pannu', 'raw_affiliation_string': 'Dept. of Mathematical Sciences , University of Alberta , Edmonton, Alberta, T6G 2G1, Canada', 'raw_affiliation_strings': ['Dept. of Mathematical Sciences , University of Alberta , Edmonton, Alberta, T6G 2G1, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068323278', 'display_name': 'Randy J. Read', 'orcid': 'https://orcid.org/0000-0001-8273-0047'}, 'institutions': [{'id': 'https://openalex.org/I154425047', 'display_name': 'University of Alberta', 'ror': 'https://ror.org/0160cpw27', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I154425047']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'R.J. Read', 'raw_affiliation_string': '<!--label omitted: 1-->Department of Medical Microbiology and Immunology, University of Alberta, Edmonton, Alberta T6G 2H7, Canada', 'raw_affiliation_strings': ['<!--label omitted: 1-->Department of Medical Microbiology and Immunology, University of Alberta, Edmonton, Alberta T6G 2H7, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056334757', 'display_name': 'Luke M. Rice', 'orcid': 'https://orcid.org/0000-0001-6551-3307'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'L.M. Rice', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033410644', 'display_name': 'Thomas Simonson', 'orcid': 'https://orcid.org/0000-0002-5117-7338'}, 'institutions': [{'id': 'https://openalex.org/I4210086872', 'display_name': 'Institute of Genetics and Molecular and Cellular Biology', 'ror': 'https://ror.org/0015ws592', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I4210086872', 'https://openalex.org/I4210096427', 'https://openalex.org/I68947357']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'T. Simonson', 'raw_affiliation_string': 'Laboratoire de Biologie Structurale (CNRS), IGBMC, 1 rue Laurent Fries, 67404 Illkirch (CU de Strasbourg), France', 'raw_affiliation_strings': ['Laboratoire de Biologie Structurale (CNRS), IGBMC, 1 rue Laurent Fries, 67404 Illkirch (CU de Strasbourg), France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5057042667', 'display_name': 'Gregory L. Warren', 'orcid': 'https://orcid.org/0000-0003-4017-0162'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G.L. Warren', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.']}], 'countries_distinct_count': 5, 'institutions_distinct_count': 11, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 14424, 'biblio': {'volume': '54', 'issue': '5', 'first_page': '905', 'last_page': '921'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.72384906}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.57246274}, {'id': 'https://openalex.org/C113843644', 'wikidata': 'https://www.wikidata.org/wiki/Q901882', 'display_name': 'Interface (matter)', 'level': 4, 'score': 0.5481338}, {'id': 'https://openalex.org/C43126263', 'wikidata': 'https://www.wikidata.org/wiki/Q128751', 'display_name': 'Source code', 'level': 2, 'score': 0.5148703}, {'id': 'https://openalex.org/C89505385', 'wikidata': 'https://www.wikidata.org/wiki/Q47146', 'display_name': 'User interface', 'level': 2, 'score': 0.48756737}, {'id': 'https://openalex.org/C79581498', 'wikidata': 'https://www.wikidata.org/wiki/Q1367530', 'display_name': 'Suite', 'level': 2, 'score': 0.44443786}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.38524842}, {'id': 'https://openalex.org/C8010536', 'wikidata': 'https://www.wikidata.org/wiki/Q160398', 'display_name': 'Crystallography', 'level': 1, 'score': 0.35406613}, {'id': 'https://openalex.org/C459310', 'wikidata': 'https://www.wikidata.org/wiki/Q117801', 'display_name': 'Computational science', 'level': 1, 'score': 0.32636222}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.19327521}, {'id': 'https://openalex.org/C173608175', 'wikidata': 'https://www.wikidata.org/wiki/Q232661', 'display_name': 'Parallel computing', 'level': 1, 'score': 0.09065375}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C157915830', 'wikidata': 'https://www.wikidata.org/wiki/Q2928001', 'display_name': 'Bubble', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C129307140', 'wikidata': 'https://www.wikidata.org/wiki/Q6795880', 'display_name': 'Maximum bubble pressure method', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018360', 'descriptor_name': 'Crystallography, X-Ray', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D015394', 'descriptor_name': 'Molecular Structure', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D003198', 'descriptor_name': 'Computer Simulation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016013', 'descriptor_name': 'Likelihood Functions', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1107/s0907444998003254', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.science/hal-04016855', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9757107', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.57}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.11}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.11}], 'grants': [], 'referenced_works_count': 48, 'referenced_works': ['https://openalex.org/W1481344232', 'https://openalex.org/W1510543252', 'https://openalex.org/W1530792563', 'https://openalex.org/W1570906644', 'https://openalex.org/W1632997067', 'https://openalex.org/W1757061999', 'https://openalex.org/W1969156185', 'https://openalex.org/W1972190404', 'https://openalex.org/W1973621188', 'https://openalex.org/W1975914851', 'https://openalex.org/W1979131204', 'https://openalex.org/W1979936737', 'https://openalex.org/W1993390869', 'https://openalex.org/W1996607909', 'https://openalex.org/W2001575235', 'https://openalex.org/W2011009086', 'https://openalex.org/W2015248861', 'https://openalex.org/W2016098772', 'https://openalex.org/W2021876859', 'https://openalex.org/W2024534366', 'https://openalex.org/W2025305309', 'https://openalex.org/W2027249579', 'https://openalex.org/W2035346668', 'https://openalex.org/W2035409833', 'https://openalex.org/W2037304739', 'https://openalex.org/W2043662803', 'https://openalex.org/W2044815019', 'https://openalex.org/W2045192978', 'https://openalex.org/W2047173579', 'https://openalex.org/W2047768577', 'https://openalex.org/W2055898626', 'https://openalex.org/W2060448324', 'https://openalex.org/W2065300643', 'https://openalex.org/W2066318940', 'https://openalex.org/W2072789222', 'https://openalex.org/W2075299598', 'https://openalex.org/W2077981203', 'https://openalex.org/W2083031722', 'https://openalex.org/W2084763593', 'https://openalex.org/W2088686292', 'https://openalex.org/W2091406106', 'https://openalex.org/W2094060360', 'https://openalex.org/W2132177601', 'https://openalex.org/W2139783945', 'https://openalex.org/W2147305636', 'https://openalex.org/W2156995522', 'https://openalex.org/W2162362489', 'https://openalex.org/W2419271322'], 'related_works': ['https://openalex.org/W283806354', 'https://openalex.org/W585208592', 'https://openalex.org/W1507167368', 'https://openalex.org/W2013531410', 'https://openalex.org/W2135396778', 'https://openalex.org/W2347608685', 'https://openalex.org/W2380602769', 'https://openalex.org/W2519339279', 'https://openalex.org/W2785279175', 'https://openalex.org/W4233387348'], 'ngrams_url': 'https://api.openalex.org/works/W1995017064/ngrams', 'abstract_inverted_index': {'A': [0], 'new': [1, 133], 'software': [2], 'suite,': [3], 'called': [4], 'Crystallography': [5], '&': [6], 'NMR': [7, 53], 'System': [8], '(CNS),': [9], 'has': [10, 56, 176], 'been': [11, 177], 'developed': [12], 'for': [13, 41, 189, 201], 'macromolecular': [14, 206], 'structure': [15, 163, 207], 'determination': [16, 208], 'by': [17, 179, 209], 'X-ray': [18, 210], 'crystallography': [19, 211], 'or': [20], 'solution': [21, 213], 'nuclear': [22], 'magnetic': [23], 'resonance': [24], '(NMR)': [25], 'spectroscopy.': [26, 54], 'In': [27], 'contrast': [28], 'to': [29, 43, 88, 145, 155], 'existing': [30], 'structure-determination': [31, 45, 76], 'programs': [32], 'the': [33, 89, 97, 101, 109, 140, 146, 153, 173, 180], 'architecture': [34], 'of': [35, 108, 172, 182, 186, 205], 'CNS': [36, 55, 124, 141, 150, 174], 'is': [37, 86, 121, 126], 'highly': [38], 'flexible,': [39], 'allowing': [40], 'extension': [42], 'other': [44, 110], 'methods,': [46], 'such': [47, 161], 'as': [48, 162], 'electron': [49], 'microscopy': [50], 'and': [51, 80, 129, 167, 193, 212], 'solid-state': [52], 'a': [57, 60, 74, 183], 'hierarchical': [58], 'structure:': [59], 'high-level': [61], 'hypertext': [62], 'markup': [63], 'language': [64, 77, 125, 142, 151, 175], '(HTML)': [65], 'user': [66, 69, 93, 104, 154], 'interface,': [67, 99], 'task-oriented': [68, 196], 'input': [70, 197], 'files,': [71, 73], 'module': [72], 'symbolic': [75], '(CNS': [78], 'language),': [79], 'low-level': [81], 'source': [82, 113, 147], 'code.': [83, 148], 'Each': [84], 'layer': [85], 'accessible': [87], 'user.': [90], 'The': [91, 112, 123, 149, 170], 'novice': [92], 'may': [94, 105], 'just': [95], 'use': [96, 106], 'HTML': [98], 'while': [100], 'more': [102], 'advanced': [103], 'any': [107], 'layers.': [111], 'code': [114], 'will': [115], 'be': [116, 136], 'distributed,': [117], 'thus': [118], 'source-code': [119], 'modification': [120, 192], 'possible.': [122], 'sufficiently': [127], 'powerful': [128], 'flexible': [130], 'that': [131], 'many': [132], 'algorithms': [134], 'can': [135], 'easily': [137], 'implemented': [138], 'in': [139], 'without': [143], 'changes': [144], 'allows': [152], 'perform': [156], 'operations': [157], 'on': [158], 'data': [159], 'structures,': [160], 'factors,': [164], 'electron-density': [165], 'maps,': [166], 'atomic': [168], 'properties.': [169], 'power': [171], 'demonstrated': [178], 'implementation': [181], 'comprehensive': [184], 'set': [185], 'crystallographic': [187], 'procedures': [188], 'phasing,': [190], 'density': [191], 'refinement.': [194], 'User-friendly': [195], 'files': [198], 'are': [199], 'available': [200], 'nearly': [202], 'all': [203], 'aspects': [204], 'NMR.': [214]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1995017064', 'counts_by_year': [{'year': 2023, 'cited_by_count': 59}, {'year': 2022, 'cited_by_count': 94}, {'year': 2021, 'cited_by_count': 132}, {'year': 2020, 'cited_by_count': 162}, {'year': 2019, 'cited_by_count': 154}, {'year': 2018, 'cited_by_count': 160}, {'year': 2017, 'cited_by_count': 201}, {'year': 2016, 'cited_by_count': 257}, {'year': 2015, 'cited_by_count': 279}, {'year': 2014, 'cited_by_count': 384}, {'year': 2013, 'cited_by_count': 440}, {'year': 2012, 'cited_by_count': 555}], 'updated_date': '2023-10-01T12:47:03.872808', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2169821755', 'doi': 'https://doi.org/10.1007/bf00197809', 'title': 'NMRPipe: A multidimensional spectral processing system based on UNIX pipes', 'display_name': 'NMRPipe: A multidimensional spectral processing system based on UNIX pipes', 'publication_year': 1995, 'publication_date': '1995-11-01', 'ids': {'openalex': 'https://openalex.org/W2169821755', 'doi': 'https://doi.org/10.1007/bf00197809', 'mag': '2169821755', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/8520220'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf00197809', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S181390377', 'display_name': 'Journal of Biomolecular NMR', 'issn_l': '0925-2738', 'issn': ['0925-2738', '1573-5001'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5061019231', 'display_name': 'Frank Delaglio', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Frank Delaglio', 'raw_affiliation_string': 'Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health, Bethesda, MD, 20892, USA.', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health, Bethesda, MD, 20892, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079674718', 'display_name': 'Stephan Grzesiek', 'orcid': 'https://orcid.org/0000-0003-1998-4225'}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephan Grzesiek', 'raw_affiliation_string': 'Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health,Bethesda,USA', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health,Bethesda,USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039036315', 'display_name': 'Geerten W. Vuister', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Geerten W. Vuister', 'raw_affiliation_string': 'Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands', 'raw_affiliation_strings': ['Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088432822', 'display_name': 'Guang Zhu', 'orcid': 'https://orcid.org/0000-0001-9970-4988'}, 'institutions': [{'id': 'https://openalex.org/I200769079', 'display_name': 'Hong Kong University of Science and Technology', 'ror': 'https://ror.org/00q4vv597', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200769079']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Guang Zhu', 'raw_affiliation_string': 'Department of Biochemistry, The Hong Kong University of Science and Technology, Kowloon, Hong Kong', 'raw_affiliation_strings': ['Department of Biochemistry, The Hong Kong University of Science and Technology, Kowloon, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002293166', 'display_name': 'John D. Pfeifer', 'orcid': 'https://orcid.org/0000-0001-7652-5151'}, 'institutions': [{'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John Pfeifer', 'raw_affiliation_string': 'Division of Computer Research and Technology, National Institutes of Health, Bethesda, USA', 'raw_affiliation_strings': ['Division of Computer Research and Technology, National Institutes of Health, Bethesda, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5082289559', 'display_name': 'Ad Bax', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ad Bax', 'raw_affiliation_string': 'Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health,Bethesda,USA', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health,Bethesda,USA']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 5, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2590, 'currency': 'EUR', 'value_usd': 3280, 'provenance': 'doaj'}, 'apc_paid': {'value': 2590, 'currency': 'EUR', 'value_usd': 3280, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 13006, 'biblio': {'volume': '6', 'issue': '3', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C112968700', 'wikidata': 'https://www.wikidata.org/wiki/Q11368', 'display_name': 'Unix', 'level': 3, 'score': 0.83676636}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.80089164}, {'id': 'https://openalex.org/C138827492', 'wikidata': 'https://www.wikidata.org/wiki/Q6661985', 'display_name': 'Data processing', 'level': 2, 'score': 0.5999986}, {'id': 'https://openalex.org/C43521106', 'wikidata': 'https://www.wikidata.org/wiki/Q2165493', 'display_name': 'Pipeline (software)', 'level': 2, 'score': 0.5739002}, {'id': 'https://openalex.org/C107027933', 'wikidata': 'https://www.wikidata.org/wiki/Q2006448', 'display_name': 'Stream processing', 'level': 2, 'score': 0.5704288}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.47943586}, {'id': 'https://openalex.org/C151319957', 'wikidata': 'https://www.wikidata.org/wiki/Q752739', 'display_name': 'Asynchronous communication', 'level': 2, 'score': 0.4229994}, {'id': 'https://openalex.org/C120314980', 'wikidata': 'https://www.wikidata.org/wiki/Q180634', 'display_name': 'Distributed computing', 'level': 1, 'score': 0.37944868}, {'id': 'https://openalex.org/C77088390', 'wikidata': 'https://www.wikidata.org/wiki/Q8513', 'display_name': 'Database', 'level': 1, 'score': 0.23963964}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.22340006}, {'id': 'https://openalex.org/C31258907', 'wikidata': 'https://www.wikidata.org/wiki/Q1301371', 'display_name': 'Computer network', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': 'Q000295', 'qualifier_name': 'instrumentation', 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf00197809', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S181390377', 'display_name': 'Journal of Biomolecular NMR', 'issn_l': '0925-2738', 'issn': ['0925-2738', '1573-5001'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/8520220', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.41}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.18}], 'grants': [], 'referenced_works_count': 8, 'referenced_works': ['https://openalex.org/W1005786615', 'https://openalex.org/W1038395503', 'https://openalex.org/W1971359249', 'https://openalex.org/W1978225136', 'https://openalex.org/W2024027456', 'https://openalex.org/W2055497516', 'https://openalex.org/W2082176639', 'https://openalex.org/W2093700493'], 'related_works': ['https://openalex.org/W90634539', 'https://openalex.org/W1560009980', 'https://openalex.org/W1616504750', 'https://openalex.org/W1992678927', 'https://openalex.org/W2107990303', 'https://openalex.org/W2169821755', 'https://openalex.org/W2364921833', 'https://openalex.org/W2386391743', 'https://openalex.org/W2993182345', 'https://openalex.org/W4297662120'], 'ngrams_url': 'https://api.openalex.org/works/W2169821755/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2169821755', 'counts_by_year': [{'year': 2023, 'cited_by_count': 415}, {'year': 2022, 'cited_by_count': 567}, {'year': 2021, 'cited_by_count': 668}, {'year': 2020, 'cited_by_count': 678}, {'year': 2019, 'cited_by_count': 594}, {'year': 2018, 'cited_by_count': 626}, {'year': 2017, 'cited_by_count': 645}, {'year': 2016, 'cited_by_count': 622}, {'year': 2015, 'cited_by_count': 629}, {'year': 2014, 'cited_by_count': 616}, {'year': 2013, 'cited_by_count': 626}, {'year': 2012, 'cited_by_count': 648}], 'updated_date': '2023-09-30T15:21:45.358045', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2145538332', 'doi': 'https://doi.org/10.1107/s090744490804362x', 'title': 'Structure validation in chemical crystallography', 'display_name': 'Structure validation in chemical crystallography', 'publication_year': 2009, 'publication_date': '2009-01-20', 'ids': {'openalex': 'https://openalex.org/W2145538332', 'doi': 'https://doi.org/10.1107/s090744490804362x', 'mag': '2145538332', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/19171970', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2631630'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s090744490804362x', 'pdf_url': 'http://journals.iucr.org/d/issues/2009/02/00/ba5124/ba5124.pdf', 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://journals.iucr.org/d/issues/2009/02/00/ba5124/ba5124.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5070010505', 'display_name': 'Anthony L. Spek', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Anthony L. Spek', 'raw_affiliation_string': 'Utrecht University, Bijvoet Center for Biomolecular Research, Padualaan 8, 3584 CH Utrecht, The Netherlands', 'raw_affiliation_strings': ['Utrecht University, Bijvoet Center for Biomolecular Research, Padualaan 8, 3584 CH Utrecht, The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5070010505'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 12968, 'biblio': {'volume': '65', 'issue': '2', 'first_page': '148', 'last_page': '155'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.68842113}, {'id': 'https://openalex.org/C2776436953', 'wikidata': 'https://www.wikidata.org/wiki/Q5163215', 'display_name': 'Consistency (knowledge bases)', 'level': 2, 'score': 0.543863}, {'id': 'https://openalex.org/C17231256', 'wikidata': 'https://www.wikidata.org/wiki/Q5156540', 'display_name': 'Completeness (order theory)', 'level': 2, 'score': 0.4778942}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.46108574}, {'id': 'https://openalex.org/C162319229', 'wikidata': 'https://www.wikidata.org/wiki/Q175263', 'display_name': 'Data structure', 'level': 2, 'score': 0.44987124}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.42698413}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 0.3939277}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.37375975}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.250008}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.16753751}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.14381823}, {'id': 'https://openalex.org/C134306372', 'wikidata': 'https://www.wikidata.org/wiki/Q7754', 'display_name': 'Mathematical analysis', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018360', 'descriptor_name': 'Crystallography, X-Ray', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D018360', 'descriptor_name': 'Crystallography, X-Ray', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008958', 'descriptor_name': 'Models, Molecular', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s090744490804362x', 'pdf_url': 'http://journals.iucr.org/d/issues/2009/02/00/ba5124/ba5124.pdf', 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2631630', 'pdf_url': 'https://europepmc.org/articles/pmc2631630?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2631630', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/19171970', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s090744490804362x', 'pdf_url': 'http://journals.iucr.org/d/issues/2009/02/00/ba5124/ba5124.pdf', 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.29}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.11}], 'grants': [], 'referenced_works_count': 15, 'referenced_works': ['https://openalex.org/W2005873002', 'https://openalex.org/W2054660280', 'https://openalex.org/W2066141370', 'https://openalex.org/W2070942956', 'https://openalex.org/W2083494937', 'https://openalex.org/W2103352069', 'https://openalex.org/W2128179591', 'https://openalex.org/W2131350133', 'https://openalex.org/W2150630389', 'https://openalex.org/W2156118208', 'https://openalex.org/W2156779445', 'https://openalex.org/W2162701869', 'https://openalex.org/W2166856471', 'https://openalex.org/W2171623191', 'https://openalex.org/W2478447331'], 'related_works': ['https://openalex.org/W1597238586', 'https://openalex.org/W2086064646', 'https://openalex.org/W2115485936', 'https://openalex.org/W2119135658', 'https://openalex.org/W2153015554', 'https://openalex.org/W2349174110', 'https://openalex.org/W2353865532', 'https://openalex.org/W2357241418', 'https://openalex.org/W3022131925', 'https://openalex.org/W4321371234'], 'ngrams_url': 'https://api.openalex.org/works/W2145538332/ngrams', 'abstract_inverted_index': {'Automated': [0], 'structure': [1, 24, 42, 71, 118, 143], 'validation': [2, 88, 111, 144], 'was': [3], 'introduced': [4], 'in': [5, 22, 59, 78, 92, 121, 127], 'chemical': [6], 'crystallography': [7], 'about': [8], '12': [9], 'years': [10], 'ago': [11], 'as': [12, 48, 125], 'a': [13, 40, 49, 96, 128], 'tool': [14], 'to': [15, 45, 84, 103], 'assist': [16], 'practitioners': [17], 'with': [18, 117], 'the': [19, 57, 60, 69, 79, 93, 101, 139], 'exponential': [20], 'growth': [21], 'crystal': [23, 41], 'analyses.': [25], 'Validation': [26], 'has': [27, 44, 112], 'since': [28], 'evolved': [29], 'into': [30], 'an': [31], 'easy-to-use': [32], 'checkCIF/PLATON': [33], 'web-based': [34], 'IUCr': [35, 122], 'service.': [36], 'The': [37, 53], 'result': [38], 'of': [39, 95, 98, 131, 142], 'determination': [43], 'be': [46, 85, 104], 'supplied': [47], 'CIF-formatted': [50], 'computer-readable': [51], 'file.': [52], 'checking': [54], 'software': [55], 'tests': [56], 'data': [58], 'CIF': [61], 'for': [62, 74], 'completeness,': [63], 'quality': [64], 'and': [65, 81, 145], 'consistency.': [66], 'In': [67], 'addition,': [68], 'reported': [70], 'is': [72, 90], 'checked': [73, 106], 'incomplete': [75], 'analysis,': [76], 'errors': [77], 'analysis': [80], 'relevant': [82], 'issues': [83, 102], 'verified.': [86], 'A': [87], 'report': [89], 'generated': [91], 'form': [94], 'list': [97], 'ALERTS': [99], 'on': [100, 138], 'corrected,': [105], 'or': [107], 'commented': [108], 'on.': [109], 'Structure': [110], 'largely': [113], 'eliminated': [114], 'obvious': [115], 'problems': [116], 'reports': [119, 137], 'published': [120], 'journals,': [123], 'such': [124], 'refinement': [126], 'space': [129], 'group': [130], 'too': [132], 'low': [133], 'symmetry.': [134], 'This': [135], 'paper': [136], 'current': [140], 'status': [141], 'possible': [146], 'future': [147], 'extensions.': [148]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2145538332', 'counts_by_year': [{'year': 2023, 'cited_by_count': 397}, {'year': 2022, 'cited_by_count': 545}, {'year': 2021, 'cited_by_count': 550}, {'year': 2020, 'cited_by_count': 644}, {'year': 2019, 'cited_by_count': 853}, {'year': 2018, 'cited_by_count': 857}, {'year': 2017, 'cited_by_count': 847}, {'year': 2016, 'cited_by_count': 950}, {'year': 2015, 'cited_by_count': 985}, {'year': 2014, 'cited_by_count': 855}, {'year': 2013, 'cited_by_count': 894}, {'year': 2012, 'cited_by_count': 1187}], 'updated_date': '2023-09-29T19:04:12.198770', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2166689829', 'doi': 'https://doi.org/10.1107/s0021889802022112', 'title': 'Single-crystal structure validation with the program<i>PLATON</i>', 'display_name': 'Single-crystal structure validation with the program<i>PLATON</i>', 'publication_year': 2003, 'publication_date': '2003-01-21', 'ids': {'openalex': 'https://openalex.org/W2166689829', 'doi': 'https://doi.org/10.1107/s0021889802022112', 'mag': '2166689829'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0021889802022112', 'pdf_url': 'http://journals.iucr.org/j/issues/2003/01/00/os0104/os0104.pdf', 'source': {'id': 'https://openalex.org/S79162954', 'display_name': 'Journal of Applied Crystallography', 'issn_l': '0021-8898', 'issn': ['1600-5767', '0021-8898'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://journals.iucr.org/j/issues/2003/01/00/os0104/os0104.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5070010505', 'display_name': 'Anthony L. Spek', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'A.L. Spek', 'raw_affiliation_string': 'Crystal and Structural Chemistry, Bijvoet Centre for Biomolecular Research, Utrecht University, Padualaan 8, 3584 CH Utrecht, The Netherlands', 'raw_affiliation_strings': ['Crystal and Structural Chemistry, Bijvoet Centre for Biomolecular Research, Utrecht University, Padualaan 8, 3584 CH Utrecht, The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5070010505'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': {'value': 4640, 'currency': 'USD', 'value_usd': 4640, 'provenance': 'doaj'}, 'apc_paid': {'value': 4640, 'currency': 'USD', 'value_usd': 4640, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 12122, 'biblio': {'volume': '36', 'issue': '1', 'first_page': '7', 'last_page': '13'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6031352}, {'id': 'https://openalex.org/C2780129039', 'wikidata': 'https://www.wikidata.org/wiki/Q1931107', 'display_name': 'Section (typography)', 'level': 2, 'score': 0.51550156}, {'id': 'https://openalex.org/C177264268', 'wikidata': 'https://www.wikidata.org/wiki/Q1514741', 'display_name': 'Set (abstract data type)', 'level': 2, 'score': 0.42920998}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.18173042}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0021889802022112', 'pdf_url': 'http://journals.iucr.org/j/issues/2003/01/00/os0104/os0104.pdf', 'source': {'id': 'https://openalex.org/S79162954', 'display_name': 'Journal of Applied Crystallography', 'issn_l': '0021-8898', 'issn': ['1600-5767', '0021-8898'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/14318', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/14318/10.1107-S0021889802022112.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401649', 'display_name': 'Utrecht University Repository (Utrecht University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I193662353', 'host_organization_name': 'Utrecht University', 'host_organization_lineage': ['https://openalex.org/I193662353'], 'host_organization_lineage_names': ['Utrecht University'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0021889802022112', 'pdf_url': 'http://journals.iucr.org/j/issues/2003/01/00/os0104/os0104.pdf', 'source': {'id': 'https://openalex.org/S79162954', 'display_name': 'Journal of Applied Crystallography', 'issn_l': '0021-8898', 'issn': ['1600-5767', '0021-8898'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.21}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W2005873002', 'https://openalex.org/W2009046603', 'https://openalex.org/W2054660280', 'https://openalex.org/W2065120110', 'https://openalex.org/W2066141370', 'https://openalex.org/W2070942956', 'https://openalex.org/W2071698151', 'https://openalex.org/W2083494937', 'https://openalex.org/W2105345125', 'https://openalex.org/W2114312014', 'https://openalex.org/W2119903796', 'https://openalex.org/W2138564374', 'https://openalex.org/W2148095955', 'https://openalex.org/W2150630389', 'https://openalex.org/W2162701869', 'https://openalex.org/W2166856471', 'https://openalex.org/W2171623191', 'https://openalex.org/W2951709330', 'https://openalex.org/W2952028208'], 'related_works': ['https://openalex.org/W269334422', 'https://openalex.org/W1563787543', 'https://openalex.org/W2355215981', 'https://openalex.org/W2560853036', 'https://openalex.org/W2566696415', 'https://openalex.org/W2748952813', 'https://openalex.org/W2890304493', 'https://openalex.org/W2899084033', 'https://openalex.org/W2909241626', 'https://openalex.org/W3123884868'], 'ngrams_url': 'https://api.openalex.org/works/W2166689829/ngrams', 'abstract_inverted_index': {'The': [0, 30, 76], 'results': [1], 'of': [2, 36, 78, 92, 97, 109, 122, 127, 149, 166], 'a': [3, 34, 139], 'single-crystal': [4], 'structure': [5, 124, 129, 151], 'determination': [6, 130], 'when': [7], 'in': [8, 24, 72, 85], 'CIF': [9], 'format': [10], 'can': [11, 27, 116], 'now': [12], 'be': [13, 28, 41, 117], 'validated': [14], 'routinely': [15], 'by': [16, 43, 54, 81, 103], 'automatic': [17], 'procedures.': [18], 'In': [19], 'this': [20], 'way,': [21], 'many': [22], 'errors': [23], 'published': [25], 'papers': [26], 'avoided.': [29], 'validation': [31, 79, 93, 115, 159], 'software': [32], 'generates': [33], 'set': [35], 'ALERTS': [37], 'detailing': [38], 'issues': [39], 'to': [40], 'addressed': [42], 'the': [44, 55, 90, 95, 104, 110, 123, 128, 147, 164, 174], 'experimenter,': [45], 'author,': [46], 'referee': [47], 'and': [48, 62, 94, 133], 'publication': [49, 71, 165], 'journal.': [50], 'Validation': [51], 'was': [52], 'pioneered': [53], 'IUCr': [56, 74, 111], 'journal': [57], 'Acta': [58], 'Crystallographica': [59], 'Section': [60], 'C': [61], 'is': [63, 84, 134], 'currently': [64], 'standard': [65], 'procedure': [66], 'for': [67, 70, 136, 173], 'structures': [68, 168], 'submitted': [69], 'all': [73], 'journals.': [75], 'implementation': [77], 'procedures': [80, 160], 'other': [82], 'journals': [83], 'progress.': [86], 'This': [87], 'paper': [88], 'describes': [89], 'concepts': [91], 'classes': [96], 'checks': [98], 'that': [99, 169], 'are': [100, 155], 'carried': [101], 'out': [102], 'program': [105], 'PLATON': [106, 114], 'as': [107, 138], 'part': [108], 'checkCIF': [112], 'facility.': [113], 'run': [118], 'at': [119, 144, 146], 'any': [120], 'stage': [121], 'refinement,': [125], 'independent': [126], 'package': [131], 'used,': [132], 'recommended': [135], 'use': [137], 'routine': [140], 'tool': [141], 'during': [142], 'or': [143], 'least': [145], 'completion': [148], 'every': [150], 'determination.': [152], 'Two': [153], 'examples': [154], 'discussed': [156], 'where': [157], 'proper': [158], 'could': [161], 'have': [162], 'avoided': [163], 'incorrect': [167], 'had': [170], 'serious': [171], 'consequences': [172], 'chemistry': [175], 'involved.': [176]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2166689829', 'counts_by_year': [{'year': 2023, 'cited_by_count': 452}, {'year': 2022, 'cited_by_count': 607}, {'year': 2021, 'cited_by_count': 618}, {'year': 2020, 'cited_by_count': 549}, {'year': 2019, 'cited_by_count': 604}, {'year': 2018, 'cited_by_count': 663}, {'year': 2017, 'cited_by_count': 676}, {'year': 2016, 'cited_by_count': 733}, {'year': 2015, 'cited_by_count': 748}, {'year': 2014, 'cited_by_count': 755}, {'year': 2013, 'cited_by_count': 801}, {'year': 2012, 'cited_by_count': 712}], 'updated_date': '2023-09-29T18:29:35.133295', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2110052313', 'doi': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'title': 'A comparative risk assessment of burden of disease and injury attributable to 67 risk factors and risk factor clusters in 21 regions, 1990–2010: a systematic analysis for the Global Burden of Disease Study 2010', 'display_name': 'A comparative risk assessment of burden of disease and injury attributable to 67 risk factors and risk factor clusters in 21 regions, 1990–2010: a systematic analysis for the Global Burden of Disease Study 2010', 'publication_year': 2012, 'publication_date': '2012-12-01', 'ids': {'openalex': 'https://openalex.org/W2110052313', 'doi': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'mag': '2110052313', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/23245609', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4156511'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5035873783', 'display_name': 'Stephen S Lim', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Stephen S. Lim', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007119101', 'display_name': 'Theo Vos', 'orcid': 'https://orcid.org/0000-0002-5690-5365'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Theo Vos', 'raw_affiliation_string': 'School of Population Health, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['School of Population Health, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055212893', 'display_name': 'Abraham D. Flaxman', 'orcid': 'https://orcid.org/0000-0001-6033-4713'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Abraham D. Flaxman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040825196', 'display_name': 'Goodarz Danaei', 'orcid': 'https://orcid.org/0000-0003-2456-5463'}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Goodarz Danaei', 'raw_affiliation_string': 'School of Public Health, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['School of Public Health, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082274727', 'display_name': 'Kenji Shibuya', 'orcid': 'https://orcid.org/0000-0003-2528-7530'}, 'institutions': [], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Kenji Shibuya', 'raw_affiliation_string': 'Department of Global Health Policy, Tokyo, Japan', 'raw_affiliation_strings': ['Department of Global Health Policy, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057324794', 'display_name': 'Heather Adair-Rohani', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Heather Adair-Rohani', 'raw_affiliation_string': 'University of California, Berkeley, Berkeley, CA, USA', 'raw_affiliation_strings': ['University of California, Berkeley, Berkeley, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043897815', 'display_name': 'Mohammad A. AlMazroa', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210127754', 'display_name': 'Ministry of Health', 'ror': 'https://ror.org/030atj633', 'country_code': 'SA', 'type': 'government', 'lineage': ['https://openalex.org/I4210127754']}], 'countries': ['SA'], 'is_corresponding': False, 'raw_author_name': 'Mohammad A. AlMazroa', 'raw_affiliation_string': 'Ministry of Health, Riyadh, Saudi Arabia', 'raw_affiliation_strings': ['Ministry of Health, Riyadh, Saudi Arabia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001761691', 'display_name': 'Markus Amann', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1317774081', 'display_name': 'International Institute for Applied Systems Analysis', 'ror': 'https://ror.org/02wfhk785', 'country_code': 'AT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1317774081']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Markus Amann', 'raw_affiliation_string': 'International Institute for Applied Systems Analysis, Laxenburg, Austria', 'raw_affiliation_strings': ['International Institute for Applied Systems Analysis, Laxenburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062029752', 'display_name': 'Hugh Anderson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165862685', 'display_name': "St George's, University of London", 'ror': 'https://ror.org/040f08y74', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I165862685']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'H. Ross Anderson', 'raw_affiliation_string': "St George's, University of London, London, UK", 'raw_affiliation_strings': ["St George's, University of London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046889147', 'display_name': 'Kathryn Andrews', 'orcid': 'https://orcid.org/0000-0002-7782-1152'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kathryn G. Andrews', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050285238', 'display_name': 'Martin J. Aryee', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I126744593', 'display_name': 'University of Maryland, Baltimore', 'ror': 'https://ror.org/04rq5mt64', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I126744593', 'https://openalex.org/I1317227900']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Martin Aryee', 'raw_affiliation_string': 'School of Medicine, Baltimore, MD, USA', 'raw_affiliation_strings': ['School of Medicine, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053164921', 'display_name': 'Charles Atkinson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles Atkinson', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022860074', 'display_name': 'Loraine J. Bacchus', 'orcid': 'https://orcid.org/0000-0002-9966-8208'}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Loraine J. Bacchus', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028556470', 'display_name': 'Adil N. Bahalim', 'orcid': None}, 'institutions': [], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Adil N. Bahalim', 'raw_affiliation_string': 'Independent Consultant, Geneva, Switzerland', 'raw_affiliation_strings': ['Independent Consultant, Geneva, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003956918', 'display_name': 'Kalpana Balakrishnan', 'orcid': 'https://orcid.org/0000-0002-5905-1801'}, 'institutions': [{'id': 'https://openalex.org/I20107917', 'display_name': 'Sri Ramachandra Institute of Higher Education and Research', 'ror': 'https://ror.org/0108gdg43', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I20107917']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Kalpana Balakrishnan', 'raw_affiliation_string': 'Sri Ramachandra University, Chennai, India', 'raw_affiliation_strings': ['Sri Ramachandra University, Chennai, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063912769', 'display_name': 'John R. Balmes', 'orcid': 'https://orcid.org/0000-0002-2246-7002'}, 'institutions': [{'id': 'https://openalex.org/I4210147807', 'display_name': 'Berkeley Public Health Division', 'ror': 'https://ror.org/05r9c7f43', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210147807']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John Balmes', 'raw_affiliation_string': 'School of Public Health, Berkeley, Berkeley, CA, USA', 'raw_affiliation_strings': ['School of Public Health, Berkeley, Berkeley, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014574924', 'display_name': 'Suzanne Barker‐Collo', 'orcid': 'https://orcid.org/0000-0002-8659-0202'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Suzanne Barker-Collo', 'raw_affiliation_string': 'University of Auckland, Auckland, New Zealand', 'raw_affiliation_strings': ['University of Auckland, Auckland, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045639587', 'display_name': 'Amanda J. Baxter', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105605', 'display_name': 'Queensland Centre for Mental Health Research', 'ror': 'https://ror.org/017zhda45', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I4210105605']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Amanda Baxter', 'raw_affiliation_string': 'Queensland Centre for Mental Health Research, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland Centre for Mental Health Research, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010365641', 'display_name': 'Michelle L. Bell', 'orcid': 'https://orcid.org/0000-0002-3965-1359'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michelle L. Bell', 'raw_affiliation_string': 'Yale University, New Haven, CT, USA', 'raw_affiliation_strings': ['Yale University, New Haven, CT, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038109773', 'display_name': 'Jed D Blore', 'orcid': None}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jed D. Blore', 'raw_affiliation_string': 'School of Population Health, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['School of Population Health, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023316478', 'display_name': 'Fiona Blyth', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Fiona M. Blyth', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087990860', 'display_name': 'Carissa Bonner', 'orcid': 'https://orcid.org/0000-0002-4797-6460'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Carissa Bonner', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027957855', 'display_name': 'Guilherme Borges', 'orcid': 'https://orcid.org/0000-0002-3269-0507'}, 'institutions': [{'id': 'https://openalex.org/I200362191', 'display_name': 'Universidad Autónoma Metropolitana', 'ror': 'https://ror.org/02kta5139', 'country_code': 'MX', 'type': 'education', 'lineage': ['https://openalex.org/I200362191']}], 'countries': ['MX'], 'is_corresponding': False, 'raw_author_name': 'Guilherme Borges', 'raw_affiliation_string': 'Metropolitan Autonomous University, Mexico City, Mexico; National Institute of Psychiatry, Mexico City, Mexico', 'raw_affiliation_strings': ['Metropolitan Autonomous University, Mexico City, Mexico', 'National Institute of Psychiatry, Mexico City, Mexico']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045824020', 'display_name': 'Rupert Bourne', 'orcid': 'https://orcid.org/0000-0002-8169-1645'}, 'institutions': [{'id': 'https://openalex.org/I51216347', 'display_name': 'Anglia Ruskin University', 'ror': 'https://ror.org/0009t4v78', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51216347']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rupert Bourne', 'raw_affiliation_string': 'Vision and Eye Research Unit, Anglia Ruskin University, Cambridge, UK', 'raw_affiliation_strings': ['Vision and Eye Research Unit, Anglia Ruskin University, Cambridge, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089460160', 'display_name': 'Michel Boussinesq', 'orcid': 'https://orcid.org/0000-0001-6312-0681'}, 'institutions': [{'id': 'https://openalex.org/I4210166444', 'display_name': 'Institut de Recherche pour le Développement', 'ror': 'https://ror.org/05q3vnk25', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2802056588', 'https://openalex.org/I4210090127', 'https://openalex.org/I4210131494', 'https://openalex.org/I4210166444']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Michel Boussinesq', 'raw_affiliation_string': 'Institut de Recherche pour le Développement, Martinique, France', 'raw_affiliation_strings': ['Institut de Recherche pour le Développement, Martinique, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082018855', 'display_name': 'Michael Bräuer', 'orcid': 'https://orcid.org/0000-0002-9103-9343'}, 'institutions': [{'id': 'https://openalex.org/I141945490', 'display_name': 'University of British Columbia', 'ror': 'https://ror.org/03rmrcq20', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Michael Brauer', 'raw_affiliation_string': 'University of British Columbia, Vancouver, BC, Canada', 'raw_affiliation_strings': ['University of British Columbia, Vancouver, BC, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030544708', 'display_name': 'Peter Brooks', 'orcid': 'https://orcid.org/0000-0001-7733-7750'}, 'institutions': [{'id': 'https://openalex.org/I165779595', 'display_name': 'University of Melbourne', 'ror': 'https://ror.org/01ej9dk98', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165779595']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Peter Brooks', 'raw_affiliation_string': 'University of Melbourne, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['University of Melbourne, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060670910', 'display_name': 'Nigel Bruce', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I146655781', 'display_name': 'University of Liverpool', 'ror': 'https://ror.org/04xs57h96', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I146655781']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Nigel G. Bruce', 'raw_affiliation_string': 'University of Liverpool, Liverpool, UK', 'raw_affiliation_strings': ['University of Liverpool, Liverpool, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025017022', 'display_name': 'Bert Brunekreef', 'orcid': 'https://orcid.org/0000-0001-9908-0060'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Bert Brunekreef', 'raw_affiliation_string': 'Insititute for Risk Assessment Sciences, Utrecht University, Utrecht, Netherlands', 'raw_affiliation_strings': ['Insititute for Risk Assessment Sciences, Utrecht University, Utrecht, Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037027128', 'display_name': 'Claire Bryan-Hancock', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I169541294', 'display_name': 'Flinders University', 'ror': 'https://ror.org/01kpzv902', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I169541294']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Claire Bryan-Hancock', 'raw_affiliation_string': 'Flinders University, Adelaide, SA, Australia', 'raw_affiliation_strings': ['Flinders University, Adelaide, SA, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059236956', 'display_name': 'Chiara Bucello', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I31746571', 'display_name': 'UNSW Sydney', 'ror': 'https://ror.org/03r8z3t63', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I31746571']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Chiara Bucello', 'raw_affiliation_string': 'University of New South Wales, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of New South Wales, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036470851', 'display_name': 'Rachelle Buchbinder', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210093052', 'display_name': 'Cabrini Hospital', 'ror': 'https://ror.org/00qbkg805', 'country_code': 'AU', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210093052']}, {'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Rachelle Buchbinder', 'raw_affiliation_string': 'Cabrini Institute, Malvern, VIC, Australia; Monash University, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['Cabrini Institute, Malvern, VIC, Australia', 'Monash University, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073165795', 'display_name': 'Fiona Bull', 'orcid': 'https://orcid.org/0000-0001-8035-4973'}, 'institutions': [{'id': 'https://openalex.org/I177877127', 'display_name': 'University of Western Australia', 'ror': 'https://ror.org/047272k79', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I177877127']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Fiona Bull', 'raw_affiliation_string': 'University of Western Australia, Perth, WA, Australia', 'raw_affiliation_strings': ['University of Western Australia, Perth, WA, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032852812', 'display_name': 'Richard T. Burnett', 'orcid': 'https://orcid.org/0000-0001-6772-4239'}, 'institutions': [{'id': 'https://openalex.org/I1288894424', 'display_name': 'Health Canada', 'ror': 'https://ror.org/05p8nb362', 'country_code': 'CA', 'type': 'government', 'lineage': ['https://openalex.org/I1288894424']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Richard T. Burnett', 'raw_affiliation_string': 'Health Canada, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Health Canada, Ottawa, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071090276', 'display_name': 'Tim Byers', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I151808059', 'display_name': 'Colorado School of Public Health', 'ror': 'https://ror.org/005x9g035', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I151808059']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tim E. Byers', 'raw_affiliation_string': 'Colorado School of Public Health, Aurora, CO, USA', 'raw_affiliation_strings': ['Colorado School of Public Health, Aurora, CO, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053895312', 'display_name': 'Bianca Calabria', 'orcid': 'https://orcid.org/0000-0001-6444-4696'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Bianca Calabria', 'raw_affiliation_string': 'National Drug and Alcohol Research Centre, Sydney, NSW, Australia', 'raw_affiliation_strings': ['National Drug and Alcohol Research Centre, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023976277', 'display_name': 'Jonathan R. Carapetis', 'orcid': 'https://orcid.org/0000-0002-1182-9792'}, 'institutions': [{'id': 'https://openalex.org/I175234967', 'display_name': 'Telethon Kids Institute', 'ror': 'https://ror.org/01dbmzx78', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I175234967']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jonathan Carapetis', 'raw_affiliation_string': 'Telethon Institute for Child Health Research, Centre for Child Health Research, Perth, WA, Australia', 'raw_affiliation_strings': ['Telethon Institute for Child Health Research, Centre for Child Health Research, Perth, WA, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050635617', 'display_name': 'Emily Carnahan', 'orcid': 'https://orcid.org/0000-0002-1763-5120'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Emily Carnahan', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045442194', 'display_name': 'Zoë Chafe', 'orcid': 'https://orcid.org/0000-0001-6670-6979'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Zoe Chafe', 'raw_affiliation_string': 'University of California, Berkeley, Berkeley, CA, USA', 'raw_affiliation_strings': ['University of California, Berkeley, Berkeley, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050370220', 'display_name': 'Fiona J Charlson', 'orcid': 'https://orcid.org/0000-0003-2876-5040'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Fiona Charlson', 'raw_affiliation_string': 'School of Population Health, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['School of Population Health, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010092165', 'display_name': 'Honglei Chen', 'orcid': 'https://orcid.org/0000-0003-3446-7779'}, 'institutions': [{'id': 'https://openalex.org/I4210095140', 'display_name': 'National Institute of Environmental Health Sciences', 'ror': 'https://ror.org/00j4k1h63', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210095140']}, {'id': 'https://openalex.org/I4210090916', 'display_name': 'Triangle', 'ror': 'https://ror.org/00fhbr831', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210090916']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Honglei Chen', 'raw_affiliation_string': 'National Institute of Environmental Health Sciences, Research Triangle Park, NC, USA', 'raw_affiliation_strings': ['National Institute of Environmental Health Sciences, Research Triangle Park, NC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083373577', 'display_name': 'Jian Chen', 'orcid': 'https://orcid.org/0000-0002-5149-1781'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jian Shen Chen', 'raw_affiliation_string': 'Institute of Bone and Joint Research, Sydney, NSW, Australia', 'raw_affiliation_strings': ['Institute of Bone and Joint Research, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088384934', 'display_name': 'Andrew T. A. Cheng', 'orcid': 'https://orcid.org/0000-0002-6601-1963'}, 'institutions': [{'id': 'https://openalex.org/I4210096666', 'display_name': 'Institute of Biomedical Sciences, Academia Sinica', 'ror': 'https://ror.org/00tk6s776', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210096666', 'https://openalex.org/I84653119']}], 'countries': ['TW'], 'is_corresponding': False, 'raw_author_name': 'Andrew Tai-Ann Cheng', 'raw_affiliation_string': 'Institute of Biomedical Sciences, Academia Sinica, Taipei, Taiwan', 'raw_affiliation_strings': ['Institute of Biomedical Sciences, Academia Sinica, Taipei, Taiwan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017238213', 'display_name': 'Jennifer Child', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jennifer Christine Child', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015515466', 'display_name': 'Aarón Cohen', 'orcid': 'https://orcid.org/0000-0001-5847-6202'}, 'institutions': [{'id': 'https://openalex.org/I1303043848', 'display_name': 'Health Effects Institute', 'ror': 'https://ror.org/000a1tn51', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1303043848']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Aaron Cohen', 'raw_affiliation_string': 'Health Effects Institute, Boston, MA, USA', 'raw_affiliation_strings': ['Health Effects Institute, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009976376', 'display_name': 'K. Ellicott Colson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'K. Ellicott Colson', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043086835', 'display_name': 'Benjamin C Cowie', 'orcid': 'https://orcid.org/0000-0002-7087-5895'}, 'institutions': [{'id': 'https://openalex.org/I4210088630', 'display_name': 'Victorian Infectious Diseases Reference Laboratory', 'ror': 'https://ror.org/005ynf375', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210088630']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Benjamin C. Cowie', 'raw_affiliation_string': 'Victorian Infectious Diseases Reference Laboratory, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['Victorian Infectious Diseases Reference Laboratory, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077992903', 'display_name': 'Sarah C. Darby', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sarah Darby', 'raw_affiliation_string': 'University of Oxford, Oxford, UK', 'raw_affiliation_strings': ['University of Oxford, Oxford, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041909554', 'display_name': 'Susan M. Darling', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Susan Darling', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046431320', 'display_name': 'Adrian Davis', 'orcid': 'https://orcid.org/0000-0001-7134-7528'}, 'institutions': [], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Adrian Davis', 'raw_affiliation_string': 'MRC Hearing and Communication Group, Manchester, UK', 'raw_affiliation_strings': ['MRC Hearing and Communication Group, Manchester, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006875478', 'display_name': 'Louisa Degenhardt', 'orcid': 'https://orcid.org/0000-0002-8513-2218'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Louisa Degenhardt', 'raw_affiliation_string': 'Centre for Health Policy, Programs and Economics, Melbourne, VIC, Australia; National Drug and Alcohol Research Centre, Sydney, NSW, Australia', 'raw_affiliation_strings': ['Centre for Health Policy, Programs and Economics, Melbourne, VIC, Australia', 'National Drug and Alcohol Research Centre, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046528783', 'display_name': 'Frank Dentener', 'orcid': 'https://orcid.org/0000-0001-7556-3076'}, 'institutions': [{'id': 'https://openalex.org/I2800387288', 'display_name': 'European Commission', 'ror': 'https://ror.org/00k4n6c32', 'country_code': 'BE', 'type': 'government', 'lineage': ['https://openalex.org/I1320481043', 'https://openalex.org/I2800387288']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Frank Dentener', 'raw_affiliation_string': 'European Commission, Joint Research Centre, Brussels, Belgium', 'raw_affiliation_strings': ['European Commission, Joint Research Centre, Brussels, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080704496', 'display_name': 'Don C. Des Jarlais', 'orcid': 'https://orcid.org/0000-0002-0157-8168'}, 'institutions': [{'id': 'https://openalex.org/I1287643137', 'display_name': 'Mount Sinai Beth Israel', 'ror': 'https://ror.org/01742jq13', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1287643137', 'https://openalex.org/I1320796813']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Don C. Des Jarlais', 'raw_affiliation_string': 'Beth Israel Medical Center, New York City, NY, USA', 'raw_affiliation_strings': ['Beth Israel Medical Center, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040399914', 'display_name': 'Karen Devries', 'orcid': 'https://orcid.org/0000-0001-8935-2181'}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Karen Devries', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017165758', 'display_name': 'Mukesh Dherani', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I146655781', 'display_name': 'University of Liverpool', 'ror': 'https://ror.org/04xs57h96', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I146655781']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Mukesh Dherani', 'raw_affiliation_string': 'University of Liverpool, Liverpool, UK', 'raw_affiliation_strings': ['University of Liverpool, Liverpool, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091864668', 'display_name': 'Eric L. Ding', 'orcid': 'https://orcid.org/0000-0002-5881-8097'}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric L. Ding', 'raw_affiliation_string': 'School of Public Health, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['School of Public Health, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063476651', 'display_name': 'E. Ray Dorsey', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'E. Ray Dorsey', 'raw_affiliation_string': 'Johns Hopkins University, Baltimore, MD, USA', 'raw_affiliation_strings': ['Johns Hopkins University, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008850617', 'display_name': 'Tim Driscoll', 'orcid': 'https://orcid.org/0000-0003-0057-2490'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Tim Driscoll', 'raw_affiliation_string': 'School of Public Health, Sydney, NSW, Australia', 'raw_affiliation_strings': ['School of Public Health, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035560946', 'display_name': 'Karen Edmond', 'orcid': 'https://orcid.org/0000-0001-5421-0511'}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Karen Edmond', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041559187', 'display_name': 'Suad Eltahir Ali', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210108680', 'display_name': 'Federal Ministry of Health', 'ror': 'https://ror.org/01d59nd22', 'country_code': 'SD', 'type': 'government', 'lineage': ['https://openalex.org/I4210108680']}], 'countries': ['SD'], 'is_corresponding': False, 'raw_author_name': 'Suad Eltahir Ali', 'raw_affiliation_string': 'Federal Ministry of Health, Khartoum, Sudan', 'raw_affiliation_strings': ['Federal Ministry of Health, Khartoum, Sudan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053087719', 'display_name': 'Rebecca E. Engell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rebecca E. Engell', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036488282', 'display_name': 'Patricia J. Erwin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210125099', 'display_name': 'Mayo Clinic', 'ror': 'https://ror.org/03jp40720', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1330342723', 'https://openalex.org/I4210125099']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Patricia J. Erwin', 'raw_affiliation_string': 'Mayo Clinic, Rochester, MN, USA', 'raw_affiliation_strings': ['Mayo Clinic, Rochester, MN, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075930206', 'display_name': 'Saman Fahimi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Saman Fahimi', 'raw_affiliation_string': 'Department of Public Health and Primary Care, University of Cambridge, Cambridge, UK', 'raw_affiliation_strings': ['Department of Public Health and Primary Care, University of Cambridge, Cambridge, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002785818', 'display_name': 'Gail Falder', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gail Falder', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035870050', 'display_name': 'Farshad Farzadfar', 'orcid': 'https://orcid.org/0000-0001-8288-4046'}, 'institutions': [{'id': 'https://openalex.org/I70640408', 'display_name': 'Tehran University of Medical Sciences', 'ror': 'https://ror.org/01c4pz451', 'country_code': 'IR', 'type': 'education', 'lineage': ['https://openalex.org/I70640408']}], 'countries': ['IR'], 'is_corresponding': False, 'raw_author_name': 'Farshad Farzadfar', 'raw_affiliation_string': 'Tehran University of Medical Sciences, Tehran, Iran', 'raw_affiliation_strings': ['Tehran University of Medical Sciences, Tehran, Iran']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077063694', 'display_name': 'Alize J. Ferrari', 'orcid': 'https://orcid.org/0000-0002-7863-9117'}, 'institutions': [{'id': 'https://openalex.org/I4210105605', 'display_name': 'Queensland Centre for Mental Health Research', 'ror': 'https://ror.org/017zhda45', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I4210105605']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Alize Ferrari', 'raw_affiliation_string': 'Queensland Centre for Mental Health Research, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland Centre for Mental Health Research, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048010382', 'display_name': 'Mariel M. Finucane', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mariel M. Finucane', 'raw_affiliation_string': 'Department of Biostatistics, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['Department of Biostatistics, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032005702', 'display_name': 'Seth Flaxman', 'orcid': 'https://orcid.org/0000-0002-2477-4217'}, 'institutions': [{'id': 'https://openalex.org/I74973139', 'display_name': 'Carnegie Mellon University', 'ror': 'https://ror.org/05x2bcf33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I74973139']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Seth Flaxman', 'raw_affiliation_string': 'Carnegie Mellon University, Pittsburgh, PA, USA', 'raw_affiliation_strings': ['Carnegie Mellon University, Pittsburgh, PA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077225204', 'display_name': 'F. G. R. Fowkes', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I98677209', 'display_name': 'University of Edinburgh', 'ror': 'https://ror.org/01nrxwf90', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I98677209']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Francis Gerry R. Fowkes', 'raw_affiliation_string': 'University of Edinburgh, Edinburgh, Scotland, UK', 'raw_affiliation_strings': ['University of Edinburgh, Edinburgh, Scotland, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032821015', 'display_name': 'Greg Freedman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Greg Freedman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086215797', 'display_name': 'Michael K. Freeman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael K. Freeman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037038907', 'display_name': 'Emmanuela Gakidou', 'orcid': 'https://orcid.org/0000-0002-8992-591X'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Emmanuela Gakidou', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081453182', 'display_name': 'Santu Ghosh', 'orcid': 'https://orcid.org/0000-0002-9373-9570'}, 'institutions': [{'id': 'https://openalex.org/I20107917', 'display_name': 'Sri Ramachandra Institute of Higher Education and Research', 'ror': 'https://ror.org/0108gdg43', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I20107917']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Santu Ghosh', 'raw_affiliation_string': 'Sri Ramachandra University, Chennai, India', 'raw_affiliation_strings': ['Sri Ramachandra University, Chennai, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038373228', 'display_name': 'Edward Giovannucci', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Edward Giovannucci', 'raw_affiliation_string': 'School of Public Health, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['School of Public Health, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021550111', 'display_name': 'Gerhard Gmel', 'orcid': 'https://orcid.org/0000-0001-9403-9405'}, 'institutions': [{'id': 'https://openalex.org/I4210097117', 'display_name': 'Addiction Switzerland', 'ror': 'https://ror.org/00ytxqz74', 'country_code': 'CH', 'type': 'other', 'lineage': ['https://openalex.org/I4210097117']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Gerhard Gmel', 'raw_affiliation_string': 'Addiction Info Switzerland, Lausanne, Switzerland', 'raw_affiliation_strings': ['Addiction Info Switzerland, Lausanne, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086700399', 'display_name': 'Kathryn Graham', 'orcid': 'https://orcid.org/0000-0003-3318-3598'}, 'institutions': [{'id': 'https://openalex.org/I1338135719', 'display_name': 'Centre for Addiction and Mental Health', 'ror': 'https://ror.org/03e71c577', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1338135719']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Kathryn Graham', 'raw_affiliation_string': 'Centre for Addiction and Mental Health, Toronto, ON, Canada', 'raw_affiliation_strings': ['Centre for Addiction and Mental Health, Toronto, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045945972', 'display_name': 'Rebecca Grainger', 'orcid': 'https://orcid.org/0000-0001-9201-8678'}, 'institutions': [{'id': 'https://openalex.org/I80281795', 'display_name': 'University of Otago', 'ror': 'https://ror.org/01jmxt844', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I80281795']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['NZ', 'US'], 'is_corresponding': False, 'raw_author_name': 'Rebecca Grainger', 'raw_affiliation_string': 'National Institutes of Health, Bethesda, MD, USA; University of Otago, Dunedin, New Zealand', 'raw_affiliation_strings': ['National Institutes of Health, Bethesda, MD, USA', 'University of Otago, Dunedin, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015015256', 'display_name': 'Bridget F. Grant', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bridget Grant', 'raw_affiliation_string': 'National Institutes of Health, Bethesda, MD, USA', 'raw_affiliation_strings': ['National Institutes of Health, Bethesda, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027462458', 'display_name': 'David Gunnell', 'orcid': 'https://orcid.org/0000-0002-0829-6470'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'David Gunnell', 'raw_affiliation_string': 'University of Bristol, Bristol, UK', 'raw_affiliation_strings': ['University of Bristol, Bristol, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006472329', 'display_name': 'H Gutierrez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I78577930', 'display_name': 'Columbia University', 'ror': 'https://ror.org/00hj8s172', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I78577930']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Hialy R. Gutierrez', 'raw_affiliation_string': 'Mailman School of Public Health, Columbia University, New York City, NY, USA', 'raw_affiliation_strings': ['Mailman School of Public Health, Columbia University, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053840112', 'display_name': 'Wayne Hall', 'orcid': 'https://orcid.org/0000-0003-1984-0096'}, 'institutions': [{'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Wayne Hall', 'raw_affiliation_string': 'University of Queensland, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['University of Queensland, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019399793', 'display_name': 'Hans W. Hoek', 'orcid': 'https://orcid.org/0000-0001-6353-5465'}, 'institutions': [{'id': 'https://openalex.org/I4210085896', 'display_name': 'Parnassia Groep', 'ror': 'https://ror.org/002wh3v03', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210085896']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Hans W. Hoek', 'raw_affiliation_string': 'Parnassia Psychiatric Institute, The Hague, Netherlands', 'raw_affiliation_strings': ['Parnassia Psychiatric Institute, The Hague, Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051852867', 'display_name': 'Anthony Hogan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I118347636', 'display_name': 'Australian National University', 'ror': 'https://ror.org/019wvm592', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I118347636']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Anthony Hogan', 'raw_affiliation_string': 'Australian National University, Canberra, ACT, Australia', 'raw_affiliation_strings': ['Australian National University, Canberra, ACT, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035139239', 'display_name': 'H. Dean Hosgood', 'orcid': 'https://orcid.org/0000-0003-4151-1133'}, 'institutions': [{'id': 'https://openalex.org/I129975664', 'display_name': 'Albert Einstein College of Medicine', 'ror': 'https://ror.org/05cf8a891', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I129975664', 'https://openalex.org/I19772626', 'https://openalex.org/I4210112371']}, {'id': 'https://openalex.org/I19772626', 'display_name': 'Yeshiva University', 'ror': 'https://ror.org/045x93337', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I19772626']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'H. Dean Hosgood Iii', 'raw_affiliation_string': 'Albert Einstein College of Medicine, Yeshiva University, New York City, NY, USA', 'raw_affiliation_strings': ['Albert Einstein College of Medicine, Yeshiva University, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060761472', 'display_name': 'Damian Hoy', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Damian Hoy', 'raw_affiliation_string': 'Monash University, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['Monash University, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078987114', 'display_name': 'Howard Hu', 'orcid': 'https://orcid.org/0000-0002-3676-2707'}, 'institutions': [{'id': 'https://openalex.org/I4210125326', 'display_name': 'Public Health Ontario', 'ror': 'https://ror.org/025z8ah66', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210125326']}, {'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Howard Hu', 'raw_affiliation_string': 'Dalla Lana School of Public Health, University of Toronto, Toronto, ON, Canada', 'raw_affiliation_strings': ['Dalla Lana School of Public Health, University of Toronto, Toronto, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082767970', 'display_name': 'Bryan Hubbell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1302368450', 'display_name': 'Environmental Protection Agency', 'ror': 'https://ror.org/03tns0030', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1302368450', 'https://openalex.org/I2800421839']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bryan J. Hubbell', 'raw_affiliation_string': 'US Environmental Protection Agency, Washington, DC, USA', 'raw_affiliation_strings': ['US Environmental Protection Agency, Washington, DC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048446997', 'display_name': 'Sally Hutchings', 'orcid': 'https://orcid.org/0000-0003-0720-9707'}, 'institutions': [{'id': 'https://openalex.org/I47508984', 'display_name': 'Imperial College London', 'ror': 'https://ror.org/041kmwe10', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I47508984']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sally J. Hutchings', 'raw_affiliation_string': 'MRC-HPA Centre for Environment and Health, Department of Epidemiology and Biostatistics, School of Public Health, Imperial College London, London, UK', 'raw_affiliation_strings': ['MRC-HPA Centre for Environment and Health, Department of Epidemiology and Biostatistics, School of Public Health, Imperial College London, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064254684', 'display_name': 'S Ibeanusi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100116408', 'display_name': 'University of Port Harcourt', 'ror': 'https://ror.org/005bw2d06', 'country_code': 'NG', 'type': 'education', 'lineage': ['https://openalex.org/I100116408']}], 'countries': ['NG'], 'is_corresponding': False, 'raw_author_name': 'Sydney E. Ibeanusi', 'raw_affiliation_string': 'University of Port Harcourt, Port Harcourt, Nigeria', 'raw_affiliation_strings': ['University of Port Harcourt, Port Harcourt, Nigeria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055310352', 'display_name': 'Gemma Jacklyn', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Gemma L. Jacklyn', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051940183', 'display_name': 'Rashmi Jasrasaria', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rashmi Jasrasaria', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082561940', 'display_name': 'Jost B. Jonas', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}, {'id': 'https://openalex.org/I2802164966', 'display_name': 'University Hospital Heidelberg', 'ror': 'https://ror.org/013czdx64', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802164966']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jost B. Jonas', 'raw_affiliation_string': 'Department of Ophthalmology, Medical Faculty Mannheim of the Ruprecht Karls University Heidelberg, Heidelberg, Germany', 'raw_affiliation_strings': ['Department of Ophthalmology, Medical Faculty Mannheim of the Ruprecht Karls University Heidelberg, Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013092108', 'display_name': 'Haidong Kan', 'orcid': 'https://orcid.org/0000-0003-2693-9596'}, 'institutions': [{'id': 'https://openalex.org/I24943067', 'display_name': 'Fudan University', 'ror': 'https://ror.org/013q1eq08', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I24943067']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Haidong Kan', 'raw_affiliation_string': 'Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024756058', 'display_name': 'John А. Kanis', 'orcid': 'https://orcid.org/0000-0002-3129-4326'}, 'institutions': [{'id': 'https://openalex.org/I91136226', 'display_name': 'University of Sheffield', 'ror': 'https://ror.org/05krs5044', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I91136226']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'John A. Kanis', 'raw_affiliation_string': 'University of Sheffield, Sheffield, UK', 'raw_affiliation_strings': ['University of Sheffield, Sheffield, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023196986', 'display_name': 'Nicholas J Kassebaum', 'orcid': 'https://orcid.org/0000-0002-4299-9348'}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nicholas Kassebaum', 'raw_affiliation_string': 'Department of Anesthesiology and Pain Medicine, Seattle, WA, USA', 'raw_affiliation_strings': ['Department of Anesthesiology and Pain Medicine, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000299641', 'display_name': 'Norito Kawakami', 'orcid': 'https://orcid.org/0000-0003-1080-2720'}, 'institutions': [{'id': 'https://openalex.org/I74801974', 'display_name': 'The University of Tokyo', 'ror': 'https://ror.org/057zh3y96', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I74801974']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Norito Kawakami', 'raw_affiliation_string': 'University of Tokyo, Tokyo, Japan', 'raw_affiliation_strings': ['University of Tokyo, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088103101', 'display_name': 'Young-Ho Khang', 'orcid': 'https://orcid.org/0000-0002-9585-8266'}, 'institutions': [{'id': 'https://openalex.org/I40542001', 'display_name': 'University of Ulsan', 'ror': 'https://ror.org/02c2f8975', 'country_code': 'KR', 'type': 'education', 'lineage': ['https://openalex.org/I40542001']}, {'id': 'https://openalex.org/I116631150', 'display_name': 'Ulsan College', 'ror': 'https://ror.org/02tec3785', 'country_code': 'KR', 'type': 'education', 'lineage': ['https://openalex.org/I116631150']}], 'countries': ['KR'], 'is_corresponding': False, 'raw_author_name': 'Young-Ho Khang', 'raw_affiliation_string': 'Department of Preventive Medicine, University of Ulsan College of Medicine, Seoul, South Korea', 'raw_affiliation_strings': ['Department of Preventive Medicine, University of Ulsan College of Medicine, Seoul, South Korea']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020072479', 'display_name': 'Shahab Khatibzadeh', 'orcid': 'https://orcid.org/0000-0001-9860-0220'}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Shahab Khatibzadeh', 'raw_affiliation_string': 'Department of Epidemiology, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['Department of Epidemiology, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078619821', 'display_name': 'Jon-Paul Khoo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105605', 'display_name': 'Queensland Centre for Mental Health Research', 'ror': 'https://ror.org/017zhda45', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I4210105605']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jon-Paul Khoo', 'raw_affiliation_string': 'Queensland Centre for Mental Health Research, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland Centre for Mental Health Research, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036361675', 'display_name': 'Cindy Kok', 'orcid': 'https://orcid.org/0000-0003-3086-7097'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Cindy Kok', 'raw_affiliation_string': 'Spinal Cord Injury Network, Glebe, New Zealand', 'raw_affiliation_strings': ['Spinal Cord Injury Network, Glebe, New Zealand']}], 'countries_distinct_count': 28, 'institutions_distinct_count': 121, 'corresponding_author_ids': ['https://openalex.org/A5035873783'], 'corresponding_institution_ids': ['https://openalex.org/I3143470655'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'is_authors_truncated': True, 'has_fulltext': False, 'cited_by_count': 9508, 'biblio': {'volume': '380', 'issue': '9859', 'first_page': '2224', 'last_page': '2260'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.7246825}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.6928486}, {'id': 'https://openalex.org/C3020448403', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Burden of disease', 'level': 3, 'score': 0.6636276}, {'id': 'https://openalex.org/C2778049256', 'wikidata': 'https://www.wikidata.org/wiki/Q55627', 'display_name': 'Disability-adjusted life year', 'level': 4, 'score': 0.613168}, {'id': 'https://openalex.org/C12174686', 'wikidata': 'https://www.wikidata.org/wiki/Q1058438', 'display_name': 'Risk assessment', 'level': 2, 'score': 0.5984204}, {'id': 'https://openalex.org/C2780664029', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Disease burden', 'level': 3, 'score': 0.5875498}, {'id': 'https://openalex.org/C16851059', 'wikidata': 'https://www.wikidata.org/wiki/Q182467', 'display_name': 'Attributable risk', 'level': 3, 'score': 0.57980216}, {'id': 'https://openalex.org/C82789193', 'wikidata': 'https://www.wikidata.org/wiki/Q2142611', 'display_name': 'Relative risk', 'level': 3, 'score': 0.55507255}, {'id': 'https://openalex.org/C50440223', 'wikidata': 'https://www.wikidata.org/wiki/Q1475848', 'display_name': 'Risk factor', 'level': 2, 'score': 0.5340098}, {'id': 'https://openalex.org/C126451531', 'wikidata': 'https://www.wikidata.org/wiki/Q2852035', 'display_name': 'Years of potential life lost', 'level': 4, 'score': 0.52231926}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.5140894}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.32254788}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.3037449}, {'id': 'https://openalex.org/C133925201', 'wikidata': 'https://www.wikidata.org/wiki/Q188419', 'display_name': 'Life expectancy', 'level': 3, 'score': 0.28589213}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.17670405}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.064958274}, {'id': 'https://openalex.org/C38652104', 'wikidata': 'https://www.wikidata.org/wiki/Q3510521', 'display_name': 'Computer security', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000367', 'descriptor_name': 'Age Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002648', 'descriptor_name': 'Child', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002675', 'descriptor_name': 'Child, Preschool', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007223', 'descriptor_name': 'Infant', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007231', 'descriptor_name': 'Infant, Newborn', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009026', 'descriptor_name': 'Mortality', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019057', 'descriptor_name': 'Quality-Adjusted Life Years', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012737', 'descriptor_name': 'Sex Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 9, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'pdf_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research-repository.uwa.edu.au/en/publications/43ae1599-d161-48e4-b1d6-bc8050199c3a', 'pdf_url': 'https://research-repository.uwa.edu.au/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2445/126083', 'pdf_url': 'https://diposit.ub.edu/dspace/bitstream/2445/126083/1/619412.pdf', 'source': {'id': 'https://openalex.org/S4306401653', 'display_name': 'Dipòsit Digital de la Universitat de Barcelona (Universitat de Barcelona)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I71999127', 'host_organization_name': 'University of Barcelona', 'host_organization_lineage': ['https://openalex.org/I71999127'], 'host_organization_lineage_names': ['University of Barcelona'], 'type': 'repository'}, 'license': 'cc0', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://nrs.harvard.edu/urn-3:HUL.InstRepos:41392110', 'pdf_url': 'https://dash.harvard.edu/bitstream/1/41392110/1/115027%20nihms589916.pdf', 'source': {'id': 'https://openalex.org/S4306401540', 'display_name': 'Digital Access to Scholarship at Harvard (DASH) (Harvard University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I136199984', 'host_organization_name': 'Harvard University', 'host_organization_lineage': ['https://openalex.org/I136199984'], 'host_organization_lineage_names': ['Harvard University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4156511', 'pdf_url': 'https://europepmc.org/articles/pmc4156511?pdf=render', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4156511', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10072/49807', 'pdf_url': 'https://research-repository.griffith.edu.au/bitstream/10072/49807/1/LallooPUB22.pdf', 'source': {'id': 'https://openalex.org/S4306402548', 'display_name': 'Griffith Research Online (Griffith University, Queensland, Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I11701301', 'host_organization_name': 'Griffith University', 'host_organization_lineage': ['https://openalex.org/I11701301'], 'host_organization_lineage_names': ['Griffith University'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23245609', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'pdf_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 166, 'referenced_works': ['https://openalex.org/W75245760', 'https://openalex.org/W1275357281', 'https://openalex.org/W1491165075', 'https://openalex.org/W1528134127', 'https://openalex.org/W1538627990', 'https://openalex.org/W1542476404', 'https://openalex.org/W1543871407', 'https://openalex.org/W1551604617', 'https://openalex.org/W1559813904', 'https://openalex.org/W1579569321', 'https://openalex.org/W1591686206', 'https://openalex.org/W1607804102', 'https://openalex.org/W1639251217', 'https://openalex.org/W1810100348', 'https://openalex.org/W1841168474', 'https://openalex.org/W1907953089', 'https://openalex.org/W1964829247', 'https://openalex.org/W1971243234', 'https://openalex.org/W1971378348', 'https://openalex.org/W1973443484', 'https://openalex.org/W1978290051', 'https://openalex.org/W1979343441', 'https://openalex.org/W1980385042', 'https://openalex.org/W1980989148', 'https://openalex.org/W1983086210', 'https://openalex.org/W1988433993', 'https://openalex.org/W1992358256', 'https://openalex.org/W1993777042', 'https://openalex.org/W1993857965', 'https://openalex.org/W1994543560', 'https://openalex.org/W1995856488', 'https://openalex.org/W1997046781', 'https://openalex.org/W1997231767', 'https://openalex.org/W1999386633', 'https://openalex.org/W1999679380', 'https://openalex.org/W2000154455', 'https://openalex.org/W2000171265', 'https://openalex.org/W2000795003', 'https://openalex.org/W2006422309', 'https://openalex.org/W2009455262', 'https://openalex.org/W2015746229', 'https://openalex.org/W2017507967', 'https://openalex.org/W2021002667', 'https://openalex.org/W2022010079', 'https://openalex.org/W2024022289', 'https://openalex.org/W2029401079', 'https://openalex.org/W2032995180', 'https://openalex.org/W2033435847', 'https://openalex.org/W2035460411', 'https://openalex.org/W2040389144', 'https://openalex.org/W2048605574', 'https://openalex.org/W2049182348', 'https://openalex.org/W2053223480', 'https://openalex.org/W2054534251', 'https://openalex.org/W2054796764', 'https://openalex.org/W2056013702', 'https://openalex.org/W2060050759', 'https://openalex.org/W2061816970', 'https://openalex.org/W2063360446', 'https://openalex.org/W2064137374', 'https://openalex.org/W2065434037', 'https://openalex.org/W2065828665', 'https://openalex.org/W2066148159', 'https://openalex.org/W2069977802', 'https://openalex.org/W2073563426', 'https://openalex.org/W2081814119', 'https://openalex.org/W2085324843', 'https://openalex.org/W2087999767', 'https://openalex.org/W2088193277', 'https://openalex.org/W2089312949', 'https://openalex.org/W2090024638', 'https://openalex.org/W2094232937', 'https://openalex.org/W2095768296', 'https://openalex.org/W2096528587', 'https://openalex.org/W2096673955', 'https://openalex.org/W2097226936', 'https://openalex.org/W2097950056', 'https://openalex.org/W2098189516', 'https://openalex.org/W2099748942', 'https://openalex.org/W2100149246', 'https://openalex.org/W2100553071', 'https://openalex.org/W2101763942', 'https://openalex.org/W2102747024', 'https://openalex.org/W2103109120', 'https://openalex.org/W2103601316', 'https://openalex.org/W2104049876', 'https://openalex.org/W2104101804', 'https://openalex.org/W2106898952', 'https://openalex.org/W2108344016', 'https://openalex.org/W2109401990', 'https://openalex.org/W2111161766', 'https://openalex.org/W2111266914', 'https://openalex.org/W2112728975', 'https://openalex.org/W2114245889', 'https://openalex.org/W2114344041', 'https://openalex.org/W2114616454', 'https://openalex.org/W2116797869', 'https://openalex.org/W2117662245', 'https://openalex.org/W2117678428', 'https://openalex.org/W2119805230', 'https://openalex.org/W2120876750', 'https://openalex.org/W2122386393', 'https://openalex.org/W2122816088', 'https://openalex.org/W2124558473', 'https://openalex.org/W2125065061', 'https://openalex.org/W2126451218', 'https://openalex.org/W2126489758', 'https://openalex.org/W2126541538', 'https://openalex.org/W2128738304', 'https://openalex.org/W2128842312', 'https://openalex.org/W2128948174', 'https://openalex.org/W2129241344', 'https://openalex.org/W2130189158', 'https://openalex.org/W2136007084', 'https://openalex.org/W2136331793', 'https://openalex.org/W2137068815', 'https://openalex.org/W2137876021', 'https://openalex.org/W2138755493', 'https://openalex.org/W2139343763', 'https://openalex.org/W2140464336', 'https://openalex.org/W2142170772', 'https://openalex.org/W2142215400', 'https://openalex.org/W2142382772', 'https://openalex.org/W2143738433', 'https://openalex.org/W2144635719', 'https://openalex.org/W2144981148', 'https://openalex.org/W2145006846', 'https://openalex.org/W2145987399', 'https://openalex.org/W2146384937', 'https://openalex.org/W2147663252', 'https://openalex.org/W2148099625', 'https://openalex.org/W2148815007', 'https://openalex.org/W2149284219', 'https://openalex.org/W2150344339', 'https://openalex.org/W2150751323', 'https://openalex.org/W2150870806', 'https://openalex.org/W2152057480', 'https://openalex.org/W2152576550', 'https://openalex.org/W2153383900', 'https://openalex.org/W2155329925', 'https://openalex.org/W2155725298', 'https://openalex.org/W2156304629', 'https://openalex.org/W2156317766', 'https://openalex.org/W2156924995', 'https://openalex.org/W2158299772', 'https://openalex.org/W2158569927', 'https://openalex.org/W2158822657', 'https://openalex.org/W2160280522', 'https://openalex.org/W2161766347', 'https://openalex.org/W2162197463', 'https://openalex.org/W2162774380', 'https://openalex.org/W2164227241', 'https://openalex.org/W2164520085', 'https://openalex.org/W2164683920', 'https://openalex.org/W2168658532', 'https://openalex.org/W2169460954', 'https://openalex.org/W2171668678', 'https://openalex.org/W2172098474', 'https://openalex.org/W2175592470', 'https://openalex.org/W2252415804', 'https://openalex.org/W2320016678', 'https://openalex.org/W2323572885', 'https://openalex.org/W3125554979', 'https://openalex.org/W4253369196', 'https://openalex.org/W4253588582', 'https://openalex.org/W4292230194'], 'related_works': ['https://openalex.org/W1503945640', 'https://openalex.org/W1715219350', 'https://openalex.org/W2004121541', 'https://openalex.org/W2071508989', 'https://openalex.org/W2110052313', 'https://openalex.org/W2111200801', 'https://openalex.org/W2519064677', 'https://openalex.org/W3094464411', 'https://openalex.org/W3139731355', 'https://openalex.org/W3196428696'], 'ngrams_url': 'https://api.openalex.org/works/W2110052313/ngrams', 'abstract_inverted_index': {'Background': [0], 'Quantification': [1], 'of': [2, 16, 30, 73, 81, 90, 96, 123, 141, 150, 182, 206, 265, 319, 327, 374, 377, 448, 511, 551], 'the': [3, 87, 147, 156, 166, 188, 227, 271, 339, 347, 401, 420, 446, 481, 509, 533, 540, 554], 'disease': [4, 32, 173, 195, 453], 'burden': [5, 33, 56, 157, 196, 454], 'caused': [6, 34], 'by': [7, 12, 23, 35, 125], 'different': [8, 19, 449], 'risks': [9, 120, 229, 275, 287, 341, 463, 513, 542, 556], 'informs': [10], 'prevention': [11], 'providing': [13], 'an': [14], 'account': [15], 'health': [17], 'loss': [18], 'to': [20, 58, 86, 154, 159, 452, 480, 506, 531], 'that': [21, 288, 565], 'provided': [22], 'a': [24, 42, 459], 'disease-by-disease': [25], 'analysis.': [26], 'No': [27], 'complete': [28], 'revision': [29], 'global': [31, 194, 207, 266, 320], 'risk': [36, 44, 59, 92, 97, 161, 191, 253, 349, 355, 403, 422, 450, 499], 'factors': [37, 60, 93, 98, 192, 254, 451], 'has': [38, 52, 414, 455, 504, 536], 'been': [39], 'done': [40], 'since': [41], 'comparative': [43], 'assessment': [45], 'in': [46, 55, 102, 172, 268, 279, 284, 304, 322, 325, 342, 350, 357, 367, 372, 404, 423, 433, 467, 474, 493, 498, 508], '2000,': [47], 'and': [48, 67, 79, 94, 104, 115, 118, 128, 131, 144, 177, 216, 244, 255, 281, 297, 299, 308, 313, 333, 335, 363, 382, 385, 408, 417, 425, 429, 439, 442, 496, 517, 521, 524, 538, 563], 'no': [49], 'previous': [50], 'analysis': [51], 'assessed': [53], 'changes': [54, 477, 492, 497, 507], 'attributable': [57, 85, 158, 183], 'over': [61], 'time.': [62], 'Methods': [63], 'We': [64, 106, 134, 169], 'estimated': [65, 107], 'deaths': [66, 143], 'disability-adjusted': [68], 'life': [69, 82], 'years': [70, 74, 80], '(DALYs;': [71], 'sum': [72], 'lived': [75], 'with': [76, 139, 165, 270, 310, 458, 561], 'disability': [77], '[YLD]': [78], 'lost': [83], '[YLL])': [84], 'independent': [88], 'effects': [89], '67': [91], 'clusters': [95], 'for': [99, 110, 193, 260, 316, 464, 471], '21': [100], 'regions': [101], '1990': [103, 307], '2010.': [105, 323], 'exposure': [108, 124, 163], 'distributions': [109], 'each': [111, 160], 'year,': [112], 'region,': [113], 'sex,': [114], 'age': [116], 'group,': [117], 'relative': [119, 175], 'per': [121], 'unit': [122], 'systematically': [126], 'reviewing': [127], 'synthesising': [129], 'published': [130], 'unpublished': [132], 'data.': [133], 'used': [135], 'these': [136], 'estimates,': [137], 'together': [138], 'estimates': [140, 181], 'cause-specific': [142], 'DALYs': [145, 267, 321], 'from': [146, 220, 238, 462], 'Global': [148], 'Burden': [149], 'Disease': [151], 'Study': [152], '2010,': [153, 187, 269, 309, 343], 'calculate': [155], 'factor': [162, 356, 500], 'compared': [164], 'theoretical-minimum-risk': [167], 'exposure.': [168], 'incorporated': [170], 'uncertainty': [171, 203], 'burden,': [174], 'risks,': [176], 'exposures': [178], 'into': [179], 'our': [180], 'burden.': [184], 'Findings': [185], 'In': [186, 225, 549], 'three': [189], 'leading': [190, 228, 340, 348, 354, 402, 421, 541, 555], 'were': [197, 230, 338], 'high': [198, 283, 390, 432], 'blood': [199, 391], 'pressure': [200], '(7·0%': [201], '[95%': [202], 'interval': [204], '6·2–7·7]': [205], 'DALYs),': [208], 'tobacco': [209, 245, 395], 'smoking': [210, 246, 396], 'including': [211, 247, 294, 397, 514], 'second-hand': [212, 248, 398], 'smoke': [213, 249, 399], '(6·3%': [214], '[5·5–7·0]),': [215], 'household': [217, 235], 'air': [218, 236], 'pollution': [219, 237], 'solid': [221, 239], 'fuels': [222, 240], '(4·3%': [223], '[3·4–5·3]).': [224], '1990,': [226], 'childhood': [231, 291, 300, 330], 'underweight': [232], '(7·9%': [233], '[6·8–9·4]),': [234], '(HAP;': [241], '6·8%': [242], '[5·5–8·0]),': [243], '(6·1%': [250], '[5·4–6·8]).': [251], 'Dietary': [252], 'physical': [256], 'inactivity': [257], 'collectively': [258], 'accounted': [259], '10·0%': [261], '(95%': [262], 'UI': [263], '9·2–10·8)': [264], 'most': [272, 326, 373, 376], 'prominent': [273], 'dietary': [274], 'being': [276], 'diets': [277], 'low': [278], 'fruits': [280], 'those': [282, 470, 559, 564], 'sodium.': [285], 'Several': [286], 'primarily': [289], 'affect': [290, 566], 'communicable': [292, 465], 'diseases,': [293], 'unimproved': [295, 311, 515], 'water': [296, 312, 516], 'sanitation': [298, 314], 'micronutrient': [301], 'deficiencies,': [302, 523], 'fell': [303], 'rank': [305], 'between': [306], 'accounting': [315], '0·9%': [317], '(0·4–1·6)': [318], 'However,': [324], 'sub-Saharan': [328, 365, 552], 'Africa': [329, 366, 381, 438], 'underweight,': [331], 'HAP,': [332], 'non-exclusive': [334], 'discontinued': [336], 'breastfeeding': [337], 'while': [344], 'HAP': [345], 'was': [346, 369, 389], 'south': [351], 'Asia.': [352], 'The': [353, 529], 'Eastern': [358], 'Europe,': [359], 'Andean': [360], 'Latin': [361, 378, 427], 'America,': [362, 379, 428], 'southern': [364, 426], '2010': [368], 'alcohol': [370], 'use;': [371], 'Asia,': [375], 'North': [380, 437], 'Middle': [383, 440], 'East,': [384, 441], 'central': [386], 'Europe': [387], 'it': [388, 418], 'pressure.': [392], 'Despite': [393], 'declines,': [394], 'remained': [400], 'high-income': [405, 435], 'north': [406], 'America': [407], 'western': [409], 'Europe.': [410], 'High': [411], 'body-mass': [412], 'index': [413], 'increased': [415], 'globally': [416], 'is': [419], 'Australasia': [424], 'also': [430], 'ranks': [431], 'other': [434], 'regions,': [436], 'Oceania.': [443], 'Interpretation': [444], 'Worldwide,': [445], 'contribution': [447], 'changed': [456], 'substantially,': [457], 'shift': [460, 535], 'away': [461], 'diseases': [466, 473], 'children': [468, 487], 'towards': [469], 'non-communicable': [472], 'adults.': [475], 'These': [476], 'are': [478, 544, 557], 'related': [479], 'ageing': [482], 'population,': [483], 'decreased': [484], 'mortality': [485], 'among': [486], 'younger': [488], 'than': [489], '5': [490], 'years,': [491], 'cause-of-death': [494], 'composition,': [495], 'exposures.': [501], 'New': [502], 'evidence': [503], 'led': [505], 'magnitude': [510], 'key': [512], 'sanitation,': [518], 'vitamin': [519], 'A': [520], 'zinc': [522], 'ambient': [525], 'particulate': [526], 'matter': [527], 'pollution.': [528], 'extent': [530], 'which': [532], 'epidemiological': [534], 'occurred': [537], 'what': [539], 'currently': [543], 'varies': [545], 'greatly': [546], 'across': [547], 'regions.': [548], 'much': [550], 'Africa,': [553], 'still': [558], 'associated': [560], 'poverty': [562], 'children.': [567], 'Funding': [568], 'Bill': [569], '&': [570], 'Melinda': [571], 'Gates': [572], 'Foundation.': [573]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2110052313', 'counts_by_year': [{'year': 2023, 'cited_by_count': 403}, {'year': 2022, 'cited_by_count': 601}, {'year': 2021, 'cited_by_count': 710}, {'year': 2020, 'cited_by_count': 823}, {'year': 2019, 'cited_by_count': 946}, {'year': 2018, 'cited_by_count': 1040}, {'year': 2017, 'cited_by_count': 1102}, {'year': 2016, 'cited_by_count': 1157}, {'year': 2015, 'cited_by_count': 1235}, {'year': 2014, 'cited_by_count': 995}, {'year': 2013, 'cited_by_count': 473}, {'year': 2012, 'cited_by_count': 13}], 'updated_date': '2023-10-03T05:37:21.628462', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2136489990', 'doi': 'https://doi.org/10.1056/nejmoa0905561', 'title': 'Dabigatran versus Warfarin in Patients with Atrial Fibrillation', 'display_name': 'Dabigatran versus Warfarin in Patients with Atrial Fibrillation', 'publication_year': 2009, 'publication_date': '2009-09-17', 'ids': {'openalex': 'https://openalex.org/W2136489990', 'doi': 'https://doi.org/10.1056/nejmoa0905561', 'mag': '2136489990', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/19717844'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0905561', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0905561?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0905561?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079046512', 'display_name': 'Stuart J. Connolly', 'orcid': 'https://orcid.org/0000-0002-7377-335X'}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Stuart J. Connolly', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029533765', 'display_name': 'Michael D. Ezekowitz', 'orcid': 'https://orcid.org/0000-0003-3623-2252'}, 'institutions': [{'id': 'https://openalex.org/I182321934', 'display_name': 'Lankenau Institute for Medical Research', 'ror': 'https://ror.org/030g3hg75', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I182321934']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael D. Ezekowitz', 'raw_affiliation_string': 'Lankenau Institute for Medical Research and the Heart Center, Wynnewood, PA', 'raw_affiliation_strings': ['Lankenau Institute for Medical Research and the Heart Center, Wynnewood, PA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028695564', 'display_name': 'Salim Yusuf', 'orcid': 'https://orcid.org/0000-0003-4776-5601'}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Salim Yusuf', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084746877', 'display_name': 'John W. Eikelboom', 'orcid': 'https://orcid.org/0000-0003-4126-1285'}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'John Eikelboom', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081852908', 'display_name': 'Jonas Oldgren', 'orcid': 'https://orcid.org/0000-0002-9969-3921'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jonas Oldgren', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003780786', 'display_name': 'Amit Parekh', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I182321934', 'display_name': 'Lankenau Institute for Medical Research', 'ror': 'https://ror.org/030g3hg75', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I182321934']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Amit Parekh', 'raw_affiliation_string': 'Lankenau Institute for Medical Research and the Heart Center, Wynnewood, PA', 'raw_affiliation_strings': ['Lankenau Institute for Medical Research and the Heart Center, Wynnewood, PA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047726859', 'display_name': 'Janice Pogue', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Janice Pogue', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081398468', 'display_name': 'Paul Reilly', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210160255', 'display_name': 'Boehringer Ingelheim (United States)', 'ror': 'https://ror.org/05kffp613', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1330995197', 'https://openalex.org/I4210160255']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Paul A. Reilly', 'raw_affiliation_string': 'Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT', 'raw_affiliation_strings': ['Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069794158', 'display_name': 'Ellison Themeles', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Ellison Themeles', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055275555', 'display_name': 'Jeanne Varrone', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210160255', 'display_name': 'Boehringer Ingelheim (United States)', 'ror': 'https://ror.org/05kffp613', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1330995197', 'https://openalex.org/I4210160255']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jeanne Varrone', 'raw_affiliation_string': 'Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT', 'raw_affiliation_strings': ['Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017248548', 'display_name': 'Susan Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210160255', 'display_name': 'Boehringer Ingelheim (United States)', 'ror': 'https://ror.org/05kffp613', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1330995197', 'https://openalex.org/I4210160255']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Susan Wang', 'raw_affiliation_string': 'Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT', 'raw_affiliation_strings': ['Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043836827', 'display_name': 'Marco Alings', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Marco Alings', 'raw_affiliation_string': 'Working Group on Cardiovascular Research the Netherlands, Utrecht, the Netherlands', 'raw_affiliation_strings': ['Working Group on Cardiovascular Research the Netherlands, Utrecht, the Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057705555', 'display_name': 'Denis Xavier', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210129261', 'display_name': "St. John's National Academy of Health Sciences", 'ror': 'https://ror.org/03qvjzj64', 'country_code': 'IN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210129261']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Denis Xavier', 'raw_affiliation_string': "St. John's National Academy of Health Sciences, Bangalore, India", 'raw_affiliation_strings': ["St. John's National Academy of Health Sciences, Bangalore, India"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025840041', 'display_name': 'Jun Zhu', 'orcid': 'https://orcid.org/0000-0002-4309-5789'}, 'institutions': [{'id': 'https://openalex.org/I4210161896', 'display_name': 'Fu Wai Hospital', 'ror': 'https://ror.org/0590dnz19', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210161896']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jun Zhu', 'raw_affiliation_string': 'FuWai Hospital, Beijing', 'raw_affiliation_strings': ['FuWai Hospital, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013408607', 'display_name': 'Rafael Dı́az', 'orcid': 'https://orcid.org/0000-0003-2181-9579'}, 'institutions': [{'id': 'https://openalex.org/I4210138750', 'display_name': 'Estudios Clínicos Latinoamérica', 'ror': 'https://ror.org/04qypp211', 'country_code': 'AR', 'type': 'facility', 'lineage': ['https://openalex.org/I4210138750']}], 'countries': ['AR'], 'is_corresponding': False, 'raw_author_name': 'Rafael Diaz', 'raw_affiliation_string': 'Estudios Clínicos Latinoamérica, Rosario, Argentina', 'raw_affiliation_strings': ['Estudios Clínicos Latinoamérica, Rosario, Argentina']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002556684', 'display_name': 'Basil S. Lewis', 'orcid': 'https://orcid.org/0000-0002-2353-3585'}, 'institutions': [{'id': 'https://openalex.org/I4210113769', 'display_name': 'Carmel Medical Center', 'ror': 'https://ror.org/02cy9a842', 'country_code': 'IL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210113769']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'Basil S. Lewis', 'raw_affiliation_string': 'Lady Davis Carmel Medical Center, Haifa, Israel', 'raw_affiliation_strings': ['Lady Davis Carmel Medical Center, Haifa, Israel']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048095806', 'display_name': 'Harald Darius', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109729', 'display_name': 'Vivantes Klinikum', 'ror': 'https://ror.org/01x29t295', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109729']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Harald Darius', 'raw_affiliation_string': 'Vivantes Klinikum Neukölln, Berlin', 'raw_affiliation_strings': ['Vivantes Klinikum Neukölln, Berlin']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033104412', 'display_name': 'Hans–Christoph Diener', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I62318514', 'display_name': 'University of Duisburg-Essen', 'ror': 'https://ror.org/04mz5ra38', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I62318514']}, {'id': 'https://openalex.org/I4210109729', 'display_name': 'Vivantes Klinikum', 'ror': 'https://ror.org/01x29t295', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109729']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Hans-Christoph Diener', 'raw_affiliation_string': 'University Duisburg-Essen, Essen, Germany; Vivantes Klinikum Neukölln, Berlin', 'raw_affiliation_strings': ['University Duisburg-Essen, Essen, Germany', 'Vivantes Klinikum Neukölln, Berlin']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053946443', 'display_name': 'Campbell Joyner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1323843004', 'display_name': 'Sunnybrook Health Science Centre', 'ror': 'https://ror.org/03wefcv03', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1323843004']}, {'id': 'https://openalex.org/I2802362269', 'display_name': 'Health Sciences Centre', 'ror': 'https://ror.org/05pr37258', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I110535807', 'https://openalex.org/I2802362269']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Campbell D. Joyner', 'raw_affiliation_string': 'Sunnybrook Health Sciences Centre, Toronto', 'raw_affiliation_strings': ['Sunnybrook Health Sciences Centre, Toronto']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5063591215', 'display_name': 'Lars Wallentin', 'orcid': 'https://orcid.org/0000-0003-0378-6531'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Lars Wallentin', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 8, 'institutions_distinct_count': 14, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 9382, 'biblio': {'volume': '361', 'issue': '12', 'first_page': '1139', 'last_page': '1151'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778810321', 'wikidata': 'https://www.wikidata.org/wiki/Q419345', 'display_name': 'Dabigatran', 'level': 4, 'score': 0.95864916}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.9533397}, {'id': 'https://openalex.org/C2776301958', 'wikidata': 'https://www.wikidata.org/wiki/Q407431', 'display_name': 'Warfarin', 'level': 3, 'score': 0.8788973}, {'id': 'https://openalex.org/C2779161974', 'wikidata': 'https://www.wikidata.org/wiki/Q815819', 'display_name': 'Atrial fibrillation', 'level': 2, 'score': 0.83231676}, {'id': 'https://openalex.org/C2780645631', 'wikidata': 'https://www.wikidata.org/wiki/Q671554', 'display_name': 'Stroke (engine)', 'level': 2, 'score': 0.63768744}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.6185064}, {'id': 'https://openalex.org/C42219234', 'wikidata': 'https://www.wikidata.org/wiki/Q131130', 'display_name': 'Anesthesia', 'level': 1, 'score': 0.53130555}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.49771336}, {'id': 'https://openalex.org/C82789193', 'wikidata': 'https://www.wikidata.org/wiki/Q2142611', 'display_name': 'Relative risk', 'level': 3, 'score': 0.49432945}, {'id': 'https://openalex.org/C2776710957', 'wikidata': 'https://www.wikidata.org/wiki/Q5280395', 'display_name': 'Direct thrombin inhibitor', 'level': 5, 'score': 0.4295614}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000925', 'descriptor_name': 'Anticoagulants', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D001281', 'descriptor_name': 'Atrial Fibrillation', 'qualifier_ui': 'Q000188', 'qualifier_name': 'drug therapy', 'is_major_topic': True}, {'descriptor_ui': 'D001562', 'descriptor_name': 'Benzimidazoles', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D011725', 'descriptor_name': 'Pyridines', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D014859', 'descriptor_name': 'Warfarin', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': True}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000925', 'descriptor_name': 'Anticoagulants', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000925', 'descriptor_name': 'Anticoagulants', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': False}, {'descriptor_ui': 'D000925', 'descriptor_name': 'Anticoagulants', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D001281', 'descriptor_name': 'Atrial Fibrillation', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D001281', 'descriptor_name': 'Atrial Fibrillation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001281', 'descriptor_name': 'Atrial Fibrillation', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D001562', 'descriptor_name': 'Benzimidazoles', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D001562', 'descriptor_name': 'Benzimidazoles', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016009', 'descriptor_name': 'Chi-Square Distribution', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000069604', 'descriptor_name': 'Dabigatran', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004311', 'descriptor_name': 'Double-Blind Method', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004415', 'descriptor_name': 'Dyspepsia', 'qualifier_ui': 'Q000139', 'qualifier_name': 'chemically induced', 'is_major_topic': False}, {'descriptor_ui': 'D004415', 'descriptor_name': 'Dyspepsia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004617', 'descriptor_name': 'Embolism', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D004617', 'descriptor_name': 'Embolism', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005500', 'descriptor_name': 'Follow-Up Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006470', 'descriptor_name': 'Hemorrhage', 'qualifier_ui': 'Q000139', 'qualifier_name': 'chemically induced', 'is_major_topic': False}, {'descriptor_ui': 'D006470', 'descriptor_name': 'Hemorrhage', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008099', 'descriptor_name': 'Liver', 'qualifier_ui': 'Q000187', 'qualifier_name': 'drug effects', 'is_major_topic': False}, {'descriptor_ui': 'D008099', 'descriptor_name': 'Liver', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009203', 'descriptor_name': 'Myocardial Infarction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009203', 'descriptor_name': 'Myocardial Infarction', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011355', 'descriptor_name': 'Prodrugs', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': False}, {'descriptor_ui': 'D011355', 'descriptor_name': 'Prodrugs', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016016', 'descriptor_name': 'Proportional Hazards Models', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011725', 'descriptor_name': 'Pyridines', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D011725', 'descriptor_name': 'Pyridines', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020521', 'descriptor_name': 'Stroke', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D020521', 'descriptor_name': 'Stroke', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D020521', 'descriptor_name': 'Stroke', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014859', 'descriptor_name': 'Warfarin', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014859', 'descriptor_name': 'Warfarin', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D014859', 'descriptor_name': 'Warfarin', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': False}], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0905561', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0905561?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11343/221723', 'pdf_url': 'http://minerva-access.unimelb.edu.au/bitstreams/569dfacb-d2f4-5ca9-b88e-90f2ff51becb/download', 'source': {'id': 'https://openalex.org/S4377196259', 'display_name': 'Minerva Access (University of Melbourne)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165779595', 'host_organization_name': 'University of Melbourne', 'host_organization_lineage': ['https://openalex.org/I165779595'], 'host_organization_lineage_names': ['University of Melbourne'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/19717844', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0905561', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0905561?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.78}], 'grants': [], 'referenced_works_count': 17, 'referenced_works': ['https://openalex.org/W1586488555', 'https://openalex.org/W1967046500', 'https://openalex.org/W1967889750', 'https://openalex.org/W1999468381', 'https://openalex.org/W2015398317', 'https://openalex.org/W2046051565', 'https://openalex.org/W2060630424', 'https://openalex.org/W2062786076', 'https://openalex.org/W2062946016', 'https://openalex.org/W2074119210', 'https://openalex.org/W2083035480', 'https://openalex.org/W2103053426', 'https://openalex.org/W2113089341', 'https://openalex.org/W2115348966', 'https://openalex.org/W2159193915', 'https://openalex.org/W2403689317', 'https://openalex.org/W2744079636'], 'related_works': ['https://openalex.org/W1810372846', 'https://openalex.org/W1973989324', 'https://openalex.org/W1993190469', 'https://openalex.org/W2018572947', 'https://openalex.org/W2022043463', 'https://openalex.org/W2080910965', 'https://openalex.org/W2090821460', 'https://openalex.org/W2097201002', 'https://openalex.org/W2108977729', 'https://openalex.org/W2170786340'], 'ngrams_url': 'https://api.openalex.org/works/W2136489990/ngrams', 'abstract_inverted_index': {'Warfarin': [0], 'reduces': [1], 'the': [2, 13, 73, 88, 96, 106, 134, 163, 173, 186, 204, 237], 'risk': [3, 14, 44, 115], 'of': [4, 15, 45, 55, 72, 87, 112, 140, 155, 178, 191, 196, 216, 226, 249, 259, 271, 278, 296, 304, 316, 324], 'stroke': [5, 46, 83, 198, 279, 317], 'in': [6, 49, 63, 95, 105, 133, 162, 172, 185, 203, 236], 'patients': [7, 37, 262], 'with': [8, 101, 116, 168, 209, 213, 223, 242, 246, 256, 263, 276, 289, 309, 313], 'atrial': [9, 40, 264], 'fibrillation': [10, 41], 'but': [11, 321], 'increases': [12], 'hemorrhage': [16], 'and': [17, 42, 129, 181, 219, 252, 280, 318], 'is': [18, 23], 'difficult': [19], 'to': [20, 47, 124, 148, 286], 'use.': [21], 'Dabigatran': [22, 299], 'a': [24, 43, 50, 269, 302], 'new': [25], 'oral': [26], 'direct': [27], 'thrombin': [28], 'inhibitor.In': [29], 'this': [30], 'noninferiority': [31], 'trial,': [32], 'we': [33], 'randomly': [34], 'assigned': [35], '18,113': [36], 'who': [38], 'had': [39], 'receive,': [48], 'blinded': [51], 'fashion,': [52, 66], 'fixed': [53], 'doses': [54], 'dabigatran--110': [56], 'mg': [57, 60, 111, 139, 177, 190, 215, 225, 248, 258, 273], 'or': [58, 84], '150': [59, 138, 189, 224, 257, 305], 'twice': [61], 'daily--or,': [62], 'an': [64], 'unblinded': [65], 'adjusted-dose': [67], 'warfarin.': [68], 'The': [69, 79, 153, 194, 229], 'median': [70], 'duration': [71], 'follow-up': [74], 'period': [75], 'was': [76, 82, 158, 199, 232, 274, 311], '2.0': [77], 'years.': [78], 'primary': [80, 89], 'outcome': [81, 90], 'systemic': [85, 281, 319], 'embolism.Rates': [86], 'were': [91, 284], '1.69%': [92], 'per': [93, 103, 131, 160, 170, 183, 201, 211, 221, 234, 244, 254], 'year': [94, 104, 132, 161, 171, 184, 202, 212, 222, 235, 245, 255], 'warfarin': [97, 164, 205, 238], 'group,': [98, 165, 206, 239], 'as': [99, 166, 207, 240, 291, 293, 307], 'compared': [100, 167, 208, 241, 308], '1.53%': [102], 'group': [107, 135, 174, 187], 'that': [108, 136, 283], 'received': [109, 137], '110': [110, 176, 214, 247, 272], 'dabigatran': [113, 141, 179, 192, 217, 227, 250, 260, 266], '(relative': [114, 142], 'dabigatran,': [117], '0.91;': [118], '95%': [119, 145], 'confidence': [120], 'interval': [121], '[CI],': [122], '0.74': [123], '1.11;': [125], 'P<0.001': [126, 150], 'for': [127, 151], 'noninferiority)': [128], '1.11%': [130], 'risk,': [143], '0.66;': [144], 'CI,': [146], '0.53': [147], '0.82;': [149], 'superiority).': [152], 'rate': [154, 195, 231], 'major': [156, 297, 325], 'bleeding': [157], '3.36%': [159], '2.71%': [169], 'receiving': [175, 188], '(P=0.003)': [180], '3.11%': [182], '(P=0.31).': [193], 'hemorrhagic': [197], '0.38%': [200], '0.12%': [210], '(P<0.001)': [218], '0.10%': [220], '(P<0.001).': [228], 'mortality': [230], '4.13%': [233], '3.75%': [243], '(P=0.13)': [251], '3.64%': [253], '(P=0.051).In': [261], 'fibrillation,': [265], 'given': [267], 'at': [268, 301], 'dose': [270, 303], 'associated': [275, 288, 312], 'rates': [277, 295, 315, 323], 'embolism': [282, 320], 'similar': [285, 322], 'those': [287], 'warfarin,': [290, 310], 'well': [292], 'lower': [294, 314], 'hemorrhage.': [298, 326], 'administered': [300], 'mg,': [306], '(ClinicalTrials.gov': [327], 'number,': [328], 'NCT00262600.)': [329]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2136489990', 'counts_by_year': [{'year': 2023, 'cited_by_count': 324}, {'year': 2022, 'cited_by_count': 443}, {'year': 2021, 'cited_by_count': 615}, {'year': 2020, 'cited_by_count': 663}, {'year': 2019, 'cited_by_count': 648}, {'year': 2018, 'cited_by_count': 683}, {'year': 2017, 'cited_by_count': 733}, {'year': 2016, 'cited_by_count': 831}, {'year': 2015, 'cited_by_count': 853}, {'year': 2014, 'cited_by_count': 831}, {'year': 2013, 'cited_by_count': 956}, {'year': 2012, 'cited_by_count': 865}], 'updated_date': '2023-10-04T03:16:48.526754', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4213284804', 'doi': 'https://doi.org/10.1146/annurev.psych.52.1.397', 'title': 'Job Burnout', 'display_name': 'Job Burnout', 'publication_year': 2001, 'publication_date': '2001-02-01', 'ids': {'openalex': 'https://openalex.org/W4213284804', 'doi': 'https://doi.org/10.1146/annurev.psych.52.1.397', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/11148311'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1146/annurev.psych.52.1.397', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S90670110', 'display_name': 'Annual Review of Psychology', 'issn_l': '0066-4308', 'issn': ['1545-2085', '0066-4308'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320373', 'host_organization_name': 'Annual Reviews', 'host_organization_lineage': ['https://openalex.org/P4310320373'], 'host_organization_lineage_names': ['Annual Reviews'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079876687', 'display_name': 'Christina Maslach', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}, {'id': 'https://openalex.org/I92688161', 'display_name': 'Acadia University', 'ror': 'https://ror.org/00839we02', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I92688161']}], 'countries': ['CA', 'NL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Christina Maslach', 'raw_affiliation_string': 'Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;; Psychology Department, University of California, Berkeley, California 94720-1650;; Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;', 'raw_affiliation_strings': ['Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;', 'Psychology Department, University of California, Berkeley, California 94720-1650;', 'Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006499627', 'display_name': 'Wilmar B. Schaufeli', 'orcid': 'https://orcid.org/0000-0002-6070-7150'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}, {'id': 'https://openalex.org/I92688161', 'display_name': 'Acadia University', 'ror': 'https://ror.org/00839we02', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I92688161']}], 'countries': ['CA', 'NL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Wilmar B. Schaufeli', 'raw_affiliation_string': 'Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;; Psychology Department, University of California, Berkeley, California 94720-1650;; Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;', 'raw_affiliation_strings': ['Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;', 'Psychology Department, University of California, Berkeley, California 94720-1650;', 'Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5023248014', 'display_name': 'Michael P. Leiter', 'orcid': 'https://orcid.org/0000-0001-5680-0363'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}, {'id': 'https://openalex.org/I92688161', 'display_name': 'Acadia University', 'ror': 'https://ror.org/00839we02', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I92688161']}], 'countries': ['CA', 'NL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Michael P. Leiter', 'raw_affiliation_string': 'Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;; Psychology Department, University of California, Berkeley, California 94720-1650;; Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;', 'raw_affiliation_strings': ['Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;', 'Psychology Department, University of California, Berkeley, California 94720-1650;', 'Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 7778, 'biblio': {'volume': '52', 'issue': '1', 'first_page': '397', 'last_page': '422'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C143916079', 'wikidata': 'https://www.wikidata.org/wiki/Q2629248', 'display_name': 'Burnout', 'level': 2, 'score': 0.90871185}, {'id': 'https://openalex.org/C2779114464', 'wikidata': 'https://www.wikidata.org/wiki/Q245781', 'display_name': 'Cynicism', 'level': 3, 'score': 0.8303132}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.7838212}, {'id': 'https://openalex.org/C88519622', 'wikidata': 'https://www.wikidata.org/wiki/Q776232', 'display_name': 'Emotional exhaustion', 'level': 3, 'score': 0.62469965}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.5998004}, {'id': 'https://openalex.org/C125370674', 'wikidata': 'https://www.wikidata.org/wiki/Q1527480', 'display_name': 'Stressor', 'level': 2, 'score': 0.53759307}, {'id': 'https://openalex.org/C2779343474', 'wikidata': 'https://www.wikidata.org/wiki/Q3109175', 'display_name': 'Context (archaeology)', 'level': 2, 'score': 0.48976517}, {'id': 'https://openalex.org/C164850336', 'wikidata': 'https://www.wikidata.org/wiki/Q3685487', 'display_name': 'Interpersonal communication', 'level': 2, 'score': 0.48042083}, {'id': 'https://openalex.org/C2718322', 'wikidata': 'https://www.wikidata.org/wiki/Q629463', 'display_name': 'Job satisfaction', 'level': 2, 'score': 0.4741387}, {'id': 'https://openalex.org/C27415008', 'wikidata': 'https://www.wikidata.org/wiki/Q7256382', 'display_name': 'Psychological intervention', 'level': 2, 'score': 0.42009374}, {'id': 'https://openalex.org/C75630572', 'wikidata': 'https://www.wikidata.org/wiki/Q538904', 'display_name': 'Applied psychology', 'level': 1, 'score': 0.36014506}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 0.27489072}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 0.084183425}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C94625758', 'wikidata': 'https://www.wikidata.org/wiki/Q7163', 'display_name': 'Politics', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D002055', 'descriptor_name': 'Burnout, Professional', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': True}, {'descriptor_ui': 'D014937', 'descriptor_name': 'Work', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D001290', 'descriptor_name': 'Attitude', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002055', 'descriptor_name': 'Burnout, Professional', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007398', 'descriptor_name': 'Interpersonal Relations', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010551', 'descriptor_name': 'Personality', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011582', 'descriptor_name': 'Psychological Theory', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1146/annurev.psych.52.1.397', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S90670110', 'display_name': 'Annual Review of Psychology', 'issn_l': '0066-4308', 'issn': ['1545-2085', '0066-4308'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320373', 'host_organization_name': 'Annual Reviews', 'host_organization_lineage': ['https://openalex.org/P4310320373'], 'host_organization_lineage_names': ['Annual Reviews'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/11148311', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.2}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.16}], 'grants': [], 'referenced_works_count': 24, 'referenced_works': ['https://openalex.org/W2009666894', 'https://openalex.org/W2022062009', 'https://openalex.org/W2026347647', 'https://openalex.org/W2043311808', 'https://openalex.org/W2045514285', 'https://openalex.org/W2053205185', 'https://openalex.org/W2053272917', 'https://openalex.org/W2093407013', 'https://openalex.org/W2097408315', 'https://openalex.org/W2098462375', 'https://openalex.org/W2144816256', 'https://openalex.org/W2167029842', 'https://openalex.org/W2169460625', 'https://openalex.org/W2896637382', 'https://openalex.org/W2904461966', 'https://openalex.org/W3126140319', 'https://openalex.org/W4229701870', 'https://openalex.org/W4235758203', 'https://openalex.org/W4237283835', 'https://openalex.org/W4238251654', 'https://openalex.org/W4241243730', 'https://openalex.org/W4243606573', 'https://openalex.org/W4255727661', 'https://openalex.org/W4294877277'], 'related_works': ['https://openalex.org/W2037867014', 'https://openalex.org/W2096401403', 'https://openalex.org/W2972233440', 'https://openalex.org/W2998712538', 'https://openalex.org/W3145727294', 'https://openalex.org/W3168502322', 'https://openalex.org/W4200177143', 'https://openalex.org/W4210600274', 'https://openalex.org/W4229566604', 'https://openalex.org/W4256748201'], 'ngrams_url': 'https://api.openalex.org/works/W4213284804/ngrams', 'abstract_inverted_index': {'Burnout': [0], 'is': [1, 15], 'a': [2, 46, 111], 'prolonged': [3], 'response': [4], 'to': [5, 53, 67, 81, 87, 106, 116], 'chronic': [6], 'emotional': [7], 'and': [8, 14, 24, 39, 64, 102, 113, 119], 'interpersonal': [9], 'stressors': [10], 'on': [11, 59, 73, 85], 'the': [12, 18, 34, 37, 41, 57, 75, 95, 100, 107], 'job,': [13], 'defined': [16], 'by': [17], 'three': [19], 'dimensions': [20], 'of': [21, 30, 36, 50, 78, 93], 'exhaustion,': [22], 'cynicism,': [23], 'inefficacy.': [25], 'The': [26, 71, 90], 'past': [27], '25': [28], 'years': [29], 'research': [31, 97], 'has': [32, 61, 65], 'established': [33], 'complexity': [35], 'construct,': [38], 'places': [40], 'individual': [42], 'stress': [43], 'experience': [44], 'within': [45], 'larger': [47], 'organizational': [48], 'context': [49], "people's": [51, 117], 'relation': [52], 'their': [54], 'work.': [55], 'Recently,': [56], 'work': [58, 108], 'burnout': [60], 'expanded': [62], 'internationally': [63], 'led': [66], 'new': [68, 83], 'conceptual': [69], 'models.': [70], 'focus': [72, 92], 'engagement,': [74], 'positive': [76], 'antithesis': [77], 'burnout,': [79, 94], 'promises': [80], 'yield': [82], 'perspectives': [84], 'interventions': [86], 'alleviate': [88], 'burnout.': [89], 'social': [91], 'solid': [96], 'basis': [98], 'concerning': [99], 'syndrome,': [101], 'its': [103], 'specific': [104], 'ties': [105], 'domain': [109], 'make': [110], 'distinct': [112], 'valuable': [114], 'contribution': [115], 'health': [118], 'well-being.': [120]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4213284804', 'counts_by_year': [{'year': 2023, 'cited_by_count': 682}, {'year': 2022, 'cited_by_count': 1014}, {'year': 2021, 'cited_by_count': 880}, {'year': 2020, 'cited_by_count': 828}, {'year': 2019, 'cited_by_count': 683}, {'year': 2018, 'cited_by_count': 567}, {'year': 2017, 'cited_by_count': 509}, {'year': 2016, 'cited_by_count': 470}, {'year': 2015, 'cited_by_count': 348}, {'year': 2014, 'cited_by_count': 326}, {'year': 2013, 'cited_by_count': 311}, {'year': 2012, 'cited_by_count': 230}], 'updated_date': '2023-10-01T17:05:29.804782', 'created_date': '2022-02-24'}, {'id': 'https://openalex.org/W2010348352', 'doi': 'https://doi.org/10.1108/02683940710733115', 'title': 'The Job Demands‐Resources model: state of the art', 'display_name': 'The Job Demands‐Resources model: state of the art', 'publication_year': 2007, 'publication_date': '2007-04-03', 'ids': {'openalex': 'https://openalex.org/W2010348352', 'doi': 'https://doi.org/10.1108/02683940710733115', 'mag': '2010348352'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1108/02683940710733115', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S53726244', 'display_name': 'Journal of Managerial Psychology', 'issn_l': '0268-3946', 'issn': ['1758-7778', '0268-3946'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319811', 'host_organization_name': 'Emerald Publishing Limited', 'host_organization_lineage': ['https://openalex.org/P4310319811'], 'host_organization_lineage_names': ['Emerald Publishing Limited'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5084220210', 'display_name': 'Arnold B. Bakker', 'orcid': 'https://orcid.org/0000-0003-1489-1847'}, 'institutions': [{'id': 'https://openalex.org/I913958620', 'display_name': 'Erasmus University Rotterdam', 'ror': 'https://ror.org/057w15z03', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I913958620']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Arnold B. Bakker', 'raw_affiliation_string': '(Erasmus University Rotterdam, Institute of Psychology, Department of Work and Organizational Psychology, Rotterdam, The Netherlands)', 'raw_affiliation_strings': ['(Erasmus University Rotterdam, Institute of Psychology, Department of Work and Organizational Psychology, Rotterdam, The Netherlands)']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5027950123', 'display_name': 'Evangelia Demerouti', 'orcid': 'https://orcid.org/0000-0002-4615-6532'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Evangelia Demerouti', 'raw_affiliation_string': 'Utrecht University, Dept. of Social & Organizational Psychology, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Utrecht University, Dept. of Social & Organizational Psychology, Utrecht, The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 6855, 'biblio': {'volume': '22', 'issue': '3', 'first_page': '309', 'last_page': '328'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C63882131', 'wikidata': 'https://www.wikidata.org/wiki/Q17122954', 'display_name': 'Strengths and weaknesses', 'level': 2, 'score': 0.62299615}, {'id': 'https://openalex.org/C202372285', 'wikidata': 'https://www.wikidata.org/wiki/Q1056396', 'display_name': 'Human resource management', 'level': 2, 'score': 0.60568833}, {'id': 'https://openalex.org/C2776950860', 'wikidata': 'https://www.wikidata.org/wiki/Q2914681', 'display_name': 'Originality', 'level': 3, 'score': 0.5924584}, {'id': 'https://openalex.org/C107645774', 'wikidata': 'https://www.wikidata.org/wiki/Q5467169', 'display_name': 'Human resources', 'level': 2, 'score': 0.5319246}, {'id': 'https://openalex.org/C2776291640', 'wikidata': 'https://www.wikidata.org/wiki/Q2912517', 'display_name': 'Value (mathematics)', 'level': 2, 'score': 0.49917722}, {'id': 'https://openalex.org/C2775924081', 'wikidata': 'https://www.wikidata.org/wiki/Q55608371', 'display_name': 'Control (management)', 'level': 2, 'score': 0.44158435}, {'id': 'https://openalex.org/C18762648', 'wikidata': 'https://www.wikidata.org/wiki/Q42213', 'display_name': 'Work (physics)', 'level': 2, 'score': 0.41200238}, {'id': 'https://openalex.org/C56739046', 'wikidata': 'https://www.wikidata.org/wiki/Q192060', 'display_name': 'Knowledge management', 'level': 1, 'score': 0.40576857}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.38214573}, {'id': 'https://openalex.org/C195094911', 'wikidata': 'https://www.wikidata.org/wiki/Q14167904', 'display_name': 'Process management', 'level': 1, 'score': 0.36350942}, {'id': 'https://openalex.org/C539667460', 'wikidata': 'https://www.wikidata.org/wiki/Q2414942', 'display_name': 'Management science', 'level': 1, 'score': 0.3381337}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.31344908}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.30539685}, {'id': 'https://openalex.org/C187736073', 'wikidata': 'https://www.wikidata.org/wiki/Q2920921', 'display_name': 'Management', 'level': 1, 'score': 0.22448233}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.1753957}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.16799903}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.14552057}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C11012388', 'wikidata': 'https://www.wikidata.org/wiki/Q170658', 'display_name': 'Creativity', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1108/02683940710733115', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S53726244', 'display_name': 'Journal of Managerial Psychology', 'issn_l': '0268-3946', 'issn': ['1758-7778', '0268-3946'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319811', 'host_organization_name': 'Emerald Publishing Limited', 'host_organization_lineage': ['https://openalex.org/P4310319811'], 'host_organization_lineage_names': ['Emerald Publishing Limited'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.66}], 'grants': [], 'referenced_works_count': 60, 'referenced_works': ['https://openalex.org/W1675116265', 'https://openalex.org/W1909639450', 'https://openalex.org/W1968265757', 'https://openalex.org/W1975256020', 'https://openalex.org/W1976211709', 'https://openalex.org/W1997397294', 'https://openalex.org/W1999424113', 'https://openalex.org/W2004829268', 'https://openalex.org/W2005673510', 'https://openalex.org/W2009990982', 'https://openalex.org/W2015263422', 'https://openalex.org/W2017210691', 'https://openalex.org/W2020031758', 'https://openalex.org/W2025063626', 'https://openalex.org/W2027761822', 'https://openalex.org/W2046767259', 'https://openalex.org/W2048385562', 'https://openalex.org/W2049852455', 'https://openalex.org/W2052729098', 'https://openalex.org/W2055461003', 'https://openalex.org/W2072544276', 'https://openalex.org/W2075670547', 'https://openalex.org/W2081155210', 'https://openalex.org/W2082540799', 'https://openalex.org/W2083806169', 'https://openalex.org/W2093609010', 'https://openalex.org/W2095870081', 'https://openalex.org/W2096077734', 'https://openalex.org/W2101343975', 'https://openalex.org/W2102463240', 'https://openalex.org/W2107309765', 'https://openalex.org/W2108154693', 'https://openalex.org/W2109545665', 'https://openalex.org/W2113953571', 'https://openalex.org/W2124761614', 'https://openalex.org/W2125147250', 'https://openalex.org/W2127625785', 'https://openalex.org/W2129002932', 'https://openalex.org/W2135590301', 'https://openalex.org/W2136313384', 'https://openalex.org/W2138263263', 'https://openalex.org/W2138629166', 'https://openalex.org/W2139952493', 'https://openalex.org/W2140198967', 'https://openalex.org/W2140976637', 'https://openalex.org/W2143855459', 'https://openalex.org/W2147510781', 'https://openalex.org/W2148115887', 'https://openalex.org/W2153610778', 'https://openalex.org/W2153814444', 'https://openalex.org/W2157057634', 'https://openalex.org/W2163577748', 'https://openalex.org/W2163884583', 'https://openalex.org/W2167590758', 'https://openalex.org/W2167900707', 'https://openalex.org/W4233789578', 'https://openalex.org/W4238563431', 'https://openalex.org/W4239393701', 'https://openalex.org/W4243321329', 'https://openalex.org/W4246739810'], 'related_works': ['https://openalex.org/W74093271', 'https://openalex.org/W1967014934', 'https://openalex.org/W2049617375', 'https://openalex.org/W2113584119', 'https://openalex.org/W2186424967', 'https://openalex.org/W2329749695', 'https://openalex.org/W2387403275', 'https://openalex.org/W2600808350', 'https://openalex.org/W2604843180', 'https://openalex.org/W4312739318'], 'ngrams_url': 'https://api.openalex.org/works/W2010348352/ngrams', 'abstract_inverted_index': {'Purpose': [0], 'The': [1, 20, 43, 58, 84], 'purpose': [2], 'of': [3, 13, 24, 63, 79, 106, 130, 149], 'this': [4], 'paper': [5, 44, 59, 117], 'is': [6], 'to': [7, 145, 154], 'give': [8], 'a': [9, 91, 146], 'state‐of‐the': [10], 'art': [11], 'overview': [12, 62], 'the': [14, 25, 29, 47, 64, 71, 80, 102, 139], 'Job': [15], 'Demands‐Resources': [16], '(JD‐R)': [17], 'model': [18, 27, 32, 51, 86, 141], 'Design/methodology/approach': [19], 'strengths': [21, 103], 'and': [22, 28, 52, 104, 111, 122, 127, 151, 159], 'weaknesses': [23, 105], 'demand‐control': [26], 'effort‐reward': [30], 'imbalance': [31], 'regarding': [33], 'their': [34], 'predictive': [35], 'value': [36], 'for': [37, 77, 93], 'employee': [38, 131, 156], 'well': [39, 132, 157], 'being': [40, 158], 'are': [41], 'discussed.': [42], 'then': [45], 'introduces': [46], 'more': [48], 'flexible': [49], 'JD‐R': [50, 72, 85, 140], 'discusses': [53, 75], 'its': [54], 'basic': [55], 'premises.': [56], 'Findings': [57], 'provides': [60], 'an': [61], 'studies': [65], 'that': [66], 'have': [67], 'been': [68], 'conducted': [69], 'with': [70], 'model.': [73], 'It': [74], 'evidence': [76], 'each': [78], "model's": [81], 'main': [82], 'propositions.': [83], 'can': [87, 100, 142], 'be': [88, 143, 152], 'used': [89, 153], 'as': [90], 'tool': [92], 'human': [94], 'resource': [95], 'management.': [96], 'A': [97], 'two‐stage': [98], 'approach': [99], 'highlight': [101], 'individuals,': [107], 'work': [108], 'groups,': [109], 'departments,': [110], 'organizations': [112], 'at': [113], 'large.': [114], 'Originality/value': [115], 'This': [116], 'challenges': [118], 'existing': [119], 'stress': [120], 'models,': [121], 'focuses': [123], 'on': [124], 'both': [125], 'negative': [126], 'positive': [128], 'indicators': [129], 'being.': [133], 'In': [134], 'addition,': [135], 'it': [136], 'outlines': [137], 'how': [138], 'applied': [144], 'wide': [147], 'range': [148], 'occupations,': [150], 'improve': [155], 'performance.': [160]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2010348352', 'counts_by_year': [{'year': 2023, 'cited_by_count': 626}, {'year': 2022, 'cited_by_count': 842}, {'year': 2021, 'cited_by_count': 746}, {'year': 2020, 'cited_by_count': 701}, {'year': 2019, 'cited_by_count': 628}, {'year': 2018, 'cited_by_count': 515}, {'year': 2017, 'cited_by_count': 511}, {'year': 2016, 'cited_by_count': 454}, {'year': 2015, 'cited_by_count': 424}, {'year': 2014, 'cited_by_count': 389}, {'year': 2013, 'cited_by_count': 337}, {'year': 2012, 'cited_by_count': 266}], 'updated_date': '2023-09-30T17:41:20.676127', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1902610065', 'doi': 'https://doi.org/10.1023/a:1015630930326', 'title': None, 'display_name': None, 'publication_year': 2002, 'publication_date': '2002-01-01', 'ids': {'openalex': 'https://openalex.org/W1902610065', 'doi': 'https://doi.org/10.1023/a:1015630930326', 'mag': '1902610065'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1023/a:1015630930326', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202734349', 'display_name': 'Journal of Happiness Studies', 'issn_l': '1389-4978', 'issn': ['1389-4978', '1573-7780'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5006499627', 'display_name': 'Wilmar B. Schaufeli', 'orcid': 'https://orcid.org/0000-0002-6070-7150'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Wilmar B. Schaufeli', 'raw_affiliation_string': 'Department of Psychology, Utrecht University, Utrecht, the Netherlands.', 'raw_affiliation_strings': ['Department of Psychology, Utrecht University, Utrecht, the Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079283736', 'display_name': 'Marisa Salanova', 'orcid': 'https://orcid.org/0000-0001-7873-7078'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Marisa Salanova', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078306555', 'display_name': 'Vicente González-Romá', 'orcid': 'https://orcid.org/0000-0002-0657-7375'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Vicente González-romá', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014550530', 'display_name': 'Arnold B. Bakker', 'orcid': 'https://orcid.org/0000-0003-0417-641X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Arnold B. Bakker', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2490, 'currency': 'EUR', 'value_usd': 3090, 'provenance': 'doaj'}, 'apc_paid': {'value': 2490, 'currency': 'EUR', 'value_usd': 3090, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 6525, 'biblio': {'volume': '3', 'issue': '1', 'first_page': '71', 'last_page': '92'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779114464', 'wikidata': 'https://www.wikidata.org/wiki/Q245781', 'display_name': 'Cynicism', 'level': 3, 'score': 0.8636071}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.81310815}, {'id': 'https://openalex.org/C143916079', 'wikidata': 'https://www.wikidata.org/wiki/Q2629248', 'display_name': 'Burnout', 'level': 2, 'score': 0.7796271}, {'id': 'https://openalex.org/C2781160688', 'wikidata': 'https://www.wikidata.org/wiki/Q2234192', 'display_name': 'Work engagement', 'level': 3, 'score': 0.6781086}, {'id': 'https://openalex.org/C40722632', 'wikidata': 'https://www.wikidata.org/wiki/Q5160137', 'display_name': 'Confirmatory factor analysis', 'level': 3, 'score': 0.5834303}, {'id': 'https://openalex.org/C71104824', 'wikidata': 'https://www.wikidata.org/wiki/Q1476639', 'display_name': 'Structural equation modeling', 'level': 2, 'score': 0.56547827}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.53070706}, {'id': 'https://openalex.org/C88519622', 'wikidata': 'https://www.wikidata.org/wiki/Q776232', 'display_name': 'Emotional exhaustion', 'level': 3, 'score': 0.47687632}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 0.26414737}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.14016068}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.077840686}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.067319006}, {'id': 'https://openalex.org/C147789679', 'wikidata': 'https://www.wikidata.org/wiki/Q11372', 'display_name': 'Physical chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C94625758', 'wikidata': 'https://www.wikidata.org/wiki/Q7163', 'display_name': 'Politics', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C143141573', 'wikidata': 'https://www.wikidata.org/wiki/Q7450971', 'display_name': 'Sense (electronics)', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1023/a:1015630930326', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202734349', 'display_name': 'Journal of Happiness Studies', 'issn_l': '1389-4978', 'issn': ['1389-4978', '1573-7780'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [], 'grants': [], 'referenced_works_count': 29, 'referenced_works': ['https://openalex.org/W7600810', 'https://openalex.org/W1572252684', 'https://openalex.org/W1688915732', 'https://openalex.org/W1732817535', 'https://openalex.org/W1779735677', 'https://openalex.org/W1974999136', 'https://openalex.org/W1991671273', 'https://openalex.org/W1992193527', 'https://openalex.org/W2017111451', 'https://openalex.org/W2018201949', 'https://openalex.org/W2045058778', 'https://openalex.org/W2047892611', 'https://openalex.org/W2053133047', 'https://openalex.org/W2057958177', 'https://openalex.org/W2074526772', 'https://openalex.org/W2087553395', 'https://openalex.org/W2096034734', 'https://openalex.org/W2107309765', 'https://openalex.org/W2127625785', 'https://openalex.org/W2140205964', 'https://openalex.org/W2144816256', 'https://openalex.org/W2151904515', 'https://openalex.org/W2154331121', 'https://openalex.org/W2158862141', 'https://openalex.org/W2170527761', 'https://openalex.org/W2508588924', 'https://openalex.org/W2511901496', 'https://openalex.org/W2904461966', 'https://openalex.org/W2945055388'], 'related_works': ['https://openalex.org/W59198854', 'https://openalex.org/W2546965259', 'https://openalex.org/W2554549047', 'https://openalex.org/W2770306218', 'https://openalex.org/W3148959753', 'https://openalex.org/W4321634614', 'https://openalex.org/W4362461325', 'https://openalex.org/W4378710496', 'https://openalex.org/W4380485546', 'https://openalex.org/W4381664126'], 'ngrams_url': 'https://api.openalex.org/works/W1902610065/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1902610065', 'counts_by_year': [{'year': 2023, 'cited_by_count': 509}, {'year': 2022, 'cited_by_count': 734}, {'year': 2021, 'cited_by_count': 705}, {'year': 2020, 'cited_by_count': 665}, {'year': 2019, 'cited_by_count': 531}, {'year': 2018, 'cited_by_count': 455}, {'year': 2017, 'cited_by_count': 435}, {'year': 2016, 'cited_by_count': 447}, {'year': 2015, 'cited_by_count': 387}, {'year': 2014, 'cited_by_count': 388}, {'year': 2013, 'cited_by_count': 345}, {'year': 2012, 'cited_by_count': 255}], 'updated_date': '2023-09-30T19:55:17.206194', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2900756811', 'doi': 'https://doi.org/10.1080/20013078.2018.1535750', 'title': 'Minimal information for studies of extracellular vesicles 2018 (MISEV2018): a position statement of the International Society for Extracellular Vesicles and update of the MISEV2014 guidelines', 'display_name': 'Minimal information for studies of extracellular vesicles 2018 (MISEV2018): a position statement of the International Society for Extracellular Vesicles and update of the MISEV2014 guidelines', 'publication_year': 2018, 'publication_date': '2018-11-23', 'ids': {'openalex': 'https://openalex.org/W2900756811', 'doi': 'https://doi.org/10.1080/20013078.2018.1535750', 'mag': '2900756811', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/30637094', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/6322352'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1080/20013078.2018.1535750', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.1080/20013078.2018.1535750?needAccess=true', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.tandfonline.com/doi/pdf/10.1080/20013078.2018.1535750?needAccess=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5024968347', 'display_name': 'Clotilde Théry', 'orcid': 'https://orcid.org/0000-0001-8294-6884'}, 'institutions': [{'id': 'https://openalex.org/I2746051580', 'display_name': 'PSL Research University', 'ror': 'https://ror.org/013cjyk83', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I2746051580']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I80043', 'display_name': 'Institute Curie', 'ror': 'https://ror.org/04t0gwh46', 'country_code': 'FR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I80043']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'Clotilde Théry', 'raw_affiliation_string': 'Institut Curie, INSERM U932, PSL Research University, Paris, France', 'raw_affiliation_strings': ['Institut Curie, INSERM U932, PSL Research University, Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078835957', 'display_name': 'Kenneth W. Witwer', 'orcid': 'https://orcid.org/0000-0003-1664-4233'}, 'institutions': [{'id': 'https://openalex.org/I2799853436', 'display_name': 'Johns Hopkins Medicine', 'ror': 'https://ror.org/037zgn354', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2799853436']}, {'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Kenneth W. Witwer', 'raw_affiliation_string': 'The Johns Hopkins University School of Medicine, Department of Molecular and Comparative Pathobiology, Baltimore, MD, USA', 'raw_affiliation_strings': ['The Johns Hopkins University School of Medicine, Department of Molecular and Comparative Pathobiology, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064521237', 'display_name': 'Elena Aikawa', 'orcid': 'https://orcid.org/0000-0001-7835-2135'}, 'institutions': [{'id': 'https://openalex.org/I1283280774', 'display_name': "Brigham and Women's Hospital", 'ror': 'https://ror.org/04b6nzv94', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1283280774', 'https://openalex.org/I48633490']}, {'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Elena Aikawa', 'raw_affiliation_string': 'Brigham and Women’s Hospital, Center for Interdisciplinary Cardiovascular Sciences, Boston, MA, USA; Harvard Medical School, Cardiovascular Medicine, Boston, MA, USA', 'raw_affiliation_strings': ['Brigham and Women’s Hospital, Center for Interdisciplinary Cardiovascular Sciences, Boston, MA, USA', 'Harvard Medical School, Cardiovascular Medicine, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045289907', 'display_name': 'Marı́a José Alcaraz', 'orcid': 'https://orcid.org/0000-0002-5459-6407'}, 'institutions': [{'id': 'https://openalex.org/I60053951', 'display_name': 'Universitat Politècnica de València', 'ror': 'https://ror.org/01460j859', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I60053951']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Maria Jose Alcaraz', 'raw_affiliation_string': 'Interuniversity Research Institute for Molecular Recognition and Technological Development (IDM), University of Valencia, Polytechnic University of Valencia, Valencia, Spain', 'raw_affiliation_strings': ['Interuniversity Research Institute for Molecular Recognition and Technological Development (IDM), University of Valencia, Polytechnic University of Valencia, Valencia, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072521797', 'display_name': 'Johnathon D. Anderson', 'orcid': 'https://orcid.org/0000-0001-5404-2298'}, 'institutions': [{'id': 'https://openalex.org/I84218800', 'display_name': 'University of California, Davis', 'ror': 'https://ror.org/05rrcem69', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I84218800']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Johnathon D. Anderson', 'raw_affiliation_string': 'University of California, Davis, Department of Otolaryngology, Davis, CA, USA', 'raw_affiliation_strings': ['University of California, Davis, Department of Otolaryngology, Davis, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084952116', 'display_name': 'Ramaroson Andriantsitohaina', 'orcid': 'https://orcid.org/0000-0002-4770-3585'}, 'institutions': [{'id': 'https://openalex.org/I49451733', 'display_name': 'University of Angers', 'ror': 'https://ror.org/04yrqp957', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I49451733']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Ramaroson Andriantsitohaina', 'raw_affiliation_string': 'INSERM U1063, Université d’Angers, CHU d’Angers, Angers, France', 'raw_affiliation_strings': ['INSERM U1063, Université d’Angers, CHU d’Angers, Angers, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056186924', 'display_name': 'Anna Antoniou', 'orcid': 'https://orcid.org/0000-0002-3907-2330'}, 'institutions': [{'id': 'https://openalex.org/I2801533059', 'display_name': 'German Center for Neurodegenerative Diseases', 'ror': 'https://ror.org/043j0f473', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I2801533059']}, {'id': 'https://openalex.org/I2799391451', 'display_name': 'University Hospital Bonn', 'ror': 'https://ror.org/01xnwqx93', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2799391451']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Anna Antoniou', 'raw_affiliation_string': 'German Centre for Neurodegenerative Diseases (DZNE), Bonn, Germany; University Hospital Bonn (UKB), Bonn, Germany', 'raw_affiliation_strings': ['German Centre for Neurodegenerative Diseases (DZNE), Bonn, Germany', 'University Hospital Bonn (UKB), Bonn, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052064234', 'display_name': 'Tanina Arab', 'orcid': 'https://orcid.org/0000-0003-4485-1096'}, 'institutions': [{'id': 'https://openalex.org/I4210164350', 'display_name': 'Protéomique, Réponse Inflammatoire et Spectrométrie de Masse', 'ror': 'https://ror.org/05dm3m993', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2279609970', 'https://openalex.org/I3018718406', 'https://openalex.org/I4210093160', 'https://openalex.org/I4210141925', 'https://openalex.org/I4210164350', 'https://openalex.org/I7171862']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I2279609970', 'display_name': 'University of Lille', 'ror': 'https://ror.org/02kzqn938', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I2279609970']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Tanina Arab', 'raw_affiliation_string': 'Université de Lille, INSERM, U-1192, Laboratoire Protéomique, Réponse Inflammatoire et Spectrométrie de Masse - PRISM, Lille, France', 'raw_affiliation_strings': ['Université de Lille, INSERM, U-1192, Laboratoire Protéomique, Réponse Inflammatoire et Spectrométrie de Masse - PRISM, Lille, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057484980', 'display_name': 'Fabienne Archer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I159885104', 'display_name': 'École Pratique des Hautes Études', 'ror': 'https://ror.org/046b3cj80', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I159885104', 'https://openalex.org/I2746051580']}, {'id': 'https://openalex.org/I100532134', 'display_name': 'Claude Bernard University Lyon 1', 'ror': 'https://ror.org/029brtt94', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I100532134', 'https://openalex.org/I203339264']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Fabienne Archer', 'raw_affiliation_string': 'University of Lyon, INRA, EPHE, UMR754 Viral Infections and Comparative Pathology, Lyon, France', 'raw_affiliation_strings': ['University of Lyon, INRA, EPHE, UMR754 Viral Infections and Comparative Pathology, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065313793', 'display_name': 'Georgia K. Atkin-Smith', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I196829312', 'display_name': 'La Trobe University', 'ror': 'https://ror.org/01rxfrp27', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I196829312']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Georgia K. Atkin-Smith', 'raw_affiliation_string': 'La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia', 'raw_affiliation_strings': ['La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009163427', 'display_name': 'D. Craig Ayre', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210137444', 'display_name': 'Atlantic Cancer Research Institute', 'ror': 'https://ror.org/04neva792', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210137444']}, {'id': 'https://openalex.org/I163902620', 'display_name': 'Mount Allison University', 'ror': 'https://ror.org/03grc6f14', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I163902620']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'D. Craig Ayre', 'raw_affiliation_string': 'Atlantic Cancer Research Institute, Moncton, Canada; Mount Allison University, Department of Chemistry and Biochemistry, Sackville, Canada', 'raw_affiliation_strings': ['Atlantic Cancer Research Institute, Moncton, Canada', 'Mount Allison University, Department of Chemistry and Biochemistry, Sackville, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017016380', 'display_name': 'Jean‐Marie Bach', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210149833', 'display_name': 'Université Bretagne Loire', 'ror': 'https://ror.org/04x1a4s97', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210149833']}, {'id': 'https://openalex.org/I4210157468', 'display_name': 'Oniris', 'ror': 'https://ror.org/05q0ncs32', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210157468']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean Marie Bach', 'raw_affiliation_string': 'Université Bretagne Loire, Oniris, INRA, IECM, Nantes, France', 'raw_affiliation_strings': ['Université Bretagne Loire, Oniris, INRA, IECM, Nantes, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084730445', 'display_name': 'Daniel Bachurski', 'orcid': 'https://orcid.org/0000-0001-9168-9680'}, 'institutions': [{'id': 'https://openalex.org/I180923762', 'display_name': 'University of Cologne', 'ror': 'https://ror.org/00rcxh774', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I180923762']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Daniel Bachurski', 'raw_affiliation_string': 'University of Cologne, Department of Internal Medicine I, Cologne, Germany', 'raw_affiliation_strings': ['University of Cologne, Department of Internal Medicine I, Cologne, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091186278', 'display_name': 'Hossein Baharvand', 'orcid': 'https://orcid.org/0000-0001-6528-3687'}, 'institutions': [{'id': 'https://openalex.org/I202419968', 'display_name': 'Royan Institute', 'ror': 'https://ror.org/02exhb815', 'country_code': 'IR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I202419968', 'https://openalex.org/I2802694670']}, {'id': 'https://openalex.org/I2802694670', 'display_name': 'Academic Center for Education, Culture and Research', 'ror': 'https://ror.org/0126z4b94', 'country_code': 'IR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802694670']}, {'id': 'https://openalex.org/I11750234', 'display_name': 'University of Science and Culture', 'ror': 'https://ror.org/048e0p659', 'country_code': 'IR', 'type': 'education', 'lineage': ['https://openalex.org/I11750234']}], 'countries': ['IR'], 'is_corresponding': False, 'raw_author_name': 'Hossein Baharvand', 'raw_affiliation_string': 'Royan Institute for Stem Cell Biology and Technology, ACECR, Cell Science Research Center, Department of Stem Cells and Developmental Biology, Tehran, Iran; University of Science and Culture, ACECR, Department of Developmental Biology, Tehran, Iran', 'raw_affiliation_strings': ['Royan Institute for Stem Cell Biology and Technology, ACECR, Cell Science Research Center, Department of Stem Cells and Developmental Biology, Tehran, Iran', 'University of Science and Culture, ACECR, Department of Developmental Biology, Tehran, Iran']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014953188', 'display_name': 'Leonora Balaj', 'orcid': 'https://orcid.org/0000-0003-0931-9715'}, 'institutions': [{'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Leonora Balaj', 'raw_affiliation_string': 'Massachusetts General Hospital, Department of Neurosurgery, Boston, MA, USA', 'raw_affiliation_strings': ['Massachusetts General Hospital, Department of Neurosurgery, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015675649', 'display_name': 'Shawn Baldacchino', 'orcid': 'https://orcid.org/0000-0001-7501-0842'}, 'institutions': [{'id': 'https://openalex.org/I197854408', 'display_name': 'University of Malta', 'ror': 'https://ror.org/03a62bv60', 'country_code': 'MT', 'type': 'education', 'lineage': ['https://openalex.org/I197854408']}], 'countries': ['MT'], 'is_corresponding': False, 'raw_author_name': 'Shawn Baldacchino', 'raw_affiliation_string': 'University of Malta, Department of Pathology, Msida, Malta', 'raw_affiliation_strings': ['University of Malta, Department of Pathology, Msida, Malta']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043544752', 'display_name': 'Natalie Bauer', 'orcid': 'https://orcid.org/0000-0002-6612-1302'}, 'institutions': [{'id': 'https://openalex.org/I83809506', 'display_name': 'University of South Alabama', 'ror': 'https://ror.org/01s7b5y08', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I83809506']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Natalie N. Bauer', 'raw_affiliation_string': 'University of South Alabama, Department of Pharmacology, Center for Lung Biology, Mobile, AL, USA', 'raw_affiliation_strings': ['University of South Alabama, Department of Pharmacology, Center for Lung Biology, Mobile, AL, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039089126', 'display_name': 'Amy A. Baxter', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I196829312', 'display_name': 'La Trobe University', 'ror': 'https://ror.org/01rxfrp27', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I196829312']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Amy A. Baxter', 'raw_affiliation_string': 'La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia', 'raw_affiliation_strings': ['La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018610727', 'display_name': 'Mary Bebawy', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I114017466', 'display_name': 'University of Technology Sydney', 'ror': 'https://ror.org/03f0f6041', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I114017466']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Mary Bebawy', 'raw_affiliation_string': 'University of Technology Sydney, Discipline of Pharmacy, Graduate School of Health, Sydney, Australia', 'raw_affiliation_strings': ['University of Technology Sydney, Discipline of Pharmacy, Graduate School of Health, Sydney, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009708128', 'display_name': 'Carla Beckham', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5388228', 'display_name': 'University of Rochester', 'ror': 'https://ror.org/022kthw22', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I5388228']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Carla Beckham', 'raw_affiliation_string': 'University of Rochester, Rochester, NY, USA', 'raw_affiliation_strings': ['University of Rochester, Rochester, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072142431', 'display_name': 'Apolonija Bedina Zavec', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210152560', 'display_name': 'National Institute of Chemistry', 'ror': 'https://ror.org/050mac570', 'country_code': 'SI', 'type': 'facility', 'lineage': ['https://openalex.org/I4210152560']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Apolonija Bedina Zavec', 'raw_affiliation_string': 'National Institute of Chemistry, Department of Molecular Biology and Nanobiotechnology, Ljubljana, Slovenia', 'raw_affiliation_strings': ['National Institute of Chemistry, Department of Molecular Biology and Nanobiotechnology, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088552577', 'display_name': 'Abderrahim Benmoussa', 'orcid': 'https://orcid.org/0000-0002-9504-3120'}, 'institutions': [{'id': 'https://openalex.org/I4210139308', 'display_name': "Centre hospitalier de l'Université Laval", 'ror': 'https://ror.org/041v96n47', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210139308']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Abderrahim Benmoussa', 'raw_affiliation_string': 'Université Laval, Centre de Recherche du CHU de Québec, Department of Infectious Diseases and Immunity, Quebec City, Canada', 'raw_affiliation_strings': ['Université Laval, Centre de Recherche du CHU de Québec, Department of Infectious Diseases and Immunity, Quebec City, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004553967', 'display_name': 'Anna C. Berardi', 'orcid': 'https://orcid.org/0000-0002-5078-6158'}, 'institutions': [{'id': 'https://openalex.org/I4210107523', 'display_name': 'Ospedale di Santo Spirito', 'ror': 'https://ror.org/01jj26143', 'country_code': 'IT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210107523']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Anna C. Berardi', 'raw_affiliation_string': 'Ospedale Santo Spirito, Pescara, Italy', 'raw_affiliation_strings': ['Ospedale Santo Spirito, Pescara, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000990562', 'display_name': 'Paolo Bergese', 'orcid': 'https://orcid.org/0000-0002-4652-2168'}, 'institutions': [{'id': 'https://openalex.org/I4210098328', 'display_name': 'Consorzio Interuniversitario per lo Sviluppo dei Sistemi a Grande Interfase', 'ror': 'https://ror.org/010wgh593', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I4210098328', 'https://openalex.org/I4210104782']}, {'id': 'https://openalex.org/I4210155898', 'display_name': 'National Interuniversity Consortium of Materials Science and Technology', 'ror': 'https://ror.org/04k80k910', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I4210155898']}, {'id': 'https://openalex.org/I79940851', 'display_name': 'University of Brescia', 'ror': 'https://ror.org/02q2d2610', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I79940851']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Paolo Bergese', 'raw_affiliation_string': 'CSGI - Research Center for Colloids and Nanoscience, Florence, Italy; INSTM - National Interuniversity Consortium of Materials Science and Technology, Florence, Italy; University of Brescia, Department of Molecular and Translational Medicine, Brescia, Italy', 'raw_affiliation_strings': ['CSGI - Research Center for Colloids and Nanoscience, Florence, Italy', 'INSTM - National Interuniversity Consortium of Materials Science and Technology, Florence, Italy', 'University of Brescia, Department of Molecular and Translational Medicine, Brescia, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023949391', 'display_name': 'Ewa Bielska', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I79619799', 'display_name': 'University of Birmingham', 'ror': 'https://ror.org/03angcq70', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79619799']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Ewa Bielska', 'raw_affiliation_string': 'University of Birmingham, Institute of Microbiology and Infection, Birmingham, UK', 'raw_affiliation_strings': ['University of Birmingham, Institute of Microbiology and Infection, Birmingham, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049860411', 'display_name': 'Cherie Blenkiron', 'orcid': 'https://orcid.org/0000-0002-0217-3808'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Cherie Blenkiron', 'raw_affiliation_string': 'University of Auckland, Auckland, New Zealand', 'raw_affiliation_strings': ['University of Auckland, Auckland, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028613166', 'display_name': 'Sylwia Bobis‐Wozowicz', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I126596746', 'display_name': 'Jagiellonian University', 'ror': 'https://ror.org/03bqmcz70', 'country_code': 'PL', 'type': 'education', 'lineage': ['https://openalex.org/I126596746']}], 'countries': ['PL'], 'is_corresponding': False, 'raw_author_name': 'Sylwia Bobis-Wozowicz', 'raw_affiliation_string': 'Jagiellonian University, Faculty of Biochemistry, Biophysics and Biotechnology, Department of Cell Biology, Kraków, Poland', 'raw_affiliation_strings': ['Jagiellonian University, Faculty of Biochemistry, Biophysics and Biotechnology, Department of Cell Biology, Kraków, Poland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042606678', 'display_name': 'Éric Boilard', 'orcid': 'https://orcid.org/0000-0001-6319-6432'}, 'institutions': [{'id': 'https://openalex.org/I4210139308', 'display_name': "Centre hospitalier de l'Université Laval", 'ror': 'https://ror.org/041v96n47', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210139308']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Eric Boilard', 'raw_affiliation_string': 'Université Laval, Centre de Recherche du CHU de Québec, Department of Infectious Diseases and Immunity, Quebec City, Canada', 'raw_affiliation_strings': ['Université Laval, Centre de Recherche du CHU de Québec, Department of Infectious Diseases and Immunity, Quebec City, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014626784', 'display_name': 'Wilfrid Boireau', 'orcid': 'https://orcid.org/0000-0002-5667-8254'}, 'institutions': [{'id': 'https://openalex.org/I2802759292', 'display_name': 'Franche-Comté Électronique Mécanique Thermique et Optique - Sciences et Technologies', 'ror': 'https://ror.org/004fmxv66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2802759292', 'https://openalex.org/I37553959', 'https://openalex.org/I4210095849', 'https://openalex.org/I53262699', 'https://openalex.org/I90843659']}, {'id': 'https://openalex.org/I53262699', 'display_name': 'École Nationale Supérieure de Mécanique et des Microtechniques', 'ror': 'https://ror.org/05813w841', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I53262699']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Wilfrid Boireau', 'raw_affiliation_string': 'FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France', 'raw_affiliation_strings': ['FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037780803', 'display_name': 'Antonella Bongiovanni', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105756', 'display_name': 'Istituto di Biomedicina e di Immunologia Molecolare Alberto Monroy', 'ror': 'https://ror.org/01dy2q607', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I4210105756', 'https://openalex.org/I4210155236']}, {'id': 'https://openalex.org/I4210155236', 'display_name': 'National Research Council', 'ror': 'https://ror.org/04zaypm56', 'country_code': 'IT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210155236']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Antonella Bongiovanni', 'raw_affiliation_string': 'Institute of Biomedicine and Molecular Immunology (IBIM), National Research Council (CNR) of Italy, Palermo, Italy', 'raw_affiliation_strings': ['Institute of Biomedicine and Molecular Immunology (IBIM), National Research Council (CNR) of Italy, Palermo, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041562886', 'display_name': 'Francesc E. Borràs', 'orcid': 'https://orcid.org/0000-0003-4038-1912'}, 'institutions': [{'id': 'https://openalex.org/I4210137002', 'display_name': "Institut d'Investigació en Ciències de la Salut Germans Trias i Pujol", 'ror': 'https://ror.org/03bzdww12', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210137002']}, {'id': 'https://openalex.org/I4210153460', 'display_name': 'Hospital Universitari Germans Trias i Pujol', 'ror': 'https://ror.org/04wxdxa47', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210153292', 'https://openalex.org/I4210153460']}, {'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Francesc E. Borràs', 'raw_affiliation_string': 'Germans Trias i Pujol Research Institute (IGTP), Can Ruti Campus, REMAR-IVECAT Group, Badalona, Spain; Germans Trias i Pujol University Hospital, Nephrology Service, Badalona, Spain; Universitat Autònoma de Barcelona, Department of Cell Biology, Physiology & Immunology, Barcelona, Spain', 'raw_affiliation_strings': ['Germans Trias i Pujol Research Institute (IGTP), Can Ruti Campus, REMAR-IVECAT Group, Badalona, Spain', 'Germans Trias i Pujol University Hospital, Nephrology Service, Badalona, Spain', 'Universitat Autònoma de Barcelona, Department of Cell Biology, Physiology & Immunology, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015090114', 'display_name': 'Steffi Bosch', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210149833', 'display_name': 'Université Bretagne Loire', 'ror': 'https://ror.org/04x1a4s97', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210149833']}, {'id': 'https://openalex.org/I4210157468', 'display_name': 'Oniris', 'ror': 'https://ror.org/05q0ncs32', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210157468']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Steffi Bosch', 'raw_affiliation_string': 'Université Bretagne Loire, Oniris, INRA, IECM, Nantes, France', 'raw_affiliation_strings': ['Université Bretagne Loire, Oniris, INRA, IECM, Nantes, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062560561', 'display_name': 'Chantal M. Boulanger', 'orcid': 'https://orcid.org/0000-0002-3687-651X'}, 'institutions': [{'id': 'https://openalex.org/I4210131199', 'display_name': 'Paris Cardiovascular Research Center', 'ror': 'https://ror.org/03gvnh520', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I204730241', 'https://openalex.org/I4210131199']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I110736937', 'display_name': 'Délégation Paris 5', 'ror': 'https://ror.org/02e0y6e06', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I110736937', 'https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Chantal M. Boulanger', 'raw_affiliation_string': 'INSERM UMR-S 970, Paris Cardiovascular Research Center, Paris, France; Université Paris Descartes, Sorbonne Paris Cité, Paris, France', 'raw_affiliation_strings': ['INSERM UMR-S 970, Paris Cardiovascular Research Center, Paris, France', 'Université Paris Descartes, Sorbonne Paris Cité, Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059573074', 'display_name': 'Xandra O. Breakefield', 'orcid': 'https://orcid.org/0000-0001-6036-0399'}, 'institutions': [{'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}, {'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Xandra Breakefield', 'raw_affiliation_string': 'Massachusetts General Hospital and Neuroscience Program, Harvard Medical School, Department of Neurology and Radiology, Boston, MA, USA', 'raw_affiliation_strings': ['Massachusetts General Hospital and Neuroscience Program, Harvard Medical School, Department of Neurology and Radiology, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082970078', 'display_name': 'Andrew Breglio', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I98704320', 'display_name': 'Icahn School of Medicine at Mount Sinai', 'ror': 'https://ror.org/04a9tmd77', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1320796813', 'https://openalex.org/I98704320']}, {'id': 'https://openalex.org/I4210156075', 'display_name': 'National Institute on Deafness and Other Communication Disorders', 'ror': 'https://ror.org/04mhx6838', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210156075']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Andrew M. Breglio', 'raw_affiliation_string': 'Icahn School of Medicine at Mount Sinai, New York City, NY, USA; National Institutes of Health, National Institute on Deafness and Other Communication Disorders, Bethesda, MD, USA', 'raw_affiliation_strings': ['Icahn School of Medicine at Mount Sinai, New York City, NY, USA', 'National Institutes of Health, National Institute on Deafness and Other Communication Disorders, Bethesda, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000267366', 'display_name': 'Meadhbh Á. Brennan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}, {'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}, {'id': 'https://openalex.org/I97188460', 'display_name': 'Nantes Université', 'ror': 'https://ror.org/03gnr7b55', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I97188460']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}], 'countries': ['FR', 'US'], 'is_corresponding': False, 'raw_author_name': 'Meadhbh Brennan', 'raw_affiliation_string': 'Harvard University, School of Engineering and Applied Sciences, Cambridge, MA, USA; Massachusetts General Hospital, Harvard Medical School, Department of Neurology, Boston, MA, USA; Université de Nantes INSERM UMR 1238 Bone Sarcoma and Remodeling of Calcified Tissues PhyOS Nantes France', 'raw_affiliation_strings': ['Harvard University, School of Engineering and Applied Sciences, Cambridge, MA, USA', 'Massachusetts General Hospital, Harvard Medical School, Department of Neurology, Boston, MA, USA', 'Université de Nantes INSERM UMR 1238 Bone Sarcoma and Remodeling of Calcified Tissues PhyOS Nantes France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083186525', 'display_name': 'David R. Brigstock', 'orcid': 'https://orcid.org/0000-0001-8651-6486'}, 'institutions': [{'id': 'https://openalex.org/I1314135232', 'display_name': "Nationwide Children's Hospital", 'ror': 'https://ror.org/003rfsp33', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1314135232']}, {'id': 'https://openalex.org/I52357470', 'display_name': 'The Ohio State University', 'ror': 'https://ror.org/00rs6vg23', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802096936', 'https://openalex.org/I52357470']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David R. Brigstock', 'raw_affiliation_string': 'Nationwide Children’s Hospital, Columbus, OH, USA; The Ohio State University, Columbus, OH, USA', 'raw_affiliation_strings': ['Nationwide Children’s Hospital, Columbus, OH, USA', 'The Ohio State University, Columbus, OH, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046985587', 'display_name': 'Alain Brisson', 'orcid': 'https://orcid.org/0000-0003-0342-352X'}, 'institutions': [{'id': 'https://openalex.org/I15057530', 'display_name': 'University of Bordeaux', 'ror': 'https://ror.org/057qpr032', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I15057530']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Alain Brisson', 'raw_affiliation_string': 'UMR‐CBMN CNRS‐Université de Bordeaux Bordeaux France', 'raw_affiliation_strings': ['UMR‐CBMN CNRS‐Université de Bordeaux Bordeaux France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063693691', 'display_name': 'Marike L. D. Broekman', 'orcid': 'https://orcid.org/0000-0002-0226-0119'}, 'institutions': [{'id': 'https://openalex.org/I4210097307', 'display_name': 'Medisch Centrum Haaglanden', 'ror': 'https://ror.org/00v2tx290', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210097307']}, {'id': 'https://openalex.org/I2800006345', 'display_name': 'Leiden University Medical Center', 'ror': 'https://ror.org/05xvt9f17', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800006345']}, {'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}], 'countries': ['NL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Marike L.D. Broekman', 'raw_affiliation_string': 'Haaglanden Medical Center, Department of Neurosurgery, The Hague, The Netherlands; Leiden University Medical Center, Department of Neurosurgery, Leiden, The Netherlands; Massachusetts General Hospital, Department of Neurology, Boston, MA, USA', 'raw_affiliation_strings': ['Haaglanden Medical Center, Department of Neurosurgery, The Hague, The Netherlands', 'Leiden University Medical Center, Department of Neurosurgery, Leiden, The Netherlands', 'Massachusetts General Hospital, Department of Neurology, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040275059', 'display_name': 'Jacqueline Bromberg', 'orcid': 'https://orcid.org/0000-0002-7957-9339'}, 'institutions': [{'id': 'https://openalex.org/I1334819555', 'display_name': 'Memorial Sloan Kettering Cancer Center', 'ror': 'https://ror.org/02yrq0923', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1334819555']}, {'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jacqueline F. Bromberg', 'raw_affiliation_string': 'Memorial Sloan Kettering Cancer Center, Department of Medicine, New York City, NY, USA; Weill Cornell Medicine, Department of Medicine, New York City, NY, USA', 'raw_affiliation_strings': ['Memorial Sloan Kettering Cancer Center, Department of Medicine, New York City, NY, USA', 'Weill Cornell Medicine, Department of Medicine, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058778314', 'display_name': 'Paulina Bryl-Górecka', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I187531555', 'display_name': 'Lund University', 'ror': 'https://ror.org/012a77v79', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I187531555']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Paulina Bryl-Górecka', 'raw_affiliation_string': 'Lund University, Department of Cardiology, Lund, Sweden', 'raw_affiliation_strings': ['Lund University, Department of Cardiology, Lund, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053649150', 'display_name': 'Shilpa Buch', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I59130452', 'display_name': 'University of Nebraska Medical Center', 'ror': 'https://ror.org/00thqtb16', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I59130452']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Shilpa J Buch', 'raw_affiliation_string': 'University of Nebraska Medical Center, Department of Pharmacology and Experimental Neuroscience, Omaha, NE, USA', 'raw_affiliation_strings': ['University of Nebraska Medical Center, Department of Pharmacology and Experimental Neuroscience, Omaha, NE, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016490989', 'display_name': 'Amy H. Buck', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210129072', 'display_name': 'Centre for Immunity, Infection and Evolution', 'ror': 'https://ror.org/03qp5ww24', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210129072']}, {'id': 'https://openalex.org/I98677209', 'display_name': 'University of Edinburgh', 'ror': 'https://ror.org/01nrxwf90', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I98677209']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Amy H. Buck', 'raw_affiliation_string': 'University of Edinburgh, Institute of Immunology & Infection Research, Edinburgh, UK', 'raw_affiliation_strings': ['University of Edinburgh, Institute of Immunology & Infection Research, Edinburgh, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029308902', 'display_name': 'Dylan Burger', 'orcid': 'https://orcid.org/0000-0003-3951-2911'}, 'institutions': [{'id': 'https://openalex.org/I2800722420', 'display_name': 'Ottawa Hospital', 'ror': 'https://ror.org/03c62dg59', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800722420']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Dylan Burger', 'raw_affiliation_string': 'Kidney Research Centre, Ottawa, Canada; Ottawa Hospital Research Institute, Ottawa, Canada; University of Ottawa, Ottawa, Canada', 'raw_affiliation_strings': ['Kidney Research Centre, Ottawa, Canada', 'Ottawa Hospital Research Institute, Ottawa, Canada', 'University of Ottawa, Ottawa, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019922180', 'display_name': 'Sara Busatto', 'orcid': 'https://orcid.org/0000-0002-9128-5579'}, 'institutions': [{'id': 'https://openalex.org/I4210146710', 'display_name': 'Mayo Clinic', 'ror': 'https://ror.org/03zzw1w08', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1330342723', 'https://openalex.org/I4210146710']}, {'id': 'https://openalex.org/I2802423016', 'display_name': 'Winneshiek Medical Center', 'ror': 'https://ror.org/02s47w807', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802423016']}, {'id': 'https://openalex.org/I79940851', 'display_name': 'University of Brescia', 'ror': 'https://ror.org/02q2d2610', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I79940851']}], 'countries': ['IT', 'US'], 'is_corresponding': False, 'raw_author_name': 'Sara Busatto', 'raw_affiliation_string': 'Mayo Clinic, Department of Transplantation, Jacksonville, FL, USA; University of Brescia, Department of Molecular and Translational Medicine, Brescia, Italy', 'raw_affiliation_strings': ['Mayo Clinic, Department of Transplantation, Jacksonville, FL, USA', 'University of Brescia, Department of Molecular and Translational Medicine, Brescia, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025718257', 'display_name': 'Dominik Buschmann', 'orcid': 'https://orcid.org/0000-0003-0460-6459'}, 'institutions': [{'id': 'https://openalex.org/I62916508', 'display_name': 'Technical University of Munich', 'ror': 'https://ror.org/02kkvpp62', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I62916508']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Dominik Buschmann', 'raw_affiliation_string': 'Technical University of Munich, TUM School of Life Sciences Weihenstephan, Division of Animal Physiology and Immunology, Freising, Germany', 'raw_affiliation_strings': ['Technical University of Munich, TUM School of Life Sciences Weihenstephan, Division of Animal Physiology and Immunology, Freising, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077458481', 'display_name': 'Benedetta Bussolati', 'orcid': 'https://orcid.org/0000-0002-3663-5134'}, 'institutions': [{'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Benedetta Bussolati', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086107375', 'display_name': 'Edit I. Buzás', 'orcid': 'https://orcid.org/0000-0002-3744-206X'}, 'institutions': [{'id': 'https://openalex.org/I4210090688', 'display_name': 'ImmunoGenes (Hungary)', 'ror': 'https://ror.org/00bdga736', 'country_code': 'HU', 'type': 'company', 'lineage': ['https://openalex.org/I4210090688']}, {'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Edit I. Buzás', 'raw_affiliation_string': 'MTA-SE Immuno-Proteogenomics Research Groups, Budapest, Hungary; Semmelweis University, Department of Genetics, Cell- and Immunobiology, Budapest, Hungary', 'raw_affiliation_strings': ['MTA-SE Immuno-Proteogenomics Research Groups, Budapest, Hungary', 'Semmelweis University, Department of Genetics, Cell- and Immunobiology, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065971122', 'display_name': 'James Brian Byrd', 'orcid': 'https://orcid.org/0000-0002-0509-3520'}, 'institutions': [{'id': 'https://openalex.org/I27837315', 'display_name': 'University of Michigan–Ann Arbor', 'ror': 'https://ror.org/00jmfr291', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I27837315']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James Bryan Byrd', 'raw_affiliation_string': 'University of Michigan, Department of Medicine, Ann Arbor, MI, USA', 'raw_affiliation_strings': ['University of Michigan, Department of Medicine, Ann Arbor, MI, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045100634', 'display_name': 'Giovanni Camussi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Giovanni Camussi', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065891926', 'display_name': 'David R. F. Carter', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I124261462', 'display_name': 'Oxford Brookes University', 'ror': 'https://ror.org/04v2twj65', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124261462']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'David R.F. Carter', 'raw_affiliation_string': 'Oxford Brookes University, Department of Biological and Medical Sciences, Oxford, UK', 'raw_affiliation_strings': ['Oxford Brookes University, Department of Biological and Medical Sciences, Oxford, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061356260', 'display_name': 'Sarah Caruso', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I196829312', 'display_name': 'La Trobe University', 'ror': 'https://ror.org/01rxfrp27', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I196829312']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Sarah Caruso', 'raw_affiliation_string': 'La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia', 'raw_affiliation_strings': ['La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030843016', 'display_name': 'Lawrence W. Chamley', 'orcid': 'https://orcid.org/0000-0001-7875-4468'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Lawrence W. Chamley', 'raw_affiliation_string': 'University of Auckland, Department of Obstetrics and Gynaecology, Auckland, New Zealand', 'raw_affiliation_strings': ['University of Auckland, Department of Obstetrics and Gynaecology, Auckland, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039531064', 'display_name': 'Yu Chang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210131804', 'display_name': 'National Taiwan University Hospital', 'ror': 'https://ror.org/03nteze27', 'country_code': 'TW', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210131804']}], 'countries': ['TW'], 'is_corresponding': False, 'raw_author_name': 'Yu Ting Chang', 'raw_affiliation_string': 'National Taiwan University Hospital, Department of Internal Medicine, Taipei, Taiwan', 'raw_affiliation_strings': ['National Taiwan University Hospital, Department of Internal Medicine, Taipei, Taiwan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039409144', 'display_name': 'Amrita Datta Chaudhuri', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I25846049', 'display_name': 'National Tsing Hua University', 'ror': 'https://ror.org/00zdnkx70', 'country_code': 'TW', 'type': 'education', 'lineage': ['https://openalex.org/I25846049', 'https://openalex.org/I2802348453']}], 'countries': ['TW'], 'is_corresponding': False, 'raw_author_name': 'Amrita Datta Chaudhuri', 'raw_affiliation_string': 'National Tsing Hua University, Department of Power Mechanical Engineering, Hsinchu, Taiwan', 'raw_affiliation_strings': ['National Tsing Hua University, Department of Power Mechanical Engineering, Hsinchu, Taiwan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059632105', 'display_name': 'Chihchen Chen', 'orcid': 'https://orcid.org/0000-0002-2195-4802'}, 'institutions': [{'id': 'https://openalex.org/I4210119682', 'display_name': 'Research Institute for Farm Animal Biology (FBN)', 'ror': 'https://ror.org/02n5r1g44', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I315704651', 'https://openalex.org/I4210119682']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Chihchen Chen', 'raw_affiliation_string': 'Leibniz Institute for Farm Animal Biology (FBN), Institute of Reproductive Biology, Dummerstorf, Germany', 'raw_affiliation_strings': ['Leibniz Institute for Farm Animal Biology (FBN), Institute of Reproductive Biology, Dummerstorf, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049317673', 'display_name': 'Shuai Chen', 'orcid': 'https://orcid.org/0000-0002-8351-7421'}, 'institutions': [{'id': 'https://openalex.org/I196829312', 'display_name': 'La Trobe University', 'ror': 'https://ror.org/01rxfrp27', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I196829312']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Shuai Chen', 'raw_affiliation_string': 'La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia', 'raw_affiliation_strings': ['La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035048222', 'display_name': 'Lesley Cheng', 'orcid': 'https://orcid.org/0000-0002-8075-6144'}, 'institutions': [{'id': 'https://openalex.org/I1282927834', 'display_name': 'Cedars-Sinai Medical Center', 'ror': 'https://ror.org/02pammg90', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1282927834']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lesley Cheng', 'raw_affiliation_string': 'Cedars-Sinai Medical Center, Los Angeles, CA, USA', 'raw_affiliation_strings': ['Cedars-Sinai Medical Center, Los Angeles, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062088465', 'display_name': 'Andrew R. Chin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I79510175', 'display_name': 'Cardiff University', 'ror': 'https://ror.org/03kk7td41', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79510175']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Andrew R. Chin', 'raw_affiliation_string': 'Cardiff University, School of Medicine, Cardiff, UK', 'raw_affiliation_strings': ['Cardiff University, School of Medicine, Cardiff, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086641002', 'display_name': 'Aled Clayton', 'orcid': 'https://orcid.org/0000-0002-3087-9226'}, 'institutions': [{'id': 'https://openalex.org/I181391015', 'display_name': 'Universidade Estadual de Campinas', 'ror': 'https://ror.org/04wffgt70', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I181391015']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Aled Clayton', 'raw_affiliation_string': 'UNICAMP, Institute of Biology, Campinas, Brazil', 'raw_affiliation_strings': ['UNICAMP, Institute of Biology, Campinas, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060906697', 'display_name': 'Stefano Piatto Clerici', 'orcid': 'https://orcid.org/0000-0003-4231-1213'}, 'institutions': [{'id': 'https://openalex.org/I79510175', 'display_name': 'Cardiff University', 'ror': 'https://ror.org/03kk7td41', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79510175']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Stefano P. Clerici', 'raw_affiliation_string': 'Cardiff University, School of Medicine, Cardiff, UK', 'raw_affiliation_strings': ['Cardiff University, School of Medicine, Cardiff, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036321799', 'display_name': 'Alex Cocks', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I52357470', 'display_name': 'The Ohio State University', 'ror': 'https://ror.org/00rs6vg23', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802096936', 'https://openalex.org/I52357470']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Alex Cocks', 'raw_affiliation_string': 'The Ohio State University, College of Pharmacy, Division of Pharmaceutics and Pharmaceutical Chemistry, Columbus, OH, USA', 'raw_affiliation_strings': ['The Ohio State University, College of Pharmacy, Division of Pharmaceutics and Pharmaceutical Chemistry, Columbus, OH, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040199755', 'display_name': 'Emanuele Cocucci', 'orcid': 'https://orcid.org/0000-0002-0088-9845'}, 'institutions': [{'id': 'https://openalex.org/I901861585', 'display_name': 'Vanderbilt University Medical Center', 'ror': 'https://ror.org/05dq2gs74', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210162197', 'https://openalex.org/I901861585']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Emanuele Cocucci', 'raw_affiliation_string': 'Vanderbilt University Medical Center, Epithelial Biology Center, Department of Medicine, Nashville, TN, USA', 'raw_affiliation_strings': ['Vanderbilt University Medical Center, Epithelial Biology Center, Department of Medicine, Nashville, TN, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046249010', 'display_name': 'Robert J. Coffey', 'orcid': 'https://orcid.org/0000-0002-2180-3844'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Robert J. Coffey', 'raw_affiliation_string': 'University of Porto, Faculty of Pharmacy (FFUP), IBMC/I3S, Porto, Portugal', 'raw_affiliation_strings': ['University of Porto, Faculty of Pharmacy (FFUP), IBMC/I3S, Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080872827', 'display_name': 'Anabela Cordeiro-da-Silva', 'orcid': 'https://orcid.org/0000-0003-2392-6087'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Anabela Cordeiro-da-Silva', 'raw_affiliation_string': 'University of Oxford, Radcliffe Department of Medicine, Acute Stroke Programme - Investigative Medicine, Oxford, UK', 'raw_affiliation_strings': ['University of Oxford, Radcliffe Department of Medicine, Acute Stroke Programme - Investigative Medicine, Oxford, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031656032', 'display_name': 'Yvonne Couch', 'orcid': 'https://orcid.org/0000-0002-5623-5568'}, 'institutions': [{'id': 'https://openalex.org/I887064364', 'display_name': 'University of Amsterdam', 'ror': 'https://ror.org/04dkp9463', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I887064364']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Yvonne Couch', 'raw_affiliation_string': 'Academic Medical Centre of the University of Amsterdam, Department of Clinical Chemistry and Vesicle Observation Centre, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Academic Medical Centre of the University of Amsterdam, Department of Clinical Chemistry and Vesicle Observation Centre, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051665042', 'display_name': 'F.A.W. Coumans', 'orcid': 'https://orcid.org/0000-0001-6282-6009'}, 'institutions': [{'id': 'https://openalex.org/I4210101552', 'display_name': 'Brain Tumour Research', 'ror': 'https://ror.org/018kx8h28', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210101552']}, {'id': 'https://openalex.org/I142263535', 'display_name': 'University of Nottingham', 'ror': 'https://ror.org/01ee9ar58', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I142263535']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Frank A.W. Coumans', 'raw_affiliation_string': 'The University of Nottingham, School of Medicine, Children’s Brain Tumour Research Centre, Nottingham, UK', 'raw_affiliation_strings': ['The University of Nottingham, School of Medicine, Children’s Brain Tumour Research Centre, Nottingham, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073293416', 'display_name': 'Beth Coyle', 'orcid': 'https://orcid.org/0000-0003-2957-1862'}, 'institutions': [{'id': 'https://openalex.org/I881427289', 'display_name': 'University of Gothenburg', 'ror': 'https://ror.org/01tm6cn81', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I881427289']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Beth Coyle', 'raw_affiliation_string': 'University of Gothenburg, Institute of Medicine at Sahlgrenska Academy, Krefting Research Centre, Gothenburg, Sweden', 'raw_affiliation_strings': ['University of Gothenburg, Institute of Medicine at Sahlgrenska Academy, Krefting Research Centre, Gothenburg, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009041716', 'display_name': 'Rossella Crescitelli', 'orcid': 'https://orcid.org/0000-0002-1714-3169'}, 'institutions': [{'id': 'https://openalex.org/I17974374', 'display_name': 'Universidade de São Paulo', 'ror': 'https://ror.org/036rp1748', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I17974374']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Rossella Crescitelli', 'raw_affiliation_string': 'University of São Paulo, Ribeirão Preto Medical School, Ribeirão Preto, Brazil', 'raw_affiliation_strings': ['University of São Paulo, Ribeirão Preto Medical School, Ribeirão Preto, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022094216', 'display_name': 'Miriã Ferreira Criado', 'orcid': 'https://orcid.org/0000-0002-0640-137X'}, 'institutions': [{'id': 'https://openalex.org/I107639228', 'display_name': 'University of Notre Dame', 'ror': 'https://ror.org/00mkhxb43', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I107639228']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Miria Ferreira Criado', 'raw_affiliation_string': 'University of Notre Dame, Department of Biological Sciences, Notre Dame, IN, USA', 'raw_affiliation_strings': ['University of Notre Dame, Department of Biological Sciences, Notre Dame, IN, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021978606', 'display_name': 'Crislyn D’Souza‐Schorey', 'orcid': 'https://orcid.org/0000-0002-8389-055X'}, 'institutions': [{'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Crislyn D’Souza-Schorey', 'raw_affiliation_string': 'Massachusetts General Hospital, Boston, MA, USA', 'raw_affiliation_strings': ['Massachusetts General Hospital, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017137382', 'display_name': 'Saumya Das', 'orcid': 'https://orcid.org/0000-0002-4521-4606'}, 'institutions': [{'id': 'https://openalex.org/I2799853436', 'display_name': 'Johns Hopkins Medicine', 'ror': 'https://ror.org/037zgn354', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2799853436']}, {'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Saumya Das', 'raw_affiliation_string': 'The Johns Hopkins University School of Medicine, Department of Neurology, Baltimore, MD, USA', 'raw_affiliation_strings': ['The Johns Hopkins University School of Medicine, Department of Neurology, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056961111', 'display_name': 'Paola de Candia', 'orcid': 'https://orcid.org/0000-0003-4767-446X'}, 'institutions': [{'id': 'https://openalex.org/I4210094922', 'display_name': 'MultiMedica', 'ror': 'https://ror.org/01h8ey223', 'country_code': 'IT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210094922', 'https://openalex.org/I4210153126']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Paola de Candia', 'raw_affiliation_string': 'IRCCS MultiMedica, Milan, Italy', 'raw_affiliation_strings': ['IRCCS MultiMedica, Milan, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086384411', 'display_name': 'Eliezer F. De Santana', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2800288331', 'display_name': 'Hospital Israelita Albert Einstein', 'ror': 'https://ror.org/04cwrbc27', 'country_code': 'BR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800288331']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Eliezer F. De Santana', 'raw_affiliation_string': 'The Sociedade Beneficente Israelita Brasileira Albert Einstein, São Paulo, Brazil', 'raw_affiliation_strings': ['The Sociedade Beneficente Israelita Brasileira Albert Einstein, São Paulo, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080974432', 'display_name': 'Olivier De Wever', 'orcid': 'https://orcid.org/0000-0002-5453-760X'}, 'institutions': [{'id': 'https://openalex.org/I4210118715', 'display_name': 'Cancer Research Institute Ghent', 'ror': 'https://ror.org/02afm7029', 'country_code': 'BE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210118715']}, {'id': 'https://openalex.org/I32597200', 'display_name': 'Ghent University', 'ror': 'https://ror.org/00cv9y106', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I32597200']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Olivier De Wever', 'raw_affiliation_string': 'Cancer Research Institute Ghent, Ghent, Belgium; Ghent University, Department of Radiation Oncology and Experimental Cancer Research, Laboratory of Experimental Cancer Research, Ghent, Belgium', 'raw_affiliation_strings': ['Cancer Research Institute Ghent, Ghent, Belgium', 'Ghent University, Department of Radiation Oncology and Experimental Cancer Research, Laboratory of Experimental Cancer Research, Ghent, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062896436', 'display_name': 'Hernando A. del Portillo', 'orcid': 'https://orcid.org/0000-0002-5278-3452'}, 'institutions': [{'id': 'https://openalex.org/I11932220', 'display_name': 'Institució Catalana de Recerca i Estudis Avançats', 'ror': 'https://ror.org/0371hy230', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I11932220']}, {'id': 'https://openalex.org/I4210137002', 'display_name': "Institut d'Investigació en Ciències de la Salut Germans Trias i Pujol", 'ror': 'https://ror.org/03bzdww12', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210137002']}, {'id': 'https://openalex.org/I71999127', 'display_name': 'University of Barcelona', 'ror': 'https://ror.org/021018s57', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I71999127']}, {'id': 'https://openalex.org/I4210148332', 'display_name': 'Barcelona Institute for Global Health', 'ror': 'https://ror.org/03hjgt059', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210148332']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Hernando A. del Portillo', 'raw_affiliation_string': 'ISGlobal, Hospital Clínic - Universitat de Barcelona, PVREX Group, Barcelona, Spain; Institució Catalana de Recerca i Estudis Avançats (ICREA), Barcelona, Spain; Institut d’Investigació Germans Trias i Pujol (IGTP), PVREX group, Badalona, Spain', 'raw_affiliation_strings': ['ISGlobal, Hospital Clínic - Universitat de Barcelona, PVREX Group, Barcelona, Spain', 'Institució Catalana de Recerca i Estudis Avançats (ICREA), Barcelona, Spain', 'Institut d’Investigació Germans Trias i Pujol (IGTP), PVREX group, Badalona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016154946', 'display_name': 'Tanguy Demaret', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95674353', 'display_name': 'Université Catholique de Louvain', 'ror': 'https://ror.org/02495e989', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I95674353']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Tanguy Demaret', 'raw_affiliation_string': 'Université Catholique de Louvain, Institut de Recherche Expérimentale et Clinique (IREC), Laboratory of Pediatric Hepatology and Cell Therapy, Brussels, Belgium', 'raw_affiliation_strings': ['Université Catholique de Louvain, Institut de Recherche Expérimentale et Clinique (IREC), Laboratory of Pediatric Hepatology and Cell Therapy, Brussels, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068966114', 'display_name': 'Sarah Deville', 'orcid': 'https://orcid.org/0000-0002-5615-8603'}, 'institutions': [{'id': 'https://openalex.org/I878454856', 'display_name': 'Hasselt University', 'ror': 'https://ror.org/04nbhqj75', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I878454856']}, {'id': 'https://openalex.org/I68522396', 'display_name': 'Flemish Institute for Technological Research', 'ror': 'https://ror.org/04gq0w522', 'country_code': 'BE', 'type': 'facility', 'lineage': ['https://openalex.org/I68522396']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Sarah Deville', 'raw_affiliation_string': 'Universiteit Hasselt, Diepenbeek, Belgium; Vlaamse Instelling voor Technologisch Onderzoek (VITO), Mol, Belgium', 'raw_affiliation_strings': ['Universiteit Hasselt, Diepenbeek, Belgium', 'Vlaamse Instelling voor Technologisch Onderzoek (VITO), Mol, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063138725', 'display_name': 'Andrew Devitt', 'orcid': 'https://orcid.org/0000-0002-4651-6761'}, 'institutions': [{'id': 'https://openalex.org/I169199633', 'display_name': 'Aston University', 'ror': 'https://ror.org/05j0ve876', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I169199633']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Andrew Devitt', 'raw_affiliation_string': 'Aston University, School of Life & Health Sciences, Birmingham, UK', 'raw_affiliation_strings': ['Aston University, School of Life & Health Sciences, Birmingham, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002872965', 'display_name': 'Bert Dhondt', 'orcid': 'https://orcid.org/0000-0001-7223-7670'}, 'institutions': [{'id': 'https://openalex.org/I4210118715', 'display_name': 'Cancer Research Institute Ghent', 'ror': 'https://ror.org/02afm7029', 'country_code': 'BE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210118715']}, {'id': 'https://openalex.org/I2801227569', 'display_name': 'Ghent University Hospital', 'ror': 'https://ror.org/00xmkp704', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801227569']}, {'id': 'https://openalex.org/I32597200', 'display_name': 'Ghent University', 'ror': 'https://ror.org/00cv9y106', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I32597200']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Bert Dhondt', 'raw_affiliation_string': 'Cancer Research Institute Ghent, Ghent, Belgium; Ghent University Hospital, Department of Urology, Ghent, Belgium; Ghent University, Department of Radiation Oncology and Experimental Cancer Research, Laboratory of Experimental Cancer Research, Ghent, Belgium', 'raw_affiliation_strings': ['Cancer Research Institute Ghent, Ghent, Belgium', 'Ghent University Hospital, Department of Urology, Ghent, Belgium', 'Ghent University, Department of Radiation Oncology and Experimental Cancer Research, Laboratory of Experimental Cancer Research, Ghent, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059046046', 'display_name': 'Dolores Di Vizio', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1282927834', 'display_name': 'Cedars-Sinai Medical Center', 'ror': 'https://ror.org/02pammg90', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1282927834']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Dolores Di Vizio', 'raw_affiliation_string': 'Cedars-Sinai Medical Center, Los Angeles, CA, USA', 'raw_affiliation_strings': ['Cedars-Sinai Medical Center, Los Angeles, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041983373', 'display_name': 'Lothar C. Dieterich', 'orcid': 'https://orcid.org/0000-0001-7908-5710'}, 'institutions': [{'id': 'https://openalex.org/I35440088', 'display_name': 'ETH Zurich', 'ror': 'https://ror.org/05a28rw58', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I2799323385', 'https://openalex.org/I35440088']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Lothar C. Dieterich', 'raw_affiliation_string': 'ETH Zurich, Institute of Pharmaceutical Sciences, Zurich, Switzerland', 'raw_affiliation_strings': ['ETH Zurich, Institute of Pharmaceutical Sciences, Zurich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006143315', 'display_name': 'Vincenza Dolo', 'orcid': 'https://orcid.org/0000-0003-0424-6676'}, 'institutions': [{'id': 'https://openalex.org/I26415053', 'display_name': "University of L'Aquila", 'ror': 'https://ror.org/01j9p1r26', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I26415053']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Vincenza Dolo', 'raw_affiliation_string': 'University of L’Aquila, Department of Life, Health and Environmental Sciences, L’Aquila, Italy', 'raw_affiliation_strings': ['University of L’Aquila, Department of Life, Health and Environmental Sciences, L’Aquila, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025001078', 'display_name': 'Ana Paula Domínguez Rubio', 'orcid': 'https://orcid.org/0000-0003-4499-8397'}, 'institutions': [{'id': 'https://openalex.org/I53241121', 'display_name': 'Fundación Ciencias Exactas y Naturales', 'ror': 'https://ror.org/05rxmkq09', 'country_code': 'AR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I53241121']}, {'id': 'https://openalex.org/I24354313', 'display_name': 'University of Buenos Aires', 'ror': 'https://ror.org/0081fs513', 'country_code': 'AR', 'type': 'education', 'lineage': ['https://openalex.org/I24354313']}], 'countries': ['AR'], 'is_corresponding': False, 'raw_author_name': 'Ana Paula Dominguez Rubio', 'raw_affiliation_string': 'Universidad de Buenos Aires, Facultad de Ciencias Exactas y Naturales, Departamento de Química Biológica, Buenos Aires, Argentina', 'raw_affiliation_strings': ['Universidad de Buenos Aires, Facultad de Ciencias Exactas y Naturales, Departamento de Química Biológica, Buenos Aires, Argentina']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038322549', 'display_name': 'Massimo Dominici', 'orcid': 'https://orcid.org/0000-0002-4007-1503'}, 'institutions': [{'id': 'https://openalex.org/I4210135599', 'display_name': 'Ospedale di Mirano', 'ror': 'https://ror.org/03rjjzx12', 'country_code': 'IT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210135599']}, {'id': 'https://openalex.org/I122346577', 'display_name': 'University of Modena and Reggio Emilia', 'ror': 'https://ror.org/02d4c4y02', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I122346577']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Massimo Dominici', 'raw_affiliation_string': 'TPM of Mirandola, Mirandola, Italy; University of Modena and Reggio Emilia, Division of Oncology, Modena, Italy', 'raw_affiliation_strings': ['TPM of Mirandola, Mirandola, Italy', 'University of Modena and Reggio Emilia, Division of Oncology, Modena, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080580395', 'display_name': 'Maurício Rocha Dourado', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I181391015', 'display_name': 'Universidade Estadual de Campinas', 'ror': 'https://ror.org/04wffgt70', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I181391015']}, {'id': 'https://openalex.org/I98381234', 'display_name': 'University of Oulu', 'ror': 'https://ror.org/03yj89h83', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I98381234']}], 'countries': ['BR', 'FI'], 'is_corresponding': False, 'raw_author_name': 'Mauricio R. Dourado', 'raw_affiliation_string': 'University of Campinas, Piracicaba Dental School, Department of Oral Diagnosis, Piracicaba, Brazil; University of Oulu, Faculty of Medicine, Cancer and Translational Medicine Research Unit, Oulu, Finland', 'raw_affiliation_strings': ['University of Campinas, Piracicaba Dental School, Department of Oral Diagnosis, Piracicaba, Brazil', 'University of Oulu, Faculty of Medicine, Cancer and Translational Medicine Research Unit, Oulu, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055254489', 'display_name': 'Tom A.P. Driedonks', 'orcid': 'https://orcid.org/0000-0003-0928-9712'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Tom A.P. Driedonks', 'raw_affiliation_string': 'Utrecht University, Faculty of Veterinary Medicine, Department of Biochemistry and Cell Biology, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Utrecht University, Faculty of Veterinary Medicine, Department of Biochemistry and Cell Biology, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012062701', 'display_name': 'Filipe V. Duarte', 'orcid': 'https://orcid.org/0000-0003-0287-0328'}, 'institutions': [], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Filipe V. Duarte', 'raw_affiliation_string': 'Exogenus Therapeutics, Cantanhede, Portugal', 'raw_affiliation_strings': ['Exogenus Therapeutics, Cantanhede, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012779265', 'display_name': 'Heather M. Duncan', 'orcid': 'https://orcid.org/0000-0001-6176-4846'}, 'institutions': [{'id': 'https://openalex.org/I5023651', 'display_name': 'McGill University', 'ror': 'https://ror.org/01pxwe438', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I5023651']}, {'id': 'https://openalex.org/I2801766832', 'display_name': 'McGill University Health Centre', 'ror': 'https://ror.org/04cpxjv19', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801766832']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Heather M. Duncan', 'raw_affiliation_string': 'McGill University, Division of Experimental Medicine, Montreal, Canada; McGill University, The Research Institute of the McGill University Health Centre, Child Health and Human Development Program, Montreal, Canada', 'raw_affiliation_strings': ['McGill University, Division of Experimental Medicine, Montreal, Canada', 'McGill University, The Research Institute of the McGill University Health Centre, Child Health and Human Development Program, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084069127', 'display_name': 'Ramon M. Eichenberger', 'orcid': 'https://orcid.org/0000-0002-9337-9616'}, 'institutions': [{'id': 'https://openalex.org/I2801053747', 'display_name': 'Australian Institute of Tropical Health and Medicine', 'ror': 'https://ror.org/03dsbfb14', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I2801053747']}, {'id': 'https://openalex.org/I86467917', 'display_name': 'James Cook University', 'ror': 'https://ror.org/04gsp2c11', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I86467917']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Ramon M. Eichenberger', 'raw_affiliation_string': 'James Cook University, Australian Institute of Tropical Health and Medicine, Centre for Biodiscovery and Molecular Development of Therapeutics, Cairns, Australia', 'raw_affiliation_strings': ['James Cook University, Australian Institute of Tropical Health and Medicine, Centre for Biodiscovery and Molecular Development of Therapeutics, Cairns, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028079459', 'display_name': 'Karin M. Ekström', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I881427289', 'display_name': 'University of Gothenburg', 'ror': 'https://ror.org/01tm6cn81', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I881427289']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Karin Ekström', 'raw_affiliation_string': 'University of Gothenburg, Institute of Clinical Sciences at Sahlgrenska Academy, Department of Biomaterials, Gothenburg, Sweden', 'raw_affiliation_strings': ['University of Gothenburg, Institute of Clinical Sciences at Sahlgrenska Academy, Department of Biomaterials, Gothenburg, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059897226', 'display_name': 'Samir El Andaloussi', 'orcid': 'https://orcid.org/0000-0003-4468-9113'}, 'institutions': [{'id': 'https://openalex.org/I4210102991', 'display_name': 'PsiOxus Therapeutics (United Kingdom)', 'ror': 'https://ror.org/019g16n05', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I4210102991']}, {'id': 'https://openalex.org/I28166907', 'display_name': 'Karolinska Institutet', 'ror': 'https://ror.org/056d84691', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I28166907']}], 'countries': ['GB', 'SE'], 'is_corresponding': False, 'raw_author_name': 'Samir El Andaloussi', 'raw_affiliation_string': 'Evox Therapeutics Limited, Oxford, UK; Karolinska Institute, Stockholm, Sweden', 'raw_affiliation_strings': ['Evox Therapeutics Limited, Oxford, UK', 'Karolinska Institute, Stockholm, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048998029', 'display_name': 'Céline Élie-Caille', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802759292', 'display_name': 'Franche-Comté Électronique Mécanique Thermique et Optique - Sciences et Technologies', 'ror': 'https://ror.org/004fmxv66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2802759292', 'https://openalex.org/I37553959', 'https://openalex.org/I4210095849', 'https://openalex.org/I53262699', 'https://openalex.org/I90843659']}, {'id': 'https://openalex.org/I53262699', 'display_name': 'École Nationale Supérieure de Mécanique et des Microtechniques', 'ror': 'https://ror.org/05813w841', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I53262699']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Celine Elie-Caille', 'raw_affiliation_string': 'FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France', 'raw_affiliation_strings': ['FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008493376', 'display_name': 'Uta Erdbrügger', 'orcid': 'https://orcid.org/0000-0002-6829-6624'}, 'institutions': [{'id': 'https://openalex.org/I2799765794', 'display_name': 'University of Virginia Health System', 'ror': 'https://ror.org/00wn7d965', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2799765794']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Uta Erdbrügger', 'raw_affiliation_string': 'University of Virginia Health System, Department of Medicine, Division of Nephrology, Charlottesville, VA, USA', 'raw_affiliation_strings': ['University of Virginia Health System, Department of Medicine, Division of Nephrology, Charlottesville, VA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054735287', 'display_name': 'Juan Manuel Falcón‐Pérez', 'orcid': 'https://orcid.org/0000-0003-3133-0670'}, 'institutions': [{'id': 'https://openalex.org/I4210112728', 'display_name': 'CIC bioGUNE', 'ror': 'https://ror.org/02x5c5y60', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210112728']}, {'id': 'https://openalex.org/I4210132431', 'display_name': 'Centro de Investigación Biomédica en Red de Enfermedades Hepáticas y Digestivas', 'ror': 'https://ror.org/03cn6tr16', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210132431']}, {'id': 'https://openalex.org/I110594554', 'display_name': 'Ikerbasque', 'ror': 'https://ror.org/01cc3fy72', 'country_code': 'ES', 'type': 'other', 'lineage': ['https://openalex.org/I110594554']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Juan M. Falcón-Pérez', 'raw_affiliation_string': 'CIC bioGUNE, CIBERehd, Exosomes Laboratory & Metabolomics Platform, Derio, Spain; IKERBASQUE Research Science Foundation, Bilbao, Spain', 'raw_affiliation_strings': ['CIC bioGUNE, CIBERehd, Exosomes Laboratory & Metabolomics Platform, Derio, Spain', 'IKERBASQUE Research Science Foundation, Bilbao, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083527611', 'display_name': 'Farah Fatima', 'orcid': 'https://orcid.org/0000-0002-0696-8675'}, 'institutions': [{'id': 'https://openalex.org/I17974374', 'display_name': 'Universidade de São Paulo', 'ror': 'https://ror.org/036rp1748', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I17974374']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Farah Fatima', 'raw_affiliation_string': 'University of São Paulo, Ribeirão Preto Medical School, Department of Pathology and Forensic Medicine, Ribeirão Preto, Brazil', 'raw_affiliation_strings': ['University of São Paulo, Ribeirão Preto Medical School, Department of Pathology and Forensic Medicine, Ribeirão Preto, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078017816', 'display_name': 'Jason E. Fish', 'orcid': 'https://orcid.org/0000-0003-0640-7277'}, 'institutions': [{'id': 'https://openalex.org/I1325899441', 'display_name': 'University Health Network', 'ror': 'https://ror.org/042xt5161', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1325899441']}, {'id': 'https://openalex.org/I2801845744', 'display_name': 'Toronto General Hospital', 'ror': 'https://ror.org/026pg9j08', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1325899441', 'https://openalex.org/I2801845744']}, {'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Jason E. Fish', 'raw_affiliation_string': 'Toronto General Hospital Research Institute, University Health Network, Toronto, Canada; University of Toronto, Department of Laboratory Medicine and Pathobiology, Toronto, Canada', 'raw_affiliation_strings': ['Toronto General Hospital Research Institute, University Health Network, Toronto, Canada', 'University of Toronto, Department of Laboratory Medicine and Pathobiology, Toronto, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085718869', 'display_name': 'Miguel Flores-Bellver', 'orcid': 'https://orcid.org/0000-0003-3421-3699'}, 'institutions': [{'id': 'https://openalex.org/I921990950', 'display_name': 'University of Colorado Denver', 'ror': 'https://ror.org/02hh7en24', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802236040', 'https://openalex.org/I921990950']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Miguel Flores-Bellver', 'raw_affiliation_string': 'University of Colorado, School of Medicine, Department of Ophthalmology, Cell Sight-Ocular Stem Cell and Regeneration Program, Aurora, CO, USA', 'raw_affiliation_strings': ['University of Colorado, School of Medicine, Department of Ophthalmology, Cell Sight-Ocular Stem Cell and Regeneration Program, Aurora, CO, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068380408', 'display_name': 'András Försönits', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'András Försönits', 'raw_affiliation_string': 'Semmelweis University, Department of Genetics, Cell- and Immunobiology, Budapest, Hungary', 'raw_affiliation_strings': ['Semmelweis University, Department of Genetics, Cell- and Immunobiology, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062280207', 'display_name': 'Annie Frelet-Barrand', 'orcid': 'https://orcid.org/0000-0002-0849-9040'}, 'institutions': [{'id': 'https://openalex.org/I2802759292', 'display_name': 'Franche-Comté Électronique Mécanique Thermique et Optique - Sciences et Technologies', 'ror': 'https://ror.org/004fmxv66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2802759292', 'https://openalex.org/I37553959', 'https://openalex.org/I4210095849', 'https://openalex.org/I53262699', 'https://openalex.org/I90843659']}, {'id': 'https://openalex.org/I53262699', 'display_name': 'École Nationale Supérieure de Mécanique et des Microtechniques', 'ror': 'https://ror.org/05813w841', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I53262699']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Annie Frelet-Barrand', 'raw_affiliation_string': 'FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France', 'raw_affiliation_strings': ['FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France']}], 'countries_distinct_count': 44, 'institutions_distinct_count': 327, 'corresponding_author_ids': ['https://openalex.org/A5024968347', 'https://openalex.org/A5078835957'], 'corresponding_institution_ids': ['https://openalex.org/I2746051580', 'https://openalex.org/I154526488', 'https://openalex.org/I80043', 'https://openalex.org/I2799853436', 'https://openalex.org/I145311948'], 'apc_list': {'value': 3850, 'currency': 'USD', 'value_usd': 3850, 'provenance': 'doaj'}, 'apc_paid': {'value': 3850, 'currency': 'USD', 'value_usd': 3850, 'provenance': 'doaj'}, 'is_authors_truncated': True, 'has_fulltext': False, 'cited_by_count': 6056, 'biblio': {'volume': '7', 'issue': '1', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C20518536', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicles', 'level': 4, 'score': 0.90619385}, {'id': 'https://openalex.org/C2992929900', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicles', 'level': 2, 'score': 0.8323716}, {'id': 'https://openalex.org/C14036430', 'wikidata': 'https://www.wikidata.org/wiki/Q3736076', 'display_name': 'Function (biology)', 'level': 2, 'score': 0.6603655}, {'id': 'https://openalex.org/C131934819', 'wikidata': 'https://www.wikidata.org/wiki/Q135390', 'display_name': 'Biogenesis', 'level': 3, 'score': 0.64058447}, {'id': 'https://openalex.org/C2908689518', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicle', 'level': 5, 'score': 0.5926956}, {'id': 'https://openalex.org/C130316041', 'wikidata': 'https://www.wikidata.org/wiki/Q189206', 'display_name': 'Vesicle', 'level': 3, 'score': 0.5350327}, {'id': 'https://openalex.org/C2909763251', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicle', 'level': 5, 'score': 0.51600266}, {'id': 'https://openalex.org/C2781261824', 'wikidata': 'https://www.wikidata.org/wiki/Q903634', 'display_name': 'Exosome', 'level': 5, 'score': 0.4385513}, {'id': 'https://openalex.org/C2777230681', 'wikidata': 'https://www.wikidata.org/wiki/Q7923820', 'display_name': 'Vetting', 'level': 2, 'score': 0.42375842}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.41475302}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.39793593}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.39326397}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.30807397}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.1598244}, {'id': 'https://openalex.org/C38652104', 'wikidata': 'https://www.wikidata.org/wiki/Q3510521', 'display_name': 'Computer security', 'level': 1, 'score': 0.1254201}, {'id': 'https://openalex.org/C145059251', 'wikidata': 'https://www.wikidata.org/wiki/Q310899', 'display_name': 'microRNA', 'level': 3, 'score': 0.094141096}, {'id': 'https://openalex.org/C41625074', 'wikidata': 'https://www.wikidata.org/wiki/Q176088', 'display_name': 'Membrane', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 56, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1080/20013078.2018.1535750', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.1080/20013078.2018.1535750?needAccess=true', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02323217', 'pdf_url': 'https://hal.science/hal-02323217/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': None, 'pdf_url': 'https://hal.archives-ouvertes.fr/hal-02323217/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://zenodo.org/record/3606631', 'pdf_url': 'https://zenodo.org/record/3606631/files/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306400562', 'display_name': 'Zenodo (CERN European Organization for Nuclear Research)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I67311998', 'host_organization_name': 'European Organization for Nuclear Research', 'host_organization_lineage': ['https://openalex.org/I67311998'], 'host_organization_lineage_names': ['European Organization for Nuclear Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/2027.42/163594', 'pdf_url': 'http://deepblue.lib.umich.edu/bitstream/2027.42/163594/1/jev2bf00336.pdf', 'source': {'id': 'https://openalex.org/S4306400393', 'display_name': 'Deep Blue (University of Michigan)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I27837315', 'host_organization_name': 'University of Michigan–Ann Arbor', 'host_organization_lineage': ['https://openalex.org/I27837315'], 'host_organization_lineage_names': ['University of Michigan–Ann Arbor'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/6dfd3309492545d6af940b9b91fdda8e', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.science/hal-02323217', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc6322352', 'pdf_url': 'https://europepmc.org/articles/pmc6322352?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2445/134921', 'pdf_url': 'https://diposit.ub.edu/dspace/bitstream/2445/134921/1/Thery_C_J_Extracell_Vesicles_2018.pdf', 'source': {'id': 'https://openalex.org/S4306401653', 'display_name': 'Dipòsit Digital de la Universitat de Barcelona (Universitat de Barcelona)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I71999127', 'host_organization_name': 'University of Barcelona', 'host_organization_lineage': ['https://openalex.org/I71999127'], 'host_organization_lineage_names': ['University of Barcelona'], 'type': 'repository'}, 'license': 'cc0', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11380/1172556', 'pdf_url': 'https://iris.unimore.it/bitstream/11380/1172556/1/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4377196318', 'display_name': 'Iris Unimore (University of Modena and Reggio Emilia)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I122346577', 'host_organization_name': 'University of Modena and Reggio Emilia', 'host_organization_lineage': ['https://openalex.org/I122346577'], 'host_organization_lineage_names': ['University of Modena and Reggio Emilia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://biblio.ugent.be/publication/8582724/file/8582725', 'pdf_url': 'https://biblio.ugent.be/publication/8582724/file/8582725', 'source': {'id': 'https://openalex.org/S4306400478', 'display_name': 'Ghent University Academic Bibliography (Ghent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I32597200', 'host_organization_name': 'Ghent University', 'host_organization_lineage': ['https://openalex.org/I32597200'], 'host_organization_lineage_names': ['Ghent University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1854/LU-8582724', 'pdf_url': 'https://biblio.ugent.be/publication/8582724/file/8582725.pdf', 'source': {'id': 'https://openalex.org/S4306400478', 'display_name': 'Ghent University Academic Bibliography (Ghent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I32597200', 'host_organization_name': 'Ghent University', 'host_organization_lineage': ['https://openalex.org/I32597200'], 'host_organization_lineage_names': ['Ghent University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://orbi.uliege.be/handle/2268/291362', 'pdf_url': 'https://orbi.uliege.be/bitstream/2268/291362/1/20181128-Demaret_et_al-2019-JEV.pdf', 'source': {'id': 'https://openalex.org/S4306400651', 'display_name': 'Open Repository and Bibliography (University of Liège)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I157674565', 'host_organization_name': 'University of Liège', 'host_organization_lineage': ['https://openalex.org/I157674565'], 'host_organization_lineage_names': ['University of Liège'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10453/134307', 'pdf_url': 'https://opus.lib.uts.edu.au/bitstream/10453/134307/1/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20%28MISEV2018%29%3a%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles%20and%20update%20of%20the%20MISEV2014%20guidelines.pdf', 'source': {'id': 'https://openalex.org/S4377196279', 'display_name': 'OPUS - Open Publications of UTS Scholars (University of Technology Sydney)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114017466', 'host_organization_name': 'University of Technology Sydney', 'host_organization_lineage': ['https://openalex.org/I114017466'], 'host_organization_lineage_names': ['University of Technology Sydney'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10044/1/66229', 'pdf_url': 'http://spiral.imperial.ac.uk/bitstream/10044/1/66229/7/2_4_2019_Minimal%20in.pdf', 'source': {'id': 'https://openalex.org/S4306401396', 'display_name': 'Spiral (Imperial College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I47508984', 'host_organization_name': 'Imperial College London', 'host_organization_lineage': ['https://openalex.org/I47508984'], 'host_organization_lineage_names': ['Imperial College London'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2299/21645', 'pdf_url': 'http://uhra.herts.ac.uk/bitstream/2299/21645/1/MISEV_2018_JEV.pdf', 'source': {'id': 'https://openalex.org/S4306400241', 'display_name': 'University of Hertfordshire Research Archive (University of Hertfordshire)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I141584323', 'host_organization_name': 'University of Hertfordshire', 'host_organization_lineage': ['https://openalex.org/I141584323'], 'host_organization_lineage_names': ['University of Hertfordshire'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://curis.ku.dk/ws/files/212160688/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'pdf_url': 'https://curis.ku.dk/ws/files/212160688/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401983', 'display_name': 'Research at the University of Copenhagen (University of Copenhagen)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I124055696', 'host_organization_name': 'University of Copenhagen', 'host_organization_lineage': ['https://openalex.org/I124055696'], 'host_organization_lineage_names': ['University of Copenhagen'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1942/27552', 'pdf_url': 'https://documentserver.uhasselt.be//bitstream/1942/27552/1/thery%201.pdf', 'source': {'id': 'https://openalex.org/S4306401926', 'display_name': 'Document Server@UHasselt (UHasselt)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I878454856', 'host_organization_name': 'Hasselt University', 'host_organization_lineage': ['https://openalex.org/I878454856'], 'host_organization_lineage_names': ['Hasselt University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/377123', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/377123/Minimal.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02323217/file/zjev-7-1535750.pdf', 'pdf_url': 'https://hal.archives-ouvertes.fr/hal-02323217/file/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.science/hal-02323217/file/zjev-7-1535750.pdf', 'pdf_url': 'https://hal.science/hal-02323217/file/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11379/512523', 'pdf_url': 'https://iris.unibs.it/bitstream/11379/512523/1/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306400804', 'display_name': 'Institutional Research Information System (Università degli Studi di Brescia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I66752286', 'host_organization_name': 'University of Milano-Bicocca', 'host_organization_lineage': ['https://openalex.org/I66752286'], 'host_organization_lineage_names': ['University of Milano-Bicocca'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://oasis.postech.ac.kr/handle/2014.oak/98580', 'pdf_url': 'https://oasis.postech.ac.kr/bitstream/2014.oak/98580/1/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401965', 'display_name': 'Open Access System for Information Sharing (Pohang University of Science and Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I123900574', 'host_organization_name': 'Pohang University of Science and Technology', 'host_organization_lineage': ['https://openalex.org/I123900574'], 'host_organization_lineage_names': ['Pohang University of Science and Technology'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://publications.rwth-aachen.de/record/751492', 'pdf_url': 'https://publications.rwth-aachen.de/record/751492/files/751492.pdf', 'source': {'id': 'https://openalex.org/S4306401362', 'display_name': 'RWTH Publications (RWTH Aachen)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I887968799', 'host_organization_name': 'RWTH Aachen University', 'host_organization_lineage': ['https://openalex.org/I887968799'], 'host_organization_lineage_names': ['RWTH Aachen University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://pure.eur.nl/ws/files/48060355/Minimal-information-for-studies-of-extracellular-vesicles-2018-MISEV2018-a-position-statement-of-the-International-Society-for-Extracellular-Vesicles.pdf', 'pdf_url': 'https://pure.eur.nl/ws/files/48060355/Minimal-information-for-studies-of-extracellular-vesicles-2018-MISEV2018-a-position-statement-of-the-International-Society-for-Extracellular-Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401266', 'display_name': 'EUR Research Repository (Erasmus University Rotterdam)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I913958620', 'host_organization_name': 'Erasmus University Rotterdam', 'host_organization_lineage': ['https://openalex.org/I913958620'], 'host_organization_lineage_names': ['Erasmus University Rotterdam'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://qmro.qmul.ac.uk/xmlui/handle/123456789/56996', 'pdf_url': 'https://qmro.qmul.ac.uk/xmlui/bitstream/123456789/56996/2/TH%c3%89RY%20et%20al.%202018.%20Minimal%20information.pdf', 'source': {'id': 'https://openalex.org/S4306400530', 'display_name': 'Queen Mary Research Online (Queen Mary University of London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I166337079', 'host_organization_name': 'Queen Mary University of London', 'host_organization_lineage': ['https://openalex.org/I166337079'], 'host_organization_lineage_names': ['Queen Mary University of London'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/1983/5b359d6d-eb63-4519-97c0-55afd29621c3', 'pdf_url': 'https://research-information.bris.ac.uk/files/185831494/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306400895', 'display_name': 'Bristol Research (University of Bristol)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I36234482', 'host_organization_name': 'University of Bristol', 'host_organization_lineage': ['https://openalex.org/I36234482'], 'host_organization_lineage_names': ['University of Bristol'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://vbn.aau.dk/ws/files/294176713/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'pdf_url': 'https://vbn.aau.dk/ws/files/294176713/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401731', 'display_name': 'VBN Forskningsportal (Aalborg Universitet)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I891191580', 'host_organization_name': 'Aalborg University', 'host_organization_lineage': ['https://openalex.org/I891191580'], 'host_organization_lineage_names': ['Aalborg University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/20.500.11850/307977', 'pdf_url': 'https://www.research-collection.ethz.ch/bitstream/20.500.11850/307977/2/Minimalinformationforstudiesofextracellularvesicles2018MISEV2018apositionstatementoftheInternationalSocietyforExtracellularVesicles.pdf', 'source': {'id': 'https://openalex.org/S4306402302', 'display_name': 'Repository for Publications and Research Data (ETH Zurich)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I35440088', 'host_organization_name': 'ETH Zurich', 'host_organization_lineage': ['https://openalex.org/I35440088'], 'host_organization_lineage_names': ['ETH Zurich'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11343/253299', 'pdf_url': 'http://minerva-access.unimelb.edu.au/bitstreams/017b2a77-d2c4-517b-8849-d9e6b2019d8d/download', 'source': {'id': 'https://openalex.org/S4306402500', 'display_name': 'Minerva Access (University of Melbourne)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165779595', 'host_organization_name': 'University of Melbourne', 'host_organization_lineage': ['https://openalex.org/I165779595'], 'host_organization_lineage_names': ['University of Melbourne'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/11568/1160355', 'pdf_url': 'https://arpi.unipi.it/bitstream/11568/1160355/2/MISEV2018.pdf', 'source': {'id': 'https://openalex.org/S4377196265', 'display_name': 'CINECA IRIS Institutial research information system (University of Pisa)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I108290504', 'host_organization_name': 'University of Pisa', 'host_organization_lineage': ['https://openalex.org/I108290504'], 'host_organization_lineage_names': ['University of Pisa'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research-information.bris.ac.uk/ws/files/185831494/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'pdf_url': 'https://research-information.bris.ac.uk/ws/files/185831494/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306400895', 'display_name': 'Bristol Research (University of Bristol)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I36234482', 'host_organization_name': 'University of Bristol', 'host_organization_lineage': ['https://openalex.org/I36234482'], 'host_organization_lineage_names': ['University of Bristol'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1887/86493', 'pdf_url': 'https://scholarlypublications.universiteitleiden.nl/access/item%3A3007027/view', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/10216/127050', 'pdf_url': 'https://repositorio-aberto.up.pt/bitstream/10216/127050/1/10.1080-20013078.2018.1535750.pdf', 'source': {'id': 'https://openalex.org/S4306402433', 'display_name': 'Portuguese National Funding Agency for Science, Research and Technology (RCAAP Project by FCT)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11577/3290105', 'pdf_url': 'https://www.research.unipd.it/bitstream/11577/3290105/2/Minimal%20Information%20MM.pdf', 'source': {'id': 'https://openalex.org/S4306402547', 'display_name': 'Padua Research Archive (University of Padova)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I138689650', 'host_organization_name': 'University of Padua', 'host_organization_lineage': ['https://openalex.org/I138689650'], 'host_organization_lineage_names': ['University of Padua'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1765/112565', 'pdf_url': 'https://repub.eur.nl/pub/112565/Minimal-information-for-studies-of-extracellular-vesicles-2018-MISEV2018-a-position-statement-of-the-International-Society-for-Extracellular-Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11573/1255764', 'pdf_url': 'https://iris.uniroma1.it/bitstream/11573/1255764/1/Thery_Minimal_2018.pdf', 'source': {'id': 'https://openalex.org/S4377196107', 'display_name': 'IRIS Research product catalog (Sapienza University of Rome)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://repo.lib.semmelweis.hu//handle/123456789/6699', 'pdf_url': 'http://repo.lib.semmelweis.hu//bitstream/123456789/6699/1/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306402199', 'display_name': 'Semmelweis University Repository (Semmelweis University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I101202996', 'host_organization_name': 'Semmelweis University', 'host_organization_lineage': ['https://openalex.org/I101202996'], 'host_organization_lineage_names': ['Semmelweis University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/20.500.12008/22040', 'pdf_url': 'https://www.colibri.udelar.edu.uy/jspui/bitstream/20.500.12008/22040/1/1010802001307820181535750.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://ruj.uj.edu.pl/xmlui/handle/item/65062', 'pdf_url': 'https://ruj.uj.edu.pl/xmlui/bitstream/handle/item/65062/zuba-surma_minimal_information_for_studies_of_extracellular_2018.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306400316', 'display_name': 'Homo Politicus (Academy of Humanities and Economics in Lodz)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://scholar.colorado.edu/downloads/2r36tz12f', 'pdf_url': 'https://scholar.colorado.edu/downloads/2r36tz12f', 'source': {'id': 'https://openalex.org/S4306401957', 'display_name': 'CU Scholar (University of Colorado Boulder)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I188538660', 'host_organization_name': 'University of Colorado Boulder', 'host_organization_lineage': ['https://openalex.org/I188538660'], 'host_organization_lineage_names': ['University of Colorado Boulder'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://publikationen.ub.uni-frankfurt.de/files/49074/zjev-7-1535750.pdf', 'pdf_url': 'http://publikationen.ub.uni-frankfurt.de/files/49074/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306400432', 'display_name': 'Publication Server of Goethe University Frankfurt am Main (Goethe University Frankfurt)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114090438', 'host_organization_name': 'Goethe University Frankfurt', 'host_organization_lineage': ['https://openalex.org/I114090438'], 'host_organization_lineage_names': ['Goethe University Frankfurt'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2262/91089', 'pdf_url': 'http://www.tara.tcd.ie/bitstream/2262/91089/1/MISEV2018.pdf', 'source': {'id': 'https://openalex.org/S4306400387', 'display_name': "Trinity's Access to Research Output (TARA) (Trinity College Dublin)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205274468', 'host_organization_name': 'Trinity College Dublin', 'host_organization_lineage': ['https://openalex.org/I205274468'], 'host_organization_lineage_names': ['Trinity College Dublin'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://pure.eur.nl/en/publications/ac64f688-afde-4649-a5e9-609927c4edca', 'pdf_url': 'https://pure.eur.nl/files/48060355/Minimal-information-for-studies-of-extracellular-vesicles-2018-MISEV2018-a-position-statement-of-the-International-Society-for-Extracellular-Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10852/67101', 'pdf_url': 'https://www.duo.uio.no/bitstream/10852/67101/1/Minimal%2binformation%2bfor%2bstudies%2bof%2bextracellular%2bvesicles%2b2018%2bMISEV2018%2ba%2bposition%2bstatement%2bof%2bthe%2bInternational%2bSociety%2bfor%2bExtracellular%2bVesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401716', 'display_name': 'Duo Research Archive (University of Oslo)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I184942183', 'host_organization_name': 'University of Oslo', 'host_organization_lineage': ['https://openalex.org/I184942183'], 'host_organization_lineage_names': ['University of Oslo'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research.birmingham.ac.uk/portal/en/publications/minimal-information-for-studies-of-extracellular-vesicles-2018-misev2018(4749f590-eb2a-4a49-a618-8ce7c386a0bb).html', 'pdf_url': 'http://pure-oai.bham.ac.uk/ws/files/55848225/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306402634', 'display_name': 'University of Birmingham Research Portal (University of Birmingham)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I79619799', 'host_organization_name': 'University of Birmingham', 'host_organization_lineage': ['https://openalex.org/I79619799'], 'host_organization_lineage_names': ['University of Birmingham'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/375053', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/375053/thery.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://lirias.kuleuven.be/handle/123456789/633338', 'pdf_url': 'https://lirias.kuleuven.be/bitstream/123456789/633338/2/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401954', 'display_name': 'Lirias (KU Leuven)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I99464096', 'host_organization_name': 'KU Leuven', 'host_organization_lineage': ['https://openalex.org/I99464096'], 'host_organization_lineage_names': ['KU Leuven'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://oskar-bordeaux.fr/handle/20.500.12278/109281', 'pdf_url': 'https://oskar-bordeaux.fr/bitstream/20.500.12278/109281/1/cbmn-JEV_Brisson.pdf', 'source': {'id': 'https://openalex.org/S4306402569', 'display_name': 'Oskar-Bordeaux (Universite de Bordeaux)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://vbn.aau.dk/da/publications/1e394a0c-0222-434c-9d5c-bddc22c5d688', 'pdf_url': 'https://vbn.aau.dk/files/294176713/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401731', 'display_name': 'VBN Forskningsportal (Aalborg Universitet)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I891191580', 'host_organization_name': 'Aalborg University', 'host_organization_lineage': ['https://openalex.org/I891191580'], 'host_organization_lineage_names': ['Aalborg University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10033/621669', 'pdf_url': 'https://repository.helmholtz-hzi.de/bitstream/10033/621669/1/Thery%20et%20al.pdf', 'source': {'id': 'https://openalex.org/S4306400447', 'display_name': 'HZI Open Repository (Helmholtz-Zentrum für Infektionsforschung GmbH)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I3018134672', 'host_organization_name': 'Helmholtz Zentrum München', 'host_organization_lineage': ['https://openalex.org/I3018134672'], 'host_organization_lineage_names': ['Helmholtz Zentrum München'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6322352', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://orca.cardiff.ac.uk/id/eprint/117303/1/Clayton%20-%20Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'pdf_url': 'https://orca.cardiff.ac.uk/id/eprint/117303/1/Clayton%20-%20Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401195', 'display_name': 'ORCA Online Research @Cardiff (Cardiff University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I79510175', 'host_organization_name': 'Cardiff University', 'host_organization_lineage': ['https://openalex.org/I79510175'], 'host_organization_lineage_names': ['Cardiff University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://publications.aston.ac.uk/id/eprint/39953/1/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'pdf_url': 'https://publications.aston.ac.uk/id/eprint/39953/1/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306400484', 'display_name': 'Aston Publications Explorer (Aston University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I169199633', 'host_organization_name': 'Aston University', 'host_organization_lineage': ['https://openalex.org/I169199633'], 'host_organization_lineage_names': ['Aston University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://real.mtak.hu/90722/1/zjev-7-1535750.pdf', 'pdf_url': 'http://real.mtak.hu/90722/1/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306400081', 'display_name': "Repository of the Academy's Library (Library of the Hungarian Academy of Sciences)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4210140733', 'host_organization_name': 'Library and Information Centre of the Hungarian Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/I4210140733'], 'host_organization_lineage_names': ['Library and Information Centre of the Hungarian Academy of Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/30637094', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1080/20013078.2018.1535750', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.1080/20013078.2018.1535750?needAccess=true', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.55}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.11}], 'grants': [{'funder': 'https://openalex.org/F4320310985', 'funder_display_name': 'Sidaction', 'award_id': '17-1-AAE-1138'}, {'funder': 'https://openalex.org/F4320320883', 'funder_display_name': 'Agence Nationale de la Recherche', 'award_id': 'ANR-10-IDEX-0001-02 PSL'}, {'funder': 'https://openalex.org/F4320322361', 'funder_display_name': 'Fondation ARC pour la Recherche sur le Cancer', 'award_id': 'PJA 20171206453'}, {'funder': 'https://openalex.org/F4320323807', 'funder_display_name': 'Institut National Du Cancer', 'award_id': 'INCA-11548'}, {'funder': 'https://openalex.org/F4320337337', 'funder_display_name': 'National Institute on Aging', 'award_id': 'AG057430'}, {'funder': 'https://openalex.org/F4320337346', 'funder_display_name': 'National Institute of Mental Health', 'award_id': 'MH118164'}, {'funder': 'https://openalex.org/F4320337347', 'funder_display_name': 'National Institute on Drug Abuse', 'award_id': 'DA040385'}], 'referenced_works_count': 318, 'referenced_works': ['https://openalex.org/W21200892', 'https://openalex.org/W1506167085', 'https://openalex.org/W1511544167', 'https://openalex.org/W1564861304', 'https://openalex.org/W1571387405', 'https://openalex.org/W1574663134', 'https://openalex.org/W1596785172', 'https://openalex.org/W1607030744', 'https://openalex.org/W1682077723', 'https://openalex.org/W1769060942', 'https://openalex.org/W1787140000', 'https://openalex.org/W1793480972', 'https://openalex.org/W1807400738', 'https://openalex.org/W1811603389', 'https://openalex.org/W1835592430', 'https://openalex.org/W1839188703', 'https://openalex.org/W1864285629', 'https://openalex.org/W1872071454', 'https://openalex.org/W1877686344', 'https://openalex.org/W1888751811', 'https://openalex.org/W1914452730', 'https://openalex.org/W1917937260', 'https://openalex.org/W1959468401', 'https://openalex.org/W1964340735', 'https://openalex.org/W1965152917', 'https://openalex.org/W1965774359', 'https://openalex.org/W1966089788', 'https://openalex.org/W1969891160', 'https://openalex.org/W1971853030', 'https://openalex.org/W1974540586', 'https://openalex.org/W1975320047', 'https://openalex.org/W1975585079', 'https://openalex.org/W1975718300', 'https://openalex.org/W1977678686', 'https://openalex.org/W1978250223', 'https://openalex.org/W1978816264', 'https://openalex.org/W1979751563', 'https://openalex.org/W1985207716', 'https://openalex.org/W1985844219', 'https://openalex.org/W1988192362', 'https://openalex.org/W1989090719', 'https://openalex.org/W1992226521', 'https://openalex.org/W1992825075', 'https://openalex.org/W1996289020', 'https://openalex.org/W1997122898', 'https://openalex.org/W1998307755', 'https://openalex.org/W2001849319', 'https://openalex.org/W2003343932', 'https://openalex.org/W2004152924', 'https://openalex.org/W2004252622', 'https://openalex.org/W2007499410', 'https://openalex.org/W2008627178', 'https://openalex.org/W2009111405', 'https://openalex.org/W2009649000', 'https://openalex.org/W2010821717', 'https://openalex.org/W2012528990', 'https://openalex.org/W2014869316', 'https://openalex.org/W2016008005', 'https://openalex.org/W2018106032', 'https://openalex.org/W2020863352', 'https://openalex.org/W2021065026', 'https://openalex.org/W2021861291', 'https://openalex.org/W2024206172', 'https://openalex.org/W2032696674', 'https://openalex.org/W2033112925', 'https://openalex.org/W2033598310', 'https://openalex.org/W2036999916', 'https://openalex.org/W2037876980', 'https://openalex.org/W2039313867', 'https://openalex.org/W2039731107', 'https://openalex.org/W2039764357', 'https://openalex.org/W2040392478', 'https://openalex.org/W2040465412', 'https://openalex.org/W2041275674', 'https://openalex.org/W2044638539', 'https://openalex.org/W2048939659', 'https://openalex.org/W2051720243', 'https://openalex.org/W2053508438', 'https://openalex.org/W2054077259', 'https://openalex.org/W2055424631', 'https://openalex.org/W2055791162', 'https://openalex.org/W2056418246', 'https://openalex.org/W2057713753', 'https://openalex.org/W2060248677', 'https://openalex.org/W2062155172', 'https://openalex.org/W2063331767', 'https://openalex.org/W2063919942', 'https://openalex.org/W2072167135', 'https://openalex.org/W2072476260', 'https://openalex.org/W2073626888', 'https://openalex.org/W2074239306', 'https://openalex.org/W2076637458', 'https://openalex.org/W2078424563', 'https://openalex.org/W2078894965', 'https://openalex.org/W2079069744', 'https://openalex.org/W2080876621', 'https://openalex.org/W2084770914', 'https://openalex.org/W2086500857', 'https://openalex.org/W2087048469', 'https://openalex.org/W2088276922', 'https://openalex.org/W2089943045', 'https://openalex.org/W2093457236', 'https://openalex.org/W2093608913', 'https://openalex.org/W2093838537', 'https://openalex.org/W2097343453', 'https://openalex.org/W2098259366', 'https://openalex.org/W2098494194', 'https://openalex.org/W2099491642', 'https://openalex.org/W2100886586', 'https://openalex.org/W2106583271', 'https://openalex.org/W2109179710', 'https://openalex.org/W2109337529', 'https://openalex.org/W2111019629', 'https://openalex.org/W2111560326', 'https://openalex.org/W2113671336', 'https://openalex.org/W2114032563', 'https://openalex.org/W2114688837', 'https://openalex.org/W2116268000', 'https://openalex.org/W2117890823', 'https://openalex.org/W2119764013', 'https://openalex.org/W2121875081', 'https://openalex.org/W2123030744', 'https://openalex.org/W2124242076', 'https://openalex.org/W2124663458', 'https://openalex.org/W2125087964', 'https://openalex.org/W2125198788', 'https://openalex.org/W2125451833', 'https://openalex.org/W2125691719', 'https://openalex.org/W2126210405', 'https://openalex.org/W2128111546', 'https://openalex.org/W2128384671', 'https://openalex.org/W2128638548', 'https://openalex.org/W2128891846', 'https://openalex.org/W2134921841', 'https://openalex.org/W2139143133', 'https://openalex.org/W2139250130', 'https://openalex.org/W2139406636', 'https://openalex.org/W2140362890', 'https://openalex.org/W2140684126', 'https://openalex.org/W2147356401', 'https://openalex.org/W2147854273', 'https://openalex.org/W2150079601', 'https://openalex.org/W2150475026', 'https://openalex.org/W2150623910', 'https://openalex.org/W2150707647', 'https://openalex.org/W2151940597', 'https://openalex.org/W2152990750', 'https://openalex.org/W2153733800', 'https://openalex.org/W2154479094', 'https://openalex.org/W2156694465', 'https://openalex.org/W2158347593', 'https://openalex.org/W2159401023', 'https://openalex.org/W2164783491', 'https://openalex.org/W2165342832', 'https://openalex.org/W2166595775', 'https://openalex.org/W2167038248', 'https://openalex.org/W2167591654', 'https://openalex.org/W2167604259', 'https://openalex.org/W2167844952', 'https://openalex.org/W2169323390', 'https://openalex.org/W2169491358', 'https://openalex.org/W2169894204', 'https://openalex.org/W2169977305', 'https://openalex.org/W2170194949', 'https://openalex.org/W2176301470', 'https://openalex.org/W2180207848', 'https://openalex.org/W2195965780', 'https://openalex.org/W2200617834', 'https://openalex.org/W2204776416', 'https://openalex.org/W2207291742', 'https://openalex.org/W2214616458', 'https://openalex.org/W2218656852', 'https://openalex.org/W2226953621', 'https://openalex.org/W2242548945', 'https://openalex.org/W2255264739', 'https://openalex.org/W2259481044', 'https://openalex.org/W2274860869', 'https://openalex.org/W2275491855', 'https://openalex.org/W2281182212', 'https://openalex.org/W2288512038', 'https://openalex.org/W2289938426', 'https://openalex.org/W2309727226', 'https://openalex.org/W2313785159', 'https://openalex.org/W2324322428', 'https://openalex.org/W2338060077', 'https://openalex.org/W2340514456', 'https://openalex.org/W2342982379', 'https://openalex.org/W2345987556', 'https://openalex.org/W2346513181', 'https://openalex.org/W2405783129', 'https://openalex.org/W2409619909', 'https://openalex.org/W2412782622', 'https://openalex.org/W2414083225', 'https://openalex.org/W2460208024', 'https://openalex.org/W2469270620', 'https://openalex.org/W2486624425', 'https://openalex.org/W2504479221', 'https://openalex.org/W2505772441', 'https://openalex.org/W2511160790', 'https://openalex.org/W2511380210', 'https://openalex.org/W2513129213', 'https://openalex.org/W2514688978', 'https://openalex.org/W2517735605', 'https://openalex.org/W2520225690', 'https://openalex.org/W2520566087', 'https://openalex.org/W2520985535', 'https://openalex.org/W2521338131', 'https://openalex.org/W2521450141', 'https://openalex.org/W2522802829', 'https://openalex.org/W2522821491', 'https://openalex.org/W2527247503', 'https://openalex.org/W2540034041', 'https://openalex.org/W2547530520', 'https://openalex.org/W2548267094', 'https://openalex.org/W2549584294', 'https://openalex.org/W2552630650', 'https://openalex.org/W2553886049', 'https://openalex.org/W2554427090', 'https://openalex.org/W2559827920', 'https://openalex.org/W2560492303', 'https://openalex.org/W2561224646', 'https://openalex.org/W2568400808', 'https://openalex.org/W2569150814', 'https://openalex.org/W2575039370', 'https://openalex.org/W2580861781', 'https://openalex.org/W2581984518', 'https://openalex.org/W2585739546', 'https://openalex.org/W2586982562', 'https://openalex.org/W2587366712', 'https://openalex.org/W2588263337', 'https://openalex.org/W2592131051', 'https://openalex.org/W2592524105', 'https://openalex.org/W2593629244', 'https://openalex.org/W2593896392', 'https://openalex.org/W2594599876', 'https://openalex.org/W2597520820', 'https://openalex.org/W2597876129', 'https://openalex.org/W2600094664', 'https://openalex.org/W2601301923', 'https://openalex.org/W2605627625', 'https://openalex.org/W2607253888', 'https://openalex.org/W2607716704', 'https://openalex.org/W2610623677', 'https://openalex.org/W2612774616', 'https://openalex.org/W2613857401', 'https://openalex.org/W2619136320', 'https://openalex.org/W2621601071', 'https://openalex.org/W2624735470', 'https://openalex.org/W2625200959', 'https://openalex.org/W2684501113', 'https://openalex.org/W2725390633', 'https://openalex.org/W2725858897', 'https://openalex.org/W2725999880', 'https://openalex.org/W2730553355', 'https://openalex.org/W2734045880', 'https://openalex.org/W2735330142', 'https://openalex.org/W2739380147', 'https://openalex.org/W2741588972', 'https://openalex.org/W2743262744', 'https://openalex.org/W2744919507', 'https://openalex.org/W2745104750', 'https://openalex.org/W2745201210', 'https://openalex.org/W2746180191', 'https://openalex.org/W2746273252', 'https://openalex.org/W2746580132', 'https://openalex.org/W2747721696', 'https://openalex.org/W2748508681', 'https://openalex.org/W2748556198', 'https://openalex.org/W2749156271', 'https://openalex.org/W2749873219', 'https://openalex.org/W2751170717', 'https://openalex.org/W2752823190', 'https://openalex.org/W2754283165', 'https://openalex.org/W2754569507', 'https://openalex.org/W2756112558', 'https://openalex.org/W2758102094', 'https://openalex.org/W2758269250', 'https://openalex.org/W2761458899', 'https://openalex.org/W2762774283', 'https://openalex.org/W2763817699', 'https://openalex.org/W2766340448', 'https://openalex.org/W2766975063', 'https://openalex.org/W2767654638', 'https://openalex.org/W2767903251', 'https://openalex.org/W2769092861', 'https://openalex.org/W2769100785', 'https://openalex.org/W2769610250', 'https://openalex.org/W2774100359', 'https://openalex.org/W2774564892', 'https://openalex.org/W2779044993', 'https://openalex.org/W2779444716', 'https://openalex.org/W2781579322', 'https://openalex.org/W2782865844', 'https://openalex.org/W2783823932', 'https://openalex.org/W2785371699', 'https://openalex.org/W2786202610', 'https://openalex.org/W2787148816', 'https://openalex.org/W2788878978', 'https://openalex.org/W2789596991', 'https://openalex.org/W2789802139', 'https://openalex.org/W2789893810', 'https://openalex.org/W2789992655', 'https://openalex.org/W2790088751', 'https://openalex.org/W2790165362', 'https://openalex.org/W2790701366', 'https://openalex.org/W2790927266', 'https://openalex.org/W2791575850', 'https://openalex.org/W2793688962', 'https://openalex.org/W2793809429', 'https://openalex.org/W2794653051', 'https://openalex.org/W2795741191', 'https://openalex.org/W2796790338', 'https://openalex.org/W2801026471', 'https://openalex.org/W2804149102', 'https://openalex.org/W2804499694', 'https://openalex.org/W2807926135', 'https://openalex.org/W2950481872', 'https://openalex.org/W4210471029'], 'related_works': ['https://openalex.org/W2063793616', 'https://openalex.org/W2134921841', 'https://openalex.org/W2259481044', 'https://openalex.org/W2786514708', 'https://openalex.org/W2900756811', 'https://openalex.org/W2945105722', 'https://openalex.org/W3007279081', 'https://openalex.org/W3107437091', 'https://openalex.org/W4213002622', 'https://openalex.org/W4298009518'], 'ngrams_url': 'https://api.openalex.org/works/W2900756811/ngrams', 'abstract_inverted_index': {'ABSTRACT': [0], 'The': [1, 73, 189], 'last': [2, 110], 'decade': [3], 'has': [4], 'seen': [5], 'a': [6, 24, 121, 144, 210], 'sharp': [7], 'increase': [8], 'in': [9, 93, 108, 126, 143], 'the': [10, 91, 105, 109], 'number': [11], 'of': [12, 20, 30, 85, 104, 131, 135, 141, 173, 178, 196, 216], 'scientific': [13], 'publications': [14], 'describing': [15], 'physiological': [16], 'and': [17, 42, 57, 69, 148, 160, 180, 194, 199], 'pathological': [18], 'functions': [19], 'extracellular': [21], 'vesicles': [22], '(EVs),': [23], 'collective': [25, 106], 'term': [26], 'covering': [27], 'various': [28], 'subtypes': [29, 130], 'cell‐released,': [31], 'membranous': [32], 'structures,': [33], 'called': [34], 'exosomes,': [35], 'microvesicles,': [36], 'microparticles,': [37], 'ectosomes,': [38], 'oncosomes,': [39], 'apoptotic': [40], 'bodies,': [41], 'many': [43], 'other': [44, 185], 'names.': [45], 'However,': [46], 'specific': [47, 122, 136, 161, 175, 205], 'issues': [48], 'arise': [49], 'when': [50], 'working': [51], 'with': [52, 158, 184, 214], 'these': [53, 98], 'entities,': [54], 'whose': [55], 'size': [56], 'amount': [58], 'often': [59], 'make': [60], 'them': [61], 'difficult': [62, 164], 'to': [63, 70, 116, 124, 129, 165, 201, 203], 'obtain': [64], 'as': [65, 182], 'relatively': [66], 'pure': [67], 'preparations,': [68], 'characterize': [71], 'properly.': [72], 'International': [74], 'Society': [75], 'for': [76, 83, 90], 'Extracellular': [77, 86], 'Vesicles': [78, 87], '(ISEV)': [79], 'proposed': [80], 'Minimal': [81], 'Information': [82], 'Studies': [84], '(“MISEV”)': [88], 'guidelines': [89, 100, 191], 'field': [92], '2014.': [94], 'We': [95], 'now': [96], 'update': [97], '“MISEV2014”': [99], 'based': [101], 'on': [102], 'evolution': [103], 'knowledge': [107, 172], 'four': [111], 'years.': [112], 'An': [113], 'important': [114], 'point': [115], 'consider': [117], 'is': [118, 212], 'that': [119, 154], 'ascribing': [120], 'function': [123, 142], 'EVs': [125], 'general,': [127], 'or': [128], 'EVs,': [132], 'requires': [133], 'reporting': [134], 'information': [137], 'beyond': [138], 'mere': [139], 'description': [140], 'crude,': [145], 'potentially': [146], 'contaminated,': [147], 'heterogeneous': [149], 'preparation.': [150], 'For': [151], 'example,': [152], 'claims': [153], 'exosomes': [155], 'are': [156], 'endowed': [157], 'exquisite': [159], 'activities': [162], 'remain': [163], 'support': [166], 'experimentally,': [167], 'given': [168], 'our': [169], 'still': [170], 'limited': [171], 'their': [174], 'molecular': [176], 'machineries': [177], 'biogenesis': [179], 'release,': [181], 'compared': [183], 'biophysically': [186], 'similar': [187], 'EVs.': [188], 'MISEV2018': [190], 'include': [192], 'tables': [193], 'outlines': [195], 'suggested': [197], 'protocols': [198], 'steps': [200], 'follow': [202], 'document': [204], 'EV‐associated': [206], 'functional': [207], 'activities.': [208], 'Finally,': [209], 'checklist': [211], 'provided': [213], 'summaries': [215], 'key': [217], 'points.': [218]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2900756811', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1345}, {'year': 2022, 'cited_by_count': 1665}, {'year': 2021, 'cited_by_count': 1521}, {'year': 2020, 'cited_by_count': 1075}, {'year': 2019, 'cited_by_count': 420}, {'year': 2018, 'cited_by_count': 7}], 'updated_date': '2023-10-04T03:29:16.238862', 'created_date': '2018-11-29'}, {'id': 'https://openalex.org/W1526927233', 'doi': 'https://doi.org/10.1056/nejmoa0802987', 'title': 'Intensive Blood Glucose Control and Vascular Outcomes in Patients with Type 2 Diabetes', 'display_name': 'Intensive Blood Glucose Control and Vascular Outcomes in Patients with Type 2 Diabetes', 'publication_year': 2008, 'publication_date': '2008-06-12', 'ids': {'openalex': 'https://openalex.org/W1526927233', 'doi': 'https://doi.org/10.1056/nejmoa0802987', 'mag': '1526927233', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/18539916'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0802987', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0802987?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0802987?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5085682074', 'display_name': 'Anushka Patel', 'orcid': 'https://orcid.org/0000-0003-3825-4092'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Anushka Patel', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5026262569', 'display_name': 'Stephen MacMahon', 'orcid': 'https://orcid.org/0000-0003-2064-7699'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Stephen MacMahon', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055394217', 'display_name': 'John Chalmers', 'orcid': 'https://orcid.org/0000-0002-9931-0580'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'John Chalmers', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075162144', 'display_name': 'Bruce Neal', 'orcid': 'https://orcid.org/0000-0002-0490-7465'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Bruce Neal', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011046660', 'display_name': 'Laurent Billot', 'orcid': 'https://orcid.org/0000-0002-4975-9793'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Laurent Billot', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037890696', 'display_name': 'Mark Woodward', 'orcid': 'https://orcid.org/0000-0001-9800-5296'}, 'institutions': [{'id': 'https://openalex.org/I98704320', 'display_name': 'Icahn School of Medicine at Mount Sinai', 'ror': 'https://ror.org/04a9tmd77', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1320796813', 'https://openalex.org/I98704320']}, {'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU', 'US'], 'is_corresponding': False, 'raw_author_name': 'Mark Woodward', 'raw_affiliation_string': 'Icahn School of Medicine at Mount Sinai; University of Sydney', 'raw_affiliation_strings': ['Icahn School of Medicine at Mount Sinai', 'University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000309355', 'display_name': 'Michel Marre', 'orcid': 'https://orcid.org/0000-0002-3071-1837'}, 'institutions': [{'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Michel Marre', 'raw_affiliation_string': ' Université Paris 7', 'raw_affiliation_strings': [' Université Paris 7']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062670268', 'display_name': 'Mark E. Cooper', 'orcid': 'https://orcid.org/0000-0001-7785-2488'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Mark Cooper', 'raw_affiliation_string': 'Baker Heart Research Institute', 'raw_affiliation_strings': ['Baker Heart Research Institute']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005751643', 'display_name': 'Paul Glasziou', 'orcid': 'https://orcid.org/0000-0001-7564-073X'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}, {'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU', 'GB'], 'is_corresponding': False, 'raw_author_name': 'Paul Glasziou', 'raw_affiliation_string': 'University of Oxford; University of Queensland', 'raw_affiliation_strings': ['University of Oxford', 'University of Queensland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007679161', 'display_name': 'Diederick E. Grobbee', 'orcid': 'https://orcid.org/0000-0003-4472-4468'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Diederick Grobbee', 'raw_affiliation_string': 'Utrecht University', 'raw_affiliation_strings': ['Utrecht University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025572908', 'display_name': 'Pavel Hamet', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Pavel Hamet', 'raw_affiliation_string': 'Universitè de Montreal', 'raw_affiliation_strings': ['Universitè de Montreal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022273017', 'display_name': 'Stephen B Harrap', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165779595', 'display_name': 'University of Melbourne', 'ror': 'https://ror.org/01ej9dk98', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165779595']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Stephen Harrap', 'raw_affiliation_string': 'University of Melbourne', 'raw_affiliation_strings': ['University of Melbourne']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052889466', 'display_name': 'Simon Heller', 'orcid': 'https://orcid.org/0000-0002-2425-9565'}, 'institutions': [{'id': 'https://openalex.org/I91136226', 'display_name': 'University of Sheffield', 'ror': 'https://ror.org/05krs5044', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I91136226']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Simon Heller', 'raw_affiliation_string': 'University of Sheffield#N#', 'raw_affiliation_strings': ['University of Sheffield#N#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021591848', 'display_name': 'Lisheng Liu', 'orcid': 'https://orcid.org/0000-0002-8254-8031'}, 'institutions': [{'id': 'https://openalex.org/I4210135551', 'display_name': 'Hypertension Institute', 'ror': 'https://ror.org/04azstb81', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210135551']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lisheng Liu', 'raw_affiliation_string': 'Chinese Hypertension League Institute', 'raw_affiliation_strings': ['Chinese Hypertension League Institute']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084756058', 'display_name': 'Giuseppe Mancia', 'orcid': 'https://orcid.org/0000-0003-0942-3176'}, 'institutions': [{'id': 'https://openalex.org/I4210134201', 'display_name': 'Istituto Auxologico Italiano', 'ror': 'https://ror.org/033qpss18', 'country_code': 'IT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210134201', 'https://openalex.org/I4210153126']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Giuseppe Mancia', 'raw_affiliation_string': 'Fondazione Istituto Auxologico Italiano', 'raw_affiliation_strings': ['Fondazione Istituto Auxologico Italiano']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001181021', 'display_name': 'Carl Erik Mogensen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I204337017', 'display_name': 'Aarhus University', 'ror': 'https://ror.org/01aj84f44', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I204337017']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Carl Erik Mogensen', 'raw_affiliation_string': 'Aarhus university;', 'raw_affiliation_strings': ['Aarhus university;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033041702', 'display_name': 'Changyu Pan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3132630691', 'display_name': 'Chinese General Hospital College of Nursing and Liberal Arts', 'ror': 'https://ror.org/00fweme20', 'country_code': 'PH', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3132630691']}], 'countries': ['PH'], 'is_corresponding': False, 'raw_author_name': 'Changyu Pan', 'raw_affiliation_string': "General Hospital of People's Liberation Army", 'raw_affiliation_strings': ["General Hospital of People's Liberation Army"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072011562', 'display_name': 'Neil Poulter', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210133745', 'display_name': 'St. Mary’s Hospital', 'ror': 'https://ror.org/041j39g66', 'country_code': 'ZA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210133745']}], 'countries': ['ZA'], 'is_corresponding': False, 'raw_author_name': 'Neil Poulter', 'raw_affiliation_string': "St Mary's Hospital London.", 'raw_affiliation_strings': ["St Mary's Hospital London."]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015704931', 'display_name': 'Anthony Rodgers', 'orcid': 'https://orcid.org/0000-0003-1282-1896'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Anthony Rodgers', 'raw_affiliation_string': 'UNIVERSITY OF AUCKLAND,', 'raw_affiliation_strings': ['UNIVERSITY OF AUCKLAND,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017971948', 'display_name': 'Bryan Williams', 'orcid': 'https://orcid.org/0000-0002-8094-1841'}, 'institutions': [{'id': 'https://openalex.org/I153648349', 'display_name': 'University of Leicester', 'ror': 'https://ror.org/04h699437', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I153648349']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Bryan Williams', 'raw_affiliation_string': '*University of Leicester.', 'raw_affiliation_strings': ['*University of Leicester.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038059770', 'display_name': 'Severine Bompoint', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I183874623', 'display_name': 'George Institute for Global Health', 'ror': 'https://ror.org/04h0zjx60', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I183874623']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Severine Bompoint', 'raw_affiliation_string': 'The George Institute for Global Health', 'raw_affiliation_strings': ['The George Institute for Global Health']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065175958', 'display_name': 'Bastiaan E. de Galan', 'orcid': 'https://orcid.org/0000-0002-1255-7741'}, 'institutions': [{'id': 'https://openalex.org/I2802934949', 'display_name': 'Radboud University Nijmegen Medical Centre', 'ror': 'https://ror.org/05wg1m734', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802934949']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Bastiaan E de Galan', 'raw_affiliation_string': 'George Institute for Global Health (Australia); Radboud University Medical Centre', 'raw_affiliation_strings': ['George Institute for Global Health (Australia)', 'Radboud University Medical Centre']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043935096', 'display_name': 'Rohina Joshi', 'orcid': 'https://orcid.org/0000-0002-3374-401X'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Rohina Joshi', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5052297925', 'display_name': 'F. Travert', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Florence Travert', 'raw_affiliation_string': ' Université Paris 7', 'raw_affiliation_strings': [' Université Paris 7']}], 'countries_distinct_count': 11, 'institutions_distinct_count': 18, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 6041, 'biblio': {'volume': '358', 'issue': '24', 'first_page': '2560', 'last_page': '2572'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.93674695}, {'id': 'https://openalex.org/C207103383', 'wikidata': 'https://www.wikidata.org/wiki/Q3930246', 'display_name': 'Hazard ratio', 'level': 3, 'score': 0.76180804}, {'id': 'https://openalex.org/C2777538456', 'wikidata': 'https://www.wikidata.org/wiki/Q311213', 'display_name': 'Glycated hemoglobin', 'level': 4, 'score': 0.7563147}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.68358517}, {'id': 'https://openalex.org/C2777180221', 'wikidata': 'https://www.wikidata.org/wiki/Q3025883', 'display_name': 'Type 2 diabetes', 'level': 3, 'score': 0.64390683}, {'id': 'https://openalex.org/C2778313320', 'wikidata': 'https://www.wikidata.org/wiki/Q550455', 'display_name': 'Retinopathy', 'level': 3, 'score': 0.61852884}, {'id': 'https://openalex.org/C2781184683', 'wikidata': 'https://www.wikidata.org/wiki/Q1054718', 'display_name': 'Nephropathy', 'level': 3, 'score': 0.5336144}, {'id': 'https://openalex.org/C555293320', 'wikidata': 'https://www.wikidata.org/wiki/Q12206', 'display_name': 'Diabetes mellitus', 'level': 2, 'score': 0.51984507}, {'id': 'https://openalex.org/C2779829184', 'wikidata': 'https://www.wikidata.org/wiki/Q631361', 'display_name': 'Diabetic retinopathy', 'level': 3, 'score': 0.47359636}, {'id': 'https://openalex.org/C2776174234', 'wikidata': 'https://www.wikidata.org/wiki/Q974792', 'display_name': 'Albuminuria', 'level': 3, 'score': 0.4467811}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.43704903}, {'id': 'https://openalex.org/C2780645631', 'wikidata': 'https://www.wikidata.org/wiki/Q671554', 'display_name': 'Stroke (engine)', 'level': 2, 'score': 0.41807267}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.38494986}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 0.27204573}, {'id': 'https://openalex.org/C159641895', 'wikidata': 'https://www.wikidata.org/wiki/Q108377937', 'display_name': 'Renal function', 'level': 2, 'score': 0.15215015}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': 'Q000188', 'qualifier_name': 'drug therapy', 'is_major_topic': True}, {'descriptor_ui': 'D005907', 'descriptor_name': 'Gliclazide', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D006442', 'descriptor_name': 'Glycated Hemoglobin A', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': True}, {'descriptor_ui': 'D007004', 'descriptor_name': 'Hypoglycemic Agents', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001786', 'descriptor_name': 'Blood Glucose', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001786', 'descriptor_name': 'Blood Glucose', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': False}, {'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D003925', 'descriptor_name': 'Diabetic Angiopathies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003925', 'descriptor_name': 'Diabetic Angiopathies', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003925', 'descriptor_name': 'Diabetic Angiopathies', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D003928', 'descriptor_name': 'Diabetic Nephropathies', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003928', 'descriptor_name': 'Diabetic Nephropathies', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D003928', 'descriptor_name': 'Diabetic Nephropathies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004359', 'descriptor_name': 'Drug Therapy, Combination', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005500', 'descriptor_name': 'Follow-Up Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005907', 'descriptor_name': 'Gliclazide', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005907', 'descriptor_name': 'Gliclazide', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D006442', 'descriptor_name': 'Glycated Hemoglobin A', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007003', 'descriptor_name': 'Hypoglycemia', 'qualifier_ui': 'Q000139', 'qualifier_name': 'chemically induced', 'is_major_topic': False}, {'descriptor_ui': 'D007003', 'descriptor_name': 'Hypoglycemia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007004', 'descriptor_name': 'Hypoglycemic Agents', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007004', 'descriptor_name': 'Hypoglycemic Agents', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016016', 'descriptor_name': 'Proportional Hazards Models', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0802987', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0802987?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://figshare.com/articles/journal_contribution/Intensive_blood_glucose_control_and_vascular_outcomes_in_patients_with_type_2_diabetes/10113323', 'pdf_url': 'https://figshare.com/articles/journal_contribution/Intensive_blood_glucose_control_and_vascular_outcomes_in_patients_with_type_2_diabetes/10113323/1/files/18229133.pdf', 'source': {'id': 'https://openalex.org/S4306400572', 'display_name': 'OPAL (Open@LaTrobe) (La Trobe University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I196829312', 'host_organization_name': 'La Trobe University', 'host_organization_lineage': ['https://openalex.org/I196829312'], 'host_organization_lineage_names': ['La Trobe University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10072/26242', 'pdf_url': 'https://research-repository.griffith.edu.au/bitstream/10072/26242/1/52762_1.pdf', 'source': {'id': 'https://openalex.org/S4306402548', 'display_name': 'Griffith Research Online (Griffith University, Queensland, Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I11701301', 'host_organization_name': 'Griffith University', 'host_organization_lineage': ['https://openalex.org/I11701301'], 'host_organization_lineage_names': ['Griffith University'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2066/69678', 'pdf_url': 'https://repository.ubn.ru.nl/bitstream/handle/2066/69678/1/69678.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2381/17328', 'pdf_url': 'https://leicester.figshare.com/articles/journal_contribution/Intensive_blood_glucose_control_and_vascular_outcomes_in_patients_with_type_2_diabetes/10113323/1/files/18229133.pdf', 'source': {'id': 'https://openalex.org/S4306402365', 'display_name': 'Leicester Research Archive (University of Leicester)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I153648349', 'host_organization_name': 'University of Leicester', 'host_organization_lineage': ['https://openalex.org/I153648349'], 'host_organization_lineage_names': ['University of Leicester'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/18539916', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0802987', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0802987?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.87}], 'grants': [], 'referenced_works_count': 28, 'referenced_works': ['https://openalex.org/W165619514', 'https://openalex.org/W172609984', 'https://openalex.org/W179126878', 'https://openalex.org/W1604542334', 'https://openalex.org/W1782778410', 'https://openalex.org/W1891884419', 'https://openalex.org/W1984796849', 'https://openalex.org/W2034698532', 'https://openalex.org/W2055416829', 'https://openalex.org/W2061652040', 'https://openalex.org/W2068150037', 'https://openalex.org/W2078089300', 'https://openalex.org/W2089770071', 'https://openalex.org/W2107031719', 'https://openalex.org/W2110664743', 'https://openalex.org/W2114299222', 'https://openalex.org/W2129817060', 'https://openalex.org/W2137489898', 'https://openalex.org/W2145632027', 'https://openalex.org/W2157677292', 'https://openalex.org/W2170271198', 'https://openalex.org/W2188846692', 'https://openalex.org/W2247997571', 'https://openalex.org/W2337454357', 'https://openalex.org/W4210559565', 'https://openalex.org/W4234314368', 'https://openalex.org/W4234853462', 'https://openalex.org/W4254345572'], 'related_works': ['https://openalex.org/W2021951305', 'https://openalex.org/W2062317228', 'https://openalex.org/W2095529597', 'https://openalex.org/W2389336858', 'https://openalex.org/W2412716042', 'https://openalex.org/W2755646453', 'https://openalex.org/W2889207237', 'https://openalex.org/W3009470800', 'https://openalex.org/W4229050006', 'https://openalex.org/W4239566972'], 'ngrams_url': 'https://api.openalex.org/works/W1526927233/ngrams', 'abstract_inverted_index': {'In': [0], 'patients': [1, 20], 'with': [2, 21, 132, 188, 212, 228, 245], 'type': [3, 22, 202], '2': [4, 23], 'diabetes,': [5], 'the': [6, 37, 99, 107, 113, 120, 172, 201, 263, 270, 298, 310], 'effects': [7, 199], 'of': [8, 39, 54, 63, 94, 97, 122, 150, 168, 174, 200, 203, 283, 313, 323], 'intensive': [9, 32, 213, 229, 246, 284], 'glucose': [10, 29, 33, 204, 285], 'control': [11, 30, 118, 205], 'on': [12, 192, 206], 'vascular': [13], 'outcomes': [14], 'remain': [15], 'uncertain.We': [16], 'randomly': [17], 'assigned': [18], '11,140': [19], 'diabetes': [24], 'to': [25, 48, 143, 163, 185, 219, 235, 252, 279, 302], 'undergo': [26], 'either': [27], 'standard': [28, 133], 'or': [31, 56, 74, 82, 85, 238], 'control,': [34, 214, 230, 247, 286], 'defined': [35], 'as': [36, 46, 146, 148, 294, 320], 'use': [38], 'gliclazide': [40, 288], '(modified': [41, 289], 'release)': [42, 290], 'plus': [43], 'other': [44, 292], 'drugs': [45, 293], 'required': [47], 'achieve': [49], 'a': [50, 92, 169, 305, 321, 324], 'glycated': [51, 101, 299], 'hemoglobin': [52, 102, 300], 'value': [53, 301], '6.5%': [55, 303], 'less.': [57], 'Primary': [58], 'end': [59], 'points': [60], 'were': [61, 196], 'composites': [62], 'major': [64, 78, 124, 151, 207, 314], 'macrovascular': [65, 125, 208, 315], 'events': [66, 80, 128, 153, 209], '(death': [67], 'from': [68, 223, 240], 'cardiovascular': [69, 224], 'causes,': [70], 'nonfatal': [71, 75], 'myocardial': [72], 'infarction,': [73], 'stroke)': [76], 'and': [77, 90, 126, 291, 316], 'microvascular': [79, 127, 152, 317], '(new': [81], 'worsening': [83], 'nephropathy': [84, 175], 'retinopathy),': [86], 'assessed': [87], 'both': [88], 'jointly': [89], 'separately.After': [91], 'median': [93], '5': [95], 'years': [96], 'follow-up,': [98], 'mean': [100], 'level': [103], 'was': [104, 259], 'lower': [105], 'in': [106, 112, 171, 262, 269, 309, 328], 'intensive-control': [108, 264], 'group': [109, 115, 265], '(6.5%)': [110], 'than': [111], 'standard-control': [114, 271], '(7.3%).': [116], 'Intensive': [117], 'reduced': [119], 'incidence': [121, 173], 'combined': [123, 311], '(18.1%,': [129], 'vs.': [130, 155, 177, 267], '20.0%': [131], 'control;': [134], 'hazard': [135, 157, 179, 273], 'ratio,': [136, 158, 180, 274], '0.90;': [137], '95%': [138, 160, 182, 216, 232, 249, 276], 'confidence': [139], 'interval': [140], '[CI],': [141], '0.82': [142], '0.98;': [144], 'P=0.01),': [145, 165], 'well': [147], 'that': [149, 296], '(9.4%': [154], '10.9%;': [156], '0.86;': [159], 'CI,': [161, 183, 217, 233, 250, 277], '0.77': [162], '0.97;': [164], 'primarily': [166, 319], 'because': [167], 'reduction': [170, 308, 327], '(4.1%': [176], '5.2%;': [178], '0.79;': [181], '0.66': [184], '0.93;': [186, 248], 'P=0.006),': [187], 'no': [189, 197], 'significant': [190, 198], 'effect': [191], 'retinopathy': [193], '(P=0.50).': [194], 'There': [195], '(hazard': [210, 226, 243], 'ratio': [211, 227, 244], '0.94;': [215], '0.84': [218], '1.06;': [220, 253], 'P=0.32),': [221], 'death': [222, 239], 'causes': [225], '0.88;': [231], '0.74': [234], '1.04;': [236], 'P=0.12),': [237], 'any': [241], 'cause': [242], '0.83': [251], 'P=0.28).': [254], 'Severe': [255], 'hypoglycemia,': [256], 'although': [257], 'uncommon,': [258], 'more': [260], 'common': [261], '(2.7%,': [266], '1.5%': [268], 'group;': [272], '1.86;': [275], '1.42': [278], '2.40;': [280], 'P<0.001).A': [281], 'strategy': [282], 'involving': [287], 'required,': [295], 'lowered': [297], 'yielded': [304], '10%': [306], 'relative': [307, 326], 'outcome': [312], 'events,': [318], 'consequence': [322], '21%': [325], 'nephropathy.': [329], '(ClinicalTrials.gov': [330], 'number,': [331], 'NCT00145925.)': [332]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1526927233', 'counts_by_year': [{'year': 2023, 'cited_by_count': 185}, {'year': 2022, 'cited_by_count': 272}, {'year': 2021, 'cited_by_count': 301}, {'year': 2020, 'cited_by_count': 328}, {'year': 2019, 'cited_by_count': 352}, {'year': 2018, 'cited_by_count': 419}, {'year': 2017, 'cited_by_count': 398}, {'year': 2016, 'cited_by_count': 414}, {'year': 2015, 'cited_by_count': 451}, {'year': 2014, 'cited_by_count': 464}, {'year': 2013, 'cited_by_count': 437}, {'year': 2012, 'cited_by_count': 457}], 'updated_date': '2023-09-30T21:01:34.515058', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2153610778', 'doi': 'https://doi.org/10.1002/job.248', 'title': 'Job demands, job resources, and their relationship with burnout and engagement: a multi-sample study', 'display_name': 'Job demands, job resources, and their relationship with burnout and engagement: a multi-sample study', 'publication_year': 2004, 'publication_date': '2004-03-30', 'ids': {'openalex': 'https://openalex.org/W2153610778', 'doi': 'https://doi.org/10.1002/job.248', 'mag': '2153610778'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/job.248', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S160573970', 'display_name': 'Journal of Organizational Behavior', 'issn_l': '0894-3796', 'issn': ['1099-1379', '0894-3796'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5006499627', 'display_name': 'Wilmar B. Schaufeli', 'orcid': 'https://orcid.org/0000-0002-6070-7150'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Wilmar B. Schaufeli', 'raw_affiliation_string': 'Department of Psychology and Research Institute Psychology and Health, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Psychology and Research Institute Psychology and Health, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5084220210', 'display_name': 'Arnold B. Bakker', 'orcid': 'https://orcid.org/0000-0003-1489-1847'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Arnold B. Bakker', 'raw_affiliation_string': 'Department of Psychology and Research Institute Psychology and Health, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Psychology and Research Institute Psychology and Health, Utrecht University, Utrecht, The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5006499627'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': {'value': 3860, 'currency': 'USD', 'value_usd': 3860, 'provenance': 'doaj'}, 'apc_paid': {'value': 3860, 'currency': 'USD', 'value_usd': 3860, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 5973, 'biblio': {'volume': '25', 'issue': '3', 'first_page': '293', 'last_page': '315'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C143916079', 'wikidata': 'https://www.wikidata.org/wiki/Q2629248', 'display_name': 'Burnout', 'level': 2, 'score': 0.9013574}, {'id': 'https://openalex.org/C2781160688', 'wikidata': 'https://www.wikidata.org/wiki/Q2234192', 'display_name': 'Work engagement', 'level': 3, 'score': 0.70215166}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.69858694}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.56701714}, {'id': 'https://openalex.org/C71104824', 'wikidata': 'https://www.wikidata.org/wiki/Q1476639', 'display_name': 'Structural equation modeling', 'level': 2, 'score': 0.53544337}, {'id': 'https://openalex.org/C198531522', 'wikidata': 'https://www.wikidata.org/wiki/Q485146', 'display_name': 'Sample (material)', 'level': 2, 'score': 0.44110727}, {'id': 'https://openalex.org/C99753626', 'wikidata': 'https://www.wikidata.org/wiki/Q14937678', 'display_name': 'Employee engagement', 'level': 2, 'score': 0.4187828}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 0.26455426}, {'id': 'https://openalex.org/C187736073', 'wikidata': 'https://www.wikidata.org/wiki/Q2920921', 'display_name': 'Management', 'level': 1, 'score': 0.14638191}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.09634754}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.0688155}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.06467199}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.059571326}, {'id': 'https://openalex.org/C147789679', 'wikidata': 'https://www.wikidata.org/wiki/Q11372', 'display_name': 'Physical chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C143141573', 'wikidata': 'https://www.wikidata.org/wiki/Q7450971', 'display_name': 'Sense (electronics)', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/job.248', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S160573970', 'display_name': 'Journal of Organizational Behavior', 'issn_l': '0894-3796', 'issn': ['1099-1379', '0894-3796'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.71}], 'grants': [], 'referenced_works_count': 65, 'referenced_works': ['https://openalex.org/W7600810', 'https://openalex.org/W100644501', 'https://openalex.org/W273431730', 'https://openalex.org/W1530561322', 'https://openalex.org/W1536791815', 'https://openalex.org/W1564762945', 'https://openalex.org/W1572252684', 'https://openalex.org/W1585013689', 'https://openalex.org/W1755691788', 'https://openalex.org/W1779735677', 'https://openalex.org/W1865492099', 'https://openalex.org/W1902610065', 'https://openalex.org/W1975762104', 'https://openalex.org/W1981511071', 'https://openalex.org/W1992193527', 'https://openalex.org/W1997397294', 'https://openalex.org/W1998326697', 'https://openalex.org/W2010707353', 'https://openalex.org/W2013328906', 'https://openalex.org/W2018201949', 'https://openalex.org/W2025989394', 'https://openalex.org/W2026370699', 'https://openalex.org/W2044879847', 'https://openalex.org/W2052729098', 'https://openalex.org/W2053090172', 'https://openalex.org/W2053133047', 'https://openalex.org/W2062530052', 'https://openalex.org/W2064529779', 'https://openalex.org/W2065228212', 'https://openalex.org/W2066264410', 'https://openalex.org/W2070400052', 'https://openalex.org/W2074526772', 'https://openalex.org/W2081155210', 'https://openalex.org/W2087542355', 'https://openalex.org/W2095179393', 'https://openalex.org/W2099102168', 'https://openalex.org/W2100884444', 'https://openalex.org/W2101178741', 'https://openalex.org/W2107295930', 'https://openalex.org/W2107309765', 'https://openalex.org/W2109642229', 'https://openalex.org/W2114435871', 'https://openalex.org/W2118769530', 'https://openalex.org/W2122447448', 'https://openalex.org/W2127625785', 'https://openalex.org/W2139952493', 'https://openalex.org/W2140205964', 'https://openalex.org/W2141302415', 'https://openalex.org/W2143477303', 'https://openalex.org/W2147851174', 'https://openalex.org/W2149999335', 'https://openalex.org/W2158862141', 'https://openalex.org/W2160569991', 'https://openalex.org/W2163988453', 'https://openalex.org/W2167900707', 'https://openalex.org/W2508588924', 'https://openalex.org/W2530355104', 'https://openalex.org/W2594904626', 'https://openalex.org/W2783706358', 'https://openalex.org/W2795596299', 'https://openalex.org/W2889508061', 'https://openalex.org/W2896637382', 'https://openalex.org/W2945055388', 'https://openalex.org/W3019273456', 'https://openalex.org/W3142492581'], 'related_works': ['https://openalex.org/W1985412853', 'https://openalex.org/W2086890727', 'https://openalex.org/W2118093579', 'https://openalex.org/W2146618936', 'https://openalex.org/W2356547572', 'https://openalex.org/W2397906106', 'https://openalex.org/W3185221230', 'https://openalex.org/W4283374425', 'https://openalex.org/W4286716311', 'https://openalex.org/W4377694480'], 'ngrams_url': 'https://api.openalex.org/works/W2153610778/ngrams', 'abstract_inverted_index': {'This': [0], 'study': [1], 'focuses': [2], 'on': [3], 'burnout': [4, 15, 51, 70, 94, 115, 139, 159], 'and': [5, 16, 21, 52, 62, 122, 133, 140, 148], 'its': [6], 'positive': [7], 'antipode—engagement.': [8], 'A': [9], 'model': [10, 47], 'is': [11, 71, 86, 95, 108, 160, 166], 'tested': [12], 'in': [13], 'which': [14], 'engagement': [17, 53, 85, 107, 126, 141, 165], 'have': [18], 'different': [19, 22, 143, 152], 'predictors': [20], 'possible': [23, 146], 'consequences.': [24], 'Structural': [25], 'equation': [26], 'modeling': [27], 'was': [28], 'used': [29, 157], 'to': [30, 97, 103, 111, 161, 167], 'simultaneously': [31], 'analyze': [32], 'data': [33], 'from': [34], 'four': [35], 'independent': [36], 'occupational': [37], 'samples': [38], '(total': [39], 'N': [40], '=': [41], '1698).': [42], 'Results': [43], 'confirm': [44], 'the': [45, 112, 117, 128], 'hypothesized': [46], 'indicating': [48], 'that:': [49], '(1)': [50], 'are': [54], 'negatively': [55], 'related,': [56], 'sharing': [57], 'between': [58, 119, 130], '10': [59], 'per': [60, 64], 'cent': [61, 65], '25': [63], 'of': [66, 81, 145], 'their': [67], 'variances;': [68], '(2)': [69], 'mainly': [72], 'predicted': [73, 88], 'by': [74, 79, 89], 'job': [75, 82, 91, 120, 131], 'demands': [76, 121], 'but': [77], 'also': [78], 'lack': [80], 'resources,': [83], 'whereas': [84, 106, 125], 'exclusively': [87], 'available': [90], 'resources;': [92], '(3)': [93], 'related': [96, 109], 'health': [98, 123], 'problems': [99], 'as': [100, 102], 'well': [101], 'turnover': [104, 134], 'intention,': [105], 'only': [110], 'latter;': [113], '(4)': [114], 'mediates': [116, 127], 'relationship': [118, 129], 'problems,': [124], 'resources': [132], 'intention.': [135], 'The': [136], 'fact': [137], 'that': [138, 151], 'exhibit': [142], 'patterns': [144], 'causes': [147], 'consequences': [149], 'implies': [150], 'intervention': [153], 'strategies': [154], 'should': [155], 'be': [156, 162, 168], 'when': [158], 'reduced': [163], 'or': [164], 'enhanced.': [169], 'Copyright': [170], '©': [171], '2004': [172], 'John': [173], 'Wiley': [174], '&': [175], 'Sons,': [176], 'Ltd.': [177]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2153610778', 'counts_by_year': [{'year': 2023, 'cited_by_count': 354}, {'year': 2022, 'cited_by_count': 556}, {'year': 2021, 'cited_by_count': 541}, {'year': 2020, 'cited_by_count': 508}, {'year': 2019, 'cited_by_count': 446}, {'year': 2018, 'cited_by_count': 376}, {'year': 2017, 'cited_by_count': 404}, {'year': 2016, 'cited_by_count': 395}, {'year': 2015, 'cited_by_count': 394}, {'year': 2014, 'cited_by_count': 436}, {'year': 2013, 'cited_by_count': 418}, {'year': 2012, 'cited_by_count': 300}], 'updated_date': '2023-09-30T03:51:12.566845', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1965173894', 'doi': 'https://doi.org/10.1016/s0031-8914(34)90011-2', 'title': 'Über die Zuordnung von Wellenfunktionen und Eigenwerten zu den Einzelnen Elektronen Eines Atoms', 'display_name': 'Über die Zuordnung von Wellenfunktionen und Eigenwerten zu den Einzelnen Elektronen Eines Atoms', 'publication_year': 1934, 'publication_date': '1934-01-01', 'ids': {'openalex': 'https://openalex.org/W1965173894', 'doi': 'https://doi.org/10.1016/s0031-8914(34)90011-2', 'mag': '1965173894'}, 'language': 'de', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0031-8914(34)90011-2', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210195125', 'display_name': 'Physica', 'issn_l': '0031-8914', 'issn': ['1873-1767', '0031-8914'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5057129707', 'display_name': 'Timo Koopmans', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'T Koopmans', 'raw_affiliation_string': 'Mitteilung aus der Arbeitsgemeinschaft für theoretische Physik der Utrechter Universität. The Netherlands', 'raw_affiliation_strings': ['Mitteilung aus der Arbeitsgemeinschaft für theoretische Physik der Utrechter Universität. The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5057129707'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 5945, 'biblio': {'volume': '1', 'issue': '1-6', 'first_page': '104', 'last_page': '113'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.6280544}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.45321128}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0031-8914(34)90011-2', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210195125', 'display_name': 'Physica', 'issn_l': '0031-8914', 'issn': ['1873-1767', '0031-8914'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.3}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.1}], 'grants': [], 'referenced_works_count': 6, 'referenced_works': ['https://openalex.org/W2048948958', 'https://openalex.org/W2055939670', 'https://openalex.org/W2067234809', 'https://openalex.org/W2081270947', 'https://openalex.org/W2883197357', 'https://openalex.org/W4253354136'], 'related_works': ['https://openalex.org/W54078636', 'https://openalex.org/W1501425562', 'https://openalex.org/W2298861036', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W2902782467', 'https://openalex.org/W2935759653', 'https://openalex.org/W2954470139', 'https://openalex.org/W3084825885', 'https://openalex.org/W3105167352'], 'ngrams_url': 'https://api.openalex.org/works/W1965173894/ngrams', 'abstract_inverted_index': {'Die': [0, 52], 'von': [1, 48], 'Fock': [2, 49], 'im': [3], 'Rahmen': [4], 'seiner': [5], 'Näherungsmethode': [6], 'zur': [7], 'Behandlung': [8], 'des': [9], 'quantenmechanischen': [10], 'Mehrelektronenproblems': [11], 'aufgestellten': [12], 'Gleichungen': [13], 'werden': [14], 'auf': [15, 56], 'etwas': [16, 45], 'allgemeinerer': [17], 'Grundlage': [18], 'diskutiert.': [19], 'Es': [20], 'wird': [21], 'angegeben,': [22], 'wie': [23], 'man': [24], 'in': [25, 43, 72], 'eindeutiger': [26], 'Weise': [27], 'den': [28, 59], 'einzelnen': [29, 62], 'Elektronen': [30, 63], 'bestimmte': [31], 'Wellenfunktionen': [32], 'und': [33], 'Eigenwerte': [34, 53], 'zuordnen': [35], 'kann.': [36], 'Diese': [37], 'Eigenfunktionen': [38], 'genügen': [39], 'einer': [40, 78], 'Gleichung,': [41], 'die': [42, 83], 'einem': [44], 'anderen': [46], 'Zusammenhang': [47], 'abgeleitet': [50], 'wurde.': [51], 'sind': [54], 'bis': [55], 'kleinen': [57], 'Korrektionen': [58], 'Ablösungsarbeiten': [60], 'der': [61, 76], 'entgegengesetzt': [64], 'gleich.': [65], 'Das': [66], 'erreichte': [67], 'Ergebnis': [68], 'hat': [69], 'nur': [70], 'Bedeutung': [71], 'denjenigen': [73], 'Fällen,': [74], 'wo': [75], 'Ansatz': [77], 'einzigen': [79], 'Slaterschen': [80], 'Determinante': [81], 'für': [82], 'Wellenfunktion': [84], 'sinnvoll': [85], 'ist.': [86]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1965173894', 'counts_by_year': [{'year': 2023, 'cited_by_count': 389}, {'year': 2022, 'cited_by_count': 458}, {'year': 2021, 'cited_by_count': 399}, {'year': 2020, 'cited_by_count': 376}, {'year': 2019, 'cited_by_count': 225}, {'year': 2018, 'cited_by_count': 205}, {'year': 2017, 'cited_by_count': 203}, {'year': 2016, 'cited_by_count': 208}, {'year': 2015, 'cited_by_count': 193}, {'year': 2014, 'cited_by_count': 155}, {'year': 2013, 'cited_by_count': 135}, {'year': 2012, 'cited_by_count': 151}], 'updated_date': '2023-09-30T19:43:22.526673', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2121354606', 'doi': 'https://doi.org/10.1083/jcb.201211138', 'title': 'Extracellular vesicles: Exosomes, microvesicles, and friends', 'display_name': 'Extracellular vesicles: Exosomes, microvesicles, and friends', 'publication_year': 2013, 'publication_date': '2013-02-18', 'ids': {'openalex': 'https://openalex.org/W2121354606', 'doi': 'https://doi.org/10.1083/jcb.201211138', 'mag': '2121354606', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/PMC3575529', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3575529'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1083/jcb.201211138', 'pdf_url': 'http://jcb.rupress.org/content/jcb/200/4/373.full.pdf', 'source': {'id': 'https://openalex.org/S96410829', 'display_name': 'Journal of Cell Biology', 'issn_l': '0021-9525', 'issn': ['1540-8140', '0021-9525'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315676', 'host_organization_name': 'Rockefeller University Press', 'host_organization_lineage': ['https://openalex.org/P4310315676'], 'host_organization_lineage_names': ['Rockefeller University Press'], 'type': 'journal'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://jcb.rupress.org/content/jcb/200/4/373.full.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5069469830', 'display_name': 'Graça Raposo', 'orcid': 'https://orcid.org/0000-0001-9590-1298'}, 'institutions': [{'id': 'https://openalex.org/I80043', 'display_name': 'Institute Curie', 'ror': 'https://ror.org/04t0gwh46', 'country_code': 'FR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I80043']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'Graça Raposo', 'raw_affiliation_string': 'Institut Curie, Centre de Recherche, F-75248 Paris, Cedex 05, France; Structure and Membrane Compartments, Centre National de la Recherche Scientifique, Unité Mixte de Recherche 144, Paris F-75248, Cedex 05, France', 'raw_affiliation_strings': ['Institut Curie, Centre de Recherche, F-75248 Paris, Cedex 05, France', 'Structure and Membrane Compartments, Centre National de la Recherche Scientifique, Unité Mixte de Recherche 144, Paris F-75248, Cedex 05, France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5062040060', 'display_name': 'Willem Stoorvogel', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Willem Stoorvogel', 'raw_affiliation_string': 'Faculty of Veterinary Medicine, Utrecht University, 3584 CM Utrecht, Netherlands', 'raw_affiliation_strings': ['Faculty of Veterinary Medicine, Utrecht University, 3584 CM Utrecht, Netherlands']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5069469830'], 'corresponding_institution_ids': ['https://openalex.org/I80043', 'https://openalex.org/I1294671590'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 5943, 'biblio': {'volume': '200', 'issue': '4', 'first_page': '373', 'last_page': '383'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C20518536', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicles', 'level': 4, 'score': 0.9773612}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.7873101}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.7807872}, {'id': 'https://openalex.org/C102747710', 'wikidata': 'https://www.wikidata.org/wiki/Q824237', 'display_name': 'Endosome', 'level': 3, 'score': 0.751243}, {'id': 'https://openalex.org/C130316041', 'wikidata': 'https://www.wikidata.org/wiki/Q189206', 'display_name': 'Vesicle', 'level': 3, 'score': 0.69266367}, {'id': 'https://openalex.org/C28406088', 'wikidata': 'https://www.wikidata.org/wiki/Q5571762', 'display_name': 'Extracellular', 'level': 2, 'score': 0.6399765}, {'id': 'https://openalex.org/C2908689518', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicle', 'level': 5, 'score': 0.6183815}, {'id': 'https://openalex.org/C2992929900', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicles', 'level': 2, 'score': 0.61695814}, {'id': 'https://openalex.org/C79879829', 'wikidata': 'https://www.wikidata.org/wiki/Q5571762', 'display_name': 'Intracellular', 'level': 2, 'score': 0.5948078}, {'id': 'https://openalex.org/C2781261824', 'wikidata': 'https://www.wikidata.org/wiki/Q903634', 'display_name': 'Exosome', 'level': 5, 'score': 0.52309227}, {'id': 'https://openalex.org/C98539663', 'wikidata': 'https://www.wikidata.org/wiki/Q220599', 'display_name': 'Cytosol', 'level': 3, 'score': 0.51699317}, {'id': 'https://openalex.org/C2909763251', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicle', 'level': 5, 'score': 0.45973313}, {'id': 'https://openalex.org/C14036430', 'wikidata': 'https://www.wikidata.org/wiki/Q3736076', 'display_name': 'Function (biology)', 'level': 2, 'score': 0.41991556}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.2502317}, {'id': 'https://openalex.org/C41625074', 'wikidata': 'https://www.wikidata.org/wiki/Q176088', 'display_name': 'Membrane', 'level': 2, 'score': 0.21423769}, {'id': 'https://openalex.org/C145059251', 'wikidata': 'https://www.wikidata.org/wiki/Q310899', 'display_name': 'microRNA', 'level': 3, 'score': 0.14440778}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C181199279', 'wikidata': 'https://www.wikidata.org/wiki/Q8047', 'display_name': 'Enzyme', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D055354', 'descriptor_name': 'Exosomes', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': True}, {'descriptor_ui': 'D008954', 'descriptor_name': 'Models, Biological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D001692', 'descriptor_name': 'Biological Transport', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': False}, {'descriptor_ui': 'D001692', 'descriptor_name': 'Biological Transport', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002450', 'descriptor_name': 'Cell Communication', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': 'Q000648', 'qualifier_name': 'ultrastructure', 'is_major_topic': False}, {'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055354', 'descriptor_name': 'Exosomes', 'qualifier_ui': 'Q000648', 'qualifier_name': 'ultrastructure', 'is_major_topic': False}, {'descriptor_ui': 'D055354', 'descriptor_name': 'Exosomes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008561', 'descriptor_name': 'Membrane Fusion', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1083/jcb.201211138', 'pdf_url': 'http://jcb.rupress.org/content/jcb/200/4/373.full.pdf', 'source': {'id': 'https://openalex.org/S96410829', 'display_name': 'Journal of Cell Biology', 'issn_l': '0021-9525', 'issn': ['1540-8140', '0021-9525'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315676', 'host_organization_name': 'Rockefeller University Press', 'host_organization_lineage': ['https://openalex.org/P4310315676'], 'host_organization_lineage_names': ['Rockefeller University Press'], 'type': 'journal'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3575529', 'pdf_url': 'https://europepmc.org/articles/pmc3575529?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/287090', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/287090/Extracellular%20vesicles%20Exosomes%2c%20microvesicles%20and%20friends.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3575529', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23420871', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1083/jcb.201211138', 'pdf_url': 'http://jcb.rupress.org/content/jcb/200/4/373.full.pdf', 'source': {'id': 'https://openalex.org/S96410829', 'display_name': 'Journal of Cell Biology', 'issn_l': '0021-9525', 'issn': ['1540-8140', '0021-9525'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315676', 'host_organization_name': 'Rockefeller University Press', 'host_organization_lineage': ['https://openalex.org/P4310315676'], 'host_organization_lineage_names': ['Rockefeller University Press'], 'type': 'journal'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.59}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.17}, {'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.11}], 'grants': [], 'referenced_works_count': 132, 'referenced_works': ['https://openalex.org/W1494035906', 'https://openalex.org/W1521676890', 'https://openalex.org/W1538522759', 'https://openalex.org/W1542647879', 'https://openalex.org/W1571387405', 'https://openalex.org/W1581255805', 'https://openalex.org/W1600015917', 'https://openalex.org/W1601973441', 'https://openalex.org/W1698471795', 'https://openalex.org/W1723090406', 'https://openalex.org/W1835592430', 'https://openalex.org/W1874379912', 'https://openalex.org/W1904412191', 'https://openalex.org/W1951092263', 'https://openalex.org/W1967427925', 'https://openalex.org/W1969002010', 'https://openalex.org/W1969095017', 'https://openalex.org/W1969738372', 'https://openalex.org/W1972811031', 'https://openalex.org/W1973107172', 'https://openalex.org/W1974035668', 'https://openalex.org/W1974954833', 'https://openalex.org/W1975320047', 'https://openalex.org/W1975363398', 'https://openalex.org/W1976196055', 'https://openalex.org/W1977208217', 'https://openalex.org/W1979751563', 'https://openalex.org/W1984109999', 'https://openalex.org/W1985175917', 'https://openalex.org/W1986321004', 'https://openalex.org/W1986986277', 'https://openalex.org/W1987019376', 'https://openalex.org/W1987357218', 'https://openalex.org/W1987409881', 'https://openalex.org/W1988019446', 'https://openalex.org/W1991043494', 'https://openalex.org/W1991820745', 'https://openalex.org/W1993528700', 'https://openalex.org/W1994215544', 'https://openalex.org/W1997989369', 'https://openalex.org/W1998079639', 'https://openalex.org/W1998307755', 'https://openalex.org/W2001739973', 'https://openalex.org/W2004895989', 'https://openalex.org/W2009649000', 'https://openalex.org/W2012252491', 'https://openalex.org/W2015256188', 'https://openalex.org/W2015312036', 'https://openalex.org/W2018312750', 'https://openalex.org/W2020992406', 'https://openalex.org/W2021861291', 'https://openalex.org/W2027167191', 'https://openalex.org/W2028248159', 'https://openalex.org/W2028622306', 'https://openalex.org/W2029042594', 'https://openalex.org/W2030701238', 'https://openalex.org/W2032945008', 'https://openalex.org/W2034005055', 'https://openalex.org/W2035805790', 'https://openalex.org/W2036073789', 'https://openalex.org/W2037872626', 'https://openalex.org/W2038236600', 'https://openalex.org/W2038544607', 'https://openalex.org/W2039313867', 'https://openalex.org/W2039912157', 'https://openalex.org/W2046758915', 'https://openalex.org/W2046783628', 'https://openalex.org/W2047703658', 'https://openalex.org/W2048883725', 'https://openalex.org/W2049369927', 'https://openalex.org/W2054410308', 'https://openalex.org/W2055313665', 'https://openalex.org/W2056048178', 'https://openalex.org/W2061369703', 'https://openalex.org/W2062711653', 'https://openalex.org/W2062800617', 'https://openalex.org/W2065236536', 'https://openalex.org/W2066432115', 'https://openalex.org/W2067013656', 'https://openalex.org/W2071188263', 'https://openalex.org/W2077047479', 'https://openalex.org/W2080879611', 'https://openalex.org/W2086275775', 'https://openalex.org/W2089154872', 'https://openalex.org/W2089713288', 'https://openalex.org/W2090044366', 'https://openalex.org/W2090175640', 'https://openalex.org/W2093013992', 'https://openalex.org/W2096851468', 'https://openalex.org/W2099491642', 'https://openalex.org/W2102327977', 'https://openalex.org/W2107008239', 'https://openalex.org/W2107240342', 'https://openalex.org/W2107486259', 'https://openalex.org/W2111560326', 'https://openalex.org/W2112187582', 'https://openalex.org/W2119764013', 'https://openalex.org/W2121633863', 'https://openalex.org/W2122635106', 'https://openalex.org/W2123039682', 'https://openalex.org/W2124116044', 'https://openalex.org/W2124373678', 'https://openalex.org/W2125153740', 'https://openalex.org/W2126210405', 'https://openalex.org/W2126400039', 'https://openalex.org/W2128384671', 'https://openalex.org/W2128891846', 'https://openalex.org/W2129062330', 'https://openalex.org/W2129396527', 'https://openalex.org/W2129935560', 'https://openalex.org/W2129991672', 'https://openalex.org/W2130512072', 'https://openalex.org/W2132603657', 'https://openalex.org/W2141003137', 'https://openalex.org/W2142755954', 'https://openalex.org/W2146865049', 'https://openalex.org/W2147116051', 'https://openalex.org/W2147993839', 'https://openalex.org/W2148525460', 'https://openalex.org/W2150079601', 'https://openalex.org/W2154974799', 'https://openalex.org/W2155366992', 'https://openalex.org/W2156281143', 'https://openalex.org/W2157303955', 'https://openalex.org/W2166595775', 'https://openalex.org/W2167056256', 'https://openalex.org/W2169599832', 'https://openalex.org/W2170114979', 'https://openalex.org/W2170609747', 'https://openalex.org/W2171471266', 'https://openalex.org/W2171618078', 'https://openalex.org/W2409894076'], 'related_works': ['https://openalex.org/W2121354606', 'https://openalex.org/W2134921841', 'https://openalex.org/W2159401023', 'https://openalex.org/W2257805971', 'https://openalex.org/W2260459001', 'https://openalex.org/W2780439829', 'https://openalex.org/W2804246866', 'https://openalex.org/W2905073085', 'https://openalex.org/W2917685500', 'https://openalex.org/W4213002622'], 'ngrams_url': 'https://api.openalex.org/works/W2121354606/ngrams', 'abstract_inverted_index': {'Cells': [0], 'release': [1], 'into': [2], 'the': [3, 54, 67, 91], 'extracellular': [4, 23], 'environment': [5], 'diverse': [6], 'types': [7], 'of': [8, 11, 30, 41, 53, 62, 69, 79, 93], 'membrane': [9, 15, 42], 'vesicles': [10, 24], 'endosomal': [12], 'and': [13, 19, 43, 47, 60, 95, 104], 'plasma': [14], 'origin': [16], 'called': [17], 'exosomes': [18], 'microvesicles,': [20], 'respectively.': [21], 'These': [22], '(EVs)': [25], 'represent': [26], 'an': [27], 'important': [28], 'mode': [29], 'intercellular': [31], 'communication': [32], 'by': [33], 'serving': [34], 'as': [35], 'vehicles': [36], 'for': [37, 57, 100], 'transfer': [38], 'between': [39], 'cells': [40], 'cytosolic': [44], 'proteins,': [45], 'lipids,': [46], 'RNA.': [48], 'Deficiencies': [49], 'in': [50, 83], 'our': [51], 'knowledge': [52], 'molecular': [55], 'mechanisms': [56, 99], 'EV': [58], 'formation': [59], 'lack': [61], 'methods': [63], 'to': [64], 'interfere': [65], 'with': [66, 72], 'packaging': [68], 'cargo': [70], 'or': [71], 'vesicle': [73], 'release,': [74], 'however,': [75], 'still': [76], 'hamper': [77], 'identification': [78], 'their': [80, 101], 'physiological': [81], 'relevance': [82], 'vivo.': [84], 'In': [85], 'this': [86], 'review,': [87], 'we': [88], 'focus': [89], 'on': [90, 96], 'characterization': [92], 'EVs': [94], 'currently': [97], 'proposed': [98], 'formation,': [102], 'targeting,': [103], 'function.': [105]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2121354606', 'counts_by_year': [{'year': 2023, 'cited_by_count': 538}, {'year': 2022, 'cited_by_count': 820}, {'year': 2021, 'cited_by_count': 895}, {'year': 2020, 'cited_by_count': 871}, {'year': 2019, 'cited_by_count': 671}, {'year': 2018, 'cited_by_count': 632}, {'year': 2017, 'cited_by_count': 553}, {'year': 2016, 'cited_by_count': 440}, {'year': 2015, 'cited_by_count': 279}, {'year': 2014, 'cited_by_count': 198}, {'year': 2013, 'cited_by_count': 39}], 'updated_date': '2023-10-04T05:56:49.675367', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2118295263', 'doi': 'https://doi.org/10.1038/nature02403', 'title': 'The worldwide leaf economics spectrum', 'display_name': 'The worldwide leaf economics spectrum', 'publication_year': 2004, 'publication_date': '2004-04-01', 'ids': {'openalex': 'https://openalex.org/W2118295263', 'doi': 'https://doi.org/10.1038/nature02403', 'mag': '2118295263', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/15103368'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nature02403', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'http://conservancy.umn.edu/bitstream/11299/176900/1/Wright%20et%20al%202004.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5028139677', 'display_name': 'Ian J. Wright', 'orcid': 'https://orcid.org/0000-0001-8338-9143'}, 'institutions': [{'id': 'https://openalex.org/I99043593', 'display_name': 'Macquarie University', 'ror': 'https://ror.org/01sf06y89', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I99043593']}], 'countries': ['AU'], 'is_corresponding': True, 'raw_author_name': 'Ian J. Wright', 'raw_affiliation_string': 'Department of Biological Sciences, Macquarie University, New South Wales, Australia', 'raw_affiliation_strings': ['Department of Biological Sciences, Macquarie University, New South Wales, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044264078', 'display_name': 'Peter B. Reich', 'orcid': 'https://orcid.org/0000-0003-4424-662X'}, 'institutions': [{'id': 'https://openalex.org/I1322780083', 'display_name': 'Minnesota Department of Natural Resources', 'ror': 'https://ror.org/056vcnr65', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1322780083']}, {'id': 'https://openalex.org/I130238516', 'display_name': 'University of Minnesota', 'ror': 'https://ror.org/017zqws13', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I130238516', 'https://openalex.org/I2800403580']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Peter B. Reich', 'raw_affiliation_string': 'Department of Forest Resources, University of Minnesota, St Paul, USA', 'raw_affiliation_strings': ['Department of Forest Resources, University of Minnesota, St Paul, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006801508', 'display_name': 'Mark Westoby', 'orcid': 'https://orcid.org/0000-0001-7690-4530'}, 'institutions': [{'id': 'https://openalex.org/I99043593', 'display_name': 'Macquarie University', 'ror': 'https://ror.org/01sf06y89', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I99043593']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Mark Westoby', 'raw_affiliation_string': 'Department of Biological Sciences, Macquarie University, New South Wales, Australia', 'raw_affiliation_strings': ['Department of Biological Sciences, Macquarie University, New South Wales, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062999942', 'display_name': 'David D. Ackerly', 'orcid': 'https://orcid.org/0000-0002-1847-7398'}, 'institutions': [{'id': 'https://openalex.org/I97018004', 'display_name': 'Stanford University', 'ror': 'https://ror.org/00f54p054', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I97018004']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David D. Ackerly', 'raw_affiliation_string': 'Department of Biological Sciences, Stanford University, Stanford, USA', 'raw_affiliation_strings': ['Department of Biological Sciences, Stanford University, Stanford, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037253468', 'display_name': 'Zdravko Baruch', 'orcid': 'https://orcid.org/0000-0002-7264-4812'}, 'institutions': [{'id': 'https://openalex.org/I629287', 'display_name': 'Simón Bolívar University', 'ror': 'https://ror.org/01ak5cj98', 'country_code': 'VE', 'type': 'education', 'lineage': ['https://openalex.org/I629287']}], 'countries': ['VE'], 'is_corresponding': False, 'raw_author_name': 'Zdravko Baruch', 'raw_affiliation_string': 'Departamento de Estudios Ambientales, Universidad Simón Bolivar, Caracas, Venezuela', 'raw_affiliation_strings': ['Departamento de Estudios Ambientales, Universidad Simón Bolivar, Caracas, Venezuela']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059282890', 'display_name': 'Frans Bongers', 'orcid': 'https://orcid.org/0000-0002-8431-6189'}, 'institutions': [{'id': 'https://openalex.org/I913481162', 'display_name': 'Wageningen University & Research', 'ror': 'https://ror.org/04qw24q55', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I913481162']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Frans Bongers', 'raw_affiliation_string': 'Forest Ecology and Forest Management Group, Department of Environmental Sciences, Wageningen University, Wageningen, The Netherlands', 'raw_affiliation_strings': ['Forest Ecology and Forest Management Group, Department of Environmental Sciences, Wageningen University, Wageningen, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041317932', 'display_name': 'Jeannine Cavender‐Bares', 'orcid': 'https://orcid.org/0000-0003-3375-9630'}, 'institutions': [{'id': 'https://openalex.org/I52218309', 'display_name': 'Smithsonian Environmental Research Center', 'ror': 'https://ror.org/032a13752', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I103187081', 'https://openalex.org/I52218309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jeannine Cavender-Bares', 'raw_affiliation_string': 'Smithsonian Environmental Research Center, USA', 'raw_affiliation_strings': ['Smithsonian Environmental Research Center, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003690199', 'display_name': 'Terry Chapin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I141472210', 'display_name': 'University of Alaska Fairbanks', 'ror': 'https://ror.org/01j7nq853', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I141472210', 'https://openalex.org/I2802090665']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Terry Chapin', 'raw_affiliation_string': 'Institute of Arctic Biology, University of Alaska, Fairbanks, USA', 'raw_affiliation_strings': ['Institute of Arctic Biology, University of Alaska, Fairbanks, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004631615', 'display_name': 'Johannes H. C. Cornelissen', 'orcid': 'https://orcid.org/0000-0002-2346-1585'}, 'institutions': [{'id': 'https://openalex.org/I865915315', 'display_name': 'Vrije Universiteit Amsterdam', 'ror': 'https://ror.org/008xxew50', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I865915315']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Johannes H. C. Cornelissen', 'raw_affiliation_string': 'Institute of Ecological Science, Department of Systems Ecology, Vrije Universiteit, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Institute of Ecological Science, Department of Systems Ecology, Vrije Universiteit, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024530154', 'display_name': 'Matthias Diemer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I202697423', 'display_name': 'University of Zurich', 'ror': 'https://ror.org/02crff812', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I202697423']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Matthias Diemer', 'raw_affiliation_string': 'Institute für Umweltwissensch, University of Zurich, Zurich, Switzerland', 'raw_affiliation_strings': ['Institute für Umweltwissensch, University of Zurich, Zurich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012286871', 'display_name': 'Jaume Flexas', 'orcid': 'https://orcid.org/0000-0002-3069-175X'}, 'institutions': [], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Jaume Flexas', 'raw_affiliation_string': 'Departament de Biologia, Laboratori de Fisiologia Vegetal, Universidad de Illes Balears, Illes Balears, Spain', 'raw_affiliation_strings': ['Departament de Biologia, Laboratori de Fisiologia Vegetal, Universidad de Illes Balears, Illes Balears, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035575373', 'display_name': 'Éric Garnier', 'orcid': 'https://orcid.org/0000-0002-9392-5154'}, 'institutions': [{'id': 'https://openalex.org/I4210089824', 'display_name': "Centre d'Écologie Fonctionnelle et Évolutive", 'ror': 'https://ror.org/008rywf59', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I159885104', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I24906876', 'https://openalex.org/I4210088668', 'https://openalex.org/I4210089824', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210107625', 'https://openalex.org/I4210136436', 'https://openalex.org/I4210166444']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Eric Garnier', 'raw_affiliation_string': "Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France", 'raw_affiliation_strings': ["Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082409817', 'display_name': 'Philip K. Groom', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I205640436', 'display_name': 'Curtin University', 'ror': 'https://ror.org/02n415q13', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I205640436']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Philip K. Groom', 'raw_affiliation_string': 'Department of Environmental Biology, Curtin University of Technology, Perth, Australia', 'raw_affiliation_strings': ['Department of Environmental Biology, Curtin University of Technology, Perth, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057139024', 'display_name': 'Javier Gulías', 'orcid': None}, 'institutions': [], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Javier Gulias', 'raw_affiliation_string': 'Departament de Biologia, Laboratori de Fisiologia Vegetal, Universidad de Illes Balears, Illes Balears, Spain', 'raw_affiliation_strings': ['Departament de Biologia, Laboratori de Fisiologia Vegetal, Universidad de Illes Balears, Illes Balears, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029597228', 'display_name': 'Kouki Hikosaka', 'orcid': 'https://orcid.org/0000-0003-1744-3775'}, 'institutions': [{'id': 'https://openalex.org/I201537933', 'display_name': 'Tohoku University', 'ror': 'https://ror.org/01dq60k83', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I201537933']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Kouki Hikosaka', 'raw_affiliation_string': 'Graduate School of Life Sciences, Tohoku University, Aoba, Sendai, Japan', 'raw_affiliation_strings': ['Graduate School of Life Sciences, Tohoku University, Aoba, Sendai, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057290137', 'display_name': 'Byron B. Lamont', 'orcid': 'https://orcid.org/0000-0001-9279-7149'}, 'institutions': [{'id': 'https://openalex.org/I205640436', 'display_name': 'Curtin University', 'ror': 'https://ror.org/02n415q13', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I205640436']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Byron B. Lamont', 'raw_affiliation_string': 'Department of Environmental Biology, Curtin University of Technology, Perth, Australia', 'raw_affiliation_strings': ['Department of Environmental Biology, Curtin University of Technology, Perth, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032129273', 'display_name': 'Tali D. Lee', 'orcid': 'https://orcid.org/0000-0002-3933-6607'}, 'institutions': [{'id': 'https://openalex.org/I124727415', 'display_name': 'University of Wisconsin–Eau Claire', 'ror': 'https://ror.org/03mnm0t94', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I124727415', 'https://openalex.org/I1304256225']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tali Lee', 'raw_affiliation_string': 'Department of Biology, University of Wisconsin-Eau Claire, Eau Claire, USA', 'raw_affiliation_strings': ['Department of Biology, University of Wisconsin-Eau Claire, Eau Claire, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048222625', 'display_name': 'William Lee', 'orcid': 'https://orcid.org/0000-0002-0650-1442'}, 'institutions': [{'id': 'https://openalex.org/I86609021', 'display_name': 'Manaaki Whenua – Landcare Research', 'ror': 'https://ror.org/02p9cyn66', 'country_code': 'NZ', 'type': 'government', 'lineage': ['https://openalex.org/I2799419803', 'https://openalex.org/I86609021']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'William Lee', 'raw_affiliation_string': 'Landcare Research, Dunedin, New Zealand', 'raw_affiliation_strings': ['Landcare Research, Dunedin, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052046414', 'display_name': 'Christopher H. Lusk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I172787465', 'display_name': 'University of Concepción', 'ror': 'https://ror.org/0460jpj73', 'country_code': 'CL', 'type': 'education', 'lineage': ['https://openalex.org/I172787465']}], 'countries': ['CL'], 'is_corresponding': False, 'raw_author_name': 'Christopher Lusk', 'raw_affiliation_string': 'Departamento de Botánica, Universidad de Concepción, Concepción, Chile', 'raw_affiliation_strings': ['Departamento de Botánica, Universidad de Concepción, Concepción, Chile']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048912887', 'display_name': 'Jeremy J. Midgley', 'orcid': 'https://orcid.org/0000-0001-7831-2301'}, 'institutions': [{'id': 'https://openalex.org/I157614274', 'display_name': 'University of Cape Town', 'ror': 'https://ror.org/03p74gp79', 'country_code': 'ZA', 'type': 'education', 'lineage': ['https://openalex.org/I157614274']}], 'countries': ['ZA'], 'is_corresponding': False, 'raw_author_name': 'Jeremy J. Midgley', 'raw_affiliation_string': 'Department of Botany, University of Cape Town, Rondebosch, South Africa', 'raw_affiliation_strings': ['Department of Botany, University of Cape Town, Rondebosch, South Africa']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079886289', 'display_name': 'Marie‐Laure Navas', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210089824', 'display_name': "Centre d'Écologie Fonctionnelle et Évolutive", 'ror': 'https://ror.org/008rywf59', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I159885104', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I24906876', 'https://openalex.org/I4210088668', 'https://openalex.org/I4210089824', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210107625', 'https://openalex.org/I4210136436', 'https://openalex.org/I4210166444']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Marie-Laure Navas', 'raw_affiliation_string': "Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France", 'raw_affiliation_strings': ["Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023326297', 'display_name': 'Ülo Niinemets', 'orcid': 'https://orcid.org/0000-0002-3078-2192'}, 'institutions': [{'id': 'https://openalex.org/I56085075', 'display_name': 'University of Tartu', 'ror': 'https://ror.org/03z77qz90', 'country_code': 'EE', 'type': 'education', 'lineage': ['https://openalex.org/I56085075']}], 'countries': ['EE'], 'is_corresponding': False, 'raw_author_name': 'Ülo Niinemets', 'raw_affiliation_string': 'Department of Plant Physiology, University of Tartu, Tartu, Estonia', 'raw_affiliation_strings': ['Department of Plant Physiology, University of Tartu, Tartu, Estonia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059384280', 'display_name': 'Jacek Oleksyn', 'orcid': 'https://orcid.org/0000-0002-6576-3258'}, 'institutions': [{'id': 'https://openalex.org/I1322780083', 'display_name': 'Minnesota Department of Natural Resources', 'ror': 'https://ror.org/056vcnr65', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1322780083']}, {'id': 'https://openalex.org/I130238516', 'display_name': 'University of Minnesota', 'ror': 'https://ror.org/017zqws13', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I130238516', 'https://openalex.org/I2800403580']}, {'id': 'https://openalex.org/I4210107922', 'display_name': 'Institute of Dendrology', 'ror': 'https://ror.org/01kjc7m95', 'country_code': 'PL', 'type': 'facility', 'lineage': ['https://openalex.org/I4210107922', 'https://openalex.org/I99542240']}, {'id': 'https://openalex.org/I99542240', 'display_name': 'Polish Academy of Sciences', 'ror': 'https://ror.org/01dr6c206', 'country_code': 'PL', 'type': 'government', 'lineage': ['https://openalex.org/I99542240']}], 'countries': ['PL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Jacek Oleksyn', 'raw_affiliation_string': 'Department of Forest Resources, University of Minnesota, St Paul, USA; Polish Academy of Sciences, Institute of Dendrology, Kornik, Poland', 'raw_affiliation_strings': ['Department of Forest Resources, University of Minnesota, St Paul, USA', 'Polish Academy of Sciences, Institute of Dendrology, Kornik, Poland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020171320', 'display_name': 'Noriyuki Osada', 'orcid': 'https://orcid.org/0000-0002-7767-0446'}, 'institutions': [{'id': 'https://openalex.org/I161296585', 'display_name': 'Tokyo University of Science', 'ror': 'https://ror.org/05sj3n476', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I161296585']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Noriyuki Osada', 'raw_affiliation_string': 'Nikko Botanical Garden, Graduate School of Science, University of Tokyo, Nikko, Tochigi, Japan', 'raw_affiliation_strings': ['Nikko Botanical Garden, Graduate School of Science, University of Tokyo, Nikko, Tochigi, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073309142', 'display_name': 'Hendrik Poorter', 'orcid': 'https://orcid.org/0000-0001-9900-2433'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Hendrik Poorter', 'raw_affiliation_string': 'Plant Ecophysiology, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Plant Ecophysiology, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056015980', 'display_name': 'Pieter Poot', 'orcid': 'https://orcid.org/0000-0001-7721-0696'}, 'institutions': [{'id': 'https://openalex.org/I177877127', 'display_name': 'University of Western Australia', 'ror': 'https://ror.org/047272k79', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I177877127']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Pieter Poot', 'raw_affiliation_string': 'School of Plant Biology, University of Western Australia, Crawley, Australia', 'raw_affiliation_strings': ['School of Plant Biology, University of Western Australia, Crawley, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091454893', 'display_name': 'Lynda D. Prior', 'orcid': 'https://orcid.org/0000-0002-5511-2320'}, 'institutions': [{'id': 'https://openalex.org/I29894533', 'display_name': 'Charles Darwin University', 'ror': 'https://ror.org/048zcaj52', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I29894533']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Lynda Prior', 'raw_affiliation_string': 'Key Centre for Tropical Wildlife Management, Charles Darwin University, Northern Territory, Darwin, Australia', 'raw_affiliation_strings': ['Key Centre for Tropical Wildlife Management, Charles Darwin University, Northern Territory, Darwin, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016559122', 'display_name': 'V. I. P’yankov', 'orcid': None}, 'institutions': [], 'countries': ['RU'], 'is_corresponding': False, 'raw_author_name': 'Vladimir I. Pyankov', 'raw_affiliation_string': 'Ural State University, Yekaterinburg, Russia', 'raw_affiliation_strings': ['Ural State University, Yekaterinburg, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032846592', 'display_name': 'Catherine Roumet', 'orcid': 'https://orcid.org/0000-0003-1320-9770'}, 'institutions': [{'id': 'https://openalex.org/I4210089824', 'display_name': "Centre d'Écologie Fonctionnelle et Évolutive", 'ror': 'https://ror.org/008rywf59', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I159885104', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I24906876', 'https://openalex.org/I4210088668', 'https://openalex.org/I4210089824', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210107625', 'https://openalex.org/I4210136436', 'https://openalex.org/I4210166444']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Catherine Roumet', 'raw_affiliation_string': "Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France", 'raw_affiliation_strings': ["Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000618157', 'display_name': 'Sean C. Thomas', 'orcid': 'https://orcid.org/0000-0002-0686-2483'}, 'institutions': [{'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Sean C. Thomas', 'raw_affiliation_string': 'Faculty of Forestry, University of Toronto, Toronto, Canada', 'raw_affiliation_strings': ['Faculty of Forestry, University of Toronto, Toronto, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065668860', 'display_name': 'Mark G. Tjoelker', 'orcid': 'https://orcid.org/0000-0003-4607-5238'}, 'institutions': [{'id': 'https://openalex.org/I91045830', 'display_name': 'Texas A&M University', 'ror': 'https://ror.org/01f5ytq51', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I173268674', 'https://openalex.org/I91045830']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mark G. Tjoelker', 'raw_affiliation_string': 'Department of Forest Science, Texas A&M University, College Station, USA', 'raw_affiliation_strings': ['Department of Forest Science, Texas A&M University, College Station, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021315401', 'display_name': 'Erik J. Veneklaas', 'orcid': 'https://orcid.org/0000-0002-7030-4056'}, 'institutions': [{'id': 'https://openalex.org/I177877127', 'display_name': 'University of Western Australia', 'ror': 'https://ror.org/047272k79', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I177877127']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Erik J. Veneklaas', 'raw_affiliation_string': 'School of Plant Biology, University of Western Australia, Crawley, Australia', 'raw_affiliation_strings': ['School of Plant Biology, University of Western Australia, Crawley, Australia']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5022344138', 'display_name': 'Rafael Villar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I53110688', 'display_name': 'University of Córdoba', 'ror': 'https://ror.org/05yc77b46', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I53110688']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Rafael Villar', 'raw_affiliation_string': 'Area de Ecología, Campus de Rabanales, Universidad de Córdoba, Córdoba, Spain', 'raw_affiliation_strings': ['Area de Ecología, Campus de Rabanales, Universidad de Córdoba, Córdoba, Spain']}], 'countries_distinct_count': 15, 'institutions_distinct_count': 28, 'corresponding_author_ids': ['https://openalex.org/A5028139677'], 'corresponding_institution_ids': ['https://openalex.org/I99043593'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 5531, 'biblio': {'volume': '428', 'issue': '6985', 'first_page': '821', 'last_page': '827'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C89920630', 'wikidata': 'https://www.wikidata.org/wiki/Q101998', 'display_name': 'Biome', 'level': 3, 'score': 0.8530239}, {'id': 'https://openalex.org/C106934330', 'wikidata': 'https://www.wikidata.org/wiki/Q1971873', 'display_name': 'Trait', 'level': 2, 'score': 0.7461662}, {'id': 'https://openalex.org/C2776615292', 'wikidata': 'https://www.wikidata.org/wiki/Q7574996', 'display_name': 'Specific leaf area', 'level': 3, 'score': 0.6329256}, {'id': 'https://openalex.org/C2780946806', 'wikidata': 'https://www.wikidata.org/wiki/Q7201515', 'display_name': 'Plant functional type', 'level': 3, 'score': 0.53333193}, {'id': 'https://openalex.org/C2779303498', 'wikidata': 'https://www.wikidata.org/wiki/Q6725527', 'display_name': 'Leaf size', 'level': 2, 'score': 0.51952535}, {'id': 'https://openalex.org/C142796444', 'wikidata': 'https://www.wikidata.org/wiki/Q181394', 'display_name': 'Nutrient', 'level': 2, 'score': 0.492739}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.49192715}, {'id': 'https://openalex.org/C2778755073', 'wikidata': 'https://www.wikidata.org/wiki/Q10858537', 'display_name': 'Scale (ratio)', 'level': 2, 'score': 0.48284608}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.45461094}, {'id': 'https://openalex.org/C2776133958', 'wikidata': 'https://www.wikidata.org/wiki/Q7918366', 'display_name': 'Vegetation (pathology)', 'level': 2, 'score': 0.41248602}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.36210573}, {'id': 'https://openalex.org/C59822182', 'wikidata': 'https://www.wikidata.org/wiki/Q441', 'display_name': 'Botany', 'level': 1, 'score': 0.34437713}, {'id': 'https://openalex.org/C183688256', 'wikidata': 'https://www.wikidata.org/wiki/Q11982', 'display_name': 'Photosynthesis', 'level': 2, 'score': 0.3313625}, {'id': 'https://openalex.org/C110872660', 'wikidata': 'https://www.wikidata.org/wiki/Q37813', 'display_name': 'Ecosystem', 'level': 2, 'score': 0.2976633}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.23983255}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.14409792}, {'id': 'https://openalex.org/C58640448', 'wikidata': 'https://www.wikidata.org/wiki/Q42515', 'display_name': 'Cartography', 'level': 1, 'score': 0.1009644}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D002980', 'descriptor_name': 'Climate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D005843', 'descriptor_name': 'Geography', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': True}, {'descriptor_ui': 'D018533', 'descriptor_name': 'Biomass', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017753', 'descriptor_name': 'Ecosystem', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008954', 'descriptor_name': 'Models, Biological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009747', 'descriptor_name': 'Nutritional Physiological Phenomena', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010788', 'descriptor_name': 'Photosynthesis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': 'Q000254', 'qualifier_name': 'growth & development', 'is_major_topic': False}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': 'Q000033', 'qualifier_name': 'anatomy & histology', 'is_major_topic': False}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011891', 'descriptor_name': 'Rain', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nature02403', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11299/176900', 'pdf_url': 'http://conservancy.umn.edu/bitstream/11299/176900/1/Wright%20et%20al%202004.pdf', 'source': {'id': 'https://openalex.org/S4306402521', 'display_name': 'University of Minnesota Digital Conservancy (University of Minnesota)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130238516', 'host_organization_name': 'University of Minnesota', 'host_organization_lineage': ['https://openalex.org/I130238516'], 'host_organization_lineage_names': ['University of Minnesota'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10995/112236', 'pdf_url': 'https://elar.urfu.ru/bitstream/10995/112236/1/2-s2.0-11144357645.pdf', 'source': {'id': 'https://openalex.org/S4306401522', 'display_name': 'Electronic scientific archive of UrFU (Ural Federal University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130823665', 'host_organization_name': 'Ural Federal University', 'host_organization_lineage': ['https://openalex.org/I130823665'], 'host_organization_lineage_names': ['Ural Federal University'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/15103368', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11299/176900', 'pdf_url': 'http://conservancy.umn.edu/bitstream/11299/176900/1/Wright%20et%20al%202004.pdf', 'source': {'id': 'https://openalex.org/S4306402521', 'display_name': 'University of Minnesota Digital Conservancy (University of Minnesota)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130238516', 'host_organization_name': 'University of Minnesota', 'host_organization_lineage': ['https://openalex.org/I130238516'], 'host_organization_lineage_names': ['University of Minnesota'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.62}], 'grants': [], 'referenced_works_count': 41, 'referenced_works': ['https://openalex.org/W1657306314', 'https://openalex.org/W1981533496', 'https://openalex.org/W2012187461', 'https://openalex.org/W2012456614', 'https://openalex.org/W2031418293', 'https://openalex.org/W2036828757', 'https://openalex.org/W2042760595', 'https://openalex.org/W2058835813', 'https://openalex.org/W2060864193', 'https://openalex.org/W2062627036', 'https://openalex.org/W2066163557', 'https://openalex.org/W2067945500', 'https://openalex.org/W2076306922', 'https://openalex.org/W2081858128', 'https://openalex.org/W2089049615', 'https://openalex.org/W2098916819', 'https://openalex.org/W2114118310', 'https://openalex.org/W2118425913', 'https://openalex.org/W2119619836', 'https://openalex.org/W2120423689', 'https://openalex.org/W2128584137', 'https://openalex.org/W2131795541', 'https://openalex.org/W2136448175', 'https://openalex.org/W2139710557', 'https://openalex.org/W2152599683', 'https://openalex.org/W2154524337', 'https://openalex.org/W2154948142', 'https://openalex.org/W2155285359', 'https://openalex.org/W2156805939', 'https://openalex.org/W2156903881', 'https://openalex.org/W2163521665', 'https://openalex.org/W2165441477', 'https://openalex.org/W2179545855', 'https://openalex.org/W2181150263', 'https://openalex.org/W2231279108', 'https://openalex.org/W2479619805', 'https://openalex.org/W4237143226', 'https://openalex.org/W4243034052', 'https://openalex.org/W4247573241', 'https://openalex.org/W4298466131', 'https://openalex.org/W4302383021'], 'related_works': ['https://openalex.org/W146262768', 'https://openalex.org/W2118295263', 'https://openalex.org/W2425914095', 'https://openalex.org/W2597407486', 'https://openalex.org/W2892087403', 'https://openalex.org/W2901387751', 'https://openalex.org/W2902097943', 'https://openalex.org/W2914099451', 'https://openalex.org/W3202341238', 'https://openalex.org/W4214950050'], 'ngrams_url': 'https://api.openalex.org/works/W2118295263/ngrams', 'abstract_inverted_index': {'Bringing': [0], 'together': [1], 'leaf': [2, 24, 71, 90, 95, 118], 'trait': [3, 98], 'data': [4], 'spanning': [5], '2,548': [6], 'species': [7], 'and': [8, 31, 46, 51, 97, 108, 121, 133, 139], '175': [9], 'sites': [10], 'we': [11], 'describe,': [12], 'for': [13, 129], 'the': [14, 65, 75, 117], 'first': [15], 'time': [16], 'at': [17, 74], 'global': [18, 76], 'scale,': [19], 'a': [20], 'universal': [21], 'spectrum': [22, 35, 66, 120], 'of': [23, 27, 44, 55, 94, 116], 'economics': [25, 119], 'consisting': [26], 'key': [28], 'chemical,': [29], 'structural': [30], 'physiological': [32], 'properties.': [33], 'The': [34], 'runs': [36], 'from': [37], 'quick': [38], 'to': [39], 'slow': [40], 'return': [41], 'on': [42], 'investments': [43], 'nutrients': [45], 'dry': [47], 'mass': [48], 'in': [49, 68, 88], 'leaves,': [50], 'operates': [52], 'largely': [53], 'independently': [54], 'growth': [56], 'form,': [57], 'plant': [58, 80], 'functional': [59, 81, 84], 'type': [60], 'or': [61], 'biome.': [62], 'Categories': [63], 'along': [64], 'would,': [67], 'general,': [69], 'describe': [70], 'economic': [72], 'variation': [73], 'scale': [77], 'better': [78], 'than': [79], 'types,': [82], 'because': [83], 'types': [85], 'overlap': [86], 'substantially': [87], 'their': [89], 'traits.': [91], 'Overall,': [92], 'modulation': [93], 'traits': [96], 'relationships': [99], 'by': [100], 'climate': [101, 125], 'is': [102], 'surprisingly': [103], 'modest,': [104], 'although': [105], 'some': [106], 'striking': [107], 'significant': [109], 'patterns': [110], 'can': [111], 'be': [112], 'seen.': [113], 'Reliable': [114], 'quantification': [115], 'its': [122], 'interaction': [123], 'with': [124], 'will': [126], 'prove': [127], 'valuable': [128], 'modelling': [130], 'nutrient': [131], 'fluxes': [132], 'vegetation': [134], 'boundaries': [135], 'under': [136], 'changing': [137], 'land-use': [138], 'climate.': [140]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2118295263', 'counts_by_year': [{'year': 2023, 'cited_by_count': 452}, {'year': 2022, 'cited_by_count': 541}, {'year': 2021, 'cited_by_count': 531}, {'year': 2020, 'cited_by_count': 455}, {'year': 2019, 'cited_by_count': 474}, {'year': 2018, 'cited_by_count': 344}, {'year': 2017, 'cited_by_count': 309}, {'year': 2016, 'cited_by_count': 330}, {'year': 2015, 'cited_by_count': 313}, {'year': 2014, 'cited_by_count': 296}, {'year': 2013, 'cited_by_count': 270}, {'year': 2012, 'cited_by_count': 233}], 'updated_date': '2023-09-30T10:57:34.275746', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1991308688', 'doi': 'https://doi.org/10.1007/s10584-011-0148-z', 'title': 'The representative concentration pathways: an overview', 'display_name': 'The representative concentration pathways: an overview', 'publication_year': 2011, 'publication_date': '2011-08-05', 'ids': {'openalex': 'https://openalex.org/W1991308688', 'doi': 'https://doi.org/10.1007/s10584-011-0148-z', 'mag': '1991308688'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/s10584-011-0148-z', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/s10584-011-0148-z.pdf', 'source': {'id': 'https://openalex.org/S204799461', 'display_name': 'Climatic Change', 'issn_l': '0165-0009', 'issn': ['0165-0009', '1573-1480'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://link.springer.com/content/pdf/10.1007/s10584-011-0148-z.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5082748474', 'display_name': 'Detlef van Vuuren', 'orcid': 'https://orcid.org/0000-0003-0398-2831'}, 'institutions': [{'id': 'https://openalex.org/I1326018075', 'display_name': 'Netherlands Environmental Assessment Agency', 'ror': 'https://ror.org/052x1hs80', 'country_code': 'NL', 'type': 'facility', 'lineage': ['https://openalex.org/I1326018075', 'https://openalex.org/I331567899']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Detlef P. van Vuuren', 'raw_affiliation_string': 'PBL Netherlands Environmental Assessment Agency, AH Bilthoven, The Netherlands; Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['PBL Netherlands Environmental Assessment Agency, AH Bilthoven, The Netherlands', 'Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002143026', 'display_name': 'Jae Edmonds', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I112475681', 'display_name': 'Joint Global Change Research Institute', 'ror': 'https://ror.org/058cmd703', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I112475681', 'https://openalex.org/I142606810', 'https://openalex.org/I66946132']}, {'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jae Edmonds', 'raw_affiliation_string': 'Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA', 'raw_affiliation_strings': ['Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057527241', 'display_name': 'Mikiko Kainuma', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200202764', 'display_name': 'National Institute for Environmental Studies', 'ror': 'https://ror.org/02hw5fp67', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I200202764']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Mikiko Kainuma', 'raw_affiliation_string': 'National Institute for Environmental Studies (NIES), Tsukuba, Japan', 'raw_affiliation_strings': ['National Institute for Environmental Studies (NIES), Tsukuba, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035238849', 'display_name': 'Keywan Riahi', 'orcid': 'https://orcid.org/0000-0001-7193-3498'}, 'institutions': [{'id': 'https://openalex.org/I1317774081', 'display_name': 'International Institute for Applied Systems Analysis', 'ror': 'https://ror.org/02wfhk785', 'country_code': 'AT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1317774081']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Keywan Riahi', 'raw_affiliation_string': 'International Institute for Applied System Analysis, Laxenburg, Austria', 'raw_affiliation_strings': ['International Institute for Applied System Analysis, Laxenburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037289317', 'display_name': 'Allison M. Thomson', 'orcid': 'https://orcid.org/0000-0001-5326-1755'}, 'institutions': [{'id': 'https://openalex.org/I112475681', 'display_name': 'Joint Global Change Research Institute', 'ror': 'https://ror.org/058cmd703', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I112475681', 'https://openalex.org/I142606810', 'https://openalex.org/I66946132']}, {'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Allison Thomson', 'raw_affiliation_string': 'Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA', 'raw_affiliation_strings': ['Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028171286', 'display_name': 'Kathy Hibbard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}, {'id': 'https://openalex.org/I116545467', 'display_name': 'University of Mary', 'ror': 'https://ror.org/055f0jp24', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I116545467']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kathy Hibbard', 'raw_affiliation_string': 'Atmospheric Sciences and Global Change Division, Pacific Northwest National Laboratory and the University of Maryland, Richland, USA', 'raw_affiliation_strings': ['Atmospheric Sciences and Global Change Division, Pacific Northwest National Laboratory and the University of Maryland, Richland, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031682856', 'display_name': 'George C. Hurtt', 'orcid': 'https://orcid.org/0000-0001-7278-202X'}, 'institutions': [{'id': 'https://openalex.org/I112475681', 'display_name': 'Joint Global Change Research Institute', 'ror': 'https://ror.org/058cmd703', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I112475681', 'https://openalex.org/I142606810', 'https://openalex.org/I66946132']}, {'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}, {'id': 'https://openalex.org/I66946132', 'display_name': 'University of Maryland, College Park', 'ror': 'https://ror.org/047s2c258', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1317227900', 'https://openalex.org/I66946132']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'George C. Hurtt', 'raw_affiliation_string': 'Department of Geography, University of Maryland, College Park, USA; Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA', 'raw_affiliation_strings': ['Department of Geography, University of Maryland, College Park, USA', 'Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066635961', 'display_name': 'Tom Kram', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1326018075', 'display_name': 'Netherlands Environmental Assessment Agency', 'ror': 'https://ror.org/052x1hs80', 'country_code': 'NL', 'type': 'facility', 'lineage': ['https://openalex.org/I1326018075', 'https://openalex.org/I331567899']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Tom Kram', 'raw_affiliation_string': 'PBL Netherlands Environmental Assessment Agency, AH Bilthoven, The Netherlands', 'raw_affiliation_strings': ['PBL Netherlands Environmental Assessment Agency, AH Bilthoven, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002659722', 'display_name': 'Volker Krey', 'orcid': 'https://orcid.org/0000-0003-0307-3515'}, 'institutions': [{'id': 'https://openalex.org/I1317774081', 'display_name': 'International Institute for Applied Systems Analysis', 'ror': 'https://ror.org/02wfhk785', 'country_code': 'AT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1317774081']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Volker Krey', 'raw_affiliation_string': 'International Institute for Applied System Analysis, Laxenburg, Austria', 'raw_affiliation_strings': ['International Institute for Applied System Analysis, Laxenburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023864655', 'display_name': 'J. F. Lamarque', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I107766831', 'display_name': 'National Center for Atmospheric Research', 'ror': 'https://ror.org/05cvfcr44', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I107766831', 'https://openalex.org/I2799356940']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jean Francois Lamarque', 'raw_affiliation_string': 'Atmospheric Chemistry Division, National Center for Atmospheric Research, Boulder, USA', 'raw_affiliation_strings': ['Atmospheric Chemistry Division, National Center for Atmospheric Research, Boulder, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070175112', 'display_name': 'Toshihiko Masui', 'orcid': 'https://orcid.org/0000-0002-4001-4824'}, 'institutions': [{'id': 'https://openalex.org/I200202764', 'display_name': 'National Institute for Environmental Studies', 'ror': 'https://ror.org/02hw5fp67', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I200202764']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Toshihiko Masui', 'raw_affiliation_string': 'National Institute for Environmental Studies (NIES), Tsukuba, Japan', 'raw_affiliation_strings': ['National Institute for Environmental Studies (NIES), Tsukuba, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008924658', 'display_name': 'Malte Meinshausen', 'orcid': 'https://orcid.org/0000-0003-4048-3521'}, 'institutions': [{'id': 'https://openalex.org/I60200437', 'display_name': 'Potsdam Institute for Climate Impact Research', 'ror': 'https://ror.org/03e8s1d88', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I315704651', 'https://openalex.org/I60200437']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Malte Meinshausen', 'raw_affiliation_string': 'Potsdam Institute for Climate Impact Research (PIK), Potsdam, Germany', 'raw_affiliation_strings': ['Potsdam Institute for Climate Impact Research (PIK), Potsdam, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001783200', 'display_name': 'Nebojša Nakićenović', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1317774081', 'display_name': 'International Institute for Applied Systems Analysis', 'ror': 'https://ror.org/02wfhk785', 'country_code': 'AT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1317774081']}, {'id': 'https://openalex.org/I145847075', 'display_name': 'TU Wien', 'ror': 'https://ror.org/04d836q62', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I145847075']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Nebojsa Nakicenovic', 'raw_affiliation_string': 'International Institute for Applied System Analysis, Laxenburg, Austria; Vienna University of Technology, Vienna, Austria', 'raw_affiliation_strings': ['International Institute for Applied System Analysis, Laxenburg, Austria', 'Vienna University of Technology, Vienna, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016947364', 'display_name': 'Steven J. Smith', 'orcid': 'https://orcid.org/0000-0002-3369-4534'}, 'institutions': [{'id': 'https://openalex.org/I112475681', 'display_name': 'Joint Global Change Research Institute', 'ror': 'https://ror.org/058cmd703', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I112475681', 'https://openalex.org/I142606810', 'https://openalex.org/I66946132']}, {'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Steven J. Smith', 'raw_affiliation_string': 'Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA', 'raw_affiliation_strings': ['Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5034105218', 'display_name': 'Steven K. Rose', 'orcid': 'https://orcid.org/0000-0003-0682-8565'}, 'institutions': [{'id': 'https://openalex.org/I1335486098', 'display_name': 'Electric Power Research Institute', 'ror': 'https://ror.org/02dqztz06', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1335486098']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Steven K. Rose', 'raw_affiliation_string': 'Electric Power Research Institute, Palo Alto, USA', 'raw_affiliation_strings': ['Electric Power Research Institute, Palo Alto, USA']}], 'countries_distinct_count': 5, 'institutions_distinct_count': 12, 'corresponding_author_ids': ['https://openalex.org/A5082748474'], 'corresponding_institution_ids': ['https://openalex.org/I1326018075', 'https://openalex.org/I193662353'], 'apc_list': {'value': 3290, 'currency': 'EUR', 'value_usd': 3990, 'provenance': 'doaj'}, 'apc_paid': {'value': 3290, 'currency': 'EUR', 'value_usd': 3990, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 5530, 'biblio': {'volume': '109', 'issue': '1-2', 'first_page': '5', 'last_page': '31'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778760939', 'wikidata': 'https://www.wikidata.org/wiki/Q7314241', 'display_name': 'Representative Concentration Pathways', 'level': 4, 'score': 0.9472337}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.7206502}, {'id': 'https://openalex.org/C47737302', 'wikidata': 'https://www.wikidata.org/wiki/Q167336', 'display_name': 'Greenhouse gas', 'level': 2, 'score': 0.62290835}, {'id': 'https://openalex.org/C99578197', 'wikidata': 'https://www.wikidata.org/wiki/Q1463606', 'display_name': 'Radiative forcing', 'level': 3, 'score': 0.5923304}, {'id': 'https://openalex.org/C168754636', 'wikidata': 'https://www.wikidata.org/wiki/Q620920', 'display_name': 'Climate model', 'level': 3, 'score': 0.49548447}, {'id': 'https://openalex.org/C132651083', 'wikidata': 'https://www.wikidata.org/wiki/Q7942', 'display_name': 'Climate change', 'level': 2, 'score': 0.49160916}, {'id': 'https://openalex.org/C2780648208', 'wikidata': 'https://www.wikidata.org/wiki/Q3001793', 'display_name': 'Land cover', 'level': 3, 'score': 0.42307112}, {'id': 'https://openalex.org/C4792198', 'wikidata': 'https://www.wikidata.org/wiki/Q1165944', 'display_name': 'Land use', 'level': 2, 'score': 0.36416745}, {'id': 'https://openalex.org/C49204034', 'wikidata': 'https://www.wikidata.org/wiki/Q52139', 'display_name': 'Climatology', 'level': 1, 'score': 0.33210182}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.09863919}, {'id': 'https://openalex.org/C147176958', 'wikidata': 'https://www.wikidata.org/wiki/Q77590', 'display_name': 'Civil engineering', 'level': 1, 'score': 0.09672013}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/s10584-011-0148-z', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/s10584-011-0148-z.pdf', 'source': {'id': 'https://openalex.org/S204799461', 'display_name': 'Climatic Change', 'issn_l': '0165-0009', 'issn': ['0165-0009', '1573-1480'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://publications.pik-potsdam.de/pubman/item/item_17475', 'pdf_url': 'https://publications.pik-potsdam.de/pubman/item/item_17475_1/component/file_17476/5217.pdf', 'source': {'id': 'https://openalex.org/S4306400891', 'display_name': 'Publication Database PIK (Potsdam Institute for Climate Impact Research (PIK))', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I60200437', 'host_organization_name': 'Potsdam Institute for Climate Impact Research', 'host_organization_lineage': ['https://openalex.org/I60200437'], 'host_organization_lineage_names': ['Potsdam Institute for Climate Impact Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/314088', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/314088/0148_z.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/s10584-011-0148-z', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/s10584-011-0148-z.pdf', 'source': {'id': 'https://openalex.org/S204799461', 'display_name': 'Climatic Change', 'issn_l': '0165-0009', 'issn': ['0165-0009', '1573-1480'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.78}], 'grants': [], 'referenced_works_count': 31, 'referenced_works': ['https://openalex.org/W1895518694', 'https://openalex.org/W1986124765', 'https://openalex.org/W1997065014', 'https://openalex.org/W1997466867', 'https://openalex.org/W2010134782', 'https://openalex.org/W2010693672', 'https://openalex.org/W2017900025', 'https://openalex.org/W2034188327', 'https://openalex.org/W2036877639', 'https://openalex.org/W2052305988', 'https://openalex.org/W2054653365', 'https://openalex.org/W2067087368', 'https://openalex.org/W2071756666', 'https://openalex.org/W2074625570', 'https://openalex.org/W2080481328', 'https://openalex.org/W2082562995', 'https://openalex.org/W2085772619', 'https://openalex.org/W2104302493', 'https://openalex.org/W2108940449', 'https://openalex.org/W2119855777', 'https://openalex.org/W2123186171', 'https://openalex.org/W2123627601', 'https://openalex.org/W2127376629', 'https://openalex.org/W2136080546', 'https://openalex.org/W2144151958', 'https://openalex.org/W2154665623', 'https://openalex.org/W2158999820', 'https://openalex.org/W2169606954', 'https://openalex.org/W2170086526', 'https://openalex.org/W2171357716', 'https://openalex.org/W2171984413'], 'related_works': ['https://openalex.org/W94007795', 'https://openalex.org/W1990345816', 'https://openalex.org/W2050069927', 'https://openalex.org/W2123659855', 'https://openalex.org/W3029928337', 'https://openalex.org/W3208854956', 'https://openalex.org/W4289170324', 'https://openalex.org/W4296560318', 'https://openalex.org/W4296560382', 'https://openalex.org/W4313430979'], 'ngrams_url': 'https://api.openalex.org/works/W1991308688/ngrams', 'abstract_inverted_index': {'This': [0], 'paper': [1], 'summarizes': [2], 'the': [3, 10, 23, 41, 51, 63, 97, 172, 179, 198], 'development': [4, 206], 'process': [5], 'and': [6, 32, 78, 93, 104, 109, 149, 156, 210, 218, 223], 'main': [7], 'characteristics': [8], 'of': [9, 17, 43, 65, 106, 178], 'Representative': [11], 'Concentration': [12, 189], 'Pathways': [13], '(RCPs),': [14], 'a': [15, 28, 86, 116, 133, 175, 212], 'set': [16, 89], 'four': [18, 37], 'new': [19], 'pathways': [20], 'developed': [21], 'for': [22, 30, 96, 144, 215], 'climate': [24, 73, 194, 208], 'modeling': [25, 34, 195], 'community': [26], 'as': [27], 'basis': [29], 'long-term': [31], 'near-term': [33], 'experiments.': [35], 'The': [36, 60, 82, 138, 182, 201], 'RCPs': [38, 61, 173, 183, 202], 'together': [39], 'span': [40], 'range': [42, 177], 'year': [44, 199], '2100': [45], 'radiative': [46], 'forcing': [47], 'values': [48], 'found': [49], 'in': [50, 207], 'open': [52], 'literature,': [53], 'i.e.': [54], 'from': [55], '2.6': [56], 'to': [57, 100, 158], '8.5': [58], 'W/m2.': [59], 'are': [62, 112, 184, 203], 'product': [64, 84], 'an': [66, 204], 'innovative': [67], 'collaboration': [68], 'between': [69], 'integrated': [70, 140], 'assessment': [71, 141], 'modelers,': [72, 74], 'terrestrial': [75], 'ecosystem': [76], 'modelers': [77], 'emission': [79], 'inventory': [80], 'experts.': [81], 'resulting': [83], 'forms': [85], 'comprehensive': [87], 'data': [88, 151], 'with': [90, 123, 161, 186], 'high': [91], 'spatial': [92, 121], 'sectoral': [94], 'resolutions': [95], 'period': [98], 'extending': [99], '2100.': [101], 'Land': [102], 'use': [103], 'emissions': [105, 148, 221], 'air': [107, 124], 'pollutants': [108, 125], 'greenhouse': [110], 'gases': [111], 'reported': [113], 'mostly': [114], 'at': [115], '0.5': [117, 119], '×': [118], 'degree': [120], 'resolution,': [122], 'also': [126], 'provided': [127], 'per': [128], 'sector': [129], '(for': [130], 'well-mixed': [131], 'gases,': [132], 'coarser': [134], 'resolution': [135], 'is': [136], 'used).': [137], 'underlying': [139], 'model': [142], 'outputs': [143], 'land': [145], 'use,': [146], 'atmospheric': [147], 'concentration': [150], 'were': [152], 'harmonized': [153], 'across': [154], 'models': [155], 'scenarios': [157], 'ensure': [159], 'consistency': [160], 'historical': [162], 'observations': [163], 'while': [164], 'preserving': [165], 'individual': [166], 'scenario': [167], 'trends.': [168], 'For': [169], 'most': [170], 'variables,': [171], 'cover': [174], 'wide': [176], 'existing': [180], 'literature.': [181], 'supplemented': [185], 'extensions': [187], '(Extended': [188], 'Pathways,': [190], 'ECPs),': [191], 'which': [192], 'allow': [193], 'experiments': [196], 'through': [197], '2300.': [200], 'important': [205], 'research': [209, 217], 'provide': [211], 'potential': [213], 'foundation': [214], 'further': [216], 'assessment,': [219], 'including': [220], 'mitigation': [222], 'impact': [224], 'analysis.': [225]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1991308688', 'counts_by_year': [{'year': 2023, 'cited_by_count': 367}, {'year': 2022, 'cited_by_count': 576}, {'year': 2021, 'cited_by_count': 712}, {'year': 2020, 'cited_by_count': 720}, {'year': 2019, 'cited_by_count': 604}, {'year': 2018, 'cited_by_count': 569}, {'year': 2017, 'cited_by_count': 483}, {'year': 2016, 'cited_by_count': 447}, {'year': 2015, 'cited_by_count': 403}, {'year': 2014, 'cited_by_count': 288}, {'year': 2013, 'cited_by_count': 223}, {'year': 2012, 'cited_by_count': 106}], 'updated_date': '2023-10-03T05:41:00.020093', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2125872855', 'doi': 'https://doi.org/10.1038/nrm2330', 'title': 'Membrane lipids: where they are and how they behave', 'display_name': 'Membrane lipids: where they are and how they behave', 'publication_year': 2008, 'publication_date': '2008-02-01', 'ids': {'openalex': 'https://openalex.org/W2125872855', 'doi': 'https://doi.org/10.1038/nrm2330', 'mag': '2125872855', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/18216768', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2642958'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nrm2330', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S196724125', 'display_name': 'Nature Reviews Molecular Cell Biology', 'issn_l': '1471-0072', 'issn': ['1471-0072', '1471-0080'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/33200/16.%20van%20Meer%202008%20pp112-24%2c%2008.pdf?sequence=1&isAllowed=y', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5030256996', 'display_name': 'Gerrit van Meer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Gerrit van Meer', 'raw_affiliation_string': 'Bijvoet Center and Institute of Biomembranes, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Bijvoet Center and Institute of Biomembranes, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044700206', 'display_name': 'Dennis R. Voelker', 'orcid': 'https://orcid.org/0000-0002-3254-6644'}, 'institutions': [{'id': 'https://openalex.org/I3019586173', 'display_name': 'National Jewish Health', 'ror': 'https://ror.org/016z2bp30', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3019586173']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Dennis R. Voelker', 'raw_affiliation_string': 'Department of Medicine, National Jewish Medical Research Center, Denver, USA', 'raw_affiliation_strings': ['Department of Medicine, National Jewish Medical Research Center, Denver, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5063759089', 'display_name': 'Gerald W. Feigenson', 'orcid': 'https://orcid.org/0000-0002-3821-8166'}, 'institutions': [{'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Gerald W. Feigenson', 'raw_affiliation_string': 'Department of Molecular Biology and Genetics, Cornell University, Ithaca, USA', 'raw_affiliation_strings': ['Department of Molecular Biology and Genetics, Cornell University, Ithaca, USA']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5030256996'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 5333, 'biblio': {'volume': '9', 'issue': '2', 'first_page': '112', 'last_page': '124'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41625074', 'wikidata': 'https://www.wikidata.org/wiki/Q176088', 'display_name': 'Membrane', 'level': 2, 'score': 0.71741223}, {'id': 'https://openalex.org/C125501631', 'wikidata': 'https://www.wikidata.org/wiki/Q1587185', 'display_name': 'Biological membrane', 'level': 3, 'score': 0.5944145}, {'id': 'https://openalex.org/C39944091', 'wikidata': 'https://www.wikidata.org/wiki/Q423279', 'display_name': 'Lipid bilayer', 'level': 3, 'score': 0.59119505}, {'id': 'https://openalex.org/C96942376', 'wikidata': 'https://www.wikidata.org/wiki/Q21130714', 'display_name': 'Catabolism', 'level': 3, 'score': 0.59082943}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.5019841}, {'id': 'https://openalex.org/C1008401', 'wikidata': 'https://www.wikidata.org/wiki/Q184681', 'display_name': 'Anabolism', 'level': 2, 'score': 0.5000646}, {'id': 'https://openalex.org/C107565407', 'wikidata': 'https://www.wikidata.org/wiki/Q6815134', 'display_name': 'Membrane lipids', 'level': 3, 'score': 0.49891734}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.4960576}, {'id': 'https://openalex.org/C12554922', 'wikidata': 'https://www.wikidata.org/wiki/Q7100', 'display_name': 'Biophysics', 'level': 1, 'score': 0.45021892}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.38047457}, {'id': 'https://openalex.org/C181199279', 'wikidata': 'https://www.wikidata.org/wiki/Q8047', 'display_name': 'Enzyme', 'level': 2, 'score': 0.35046786}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.32837126}], 'mesh': [{'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D008051', 'descriptor_name': 'Lipid Bilayers', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': True}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001671', 'descriptor_name': 'Biochemistry', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D001671', 'descriptor_name': 'Biochemistry', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001703', 'descriptor_name': 'Biophysics', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D001703', 'descriptor_name': 'Biophysics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003600', 'descriptor_name': 'Cytosol', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D003600', 'descriptor_name': 'Cytosol', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006056', 'descriptor_name': 'Golgi Apparatus', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D006056', 'descriptor_name': 'Golgi Apparatus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008051', 'descriptor_name': 'Lipid Bilayers', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008055', 'descriptor_name': 'Lipids', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D008055', 'descriptor_name': 'Lipids', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008954', 'descriptor_name': 'Models, Biological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010713', 'descriptor_name': 'Phosphatidylcholines', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D010713', 'descriptor_name': 'Phosphatidylcholines', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D021381', 'descriptor_name': 'Protein Transport', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nrm2330', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S196724125', 'display_name': 'Nature Reviews Molecular Cell Biology', 'issn_l': '1471-0072', 'issn': ['1471-0072', '1471-0080'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/33200', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/33200/16.%20van%20Meer%202008%20pp112-24%2c%2008.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2642958', 'pdf_url': 'https://europepmc.org/articles/pmc2642958?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2642958', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/18216768', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/33200', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/33200/16.%20van%20Meer%202008%20pp112-24%2c%2008.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.35}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.11}], 'grants': [], 'referenced_works_count': 120, 'referenced_works': ['https://openalex.org/W1489573754', 'https://openalex.org/W1519919607', 'https://openalex.org/W1539102283', 'https://openalex.org/W1568987948', 'https://openalex.org/W1583090955', 'https://openalex.org/W1583154040', 'https://openalex.org/W1586395651', 'https://openalex.org/W1669771493', 'https://openalex.org/W1844745998', 'https://openalex.org/W1937590177', 'https://openalex.org/W1964679889', 'https://openalex.org/W1967816643', 'https://openalex.org/W1977272323', 'https://openalex.org/W1979089005', 'https://openalex.org/W1981261838', 'https://openalex.org/W1982880498', 'https://openalex.org/W1986880706', 'https://openalex.org/W1988215270', 'https://openalex.org/W1988807673', 'https://openalex.org/W1989126866', 'https://openalex.org/W1990627676', 'https://openalex.org/W1992603021', 'https://openalex.org/W1996395796', 'https://openalex.org/W1996477510', 'https://openalex.org/W1996977823', 'https://openalex.org/W1997469380', 'https://openalex.org/W1997673080', 'https://openalex.org/W1997900152', 'https://openalex.org/W1998697778', 'https://openalex.org/W1999955296', 'https://openalex.org/W2000638372', 'https://openalex.org/W2000764878', 'https://openalex.org/W2001277908', 'https://openalex.org/W2001901220', 'https://openalex.org/W2001956269', 'https://openalex.org/W2002475067', 'https://openalex.org/W2003372992', 'https://openalex.org/W2003895492', 'https://openalex.org/W2005025746', 'https://openalex.org/W2008178647', 'https://openalex.org/W2008265157', 'https://openalex.org/W2008291568', 'https://openalex.org/W2008765490', 'https://openalex.org/W2009559464', 'https://openalex.org/W2014903703', 'https://openalex.org/W2016689892', 'https://openalex.org/W2024039941', 'https://openalex.org/W2024372419', 'https://openalex.org/W2028626877', 'https://openalex.org/W2034450620', 'https://openalex.org/W2035998354', 'https://openalex.org/W2037787296', 'https://openalex.org/W2042481140', 'https://openalex.org/W2045155470', 'https://openalex.org/W2047138447', 'https://openalex.org/W2047695457', 'https://openalex.org/W2048658013', 'https://openalex.org/W2049027987', 'https://openalex.org/W2049185462', 'https://openalex.org/W2050896765', 'https://openalex.org/W2052246936', 'https://openalex.org/W2053380205', 'https://openalex.org/W2055401750', 'https://openalex.org/W2062089314', 'https://openalex.org/W2062337964', 'https://openalex.org/W2062501171', 'https://openalex.org/W2063412344', 'https://openalex.org/W2068592796', 'https://openalex.org/W2068602562', 'https://openalex.org/W2069331019', 'https://openalex.org/W2069921134', 'https://openalex.org/W2071251525', 'https://openalex.org/W2072033208', 'https://openalex.org/W2072384875', 'https://openalex.org/W2075530070', 'https://openalex.org/W2081681270', 'https://openalex.org/W2083696553', 'https://openalex.org/W2086853859', 'https://openalex.org/W2090515621', 'https://openalex.org/W2091589417', 'https://openalex.org/W2091884933', 'https://openalex.org/W2096623610', 'https://openalex.org/W2096769282', 'https://openalex.org/W2101934167', 'https://openalex.org/W2122187054', 'https://openalex.org/W2124948961', 'https://openalex.org/W2125738893', 'https://openalex.org/W2126835844', 'https://openalex.org/W2129932192', 'https://openalex.org/W2133172971', 'https://openalex.org/W2134723427', 'https://openalex.org/W2135164336', 'https://openalex.org/W2135585405', 'https://openalex.org/W2135859072', 'https://openalex.org/W2138623102', 'https://openalex.org/W2141189073', 'https://openalex.org/W2141521022', 'https://openalex.org/W2141612710', 'https://openalex.org/W2142300557', 'https://openalex.org/W2142471033', 'https://openalex.org/W2143213067', 'https://openalex.org/W2144447780', 'https://openalex.org/W2144576353', 'https://openalex.org/W2148231248', 'https://openalex.org/W2151276945', 'https://openalex.org/W2151603054', 'https://openalex.org/W2152528438', 'https://openalex.org/W2154925541', 'https://openalex.org/W2156802128', 'https://openalex.org/W2160816118', 'https://openalex.org/W2164091619', 'https://openalex.org/W2164186679', 'https://openalex.org/W2164227168', 'https://openalex.org/W2164565944', 'https://openalex.org/W2165852907', 'https://openalex.org/W2503386386', 'https://openalex.org/W3192085238', 'https://openalex.org/W4231733340', 'https://openalex.org/W4241922471', 'https://openalex.org/W4255794096'], 'related_works': ['https://openalex.org/W1819983349', 'https://openalex.org/W1877370551', 'https://openalex.org/W2082591809', 'https://openalex.org/W2093666789', 'https://openalex.org/W2792213734', 'https://openalex.org/W3110055093', 'https://openalex.org/W3118491887', 'https://openalex.org/W3171224921', 'https://openalex.org/W3216040407', 'https://openalex.org/W4310920922'], 'ngrams_url': 'https://api.openalex.org/works/W2125872855/ngrams', 'abstract_inverted_index': {'Throughout': [0], 'the': [1, 11, 16, 35, 49, 56, 75, 90], 'biological': [2], 'world,': [3], 'a': [4, 31], '30': [5], 'A': [6], 'hydrophobic': [7], 'film': [8], 'typically': [9], 'delimits': [10], 'environments': [12], 'that': [13], 'serve': [14], 'as': [15], 'margin': [17], 'between': [18], 'life': [19], 'and': [20, 26, 37, 54, 68, 72, 82, 93], 'death': [21], 'for': [22], 'individual': [23, 98], 'cells.': [24], 'Biochemical': [25], 'biophysical': [27], 'findings': [28], 'have': [29], 'provided': [30], 'detailed': [32], 'model': [33], 'of': [34, 39, 44, 61, 80, 96], 'composition': [36], 'structure': [38], 'membranes,': [40], 'which': [41], 'includes': [42], 'levels': [43], 'dynamic': [45], 'organization': [46], 'both': [47], 'across': [48], 'lipid': [50], 'bilayer': [51], '(lipid': [52, 59], 'asymmetry)': [53], 'in': [55], 'lateral': [57], 'dimension': [58], 'domains)': [60], 'membranes.': [62], 'How': [63], 'do': [64], 'cells': [65], 'apply': [66], 'anabolic': [67], 'catabolic': [69], 'enzymes,': [70], 'translocases': [71], 'transporters,': [73], 'plus': [74], 'intrinsic': [76], 'physical': [77], 'phase': [78], 'behaviour': [79], 'lipids': [81], 'their': [83, 97], 'interactions': [84], 'with': [85], 'membrane': [86], 'proteins,': [87], 'to': [88], 'create': [89], 'unique': [91], 'compositions': [92], 'multiple': [94], 'functionalities': [95], 'membranes?': [99]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2125872855', 'counts_by_year': [{'year': 2023, 'cited_by_count': 390}, {'year': 2022, 'cited_by_count': 518}, {'year': 2021, 'cited_by_count': 573}, {'year': 2020, 'cited_by_count': 532}, {'year': 2019, 'cited_by_count': 482}, {'year': 2018, 'cited_by_count': 429}, {'year': 2017, 'cited_by_count': 380}, {'year': 2016, 'cited_by_count': 398}, {'year': 2015, 'cited_by_count': 336}, {'year': 2014, 'cited_by_count': 324}, {'year': 2013, 'cited_by_count': 246}, {'year': 2012, 'cited_by_count': 232}], 'updated_date': '2023-10-02T13:18:34.352844', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2107648723', 'doi': 'https://doi.org/10.1016/j.cell.2006.10.018', 'title': 'Wnt/β-Catenin Signaling in Development and Disease', 'display_name': 'Wnt/β-Catenin Signaling in Development and Disease', 'publication_year': 2006, 'publication_date': '2006-11-01', 'ids': {'openalex': 'https://openalex.org/W2107648723', 'doi': 'https://doi.org/10.1016/j.cell.2006.10.018', 'mag': '2107648723', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/17081971'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2006.10.018', 'pdf_url': 'http://www.cell.com/article/S0092867406013444/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://www.cell.com/article/S0092867406013444/pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5062248785', 'display_name': 'Hans Clevers', 'orcid': 'https://orcid.org/0000-0002-3077-5582'}, 'institutions': [{'id': 'https://openalex.org/I4210115206', 'display_name': 'Hubrecht Institute for Developmental Biology and Stem Cell Research', 'ror': 'https://ror.org/023qc4a07', 'country_code': 'NL', 'type': 'facility', 'lineage': ['https://openalex.org/I1322597698', 'https://openalex.org/I4210115206']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Hans Clevers', 'raw_affiliation_string': 'Hubrecht Laboratory and Utrecht University, Uppsalalaan 8, 3584CT, Utrecht, the Netherlands', 'raw_affiliation_strings': ['Hubrecht Laboratory and Utrecht University, Uppsalalaan 8, 3584CT, Utrecht, the Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5062248785'], 'corresponding_institution_ids': ['https://openalex.org/I4210115206', 'https://openalex.org/I193662353'], 'apc_list': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'apc_paid': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 4956, 'biblio': {'volume': '127', 'issue': '3', 'first_page': '469', 'last_page': '480'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.9508548}, {'id': 'https://openalex.org/C137620995', 'wikidata': 'https://www.wikidata.org/wiki/Q155769', 'display_name': 'Wnt signaling pathway', 'level': 3, 'score': 0.820804}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.5566079}, {'id': 'https://openalex.org/C30145163', 'wikidata': 'https://www.wikidata.org/wiki/Q384104', 'display_name': 'Catenin', 'level': 4, 'score': 0.5235802}, {'id': 'https://openalex.org/C62478195', 'wikidata': 'https://www.wikidata.org/wiki/Q828130', 'display_name': 'Signal transduction', 'level': 2, 'score': 0.52013975}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.47810382}, {'id': 'https://openalex.org/C2779324961', 'wikidata': 'https://www.wikidata.org/wiki/Q1634046', 'display_name': 'Beta-catenin', 'level': 4, 'score': 0.47571832}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.3851863}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.38329792}, {'id': 'https://openalex.org/C502942594', 'wikidata': 'https://www.wikidata.org/wiki/Q3421914', 'display_name': 'Cancer research', 'level': 1, 'score': 0.34483784}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.16729796}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D015398', 'descriptor_name': 'Signal Transduction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D015534', 'descriptor_name': 'Trans-Activators', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D047108', 'descriptor_name': 'Embryonic Development', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018507', 'descriptor_name': 'Gene Expression Regulation, Developmental', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015972', 'descriptor_name': 'Gene Expression Regulation, Neoplastic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018095', 'descriptor_name': 'Germ-Line Mutation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007414', 'descriptor_name': 'Intestinal Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007414', 'descriptor_name': 'Intestinal Neoplasms', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D015534', 'descriptor_name': 'Trans-Activators', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D051153', 'descriptor_name': 'Wnt Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D051176', 'descriptor_name': 'beta Catenin', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2006.10.018', 'pdf_url': 'http://www.cell.com/article/S0092867406013444/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/17081971', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2006.10.018', 'pdf_url': 'http://www.cell.com/article/S0092867406013444/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.42}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.16}], 'grants': [], 'referenced_works_count': 112, 'referenced_works': ['https://openalex.org/W1484268538', 'https://openalex.org/W1504655784', 'https://openalex.org/W1511545125', 'https://openalex.org/W1564357553', 'https://openalex.org/W1611720630', 'https://openalex.org/W1631692643', 'https://openalex.org/W1635607892', 'https://openalex.org/W1640296793', 'https://openalex.org/W1666932156', 'https://openalex.org/W1858233634', 'https://openalex.org/W1902879109', 'https://openalex.org/W1967137553', 'https://openalex.org/W1967243795', 'https://openalex.org/W1967897273', 'https://openalex.org/W1971388047', 'https://openalex.org/W1972666776', 'https://openalex.org/W1973422437', 'https://openalex.org/W1975993620', 'https://openalex.org/W1976353556', 'https://openalex.org/W1980344438', 'https://openalex.org/W1983641693', 'https://openalex.org/W1989215255', 'https://openalex.org/W1989962446', 'https://openalex.org/W1990236663', 'https://openalex.org/W1990768206', 'https://openalex.org/W1991756459', 'https://openalex.org/W1991959472', 'https://openalex.org/W1996984755', 'https://openalex.org/W2000042026', 'https://openalex.org/W2000572318', 'https://openalex.org/W2002725330', 'https://openalex.org/W2004379183', 'https://openalex.org/W2004823255', 'https://openalex.org/W2008221746', 'https://openalex.org/W2009684443', 'https://openalex.org/W2011842366', 'https://openalex.org/W2012962381', 'https://openalex.org/W2013548303', 'https://openalex.org/W2015222495', 'https://openalex.org/W2015270157', 'https://openalex.org/W2017048635', 'https://openalex.org/W2017632960', 'https://openalex.org/W2017668082', 'https://openalex.org/W2017862163', 'https://openalex.org/W2018602900', 'https://openalex.org/W2024791799', 'https://openalex.org/W2025453970', 'https://openalex.org/W2027304196', 'https://openalex.org/W2028574954', 'https://openalex.org/W2029042594', 'https://openalex.org/W2030491643', 'https://openalex.org/W2031522329', 'https://openalex.org/W2033106726', 'https://openalex.org/W2038073573', 'https://openalex.org/W2039424163', 'https://openalex.org/W2041827225', 'https://openalex.org/W2042082068', 'https://openalex.org/W2043046936', 'https://openalex.org/W2047694154', 'https://openalex.org/W2048873522', 'https://openalex.org/W2052749020', 'https://openalex.org/W2055824128', 'https://openalex.org/W2057830803', 'https://openalex.org/W2059813946', 'https://openalex.org/W2066078074', 'https://openalex.org/W2067526109', 'https://openalex.org/W2067937471', 'https://openalex.org/W2068229316', 'https://openalex.org/W2070642667', 'https://openalex.org/W2071397057', 'https://openalex.org/W2072895744', 'https://openalex.org/W2076073895', 'https://openalex.org/W2077487482', 'https://openalex.org/W2078591745', 'https://openalex.org/W2081758458', 'https://openalex.org/W2081985759', 'https://openalex.org/W2082387343', 'https://openalex.org/W2083574228', 'https://openalex.org/W2084771679', 'https://openalex.org/W2086267296', 'https://openalex.org/W2087560312', 'https://openalex.org/W2090636859', 'https://openalex.org/W2091138883', 'https://openalex.org/W2093531978', 'https://openalex.org/W2095537830', 'https://openalex.org/W2097806230', 'https://openalex.org/W2100070586', 'https://openalex.org/W2100701799', 'https://openalex.org/W2102091298', 'https://openalex.org/W2102512718', 'https://openalex.org/W2104764813', 'https://openalex.org/W2104989755', 'https://openalex.org/W2116610925', 'https://openalex.org/W2117156715', 'https://openalex.org/W2118453722', 'https://openalex.org/W2119284420', 'https://openalex.org/W2120155792', 'https://openalex.org/W2125566651', 'https://openalex.org/W2135715423', 'https://openalex.org/W2138224451', 'https://openalex.org/W2139739677', 'https://openalex.org/W2146167376', 'https://openalex.org/W2147864074', 'https://openalex.org/W2152123530', 'https://openalex.org/W2155507705', 'https://openalex.org/W2155603123', 'https://openalex.org/W2157756800', 'https://openalex.org/W2163170981', 'https://openalex.org/W2165781463', 'https://openalex.org/W2165924903', 'https://openalex.org/W2171996338', 'https://openalex.org/W2472955934'], 'related_works': ['https://openalex.org/W2012919091', 'https://openalex.org/W2034792192', 'https://openalex.org/W2047578621', 'https://openalex.org/W2382776397', 'https://openalex.org/W2550335841', 'https://openalex.org/W2783287126', 'https://openalex.org/W2807440658', 'https://openalex.org/W2887190758', 'https://openalex.org/W4220768843', 'https://openalex.org/W4323923351'], 'ngrams_url': 'https://api.openalex.org/works/W2107648723/ngrams', 'abstract_inverted_index': {'A': [0, 80, 1407, 1660, 1991, 2050, 2605, 3278, 3545, 3656], 'remarkable': [1, 81], 'interdisciplinary': [2, 82], 'effort': [3, 83], 'has': [4, 84, 691, 1019, 1348, 2333, 2817, 3981, 4133], 'unraveled': [5, 85], 'the': [6, 15, 57, 72, 86, 95, 137, 152, 181, 202, 212, 216, 230, 304, 312, 328, 343, 350, 360, 373, 393, 412, 435, 476, 511, 537, 547, 563, 580, 586, 609, 638, 696, 744, 790, 838, 936, 968, 991, 1007, 1011, 1061, 1066, 1086, 1089, 1110, 1122, 1133, 1165, 1194, 1198, 1206, 1212, 1220, 1231, 1236, 1294, 1303, 1306, 1309, 1439, 1456, 1470, 1537, 1630, 1638, 1649, 1668, 1691, 1732, 1747, 1822, 1902, 1995, 2054, 2086, 2207, 2313, 2317, 2357, 2367, 2381, 2400, 2417, 2452, 2500, 2520, 2542, 2553, 2608, 2638, 2646, 2664, 2677, 2713, 2744, 2823, 2833, 2867, 2890, 2923, 3008, 3053, 3107, 3185, 3190, 3246, 3250, 3363, 3368, 3389, 3434, 3468, 3480, 3567, 3570, 3577, 3583, 3596, 3603, 3612, 3677, 3749, 3763, 3773, 3786, 3792, 3865, 3892, 3912, 3926, 3935, 3939, 3942, 3951, 3968, 4007, 4018, 4021, 4041, 4070, 4085, 4091, 4097, 4118, 4124, 4148, 4172, 4178, 4185, 4197, 4200, 4203, 4261, 4292, 4316, 4321, 4327, 4338, 4356, 4362, 4381], 'WNT': [7, 87, 3833], '(Wingless': [8, 88], 'and': [9, 43, 64, 74, 89, 123, 144, 154, 173, 192, 256, 266, 357, 376, 445, 472, 503, 525, 528, 595, 602, 628, 684, 694, 729, 760, 821, 924, 1014, 1053, 1205, 1218, 1247, 1257, 1259, 1266, 1288, 1290, 1317, 1339, 1388, 1461, 1493, 1558, 1608, 1655, 1677, 1689, 1751, 1782, 1794, 1864, 2072, 2132, 2134, 2219, 2224, 2239, 2325, 2346, 2561, 2588, 2666, 2675, 2715, 2721, 2795, 2895, 2897, 2926, 2929, 2983, 3055, 3092, 3135, 3165, 3210, 3287, 3300, 3313, 3325, 3388, 3401, 3418, 3552, 3663, 3729, 3791, 3799, 3801, 3820, 3840, 3886, 3928, 3986, 4061, 4066, 4082, 4094, 4105, 4143, 4154, 4226, 4289, 4291, 4340], 'INT-1)': [10, 90], 'signal': [11, 91, 417, 502, 747, 1337, 1773, 2192, 3461, 3514, 3622, 3711], 'transduction': [12, 92, 418], 'cascade': [13, 93, 419, 3752], 'over': [14, 94], 'last': [16, 96, 762], 'two': [17, 97, 2627, 3793], 'decades.': [18, 98], 'Wnt': [19, 32, 58, 99, 112, 138, 589, 610, 746, 832, 1012, 1029, 1038, 1062, 1081, 1101, 1126, 1166, 1191, 1233, 1265, 1284, 1296, 1311, 1319, 1332, 1362, 1384, 1476, 1603, 1687, 1695, 1710, 1740, 1756, 1761, 1789, 1907, 2022, 2155, 2191, 2339, 2358, 2373, 2446, 2476, 2532, 2544, 2635, 2746, 2761, 2899, 2950, 3062, 3095, 3138, 3167, 3194, 3255, 3285, 3308, 3320, 3348, 3353, 3392, 3437, 3460, 3509, 3549, 3629, 3660, 3681, 3706, 3751, 3819, 3936, 4071, 4119, 4188, 4201, 4225, 4398], 'genes': [20, 100, 378, 410, 884, 921, 1127, 1921, 2901], 'encode': [21, 101, 236, 1469], 'small': [22, 102], 'secreted': [23, 103, 238, 831, 1028, 1289, 2790, 2945, 2981, 3061, 3241, 3280], 'proteins': [24, 104, 1285, 1320, 1333, 1385, 1541, 2027, 2189, 2630, 2918, 2948, 2982, 3035, 3239, 3286, 4287], 'that': [25, 105, 240, 408, 588, 748, 1022, 1079, 1096, 1125, 1433, 1449, 1472, 1501, 1599, 1620, 1640, 1667, 1731, 1821, 1924, 2019, 2338, 2392, 2631, 2742, 2763, 2884, 3039, 3282, 3383, 3467, 3607, 3925, 4014, 4025, 4089, 4101, 4136, 4246, 4323, 4358, 4392], 'are': [26, 67, 106, 147, 1185, 1286, 1321, 1340, 1343, 1386, 1466, 1635, 1816, 1860, 1883, 1959, 2632, 2749, 2752, 2919, 3036, 3240, 3302, 3563, 3619, 3836, 4000, 4033, 4345], 'found': [27, 107, 942, 2819], 'in': [28, 36, 48, 56, 108, 116, 128, 136, 169, 186, 211, 268, 342, 372, 389, 404, 475, 480, 510, 540, 566, 612, 668, 700, 732, 752, 799, 819, 846, 922, 1047, 1065, 1105, 1129, 1169, 1299, 1313, 1438, 1455, 1594, 1648, 1663, 1674, 1716, 1737, 1780, 1792, 1890, 1901, 1914, 1920, 1931, 1940, 2018, 2092, 2136, 2157, 2190, 2217, 2221, 2246, 2316, 2323, 2380, 2653, 2663, 2681, 2712, 2880, 2985, 3225, 3311, 3323, 3399, 3459, 3479, 3606, 3611, 3748, 3804, 3818, 3934, 3950, 3967, 4011, 4108, 4123, 4184, 4199, 4224, 4243], 'all': [29, 109, 3783], 'animal': [30, 110, 1134], 'genomes.': [31, 111], 'signaling': [33, 113, 430, 478, 590, 698, 793, 827, 1234, 1245, 1297, 1543, 1790, 1942, 2156, 2238, 2523, 2545, 2574, 2679, 2747, 2794, 2951, 3168, 3321, 3346, 3370, 3393, 4110, 4130, 4189, 4317, 4341], 'is': [34, 114, 241, 309, 335, 363, 1215, 1219, 1238, 1359, 1473, 1494, 1600, 1621, 1683, 1730, 1735, 1762, 1776, 1810, 1819, 2210, 2353, 2370, 2474, 2645, 2651, 2759, 2788, 2796, 2973, 3160, 3446, 3452, 3600, 3609, 3676, 3753, 3760, 3861, 3884, 3908, 3972, 4027, 4138, 4205, 4255, 4324, 4330, 4334, 4359, 4376, 4385, 4393], 'involved': [35, 115, 1673, 1736], 'virtually': [37, 117], 'every': [38, 118], 'aspect': [39, 119], 'of': [40, 51, 71, 77, 120, 131, 151, 157, 215, 283, 303, 327, 330, 401, 414, 438, 514, 536, 546, 562, 570, 577, 608, 626, 632, 641, 654, 664, 835, 881, 918, 967, 990, 1060, 1068, 1088, 1100, 1164, 1223, 1308, 1327, 1409, 1453, 1539, 1571, 1632, 1693, 1906, 1936, 1994, 2053, 2085, 2204, 2241, 2290, 2312, 2319, 2329, 2350, 2443, 2481, 2607, 2629, 2642, 2792, 2825, 2835, 2863, 2893, 2976, 2980, 3005, 3057, 3094, 3189, 3193, 3213, 3249, 3253, 3386, 3396, 3410, 3436, 3483, 3569, 3573, 3579, 3633, 3775, 3848, 3873, 3941, 3984, 4009, 4020, 4059, 4069, 4096, 4114, 4128, 4145, 4171, 4177, 4180, 4187, 4196, 4251, 4264, 4319, 4343, 4361], 'embryonic': [41, 121, 548, 2292], 'development': [42, 122, 254, 1793, 2711, 3324], 'also': [44, 124, 617, 1684, 2551, 3065, 3344], 'controls': [45, 125, 249, 2377, 3394, 3630], 'homeostatic': [46, 126], 'self-renewal': [47, 127], 'a': [49, 75, 129, 155, 176, 208, 237, 280, 396, 415, 560, 600, 629, 661, 824, 847, 1069, 1097, 1170, 1324, 1352, 1434, 1451, 1490, 1499, 1531, 1576, 1616, 1670, 1694, 1739, 1752, 1767, 1771, 1893, 1916, 2002, 2020, 2061, 2081, 2213, 2310, 2361, 2475, 2509, 2531, 2656, 2723, 2760, 2789, 2829, 2974, 2977, 3089, 3161, 3166, 3215, 3223, 3380, 3441, 3755, 3846, 3871, 3874, 3881, 3909, 3982, 4193, 4208, 4240, 4249, 4299, 4348], 'number': [50, 130, 265, 1326], 'adult': [52, 132], 'tissues.': [53, 79, 133, 159], 'Germline': [54, 134], 'mutations': [55, 66, 135, 146, 371, 388, 1913, 2322], 'pathway': [59, 139, 479, 611, 794, 1013, 1214, 1246, 1298, 1312, 1750, 1791, 2555, 2680, 2748, 3322, 3371, 4120], 'cause': [60, 140, 392], 'several': [61, 141], 'hereditary': [62, 142, 848], 'diseases,': [63, 143], 'somatic': [65, 145], 'associated': [68, 148, 4162], 'with': [69, 149, 366, 945, 972, 996, 1412, 1658, 1963, 2080, 2309, 2344, 2512, 2670, 2765, 2889, 3243, 3378, 3472, 3782, 3991, 3995, 4302], 'cancer': [70, 150, 849, 926, 1249, 4012], 'intestine': [73, 153], 'variety': [76, 156, 1452], 'other': [78, 158, 1232, 3784, 4109, 4169], 'The': [160, 300, 815, 1613, 1643, 1788, 2013, 2202, 2944, 3319, 3407, 3745, 3766, 4057, 4283], 'mouse': [161, 203, 305, 571, 2291], 'wnt1': [162], 'gene,': [163], 'originally': [164], 'named': [165, 1605], 'Int-1,': [166], 'was': [167, 233, 276, 591, 616, 754, 844, 941, 1103], 'identified': [168, 755], '1982': [170], 'by': [171, 201, 340, 619, 758, 830, 1323, 1880, 2556, 2615, 2660, 2719, 2952, 3067, 3347, 3351, 3359, 3680, 3737, 3762, 3864, 3891, 4160, 4380, 4397], 'Nusse': [172, 298, 469, 1382, 1786, 1989, 2048, 2565, 3272, 3317], 'Varmus': [174, 196, 722, 2603], 'as': [175, 338, 660, 756, 1051, 1391, 1744, 1766, 2001, 2060, 2090, 2508, 3105, 3306, 3772, 3778, 3947, 3956, 4248, 4268], 'preferential': [177], 'integration': [178], 'site': [179], 'for': [180, 796, 1361, 1414, 1475, 1602, 1686, 1690, 1862, 1895, 2121, 2236, 2288, 2459, 2479, 2798, 2922, 3163, 3548, 3621, 3659, 3888, 3911, 3965, 4140, 4168, 4260, 4369], 'Mouse': [182, 2915], 'Mammary': [183], 'Tumor': [184], 'Virus': [185], 'virally': [187], 'induced': [188, 200, 618], 'breast': [189], 'tumors': [190, 199], '(Nusse': [191], 'Varmus,': [193], '1982Nusse': [194], 'R.': [195, 299, 470, 1383, 1787, 1990, 2049, 2177, 2566, 3087, 3273, 3318, 3406, 3538, 3649, 3906, 4052, 4054], 'H.E.': [197, 723], 'Many': [198], 'mammary': [204, 306], 'tumor': [205, 993, 3767, 3787], 'virus': [206], 'contain': [207], 'provirus': [209], 'integrated': [210], 'same': [213], 'region': [214], 'host': [217], 'genome.Cell.': [218], '1982;': [219], '31:': [220], '99-109Abstract': [221], 'Full': [222, 320, 452, 553, 805, 807, 1422, 1424, 1548, 1550, 1583, 1585, 2251, 2253, 2297, 2299, 2487, 2489, 2730, 2732, 2805, 2807], 'Text': [223, 321, 453, 554, 806, 808, 1423, 1425, 1549, 1551, 1584, 1586, 2252, 2254, 2298, 2300, 2488, 2490, 2731, 2733, 2806, 2808], 'PDF': [224, 322, 454, 555, 809, 1426, 1552, 1587, 2255, 2301, 2491, 2734, 2809], 'PubMed': [225, 273, 323, 455, 485, 519, 556, 678, 708, 738, 810, 891, 931, 977, 1001, 1176, 1275, 1399, 1427, 1509, 1553, 1588, 1722, 1803, 1870, 1948, 2008, 2067, 2127, 2162, 2197, 2256, 2302, 2424, 2492, 2583, 2620, 2735, 2810, 2873, 2939, 2991, 3046, 3100, 3145, 3175, 3233, 3294, 3334, 3424, 3519, 3557, 3668, 3716, 3827, 3919, 4077, 4233, 4310], 'Google': [226, 274, 324, 458, 488, 520, 557, 681, 711, 739, 813, 892, 932, 978, 1002, 1179, 1255, 1278, 1402, 1430, 1512, 1556, 1591, 1725, 1806, 1873, 1951, 2011, 2070, 2130, 2165, 2200, 2259, 2305, 2427, 2495, 2586, 2623, 2738, 2813, 2876, 2942, 2994, 3049, 3103, 3148, 3178, 3236, 3297, 3337, 3427, 3522, 3560, 3671, 3719, 3830, 3922, 4080, 4236, 4313], 'Scholar).': [227, 325, 521, 740, 814, 933, 1003, 1180, 1403, 1513, 1726, 1807, 1874, 1952, 2012, 2201, 2306, 2428, 2624, 2739, 2814, 2877, 2943, 2995, 3179, 3237, 3298, 3428, 3561, 3720, 3923, 4314], 'When': [228, 3721, 3832], 'sequenced,': [229], 'Wnt1': [231, 284, 572], 'proto-oncogene': [232, 538], 'seen': [234], 'to': [235, 278, 311, 349, 383, 442, 544, 605, 943, 1187, 1240, 1351, 1446, 1468, 1496, 1536, 1626, 1681, 1755, 1764, 1838, 2206, 2355, 2518, 2540, 2634, 2673, 2767, 2820, 2955, 3002, 3069, 3133, 3219, 3245, 3284, 3304, 3438, 3512, 3565, 3595, 3709, 3723, 4039, 4207, 4326, 4395], 'protein': [239, 940, 995, 1354, 1534, 1619, 1645, 2119, 2153, 2234, 2569, 2610, 2648, 3217, 3281, 3382, 3414, 3757, 3769, 3789, 3869, 4375], 'cysteine': [242, 1329, 1356], 'rich.': [243], 'Subsequently,': [244], 'Drosophila': [245, 301, 436, 820, 1052, 1435, 1487, 1595, 1891, 1999, 2058, 2093, 2218, 2375, 2418, 2501, 3220, 4293], 'wingless': [246, 477, 1928, 2237], '(wg),': [247], 'which': [248, 353, 1031, 1358, 1882, 1958, 2650, 2751, 2831, 3992, 4164, 4365], 'segment': [250, 264, 313, 4294], 'polarity': [251, 267, 314, 1202, 4295], 'during': [252, 1085, 1943], 'larval': [253], '(Nüsslein-Volhard': [255], 'Wieschaus,': [257], '1980Nüsslein-Volhard': [258], 'C.': [259, 770, 1144, 1519, 1523, 1664, 1855, 2179, 2275, 2699, 2784, 2969, 2971, 3032, 3503, 3700], 'Wieschaus': [260, 499, 4279], 'E.': [261, 293, 424, 500, 1372, 1853, 2110, 2857, 4048, 4280], 'Mutations': [262, 917], 'affecting': [263], 'Drosophila.Nature.': [269, 481], '1980;': [270], '287:': [271], '795-801Crossref': [272], 'Scholar),': [275, 3050, 3104], 'shown': [277], 'be': [279, 1033, 1188, 1836, 1878, 2457, 4040, 4084, 4158], 'fly': [281, 333], 'homolog': [282, 302, 437, 625, 640, 1464, 2503], '(Rijsewijk': [285], 'et': [286, 421, 461, 491, 645, 714, 765, 857, 879, 895, 948, 981, 1137, 1365, 1479, 1516, 1560, 1698, 1846, 1971, 2030, 2095, 2139, 2168, 2262, 2403, 2462, 2591, 2686, 2771, 2838, 2860, 2903, 2958, 3011, 3033, 3072, 3113, 3151, 3197, 3258, 3486, 3525, 3636, 3683, 3895, 4045, 4271], 'al.,': [287, 422, 462, 492, 646, 715, 766, 858, 896, 949, 982, 1138, 1366, 1480, 1517, 1561, 1699, 1847, 1972, 2031, 2096, 2140, 2169, 2263, 2404, 2463, 2592, 2687, 2772, 2839, 2904, 2959, 3012, 3073, 3114, 3152, 3198, 3259, 3487, 3526, 3637, 3684, 3896, 4046, 4272], '1987Rijsewijk': [288], 'F.': [289, 2183], 'Schuermann': [290], 'M.': [291, 494, 498, 774, 780, 1146, 1243, 1569, 1976, 2035, 2098, 2173, 2410, 2843, 2851, 3022, 3154, 3203, 4274], 'Wagenaar': [292], 'Parren': [294], 'P.': [295, 876, 916, 965, 1525, 1974, 2033, 2782, 2859, 3030, 3124, 3499, 3696], 'Weigel': [296], 'D.': [297, 496, 778, 878, 1484, 1521, 1567, 1849, 1986, 2045, 2108, 2471, 3028, 3130], 'oncogene': [307], 'int-1': [308, 539], 'identical': [310], 'gene': [315, 843, 970, 1167, 1436, 1598, 1614, 2932, 4296], 'wingless.Cell.': [316], '1987;': [317], '50:': [318], '649-657Abstract': [319], 'Segmentation': [326], 'epidermis': [329], 'wg': [331, 361, 384], 'mutant': [332, 385], 'embryos': [334, 369, 542, 578], 'severely': [336], 'impaired': [337], 'evidenced': [339], 'abnormalities': [341, 382, 2662], 'overlying': [344], 'ventral': [345, 575], 'cuticle.': [346, 398], 'In': [347, 522, 1055, 1629, 2075, 2756, 4347], 'contrast': [348], 'wild-type': [351], 'cuticle,': [352], 'exhibits': [354], 'alternating': [355], 'denticle': [356], 'naked': [358, 397], 'belts,': [359], 'cuticle': [362, 381, 402], 'completely': [364], 'covered': [365], 'denticles.': [367], 'Fly': [368], 'carrying': [370, 1912], 'porcupine,': [374, 1443], 'dishevelled,': [375], 'armadillo': [377, 473, 4297], 'display': [379], 'similar': [380, 4303], 'embryos,': [386], 'whereas': [387, 3586, 3949], 'shaggy/zeste-white': [390, 642], '3': [391, 505, 636, 643, 658], 'opposite': [394], 'phenotype,': [395], 'Epistatic': [399], 'analysis': [400, 1120, 4068], 'structure': [403, 3209], 'double': [405], 'mutants': [406, 1929], 'indicated': [407, 3466], 'these': [409, 836, 1210, 1813, 2643, 4003, 4129, 4181], 'constituted': [411], 'core': [413], 'new': [416, 1992, 2051, 2978, 3279], '(Siegfried': [420], '1992Siegfried': [423], 'Chou': [425], 'T.B.': [426], 'Perrimon': [427, 467], 'N.': [428, 468, 1565, 3075], 'Wingless': [429, 501, 1865, 2003, 2062, 2122], 'acts': [431, 3066, 3771], 'through': [432, 2432, 3474, 3614, 3739], 'zeste-white': [433], '3,': [434], 'glycogen': [439, 633, 655], 'synthase': [440, 634, 656, 727], 'kinase-3,': [441], 'regulate': [443, 3040], 'engrailed': [444], 'establish': [446], 'cell': [447, 1201, 1393, 1639, 1941, 2208, 3416, 3419], 'fate.Cell.': [448], '1992;': [449, 4307], '71:': [450], '1167-1179Abstract': [451], 'Scopus': [456, 486, 679, 709, 811, 1177, 1276, 1400, 1428, 1510, 1554, 1589, 1723, 1804, 1871, 1949, 2009, 2068, 2128, 2163, 2198, 2257, 2303, 2425, 2493, 2584, 2621, 2736, 2811, 2874, 2940, 2992, 3047, 3101, 3146, 3176, 3234, 3295, 3335, 3425, 3520, 3558, 3669, 3717, 3828, 3920, 4078, 4234, 4311], '(243)': [457], 'Scholar,': [459, 489, 682, 712, 893, 979, 2166, 2260, 3149, 3523], 'Noordermeer': [460], '1994Noordermeer': [463], 'J.': [464, 466, 786, 912, 1148, 1988, 2047, 2144, 2227, 2600, 2697, 2709, 2845, 3020, 3126, 3277, 3493, 3495, 3542, 3653, 3690, 3692, 3902, 3915], 'Klingensmith': [465], 'Dishevelled': [471, 620, 2517], 'act': [474, 1390, 1765, 3946, 3955], '1994;': [482, 516], '367:': [483], '80-83Crossref': [484], '(224)': [487], 'Peifer': [490], '1994Peifer': [493], 'Sweeton': [495], 'Casey': [497], 'Zeste-white': [504], 'kinase': [506, 635, 657, 2364, 2454, 2527, 3390, 3505, 3588, 3678, 3702, 3794, 3814, 4220], 'trigger': [507], 'opposing': [508], 'changes': [509, 4122, 4165], 'intracellular': [512, 1675], 'distribution': [513, 3212], 'Armadillo.Development.': [515], '120:': [517, 803], '369-380Crossref': [518], '1989,': [523], 'McMahon': [524], 'Moon': [526, 532, 1263], '(McMahon': [527], 'Moon,': [529, 1260], '1989McMahon': [530], 'A.P.': [531, 2967], 'R.T.': [533, 1264], 'Ectopic': [534], 'expression': [535, 2349, 4008], 'Xenopus': [541, 567, 669, 701, 733, 753, 800, 822, 2799], 'leads': [543], 'duplication': [545, 561, 615], 'axis.Cell.': [549], '1989;': [550], '58:': [551], '1075-1084Abstract': [552], 'Scholar)': [558, 2071, 2131, 2587, 3338, 3672, 4081, 4237], 'observed': [559], 'body': [564], 'axis': [565, 666, 750, 797, 2613], 'following': [568], 'injection': [569], 'mRNA': [573], 'into': [574, 1035], 'blastomeres': [576], 'at': [579, 1057, 3845], '4-cell': [581], 'stage.': [582], 'This': [583, 1004, 1076, 1280, 1346], 'observation': [584, 1005], 'supported': [585], 'notion': [587], 'shared': [592], 'between': [593, 1010, 1746, 4002], 'vertebrates': [594, 2137], 'invertebrates': [596], 'and,': [597], 'moreover,': [598], 'provided': [599, 1006], 'rapid': [601, 3889, 4092], 'convenient': [603], 'assay': [604], 'study': [606], 'components': [607, 4170], 'vertebrates.': [613], 'Axis': [614], '(Dsh),': [621], 'β-catenin': [622, 946, 2769, 2836, 3387, 3844, 3860, 3883, 4146, 4238, 4344, 4353, 4374], '(the': [623, 1071], 'vertebrate': [624, 639, 4284], 'armadillo),': [627], 'dominant-negative': [630], 'version': [631], '(GSK3),': [637], '(Dominguez': [644], '1995Dominguez': [647], 'I.': [648, 898, 955, 2602, 2780], 'Itoh': [649], 'K.': [650, 910, 1142, 1368, 1406, 1529, 1563, 2102, 2171, 2273, 2707, 3156, 3530, 3641], 'Sokol': [651], 'S.Y.': [652], 'Role': [653], 'beta': [659], 'negative': [662], 'regulator': [663], 'dorsoventral': [665, 730], 'formation': [667, 798, 1712], 'embryos.Proc.': [670], 'Natl.': [671], 'Acad.': [672], 'Sci.': [673, 1418], 'USA.': [674], '1995;': [675, 705, 735], '92:': [676], '8498-8502Crossref': [677], '(240)': [680], 'Guger': [683], 'Gumbiner,': [685], '1995Guger': [686], 'K.A.': [687, 2841], 'Gumbiner': [688, 4281], 'B.M.': [689, 3024, 4282], 'Beta-Catenin': [690], 'Wnt-like': [692], 'activity': [693, 1775, 4019, 4127], 'mimics': [695], 'Nieuwkoop': [697], 'center': [699], 'dorsal-ventral': [702], 'patterning.Dev.': [703], 'Biol.': [704, 1504, 1799, 2579, 2934, 3140, 3170, 3228, 3330, 4073, 4306], '172:': [706], '115-125Crossref': [707], '(112)': [710], 'He': [713, 2186, 3157, 3543, 3654], '1995He': [716], 'X.': [717, 784, 1934, 2187, 2594, 3116, 3158, 3528, 3544, 3639, 3655], 'Saint-Jeannet': [718, 2184, 2595], 'J.P.': [719, 1984, 2043, 2185, 2596], 'Woodgett': [720, 3541, 3652], 'J.R.': [721, 1381], 'Dawid': [724, 2601, 3274], 'I.B.': [725, 3275], 'Glycogen': [726], 'kinase-3': [728], 'patterning': [731, 1131], 'embryos.Nature.': [734], '374:': [736], '617-622Crossref': [737], 'Although': [741, 1331, 2331, 3958], 'long': [742], 'elusive,': [743], 'specific': [745, 3977], 'triggers': [749], 'induction': [751, 2614], 'Wnt11': [757], 'Heasman': [759, 785], 'colleagues': [761], 'year': [763], '(Tao': [764], '2005Tao': [767], 'Q.': [768, 2689], 'Yokota': [769], 'Puck': [771], 'H.': [772, 906, 1851, 2604, 2965, 3026, 3120, 3536, 3540, 3647, 3651, 3898], 'Kofron': [773], 'Birsoy': [775], 'B.': [776, 866, 951, 953, 986, 1157, 2469, 2855, 3014, 3200, 3532, 3643], 'Yan': [777], 'Asashima': [779], 'Wylie': [781], 'C.C.': [782], 'Lin': [783], 'Maternal': [787], 'wnt11': [788], 'activates': [789, 2570, 2676, 3367], 'canonical': [791, 1195, 1213, 1295, 1310, 2521, 2543, 2554, 2678, 2745, 3137, 3369, 3750], 'wnt': [792, 1415, 1540, 1572], 'required': [795, 1437, 1861, 2235, 2354, 2478, 2797, 4139], 'embryos.Cell.': [801], '2005;': [802, 1173, 1252, 1272, 1867, 2870, 3142, 3172, 3421, 3516, 3554, 3665, 3713], '857-871Abstract': [804], '(263)': [812], 'combined': [816], 'observations': [817, 3960], 'made': [818], 'delineated': [823], 'highly': [825, 3849, 4331, 4389], 'conserved': [826, 1037, 1328, 1532, 1577, 1597, 1622, 1678, 3850], 'pathway,': [828, 1204, 2546, 4202], 'activated': [829, 1189], 'proteins.': [833, 1908, 2755], 'Independent': [834], 'studies,': [837], 'adenomatous': [839, 853], 'polyposis': [840, 854], 'coli': [841], '(APC)': [842], 'discovered': [845], 'syndrome': [850], 'termed': [851, 1442], 'familial': [852], '(FAP)': [855], '(Kinzler': [856], '1991Kinzler': [859], 'K.W.': [860, 988], 'Nilbert': [861], 'M.C.': [862, 1705], 'Su': [863, 980], 'L.K.': [864, 984], 'Vogelstein': [865, 985], 'Bryan': [867], 'T.M.': [868], 'Levy': [869], 'D.B.': [870], 'Smith': [871, 2909, 3084], 'K.J.': [872, 4278], 'Preisinger': [873], 'A.C.': [874], 'Hedge': [875, 915], 'McKechnie': [877], 'al.Identification': [880], 'FAP': [882, 923], 'locus': [883], 'from': [885, 1542, 1623, 1679, 1828, 1998, 2057, 2366, 4064, 4121], 'chromosome': [886, 919], '5q21.Science.': [887], '1991;': [888, 928], '253:': [889, 929], '661-665Crossref': [890], 'Nishisho': [894], '1991Nishisho': [897], 'Nakamura': [899], 'Y.': [900, 902, 904, 1982, 2041, 2175, 2181, 2598, 2691, 2853, 3118], 'Miyoshi': [901], 'Miki': [903], 'Ando': [905], 'Horii': [907], 'A.': [908, 1140, 1155, 2112, 2693, 2776, 2961, 3081, 3267, 3501, 3698, 3900, 3904, 4050], 'Koyama': [909], 'Utsunomiya': [911], 'Baba': [913], 'S.': [914, 963, 1486, 1857, 2106, 2114, 2146, 2271, 2406, 2912, 3079, 3205, 3534, 3645], '5q21': [920], 'colorectal': [925], 'patients.Science.': [927], '665-669Crossref': [930], 'Soon': [934], 'after,': [935], 'large': [937], 'cytoplasmic': [938, 3381, 3481, 3513, 3571, 3710, 3756, 4149, 4262, 4373], 'APC': [939, 969, 992, 3966, 3980, 4016, 4026, 4060, 4137, 4153, 4382], 'interact': [944, 2888, 3377], '(Rubinfeld': [947], '1993Rubinfeld': [950], 'Souza': [952], 'Albert': [954], 'Muller': [956], 'O.': [957, 1707, 2774], 'Chamberlain': [958], 'S.H.': [959], 'Masiarz': [960], 'F.R.': [961], 'Munemitsu': [962], 'Polakis': [964], 'Association': [966, 989], 'product': [971], 'beta-catenin.Science.': [973], '1993;': [974, 998], '262:': [975, 999], '1731-1734Crossref': [976], '1993Su': [983], 'Kinzler': [987], 'suppressor': [994, 3768, 3788], 'catenins.Science.': [997], '1734-1737Crossref': [1000], 'first': [1008, 4354], 'connection': [1009], 'human': [1015, 1248, 2864], 'cancer.': [1016, 1318], 'Genome': [1017], 'sequencing': [1018], 'since': [1020], 'revealed': [1021, 1666], 'mammalian': [1023, 2505], 'species': [1024], 'have': [1025, 1045, 3465], 'roughly': [1026], '20': [1027, 3987], 'proteins,': [1030, 1957], 'can': [1032, 1389, 2023, 2537, 2550, 2886, 3375, 4156], 'divided': [1034], '12': [1036], 'subfamilies.': [1039], 'Of': [1040, 1209], 'these,': [1041], 'only': [1042, 4028, 4386], '6': [1043], 'subfamilies': [1044, 1063, 1082], 'counterparts': [1046], 'ecdysozoan': [1048, 1090], 'animals': [1049, 1107], 'such': [1050, 4267], 'Caenorhabditis.': [1054], 'contrast,': [1056], 'least': [1058, 2626], '11': [1059], 'occur': [1064], 'genome': [1067], 'cnidarian': [1070], 'sea': [1072, 1171], 'anemone': [1073], 'Nematostella': [1074], 'vectensis).': [1075], 'finding': [1077], 'suggests': [1078], 'some': [1080], 'were': [1083], 'lost': [1084], 'evolution': [1087], 'lineage': [1091], 'but': [1092], 'more': [1093, 3810, 4216], 'importantly': [1094], 'reveals': [1095], 'complex': [1098, 1672, 1734, 3366, 3777, 3953], 'inventory': [1099], 'factors': [1102, 2636, 2644, 2741], 'present': [1104], 'multicellular': [1106], 'well': [1108], 'before': [1109], 'Cambrian': [1111], 'explosion': [1112], '(550': [1113], 'million': [1114], 'years': [1115], 'ago).': [1116], 'Thus,': [1117, 1459, 1833], 'comparative': [1118], 'genomic': [1119], 'underscores': [1121], 'crucial': [1123], 'role': [1124, 1894, 2311, 3224, 3964, 4242], 'play': [1128], 'organismal': [1130], 'throughout': [1132], 'kingdom': [1135], '(Kusserow': [1136], '2005Kusserow': [1139], 'Pang': [1141], 'Sturm': [1143], 'Hrouda': [1145], 'Lentferm': [1147], 'Schmidt': [1149], 'H.A.': [1150], 'Technau': [1151], 'U.': [1152, 3497, 3694], 'von': [1153], 'Haeseler': [1154], 'Hobmayer': [1156], 'Martindale': [1158], 'M.Q.': [1159], 'Holstein': [1160], 'T.W.': [1161], 'Unexpected': [1162], 'complexity': [1163], 'family': [1168, 1997, 2056, 2088, 2244, 2611, 2917, 2979, 3109, 3192, 3605, 3816, 4222, 4301], 'anemone.Nature.': [1172], '433:': [1174], '156-160Crossref': [1175], '(262)': [1178], 'Currently,': [1181], 'three': [1182], 'different': [1183], 'pathways': [1184], 'believed': [1186, 1467, 3303], 'upon': [1190], 'receptor': [1192, 1742, 2243, 2365, 2447, 2577, 3510, 3707, 3834], 'activation:': [1193], 'Wnt/β-catenin': [1196, 2522], 'cascade,': [1197], 'noncanonical': [1199], 'planar': [1200], '(PCP)': [1203], 'Wnt/Ca2+': [1207], 'pathway.': [1208, 2524, 3937], 'three,': [1211], 'best': [1216], 'understood': [1217], 'primary': [1221], 'subject': [1222, 4394], 'this': [1224, 2444, 2997, 3776, 4387], 'review.': [1225], 'For': [1226, 1909, 4192], 'recent': [1227, 4209], 'comprehensive': [1228, 4194], 'overviews': [1229], 'on': [1230, 2212, 2576, 2866, 3341, 3975], 'pathways,': [1235, 4111], 'reader': [1237, 4204], 'referred': [1239, 4206], 'Katoh,': [1241], '2005Katoh': [1242], 'WNT/PCP': [1244], '(review).Oncol.': [1250], 'Rep.': [1251], '14:': [1253], '1583-1588PubMed': [1254], 'Scholar': [1256, 1431, 1557, 1592, 2496], 'Kohn': [1258], '2005Kohn': [1261], 'A.D.': [1262], 'calcium': [1267], 'signaling:': [1268], 'β-Catenin-independent': [1269], 'pathways.Cell': [1270], 'Calcium.': [1271], '38:': [1273], '439-446Crossref': [1274], '(286)': [1277], 'Scholar.': [1279], 'review': [1281, 1304, 4210], 'discusses': [1282], 'how': [1283, 1291, 1812, 3449, 3455], 'produced': [1287], 'they': [1292, 1342, 2394, 3945, 3954], 'activate': [1293, 2519, 2552, 2637, 2743, 2768, 2898, 2930], 'recipient': [1300], 'cells.': [1301], 'Further,': [1302], 'examines': [1305], 'roles': [1307, 3933, 4058], 'development,': [1314], 'tissue': [1315, 3211], 'self-renewal,': [1316], 'characterized': [1322, 2659], 'high': [1325, 2671], 'residues.': [1330], 'carry': [1334], 'an': [1335, 1964, 2117, 2231, 2284, 2371, 2682, 3412, 3962, 4256], 'N-terminal': [1336, 1966], 'peptide': [1338], 'secreted,': [1341], 'relatively': [1344], 'insoluble.': [1345], 'insolubility': [1347], 'been': [1349, 2335, 2818, 4134], 'attributed': [1350], 'particular': [1353], 'modification,': [1355], 'palmitoylation,': [1357], 'essential': [1360, 1601, 1685, 2120, 2287, 3620, 3963, 4029, 4257], 'function': [1363, 1715, 3305], '(Willert': [1364], '2003Willert': [1367], 'Brown': [1369, 2272], 'J.D.': [1370], 'Danenberg': [1371], 'Duncan': [1373], 'A.W.': [1374], 'Weissman': [1375], 'I.L.': [1376], 'Reya': [1377], 'T.': [1378, 2279, 2847, 2849], 'Yates': [1379], '3rd,': [1380], 'lipid-modified': [1387], 'stem': [1392], 'growth': [1394], 'factors.Nature.': [1395], '2003;': [1396, 2248, 2294, 2421, 3097, 4074], '423:': [1397], '448-452Crossref': [1398], '(1088)': [1401], 'Hofmann,': [1404], '2000Hofmann': [1405], 'superfamily': [1408], 'membrane-bound': [1410], 'O-acyltransferases': [1411], 'implications': [1413], 'signaling.Trends': [1416], 'Biochem.': [1417], '2000;': [1419, 2124, 2159, 2194], '25:': [1420], '111-112Abstract': [1421], '(215)': [1429], 'reported': [1432], 'Wnt-secreting': [1440], 'cell,': [1441], 'displays': [1444], 'homology': [1445], 'acyl-transferases,': [1447], 'enzymes': [1448, 1923], 'acylate': [1450], 'substrates': [1454], 'endoplasmic': [1457, 2232], 'reticulum.': [1458], 'porcupine': [1460], 'its': [1462, 2433, 3854, 3976], 'worm': [1463], 'mom-1': [1465], 'enzyme': [1471], 'responsible': [1474], 'palmitoylation': [1477], '(Zhai': [1478], '2004Zhai': [1481], 'L.': [1482, 2104, 2267, 2269, 2703, 3263], 'Chaturvedi': [1483], 'Cumberledge': [1485], 'wnt-1': [1488], 'undergoes': [1489], 'hydrophobic': [1491], 'modification': [1492], 'targeted': [1495, 3887], 'lipid': [1497, 1831], 'rafts,': [1498], 'process': [1500, 2830], 'requires': [1502, 1574, 1713], 'porcupine.J.': [1503], 'Chem.': [1505, 2935, 3141, 3171, 3229], '2004;': [1506, 1800, 1945, 2484, 2727, 2802, 3331], '279:': [1507], '33220-33227Crossref': [1508], '(116)': [1511], 'Recently,': [1514], 'Banziger': [1515], '2006Banziger': [1518], 'Soldini': [1520], 'Schutt': [1522], 'Zipperlen': [1524], 'Hausmann': [1526], 'G.': [1527, 1703, 3018, 3489, 3686], 'Basler': [1528], 'Wntless,': [1530], 'membrane': [1533, 3613, 3726], 'dedicated': [1535, 1754, 3875], 'secretion': [1538, 1688, 1757, 3354], 'cells.Cell.': [1544], '2006;': [1545, 1580, 1719, 2580, 2936, 3824, 4230], '125:': [1546, 1581], '509-522Abstract': [1547], '(182)': [1555], 'Bartscherer': [1559], '2006Bartscherer': [1562], 'Pelte': [1564], 'Ingelfinger': [1566], 'Boutros': [1568], 'Secretion': [1570], 'ligands': [1573, 2921], 'evi,': [1575], 'transmembrane': [1578, 1618, 1961, 2083, 2362, 3006, 3254], 'protein.Cell.': [1579], '523-533Abstract': [1582], '(185)': [1590], 'uncovered': [1593], 'another': [1596, 3003], 'secretion,': [1604], 'wntless': [1606], '(wls)': [1607], 'evenness': [1609], 'interrupted': [1610], '(evi),': [1611], 'respectively.': [1612], 'encodes': [1615, 2116, 2283], 'seven-pass': [1617, 1960], 'worms': [1624], '(mom-3)': [1625], 'man': [1627], '(hWLS).': [1628], 'absence': [1631], 'Wls/evi,': [1633], 'Wnts': [1634, 1834, 1876, 1953, 2766, 3562], 'retained': [1636], 'inside': [1637], 'produces': [1641], 'them.': [1642], 'Wntless': [1644], 'resides': [1646], 'primarily': [1647], 'Golgi': [1650], 'apparatus,': [1651], 'where': [1652], 'it': [1653, 1809, 2332, 3430, 3447, 3608, 3779, 3993], 'colocalizes': [1654], 'physically': [1656, 2887, 3376], 'interacts': [1657, 3471, 3781, 3994], 'Wnts.': [1659], 'genetic': [1661, 3959], 'screen': [1662], 'elegans': [1665], 'retromer,': [1669], 'multiprotein': [1671], 'trafficking': [1676, 2240], 'yeast': [1680], 'man,': [1682], 'generation': [1692], 'gradient': [1696, 1711], '(Coudreuse': [1697], '2006Coudreuse': [1700], 'D.Y.': [1701], 'Roel': [1702], 'Betist': [1704], 'Destree': [1706], 'Korswagen': [1708], 'H.C.': [1709], 'retromer': [1714, 1733], 'Wnt-producing': [1717], 'cells.Science.': [1718], '312:': [1720], '921-924Crossref': [1721], '(132)': [1724, 2941], 'An': [1727, 2151, 3059], 'attractive': [1728], 'hypothesis': [1729], 'recycling': [1738], 'cargo': [1741], '(such': [1743], 'Wntless)': [1745], 'default': [1748], 'secretory': [1749], 'compartment': [1753], '(see': [1758], 'Figure': [1759], '1).': [1760], 'thought': [1763, 3564], 'morphogen': [1768], '(that': [1769], 'is,': [1770, 2393, 4247], 'long-range': [1772, 1814], 'whose': [1774, 3758], 'concentration': [1777], 'dependent)': [1778], '(reviewed': [1779, 1930, 3310, 3398], 'Logan': [1781, 3312], 'Nusse,': [1783, 2562, 3314], '2004Logan': [1784, 3315], 'C.Y.': [1785, 3316], 'disease.Annu.': [1795, 3326], 'Rev.': [1796, 3327], 'Cell': [1797, 3328, 4305], 'Dev.': [1798, 3329, 3823, 4229], '20:': [1801, 3332, 3825, 4231], '781-810Crossref': [1802, 3333], '(2105)': [1805, 3336], 'However,': [1808, 3429], 'unclear': [1811, 3432, 4336], 'gradients': [1815], 'generated.': [1817], 'It': [1818, 3624, 4132, 4254, 4333, 4384], 'conceivable': [1820], 'palmitoyl': [1823], 'moiety': [1824], 'constrains': [1825], 'movement': [1826], 'away': [1827], 'membranes': [1829], 'or': [1830, 1842, 1904, 1919, 2571, 3350, 3355, 3454, 3673, 4126], 'particles.': [1832], 'may': [1835, 1877, 2456, 3343, 3731, 4083, 4116], 'tethered': [1837], 'intercellular': [1839], 'transport': [1840, 1903, 2203, 2318], 'vesicles': [1841], 'lipoprotein': [1843], 'particles': [1844, 1859], '(Panakova': [1845], '2005Panakova': [1848], 'Sprong': [1850], 'Marois': [1852], 'Thiele': [1854], 'Eaton': [1856], 'Lipoprotein': [1858], 'Hedgehog': [1863, 3821, 4227], 'signaling.Nature.': [1866, 2123, 3042], '435:': [1868], '58-65Crossref': [1869], '(276)': [1872], 'Alternatively,': [1875], 'transported': [1879], 'cytonemes,': [1881], 'long,': [1884], 'thin': [1885], 'filopodial': [1886], 'processes.': [1887], 'Additionally,': [1888], 'studies': [1889, 2879, 3464], 'suggest': [1892, 3222], 'extracellular': [1896, 1965, 2434, 2891, 3247, 3307], 'heparan': [1897, 1937], 'sulfate': [1898, 1938], 'proteoglycans': [1899, 1939], '(HSPG)': [1900], 'stabilization': [1905, 2834, 3349], 'instance,': [1910], 'flies': [1911], 'Dally,': [1915], 'GPI-anchored': [1917], 'HSPG,': [1918], 'encoding': [1922], 'modify': [1925], 'HSPGs': [1926], 'resemble': [1927, 2327, 2388, 3184], 'Lin,': [1932], '2004Lin': [1933], 'Functions': [1935], 'development.Development.': [1944], '131:': [1946], '6009-6021Crossref': [1947], '(316)': [1950], 'bind': [1954, 2024], 'Frizzled': [1955, 2026, 2609, 3191], '(Fz)': [1956], 'receptors': [1962, 2352, 2928, 3038, 3195, 3256], 'cysteine-rich': [1967], 'domain': [1968, 2455, 3188], '(CRD)': [1969], '(Bhanot': [1970], '1996Bhanot': [1973, 2032], 'Brink': [1975, 2034], 'Samos': [1977, 2036, 3270], 'C.H.': [1978, 2037, 3271], 'Hsieh': [1979, 2038, 2261], 'J.C.': [1980, 2039, 2265, 3085, 3261], 'Wang': [1981, 2040, 2597, 2690], 'Macke': [1983, 2042], 'Andrew': [1985, 2044], 'Nathans': [1987, 2046, 2599, 2708, 3276], 'member': [1993, 2052, 2606, 2975, 3110], 'frizzled': [1996, 2055, 2924], 'functions': [2000, 2059, 2507, 2984, 3384, 3458], 'receptor.Nature.': [2004, 2063, 2420], '1996;': [2005, 2064, 3230], '382:': [2006, 2065], '225-230Crossref': [2007, 2066], '(931)': [2010, 2069], 'Wnt-Fz': [2014], 'interaction': [2015], 'appears': [2016, 4038], 'promiscuous,': [2017], 'single': [2021], 'multiple': [2025, 3592], '(e.g.,': [2028], 'Bhanot': [2029], 'vice': [2073], 'versa.': [2074], 'binding': [2076, 2533, 2954, 3068, 3435, 4258], 'Wnt,': [2077], 'Fzs': [2078], 'cooperate': [2079], 'single-pass': [2082], 'molecule': [2084, 4088], 'LRP': [2087, 3070, 3484, 3943], 'known': [2089, 3448], 'Arrow': [2091, 2115], '(Wehrli': [2094], '2000Wehrli': [2097], 'Dougan': [2099], 'S.T.': [2100], 'Caldwell': [2101], "O'Keefe": [2103], 'Schwartz': [2105], 'Vaizel-Ohayon': [2107], 'Schejter': [2109], 'Tomlinson': [2111], 'DiNardo': [2113], 'LDL-receptor-related': [2118, 2152, 2188], '407:': [2125, 2160, 2195], '527-530Crossref': [2126], '(547)': [2129], 'LRP5': [2133], '-6': [2135], '(Pinson': [2138], '2000Pinson': [2141], ...}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2107648723', 'counts_by_year': [{'year': 2023, 'cited_by_count': 151}, {'year': 2022, 'cited_by_count': 226}, {'year': 2021, 'cited_by_count': 253}, {'year': 2020, 'cited_by_count': 297}, {'year': 2019, 'cited_by_count': 291}, {'year': 2018, 'cited_by_count': 291}, {'year': 2017, 'cited_by_count': 308}, {'year': 2016, 'cited_by_count': 308}, {'year': 2015, 'cited_by_count': 348}, {'year': 2014, 'cited_by_count': 332}, {'year': 2013, 'cited_by_count': 368}, {'year': 2012, 'cited_by_count': 401}], 'updated_date': '2023-09-29T23:13:03.087063', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2128990851', 'doi': 'https://doi.org/10.1109/70.508439', 'title': 'Probabilistic roadmaps for path planning in high-dimensional configuration spaces', 'display_name': 'Probabilistic roadmaps for path planning in high-dimensional configuration spaces', 'publication_year': 1996, 'publication_date': '1996-01-01', 'ids': {'openalex': 'https://openalex.org/W2128990851', 'doi': 'https://doi.org/10.1109/70.508439', 'mag': '2128990851'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/70.508439', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S116420536', 'display_name': 'IEEE Transactions on Robotics and Automation', 'issn_l': '1042-296X', 'issn': ['1042-296X', '2374-958X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319808', 'host_organization_name': 'Institute of Electrical and Electronics Engineers', 'host_organization_lineage': ['https://openalex.org/P4310319808'], 'host_organization_lineage_names': ['Institute of Electrical and Electronics Engineers'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/17328/kavraki_94_probabilistic.pdf?sequence=1&isAllowed=y', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5067205988', 'display_name': 'Lydia E. Kavraki', 'orcid': 'https://orcid.org/0000-0003-0699-8038'}, 'institutions': [{'id': 'https://openalex.org/I97018004', 'display_name': 'Stanford University', 'ror': 'https://ror.org/00f54p054', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I97018004']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'L.E. Kavraki', 'raw_affiliation_string': '[Department of Computer Science, Stanford University, CA, USA]', 'raw_affiliation_strings': ['[Department of Computer Science, Stanford University, CA, USA]']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027514967', 'display_name': 'P. Švestka', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'P. Svestka', 'raw_affiliation_string': '[Dept Of Computer Science, University of Utrecht, Utrecht, Netherlands]', 'raw_affiliation_strings': ['[Dept Of Computer Science, University of Utrecht, Utrecht, Netherlands]']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011934101', 'display_name': 'Jean‐Claude Latombe', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J.-C. Latombe', 'raw_affiliation_string': '[Robotics Laboratory, Department of Computer Science, University of Stanford, Stanford, CA, USA]', 'raw_affiliation_strings': ['[Robotics Laboratory, Department of Computer Science, University of Stanford, Stanford, CA, USA]']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5058462867', 'display_name': 'Mark H. Overmars', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'M.H. Overmars', 'raw_affiliation_string': '[Dept Of Computer Science, University of Utrecht, Utrecht, Netherlands]', 'raw_affiliation_strings': ['[Dept Of Computer Science, University of Utrecht, Utrecht, Netherlands]']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 4802, 'biblio': {'volume': '12', 'issue': '4', 'first_page': '566', 'last_page': '580'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C49937458', 'wikidata': 'https://www.wikidata.org/wiki/Q2599292', 'display_name': 'Probabilistic logic', 'level': 2, 'score': 0.63719726}, {'id': 'https://openalex.org/C2778803389', 'wikidata': 'https://www.wikidata.org/wiki/Q7246866', 'display_name': 'Probabilistic roadmap', 'level': 4, 'score': 0.5563734}, {'id': 'https://openalex.org/C2777735758', 'wikidata': 'https://www.wikidata.org/wiki/Q817765', 'display_name': 'Path (computing)', 'level': 2, 'score': 0.55528283}, {'id': 'https://openalex.org/C81074085', 'wikidata': 'https://www.wikidata.org/wiki/Q366872', 'display_name': 'Motion planning', 'level': 3, 'score': 0.54408896}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.54308736}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.29210937}, {'id': 'https://openalex.org/C90509273', 'wikidata': 'https://www.wikidata.org/wiki/Q11012', 'display_name': 'Robot', 'level': 2, 'score': 0.14284801}, {'id': 'https://openalex.org/C31258907', 'wikidata': 'https://www.wikidata.org/wiki/Q1301371', 'display_name': 'Computer network', 'level': 1, 'score': 0.10191861}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/70.508439', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S116420536', 'display_name': 'IEEE Transactions on Robotics and Automation', 'issn_l': '1042-296X', 'issn': ['1042-296X', '2374-958X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319808', 'host_organization_name': 'Institute of Electrical and Electronics Engineers', 'host_organization_lineage': ['https://openalex.org/P4310319808'], 'host_organization_lineage_names': ['Institute of Electrical and Electronics Engineers'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/17328', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/17328/kavraki_94_probabilistic.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401649', 'display_name': 'Utrecht University Repository (Utrecht University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I193662353', 'host_organization_name': 'Utrecht University', 'host_organization_lineage': ['https://openalex.org/I193662353'], 'host_organization_lineage_names': ['Utrecht University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/17328', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/17328/kavraki_94_probabilistic.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401649', 'display_name': 'Utrecht University Repository (Utrecht University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I193662353', 'host_organization_name': 'Utrecht University', 'host_organization_lineage': ['https://openalex.org/I193662353'], 'host_organization_lineage_names': ['Utrecht University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.75}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.11}], 'grants': [], 'referenced_works_count': 32, 'referenced_works': ['https://openalex.org/W1547197954', 'https://openalex.org/W1846245586', 'https://openalex.org/W1847125952', 'https://openalex.org/W1866151417', 'https://openalex.org/W1903576784', 'https://openalex.org/W1947401476', 'https://openalex.org/W1965244358', 'https://openalex.org/W1965440866', 'https://openalex.org/W1978301848', 'https://openalex.org/W2022921915', 'https://openalex.org/W2053407718', 'https://openalex.org/W2096636360', 'https://openalex.org/W2101508786', 'https://openalex.org/W2104906962', 'https://openalex.org/W2108963891', 'https://openalex.org/W2110057603', 'https://openalex.org/W2110144538', 'https://openalex.org/W2125973284', 'https://openalex.org/W2132973123', 'https://openalex.org/W2139062144', 'https://openalex.org/W2145114880', 'https://openalex.org/W2146121861', 'https://openalex.org/W2147226148', 'https://openalex.org/W2150500908', 'https://openalex.org/W2151931936', 'https://openalex.org/W2158380902', 'https://openalex.org/W2159152411', 'https://openalex.org/W2160799476', 'https://openalex.org/W2163178194', 'https://openalex.org/W4206246621', 'https://openalex.org/W4242811155', 'https://openalex.org/W4248732262'], 'related_works': ['https://openalex.org/W163864709', 'https://openalex.org/W2065499315', 'https://openalex.org/W2100656238', 'https://openalex.org/W2137520303', 'https://openalex.org/W2152311680', 'https://openalex.org/W2157132000', 'https://openalex.org/W2381469031', 'https://openalex.org/W2389713625', 'https://openalex.org/W4308651025', 'https://openalex.org/W4321065611'], 'ngrams_url': 'https://api.openalex.org/works/W2128990851/ngrams', 'abstract_inverted_index': {'A': [0], 'new': [1], 'motion': [2], 'planning': [3, 196], 'method': [4, 13, 100, 166, 179], 'for': [5, 92, 215], 'robots': [6, 185], 'in': [7, 15, 200], 'static': [8], 'workspaces': [9], 'is': [10, 32, 89, 101, 137, 180], 'presented.': [11], 'This': [12], 'proceeds': [14], 'two': [16, 82, 97], 'phases:': [17], 'a': [18, 22, 29, 37, 60, 93, 201, 204, 207], 'learning': [19, 27, 128, 214], 'phase': [20], 'and': [21, 34, 45, 62, 73, 103, 140], 'query': [23, 68], 'phase.': [24], 'In': [25, 66, 175], 'the': [26, 67, 77, 85, 87, 124, 127, 134, 138, 165, 168, 172, 178], 'phase,': [28, 69], 'probabilistic': [30], 'roadmap': [31, 88], 'constructed': [33], 'stored': [35], 'as': [36], 'graph': [38], 'whose': [39, 46, 130], 'nodes': [40, 83], 'correspond': [41, 48], 'to': [42, 49, 81, 105, 111, 148, 152, 171, 182], 'collision-free': [43], 'configurations': [44, 75], 'edges': [47], 'feasible': [50], 'paths': [51, 56], 'between': [52], 'these': [53, 96, 144], 'configurations.': [54], 'These': [55], 'are': [57, 79], 'computed': [58], 'using': [59], 'simple': [61], 'fast': [63], 'local': [64, 169], 'planner.': [65], 'any': [70, 113], 'given': [71], 'start': [72], 'goal': [74], 'of': [76, 84, 115, 126, 164, 189, 203, 219], 'robot': [78, 139], 'connected': [80], 'roadmap;': [86], 'then': [90], 'searched': [91], 'path': [94, 195], 'joining': [95], 'nodes.': [98], 'The': [99], 'general': [102], 'easy': [104, 151], 'implement.': [106], 'It': [107, 118], 'can': [108, 156, 197], 'be': [109, 149, 158, 198], 'applied': [110, 181], 'virtually': [112], 'type': [114], 'holonomic': [116], 'robot.': [117], 'requires': [119], 'selecting': [120], 'certain': [121], 'parameters': [122], '(e.g.,': [123, 167], 'duration': [125], 'phase)': [129], 'values': [131, 145], 'depend': [132], 'on': [133, 206], 'scene,': [135], 'that': [136, 194], 'its': [141], 'workspace.': [142], 'But': [143], 'turn': [146], 'out': [147], 'relatively': [150, 216], 'choose,': [153], 'Increased': [154], 'efficiency': [155], 'also': [157], 'achieved': [159], 'by': [160], 'tailoring': [161], 'some': [162], 'components': [163], 'planner)': [170], 'considered': [173], 'robots.': [174], 'this': [176], 'paper': [177], 'planar': [183], 'articulated': [184], 'with': [186], 'many': [187], 'degrees': [188], 'freedom.': [190], 'Experimental': [191], 'results': [192], 'show': [193], 'done': [199], 'fraction': [202], 'second': [205], 'contemporary': [208], 'workstation': [209], '(/spl': [210], 'ap/150': [211], 'MIPS),': [212], 'after': [213], 'short': [217], 'periods': [218], 'time': [220], '(a': [221], 'few': [222], 'dozen': [223], 'seconds).': [224]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2128990851', 'counts_by_year': [{'year': 2023, 'cited_by_count': 212}, {'year': 2022, 'cited_by_count': 317}, {'year': 2021, 'cited_by_count': 405}, {'year': 2020, 'cited_by_count': 383}, {'year': 2019, 'cited_by_count': 319}, {'year': 2018, 'cited_by_count': 271}, {'year': 2017, 'cited_by_count': 253}, {'year': 2016, 'cited_by_count': 245}, {'year': 2015, 'cited_by_count': 227}, {'year': 2014, 'cited_by_count': 233}, {'year': 2013, 'cited_by_count': 258}, {'year': 2012, 'cited_by_count': 176}], 'updated_date': '2023-10-01T11:01:26.209752', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1969661146', 'doi': 'https://doi.org/10.1161/01.str.19.5.604', 'title': 'Interobserver agreement for the assessment of handicap in stroke patients.', 'display_name': 'Interobserver agreement for the assessment of handicap in stroke patients.', 'publication_year': 1988, 'publication_date': '1988-05-01', 'ids': {'openalex': 'https://openalex.org/W1969661146', 'doi': 'https://doi.org/10.1161/01.str.19.5.604', 'mag': '1969661146', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/3363593'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1161/01.str.19.5.604', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62532593', 'display_name': 'Stroke', 'issn_l': '0039-2499', 'issn': ['1524-4628', '0039-2499'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315671', 'host_organization_name': 'Lippincott Williams & Wilkins', 'host_organization_lineage': ['https://openalex.org/P4310315671', 'https://openalex.org/P4310318547'], 'host_organization_lineage_names': ['Lippincott Williams & Wilkins', 'Wolters Kluwer'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'closed', 'oa_url': 'https://doi.org/10.1161/01.str.19.5.604', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5068916121', 'display_name': 'John van Swieten', 'orcid': 'https://orcid.org/0000-0001-6278-6844'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'J C van Swieten', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063851108', 'display_name': 'Peter J. Koudstaal', 'orcid': 'https://orcid.org/0000-0003-4998-9609'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'P J Koudstaal', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058817860', 'display_name': 'Marieke C. Visser', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'M C Visser', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027717027', 'display_name': 'H J Schouten', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'H J Schouten', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5066554954', 'display_name': 'J. van Gijn', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'J van Gijn', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 4740, 'biblio': {'volume': '19', 'issue': '5', 'first_page': '604', 'last_page': '607'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.9393352}, {'id': 'https://openalex.org/C2778724333', 'wikidata': 'https://www.wikidata.org/wiki/Q14401', 'display_name': 'Kappa', 'level': 2, 'score': 0.8533931}, {'id': 'https://openalex.org/C163864269', 'wikidata': 'https://www.wikidata.org/wiki/Q1107106', 'display_name': "Cohen's kappa", 'level': 2, 'score': 0.6158385}, {'id': 'https://openalex.org/C2780645631', 'wikidata': 'https://www.wikidata.org/wiki/Q671554', 'display_name': 'Stroke (engine)', 'level': 2, 'score': 0.57971084}, {'id': 'https://openalex.org/C2780931571', 'wikidata': 'https://www.wikidata.org/wiki/Q568775', 'display_name': 'Modified Rankin Scale', 'level': 4, 'score': 0.5647981}, {'id': 'https://openalex.org/C1862650', 'wikidata': 'https://www.wikidata.org/wiki/Q186005', 'display_name': 'Physical therapy', 'level': 1, 'score': 0.4531177}, {'id': 'https://openalex.org/C3020199598', 'wikidata': 'https://www.wikidata.org/wiki/Q12202', 'display_name': 'Ischemic stroke', 'level': 3, 'score': 0.22164062}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.18809637}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.18228137}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C541997718', 'wikidata': 'https://www.wikidata.org/wiki/Q188151', 'display_name': 'Ischemia', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D002561', 'descriptor_name': 'Cerebrovascular Disorders', 'qualifier_ui': 'Q000503', 'qualifier_name': 'physiopathology', 'is_major_topic': True}, {'descriptor_ui': 'D000203', 'descriptor_name': 'Activities of Daily Living', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002561', 'descriptor_name': 'Cerebrovascular Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009460', 'descriptor_name': 'Neurologic Examination', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1161/01.str.19.5.604', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62532593', 'display_name': 'Stroke', 'issn_l': '0039-2499', 'issn': ['1524-4628', '0039-2499'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315671', 'host_organization_name': 'Lippincott Williams & Wilkins', 'host_organization_lineage': ['https://openalex.org/P4310315671', 'https://openalex.org/P4310318547'], 'host_organization_lineage_names': ['Lippincott Williams & Wilkins', 'Wolters Kluwer'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/3363593', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1161/01.str.19.5.604', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62532593', 'display_name': 'Stroke', 'issn_l': '0039-2499', 'issn': ['1524-4628', '0039-2499'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315671', 'host_organization_name': 'Lippincott Williams & Wilkins', 'host_organization_lineage': ['https://openalex.org/P4310315671', 'https://openalex.org/P4310318547'], 'host_organization_lineage_names': ['Lippincott Williams & Wilkins', 'Wolters Kluwer'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.56}], 'grants': [], 'referenced_works_count': 24, 'referenced_works': ['https://openalex.org/W35107922', 'https://openalex.org/W1480640670', 'https://openalex.org/W1874700596', 'https://openalex.org/W1964809661', 'https://openalex.org/W1974930980', 'https://openalex.org/W2004531802', 'https://openalex.org/W2037789405', 'https://openalex.org/W2038844819', 'https://openalex.org/W2042743879', 'https://openalex.org/W2053154970', 'https://openalex.org/W2072399893', 'https://openalex.org/W2074782909', 'https://openalex.org/W2076021167', 'https://openalex.org/W2087915573', 'https://openalex.org/W2113073759', 'https://openalex.org/W2122948909', 'https://openalex.org/W2128849654', 'https://openalex.org/W2147180004', 'https://openalex.org/W2148791531', 'https://openalex.org/W2152862738', 'https://openalex.org/W2164777277', 'https://openalex.org/W2189726121', 'https://openalex.org/W2336652691', 'https://openalex.org/W2564261990'], 'related_works': ['https://openalex.org/W149304902', 'https://openalex.org/W2048898636', 'https://openalex.org/W2133442890', 'https://openalex.org/W2161289444', 'https://openalex.org/W2410164861', 'https://openalex.org/W2744631500', 'https://openalex.org/W2911786404', 'https://openalex.org/W3151475222', 'https://openalex.org/W4234562704', 'https://openalex.org/W4248247165'], 'ngrams_url': 'https://api.openalex.org/works/W1969661146/ngrams', 'abstract_inverted_index': {'Interobserver': [0], 'agreement': [1, 57], 'for': [2, 61, 92, 100], 'the': [3, 47, 69, 98, 112, 115, 120], 'assessment': [4, 121], 'of': [5, 15, 39, 71, 114, 122], 'handicap': [6, 40, 72, 123], 'in': [7, 12, 34, 73, 81, 88, 119, 124], 'stroke': [8, 125], 'patients': [9, 27, 83], 'was': [10, 41, 96, 107], 'investigated': [11], 'a': [13], 'group': [14], '10': [16], 'senior': [17], 'neurologists': [18], 'and': [19, 84], '24': [20], 'residents': [21], 'from': [22], 'two': [23, 32, 86], 'centers.': [24], 'One': [25], 'hundred': [26], 'were': [28, 59], 'separately': [29], 'interviewed': [30], 'by': [31, 43, 78, 85], 'physicians': [33, 66], 'different': [35], 'combinations.': [36], 'The': [37, 56], 'degree': [38, 70], 'recorded': [42], 'each': [44], 'observer': [45], 'on': [46, 68], 'modified': [48, 116], 'Rankin': [49, 117], 'scale,': [50], 'which': [51], 'has': [52], 'six': [53], 'grades': [54, 87], '(0-5).': [55], 'rates': [58], 'corrected': [60], 'chance': [62], '(kappa': [63], 'statistics).': [64], 'Both': [65], 'agreed': [67], '65': [74], 'patients;': [75, 126], 'they': [76], 'differed': [77], 'one': [79], 'grade': [80], '32': [82], '3': [89], 'patients.': [90], 'Kappa': [91], 'all': [93], 'pairwise': [94], 'observations': [95], '0.56;': [97], 'value': [99, 113], 'weighted': [101], 'kappa': [102], '(with': [103], 'quadratic': [104], 'disagreement': [105], 'weights)': [106], '0.91.': [108], 'Our': [109], 'results': [110], 'confirm': [111], 'scale': [118], 'nevertheless,': [127], 'further': [128], 'improvements': [129], 'are': [130], 'possible.': [131]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1969661146', 'counts_by_year': [{'year': 2023, 'cited_by_count': 234}, {'year': 2022, 'cited_by_count': 409}, {'year': 2021, 'cited_by_count': 358}, {'year': 2020, 'cited_by_count': 321}, {'year': 2019, 'cited_by_count': 265}, {'year': 2018, 'cited_by_count': 245}, {'year': 2017, 'cited_by_count': 298}, {'year': 2016, 'cited_by_count': 283}, {'year': 2015, 'cited_by_count': 248}, {'year': 2014, 'cited_by_count': 225}, {'year': 2013, 'cited_by_count': 246}, {'year': 2012, 'cited_by_count': 232}], 'updated_date': '2023-10-01T07:01:32.152023', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1975459052', 'doi': 'https://doi.org/10.1007/bf00228148', 'title': 'AQUA and PROCHECK-NMR: Programs for checking the quality of protein structures solved by NMR', 'display_name': 'AQUA and PROCHECK-NMR: Programs for checking the quality of protein structures solved by NMR', 'publication_year': 1996, 'publication_date': '1996-12-01', 'ids': {'openalex': 'https://openalex.org/W1975459052', 'doi': 'https://doi.org/10.1007/bf00228148', 'mag': '1975459052', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9008363'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf00228148', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S181390377', 'display_name': 'Journal of Biomolecular NMR', 'issn_l': '0925-2738', 'issn': ['0925-2738', '1573-5001'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5032262618', 'display_name': 'Roman Laskowski', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'R A Laskowski', 'raw_affiliation_string': 'Department of Biochemistry and Molecular Biology, University College London, UK.', 'raw_affiliation_strings': ['Department of Biochemistry and Molecular Biology, University College London, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010864689', 'display_name': 'J A Rullmannn', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'J A Rullmannn', 'raw_affiliation_string': 'Department of NMR Spectroscopy, Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands.', 'raw_affiliation_strings': ['Department of NMR Spectroscopy, Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011559218', 'display_name': 'Malcolm W. MacArthur', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'M W MacArthur', 'raw_affiliation_string': 'Biomolecular Structure and Modelling Unit, Department of Biochemistry and Molecular Biology, University College London, London, U.K.', 'raw_affiliation_strings': ['Biomolecular Structure and Modelling Unit, Department of Biochemistry and Molecular Biology, University College London, London, U.K.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053027227', 'display_name': 'Robert Kaptein', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'R Kaptein', 'raw_affiliation_string': 'Department of NMR Spectroscopy, Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands.', 'raw_affiliation_strings': ['Department of NMR Spectroscopy, Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5068874280', 'display_name': 'Janet M. Thornton', 'orcid': 'https://orcid.org/0000-0003-0824-4096'}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'J M Thornton', 'raw_affiliation_string': 'Biomolecular Structure and Modelling Unit, Department of Biochemistry and Molecular Biology, University College London, London, U.K.', 'raw_affiliation_strings': ['Biomolecular Structure and Modelling Unit, Department of Biochemistry and Molecular Biology, University College London, London, U.K.']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2590, 'currency': 'EUR', 'value_usd': 3280, 'provenance': 'doaj'}, 'apc_paid': {'value': 2590, 'currency': 'EUR', 'value_usd': 3280, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 4663, 'biblio': {'volume': '8', 'issue': '4', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.5825676}, {'id': 'https://openalex.org/C2779530757', 'wikidata': 'https://www.wikidata.org/wiki/Q1207505', 'display_name': 'Quality (philosophy)', 'level': 2, 'score': 0.5051063}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.14677557}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000595', 'descriptor_name': 'Amino Acid Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001426', 'descriptor_name': 'Bacterial Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001426', 'descriptor_name': 'Bacterial Proteins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D001426', 'descriptor_name': 'Bacterial Proteins', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D004268', 'descriptor_name': 'DNA-Binding Proteins', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D004268', 'descriptor_name': 'DNA-Binding Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004268', 'descriptor_name': 'DNA-Binding Proteins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D005069', 'descriptor_name': 'Evaluation Studies as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008958', 'descriptor_name': 'Models, Molecular', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008969', 'descriptor_name': 'Molecular Sequence Data', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015394', 'descriptor_name': 'Molecular Structure', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017433', 'descriptor_name': 'Protein Structure, Secondary', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011786', 'descriptor_name': 'Quality Control', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015203', 'descriptor_name': 'Reproducibility of Results', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012996', 'descriptor_name': 'Solutions', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf00228148', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S181390377', 'display_name': 'Journal of Biomolecular NMR', 'issn_l': '0925-2738', 'issn': ['0925-2738', '1573-5001'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9008363', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.18}], 'grants': [], 'referenced_works_count': 13, 'referenced_works': ['https://openalex.org/W1531035296', 'https://openalex.org/W1964072615', 'https://openalex.org/W1966041739', 'https://openalex.org/W2002195659', 'https://openalex.org/W2008708467', 'https://openalex.org/W2032878969', 'https://openalex.org/W2039877146', 'https://openalex.org/W2049902088', 'https://openalex.org/W2056139298', 'https://openalex.org/W2059392350', 'https://openalex.org/W2064896234', 'https://openalex.org/W2082963324', 'https://openalex.org/W2157165549'], 'related_works': ['https://openalex.org/W1531601525', 'https://openalex.org/W1990781990', 'https://openalex.org/W2314643286', 'https://openalex.org/W2606768298', 'https://openalex.org/W2606769243', 'https://openalex.org/W2606837276', 'https://openalex.org/W2748952813', 'https://openalex.org/W2778153218', 'https://openalex.org/W2899084033', 'https://openalex.org/W2948807893'], 'ngrams_url': 'https://api.openalex.org/works/W1975459052/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1975459052', 'counts_by_year': [{'year': 2023, 'cited_by_count': 162}, {'year': 2022, 'cited_by_count': 216}, {'year': 2021, 'cited_by_count': 198}, {'year': 2020, 'cited_by_count': 170}, {'year': 2019, 'cited_by_count': 160}, {'year': 2018, 'cited_by_count': 123}, {'year': 2017, 'cited_by_count': 157}, {'year': 2016, 'cited_by_count': 187}, {'year': 2015, 'cited_by_count': 190}, {'year': 2014, 'cited_by_count': 235}, {'year': 2013, 'cited_by_count': 228}, {'year': 2012, 'cited_by_count': 227}], 'updated_date': '2023-10-03T02:46:56.531708', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2172273046', 'doi': 'https://doi.org/10.1177/0013164405282471', 'title': 'The Measurement of Work Engagement With a Short Questionnaire', 'display_name': 'The Measurement of Work Engagement With a Short Questionnaire', 'publication_year': 2006, 'publication_date': '2006-08-01', 'ids': {'openalex': 'https://openalex.org/W2172273046', 'doi': 'https://doi.org/10.1177/0013164405282471', 'mag': '2172273046'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1177/0013164405282471', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S176831015', 'display_name': 'Educational and Psychological Measurement', 'issn_l': '0013-1644', 'issn': ['1552-3888', '0013-1644'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320017', 'host_organization_name': 'SAGE Publishing', 'host_organization_lineage': ['https://openalex.org/P4310320017'], 'host_organization_lineage_names': ['SAGE Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5006499627', 'display_name': 'Wilmar B. Schaufeli', 'orcid': 'https://orcid.org/0000-0002-6070-7150'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Wilmar B. Schaufeli', 'raw_affiliation_string': 'Utrecht University, Utrecht, Netherlands;', 'raw_affiliation_strings': ['Utrecht University, Utrecht, Netherlands;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084220210', 'display_name': 'Arnold B. Bakker', 'orcid': 'https://orcid.org/0000-0003-1489-1847'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Arnold B. Bakker', 'raw_affiliation_string': 'Utrecht University, Utrecht, Netherlands;', 'raw_affiliation_strings': ['Utrecht University, Utrecht, Netherlands;']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5079283736', 'display_name': 'Marisa Salanova', 'orcid': 'https://orcid.org/0000-0001-7873-7078'}, 'institutions': [{'id': 'https://openalex.org/I10902133', 'display_name': 'Jaume I University', 'ror': 'https://ror.org/02ws1xc11', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I10902133']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Marisa Salanova', 'raw_affiliation_string': 'Jaume I Univ. (Spain)', 'raw_affiliation_strings': ['Jaume I Univ. (Spain)']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 4592, 'biblio': {'volume': '66', 'issue': '4', 'first_page': '701', 'last_page': '716'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2781160688', 'wikidata': 'https://www.wikidata.org/wiki/Q2234192', 'display_name': 'Work engagement', 'level': 3, 'score': 0.9298183}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.7918105}, {'id': 'https://openalex.org/C2779114464', 'wikidata': 'https://www.wikidata.org/wiki/Q245781', 'display_name': 'Cynicism', 'level': 3, 'score': 0.7774748}, {'id': 'https://openalex.org/C143916079', 'wikidata': 'https://www.wikidata.org/wiki/Q2629248', 'display_name': 'Burnout', 'level': 2, 'score': 0.76145935}, {'id': 'https://openalex.org/C2778755073', 'wikidata': 'https://www.wikidata.org/wiki/Q10858537', 'display_name': 'Scale (ratio)', 'level': 2, 'score': 0.57271224}, {'id': 'https://openalex.org/C40722632', 'wikidata': 'https://www.wikidata.org/wiki/Q5160137', 'display_name': 'Confirmatory factor analysis', 'level': 3, 'score': 0.5684144}, {'id': 'https://openalex.org/C3018868096', 'wikidata': 'https://www.wikidata.org/wiki/Q2693233', 'display_name': 'Internal consistency', 'level': 3, 'score': 0.47588718}, {'id': 'https://openalex.org/C43214815', 'wikidata': 'https://www.wikidata.org/wiki/Q7310987', 'display_name': 'Reliability (semiconductor)', 'level': 3, 'score': 0.4664974}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 0.46649715}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.4343854}, {'id': 'https://openalex.org/C171606756', 'wikidata': 'https://www.wikidata.org/wiki/Q506132', 'display_name': 'Psychometrics', 'level': 2, 'score': 0.35349295}, {'id': 'https://openalex.org/C18762648', 'wikidata': 'https://www.wikidata.org/wiki/Q42213', 'display_name': 'Work (physics)', 'level': 2, 'score': 0.29992378}, {'id': 'https://openalex.org/C71104824', 'wikidata': 'https://www.wikidata.org/wiki/Q1476639', 'display_name': 'Structural equation modeling', 'level': 2, 'score': 0.2098597}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.09473938}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C163258240', 'wikidata': 'https://www.wikidata.org/wiki/Q25342', 'display_name': 'Power (physics)', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C94625758', 'wikidata': 'https://www.wikidata.org/wiki/Q7163', 'display_name': 'Politics', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1177/0013164405282471', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S176831015', 'display_name': 'Educational and Psychological Measurement', 'issn_l': '0013-1644', 'issn': ['1552-3888', '0013-1644'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320017', 'host_organization_name': 'SAGE Publishing', 'host_organization_lineage': ['https://openalex.org/P4310320017'], 'host_organization_lineage_names': ['SAGE Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.18}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.12}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1883573204', 'https://openalex.org/W1902610065', 'https://openalex.org/W1976908451', 'https://openalex.org/W1986370875', 'https://openalex.org/W2006923243', 'https://openalex.org/W2018201949', 'https://openalex.org/W2057254045', 'https://openalex.org/W2061339789', 'https://openalex.org/W2071666535', 'https://openalex.org/W2087542355', 'https://openalex.org/W2107309765', 'https://openalex.org/W2109642229', 'https://openalex.org/W2123821623', 'https://openalex.org/W2139952493', 'https://openalex.org/W2153610778', 'https://openalex.org/W2158862141', 'https://openalex.org/W2170527761', 'https://openalex.org/W4213284804', 'https://openalex.org/W4241286296'], 'related_works': ['https://openalex.org/W2041290817', 'https://openalex.org/W2041938686', 'https://openalex.org/W2060022011', 'https://openalex.org/W2127224673', 'https://openalex.org/W2164182910', 'https://openalex.org/W2369191872', 'https://openalex.org/W2375587725', 'https://openalex.org/W2379368440', 'https://openalex.org/W2980426082', 'https://openalex.org/W2994381393'], 'ngrams_url': 'https://api.openalex.org/works/W2172273046/ngrams', 'abstract_inverted_index': {'This': [0], 'article': [1], 'reports': [2], 'on': [3, 146], 'the': [4, 42, 61, 70, 109, 121, 130, 139], 'development': [5], 'of': [6, 17, 60, 124], 'a': [7, 82, 86], 'short': [8], 'questionnaire': [9], 'to': [10, 53, 108], 'measure': [11], 'work': [12, 115], 'engagement—a': [13], 'positive': [14, 122, 147], 'work-related': [15], 'state': [16], 'fulfillment': [18], 'that': [19, 41, 114, 129, 138], 'is': [20, 127], 'characterized': [21], 'by': [22], 'vigor,': [23, 100], 'dedication,': [24, 101], 'and': [25, 38, 69, 78, 92, 94, 103, 137], 'absorption.': [26], 'Data': [27], 'were': [28], 'collected': [29], 'in': [30, 144], '10': [31], 'different': [32], 'countries': [33], '(': [34], 'N': [35], '=': [36], '14,521),': [37], 'results': [39, 112], 'indicated': [40], 'original': [43], '17-item': [44], 'Utrecht': [45], 'Work': [46], 'Engagement': [47, 97], 'Scale': [48], '(UWES)': [49], 'can': [50, 141], 'be': [51, 118, 142], 'shortened': [52], '9': [54], 'items': [55], '(UWES-9).': [56], 'The': [57], 'factorial': [58], 'validity': [59], 'UWES-9': [62, 131], 'was': [63], 'demonstrated': [64], 'using': [65], 'confirmatory': [66], 'factor': [67, 89, 98], 'analyses,': [68], 'three': [71], 'scale': [72], 'scores': [73, 132], 'have': [74], 'good': [75], 'internal': [76], 'consistency': [77], 'test-retest': [79], 'reliability.': [80], 'Furthermore,': [81], 'two-factor': [83], 'model': [84], 'with': [85], 'reduced': [87], 'Burnout': [88], '(including': [90, 99], 'exhaustion': [91], 'cynicism)': [93], 'an': [95], 'expanded': [96], 'absorption,': [102], 'professional': [104], 'efficacy)': [105], 'fit': [106], 'best': [107], 'data.': [110], 'These': [111], 'confirm': [113], 'engagement': [116], 'may': [117], 'conceived': [119], 'as': [120], 'antipode': [123], 'burnout.': [125], 'It': [126], 'concluded': [128], 'has': [133], 'acceptable': [134], 'psychometric': [135], 'properties': [136], 'instrument': [140], 'used': [143], 'studies': [145], 'organizational': [148], 'behavior.': [149]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2172273046', 'counts_by_year': [{'year': 2023, 'cited_by_count': 412}, {'year': 2022, 'cited_by_count': 551}, {'year': 2021, 'cited_by_count': 553}, {'year': 2020, 'cited_by_count': 484}, {'year': 2019, 'cited_by_count': 439}, {'year': 2018, 'cited_by_count': 329}, {'year': 2017, 'cited_by_count': 333}, {'year': 2016, 'cited_by_count': 295}, {'year': 2015, 'cited_by_count': 259}, {'year': 2014, 'cited_by_count': 282}, {'year': 2013, 'cited_by_count': 234}, {'year': 2012, 'cited_by_count': 165}], 'updated_date': '2023-10-02T09:57:49.243522', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2607350314', 'doi': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'title': 'Estimates and 25-year trends of the global burden of disease attributable to ambient air pollution: an analysis of data from the Global Burden of Diseases Study 2015', 'display_name': 'Estimates and 25-year trends of the global burden of disease attributable to ambient air pollution: an analysis of data from the Global Burden of Diseases Study 2015', 'publication_year': 2017, 'publication_date': '2017-05-01', 'ids': {'openalex': 'https://openalex.org/W2607350314', 'doi': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'mag': '2607350314', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/28408086', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/5439030'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'pdf_url': 'http://www.thelancet.com/article/S0140673617305056/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://www.thelancet.com/article/S0140673617305056/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5015515466', 'display_name': 'Aarón Cohen', 'orcid': 'https://orcid.org/0000-0001-5847-6202'}, 'institutions': [{'id': 'https://openalex.org/I1303043848', 'display_name': 'Health Effects Institute', 'ror': 'https://ror.org/000a1tn51', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1303043848']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Aaron J. Cohen', 'raw_affiliation_string': 'Health Effects Institute, Boston, MA, USA', 'raw_affiliation_strings': ['Health Effects Institute, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082018855', 'display_name': 'Michael Bräuer', 'orcid': 'https://orcid.org/0000-0002-9103-9343'}, 'institutions': [{'id': 'https://openalex.org/I141945490', 'display_name': 'University of British Columbia', 'ror': 'https://ror.org/03rmrcq20', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Michael Brauer Brauer', 'raw_affiliation_string': 'University of British Columbia, Vancouver, BC, Canada', 'raw_affiliation_strings': ['University of British Columbia, Vancouver, BC, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032852812', 'display_name': 'Richard T. Burnett', 'orcid': 'https://orcid.org/0000-0001-6772-4239'}, 'institutions': [{'id': 'https://openalex.org/I1288894424', 'display_name': 'Health Canada', 'ror': 'https://ror.org/05p8nb362', 'country_code': 'CA', 'type': 'government', 'lineage': ['https://openalex.org/I1288894424']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Richard Burnett', 'raw_affiliation_string': 'Health Canada, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Health Canada, Ottawa, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062029752', 'display_name': 'Hugh Anderson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165862685', 'display_name': "St George's, University of London", 'ror': 'https://ror.org/040f08y74', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I165862685']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'H. Ross Anderson', 'raw_affiliation_string': "St George's, University of London, London, UK", 'raw_affiliation_strings': ["St George's, University of London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076573700', 'display_name': 'Joseph Frostad', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Joseph Frostad', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071339137', 'display_name': 'Kara Estep', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kara Estep', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003956918', 'display_name': 'Kalpana Balakrishnan', 'orcid': 'https://orcid.org/0000-0002-5905-1801'}, 'institutions': [{'id': 'https://openalex.org/I20107917', 'display_name': 'Sri Ramachandra Institute of Higher Education and Research', 'ror': 'https://ror.org/0108gdg43', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I20107917']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Kalpana Balakrishnan', 'raw_affiliation_string': 'Sri Ramachandra University, Chennai, Tamil Nadu, India', 'raw_affiliation_strings': ['Sri Ramachandra University, Chennai, Tamil Nadu, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025017022', 'display_name': 'Bert Brunekreef', 'orcid': 'https://orcid.org/0000-0001-9908-0060'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Bert Brunekreef', 'raw_affiliation_string': 'University of Utrecht, Utrecht, Netherlands', 'raw_affiliation_strings': ['University of Utrecht, Utrecht, Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053191539', 'display_name': 'Lalit Dandona', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}, {'id': 'https://openalex.org/I74653059', 'display_name': 'Public Health Foundation of India', 'ror': 'https://ror.org/058s20p71', 'country_code': 'IN', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I74653059']}], 'countries': ['IN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Lalit Dandona', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA; Public Health Foundation of India, New Delhi, India', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'Public Health Foundation of India, New Delhi, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005629692', 'display_name': 'Rakhi Dandona', 'orcid': 'https://orcid.org/0000-0003-0926-788X'}, 'institutions': [{'id': 'https://openalex.org/I74653059', 'display_name': 'Public Health Foundation of India', 'ror': 'https://ror.org/058s20p71', 'country_code': 'IN', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I74653059']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Rakhi Dandona', 'raw_affiliation_string': 'Public Health Foundation of India, New Delhi, India', 'raw_affiliation_strings': ['Public Health Foundation of India, New Delhi, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052615582', 'display_name': 'Valery L. Feigin', 'orcid': 'https://orcid.org/0000-0002-6372-1740'}, 'institutions': [{'id': 'https://openalex.org/I39854758', 'display_name': 'Auckland University of Technology', 'ror': 'https://ror.org/01zvqw119', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I39854758']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Valery Feigin', 'raw_affiliation_string': 'Auckland University of Technology, Auckland, New Zealand', 'raw_affiliation_strings': ['Auckland University of Technology, Auckland, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032821015', 'display_name': 'Greg Freedman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Greg Freedman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082767970', 'display_name': 'Bryan Hubbell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1302368450', 'display_name': 'Environmental Protection Agency', 'ror': 'https://ror.org/03tns0030', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1302368450', 'https://openalex.org/I2800421839']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bryan Hubbell', 'raw_affiliation_string': 'United States Environmental Protection Agency, Washington, DC, USA', 'raw_affiliation_strings': ['United States Environmental Protection Agency, Washington, DC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003232525', 'display_name': 'Amelia Jobling', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I51601045', 'display_name': 'University of Bath', 'ror': 'https://ror.org/002h8g185', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51601045']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Amelia Jobling', 'raw_affiliation_string': 'University of Bath, Bath, UK', 'raw_affiliation_strings': ['University of Bath, Bath, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013092108', 'display_name': 'Haidong Kan', 'orcid': 'https://orcid.org/0000-0003-2693-9596'}, 'institutions': [{'id': 'https://openalex.org/I24943067', 'display_name': 'Fudan University', 'ror': 'https://ror.org/013q1eq08', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I24943067']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Haidong Kan', 'raw_affiliation_string': 'Fudan University, Yangpu Qu, Shanghai, China', 'raw_affiliation_strings': ['Fudan University, Yangpu Qu, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019979485', 'display_name': 'Luke D. Knibbs', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Luke Knibbs', 'raw_affiliation_string': 'University of Queensland, St Lucia, QLD, Australia', 'raw_affiliation_strings': ['University of Queensland, St Lucia, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075943191', 'display_name': 'Yang Liu', 'orcid': 'https://orcid.org/0000-0001-5477-2186'}, 'institutions': [{'id': 'https://openalex.org/I150468666', 'display_name': 'Emory University', 'ror': 'https://ror.org/03czfpz43', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I150468666']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Yang Liu', 'raw_affiliation_string': 'Emory University, Atlanta, GA, USA', 'raw_affiliation_strings': ['Emory University, Atlanta, GA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048852015', 'display_name': 'Randall V. Martin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129902397', 'display_name': 'Dalhousie University', 'ror': 'https://ror.org/01e6qks80', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I129902397']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Randall Martin', 'raw_affiliation_string': 'Dalhousie University, Halifax, NS, Canada', 'raw_affiliation_strings': ['Dalhousie University, Halifax, NS, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066175060', 'display_name': 'Lidia Morawska', 'orcid': 'https://orcid.org/0000-0002-0594-9683'}, 'institutions': [{'id': 'https://openalex.org/I160993911', 'display_name': 'Queensland University of Technology', 'ror': 'https://ror.org/03pnv4752', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I160993911']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Lidia Morawska', 'raw_affiliation_string': 'Queensland University of Technology, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland University of Technology, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008547429', 'display_name': 'C. Arden Pope', 'orcid': 'https://orcid.org/0000-0002-4239-6686'}, 'institutions': [{'id': 'https://openalex.org/I100005738', 'display_name': 'Brigham Young University', 'ror': 'https://ror.org/047rhhm47', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I100005738']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'C. Arden Pope Iii', 'raw_affiliation_string': 'Brigham Young University, Provo, UT, USA', 'raw_affiliation_strings': ['Brigham Young University, Provo, UT, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030191508', 'display_name': 'Hwashin Hyun Shin', 'orcid': 'https://orcid.org/0000-0002-7263-6257'}, 'institutions': [{'id': 'https://openalex.org/I1288894424', 'display_name': 'Health Canada', 'ror': 'https://ror.org/05p8nb362', 'country_code': 'CA', 'type': 'government', 'lineage': ['https://openalex.org/I1288894424']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Hwashin Shin', 'raw_affiliation_string': 'Health Canada, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Health Canada, Ottawa, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079199364', 'display_name': 'Kurt Straif', 'orcid': 'https://orcid.org/0000-0003-1402-2406'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Kurt Straif', 'raw_affiliation_string': 'International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045755072', 'display_name': 'Gavin Shaddick', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I51601045', 'display_name': 'University of Bath', 'ror': 'https://ror.org/002h8g185', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51601045']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gavin Shaddick', 'raw_affiliation_string': 'University of Bath, Bath, UK', 'raw_affiliation_strings': ['University of Bath, Bath, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008206166', 'display_name': 'Matthew L. Thomas', 'orcid': 'https://orcid.org/0000-0001-8171-1936'}, 'institutions': [{'id': 'https://openalex.org/I51601045', 'display_name': 'University of Bath', 'ror': 'https://ror.org/002h8g185', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51601045']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Matthew Thomas', 'raw_affiliation_string': 'University of Bath, Bath, UK', 'raw_affiliation_strings': ['University of Bath, Bath, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047660675', 'display_name': 'Rita Van Dingenen', 'orcid': 'https://orcid.org/0000-0003-2521-4972'}, 'institutions': [{'id': 'https://openalex.org/I2800387288', 'display_name': 'European Commission', 'ror': 'https://ror.org/00k4n6c32', 'country_code': 'BE', 'type': 'government', 'lineage': ['https://openalex.org/I1320481043', 'https://openalex.org/I2800387288']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Rita van Dingenen', 'raw_affiliation_string': 'European Commission, Brussels, Belgium', 'raw_affiliation_strings': ['European Commission, Brussels, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078905259', 'display_name': 'Aaron van Donkelaar', 'orcid': 'https://orcid.org/0000-0002-2998-8521'}, 'institutions': [{'id': 'https://openalex.org/I129902397', 'display_name': 'Dalhousie University', 'ror': 'https://ror.org/01e6qks80', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I129902397']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Aaron van Donkelaar', 'raw_affiliation_string': 'Dalhousie University, Halifax, NS, Canada', 'raw_affiliation_strings': ['Dalhousie University, Halifax, NS, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007119101', 'display_name': 'Theo Vos', 'orcid': 'https://orcid.org/0000-0002-5690-5365'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Theo Vos', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004515522', 'display_name': 'Christopher J L Murray', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Christopher J. L. Murray', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014781791', 'display_name': 'Mohammad H. Forouzanfar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mohammad H. Forouzanfar', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}], 'countries_distinct_count': 10, 'institutions_distinct_count': 19, 'corresponding_author_ids': ['https://openalex.org/A5015515466'], 'corresponding_institution_ids': ['https://openalex.org/I1303043848'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 4469, 'currency': 'EUR', 'value_usd': 4819, 'provenance': 'openapc'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 3836, 'biblio': {'volume': '389', 'issue': '10082', 'first_page': '1907', 'last_page': '1918'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2780664029', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Disease burden', 'level': 3, 'score': 0.61507654}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.6098124}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.58443934}, {'id': 'https://openalex.org/C3020448403', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Burden of disease', 'level': 3, 'score': 0.56063557}, {'id': 'https://openalex.org/C82789193', 'wikidata': 'https://www.wikidata.org/wiki/Q2142611', 'display_name': 'Relative risk', 'level': 3, 'score': 0.5223459}, {'id': 'https://openalex.org/C2778049256', 'wikidata': 'https://www.wikidata.org/wiki/Q55627', 'display_name': 'Disability-adjusted life year', 'level': 4, 'score': 0.51904374}, {'id': 'https://openalex.org/C16851059', 'wikidata': 'https://www.wikidata.org/wiki/Q182467', 'display_name': 'Attributable risk', 'level': 3, 'score': 0.5167103}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.51414996}, {'id': 'https://openalex.org/C126451531', 'wikidata': 'https://www.wikidata.org/wiki/Q2852035', 'display_name': 'Years of potential life lost', 'level': 4, 'score': 0.4541128}, {'id': 'https://openalex.org/C559116025', 'wikidata': 'https://www.wikidata.org/wiki/Q131123', 'display_name': 'Air pollution', 'level': 2, 'score': 0.4453062}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.42653805}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.35574126}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.33968836}, {'id': 'https://openalex.org/C133925201', 'wikidata': 'https://www.wikidata.org/wiki/Q188419', 'display_name': 'Life expectancy', 'level': 3, 'score': 0.3078648}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.09407282}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000397', 'descriptor_name': 'Air Pollution', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': True}, {'descriptor_ui': 'D002561', 'descriptor_name': 'Cerebrovascular Disorders', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D004781', 'descriptor_name': 'Environmental Exposure', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': True}, {'descriptor_ui': 'D000071219', 'descriptor_name': 'Global Burden of Disease', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D006331', 'descriptor_name': 'Heart Diseases', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D012140', 'descriptor_name': 'Respiratory Tract Diseases', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000397', 'descriptor_name': 'Air Pollution', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002561', 'descriptor_name': 'Cerebrovascular Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002648', 'descriptor_name': 'Child', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002675', 'descriptor_name': 'Child, Preschool', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004781', 'descriptor_name': 'Environmental Exposure', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006331', 'descriptor_name': 'Heart Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007223', 'descriptor_name': 'Infant', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007231', 'descriptor_name': 'Infant, Newborn', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019057', 'descriptor_name': 'Quality-Adjusted Life Years', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012140', 'descriptor_name': 'Respiratory Tract Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 10, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'pdf_url': 'http://www.thelancet.com/article/S0140673617305056/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc5439030', 'pdf_url': 'https://europepmc.org/articles/pmc5439030?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10292/10670', 'pdf_url': 'https://openrepository.aut.ac.nz/bitstream/10292/10670/2/ambient.pdf', 'source': {'id': 'https://openalex.org/S4306401809', 'display_name': 'Tuwhera (Auckland University of Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I39854758', 'host_organization_name': 'Auckland University of Technology', 'host_organization_lineage': ['https://openalex.org/I39854758'], 'host_organization_lineage_names': ['Auckland University of Technology'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/360404', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/360404/air_pollution.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5439030', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://openaccess.sgul.ac.uk/108553/29/PIIS0140673617305056.pdf', 'pdf_url': 'http://openaccess.sgul.ac.uk/108553/29/PIIS0140673617305056.pdf', 'source': {'id': 'https://openalex.org/S4306400552', 'display_name': "St George's Online Research Archive (St George's University of London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165862685', 'host_organization_name': "St George's, University of London", 'host_organization_lineage': ['https://openalex.org/I165862685'], 'host_organization_lineage_names': ["St George's, University of London"], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://openaccess.sgul.ac.uk/108553/19/GBD%202015%20AAP%20appendix%20111416.pdf', 'pdf_url': 'http://openaccess.sgul.ac.uk/108553/19/GBD%202015%20AAP%20appendix%20111416.pdf', 'source': {'id': 'https://openalex.org/S4306400552', 'display_name': "St George's Online Research Archive (St George's University of London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165862685', 'host_organization_name': "St George's, University of London", 'host_organization_lineage': ['https://openalex.org/I165862685'], 'host_organization_lineage_names': ["St George's, University of London"], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://openaccess.sgul.ac.uk/108553/7/GBD%202015%20AAP%20figures%20111416.pdf', 'pdf_url': 'http://openaccess.sgul.ac.uk/108553/7/GBD%202015%20AAP%20figures%20111416.pdf', 'source': {'id': 'https://openalex.org/S4306400552', 'display_name': "St George's Online Research Archive (St George's University of London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165862685', 'host_organization_name': "St George's, University of London", 'host_organization_lineage': ['https://openalex.org/I165862685'], 'host_organization_lineage_names': ["St George's, University of London"], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://openaccess.sgul.ac.uk/108553/12/GBD%202015%20AAP%20tables%20111416.pdf', 'pdf_url': 'http://openaccess.sgul.ac.uk/108553/12/GBD%202015%20AAP%20tables%20111416.pdf', 'source': {'id': 'https://openalex.org/S4306400552', 'display_name': "St George's Online Research Archive (St George's University of London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165862685', 'host_organization_name': "St George's, University of London", 'host_organization_lineage': ['https://openalex.org/I165862685'], 'host_organization_lineage_names': ["St George's, University of London"], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/28408086', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'pdf_url': 'http://www.thelancet.com/article/S0140673617305056/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.53}, {'id': 'https://metadata.un.org/sdg/1', 'display_name': 'No poverty', 'score': 0.35}], 'grants': [], 'referenced_works_count': 27, 'referenced_works': ['https://openalex.org/W220683005', 'https://openalex.org/W1552989130', 'https://openalex.org/W1617145133', 'https://openalex.org/W1981188583', 'https://openalex.org/W1985683313', 'https://openalex.org/W1992255721', 'https://openalex.org/W2009052925', 'https://openalex.org/W2017927239', 'https://openalex.org/W2063421373', 'https://openalex.org/W2077925494', 'https://openalex.org/W2079481627', 'https://openalex.org/W2096880772', 'https://openalex.org/W2100346673', 'https://openalex.org/W2107656403', 'https://openalex.org/W2110052313', 'https://openalex.org/W2122520859', 'https://openalex.org/W2126836106', 'https://openalex.org/W2141970008', 'https://openalex.org/W2168658532', 'https://openalex.org/W2209260785', 'https://openalex.org/W2278565264', 'https://openalex.org/W2294362895', 'https://openalex.org/W2402291092', 'https://openalex.org/W2461336101', 'https://openalex.org/W2528385426', 'https://openalex.org/W2614986146', 'https://openalex.org/W3143437408'], 'related_works': ['https://openalex.org/W1503945640', 'https://openalex.org/W1715219350', 'https://openalex.org/W2071508989', 'https://openalex.org/W2110052313', 'https://openalex.org/W2111200801', 'https://openalex.org/W2364990976', 'https://openalex.org/W2519064677', 'https://openalex.org/W2560087623', 'https://openalex.org/W3092575905', 'https://openalex.org/W3177368980'], 'ngrams_url': 'https://api.openalex.org/works/W2607350314/ngrams', 'abstract_inverted_index': {'BackgroundExposure': [0], 'to': [1, 14, 31, 37, 136, 147, 184, 195, 200, 205, 211, 232, 247, 263], 'ambient': [2, 32, 185], 'air': [3, 33, 243, 273], 'pollution': [4, 34, 244, 274], 'increases': [5], 'morbidity': [6], 'and': [7, 9, 21, 26, 42, 61, 78, 109, 151, 169, 179, 224, 271, 277, 312], 'mortality,': [8], 'is': [10, 299], 'a': [11, 225], 'leading': [12], 'contributor': [13], 'global': [15, 46, 122, 167, 172, 249], 'disease': [16, 29, 240, 252, 269], 'burden.': [17], 'We': [18], 'explored': [19], 'spatial': [20], 'temporal': [22], 'trends': [23], 'in': [24, 133, 161, 177, 198, 208, 241, 253, 267, 275, 282, 286], 'mortality': [25, 96, 130], 'burden': [27, 250, 283], 'of': [28, 50, 88, 95, 124, 165, 171, 175, 227, 251], 'attributable': [30, 183], 'from': [35, 97, 113, 188, 236, 305], '1990': [36, 199], '2015': [38], 'at': [39, 63], 'global,': [40], 'regional,': [41], 'country': [43], 'levels.MethodsWe': [44], 'estimated': [45, 91], 'population-weighted': [47], 'mean': [48], 'concentrations': [49], 'particle': [51], 'mass': [52], 'with': [53, 72], 'aerodynamic': [54], 'diameter': [55], 'less': [56], 'than': [57], '2·5': [58], 'μm': [59], '(PM2·5)': [60], 'ozone': [62, 212], 'an': [64, 214], 'approximate': [65], '11': [66, 69], 'km': [67, 70], '×': [68], 'resolution': [71], 'satellite-based': [73], 'estimates,': [74], 'chemical': [75], 'transport': [76], 'models,': [77], 'ground-level': [79], 'measurements.': [80], 'Using': [81], 'integrated': [82], 'exposure–response': [83, 118], 'functions': [84, 119], 'for': [85, 301], 'each': [86], 'cause': [87], 'death,': [89], 'we': [90], 'the': [92, 121, 128, 248, 258, 287], 'relative': [93], 'risk': [94, 131], 'ischaemic': [98], 'heart': [99], 'disease,': [100, 102, 106], 'cerebrovascular': [101], 'chronic': [103, 237], 'obstructive': [104, 238], 'pulmonary': [105, 239], 'lung': [107], 'cancer,': [108], 'lower': [110], 'respiratory': [111], 'infections': [112], 'epidemiological': [114], 'studies': [115], 'using': [116], 'non-linear': [117], 'spanning': [120], 'range': [123], 'exposure.FindingsAmbient': [125], 'PM2·5': [126, 137, 186, 292], 'was': [127], 'fifth-ranking': [129], 'factor': [132], '2015.': [134, 209], 'Exposure': [135, 210], 'caused': [138, 213], '4·2': [139, 201], 'million': [140, 146, 153, 155, 190, 194, 202, 204, 229, 231], '(95%': [141, 191, 218], 'uncertainty': [142], 'interval': [143], '[UI]': [144], '3·7': [145], '4·8': [148, 206], 'million)': [149, 157, 197, 207, 234], 'deaths': [150, 168, 223], '103·1': [152], '(90·8': [154], '115·1': [156], 'disability-adjusted': [158], 'life-years': [159], '(DALYs)': [160], '2015,': [162, 254], 'representing': [163], '7·6%': [164], 'total': [166], '4·2%': [170], 'DALYs,': [173], '59%': [174], 'these': [176], 'east': [178], 'south': [180], 'Asia.': [181], 'Deaths': [182], 'increased': [187, 256], '3·5': [189], 'UI': [192, 219], '3·0': [193], '4·0': [196], '(3·7': [203], 'additional': [215], '254': [216], '000': [217], '97': [220], '000–422': [221], '000)': [222], 'loss': [226], '4·1': [228], '(1·6': [230], '6·8': [233], 'DALYs': [235], '2015.InterpretationAmbient': [242], 'contributed': [245], 'substantially': [246], 'which': [255], 'over': [257], 'past': [259], '25': [260], 'years,': [261], 'due': [262], 'population': [264], 'ageing,': [265], 'changes': [266], 'non-communicable': [268], 'rates,': [270], 'increasing': [272], 'low-income': [276], 'middle-income': [278], 'countries.': [279], 'Modest': [280], 'reductions': [281], 'will': [284], 'occur': [285], 'most': [288], 'polluted': [289], 'countries': [290], 'unless': [291], 'values': [293], 'are': [294], 'decreased': [295], 'substantially,': [296], 'but': [297], 'there': [298], 'potential': [300], 'substantial': [302], 'health': [303], 'benefits': [304], 'exposure': [306], 'reduction.FundingBill': [307], '&': [308], 'Melinda': [309], 'Gates': [310], 'Foundation': [311], 'Health': [313], 'Effects': [314], 'Institute.': [315]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2607350314', 'counts_by_year': [{'year': 2023, 'cited_by_count': 579}, {'year': 2022, 'cited_by_count': 806}, {'year': 2021, 'cited_by_count': 798}, {'year': 2020, 'cited_by_count': 725}, {'year': 2019, 'cited_by_count': 510}, {'year': 2018, 'cited_by_count': 342}, {'year': 2017, 'cited_by_count': 63}], 'updated_date': '2023-10-03T12:53:36.318646', 'created_date': '2017-04-28'}, {'id': 'https://openalex.org/W1967137553', 'doi': 'https://doi.org/10.1126/science.275.5307.1787', 'title': 'Activation of β-Catenin-Tcf Signaling in Colon Cancer by Mutations in β-Catenin or APC', 'display_name': 'Activation of β-Catenin-Tcf Signaling in Colon Cancer by Mutations in β-Catenin or APC', 'publication_year': 1997, 'publication_date': '1997-03-21', 'ids': {'openalex': 'https://openalex.org/W1967137553', 'doi': 'https://doi.org/10.1126/science.275.5307.1787', 'mag': '1967137553', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9065402'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.275.5307.1787', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5082675587', 'display_name': 'Patrice J. Morin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Patrice J. Morin', 'raw_affiliation_string': 'P. J. Morin and B. Vogelstein, Howard Hughes Medical Institute and Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.', 'raw_affiliation_strings': ['P. J. Morin and B. Vogelstein, Howard Hughes Medical Institute and Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023586968', 'display_name': 'Andrew B. Sparks', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Andrew B. Sparks', 'raw_affiliation_string': 'A. B. Sparks and K. W. Kinzler, Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.', 'raw_affiliation_strings': ['A. B. Sparks and K. W. Kinzler, Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071928972', 'display_name': 'Vladimír Kořínek', 'orcid': 'https://orcid.org/0000-0002-9777-4664'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Vladimir Korinek', 'raw_affiliation_string': 'V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073963216', 'display_name': 'Nick Barker', 'orcid': 'https://orcid.org/0000-0003-3566-4475'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Nick Barker', 'raw_affiliation_string': 'V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062248785', 'display_name': 'Hans Clevers', 'orcid': 'https://orcid.org/0000-0002-3077-5582'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Hans Clevers', 'raw_affiliation_string': 'V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072858943', 'display_name': 'Bert Vogelstein', 'orcid': 'https://orcid.org/0000-0003-0766-3854'}, 'institutions': [{'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bert Vogelstein', 'raw_affiliation_string': 'P. J. Morin and B. Vogelstein, Howard Hughes Medical Institute and Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.', 'raw_affiliation_strings': ['P. J. Morin and B. Vogelstein, Howard Hughes Medical Institute and Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5059462255', 'display_name': 'Kenneth W. Kinzler', 'orcid': 'https://orcid.org/0000-0001-5591-1176'}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kenneth W. Kinzler', 'raw_affiliation_string': 'A. B. Sparks and K. W. Kinzler, Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.', 'raw_affiliation_strings': ['A. B. Sparks and K. W. Kinzler, Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 3693, 'biblio': {'volume': '275', 'issue': '5307', 'first_page': '1787', 'last_page': '1790'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778237340', 'wikidata': 'https://www.wikidata.org/wiki/Q14883378', 'display_name': 'Adenomatous polyposis coli', 'level': 4, 'score': 0.93846107}, {'id': 'https://openalex.org/C30145163', 'wikidata': 'https://www.wikidata.org/wiki/Q384104', 'display_name': 'Catenin', 'level': 4, 'score': 0.71587694}, {'id': 'https://openalex.org/C526805850', 'wikidata': 'https://www.wikidata.org/wiki/Q188874', 'display_name': 'Colorectal cancer', 'level': 3, 'score': 0.6426434}, {'id': 'https://openalex.org/C502942594', 'wikidata': 'https://www.wikidata.org/wiki/Q3421914', 'display_name': 'Cancer research', 'level': 1, 'score': 0.6300345}, {'id': 'https://openalex.org/C2779324961', 'wikidata': 'https://www.wikidata.org/wiki/Q1634046', 'display_name': 'Beta-catenin', 'level': 4, 'score': 0.6262231}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.5802763}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.529017}, {'id': 'https://openalex.org/C86339819', 'wikidata': 'https://www.wikidata.org/wiki/Q407384', 'display_name': 'Transcription factor', 'level': 3, 'score': 0.5156185}, {'id': 'https://openalex.org/C143065580', 'wikidata': 'https://www.wikidata.org/wiki/Q3285695', 'display_name': 'Mutant', 'level': 3, 'score': 0.50179935}, {'id': 'https://openalex.org/C179185449', 'wikidata': 'https://www.wikidata.org/wiki/Q219699', 'display_name': 'Suppressor', 'level': 3, 'score': 0.49958444}, {'id': 'https://openalex.org/C501734568', 'wikidata': 'https://www.wikidata.org/wiki/Q42918', 'display_name': 'Mutation', 'level': 3, 'score': 0.45411092}, {'id': 'https://openalex.org/C2780814781', 'wikidata': 'https://www.wikidata.org/wiki/Q1369011', 'display_name': 'Familial adenomatous polyposis', 'level': 4, 'score': 0.43854496}, {'id': 'https://openalex.org/C2778264664', 'wikidata': 'https://www.wikidata.org/wiki/Q422445', 'display_name': 'Tumor suppressor gene', 'level': 4, 'score': 0.4152186}, {'id': 'https://openalex.org/C11960822', 'wikidata': 'https://www.wikidata.org/wiki/Q242736', 'display_name': 'Phosphorylation', 'level': 2, 'score': 0.4134945}, {'id': 'https://openalex.org/C137620995', 'wikidata': 'https://www.wikidata.org/wiki/Q155769', 'display_name': 'Wnt signaling pathway', 'level': 3, 'score': 0.36684155}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.3271819}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.25657326}, {'id': 'https://openalex.org/C555283112', 'wikidata': 'https://www.wikidata.org/wiki/Q1637543', 'display_name': 'Carcinogenesis', 'level': 3, 'score': 0.17894396}], 'mesh': [{'descriptor_ui': 'D003110', 'descriptor_name': 'Colonic Neoplasms', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D003598', 'descriptor_name': 'Cytoskeletal Proteins', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D003598', 'descriptor_name': 'Cytoskeletal Proteins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D017491', 'descriptor_name': 'Genes, APC', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D015534', 'descriptor_name': 'Trans-Activators', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D014157', 'descriptor_name': 'Transcription Factors', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D014158', 'descriptor_name': 'Transcription, Genetic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D025601', 'descriptor_name': 'Adenomatous Polyposis Coli Protein', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003110', 'descriptor_name': 'Colonic Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003110', 'descriptor_name': 'Colonic Neoplasms', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D003598', 'descriptor_name': 'Cytoskeletal Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015972', 'descriptor_name': 'Gene Expression Regulation, Neoplastic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017930', 'descriptor_name': 'Genes, Reporter', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018095', 'descriptor_name': 'Germ-Line Mutation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009154', 'descriptor_name': 'Mutation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010766', 'descriptor_name': 'Phosphorylation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015398', 'descriptor_name': 'Signal Transduction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D051820', 'descriptor_name': 'TCF Transcription Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058118', 'descriptor_name': 'Transcription Factor 7-Like 2 Protein', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014157', 'descriptor_name': 'Transcription Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014162', 'descriptor_name': 'Transfection', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014407', 'descriptor_name': 'Tumor Cells, Cultured', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D051176', 'descriptor_name': 'beta Catenin', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.275.5307.1787', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9065402', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.79}], 'grants': [], 'referenced_works_count': 25, 'referenced_works': ['https://openalex.org/W1948533188', 'https://openalex.org/W1966121721', 'https://openalex.org/W1971884902', 'https://openalex.org/W1975307794', 'https://openalex.org/W1975781876', 'https://openalex.org/W1979618971', 'https://openalex.org/W1989215255', 'https://openalex.org/W1998649191', 'https://openalex.org/W2009713979', 'https://openalex.org/W2012039807', 'https://openalex.org/W2018348035', 'https://openalex.org/W2022112198', 'https://openalex.org/W2036541245', 'https://openalex.org/W2057296050', 'https://openalex.org/W2059813946', 'https://openalex.org/W2071377606', 'https://openalex.org/W2081758458', 'https://openalex.org/W2085252478', 'https://openalex.org/W2090636859', 'https://openalex.org/W2093531978', 'https://openalex.org/W2099727102', 'https://openalex.org/W2105556617', 'https://openalex.org/W2118184847', 'https://openalex.org/W2122507780', 'https://openalex.org/W2146167376'], 'related_works': ['https://openalex.org/W141799699', 'https://openalex.org/W1550966763', 'https://openalex.org/W2032578973', 'https://openalex.org/W2108670406', 'https://openalex.org/W2171313185', 'https://openalex.org/W2518081961', 'https://openalex.org/W2550335841', 'https://openalex.org/W2886446274', 'https://openalex.org/W2887140083', 'https://openalex.org/W3093124326'], 'ngrams_url': 'https://api.openalex.org/works/W1967137553/ngrams', 'abstract_inverted_index': {'Inactivation': [0], 'of': [1, 16, 27, 43, 72, 85], 'the': [2, 17, 22], 'adenomatous': [3], 'polyposis': [4], 'coli': [5], '(': [6], 'APC': [7, 23, 45, 64, 105], ')': [8], 'tumor': [9, 91], 'suppressor': [10], 'gene': [11], 'initiates': [12], 'colorectal': [13, 49, 60], 'neoplasia.': [14], 'One': [15], 'biochemical': [18], 'activities': [19], 'associated': [20], 'with': [21, 62], 'protein': [24, 41], 'is': [25, 87], 'down-regulation': [26], 'transcriptional': [28], 'activation': [29], 'mediated': [30], 'by': [31, 101], 'β-catenin': [32, 73, 86], 'and': [33, 94], 'T': [34], 'cell': [35], 'transcription': [36], 'factor': [37], '4': [38], '(Tcf-4).': [39], 'The': [40], 'products': [42], 'mutant': [44], 'genes': [46, 65], 'present': [47], 'in': [48, 56, 103], 'tumors': [50, 61], 'were': [51, 66], 'found': [52, 67], 'to': [53, 68, 89], 'be': [54, 99], 'defective': [55], 'this': [57, 96], 'activity.': [58], 'Furthermore,': [59], 'intact': [63], 'contain': [69], 'activating': [70], 'mutations': [71, 102], 'that': [74, 83, 95], 'altered': [75], 'functionally': [76], 'significant': [77], 'phosphorylation': [78], 'sites.': [79], 'These': [80], 'results': [81], 'indicate': [82], 'regulation': [84, 97], 'critical': [88], "APC's": [90], 'suppressive': [92], 'effect': [93], 'can': [98], 'circumvented': [100], 'either': [104], 'or': [106], 'β-catenin.': [107]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1967137553', 'counts_by_year': [{'year': 2023, 'cited_by_count': 59}, {'year': 2022, 'cited_by_count': 73}, {'year': 2021, 'cited_by_count': 87}, {'year': 2020, 'cited_by_count': 91}, {'year': 2019, 'cited_by_count': 90}, {'year': 2018, 'cited_by_count': 118}, {'year': 2017, 'cited_by_count': 151}, {'year': 2016, 'cited_by_count': 132}, {'year': 2015, 'cited_by_count': 134}, {'year': 2014, 'cited_by_count': 157}, {'year': 2013, 'cited_by_count': 142}, {'year': 2012, 'cited_by_count': 146}], 'updated_date': '2023-10-03T03:03:51.475350', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2170852633', 'doi': 'https://doi.org/10.3402/jev.v4.27066', 'title': 'Biological properties of extracellular vesicles and their physiological functions', 'display_name': 'Biological properties of extracellular vesicles and their physiological functions', 'publication_year': 2015, 'publication_date': '2015-01-01', 'ids': {'openalex': 'https://openalex.org/W2170852633', 'doi': 'https://doi.org/10.3402/jev.v4.27066', 'mag': '2170852633', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/25979354', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4433489'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3402/jev.v4.27066', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.3402/jev.v4.27066?needAccess=true&role=button', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.tandfonline.com/doi/pdf/10.3402/jev.v4.27066?needAccess=true&role=button', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5035093031', 'display_name': 'Marı́a Yáñez-Mó', 'orcid': 'https://orcid.org/0000-0001-7484-2866'}, 'institutions': [{'id': 'https://openalex.org/I4210103870', 'display_name': 'Hospital Universitario Santa Cristina', 'ror': 'https://ror.org/01bynmm24', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210103870', 'https://openalex.org/I4210139293']}, {'id': 'https://openalex.org/I4210146061', 'display_name': 'Centro de Biología Molecular Severo Ochoa', 'ror': 'https://ror.org/03v9e8t09', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I134820265', 'https://openalex.org/I4210146061']}, {'id': 'https://openalex.org/I63634437', 'display_name': 'Autonomous University of Madrid', 'ror': 'https://ror.org/01cby8j38', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I63634437']}], 'countries': ['ES'], 'is_corresponding': True, 'raw_author_name': 'María Yáñez-Mó', 'raw_affiliation_string': 'Departamento de Biología Molecular UAM Madrid Spain; Unidad de Investigación Hospital Sta Cristina Instituto de Investigaciones Sanitarias Princesa (IIS‐IP) Madrid Spain', 'raw_affiliation_strings': ['Departamento de Biología Molecular UAM Madrid Spain', 'Unidad de Investigación Hospital Sta Cristina Instituto de Investigaciones Sanitarias Princesa (IIS‐IP) Madrid Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011053615', 'display_name': 'Pia Siljander', 'orcid': 'https://orcid.org/0000-0003-2326-5821'}, 'institutions': [{'id': 'https://openalex.org/I133731052', 'display_name': 'University of Helsinki', 'ror': 'https://ror.org/040af2s02', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I133731052']}], 'countries': ['FI'], 'is_corresponding': True, 'raw_author_name': 'Pia R.-M. Siljander', 'raw_affiliation_string': 'Extracellular Vesicle Research, Division of Biochemistry and Biotechnology, Department of Biosciences, University of Helsinki, Helsinki, Finland', 'raw_affiliation_strings': ['Extracellular Vesicle Research, Division of Biochemistry and Biotechnology, Department of Biosciences, University of Helsinki, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006930013', 'display_name': 'Zoraida Andreu', 'orcid': 'https://orcid.org/0000-0002-7407-4825'}, 'institutions': [{'id': 'https://openalex.org/I4210103870', 'display_name': 'Hospital Universitario Santa Cristina', 'ror': 'https://ror.org/01bynmm24', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210103870', 'https://openalex.org/I4210139293']}, {'id': 'https://openalex.org/I4210146061', 'display_name': 'Centro de Biología Molecular Severo Ochoa', 'ror': 'https://ror.org/03v9e8t09', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I134820265', 'https://openalex.org/I4210146061']}, {'id': 'https://openalex.org/I63634437', 'display_name': 'Autonomous University of Madrid', 'ror': 'https://ror.org/01cby8j38', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I63634437']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Zoraida Andreu', 'raw_affiliation_string': 'Departamento de Biología Molecular UAM Madrid Spain; Unidad de Investigación Hospital Sta Cristina Instituto de Investigaciones Sanitarias Princesa (IIS‐IP) Madrid Spain', 'raw_affiliation_strings': ['Departamento de Biología Molecular UAM Madrid Spain', 'Unidad de Investigación Hospital Sta Cristina Instituto de Investigaciones Sanitarias Princesa (IIS‐IP) Madrid Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072142431', 'display_name': 'Apolonija Bedina Zavec', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210152560', 'display_name': 'National Institute of Chemistry', 'ror': 'https://ror.org/050mac570', 'country_code': 'SI', 'type': 'facility', 'lineage': ['https://openalex.org/I4210152560']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Apolonija Bedina Zavec', 'raw_affiliation_string': 'Laboratory for Molecular Biology and Nanobiotechnology, National Institute of Chemistry, Ljubljana, Slovenia', 'raw_affiliation_strings': ['Laboratory for Molecular Biology and Nanobiotechnology, National Institute of Chemistry, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041562886', 'display_name': 'Francesc E. Borràs', 'orcid': 'https://orcid.org/0000-0003-4038-1912'}, 'institutions': [{'id': 'https://openalex.org/I4210137002', 'display_name': "Institut d'Investigació en Ciències de la Salut Germans Trias i Pujol", 'ror': 'https://ror.org/03bzdww12', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210137002']}, {'id': 'https://openalex.org/I4210153460', 'display_name': 'Hospital Universitari Germans Trias i Pujol', 'ror': 'https://ror.org/04wxdxa47', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210153292', 'https://openalex.org/I4210153460']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Francesc E. Borràs', 'raw_affiliation_string': 'IVECAT Group – “Germans Trias i Pujol” Research Institute, Badalona, Spain; Nephrology Service – “Germans Trias i Pujol” University Hospital, Badalona, Spain', 'raw_affiliation_strings': ['IVECAT Group – “Germans Trias i Pujol” Research Institute, Badalona, Spain', 'Nephrology Service – “Germans Trias i Pujol” University Hospital, Badalona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086107375', 'display_name': 'Edit I. Buzás', 'orcid': 'https://orcid.org/0000-0002-3744-206X'}, 'institutions': [{'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Edit I. Buzas', 'raw_affiliation_string': 'Department of Genetics, Cell- and Immunobiology, Semmelweis University, Budapest, Hungary', 'raw_affiliation_strings': ['Department of Genetics, Cell- and Immunobiology, Semmelweis University, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022275698', 'display_name': 'Krisztina Buzás', 'orcid': 'https://orcid.org/0000-0001-8933-2033'}, 'institutions': [{'id': 'https://openalex.org/I2800351701', 'display_name': 'Biological Research Centre', 'ror': 'https://ror.org/016gb1631', 'country_code': 'HU', 'type': 'facility', 'lineage': ['https://openalex.org/I2800351701', 'https://openalex.org/I7597260']}, {'id': 'https://openalex.org/I7597260', 'display_name': 'Hungarian Academy of Sciences', 'ror': 'https://ror.org/02ks8qq67', 'country_code': 'HU', 'type': 'government', 'lineage': ['https://openalex.org/I7597260']}, {'id': 'https://openalex.org/I227486990', 'display_name': 'University of Szeged', 'ror': 'https://ror.org/01pnej532', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I227486990']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Krisztina Buzas', 'raw_affiliation_string': 'Biological Research Centre, Hungarian Academy of Sciences, Szeged, Hungary; Faculty of Dentistry, University of Szeged, Szeged Hungary', 'raw_affiliation_strings': ['Biological Research Centre, Hungarian Academy of Sciences, Szeged, Hungary', 'Faculty of Dentistry, University of Szeged, Szeged Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032476075', 'display_name': 'Enriqueta Casal', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210112728', 'display_name': 'CIC bioGUNE', 'ror': 'https://ror.org/02x5c5y60', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210112728']}, {'id': 'https://openalex.org/I4210132431', 'display_name': 'Centro de Investigación Biomédica en Red de Enfermedades Hepáticas y Digestivas', 'ror': 'https://ror.org/03cn6tr16', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210132431']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Enriqueta Casal', 'raw_affiliation_string': 'Metabolomics Unit, CIC bioGUNE, CIBERehd, Bizkaia Technology Park, Derio, Spain', 'raw_affiliation_strings': ['Metabolomics Unit, CIC bioGUNE, CIBERehd, Bizkaia Technology Park, Derio, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089930164', 'display_name': 'Francesco Cappello', 'orcid': 'https://orcid.org/0000-0001-9288-1148'}, 'institutions': [{'id': 'https://openalex.org/I900890020', 'display_name': 'University of Palermo', 'ror': 'https://ror.org/044k9ta02', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I900890020']}, {'id': 'https://openalex.org/I4210162772', 'display_name': 'Istituto Euro Mediterraneo di Scienza e Tecnologia', 'ror': 'https://ror.org/05sfcd303', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I4210162772']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Francesco Cappello', 'raw_affiliation_string': 'Department of Experimental Biomedicine and Clinical Neuroscience, Human Anatomy Section, University of Palermo, Palermo, Italy; Euro-Mediterranean Institute of Science and Technology, Palermo, Italy', 'raw_affiliation_strings': ['Department of Experimental Biomedicine and Clinical Neuroscience, Human Anatomy Section, University of Palermo, Palermo, Italy', 'Euro-Mediterranean Institute of Science and Technology, Palermo, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003154361', 'display_name': 'Joana Carvalho', 'orcid': 'https://orcid.org/0000-0001-9743-438X'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Joana Carvalho', 'raw_affiliation_string': 'Expression Regulation in Cancer, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal', 'raw_affiliation_strings': ['Expression Regulation in Cancer, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091517373', 'display_name': 'Eva Colás', 'orcid': 'https://orcid.org/0000-0003-0302-4828'}, 'institutions': [{'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Eva Colás', 'raw_affiliation_string': 'Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain', 'raw_affiliation_strings': ['Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080872827', 'display_name': 'Anabela Cordeiro-da-Silva', 'orcid': 'https://orcid.org/0000-0003-2392-6087'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Anabela Cordeiro-da Silva', 'raw_affiliation_string': 'Department of Biological Sciences, Faculty of Pharmacy, University of Porto, Porto, Portugal', 'raw_affiliation_strings': ['Department of Biological Sciences, Faculty of Pharmacy, University of Porto, Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008077481', 'display_name': 'Stefano Fais', 'orcid': 'https://orcid.org/0000-0001-9060-2766'}, 'institutions': [], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Stefano Fais', 'raw_affiliation_string': 'Anti-Tumour Drugs Section, Department of Therapeutic Research and Medicines Evaluation, National Institute of Health (ISS), Rome, Italy', 'raw_affiliation_strings': ['Anti-Tumour Drugs Section, Department of Therapeutic Research and Medicines Evaluation, National Institute of Health (ISS), Rome, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054735287', 'display_name': 'Juan Manuel Falcón‐Pérez', 'orcid': 'https://orcid.org/0000-0003-3133-0670'}, 'institutions': [{'id': 'https://openalex.org/I4210112728', 'display_name': 'CIC bioGUNE', 'ror': 'https://ror.org/02x5c5y60', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210112728']}, {'id': 'https://openalex.org/I4210132431', 'display_name': 'Centro de Investigación Biomédica en Red de Enfermedades Hepáticas y Digestivas', 'ror': 'https://ror.org/03cn6tr16', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210132431']}, {'id': 'https://openalex.org/I110594554', 'display_name': 'Ikerbasque', 'ror': 'https://ror.org/01cc3fy72', 'country_code': 'ES', 'type': 'other', 'lineage': ['https://openalex.org/I110594554']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Juan M. Falcon-Perez', 'raw_affiliation_string': 'IKERBASQUE, Basque Foundation for Science, Bilbao, Spain; Metabolomics Unit, CIC bioGUNE, CIBERehd, Bizkaia Technology Park, Derio, Spain', 'raw_affiliation_strings': ['IKERBASQUE, Basque Foundation for Science, Bilbao, Spain', 'Metabolomics Unit, CIC bioGUNE, CIBERehd, Bizkaia Technology Park, Derio, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023152679', 'display_name': 'Irène M. Ghobrial', 'orcid': 'https://orcid.org/0000-0001-7361-3092'}, 'institutions': [{'id': 'https://openalex.org/I4210117453', 'display_name': 'Dana-Farber Cancer Institute', 'ror': 'https://ror.org/02jzgtq86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210117453']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Irene M. Ghobrial', 'raw_affiliation_string': 'Dana-Farber Cancer Institute, Boston, MA, USA', 'raw_affiliation_strings': ['Dana-Farber Cancer Institute, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031009228', 'display_name': 'Bernd Giebel', 'orcid': 'https://orcid.org/0000-0003-2446-948X'}, 'institutions': [{'id': 'https://openalex.org/I62318514', 'display_name': 'University of Duisburg-Essen', 'ror': 'https://ror.org/04mz5ra38', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I62318514']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Bernd Giebel', 'raw_affiliation_string': 'Institute for Transfusion Medicine, University Hospital Essen, University of Duisburg-Essen, Essen, Germany', 'raw_affiliation_strings': ['Institute for Transfusion Medicine, University Hospital Essen, University of Duisburg-Essen, Essen, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062521086', 'display_name': 'Mario Gimona', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}, {'id': 'https://openalex.org/I4210141866', 'display_name': 'Salzburger Landeskliniken', 'ror': 'https://ror.org/0500kmp11', 'country_code': 'AT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141866']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Mario Gimona', 'raw_affiliation_string': 'Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria; Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria', 'raw_affiliation_strings': ['Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria', 'Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010187620', 'display_name': 'Michael W. Graner', 'orcid': 'https://orcid.org/0000-0002-3097-0257'}, 'institutions': [{'id': 'https://openalex.org/I921990950', 'display_name': 'University of Colorado Denver', 'ror': 'https://ror.org/02hh7en24', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802236040', 'https://openalex.org/I921990950']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael Graner', 'raw_affiliation_string': 'Department of Neurosurgery, University of Colorado Denver, CO, USA', 'raw_affiliation_strings': ['Department of Neurosurgery, University of Colorado Denver, CO, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045479717', 'display_name': 'İhsan Gürsel', 'orcid': 'https://orcid.org/0000-0003-3761-1166'}, 'institutions': [{'id': 'https://openalex.org/I168864056', 'display_name': 'Bilkent University', 'ror': 'https://ror.org/02vh8a032', 'country_code': 'TR', 'type': 'education', 'lineage': ['https://openalex.org/I168864056']}], 'countries': ['TR'], 'is_corresponding': False, 'raw_author_name': 'Ihsan Gursel', 'raw_affiliation_string': 'Department of Molecular Biology and Genetics Thorlab-Therapeutic Oligonucleotide Research Lab, Bilkent University, Ankara, Turkey', 'raw_affiliation_strings': ['Department of Molecular Biology and Genetics Thorlab-Therapeutic Oligonucleotide Research Lab, Bilkent University, Ankara, Turkey']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027443646', 'display_name': 'Mayda Gürsel', 'orcid': 'https://orcid.org/0000-0003-0044-9054'}, 'institutions': [{'id': 'https://openalex.org/I201799495', 'display_name': 'Middle East Technical University', 'ror': 'https://ror.org/014weej12', 'country_code': 'TR', 'type': 'education', 'lineage': ['https://openalex.org/I201799495']}], 'countries': ['TR'], 'is_corresponding': False, 'raw_author_name': 'Mayda Gursel', 'raw_affiliation_string': 'Department of Biological Sciences Middle East Technical University, Ankara, Turkey', 'raw_affiliation_strings': ['Department of Biological Sciences Middle East Technical University, Ankara, Turkey']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033697331', 'display_name': 'Niels H. H. Heegaard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I177969490', 'display_name': 'University of Southern Denmark', 'ror': 'https://ror.org/03yrrjy16', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I177969490']}, {'id': 'https://openalex.org/I2801498763', 'display_name': 'Odense University Hospital', 'ror': 'https://ror.org/00ey0ed83', 'country_code': 'DK', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801498763']}, {'id': 'https://openalex.org/I101527212', 'display_name': 'Statens Serum Institut', 'ror': 'https://ror.org/0417ye583', 'country_code': 'DK', 'type': 'facility', 'lineage': ['https://openalex.org/I101527212']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Niels H. H. Heegaard', 'raw_affiliation_string': 'Analytical Protein Chemistry, Department of Clinical Biochemistry, Immunology & Genetics, Statens Serum Institut, Copenhagen, Denmark; Department of Clinical Biochemistry and Pharmacology, Odense University Hospital, University of Southern Denmark, Odense, Denmark', 'raw_affiliation_strings': ['Analytical Protein Chemistry, Department of Clinical Biochemistry, Immunology & Genetics, Statens Serum Institut, Copenhagen, Denmark', 'Department of Clinical Biochemistry and Pharmacology, Odense University Hospital, University of Southern Denmark, Odense, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075264102', 'display_name': 'An Hendrix', 'orcid': 'https://orcid.org/0000-0002-1883-8309'}, 'institutions': [{'id': 'https://openalex.org/I2801227569', 'display_name': 'Ghent University Hospital', 'ror': 'https://ror.org/00xmkp704', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801227569']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'An Hendrix', 'raw_affiliation_string': 'Laboratory of Experimental Cancer Research, Department of Radiation Oncology and Experimental Cancer Research, Ghent University Hospital, Ghent, Belgium', 'raw_affiliation_strings': ['Laboratory of Experimental Cancer Research, Department of Radiation Oncology and Experimental Cancer Research, Ghent University Hospital, Ghent, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083337086', 'display_name': 'Peter Kierulf', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1281400175', 'display_name': 'Oslo University Hospital', 'ror': 'https://ror.org/00j9c2840', 'country_code': 'NO', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1281400175']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'Peter Kierulf', 'raw_affiliation_string': 'Bood Cell Research Group, Department of Medical Biochemistry, Oslo University Hospital, Oslo, Norway', 'raw_affiliation_strings': ['Bood Cell Research Group, Department of Medical Biochemistry, Oslo University Hospital, Oslo, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091281426', 'display_name': 'Katsutoshi Kokubun', 'orcid': 'https://orcid.org/0000-0002-0613-6481'}, 'institutions': [{'id': 'https://openalex.org/I4210117453', 'display_name': 'Dana-Farber Cancer Institute', 'ror': 'https://ror.org/02jzgtq86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210117453']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Katsutoshi Kokubun', 'raw_affiliation_string': 'Dana-Farber Cancer Institute, Boston, MA, USA', 'raw_affiliation_strings': ['Dana-Farber Cancer Institute, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018798934', 'display_name': 'Maja Kosanović', 'orcid': 'https://orcid.org/0000-0002-1143-1805'}, 'institutions': [{'id': 'https://openalex.org/I4068193', 'display_name': 'University of Belgrade', 'ror': 'https://ror.org/02qsmb048', 'country_code': 'RS', 'type': 'education', 'lineage': ['https://openalex.org/I4068193']}], 'countries': ['RS'], 'is_corresponding': False, 'raw_author_name': 'Maja Kosanovic', 'raw_affiliation_string': 'Department of Immunochemistry and Glycobiology, Institute for the Application of Nuclear Energy, INEP, University of Belgrade, Belgrade, Serbia', 'raw_affiliation_strings': ['Department of Immunochemistry and Glycobiology, Institute for the Application of Nuclear Energy, INEP, University of Belgrade, Belgrade, Serbia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008022751', 'display_name': 'Veronika Kralj‐Iglič', 'orcid': 'https://orcid.org/0000-0002-7496-2005'}, 'institutions': [{'id': 'https://openalex.org/I153976015', 'display_name': 'University of Ljubljana', 'ror': 'https://ror.org/05njb9z20', 'country_code': 'SI', 'type': 'education', 'lineage': ['https://openalex.org/I153976015']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Veronika Kralj-Iglic', 'raw_affiliation_string': 'Laboratory of Clinical Biophysics, Faculty of Health Sciences, University of Ljubljana, Ljubljana, Slovenia', 'raw_affiliation_strings': ['Laboratory of Clinical Biophysics, Faculty of Health Sciences, University of Ljubljana, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060118221', 'display_name': 'Eva-Maria Krämer-Albers', 'orcid': 'https://orcid.org/0000-0001-7994-1185'}, 'institutions': [{'id': 'https://openalex.org/I4210165314', 'display_name': 'Focus (Germany)', 'ror': 'https://ror.org/05tq5rp50', 'country_code': 'DE', 'type': 'company', 'lineage': ['https://openalex.org/I4210165314']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Eva-Maria Krämer-Albers', 'raw_affiliation_string': 'Molecular Cell Biology and Focus Program Translational Neurosciences, University of Mainz, Mainz, Germany', 'raw_affiliation_strings': ['Molecular Cell Biology and Focus Program Translational Neurosciences, University of Mainz, Mainz, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054141328', 'display_name': 'Saara Laitinen', 'orcid': 'https://orcid.org/0000-0002-3482-1304'}, 'institutions': [{'id': 'https://openalex.org/I2801434414', 'display_name': 'Finnish Red Cross', 'ror': 'https://ror.org/045thge14', 'country_code': 'FI', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2801434414']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Saara Laitinen', 'raw_affiliation_string': 'Research and Cell Services, Finnish Red Cross Blood Service, Helsinki, Finland', 'raw_affiliation_strings': ['Research and Cell Services, Finnish Red Cross Blood Service, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072739191', 'display_name': 'Cecilia Lässer', 'orcid': 'https://orcid.org/0000-0003-1279-1746'}, 'institutions': [{'id': 'https://openalex.org/I881427289', 'display_name': 'University of Gothenburg', 'ror': 'https://ror.org/01tm6cn81', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I881427289']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Cecilia Lässer', 'raw_affiliation_string': 'Krefting Research Centre, Institute of Medicine at the Sahlgrenska Academy, University of Gothenburg, Gothenburg, Sweden', 'raw_affiliation_strings': ['Krefting Research Centre, Institute of Medicine at the Sahlgrenska Academy, University of Gothenburg, Gothenburg, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035064326', 'display_name': 'Thomas Lener', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}, {'id': 'https://openalex.org/I4210141866', 'display_name': 'Salzburger Landeskliniken', 'ror': 'https://ror.org/0500kmp11', 'country_code': 'AT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141866']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Thomas Lener', 'raw_affiliation_string': 'Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria; Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria', 'raw_affiliation_strings': ['Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria', 'Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023653704', 'display_name': 'Erzsébet Ligeti', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Erzsébet Ligeti', 'raw_affiliation_string': 'Department of Physiology, Semmelweis University, Budapest, Hungary', 'raw_affiliation_strings': ['Department of Physiology, Semmelweis University, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001115344', 'display_name': 'Aija Linē', 'orcid': 'https://orcid.org/0000-0002-8492-4758'}, 'institutions': [{'id': 'https://openalex.org/I141777705', 'display_name': 'Latvian Biomedical Research and Study Centre', 'ror': 'https://ror.org/01gckhp53', 'country_code': 'LV', 'type': 'facility', 'lineage': ['https://openalex.org/I141777705']}], 'countries': ['LV'], 'is_corresponding': False, 'raw_author_name': 'Aija Linē', 'raw_affiliation_string': 'Latvian Biomedical Research and Study Centre, Riga, Latvia', 'raw_affiliation_strings': ['Latvian Biomedical Research and Study Centre, Riga, Latvia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039594754', 'display_name': 'Georg Lipps', 'orcid': 'https://orcid.org/0000-0002-5376-9716'}, 'institutions': [{'id': 'https://openalex.org/I2972652528', 'display_name': 'University of Applied Sciences and Arts Northwestern Switzerland', 'ror': 'https://ror.org/04mq2g308', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I2972652528']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Georg Lipps', 'raw_affiliation_string': 'Institute of Chemistry and Bioanalytics, School of Life Sciences, University of Applied Sciences and Arts Northwestern Switzerland, Muttenz, Switzerland', 'raw_affiliation_strings': ['Institute of Chemistry and Bioanalytics, School of Life Sciences, University of Applied Sciences and Arts Northwestern Switzerland, Muttenz, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047949591', 'display_name': 'Alicia Llorente', 'orcid': 'https://orcid.org/0000-0002-0045-071X'}, 'institutions': [{'id': 'https://openalex.org/I1281400175', 'display_name': 'Oslo University Hospital', 'ror': 'https://ror.org/00j9c2840', 'country_code': 'NO', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1281400175']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'Alicia Llorente', 'raw_affiliation_string': 'Department of Molecular Cell Biology, Institute for Cancer Research, Oslo University Hospital – The Norwegian Radium Hospital, Oslo, Norway', 'raw_affiliation_strings': ['Department of Molecular Cell Biology, Institute for Cancer Research, Oslo University Hospital – The Norwegian Radium Hospital, Oslo, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001571542', 'display_name': 'Jan Lötvall', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I881427289', 'display_name': 'University of Gothenburg', 'ror': 'https://ror.org/01tm6cn81', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I881427289']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Jan Lötvall', 'raw_affiliation_string': 'Krefting Research Centre, Institute of Medicine at the Sahlgrenska Academy, University of Gothenburg, Gothenburg, Sweden', 'raw_affiliation_strings': ['Krefting Research Centre, Institute of Medicine at the Sahlgrenska Academy, University of Gothenburg, Gothenburg, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052849229', 'display_name': 'Mateja Manček-Keber', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210152560', 'display_name': 'National Institute of Chemistry', 'ror': 'https://ror.org/050mac570', 'country_code': 'SI', 'type': 'facility', 'lineage': ['https://openalex.org/I4210152560']}, {'id': 'https://openalex.org/I4210149465', 'display_name': 'EN-FIST Centre of Excellence (Slovenia)', 'ror': 'https://ror.org/04s1b0x88', 'country_code': 'SI', 'type': 'company', 'lineage': ['https://openalex.org/I4210149465']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Mateja Manček-Keber', 'raw_affiliation_string': 'EN→FIST Centre of Excellence, Ljubljana, Slovenia; National Institute of Chemistry, Laboratory of Biotechnology, Ljubljana, Slovenia', 'raw_affiliation_strings': ['EN→FIST Centre of Excellence, Ljubljana, Slovenia', 'National Institute of Chemistry, Laboratory of Biotechnology, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090728771', 'display_name': 'Antonio Marcilla', 'orcid': 'https://orcid.org/0000-0003-0004-0531'}, 'institutions': [{'id': 'https://openalex.org/I16097986', 'display_name': 'University of Valencia', 'ror': 'https://ror.org/043nxc105', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I16097986']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Antonio Marcilla', 'raw_affiliation_string': 'Departamento de Biología Celular y Parasitologia, Facultat de Farmacia, Universitat de Valencia, Valencia, Spain', 'raw_affiliation_strings': ['Departamento de Biología Celular y Parasitologia, Facultat de Farmacia, Universitat de Valencia, Valencia, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032075495', 'display_name': 'Marı́a Mittelbrunn', 'orcid': 'https://orcid.org/0000-0003-3487-8762'}, 'institutions': [{'id': 'https://openalex.org/I4210130400', 'display_name': 'Spanish National Centre for Cardiovascular Research', 'ror': 'https://ror.org/02qs1a797', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210098440', 'https://openalex.org/I4210130400']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Maria Mittelbrunn', 'raw_affiliation_string': 'Department of Vascular Biology and Inflammation, Centro Nacional de Investigaciones Cardiovasculares, Madrid, Spain', 'raw_affiliation_strings': ['Department of Vascular Biology and Inflammation, Centro Nacional de Investigaciones Cardiovasculares, Madrid, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045031133', 'display_name': 'Irina Nazarenko', 'orcid': 'https://orcid.org/0000-0002-2633-1161'}, 'institutions': [{'id': 'https://openalex.org/I161046081', 'display_name': 'University of Freiburg', 'ror': 'https://ror.org/0245cg223', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I161046081']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Irina Nazarenko', 'raw_affiliation_string': 'Institute for Environmental Health Sciences and Hospital Infection Control Medical Center – University of Freiburg Freiburg im Breisgau Germany', 'raw_affiliation_strings': ['Institute for Environmental Health Sciences and Hospital Infection Control Medical Center – University of Freiburg Freiburg im Breisgau Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051288617', 'display_name': 'Esther N. M. Nolte‐‘t Hoen', 'orcid': 'https://orcid.org/0000-0002-3172-9959'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Esther N.M. Nolte-‘t Hoen', 'raw_affiliation_string': 'Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071351094', 'display_name': 'Tuula A. Nyman', 'orcid': 'https://orcid.org/0000-0001-8787-5886'}, 'institutions': [{'id': 'https://openalex.org/I133731052', 'display_name': 'University of Helsinki', 'ror': 'https://ror.org/040af2s02', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I133731052']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Tuula A. Nyman', 'raw_affiliation_string': 'Institute of Biotechnology, (Viikinkaari 1), University of Helsinki, Helsinki, Finland', 'raw_affiliation_strings': ['Institute of Biotechnology, (Viikinkaari 1), University of Helsinki, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025907836', 'display_name': 'Lorraine O’Driscoll', 'orcid': 'https://orcid.org/0000-0002-9860-8262'}, 'institutions': [{'id': 'https://openalex.org/I205274468', 'display_name': 'Trinity College Dublin', 'ror': 'https://ror.org/02tyrky19', 'country_code': 'IE', 'type': 'education', 'lineage': ['https://openalex.org/I205274468']}], 'countries': ['IE'], 'is_corresponding': False, 'raw_author_name': "Lorraine O'Driscoll", 'raw_affiliation_string': 'School of Pharmacy and Pharmaceutical Sciences & Trinity Biomedical Sciences Institute, Trinity College Dublin, Dublin, Ireland', 'raw_affiliation_strings': ['School of Pharmacy and Pharmaceutical Sciences & Trinity Biomedical Sciences Institute, Trinity College Dublin, Dublin, Ireland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012466556', 'display_name': 'Mireia Oliván', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Mireia Olivan', 'raw_affiliation_string': 'Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain', 'raw_affiliation_strings': ['Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064854472', 'display_name': 'Carla Oliveira', 'orcid': 'https://orcid.org/0000-0001-8340-2264'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Carla Oliveira', 'raw_affiliation_string': 'Expression Regulation in Cancer, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal', 'raw_affiliation_strings': ['Expression Regulation in Cancer, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069889713', 'display_name': 'Éva Pállinger', 'orcid': 'https://orcid.org/0000-0002-5789-0951'}, 'institutions': [{'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Éva Pállinger', 'raw_affiliation_string': 'Department of Genetics, Cell- and Immunobiology, Semmelweis University, Budapest, Hungary', 'raw_affiliation_strings': ['Department of Genetics, Cell- and Immunobiology, Semmelweis University, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062896436', 'display_name': 'Hernando A. del Portillo', 'orcid': 'https://orcid.org/0000-0002-5278-3452'}, 'institutions': [{'id': 'https://openalex.org/I4210148332', 'display_name': 'Barcelona Institute for Global Health', 'ror': 'https://ror.org/03hjgt059', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210148332']}, {'id': 'https://openalex.org/I71999127', 'display_name': 'University of Barcelona', 'ror': 'https://ror.org/021018s57', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I71999127']}, {'id': 'https://openalex.org/I11932220', 'display_name': 'Institució Catalana de Recerca i Estudis Avançats', 'ror': 'https://ror.org/0371hy230', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I11932220']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Hernando A. del Portillo', 'raw_affiliation_string': 'ISGlobal, Barcelona Ctr. Int. Health Res. (CRESIB), Hospital Clínic – Universitat de Barcelona, Barcelona, Spain; Institució Catalana de Recerca I Estudis Avançats, Barcelona, Spain', 'raw_affiliation_strings': ['ISGlobal, Barcelona Ctr. Int. Health Res. (CRESIB), Hospital Clínic – Universitat de Barcelona, Barcelona, Spain', 'Institució Catalana de Recerca I Estudis Avançats, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045282403', 'display_name': 'Jaume Reventós', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Jaume Reventós', 'raw_affiliation_string': 'Departament de Ciències Bàsiques, Universitat Internacional de Catalunya, and Institut de Recerca Biomèdica de Bellvitge, Barcelona, Spain; Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain', 'raw_affiliation_strings': ['Departament de Ciències Bàsiques, Universitat Internacional de Catalunya, and Institut de Recerca Biomèdica de Bellvitge, Barcelona, Spain', 'Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068868892', 'display_name': 'Marina Rigau', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Marina Rigau', 'raw_affiliation_string': 'Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain', 'raw_affiliation_strings': ['Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024617009', 'display_name': 'Eva Rohde', 'orcid': 'https://orcid.org/0000-0001-8692-886X'}, 'institutions': [{'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}, {'id': 'https://openalex.org/I4210141866', 'display_name': 'Salzburger Landeskliniken', 'ror': 'https://ror.org/0500kmp11', 'country_code': 'AT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141866']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Eva Rohde', 'raw_affiliation_string': 'Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria; Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria', 'raw_affiliation_strings': ['Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria', 'Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013157063', 'display_name': 'Marei Sammar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I231622532', 'display_name': 'ORT Braude College', 'ror': 'https://ror.org/004af2v94', 'country_code': 'IL', 'type': 'education', 'lineage': ['https://openalex.org/I231622532']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'Marei Sammar', 'raw_affiliation_string': 'Department of Biotechnology Engineering, ORT Braude College, Karmiel, Israel', 'raw_affiliation_strings': ['Department of Biotechnology Engineering, ORT Braude College, Karmiel, Israel']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042124020', 'display_name': 'Francisco Sánchez-Madrid', 'orcid': 'https://orcid.org/0000-0001-5303-0762'}, 'institutions': [{'id': 'https://openalex.org/I4210130400', 'display_name': 'Spanish National Centre for Cardiovascular Research', 'ror': 'https://ror.org/02qs1a797', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210098440', 'https://openalex.org/I4210130400']}, {'id': 'https://openalex.org/I4210130498', 'display_name': 'Hospital Universitario de La Princesa', 'ror': 'https://ror.org/03cg5md32', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210130498', 'https://openalex.org/I4210139293']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Francisco Sánchez-Madrid', 'raw_affiliation_string': 'Department of Vascular Biology and Inflammation, Centro Nacional de Investigaciones Cardiovasculares, Madrid, Spain; Servicio de Inmunología, Hospital de la Princesa, Instituto de Investigaciones Sanitarias Princesa (IIS-IP), Madrid, Spain', 'raw_affiliation_strings': ['Department of Vascular Biology and Inflammation, Centro Nacional de Investigaciones Cardiovasculares, Madrid, Spain', 'Servicio de Inmunología, Hospital de la Princesa, Instituto de Investigaciones Sanitarias Princesa (IIS-IP), Madrid, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005943895', 'display_name': 'Nuno Santarém', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210158732', 'display_name': 'i3S - Instituto de Investigação e Inovação em Saúde, Universidade do Porto', 'ror': 'https://ror.org/04wjk1035', 'country_code': 'PT', 'type': 'facility', 'lineage': ['https://openalex.org/I110454016', 'https://openalex.org/I182534213', 'https://openalex.org/I4210158732']}, {'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'N. Santarém', 'raw_affiliation_string': 'IBMC – Instituto de Biologia Molecular e Celular, Universidade do Porto, Porto, Portugal; Instituto de Investigação e Inovação em Saúde, Universidade do Porto, Porto, Portugal', 'raw_affiliation_strings': ['IBMC – Instituto de Biologia Molecular e Celular, Universidade do Porto, Porto, Portugal', 'Instituto de Investigação e Inovação em Saúde, Universidade do Porto, Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029625483', 'display_name': 'Katharina Schallmoser', 'orcid': 'https://orcid.org/0000-0002-7204-0058'}, 'institutions': [{'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}, {'id': 'https://openalex.org/I4210141866', 'display_name': 'Salzburger Landeskliniken', 'ror': 'https://ror.org/0500kmp11', 'country_code': 'AT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141866']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Katharina Schallmoser', 'raw_affiliation_string': 'Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria; Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria', 'raw_affiliation_strings': ['Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria', 'Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090694433', 'display_name': 'Marie Stampe Ostenfeld', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802335433', 'display_name': 'Aarhus University Hospital', 'ror': 'https://ror.org/040r8fr65', 'country_code': 'DK', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802335433']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Marie Stampe Ostenfeld', 'raw_affiliation_string': 'Departmnet of Molecular Medicine, Aarhus University Hospital, Aarhus, Denmark', 'raw_affiliation_strings': ['Departmnet of Molecular Medicine, Aarhus University Hospital, Aarhus, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062040060', 'display_name': 'Willem Stoorvogel', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Willem Stoorvogel', 'raw_affiliation_string': 'Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035868471', 'display_name': 'Roman Štukelj', 'orcid': 'https://orcid.org/0000-0001-7352-7012'}, 'institutions': [{'id': 'https://openalex.org/I153976015', 'display_name': 'University of Ljubljana', 'ror': 'https://ror.org/05njb9z20', 'country_code': 'SI', 'type': 'education', 'lineage': ['https://openalex.org/I153976015']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Roman Stukelj', 'raw_affiliation_string': 'Laboratory of Clinical Biophysics, Faculty of Health Sciences, University of Ljubljana, Ljubljana, Slovenia', 'raw_affiliation_strings': ['Laboratory of Clinical Biophysics, Faculty of Health Sciences, University of Ljubljana, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044264235', 'display_name': 'Susanne G. van der Grein', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Susanne G. Van der Grein', 'raw_affiliation_string': 'Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040669857', 'display_name': 'M. Helena Vasconcelos', 'orcid': 'https://orcid.org/0000-0002-7801-4643'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}, {'id': 'https://openalex.org/I4210158732', 'display_name': 'i3S - Instituto de Investigação e Inovação em Saúde, Universidade do Porto', 'ror': 'https://ror.org/04wjk1035', 'country_code': 'PT', 'type': 'facility', 'lineage': ['https://openalex.org/I110454016', 'https://openalex.org/I182534213', 'https://openalex.org/I4210158732']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'M. Helena Vasconcelos', 'raw_affiliation_string': 'Cancer Drug Resistance Group, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal; Instituto de Investigação e Inovação em Saúde Universidade do Porto Porto Portugal', 'raw_affiliation_strings': ['Cancer Drug Resistance Group, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal', 'Instituto de Investigação e Inovação em Saúde Universidade do Porto Porto Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054159214', 'display_name': 'Marca H. M. Wauben', 'orcid': 'https://orcid.org/0000-0003-0360-0311'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Marca H. M. Wauben', 'raw_affiliation_string': 'Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5034687681', 'display_name': 'Olivier De Wever', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2801227569', 'display_name': 'Ghent University Hospital', 'ror': 'https://ror.org/00xmkp704', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801227569']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Olivier De Wever', 'raw_affiliation_string': 'Laboratory of Experimental Cancer Research, Department of Radiation Oncology and Experimental Cancer Research, Ghent University Hospital, Ghent, Belgium', 'raw_affiliation_strings': ['Laboratory of Experimental Cancer Research, Department of Radiation Oncology and Experimental Cancer Research, Ghent University Hospital, Ghent, Belgium']}], 'countries_distinct_count': 20, 'institutions_distinct_count': 50, 'corresponding_author_ids': ['https://openalex.org/A5035093031', 'https://openalex.org/A5011053615'], 'corresponding_institution_ids': ['https://openalex.org/I4210103870', 'https://openalex.org/I4210146061', 'https://openalex.org/I63634437', 'https://openalex.org/I133731052'], 'apc_list': {'value': 3850, 'currency': 'USD', 'value_usd': 3850, 'provenance': 'doaj'}, 'apc_paid': {'value': 3850, 'currency': 'USD', 'value_usd': 3850, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 3599, 'biblio': {'volume': '4', 'issue': '1', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2992929900', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicles', 'level': 2, 'score': 0.62030786}, {'id': 'https://openalex.org/C20518536', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicles', 'level': 4, 'score': 0.61355245}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.5431986}, {'id': 'https://openalex.org/C2908689518', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicle', 'level': 5, 'score': 0.4599769}, {'id': 'https://openalex.org/C24107716', 'wikidata': 'https://www.wikidata.org/wiki/Q123619', 'display_name': 'Nucleic acid', 'level': 2, 'score': 0.41379058}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.38042578}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.3701118}, {'id': 'https://openalex.org/C145059251', 'wikidata': 'https://www.wikidata.org/wiki/Q310899', 'display_name': 'microRNA', 'level': 3, 'score': 0.2017793}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.17523962}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.11696026}], 'mesh': [], 'locations_count': 15, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3402/jev.v4.27066', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.3402/jev.v4.27066?needAccess=true&role=button', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/81410b260f724df3a5b0ed8e77723836', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4433489', 'pdf_url': 'https://europepmc.org/articles/pmc4433489?pdf=render', 'source': {'id': 'https://openalex.org/S4377196289', 'display_name': 'IRIS UniPA (University of Palermo)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I900890020', 'host_organization_name': 'University of Palermo', 'host_organization_lineage': ['https://openalex.org/I900890020'], 'host_organization_lineage_names': ['University of Palermo'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2445/169354', 'pdf_url': 'http://diposit.ub.edu/dspace/bitstream/2445/169354/1/700406.pdf', 'source': {'id': 'https://openalex.org/S4306401653', 'display_name': 'Dipòsit Digital de la Universitat de Barcelona (Universitat de Barcelona)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I71999127', 'host_organization_name': 'University of Barcelona', 'host_organization_lineage': ['https://openalex.org/I71999127'], 'host_organization_lineage_names': ['University of Barcelona'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1854/LU-6897651', 'pdf_url': 'https://biblio.ugent.be/publication/6897651/file/6897797.pdf', 'source': {'id': 'https://openalex.org/S4306400478', 'display_name': 'Ghent University Academic Bibliography (Ghent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I32597200', 'host_organization_name': 'Ghent University', 'host_organization_lineage': ['https://openalex.org/I32597200'], 'host_organization_lineage_names': ['Ghent University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://biblio.ugent.be/publication/6897651/file/6897797', 'pdf_url': 'https://biblio.ugent.be/publication/6897651/file/6897797', 'source': {'id': 'https://openalex.org/S4306400478', 'display_name': 'Ghent University Academic Bibliography (Ghent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I32597200', 'host_organization_name': 'Ghent University', 'host_organization_lineage': ['https://openalex.org/I32597200'], 'host_organization_lineage_names': ['Ghent University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://repo.lib.semmelweis.hu//handle/123456789/2671', 'pdf_url': 'http://repo.lib.semmelweis.hu//bitstream/123456789/2671/1/27066_160241_1_PB_u.pdf', 'source': {'id': 'https://openalex.org/S4306402199', 'display_name': 'Semmelweis University Repository (Semmelweis University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I101202996', 'host_organization_name': 'Semmelweis University', 'host_organization_lineage': ['https://openalex.org/I101202996'], 'host_organization_lineage_names': ['Semmelweis University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11693/38337', 'pdf_url': 'http://repository.bilkent.edu.tr/bitstream/11693/38337/1/Biological%20properties%20of%20extracellular%20vesicles%20and%20their%20physiological%20functions.pdf', 'source': {'id': 'https://openalex.org/S4306400079', 'display_name': 'Bilkent University Institutional Repository (Bilkent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I168864056', 'host_organization_name': 'Bilkent University', 'host_organization_lineage': ['https://openalex.org/I168864056'], 'host_organization_lineage_names': ['Bilkent University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://ddd.uab.cat/record/185334', 'pdf_url': 'https://ddd.uab.cat/pub/artpub/2015/pmc_25979354/pmc_25979354.pdf', 'source': {'id': 'https://openalex.org/S4306400380', 'display_name': 'Dipòsit Digital de Documents de la UAB (Universitat Autònoma de Barcelona)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I123044942', 'host_organization_name': 'Autonomous University of Barcelona', 'host_organization_lineage': ['https://openalex.org/I123044942'], 'host_organization_lineage_names': ['Autonomous University of Barcelona'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/314660', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/1874/314660/1/biological.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10447/423890', 'pdf_url': 'https://iris.unipa.it/bitstream/10447/423890/2/JEV-4-27066.pdf', 'source': {'id': 'https://openalex.org/S4377196289', 'display_name': 'IRIS UniPA (University of Palermo)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I900890020', 'host_organization_name': 'University of Palermo', 'host_organization_lineage': ['https://openalex.org/I900890020'], 'host_organization_lineage_names': ['University of Palermo'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/20.500.12105/5521', 'pdf_url': 'https://repisalud.isciii.es/bitstream/20.500.12105/5521/1/BiologicalPropertiesOfExtracellularVesicles_2015.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4433489', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://publicatio.bibl.u-szeged.hu/12272/1/2930099.pdf', 'pdf_url': 'https://publicatio.bibl.u-szeged.hu/12272/1/2930099.pdf', 'source': {'id': 'https://openalex.org/S4306400675', 'display_name': 'SZTE Publicatio Repozitórium (University of Szeged)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I227486990', 'host_organization_name': 'University of Szeged', 'host_organization_lineage': ['https://openalex.org/I227486990'], 'host_organization_lineage_names': ['University of Szeged'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/25979354', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3402/jev.v4.27066', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.3402/jev.v4.27066?needAccess=true&role=button', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.42}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.4}], 'grants': [], 'referenced_works_count': 717, 'referenced_works': ['https://openalex.org/W31468973', 'https://openalex.org/W32984090', 'https://openalex.org/W35422637', 'https://openalex.org/W107713547', 'https://openalex.org/W129731631', 'https://openalex.org/W1482244509', 'https://openalex.org/W1482515299', 'https://openalex.org/W1483594680', 'https://openalex.org/W1484016220', 'https://openalex.org/W1487818015', 'https://openalex.org/W1494035906', 'https://openalex.org/W1494378198', 'https://openalex.org/W1500996819', 'https://openalex.org/W1502124510', 'https://openalex.org/W1507701039', 'https://openalex.org/W1520693177', 'https://openalex.org/W1526830066', 'https://openalex.org/W1533291299', 'https://openalex.org/W1533637173', 'https://openalex.org/W1535707905', 'https://openalex.org/W1538522759', 'https://openalex.org/W1555041989', 'https://openalex.org/W1562199385', 'https://openalex.org/W1569528516', 'https://openalex.org/W1571387405', 'https://openalex.org/W1578372162', 'https://openalex.org/W1587402437', 'https://openalex.org/W1587942505', 'https://openalex.org/W1599975943', 'https://openalex.org/W1600186847', 'https://openalex.org/W1604448976', 'https://openalex.org/W1632264659', 'https://openalex.org/W1651376769', 'https://openalex.org/W1653521872', 'https://openalex.org/W1662505552', 'https://openalex.org/W1698471795', 'https://openalex.org/W1727122499', 'https://openalex.org/W1747678681', 'https://openalex.org/W1749515626', 'https://openalex.org/W1761567378', 'https://openalex.org/W1774283489', 'https://openalex.org/W1775897120', 'https://openalex.org/W1792460785', 'https://openalex.org/W1795146481', 'https://openalex.org/W1816746890', 'https://openalex.org/W1824478393', 'https://openalex.org/W1828045052', 'https://openalex.org/W1833105288', 'https://openalex.org/W1835592430', 'https://openalex.org/W1850481091', 'https://openalex.org/W1856143987', 'https://openalex.org/W1874206566', 'https://openalex.org/W1892074666', 'https://openalex.org/W1893364625', 'https://openalex.org/W1894510512', 'https://openalex.org/W1906235443', 'https://openalex.org/W1914578309', 'https://openalex.org/W1915536483', 'https://openalex.org/W1931441045', 'https://openalex.org/W1931655778', 'https://openalex.org/W1938236935', 'https://openalex.org/W1947936921', 'https://openalex.org/W1953821950', 'https://openalex.org/W1963281756', 'https://openalex.org/W1963983914', 'https://openalex.org/W1964232997', 'https://openalex.org/W1964337743', 'https://openalex.org/W1964367738', 'https://openalex.org/W1964616752', 'https://openalex.org/W1965469314', 'https://openalex.org/W1966495986', 'https://openalex.org/W1966777766', 'https://openalex.org/W1967086605', 'https://openalex.org/W1967265610', 'https://openalex.org/W1967367827', 'https://openalex.org/W1967951903', 'https://openalex.org/W1967979864', 'https://openalex.org/W1968081342', 'https://openalex.org/W1968536205', 'https://openalex.org/W1968643979', 'https://openalex.org/W1968820250', 'https://openalex.org/W1969123951', 'https://openalex.org/W1969863654', 'https://openalex.org/W1971955395', 'https://openalex.org/W1972070926', 'https://openalex.org/W1972262422', 'https://openalex.org/W1972362434', 'https://openalex.org/W1972870065', 'https://openalex.org/W1973182382', 'https://openalex.org/W1973242875', 'https://openalex.org/W1973912127', 'https://openalex.org/W1974035668', 'https://openalex.org/W1974209230', 'https://openalex.org/W1974224953', 'https://openalex.org/W1975291295', 'https://openalex.org/W1975419242', 'https://openalex.org/W1975511219', 'https://openalex.org/W1976681765', 'https://openalex.org/W1976914981', 'https://openalex.org/W1977229240', 'https://openalex.org/W1977695981', 'https://openalex.org/W1977880576', 'https://openalex.org/W1978250223', 'https://openalex.org/W1979254251', 'https://openalex.org/W1980009977', 'https://openalex.org/W1980107602', 'https://openalex.org/W1980593265', 'https://openalex.org/W1981065957', 'https://openalex.org/W1981169853', 'https://openalex.org/W1981349491', 'https://openalex.org/W1981420400', 'https://openalex.org/W1981777743', 'https://openalex.org/W1982408656', 'https://openalex.org/W1982631803', 'https://openalex.org/W1983084056', 'https://openalex.org/W1983541992', 'https://openalex.org/W1983629229', 'https://openalex.org/W1983881535', 'https://openalex.org/W1983951099', 'https://openalex.org/W1984676835', 'https://openalex.org/W1984807833', 'https://openalex.org/W1985175917', 'https://openalex.org/W1985576417', 'https://openalex.org/W1985844219', 'https://openalex.org/W1985945858', 'https://openalex.org/W1986175732', 'https://openalex.org/W1986321004', 'https://openalex.org/W1986820887', 'https://openalex.org/W1986986277', 'https://openalex.org/W1987019376', 'https://openalex.org/W1987028223', 'https://openalex.org/W1987081782', 'https://openalex.org/W1987357218', 'https://openalex.org/W1987662957', 'https://openalex.org/W1988387132', 'https://openalex.org/W1989274589', 'https://openalex.org/W1989413957', 'https://openalex.org/W1989515923', 'https://openalex.org/W1989682760', 'https://openalex.org/W1990048254', 'https://openalex.org/W1990234213', 'https://openalex.org/W1990388063', 'https://openalex.org/W1990482998', 'https://openalex.org/W1990549548', 'https://openalex.org/W1990787424', 'https://openalex.org/W1990950572', 'https://openalex.org/W1991027071', 'https://openalex.org/W1991259997', 'https://openalex.org/W1991390602', 'https://openalex.org/W1991525001', 'https://openalex.org/W1991918456', 'https://openalex.org/W1991946493', 'https://openalex.org/W1992226521', 'https://openalex.org/W1992549746', 'https://openalex.org/W1992721127', 'https://openalex.org/W1993140699', 'https://openalex.org/W1993473555', 'https://openalex.org/W1993567610', 'https://openalex.org/W1994229336', 'https://openalex.org/W1994344811', 'https://openalex.org/W1994351140', 'https://openalex.org/W1994585497', 'https://openalex.org/W1994948303', 'https://openalex.org/W1995622771', 'https://openalex.org/W1996024251', 'https://openalex.org/W1996354576', 'https://openalex.org/W1996633441', 'https://openalex.org/W1996649087', 'https://openalex.org/W1996782402', 'https://openalex.org/W1996980134', 'https://openalex.org/W1996997447', 'https://openalex.org/W1997738018', 'https://openalex.org/W1997791437', 'https://openalex.org/W1997799423', 'https://openalex.org/W1997849135', 'https://openalex.org/W1997989369', 'https://openalex.org/W1998575412', 'https://openalex.org/W1998599956', 'https://openalex.org/W1999408122', 'https://openalex.org/W2000054651', 'https://openalex.org/W2000332508', 'https://openalex.org/W2001149149', 'https://openalex.org/W2001341023', 'https://openalex.org/W2001525937', 'https://openalex.org/W2001785475', 'https://openalex.org/W2002649199', 'https://openalex.org/W2002811765', 'https://openalex.org/W2002982268', 'https://openalex.org/W2003289032', 'https://openalex.org/W2003555906', 'https://openalex.org/W2003843307', 'https://openalex.org/W2004895989', 'https://openalex.org/W2005119078', 'https://openalex.org/W2005154332', 'https://openalex.org/W2005302773', 'https://openalex.org/W2005323891', 'https://openalex.org/W2005432294', 'https://openalex.org/W2005755533', 'https://openalex.org/W2005993715', 'https://openalex.org/W2006191177', 'https://openalex.org/W2006350053', 'https://openalex.org/W2006785713', 'https://openalex.org/W2007230666', 'https://openalex.org/W2007499410', 'https://openalex.org/W2008182723', 'https://openalex.org/W2008619793', 'https://openalex.org/W2008627178', 'https://openalex.org/W2009659096', 'https://openalex.org/W2009927945', 'https://openalex.org/W2010037724', 'https://openalex.org/W2010182563', 'https://openalex.org/W2010718864', 'https://openalex.org/W2010795920', 'https://openalex.org/W2011376139', 'https://openalex.org/W2011508825', 'https://openalex.org/W2011537287', 'https://openalex.org/W2011594621', 'https://openalex.org/W2011671647', 'https://openalex.org/W2011715000', 'https://openalex.org/W2012019751', 'https://openalex.org/W2012130371', 'https://openalex.org/W2012528990', 'https://openalex.org/W2013094398', 'https://openalex.org/W2014300627', 'https://openalex.org/W2014346055', 'https://openalex.org/W2014368385', 'https://openalex.org/W2014455148', 'https://openalex.org/W2015312036', 'https://openalex.org/W2015445251', 'https://openalex.org/W2015716416', 'https://openalex.org/W2016008005', 'https://openalex.org/W2016253066', 'https://openalex.org/W2016490978', 'https://openalex.org/W2016494947', 'https://openalex.org/W2016567410', 'https://openalex.org/W2016654611', 'https://openalex.org/W2016706539', 'https://openalex.org/W2016960054', 'https://openalex.org/W2017417450', 'https://openalex.org/W2017669919', 'https://openalex.org/W2018122290', 'https://openalex.org/W2019169633', 'https://openalex.org/W2019228014', 'https://openalex.org/W2019604250', 'https://openalex.org/W2019888542', 'https://openalex.org/W2019987740', 'https://openalex.org/W2020291681', 'https://openalex.org/W2020404158', 'https://openalex.org/W2020483318', 'https://openalex.org/W2020498762', 'https://openalex.org/W2021260035', 'https://openalex.org/W2021861291', 'https://openalex.org/W2021882008', 'https://openalex.org/W2021916724', 'https://openalex.org/W2022169355', 'https://openalex.org/W2022671860', 'https://openalex.org/W2022800529', 'https://openalex.org/W2024206172', 'https://openalex.org/W2024534024', 'https://openalex.org/W2024738974', 'https://openalex.org/W2026051392', 'https://openalex.org/W2026562705', 'https://openalex.org/W2027167191', 'https://openalex.org/W2027442935', 'https://openalex.org/W2027805356', 'https://openalex.org/W2028006609', 'https://openalex.org/W2028566550', 'https://openalex.org/W2028691524', 'https://openalex.org/W2028906750', 'https://openalex.org/W2029042594', 'https://openalex.org/W2029047024', 'https://openalex.org/W2029281082', 'https://openalex.org/W2029320450', 'https://openalex.org/W2029735360', 'https://openalex.org/W2029806105', 'https://openalex.org/W2030515395', 'https://openalex.org/W2030539509', 'https://openalex.org/W2030701238', 'https://openalex.org/W2031096112', 'https://openalex.org/W2031186345', 'https://openalex.org/W2031678227', 'https://openalex.org/W2031750503', 'https://openalex.org/W2031923120', 'https://openalex.org/W2032009734', 'https://openalex.org/W2032696674', 'https://openalex.org/W2032880091', 'https://openalex.org/W2033230987', 'https://openalex.org/W2033294817', 'https://openalex.org/W2033723439', 'https://openalex.org/W2034005055', 'https://openalex.org/W2034924908', 'https://openalex.org/W2035844407', 'https://openalex.org/W2035861820', 'https://openalex.org/W2035871823', 'https://openalex.org/W2036215348', 'https://openalex.org/W2036388292', 'https://openalex.org/W2036999399', 'https://openalex.org/W2037787453', 'https://openalex.org/W2038363115', 'https://openalex.org/W2038414912', 'https://openalex.org/W2038943966', 'https://openalex.org/W2038944440', 'https://openalex.org/W2039138854', 'https://openalex.org/W2039313867', 'https://openalex.org/W2039789500', 'https://openalex.org/W2040041663', 'https://openalex.org/W2040481506', 'https://openalex.org/W2041107203', 'https://openalex.org/W2041136998', 'https://openalex.org/W2041302454', 'https://openalex.org/W2043751765', 'https://openalex.org/W2044576639', 'https://openalex.org/W2044763580', 'https://openalex.org/W2045220907', 'https://openalex.org/W2045460009', 'https://openalex.org/W2047299907', 'https://openalex.org/W2047671515', 'https://openalex.org/W2047925641', 'https://openalex.org/W2047973355', 'https://openalex.org/W2048018195', 'https://openalex.org/W2048254575', 'https://openalex.org/W2048572306', 'https://openalex.org/W2049203104', 'https://openalex.org/W2049939829', 'https://openalex.org/W2050019805', 'https://openalex.org/W2050496728', 'https://openalex.org/W2050702185', 'https://openalex.org/W2050863844', 'https://openalex.org/W2051222468', 'https://openalex.org/W2052569827', 'https://openalex.org/W2052687049', 'https://openalex.org/W2052706090', 'https://openalex.org/W2052944243', 'https://openalex.org/W2053233894', 'https://openalex.org/W2053432281', 'https://openalex.org/W2054077259', 'https://openalex.org/W2054393128', 'https://openalex.org/W2054637102', 'https://openalex.org/W2054792986', 'https://openalex.org/W2054964677', 'https://openalex.org/W2055238860', 'https://openalex.org/W2055298098', 'https://openalex.org/W2055313665', 'https://openalex.org/W2055424631', 'https://openalex.org/W2055471049', 'https://openalex.org/W2055827443', 'https://openalex.org/W2055941725', 'https://openalex.org/W2056048178', 'https://openalex.org/W2056365561', 'https://openalex.org/W2056807570', 'https://openalex.org/W2057491043', 'https://openalex.org/W2059820110', 'https://openalex.org/W2059878803', 'https://openalex.org/W2060331838', 'https://openalex.org/W2060387475', 'https://openalex.org/W2060648534', 'https://openalex.org/W2060975950', 'https://openalex.org/W2061809527', 'https://openalex.org/W2061888576', 'https://openalex.org/W2062687768', 'https://openalex.org/W2062943600', 'https://openalex.org/W2062984171', 'https://openalex.org/W2063128080', 'https://openalex.org/W2063421071', 'https://openalex.org/W2063480251', 'https://openalex.org/W2063490043', 'https://openalex.org/W2064360173', 'https://openalex.org/W2064366106', 'https://openalex.org/W2064530583', 'https://openalex.org/W2064532472', 'https://openalex.org/W2064555156', 'https://openalex.org/W2065154095', 'https://openalex.org/W2065406932', 'https://openalex.org/W2065442886', 'https://openalex.org/W2066234893', 'https://openalex.org/W2066461119', 'https://openalex.org/W2066624075', 'https://openalex.org/W2067442540', 'https://openalex.org/W2067525701', 'https://openalex.org/W2067971930', 'https://openalex.org/W2068502683', 'https://openalex.org/W2068755566', 'https://openalex.org/W2068966740', 'https://openalex.org/W2069739456', 'https://openalex.org/W2069772889', 'https://openalex.org/W2070528611', 'https://openalex.org/W2070556690', 'https://openalex.org/W2070638559', 'https://openalex.org/W2070651559', 'https://openalex.org/W2070745583', 'https://openalex.org/W2071049191', 'https://openalex.org/W2071134774', 'https://openalex.org/W2071216600', 'https://openalex.org/W2071470207', 'https://openalex.org/W2071646447', 'https://openalex.org/W2071815394', 'https://openalex.org/W2072063027', 'https://openalex.org/W2072109464', 'https://openalex.org/W2072167135', 'https://openalex.org/W2072379547', 'https://openalex.org/W2072615873', 'https://openalex.org/W2072912619', 'https://openalex.org/W2073273682', 'https://openalex.org/W2073556061', 'https://openalex.org/W2074400765', 'https://openalex.org/W2074614865', 'https://openalex.org/W2074676962', 'https://openalex.org/W2074743613', 'https://openalex.org/W2074953517', 'https://openalex.org/W2075855948', 'https://openalex.org/W2076315676', 'https://openalex.org/W2076478428', 'https://openalex.org/W2077047479', 'https://openalex.org/W2077773656', 'https://openalex.org/W2079013802', 'https://openalex.org/W2079111418', 'https://openalex.org/W2079156182', 'https://openalex.org/W2079292721', 'https://openalex.org/W2079698964', 'https://openalex.org/W2080914946', 'https://openalex.org/W2080931374', 'https://openalex.org/W2081124475', 'https://openalex.org/W2081338631', 'https://openalex.org/W2082252887', 'https://openalex.org/W2082448279', 'https://openalex.org/W2082591770', 'https://openalex.org/W2083171893', 'https://openalex.org/W2083287741', 'https://openalex.org/W2083456767', 'https://openalex.org/W2083843591', 'https://openalex.org/W2084320333', 'https://openalex.org/W2084770914', 'https://openalex.org/W2085075048', 'https://openalex.org/W2085102490', 'https://openalex.org/W2085709924', 'https://openalex.org/W2085747301', 'https://openalex.org/W2086077027', 'https://openalex.org/W2086078586', 'https://openalex.org/W2086275775', 'https://openalex.org/W2086305773', 'https://openalex.org/W2086407668', 'https://openalex.org/W2086458592', 'https://openalex.org/W2086465908', 'https://openalex.org/W2086500857', 'https://openalex.org/W2086612059', 'https://openalex.org/W2086704388', 'https://openalex.org/W2086722873', 'https://openalex.org/W2086746658', 'https://openalex.org/W2087048469', 'https://openalex.org/W2087194708', 'https://openalex.org/W2087487150', 'https://openalex.org/W2088163595', 'https://openalex.org/W2089154872', 'https://openalex.org/W2089800989', 'https://openalex.org/W2090049175', 'https://openalex.org/W2090175640', 'https://openalex.org/W2090412820', 'https://openalex.org/W2090597108', 'https://openalex.org/W2091565685', 'https://openalex.org/W2091618419', 'https://openalex.org/W2092383206', 'https://openalex.org/W2092644108', 'https://openalex.org/W2092707559', 'https://openalex.org/W2092787543', 'https://openalex.org/W2094131843', 'https://openalex.org/W2094143473', 'https://openalex.org/W2094711438', 'https://openalex.org/W2094918957', 'https://openalex.org/W2095594283', 'https://openalex.org/W2096051496', 'https://openalex.org/W2096086701', 'https://openalex.org/W2096185404', 'https://openalex.org/W2096329696', 'https://openalex.org/W2096500007', 'https://openalex.org/W2097020852', 'https://openalex.org/W2097289714', 'https://openalex.org/W2098259366', 'https://openalex.org/W2098714490', 'https://openalex.org/W2098949645', 'https://openalex.org/W2099655932', 'https://openalex.org/W2099943380', 'https://openalex.org/W2100067495', 'https://openalex.org/W2100217373', 'https://openalex.org/W2100358971', 'https://openalex.org/W2100772466', 'https://openalex.org/W2102517059', 'https://openalex.org/W2103203650', 'https://openalex.org/W2103979931', 'https://openalex.org/W2104116256', 'https://openalex.org/W2104837454', 'https://openalex.org/W2104867136', 'https://openalex.org/W2105402614', 'https://openalex.org/W2105726520', 'https://openalex.org/W2105851127', 'https://openalex.org/W2105863427', 'https://openalex.org/W2106175063', 'https://openalex.org/W2106205711', 'https://openalex.org/W2106992061', 'https://openalex.org/W2106994685', 'https://openalex.org/W2107008239', 'https://openalex.org/W2107240342', 'https://openalex.org/W2107285671', 'https://openalex.org/W2108187046', 'https://openalex.org/W2108375854', 'https://openalex.org/W2108541168', 'https://openalex.org/W2109014876', 'https://openalex.org/W2109615352', 'https://openalex.org/W2109913264', 'https://openalex.org/W2110662967', 'https://openalex.org/W2110696242', 'https://openalex.org/W2110964883', 'https://openalex.org/W2111019629', 'https://openalex.org/W2111050079', 'https://openalex.org/W2111255401', 'https://openalex.org/W2111560326', 'https://openalex.org/W2111724662', 'https://openalex.org/W2111778115', 'https://openalex.org/W2111925820', 'https://openalex.org/W2111951615', 'https://openalex.org/W2112187582', 'https://openalex.org/W2113060990', 'https://openalex.org/W2113576404', 'https://openalex.org/W2113786459', 'https://openalex.org/W2114646055', 'https://openalex.org/W2115583388', 'https://openalex.org/W2115956819', 'https://openalex.org/W2116178187', 'https://openalex.org/W2116268000', 'https://openalex.org/W2117072085', 'https://openalex.org/W2117890823', 'https://openalex.org/W2118018590', 'https://openalex.org/W2118248054', 'https://openalex.org/W2119376007', 'https://openalex.org/W2119764013', 'https://openalex.org/W2119812304', 'https://openalex.org/W2120052164', 'https://openalex.org/W2120349930', 'https://openalex.org/W2120622581', 'https://openalex.org/W2121376310', 'https://openalex.org/W2121550737', 'https://openalex.org/W2121882633', 'https://openalex.org/W2122211980', 'https://openalex.org/W2122543367', 'https://openalex.org/W2122635106', 'https://openalex.org/W2123238891', 'https://openalex.org/W2123391301', 'https://openalex.org/W2123409535', 'https://openalex.org/W2123614057', 'https://openalex.org/W2124304994', 'https://openalex.org/W2124395184', 'https://openalex.org/W2125096269', 'https://openalex.org/W2125198788', 'https://openalex.org/W2125358464', 'https://openalex.org/W2125636530', 'https://openalex.org/W2126210405', 'https://openalex.org/W2126261007', 'https://openalex.org/W2126336279', 'https://openalex.org/W2126400039', 'https://openalex.org/W2126614737', 'https://openalex.org/W2126641025', 'https://openalex.org/W2126752594', 'https://openalex.org/W2127263516', 'https://openalex.org/W2127514713', 'https://openalex.org/W2127780630', 'https://openalex.org/W2128384671', 'https://openalex.org/W2128854173', 'https://openalex.org/W2128891846', 'https://openalex.org/W2129062330', 'https://openalex.org/W2129464080', 'https://openalex.org/W2129642099', 'https://openalex.org/W2129802808', 'https://openalex.org/W2130105071', 'https://openalex.org/W2130238206', 'https://openalex.org/W2130422028', 'https://openalex.org/W2130723556', 'https://openalex.org/W2131523986', 'https://openalex.org/W2131840270', 'https://openalex.org/W2131869707', 'https://openalex.org/W2132003185', 'https://openalex.org/W2132550381', 'https://openalex.org/W2132589340', 'https://openalex.org/W2132603657', 'https://openalex.org/W2133115600', 'https://openalex.org/W2133133371', 'https://openalex.org/W2133869212', 'https://openalex.org/W2134267863', 'https://openalex.org/W2135327250', 'https://openalex.org/W2135752614', 'https://openalex.org/W2135807819', 'https://openalex.org/W2135859072', 'https://openalex.org/W2136601868', 'https://openalex.org/W2136755383', 'https://openalex.org/W2136763924', 'https://openalex.org/W2137051799', 'https://openalex.org/W2137427052', 'https://openalex.org/W2137861751', 'https://openalex.org/W2138011807', 'https://openalex.org/W2138060551', 'https://openalex.org/W2139231554', 'https://openalex.org/W2139581714', 'https://openalex.org/W2139643093', 'https://openalex.org/W2139966787', 'https://openalex.org/W2140176758', 'https://openalex.org/W2140371210', 'https://openalex.org/W2140684477', 'https://openalex.org/W2140690761', 'https://openalex.org/W2140697776', 'https://openalex.org/W2141138739', 'https://openalex.org/W2141694326', 'https://openalex.org/W2141702039', 'https://openalex.org/W2141720233', 'https://openalex.org/W2142598717', 'https://openalex.org/W2142600173', 'https://openalex.org/W2142704651', 'https://openalex.org/W2143011821', 'https://openalex.org/W2143044967', 'https://openalex.org/W2143265268', 'https://openalex.org/W2143329103', 'https://openalex.org/W2144158374', 'https://openalex.org/W2144268541', 'https://openalex.org/W2146254468', 'https://openalex.org/W2146427652', 'https://openalex.org/W2147116051', 'https://openalex.org/W2147524926', 'https://openalex.org/W2147854273', 'https://openalex.org/W2148006606', 'https://openalex.org/W2148261917', 'https://openalex.org/W2149604782', 'https://openalex.org/W2149717051', 'https://openalex.org/W2149778210', 'https://openalex.org/W2150079601', 'https://openalex.org/W2150610030', 'https://openalex.org/W2150752051', 'https://openalex.org/W2150761119', 'https://openalex.org/W2150769096', 'https://openalex.org/W2151606563', 'https://openalex.org/W2152334538', 'https://openalex.org/W2152503181', 'https://openalex.org/W2152936026', 'https://openalex.org/W2153051197', 'https://openalex.org/W2153363522', 'https://openalex.org/W2153733800', 'https://openalex.org/W2153840858', 'https://openalex.org/W2154215235', 'https://openalex.org/W2154467674', 'https://openalex.org/W2154715868', 'https://openalex.org/W2154974799', 'https://openalex.org/W2155217217', 'https://openalex.org/W2155366992', 'https://openalex.org/W2155401787', 'https://openalex.org/W2155441983', 'https://openalex.org/W2155444445', 'https://openalex.org/W2155566820', 'https://openalex.org/W2155797228', 'https://openalex.org/W2156618766', 'https://openalex.org/W2156694465', 'https://openalex.org/W2157194244', 'https://openalex.org/W2157257094', 'https://openalex.org/W2157303955', 'https://openalex.org/W2157686531', 'https://openalex.org/W2158149841', 'https://openalex.org/W2158564511', 'https://openalex.org/W2159060882', 'https://openalex.org/W2159238726', 'https://openalex.org/W2159278398', 'https://openalex.org/W2159333075', 'https://openalex.org/W2159417266', 'https://openalex.org/W2159538229', 'https://openalex.org/W2159999899', 'https://openalex.org/W2160231321', 'https://openalex.org/W2160536992', 'https://openalex.org/W2161318755', 'https://openalex.org/W2161375941', 'https://openalex.org/W2161638634', 'https://openalex.org/W2161762684', 'https://openalex.org/W2161839431', 'https://openalex.org/W2162040137', 'https://openalex.org/W2162774772', 'https://openalex.org/W2162928306', 'https://openalex.org/W2163017622', 'https://openalex.org/W2163711839', 'https://openalex.org/W2164370119', 'https://openalex.org/W2165374397', 'https://openalex.org/W2166164946', 'https://openalex.org/W2166370479', 'https://openalex.org/W2166632988', 'https://openalex.org/W2167056256', 'https://openalex.org/W2167428512', 'https://openalex.org/W2167497075', 'https://openalex.org/W2167591654', 'https://openalex.org/W2167604259', 'https://openalex.org/W2167832925', 'https://openalex.org/W2169166041', 'https://openalex.org/W2169491358', 'https://openalex.org/W2169559002', 'https://openalex.org/W2170327849', 'https://openalex.org/W2170449834', 'https://openalex.org/W2170609747', 'https://openalex.org/W2170798941', 'https://openalex.org/W2171261585', 'https://openalex.org/W2171264103', 'https://openalex.org/W2171618078', 'https://openalex.org/W2171672500', 'https://openalex.org/W2272089843', 'https://openalex.org/W2289434041', 'https://openalex.org/W2314648452', 'https://openalex.org/W2319571131', 'https://openalex.org/W2321387085', 'https://openalex.org/W2324322428', 'https://openalex.org/W2396799318', 'https://openalex.org/W2419348263', 'https://openalex.org/W4211252435', 'https://openalex.org/W4230046255', 'https://openalex.org/W4230882199', 'https://openalex.org/W4231766641', 'https://openalex.org/W4253992140', 'https://openalex.org/W4317639467'], 'related_works': ['https://openalex.org/W2121354606', 'https://openalex.org/W2898391584', 'https://openalex.org/W2905073085', 'https://openalex.org/W2948507108', 'https://openalex.org/W2999142519', 'https://openalex.org/W3004427646', 'https://openalex.org/W3029637598', 'https://openalex.org/W3153256520', 'https://openalex.org/W4224434456', 'https://openalex.org/W4376112362'], 'ngrams_url': 'https://api.openalex.org/works/W2170852633/ngrams', 'abstract_inverted_index': {'In': [0], 'the': [1, 52, 67, 73, 89, 93, 106, 121, 157, 178, 191], 'past': [2], 'decade,': [3], 'extracellular': [4], 'vesicles': [5], '(EVs)': [6], 'have': [7, 78], 'been': [8, 100], 'recognized': [9], 'as': [10], 'potent': [11], 'vehicles': [12], 'of': [13, 41, 54, 70, 75, 88, 92, 96, 110, 132, 162, 181, 194], 'intercellular': [14], 'communication,': [15], 'both': [16, 42, 135], 'in': [17, 56, 62, 117, 164, 183], 'prokaryotes': [18], 'and': [19, 31, 38, 44, 64, 72, 114, 124, 142, 160, 167, 187], 'eukaryotes.': [20], 'This': [21, 126], 'is': [22, 128], 'due': [23], 'to': [24, 27, 130, 134, 143, 173, 189], 'their': [25], 'capacity': [26], 'transfer': [28], 'proteins,': [29], 'lipids': [30], 'nucleic': [32], 'acids,': [33], 'thereby': [34], 'influencing': [35], 'various': [36, 165], 'physiological': [37, 76, 94, 179], 'pathological': [39, 58], 'functions': [40, 77, 161], 'recipient': [43], 'parent': [45], 'cells.': [46], 'While': [47], 'intensive': [48], 'investigation': [49], 'has': [50, 99], 'targeted': [51], 'role': [53], 'EVs': [55, 163, 182], 'different': [57], 'processes,': [59], 'for': [60], 'example,': [61], 'cancer': [63], 'autoimmune': [65], 'diseases,': [66], 'EV-mediated': [68], 'maintenance': [69], 'homeostasis': [71], 'regulation': [74], 'remained': [79], 'less': [80], 'explored.': [81], 'Here,': [82], 'we': [83, 155], 'provide': [84], 'a': [85], 'comprehensive': [86], 'overview': [87], 'current': [90], 'understanding': [91], 'roles': [95], 'EVs,': [97], 'which': [98], 'written': [101], 'by': [102], 'crowd-sourcing,': [103], 'drawing': [104], 'on': [105, 139], 'unique': [107], 'EV': [108, 140], 'expertise': [109], 'academia-based': [111], 'scientists,': [112], 'clinicians': [113], 'industry': [115], 'based': [116], '27': [118], 'European': [119], 'countries,': [120], 'United': [122], 'States': [123], 'Australia.': [125], 'review': [127, 177], 'intended': [129], 'be': [131], 'relevance': [133], 'researchers': [136], 'already': [137], 'working': [138], 'biology': [141], 'newcomers': [144], 'who': [145], 'will': [146], 'encounter': [147], 'this': [148, 195], 'universal': [149], 'cell': [150, 171], 'biological': [151], 'system.': [152, 198], 'Therefore,': [153], 'here': [154], 'address': [156], 'molecular': [158], 'contents': [159], 'tissues': [166], 'body': [168], 'fluids': [169], 'from': [170], 'systems': [172], 'organs.': [174], 'We': [175], 'also': [176], 'mechanisms': [180], 'bacteria,': [184], 'lower': [185], 'eukaryotes': [186], 'plants': [188], 'highlight': [190], 'functional': [192], 'uniformity': [193], 'emerging': [196], 'communication': [197]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2170852633', 'counts_by_year': [{'year': 2023, 'cited_by_count': 498}, {'year': 2022, 'cited_by_count': 635}, {'year': 2021, 'cited_by_count': 667}, {'year': 2020, 'cited_by_count': 538}, {'year': 2019, 'cited_by_count': 444}, {'year': 2018, 'cited_by_count': 320}, {'year': 2017, 'cited_by_count': 295}, {'year': 2016, 'cited_by_count': 168}, {'year': 2015, 'cited_by_count': 25}, {'year': 2014, 'cited_by_count': 1}], 'updated_date': '2023-10-03T15:20:15.535808', 'created_date': '2016-06-24'}]
Buscar entidades
Referencia de OpenAlex: el parámetro de búsqueda
Works().search("fierce creatures").get()
[{'id': 'https://openalex.org/W2049577344', 'doi': 'https://doi.org/10.1007/s12031-008-9042-1', 'title': 'Lame Ducks or Fierce Creatures? - The Role of Oligodendrocytes in Multiple Sclerosis', 'display_name': 'Lame Ducks or Fierce Creatures? - The Role of Oligodendrocytes in Multiple Sclerosis', 'relevance_score': 682.06915, 'publication_year': 2008, 'publication_date': '2008-02-16', 'ids': {'openalex': 'https://openalex.org/W2049577344', 'doi': 'https://doi.org/10.1007/s12031-008-9042-1', 'mag': '2049577344', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/18278568'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s12031-008-9042-1', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S133939727', 'display_name': 'Journal of Molecular Neuroscience', 'issn_l': '0895-8696', 'issn': ['0895-8696', '1559-1166'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'http://doc.rero.ch/record/322309/files/12031_2008_Article_9042.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5045807034', 'display_name': 'Thomas Zeis', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802542264', 'display_name': 'University Hospital of Basel', 'ror': 'https://ror.org/04k51q396', 'country_code': 'CH', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802542264']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Zeis T', 'raw_affiliation_string': 'Neurobiology, Department of Biomedicine, University Hospital Basel, Basel, Switzerland', 'raw_affiliation_strings': ['Neurobiology, Department of Biomedicine, University Hospital Basel, Basel, Switzerland']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5000581845', 'display_name': 'Nicole Schaeren-Wiemers', 'orcid': 'https://orcid.org/0000-0002-6554-4725'}, 'institutions': [{'id': 'https://openalex.org/I2802542264', 'display_name': 'University Hospital of Basel', 'ror': 'https://ror.org/04k51q396', 'country_code': 'CH', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802542264']}], 'countries': ['CH'], 'is_corresponding': True, 'raw_author_name': 'Schaeren-Wiemers N', 'raw_affiliation_string': 'Neurobiology, Department of Biomedicine, University Hospital Basel, Basel, Switzerland', 'raw_affiliation_strings': ['Neurobiology, Department of Biomedicine, University Hospital Basel, Basel, Switzerland']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5000581845'], 'corresponding_institution_ids': ['https://openalex.org/I2802542264'], 'apc_list': {'value': 3390, 'currency': 'EUR', 'value_usd': 4390, 'provenance': 'doaj'}, 'apc_paid': {'value': 3390, 'currency': 'EUR', 'value_usd': 4390, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 26, 'biblio': {'volume': '35', 'issue': '1', 'first_page': '91', 'last_page': '100'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776985911', 'wikidata': 'https://www.wikidata.org/wiki/Q916698', 'display_name': 'Oligodendrocyte', 'level': 4, 'score': 0.8402206}, {'id': 'https://openalex.org/C2780640218', 'wikidata': 'https://www.wikidata.org/wiki/Q8277', 'display_name': 'Multiple sclerosis', 'level': 2, 'score': 0.8247877}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.7350958}, {'id': 'https://openalex.org/C2778609137', 'wikidata': 'https://www.wikidata.org/wiki/Q105790271', 'display_name': 'Myelin', 'level': 3, 'score': 0.6591414}, {'id': 'https://openalex.org/C86792732', 'wikidata': 'https://www.wikidata.org/wiki/Q1416338', 'display_name': 'Creatures', 'level': 3, 'score': 0.61454695}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.53871685}, {'id': 'https://openalex.org/C529278444', 'wikidata': 'https://www.wikidata.org/wiki/Q47273', 'display_name': 'Central nervous system', 'level': 2, 'score': 0.47760057}, {'id': 'https://openalex.org/C39920043', 'wikidata': 'https://www.wikidata.org/wiki/Q786278', 'display_name': 'Neurochemistry', 'level': 3, 'score': 0.46644613}, {'id': 'https://openalex.org/C2777619251', 'wikidata': 'https://www.wikidata.org/wiki/Q7312279', 'display_name': 'Remyelination', 'level': 4, 'score': 0.46364275}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.3460191}, {'id': 'https://openalex.org/C16568411', 'wikidata': 'https://www.wikidata.org/wiki/Q83042', 'display_name': 'Neurology', 'level': 2, 'score': 0.26170537}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C2776608160', 'wikidata': 'https://www.wikidata.org/wiki/Q4785462', 'display_name': 'Natural (archaeology)', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D009103', 'descriptor_name': 'Multiple Sclerosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009186', 'descriptor_name': 'Myelin Sheath', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': True}, {'descriptor_ui': 'D009836', 'descriptor_name': 'Oligodendroglia', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': True}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000906', 'descriptor_name': 'Antibodies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000906', 'descriptor_name': 'Antibodies', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': False}, {'descriptor_ui': 'D001253', 'descriptor_name': 'Astrocytes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001253', 'descriptor_name': 'Astrocytes', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D001402', 'descriptor_name': 'B-Lymphocytes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001402', 'descriptor_name': 'B-Lymphocytes', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': False}, {'descriptor_ui': 'D003711', 'descriptor_name': 'Demyelinating Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003711', 'descriptor_name': 'Demyelinating Diseases', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D003711', 'descriptor_name': 'Demyelinating Diseases', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D036341', 'descriptor_name': 'Intercellular Signaling Peptides and Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D036341', 'descriptor_name': 'Intercellular Signaling Peptides and Proteins', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D008264', 'descriptor_name': 'Macrophages', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008264', 'descriptor_name': 'Macrophages', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': False}, {'descriptor_ui': 'D017628', 'descriptor_name': 'Microglia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017628', 'descriptor_name': 'Microglia', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D009103', 'descriptor_name': 'Multiple Sclerosis', 'qualifier_ui': 'Q000503', 'qualifier_name': 'physiopathology', 'is_major_topic': False}, {'descriptor_ui': 'D009103', 'descriptor_name': 'Multiple Sclerosis', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D009103', 'descriptor_name': 'Multiple Sclerosis', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': False}, {'descriptor_ui': 'D009186', 'descriptor_name': 'Myelin Sheath', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009836', 'descriptor_name': 'Oligodendroglia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009836', 'descriptor_name': 'Oligodendroglia', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D009836', 'descriptor_name': 'Oligodendroglia', 'qualifier_ui': 'Q000166', 'qualifier_name': 'cytology', 'is_major_topic': False}, {'descriptor_ui': 'D013601', 'descriptor_name': 'T-Lymphocytes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013601', 'descriptor_name': 'T-Lymphocytes', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': False}], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s12031-008-9042-1', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S133939727', 'display_name': 'Journal of Molecular Neuroscience', 'issn_l': '0895-8696', 'issn': ['0895-8696', '1559-1166'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://doc.rero.ch/record/322309/files/12031_2008_Article_9042.pdf', 'pdf_url': 'http://doc.rero.ch/record/322309/files/12031_2008_Article_9042.pdf', 'source': {'id': 'https://openalex.org/S4306400148', 'display_name': 'reroDoc Digital Library', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I67311998', 'host_organization_name': 'European Organization for Nuclear Research', 'host_organization_lineage': ['https://openalex.org/I67311998'], 'host_organization_lineage_names': ['European Organization for Nuclear Research'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/18278568', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://doc.rero.ch/record/322309/files/12031_2008_Article_9042.pdf', 'pdf_url': 'http://doc.rero.ch/record/322309/files/12031_2008_Article_9042.pdf', 'source': {'id': 'https://openalex.org/S4306400148', 'display_name': 'reroDoc Digital Library', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I67311998', 'host_organization_name': 'European Organization for Nuclear Research', 'host_organization_lineage': ['https://openalex.org/I67311998'], 'host_organization_lineage_names': ['European Organization for Nuclear Research'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.47}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.13}], 'grants': [], 'referenced_works_count': 101, 'referenced_works': ['https://openalex.org/W1495075491', 'https://openalex.org/W1502163633', 'https://openalex.org/W1769453339', 'https://openalex.org/W1781725180', 'https://openalex.org/W1799419079', 'https://openalex.org/W1805879606', 'https://openalex.org/W1834798579', 'https://openalex.org/W1900135044', 'https://openalex.org/W1927167222', 'https://openalex.org/W1948491557', 'https://openalex.org/W1963683677', 'https://openalex.org/W1966075314', 'https://openalex.org/W1969098091', 'https://openalex.org/W1972974155', 'https://openalex.org/W1981054311', 'https://openalex.org/W1982557954', 'https://openalex.org/W1987057401', 'https://openalex.org/W1989638556', 'https://openalex.org/W1990320385', 'https://openalex.org/W1992172737', 'https://openalex.org/W1993969978', 'https://openalex.org/W1994993641', 'https://openalex.org/W1997600158', 'https://openalex.org/W1997971145', 'https://openalex.org/W2003803320', 'https://openalex.org/W2005706069', 'https://openalex.org/W2006249161', 'https://openalex.org/W2012682323', 'https://openalex.org/W2014797476', 'https://openalex.org/W2015627239', 'https://openalex.org/W2016594722', 'https://openalex.org/W2022848089', 'https://openalex.org/W2025392129', 'https://openalex.org/W2026497353', 'https://openalex.org/W2026646803', 'https://openalex.org/W2028415314', 'https://openalex.org/W2028435653', 'https://openalex.org/W2029860358', 'https://openalex.org/W2032875252', 'https://openalex.org/W2034860726', 'https://openalex.org/W2035606427', 'https://openalex.org/W2037809308', 'https://openalex.org/W2043406861', 'https://openalex.org/W2043639971', 'https://openalex.org/W2045502875', 'https://openalex.org/W2047502947', 'https://openalex.org/W2047549720', 'https://openalex.org/W2048684002', 'https://openalex.org/W2049670306', 'https://openalex.org/W2051396907', 'https://openalex.org/W2052644415', 'https://openalex.org/W2053313675', 'https://openalex.org/W2054044190', 'https://openalex.org/W2054189127', 'https://openalex.org/W2056216741', 'https://openalex.org/W2059656688', 'https://openalex.org/W2060155793', 'https://openalex.org/W2060964592', 'https://openalex.org/W2062942165', 'https://openalex.org/W2066118181', 'https://openalex.org/W2066497363', 'https://openalex.org/W2067200113', 'https://openalex.org/W2075475297', 'https://openalex.org/W2078353486', 'https://openalex.org/W2080595384', 'https://openalex.org/W2084076721', 'https://openalex.org/W2084887202', 'https://openalex.org/W2092975931', 'https://openalex.org/W2093439715', 'https://openalex.org/W2093949724', 'https://openalex.org/W2093983913', 'https://openalex.org/W2104212738', 'https://openalex.org/W2104777875', 'https://openalex.org/W2108335498', 'https://openalex.org/W2111480581', 'https://openalex.org/W2113291839', 'https://openalex.org/W2113795250', 'https://openalex.org/W2113802442', 'https://openalex.org/W2113874469', 'https://openalex.org/W2123444403', 'https://openalex.org/W2124364681', 'https://openalex.org/W2131678280', 'https://openalex.org/W2131851074', 'https://openalex.org/W2147062889', 'https://openalex.org/W2148803224', 'https://openalex.org/W2150181574', 'https://openalex.org/W2151625241', 'https://openalex.org/W2155115959', 'https://openalex.org/W2157378254', 'https://openalex.org/W2160162620', 'https://openalex.org/W2160872052', 'https://openalex.org/W2161068028', 'https://openalex.org/W2165804863', 'https://openalex.org/W2166730435', 'https://openalex.org/W2167392643', 'https://openalex.org/W2168546891', 'https://openalex.org/W2171925564', 'https://openalex.org/W2306855134', 'https://openalex.org/W2767648819', 'https://openalex.org/W2769342385', 'https://openalex.org/W4238030485'], 'related_works': ['https://openalex.org/W1558134194', 'https://openalex.org/W2020375096', 'https://openalex.org/W2022452208', 'https://openalex.org/W2028328424', 'https://openalex.org/W2039035657', 'https://openalex.org/W2041085914', 'https://openalex.org/W2147425081', 'https://openalex.org/W2952738466', 'https://openalex.org/W4205593897', 'https://openalex.org/W4247304472'], 'ngrams_url': 'https://api.openalex.org/works/W2049577344/ngrams', 'abstract_inverted_index': {'In': [0, 146], 'the': [1, 16, 52, 58, 86, 90, 122, 141, 149, 178, 195, 199], 'pathogenesis': [2], 'of': [3, 19, 39, 51, 89, 140, 151, 194, 198], 'multiple': [4], 'sclerosis': [5], '(MS),': [6], 'oligodendrocytes': [7, 79, 114, 161, 183], 'and': [8, 27, 63, 73, 175, 187, 191], 'its': [9, 130], 'myelin': [10], 'sheaths': [11], 'are': [12, 33, 80, 163], 'thought': [13], 'to': [14, 24, 36, 69, 106, 128], 'be': [15, 107, 192], 'primary': [17], 'target': [18], 'destruction.': [20], 'The': [21, 109], 'mechanism': [22], 'leading': [23], 'oligodendrocyte': [25, 70], 'injury': [26], 'demyelination': [28], 'is': [29, 42, 156], 'still': [30], 'elusive.': [31], 'Oligodendrocytes': [32], 'maintaining': [34], 'up': [35], '50': [37], 'internodes': [38], 'myelin,': [40], 'which': [41, 162], 'an': [43, 144], 'extraordinary': [44], 'metabolic': [45], 'demand.': [46], 'This': [47], 'makes': [48], 'them': [49], 'one': [50], 'most': [53], 'vulnerable': [54], 'cell': [55], 'types': [56], 'in': [57, 125, 160, 169], 'central': [59], 'nervous': [60], 'system': [61], '(CNS),': [62], 'even': [64], 'small': [65], 'insults': [66], 'can': [67, 93], 'lead': [68], 'impairment,': [71], 'demyelination,': [72], 'axonal': [74], 'dysfunction.': [75], 'For': [76], 'this': [77, 102, 147], 'reason,': [78], 'viewed': [81], 'as': [82, 118, 132, 134], 'more': [83], 'or': [84, 153, 173], 'less': [85], '"lame': [87], 'ducks"': [88], 'CNS': [91, 142], 'who': [92], 'easily': [94], 'become': [95], 'victims.': [96], 'However,': [97], 'recent': [98], 'data': [99, 111], 'demonstrate': [100], 'that': [101, 113], 'perception': [103], 'possibly': [104, 176], 'needs': [105], 'revised.': [108], 'latest': [110], 'suggest': [112], 'may': [115], 'also': [116], 'act': [117], '"fierce': [119], 'creatures,"': [120], 'influencing': [121], 'surrounding': [123], 'cells': [124], 'many': [126], 'ways': [127], 'preserve': [129], 'own,': [131], 'well': [133], 'their': [135, 189], 'function,': [136], 'allowing': [137, 167], 'sustained': [138], 'functionality': [139], 'upon': [143], 'attack.': [145], 'review,': [148], 'concept': [150], '"reactive': [152], 'activated': [154], 'oligodendrocyte"': [155], 'introduced,': [157], 'describing': [158], 'alterations': [159], 'either': [164], 'protective': [165], 'mechanisms': [166], 'survival': [168], 'otherwise': [170], 'lethal': [171], 'environment': [172, 190], 'influence': [174], 'modulate': [177, 186], 'ongoing': [179], 'inflammation.': [180], 'Although': [181], '"harnessed",': [182], 'might': [184], 'actively': [185], 'shape': [188], 'part': [193], 'immune': [196], 'privilege': [197], 'brain.': [200]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2049577344', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2022, 'cited_by_count': 2}, {'year': 2021, 'cited_by_count': 1}, {'year': 2020, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 3}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-09-25T23:07:59.901245', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2207755691', 'doi': 'https://doi.org/10.1038/sj.embor.embor949', 'title': 'Fierce creatures', 'display_name': 'Fierce creatures', 'relevance_score': 416.03705, 'publication_year': 2003, 'publication_date': '2003-10-01', 'ids': {'openalex': 'https://openalex.org/W2207755691', 'doi': 'https://doi.org/10.1038/sj.embor.embor949', 'mag': '2207755691', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/14528257', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/1326407'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/sj.embor.embor949', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S57252141', 'display_name': 'EMBO Reports', 'issn_l': '1469-221X', 'issn': ['1469-221X', '1469-3178'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://europepmc.org/articles/pmc1326407?pdf=render', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5046183715', 'display_name': 'Holger Breithaupt', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Holger Breithaupt', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5046183715'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 7, 'biblio': {'volume': '4', 'issue': '10', 'first_page': '921', 'last_page': '924'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86792732', 'wikidata': 'https://www.wikidata.org/wiki/Q1416338', 'display_name': 'Creatures', 'level': 3, 'score': 0.526047}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.39607137}, {'id': 'https://openalex.org/C2776608160', 'wikidata': 'https://www.wikidata.org/wiki/Q4785462', 'display_name': 'Natural (archaeology)', 'level': 2, 'score': 0.12716225}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011634', 'descriptor_name': 'Public Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D015047', 'descriptor_name': 'Zoonoses', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D021821', 'descriptor_name': 'Communicable Diseases, Emerging', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004196', 'descriptor_name': 'Disease Outbreaks', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045473', 'descriptor_name': 'SARS Virus', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D045473', 'descriptor_name': 'SARS Virus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D045169', 'descriptor_name': 'Severe Acute Respiratory Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015047', 'descriptor_name': 'Zoonoses', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/sj.embor.embor949', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S57252141', 'display_name': 'EMBO Reports', 'issn_l': '1469-221X', 'issn': ['1469-221X', '1469-3178'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc1326407', 'pdf_url': 'https://europepmc.org/articles/pmc1326407?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1326407', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/14528257', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc1326407', 'pdf_url': 'https://europepmc.org/articles/pmc1326407?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.78}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1641042124', 'https://openalex.org/W1990804418', 'https://openalex.org/W1993764875', 'https://openalex.org/W2013243191', 'https://openalex.org/W2046158694', 'https://openalex.org/W2082860237', 'https://openalex.org/W2130076355', 'https://openalex.org/W2151865869', 'https://openalex.org/W2969399470', 'https://openalex.org/W4234157524'], 'ngrams_url': 'https://api.openalex.org/works/W2207755691/ngrams', 'abstract_inverted_index': {'In': [0, 143], 'their': [1, 32], '1975': [2], 'satire': [3], 'on': [4, 31], 'the': [5, 9, 14, 17, 35, 44, 50, 62, 67, 71, 98, 101, 107, 117, 147, 163, 230, 249, 261, 277, 287], 'King': [6, 38], 'Arthur': [7, 39, 83], 'saga,': [8], 'movie': [10], '‘Monty': [11], 'Python': [12, 22], 'and': [13, 40, 75, 89, 126, 150, 206, 241, 259, 286], 'Holy': [15, 36], 'Grail’,': [16], 'British': [18], 'comedy': [19], 'group': [20], 'Monty': [21], 'included': [23], 'a': [24, 27, 56, 87, 92, 112, 120, 124, 224, 233, 270], 'scene': [25], 'with': [26, 137, 167, 229], 'dangerous': [28], 'animal.': [29, 128], 'While': [30], 'search': [33], 'for': [34], 'Grail,': [37], 'his': [41, 95], 'Knights': [42], 'of': [43, 52, 61, 94, 119, 152, 185, 198, 212, 235, 274, 279], 'Round': [45], 'Table': [46], 'have': [47], 'to': [48, 123, 193, 204, 210], 'enter': [49], 'Cave': [51], 'Caerbannog.': [53], 'But': [54], 'Tim,': [55], 'Scottish': [57], 'sorcerer,': [58], 'warns': [59], 'them': [60], 'fierce': [63], 'rabbit': [64], 'that': [65, 115, 170, 223, 256, 295], 'guards': [66], "cave's": [68], 'entrance:': [69], "“That's": [70], 'most': [72, 172], 'foul,': [73], 'cruel': [74], 'bad‐tempered': [76], 'rodent': [77, 155], 'you': [78, 105], 'ever': [79], 'set': [80], 'eyes': [81], 'on.”': [82], 'does': [84], 'not': [85, 133, 248], 'believe': [86], 'word': [88], 'loses': [90], 'about': [91], 'dozen': [93], 'knights': [96], 'in': [97, 162, 208, 220, 292], 'fight': [99], 'against': [100], 'killer': [102], 'rabbit.': [103], 'If': [104], 'overlook': [106], 'grisly': [108], 'details,': [109], 'this': [110, 141, 186], 'is': [111, 201], 'wonderful': [113], 'joke': [114], 'attributes': [116], 'characteristics': [118], 'deadly': [121], 'predator': [122], 'cute': [125, 138], 'cuddly': [127], 'The': [129], 'US': [130], 'government': [131], 'did': [132], 'take': [134], 'any': [135], 'chances': [136], 'animals': [139], 'earlier': [140], 'year.': [142], 'June,': [144], 'it': [145, 188], 'prohibited': [146], 'import,': [148], 'sale': [149], 'distribution': [151], 'six': [153, 297], 'African': [154], 'species': [156], 'after': [157], 'more': [158], 'than': [159], '50': [160], 'people': [161], 'USA': [164], 'became': [165], 'infected': [166, 228], 'monkeypox': [168], 'virus': [169, 231, 282], 'was': [171, 227], 'likely': [173], 'transmitted': [174], 'from': [175, 178], 'rodents': [176], 'imported': [177], 'Africa': [179], 'as': [180, 232], 'pets.': [181], 'On': [182], 'June': [183], '11': [184], 'year,': [187], 'also': [189], 'recommended': [190], 'smallpox': [191, 205], 'vaccinations': [192], 'curtail': [194], 'further': [195], 'human‐to‐human': [196, 236], 'transmission': [197], 'monkeypox,': [199], 'which': [200], 'closely': [202], 'related': [203], 'fatal': [207], 'up': [209], '10%': [211], 'cases.': [213], 'Only': [214], 'one': [215], 'day': [216], 'later,': [217], 'health': [218, 242], 'officials': [219, 243], 'Wisconsin': [221], 'confirmed': [222], 'health‐care': [225], 'worker': [226], 'result': [234], 'transmission.\n\n>': [237], 'What': [238], 'makes': [239], 'scientists': [240], 'worry': [244], 'most,': [245], 'however,': [246], 'are': [247, 257], 'diseases': [250], 'they': [251], 'already': [252], 'know,': [253], 'but': [254], 'those': [255], 'new': [258], 'unknown\n\nMonkeypox,': [260], 'recent': [262], 'SARS': [263], '(severe': [264], 'acute': [265], 'respiratory': [266], 'syndrome,': [267], 'caused': [268], 'by': [269], 'previously': [271], 'unknown': [272], 'strain': [273], 'coronavirus)': [275], 'epidemic,': [276], 'spread': [278], 'West': [280], 'Nile': [281], 'across': [283], 'North': [284], 'America': [285], '1997': [288], 'avian': [289], 'flu': [290], 'outbreak': [291], 'Hong': [293], 'Kong': [294], 'killed': [296], 'people,': [298], '…': [299]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2207755691', 'counts_by_year': [{'year': 2022, 'cited_by_count': 1}, {'year': 2021, 'cited_by_count': 1}, {'year': 2020, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}], 'updated_date': '2023-09-30T02:06:22.781377', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2466650320', 'doi': 'https://doi.org/10.1017/s0003598x00039120', 'title': 'The primitive Anglo-Saxon calendar', 'display_name': 'The primitive Anglo-Saxon calendar', 'relevance_score': 40.121727, 'publication_year': 1973, 'publication_date': '1973-12-01', 'ids': {'openalex': 'https://openalex.org/W2466650320', 'doi': 'https://doi.org/10.1017/s0003598x00039120', 'mag': '2466650320'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1017/s0003598x00039120', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S173880072', 'display_name': 'Antiquity', 'issn_l': '0003-598X', 'issn': ['0003-598X', '1745-1744'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311721', 'host_organization_name': 'Cambridge University Press', 'host_organization_lineage': ['https://openalex.org/P4310311721', 'https://openalex.org/P4310311702'], 'host_organization_lineage_names': ['Cambridge University Press', 'University of Cambridge'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5076139076', 'display_name': 'Kenneth Harrison', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Kenneth Harrison', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5076139076'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 36, 'biblio': {'volume': '47', 'issue': '188', 'first_page': '284', 'last_page': '287'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86792732', 'wikidata': 'https://www.wikidata.org/wiki/Q1416338', 'display_name': 'Creatures', 'level': 3, 'score': 0.86114}, {'id': 'https://openalex.org/C2778061430', 'wikidata': 'https://www.wikidata.org/wiki/Q188823', 'display_name': 'Scholarship', 'level': 2, 'score': 0.63750803}, {'id': 'https://openalex.org/C2780623531', 'wikidata': 'https://www.wikidata.org/wiki/Q9142', 'display_name': 'Irish', 'level': 2, 'score': 0.6209626}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.570904}, {'id': 'https://openalex.org/C551968917', 'wikidata': 'https://www.wikidata.org/wiki/Q5043', 'display_name': 'Christianity', 'level': 2, 'score': 0.55261093}, {'id': 'https://openalex.org/C7149132', 'wikidata': 'https://www.wikidata.org/wiki/Q1377840', 'display_name': 'Forgetting', 'level': 2, 'score': 0.54198086}, {'id': 'https://openalex.org/C2777109615', 'wikidata': 'https://www.wikidata.org/wiki/Q29536', 'display_name': 'Paganism', 'level': 3, 'score': 0.5134812}, {'id': 'https://openalex.org/C195244886', 'wikidata': 'https://www.wikidata.org/wiki/Q41493', 'display_name': 'Ancient history', 'level': 1, 'score': 0.4603339}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.36656386}, {'id': 'https://openalex.org/C74916050', 'wikidata': 'https://www.wikidata.org/wiki/Q841090', 'display_name': 'Classics', 'level': 1, 'score': 0.342888}, {'id': 'https://openalex.org/C124952713', 'wikidata': 'https://www.wikidata.org/wiki/Q8242', 'display_name': 'Literature', 'level': 1, 'score': 0.32957798}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.24951333}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.13022068}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.110940486}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.079126686}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C2776608160', 'wikidata': 'https://www.wikidata.org/wiki/Q4785462', 'display_name': 'Natural (archaeology)', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1017/s0003598x00039120', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S173880072', 'display_name': 'Antiquity', 'issn_l': '0003-598X', 'issn': ['0003-598X', '1745-1744'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311721', 'host_organization_name': 'Cambridge University Press', 'host_organization_lineage': ['https://openalex.org/P4310311721', 'https://openalex.org/P4310311702'], 'host_organization_lineage_names': ['Cambridge University Press', 'University of Cambridge'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.33}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.11}], 'grants': [], 'referenced_works_count': 3, 'referenced_works': ['https://openalex.org/W2053669474', 'https://openalex.org/W2221491516', 'https://openalex.org/W2319765727'], 'related_works': ['https://openalex.org/W1981647824', 'https://openalex.org/W1987722742', 'https://openalex.org/W2237169383', 'https://openalex.org/W2322434423', 'https://openalex.org/W2322582946', 'https://openalex.org/W2481103832', 'https://openalex.org/W2481832292', 'https://openalex.org/W2493501408', 'https://openalex.org/W2506887955', 'https://openalex.org/W4250598877'], 'ngrams_url': 'https://api.openalex.org/works/W2466650320/ngrams', 'abstract_inverted_index': {'When': [0], 'the': [1, 6, 9, 17, 23, 29, 47, 70, 79, 96], 'Anglo-Saxons': [2], 'invaded': [3], 'England,': [4], 'about': [5], 'middle': [7], 'of': [8, 22, 61, 66, 72, 86, 105, 109], 'fifth': [10], 'century,': [11], 'they': [12, 43, 50], 'came': [13], 'as': [14, 77], 'barbarians': [15], 'in': [16, 69, 95], 'proper': [18], 'and': [19, 26, 74, 76, 84, 100], 'Roman': [20], 'sense': [21], 'word,': [24], 'illiterate': [25], 'unpolished.': [27], 'At': [28], 'beginning,': [30], 'too,': [31], 'their': [32, 82], 'religion': [33], 'was': [34], 'a': [35, 56, 91], 'paganism': [36], 'at': [37, 102], 'variance': [38], 'with': [39], 'imperial': [40], 'Christianity.': [41], 'Yet': [42], 'cannot': [44], 'have': [45], 'been': [46], 'blundering': [48], 'creatures': [49], 'are': [51], 'sometimes': [52], 'taken': [53], 'for:': [54], 'within': [55], 'few': [57], 'generations': [58], 'this': [59], 'assortment': [60], 'tribes': [62], 'had': [63], 'produced': [64], 'scholarship': [65], 'European': [67], 'standing,': [68], 'persons': [71], 'Aldhelm': [73], 'Bede,': [75], 'to': [78, 114], 'decorative': [80], 'arts': [81], 'jewelry': [83], 'illumination': [85], 'manuscripts—not': [87], 'forgetting': [88], 'Irish': [89], 'influence—were': [90], 'match': [92], 'for': [93], 'anyone': [94], 'western': [97], 'world.': [98], 'Fierce': [99], 'warlike': [101], 'first,': [103], 'guilty': [104], 'unprovoked': [106], 'aggression,': [107], 'most': [108], 'them': [110], 'soon': [111], 'settled': [112], 'down': [113], 'become': [115], 'peaceful': [116], 'farmers.': [117]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2466650320', 'counts_by_year': [{'year': 2022, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 2}, {'year': 2012, 'cited_by_count': 30}], 'updated_date': '2023-09-27T14:34:16.037671', 'created_date': '2016-07-22'}, {'id': 'https://openalex.org/W1980061023', 'doi': 'https://doi.org/10.2307/2165404', 'title': 'Mau Mau: An African Crucible.', 'display_name': 'Mau Mau: An African Crucible.', 'relevance_score': 37.070324, 'publication_year': 1991, 'publication_date': '1991-12-01', 'ids': {'openalex': 'https://openalex.org/W1980061023', 'doi': 'https://doi.org/10.2307/2165404', 'mag': '1980061023'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/2165404', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S197437610', 'display_name': 'The American Historical Review', 'issn_l': '0002-8762', 'issn': ['0002-8762', '1937-5239'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5047627448', 'display_name': 'Dane Kennedy', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Dane Kennedy', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5082645191', 'display_name': 'Robert B. Edgerton', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Robert B. Edgerton', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 4400, 'currency': 'USD', 'value_usd': 4400, 'provenance': 'doaj'}, 'apc_paid': {'value': 4400, 'currency': 'USD', 'value_usd': 4400, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 33, 'biblio': {'volume': '96', 'issue': '5', 'first_page': '1591', 'last_page': '1591'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86792732', 'wikidata': 'https://www.wikidata.org/wiki/Q1416338', 'display_name': 'Creatures', 'level': 3, 'score': 0.8205564}, {'id': 'https://openalex.org/C120500152', 'wikidata': 'https://www.wikidata.org/wiki/Q5189793', 'display_name': 'Crucible (geodemography)', 'level': 2, 'score': 0.7628092}, {'id': 'https://openalex.org/C35651441', 'wikidata': 'https://www.wikidata.org/wiki/Q625303', 'display_name': 'Independence (probability theory)', 'level': 2, 'score': 0.6453275}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.54227155}, {'id': 'https://openalex.org/C2778125881', 'wikidata': 'https://www.wikidata.org/wiki/Q21994376', 'display_name': 'War of independence', 'level': 3, 'score': 0.45723328}, {'id': 'https://openalex.org/C2781300812', 'wikidata': 'https://www.wikidata.org/wiki/Q178061', 'display_name': 'Shock (circulatory)', 'level': 2, 'score': 0.41683328}, {'id': 'https://openalex.org/C56273599', 'wikidata': 'https://www.wikidata.org/wiki/Q3122841', 'display_name': 'White (mutation)', 'level': 3, 'score': 0.4158062}, {'id': 'https://openalex.org/C2777382242', 'wikidata': 'https://www.wikidata.org/wiki/Q6017816', 'display_name': 'Index (typography)', 'level': 2, 'score': 0.4140525}, {'id': 'https://openalex.org/C2549261', 'wikidata': 'https://www.wikidata.org/wiki/Q43455', 'display_name': 'Ethnology', 'level': 1, 'score': 0.3550594}, {'id': 'https://openalex.org/C195244886', 'wikidata': 'https://www.wikidata.org/wiki/Q41493', 'display_name': 'Ancient history', 'level': 1, 'score': 0.35476023}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.22082746}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.13382602}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.1276637}, {'id': 'https://openalex.org/C2776608160', 'wikidata': 'https://www.wikidata.org/wiki/Q4785462', 'display_name': 'Natural (archaeology)', 'level': 2, 'score': 0.091115326}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.064502805}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.051962107}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C2776948989', 'wikidata': 'https://www.wikidata.org/wiki/Q209572', 'display_name': 'Military service', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/2165404', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S197437610', 'display_name': 'The American Historical Review', 'issn_l': '0002-8762', 'issn': ['0002-8762', '1937-5239'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.52}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.17}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W596064188', 'https://openalex.org/W1512162335', 'https://openalex.org/W1517528565', 'https://openalex.org/W1957172367', 'https://openalex.org/W1994758153', 'https://openalex.org/W2038206334', 'https://openalex.org/W2046174122', 'https://openalex.org/W2075964166', 'https://openalex.org/W2119389875', 'https://openalex.org/W2151902332', 'https://openalex.org/W2156390313', 'https://openalex.org/W2479382881', 'https://openalex.org/W2587427855', 'https://openalex.org/W2758566106', 'https://openalex.org/W2795582464', 'https://openalex.org/W2797334982', 'https://openalex.org/W2808053165', 'https://openalex.org/W2884140531', 'https://openalex.org/W2988981005', 'https://openalex.org/W2992900184'], 'ngrams_url': 'https://api.openalex.org/works/W1980061023/ngrams', 'abstract_inverted_index': {'Preface.': [0], 'Acknowledgments.': [1], '1.': [2], 'There': [3], 'Will': [4], 'Be': [5], 'a': [6, 21], 'General': [7], 'Uprising:': [8], 'The': [9, 18, 37, 51, 69], 'Colonization': [10], 'of': [11, 20, 25, 29, 34, 39, 47], 'Kenya.': [12], '2.': [13], 'Something': [14], 'Called': [15], 'Maw': [16], 'Maw:': [17], 'Evolution': [19], 'Rebellion.': [22], '3.': [23], 'State': [24], 'Emergency:': [26], 'Four': [27], 'Years': [28], 'War.': [30], '4.': [31], 'Debased': [32], 'Creatures': [33], 'the': [35, 48], 'Forest:': [36], 'Warriors': [38], 'Mau': [40, 55, 77, 78], 'Mau.': [41, 56], '5.': [42], 'Dark': [43], 'and': [44, 63], 'Dreadful': [45], 'Distortions': [46], 'Human': [49], 'Spirit:': [50], 'White': [52], 'Reaction': [53], 'to': [54, 71], '6.': [57], 'A': [58], 'Short,': [59], 'Sharp': [60], 'Shock:': [61], 'Detention': [62], 'Rehabilitation.': [64], '7.': [65], 'Black': [66], "Man's": [67], 'Country:': [68], 'Path': [70], 'Independence.': [72], '8.': [73], 'Their': [74], 'Fierce': [75], 'Self-interest:': [76], 'in': [79], 'Perspective.': [80], 'Notes': [81], '.': [82, 85], 'Bibliography.': [83], 'Index': [84]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1980061023', 'counts_by_year': [{'year': 2021, 'cited_by_count': 1}, {'year': 2019, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 2}, {'year': 2015, 'cited_by_count': 3}, {'year': 2014, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 7}], 'updated_date': '2023-09-26T11:49:32.439040', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W187591979', 'doi': None, 'title': 'Middle Knowledge and the Problem of Evil', 'display_name': 'Middle Knowledge and the Problem of Evil', 'relevance_score': 32.473217, 'publication_year': 1977, 'publication_date': '1977-01-01', 'ids': {'openalex': 'https://openalex.org/W187591979', 'mag': '187591979'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://commonsenseatheism.com/wp-content/uploads/2009/09/Adams-Middle-Knowledge-and-the-Problem-of-Evil.pdf', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S98143213', 'display_name': 'American Philosophical Quarterly', 'issn_l': '0003-0481', 'issn': ['0003-0481', '2152-1123'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315680', 'host_organization_name': 'University of Illinois Press', 'host_organization_lineage': ['https://openalex.org/P4310315680'], 'host_organization_lineage_names': ['University of Illinois Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5089265463', 'display_name': 'Robert Adams', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Robert Merrihew Adams', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5089265463'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 53, 'biblio': {'volume': '14', 'issue': '2', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C25343380', 'wikidata': 'https://www.wikidata.org/wiki/Q277521', 'display_name': 'Relation (database)', 'level': 2, 'score': 0.6522269}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.63071847}, {'id': 'https://openalex.org/C7493553', 'wikidata': 'https://www.wikidata.org/wiki/Q1520777', 'display_name': 'Certainty', 'level': 2, 'score': 0.6181789}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.5249724}, {'id': 'https://openalex.org/C2778154381', 'wikidata': 'https://www.wikidata.org/wiki/Q105296908', 'display_name': 'Ingenuity', 'level': 2, 'score': 0.4871173}, {'id': 'https://openalex.org/C521304379', 'wikidata': 'https://www.wikidata.org/wiki/Q9476', 'display_name': 'Free will', 'level': 2, 'score': 0.4798888}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.1291706}, {'id': 'https://openalex.org/C77088390', 'wikidata': 'https://www.wikidata.org/wiki/Q8513', 'display_name': 'Database', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://commonsenseatheism.com/wp-content/uploads/2009/09/Adams-Middle-Knowledge-and-the-Problem-of-Evil.pdf', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S98143213', 'display_name': 'American Philosophical Quarterly', 'issn_l': '0003-0481', 'issn': ['0003-0481', '2152-1123'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315680', 'host_organization_name': 'University of Illinois Press', 'host_organization_lineage': ['https://openalex.org/P4310315680'], 'host_organization_lineage_names': ['University of Illinois Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.84}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W185512519', 'https://openalex.org/W579628151', 'https://openalex.org/W1600644784', 'https://openalex.org/W1972410569', 'https://openalex.org/W1975187127', 'https://openalex.org/W1983511257', 'https://openalex.org/W1989832116', 'https://openalex.org/W2003785392', 'https://openalex.org/W2015246230', 'https://openalex.org/W2019582545', 'https://openalex.org/W2019914848', 'https://openalex.org/W2029558460', 'https://openalex.org/W2047134028', 'https://openalex.org/W2050691920', 'https://openalex.org/W2128567037', 'https://openalex.org/W2155535944', 'https://openalex.org/W2166960674', 'https://openalex.org/W2320265297', 'https://openalex.org/W2327558542', 'https://openalex.org/W2981298342'], 'ngrams_url': 'https://api.openalex.org/works/W187591979/ngrams', 'abstract_inverted_index': {'TF': [0], 'President': [1], 'Kennedy': [2, 25], 'had': [3, 210], 'not': [4, 88], 'been': [5], 'shot,': [6], 'would': [7, 26, 139, 183], '*': [8], 'he': [9], 'have': [10, 27, 326], 'bombed': [11], 'North': [12], 'Vietnam?': [13], 'God': [14, 111, 174, 324], 'only': [15], 'knows.': [16], 'Or': [17], 'does': [18, 110], 'He?': [19], 'Does': [20], 'even': [21, 277], 'He': [22, 135], 'know': [23], 'what': [24, 178], 'done': [28], '?': [29], 'There': [30], 'is': [31, 257, 265, 271, 275, 285], 'a': [32, 49, 211], 'little': [33], 'known': [34, 302], 'but': [35, 129], 'interesting': [36], 'literature': [37], 'on': [38, 287], 'the': [39, 47, 54, 57, 60, 82, 105, 124, 171, 204, 223, 230, 243, 288, 294, 315, 334, 344], 'general': [40], 'issue': [41], 'exemplified': [42], 'by': [43, 118, 130, 154, 160, 165, 203, 260, 303, 338], 'this': [44, 102], 'question.': [45], 'In': [46], "i58o's": [48], 'fierce': [50], 'controversy': [51], 'erupted': [52], 'between': [53, 62, 214, 233], 'Jesuits': [55, 70], 'and': [56, 65, 158, 226, 246, 254, 319, 329], 'Dominicans': [58, 125], 'about': [59, 266], 'relation': [61], "God's": [63, 220], 'grace': [64], 'human': [66, 77, 115, 121], 'free': [67, 80, 181], 'will.': [68], 'The': [69, 269], 'held,': [71], 'among': [72], 'other': [73, 161, 215], 'things,': [74], 'that': [75, 84, 137, 173, 191, 256, 283, 290, 296], 'many': [76], 'actions': [78], 'are': [79, 87, 297], 'in': [81, 101, 104, 133, 142, 186, 189, 357], 'sense': [83, 103], 'their': [85], 'agents': [86], 'logically': [89], 'or': [90, 232], 'causally': [91, 119, 258], 'determined': [92, 259], 'to': [93, 127, 300, 321, 351], 'do': [94, 185], 'them.': [95], '(Free': [96], 'will': [97, 253, 310, 354], 'always': [98], 'be': [99, 301, 307, 355], 'used': [100], 'present': [106], 'essay.)': [107], 'How': [108], 'then': [109, 330], 'maintain': [112], 'control': [113], 'over': [114], 'history?': [116], 'Not': [117], 'determining': [120], 'actions,': [122], 'as': [123], 'seemed': [126], 'believe,1': [128], 'causing': [131], 'circumstances': [132], 'which': [134, 190, 239], 'knew': [136], 'we': [138], 'freely': [140, 184], 'act': [141], 'accordance': [143], 'with': [144, 151, 176], 'His': [145, 227, 234, 247, 251, 261], 'plans.': [146], 'This': [147, 263], 'answer': [148], 'was': [149, 199], 'developed': [150], 'great': [152], 'ingenuity': [153], 'Luis': [155], 'de': [156], 'Molina,': [157], 'defended': [159], 'Jesuit': [162], 'theologians,': [163], 'notably': [164], 'Francisco': [166], 'Suarez.': [167], 'Their': [168], 'theory': [169, 345], 'includes': [170], 'thesis': [172], 'knows': [175], 'certainty': [177], 'every': [179, 187], 'possible': [180, 225], 'creature': [182, 192], 'situation': [188], 'could': [193], 'possibly': [194], 'find': [195], 'himself.': [196], 'Such': [197], 'knowledge': [202], 'called': [200], 'middle': [212, 273, 304, 327, 347], 'Jesuits,': [205], 'because': [206], 'they': [207], 'thought': [208], 'it': [209, 284], 'status': [213], 'kinds': [216], 'of': [217, 222, 229, 236, 250, 293, 317, 346], 'know?': [218, 248], 'ledge?between': [219], 'merely': [224], 'actual;': [231], 'necessary': [237], 'truths,': [238], 'all': [240], 'follow': [241], 'from': [242], 'divine': [244], 'nature,': [245], 'ledge': [249], 'own': [252], 'everything': [255], 'will.2': [262], 'paper': [264], 'two': [267], 'questions.': [268], 'first': [270], 'whether': [272], 'possible,': [276], 'for': [278], 'God.': [279], 'I': [280, 309], 'shall': [281], 'argue': [282], 'not,': [286], 'ground': [289], 'conditional': [291], 'propositions': [292], 'sort': [295], 'sup?': [298], 'posed': [299], 'cannot': [306], 'true.': [308], 'examine': [311], '(in': [312, 331], 'section': [313, 332, 358], 'II)': [314], 'attempts': [316], 'Molina': [318], 'Suarez': [320], 'explain': [322], 'how': [323], 'can': [325], 'knowledge;': [328], 'III)': [333], 'account': [335], 'recently': [336], 'offered': [337], 'Alvin': [339], 'Plantinga,': [340], 'who': [341], 'has': [342], 'reinvented': [343], 'knowledge.': [348], 'wo': [349], 'objections': [350], 'my': [352], 'position': [353], 'discussed': [356], 'IV.': [359]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W187591979', 'counts_by_year': [{'year': 2021, 'cited_by_count': 1}, {'year': 2020, 'cited_by_count': 2}, {'year': 2019, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 2}, {'year': 2016, 'cited_by_count': 3}, {'year': 2015, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 3}, {'year': 2013, 'cited_by_count': 3}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-09-23T07:55:20.079106', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2028514556', 'doi': 'https://doi.org/10.1126/science.155.3767.1203', 'title': 'The Historical Roots of Our Ecologic Crisis', 'display_name': 'The Historical Roots of Our Ecologic Crisis', 'relevance_score': 30.58159, 'publication_year': 1967, 'publication_date': '1967-03-10', 'ids': {'openalex': 'https://openalex.org/W2028514556', 'doi': 'https://doi.org/10.1126/science.155.3767.1203', 'mag': '2028514556', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/17847526'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.155.3767.1203', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5011185091', 'display_name': 'Lynn Τ. White', 'orcid': 'https://orcid.org/0000-0002-6524-5071'}, 'institutions': [{'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Lynn White', 'raw_affiliation_string': 'University of California, Los Angeles', 'raw_affiliation_strings': ['University of California, Los Angeles']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5011185091'], 'corresponding_institution_ids': ['https://openalex.org/I161318765'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 2871, 'biblio': {'volume': '155', 'issue': '3767', 'first_page': '1203', 'last_page': '1207'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.3784544}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.155.3767.1203', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/17847526', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.52}, {'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.34}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1913480190', 'https://openalex.org/W2004755566', 'https://openalex.org/W2014370225', 'https://openalex.org/W2382043787', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W3120165752', 'https://openalex.org/W3158585187', 'https://openalex.org/W3194548888', 'https://openalex.org/W3195275078'], 'ngrams_url': 'https://api.openalex.org/works/W2028514556/ngrams', 'abstract_inverted_index': {'A': [0], 'conversation': [1], 'with': [2, 84], 'Aldous': [3], 'Huxley': [4], 'not': [5], 'infrequently': [6], 'put': [7], 'one': [8], 'at': [9], 'the': [10, 48, 88, 109, 114, 132, 143, 160, 164], 'receiving': [11], 'end': [12], 'of': [13, 34, 75, 117, 121, 134, 163], 'an': [14], 'unforgettable': [15], 'monologue.': [16], 'About': [17], 'a': [18, 28, 55, 68, 101, 122, 150], 'year': [19], 'before': [20], 'his': [21, 42], 'lamented': [22], 'death': [23], 'he': [24, 44, 51, 61], 'was': [25, 81, 105], 'discoursing': [26], 'on': [27], 'favorite': [29], 'topic:': [30], "Man's": [31], 'unnatural': [32], 'treatment': [33], 'nature': [35], 'and': [36], 'its': [37], 'sad': [38], 'results.': [39], 'To': [40], 'illustrate': [41], 'point': [43, 140], 'told': [45], 'how,': [46], 'during': [47], 'previous': [49], 'summer,': [50], 'had': [52, 62, 72, 97, 146], 'returned': [53], 'to': [54, 100, 112, 139, 153, 158], 'little': [56], 'valley': [57], 'in': [58, 131, 155], 'England': [59, 154], 'where': [60], 'spent': [63], 'many': [64], 'happy': [65], 'months': [66], 'as': [67, 149], 'child.': [69], 'Once': [70], 'it': [71, 80], 'been': [73, 147], 'composed': [74], 'delightful': [76], 'grassy': [77], 'glades;': [78], 'now': [79], 'becoming': [82], 'overgrown': [83], 'unsightly': [85], 'brush': [86], 'because': [87], 'rabbits': [89], 'that': [90, 104, 142], 'formerly': [91], 'kept': [92], 'such': [93], 'growth': [94], 'under': [95], 'control': [96], 'largely': [98], 'succumbed': [99], 'disease,': [102], 'myxomatosis,': [103], 'deliberately': [106], 'introduced': [107], 'by': [108], 'local': [110], 'farmers': [111], 'reduce': [113], "rabbits'": [115], 'destruction': [116], 'crops.': [118], 'Being': [119], 'something': [120], 'Philistine,': [123], 'I': [124, 137], 'could': [125], 'be': [126], 'silent': [127], 'no': [128], 'longer,': [129], 'even': [130], 'interests': [133], 'great': [135], 'rhetoric.': [136], 'interrupted': [138], 'out': [141], 'rabbit': [144], 'itself': [145], 'brought': [148], 'domestic': [151], 'animal': [152], '1176,': [156], 'presumably': [157], 'improve': [159], 'protein': [161], 'diet': [162], 'peasantry.': [165]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2028514556', 'counts_by_year': [{'year': 2023, 'cited_by_count': 107}, {'year': 2022, 'cited_by_count': 143}, {'year': 2021, 'cited_by_count': 149}, {'year': 2020, 'cited_by_count': 201}, {'year': 2019, 'cited_by_count': 207}, {'year': 2018, 'cited_by_count': 130}, {'year': 2017, 'cited_by_count': 104}, {'year': 2016, 'cited_by_count': 133}, {'year': 2015, 'cited_by_count': 124}, {'year': 2014, 'cited_by_count': 129}, {'year': 2013, 'cited_by_count': 132}, {'year': 2012, 'cited_by_count': 102}], 'updated_date': '2023-10-01T05:27:25.709733', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2233791261', 'doi': 'https://doi.org/10.1484/j.ikon.3.46', 'title': 'Taming the Beast: Images of Trained Bears in Twelfth-Century English Manuscripts', 'display_name': 'Taming the Beast: Images of Trained Bears in Twelfth-Century English Manuscripts', 'relevance_score': 25.961454, 'publication_year': 2009, 'publication_date': '2009-01-01', 'ids': {'openalex': 'https://openalex.org/W2233791261', 'doi': 'https://doi.org/10.1484/j.ikon.3.46', 'mag': '2233791261'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1484/j.ikon.3.46', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210235472', 'display_name': 'Ikon', 'issn_l': '1846-8551', 'issn': ['2507-041X', '1846-8551'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310322758', 'host_organization_name': 'Brepols', 'host_organization_lineage': ['https://openalex.org/P4310322758'], 'host_organization_lineage_names': ['Brepols'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5072392693', 'display_name': 'Laura Cleaver', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Laura Cleaver', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5072392693'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 17, 'biblio': {'volume': '2', 'issue': None, 'first_page': '243', 'last_page': '252'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.50916}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.33435595}, {'id': 'https://openalex.org/C52119013', 'wikidata': 'https://www.wikidata.org/wiki/Q50637', 'display_name': 'Art history', 'level': 1, 'score': 0.33010164}, {'id': 'https://openalex.org/C74916050', 'wikidata': 'https://www.wikidata.org/wiki/Q841090', 'display_name': 'Classics', 'level': 1, 'score': 0.32087183}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.32031095}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1484/j.ikon.3.46', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210235472', 'display_name': 'Ikon', 'issn_l': '1846-8551', 'issn': ['2507-041X', '1846-8551'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310322758', 'host_organization_name': 'Brepols', 'host_organization_lineage': ['https://openalex.org/P4310322758'], 'host_organization_lineage_names': ['Brepols'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.87}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W163049555', 'https://openalex.org/W612963211', 'https://openalex.org/W643768068', 'https://openalex.org/W1656273795', 'https://openalex.org/W2275196185', 'https://openalex.org/W2461474427', 'https://openalex.org/W2748952813', 'https://openalex.org/W2799613829', 'https://openalex.org/W2899084033', 'https://openalex.org/W3193615524'], 'ngrams_url': 'https://api.openalex.org/works/W2233791261/ngrams', 'abstract_inverted_index': {'Amongst': [0], 'the': [1, 7, 18, 29, 58, 95, 115, 135, 141, 150], 'surviving': [2], 'representations': [3], 'of': [4, 32, 88, 97, 102, 109, 117, 137, 146], 'bears': [5, 44, 61, 89, 110, 147], 'from': [6, 13], 'twelfth': [8], 'century': [9], 'are': [10], 'two': [11], 'images': [12, 87, 108, 145], 'southern': [14], 'England': [15], 'in': [16, 77, 94, 140], 'which': [17, 73], 'creature': [19], 'is': [20], 'being': [21, 65, 90], 'taught': [22, 91], 'to': [23, 35, 53, 92, 120, 131], 'speak.': [24], 'These': [25], 'depictions': [26], 'resonate': [27], 'with': [28], 'contemporary': [30], 'use': [31], 'animal': [33], 'fables': [34], 'teach': [36], 'children': [37], 'both': [38, 66], 'Latin': [39, 139], 'and': [40, 51, 68, 99], 'correct': [41], 'behaviour.': [42], 'The': [43], 'serve': [45], 'as': [46], 'parallels': [47], 'for': [48, 64], 'human': [49], 'beings': [50], 'appear': [52], 'achieve': [54], 'impossible': [55, 151], 'skills.': [56], 'In': [57], 'Middle': [59], 'Ages': [60], 'were': [62, 74, 125, 152], 'famed': [63], 'fierce': [67], 'stupid.': [69], 'However,': [70], 'captive': [71], 'bears,': [72], 'frequently': [75], 'represented': [76], 'twelfth-century': [78], 'images,': [79], 'could': [80, 155], 'also': [81, 157], 'provide': [82], 'entertainment.': [83], 'This': [84], 'study': [85], 'considers': [86], 'speak': [93], 'context': [96], 'written': [98], 'visual': [100], 'accounts': [101], 'education.': [103], 'It': [104], 'argues': [105], 'that': [106], 'these': [107], 'echoed': [111], 'current': [112], 'debates': [113], 'about': [114], 'nature': [116], 'children.': [118], 'According': [119], 'some': [121], 'writers,': [122], 'young': [123], 'pupils': [124], 'like': [126], 'wild': [127], 'animals': [128], 'who': [129], 'needed': [130], 'be': [132, 158], 'reformed': [133], 'through': [134], 'process': [136], 'learning': [138], 'schoolroom.': [142], 'Whilst': [143], 'such': [144], 'seemingly': [148], 'achieving': [149], 'entertaining,': [153], 'they': [154], 'thus': [156], 'didactic.': [159]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2233791261', 'counts_by_year': [{'year': 2020, 'cited_by_count': 17}], 'updated_date': '2023-09-24T16:39:32.951598', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4247285710', 'doi': 'https://doi.org/10.1016/j.cub.2008.04.053', 'title': 'Free will', 'display_name': 'Free will', 'relevance_score': 24.707872, 'publication_year': 2008, 'publication_date': '2008-07-01', 'ids': {'openalex': 'https://openalex.org/W4247285710', 'doi': 'https://doi.org/10.1016/j.cub.2008.04.053', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/18644328'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cub.2008.04.053', 'pdf_url': 'http://www.cell.com/article/S0960982208005393/pdf', 'source': {'id': 'https://openalex.org/S128425624', 'display_name': 'Current Biology', 'issn_l': '0960-9822', 'issn': ['1879-0445', '0960-9822'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://www.cell.com/article/S0960982208005393/pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5077225105', 'display_name': 'P. Read Montague', 'orcid': 'https://orcid.org/0000-0002-8967-0339'}, 'institutions': [{'id': 'https://openalex.org/I181547552', 'display_name': 'Baylor College of Medicine', 'ror': 'https://ror.org/02pttbw34', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I181547552', 'https://openalex.org/I2801539370']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'P. Read Montague', 'raw_affiliation_string': 'Department of Neuroscience, Baylor College of Medicine, Houston, Texas 77030, USA', 'raw_affiliation_strings': ['Department of Neuroscience, Baylor College of Medicine, Houston, Texas 77030, USA']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5077225105'], 'corresponding_institution_ids': ['https://openalex.org/I181547552'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 34, 'biblio': {'volume': '18', 'issue': '14', 'first_page': 'R584', 'last_page': 'R585'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.93759805}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.4027926}, {'id': 'https://openalex.org/C78458016', 'wikidata': 'https://www.wikidata.org/wiki/Q840400', 'display_name': 'Evolutionary biology', 'level': 1, 'score': 0.33498877}], 'mesh': [{'descriptor_ui': 'D026684', 'descriptor_name': 'Personal Autonomy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D002755', 'descriptor_name': 'Choice Behavior', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013534', 'descriptor_name': 'Survival', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cub.2008.04.053', 'pdf_url': 'http://www.cell.com/article/S0960982208005393/pdf', 'source': {'id': 'https://openalex.org/S128425624', 'display_name': 'Current Biology', 'issn_l': '0960-9822', 'issn': ['1879-0445', '0960-9822'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/18644328', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cub.2008.04.053', 'pdf_url': 'http://www.cell.com/article/S0960982208005393/pdf', 'source': {'id': 'https://openalex.org/S128425624', 'display_name': 'Current Biology', 'issn_l': '0960-9822', 'issn': ['1879-0445', '0960-9822'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.76}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.12}], 'grants': [], 'referenced_works_count': 4, 'referenced_works': ['https://openalex.org/W2100660722', 'https://openalex.org/W2119631764', 'https://openalex.org/W2162253352', 'https://openalex.org/W2165368112'], 'related_works': ['https://openalex.org/W1997770566', 'https://openalex.org/W2006264290', 'https://openalex.org/W2034736453', 'https://openalex.org/W2055925137', 'https://openalex.org/W2061542922', 'https://openalex.org/W2422215742', 'https://openalex.org/W4235748225', 'https://openalex.org/W4236969087', 'https://openalex.org/W4250751887', 'https://openalex.org/W4250812939'], 'ngrams_url': 'https://api.openalex.org/works/W4247285710/ngrams', 'abstract_inverted_index': {'What': [0], 'is': [1, 6, 26, 50, 120, 133, 198, 215, 230, 344, 435, 441, 579, 668, 845, 1017, 1025, 1040, 1259], 'free': [2, 92, 118, 131, 159, 252, 610, 627, 651], 'will?': [3, 463], 'Free': [4, 24], 'will': [5, 25, 93, 119, 132, 628, 1052, 1186, 1285], 'the': [7, 27, 31, 34, 37, 55, 84, 115, 144, 155, 165, 180, 186, 204, 207, 236, 264, 276, 294, 305, 324, 339, 350, 357, 378, 389, 395, 424, 445, 457, 504, 521, 537, 542, 548, 557, 560, 568, 596, 618, 622, 647, 679, 687, 710, 741, 745, 749, 771, 779, 782, 827, 903, 917, 931, 964, 985, 988, 1005, 1021, 1034, 1037, 1079, 1083, 1111, 1114, 1137, 1188, 1200, 1261, 1264, 1270, 1279], 'idea': [8, 32, 116, 549, 625, 751, 757], 'that': [9, 39, 49, 58, 91, 101, 288, 397, 412, 438, 461, 467, 550, 587, 605, 671, 747, 829, 849, 923, 987, 1077, 1149], 'we': [10, 142, 310, 640, 705, 830, 850, 1248, 1284], 'make': [11, 59, 574, 599, 1078, 1240], 'choices': [12, 67, 182, 266, 269, 575, 600, 791, 993], 'and': [13, 43, 52, 82, 188, 247, 308, 336, 347, 362, 369, 475, 492, 520, 585, 691, 721, 776, 800, 814, 832, 871, 920, 978, 1125, 1136, 1168, 1181, 1184, 1205], 'have': [14, 95, 169, 526, 901, 942, 951, 1092, 1102, 1249, 1287], 'thoughts': [15, 42], 'independent': [16], 'of': [17, 33, 86, 109, 117, 127, 147, 150, 157, 167, 203, 209, 259, 298, 315, 323, 341, 359, 381, 392, 506, 541, 559, 626, 633, 650, 674, 731, 740, 773, 781, 859, 908, 928, 938, 976, 1070, 1108, 1113, 1139, 1219], 'anything': [18], 'remotely': [19], 'resembling': [20], 'a': [21, 107, 135, 199, 281, 285, 374, 472, 553, 580, 631, 657, 729, 846, 883, 913, 1018, 1030, 1050, 1054, 1095, 1106, 1154, 1192, 1250], 'physical': [22, 56, 72, 87, 112, 590], 'process.': [23], 'close': [28], 'cousin': [29], 'to': [30, 164, 225, 234, 253, 290, 403, 414, 426, 430, 497, 503, 512, 527, 564, 573, 583, 592, 598, 620, 664, 689, 698, 709, 744, 761, 768, 807, 810, 837, 841, 886, 898, 946, 984, 995, 1057, 1063, 1090, 1098, 1130, 1157, 1177, 1190, 1208, 1224, 1230, 1239, 1243, 1252, 1268, 1288, 1291], 'soul': [35], '—': [36, 394, 423, 501, 629, 686, 715, 816, 867, 1053], 'concept': [38], '‘you’,': [40], 'your': [41, 61, 66], 'feelings,': [44], 'derive': [45], 'from': [46, 54, 79, 255, 733, 826, 1067], 'an': [47, 191, 217, 231, 256, 419, 787], 'entity': [48], 'separate': [51], 'distinct': [53], 'mechanisms': [57, 767, 881, 1076], 'up': [60, 153, 778], 'body.': [62], 'From': [63], 'this': [64, 221, 409, 436, 666, 835, 947, 1048, 1143, 1227, 1255, 1258], 'perspective,': [65], 'are': [68, 250, 270, 706, 924, 969, 981, 1119, 1126, 1146, 1282], 'not': [69, 121, 134, 442, 525, 645, 695, 758, 852, 1061], 'caused': [70], 'by': [71, 97, 367, 669, 804, 926, 973], 'events,': [73], 'but': [74, 206, 440, 795, 854, 1033, 1065, 1257], 'instead': [75], 'emerge': [76], 'wholly': [77], 'formed': [78], 'somewhere': [80], 'indescribable': [81], 'outside': [83], 'purview': [85], 'descriptions.': [88], 'This': [89, 197, 296, 383, 784, 820, 844], 'implies': [90], 'cannot': [94], 'evolved': [96, 213], 'natural': [98], 'selection,': [99], 'as': [100, 736, 738, 1001, 1049], 'would': [102, 765], 'place': [103], 'it': [104, 855], 'directly': [105, 696, 759], 'in': [106, 123, 304, 319, 328, 334, 377, 456, 477, 499, 531, 556, 678, 878, 957, 959, 963, 1121, 1142, 1204, 1254], 'stream': [108], 'causally': [110], 'connected': [111], 'events.': [113], 'Consequently,': [114], 'even': [122, 262, 502, 524, 1199, 1277], 'principle': [124], 'within': [125], 'reach': [126], 'scientific': [128, 137], 'description.': [129, 909], 'If': [130], 'useful': [136], 'concept,': [138], 'then': [139], 'how': [140, 175, 1233, 1238], 'can': [141, 470, 493, 516, 1150, 1172], 'address': [143], 'biological': [145, 162, 326, 637, 703, 847, 896], 'substrates': [146], 'choice?': [148, 611], 'Instead': [149], 'getting': [151], 'hung': [152], 'on': [154, 194, 243, 388, 485, 489, 547, 617, 1036, 1082, 1110], 'semantics': [156], 'defining': [158], 'will,': [160], 'modern': [161, 360], 'approaches': [163, 897, 1089], 'problem': [166, 208, 391, 904], 'choice': [168, 210, 229, 675, 1080], 'directed': [170], 'their': [171, 495], 'efforts': [172], 'toward': [173], 'understanding': [174, 1218], 'nervous': [176, 286, 354, 398, 459, 990, 1006, 1023], 'systems:': [177], '(1)': [178], 'frame': [179], 'finite': [181, 244, 265], 'available;': [183], '(2)': [184], 'value': [185, 402, 742, 780, 1178], 'choices;': [187], '(3)': [189], 'choose': [190, 254, 584, 1058, 1289], 'option': [192], 'based': [193, 488, 546], 'those': [195], 'valuations.': [196], 'very': [200, 302], 'economic': [201, 218], 'rendering': [202], 'problem,': [205], 'for': [211, 510, 659, 683, 712, 862, 1226], 'biologically': [212], 'creatures': [214, 241, 320], 'exactly': [216, 1260], 'problem.': [219], 'Viewed': [220], 'way,': [222], "it's": [223, 408], 'easy': [224], 'see': [226, 312, 1047], 'why': [227], '‘free’': [228], 'unconstructive': [232], 'way': [233, 237, 396, 663, 986, 1097], 'conceptualize': [235, 1099], 'humans': [238, 482, 606, 643], 'choose.': [239], 'Real-world': [240], 'operate': [242], 'energetic': [245], 'resources': [246], 'so': [248, 722, 803, 872, 1185], 'they': [249, 348, 654, 796, 801, 1234], 'never': [251, 792], 'infinite': [257], 'reserve': [258], 'possibilities.': [260], 'Moreover,': [261], 'among': [263], 'available,': [267], 'some': [268, 756], 'much': [271], 'better': [272, 345], 'than': [273], 'others.': [274], 'Imagine': [275], 'creature': [277], 'that,': [278], 'upon': [279], 'detecting': [280], 'fierce': [282], 'predator,': [283], 'has': [284, 330, 372, 385], 'system': [287, 460, 991, 1007, 1024], 'chooses': [289], 'run': [291], 'straight': [292], 'at': [293, 817, 905], 'predator.': [295], 'kind': [297, 730], 'mechanism': [299, 453], "doesn't": [300], 'last': [301, 932], 'long': [303], 'real': [306], 'world,': [307], 'therefore': [309], "don't": [311], 'good': [313, 1217], 'examples': [314, 614], 'such': [316], '‘non-escape’': [317], 'behavior': [318, 474, 815], 'today.': [321], 'Much': [322], 'best': [325, 1265], 'work': [327, 384], 'decision-making': [329, 366], 'been': [331, 1103], 'carried': [332], 'out': [333, 1159], 'bacteria': [335], 'insects': [337], 'because': [338, 1276], 'genetics': [340], 'these': [342, 672, 734, 979, 1088, 1244], 'organisms': [343], 'understood': [346], 'provide': [349, 415], 'most': [351], 'physically': [352], 'accessible': [353], 'systems.': [355], 'With': [356], 'advent': [358], 'imaging': [361], 'neurophysiological': [363], 'techniques,': [364], 'however,': [365, 653, 935], 'human': [368, 416, 458, 681], 'non-human': [370], 'primates': [371], 'become': [373], 'bustling': [375], 'area': [376], 'early': [379], 'stages': [380], 'development.': [382], 'focused': [386], 'largely': [387], 'important': [390, 788, 860], 'valuation': [393, 410, 880, 1002, 1035, 1084], 'systems': [399, 941, 968, 980], 'assign': [400], 'differential': [401], 'available': [404, 994], 'behavioral': [405, 1059, 1179], 'options.': [406], 'And': [407], 'step': [411, 1203], 'appears': [413], 'decision-makers': [417], 'with': [418, 577, 602, 1011, 1073, 1293], 'especially': [420], 'developed': [421], 'capacity': [422, 437, 455, 509, 597, 658, 682, 821, 885, 1056, 1156, 1176], 'ability': [425, 572, 582, 688, 1189], 'use': [427], 'abstract': [428, 468], 'ideas': [429, 447, 469, 491, 694], 'control': [431], 'our': [432, 713, 763, 812, 842, 863], 'behavior.': [433, 753, 843], 'It': [434], 'resembles,': [439], 'equivalent': [443], 'to,': [444], 'older': [446], 'about': [448, 916], 'will.': [449], 'Is': [450], 'there': [451, 551, 875, 1016], 'any': [452, 529, 893, 1216], 'or': [454, 752, 971, 1013, 1198], 'resembles': [462], "It's": [464], 'well': [465, 737], 'known': [466], 'commandeer': [471, 811], "person's": [473, 1155], 'often': [476], 'odd': [478], 'ways.': [479], 'For': [480], 'example,': [481], 'routinely': [483], 'go': [484], 'hunger': [486], 'strikes': [487], 'political': [490], 'inhibit': [494], 'drive': [496], 'take': [498, 565], 'food': [500], 'point': [505, 1019], 'death.': [507], 'The': [508, 571, 612, 1075], 'abstractions': [511, 806], 'veto': [513], 'survival': [514, 578, 603, 700, 714, 762, 774], 'instincts': [515], 'be': [517, 808], 'seemingly': [518], 'arbitrary': [519], 'abstraction': [522], 'does': [523], 'possess': [528, 607, 646, 656], 'basis': [530], 'reality.': [532], 'One': [533, 662], 'need': [534, 766, 1223], 'only': [535], 'remember': [536], '1997': [538], 'mass': [539], 'suicide': [540], "Heaven's": [543], 'Gate': [544], 'cult': [545], 'was': [552], 'spaceship': [554], 'hiding': [555], 'tail': [558], 'comet': [561], 'Hale-Bopp': [562], 'waiting': [563], 'believers': [566], '‘to': [567], 'next': [569], 'level’.': [570], 'inconsistent': [576, 601], 'potent': [581], 'one': [586, 823, 1045], 'brings': [588], 'potential': [589], 'danger': [591], 'its': [593], 'possessor.': [594], 'Does': [595], 'demonstrate': [604], 'something': [608], 'like': [609], 'dramatic': [613], 'above': [615], 'appear': [616, 1085], 'surface': [619], 'resemble': [621], 'old': [623], 'philosophical': [624], 'choosing': [630, 1026], 'course': [632], 'action': [634], 'against': [635], 'all': [636, 857, 1173], 'imperatives.': [638], 'As': [639, 702], 'illustrated': [641], 'above,': [642], 'do': [644, 655, 802, 851, 1292], 'traditional': [648], 'notion': [649], 'choice;': [652], 'flexible': [660, 799], 'choice.': [661, 1162], 'understand': [665, 912], 'flexibility': [667], 'hypothesizing': [670], '‘pathologies’': [673], 'represent': [676], 'extremes': [677], 'normal': [680, 1160], 'cognitive': [684], 'innovation': [685, 725], 'form': [690], 'pursue': [692, 755], 'novel': [693], 'related': [697, 760, 1242], 'immediate': [699], 'needs.': [701], 'creatures,': [704], 'intimately': [707, 982], 'tied': [708, 983], 'demands': [711], 'breathing,': [716], 'eating,': [717], 'procreating,': [718], 'avoiding': [719], 'trouble,': [720], 'on.': [723, 873], 'Cognitive': [724], 'requires': [726], '(at': [727], 'least)': [728], 'timeout': [732], 'demands,': [735], 'elevation': [739], 'assigned': [743], 'innovation,': [746], 'is,': [748], 'new': [750, 1096], 'To': [754], 'brains': [764], 'turn': [769, 777, 1209], 'down': [770], 'importance': [772], 'needs': [775, 1267], 'idea.': [783], 'hypothesis': [785], 'makes': [786], 'point.': [789], 'Our': [790], 'were': [793], 'free,': [794], 'remain': [797], 'rather': [798, 839], 'allowing': [805], 'able': [809], 'attention': [813], 'least': [818], 'temporarily.': [819], 'provides': [822], 'direct': [824, 1131], 'conduit': [825], 'culture': [828, 836], 'build': [831], 'further': [833], 'allows': [834], 'couple': [838], 'tightly': [840], 'process': [848], 'understand,': [853], 'exposes': [856], 'sorts': [858], 'ramifications': [861], 'treasured': [864], 'social': [865], 'institutions': [866], 'schools,': [868], 'laws,': [869], 'government,': [870], 'Are': [874], 'practical': [876], 'ways': [877], 'which': [879], 'change': [882], "human's": [884], 'choose?': [887], 'Yes.': [888], 'Consider': [889], 'drug': [890, 899, 975], 'addiction': [891, 900, 1000, 1091], '(choose': [892], 'drug).': [894], 'Modern': [895], 'attacked': [902], 'numerous': [906], 'levels': [907], 'We': [910], 'now': [911, 1127], 'great': [914], 'deal': [915], 'neuroanatomy,': [918], 'neurophysiology,': [919], 'molecular': [921], 'interactions': [922], 'influenced': [925], 'drugs': [927, 1012], 'abuse.': [929], 'Over': [930], '15': [933], 'years,': [934], 'computational': [936, 1117], 'descriptions': [937], 'reward': [939], 'processing': [940], 'added': [943], 'another': [944], 'perspective': [945], 'literature.': [948], 'These': [949, 1116], 'models': [950, 998, 1118], 'identified': [952], 'reward-prediction': [953], 'error': [954], 'signals': [955], 'encoded': [956], 'fluctuations': [958], 'dopaminergic': [960], 'neuron': [961], 'activity': [962], 'midbrain.': [965], 'Midbrain': [966], 'dopamine': [967], 'hijacked': [970], 'perturbed': [972], 'every': [974], 'abuse': [977], 'mammalian': [989], 'values': [992], 'it.': [996], 'Such': [997], 'portray': [999], 'disease,': [1003], 'where': [1004, 1263], 'over-values': [1008], 'cues': [1009, 1039, 1071], 'associated': [1010, 1072], 'drug-taking.': [1014], 'However,': [1015], 'here:': [1020], 'addicted': [1022], 'highly': [1027], 'valued': [1028], 'options,': [1029], 'rational': [1031], 'maneuver;': [1032], 'drug-associated': [1038], 'pathologically': [1041], 'high.': [1042], 'So': [1043, 1087, 1247], 'loosely,': [1044], 'might': [1046, 1101, 1222, 1235], 'diminished': [1051], 'lowered': [1055], 'options': [1060], 'leading': [1062], 'drugs,': [1064], 'resulting': [1066], 'bad': [1068], 'valuations': [1069], 'drugs.': [1074], 'conditioned': [1081], 'intact.': [1086], 'given': [1093], 'us': [1094], 'what': [1100, 1220, 1290], 'lazily': [1104], 'labeled': [1105], '‘lack': [1107], 'will’': [1109], 'part': [1112], 'addict.': [1115], 'growing': [1120], 'sophistication': [1122], 'each': [1123], 'year': [1124], 'being': [1128], 'used': [1129], 'physiology': [1132], 'experiments,': [1133, 1135], 'neuroimaging': [1134], 'assessment': [1138], 'various': [1140, 1169], 'therapies': [1141], 'domain.': [1144], 'There': [1145], 'other': [1147], 'conditions': [1148, 1171], 'also': [1151], 'dramatically': [1152], 'affect': [1153], 'carry': [1158], 'value-dependent': [1161], 'Strokes,': [1163], 'traumatic': [1164], 'brain': [1165], 'injury,': [1166], 'coma,': [1167], 'metabolic': [1170], 'influence': [1174], "one's": [1175], 'acts': [1180], 'mental': [1182], 'states,': [1183], 'compromise': [1187], 'navigate': [1191], '‘normal’': [1193], 'life.': [1194], 'Often': [1195], 'family': [1196], 'members': [1197], 'courts': [1201], 'must': [1202], 'decide': [1206], 'whether': [1207], 'off': [1210], 'life': [1211], 'support': [1212], 'machinery,': [1213], 'yet': [1214], 'without': [1215], 'functions': [1221], 'recover': [1225, 1236], '‘normal': [1228], 'life’': [1229], 'ensue': [1231], 'nor': [1232, 1237], 'measurements': [1241], 'unidentified': [1245], 'functions.': [1246], 'lot': [1251], 'learn': [1253], 'domain,': [1256], 'arena': [1262], 'science': [1266], 'inform': [1269, 1274], 'decision-makers.': [1271], 'I': [1272], 'say': [1273], 'here': [1275], 'once': [1278], 'mechanistic': [1280], 'answers': [1281], 'clearer,': [1283], 'still': [1286], 'them.': [1294]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4247285710', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2022, 'cited_by_count': 3}, {'year': 2021, 'cited_by_count': 1}, {'year': 2020, 'cited_by_count': 1}, {'year': 2019, 'cited_by_count': 2}, {'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 3}, {'year': 2016, 'cited_by_count': 6}, {'year': 2015, 'cited_by_count': 3}, {'year': 2014, 'cited_by_count': 7}], 'updated_date': '2023-10-02T23:04:41.490745', 'created_date': '2022-05-12'}, {'id': 'https://openalex.org/W1965574139', 'doi': 'https://doi.org/10.2307/1252099', 'title': 'Whence Consumer Loyalty?', 'display_name': 'Whence Consumer Loyalty?', 'relevance_score': 23.010616, 'publication_year': 1999, 'publication_date': '1999-01-01', 'ids': {'openalex': 'https://openalex.org/W1965574139', 'doi': 'https://doi.org/10.2307/1252099', 'mag': '1965574139'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/1252099', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S142990027', 'display_name': 'Journal of Marketing', 'issn_l': '0022-2429', 'issn': ['1547-7185', '0022-2429'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316601', 'host_organization_name': 'American Marketing Association', 'host_organization_lineage': ['https://openalex.org/P4310316601'], 'host_organization_lineage_names': ['American Marketing Association'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5075599675', 'display_name': 'Richard L. Oliver', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Richard L. Oliver', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5075599675'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 5001, 'biblio': {'volume': '63', 'issue': None, 'first_page': '33', 'last_page': '33'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776967331', 'wikidata': 'https://www.wikidata.org/wiki/Q1132131', 'display_name': 'Loyalty', 'level': 2, 'score': 0.6561636}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.6157582}, {'id': 'https://openalex.org/C112698675', 'wikidata': 'https://www.wikidata.org/wiki/Q37038', 'display_name': 'Advertising', 'level': 1, 'score': 0.46183324}, {'id': 'https://openalex.org/C162853370', 'wikidata': 'https://www.wikidata.org/wiki/Q39809', 'display_name': 'Marketing', 'level': 1, 'score': 0.42944387}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/1252099', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S142990027', 'display_name': 'Journal of Marketing', 'issn_l': '0022-2429', 'issn': ['1547-7185', '0022-2429'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316601', 'host_organization_name': 'American Marketing Association', 'host_organization_lineage': ['https://openalex.org/P4310316601'], 'host_organization_lineage_names': ['American Marketing Association'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.34}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.11}], 'grants': [], 'referenced_works_count': 37, 'referenced_works': ['https://openalex.org/W1561082337', 'https://openalex.org/W1574378514', 'https://openalex.org/W1594945480', 'https://openalex.org/W1630483251', 'https://openalex.org/W1968210369', 'https://openalex.org/W1976446558', 'https://openalex.org/W1983364918', 'https://openalex.org/W1990105845', 'https://openalex.org/W1991484504', 'https://openalex.org/W2010427130', 'https://openalex.org/W2013131109', 'https://openalex.org/W2020346973', 'https://openalex.org/W2022755564', 'https://openalex.org/W2028184439', 'https://openalex.org/W2047562908', 'https://openalex.org/W2054347393', 'https://openalex.org/W2065813178', 'https://openalex.org/W2067755834', 'https://openalex.org/W2072800598', 'https://openalex.org/W2076333506', 'https://openalex.org/W2084428916', 'https://openalex.org/W2085479788', 'https://openalex.org/W2090035256', 'https://openalex.org/W2096561562', 'https://openalex.org/W2102467277', 'https://openalex.org/W2115908788', 'https://openalex.org/W2119417889', 'https://openalex.org/W2135856408', 'https://openalex.org/W2153906047', 'https://openalex.org/W2166475989', 'https://openalex.org/W2219705828', 'https://openalex.org/W2234232270', 'https://openalex.org/W2324854398', 'https://openalex.org/W2325820331', 'https://openalex.org/W2414300687', 'https://openalex.org/W2462080889', 'https://openalex.org/W3124394317'], 'related_works': ['https://openalex.org/W148307669', 'https://openalex.org/W1540500726', 'https://openalex.org/W1546609325', 'https://openalex.org/W1976150372', 'https://openalex.org/W1978470623', 'https://openalex.org/W2032133332', 'https://openalex.org/W2135634233', 'https://openalex.org/W2183117573', 'https://openalex.org/W2186126908', 'https://openalex.org/W3196542937'], 'ngrams_url': 'https://api.openalex.org/works/W1965574139/ngrams', 'abstract_inverted_index': {'Both': [0], 'practitioners': [1], 'and': [2, 8], 'academics': [3], 'understand': [4, 15], 'that': [5, 16], 'consumer': [6], 'loyalty': [7], 'satisfaction': [9], 'are': [10, 24], 'linked': [11], 'inextricably.': [12], 'They': [13], 'also': [14], 'this': [17], 'relation': [18], 'is': [19], 'asymmetric.': [20], 'Although': [21], 'loyal': [22], 'consumers': [23], 'most': [25], '...': [26]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1965574139', 'counts_by_year': [{'year': 2023, 'cited_by_count': 55}, {'year': 2022, 'cited_by_count': 63}, {'year': 2021, 'cited_by_count': 140}, {'year': 2020, 'cited_by_count': 137}, {'year': 2019, 'cited_by_count': 146}, {'year': 2018, 'cited_by_count': 252}, {'year': 2017, 'cited_by_count': 284}, {'year': 2016, 'cited_by_count': 388}, {'year': 2015, 'cited_by_count': 470}, {'year': 2014, 'cited_by_count': 477}, {'year': 2013, 'cited_by_count': 461}, {'year': 2012, 'cited_by_count': 426}], 'updated_date': '2023-10-03T18:26:42.395197', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2033823029', 'doi': 'https://doi.org/10.1093/brain/115.6.1783', 'title': 'SEMANTIC DEMENTIA', 'display_name': 'SEMANTIC DEMENTIA', 'relevance_score': 22.798716, 'publication_year': 1992, 'publication_date': '1992-01-01', 'ids': {'openalex': 'https://openalex.org/W2033823029', 'doi': 'https://doi.org/10.1093/brain/115.6.1783', 'mag': '2033823029', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/1486461'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1093/brain/115.6.1783', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S118357697', 'display_name': 'Brain', 'issn_l': '0006-8950', 'issn': ['1460-2156', '0006-8950'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5069129362', 'display_name': 'John R. Hodges', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210156194', 'display_name': "Addenbrooke's Hospital", 'ror': 'https://ror.org/055vbxf86', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802466933', 'https://openalex.org/I4210156194']}, {'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'John R. Hodges', 'raw_affiliation_string': "University of Cambridge Clinical School, Addenbrooke's HospitalLondon, UK", 'raw_affiliation_strings': ["University of Cambridge Clinical School, Addenbrooke's HospitalLondon, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031509032', 'display_name': 'Karalyn Patterson', 'orcid': 'https://orcid.org/0000-0003-1927-7424'}, 'institutions': [{'id': 'https://openalex.org/I4210134973', 'display_name': 'MRC Biostatistics Unit', 'ror': 'https://ror.org/046vje122', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I241749', 'https://openalex.org/I4210134973', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Karalyn Patterson', 'raw_affiliation_string': 'MRC Applied Psychology Unit, CambridgeLondon, UK', 'raw_affiliation_strings': ['MRC Applied Psychology Unit, CambridgeLondon, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086775815', 'display_name': 'Susan Oxbury', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Susan Oxbury', 'raw_affiliation_string': 'Department of Neuropsychology, Radcliffe Infirmary, OxfordLondon, UK', 'raw_affiliation_strings': ['Department of Neuropsychology, Radcliffe Infirmary, OxfordLondon, UK']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5025186898', 'display_name': 'Elaine Funnell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184558857', 'display_name': 'Royal Holloway University of London', 'ror': 'https://ror.org/04g2vpn86', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I184558857']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Elaine Funnell', 'raw_affiliation_string': 'Department of Psychology, Royal Holloway College, University of LondonLondon, UK', 'raw_affiliation_strings': ['Department of Psychology, Royal Holloway College, University of LondonLondon, UK']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5069129362'], 'corresponding_institution_ids': ['https://openalex.org/I4210156194', 'https://openalex.org/I241749'], 'apc_list': {'value': 3658, 'currency': 'GBP', 'value_usd': 4486, 'provenance': 'doaj'}, 'apc_paid': {'value': 3658, 'currency': 'GBP', 'value_usd': 4486, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 1580, 'biblio': {'volume': '115', 'issue': '6', 'first_page': '1783', 'last_page': '1806'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779116556', 'wikidata': 'https://www.wikidata.org/wiki/Q18587', 'display_name': 'Semantic dementia', 'level': 5, 'score': 0.8223529}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.6655585}, {'id': 'https://openalex.org/C197914299', 'wikidata': 'https://www.wikidata.org/wiki/Q18650', 'display_name': 'Semantic memory', 'level': 3, 'score': 0.6486163}, {'id': 'https://openalex.org/C2779422653', 'wikidata': 'https://www.wikidata.org/wiki/Q2836', 'display_name': 'Aphasia', 'level': 2, 'score': 0.5402247}, {'id': 'https://openalex.org/C2779140760', 'wikidata': 'https://www.wikidata.org/wiki/Q18767', 'display_name': 'Primary progressive aphasia', 'level': 5, 'score': 0.50770724}, {'id': 'https://openalex.org/C180747234', 'wikidata': 'https://www.wikidata.org/wiki/Q23373', 'display_name': 'Cognitive psychology', 'level': 1, 'score': 0.43727547}, {'id': 'https://openalex.org/C2779483572', 'wikidata': 'https://www.wikidata.org/wiki/Q83030', 'display_name': 'Dementia', 'level': 3, 'score': 0.34023875}, {'id': 'https://openalex.org/C169900460', 'wikidata': 'https://www.wikidata.org/wiki/Q2200417', 'display_name': 'Cognition', 'level': 2, 'score': 0.24342707}, {'id': 'https://openalex.org/C2778641062', 'wikidata': 'https://www.wikidata.org/wiki/Q18592', 'display_name': 'Frontotemporal dementia', 'level': 4, 'score': 0.20292154}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.18122557}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.15231684}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.14806041}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.123477876}], 'mesh': [{'descriptor_ui': 'D001037', 'descriptor_name': 'Aphasia', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': True}, {'descriptor_ui': 'D003704', 'descriptor_name': 'Dementia', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': True}, {'descriptor_ui': 'D007806', 'descriptor_name': 'Language Disorders', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': True}, {'descriptor_ui': 'D012660', 'descriptor_name': 'Semantics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D013702', 'descriptor_name': 'Temporal Lobe', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001037', 'descriptor_name': 'Aphasia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001284', 'descriptor_name': 'Atrophy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003704', 'descriptor_name': 'Dementia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003704', 'descriptor_name': 'Dementia', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007806', 'descriptor_name': 'Language Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008279', 'descriptor_name': 'Magnetic Resonance Imaging', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008568', 'descriptor_name': 'Memory', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013702', 'descriptor_name': 'Temporal Lobe', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014796', 'descriptor_name': 'Visual Perception', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1093/brain/115.6.1783', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S118357697', 'display_name': 'Brain', 'issn_l': '0006-8950', 'issn': ['1460-2156', '0006-8950'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/1486461', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.87}], 'grants': [], 'referenced_works_count': 57, 'referenced_works': ['https://openalex.org/W575544776', 'https://openalex.org/W1501640021', 'https://openalex.org/W1503404806', 'https://openalex.org/W1519522181', 'https://openalex.org/W1562509261', 'https://openalex.org/W1587269714', 'https://openalex.org/W1590591601', 'https://openalex.org/W1591215430', 'https://openalex.org/W1963686517', 'https://openalex.org/W1964970343', 'https://openalex.org/W1970283678', 'https://openalex.org/W1972337157', 'https://openalex.org/W1973147115', 'https://openalex.org/W1977257077', 'https://openalex.org/W1978924094', 'https://openalex.org/W1984740046', 'https://openalex.org/W2001257842', 'https://openalex.org/W2019340649', 'https://openalex.org/W2024904317', 'https://openalex.org/W2028807497', 'https://openalex.org/W2030227368', 'https://openalex.org/W2031087908', 'https://openalex.org/W2031696070', 'https://openalex.org/W2036787665', 'https://openalex.org/W2038747095', 'https://openalex.org/W2039114301', 'https://openalex.org/W2039754195', 'https://openalex.org/W2050723646', 'https://openalex.org/W2056287225', 'https://openalex.org/W2056538233', 'https://openalex.org/W2058584837', 'https://openalex.org/W2064665931', 'https://openalex.org/W2064989035', 'https://openalex.org/W2065683016', 'https://openalex.org/W2086288358', 'https://openalex.org/W2086942467', 'https://openalex.org/W2090057077', 'https://openalex.org/W2092902858', 'https://openalex.org/W2097270110', 'https://openalex.org/W2109616123', 'https://openalex.org/W2117640359', 'https://openalex.org/W2119527039', 'https://openalex.org/W2124718357', 'https://openalex.org/W2138759508', 'https://openalex.org/W2143799055', 'https://openalex.org/W2144035277', 'https://openalex.org/W2149767656', 'https://openalex.org/W2151229078', 'https://openalex.org/W2154949446', 'https://openalex.org/W2167230852', 'https://openalex.org/W2249257064', 'https://openalex.org/W2416058815', 'https://openalex.org/W2491735847', 'https://openalex.org/W2793982485', 'https://openalex.org/W2900622898', 'https://openalex.org/W2990111830', 'https://openalex.org/W3170032509'], 'related_works': ['https://openalex.org/W40630579', 'https://openalex.org/W2049709815', 'https://openalex.org/W2055934542', 'https://openalex.org/W2096206960', 'https://openalex.org/W2111626663', 'https://openalex.org/W2123195968', 'https://openalex.org/W2128204677', 'https://openalex.org/W2319909102', 'https://openalex.org/W3136501690', 'https://openalex.org/W4328091383'], 'ngrams_url': 'https://api.openalex.org/works/W2033823029/ngrams', 'abstract_inverted_index': {'We': [0, 198], 'report': [1], 'five': [2, 148], 'patients': [3], 'with': [4, 13, 195], 'a': [5, 26, 56, 66, 71, 98], 'stereotyped': [6], 'clinical': [7, 214], 'syndrome': [8], 'characterized': [9], 'by': [10, 153, 206], 'fluent': [11], 'dysphasia': [12], 'severe': [14], 'anomia,': [15], 'reduced': [16], 'vocabulary': [17], 'and': [18, 58, 75, 81, 104, 114, 125, 150, 158], 'promment': [19], 'impairment': [20], 'of': [21, 28, 32, 36, 62, 73, 83, 92, 100, 134, 186], 'single-word': [22], 'comprehension,': [23], 'progressing': [24], 'to': [25, 44, 211], 'stage': [27], 'virtually': [29], 'complete': [30], 'dissolution': [31], 'the': [33, 42, 135, 166, 174, 184, 200], 'semantic': [34, 49, 63, 202], 'components': [35], 'language.': [37], 'A': [38], 'marked': [39, 142], 'reduction': [40], 'in': [41, 146, 170, 193], 'ability': [43], 'generate': [45], 'exemplars': [46], 'from': [47], 'restricted': [48], 'categories': [50], '(e.g.': [51], 'animals,': [52], 'vehicles,': [53], 'etc.)': [54], 'was': [55, 90], 'consistent': [57], 'early': [59], 'feature.': [60], 'Tests': [61], 'memory': [64, 107], 'demonstrated': [65], 'radically': [67], 'impoverished': [68], 'knowledge': [69], 'about': [70], 'range': [72], 'living': [74], 'man-made': [76], 'items.': [77], 'In': [78, 121, 173], 'contrast,': [79], 'phonology': [80], 'grammar': [82], 'spoken': [84], 'language': [85], 'were': [86, 108, 117], 'largely': [87], 'preserved,': [88], 'as': [89], 'comprehension': [91], 'complex': [93], 'syntactic': [94], 'commands.': [95], 'Reading': [96], 'showed': [97], 'pattern': [99], 'surface': [101], 'dyslexia.': [102], 'Autobiographical': [103], 'day-to-day': [105], '(episodic)': [106], 'relatively': [109], 'retained.': [110], 'Non-verbal': [111], 'memory,': [112], 'perceptual': [113], 'visuospatial': [115], 'abilities': [116], 'also': [118], 'strikingly': [119], 'preserved.': [120], 'some': [122], 'cases,': [123], 'behavioural': [124], 'personality': [126], 'changes': [127], 'may': [128], 'supervene;': [129], 'one': [130], 'patient': [131], 'developed': [132], 'features': [133], 'Kluver-Bucy': [136], 'Syndrome.': [137], 'Radiological': [138], 'investigations': [139], 'have': [140, 164, 180, 190], 'shown': [141], 'focal': [143], 'temporal': [144, 168], 'atrophy': [145], 'all': [147, 171], 'patients,': [149], 'functional': [151], 'imaging': [152], 'single': [154], 'positron': [155, 159], 'emission': [156, 160], 'tomography': [157, 161], '(one': [162], 'case)': [163], 'implicated': [165], 'dominant': [167], 'lobe': [169], 'five.': [172], 'older': [175], 'literature,': [176], 'such': [177], 'cases': [178], 'would': [179], 'been': [181, 191], 'subsumed': [182], 'under': [183], 'rubric': [185], "Pick's": [187], 'disease.': [188], 'Others': [189], 'included': [192], 'series': [194], 'progressive': [196], 'aphasia.': [197], 'propose': [199], 'term': [201], 'dementia,': [203], 'first': [204], 'coined': [205], 'Snowden': [207], 'et': [208], 'al.': [209], '(1989),': [210], 'designate': [212], 'this': [213], 'syndrome.': [215]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2033823029', 'counts_by_year': [{'year': 2023, 'cited_by_count': 22}, {'year': 2022, 'cited_by_count': 36}, {'year': 2021, 'cited_by_count': 39}, {'year': 2020, 'cited_by_count': 46}, {'year': 2019, 'cited_by_count': 49}, {'year': 2018, 'cited_by_count': 53}, {'year': 2017, 'cited_by_count': 42}, {'year': 2016, 'cited_by_count': 73}, {'year': 2015, 'cited_by_count': 56}, {'year': 2014, 'cited_by_count': 63}, {'year': 2013, 'cited_by_count': 52}, {'year': 2012, 'cited_by_count': 59}], 'updated_date': '2023-10-01T17:55:56.563483', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2025494137', 'doi': 'https://doi.org/10.1017/cbo9780511620409.029', 'title': 'A philosophical enquiry into the origin of our ideas of the sublime and beautiful (1759)', 'display_name': 'A philosophical enquiry into the origin of our ideas of the sublime and beautiful (1759)', 'relevance_score': 21.482334, 'publication_year': 1996, 'publication_date': '1996-08-15', 'ids': {'openalex': 'https://openalex.org/W2025494137', 'doi': 'https://doi.org/10.1017/cbo9780511620409.029', 'mag': '2025494137'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1017/cbo9780511620409.029', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306462995', 'display_name': 'Cambridge University Press eBooks', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'ebook platform'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'book-chapter', 'type_crossref': 'book-chapter', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5004567468', 'display_name': 'Edmund Burke', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Edmund Burke', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5044615038', 'display_name': 'James T. Boulton', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'James Thompson Boulton', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 700, 'biblio': {'volume': None, 'issue': None, 'first_page': '131', 'last_page': '143'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776717531', 'wikidata': 'https://www.wikidata.org/wiki/Q999803', 'display_name': 'Sublime', 'level': 2, 'score': 0.8555555}, {'id': 'https://openalex.org/C2777336010', 'wikidata': 'https://www.wikidata.org/wiki/Q1195509', 'display_name': 'Sensibility', 'level': 2, 'score': 0.6976328}, {'id': 'https://openalex.org/C2777113389', 'wikidata': 'https://www.wikidata.org/wiki/Q208195', 'display_name': 'Pleasure', 'level': 2, 'score': 0.62504524}, {'id': 'https://openalex.org/C107038049', 'wikidata': 'https://www.wikidata.org/wiki/Q35986', 'display_name': 'Aesthetics', 'level': 1, 'score': 0.5703834}, {'id': 'https://openalex.org/C182744844', 'wikidata': 'https://www.wikidata.org/wiki/Q35277', 'display_name': 'Metaphysics', 'level': 2, 'score': 0.56770796}, {'id': 'https://openalex.org/C2780620123', 'wikidata': 'https://www.wikidata.org/wiki/Q7242', 'display_name': 'Beauty', 'level': 2, 'score': 0.5449627}, {'id': 'https://openalex.org/C32685002', 'wikidata': 'https://www.wikidata.org/wiki/Q37068', 'display_name': 'Romanticism', 'level': 2, 'score': 0.52665776}, {'id': 'https://openalex.org/C2777855551', 'wikidata': 'https://www.wikidata.org/wiki/Q12310021', 'display_name': 'Subject (documents)', 'level': 2, 'score': 0.5203592}, {'id': 'https://openalex.org/C2778061430', 'wikidata': 'https://www.wikidata.org/wiki/Q188823', 'display_name': 'Scholarship', 'level': 2, 'score': 0.518945}, {'id': 'https://openalex.org/C205783811', 'wikidata': 'https://www.wikidata.org/wiki/Q11629', 'display_name': 'Painting', 'level': 2, 'score': 0.46306676}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.46181145}, {'id': 'https://openalex.org/C124952713', 'wikidata': 'https://www.wikidata.org/wiki/Q8242', 'display_name': 'Literature', 'level': 1, 'score': 0.45624793}, {'id': 'https://openalex.org/C164913051', 'wikidata': 'https://www.wikidata.org/wiki/Q482', 'display_name': 'Poetry', 'level': 2, 'score': 0.44796023}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.40643167}, {'id': 'https://openalex.org/C52119013', 'wikidata': 'https://www.wikidata.org/wiki/Q50637', 'display_name': 'Art history', 'level': 1, 'score': 0.37172246}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.16208398}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.15689662}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1017/cbo9780511620409.029', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306462995', 'display_name': 'Cambridge University Press eBooks', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'ebook platform'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.51}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.45}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.12}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W202232445', 'https://openalex.org/W609092699', 'https://openalex.org/W609935940', 'https://openalex.org/W1483595684', 'https://openalex.org/W1493532058', 'https://openalex.org/W1498450276', 'https://openalex.org/W1533200881', 'https://openalex.org/W1551143062', 'https://openalex.org/W1561534459', 'https://openalex.org/W1591422284', 'https://openalex.org/W1595026308', 'https://openalex.org/W1998442982', 'https://openalex.org/W2014673109', 'https://openalex.org/W2021365244', 'https://openalex.org/W2040619180', 'https://openalex.org/W2044165603', 'https://openalex.org/W2108221308', 'https://openalex.org/W2121393013', 'https://openalex.org/W2332086916', 'https://openalex.org/W2489125759'], 'ngrams_url': 'https://api.openalex.org/works/W2025494137/ngrams', 'abstract_inverted_index': {"'Pain": [0], 'and': [1, 49, 54, 73, 75, 85, 102, 113, 124, 147, 162, 166, 227], 'pleasure': [2], 'are': [3, 20], 'simple': [4], 'ideas,': [5], 'incapable': [6], 'of': [7, 65, 100, 145, 184, 206], "definition.'": [8], 'In': [9, 30, 126], '1757': [10], 'the': [11, 35, 46, 58, 61, 68, 97, 109, 117, 133, 143, 181, 188, 199, 220], '27-year-old': [12], 'Edmund': [13], 'Burke': [14], 'argued': [15], 'that': [16, 40, 83], 'our': [17, 78], 'aesthetic': [18, 98], 'responses': [19], 'experienced': [21], 'as': [22, 57, 151, 153], 'pure': [23], 'emotional': [24], 'arousal,': [25], 'unencumbered': [26], 'by': [27, 213], 'intellectual': [28], 'considerations.': [29], 'so': [31], 'doing': [32], 'he': [33, 76], 'overturned': [34], 'Platonic': [36], 'tradition': [37], 'in': [38, 80, 90, 96, 105, 142], 'aesthetics': [39, 146], 'had': [41], 'prevailed': [42], 'from': [43, 116, 160, 186], 'antiquity': [44], 'until': [45], 'eighteenth': [47], 'century,': [48], 'replaced': [50], 'metaphysics': [51], 'with': [52], 'psychology': [53], 'even': [55], 'physiology': [56], 'basis': [59], 'for': [60, 111, 224], 'subject.': [62], "Burke's": [63, 136], 'theory': [64], 'beauty': [66], 'encompasses': [67], 'female': [69], 'form,': [70], 'nature,': [71], 'art,': [72], 'poetry,': [74], 'analyses': [77], 'delight': [79], 'sublime': [81], 'effects': [82], 'thrill': [84], 'excite': [86], 'us.': [87], 'His': [88], 'revolution': [89, 104], 'method': [91], 'continues': [92], 'to': [93, 164, 196, 218], 'have': [94], 'repercussions': [95], 'theories': [99], 'today,': [101], 'his': [103], 'sensibility': [106], 'has': [107, 178], 'paved': [108], 'way': [110], 'literary': [112], 'artistic': [114], 'movements': [115], 'Gothic': [118], 'novel': [119], 'through': [120, 135], 'Romanticism,': [121], 'twentieth-century': [122], 'painting,': [123], 'beyond.': [125], 'this': [127], 'new': [128], 'edition': [129], 'Paul': [130], 'Guyer': [131], 'conducts': [132], 'reader': [134], 'Enquiry,': [137], 'focusing': [138], 'on': [139, 156], 'its': [140, 149, 154], 'place': [141], 'history': [144], 'highlighting': [148], 'innovations,': [150], 'well': [152], 'influence': [155], 'many': [157], 'subsequent': [158], 'authors': [159], 'Kant': [161], 'Schiller': [163], 'Ruskin': [165], 'Nietzsche.': [167], 'ABOUT': [168], 'THE': [169], 'SERIES:': [170], 'For': [171], 'over': [172], '100': [173], 'years': [174], 'Oxford': [175], "World's": [176], 'Classics': [177], 'made': [179], 'available': [180], 'widest': [182], 'range': [183], 'literature': [185], 'around': [187], 'globe.': [189], 'Each': [190], 'affordable': [191], 'volume': [192], 'reflects': [193], "Oxford's": [194], 'commitment': [195], 'scholarship,': [197], 'providing': [198], 'most': [200], 'accurate': [201], 'text': [202], 'plus': [203], 'a': [204], 'wealth': [205], 'other': [207], 'valuable': [208], 'features,': [209], 'including': [210], 'expert': [211], 'introductions': [212], 'leading': [214], 'authorities,': [215], 'helpful': [216], 'notes': [217], 'clarify': [219], 'text,': [221], 'up-to-date': [222], 'bibliographies': [223], 'further': [225], 'study,': [226], 'much': [228], 'more.': [229]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2025494137', 'counts_by_year': [{'year': 2022, 'cited_by_count': 4}, {'year': 2021, 'cited_by_count': 9}, {'year': 2020, 'cited_by_count': 12}, {'year': 2019, 'cited_by_count': 28}, {'year': 2018, 'cited_by_count': 26}, {'year': 2017, 'cited_by_count': 24}, {'year': 2016, 'cited_by_count': 48}, {'year': 2015, 'cited_by_count': 42}, {'year': 2014, 'cited_by_count': 35}, {'year': 2013, 'cited_by_count': 45}, {'year': 2012, 'cited_by_count': 46}], 'updated_date': '2023-10-02T08:37:13.063619', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2136821570', 'doi': 'https://doi.org/10.1353/pan.2011.0027', 'title': 'Dickens, Natural History, and <i>Our Mutual Friend</i>', 'display_name': 'Dickens, Natural History, and <i>Our Mutual Friend</i>', 'relevance_score': 19.368547, 'publication_year': 2011, 'publication_date': '2011-01-01', 'ids': {'openalex': 'https://openalex.org/W2136821570', 'doi': 'https://doi.org/10.1353/pan.2011.0027', 'mag': '2136821570'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1353/pan.2011.0027', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62637600', 'display_name': 'Partial Answers', 'issn_l': '1936-9247', 'issn': ['1565-3668', '1936-9247'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315678', 'host_organization_name': 'Johns Hopkins University Press', 'host_organization_lineage': ['https://openalex.org/P4310315678', 'https://openalex.org/P4310316510'], 'host_organization_lineage_names': ['Johns Hopkins University Press', 'Johns Hopkins University'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5067356702', 'display_name': 'Sally Ledger', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Sally Ledger', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5067356702'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 19, 'biblio': {'volume': '9', 'issue': '2', 'first_page': '363', 'last_page': '378'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C163276114', 'wikidata': 'https://www.wikidata.org/wiki/Q484591', 'display_name': 'Natural history', 'level': 2, 'score': 0.7399632}, {'id': 'https://openalex.org/C2776608160', 'wikidata': 'https://www.wikidata.org/wiki/Q4785462', 'display_name': 'Natural (archaeology)', 'level': 2, 'score': 0.58109766}, {'id': 'https://openalex.org/C2776636807', 'wikidata': 'https://www.wikidata.org/wiki/Q766238', 'display_name': 'Mutual aid', 'level': 2, 'score': 0.48714206}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.34071654}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.23420307}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.14417273}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.13558838}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.10034037}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.070789546}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.052426964}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1353/pan.2011.0027', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62637600', 'display_name': 'Partial Answers', 'issn_l': '1936-9247', 'issn': ['1565-3668', '1936-9247'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315678', 'host_organization_name': 'Johns Hopkins University Press', 'host_organization_lineage': ['https://openalex.org/P4310315678', 'https://openalex.org/P4310316510'], 'host_organization_lineage_names': ['Johns Hopkins University Press', 'Johns Hopkins University'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.48}], 'grants': [], 'referenced_works_count': 22, 'referenced_works': ['https://openalex.org/W179752181', 'https://openalex.org/W437408101', 'https://openalex.org/W634754794', 'https://openalex.org/W651283680', 'https://openalex.org/W1585063481', 'https://openalex.org/W1593551567', 'https://openalex.org/W1964452464', 'https://openalex.org/W1965382451', 'https://openalex.org/W1991067243', 'https://openalex.org/W2000350534', 'https://openalex.org/W2001717318', 'https://openalex.org/W2009375902', 'https://openalex.org/W2012672479', 'https://openalex.org/W2019482736', 'https://openalex.org/W2020783885', 'https://openalex.org/W2028366757', 'https://openalex.org/W2054934735', 'https://openalex.org/W2070488390', 'https://openalex.org/W2161899020', 'https://openalex.org/W2264283976', 'https://openalex.org/W3000453102', 'https://openalex.org/W3017805738'], 'related_works': ['https://openalex.org/W564062025', 'https://openalex.org/W623947166', 'https://openalex.org/W625944993', 'https://openalex.org/W2340095631', 'https://openalex.org/W2487427280', 'https://openalex.org/W2502818903', 'https://openalex.org/W2514683906', 'https://openalex.org/W4205892079', 'https://openalex.org/W4211192184', 'https://openalex.org/W4244566834'], 'ngrams_url': 'https://api.openalex.org/works/W2136821570/ngrams', 'abstract_inverted_index': {'The': [0, 244], 'end': [1], 'of': [2, 6, 16, 127, 139, 153, 194, 202, 255, 266, 271, 287, 305], 'the': [3, 67, 74, 83, 104, 117, 125, 211, 228, 251, 281, 288, 302, 309], 'first': [4], 'book': [5], 'Our': [7, 166, 292], 'Mutual': [8, 167, 293], 'Friend': [9, 294], 'discovers': [10], 'Silas': [11], 'Wegg,': [12], 'a': [13, 100, 111, 200, 253, 268], 'one-legged': [14], 'seller': [15], 'ballads,': [17], 'hopping': [18], 'around': [19], 'Boffin’s': [20, 36, 54], 'Bower': [21], '“like': [22, 210], 'some': [23, 263], 'extinct': [24, 78], 'bird”': [25], '(211).': [26], 'Raised': [27], 'from': [28, 53], 'his': [29, 41, 64, 133, 159, 192], 'lowly': [30], 'social': [31, 68], 'position': [32], 'by': [33, 44, 274], 'becoming': [34], 'Mr.': [35], '“literary': [37], 'man,”': [38], 'Wegg': [39], 'repays': [40], 'kindly': [42], 'master': [43], 'assessing': [45], 'what': [46], 'he': [47, 198], 'might': [48, 59], 'be': [49, 173], 'able': [50], 'to': [51, 132, 144, 155, 172, 177, 223, 261], 'thieve': [52], 'room': [55], 'and': [56, 76, 99, 162, 179, 196, 218, 239, 284, 311, 314], 'that': [57, 119], 'this': [58], 'further': [60], 'aid': [61], 'him': [62, 233], 'in': [63, 82, 89, 103, 114, 158, 163, 165, 175, 220, 227, 234, 299, 318], 'ascent': [65], 'up': [66, 121], 'scale.': [69], 'He': [70], 'is,': [71], 'though,': [72], 'like': [73], 'Dodo': [75], 'other': [77], 'birds,': [79], 'ultimately': [80], 'unsuccessful': [81], 'fierce': [84], 'struggle': [85], 'for': [86], 'survival': [87], 'anatomized': [88], 'Dickens’s': [90, 108, 148], 'final': [91], 'completed': [92], 'novel.': [93], 'Sir': [94], 'Richard': [95], 'Owen,': [96], 'eminent': [97], 'anatomist': [98], 'leading': [101], 'figure': [102], 'scientific': [105], 'establishment': [106], 'throughout': [107], 'career,': [109], 'took': [110], 'particular': [112, 164], 'interest': [113], '“extinct': [115], 'birds”;': [116], 'megalasaurus': [118], 'walks': [120], 'Holborn': [122], 'Hill': [123], 'at': [124, 276], 'start': [126], 'Bleak': [128], 'House': [129], 'was': [130], 'central': [131], 'theorizing': [134], 'as': [135, 205, 237], '“the': [136], 'highest': [137], 'form': [138], 'reptile,': [140], 'with': [141, 191, 280, 290, 301], 'real': [142], 'affinities”': [143], 'mammals': [145], '(see': [146], 'Levine).': [147], 'fiction': [149], 'is': [150, 188, 199, 298], 'stuffed': [151], 'full': [152], 'references': [154, 170], 'animals,': [156], 'but': [157], 'later': [160], 'work,': [161], 'Friend,': [168], 'such': [169], 'need': [171], 'understood': [174], 'relation': [176], 'early': [178], 'mid-nineteenth-century': [180], 'natural': [181], 'history.': [182], 'Gaffer': [183, 225], 'Hexam,': [184], 'we': [185], 'are': [186], 'told,': [187], '“half': [189], 'savage”': [190], '“wilderness': [193], 'beard': [195], 'whisker”;': [197], '“bird': [201], 'prey,”': [203], 'or,': [204], 'Rogue': [206], 'Riderhood': [207, 215], 'puts': [208], 'it,': [209], 'wulturs”': [212], '(14).': [213], 'When': [214], 'visits': [216], 'Wrayburn': [217, 231], 'Lightwood': [219], 'an': [221], 'attempt': [222], 'implicate': [224], 'Hexam': [226], 'Harmon': [229], 'murder,': [230], 'dismisses': [232], 'consecutive': [235], 'sentences': [236], '“vermin”': [238], '“a': [240], 'water': [241, 273], 'rat”': [242], '(172).': [243], 'people': [245], 'who': [246, 259], 'make': [247], 'their': [248, 296], 'livings': [249], 'along': [250], 'shoreline,': [252], '“knot': [254], 'those': [256], 'amphibious': [257], 'human-creatures': [258], 'appear': [260], 'have': [262], 'mysterious': [264], 'power': [265], 'extracting': [267], 'subsistence': [269], 'out': [270], 'tidal': [272], 'looking': [275], 'it”': [277], '(80),': [278], 'merge': [279], 'primeval': [282], '“slime': [283], 'ooze”': [285], '(13)': [286], 'Thames': [289], 'which': [291, 308], 'begins;': [295], 'world': [297, 304], 'tension': [300], 'modern': [303], 'commerce': [306], 'on': [307], 'river': [310], 'its': [312], 'workers,': [313], 'London': [315], 'itself,': [316], 'depended': [317], 'mid-Victorian': [319], 'Britain.': [320]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2136821570', 'counts_by_year': [{'year': 2019, 'cited_by_count': 15}, {'year': 2016, 'cited_by_count': 2}, {'year': 2015, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}], 'updated_date': '2023-09-24T10:57:08.088273', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1987720655', 'doi': 'https://doi.org/10.2307/1374834', 'title': 'Territoriality and Home Range Concepts as Applied to Mammals', 'display_name': 'Territoriality and Home Range Concepts as Applied to Mammals', 'relevance_score': 19.310287, 'publication_year': 1943, 'publication_date': '1943-08-01', 'ids': {'openalex': 'https://openalex.org/W1987720655', 'doi': 'https://doi.org/10.2307/1374834', 'mag': '1987720655'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/1374834', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S165569574', 'display_name': 'Journal of Mammalogy', 'issn_l': '0022-2372', 'issn': ['0022-2372', '1545-1542'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5060310170', 'display_name': 'William Henry Burt', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'William Henry Burt', 'raw_affiliation_string': 'Museum Of Zoology, Ann Arbor, Michigan', 'raw_affiliation_strings': ['Museum Of Zoology, Ann Arbor, Michigan']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5060310170'], 'corresponding_institution_ids': [], 'apc_list': {'value': 2737, 'currency': 'USD', 'value_usd': 2737, 'provenance': 'doaj'}, 'apc_paid': {'value': 2737, 'currency': 'USD', 'value_usd': 2737, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 2005, 'biblio': {'volume': '24', 'issue': '3', 'first_page': '346', 'last_page': '346'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C90805937', 'wikidata': 'https://www.wikidata.org/wiki/Q7703794', 'display_name': 'Territoriality', 'level': 2, 'score': 0.9794898}, {'id': 'https://openalex.org/C201920390', 'wikidata': 'https://www.wikidata.org/wiki/Q422692', 'display_name': 'Home range', 'level': 3, 'score': 0.7118886}, {'id': 'https://openalex.org/C204323151', 'wikidata': 'https://www.wikidata.org/wiki/Q905424', 'display_name': 'Range (aeronautics)', 'level': 2, 'score': 0.63463753}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.45298156}, {'id': 'https://openalex.org/C90856448', 'wikidata': 'https://www.wikidata.org/wiki/Q431', 'display_name': 'Zoology', 'level': 1, 'score': 0.32087678}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.30385485}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.3030008}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.08716619}, {'id': 'https://openalex.org/C185933670', 'wikidata': 'https://www.wikidata.org/wiki/Q52105', 'display_name': 'Habitat', 'level': 2, 'score': 0.063780904}, {'id': 'https://openalex.org/C146978453', 'wikidata': 'https://www.wikidata.org/wiki/Q3798668', 'display_name': 'Aerospace engineering', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/1374834', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S165569574', 'display_name': 'Journal of Mammalogy', 'issn_l': '0022-2372', 'issn': ['0022-2372', '1545-1542'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.3}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.14}], 'grants': [], 'referenced_works_count': 15, 'referenced_works': ['https://openalex.org/W180976024', 'https://openalex.org/W575683222', 'https://openalex.org/W649116038', 'https://openalex.org/W1487820737', 'https://openalex.org/W1984075071', 'https://openalex.org/W1997538437', 'https://openalex.org/W2052878372', 'https://openalex.org/W2064933451', 'https://openalex.org/W2065056236', 'https://openalex.org/W2085840427', 'https://openalex.org/W2315067982', 'https://openalex.org/W2316173306', 'https://openalex.org/W2321824572', 'https://openalex.org/W2329185112', 'https://openalex.org/W2333157586'], 'related_works': ['https://openalex.org/W1984057301', 'https://openalex.org/W2019151933', 'https://openalex.org/W2038173228', 'https://openalex.org/W2112639909', 'https://openalex.org/W2149971235', 'https://openalex.org/W2158708362', 'https://openalex.org/W2176571620', 'https://openalex.org/W2183725649', 'https://openalex.org/W2326191438', 'https://openalex.org/W2797389288'], 'ngrams_url': 'https://api.openalex.org/works/W1987720655/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1987720655', 'counts_by_year': [{'year': 2023, 'cited_by_count': 69}, {'year': 2022, 'cited_by_count': 87}, {'year': 2021, 'cited_by_count': 106}, {'year': 2020, 'cited_by_count': 93}, {'year': 2019, 'cited_by_count': 91}, {'year': 2018, 'cited_by_count': 71}, {'year': 2017, 'cited_by_count': 62}, {'year': 2016, 'cited_by_count': 73}, {'year': 2015, 'cited_by_count': 108}, {'year': 2014, 'cited_by_count': 91}, {'year': 2013, 'cited_by_count': 84}, {'year': 2012, 'cited_by_count': 82}], 'updated_date': '2023-09-30T08:56:59.651560', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2070488390', 'doi': 'https://doi.org/10.2307/2905456', 'title': 'Between Men: English Literature and Male Homosocial Desire.', 'display_name': 'Between Men: English Literature and Male Homosocial Desire.', 'relevance_score': 18.182539, 'publication_year': 1985, 'publication_date': '1985-12-01', 'ids': {'openalex': 'https://openalex.org/W2070488390', 'doi': 'https://doi.org/10.2307/2905456', 'mag': '2070488390'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/2905456', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S77503192', 'display_name': 'Modern Language Notes', 'issn_l': '0026-7910', 'issn': ['1080-6598', '0026-7910'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315678', 'host_organization_name': 'Johns Hopkins University Press', 'host_organization_lineage': ['https://openalex.org/P4310315678', 'https://openalex.org/P4310316510'], 'host_organization_lineage_names': ['Johns Hopkins University Press', 'Johns Hopkins University'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'http://www.gbv.de/dms/bowker/toc/9780231058605.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5015380277', 'display_name': 'Patricia Yaeger', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Patricia S. Yaeger', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5016024041', 'display_name': 'Eve Kosofsky Sedgwick', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Eve Kosofsky Sedgwick', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 1220, 'biblio': {'volume': '100', 'issue': '5', 'first_page': '1139', 'last_page': '1139'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.43824655}, {'id': 'https://openalex.org/C107993555', 'wikidata': 'https://www.wikidata.org/wiki/Q1662673', 'display_name': 'Gender studies', 'level': 1, 'score': 0.36729357}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.35374513}, {'id': 'https://openalex.org/C124952713', 'wikidata': 'https://www.wikidata.org/wiki/Q8242', 'display_name': 'Literature', 'level': 1, 'score': 0.34647587}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.25536433}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/2905456', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S77503192', 'display_name': 'Modern Language Notes', 'issn_l': '0026-7910', 'issn': ['1080-6598', '0026-7910'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315678', 'host_organization_name': 'Johns Hopkins University Press', 'host_organization_lineage': ['https://openalex.org/P4310315678', 'https://openalex.org/P4310316510'], 'host_organization_lineage_names': ['Johns Hopkins University Press', 'Johns Hopkins University'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://www.gbv.de/dms/bowker/toc/9780231058605.pdf', 'pdf_url': 'http://www.gbv.de/dms/bowker/toc/9780231058605.pdf', 'source': {'id': 'https://openalex.org/S4308707206', 'display_name': 'Library Union Catalog of Bavaria, Berlin and Brandenburg (B3Kat Repository)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I157725225', 'host_organization_name': 'University of Illinois Urbana-Champaign', 'host_organization_lineage': ['https://openalex.org/I157725225'], 'host_organization_lineage_names': ['University of Illinois Urbana-Champaign'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://www.gbv.de/dms/bowker/toc/9780231058605.pdf', 'pdf_url': 'http://www.gbv.de/dms/bowker/toc/9780231058605.pdf', 'source': {'id': 'https://openalex.org/S4308707206', 'display_name': 'Library Union Catalog of Bavaria, Berlin and Brandenburg (B3Kat Repository)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I157725225', 'host_organization_name': 'University of Illinois Urbana-Champaign', 'host_organization_lineage': ['https://openalex.org/I157725225'], 'host_organization_lineage_names': ['University of Illinois Urbana-Champaign'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.76}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.16}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1531601525', 'https://openalex.org/W2748952813', 'https://openalex.org/W2758277628', 'https://openalex.org/W2778153218', 'https://openalex.org/W2899084033', 'https://openalex.org/W2935909890', 'https://openalex.org/W2948807893', 'https://openalex.org/W3110381201', 'https://openalex.org/W3173606202', 'https://openalex.org/W3183948672'], 'ngrams_url': 'https://api.openalex.org/works/W2070488390/ngrams', 'abstract_inverted_index': {'Introductioni.': [0], 'Homosocial': [1, 34, 72], 'Desireii.': [2], 'Sexual': [3, 6], 'Politics': [4], 'and': [5, 17, 40, 50, 69, 74, 82, 96], 'Meaningiii.': [7], 'Sex': [8], 'or': [9], 'History?iv.': [10], 'What': [11], 'This': [12], 'Book': [13], 'Does1.': [14], 'Gender': [15], 'Asymmetry': [16], 'Erotic': [18], 'Triangles2.': [19], 'Swan': [20], 'in': [21], 'Love:': [22], 'The': [23, 28, 84], 'Example': [24, 85], 'of': [25, 32, 43, 56, 77, 86, 99, 107], "Shakespeare's": [26], 'Sonnets3.': [27], 'Country': [29], 'Wife:': [30], 'Anatomies': [31], 'Male': [33], 'Desire4.': [35], 'A': [36], 'Sentimental': [37], 'Journey:': [38], 'Sexualism': [39], 'the': [41, 44, 47, 75, 78, 91, 97, 102], 'Citizen': [42], 'World5.': [45], 'Toward': [46, 101], 'Gothic:': [48], 'Terrorism': [49], 'Homosexual': [51], 'Panic6.': [52], 'Murder': [53], 'Incorporated:': [54], 'Confessions': [55], 'a': [57], 'Justified': [58], 'Sinner7.': [59], "Tennyson's": [60], 'Princess:': [61], 'One': [62], 'Bride': [63], 'for': [64], 'Seven': [65], 'Brothers8.': [66], 'Adam': [67], 'Bede': [68], 'Henry': [70], 'Esmond:': [71], 'Desire': [73], 'Historicity': [76], 'Female9.': [79], 'Homophobia,': [80], 'Misogyny,': [81], 'Capital:': [83], 'Our': [87], 'Mutual': [88], 'Friend10.': [89], 'Up': [90], 'Postern': [92], 'Stair:': [93], 'Edwin': [94], 'Drood': [95], 'Homophobia': [98], 'EmpireCoda:': [100], 'Twentieth': [103], 'Century:': [104], 'English': [105], 'Readers': [106], 'Whitman': [108]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2070488390', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2}, {'year': 2022, 'cited_by_count': 1}, {'year': 2021, 'cited_by_count': 11}, {'year': 2020, 'cited_by_count': 20}, {'year': 2019, 'cited_by_count': 34}, {'year': 2018, 'cited_by_count': 36}, {'year': 2017, 'cited_by_count': 37}, {'year': 2016, 'cited_by_count': 77}, {'year': 2015, 'cited_by_count': 61}, {'year': 2014, 'cited_by_count': 77}, {'year': 2013, 'cited_by_count': 69}, {'year': 2012, 'cited_by_count': 72}], 'updated_date': '2023-09-27T08:52:46.306889', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4240915221', 'doi': 'https://doi.org/10.1177/00222429990634s105', 'title': 'Whence Consumer Loyalty?', 'display_name': 'Whence Consumer Loyalty?', 'relevance_score': 18.173216, 'publication_year': 1999, 'publication_date': '1999-10-01', 'ids': {'openalex': 'https://openalex.org/W4240915221', 'doi': 'https://doi.org/10.1177/00222429990634s105'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1177/00222429990634s105', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S142990027', 'display_name': 'Journal of Marketing', 'issn_l': '0022-2429', 'issn': ['1547-7185', '0022-2429'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316601', 'host_organization_name': 'American Marketing Association', 'host_organization_lineage': ['https://openalex.org/P4310316601'], 'host_organization_lineage_names': ['American Marketing Association'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5075599675', 'display_name': 'Richard L. Oliver', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200719446', 'display_name': 'Vanderbilt University', 'ror': 'https://ror.org/02vm5rt34', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I200719446']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Richard L. Oliver', 'raw_affiliation_string': 'Valere Blair Potter Professor of Management (Marketing), Owen Graduate School of Management, Vanderbilt University.', 'raw_affiliation_strings': ['Valere Blair Potter Professor of Management (Marketing), Owen Graduate School of Management, Vanderbilt University.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5075599675'], 'corresponding_institution_ids': ['https://openalex.org/I200719446'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 2078, 'biblio': {'volume': '63', 'issue': '4_suppl1', 'first_page': '33', 'last_page': '44'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776967331', 'wikidata': 'https://www.wikidata.org/wiki/Q1132131', 'display_name': 'Loyalty', 'level': 2, 'score': 0.8605511}, {'id': 'https://openalex.org/C146897074', 'wikidata': 'https://www.wikidata.org/wiki/Q1932925', 'display_name': 'Loyalty business model', 'level': 4, 'score': 0.5456212}, {'id': 'https://openalex.org/C90673727', 'wikidata': 'https://www.wikidata.org/wiki/Q901718', 'display_name': 'Product (mathematics)', 'level': 2, 'score': 0.5356357}, {'id': 'https://openalex.org/C162853370', 'wikidata': 'https://www.wikidata.org/wiki/Q39809', 'display_name': 'Marketing', 'level': 1, 'score': 0.5302137}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.464805}, {'id': 'https://openalex.org/C177264268', 'wikidata': 'https://www.wikidata.org/wiki/Q1514741', 'display_name': 'Set (abstract data type)', 'level': 2, 'score': 0.4115025}, {'id': 'https://openalex.org/C112698675', 'wikidata': 'https://www.wikidata.org/wiki/Q37038', 'display_name': 'Advertising', 'level': 1, 'score': 0.40531725}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.3702063}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.35595372}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0784128}, {'id': 'https://openalex.org/C2780378061', 'wikidata': 'https://www.wikidata.org/wiki/Q25351891', 'display_name': 'Service (business)', 'level': 2, 'score': 0.069737434}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C140781008', 'wikidata': 'https://www.wikidata.org/wiki/Q1221081', 'display_name': 'Service quality', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1177/00222429990634s105', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S142990027', 'display_name': 'Journal of Marketing', 'issn_l': '0022-2429', 'issn': ['1547-7185', '0022-2429'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316601', 'host_organization_name': 'American Marketing Association', 'host_organization_lineage': ['https://openalex.org/P4310316601'], 'host_organization_lineage_names': ['American Marketing Association'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.39}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.11}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1630483251', 'https://openalex.org/W1968210369', 'https://openalex.org/W1976446558', 'https://openalex.org/W1983364918', 'https://openalex.org/W1990105845', 'https://openalex.org/W1991484504', 'https://openalex.org/W2020346973', 'https://openalex.org/W2022755564', 'https://openalex.org/W2054347393', 'https://openalex.org/W2067755834', 'https://openalex.org/W2096561562', 'https://openalex.org/W2102467277', 'https://openalex.org/W2115908788', 'https://openalex.org/W2119417889', 'https://openalex.org/W2135856408', 'https://openalex.org/W2166475989', 'https://openalex.org/W2462080889', 'https://openalex.org/W3124394317', 'https://openalex.org/W4233318595'], 'related_works': ['https://openalex.org/W1546751277', 'https://openalex.org/W1976150372', 'https://openalex.org/W2003179726', 'https://openalex.org/W2089544520', 'https://openalex.org/W2277816436', 'https://openalex.org/W2611920565', 'https://openalex.org/W2898956998', 'https://openalex.org/W3145068862', 'https://openalex.org/W3201620267', 'https://openalex.org/W4384565331'], 'ngrams_url': 'https://api.openalex.org/works/W4240915221/ngrams', 'abstract_inverted_index': {'Both': [0], 'practitioners': [1], 'and': [2, 8, 54, 106, 112, 137], 'academics': [3], 'understand': [4, 15], 'that': [5, 16, 70, 153, 169], 'consumer': [6, 47, 155, 192, 216], 'loyalty': [7, 53, 59, 77, 84, 124, 160, 170, 236], 'satisfaction': [9, 28, 48, 65, 71, 197, 209, 225], 'are': [10, 24, 119], 'linked': [11], 'inextricably.': [12], 'They': [13], 'also': [14], 'this': [17, 64, 166], 'relation': [18], 'is': [19, 61, 72, 148, 168, 198], 'asymmetric.': [20], 'Although': [21], 'loyal': [22], 'consumers': [23], 'most': [25], 'typically': [26], 'satisfied,': [27], 'does': [29], 'not': [30], 'universally': [31], 'translate': [32], 'into': [33, 121], 'loyalty.': [34], 'To': [35], 'explain': [36], 'the': [37, 40, 46, 58, 100, 110, 157, 185, 188, 199, 215, 222, 231, 235, 243], 'satisfaction–loyalty': [38], 'conundrum,': [39], 'author': [41], 'investigates': [42], 'what': [43, 55], 'aspect': [44], 'of': [45, 57, 102, 129, 184, 187, 224, 234, 246], 'response': [49, 60], 'has': [50], 'implications': [51], 'for': [52, 159, 203, 242], 'portion': [56], 'due': [62], 'to': [63, 86, 144], 'component.': [66], 'The': [67, 219], 'analysis': [68, 167], 'concludes': [69], 'a': [73, 127, 177, 211], 'necessary': [74], 'step': [75], 'in': [76, 96], 'formation': [78], 'but': [79], 'becomes': [80], 'less': [81], 'significant': [82], 'as': [83, 126, 176, 228, 230], 'begins': [85], 'set': [87], 'through': [88], 'other': [89], 'mechanisms.': [90], 'These': [91], 'mechanisms,': [92], 'omitted': [93], 'from': [94, 165], 'consideration': [95], 'current': [97], 'models,': [98], 'include': [99], 'roles': [101], 'personal': [103, 113, 133], 'determinism': [104], '(“fortitude”)': [105], 'social': [107, 135], 'bonding': [108], 'at': [109], 'institutional': [111], 'level.': [114], 'When': [115], 'these': [116], 'additional': [117], 'factors': [118], 'brought': [120], 'account,': [122], 'ultimate': [123], 'emerges': [125], 'combination': [128], 'perceived': [130], 'product': [131, 189], 'superiority,': [132], 'fortitude,': [134], 'bonding,': [136], 'their': [138], 'synergistic': [139], 'effects.': [140], 'As': [141], 'each': [142], 'fails': [143], 'be': [145, 172], 'attained': [146], 'or': [147, 174, 191], 'unattainable': [149], 'by': [150, 180], 'individual': [151], 'firms': [152], 'serve': [154], 'markets,': [156], 'potential': [158], 'erodes.': [161], 'A': [162], 'disquieting': [163], 'conclusion': [164], 'cannot': [171], 'achieved': [173], 'pursued': [175], 'reasonable': [178], 'goal': [179, 202], 'many': [181], 'providers': [182], 'because': [183], 'nature': [186], 'category': [190], 'disinterest.': [193], 'For': [194], 'some': [195], 'firms,': [196], 'only': [200], 'feasible': [201], 'which': [204], 'they': [205], 'should': [206], 'strive;': [207], 'thus,': [208], 'remains': [210], 'worthy': [212], 'pursuit': [213, 223], 'among': [214], 'marketing': [217], 'community.': [218], 'disparity': [220], 'between': [221], 'versus': [226], 'loyalty,': [227], 'well': [229], 'fundamental': [232], 'content': [233], 'response,': [237], 'poses': [238], 'several': [239], 'investigative': [240], 'directions': [241], 'next': [244], 'wave': [245], 'postconsumption': [247], 'research.': [248]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4240915221', 'counts_by_year': [{'year': 2023, 'cited_by_count': 234}, {'year': 2022, 'cited_by_count': 275}, {'year': 2021, 'cited_by_count': 317}, {'year': 2020, 'cited_by_count': 272}, {'year': 2019, 'cited_by_count': 242}, {'year': 2018, 'cited_by_count': 126}, {'year': 2017, 'cited_by_count': 68}, {'year': 2016, 'cited_by_count': 87}, {'year': 2015, 'cited_by_count': 74}, {'year': 2014, 'cited_by_count': 90}, {'year': 2013, 'cited_by_count': 48}, {'year': 2012, 'cited_by_count': 40}], 'updated_date': '2023-09-30T02:03:31.233877', 'created_date': '2022-05-12'}, {'id': 'https://openalex.org/W1966702838', 'doi': 'https://doi.org/10.1353/phl.1996.0076', 'title': 'Wuthering Heights: The Romantic Ascent', 'display_name': 'Wuthering Heights: The Romantic Ascent', 'relevance_score': 17.933697, 'publication_year': 1996, 'publication_date': '1996-01-01', 'ids': {'openalex': 'https://openalex.org/W1966702838', 'doi': 'https://doi.org/10.1353/phl.1996.0076', 'mag': '1966702838'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1353/phl.1996.0076', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S105007214', 'display_name': 'Philosophy and Literature', 'issn_l': '0190-0013', 'issn': ['1086-329X', '0190-0013'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315678', 'host_organization_name': 'Johns Hopkins University Press', 'host_organization_lineage': ['https://openalex.org/P4310315678', 'https://openalex.org/P4310316510'], 'host_organization_lineage_names': ['Johns Hopkins University Press', 'Johns Hopkins University'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5025473979', 'display_name': 'Martha C. Nussbaum', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Martha Craven Nussbaum', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5025473979'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 27, 'biblio': {'volume': '20', 'issue': '2', 'first_page': '362', 'last_page': '382'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2780822299', 'wikidata': 'https://www.wikidata.org/wiki/Q9165', 'display_name': 'Soul', 'level': 2, 'score': 0.9001572}, {'id': 'https://openalex.org/C2776727279', 'wikidata': 'https://www.wikidata.org/wiki/Q4489450', 'display_name': 'Heaven', 'level': 2, 'score': 0.78406584}, {'id': 'https://openalex.org/C518914266', 'wikidata': 'https://www.wikidata.org/wiki/Q1054574', 'display_name': 'Romance', 'level': 2, 'score': 0.67870677}, {'id': 'https://openalex.org/C2781437521', 'wikidata': 'https://www.wikidata.org/wiki/Q3363340', 'display_name': 'Paradise', 'level': 2, 'score': 0.5458149}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.4689894}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.44885042}, {'id': 'https://openalex.org/C2778983918', 'wikidata': 'https://www.wikidata.org/wiki/Q188830', 'display_name': 'Wife', 'level': 2, 'score': 0.43376222}, {'id': 'https://openalex.org/C52119013', 'wikidata': 'https://www.wikidata.org/wiki/Q50637', 'display_name': 'Art history', 'level': 1, 'score': 0.36941814}, {'id': 'https://openalex.org/C27206212', 'wikidata': 'https://www.wikidata.org/wiki/Q34178', 'display_name': 'Theology', 'level': 1, 'score': 0.3650185}, {'id': 'https://openalex.org/C124952713', 'wikidata': 'https://www.wikidata.org/wiki/Q8242', 'display_name': 'Literature', 'level': 1, 'score': 0.34310353}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1353/phl.1996.0076', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S105007214', 'display_name': 'Philosophy and Literature', 'issn_l': '0190-0013', 'issn': ['1086-329X', '0190-0013'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315678', 'host_organization_name': 'Johns Hopkins University Press', 'host_organization_lineage': ['https://openalex.org/P4310315678', 'https://openalex.org/P4310316510'], 'host_organization_lineage_names': ['Johns Hopkins University Press', 'Johns Hopkins University'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.19}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W290374471', 'https://openalex.org/W1559204434', 'https://openalex.org/W2748952813', 'https://openalex.org/W2808305614', 'https://openalex.org/W2808695579', 'https://openalex.org/W2809487444', 'https://openalex.org/W2899084033', 'https://openalex.org/W2950949048', 'https://openalex.org/W3083071078', 'https://openalex.org/W4242804347'], 'ngrams_url': 'https://api.openalex.org/works/W1966702838/ngrams', 'abstract_inverted_index': {'Wuthering': [0, 72], 'Heights:': [1], 'The': [2], 'Romantic': [3], 'Ascent': [4], 'Martha': [5], 'Nussbaum': [6], 'I': [7, 9, 25, 40, 75, 217, 238, 292, 298, 318, 323], '“If': [8], 'were': [10, 54, 231, 299], 'in': [11, 85, 233, 247, 300, 330, 350, 375, 462, 533, 582, 656], 'heaven,': [12, 429, 479], 'Nelly,”': [13], 'she': [14, 92, 125, 142, 163, 170, 252, 271, 440], 'said,': [15], '“I': [16, 21], 'should': [17], 'be': [18, 36, 244, 604], 'extremely': [19], 'miserable.”': [20], 'dreamt,': [22], 'once,': [23], 'that': [24, 57, 140, 182, 312, 358, 365, 376, 483, 589], 'was': [26], 'there.': [27], '.': [28, 29, 30], '[H]eaven': [31], 'did': [32, 293], 'not': [33, 294, 315, 421, 445, 507, 561], 'seem': [34], 'to': [35, 46, 49, 165, 187, 249, 268, 287, 320, 341, 383, 572, 597, 679], 'my': [37, 42, 240, 250, 265, 307, 328], 'home;': [38], 'and': [39, 51, 100, 153, 172, 195, 212, 225, 229, 263, 278, 284, 326, 352, 396, 435, 576, 619, 640, 664, 677], 'broke': [41], 'heart': [43], 'with': [44, 158, 289, 515, 553, 574], 'weeping': [45], 'come': [47], 'back': [48], 'earth;': [50], 'the': [52, 63, 66, 69, 86, 95, 101, 131, 137, 176, 179, 260, 301, 342, 345, 360, 367, 381, 387, 391, 407, 410, 451, 476, 484, 516, 519, 544, 551, 620, 652, 674, 680, 687], 'angels': [53], 'so': [55, 322, 510], 'angry': [56], 'they': [58, 209, 215, 230, 513], 'flung': [59, 257], 'me': [60], 'out,': [61], 'into': [62, 147, 259, 393, 460, 480, 606], 'middle': [64], 'of': [65, 71, 104, 133, 151, 178, 303, 306, 344, 369, 390, 409, 453, 478, 500, 518, 537, 547, 613, 622, 636, 651, 654, 683], 'heath': [67], 'on': [68, 127, 175, 201, 264], 'top': [70], 'Heights,': [73], 'where': [74], 'woke': [76], 'sobbing': [77], 'for': [78], 'joy.”': [79], '1': [80], 'Cathy’s': [81, 418, 525], 'soul': [82, 103], 'cannot': [83, 603], 'live': [84], 'Christian': [87, 346, 411, 668], 'heaven.': [88], 'For': [89], 'her': [90, 128, 157, 168, 286, 432, 454], 'soul,': [91, 99], 'explains,': [93], 'is': [94, 106, 144, 355, 420, 457, 581, 591, 659], 'same': [96], 'as': [97, 107, 124, 296, 374, 491, 528], 'Heathcliff’s': [98], 'heavenly': [102], 'Linton': [105, 138], 'different': [108, 502], 'from': [109, 114, 118, 236, 386, 406, 438, 471], 'theirs': [110], '“as': [111], 'a': [112, 223, 281, 304, 356, 362, 425, 469, 472, 481, 495, 501, 534, 548, 563, 567, 607, 633], 'moonbeam': [113], 'lightning,': [115], 'or': [116, 643], 'frost': [117], 'fire”': [119], '(p.': [120, 578], '95).': [121], 'Much': [122], 'later,': [123], 'lies': [126], 'deathbed,': [129], 'now': [130], 'wife': [132], 'Edgar': [134, 598], 'Linton,': [135, 599], 'thinking': [136], 'thought': [139, 239], 'what': [141], 'wants': [143], 'an': [145, 234, 394, 422, 492], 'escape': [146], '“that': [148], 'glorious': [149], 'world”': [150], 'paradise': [152], 'peace,': [154], 'Heathcliff': [155], 'watches': [156], 'burning': [159], 'eyes.': [160], 'At': [161, 181], 'last': [162, 198], 'calls': [164], 'him:': [166], 'In': [167, 685], 'eagerness': [169], 'rose': [171], 'supported': [173], 'herself': [174], 'arm': [177], 'chair.': [180], 'earnest': [183], 'appeal': [184], 'he': [185, 226, 274, 313], 'turned': [186], 'her,': [188, 228], 'looking': [189], 'absolutely': [190], 'desperate.': [191], 'His': [192], 'eyes,': [193, 251, 361, 559], 'wide': [194], 'wet,': [196], 'at': [197, 276], 'flashed': [199], 'fiercely': [200], 'her;': [202], 'his': [203, 541, 558, 583], 'breast': [204], 'heaved': [205], 'convulsively.': [206], 'An': [207], 'instant': [208], 'held': [210, 327], 'asunder,': [211], 'then': [213], 'how': [214], 'met': [216], 'hardly': [218], 'saw,': [219], 'but': [220, 424, 430, 448, 565, 615], 'Catherine': [221], 'made': [222], 'spring,': [224], 'caught': [227], 'locked': [232], 'embrace': [235], 'which': [237, 439], 'mistress': [241], 'would': [242, 314, 441, 587], 'never': [243], 'released': [245], 'alive:': [246], 'fact,': [248], 'seemed': [253], 'directly': [254], 'insensible.': [255], 'He': [256], 'himself': [258], 'nearest': [261], 'seat,': [262], 'approaching': [266], 'hurriedly': [267], 'ascertain': [269], 'if': [270, 297, 467], 'had': [272], 'fainted,': [273], 'gnashed': [275], 'me,': [277], 'foamed': [279], 'like': [280, 562, 566], 'mad': [282], 'dog,': [283], 'gathered': [285], 'him': [288], 'greedy': [290], 'jealousy.': [291], 'feel': [295], 'company': [302], 'creature': [305], 'own': [308], 'species:': [309], 'it': [310, 586], 'appeared': [311], 'understand,': [316], 'though': [317], 'spoke': [319], 'him;': [321], 'stood': [324], 'off,': [325], 'tongue,': [329], 'great': [331], 'perplexity.': [332], '(pp.': [333], '188–89)': [334], '[End': [335], 'Page': [336], '362]': [337], 'Brontë’s': [338, 628], 'description': [339, 650], 'alludes': [340], 'imagery': [343], 'ascent': [347, 642], 'tradition.': [348], 'As': [349, 594], 'Augustine': [351], 'Dante,': [353], 'love': [354, 639, 655], 'flame': [357, 590], 'animates': [359], 'lightning': [363], 'bolt': [364], 'pierces': [366], 'fog': [368], 'our': [370], 'obtuse': [371], 'daily': [372, 392], 'condition;': [373], 'tradition,': [377, 646], 'love’s': [378], 'energy': [379, 517], 'causes': [380], 'lover': [382, 452], 'leap': [384], 'away': [385], 'petty': [388], 'egoism': [389], 'ecstatic': [395], 'mutually': [397], 'loving': [398], 'embrace.': [399], 'But': [400], 'we': [401, 403], 'know': [402], 'are': [404, 512, 611, 617], 'far': [405], 'world': [408, 473, 482, 496, 584], 'ascent,': [412], 'even': [413], 'its': [414, 641], 'erotic': [415], 'Augustinian': [416], 'form.': [417], 'spring': [419], 'upward,': [423], 'horizontal': [426], 'movement—not': [427], 'toward': [428, 431, 446, 449], 'beloved': [433], 'moors': [434], 'winds,': [436], 'severed': [437], 'find': [442], 'heaven': [443, 461], 'miserable;': [444], 'God': [447], 'Heathcliff,': [450, 527], 'soul.': [455], 'Nor': [456], 'there': [458, 465], 'redemption': [459, 470], 'this': [463], 'work;': [464], 'is,': [466], 'anything,': [468], 'dominated': [474], 'by': [475, 498, 648, 661, 667], 'imagination': [477], 'pious': [485], 'Ellen': [486, 529], 'Dean': [487, 530], 'can': [488], 'recognize': [489], 'only': [490], 'animal': [493], 'world,': [494], 'inhabited': [497], 'creatures': [499], 'species,': [503], 'who': [504, 670], 'probably': [505], 'do': [506], 'understand': [508], 'language,': [509], 'thoroughly': [511], 'identified': [514], 'body.': [520], 'A': [521], 'few': [522], 'hours': [523], 'after': [524], 'death': [526, 573], 'tells': [531], 'us,': [532], 'sudden': [535], '“paroxysm': [536], 'ungovernable': [538], 'passion,”': [539], 'dashes': [540], 'head': [542], 'against': [543, 672], 'knotted': [545], 'trunk': [546], 'tree,': [549], 'splashing': [550], 'bark': [552], 'blood,': [554], '“and,': [555], 'lifting': [556], 'up': [557], 'howled,': [560], 'man,': [564], 'savage': [568], 'beast': [569], 'being': [570], 'goaded': [571], 'knives': [575], 'spears”': [577], '197).': [579], 'It': [580], 'alone,': [585], 'seem,': [588], 'truly': [592], 'found.': [593], 'Cathy': [595], 'said': [596], '“Your': [600], 'cold': [601], 'blood': [602], 'worked': [605], 'fever:': [608], 'your': [609], 'veins': [610], 'full': [612], 'ice-water;': [614], 'mine': [616], 'boiling,': [618], 'sight': [621], 'such': [623], 'chillness': [624], 'makes': [625], 'them': [626], 'dance.”': [627], 'novel': [629], 'situates': [630], 'itself': [631], 'within': [632], 'long': [634], 'tradition': [635], 'writing': [637], 'about': [638], 'purification.': [644], 'This': [645], 'inaugurated': [647], 'Socrates’': [649], 'ladder': [653], 'Plato’s': [657], 'Symposium,': [658], 'continued': [660], 'later': [662], 'Platonists,': [663], 'radically': [665], 'reformulated': [666], 'thinkers,': [669], 'stress,': [671], 'Plato,': [673], 'soul’s': [675], 'receptivity': [676], 'vulnerability': [678], 'inscrutable': [681], 'operations': [682], 'grace.': [684], 'both': [686], 'Platonic': [688], 'and...': [689]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1966702838', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}], 'updated_date': '2023-09-23T01:42:44.539042', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W561890423', 'doi': None, 'title': 'How many legs', 'display_name': 'How many legs', 'relevance_score': 16.32589, 'publication_year': 2001, 'publication_date': '2001-01-01', 'ids': {'openalex': 'https://openalex.org/W561890423', 'mag': '561890423'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://redined.mecd.gob.es/xmlui/handle/11162/63079?show=full', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306463708', 'display_name': 'Oxford University Press eBooks', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'ebook platform'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'book', 'type_crossref': 'book', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5006425021', 'display_name': 'Dee Reid', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Dee Reid', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5006425021'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 1, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86792732', 'wikidata': 'https://www.wikidata.org/wiki/Q1416338', 'display_name': 'Creatures', 'level': 3, 'score': 0.95233667}, {'id': 'https://openalex.org/C2777601683', 'wikidata': 'https://www.wikidata.org/wiki/Q6499736', 'display_name': 'Vocabulary', 'level': 2, 'score': 0.67810965}, {'id': 'https://openalex.org/C75291252', 'wikidata': 'https://www.wikidata.org/wiki/Q1315756', 'display_name': 'TRACE (psycholinguistics)', 'level': 2, 'score': 0.6505813}, {'id': 'https://openalex.org/C192209626', 'wikidata': 'https://www.wikidata.org/wiki/Q190909', 'display_name': 'Focus (optics)', 'level': 2, 'score': 0.598524}, {'id': 'https://openalex.org/C2777530160', 'wikidata': 'https://www.wikidata.org/wiki/Q41796', 'display_name': 'Sentence', 'level': 2, 'score': 0.57954776}, {'id': 'https://openalex.org/C136197465', 'wikidata': 'https://www.wikidata.org/wiki/Q1729295', 'display_name': 'Variety (cybernetics)', 'level': 2, 'score': 0.5657985}, {'id': 'https://openalex.org/C2983864324', 'wikidata': 'https://www.wikidata.org/wiki/Q16872183', 'display_name': 'Line drawings', 'level': 2, 'score': 0.47607082}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.46210158}, {'id': 'https://openalex.org/C198352243', 'wikidata': 'https://www.wikidata.org/wiki/Q37105', 'display_name': 'Line (geometry)', 'level': 2, 'score': 0.4165375}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.3949131}, {'id': 'https://openalex.org/C46312422', 'wikidata': 'https://www.wikidata.org/wiki/Q11024', 'display_name': 'Communication', 'level': 1, 'score': 0.34142983}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.34103107}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.33348435}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.27138466}, {'id': 'https://openalex.org/C2776608160', 'wikidata': 'https://www.wikidata.org/wiki/Q4785462', 'display_name': 'Natural (archaeology)', 'level': 2, 'score': 0.18569338}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.16913739}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.16171119}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.10893583}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.08033258}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199639397', 'wikidata': 'https://www.wikidata.org/wiki/Q1788588', 'display_name': 'Engineering drawing', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://redined.mecd.gob.es/xmlui/handle/11162/63079?show=full', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306463708', 'display_name': 'Oxford University Press eBooks', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'ebook platform'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.65}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W96800124', 'https://openalex.org/W408289120', 'https://openalex.org/W575937760', 'https://openalex.org/W640236102', 'https://openalex.org/W1479924263', 'https://openalex.org/W1487659227', 'https://openalex.org/W1495877563', 'https://openalex.org/W1537983043', 'https://openalex.org/W1541147078', 'https://openalex.org/W1541894701', 'https://openalex.org/W1546949119', 'https://openalex.org/W1547514140', 'https://openalex.org/W1554781608', 'https://openalex.org/W1558763658', 'https://openalex.org/W1565495095', 'https://openalex.org/W1571688239', 'https://openalex.org/W1573199627', 'https://openalex.org/W1586687209', 'https://openalex.org/W1588816281', 'https://openalex.org/W1598032534'], 'ngrams_url': 'https://api.openalex.org/works/W561890423/ngrams', 'abstract_inverted_index': {'First': [0], 'Words': [1], 'Non-fiction': [2], 'is': [3], 'a': [4, 124], 'collection': [5], 'of': [6, 30, 37, 51, 99, 123, 126, 128], 'engaging': [7], 'books': [8, 14], 'for': [9, 79], 'very': [10, 68], 'new': [11], 'readers.': [12], 'These': [13], 'contain': [15], 'carefully': [16], 'controlled': [17], 'vocabulary': [18], 'and': [19, 34, 53, 83, 104, 114], 'focus': [20], 'on': [21, 101], 'familiar': [22], 'experiences.': [23], 'At': [24], 'Stage': [25], '1': [26], 'each': [27, 42], 'book': [28], 'consists': [29], 'simple': [31], 'sentence': [32], 'constructions': [33], 'one': [35], 'line': [36], 'text': [38], 'per': [39], 'page.': [40], 'Furthermore,': [41], 'page': [43], 'provides': [44], 'colorful': [45], 'picture': [46], 'cues': [47], 'in': [48, 71, 90, 111, 115], 'the': [49, 57, 60, 76, 121], 'form': [50], 'photographs': [52], 'illustrations': [54], 'to': [55], 'help': [56], 'reader': [58], 'decode': [59], 'text.': [61], 'In': [62, 93], 'Animal': [63], 'Homes': [64], 'we': [65, 73, 84, 97, 106, 119], 'unearth': [66], 'some': [67, 86, 102, 108], 'special': [69], 'places;': [70], 'Changes': [72], 'discover': [74], 'what': [75], 'future': [77], 'holds': [78], 'different': [80], 'life': [81], 'forms;': [82], 'encounter': [85, 107], 'dreadful': [87], 'looking': [88], 'food': [89], 'Wrong': [91], 'Colors.': [92], 'How': [94], 'Many': [95], 'Legs?': [96], 'count': [98], 'legs': [100], 'animals': [103], 'insects;': [105], 'scary': [109], 'creatures': [110], 'Fierce': [112], 'Creatures;': [113], 'Things': [116], 'That': [117], 'Go': [118], 'trace': [120], 'journey': [122], 'variety': [125], 'modes': [127], 'transport.': [129]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W561890423', 'counts_by_year': [{'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-09-24T14:05:35.549454', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2977589106', 'doi': 'https://doi.org/10.2307/441695', 'title': 'Marianne Moore\'s "Imperious Ox, Imperial Dish" and the Poetry of the Natural World', 'display_name': 'Marianne Moore\'s "Imperious Ox, Imperial Dish" and the Poetry of the Natural World', 'relevance_score': 16.149065, 'publication_year': 1998, 'publication_date': '1998-01-01', 'ids': {'openalex': 'https://openalex.org/W2977589106', 'doi': 'https://doi.org/10.2307/441695', 'mag': '2977589106'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/441695', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210198001', 'display_name': 'Twentieth century literature', 'issn_l': '0041-462X', 'issn': ['2325-8101', '0041-462X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315698', 'host_organization_name': 'Duke University Press', 'host_organization_lineage': ['https://openalex.org/P4310315572', 'https://openalex.org/P4310315698'], 'host_organization_lineage_names': ['Duke University', 'Duke University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5059130726', 'display_name': 'Robin G. Schulze', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Robin G. Schulze', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5059130726'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 34, 'biblio': {'volume': '44', 'issue': '1', 'first_page': '1', 'last_page': '1'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C164913051', 'wikidata': 'https://www.wikidata.org/wiki/Q482', 'display_name': 'Poetry', 'level': 2, 'score': 0.78954196}, {'id': 'https://openalex.org/C2776608160', 'wikidata': 'https://www.wikidata.org/wiki/Q4785462', 'display_name': 'Natural (archaeology)', 'level': 2, 'score': 0.7001892}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.5050443}, {'id': 'https://openalex.org/C124952713', 'wikidata': 'https://www.wikidata.org/wiki/Q8242', 'display_name': 'Literature', 'level': 1, 'score': 0.4884109}, {'id': 'https://openalex.org/C52119013', 'wikidata': 'https://www.wikidata.org/wiki/Q50637', 'display_name': 'Art history', 'level': 1, 'score': 0.3744377}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.27785552}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.09901428}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/441695', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210198001', 'display_name': 'Twentieth century literature', 'issn_l': '0041-462X', 'issn': ['2325-8101', '0041-462X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315698', 'host_organization_name': 'Duke University Press', 'host_organization_lineage': ['https://openalex.org/P4310315572', 'https://openalex.org/P4310315698'], 'host_organization_lineage_names': ['Duke University', 'Duke University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.44}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.12}], 'grants': [], 'referenced_works_count': 10, 'referenced_works': ['https://openalex.org/W568819640', 'https://openalex.org/W1531848952', 'https://openalex.org/W1986752619', 'https://openalex.org/W2032774546', 'https://openalex.org/W2049871294', 'https://openalex.org/W2070246425', 'https://openalex.org/W2087824900', 'https://openalex.org/W2136234148', 'https://openalex.org/W2151413501', 'https://openalex.org/W2497082257'], 'related_works': ['https://openalex.org/W1531601525', 'https://openalex.org/W2363533138', 'https://openalex.org/W2378876228', 'https://openalex.org/W2387021562', 'https://openalex.org/W2389217020', 'https://openalex.org/W2748952813', 'https://openalex.org/W2758277628', 'https://openalex.org/W2778153218', 'https://openalex.org/W2935909890', 'https://openalex.org/W2948807893'], 'ngrams_url': 'https://api.openalex.org/works/W2977589106/ngrams', 'abstract_inverted_index': {'In': [0, 506], 'the': [1, 49, 96, 103, 106, 154, 169, 183, 186, 201, 230, 239, 301, 368, 380, 392, 398, 433, 472, 481, 484, 511, 527, 572, 597, 601, 629, 632, 638, 642, 666, 670], 'pages': [2], 'of': [3, 19, 28, 76, 156, 185, 229, 233, 243, 269, 286, 322, 327, 377, 388, 394, 403, 415, 458, 468, 474, 486, 522, 631, 656, 662], 'her': [4, 151, 180, 220, 293, 305], "editor's": [5], 'Comment': [6], 'in': [7, 36, 90, 94, 105, 348, 367, 379, 396, 452, 465, 496, 561, 586, 600], 'The': [23], 'Dial': [9], 'for': [10, 222, 307], 'August': [11], '1927,': [12], 'Marianne': [13], 'Moore': [14, 149, 218, 253, 297], 'paused': [15], 'to': [16, 35, 44, 57, 62, 123, 143, 161, 177, 191, 199, 277, 300, 480, 489, 510, 554, 567, 589, 641, 649, 659, 669], 'ruminate': [17], 'about,': [18], 'all': [20, 471], 'things,': [21], 'snakes.': [22], 'usefulness,': [24], 'companionableness,': [25], 'and': [26, 40, 53, 81, 93, 101, 207, 273, 303, 318, 331, 374, 385, 411, 426, 438, 483, 501, 526, 534, 578], 'gentleness': [27], 'snakes,': [382], 'she': [30, 163, 226], 'began,': [31], 'is': [55, 265, 289, 355, 477, 529, 564], 'sometimes': [33], 'alluded': [34], 'print': [37], 'by': [38, 41, 88, 128, 133, 531, 535], 'scientists': [39, 188], 'amateurs.': [42], 'Needless': [160, 176], 'say,': [162, 178], 'we': [166], 'dissent': [47, 167], 'from': [48, 99, 102, 153, 168, 339, 421, 455, 517, 637, 645, 653, 665], 'serpent': [50, 131, 170, 302, 344, 372, 437, 546], 'as': [582], 'deity;': [52], 'enlightenment': [54], 'preferable': [56], 'superstition': [58], 'when': [59, 442], 'plagues': [60], 'are': [61, 255, 495, 503], 'be': [63, 337, 555, 575, 606], 'combated': [64], '-': [65, 204, 210, 329, 333, 407, 417, 525, 542], 'army-worms,': [66], 'locusts,': [67, 205], 'a': [68, 134, 157, 267, 319, 346, 445, 536, 545, 646, 650], 'mouse': [69], 'army,': [70], 'tree': [71], 'or': [547], 'vegetable': [73, 208], 'blights,': [74], 'diseases': [75], 'cattle,': [77], 'earthquakes,': [78, 246], 'fires,': [79, 247], 'tornadoes,': [80], 'floods.': [82], 'Destruction': [83], 'such': [84], 'was': [86], 'experienced': [87], 'us': [89, 276], 'western': [91], 'states': [92], 'Florida': [95], 'past': [97], 'winter,': [98], 'tornadoes': [100, 274], 'Mississippi': [104], 'spring,': [107], 'could': [108], 'not': [109, 266, 357], 'have': [110, 124, 568], 'been': [111, 125], 'more': [112, 116], 'portentously': [113], 'afflicting': [114], 'usefully': [256], 'admonitory': [118], 'had': [119, 625], 'believed': [121], 'ourselves': [122], 'preyed': [126], 'upon': [127], 'an': [129, 145, 351, 507, 654, 660], 'aquatic': [130], 'wind': [135], 'god.': [136], '(Complete': [137], 'Prose': [138], '187)': [139], "Moore's": [140, 634], 'comments': [141], 'appear': [142], 'bespeak': [144], 'internal': [146], 'conflict.': [147], 'Initially,': [148], 'approaches': [150], 'subject': [152], 'pose': [155], 'rational': [158, 260, 667], 'skeptic.': [159], 'insists,': [164], 'that': [165, 211, 235, 263, 282, 311, 603, 618], 'deity.': [172], 'Her': [173], 'emphatic': [174], 'phrase,': [175], 'places': [179], 'firmly': [181], 'on': [182, 193], 'side': [184], 'enlightened': [187], 'who': [189], 'prefer': [190], 'rely': [192], 'technology': [194], 'rather': [195, 559], 'than': [196, 225], 'superstitious': [197], 'ceremony': [198], 'solve': [200], 'pesky': [202], 'problems': [203], 'mice,': [206], 'blights': [209], 'nature': [212, 234, 264, 314], 'doles': [213], 'out.': [214], 'No': [215], 'sooner': [216], 'has': [217, 463], 'uttered': [219], 'preference': [221], 'enlightenment,': [223], 'however,': [224, 336], 'invokes': [227], 'images': [228], 'destructive': [231], 'powers': [232], 'extend': [236], 'well': [237], 'beyond': [238], 'reach': [240], 'control': [242], 'technological': [244], 'know-how:': [245], 'floods,': [248], 'tornadoes.': [249], 'Such': [250], 'natural': [251], 'disasters,': [252], 'states,': [254], 'admonitory.': [257], 'Even': [258], 'though': [259], 'science': [261], 'insists': [262], 'collection': [268], 'powerful': [270], 'gods,': [271], 'floods': [272], 'warn': [275], 'check': [278], 'our': [279, 340], 'arrogant': [280], 'assumption': [281], 'nature,': [283], 'however': [284], 'void': [285], 'vengeful': [287], 'spirits,': [288], 'comfortably': [290], 'controllable.': [291], 'Qualifying': [292], 'own': [294], 'scientific': [295], 'pose,': [296], 'turns': [298], 'back': [299], 'professes': [304], 'admiration': [306], 'those': [308], 'less-skeptical': [309], 'cultures': [310], 'once': [312], 'viewed': [313], 'with': [315, 408], 'reverence,': [316], 'wonder,': [317], 'healthy': [320], 'dose': [321], 'dread.': [323], 'A': [324], 'certain': [325], 'ritual': [326], 'awe': [328], 'animistic': [330], 'animalistic': [332], 'need': [334], 'not,': [335], 'effaced': [338], 'literary': [341], 'consciousness.': [342], 'motive': [347], 'art,': [349], 'idea,': [352], 'beauty,': [354], 'surely': [356], 'beneath': [358], 'us,': [359], 'see': [362], 'it': [363], '.': [364, 365, 366], 'turtle': [369], 'zoomorphs,': [370], 'feathered': [371], 'columns,': [373], 'coiled': [375], 'rattlesnakes': [376], 'Yucatan;': [378], 'silver-white': [381], 'chameleon': [383], 'lizards,': [384], 'stone': [386, 446], 'dragons': [387], 'Northern': [389, 453], 'Siam.': [390], 'Guarding': [391], 'temple': [393], 'Cha-Heng': [395], 'Nan,': [397], 'hundred': [399], 'yard': [400], 'long': [500], 'pair': [402], 'blue-green-yellow': [404], 'painted': [405], 'monsters': [406], 'reared': [409], 'head': [410], 'flowing,': [412], 'skin-like': [413], 'rise': [414], 'body': [416], 'are,': [418], 'one': [419, 443], 'infers': [420], 'Reginald': [422], 'le': [423], "May's": [424], 'description': [425], 'partial': [427], 'photograph,': [428], 'majestic': [429], 'worms.': [430], 'Nor': [431], 'does': [432], 'mythologic': [434], 'war': [435], 'between': [436], 'elephant': [439], 'seem': [440], 'disproportionate': [441], 'examines': [444], 'dragon': [447, 548], 'which': [448], 'guards': [449], 'rice': [450], 'fields': [451], 'Siam': [454], 'raiding': [456], 'herds': [457], 'elephants.': [459], 'As': [460], 'Edward': [461], 'Topsell': [462], 'said': [464], 'his': [466], 'Historie': [467], 'Serpents,': [469], 'Among': [470], 'kinds': [473], 'serpents': [475], 'there': [476, 494, 502, 543, 576], 'none': [478], 'comparable': [479], 'Dragon,': [482], 'fact': [485], 'variants': [487], 'seemed': [488], 'Aldrovanus,': [490], 'no': [491], 'detraction.': [492], 'Dragons': [493], 'Ethiopia': [497], 'ten': [498], 'fathoms': [499], 'little': [504], 'ones.': [505], 'old': [508], 'letter': [509], 'public': [512], 'read:': [514], 'Thirty': [515], 'miles': [516], 'London,': [518], 'this': [519], 'present': [520, 668], 'month': [521], 'August,': [523], '1614': [524], 'news': [528], 'attested': [530], 'two': [579], 'men': [533], 'Widow': [537], 'Woman': [538], 'dwelling': [539], 'near': [540], 'Faygate': [541], 'lives': [544], 'some': [550, 583], 'call': [551], 'it,': [552], 'reputed': [553], 'nine': [556], 'feet,': [557, 570], 'more,': [560], 'length.': [562], 'It': [563], 'likewise': [565], 'discovered': [566], 'large': [569], 'but': [571, 591], 'eye': [573], 'may': [574], 'deceived': [577], 'great': [580], 'bunches': [581], 'think': [584], 'will': [585, 595], 'time': [587], 'grow': [588, 610], 'wings;': [590], 'God,': [592], 'I': [593], 'hope,': [594], 'defend': [596], 'poor': [598], 'people': [599], 'neighborhood,': [602], 'he': [604, 609, 624], 'shall': [605], 'destroyed': [607], 'before': [608], 'so': [611], 'fledged.': [612], 'Farewell.': [613], 'By': [614], 'A.': [615], 'R.': [616], 'He': [617], 'would': [619], 'send': [620], 'better': [621], 'news,': [622], 'if': [623], 'it.': [626], '(187-88)': [627], 'Engaging': [628], 'mythology': [630], 'serpent,': [633], 'thoughts': [635], 'move': [636], 'companionable': [639], 'snake': [640], 'mysterious': [643], 'dragon,': [644], 'gentle': [647], 'creature': [648], 'fierce': [651], 'myth,': [652], 'image': [655], "nature's": [657, 663], 'utility': [658], 'implication': [661], 'might,': [664], 'imaginative': [671], 'past.': [672], '…': [673]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2977589106', 'counts_by_year': [{'year': 2021, 'cited_by_count': 1}, {'year': 2019, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 3}, {'year': 2014, 'cited_by_count': 20}], 'updated_date': '2023-09-26T06:25:51.011618', 'created_date': '2019-10-10'}, {'id': 'https://openalex.org/W2087629674', 'doi': 'https://doi.org/10.1038/115195a0', 'title': 'Australopithecus africanus The Man-Ape of South Africa', 'display_name': 'Australopithecus africanus The Man-Ape of South Africa', 'relevance_score': 15.519817, 'publication_year': 1925, 'publication_date': '1925-02-01', 'ids': {'openalex': 'https://openalex.org/W2087629674', 'doi': 'https://doi.org/10.1038/115195a0', 'mag': '2087629674'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/115195a0', 'pdf_url': 'https://www.nature.com/articles/115195a0.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nature.com/articles/115195a0.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5032170817', 'display_name': 'Raymond A. Dart', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I192619145', 'display_name': 'University of the Witwatersrand', 'ror': 'https://ror.org/03rp50x72', 'country_code': 'ZA', 'type': 'education', 'lineage': ['https://openalex.org/I192619145']}], 'countries': ['ZA'], 'is_corresponding': True, 'raw_author_name': 'Raymond A. Dart', 'raw_affiliation_string': 'University of the Witwatersrand, Johannesburg, South Africa', 'raw_affiliation_strings': ['University of the Witwatersrand, Johannesburg, South Africa']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5032170817'], 'corresponding_institution_ids': ['https://openalex.org/I192619145'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 953, 'biblio': {'volume': '115', 'issue': '2884', 'first_page': '195', 'last_page': '199'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 0.6690401}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.5833028}, {'id': 'https://openalex.org/C197698901', 'wikidata': 'https://www.wikidata.org/wiki/Q7206', 'display_name': 'Paleoanthropology', 'level': 2, 'score': 0.5619478}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.5417948}, {'id': 'https://openalex.org/C164139821', 'wikidata': 'https://www.wikidata.org/wiki/Q107679', 'display_name': 'Cliff', 'level': 2, 'score': 0.51389956}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.29643166}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/115195a0', 'pdf_url': 'https://www.nature.com/articles/115195a0.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/115195a0', 'pdf_url': 'https://www.nature.com/articles/115195a0.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.84}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1539248293', 'https://openalex.org/W1591159605', 'https://openalex.org/W1606027898', 'https://openalex.org/W1995827510', 'https://openalex.org/W2049667995', 'https://openalex.org/W2059394852', 'https://openalex.org/W2079705210', 'https://openalex.org/W2275812285', 'https://openalex.org/W2325222095', 'https://openalex.org/W2911869918'], 'ngrams_url': 'https://api.openalex.org/works/W2087629674/ngrams', 'abstract_inverted_index': {'TOWARDS': [0], 'the': [1, 14, 17, 22, 38, 50, 65, 91, 101, 116, 132], 'close': [2], 'of': [3, 11, 16, 25, 49, 64, 72, 79, 88, 100, 118, 142, 151], '1924,': [4], 'Miss': [5], 'Josephine': [6], '-*-': [7], 'Salmons,': [8], 'student': [9], 'demonstrator': [10], 'anatomy': [12], 'in': [13, 96, 121, 145], 'University': [15], 'Witwatersrand,': [18], 'brought': [19], 'to': [20, 37, 94], 'me': [21], 'fossilised': [23], 'skull': [24], 'a': [26, 69, 76], 'cercopithecid': [27], 'monkey': [28], 'which,': [29], 'through': [30], 'her': [31], 'instrumentality,': [32], 'was': [33, 134], 'very': [34], 'generously': [35], 'loaned': [36], 'Department': [39], 'for': [40], 'description': [41], 'by': [42, 98], 'its': [43], 'owner,': [44], 'Mr.': [45], 'E.': [46], 'G.': [47], 'Izod,': [48], 'Rand': [51], 'Mines': [52], 'Limited.': [53], 'I': [54], 'learned': [55], 'that': [56, 136, 141], 'this': [57, 113, 137], 'valuable': [58], 'fossil': [59, 149], 'had': [60], 'been': [61, 109], 'blasted': [62], 'out': [63], 'limestone': [66], 'cliff': [67], 'formation-at': [68], 'vertical': [70], 'depth': [71, 78], '50': [73], 'feet': [74], 'and': [75, 131], 'horizontal': [77], '200': [80], 'feet-at': [81], 'Taungs,': [82], 'which': [83], 'lies': [84], '80': [85], 'miles': [86], 'north': [87], 'Kimberley': [89], 'on': [90], 'main': [92], 'line': [93], 'Rhodesia,': [95, 146], 'Bechuanaland,': [97], 'operatives': [99], 'Northern': [102], 'Lime': [103], 'Company.': [104], 'Important': [105], 'stratigraphical': [106], 'evidence': [107], 'has': [108], 'forthcoming': [110], 'recently': [111], 'from': [112], 'district': [114], 'concerning': [115], 'succession': [117], 'stone': [119], 'ages': [120], 'South': [122], 'Africa': [123], '(Neville': [124], 'Jones,': [125], 'Jour.': [126], 'Roy.': [127], 'Anthrop.': [128], 'Inst.,': [129], '1920),': [130], 'feeling': [133], 'entertained': [135], 'lime': [138], 'deposit,': [139], 'like': [140], 'Broken': [143], 'Hill': [144], 'might': [147], 'contain': [148], 'remains': [150], 'primitive': [152], 'man.': [153]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2087629674', 'counts_by_year': [{'year': 2023, 'cited_by_count': 37}, {'year': 2022, 'cited_by_count': 22}, {'year': 2021, 'cited_by_count': 32}, {'year': 2020, 'cited_by_count': 24}, {'year': 2019, 'cited_by_count': 44}, {'year': 2018, 'cited_by_count': 27}, {'year': 2017, 'cited_by_count': 34}, {'year': 2016, 'cited_by_count': 31}, {'year': 2015, 'cited_by_count': 29}, {'year': 2014, 'cited_by_count': 31}, {'year': 2013, 'cited_by_count': 39}, {'year': 2012, 'cited_by_count': 37}], 'updated_date': '2023-09-30T07:24:13.439782', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2082423614', 'doi': 'https://doi.org/10.1016/0028-3932(94)00127-b', 'title': "Is semantic memory consistently impaired early in the course of Alzheimer's disease? Neuroanatomical and diagnostic implications", 'display_name': "Is semantic memory consistently impaired early in the course of Alzheimer's disease? Neuroanatomical and diagnostic implications", 'relevance_score': 15.345442, 'publication_year': 1995, 'publication_date': '1995-04-01', 'ids': {'openalex': 'https://openalex.org/W2082423614', 'doi': 'https://doi.org/10.1016/0028-3932(94)00127-b', 'mag': '2082423614', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/7617154'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0028-3932(94)00127-b', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S165368631', 'display_name': 'Neuropsychologia', 'issn_l': '0028-3932', 'issn': ['1873-3514', '0028-3932'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5069129362', 'display_name': 'John R. Hodges', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'John R. Hodges', 'raw_affiliation_string': 'University Neurology Unit, University of Cambridge, U.K.', 'raw_affiliation_strings': ['University Neurology Unit, University of Cambridge, U.K.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5031509032', 'display_name': 'Karalyn Patterson', 'orcid': 'https://orcid.org/0000-0003-1927-7424'}, 'institutions': [{'id': 'https://openalex.org/I4210134973', 'display_name': 'MRC Biostatistics Unit', 'ror': 'https://ror.org/046vje122', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I241749', 'https://openalex.org/I4210134973', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Karalyn Patterson', 'raw_affiliation_string': 'MRC Applied Psychology Unit, Cambridge, U.K.', 'raw_affiliation_strings': ['MRC Applied Psychology Unit, Cambridge, U.K.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3170, 'currency': 'USD', 'value_usd': 3170, 'provenance': 'doaj'}, 'apc_paid': {'value': 3170, 'currency': 'USD', 'value_usd': 3170, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 564, 'biblio': {'volume': '33', 'issue': '4', 'first_page': '441', 'last_page': '459'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.76989913}, {'id': 'https://openalex.org/C197914299', 'wikidata': 'https://www.wikidata.org/wiki/Q18650', 'display_name': 'Semantic memory', 'level': 3, 'score': 0.75085795}, {'id': 'https://openalex.org/C88576662', 'wikidata': 'https://www.wikidata.org/wiki/Q18646', 'display_name': 'Episodic memory', 'level': 3, 'score': 0.69173205}, {'id': 'https://openalex.org/C97530452', 'wikidata': 'https://www.wikidata.org/wiki/Q7920939', 'display_name': 'Verbal fluency test', 'level': 4, 'score': 0.62805593}, {'id': 'https://openalex.org/C100660578', 'wikidata': 'https://www.wikidata.org/wiki/Q18733', 'display_name': 'Recall', 'level': 2, 'score': 0.54224575}, {'id': 'https://openalex.org/C3018842126', 'wikidata': 'https://www.wikidata.org/wiki/Q11072', 'display_name': 'Memory impairment', 'level': 3, 'score': 0.4840609}, {'id': 'https://openalex.org/C180747234', 'wikidata': 'https://www.wikidata.org/wiki/Q23373', 'display_name': 'Cognitive psychology', 'level': 1, 'score': 0.45595175}, {'id': 'https://openalex.org/C2779407169', 'wikidata': 'https://www.wikidata.org/wiki/Q3072083', 'display_name': 'Memory disorder', 'level': 5, 'score': 0.4509919}, {'id': 'https://openalex.org/C502032728', 'wikidata': 'https://www.wikidata.org/wiki/Q11081', 'display_name': "Alzheimer's disease", 'level': 3, 'score': 0.45036814}, {'id': 'https://openalex.org/C2779116556', 'wikidata': 'https://www.wikidata.org/wiki/Q18587', 'display_name': 'Semantic dementia', 'level': 5, 'score': 0.42062634}, {'id': 'https://openalex.org/C2779483572', 'wikidata': 'https://www.wikidata.org/wiki/Q83030', 'display_name': 'Dementia', 'level': 3, 'score': 0.391937}, {'id': 'https://openalex.org/C548259974', 'wikidata': 'https://www.wikidata.org/wiki/Q569965', 'display_name': 'Audiology', 'level': 1, 'score': 0.3516267}, {'id': 'https://openalex.org/C169900460', 'wikidata': 'https://www.wikidata.org/wiki/Q2200417', 'display_name': 'Cognition', 'level': 2, 'score': 0.35018766}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.31699726}, {'id': 'https://openalex.org/C2780566141', 'wikidata': 'https://www.wikidata.org/wiki/Q3065932', 'display_name': 'Cognitive disorder', 'level': 4, 'score': 0.29733804}, {'id': 'https://openalex.org/C2984915365', 'wikidata': 'https://www.wikidata.org/wiki/Q5141203', 'display_name': 'Cognitive impairment', 'level': 3, 'score': 0.20769298}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.18815827}, {'id': 'https://openalex.org/C14216870', 'wikidata': 'https://www.wikidata.org/wiki/Q3872', 'display_name': 'Neuropsychology', 'level': 3, 'score': 0.1615893}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.10591766}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.078590274}, {'id': 'https://openalex.org/C2778641062', 'wikidata': 'https://www.wikidata.org/wiki/Q18592', 'display_name': 'Frontotemporal dementia', 'level': 4, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000544', 'descriptor_name': 'Alzheimer Disease', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': True}, {'descriptor_ui': 'D008569', 'descriptor_name': 'Memory Disorders', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': True}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000544', 'descriptor_name': 'Alzheimer Disease', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D000544', 'descriptor_name': 'Alzheimer Disease', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D000544', 'descriptor_name': 'Alzheimer Disease', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003071', 'descriptor_name': 'Cognition', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': False}, {'descriptor_ui': 'D003071', 'descriptor_name': 'Cognition', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008569', 'descriptor_name': 'Memory Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008570', 'descriptor_name': 'Memory, Short-Term', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': False}, {'descriptor_ui': 'D008570', 'descriptor_name': 'Memory, Short-Term', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009483', 'descriptor_name': 'Neuropsychological Tests', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009949', 'descriptor_name': 'Orientation', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': False}, {'descriptor_ui': 'D009949', 'descriptor_name': 'Orientation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014888', 'descriptor_name': 'Wechsler Scales', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0028-3932(94)00127-b', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S165368631', 'display_name': 'Neuropsychologia', 'issn_l': '0028-3932', 'issn': ['1873-3514', '0028-3932'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/7617154', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.73}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.1}], 'grants': [], 'referenced_works_count': 38, 'referenced_works': ['https://openalex.org/W220886469', 'https://openalex.org/W1488536430', 'https://openalex.org/W1519522181', 'https://openalex.org/W1590591601', 'https://openalex.org/W1847168837', 'https://openalex.org/W1876238439', 'https://openalex.org/W1963686517', 'https://openalex.org/W1969773793', 'https://openalex.org/W1976243056', 'https://openalex.org/W1984214648', 'https://openalex.org/W1989194046', 'https://openalex.org/W1991072791', 'https://openalex.org/W1998330217', 'https://openalex.org/W2009467965', 'https://openalex.org/W2025894278', 'https://openalex.org/W2027790064', 'https://openalex.org/W2033823029', 'https://openalex.org/W2038747095', 'https://openalex.org/W2039754195', 'https://openalex.org/W2052236118', 'https://openalex.org/W2052742260', 'https://openalex.org/W2056287225', 'https://openalex.org/W2057818978', 'https://openalex.org/W2067495470', 'https://openalex.org/W2083169398', 'https://openalex.org/W2086288358', 'https://openalex.org/W2086942467', 'https://openalex.org/W2090057077', 'https://openalex.org/W2133810233', 'https://openalex.org/W2149767656', 'https://openalex.org/W2154949446', 'https://openalex.org/W2156220037', 'https://openalex.org/W2161571501', 'https://openalex.org/W2311818427', 'https://openalex.org/W2416100884', 'https://openalex.org/W2494487601', 'https://openalex.org/W3041214984', 'https://openalex.org/W3182827017'], 'related_works': ['https://openalex.org/W1829944605', 'https://openalex.org/W1967398545', 'https://openalex.org/W2080356316', 'https://openalex.org/W2082423614', 'https://openalex.org/W2111327347', 'https://openalex.org/W2112455761', 'https://openalex.org/W2159344350', 'https://openalex.org/W2160887847', 'https://openalex.org/W2336676431', 'https://openalex.org/W2997385515'], 'ngrams_url': 'https://api.openalex.org/works/W2082423614/ngrams', 'abstract_inverted_index': {'To': [0], 'establish': [1], 'whether': [2], 'semantic': [3, 22, 65, 79, 131, 235, 252], 'memory': [4, 23, 66, 132, 218, 236], 'is': [5, 194, 244], 'consistently': [6, 195], 'impaired': [7, 136], 'in': [8, 24, 159, 183, 203], 'patients': [9, 26, 122, 154, 227], 'with': [10, 27, 185, 228], 'very': [11, 199], 'mild': [12, 47, 95, 113], 'dementia': [13, 37], 'of': [14, 71, 129, 142, 164, 177, 210, 234, 251], "Alzheimer's": [15], 'type': [16], '(DAT),': [17], 'we': [18, 258], 'assessed': [19], 'episodic': [20, 160, 217], 'and': [21, 49, 53, 82, 90, 96, 105, 112, 145, 167, 213], '52': [25], 'DAT': [28], 'who': [29], 'were': [30, 135], 'divided': [31], 'into': [32], 'three': [33], 'sub-groups': [34], 'according': [35], 'to': [36, 75, 171, 240, 247, 265], 'severity': [38], 'on': [39, 62, 102, 137, 139], 'the': [40, 63, 110, 130, 191, 211, 241, 262, 266], 'Mini-Mental': [41], 'State': [42], 'Examination': [43], '(minimal': [44], '>': [45], '23,': [46], '17-23': [48], 'moderate': [50, 97], '<': [51], '17)': [52], '24': [54], 'matched': [55], 'controls.': [56], 'The': [57, 94, 220], 'minimal': [58, 111], 'group': [59], 'showed': [60, 99, 123, 155], 'impairment': [61, 126, 233], 'following': [64], 'measures:': [67], 'category': [68], 'fluency,': [69], 'naming': [70, 74], 'line': [72], 'drawings,': [73], 'verbal': [76, 166], 'description,': [77], 'answering': [78], 'feature': [80], 'questions': [81], 'a': [83, 124, 140, 146, 156, 173, 198, 207, 215], 'non-verbal': [84, 168], 'picture-picture': [85], 'matching': [86, 107], 'task': [87], '(the': [88], 'Pyramids': [89], 'Palm': [91], 'Trees': [92], 'Test).': [93], 'groups': [98, 114], 'additional': [100], 'deficits': [101], 'picture': [103], 'sorting': [104], 'word-picture': [106], 'tests.': [108], 'Within': [109], 'there': [115], 'was,': [116], 'however,': [117], 'considerable': [118], 'heterogeneity.': [119], 'While': [120], 'some': [121], 'consistent': [125], 'across': [127], 'all': [128, 153], 'tests,': [133], 'others': [134], 'only': [138, 260], 'subset': [141], 'these': [143], 'tests': [144], 'few': [147], 'even': [148], 'performed': [149], 'flawlessly.': [150], 'In': [151], 'contrast,': [152], 'profound': [157, 216], 'deficit': [158], 'memory:': [161], 'delayed': [162], 'recall': [163], 'new': [165], 'material': [169], 'appears': [170], 'be': [172], 'particularly': [174], 'sensitive': [175], 'marker': [176], 'early': [178, 200, 229], 'DAT.': [179], 'These': [180], 'data': [181], 'are': [182], 'keeping': [184], 'recent': [186], 'neuropathological': [187], 'studies': [188], 'demonstrating': [189], 'that': [190, 222, 238], 'transentorhinal': [192, 242], 'region': [193, 243], 'involved': [196], 'at': [197], 'stage.': [201], 'Lesions': [202], 'this': [204], 'site': [205], 'cause': [206], 'functional': [208], 'disconnection': [209], 'hippocampus,': [212], 'hence': [214], 'disorder.': [219], 'fact': [221], 'many,': [223], 'but': [224], 'not': [225, 245], 'all,': [226], 'disease': [230], 'also': [231], 'show': [232], 'suggests': [237], 'damage': [239], 'sufficient': [246], 'produce': [248], 'significant': [249], 'disruption': [250, 255], 'memory.': [253], 'Such': [254], 'reliably': [256], 'occurs,': [257], 'hypothesize,': [259], 'when': [261], 'pathology': [263], 'extends': [264], 'temporal': [267], 'neocortex': [268], 'proper.': [269]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2082423614', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2}, {'year': 2022, 'cited_by_count': 10}, {'year': 2021, 'cited_by_count': 10}, {'year': 2020, 'cited_by_count': 13}, {'year': 2019, 'cited_by_count': 17}, {'year': 2018, 'cited_by_count': 12}, {'year': 2017, 'cited_by_count': 16}, {'year': 2016, 'cited_by_count': 21}, {'year': 2015, 'cited_by_count': 19}, {'year': 2014, 'cited_by_count': 19}, {'year': 2013, 'cited_by_count': 20}, {'year': 2012, 'cited_by_count': 32}], 'updated_date': '2023-09-27T23:12:23.964134', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2153853937', 'doi': 'https://doi.org/10.1016/j.bushor.2012.01.007', 'title': 'Marketing meets Web 2.0, social media, and creative consumers: Implications for international marketing strategy', 'display_name': 'Marketing meets Web 2.0, social media, and creative consumers: Implications for international marketing strategy', 'relevance_score': 15.294533, 'publication_year': 2012, 'publication_date': '2012-05-01', 'ids': {'openalex': 'https://openalex.org/W2153853937', 'doi': 'https://doi.org/10.1016/j.bushor.2012.01.007', 'mag': '2153853937'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.bushor.2012.01.007', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S113237667', 'display_name': 'Business Horizons', 'issn_l': '0007-6813', 'issn': ['1873-6068', '0007-6813'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://kclpure.kcl.ac.uk/ws/files/11907516/Berthon_Pitt_Plangger_Shapiro_wo_comments.docx', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5077881262', 'display_name': 'Pierre Berthon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I139924743', 'display_name': 'Bentley University', 'ror': 'https://ror.org/01px48m89', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I139924743']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Pierre R. Berthon', 'raw_affiliation_string': 'McCallum Graduate School of Business, Bentley University, 175 Forest Street, Waltham, MA 02452, U.S.A.', 'raw_affiliation_strings': ['McCallum Graduate School of Business, Bentley University, 175 Forest Street, Waltham, MA 02452, U.S.A.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001700317', 'display_name': 'Leyland Pitt', 'orcid': 'https://orcid.org/0000-0002-3099-9164'}, 'institutions': [{'id': 'https://openalex.org/I18014758', 'display_name': 'Simon Fraser University', 'ror': 'https://ror.org/0213rcc28', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I18014758']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Leyland F. Pitt', 'raw_affiliation_string': 'Beedie School of Business, Simon Fraser University, 500 Granville Street, Vancouver V6C 1W6, Canada', 'raw_affiliation_strings': ['Beedie School of Business, Simon Fraser University, 500 Granville Street, Vancouver V6C 1W6, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004541966', 'display_name': 'Kirk Plangger', 'orcid': 'https://orcid.org/0000-0002-0354-9707'}, 'institutions': [{'id': 'https://openalex.org/I18014758', 'display_name': 'Simon Fraser University', 'ror': 'https://ror.org/0213rcc28', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I18014758']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Kirk Plangger', 'raw_affiliation_string': 'Beedie School of Business, Simon Fraser University, 500 Granville Street, Vancouver V6C 1W6, Canada', 'raw_affiliation_strings': ['Beedie School of Business, Simon Fraser University, 500 Granville Street, Vancouver V6C 1W6, Canada']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5023560002', 'display_name': 'Daniel Shapiro', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I18014758', 'display_name': 'Simon Fraser University', 'ror': 'https://ror.org/0213rcc28', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I18014758']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Daniel Shapiro', 'raw_affiliation_string': 'Beedie School of Business, Simon Fraser University, 500 Granville Street, Vancouver V6C 1W6, Canada', 'raw_affiliation_strings': ['Beedie School of Business, Simon Fraser University, 500 Granville Street, Vancouver V6C 1W6, Canada']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3410, 'currency': 'USD', 'value_usd': 3410, 'provenance': 'doaj'}, 'apc_paid': {'value': 3410, 'currency': 'USD', 'value_usd': 3410, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 784, 'biblio': {'volume': '55', 'issue': '3', 'first_page': '261', 'last_page': '271'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.7223534}, {'id': 'https://openalex.org/C162853370', 'wikidata': 'https://www.wikidata.org/wiki/Q39809', 'display_name': 'Marketing', 'level': 1, 'score': 0.65719366}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.5902703}, {'id': 'https://openalex.org/C98495876', 'wikidata': 'https://www.wikidata.org/wiki/Q1323528', 'display_name': 'Digital marketing', 'level': 2, 'score': 0.5244941}, {'id': 'https://openalex.org/C2985889538', 'wikidata': 'https://www.wikidata.org/wiki/Q267114', 'display_name': 'Social media marketing', 'level': 3, 'score': 0.49644548}, {'id': 'https://openalex.org/C2777754422', 'wikidata': 'https://www.wikidata.org/wiki/Q17081927', 'display_name': 'Social marketing', 'level': 2, 'score': 0.48160002}, {'id': 'https://openalex.org/C48891531', 'wikidata': 'https://www.wikidata.org/wiki/Q1141436', 'display_name': 'Marketing research', 'level': 2, 'score': 0.45236677}, {'id': 'https://openalex.org/C112698675', 'wikidata': 'https://www.wikidata.org/wiki/Q37038', 'display_name': 'Advertising', 'level': 1, 'score': 0.45230746}, {'id': 'https://openalex.org/C192975520', 'wikidata': 'https://www.wikidata.org/wiki/Q1143466', 'display_name': 'Marketing management', 'level': 2, 'score': 0.44628897}, {'id': 'https://openalex.org/C98716237', 'wikidata': 'https://www.wikidata.org/wiki/Q193959', 'display_name': 'Marketing mix', 'level': 2, 'score': 0.43857902}, {'id': 'https://openalex.org/C93032411', 'wikidata': 'https://www.wikidata.org/wiki/Q1363963', 'display_name': 'Marketing strategy', 'level': 2, 'score': 0.42450893}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.08484301}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.075009584}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.bushor.2012.01.007', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S113237667', 'display_name': 'Business Horizons', 'issn_l': '0007-6813', 'issn': ['1873-6068', '0007-6813'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://kclpure.kcl.ac.uk/ws/files/11907516/Berthon_Pitt_Plangger_Shapiro_wo_comments.docx', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400216', 'display_name': "Research Portal (King's College London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I183935753', 'host_organization_name': "King's College London", 'host_organization_lineage': ['https://openalex.org/I183935753'], 'host_organization_lineage_names': ["King's College London"], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://kclpure.kcl.ac.uk/portal/en/publications/marketing-meets-web-20-social-media-and-creative-consumers(93966f6b-b158-4942-9764-7ca68335ec1c).html', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400216', 'display_name': "Research Portal (King's College London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I183935753', 'host_organization_name': "King's College London", 'host_organization_lineage': ['https://openalex.org/I183935753'], 'host_organization_lineage_names': ["King's College London"], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://kclpure.kcl.ac.uk/ws/files/11907516/Berthon_Pitt_Plangger_Shapiro_wo_comments.docx', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400216', 'display_name': "Research Portal (King's College London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I183935753', 'host_organization_name': "King's College London", 'host_organization_lineage': ['https://openalex.org/I183935753'], 'host_organization_lineage_names': ["King's College London"], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.39}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.19}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.12}], 'grants': [], 'referenced_works_count': 8, 'referenced_works': ['https://openalex.org/W1978661878', 'https://openalex.org/W2061513961', 'https://openalex.org/W2098099892', 'https://openalex.org/W2121001699', 'https://openalex.org/W2162487635', 'https://openalex.org/W2167142086', 'https://openalex.org/W3022225427', 'https://openalex.org/W3123679541'], 'related_works': ['https://openalex.org/W1491599690', 'https://openalex.org/W2009302560', 'https://openalex.org/W2093338771', 'https://openalex.org/W2164456456', 'https://openalex.org/W2181508797', 'https://openalex.org/W2379892583', 'https://openalex.org/W2382781351', 'https://openalex.org/W2619977444', 'https://openalex.org/W2913702476', 'https://openalex.org/W4318658237'], 'ngrams_url': 'https://api.openalex.org/works/W2153853937/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'The': [3], '21st': [4, 28], 'century': [5, 29], 'has': [6], 'brought': [7], 'both': [8], 'opportunities': [9, 36, 176], 'and': [10, 22, 37, 44, 48, 58, 82, 109, 117, 119, 144, 165, 170], 'challenges': [11], 'in': [12, 53, 167], 'our': [13], 'global,': [14], 'boundaryless': [15], 'world.': [16], 'Importantly,': [17], 'managers': [18, 30, 62], 'face': [19], 'a': [20, 76, 85], 'dynamic': [21], 'interconnected': [23], 'international': [24], 'environment.': [25], 'As': [26], 'such,': [27], 'need': [31], 'to': [32, 101, 135, 139], 'consider': [33], 'the': [34, 49, 79, 126, 132, 160, 175], 'many': [35], 'threats': [38], 'that': [39], 'Web': [40], '2.0,': [41], 'social': [42, 72, 145, 178], 'media,': [43], 'creative': [45, 106], 'consumers': [46], 'present': [47], 'resulting': [50], 'respective': [51], 'shifts': [52], 'loci': [54], 'of': [55, 78, 84, 128, 162, 177], 'activity,': [56], 'power,': [57], 'value.': [59], 'To': [60, 147], 'help': [61], 'understand': [63], 'this': [64, 149], 'new': [65], 'dispensation,': [66], 'we': [67], 'propose': [68], 'five': [69], 'axioms:': [70], '(1)': [71], 'media': [73], 'are': [74, 99, 111], 'always': [75], 'function': [77], 'technology,': [80, 115, 142, 158], 'culture,': [81, 116], 'government': [83], 'particular': [86], 'country': [87], 'or': [88], 'context;': [89], '(2)': [90], 'local': [91], 'events': [92, 98], 'rarely': [93], 'remain': [94], 'local;': [95], '(3)': [96], 'global': [97], 'likely': [100], 'be': [102], '(re)interpreted': [103], 'locally;': [104], '(4)': [105], 'consumers’': [107], 'actions': [108], 'creations': [110], 'also': [112], 'dependent': [113], 'on': [114, 141], 'government;': [118], '(5)': [120], 'technology': [121], 'is': [122, 131], 'historically': [123], 'dependent.': [124], 'At': [125], 'heart': [127], 'these': [129], 'axioms': [130], 'managerial': [133, 150], 'recommendation': [134], 'continually': [136], 'stay': [137], 'up': [138], 'date': [140], 'customers,': [143, 156], 'media.': [146, 179], 'implement': [148], 'recommendation,': [151], 'marketers': [152], 'must': [153], 'truly': [154], 'engage': [155], 'embrace': [157], 'limit': [159], 'power': [161], 'bureaucracy,': [163], 'train': [164], 'invest': [166], 'their': [168], 'employees,': [169], 'inform': [171], 'senior': [172], 'management': [173], 'about': [174]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2153853937', 'counts_by_year': [{'year': 2023, 'cited_by_count': 41}, {'year': 2022, 'cited_by_count': 48}, {'year': 2021, 'cited_by_count': 65}, {'year': 2020, 'cited_by_count': 82}, {'year': 2019, 'cited_by_count': 108}, {'year': 2018, 'cited_by_count': 83}, {'year': 2017, 'cited_by_count': 84}, {'year': 2016, 'cited_by_count': 86}, {'year': 2015, 'cited_by_count': 84}, {'year': 2014, 'cited_by_count': 66}, {'year': 2013, 'cited_by_count': 29}, {'year': 2012, 'cited_by_count': 12}], 'updated_date': '2023-10-01T05:30:48.300405', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2463559255', 'doi': 'https://doi.org/10.1038/cddiscovery.2016.48', 'title': 'Bat–man disease transmission: zoonotic pathogens from wildlife reservoirs to human populations', 'display_name': 'Bat–man disease transmission: zoonotic pathogens from wildlife reservoirs to human populations', 'relevance_score': 15.233879, 'publication_year': 2016, 'publication_date': '2016-06-27', 'ids': {'openalex': 'https://openalex.org/W2463559255', 'doi': 'https://doi.org/10.1038/cddiscovery.2016.48', 'mag': '2463559255', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/27551536', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4979447'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/cddiscovery.2016.48', 'pdf_url': 'https://www.nature.com/articles/cddiscovery201648.pdf', 'source': {'id': 'https://openalex.org/S2764515074', 'display_name': 'Cell death discovery', 'issn_l': '2058-7716', 'issn': ['2058-7716'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.nature.com/articles/cddiscovery201648.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5059349793', 'display_name': 'Nerino Allocati', 'orcid': 'https://orcid.org/0000-0003-2670-8085'}, 'institutions': [{'id': 'https://openalex.org/I39387349', 'display_name': 'University of Chieti-Pescara', 'ror': 'https://ror.org/00qjgza05', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I39387349']}], 'countries': ['IT'], 'is_corresponding': True, 'raw_author_name': 'N Allocati', 'raw_affiliation_string': "Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy", 'raw_affiliation_strings': ["Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020652289', 'display_name': 'Anna Grazia Petrucci', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I39387349', 'display_name': 'University of Chieti-Pescara', 'ror': 'https://ror.org/00qjgza05', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I39387349']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'A G Petrucci', 'raw_affiliation_string': "Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy", 'raw_affiliation_strings': ["Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075505971', 'display_name': 'Pamela Di Giovanni', 'orcid': 'https://orcid.org/0000-0002-6448-8960'}, 'institutions': [{'id': 'https://openalex.org/I39387349', 'display_name': 'University of Chieti-Pescara', 'ror': 'https://ror.org/00qjgza05', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I39387349']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'P Di Giovanni', 'raw_affiliation_string': "Department of Pharmacy, University ‘G. d'Annunzio’, Chieti, Italy", 'raw_affiliation_strings': ["Department of Pharmacy, University ‘G. d'Annunzio’, Chieti, Italy"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003611348', 'display_name': 'Michele Masulli', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I39387349', 'display_name': 'University of Chieti-Pescara', 'ror': 'https://ror.org/00qjgza05', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I39387349']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'M Masulli', 'raw_affiliation_string': "Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy", 'raw_affiliation_strings': ["Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059575023', 'display_name': 'Carmine Di Ilio', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I39387349', 'display_name': 'University of Chieti-Pescara', 'ror': 'https://ror.org/00qjgza05', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I39387349']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'C Di Ilio', 'raw_affiliation_string': "Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy", 'raw_affiliation_strings': ["Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy"]}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5017442589', 'display_name': 'Vincenzo De Laurenzi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I39387349', 'display_name': 'University of Chieti-Pescara', 'ror': 'https://ror.org/00qjgza05', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I39387349']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'V De Laurenzi', 'raw_affiliation_string': "Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy", 'raw_affiliation_strings': ["Department of Medical, Oral and Biotechnological Sciences, University ‘G. d'Annunzio’, Chieti, Italy"]}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5059349793'], 'corresponding_institution_ids': ['https://openalex.org/I39387349'], 'apc_list': {'value': 1570, 'currency': 'GBP', 'value_usd': 1925, 'provenance': 'doaj'}, 'apc_paid': {'value': 1570, 'currency': 'GBP', 'value_usd': 1925, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 107, 'biblio': {'volume': '2', 'issue': '1', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C116675565', 'wikidata': 'https://www.wikidata.org/wiki/Q3241045', 'display_name': 'Outbreak', 'level': 2, 'score': 0.7820173}, {'id': 'https://openalex.org/C2780597670', 'wikidata': 'https://www.wikidata.org/wiki/Q8001345', 'display_name': 'Wildlife disease', 'level': 3, 'score': 0.7518147}, {'id': 'https://openalex.org/C29376679', 'wikidata': 'https://www.wikidata.org/wiki/Q241741', 'display_name': 'Wildlife', 'level': 2, 'score': 0.74762654}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.6494112}, {'id': 'https://openalex.org/C761482', 'wikidata': 'https://www.wikidata.org/wiki/Q118093', 'display_name': 'Transmission (telecommunications)', 'level': 2, 'score': 0.6158336}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.5852134}, {'id': 'https://openalex.org/C2988867146', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Human disease', 'level': 3, 'score': 0.53140247}, {'id': 'https://openalex.org/C2992243407', 'wikidata': 'https://www.wikidata.org/wiki/Q525512', 'display_name': 'Disease transmission', 'level': 2, 'score': 0.5313041}, {'id': 'https://openalex.org/C3018527248', 'wikidata': 'https://www.wikidata.org/wiki/Q182672', 'display_name': 'Zoonotic disease', 'level': 3, 'score': 0.5287442}, {'id': 'https://openalex.org/C2909982947', 'wikidata': 'https://www.wikidata.org/wiki/Q5282130', 'display_name': 'Disease reservoir', 'level': 2, 'score': 0.519179}, {'id': 'https://openalex.org/C24527192', 'wikidata': 'https://www.wikidata.org/wiki/Q17149729', 'display_name': 'Human pathogen', 'level': 3, 'score': 0.4358429}, {'id': 'https://openalex.org/C90856448', 'wikidata': 'https://www.wikidata.org/wiki/Q431', 'display_name': 'Zoology', 'level': 1, 'score': 0.40488333}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.32597405}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.30491355}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.12486452}, {'id': 'https://openalex.org/C523546767', 'wikidata': 'https://www.wikidata.org/wiki/Q10876', 'display_name': 'Bacteria', 'level': 2, 'score': 0.08980715}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.059471756}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C119599485', 'wikidata': 'https://www.wikidata.org/wiki/Q43035', 'display_name': 'Electrical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/cddiscovery.2016.48', 'pdf_url': 'https://www.nature.com/articles/cddiscovery201648.pdf', 'source': {'id': 'https://openalex.org/S2764515074', 'display_name': 'Cell death discovery', 'issn_l': '2058-7716', 'issn': ['2058-7716'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4979447', 'pdf_url': 'https://europepmc.org/articles/pmc4979447?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://digitalcommons.usf.edu/kip_articles/369', 'pdf_url': 'https://digitalcommons.usf.edu/cgi/viewcontent.cgi?article=1368&context=kip_articles', 'source': {'id': 'https://openalex.org/S4377196272', 'display_name': 'Digital Commons - University of South Florida (University of South Florida)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2613432', 'host_organization_name': 'University of South Florida', 'host_organization_lineage': ['https://openalex.org/I2613432'], 'host_organization_lineage_names': ['University of South Florida'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4979447', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/27551536', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/cddiscovery.2016.48', 'pdf_url': 'https://www.nature.com/articles/cddiscovery201648.pdf', 'source': {'id': 'https://openalex.org/S2764515074', 'display_name': 'Cell death discovery', 'issn_l': '2058-7716', 'issn': ['2058-7716'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.56}, {'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.11}], 'grants': [], 'referenced_works_count': 76, 'referenced_works': ['https://openalex.org/W128847739', 'https://openalex.org/W273247358', 'https://openalex.org/W281387869', 'https://openalex.org/W307625475', 'https://openalex.org/W1665742169', 'https://openalex.org/W1805018596', 'https://openalex.org/W1876307409', 'https://openalex.org/W1924026725', 'https://openalex.org/W1935682240', 'https://openalex.org/W1967870743', 'https://openalex.org/W1969562857', 'https://openalex.org/W1978283470', 'https://openalex.org/W1978370907', 'https://openalex.org/W1984359387', 'https://openalex.org/W1988959606', 'https://openalex.org/W1994010962', 'https://openalex.org/W1994467269', 'https://openalex.org/W1998367478', 'https://openalex.org/W2012076682', 'https://openalex.org/W2013450489', 'https://openalex.org/W2019779784', 'https://openalex.org/W2026386498', 'https://openalex.org/W2028706389', 'https://openalex.org/W2030496317', 'https://openalex.org/W2031705962', 'https://openalex.org/W2032328172', 'https://openalex.org/W2032516289', 'https://openalex.org/W2037015803', 'https://openalex.org/W2038497277', 'https://openalex.org/W2049530798', 'https://openalex.org/W2053014627', 'https://openalex.org/W2058127090', 'https://openalex.org/W2059334439', 'https://openalex.org/W2065965114', 'https://openalex.org/W2068743009', 'https://openalex.org/W2068945824', 'https://openalex.org/W2069831575', 'https://openalex.org/W2070333365', 'https://openalex.org/W2079113070', 'https://openalex.org/W2087482145', 'https://openalex.org/W2087895117', 'https://openalex.org/W2090128735', 'https://openalex.org/W2090163045', 'https://openalex.org/W2095929200', 'https://openalex.org/W2095979541', 'https://openalex.org/W2101481593', 'https://openalex.org/W2106767752', 'https://openalex.org/W2107026529', 'https://openalex.org/W2114117103', 'https://openalex.org/W2115546966', 'https://openalex.org/W2115555188', 'https://openalex.org/W2118341798', 'https://openalex.org/W2119953070', 'https://openalex.org/W2122840816', 'https://openalex.org/W2124835676', 'https://openalex.org/W2127435093', 'https://openalex.org/W2132651780', 'https://openalex.org/W2134061616', 'https://openalex.org/W2138613308', 'https://openalex.org/W2139153938', 'https://openalex.org/W2140015075', 'https://openalex.org/W2141351266', 'https://openalex.org/W2153331647', 'https://openalex.org/W2157762840', 'https://openalex.org/W2159734253', 'https://openalex.org/W2160893019', 'https://openalex.org/W2162108588', 'https://openalex.org/W2166867592', 'https://openalex.org/W2167172824', 'https://openalex.org/W2170637667', 'https://openalex.org/W2171479567', 'https://openalex.org/W2179990882', 'https://openalex.org/W2279268657', 'https://openalex.org/W2313887555', 'https://openalex.org/W2419477968', 'https://openalex.org/W4251077451'], 'related_works': ['https://openalex.org/W205097620', 'https://openalex.org/W1974600351', 'https://openalex.org/W2057142127', 'https://openalex.org/W2103635481', 'https://openalex.org/W2355825659', 'https://openalex.org/W2463559255', 'https://openalex.org/W3111452149', 'https://openalex.org/W3155535424', 'https://openalex.org/W3200443104', 'https://openalex.org/W4221133000'], 'ngrams_url': 'https://api.openalex.org/works/W2463559255/ngrams', 'abstract_inverted_index': {'Bats': [0], 'are': [1], 'natural': [2], 'reservoir': [3], 'hosts': [4], 'and': [5, 24, 36], 'sources': [6], 'of': [7, 9, 13, 20, 42], 'infection': [8], 'several': [10], 'microorganisms,': [11], 'many': [12], 'which': [14], 'cause': [15, 62], 'severe': [16], 'human': [17], 'diseases.': [18], 'Because': [19], 'contact': [21], 'between': [22], 'bats': [23, 56], 'other': [25], 'animals,': [26], 'including': [27], 'humans,': [28], 'the': [29, 51, 59], 'possibility': [30], 'exists': [31], 'for': [32], 'additional': [33], 'interspecies': [34], 'transmissions': [35], 'resulting': [37], 'disease': [38, 63], 'outbreaks.': [39], 'The': [40], 'purpose': [41], 'this': [43], 'article': [44], 'is': [45], 'to': [46, 61], 'supply': [47], 'an': [48], 'overview': [49], 'on': [50], 'main': [52], 'pathogens': [53], 'isolated': [54], 'from': [55], 'that': [57], 'have': [58], 'potential': [60], 'in': [64], 'humans.': [65]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2463559255', 'counts_by_year': [{'year': 2023, 'cited_by_count': 15}, {'year': 2022, 'cited_by_count': 20}, {'year': 2021, 'cited_by_count': 27}, {'year': 2020, 'cited_by_count': 28}, {'year': 2019, 'cited_by_count': 8}, {'year': 2018, 'cited_by_count': 8}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-09-30T19:58:55.282398', 'created_date': '2016-07-22'}, {'id': 'https://openalex.org/W2173017428', 'doi': 'https://doi.org/10.1215/10642684-1-3-237', 'title': 'My Words to Victor Frankenstein Above the Village of Chamounix: Performing Transgender Rage', 'display_name': 'My Words to Victor Frankenstein Above the Village of Chamounix: Performing Transgender Rage', 'relevance_score': 15.080882, 'publication_year': 1994, 'publication_date': '1994-01-01', 'ids': {'openalex': 'https://openalex.org/W2173017428', 'doi': 'https://doi.org/10.1215/10642684-1-3-237', 'mag': '2173017428'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1215/10642684-1-3-237', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S186804083', 'display_name': 'GLQ: A Journal of Lesbian and Gay Studies', 'issn_l': '1064-2684', 'issn': ['1527-9375', '1064-2684'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315698', 'host_organization_name': 'Duke University Press', 'host_organization_lineage': ['https://openalex.org/P4310315572', 'https://openalex.org/P4310315698'], 'host_organization_lineage_names': ['Duke University', 'Duke University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://doi.org/10.1215/10642684-1-3-237', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5033315466', 'display_name': 'Susan Stryker', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Susan Stryker', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5033315466'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 449, 'biblio': {'volume': '1', 'issue': '3', 'first_page': '237', 'last_page': '254'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779671885', 'wikidata': 'https://www.wikidata.org/wiki/Q189125', 'display_name': 'Transgender', 'level': 2, 'score': 0.895005}, {'id': 'https://openalex.org/C2778857457', 'wikidata': 'https://www.wikidata.org/wiki/Q153641', 'display_name': 'Rage (emotion)', 'level': 2, 'score': 0.85495317}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.4766741}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.309668}, {'id': 'https://openalex.org/C107993555', 'wikidata': 'https://www.wikidata.org/wiki/Q1662673', 'display_name': 'Gender studies', 'level': 1, 'score': 0.30731073}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.30476826}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.13734898}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1215/10642684-1-3-237', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S186804083', 'display_name': 'GLQ: A Journal of Lesbian and Gay Studies', 'issn_l': '1064-2684', 'issn': ['1527-9375', '1064-2684'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315698', 'host_organization_name': 'Duke University Press', 'host_organization_lineage': ['https://openalex.org/P4310315572', 'https://openalex.org/P4310315698'], 'host_organization_lineage_names': ['Duke University', 'Duke University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1215/10642684-1-3-237', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S186804083', 'display_name': 'GLQ: A Journal of Lesbian and Gay Studies', 'issn_l': '1064-2684', 'issn': ['1527-9375', '1064-2684'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315698', 'host_organization_name': 'Duke University Press', 'host_organization_lineage': ['https://openalex.org/P4310315572', 'https://openalex.org/P4310315698'], 'host_organization_lineage_names': ['Duke University', 'Duke University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.59}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.2}], 'grants': [], 'referenced_works_count': 4, 'referenced_works': ['https://openalex.org/W51249772', 'https://openalex.org/W2014810940', 'https://openalex.org/W2316532359', 'https://openalex.org/W4298044496'], 'related_works': ['https://openalex.org/W2043891294', 'https://openalex.org/W2069841823', 'https://openalex.org/W2131360899', 'https://openalex.org/W2317865682', 'https://openalex.org/W2486805403', 'https://openalex.org/W2533146138', 'https://openalex.org/W2611823025', 'https://openalex.org/W2748952813', 'https://openalex.org/W2910024620', 'https://openalex.org/W4206608218'], 'ngrams_url': 'https://api.openalex.org/works/W2173017428/ngrams', 'abstract_inverted_index': {'I': [0, 98, 167, 343, 347, 376], 'am': [1], 'not': [2, 378], 'the': [3, 11, 27, 36, 132, 151, 162, 179, 207, 212, 230, 234, 280, 295, 326, 331, 360, 373, 381], '*': [4, 238, 348], 'rst': [5], 'to': [6, 102, 121, 294, 306, 353, 357, 359, 364], 'link': [7], 'Frankenstein’s': [8, 86, 366], 'monster': [9, 125, 152, 367], 'and': [10, 26, 137, 198], 'transsexual': [12, 180, 314], 'body.': [13], 'Mary': [14], 'Daly': [15, 50], 'makes': [16], '\nthe': [17, 89], 'connection': [18], 'explicit': [19], 'by': [20, 71, 304], 'discussing': [21], 'transsexuality': [22, 66, 220], 'in': [23, 30, 79, 146, 204, 258, 279, 321, 369], '“Boundary': [24], 'Violation': [25], 'Frankenstein': [28, 149], '\nPhenomenon,”': [29], 'which': [31, 242], 'she': [32, 60, 82, 317], 'characterizes': [33], 'transsexuals': [34], 'as': [35, 51, 181, 312, 339], 'agents': [37], 'of': [38, 42, 65, 76, 118, 174, 189, 195, 201, 211, 232, 237, 245, 266, 272, 297, 383], 'a': [39, 52, 116, 192, 243, 298, 313, 322, 392], '“necrophilic': [40], 'invasion”': [41], '\nfemale': [43], 'space': [44], '(69-72).': [45], 'Janice': [46], 'Raymond,': [47], 'who': [48, 250], 'acknowledges': [49], 'formative': [53], 'in=': [54], 'uence,': [55], 'is': [56, 115, 126], 'less': [57], 'direct': [58], 'when': [59], 'says': [61], 'that': [62, 97, 123, 169], '“the': [63], 'problem': [64], 'would': [67, 275], 'best': [68], 'be': [69], 'served': [70], 'morally': [72], 'mandating': [73], 'it': [74, 390], '\nout': [75], 'existence,”': [77], 'but': [78], 'this': [80], 'statement': [81], 'nevertheless': [83], 'echoes': [84], 'Victor': [85], 'feelings': [87], 'toward': [88], 'monster:': [90], '“Begone,': [91], 'vile': [92], 'insect,': [93], 'or': [94, 227], 'rather,': [95], 'stay,': [96], 'may': [99], 'trample': [100], 'you': [101], 'dust.': [103], 'You': [104], 'reproach': [105], 'me': [106, 342], '\nwith': [107], 'your': [108], 'creation”': [109], '(Raymond': [110], '178;': [111], 'Shelley': [112], '95).': [113], 'It': [114], 'commonplace': [117], 'literary': [119], 'criticism': [120], 'note': [122], '\nFrankenstein’s': [124], 'his': [127], 'own': [128, 154, 157, 183], 'dark,': [129], 'romantic': [130], 'double,': [131], 'alien': [133], 'Other': [134], 'he': [135, 140, 143], 'constructs': [136], 'upon': [138, 241], '\nwhich': [139], 'projects': [141], 'all': [142], 'cannot': [144], 'accept': [145], 'himself;': [147], 'indeed,': [148], 'calls': [150], '“my': [153], '\nvampire,': [155], 'my': [156, 355], 'spirit': [158], 'set': [159], 'loose': [160], 'from': [161, 291, 380, 389, 396], 'grave”': [163], '(Shelley': [164], '74).': [165], 'Might': [166], 'suggest': [168], 'Daly,': [170], 'Raymond': [171], '\nand': [172], 'others': [173], 'their': [175, 182, 253, 384], 'ilk': [176], 'similarly': [177], 'construct': [178], 'particular': [184, 308], 'golem?': [185], "(1)'": [186], 'e': [187], 'attribution': [188], 'monstrosity': [190], 'remains': [191], 'palpable': [193], 'characteristic': [194], 'most': [196, 281], 'lesbian': [197], 'gay': [199], 'representations': [200], 'transsexuality,': [202], 'displaying': [203], 'unnerving': [205], 'detail': [206], 'anxious,': [208], 'fearful': [209], 'underside': [210], 'current': [213], '\ncultural': [214], 'fascination': [215], 'with': [216, 345], 'transgenderism.': [217], '(2)': [218], 'Because': [219], 'more': [221, 351], 'than': [222], 'any': [223], 'other': [224, 273], 'transgender': [225], '\npractice': [226], 'identity': [228, 247], 'represents': [229], 'prospect': [231], 'destabilizing': [233], 'foundational': [235], 'presupposition': [236], 'xed': [239], '\ngenders': [240], 'politics': [244], 'personal': [246], 'depends,': [248], 'people': [249], 'have': [251], 'invested': [252], 'aspirations': [254], '\nfor': [255], 'social': [256], 'justice': [257], 'identitarian': [259], 'movements': [260], 'say': [261], 'things': [262], 'about': [263], 'us': [264], 'out': [265], 'sheer': [267], 'panic': [268], 'that,': [269], 'if': [270], 'said': [271], '\nminorities,': [274], 'see': [276], 'print': [277], 'only': [278], 'hate-riddled,': [282], 'white': [283], 'supremacist,': [284], 'Christian': [285], 'fascist': [286], 'rags.': [287], 'To': [288], '\nquote': [289], 'extensively': [290], 'one': [292, 307], 'letter': [293], 'editor': [296], 'popular': [299], 'San': [300, 327], 'Francisco': [301, 328], 'gay/lesbian': [302], 'periodical:Referring': [303], 'name': [305], 'person,': [309], 'self-identi*': [310], 'ed': [311], 'lesbian,': [315], 'whom': [316], '\nhad': [318], 'heard': [319], 'speak': [320], 'public': [323], 'forum': [324], 'at': [325], 'Women’s': [329], 'Building,': [330], 'letter-writer': [332], 'went': [333], 'on': [334], '\nto': [335, 372], 'say:When': [336], 'such': [337], 'beings': [338], 'these': [340], 'tell': [341], 'war': [344], 'nature,': [346], 'nd': [349], 'no': [350], 'reason': [352], 'mourn': [354], 'opposition': [356], 'them-or': [358], 'order': [361], 'they': [362], 'claim': [363], 'represent-than': [365], 'felt': [368], 'its': [370], 'enmity': [371], 'human': [374], 'race.': [375], 'do': [377], 'fall': [379], 'grace': [382], 'company-I': [385], 'roar': [386], 'gleefully': [387], 'away': [388], 'like': [391], '\nHarley-straddling,': [393], 'dildo-packing': [394], 'leatherdyke': [395], 'hell.': [397]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2173017428', 'counts_by_year': [{'year': 2023, 'cited_by_count': 30}, {'year': 2022, 'cited_by_count': 60}, {'year': 2021, 'cited_by_count': 27}, {'year': 2020, 'cited_by_count': 50}, {'year': 2019, 'cited_by_count': 29}, {'year': 2018, 'cited_by_count': 46}, {'year': 2017, 'cited_by_count': 29}, {'year': 2016, 'cited_by_count': 13}, {'year': 2015, 'cited_by_count': 10}, {'year': 2014, 'cited_by_count': 28}, {'year': 2013, 'cited_by_count': 10}, {'year': 2012, 'cited_by_count': 16}], 'updated_date': '2023-09-30T22:41:37.790388', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1994173157', 'doi': 'https://doi.org/10.1016/s1048-9843(02)00120-0', 'title': 'Distributed leadership as a unit of analysis', 'display_name': 'Distributed leadership as a unit of analysis', 'relevance_score': 14.66878, 'publication_year': 2002, 'publication_date': '2002-08-01', 'ids': {'openalex': 'https://openalex.org/W1994173157', 'doi': 'https://doi.org/10.1016/s1048-9843(02)00120-0', 'mag': '1994173157'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s1048-9843(02)00120-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S152304618', 'display_name': 'Leadership Quarterly', 'issn_l': '1048-9843', 'issn': ['1873-3409', '1048-9843'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5050140392', 'display_name': 'Peter Gronn', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': True, 'raw_author_name': 'Peter Gronn', 'raw_affiliation_string': 'Faculty of Education, Monash University, Box 6, Victoria, 3800, Australia', 'raw_affiliation_strings': ['Faculty of Education, Monash University, Box 6, Victoria, 3800, Australia']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5050140392'], 'corresponding_institution_ids': ['https://openalex.org/I56590836'], 'apc_list': {'value': 4300, 'currency': 'USD', 'value_usd': 4300, 'provenance': 'doaj'}, 'apc_paid': {'value': 4300, 'currency': 'USD', 'value_usd': 4300, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 1484, 'biblio': {'volume': '13', 'issue': '4', 'first_page': '423', 'last_page': '451'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C122637931', 'wikidata': 'https://www.wikidata.org/wiki/Q118084', 'display_name': 'Unit (ring theory)', 'level': 2, 'score': 0.56433296}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4190384}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.35861957}, {'id': 'https://openalex.org/C145420912', 'wikidata': 'https://www.wikidata.org/wiki/Q853077', 'display_name': 'Mathematics education', 'level': 1, 'score': 0.06396374}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s1048-9843(02)00120-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S152304618', 'display_name': 'Leadership Quarterly', 'issn_l': '1048-9843', 'issn': ['1873-3409', '1048-9843'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.72}], 'grants': [], 'referenced_works_count': 42, 'referenced_works': ['https://openalex.org/W1964585266', 'https://openalex.org/W1977196384', 'https://openalex.org/W1977859353', 'https://openalex.org/W1979222073', 'https://openalex.org/W1979898091', 'https://openalex.org/W1989497771', 'https://openalex.org/W1991853219', 'https://openalex.org/W2003936429', 'https://openalex.org/W2012211691', 'https://openalex.org/W2026519663', 'https://openalex.org/W2035901645', 'https://openalex.org/W2036578704', 'https://openalex.org/W2054221741', 'https://openalex.org/W2070393498', 'https://openalex.org/W2075567786', 'https://openalex.org/W2084962614', 'https://openalex.org/W2085122715', 'https://openalex.org/W2088491272', 'https://openalex.org/W2091700529', 'https://openalex.org/W2091965820', 'https://openalex.org/W2095270559', 'https://openalex.org/W2097087122', 'https://openalex.org/W2113399208', 'https://openalex.org/W2122290994', 'https://openalex.org/W2122397415', 'https://openalex.org/W2122541324', 'https://openalex.org/W2128677857', 'https://openalex.org/W2135131583', 'https://openalex.org/W2136803068', 'https://openalex.org/W2137440056', 'https://openalex.org/W2139197319', 'https://openalex.org/W2149520412', 'https://openalex.org/W2152078523', 'https://openalex.org/W2167826765', 'https://openalex.org/W2171800389', 'https://openalex.org/W2184862067', 'https://openalex.org/W2422376449', 'https://openalex.org/W2467761224', 'https://openalex.org/W4241576146', 'https://openalex.org/W4244690859', 'https://openalex.org/W4253637312', 'https://openalex.org/W4253981590'], 'related_works': ['https://openalex.org/W2093578348', 'https://openalex.org/W2096946506', 'https://openalex.org/W2350741829', 'https://openalex.org/W2358668433', 'https://openalex.org/W2376932109', 'https://openalex.org/W2382290278', 'https://openalex.org/W2390279801', 'https://openalex.org/W2748952813', 'https://openalex.org/W2766271392', 'https://openalex.org/W2899084033'], 'ngrams_url': 'https://api.openalex.org/works/W1994173157/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'This': [3], 'article': [4, 33, 38, 117], 'proposes': [5, 34], 'a': [6, 90, 103, 109, 120, 129, 149], 'new': [7, 58], 'unit': [8, 131], 'of': [9, 14, 29, 43, 52, 60, 73, 75, 85, 105, 111, 122, 125, 128, 132, 140], 'analysis': [10, 141], 'in': [11, 49, 54, 81, 88, 113], 'the': [12, 20, 27, 32, 50, 55, 100, 114, 126], 'study': [13], 'leadership.': [15, 36], 'As': [16], 'an': [17], 'alternative': [18], 'to': [19, 68], 'current': [21], 'focus,': [22], 'which': [23, 64, 89], 'is': [24, 94], 'primarily': [25], 'on': [26, 138], 'deeds': [28], 'individual': [30], 'leaders,': [31], 'distributed': [35, 69, 76, 106], 'The': [37, 116], 'shows': [39], 'how': [40], 'conventional': [41], 'constructs': [42], 'leadership': [44, 77, 107, 147], 'have': [45, 65], 'difficulty': [46], 'accommodating': [47], 'changes': [48], 'division': [51], 'labor': [53], 'workplace,': [56], 'especially,': [57], 'patterns': [59], 'interdependence': [61], 'and': [62, 108, 142], 'coordination': [63], 'given': [66], 'rise': [67], 'practice.': [70], 'A': [71], 'number': [72], 'forms': [74, 98], 'are': [78], 'then': [79], 'outlined,': [80], 'particular,': [82], 'three': [83], 'varieties': [84], 'concertive': [86], 'action': [87], 'key': [91], 'defining': [92], 'criterion': [93], 'conjoint': [95], 'agency.': [96], 'These': [97], 'provide': [99], 'basis': [101], 'for': [102, 135, 143], 'taxonomy': [104], 'review': [110], 'examples': [112], 'literature.': [115], 'concludes': [118], 'with': [119], 'consideration': [121], 'some': [123], 'implications': [124], 'adoption': [127], 'revised': [130], 'analysis,': [133], 'particularly': [134], 'recent': [136], 'work': [137], 'levels': [139], 'future': [144], 'research': [145], 'into': [146], 'as': [148], 'process.': [150]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1994173157', 'counts_by_year': [{'year': 2023, 'cited_by_count': 45}, {'year': 2022, 'cited_by_count': 87}, {'year': 2021, 'cited_by_count': 90}, {'year': 2020, 'cited_by_count': 91}, {'year': 2019, 'cited_by_count': 80}, {'year': 2018, 'cited_by_count': 83}, {'year': 2017, 'cited_by_count': 87}, {'year': 2016, 'cited_by_count': 117}, {'year': 2015, 'cited_by_count': 98}, {'year': 2014, 'cited_by_count': 116}, {'year': 2013, 'cited_by_count': 103}, {'year': 2012, 'cited_by_count': 89}], 'updated_date': '2023-10-03T06:45:22.775042', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2090057077', 'doi': 'https://doi.org/10.1016/0028-3932(92)90104-t', 'title': "Semantic memory impairment in Alzheimer's disease: Failure of access or degraded knowledge?", 'display_name': "Semantic memory impairment in Alzheimer's disease: Failure of access or degraded knowledge?", 'relevance_score': 14.494341, 'publication_year': 1992, 'publication_date': '1992-04-01', 'ids': {'openalex': 'https://openalex.org/W2090057077', 'doi': 'https://doi.org/10.1016/0028-3932(92)90104-t', 'mag': '2090057077', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/1603295'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0028-3932(92)90104-t', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S165368631', 'display_name': 'Neuropsychologia', 'issn_l': '0028-3932', 'issn': ['1873-3514', '0028-3932'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5069129362', 'display_name': 'John R. Hodges', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210156194', 'display_name': "Addenbrooke's Hospital", 'ror': 'https://ror.org/055vbxf86', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802466933', 'https://openalex.org/I4210156194']}, {'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'John R. Hodges', 'raw_affiliation_string': "University of Cambridge Clinical School and Department of Neurology, Addenbrooke's Hospital, Cambridge, U.K.", 'raw_affiliation_strings': ["University of Cambridge Clinical School and Department of Neurology, Addenbrooke's Hospital, Cambridge, U.K."]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081258864', 'display_name': 'David P. Salmon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1315708478', 'display_name': 'San Francisco VA Medical Center', 'ror': 'https://ror.org/049peqw80', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1315708478', 'https://openalex.org/I4210143381']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David P. Salmon', 'raw_affiliation_string': 'San Diego Department of Veterans Affairs Medical Center and Departments of Psychiatry and Neurosciences, University of California School of Medicine at San Diego, U.S.A.', 'raw_affiliation_strings': ['San Diego Department of Veterans Affairs Medical Center and Departments of Psychiatry and Neurosciences, University of California School of Medicine at San Diego, U.S.A.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5064045531', 'display_name': 'Nelson Butters', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1315708478', 'display_name': 'San Francisco VA Medical Center', 'ror': 'https://ror.org/049peqw80', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1315708478', 'https://openalex.org/I4210143381']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nelson Butters', 'raw_affiliation_string': 'San Diego Department of Veterans Affairs Medical Center and Departments of Psychiatry and Neurosciences, University of California School of Medicine at San Diego, U.S.A.', 'raw_affiliation_strings': ['San Diego Department of Veterans Affairs Medical Center and Departments of Psychiatry and Neurosciences, University of California School of Medicine at San Diego, U.S.A.']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5069129362'], 'corresponding_institution_ids': ['https://openalex.org/I4210156194', 'https://openalex.org/I241749'], 'apc_list': {'value': 3170, 'currency': 'USD', 'value_usd': 3170, 'provenance': 'doaj'}, 'apc_paid': {'value': 3170, 'currency': 'USD', 'value_usd': 3170, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 565, 'biblio': {'volume': '30', 'issue': '4', 'first_page': '301', 'last_page': '314'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.7988275}, {'id': 'https://openalex.org/C197914299', 'wikidata': 'https://www.wikidata.org/wiki/Q18650', 'display_name': 'Semantic memory', 'level': 3, 'score': 0.71744645}, {'id': 'https://openalex.org/C2779116556', 'wikidata': 'https://www.wikidata.org/wiki/Q18587', 'display_name': 'Semantic dementia', 'level': 5, 'score': 0.5300453}, {'id': 'https://openalex.org/C180747234', 'wikidata': 'https://www.wikidata.org/wiki/Q23373', 'display_name': 'Cognitive psychology', 'level': 1, 'score': 0.52659124}, {'id': 'https://openalex.org/C97530452', 'wikidata': 'https://www.wikidata.org/wiki/Q7920939', 'display_name': 'Verbal fluency test', 'level': 4, 'score': 0.52501184}, {'id': 'https://openalex.org/C14216870', 'wikidata': 'https://www.wikidata.org/wiki/Q3872', 'display_name': 'Neuropsychology', 'level': 3, 'score': 0.5145275}, {'id': 'https://openalex.org/C502032728', 'wikidata': 'https://www.wikidata.org/wiki/Q11081', 'display_name': "Alzheimer's disease", 'level': 3, 'score': 0.50361913}, {'id': 'https://openalex.org/C2779483572', 'wikidata': 'https://www.wikidata.org/wiki/Q83030', 'display_name': 'Dementia', 'level': 3, 'score': 0.4830128}, {'id': 'https://openalex.org/C511192102', 'wikidata': 'https://www.wikidata.org/wiki/Q5156948', 'display_name': 'Comprehension', 'level': 2, 'score': 0.46874148}, {'id': 'https://openalex.org/C2777413886', 'wikidata': 'https://www.wikidata.org/wiki/Q3276013', 'display_name': 'Fluency', 'level': 2, 'score': 0.414756}, {'id': 'https://openalex.org/C169900460', 'wikidata': 'https://www.wikidata.org/wiki/Q2200417', 'display_name': 'Cognition', 'level': 2, 'score': 0.3977721}, {'id': 'https://openalex.org/C548259974', 'wikidata': 'https://www.wikidata.org/wiki/Q569965', 'display_name': 'Audiology', 'level': 1, 'score': 0.3410999}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.28268403}, {'id': 'https://openalex.org/C2778641062', 'wikidata': 'https://www.wikidata.org/wiki/Q18592', 'display_name': 'Frontotemporal dementia', 'level': 4, 'score': 0.2819936}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 0.17464945}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.10761574}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.09123066}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C145420912', 'wikidata': 'https://www.wikidata.org/wiki/Q853077', 'display_name': 'Mathematics education', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000544', 'descriptor_name': 'Alzheimer Disease', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': True}, {'descriptor_ui': 'D011939', 'descriptor_name': 'Mental Recall', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009483', 'descriptor_name': 'Neuropsychological Tests', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D012153', 'descriptor_name': 'Retention, Psychology', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D012660', 'descriptor_name': 'Semantics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D014706', 'descriptor_name': 'Verbal Learning', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000544', 'descriptor_name': 'Alzheimer Disease', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000544', 'descriptor_name': 'Alzheimer Disease', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D000849', 'descriptor_name': 'Anomia', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': False}, {'descriptor_ui': 'D000849', 'descriptor_name': 'Anomia', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D000849', 'descriptor_name': 'Anomia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010153', 'descriptor_name': 'Paired-Associate Learning', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011446', 'descriptor_name': 'Prospective Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011930', 'descriptor_name': 'Reaction Time', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0028-3932(92)90104-t', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S165368631', 'display_name': 'Neuropsychologia', 'issn_l': '0028-3932', 'issn': ['1873-3514', '0028-3932'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/1603295', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.88}], 'grants': [], 'referenced_works_count': 38, 'referenced_works': ['https://openalex.org/W1847168837', 'https://openalex.org/W1963686517', 'https://openalex.org/W1977257077', 'https://openalex.org/W1984740046', 'https://openalex.org/W1986553802', 'https://openalex.org/W1986610105', 'https://openalex.org/W1991175821', 'https://openalex.org/W2001301200', 'https://openalex.org/W2003172194', 'https://openalex.org/W2014219574', 'https://openalex.org/W2024904317', 'https://openalex.org/W2034667848', 'https://openalex.org/W2038747095', 'https://openalex.org/W2039754195', 'https://openalex.org/W2045996112', 'https://openalex.org/W2056287225', 'https://openalex.org/W2058584837', 'https://openalex.org/W2059799772', 'https://openalex.org/W2060851194', 'https://openalex.org/W2062825859', 'https://openalex.org/W2063231808', 'https://openalex.org/W2065683016', 'https://openalex.org/W2071817987', 'https://openalex.org/W2074512663', 'https://openalex.org/W2086288358', 'https://openalex.org/W2086875238', 'https://openalex.org/W2086942467', 'https://openalex.org/W2098550603', 'https://openalex.org/W2114505572', 'https://openalex.org/W2117484953', 'https://openalex.org/W2144035277', 'https://openalex.org/W2149767656', 'https://openalex.org/W2154949446', 'https://openalex.org/W2156220037', 'https://openalex.org/W2167230852', 'https://openalex.org/W2167949727', 'https://openalex.org/W4247155589', 'https://openalex.org/W4253693216'], 'related_works': ['https://openalex.org/W1965272725', 'https://openalex.org/W1978580444', 'https://openalex.org/W2061441295', 'https://openalex.org/W2088059115', 'https://openalex.org/W2117000346', 'https://openalex.org/W2149616305', 'https://openalex.org/W2751577883', 'https://openalex.org/W2951996542', 'https://openalex.org/W3205195716', 'https://openalex.org/W4255091794'], 'ngrams_url': 'https://api.openalex.org/works/W2090057077/ngrams', 'abstract_inverted_index': {'A': [0, 61], 'battery': [1], 'of': [2, 25, 30, 46, 58, 64, 82, 91], 'neuropsychological': [3], 'tests': [4, 45], 'designed': [5], 'to': [6, 22], 'assess': [7], 'semantic': [8, 117], 'knowledge': [9, 66], 'about': [10], 'the': [11, 31, 68, 80, 92, 99, 107, 116], 'same': [12], 'items': [13], 'both': [14], 'within': [15], 'and': [16, 35, 56, 70], 'across': [17, 98], 'different': [18, 100], 'modalities': [19], 'was': [20, 88], 'administered': [21], 'a': [23, 76, 103], 'group': [24], '22': [26], 'patients': [27, 41], 'with': [28], 'dementia': [29], 'Alzheimer': [32], 'type': [33], '(DAT)': [34], '26': [36], 'matched': [37], 'controls.': [38], 'The': [39], 'DAT': [40, 120], 'were': [42], 'impaired': [43], 'on': [44, 67], 'category': [47], 'fluency,': [48], 'picture': [49, 54], 'naming,': [50], 'spoken': [51], 'word-picture': [52], 'matching,': [53], 'sorting': [55, 69], 'generation': [57, 81], 'verbal': [59], 'definitions.': [60], 'relative': [62], 'preservation': [63], 'superordinate': [65], 'definition': [71], 'tests,': [72, 101], 'as': [73, 75], 'well': [74], 'disproportionate': [77], 'reduction': [78], 'in': [79, 119], 'exemplars': [83], 'from': [84], 'lower': [85], 'order': [86], 'categories': [87], 'noted.': [89], 'Analysis': [90], 'errors': [93], 'made': [94], 'by': [95, 123], 'each': [96], 'patient': [97], 'revealed': [102], 'significant': [104], 'correspondence': [105], 'between': [106], 'individual': [108], 'items.': [109], 'These': [110], 'findings': [111], 'offer': [112], 'compelling': [113], 'evidence': [114], 'that': [115], 'breakdown': [118], 'is': [121], 'caused': [122], 'storage': [124], 'degradation.': [125]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2090057077', 'counts_by_year': [{'year': 2023, 'cited_by_count': 4}, {'year': 2022, 'cited_by_count': 9}, {'year': 2021, 'cited_by_count': 15}, {'year': 2020, 'cited_by_count': 12}, {'year': 2019, 'cited_by_count': 16}, {'year': 2018, 'cited_by_count': 9}, {'year': 2017, 'cited_by_count': 12}, {'year': 2016, 'cited_by_count': 16}, {'year': 2015, 'cited_by_count': 21}, {'year': 2014, 'cited_by_count': 18}, {'year': 2013, 'cited_by_count': 25}, {'year': 2012, 'cited_by_count': 25}], 'updated_date': '2023-09-24T16:57:50.215109', 'created_date': '2016-06-24'}]
Filtro de búsqueda
Referencia de OpenAlex: El filtro de búsqueda
Authors().search_filter(display_name="einstein").get()
[{'id': 'https://openalex.org/A5054034686', 'orcid': None, 'display_name': 'Albert Einstein', 'display_name_alternatives': ['A.B Einstein', 'Albert. Einstein', 'Albert B. Einstein', 'A. Einstein', 'A. B. Einstein'], 'relevance_score': 11398.901, 'works_count': 1153, 'cited_by_count': 48048, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 79, 'i10_index': 214}, 'ids': {'openalex': 'https://openalex.org/A5054034686'}, 'last_known_institution': {'id': 'https://openalex.org/I2801107848', 'ror': 'https://ror.org/01j17xg39', 'display_name': 'New York Hospital Queens', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801107848']}, 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 51.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 46.9}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 35.2}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 34.3}, {'id': 'https://openalex.org/C74650414', 'wikidata': 'https://www.wikidata.org/wiki/Q11397', 'display_name': 'Classical mechanics', 'level': 1, 'score': 28.7}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 27.1}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 23.2}, {'id': 'https://openalex.org/C37914503', 'wikidata': 'https://www.wikidata.org/wiki/Q156495', 'display_name': 'Mathematical physics', 'level': 1, 'score': 22.7}], 'counts_by_year': [{'year': 2023, 'works_count': 3, 'cited_by_count': 1289}, {'year': 2022, 'works_count': 3, 'cited_by_count': 1682}, {'year': 2021, 'works_count': 5, 'cited_by_count': 2124}, {'year': 2020, 'works_count': 32, 'cited_by_count': 2044}, {'year': 2019, 'works_count': 6, 'cited_by_count': 2546}, {'year': 2018, 'works_count': 7, 'cited_by_count': 1861}, {'year': 2017, 'works_count': 20, 'cited_by_count': 1904}, {'year': 2016, 'works_count': 14, 'cited_by_count': 2033}, {'year': 2015, 'works_count': 32, 'cited_by_count': 2116}, {'year': 2014, 'works_count': 35, 'cited_by_count': 2940}, {'year': 2013, 'works_count': 47, 'cited_by_count': 2031}, {'year': 2012, 'works_count': 26, 'cited_by_count': 1915}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5054034686', 'updated_date': '2023-10-03T06:30:35.864565', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5042867497', 'orcid': 'https://orcid.org/0000-0003-2583-9278', 'display_name': 'Andrew J. Einstein', 'display_name_alternatives': ['A. J. Einstein', 'A.J Einstein', 'A. Einstein', 'Andrew Einstein', 'Andrew Jeffrey Einstein', 'Andrew J. Einstein'], 'relevance_score': 4862.0786, 'works_count': 363, 'cited_by_count': 11824, 'summary_stats': {'2yr_mean_citedness': 3.712121212121212, 'h_index': 52, 'i10_index': 139}, 'ids': {'openalex': 'https://openalex.org/A5042867497', 'orcid': 'https://orcid.org/0000-0003-2583-9278'}, 'last_known_institution': {'id': 'https://openalex.org/I2801107848', 'ror': 'https://ror.org/01j17xg39', 'display_name': 'New York Hospital Queens', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801107848']}, 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 96.1}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 79.1}, {'id': 'https://openalex.org/C164705383', 'wikidata': 'https://www.wikidata.org/wiki/Q10379', 'display_name': 'Cardiology', 'level': 1, 'score': 62.5}, {'id': 'https://openalex.org/C126838900', 'wikidata': 'https://www.wikidata.org/wiki/Q77604', 'display_name': 'Radiology', 'level': 1, 'score': 62.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 47.9}, {'id': 'https://openalex.org/C2989005', 'wikidata': 'https://www.wikidata.org/wiki/Q214963', 'display_name': 'Nuclear medicine', 'level': 1, 'score': 44.1}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 43.5}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 39.9}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 39.7}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 38.3}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 36.4}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 36.1}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 30.9}, {'id': 'https://openalex.org/C19527891', 'wikidata': 'https://www.wikidata.org/wiki/Q1120908', 'display_name': 'Medical physics', 'level': 1, 'score': 27.5}, {'id': 'https://openalex.org/C2778213512', 'wikidata': 'https://www.wikidata.org/wiki/Q844935', 'display_name': 'Coronary artery disease', 'level': 2, 'score': 26.4}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 24.5}, {'id': 'https://openalex.org/C146957229', 'wikidata': 'https://www.wikidata.org/wiki/Q1266915', 'display_name': 'Perfusion', 'level': 2, 'score': 20.9}, {'id': 'https://openalex.org/C2778405248', 'wikidata': 'https://www.wikidata.org/wiki/Q1956679', 'display_name': 'Myocardial perfusion imaging', 'level': 3, 'score': 20.1}], 'counts_by_year': [{'year': 2023, 'works_count': 23, 'cited_by_count': 1980}, {'year': 2022, 'works_count': 30, 'cited_by_count': 2418}, {'year': 2021, 'works_count': 39, 'cited_by_count': 2417}, {'year': 2020, 'works_count': 27, 'cited_by_count': 2036}, {'year': 2019, 'works_count': 19, 'cited_by_count': 1651}, {'year': 2018, 'works_count': 25, 'cited_by_count': 1566}, {'year': 2017, 'works_count': 20, 'cited_by_count': 1483}, {'year': 2016, 'works_count': 22, 'cited_by_count': 1572}, {'year': 2015, 'works_count': 23, 'cited_by_count': 1524}, {'year': 2014, 'works_count': 25, 'cited_by_count': 1316}, {'year': 2013, 'works_count': 12, 'cited_by_count': 1325}, {'year': 2012, 'works_count': 15, 'cited_by_count': 1413}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5042867497', 'updated_date': '2023-10-04T04:44:55.052663', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5022765499', 'orcid': None, 'display_name': 'Gilles O. Einstein', 'display_name_alternatives': ['G.O. Einstein', 'G Einstein', 'Gilles O. Einstein', 'Gilles Einstein'], 'relevance_score': 4521.0693, 'works_count': 159, 'cited_by_count': 10698, 'summary_stats': {'2yr_mean_citedness': 5.0, 'h_index': 51, 'i10_index': 87}, 'ids': {'openalex': 'https://openalex.org/A5022765499'}, 'last_known_institution': {'id': 'https://openalex.org/I86115722', 'ror': 'https://ror.org/04ytb9n23', 'display_name': 'Furman University', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I86115722']}, 'x_concepts': [{'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 91.8}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 73.6}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 71.1}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 67.3}, {'id': 'https://openalex.org/C180747234', 'wikidata': 'https://www.wikidata.org/wiki/Q23373', 'display_name': 'Cognitive psychology', 'level': 1, 'score': 67.3}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 66.0}, {'id': 'https://openalex.org/C169900460', 'wikidata': 'https://www.wikidata.org/wiki/Q2200417', 'display_name': 'Cognition', 'level': 2, 'score': 62.9}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 60.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 57.9}, {'id': 'https://openalex.org/C187736073', 'wikidata': 'https://www.wikidata.org/wiki/Q2920921', 'display_name': 'Management', 'level': 1, 'score': 56.0}, {'id': 'https://openalex.org/C201995342', 'wikidata': 'https://www.wikidata.org/wiki/Q682496', 'display_name': 'Systems engineering', 'level': 1, 'score': 55.3}, {'id': 'https://openalex.org/C2780451532', 'wikidata': 'https://www.wikidata.org/wiki/Q759676', 'display_name': 'Task (project management)', 'level': 2, 'score': 54.7}, {'id': 'https://openalex.org/C39628806', 'wikidata': 'https://www.wikidata.org/wiki/Q916150', 'display_name': 'Prospective memory', 'level': 3, 'score': 49.7}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 47.8}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 32.7}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 28.9}, {'id': 'https://openalex.org/C138496976', 'wikidata': 'https://www.wikidata.org/wiki/Q175002', 'display_name': 'Developmental psychology', 'level': 1, 'score': 20.8}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 269}, {'year': 2022, 'works_count': 0, 'cited_by_count': 432}, {'year': 2021, 'works_count': 2, 'cited_by_count': 411}, {'year': 2020, 'works_count': 1, 'cited_by_count': 547}, {'year': 2019, 'works_count': 1, 'cited_by_count': 538}, {'year': 2018, 'works_count': 2, 'cited_by_count': 504}, {'year': 2017, 'works_count': 11, 'cited_by_count': 540}, {'year': 2016, 'works_count': 2, 'cited_by_count': 598}, {'year': 2015, 'works_count': 4, 'cited_by_count': 543}, {'year': 2014, 'works_count': 6, 'cited_by_count': 569}, {'year': 2013, 'works_count': 6, 'cited_by_count': 663}, {'year': 2012, 'works_count': 9, 'cited_by_count': 534}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5022765499', 'updated_date': '2023-10-03T13:12:13.823704', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5024186639', 'orcid': 'https://orcid.org/0000-0001-7422-0338', 'display_name': 'Mark H. Einstein', 'display_name_alternatives': ['M. Einstein', 'M. H. Einstein', 'Mark H. Einstein', 'Mark Einstein'], 'relevance_score': 4427.8535, 'works_count': 250, 'cited_by_count': 9673, 'summary_stats': {'2yr_mean_citedness': 12.08695652173913, 'h_index': 47, 'i10_index': 109}, 'ids': {'openalex': 'https://openalex.org/A5024186639', 'orcid': 'https://orcid.org/0000-0001-7422-0338'}, 'last_known_institution': {'id': 'https://openalex.org/I102322142', 'ror': 'https://ror.org/05vt9qd57', 'display_name': 'Rutgers, The State University of New Jersey', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I102322142']}, 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 99.2}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 94.8}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 88.8}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 88.4}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 72.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 65.2}, {'id': 'https://openalex.org/C2778220009', 'wikidata': 'https://www.wikidata.org/wiki/Q160105', 'display_name': 'Cervical cancer', 'level': 3, 'score': 45.6}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 39.2}, {'id': 'https://openalex.org/C29456083', 'wikidata': 'https://www.wikidata.org/wiki/Q1221899', 'display_name': 'Gynecology', 'level': 1, 'score': 38.4}, {'id': 'https://openalex.org/C143998085', 'wikidata': 'https://www.wikidata.org/wiki/Q162555', 'display_name': 'Oncology', 'level': 1, 'score': 35.6}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 34.8}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 32.8}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 28.4}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 26.4}, {'id': 'https://openalex.org/C512399662', 'wikidata': 'https://www.wikidata.org/wiki/Q3505712', 'display_name': 'Family medicine', 'level': 1, 'score': 26.4}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 21.2}, {'id': 'https://openalex.org/C2777343196', 'wikidata': 'https://www.wikidata.org/wiki/Q196788', 'display_name': 'Cervical intraepithelial neoplasia', 'level': 4, 'score': 21.2}], 'counts_by_year': [{'year': 2023, 'works_count': 29, 'cited_by_count': 1424}, {'year': 2022, 'works_count': 7, 'cited_by_count': 1615}, {'year': 2021, 'works_count': 12, 'cited_by_count': 1658}, {'year': 2020, 'works_count': 11, 'cited_by_count': 1772}, {'year': 2019, 'works_count': 9, 'cited_by_count': 1733}, {'year': 2018, 'works_count': 9, 'cited_by_count': 1832}, {'year': 2017, 'works_count': 10, 'cited_by_count': 1776}, {'year': 2016, 'works_count': 7, 'cited_by_count': 1781}, {'year': 2015, 'works_count': 18, 'cited_by_count': 1900}, {'year': 2014, 'works_count': 16, 'cited_by_count': 1621}, {'year': 2013, 'works_count': 20, 'cited_by_count': 975}, {'year': 2012, 'works_count': 15, 'cited_by_count': 659}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5024186639', 'updated_date': '2023-10-04T04:25:53.006254', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5055570312', 'orcid': 'https://orcid.org/0000-0003-4074-4736', 'display_name': 'Herbert H. Einstein', 'display_name_alternatives': ['Hh. Einstein', 'H.H Einstein', 'H. Einstein', 'Herbert H. Einstein', 'H. H. Einstein', 'Herbert H.. Einstein', 'Herbert Einstein'], 'relevance_score': 4177.7925, 'works_count': 327, 'cited_by_count': 8730, 'summary_stats': {'2yr_mean_citedness': 1.3529411764705883, 'h_index': 44, 'i10_index': 99}, 'ids': {'openalex': 'https://openalex.org/A5055570312', 'orcid': 'https://orcid.org/0000-0003-4074-4736'}, 'last_known_institution': {'id': 'https://openalex.org/I63966007', 'ror': 'https://ror.org/042nb2s44', 'display_name': 'Massachusetts Institute of Technology', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I63966007']}, 'x_concepts': [{'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 82.3}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 79.2}, {'id': 'https://openalex.org/C187320778', 'wikidata': 'https://www.wikidata.org/wiki/Q1349130', 'display_name': 'Geotechnical engineering', 'level': 1, 'score': 56.9}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 56.6}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 47.7}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 47.7}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 46.2}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 42.2}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 39.8}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 37.9}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 31.5}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 26.6}, {'id': 'https://openalex.org/C66938386', 'wikidata': 'https://www.wikidata.org/wiki/Q633538', 'display_name': 'Structural engineering', 'level': 1, 'score': 25.1}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 24.2}], 'counts_by_year': [{'year': 2023, 'works_count': 16, 'cited_by_count': 873}, {'year': 2022, 'works_count': 4, 'cited_by_count': 1010}, {'year': 2021, 'works_count': 8, 'cited_by_count': 1001}, {'year': 2020, 'works_count': 9, 'cited_by_count': 891}, {'year': 2019, 'works_count': 11, 'cited_by_count': 759}, {'year': 2018, 'works_count': 15, 'cited_by_count': 708}, {'year': 2017, 'works_count': 8, 'cited_by_count': 504}, {'year': 2016, 'works_count': 5, 'cited_by_count': 472}, {'year': 2015, 'works_count': 15, 'cited_by_count': 413}, {'year': 2014, 'works_count': 12, 'cited_by_count': 350}, {'year': 2013, 'works_count': 17, 'cited_by_count': 325}, {'year': 2012, 'works_count': 7, 'cited_by_count': 220}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5055570312', 'updated_date': '2023-10-02T11:03:53.387458', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5018193731', 'orcid': None, 'display_name': 'A. Einstein', 'display_name_alternatives': ['A. Einstein'], 'relevance_score': 3586.4, 'works_count': 2, 'cited_by_count': 4587, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 2, 'i10_index': 2}, 'ids': {'openalex': 'https://openalex.org/A5018193731'}, 'last_known_institution': None, 'x_concepts': [{'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C37914503', 'wikidata': 'https://www.wikidata.org/wiki/Q156495', 'display_name': 'Mathematical physics', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C74650414', 'wikidata': 'https://www.wikidata.org/wiki/Q11397', 'display_name': 'Classical mechanics', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C146846114', 'wikidata': 'https://www.wikidata.org/wiki/Q901448', 'display_name': 'Einstein', 'level': 2, 'score': 100.0}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 100.0}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 149}, {'year': 2022, 'works_count': 0, 'cited_by_count': 200}, {'year': 2021, 'works_count': 0, 'cited_by_count': 240}, {'year': 2020, 'works_count': 0, 'cited_by_count': 211}, {'year': 2019, 'works_count': 0, 'cited_by_count': 211}, {'year': 2018, 'works_count': 0, 'cited_by_count': 246}, {'year': 2017, 'works_count': 0, 'cited_by_count': 187}, {'year': 2016, 'works_count': 0, 'cited_by_count': 189}, {'year': 2015, 'works_count': 0, 'cited_by_count': 180}, {'year': 2014, 'works_count': 0, 'cited_by_count': 225}, {'year': 2013, 'works_count': 0, 'cited_by_count': 168}, {'year': 2012, 'works_count': 0, 'cited_by_count': 138}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5018193731', 'updated_date': '2023-10-01T09:50:48.779958', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5046690126', 'orcid': None, 'display_name': 'T. L. Einstein', 'display_name_alternatives': ['T. L. Einstein', 'T. Einstein', 'T.L Einstein', 'Tl. Einstein', 'Einstein Tl', 'Theodore Lee Einstein', 'Theodore Einstein', 'Theodore L. Einstein', 'T L. Einstein'], 'relevance_score': 3568.5713, 'works_count': 331, 'cited_by_count': 6327, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 41, 'i10_index': 128}, 'ids': {'openalex': 'https://openalex.org/A5046690126'}, 'last_known_institution': {'id': 'https://openalex.org/I66946132', 'ror': 'https://ror.org/047s2c258', 'display_name': 'University of Maryland, College Park', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1317227900', 'https://openalex.org/I66946132']}, 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 89.7}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 74.9}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 65.9}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 62.8}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 60.1}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 51.7}, {'id': 'https://openalex.org/C26873012', 'wikidata': 'https://www.wikidata.org/wiki/Q214781', 'display_name': 'Condensed matter physics', 'level': 1, 'score': 45.3}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 43.5}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 38.1}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 36.3}, {'id': 'https://openalex.org/C121864883', 'wikidata': 'https://www.wikidata.org/wiki/Q677916', 'display_name': 'Statistical physics', 'level': 1, 'score': 34.7}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 33.8}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 26.6}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 25.1}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 22.7}], 'counts_by_year': [{'year': 2023, 'works_count': 1, 'cited_by_count': 56}, {'year': 2022, 'works_count': 0, 'cited_by_count': 109}, {'year': 2021, 'works_count': 0, 'cited_by_count': 108}, {'year': 2020, 'works_count': 0, 'cited_by_count': 107}, {'year': 2019, 'works_count': 4, 'cited_by_count': 137}, {'year': 2018, 'works_count': 3, 'cited_by_count': 128}, {'year': 2017, 'works_count': 9, 'cited_by_count': 185}, {'year': 2016, 'works_count': 4, 'cited_by_count': 153}, {'year': 2015, 'works_count': 5, 'cited_by_count': 175}, {'year': 2014, 'works_count': 8, 'cited_by_count': 158}, {'year': 2013, 'works_count': 10, 'cited_by_count': 162}, {'year': 2012, 'works_count': 16, 'cited_by_count': 165}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5046690126', 'updated_date': '2023-10-02T23:05:59.424995', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5039560306', 'orcid': None, 'display_name': 'Frederick W. B. Einstein', 'display_name_alternatives': ['F. Einstein', 'F. W. B. Einstein', 'Frederick W. Einstein', 'Frederick W. B. Einstein', 'Frederick W.B Einstein', 'F Wb Einstein', 'F. W. Einstein'], 'relevance_score': 3002.4436, 'works_count': 400, 'cited_by_count': 6062, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 37, 'i10_index': 213}, 'ids': {'openalex': 'https://openalex.org/A5039560306'}, 'last_known_institution': {'id': 'https://openalex.org/I141945490', 'ror': 'https://ror.org/03rmrcq20', 'display_name': 'University of British Columbia', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}, 'x_concepts': [{'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 89.5}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 75.5}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 53.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 50.5}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 50.5}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 49.8}, {'id': 'https://openalex.org/C8010536', 'wikidata': 'https://www.wikidata.org/wiki/Q160398', 'display_name': 'Crystallography', 'level': 1, 'score': 47.5}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 45.3}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 40.0}, {'id': 'https://openalex.org/C191897082', 'wikidata': 'https://www.wikidata.org/wiki/Q11467', 'display_name': 'Metallurgy', 'level': 1, 'score': 38.5}, {'id': 'https://openalex.org/C71240020', 'wikidata': 'https://www.wikidata.org/wiki/Q186011', 'display_name': 'Stereochemistry', 'level': 1, 'score': 35.8}, {'id': 'https://openalex.org/C161790260', 'wikidata': 'https://www.wikidata.org/wiki/Q82264', 'display_name': 'Catalysis', 'level': 2, 'score': 35.8}, {'id': 'https://openalex.org/C115624301', 'wikidata': 'https://www.wikidata.org/wiki/Q895901', 'display_name': 'Crystal structure', 'level': 2, 'score': 33.5}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 33.3}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 32.5}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 32.5}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 32.5}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 32.5}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 26.8}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 25.3}, {'id': 'https://openalex.org/C32909587', 'wikidata': 'https://www.wikidata.org/wiki/Q11369', 'display_name': 'Molecule', 'level': 2, 'score': 20.8}, {'id': 'https://openalex.org/C155647269', 'wikidata': 'https://www.wikidata.org/wiki/Q243455', 'display_name': 'Medicinal chemistry', 'level': 1, 'score': 20.8}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 73}, {'year': 2022, 'works_count': 0, 'cited_by_count': 55}, {'year': 2021, 'works_count': 0, 'cited_by_count': 56}, {'year': 2020, 'works_count': 0, 'cited_by_count': 77}, {'year': 2019, 'works_count': 0, 'cited_by_count': 75}, {'year': 2018, 'works_count': 0, 'cited_by_count': 89}, {'year': 2017, 'works_count': 0, 'cited_by_count': 79}, {'year': 2016, 'works_count': 0, 'cited_by_count': 130}, {'year': 2015, 'works_count': 0, 'cited_by_count': 89}, {'year': 2014, 'works_count': 0, 'cited_by_count': 135}, {'year': 2013, 'works_count': 0, 'cited_by_count': 110}, {'year': 2012, 'works_count': 0, 'cited_by_count': 132}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5039560306', 'updated_date': '2023-10-03T09:12:03.918941', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5084744777', 'orcid': 'https://orcid.org/0000-0002-0770-5471', 'display_name': 'Gillian Einstein', 'display_name_alternatives': ['Gillian Einstein', 'G. Einstein'], 'relevance_score': 2889.327, 'works_count': 140, 'cited_by_count': 3159, 'summary_stats': {'2yr_mean_citedness': 4.625, 'h_index': 29, 'i10_index': 53}, 'ids': {'openalex': 'https://openalex.org/A5084744777', 'orcid': 'https://orcid.org/0000-0002-0770-5471'}, 'last_known_institution': {'id': 'https://openalex.org/I2802437833', 'ror': 'https://ror.org/03gp5b411', 'display_name': 'Baycrest Hospital', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802437833']}, 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 86.4}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 80.7}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 79.3}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 60.7}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 57.9}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 52.1}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 46.4}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 42.9}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 42.1}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 37.1}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 35.0}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 30.0}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 28.6}, {'id': 'https://openalex.org/C169900460', 'wikidata': 'https://www.wikidata.org/wiki/Q2200417', 'display_name': 'Cognition', 'level': 2, 'score': 25.7}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 22.1}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 21.4}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 20.7}], 'counts_by_year': [{'year': 2023, 'works_count': 11, 'cited_by_count': 777}, {'year': 2022, 'works_count': 11, 'cited_by_count': 847}, {'year': 2021, 'works_count': 15, 'cited_by_count': 633}, {'year': 2020, 'works_count': 17, 'cited_by_count': 417}, {'year': 2019, 'works_count': 5, 'cited_by_count': 333}, {'year': 2018, 'works_count': 4, 'cited_by_count': 293}, {'year': 2017, 'works_count': 8, 'cited_by_count': 275}, {'year': 2016, 'works_count': 6, 'cited_by_count': 194}, {'year': 2015, 'works_count': 6, 'cited_by_count': 170}, {'year': 2014, 'works_count': 3, 'cited_by_count': 165}, {'year': 2013, 'works_count': 2, 'cited_by_count': 151}, {'year': 2012, 'works_count': 11, 'cited_by_count': 95}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5084744777', 'updated_date': '2023-10-03T20:55:50.615348', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5069454846', 'orcid': 'https://orcid.org/0000-0003-0819-3057', 'display_name': 'Ofira Einstein', 'display_name_alternatives': ['Ofira Einstein', 'Einstein Ofira', 'O. Einstein'], 'relevance_score': 2415.4639, 'works_count': 40, 'cited_by_count': 2170, 'summary_stats': {'2yr_mean_citedness': 2.75, 'h_index': 17, 'i10_index': 23}, 'ids': {'openalex': 'https://openalex.org/A5069454846', 'orcid': 'https://orcid.org/0000-0003-0819-3057'}, 'last_known_institution': {'id': 'https://openalex.org/I52170813', 'ror': 'https://ror.org/03nz8qe97', 'display_name': 'Ariel University', 'country_code': 'IL', 'type': 'education', 'lineage': ['https://openalex.org/I52170813']}, 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 97.5}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 90.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 87.5}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 80.0}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 77.5}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 77.5}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 77.5}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 75.0}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 72.5}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 72.5}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 67.5}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 67.5}, {'id': 'https://openalex.org/C529278444', 'wikidata': 'https://www.wikidata.org/wiki/Q47273', 'display_name': 'Central nervous system', 'level': 2, 'score': 62.5}, {'id': 'https://openalex.org/C2776914184', 'wikidata': 'https://www.wikidata.org/wiki/Q101991', 'display_name': 'Inflammation', 'level': 2, 'score': 62.5}, {'id': 'https://openalex.org/C8891405', 'wikidata': 'https://www.wikidata.org/wiki/Q1059', 'display_name': 'Immune system', 'level': 2, 'score': 60.0}, {'id': 'https://openalex.org/C2780640218', 'wikidata': 'https://www.wikidata.org/wiki/Q8277', 'display_name': 'Multiple sclerosis', 'level': 2, 'score': 60.0}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 52.5}, {'id': 'https://openalex.org/C2778486448', 'wikidata': 'https://www.wikidata.org/wiki/Q494066', 'display_name': 'Experimental autoimmune encephalomyelitis', 'level': 3, 'score': 50.0}, {'id': 'https://openalex.org/C202751555', 'wikidata': 'https://www.wikidata.org/wiki/Q221681', 'display_name': 'In vitro', 'level': 2, 'score': 40.0}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 32.5}, {'id': 'https://openalex.org/C28328180', 'wikidata': 'https://www.wikidata.org/wiki/Q48196', 'display_name': 'Stem cell', 'level': 2, 'score': 30.0}, {'id': 'https://openalex.org/C1491633281', 'wikidata': 'https://www.wikidata.org/wiki/Q7868', 'display_name': 'Cell', 'level': 2, 'score': 30.0}, {'id': 'https://openalex.org/C2777899865', 'wikidata': 'https://www.wikidata.org/wiki/Q1634879', 'display_name': 'Encephalomyelitis', 'level': 3, 'score': 30.0}, {'id': 'https://openalex.org/C2911091166', 'wikidata': 'https://www.wikidata.org/wiki/Q106419912', 'display_name': 'Transplantation', 'level': 2, 'score': 30.0}], 'counts_by_year': [{'year': 2023, 'works_count': 1, 'cited_by_count': 90}, {'year': 2022, 'works_count': 4, 'cited_by_count': 97}, {'year': 2021, 'works_count': 2, 'cited_by_count': 142}, {'year': 2020, 'works_count': 2, 'cited_by_count': 136}, {'year': 2019, 'works_count': 1, 'cited_by_count': 111}, {'year': 2018, 'works_count': 3, 'cited_by_count': 156}, {'year': 2017, 'works_count': 1, 'cited_by_count': 174}, {'year': 2016, 'works_count': 2, 'cited_by_count': 216}, {'year': 2015, 'works_count': 3, 'cited_by_count': 221}, {'year': 2014, 'works_count': 1, 'cited_by_count': 154}, {'year': 2013, 'works_count': 1, 'cited_by_count': 260}, {'year': 2012, 'works_count': 1, 'cited_by_count': 274}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5069454846', 'updated_date': '2023-10-03T16:25:58.950685', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5052054641', 'orcid': None, 'display_name': 'A. Einstein', 'display_name_alternatives': ['A. Einstein'], 'relevance_score': 2128.3604, 'works_count': 1, 'cited_by_count': 1725, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 1, 'i10_index': 1}, 'ids': {'openalex': 'https://openalex.org/A5052054641'}, 'last_known_institution': None, 'x_concepts': [{'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C37914503', 'wikidata': 'https://www.wikidata.org/wiki/Q156495', 'display_name': 'Mathematical physics', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C74650414', 'wikidata': 'https://www.wikidata.org/wiki/Q11397', 'display_name': 'Classical mechanics', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C146846114', 'wikidata': 'https://www.wikidata.org/wiki/Q901448', 'display_name': 'Einstein', 'level': 2, 'score': 100.0}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 100.0}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 100.0}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 117}, {'year': 2022, 'works_count': 0, 'cited_by_count': 127}, {'year': 2021, 'works_count': 0, 'cited_by_count': 128}, {'year': 2020, 'works_count': 0, 'cited_by_count': 140}, {'year': 2019, 'works_count': 0, 'cited_by_count': 162}, {'year': 2018, 'works_count': 0, 'cited_by_count': 98}, {'year': 2017, 'works_count': 0, 'cited_by_count': 82}, {'year': 2016, 'works_count': 0, 'cited_by_count': 67}, {'year': 2015, 'works_count': 0, 'cited_by_count': 68}, {'year': 2014, 'works_count': 0, 'cited_by_count': 64}, {'year': 2013, 'works_count': 0, 'cited_by_count': 53}, {'year': 2012, 'works_count': 0, 'cited_by_count': 36}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5052054641', 'updated_date': '2023-10-03T16:28:48.032899', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5062509996', 'orcid': None, 'display_name': 'H. A. Einstein', 'display_name_alternatives': ['Hans A. Einstein', 'H. A. Einstein', 'Hans Albert Einstein'], 'relevance_score': 2128.074, 'works_count': 74, 'cited_by_count': 2250, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 17, 'i10_index': 23}, 'ids': {'openalex': 'https://openalex.org/A5062509996'}, 'last_known_institution': {'id': 'https://openalex.org/I2803209242', 'ror': 'https://ror.org/00pjdza24', 'display_name': 'University of California System', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242']}, 'x_concepts': [{'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 78.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 77.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 60.8}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 55.4}, {'id': 'https://openalex.org/C187320778', 'wikidata': 'https://www.wikidata.org/wiki/Q1349130', 'display_name': 'Geotechnical engineering', 'level': 1, 'score': 55.4}, {'id': 'https://openalex.org/C57879066', 'wikidata': 'https://www.wikidata.org/wiki/Q41217', 'display_name': 'Mechanics', 'level': 1, 'score': 51.4}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 48.6}, {'id': 'https://openalex.org/C114793014', 'wikidata': 'https://www.wikidata.org/wiki/Q52109', 'display_name': 'Geomorphology', 'level': 1, 'score': 47.3}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 44.6}, {'id': 'https://openalex.org/C76886044', 'wikidata': 'https://www.wikidata.org/wiki/Q2883300', 'display_name': 'Hydrology (agriculture)', 'level': 2, 'score': 44.6}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 41.9}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 40.5}, {'id': 'https://openalex.org/C2816523', 'wikidata': 'https://www.wikidata.org/wiki/Q180184', 'display_name': 'Sediment', 'level': 2, 'score': 39.2}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 37.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 33.8}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 29.7}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 28.4}, {'id': 'https://openalex.org/C65589250', 'wikidata': 'https://www.wikidata.org/wiki/Q7445303', 'display_name': 'Sediment transport', 'level': 3, 'score': 28.4}, {'id': 'https://openalex.org/C146978453', 'wikidata': 'https://www.wikidata.org/wiki/Q3798668', 'display_name': 'Aerospace engineering', 'level': 1, 'score': 25.7}, {'id': 'https://openalex.org/C196558001', 'wikidata': 'https://www.wikidata.org/wiki/Q190132', 'display_name': 'Turbulence', 'level': 2, 'score': 25.7}, {'id': 'https://openalex.org/C38349280', 'wikidata': 'https://www.wikidata.org/wiki/Q1434290', 'display_name': 'Flow (mathematics)', 'level': 2, 'score': 24.3}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 21.6}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 20.3}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 45}, {'year': 2022, 'works_count': 0, 'cited_by_count': 61}, {'year': 2021, 'works_count': 0, 'cited_by_count': 70}, {'year': 2020, 'works_count': 0, 'cited_by_count': 156}, {'year': 2019, 'works_count': 0, 'cited_by_count': 60}, {'year': 2018, 'works_count': 0, 'cited_by_count': 58}, {'year': 2017, 'works_count': 0, 'cited_by_count': 70}, {'year': 2016, 'works_count': 0, 'cited_by_count': 47}, {'year': 2015, 'works_count': 0, 'cited_by_count': 54}, {'year': 2014, 'works_count': 0, 'cited_by_count': 86}, {'year': 2013, 'works_count': 0, 'cited_by_count': 76}, {'year': 2012, 'works_count': 0, 'cited_by_count': 62}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5062509996', 'updated_date': '2023-10-02T18:39:59.725072', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5083138872', 'orcid': None, 'display_name': 'Albert Einstein', 'display_name_alternatives': ['A. Einstein', 'Albert Einstein', 'Einstein Albert'], 'relevance_score': 2118.0444, 'works_count': 46, 'cited_by_count': 1642, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 10, 'i10_index': 11}, 'ids': {'openalex': 'https://openalex.org/A5083138872'}, 'last_known_institution': {'id': 'https://openalex.org/I122411786', 'ror': 'https://ror.org/05dxps055', 'display_name': 'California Institute of Technology', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I122411786']}, 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 80.4}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 67.4}, {'id': 'https://openalex.org/C33332235', 'wikidata': 'https://www.wikidata.org/wiki/Q18362', 'display_name': 'Theoretical physics', 'level': 1, 'score': 58.7}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 56.5}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 56.5}, {'id': 'https://openalex.org/C74650414', 'wikidata': 'https://www.wikidata.org/wiki/Q11397', 'display_name': 'Classical mechanics', 'level': 1, 'score': 50.0}, {'id': 'https://openalex.org/C37914503', 'wikidata': 'https://www.wikidata.org/wiki/Q156495', 'display_name': 'Mathematical physics', 'level': 1, 'score': 41.3}, {'id': 'https://openalex.org/C146846114', 'wikidata': 'https://www.wikidata.org/wiki/Q901448', 'display_name': 'Einstein', 'level': 2, 'score': 39.1}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 32.6}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 30.4}, {'id': 'https://openalex.org/C1276947', 'wikidata': 'https://www.wikidata.org/wiki/Q333', 'display_name': 'Astronomy', 'level': 1, 'score': 28.3}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 28.3}, {'id': 'https://openalex.org/C44870925', 'wikidata': 'https://www.wikidata.org/wiki/Q37547', 'display_name': 'Astrophysics', 'level': 1, 'score': 23.9}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 21.7}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 21.7}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 27}, {'year': 2022, 'works_count': 0, 'cited_by_count': 33}, {'year': 2021, 'works_count': 0, 'cited_by_count': 70}, {'year': 2020, 'works_count': 0, 'cited_by_count': 63}, {'year': 2019, 'works_count': 0, 'cited_by_count': 52}, {'year': 2018, 'works_count': 1, 'cited_by_count': 50}, {'year': 2017, 'works_count': 0, 'cited_by_count': 66}, {'year': 2016, 'works_count': 0, 'cited_by_count': 70}, {'year': 2015, 'works_count': 0, 'cited_by_count': 111}, {'year': 2014, 'works_count': 2, 'cited_by_count': 80}, {'year': 2013, 'works_count': 1, 'cited_by_count': 77}, {'year': 2012, 'works_count': 2, 'cited_by_count': 73}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5083138872', 'updated_date': '2023-10-03T08:16:03.463555', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5013223961', 'orcid': None, 'display_name': 'David M. Einstein', 'display_name_alternatives': ['David M. Einstein', 'D. M. Einstein', 'David Einstein', 'D. Einstein'], 'relevance_score': 2039.4784, 'works_count': 70, 'cited_by_count': 2177, 'summary_stats': {'2yr_mean_citedness': 0.5, 'h_index': 25, 'i10_index': 37}, 'ids': {'openalex': 'https://openalex.org/A5013223961'}, 'last_known_institution': {'id': 'https://openalex.org/I133738476', 'ror': 'https://ror.org/03hamhx47', 'display_name': 'University of Massachusetts Lowell', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I133738476', 'https://openalex.org/I2802841742']}, 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 78.6}, {'id': 'https://openalex.org/C126838900', 'wikidata': 'https://www.wikidata.org/wiki/Q77604', 'display_name': 'Radiology', 'level': 1, 'score': 62.9}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 58.6}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 57.1}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 51.4}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 41.4}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 34.3}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 32.9}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 27.1}, {'id': 'https://openalex.org/C2989005', 'wikidata': 'https://www.wikidata.org/wiki/Q214963', 'display_name': 'Nuclear medicine', 'level': 1, 'score': 25.7}, {'id': 'https://openalex.org/C105702510', 'wikidata': 'https://www.wikidata.org/wiki/Q514', 'display_name': 'Anatomy', 'level': 1, 'score': 24.3}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 22.9}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 21.4}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 96}, {'year': 2022, 'works_count': 0, 'cited_by_count': 132}, {'year': 2021, 'works_count': 1, 'cited_by_count': 139}, {'year': 2020, 'works_count': 1, 'cited_by_count': 153}, {'year': 2019, 'works_count': 0, 'cited_by_count': 142}, {'year': 2018, 'works_count': 2, 'cited_by_count': 151}, {'year': 2017, 'works_count': 1, 'cited_by_count': 98}, {'year': 2016, 'works_count': 4, 'cited_by_count': 96}, {'year': 2015, 'works_count': 1, 'cited_by_count': 146}, {'year': 2014, 'works_count': 3, 'cited_by_count': 154}, {'year': 2013, 'works_count': 3, 'cited_by_count': 149}, {'year': 2012, 'works_count': 2, 'cited_by_count': 114}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5013223961', 'updated_date': '2023-10-03T14:50:52.718886', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5082978728', 'orcid': None, 'display_name': 'M.E. Einstein', 'display_name_alternatives': ['M. Einstein', 'M. E. Einstein', 'Mark E. Einstein', 'Mark Einstein'], 'relevance_score': 1987.3292, 'works_count': 67, 'cited_by_count': 1418, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 21, 'i10_index': 35}, 'ids': {'openalex': 'https://openalex.org/A5082978728'}, 'last_known_institution': {'id': 'https://openalex.org/I219193219', 'ror': 'https://ror.org/02dqehb95', 'display_name': 'Purdue University West Lafayette', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I219193219', 'https://openalex.org/I2801333002']}, 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 94.0}, {'id': 'https://openalex.org/C140793950', 'wikidata': 'https://www.wikidata.org/wiki/Q168091', 'display_name': 'Animal science', 'level': 1, 'score': 86.6}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 80.6}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 73.1}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 62.7}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 52.2}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 52.2}, {'id': 'https://openalex.org/C147583825', 'wikidata': 'https://www.wikidata.org/wiki/Q620876', 'display_name': 'Body weight', 'level': 2, 'score': 46.3}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 40.3}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 35.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 34.3}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 34.3}, {'id': 'https://openalex.org/C31903555', 'wikidata': 'https://www.wikidata.org/wiki/Q1637030', 'display_name': 'Food science', 'level': 1, 'score': 32.8}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 32.8}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 28.4}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 23.9}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 22.4}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 20.9}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 57}, {'year': 2022, 'works_count': 0, 'cited_by_count': 73}, {'year': 2021, 'works_count': 0, 'cited_by_count': 97}, {'year': 2020, 'works_count': 0, 'cited_by_count': 92}, {'year': 2019, 'works_count': 0, 'cited_by_count': 90}, {'year': 2018, 'works_count': 0, 'cited_by_count': 72}, {'year': 2017, 'works_count': 0, 'cited_by_count': 96}, {'year': 2016, 'works_count': 0, 'cited_by_count': 100}, {'year': 2015, 'works_count': 0, 'cited_by_count': 66}, {'year': 2014, 'works_count': 3, 'cited_by_count': 84}, {'year': 2013, 'works_count': 4, 'cited_by_count': 90}, {'year': 2012, 'works_count': 7, 'cited_by_count': 93}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5082978728', 'updated_date': '2023-10-01T12:58:19.094174', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5069681584', 'orcid': None, 'display_name': 'Daniel R. Einstein', 'display_name_alternatives': ['Dan. Einstein', 'Daniel R. Einstein', 'D. R. Einstein', 'Daniel Einstein', 'Danie R. Einstein', 'D. Einstein'], 'relevance_score': 1871.8221, 'works_count': 84, 'cited_by_count': 1770, 'summary_stats': {'2yr_mean_citedness': 1.6666666666666667, 'h_index': 25, 'i10_index': 48}, 'ids': {'openalex': 'https://openalex.org/A5069681584'}, 'last_known_institution': {'id': 'https://openalex.org/I143115733', 'ror': 'https://ror.org/01awd1q38', 'display_name': "Saint Martin's University", 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I143115733']}, 'x_concepts': [{'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 89.3}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 77.4}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 65.5}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 61.9}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 60.7}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 59.5}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 48.8}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 48.8}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 48.8}, {'id': 'https://openalex.org/C57879066', 'wikidata': 'https://www.wikidata.org/wiki/Q41217', 'display_name': 'Mechanics', 'level': 1, 'score': 36.9}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 35.7}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 35.7}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 34.5}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 33.3}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 33.3}, {'id': 'https://openalex.org/C105702510', 'wikidata': 'https://www.wikidata.org/wiki/Q514', 'display_name': 'Anatomy', 'level': 1, 'score': 32.1}, {'id': 'https://openalex.org/C66938386', 'wikidata': 'https://www.wikidata.org/wiki/Q633538', 'display_name': 'Structural engineering', 'level': 1, 'score': 31.0}, {'id': 'https://openalex.org/C136229726', 'wikidata': 'https://www.wikidata.org/wiki/Q327092', 'display_name': 'Biomedical engineering', 'level': 1, 'score': 31.0}, {'id': 'https://openalex.org/C135628077', 'wikidata': 'https://www.wikidata.org/wiki/Q220184', 'display_name': 'Finite element method', 'level': 2, 'score': 28.6}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 27.4}, {'id': 'https://openalex.org/C126838900', 'wikidata': 'https://www.wikidata.org/wiki/Q77604', 'display_name': 'Radiology', 'level': 1, 'score': 26.2}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 26.2}, {'id': 'https://openalex.org/C164705383', 'wikidata': 'https://www.wikidata.org/wiki/Q10379', 'display_name': 'Cardiology', 'level': 1, 'score': 26.2}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 23.8}, {'id': 'https://openalex.org/C146978453', 'wikidata': 'https://www.wikidata.org/wiki/Q3798668', 'display_name': 'Aerospace engineering', 'level': 1, 'score': 23.8}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 114}, {'year': 2022, 'works_count': 0, 'cited_by_count': 115}, {'year': 2021, 'works_count': 1, 'cited_by_count': 162}, {'year': 2020, 'works_count': 2, 'cited_by_count': 146}, {'year': 2019, 'works_count': 0, 'cited_by_count': 133}, {'year': 2018, 'works_count': 0, 'cited_by_count': 148}, {'year': 2017, 'works_count': 0, 'cited_by_count': 164}, {'year': 2016, 'works_count': 7, 'cited_by_count': 200}, {'year': 2015, 'works_count': 3, 'cited_by_count': 131}, {'year': 2014, 'works_count': 5, 'cited_by_count': 208}, {'year': 2013, 'works_count': 7, 'cited_by_count': 113}, {'year': 2012, 'works_count': 9, 'cited_by_count': 124}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5069681584', 'updated_date': '2023-10-01T13:12:07.024586', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5035765034', 'orcid': None, 'display_name': 'Francine Einstein', 'display_name_alternatives': ['F. Einstein', 'Francine H. Einstein', 'Francine Einstein', 'Francine Hughes Einstein', 'F. H. Einstein'], 'relevance_score': 1862.3966, 'works_count': 72, 'cited_by_count': 1308, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 17, 'i10_index': 21}, 'ids': {'openalex': 'https://openalex.org/A5035765034'}, 'last_known_institution': {'id': 'https://openalex.org/I57206974', 'ror': 'https://ror.org/0190ak572', 'display_name': 'New York University', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I57206974']}, 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 97.2}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 94.4}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 84.7}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 76.4}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 65.3}, {'id': 'https://openalex.org/C2779234561', 'wikidata': 'https://www.wikidata.org/wiki/Q11995', 'display_name': 'Pregnancy', 'level': 2, 'score': 63.9}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 52.8}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 52.8}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 48.6}, {'id': 'https://openalex.org/C555293320', 'wikidata': 'https://www.wikidata.org/wiki/Q12206', 'display_name': 'Diabetes mellitus', 'level': 2, 'score': 44.4}, {'id': 'https://openalex.org/C511355011', 'wikidata': 'https://www.wikidata.org/wiki/Q12174', 'display_name': 'Obesity', 'level': 2, 'score': 38.9}, {'id': 'https://openalex.org/C46973012', 'wikidata': 'https://www.wikidata.org/wiki/Q28627', 'display_name': 'Gestation', 'level': 3, 'score': 33.3}, {'id': 'https://openalex.org/C150903083', 'wikidata': 'https://www.wikidata.org/wiki/Q7108', 'display_name': 'Biotechnology', 'level': 1, 'score': 33.3}, {'id': 'https://openalex.org/C172680121', 'wikidata': 'https://www.wikidata.org/wiki/Q26513', 'display_name': 'Fetus', 'level': 3, 'score': 31.9}, {'id': 'https://openalex.org/C2779306644', 'wikidata': 'https://www.wikidata.org/wiki/Q2002370', 'display_name': 'Insulin', 'level': 2, 'score': 31.9}, {'id': 'https://openalex.org/C131872663', 'wikidata': 'https://www.wikidata.org/wiki/Q5284418', 'display_name': 'Obstetrics', 'level': 1, 'score': 29.2}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 27.8}, {'id': 'https://openalex.org/C2777391703', 'wikidata': 'https://www.wikidata.org/wiki/Q1053470', 'display_name': 'Insulin resistance', 'level': 3, 'score': 27.8}, {'id': 'https://openalex.org/C41091548', 'wikidata': 'https://www.wikidata.org/wiki/Q26939', 'display_name': 'Epigenetics', 'level': 3, 'score': 23.6}, {'id': 'https://openalex.org/C150194340', 'wikidata': 'https://www.wikidata.org/wiki/Q26972', 'display_name': 'Gene expression', 'level': 3, 'score': 20.8}, {'id': 'https://openalex.org/C190727270', 'wikidata': 'https://www.wikidata.org/wiki/Q874745', 'display_name': 'DNA methylation', 'level': 4, 'score': 20.8}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 59}, {'year': 2022, 'works_count': 0, 'cited_by_count': 85}, {'year': 2021, 'works_count': 0, 'cited_by_count': 98}, {'year': 2020, 'works_count': 0, 'cited_by_count': 89}, {'year': 2019, 'works_count': 1, 'cited_by_count': 88}, {'year': 2018, 'works_count': 0, 'cited_by_count': 82}, {'year': 2017, 'works_count': 1, 'cited_by_count': 111}, {'year': 2016, 'works_count': 10, 'cited_by_count': 106}, {'year': 2015, 'works_count': 1, 'cited_by_count': 110}, {'year': 2014, 'works_count': 9, 'cited_by_count': 128}, {'year': 2013, 'works_count': 4, 'cited_by_count': 118}, {'year': 2012, 'works_count': 8, 'cited_by_count': 123}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5035765034', 'updated_date': '2023-10-02T18:14:43.680985', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5071941068', 'orcid': None, 'display_name': 'Monica Einstein', 'display_name_alternatives': ['Monica Einstein', 'M. Einstein'], 'relevance_score': 1774.9108, 'works_count': 22, 'cited_by_count': 1188, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 15, 'i10_index': 17}, 'ids': {'openalex': 'https://openalex.org/A5071941068'}, 'last_known_institution': {'id': 'https://openalex.org/I1285764155', 'ror': 'https://ror.org/02891sr49', 'display_name': 'MSD (United States)', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1285764155']}, 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 90.9}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 90.9}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 86.4}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 86.4}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 81.8}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 77.3}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 72.7}, {'id': 'https://openalex.org/C170493617', 'wikidata': 'https://www.wikidata.org/wiki/Q208467', 'display_name': 'Receptor', 'level': 2, 'score': 59.1}, {'id': 'https://openalex.org/C98274493', 'wikidata': 'https://www.wikidata.org/wiki/Q128406', 'display_name': 'Pharmacology', 'level': 1, 'score': 54.5}, {'id': 'https://openalex.org/C150903083', 'wikidata': 'https://www.wikidata.org/wiki/Q7108', 'display_name': 'Biotechnology', 'level': 1, 'score': 54.5}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 50.0}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 36.4}, {'id': 'https://openalex.org/C71240020', 'wikidata': 'https://www.wikidata.org/wiki/Q186011', 'display_name': 'Stereochemistry', 'level': 1, 'score': 31.8}, {'id': 'https://openalex.org/C202751555', 'wikidata': 'https://www.wikidata.org/wiki/Q221681', 'display_name': 'In vitro', 'level': 2, 'score': 31.8}, {'id': 'https://openalex.org/C207001950', 'wikidata': 'https://www.wikidata.org/wiki/Q141124', 'display_name': 'In vivo', 'level': 2, 'score': 31.8}, {'id': 'https://openalex.org/C555293320', 'wikidata': 'https://www.wikidata.org/wiki/Q12206', 'display_name': 'Diabetes mellitus', 'level': 2, 'score': 31.8}, {'id': 'https://openalex.org/C2778938600', 'wikidata': 'https://www.wikidata.org/wiki/Q389934', 'display_name': 'Agonist', 'level': 3, 'score': 31.8}, {'id': 'https://openalex.org/C2779306644', 'wikidata': 'https://www.wikidata.org/wiki/Q2002370', 'display_name': 'Insulin', 'level': 2, 'score': 31.8}, {'id': 'https://openalex.org/C86339819', 'wikidata': 'https://www.wikidata.org/wiki/Q407384', 'display_name': 'Transcription factor', 'level': 3, 'score': 27.3}, {'id': 'https://openalex.org/C150194340', 'wikidata': 'https://www.wikidata.org/wiki/Q26972', 'display_name': 'Gene expression', 'level': 3, 'score': 27.3}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 27.3}, {'id': 'https://openalex.org/C1292079', 'wikidata': 'https://www.wikidata.org/wiki/Q3817769', 'display_name': 'Transactivation', 'level': 4, 'score': 22.7}, {'id': 'https://openalex.org/C59493245', 'wikidata': 'https://www.wikidata.org/wiki/Q14877410', 'display_name': 'Glucocorticoid receptor', 'level': 3, 'score': 22.7}, {'id': 'https://openalex.org/C114373084', 'wikidata': 'https://www.wikidata.org/wiki/Q273499', 'display_name': 'Chemical synthesis', 'level': 3, 'score': 22.7}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 22.7}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 20}, {'year': 2022, 'works_count': 0, 'cited_by_count': 26}, {'year': 2021, 'works_count': 0, 'cited_by_count': 39}, {'year': 2020, 'works_count': 0, 'cited_by_count': 27}, {'year': 2019, 'works_count': 0, 'cited_by_count': 27}, {'year': 2018, 'works_count': 0, 'cited_by_count': 33}, {'year': 2017, 'works_count': 0, 'cited_by_count': 51}, {'year': 2016, 'works_count': 0, 'cited_by_count': 57}, {'year': 2015, 'works_count': 0, 'cited_by_count': 59}, {'year': 2014, 'works_count': 0, 'cited_by_count': 46}, {'year': 2013, 'works_count': 1, 'cited_by_count': 56}, {'year': 2012, 'works_count': 1, 'cited_by_count': 66}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5071941068', 'updated_date': '2023-09-25T16:30:01.421084', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5038989795', 'orcid': None, 'display_name': 'Steven Einstein', 'display_name_alternatives': ['Steven G. Einstein', 'Steven Einstein', 'S. Einstein'], 'relevance_score': 1715.81, 'works_count': 28, 'cited_by_count': 1057, 'summary_stats': {'2yr_mean_citedness': 16.0, 'h_index': 8, 'i10_index': 8}, 'ids': {'openalex': 'https://openalex.org/A5038989795'}, 'last_known_institution': {'id': 'https://openalex.org/I85722119', 'ror': 'https://ror.org/01n029866', 'display_name': 'UCB Pharma (Belgium)', 'country_code': 'BE', 'type': 'company', 'lineage': ['https://openalex.org/I85722119']}, 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 96.4}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 75.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 60.7}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 53.6}, {'id': 'https://openalex.org/C126838900', 'wikidata': 'https://www.wikidata.org/wiki/Q77604', 'display_name': 'Radiology', 'level': 1, 'score': 53.6}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 53.6}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 50.0}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 42.9}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 42.9}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 35.7}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 35.7}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 35.7}, {'id': 'https://openalex.org/C143409427', 'wikidata': 'https://www.wikidata.org/wiki/Q161238', 'display_name': 'Magnetic resonance imaging', 'level': 2, 'score': 35.7}, {'id': 'https://openalex.org/C2989005', 'wikidata': 'https://www.wikidata.org/wiki/Q214963', 'display_name': 'Nuclear medicine', 'level': 1, 'score': 32.1}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 32.1}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 28.6}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 28.6}, {'id': 'https://openalex.org/C204787440', 'wikidata': 'https://www.wikidata.org/wiki/Q188504', 'display_name': 'Alternative medicine', 'level': 2, 'score': 28.6}, {'id': 'https://openalex.org/C27081682', 'wikidata': 'https://www.wikidata.org/wiki/Q269829', 'display_name': 'Placebo', 'level': 3, 'score': 25.0}, {'id': 'https://openalex.org/C2779483572', 'wikidata': 'https://www.wikidata.org/wiki/Q83030', 'display_name': 'Dementia', 'level': 3, 'score': 25.0}, {'id': 'https://openalex.org/C2781172350', 'wikidata': 'https://www.wikidata.org/wiki/Q194520', 'display_name': 'Atrophy', 'level': 2, 'score': 25.0}, {'id': 'https://openalex.org/C58693492', 'wikidata': 'https://www.wikidata.org/wiki/Q551875', 'display_name': 'Neuroimaging', 'level': 2, 'score': 21.4}, {'id': 'https://openalex.org/C60644358', 'wikidata': 'https://www.wikidata.org/wiki/Q128570', 'display_name': 'Bioinformatics', 'level': 1, 'score': 21.4}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 21.4}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 21.4}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 36}, {'year': 2022, 'works_count': 2, 'cited_by_count': 78}, {'year': 2021, 'works_count': 0, 'cited_by_count': 67}, {'year': 2020, 'works_count': 1, 'cited_by_count': 78}, {'year': 2019, 'works_count': 1, 'cited_by_count': 44}, {'year': 2018, 'works_count': 1, 'cited_by_count': 61}, {'year': 2017, 'works_count': 0, 'cited_by_count': 66}, {'year': 2016, 'works_count': 2, 'cited_by_count': 67}, {'year': 2015, 'works_count': 0, 'cited_by_count': 50}, {'year': 2014, 'works_count': 4, 'cited_by_count': 75}, {'year': 2013, 'works_count': 6, 'cited_by_count': 89}, {'year': 2012, 'works_count': 3, 'cited_by_count': 84}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5038989795', 'updated_date': '2023-09-29T15:18:24.485463', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5005665875', 'orcid': None, 'display_name': 'Douglas B. Einstein', 'display_name_alternatives': ['Douglas Einstein', 'D.B Einstein', 'Douglas B. Einstein', 'D EINSTEIN', 'D. B. Einstein', 'D. Einstein'], 'relevance_score': 1692.352, 'works_count': 38, 'cited_by_count': 1499, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 18, 'i10_index': 19}, 'ids': {'openalex': 'https://openalex.org/A5005665875'}, 'last_known_institution': {'id': 'https://openalex.org/I2802221309', 'ror': 'https://ror.org/00akdyv48', 'display_name': 'Kettering Medical Center', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802221309']}, 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 94.7}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 89.5}, {'id': 'https://openalex.org/C126838900', 'wikidata': 'https://www.wikidata.org/wiki/Q77604', 'display_name': 'Radiology', 'level': 1, 'score': 78.9}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 78.9}, {'id': 'https://openalex.org/C509974204', 'wikidata': 'https://www.wikidata.org/wiki/Q180507', 'display_name': 'Radiation therapy', 'level': 2, 'score': 78.9}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 76.3}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 57.9}, {'id': 'https://openalex.org/C2780387249', 'wikidata': 'https://www.wikidata.org/wiki/Q973234', 'display_name': 'Radiosurgery', 'level': 3, 'score': 47.4}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 42.1}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 42.1}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 39.5}, {'id': 'https://openalex.org/C2989005', 'wikidata': 'https://www.wikidata.org/wiki/Q214963', 'display_name': 'Nuclear medicine', 'level': 1, 'score': 34.2}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 34.2}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 26.3}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 26.3}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 23.7}, {'id': 'https://openalex.org/C2777416452', 'wikidata': 'https://www.wikidata.org/wiki/Q896687', 'display_name': 'Brachytherapy', 'level': 3, 'score': 23.7}, {'id': 'https://openalex.org/C2780192828', 'wikidata': 'https://www.wikidata.org/wiki/Q181257', 'display_name': 'Prostate cancer', 'level': 3, 'score': 23.7}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 21.1}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 87}, {'year': 2022, 'works_count': 0, 'cited_by_count': 143}, {'year': 2021, 'works_count': 0, 'cited_by_count': 130}, {'year': 2020, 'works_count': 0, 'cited_by_count': 136}, {'year': 2019, 'works_count': 0, 'cited_by_count': 111}, {'year': 2018, 'works_count': 0, 'cited_by_count': 152}, {'year': 2017, 'works_count': 0, 'cited_by_count': 132}, {'year': 2016, 'works_count': 1, 'cited_by_count': 152}, {'year': 2015, 'works_count': 0, 'cited_by_count': 139}, {'year': 2014, 'works_count': 1, 'cited_by_count': 148}, {'year': 2013, 'works_count': 0, 'cited_by_count': 121}, {'year': 2012, 'works_count': 3, 'cited_by_count': 132}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5005665875', 'updated_date': '2023-10-02T20:51:34.440474', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5085196499', 'orcid': None, 'display_name': 'Elizabeth Roboz Einstein', 'display_name_alternatives': ['Elizabeth R. Einstein', 'Elizabeth Roboz Einstein', 'E. R. Einstein', 'E. Einstein'], 'relevance_score': 1685.3881, 'works_count': 41, 'cited_by_count': 1472, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 21, 'i10_index': 25}, 'ids': {'openalex': 'https://openalex.org/A5085196499'}, 'last_known_institution': {'id': 'https://openalex.org/I4210141500', 'ror': 'https://ror.org/04g6dp887', 'display_name': 'NeuroCognitive Institute', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141500']}, 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 85.4}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 82.9}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 70.7}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 68.3}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 65.9}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 63.4}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 51.2}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 51.2}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 46.3}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 46.3}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 43.9}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 43.9}, {'id': 'https://openalex.org/C529278444', 'wikidata': 'https://www.wikidata.org/wiki/Q47273', 'display_name': 'Central nervous system', 'level': 2, 'score': 41.5}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 34.1}, {'id': 'https://openalex.org/C2778609137', 'wikidata': 'https://www.wikidata.org/wiki/Q105790271', 'display_name': 'Myelin', 'level': 3, 'score': 31.7}, {'id': 'https://openalex.org/C46141821', 'wikidata': 'https://www.wikidata.org/wiki/Q209402', 'display_name': 'Nuclear magnetic resonance', 'level': 1, 'score': 29.3}, {'id': 'https://openalex.org/C2780640218', 'wikidata': 'https://www.wikidata.org/wiki/Q8277', 'display_name': 'Multiple sclerosis', 'level': 2, 'score': 29.3}, {'id': 'https://openalex.org/C2780876595', 'wikidata': 'https://www.wikidata.org/wiki/Q410974', 'display_name': 'Myelin basic protein', 'level': 4, 'score': 26.8}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 24.4}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 24.4}, {'id': 'https://openalex.org/C181199279', 'wikidata': 'https://www.wikidata.org/wiki/Q8047', 'display_name': 'Enzyme', 'level': 2, 'score': 22.0}, {'id': 'https://openalex.org/C2777899865', 'wikidata': 'https://www.wikidata.org/wiki/Q1634879', 'display_name': 'Encephalomyelitis', 'level': 3, 'score': 22.0}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 3}, {'year': 2022, 'works_count': 0, 'cited_by_count': 2}, {'year': 2021, 'works_count': 0, 'cited_by_count': 7}, {'year': 2020, 'works_count': 0, 'cited_by_count': 2}, {'year': 2019, 'works_count': 0, 'cited_by_count': 1}, {'year': 2018, 'works_count': 0, 'cited_by_count': 8}, {'year': 2017, 'works_count': 0, 'cited_by_count': 3}, {'year': 2016, 'works_count': 0, 'cited_by_count': 3}, {'year': 2015, 'works_count': 0, 'cited_by_count': 1}, {'year': 2014, 'works_count': 0, 'cited_by_count': 3}, {'year': 2013, 'works_count': 0, 'cited_by_count': 6}, {'year': 2012, 'works_count': 0, 'cited_by_count': 1}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5085196499', 'updated_date': '2023-09-22T22:07:28.663635', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5029726949', 'orcid': None, 'display_name': 'A. Einstein', 'display_name_alternatives': ['A. Einstein'], 'relevance_score': 1630.2, 'works_count': 1, 'cited_by_count': 1012, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 1, 'i10_index': 1}, 'ids': {'openalex': 'https://openalex.org/A5029726949'}, 'last_known_institution': None, 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 100.0}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 31}, {'year': 2022, 'works_count': 0, 'cited_by_count': 31}, {'year': 2021, 'works_count': 0, 'cited_by_count': 51}, {'year': 2020, 'works_count': 0, 'cited_by_count': 53}, {'year': 2019, 'works_count': 0, 'cited_by_count': 48}, {'year': 2018, 'works_count': 0, 'cited_by_count': 36}, {'year': 2017, 'works_count': 0, 'cited_by_count': 37}, {'year': 2016, 'works_count': 0, 'cited_by_count': 31}, {'year': 2015, 'works_count': 0, 'cited_by_count': 38}, {'year': 2014, 'works_count': 0, 'cited_by_count': 52}, {'year': 2013, 'works_count': 0, 'cited_by_count': 38}, {'year': 2012, 'works_count': 0, 'cited_by_count': 30}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5029726949', 'updated_date': '2023-10-01T15:56:16.347946', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5019378827', 'orcid': None, 'display_name': 'Emily B. Einstein', 'display_name_alternatives': ['Emily Einstein', 'Emily B. Einstein', 'Emily Brynn Einstein'], 'relevance_score': 1595.6614, 'works_count': 31, 'cited_by_count': 1265, 'summary_stats': {'2yr_mean_citedness': 13.222222222222221, 'h_index': 16, 'i10_index': 19}, 'ids': {'openalex': 'https://openalex.org/A5019378827'}, 'last_known_institution': {'id': 'https://openalex.org/I1327069482', 'ror': 'https://ror.org/00fq5cm18', 'display_name': 'National Institute on Drug Abuse', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I1327069482']}, 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 93.5}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 83.9}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 83.9}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 77.4}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 58.1}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 58.1}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 48.4}, {'id': 'https://openalex.org/C98274493', 'wikidata': 'https://www.wikidata.org/wiki/Q128406', 'display_name': 'Pharmacology', 'level': 1, 'score': 48.4}, {'id': 'https://openalex.org/C170493617', 'wikidata': 'https://www.wikidata.org/wiki/Q208467', 'display_name': 'Receptor', 'level': 2, 'score': 48.4}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 45.2}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 41.9}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 35.5}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 35.5}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 32.3}, {'id': 'https://openalex.org/C542102704', 'wikidata': 'https://www.wikidata.org/wiki/Q183257', 'display_name': 'Psychotherapist', 'level': 1, 'score': 32.3}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 29.0}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 25.8}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 25.8}, {'id': 'https://openalex.org/C194828623', 'wikidata': 'https://www.wikidata.org/wiki/Q2861470', 'display_name': 'Emergency medicine', 'level': 1, 'score': 25.8}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 25.8}, {'id': 'https://openalex.org/C545542383', 'wikidata': 'https://www.wikidata.org/wiki/Q2751242', 'display_name': 'Medical emergency', 'level': 1, 'score': 25.8}, {'id': 'https://openalex.org/C3017944768', 'wikidata': 'https://www.wikidata.org/wiki/Q1450463', 'display_name': 'Poison control', 'level': 2, 'score': 25.8}, {'id': 'https://openalex.org/C159110408', 'wikidata': 'https://www.wikidata.org/wiki/Q121176', 'display_name': 'Nursing', 'level': 1, 'score': 22.6}, {'id': 'https://openalex.org/C2776885963', 'wikidata': 'https://www.wikidata.org/wiki/Q245204', 'display_name': 'Antagonist', 'level': 3, 'score': 22.6}], 'counts_by_year': [{'year': 2023, 'works_count': 4, 'cited_by_count': 482}, {'year': 2022, 'works_count': 7, 'cited_by_count': 410}, {'year': 2021, 'works_count': 7, 'cited_by_count': 243}, {'year': 2020, 'works_count': 2, 'cited_by_count': 159}, {'year': 2019, 'works_count': 1, 'cited_by_count': 117}, {'year': 2018, 'works_count': 1, 'cited_by_count': 38}, {'year': 2017, 'works_count': 0, 'cited_by_count': 31}, {'year': 2016, 'works_count': 0, 'cited_by_count': 31}, {'year': 2015, 'works_count': 0, 'cited_by_count': 32}, {'year': 2014, 'works_count': 1, 'cited_by_count': 38}, {'year': 2013, 'works_count': 3, 'cited_by_count': 28}, {'year': 2012, 'works_count': 0, 'cited_by_count': 20}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5019378827', 'updated_date': '2023-10-01T18:37:33.202575', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5063818955', 'orcid': 'https://orcid.org/0000-0001-8038-6094', 'display_name': 'Danielle A. Einstein', 'display_name_alternatives': ['Danielle Einstein', 'Danielle A. Einstein'], 'relevance_score': 1485.6461, 'works_count': 23, 'cited_by_count': 1115, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 12, 'i10_index': 12}, 'ids': {'openalex': 'https://openalex.org/A5063818955', 'orcid': 'https://orcid.org/0000-0001-8038-6094'}, 'last_known_institution': {'id': 'https://openalex.org/I99043593', 'ror': 'https://ror.org/01sf06y89', 'display_name': 'Macquarie University', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I99043593']}, 'x_concepts': [{'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 82.6}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 82.6}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 69.6}, {'id': 'https://openalex.org/C542102704', 'wikidata': 'https://www.wikidata.org/wiki/Q183257', 'display_name': 'Psychotherapist', 'level': 1, 'score': 65.2}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 47.8}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 47.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 43.5}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 39.1}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 39.1}, {'id': 'https://openalex.org/C558461103', 'wikidata': 'https://www.wikidata.org/wiki/Q154430', 'display_name': 'Anxiety', 'level': 2, 'score': 39.1}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 34.8}, {'id': 'https://openalex.org/C8193761', 'wikidata': 'https://www.wikidata.org/wiki/Q136783', 'display_name': 'Magical thinking', 'level': 3, 'score': 30.4}, {'id': 'https://openalex.org/C27206212', 'wikidata': 'https://www.wikidata.org/wiki/Q34178', 'display_name': 'Theology', 'level': 1, 'score': 30.4}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 30.4}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 30.4}, {'id': 'https://openalex.org/C204787440', 'wikidata': 'https://www.wikidata.org/wiki/Q188504', 'display_name': 'Alternative medicine', 'level': 2, 'score': 30.4}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 26.1}, {'id': 'https://openalex.org/C138496976', 'wikidata': 'https://www.wikidata.org/wiki/Q175002', 'display_name': 'Developmental psychology', 'level': 1, 'score': 26.1}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 26.1}, {'id': 'https://openalex.org/C169900460', 'wikidata': 'https://www.wikidata.org/wiki/Q2200417', 'display_name': 'Cognition', 'level': 2, 'score': 26.1}, {'id': 'https://openalex.org/C170477896', 'wikidata': 'https://www.wikidata.org/wiki/Q17039022', 'display_name': 'Ideation', 'level': 2, 'score': 26.1}, {'id': 'https://openalex.org/C188147891', 'wikidata': 'https://www.wikidata.org/wiki/Q147638', 'display_name': 'Cognitive science', 'level': 1, 'score': 26.1}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 26.1}, {'id': 'https://openalex.org/C3017582312', 'wikidata': 'https://www.wikidata.org/wiki/Q178190', 'display_name': 'Obsessive compulsive', 'level': 2, 'score': 26.1}], 'counts_by_year': [{'year': 2023, 'works_count': 1, 'cited_by_count': 148}, {'year': 2022, 'works_count': 2, 'cited_by_count': 169}, {'year': 2021, 'works_count': 0, 'cited_by_count': 115}, {'year': 2020, 'works_count': 0, 'cited_by_count': 85}, {'year': 2019, 'works_count': 1, 'cited_by_count': 48}, {'year': 2018, 'works_count': 1, 'cited_by_count': 34}, {'year': 2017, 'works_count': 0, 'cited_by_count': 41}, {'year': 2016, 'works_count': 1, 'cited_by_count': 51}, {'year': 2015, 'works_count': 0, 'cited_by_count': 39}, {'year': 2014, 'works_count': 1, 'cited_by_count': 97}, {'year': 2013, 'works_count': 0, 'cited_by_count': 65}, {'year': 2012, 'works_count': 1, 'cited_by_count': 59}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5063818955', 'updated_date': '2023-10-03T19:35:29.435332', 'created_date': '2023-07-21'}, {'id': 'https://openalex.org/A5009908799', 'orcid': None, 'display_name': 'J.R. Einstein', 'display_name_alternatives': ['J.ralph Einstein', 'Jenifer Einstein', 'J. Ralph Einstein', '. J Einstein', 'J. R. Einstein', 'J. Einstein'], 'relevance_score': 1377.808, 'works_count': 56, 'cited_by_count': 677, 'summary_stats': {'2yr_mean_citedness': 4.0, 'h_index': 16, 'i10_index': 22}, 'ids': {'openalex': 'https://openalex.org/A5009908799'}, 'last_known_institution': {'id': 'https://openalex.org/I223532165', 'ror': 'https://ror.org/03r0ha626', 'display_name': 'University of Utah', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I223532165', 'https://openalex.org/I2801365484']}, 'x_concepts': [{'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 69.6}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 58.9}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 58.9}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 42.9}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 41.1}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 37.5}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 35.7}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 35.7}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 35.7}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 28.6}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 28.6}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 25.0}, {'id': 'https://openalex.org/C8010536', 'wikidata': 'https://www.wikidata.org/wiki/Q160398', 'display_name': 'Crystallography', 'level': 1, 'score': 23.2}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 23.2}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 21.4}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 21}, {'year': 2022, 'works_count': 0, 'cited_by_count': 11}, {'year': 2021, 'works_count': 1, 'cited_by_count': 21}, {'year': 2020, 'works_count': 0, 'cited_by_count': 15}, {'year': 2019, 'works_count': 0, 'cited_by_count': 6}, {'year': 2018, 'works_count': 0, 'cited_by_count': 8}, {'year': 2017, 'works_count': 0, 'cited_by_count': 7}, {'year': 2016, 'works_count': 1, 'cited_by_count': 7}, {'year': 2015, 'works_count': 0, 'cited_by_count': 18}, {'year': 2014, 'works_count': 0, 'cited_by_count': 16}, {'year': 2013, 'works_count': 1, 'cited_by_count': 18}, {'year': 2012, 'works_count': 0, 'cited_by_count': 10}], 'works_api_url': 'https://api.openalex.org/works?filter=author.id:A5009908799', 'updated_date': '2023-09-22T02:12:24.473921', 'created_date': '2023-07-21'}]
Works().search_filter(title="cubist").get()
[{'id': 'https://openalex.org/W2155733134', 'doi': 'https://doi.org/10.1111/j.2044-8295.1990.tb02374.x', 'title': 'Complexity and prototypicality as determinants of the appraisal of cubist paintings', 'display_name': 'Complexity and prototypicality as determinants of the appraisal of cubist paintings', 'relevance_score': 504.7889, 'publication_year': 1990, 'publication_date': '1990-11-01', 'ids': {'openalex': 'https://openalex.org/W2155733134', 'doi': 'https://doi.org/10.1111/j.2044-8295.1990.tb02374.x', 'mag': '2155733134'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/j.2044-8295.1990.tb02374.x', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S179213746', 'display_name': 'British Journal of Psychology', 'issn_l': '0007-1269', 'issn': ['0007-1269', '2044-8295'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5025483765', 'display_name': 'Paul Hekkert', 'orcid': None}, 'institutions': [], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'P. Hekkert', 'raw_affiliation_string': 'Human Movement Sciences, Department of Psychology, Free University, Van der Boechorststraat 9, 1081 BT Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Human Movement Sciences, Department of Psychology, Free University, Van der Boechorststraat 9, 1081 BT Amsterdam, The Netherlands']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5000602801', 'display_name': 'P.C.W. van Wieringen', 'orcid': None}, 'institutions': [], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'P. C. W. van Wieringen', 'raw_affiliation_string': 'Human Movement Sciences, Department of Psychology, Free University, Van der Boechorststraat 9, 1081 BT Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Human Movement Sciences, Department of Psychology, Free University, Van der Boechorststraat 9, 1081 BT Amsterdam, The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3760, 'currency': 'USD', 'value_usd': 3760, 'provenance': 'doaj'}, 'apc_paid': {'value': 3760, 'currency': 'USD', 'value_usd': 3760, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 120, 'biblio': {'volume': '81', 'issue': '4', 'first_page': '483', 'last_page': '495'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.83329904}, {'id': 'https://openalex.org/C205783811', 'wikidata': 'https://www.wikidata.org/wiki/Q11629', 'display_name': 'Painting', 'level': 2, 'score': 0.59259313}, {'id': 'https://openalex.org/C180747234', 'wikidata': 'https://www.wikidata.org/wiki/Q23373', 'display_name': 'Cognitive psychology', 'level': 1, 'score': 0.40956578}, {'id': 'https://openalex.org/C188147891', 'wikidata': 'https://www.wikidata.org/wiki/Q147638', 'display_name': 'Cognitive science', 'level': 1, 'score': 0.3320902}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.3283435}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.08481714}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.049288243}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/j.2044-8295.1990.tb02374.x', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S179213746', 'display_name': 'British Journal of Psychology', 'issn_l': '0007-1269', 'issn': ['0007-1269', '2044-8295'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.19}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1975430480', 'https://openalex.org/W1988185375', 'https://openalex.org/W2008138827', 'https://openalex.org/W2067443318', 'https://openalex.org/W2079527160', 'https://openalex.org/W2110468609', 'https://openalex.org/W2166481065', 'https://openalex.org/W2748952813', 'https://openalex.org/W2809777561', 'https://openalex.org/W2899084033'], 'ngrams_url': 'https://api.openalex.org/works/W2155733134/ngrams', 'abstract_inverted_index': {'In': [0], 'this': [1, 123], 'experiment': [2], 'inexperienced': [3], 'observers': [4], '(N': [5], '=': [6], '22)': [7], 'scored': [8], '40': [9], 'black-and-white': [10], 'slides': [11, 38, 59, 100], 'of': [12, 18, 25, 44, 86, 95, 122], 'cubist': [13], 'paintings': [14], 'on': [15], 'a': [16, 103, 114], 'number': [17], 'seven-point': [19], 'rating': [20], 'scales.': [21], 'On': [22], 'the': [23, 26, 33, 57, 81, 87, 93, 98], 'basis': [24], 'time': [27], 'it': [28], 'took': [29], 'subjects': [30], 'to': [31, 109, 118], 'identify': [32], 'depicted': [34], 'human': [35], 'figure,': [36], 'these': [37, 73], 'were': [39], 'divided': [40], 'into': [41], 'three': [42], 'subgroups': [43], 'Low': [45], 'Categorizability': [46, 49, 53], '(LC),': [47], 'Intermediate': [48], '(IC)': [50], 'and': [51], 'High': [52], '(HC),': [54], 'respectively.': [55], 'For': [56, 97], 'LC': [58], '‘beauty’': [60, 101], 'scores': [61], 'revealed': [62], 'an': [63], 'inverted': [64, 106], 'U-shaped': [65, 107], 'relation': [66, 71, 108, 117], 'with': [67, 92], '‘complexity’.': [68], 'No': [69], 'significant': [70, 115], 'between': [72], 'two': [74], 'variables': [75], 'could': [76], 'be': [77], 'demonstrated,': [78], 'however,': [79], 'for': [80, 132, 138], 'HC': [82], 'slides.': [83], '‘Beauty’': [84], 'ratings': [85], 'latter': [88], 'stimuli': [89], 'increased': [90], 'linearly': [91], 'degree': [94], 'prototypicality.': [96], 'IC': [99], 'showed': [102], '(nearly': [104], 'significant)': [105], '‘complexity’,': [110], 'as': [111, 113], 'well': [112], 'linear': [116], '‘prototypicality’.': [119], 'The': [120], 'results': [121], 'study': [124], 'suggest': [125], 'that,': [126], 'whereas': [127], '‘complexity’': [128], 'determines': [129, 136], 'aesthetic': [130], 'preference': [131, 137], 'abstract': [133], 'paintings,': [134], '‘prototypicality’': [135], 'representational': [139], 'works.': [140]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2155733134', 'counts_by_year': [{'year': 2022, 'cited_by_count': 6}, {'year': 2021, 'cited_by_count': 4}, {'year': 2020, 'cited_by_count': 6}, {'year': 2019, 'cited_by_count': 7}, {'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 6}, {'year': 2016, 'cited_by_count': 4}, {'year': 2015, 'cited_by_count': 3}, {'year': 2014, 'cited_by_count': 15}, {'year': 2013, 'cited_by_count': 8}, {'year': 2012, 'cited_by_count': 8}], 'updated_date': '2023-09-25T10:32:10.284843', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1931972414', 'doi': 'https://doi.org/10.1109/iccv.1998.710781', 'title': 'A cubist approach to object recognition', 'display_name': 'A cubist approach to object recognition', 'relevance_score': 460.3646, 'publication_year': 2002, 'publication_date': '2002-11-27', 'ids': {'openalex': 'https://openalex.org/W1931972414', 'doi': 'https://doi.org/10.1109/iccv.1998.710781', 'mag': '1931972414'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/iccv.1998.710781', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'proceedings-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079714611', 'display_name': 'Randal C. Nelson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5388228', 'display_name': 'University of Rochester', 'ror': 'https://ror.org/022kthw22', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I5388228']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R.C. Nelson', 'raw_affiliation_string': 'Dept. of Comput. Sci., Rochester Univ., NY, USA#TAB#', 'raw_affiliation_strings': ['Dept. of Comput. Sci., Rochester Univ., NY, USA#TAB#']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5027177200', 'display_name': 'Andrea Selinger', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Selinger', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 76, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.7495134}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.51483005}, {'id': 'https://openalex.org/C2781238097', 'wikidata': 'https://www.wikidata.org/wiki/Q175026', 'display_name': 'Object (grammar)', 'level': 2, 'score': 0.50855196}, {'id': 'https://openalex.org/C64876066', 'wikidata': 'https://www.wikidata.org/wiki/Q5141226', 'display_name': 'Cognitive neuroscience of visual object recognition', 'level': 3, 'score': 0.45944205}, {'id': 'https://openalex.org/C31972630', 'wikidata': 'https://www.wikidata.org/wiki/Q844240', 'display_name': 'Computer vision', 'level': 1, 'score': 0.41196033}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/iccv.1998.710781', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.34}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.14}], 'grants': [], 'referenced_works_count': 9, 'referenced_works': ['https://openalex.org/W2053197265', 'https://openalex.org/W2100871152', 'https://openalex.org/W2111371393', 'https://openalex.org/W2113341759', 'https://openalex.org/W2113949814', 'https://openalex.org/W2131806657', 'https://openalex.org/W2154204736', 'https://openalex.org/W2157418942', 'https://openalex.org/W2157837724'], 'related_works': ['https://openalex.org/W1528044252', 'https://openalex.org/W1531683208', 'https://openalex.org/W2200925278', 'https://openalex.org/W2328068029', 'https://openalex.org/W2330829846', 'https://openalex.org/W2350353705', 'https://openalex.org/W2360875750', 'https://openalex.org/W2363840281', 'https://openalex.org/W2372904789', 'https://openalex.org/W2550724394'], 'ngrams_url': 'https://api.openalex.org/works/W1931972414/ngrams', 'abstract_inverted_index': {'We': [0, 82], 'describe': [1], 'an': [2, 53], 'appearance-based': [3], 'object': [4], 'recognition': [5, 60], 'system': [6, 57, 126], 'using': [7], 'a': [8, 41, 47, 62], 'keyed,': [9], 'multi-level': [10], 'contest': [11, 50], 'representation': [12], 'reminiscent': [13], 'of': [14, 17, 61, 64, 86, 101, 109, 119, 152], 'certain': [15], 'aspects': [16], 'cubist': [18], 'art.': [19], 'Specifically,': [20], 'we': [21, 141], 'utilize': [22], 'distinctive': [23], 'intermediate-level': [24], 'features': [25], 'in': [26, 103, 106, 146], 'this': [27], 'case': [28], 'automatically': [29], 'extracted': [30], '2-D': [31], 'boundary': [32], 'fragments,': [33], 'as': [34], 'keys,': [35], 'which': [36], 'are': [37, 143], 'then': [38], 'verified': [39], 'within': [40, 46], 'local': [42], 'contest,': [43], 'and': [44, 71, 76, 113, 115, 157], 'assembled': [45], 'loose': [48], 'global': [49], 'to': [51, 74], 'evoke': [52], 'overall': [54], 'percept.': [55], 'This': [56], 'demonstrates': [58], 'good': [59], 'variety': [63], '3-D': [65], 'shapes,': [66], 'ranging': [67], 'from': [68], 'sports': [69], 'cars': [70], 'fighter': [72], 'planes': [73], 'snakes': [75], 'lizards': [77], 'with': [78, 98, 155], 'full': [79], 'orthographic': [80], 'invariance.': [81], 'report': [83, 142], 'the': [84, 104, 107, 117, 125, 139, 144, 147], 'results': [85, 118, 140], 'large-scale': [87], 'tests,': [88], 'involving': [89], 'over': [90], '2000': [91], 'separate': [92], 'test': [93], 'images,': [94], 'that': [95], 'evaluate': [96], 'performance': [97], 'increasing': [99], 'number': [100], 'items': [102], 'database,': [105], 'presence': [108], 'clutter,': [110], 'background': [111], 'change,': [112], 'occlusion,': [114], 'also': [116], 'some': [120], 'generic': [121], 'classification': [122], 'experiments': [123], 'where': [124], 'is': [127], 'tested': [128], 'on': [129], 'objects': [130], 'never': [131], 'previously': [132], 'seen': [133], 'or': [134], 'modeled.': [135], 'To': [136], 'our': [137], 'knowledge,': [138], 'best': [145], 'literature': [148], 'for': [149], 'full-sphere': [150], 'tests': [151], 'general': [153], 'shapes': [154], 'occlusion': [156], 'clutter': [158], 'resistance.': [159]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1931972414', 'counts_by_year': [{'year': 2020, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 4}, {'year': 2012, 'cited_by_count': 5}], 'updated_date': '2023-09-25T01:25:08.914391', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2935714482', 'doi': 'https://doi.org/10.3390/app9081621', 'title': 'Random Forests and Cubist Algorithms for Predicting Shear Strengths of Rockfill Materials', 'display_name': 'Random Forests and Cubist Algorithms for Predicting Shear Strengths of Rockfill Materials', 'relevance_score': 454.08325, 'publication_year': 2019, 'publication_date': '2019-04-18', 'ids': {'openalex': 'https://openalex.org/W2935714482', 'doi': 'https://doi.org/10.3390/app9081621', 'mag': '2935714482'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3390/app9081621', 'pdf_url': 'https://www.mdpi.com/2076-3417/9/8/1621/pdf?version=1555591500', 'source': {'id': 'https://openalex.org/S4210205812', 'display_name': 'Applied sciences', 'issn_l': '2076-3417', 'issn': ['2076-3417'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310310987', 'host_organization_name': 'Multidisciplinary Digital Publishing Institute', 'host_organization_lineage': ['https://openalex.org/P4310310987'], 'host_organization_lineage_names': ['Multidisciplinary Digital Publishing Institute'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.mdpi.com/2076-3417/9/8/1621/pdf?version=1555591500', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5024434626', 'display_name': 'Jian Zhou', 'orcid': 'https://orcid.org/0000-0003-4769-4487'}, 'institutions': [{'id': 'https://openalex.org/I139660479', 'display_name': 'Central South University', 'ror': 'https://ror.org/00f1zfq44', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I139660479']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jian Zhou', 'raw_affiliation_string': 'Postdoctoral Scientific Research Workstation, Shenzhen Zhongjin Lingnan Nonfemet Co., Ltd., Shenzhen 518042, China; School of Resources and Safety Engineering, Central South University, Changsha 410083, China', 'raw_affiliation_strings': ['Postdoctoral Scientific Research Workstation, Shenzhen Zhongjin Lingnan Nonfemet Co., Ltd., Shenzhen 518042, China', 'School of Resources and Safety Engineering, Central South University, Changsha 410083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055027550', 'display_name': 'Enming Li', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I139660479', 'display_name': 'Central South University', 'ror': 'https://ror.org/00f1zfq44', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I139660479']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Enming Li', 'raw_affiliation_string': 'School of Resources and Safety Engineering, Central South University, Changsha 410083, China', 'raw_affiliation_strings': ['School of Resources and Safety Engineering, Central South University, Changsha 410083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014897037', 'display_name': 'Haixia Wei', 'orcid': 'https://orcid.org/0000-0001-5378-2198'}, 'institutions': [{'id': 'https://openalex.org/I139660479', 'display_name': 'Central South University', 'ror': 'https://ror.org/00f1zfq44', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I139660479']}, {'id': 'https://openalex.org/I4210166499', 'display_name': 'Henan Polytechnic University', 'ror': 'https://ror.org/05vr1c885', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210166499']}], 'countries': ['CN'], 'is_corresponding': True, 'raw_author_name': 'Haixia Wei', 'raw_affiliation_string': 'School of Civil Engineering, Henan Polytechnic University, Jiaozuo 454000, China; School of Resources and Safety Engineering, Central South University, Changsha 410083, China', 'raw_affiliation_strings': ['School of Civil Engineering, Henan Polytechnic University, Jiaozuo 454000, China', 'School of Resources and Safety Engineering, Central South University, Changsha 410083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041698589', 'display_name': 'Chuanqi Li', 'orcid': 'https://orcid.org/0009-0009-8718-5899'}, 'institutions': [{'id': 'https://openalex.org/I139660479', 'display_name': 'Central South University', 'ror': 'https://ror.org/00f1zfq44', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I139660479']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chuanqi Li', 'raw_affiliation_string': 'School of Resources and Safety Engineering, Central South University, Changsha 410083, China', 'raw_affiliation_strings': ['School of Resources and Safety Engineering, Central South University, Changsha 410083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053621985', 'display_name': 'Qiuqiu Qiao', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I139660479', 'display_name': 'Central South University', 'ror': 'https://ror.org/00f1zfq44', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I139660479']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qiuqiu Qiao', 'raw_affiliation_string': 'School of Resources and Safety Engineering, Central South University, Changsha 410083, China', 'raw_affiliation_strings': ['School of Resources and Safety Engineering, Central South University, Changsha 410083, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5001490863', 'display_name': 'Danial Jahed Armaghani', 'orcid': 'https://orcid.org/0000-0001-8171-6403'}, 'institutions': [{'id': 'https://openalex.org/I170238339', 'display_name': 'Duy Tan University', 'ror': 'https://ror.org/05ezss144', 'country_code': 'VN', 'type': 'education', 'lineage': ['https://openalex.org/I170238339']}], 'countries': ['VN'], 'is_corresponding': False, 'raw_author_name': 'Danial Jahed Armaghani', 'raw_affiliation_string': 'Institute of Research and Development, Duy Tan University, Da Nang 550000, Vietnam', 'raw_affiliation_strings': ['Institute of Research and Development, Duy Tan University, Da Nang 550000, Vietnam']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5014897037'], 'corresponding_institution_ids': ['https://openalex.org/I139660479', 'https://openalex.org/I4210166499'], 'apc_list': {'value': 2300, 'currency': 'CHF', 'value_usd': 2490, 'provenance': 'doaj'}, 'apc_paid': {'value': 2300, 'currency': 'CHF', 'value_usd': 2490, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 132, 'biblio': {'volume': '9', 'issue': '8', 'first_page': '1621', 'last_page': '1621'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C139945424', 'wikidata': 'https://www.wikidata.org/wiki/Q1940696', 'display_name': 'Mean squared error', 'level': 2, 'score': 0.78561115}, {'id': 'https://openalex.org/C29314403', 'wikidata': 'https://www.wikidata.org/wiki/Q15637103', 'display_name': 'Gradation', 'level': 2, 'score': 0.7667035}, {'id': 'https://openalex.org/C128990827', 'wikidata': 'https://www.wikidata.org/wiki/Q192830', 'display_name': 'Coefficient of determination', 'level': 2, 'score': 0.5237829}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.5214298}, {'id': 'https://openalex.org/C169258074', 'wikidata': 'https://www.wikidata.org/wiki/Q245748', 'display_name': 'Random forest', 'level': 2, 'score': 0.43941116}, {'id': 'https://openalex.org/C187320778', 'wikidata': 'https://www.wikidata.org/wiki/Q1349130', 'display_name': 'Geotechnical engineering', 'level': 1, 'score': 0.43653384}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.43397585}, {'id': 'https://openalex.org/C127893833', 'wikidata': 'https://www.wikidata.org/wiki/Q7492185', 'display_name': 'Shear strength (soil)', 'level': 3, 'score': 0.41516605}, {'id': 'https://openalex.org/C45804977', 'wikidata': 'https://www.wikidata.org/wiki/Q7239673', 'display_name': 'Predictive modelling', 'level': 2, 'score': 0.41470116}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.39380226}, {'id': 'https://openalex.org/C159390177', 'wikidata': 'https://www.wikidata.org/wiki/Q9161265', 'display_name': 'Soil science', 'level': 1, 'score': 0.3352533}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.26905432}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.2660913}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.2545287}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.2068654}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.19476}, {'id': 'https://openalex.org/C159750122', 'wikidata': 'https://www.wikidata.org/wiki/Q96621023', 'display_name': 'Soil water', 'level': 2, 'score': 0.06097424}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3390/app9081621', 'pdf_url': 'https://www.mdpi.com/2076-3417/9/8/1621/pdf?version=1555591500', 'source': {'id': 'https://openalex.org/S4210205812', 'display_name': 'Applied sciences', 'issn_l': '2076-3417', 'issn': ['2076-3417'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310310987', 'host_organization_name': 'Multidisciplinary Digital Publishing Institute', 'host_organization_lineage': ['https://openalex.org/P4310310987'], 'host_organization_lineage_names': ['Multidisciplinary Digital Publishing Institute'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3390/app9081621', 'pdf_url': 'https://www.mdpi.com/2076-3417/9/8/1621/pdf?version=1555591500', 'source': {'id': 'https://openalex.org/S4210205812', 'display_name': 'Applied sciences', 'issn_l': '2076-3417', 'issn': ['2076-3417'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310310987', 'host_organization_name': 'Multidisciplinary Digital Publishing Institute', 'host_organization_lineage': ['https://openalex.org/P4310310987'], 'host_organization_lineage_names': ['Multidisciplinary Digital Publishing Institute'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.67}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.1}], 'grants': [], 'referenced_works_count': 45, 'referenced_works': ['https://openalex.org/W581820307', 'https://openalex.org/W1574370010', 'https://openalex.org/W1831050183', 'https://openalex.org/W1884309538', 'https://openalex.org/W1971891346', 'https://openalex.org/W1975538975', 'https://openalex.org/W1990361609', 'https://openalex.org/W1993371520', 'https://openalex.org/W1996020380', 'https://openalex.org/W2008448036', 'https://openalex.org/W2014337736', 'https://openalex.org/W2014712798', 'https://openalex.org/W2016596569', 'https://openalex.org/W2048200489', 'https://openalex.org/W2068203749', 'https://openalex.org/W2081542378', 'https://openalex.org/W2118112014', 'https://openalex.org/W2136268613', 'https://openalex.org/W2142236379', 'https://openalex.org/W2156429404', 'https://openalex.org/W2158143121', 'https://openalex.org/W2179823001', 'https://openalex.org/W2223110200', 'https://openalex.org/W2311053017', 'https://openalex.org/W2427322446', 'https://openalex.org/W2544251039', 'https://openalex.org/W2551200462', 'https://openalex.org/W2566569046', 'https://openalex.org/W2609881461', 'https://openalex.org/W2740849855', 'https://openalex.org/W2754624345', 'https://openalex.org/W2791778019', 'https://openalex.org/W2792363315', 'https://openalex.org/W2807213788', 'https://openalex.org/W2810889174', 'https://openalex.org/W2885836353', 'https://openalex.org/W2890756131', 'https://openalex.org/W2895301170', 'https://openalex.org/W2907556463', 'https://openalex.org/W2911964244', 'https://openalex.org/W2915329514', 'https://openalex.org/W2920848573', 'https://openalex.org/W2921619167', 'https://openalex.org/W2921910374', 'https://openalex.org/W2928067683'], 'related_works': ['https://openalex.org/W2108170078', 'https://openalex.org/W2935714482', 'https://openalex.org/W2962902143', 'https://openalex.org/W3209879394', 'https://openalex.org/W4200451116', 'https://openalex.org/W4293203128', 'https://openalex.org/W4309047726', 'https://openalex.org/W4313361525', 'https://openalex.org/W4324044519', 'https://openalex.org/W4377023836'], 'ngrams_url': 'https://api.openalex.org/works/W2935714482/ngrams', 'abstract_inverted_index': {'The': [0, 147, 221, 250], 'shear': [1, 39, 240, 272, 287], 'strength': [2, 40, 241, 288], 'of': [3, 17, 28, 64, 100, 114, 138, 144, 238, 242, 268, 274, 289], 'rockfill': [4, 66, 88, 290], 'materials': [5], '(RFM)': [6], 'is': [7], 'an': [8], 'important': [9], 'engineering': [10], 'parameter': [11], 'in': [12, 141, 284], 'the': [13, 23, 38, 42, 81, 94, 101, 107, 123, 136, 142, 145, 151, 155, 172, 186, 204, 225, 239, 261, 265, 271, 286], 'design': [14], 'and': [15, 26, 31, 52, 55, 74, 79, 98, 117, 125, 166, 183, 199, 203, 217, 227, 246, 270], 'audit': [16], 'geotechnical': [18], 'structures.': [19], 'In': [20], 'this': [21, 60], 'paper,': [22], 'predictive': [24, 236], 'reliability': [25], 'feasibility': [27], 'random': [29, 173, 228], 'forests': [30, 174, 229], 'Cubist': [32, 152, 226, 251], 'models': [33, 102, 230], 'were': [34, 90], 'analyzed': [35], 'by': [36, 171], 'estimating': [37, 285], 'from': [41], 'relative': [43], 'density,': [44], 'particle': [45], 'size,': [46], 'distribution': [47], '(gradation),': [48], 'material': [49, 85], 'hardness,': [50], 'gradation': [51], 'fineness': [53], 'modulus,': [54], 'confining': [56], '(normal)': [57], 'stress.': [58], 'For': [59], 'purpose,': [61], 'case': [62], 'studies': [63], '165': [65], 'samples': [67], 'have': [68, 103], 'been': [69, 104], 'applied': [70], 'to': [71, 77, 92, 134, 233, 255, 276], 'generate': [72, 234], 'training': [73], 'testing': [75], 'datasets': [76], 'construct': [78], 'validate': [80], 'models.': [82, 96, 249], 'Thirteen': [83], 'key': [84], 'properties': [86, 267], 'for': [87, 259], 'characterization': [89], 'selected': [91], 'develop': [93], 'proposed': [95], 'Validation': [97], 'comparison': [99], 'performed': [105], 'using': [106], 'root': [108], 'mean': [109, 118], 'square': [110], 'error': [111, 120], '(RMSE),': [112], 'coefficient': [113], 'determination': [115], '(R2),': [116], 'estimation': [119], '(MAE)': [121], 'between': [122, 264], 'measured': [124], 'estimated': [126], 'values.': [127], 'A': [128], 'sensitivity': [129], 'analysis': [130], 'was': [131, 253], 'also': [132], 'conducted': [133], 'ascertain': [135], 'importance': [137], 'various': [139], 'inputs': [140], 'prediction': [143, 157], 'output.': [146], 'results': [148, 222, 237], 'demonstrated': [149], 'that': [150, 224], 'model': [153, 175, 191, 252], 'has': [154], 'highest': [156], 'performance': [158], 'with': [159, 176, 192, 210], '(RMSE': [160, 177, 193, 211], '=': [161, 164, 168, 178, 181, 194, 197, 201, 212, 215, 219], '0.0959,': [162], 'R2': [163, 180, 196, 214], '0.9697': [165], 'MAE': [167, 200, 218], '0.0671),': [169], 'followed': [170], '0.1133,': [179], '0.9548': [182], 'MAE=': [184], '0.0665),': [185], 'artificial': [187], 'neural': [188], 'network': [189], '(ANN)': [190], '0.1320,': [195], '0.9386': [198], '0.0841),': [202], 'conventional': [205, 247], 'multiple': [206], 'linear': [207], 'regression': [208, 248], 'technique': [209], '0.1361,': [213], '0.9345': [216], '0.0888).': [220], 'indicated': [223], 'are': [231], 'able': [232], 'better': [235], 'RFM': [243, 269, 275], 'than': [244], 'ANN': [245], 'considered': [254], 'be': [256, 281], 'more': [257], 'promising': [258], 'interpreting': [260], 'complex': [262], 'relationships': [263], 'influential': [266], 'strengths': [273], 'some': [277], 'extent,': [278], 'which': [279], 'can': [280], 'extremely': [282], 'helpful': [283], 'materials.': [291]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2935714482', 'counts_by_year': [{'year': 2023, 'cited_by_count': 28}, {'year': 2022, 'cited_by_count': 36}, {'year': 2021, 'cited_by_count': 35}, {'year': 2020, 'cited_by_count': 25}, {'year': 2019, 'cited_by_count': 8}], 'updated_date': '2023-09-30T15:35:08.451716', 'created_date': '2019-04-25'}, {'id': 'https://openalex.org/W2771841295', 'doi': 'https://doi.org/10.1016/j.isprsjprs.2017.10.004', 'title': 'A hybrid training approach for leaf area index estimation via Cubist and random forests machine-learning', 'display_name': 'A hybrid training approach for leaf area index estimation via Cubist and random forests machine-learning', 'relevance_score': 447.10834, 'publication_year': 2018, 'publication_date': '2018-01-01', 'ids': {'openalex': 'https://openalex.org/W2771841295', 'doi': 'https://doi.org/10.1016/j.isprsjprs.2017.10.004', 'mag': '2771841295'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.isprsjprs.2017.10.004', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S173339282', 'display_name': 'Isprs Journal of Photogrammetry and Remote Sensing', 'issn_l': '0924-2716', 'issn': ['0924-2716', '1872-8235'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5012845214', 'display_name': 'Rasmus Houborg', 'orcid': 'https://orcid.org/0000-0002-3604-0747'}, 'institutions': [{'id': 'https://openalex.org/I177156846', 'display_name': 'South Dakota State University', 'ror': 'https://ror.org/015jmes13', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I177156846']}, {'id': 'https://openalex.org/I71920554', 'display_name': 'King Abdullah University of Science and Technology', 'ror': 'https://ror.org/01q3tbs38', 'country_code': 'SA', 'type': 'education', 'lineage': ['https://openalex.org/I71920554']}], 'countries': ['SA', 'US'], 'is_corresponding': True, 'raw_author_name': 'Rasmus Houborg', 'raw_affiliation_string': 'Geospatial Sciences Center of Excellence, South Dakota State University, Brookings, SD 57007-3510, USA; King Abdullah University of Science and Technology (KAUST), Water Desalination and Reuse Center (WDRC), Biological and Environmental Science & Engineering (BESE), Thuwal, Saudi Arabia', 'raw_affiliation_strings': ['Geospatial Sciences Center of Excellence, South Dakota State University, Brookings, SD 57007-3510, USA', 'King Abdullah University of Science and Technology (KAUST), Water Desalination and Reuse Center (WDRC), Biological and Environmental Science & Engineering (BESE), Thuwal, Saudi Arabia']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5012845214'], 'corresponding_institution_ids': ['https://openalex.org/I177156846', 'https://openalex.org/I71920554'], 'apc_list': {'value': 3310, 'currency': 'USD', 'value_usd': 3310, 'provenance': 'doaj'}, 'apc_paid': {'value': 3310, 'currency': 'USD', 'value_usd': 3310, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 147, 'biblio': {'volume': '135', 'issue': None, 'first_page': '173', 'last_page': '188'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C169258074', 'wikidata': 'https://www.wikidata.org/wiki/Q245748', 'display_name': 'Random forest', 'level': 2, 'score': 0.84059393}, {'id': 'https://openalex.org/C2777211547', 'wikidata': 'https://www.wikidata.org/wiki/Q17141490', 'display_name': 'Training (meteorology)', 'level': 2, 'score': 0.70615876}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6261786}, {'id': 'https://openalex.org/C2777382242', 'wikidata': 'https://www.wikidata.org/wiki/Q6017816', 'display_name': 'Index (typography)', 'level': 2, 'score': 0.61726075}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.5816171}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.51497704}, {'id': 'https://openalex.org/C96250715', 'wikidata': 'https://www.wikidata.org/wiki/Q965330', 'display_name': 'Estimation', 'level': 2, 'score': 0.4600077}, {'id': 'https://openalex.org/C51632099', 'wikidata': 'https://www.wikidata.org/wiki/Q3985153', 'display_name': 'Training set', 'level': 2, 'score': 0.43754324}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.15532565}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.14894834}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.05090937}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.042820215}, {'id': 'https://openalex.org/C201995342', 'wikidata': 'https://www.wikidata.org/wiki/Q682496', 'display_name': 'Systems engineering', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.isprsjprs.2017.10.004', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S173339282', 'display_name': 'Isprs Journal of Photogrammetry and Remote Sensing', 'issn_l': '0924-2716', 'issn': ['0924-2716', '1872-8235'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.69}], 'grants': [{'funder': 'https://openalex.org/F4320322320', 'funder_display_name': 'King Abdullah University of Science and Technology', 'award_id': None}], 'referenced_works_count': 117, 'referenced_works': ['https://openalex.org/W221493477', 'https://openalex.org/W248389711', 'https://openalex.org/W633320881', 'https://openalex.org/W1533073574', 'https://openalex.org/W1591032703', 'https://openalex.org/W1754365911', 'https://openalex.org/W1833977909', 'https://openalex.org/W1964217023', 'https://openalex.org/W1966123034', 'https://openalex.org/W1967395374', 'https://openalex.org/W1967663443', 'https://openalex.org/W1967720470', 'https://openalex.org/W1973273412', 'https://openalex.org/W1973410094', 'https://openalex.org/W1974635621', 'https://openalex.org/W1976144991', 'https://openalex.org/W1978160572', 'https://openalex.org/W1978617972', 'https://openalex.org/W1978642993', 'https://openalex.org/W1979539465', 'https://openalex.org/W1979649479', 'https://openalex.org/W1986812364', 'https://openalex.org/W1987415163', 'https://openalex.org/W1990653740', 'https://openalex.org/W1991651418', 'https://openalex.org/W1994378716', 'https://openalex.org/W1998842586', 'https://openalex.org/W1999051604', 'https://openalex.org/W2001731209', 'https://openalex.org/W2004520553', 'https://openalex.org/W2007342648', 'https://openalex.org/W2007650489', 'https://openalex.org/W2012686349', 'https://openalex.org/W2018627383', 'https://openalex.org/W2018774679', 'https://openalex.org/W2020677872', 'https://openalex.org/W2030078894', 'https://openalex.org/W2033996972', 'https://openalex.org/W2042978621', 'https://openalex.org/W2043142216', 'https://openalex.org/W2043673805', 'https://openalex.org/W2049842380', 'https://openalex.org/W2056251274', 'https://openalex.org/W2056352756', 'https://openalex.org/W2056435747', 'https://openalex.org/W2056516072', 'https://openalex.org/W2058114389', 'https://openalex.org/W2059501000', 'https://openalex.org/W2059863962', 'https://openalex.org/W2063532465', 'https://openalex.org/W2063623478', 'https://openalex.org/W2066612219', 'https://openalex.org/W2069209512', 'https://openalex.org/W2077707413', 'https://openalex.org/W2080113256', 'https://openalex.org/W2081179181', 'https://openalex.org/W2083933193', 'https://openalex.org/W2094420085', 'https://openalex.org/W2094677081', 'https://openalex.org/W2094708176', 'https://openalex.org/W2095464314', 'https://openalex.org/W2098528582', 'https://openalex.org/W2103977502', 'https://openalex.org/W2108806738', 'https://openalex.org/W2109404357', 'https://openalex.org/W2111947859', 'https://openalex.org/W2113410727', 'https://openalex.org/W2117416558', 'https://openalex.org/W2121025745', 'https://openalex.org/W2125397877', 'https://openalex.org/W2125763679', 'https://openalex.org/W2129090471', 'https://openalex.org/W2129449540', 'https://openalex.org/W2129859781', 'https://openalex.org/W2129874533', 'https://openalex.org/W2131126673', 'https://openalex.org/W2132424470', 'https://openalex.org/W2139086914', 'https://openalex.org/W2139709933', 'https://openalex.org/W2139925058', 'https://openalex.org/W2145470480', 'https://openalex.org/W2149813070', 'https://openalex.org/W2151880387', 'https://openalex.org/W2152039022', 'https://openalex.org/W2152164823', 'https://openalex.org/W2156419436', 'https://openalex.org/W2159666988', 'https://openalex.org/W2161527913', 'https://openalex.org/W2161548576', 'https://openalex.org/W2161815745', 'https://openalex.org/W2163663580', 'https://openalex.org/W2164377514', 'https://openalex.org/W2166312616', 'https://openalex.org/W2166391252', 'https://openalex.org/W2167556755', 'https://openalex.org/W2168144621', 'https://openalex.org/W2178533968', 'https://openalex.org/W2178589562', 'https://openalex.org/W2195651936', 'https://openalex.org/W2217449633', 'https://openalex.org/W2273147317', 'https://openalex.org/W2282091485', 'https://openalex.org/W2295859130', 'https://openalex.org/W2301692565', 'https://openalex.org/W2462586880', 'https://openalex.org/W2496225726', 'https://openalex.org/W2516818410', 'https://openalex.org/W2523311857', 'https://openalex.org/W2548599385', 'https://openalex.org/W2550227402', 'https://openalex.org/W2550875838', 'https://openalex.org/W2587446396', 'https://openalex.org/W2603527748', 'https://openalex.org/W2911964244', 'https://openalex.org/W2963097326', 'https://openalex.org/W4211049957', 'https://openalex.org/W4248268077'], 'related_works': ['https://openalex.org/W2911455822', 'https://openalex.org/W3018959556', 'https://openalex.org/W3116896278', 'https://openalex.org/W3126015411', 'https://openalex.org/W3174196512', 'https://openalex.org/W3204641204', 'https://openalex.org/W3211546796', 'https://openalex.org/W4225360065', 'https://openalex.org/W4282839226', 'https://openalex.org/W4283016678'], 'ngrams_url': 'https://api.openalex.org/works/W2771841295/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'With': [3], 'an': [4, 71, 231, 260, 361, 368], 'increasing': [5, 72], 'volume': [6], 'and': [7, 23, 47, 62, 104, 117, 145, 158, 191, 210, 280, 292, 315, 332, 348, 378, 403], 'dimensionality': [8], 'of': [9, 15, 43, 53, 74, 100, 120, 131, 141, 152, 167, 176, 212, 219, 238, 252, 263, 340, 356, 363, 401, 415], 'Earth': [10], 'observation': [11], 'data,': [12], 'enhanced': [13], 'integration': [14], 'machine-learning': [16, 215, 417], 'methodologies': [17], 'is': [18, 34], 'needed': [19], 'to': [20, 36, 112, 148, 172, 195, 269, 410], 'effectively': [21], 'analyze': [22], 'utilize': [24], 'these': [25], 'information': [26, 115], 'rich': [27], 'datasets.': [28], 'In': [29, 205, 248, 351], 'machine-learning,': [30], 'a': [31, 41, 65, 86, 127, 137, 173, 217, 243, 395], 'training': [32, 81, 88, 122, 129, 170, 397], 'dataset': [33, 130], 'required': [35], 'establish': [37], 'explicit': [38], 'associations': [39], 'between': [40], 'suite': [42], 'explanatory': [44], '‘predictor’': [45], 'variables': [46, 183], 'the': [48, 80, 114, 121, 150, 168, 207, 213, 250, 289, 301, 399, 412], 'target': [49], 'property.': [50], 'The': [51, 165, 329], 'specifics': [52], 'this': [54, 352, 381], 'learning': [55], 'process': [56], 'can': [57], 'significantly': [58, 186], 'influence': [59], 'model': [60, 109, 139, 203, 270], 'validity': [61], 'portability,': [63], 'with': [64, 70, 230, 277, 300, 323, 390], 'higher': [66], 'generalization': [67], 'level': [68], 'expected': [69], 'number': [73], 'observable': [75], 'conditions': [76], 'being': [77], 'reflected': [78], 'in': [79, 185, 275, 288, 385, 408], 'dataset.': [82], 'Here': [83], 'we': [84], 'propose': [85], 'hybrid': [87, 169, 396], 'approach': [89, 171], 'for': [90, 202, 371, 419], 'leaf': [91], 'area': [92], 'index': [93, 180], '(LAI)': [94], 'estimation,': [95], 'which': [96, 265, 344], 'harnesses': [97], 'synergistic': [98], 'attributes': [99], 'scattered': [101], 'in-situ': [102, 199], 'measurements': [103, 200], 'systematically': [105], 'distributed': [106], 'physically': [107, 391], 'based': [108, 241, 312, 337, 359, 392], 'inversion': [110, 140], 'results': [111, 196], 'enhance': [113], 'content': [116], 'spatial': [118, 192], 'representativeness': [119], 'data.': [123], 'To': [124], 'do': [125], 'this,': [126], 'complimentary': [128], 'independent': [132], 'LAI': [133, 153, 188, 274], 'was': [134, 256, 266], 'derived': [135], 'from': [136, 286, 375], 'regularized': [138], 'RapidEye': [142], 'surface': [143], 'reflectances': [144], 'subsequently': [146], 'used': [147], 'guide': [149], 'development': [151], 'regression': [154, 223, 254, 420], 'models': [155, 224, 255, 307, 335], 'via': [156, 394], 'Cubist': [157, 227, 306, 377], 'random': [159], 'forests': [160], '(RF)': [161], 'decision': [162], 'tree': [163], 'methods.': [164], 'application': [166], 'broad': [174], 'set': [175], 'Landsat': [177], '8': [178], 'vegetation': [179], '(VI)': [181], 'predictor': [182, 342], 'resulted': [184], 'improved': [187], 'prediction': [189, 208, 373], 'accuracies': [190, 374], 'consistencies,': [193], 'relative': [194, 233], 'relying': [197, 308], 'on': [198, 242, 310, 313, 338, 360], 'alone': [201], 'training.': [204], 'comparing': [206], 'capacity': [209], 'portability': [211, 251, 404], 'two': [214], 'algorithms,': [216], 'pair': [218], 'relatively': [220], 'simple': [221], 'multi-variate': [222], 'established': [225], 'by': [226], 'performed': [228], 'best,': [229], 'overall': [232, 261], 'mean': [234], 'absolute': [235], 'deviation': [236], '(rMAD)': [237], '∼11%,': [239], 'determined': [240], 'stringent': [244], 'scene-specific': [245], 'cross-validation': [246], 'approach.': [247], 'comparison,': [249], 'RF': [253], 'less': [257], 'effective': [258, 369], '(i.e.,': [259, 327], 'rMAD': [262], '∼15%),': [264], 'attributed': [267], 'partly': [268], 'saturation': [271], 'at': [272], 'high': [273, 325], 'association': [276], 'inherent': [278], 'extrapolation': [279], 'transferability': [281, 402], 'limitations.': [282], 'Explanatory': [283], 'VIs': [284, 311, 358], 'formed': [285], 'bands': [287], 'near-infrared': [290], '(NIR)': [291], 'shortwave': [293], 'infrared': [294], 'domains': [295], '(e.g.,': [296, 319], 'NDWI)': [297], 'were': [298, 321, 336], 'associated': [299, 322], 'highest': [302], 'predictive': [303], 'ability,': [304], 'whereas': [305], 'entirely': [309], 'NIR': [314], 'red': [316], 'band': [317], 'combinations': [318, 339], 'NDVI)': [320], 'comparatively': [324], 'uncertainties': [326], 'rMAD\u202f∼\xa021%).': [328], 'most': [330], 'transferable': [331], 'best': [333], 'performing': [334], 'several': [341], 'variables,': [343], 'included': [345], 'both': [346, 376], 'NDWI-': [347], 'NDVI-like': [349], 'variables.': [350], 'process,': [353], 'prior': [354], 'screening': [355], 'input': [357], 'assessment': [362], 'variable': [364], 'relevance': [365], 'served': [366], 'as': [367], 'mechanism': [370], 'optimizing': [372], 'RF.': [379], 'While': [380], 'study': [382], 'demonstrated': [383], 'benefit': [384], 'combining': [386], 'data': [387], 'mining': [388], 'operations': [389], 'constraints': [393], 'approach,': [398], 'concept': [400], 'warrants': [405], 'further': [406], 'investigations': [407], 'order': [409], 'realize': [411], 'full': [413], 'potential': [414], 'emerging': [416], 'techniques': [418], 'purposes.': [421]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2771841295', 'counts_by_year': [{'year': 2023, 'cited_by_count': 22}, {'year': 2022, 'cited_by_count': 38}, {'year': 2021, 'cited_by_count': 38}, {'year': 2020, 'cited_by_count': 32}, {'year': 2019, 'cited_by_count': 11}, {'year': 2018, 'cited_by_count': 6}], 'updated_date': '2023-09-24T04:36:02.455690', 'created_date': '2017-12-22'}, {'id': 'https://openalex.org/W2914965248', 'doi': 'https://doi.org/10.1016/j.geoderma.2019.02.019', 'title': 'Mapping soil organic matter contents at field level with Cubist, Random Forest and kriging', 'display_name': 'Mapping soil organic matter contents at field level with Cubist, Random Forest and kriging', 'relevance_score': 389.42746, 'publication_year': 2019, 'publication_date': '2019-05-01', 'ids': {'openalex': 'https://openalex.org/W2914965248', 'doi': 'https://doi.org/10.1016/j.geoderma.2019.02.019', 'mag': '2914965248'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.geoderma.2019.02.019', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S201473135', 'display_name': 'Geoderma', 'issn_l': '0016-7061', 'issn': ['0016-7061', '1872-6259'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5047827447', 'display_name': 'Nastaran Pouladi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I41832843', 'display_name': 'University of Tabriz', 'ror': 'https://ror.org/01papkj44', 'country_code': 'IR', 'type': 'education', 'lineage': ['https://openalex.org/I41832843']}, {'id': 'https://openalex.org/I204337017', 'display_name': 'Aarhus University', 'ror': 'https://ror.org/01aj84f44', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I204337017']}], 'countries': ['DK', 'IR'], 'is_corresponding': True, 'raw_author_name': 'Nastaran Pouladi', 'raw_affiliation_string': 'Department of Agroecology, Aarhus University, Blichers Allé 20, 8830 Tjele, Denmark; Department of Soil Science, Faculty of Agriculture, Tabriz University, Tabriz, Iran', 'raw_affiliation_strings': ['Department of Agroecology, Aarhus University, Blichers Allé 20, 8830 Tjele, Denmark', 'Department of Soil Science, Faculty of Agriculture, Tabriz University, Tabriz, Iran']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076644461', 'display_name': 'Anders Møller', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I204337017', 'display_name': 'Aarhus University', 'ror': 'https://ror.org/01aj84f44', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I204337017']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Anders Bjørn Møller', 'raw_affiliation_string': 'Department of Agroecology, Aarhus University, Blichers Allé 20, 8830 Tjele, Denmark', 'raw_affiliation_strings': ['Department of Agroecology, Aarhus University, Blichers Allé 20, 8830 Tjele, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076734499', 'display_name': 'Salman Tabatabai', 'orcid': 'https://orcid.org/0000-0002-5768-8462'}, 'institutions': [{'id': 'https://openalex.org/I204337017', 'display_name': 'Aarhus University', 'ror': 'https://ror.org/01aj84f44', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I204337017']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Salman Tabatabai', 'raw_affiliation_string': 'Department of Agroecology, Aarhus University, Blichers Allé 20, 8830 Tjele, Denmark', 'raw_affiliation_strings': ['Department of Agroecology, Aarhus University, Blichers Allé 20, 8830 Tjele, Denmark']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5079317921', 'display_name': 'Mogens Humlekrog Greve', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I204337017', 'display_name': 'Aarhus University', 'ror': 'https://ror.org/01aj84f44', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I204337017']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Mogens Humlekrog Greve', 'raw_affiliation_string': 'Department of Agroecology, Aarhus University, Blichers Allé 20, 8830 Tjele, Denmark', 'raw_affiliation_strings': ['Department of Agroecology, Aarhus University, Blichers Allé 20, 8830 Tjele, Denmark']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5047827447'], 'corresponding_institution_ids': ['https://openalex.org/I41832843', 'https://openalex.org/I204337017'], 'apc_list': {'value': 2800, 'currency': 'USD', 'value_usd': 2800, 'provenance': 'doaj'}, 'apc_paid': {'value': 2800, 'currency': 'USD', 'value_usd': 2800, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 114, 'biblio': {'volume': '342', 'issue': None, 'first_page': '85', 'last_page': '92'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C81692654', 'wikidata': 'https://www.wikidata.org/wiki/Q225926', 'display_name': 'Kriging', 'level': 2, 'score': 0.79411256}, {'id': 'https://openalex.org/C1549246', 'wikidata': 'https://www.wikidata.org/wiki/Q718775', 'display_name': 'Normalized Difference Vegetation Index', 'level': 3, 'score': 0.6901909}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.576694}, {'id': 'https://openalex.org/C104471815', 'wikidata': 'https://www.wikidata.org/wiki/Q5276164', 'display_name': 'Digital soil mapping', 'level': 4, 'score': 0.5346353}, {'id': 'https://openalex.org/C2776133958', 'wikidata': 'https://www.wikidata.org/wiki/Q7918366', 'display_name': 'Vegetation (pathology)', 'level': 2, 'score': 0.5307049}, {'id': 'https://openalex.org/C139945424', 'wikidata': 'https://www.wikidata.org/wiki/Q1940696', 'display_name': 'Mean squared error', 'level': 2, 'score': 0.52015597}, {'id': 'https://openalex.org/C128990827', 'wikidata': 'https://www.wikidata.org/wiki/Q192830', 'display_name': 'Coefficient of determination', 'level': 2, 'score': 0.5189357}, {'id': 'https://openalex.org/C169258074', 'wikidata': 'https://www.wikidata.org/wiki/Q245748', 'display_name': 'Random forest', 'level': 2, 'score': 0.51757276}, {'id': 'https://openalex.org/C159390177', 'wikidata': 'https://www.wikidata.org/wiki/Q9161265', 'display_name': 'Soil science', 'level': 1, 'score': 0.51657903}, {'id': 'https://openalex.org/C182124840', 'wikidata': 'https://www.wikidata.org/wiki/Q1154759', 'display_name': 'Soil organic matter', 'level': 3, 'score': 0.4863682}, {'id': 'https://openalex.org/C140779682', 'wikidata': 'https://www.wikidata.org/wiki/Q210868', 'display_name': 'Sampling (signal processing)', 'level': 3, 'score': 0.45538735}, {'id': 'https://openalex.org/C2780092901', 'wikidata': 'https://www.wikidata.org/wiki/Q3433612', 'display_name': 'Correlation coefficient', 'level': 2, 'score': 0.44098076}, {'id': 'https://openalex.org/C62649853', 'wikidata': 'https://www.wikidata.org/wiki/Q199687', 'display_name': 'Remote sensing', 'level': 1, 'score': 0.3403137}, {'id': 'https://openalex.org/C159750122', 'wikidata': 'https://www.wikidata.org/wiki/Q96621023', 'display_name': 'Soil water', 'level': 2, 'score': 0.3283109}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.32785302}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.26479793}, {'id': 'https://openalex.org/C132651083', 'wikidata': 'https://www.wikidata.org/wiki/Q7942', 'display_name': 'Climate change', 'level': 2, 'score': 0.21883136}, {'id': 'https://openalex.org/C71864017', 'wikidata': 'https://www.wikidata.org/wiki/Q889561', 'display_name': 'Soil map', 'level': 3, 'score': 0.19987765}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 0.1699593}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.15843484}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.1343401}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C111368507', 'wikidata': 'https://www.wikidata.org/wiki/Q43518', 'display_name': 'Oceanography', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C106131492', 'wikidata': 'https://www.wikidata.org/wiki/Q3072260', 'display_name': 'Filter (signal processing)', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C31972630', 'wikidata': 'https://www.wikidata.org/wiki/Q844240', 'display_name': 'Computer vision', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.geoderma.2019.02.019', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S201473135', 'display_name': 'Geoderma', 'issn_l': '0016-7061', 'issn': ['0016-7061', '1872-6259'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.58}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.18}], 'grants': [], 'referenced_works_count': 33, 'referenced_works': ['https://openalex.org/W143821132', 'https://openalex.org/W784579088', 'https://openalex.org/W1058055990', 'https://openalex.org/W1498793884', 'https://openalex.org/W1498854096', 'https://openalex.org/W1529043441', 'https://openalex.org/W1969024428', 'https://openalex.org/W1975860595', 'https://openalex.org/W2000356578', 'https://openalex.org/W2013377547', 'https://openalex.org/W2025347577', 'https://openalex.org/W2029429198', 'https://openalex.org/W2033452483', 'https://openalex.org/W2035841437', 'https://openalex.org/W2035871099', 'https://openalex.org/W2056193610', 'https://openalex.org/W2063843296', 'https://openalex.org/W2082720307', 'https://openalex.org/W2089953116', 'https://openalex.org/W2090785325', 'https://openalex.org/W2117416558', 'https://openalex.org/W2136095843', 'https://openalex.org/W2141710367', 'https://openalex.org/W2144064225', 'https://openalex.org/W2156419436', 'https://openalex.org/W2165686389', 'https://openalex.org/W2224936358', 'https://openalex.org/W2339831229', 'https://openalex.org/W2570731156', 'https://openalex.org/W2609881461', 'https://openalex.org/W2765171424', 'https://openalex.org/W2771841295', 'https://openalex.org/W2790860706'], 'related_works': ['https://openalex.org/W2120038483', 'https://openalex.org/W2161049420', 'https://openalex.org/W2364501731', 'https://openalex.org/W2413001789', 'https://openalex.org/W2586289440', 'https://openalex.org/W2605904141', 'https://openalex.org/W2964084039', 'https://openalex.org/W2992769856', 'https://openalex.org/W4367052406', 'https://openalex.org/W4382939186'], 'ngrams_url': 'https://api.openalex.org/works/W2914965248/ngrams', 'abstract_inverted_index': {'The': [0, 61, 146, 166, 178, 190], 'soil': [1, 10, 19, 53, 78], 'organic': [2], 'matter': [3], '(SOM)': [4], 'content': [5, 21], 'is': [6, 22], 'strongly': [7], 'related': [8], 'to': [9], 'fertility': [11], 'and': [12, 27, 55, 69, 73, 97, 114, 160, 183], 'greenhouse': [13], 'gas': [14], 'emissions.': [15], 'Knowledge': [16], 'of': [17, 38, 46, 90, 148, 157, 203], 'the': [18, 36, 44, 91, 149, 155, 172, 187, 201], 'SOM': [20, 47, 198], 'therefore': [23], 'necessary': [24], 'for': [25, 43, 95, 99, 206], 'efficient': [26], 'sustainable': [28], 'management': [29], 'practices.': [30], 'In': [31], 'this': [32], 'study,': [33], 'we': [34], 'compare': [35], 'performance': [37, 147], 'five': [39], 'machine': [40], 'learning': [41], 'techniques': [42], 'prediction': [45], 'contents': [48, 199], 'using': [49, 180], 'remote': [50], 'sensing,': [51], 'proximal': [52], 'sensors': [54], 'topographic': [56], 'data': [57, 92], 'as': [58, 129], 'environmental': [59], 'predictor.': [60], 'methods': [62, 150], 'used': [63, 94], 'were': [64, 80, 93, 119, 134], 'kriging,': [65], 'Cubist,': [66], 'Random': [67, 74, 184], 'Forest': [68, 75], 'regression-kriging': [70], '(Cubist-': [71], 'kriging': [72, 170, 195], 'kriging).': [76], '285': [77], 'samples': [79], 'collected': [81], 'from': [82, 121, 136], 'a': [83, 137], '10': [84, 126], 'ha': [85], 'field': [86], 'in': [87], 'Denmark.': [88], '75%': [89], 'training': [96], '25%': [98], 'validation.': [100], 'NDVI': [101], '(Normalized': [102], 'Difference': [103], 'Vegetation': [104, 108, 112, 117], 'Index),': [105, 109], 'RVI': [106], '(Ratio': [107], 'DVI': [110], '(Difference': [111], 'Index)': [113, 118], 'SAVI': [115], '(Soil-Adjusted': [116], 'derived': [120, 135], 'Sentinel': [122], '2': [123], 'images': [124], 'with': [125, 142, 208], 'm': [127, 144], 'resolution': [128], 'auxiliary': [130, 204], 'variables.': [131], 'Topographic': [132], 'variables': [133, 205], 'digital': [138], 'elevation': [139], 'model': [140], '(DEM)': [141], '1.6': [143], 'resolution.': [145], 'was': [151], 'compared': [152], 'based': [153], 'on': [154], 'coefficient': [156], 'determination': [158], '(R2)': [159], 'root': [161], 'mean': [162], 'square': [163], 'error': [164], '(RMSE).': [165], 'results': [167], 'showed': [168], 'that': [169, 194], 'achieved': [171], 'best': [173], 'performance,': [174], 'followed': [175], 'by': [176], 'regression-kriging.': [177], 'models': [179], 'only': [181], 'Cubist': [182], 'forest': [185], 'had': [186], 'poorest': [188], 'performance.': [189], 'results,': [191], 'therefore,': [192], 'demonstrate': [193], 'can': [196], 'predict': [197], 'without': [200], 'need': [202], 'fields': [207], 'high': [209], 'sampling': [210], 'densities.': [211]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2914965248', 'counts_by_year': [{'year': 2023, 'cited_by_count': 28}, {'year': 2022, 'cited_by_count': 35}, {'year': 2021, 'cited_by_count': 34}, {'year': 2020, 'cited_by_count': 14}, {'year': 2019, 'cited_by_count': 3}], 'updated_date': '2023-10-04T00:27:18.022038', 'created_date': '2019-02-21'}, {'id': 'https://openalex.org/W2151911731', 'doi': 'https://doi.org/10.1109/tvcg.2003.1260739', 'title': 'Cubist style rendering from photographs', 'display_name': 'Cubist style rendering from photographs', 'relevance_score': 355.1195, 'publication_year': 2003, 'publication_date': '2003-10-01', 'ids': {'openalex': 'https://openalex.org/W2151911731', 'doi': 'https://doi.org/10.1109/tvcg.2003.1260739', 'mag': '2151911731'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/tvcg.2003.1260739', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S84775595', 'display_name': 'IEEE Transactions on Visualization and Computer Graphics', 'issn_l': '1077-2626', 'issn': ['1077-2626', '2160-9306', '1941-0506'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319808', 'host_organization_name': 'Institute of Electrical and Electronics Engineers', 'host_organization_lineage': ['https://openalex.org/P4310319808'], 'host_organization_lineage_names': ['Institute of Electrical and Electronics Engineers'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://openresearch.surrey.ac.uk/view/delivery/44SUR_INST/12140151820002346/13140341640002346', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5024767797', 'display_name': 'John Collomosse', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I51601045', 'display_name': 'University of Bath', 'ror': 'https://ror.org/002h8g185', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51601045']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'J.P. Collomosse', 'raw_affiliation_string': 'Department of Computer Science, University of Bath, UK', 'raw_affiliation_strings': ['Department of Computer Science, University of Bath, UK']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5051238935', 'display_name': 'Peter M. Hall', 'orcid': 'https://orcid.org/0000-0001-6832-0922'}, 'institutions': [{'id': 'https://openalex.org/I51601045', 'display_name': 'University of Bath', 'ror': 'https://ror.org/002h8g185', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51601045']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'P.M. Hall', 'raw_affiliation_string': 'Department of Computer Science, University of Bath, UK', 'raw_affiliation_strings': ['Department of Computer Science, University of Bath, UK']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 52, 'biblio': {'volume': '9', 'issue': '4', 'first_page': '443', 'last_page': '453'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C205711294', 'wikidata': 'https://www.wikidata.org/wiki/Q176953', 'display_name': 'Rendering (computer graphics)', 'level': 2, 'score': 0.7680327}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.7621337}, {'id': 'https://openalex.org/C32916116', 'wikidata': 'https://www.wikidata.org/wiki/Q13217498', 'display_name': 'PICASSO', 'level': 3, 'score': 0.72557193}, {'id': 'https://openalex.org/C155650255', 'wikidata': 'https://www.wikidata.org/wiki/Q259326', 'display_name': 'Non-photorealistic rendering', 'level': 5, 'score': 0.7181031}, {'id': 'https://openalex.org/C2780719617', 'wikidata': 'https://www.wikidata.org/wiki/Q1030752', 'display_name': 'Salient', 'level': 2, 'score': 0.6729801}, {'id': 'https://openalex.org/C205783811', 'wikidata': 'https://www.wikidata.org/wiki/Q11629', 'display_name': 'Painting', 'level': 2, 'score': 0.6137327}, {'id': 'https://openalex.org/C121684516', 'wikidata': 'https://www.wikidata.org/wiki/Q7600677', 'display_name': 'Computer graphics (images)', 'level': 1, 'score': 0.5628456}, {'id': 'https://openalex.org/C2776445246', 'wikidata': 'https://www.wikidata.org/wiki/Q1792644', 'display_name': 'Style (visual arts)', 'level': 2, 'score': 0.5502562}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.51097023}, {'id': 'https://openalex.org/C177264268', 'wikidata': 'https://www.wikidata.org/wiki/Q1514741', 'display_name': 'Set (abstract data type)', 'level': 2, 'score': 0.4429158}, {'id': 'https://openalex.org/C31972630', 'wikidata': 'https://www.wikidata.org/wiki/Q844240', 'display_name': 'Computer vision', 'level': 1, 'score': 0.4302591}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.22546795}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.21551579}, {'id': 'https://openalex.org/C502989409', 'wikidata': 'https://www.wikidata.org/wiki/Q11425', 'display_name': 'Animation', 'level': 2, 'score': 0.17450601}, {'id': 'https://openalex.org/C69369342', 'wikidata': 'https://www.wikidata.org/wiki/Q1401416', 'display_name': 'Computer animation', 'level': 3, 'score': 0.06707269}, {'id': 'https://openalex.org/C138591656', 'wikidata': 'https://www.wikidata.org/wiki/Q5157538', 'display_name': 'Computer facial animation', 'level': 4, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/tvcg.2003.1260739', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S84775595', 'display_name': 'IEEE Transactions on Visualization and Computer Graphics', 'issn_l': '1077-2626', 'issn': ['1077-2626', '2160-9306', '1941-0506'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319808', 'host_organization_name': 'Institute of Electrical and Electronics Engineers', 'host_organization_lineage': ['https://openalex.org/P4310319808'], 'host_organization_lineage_names': ['Institute of Electrical and Electronics Engineers'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://openresearch.surrey.ac.uk/view/delivery/44SUR_INST/12140151820002346/13140341640002346', 'pdf_url': 'https://openresearch.surrey.ac.uk/view/delivery/44SUR_INST/12140151820002346/13140341640002346', 'source': {'id': 'https://openalex.org/S4306402651', 'display_name': 'Surrey Open Research repository (University of Surrey)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I28290843', 'host_organization_name': 'University of Surrey', 'host_organization_lineage': ['https://openalex.org/I28290843'], 'host_organization_lineage_names': ['University of Surrey'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://openresearch.surrey.ac.uk/view/delivery/44SUR_INST/12140151820002346/13140341640002346', 'pdf_url': 'https://openresearch.surrey.ac.uk/view/delivery/44SUR_INST/12140151820002346/13140341640002346', 'source': {'id': 'https://openalex.org/S4306402651', 'display_name': 'Surrey Open Research repository (University of Surrey)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I28290843', 'host_organization_name': 'University of Surrey', 'host_organization_lineage': ['https://openalex.org/I28290843'], 'host_organization_lineage_names': ['University of Surrey'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.11}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.11}], 'grants': [], 'referenced_works_count': 33, 'referenced_works': ['https://openalex.org/W1485657194', 'https://openalex.org/W1980134726', 'https://openalex.org/W2003804316', 'https://openalex.org/W2005421273', 'https://openalex.org/W2010599484', 'https://openalex.org/W2016611327', 'https://openalex.org/W2039225177', 'https://openalex.org/W2042728437', 'https://openalex.org/W2043818725', 'https://openalex.org/W2044445667', 'https://openalex.org/W2047696106', 'https://openalex.org/W2058983849', 'https://openalex.org/W2066996680', 'https://openalex.org/W2070401514', 'https://openalex.org/W2075046998', 'https://openalex.org/W2082903504', 'https://openalex.org/W2090327829', 'https://openalex.org/W2118558730', 'https://openalex.org/W2131858147', 'https://openalex.org/W2135298690', 'https://openalex.org/W2138022083', 'https://openalex.org/W2142924434', 'https://openalex.org/W2152454942', 'https://openalex.org/W2153504150', 'https://openalex.org/W2158065284', 'https://openalex.org/W2162971780', 'https://openalex.org/W2163189457', 'https://openalex.org/W2236247158', 'https://openalex.org/W2295523073', 'https://openalex.org/W2295672196', 'https://openalex.org/W2996784711', 'https://openalex.org/W3003234340', 'https://openalex.org/W4243820778'], 'related_works': ['https://openalex.org/W1924957168', 'https://openalex.org/W2094763973', 'https://openalex.org/W2128957325', 'https://openalex.org/W2151911731', 'https://openalex.org/W2166044122', 'https://openalex.org/W2400879471', 'https://openalex.org/W2560233237', 'https://openalex.org/W2949129539', 'https://openalex.org/W3167029115', 'https://openalex.org/W4297949599'], 'ngrams_url': 'https://api.openalex.org/works/W2151911731/ngrams', 'abstract_inverted_index': {'The': [0], 'contribution': [1, 109], 'of': [2, 16, 37, 44, 52, 65, 102, 155, 161, 173, 177], 'the': [3, 14, 86, 100, 125, 136, 153, 171], 'paper': [4, 148], 'is': [5, 176], 'a': [6, 38, 50, 63, 72, 107, 116, 140, 159, 166], 'novel': [7], 'nonphotorealistic': [8], 'rendering': [9], '(NPR)': [10], 'technique,': [11], 'influenced': [12], 'by': [13, 23, 34], 'style': [15, 74], 'Cubist': [17, 73, 131], 'art.': [18, 132], 'Specifically,': [19], 'we': [20, 98, 119, 134], 'are': [21], 'motivated': [22], 'artists': [24], 'such': [25, 47, 89, 103], 'as': [26, 68, 90, 95], 'Picasso': [27], 'and': [28, 70, 93, 169], 'Braque,': [29], 'who': [30], 'produced': [31], 'art': [32], 'work': [33], 'composing': [35, 113], 'elements': [36], 'scene': [39], 'taken': [40], 'from': [41], 'multiple': [42], 'points': [43], 'view;': [45], 'paradoxically,': [46], 'compositions': [48], 'convey': [49], 'sense': [51], 'motion': [53], 'without': [54], 'assuming': [55], 'temporal': [56], 'dependence': [57], 'between': [58], 'views.': [59], 'Our': [60], 'method': [61], 'accepts': [62], 'set': [64], 'two-dimensional': [66], 'images': [67], 'input': [69], 'produces': [71], 'painting': [75], 'with': [76, 158, 165], 'minimal': [77], 'user': [78], 'interaction.': [79], 'We': [80, 163], 'use': [81, 101, 172], 'salient': [82], 'features': [83, 104, 114, 175], 'identified': [84], 'within': [85], 'image': [87], 'set,': [88], 'eyes,': [91], 'noses,': [92], 'mouths,': [94], 'compositional': [96], 'elements;': [97], 'believe': [99], 'to': [105, 110, 123, 138, 179], 'be': [106], 'unique': [108], 'NPR.': [111, 180], 'Before': [112], 'into': [115], 'final': [117], 'image,': [118], 'geometrically': [120], 'distort': [121], 'them': [122], 'produce': [124], 'more': [126], 'angular': [127], 'forms': [128], 'common': [129], 'in': [130], 'Finally,': [133], 'render': [135], 'composition': [137], 'give': [139], 'painterly': [141], 'effect,': [142], 'using': [143], 'an': [144], 'automatic': [145], 'algorithm.': [146], 'This': [147], 'describes': [149], 'our': [150, 156], 'method,': [151], 'illustrating': [152], 'application': [154], 'algorithm': [157], 'gallery': [160], 'images.': [162], 'conclude': [164], 'critical': [167], 'appraisal': [168], 'suggest': [170], '"high-level"': [174], 'interest': [178]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2151911731', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2022, 'cited_by_count': 2}, {'year': 2021, 'cited_by_count': 2}, {'year': 2020, 'cited_by_count': 3}, {'year': 2019, 'cited_by_count': 2}, {'year': 2018, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 2}, {'year': 2013, 'cited_by_count': 9}, {'year': 2012, 'cited_by_count': 3}], 'updated_date': '2023-09-26T19:46:38.729866', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2912599891', 'doi': 'https://doi.org/10.1016/j.asoc.2019.01.042', 'title': 'A new soft computing model for estimating and controlling blast-produced ground vibration based on Hierarchical K-means clustering and Cubist algorithms', 'display_name': 'A new soft computing model for estimating and controlling blast-produced ground vibration based on Hierarchical K-means clustering and Cubist algorithms', 'relevance_score': 326.69458, 'publication_year': 2019, 'publication_date': '2019-04-01', 'ids': {'openalex': 'https://openalex.org/W2912599891', 'doi': 'https://doi.org/10.1016/j.asoc.2019.01.042', 'mag': '2912599891'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.asoc.2019.01.042', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S140556538', 'display_name': 'Applied Soft Computing', 'issn_l': '1568-4946', 'issn': ['1568-4946', '1872-9681'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5080411341', 'display_name': 'Hoang Nguyen', 'orcid': 'https://orcid.org/0000-0001-6122-8314'}, 'institutions': [{'id': 'https://openalex.org/I29199639', 'display_name': 'Hanoi University of Mining and Geology', 'ror': 'https://ror.org/01rw3qm79', 'country_code': 'VN', 'type': 'education', 'lineage': ['https://openalex.org/I29199639']}], 'countries': ['VN'], 'is_corresponding': False, 'raw_author_name': 'Hoang Nguyen', 'raw_affiliation_string': 'Department of Surface Mining, Hanoi University of Mining and Geology, 18 Vien Str., Duc Thang ward, Bac Tu Liem Distr., Hanoi, Viet Nam', 'raw_affiliation_strings': ['Department of Surface Mining, Hanoi University of Mining and Geology, 18 Vien Str., Duc Thang ward, Bac Tu Liem Distr., Hanoi, Viet Nam']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064619766', 'display_name': 'Xuan‐Nam Bui', 'orcid': 'https://orcid.org/0000-0001-5953-4902'}, 'institutions': [{'id': 'https://openalex.org/I29199639', 'display_name': 'Hanoi University of Mining and Geology', 'ror': 'https://ror.org/01rw3qm79', 'country_code': 'VN', 'type': 'education', 'lineage': ['https://openalex.org/I29199639']}], 'countries': ['VN'], 'is_corresponding': False, 'raw_author_name': 'Xuan-Nam Bui', 'raw_affiliation_string': 'Department of Surface Mining, Hanoi University of Mining and Geology, 18 Vien Str., Duc Thang ward, Bac Tu Liem Distr., Hanoi, Viet Nam', 'raw_affiliation_strings': ['Department of Surface Mining, Hanoi University of Mining and Geology, 18 Vien Str., Duc Thang ward, Bac Tu Liem Distr., Hanoi, Viet Nam']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059126008', 'display_name': 'Quang-Hieu Tran', 'orcid': 'https://orcid.org/0009-0006-5264-0597'}, 'institutions': [{'id': 'https://openalex.org/I29199639', 'display_name': 'Hanoi University of Mining and Geology', 'ror': 'https://ror.org/01rw3qm79', 'country_code': 'VN', 'type': 'education', 'lineage': ['https://openalex.org/I29199639']}], 'countries': ['VN'], 'is_corresponding': False, 'raw_author_name': 'Quang-Hieu Tran', 'raw_affiliation_string': 'Department of Surface Mining, Hanoi University of Mining and Geology, 18 Vien Str., Duc Thang ward, Bac Tu Liem Distr., Hanoi, Viet Nam', 'raw_affiliation_strings': ['Department of Surface Mining, Hanoi University of Mining and Geology, 18 Vien Str., Duc Thang ward, Bac Tu Liem Distr., Hanoi, Viet Nam']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014995583', 'display_name': 'Ngoc-Luan Mai', 'orcid': None}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Ngoc-Luan Mai', 'raw_affiliation_string': 'Visagio Australia, 6/189 St Georges Terrace, Perth, Australia', 'raw_affiliation_strings': ['Visagio Australia, 6/189 St Georges Terrace, Perth, Australia']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3350, 'currency': 'USD', 'value_usd': 3350, 'provenance': 'doaj'}, 'apc_paid': {'value': 3350, 'currency': 'USD', 'value_usd': 3350, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 104, 'biblio': {'volume': '77', 'issue': None, 'first_page': '376', 'last_page': '386'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6919006}, {'id': 'https://openalex.org/C73555534', 'wikidata': 'https://www.wikidata.org/wiki/Q622825', 'display_name': 'Cluster analysis', 'level': 2, 'score': 0.67913544}, {'id': 'https://openalex.org/C140073362', 'wikidata': 'https://www.wikidata.org/wiki/Q738759', 'display_name': 'Soft computing', 'level': 3, 'score': 0.5725202}, {'id': 'https://openalex.org/C92835128', 'wikidata': 'https://www.wikidata.org/wiki/Q1277447', 'display_name': 'Hierarchical clustering', 'level': 3, 'score': 0.5261704}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.51612365}, {'id': 'https://openalex.org/C198394728', 'wikidata': 'https://www.wikidata.org/wiki/Q3695508', 'display_name': 'Vibration', 'level': 2, 'score': 0.46161968}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.37918577}, {'id': 'https://openalex.org/C459310', 'wikidata': 'https://www.wikidata.org/wiki/Q117801', 'display_name': 'Computational science', 'level': 1, 'score': 0.33836895}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.21912253}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.09900758}, {'id': 'https://openalex.org/C50644808', 'wikidata': 'https://www.wikidata.org/wiki/Q192776', 'display_name': 'Artificial neural network', 'level': 2, 'score': 0.059510022}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.asoc.2019.01.042', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S140556538', 'display_name': 'Applied Soft Computing', 'issn_l': '1568-4946', 'issn': ['1568-4946', '1872-9681'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.64}], 'grants': [{'funder': 'https://openalex.org/F4320323346', 'funder_display_name': 'Bộ Giáo dục và Ðào tạo', 'award_id': None}], 'referenced_works_count': 28, 'referenced_works': ['https://openalex.org/W1081565272', 'https://openalex.org/W1968936982', 'https://openalex.org/W1971377153', 'https://openalex.org/W1976433999', 'https://openalex.org/W1978212567', 'https://openalex.org/W1988362173', 'https://openalex.org/W2002536914', 'https://openalex.org/W2010670752', 'https://openalex.org/W2012358846', 'https://openalex.org/W2026645785', 'https://openalex.org/W2030683383', 'https://openalex.org/W2063083342', 'https://openalex.org/W2072153630', 'https://openalex.org/W2083844448', 'https://openalex.org/W2086439824', 'https://openalex.org/W2126016613', 'https://openalex.org/W2253514452', 'https://openalex.org/W2258109510', 'https://openalex.org/W2336392079', 'https://openalex.org/W2467137540', 'https://openalex.org/W2516616538', 'https://openalex.org/W2563533667', 'https://openalex.org/W2587508113', 'https://openalex.org/W2734947877', 'https://openalex.org/W2791350248', 'https://openalex.org/W2798804844', 'https://openalex.org/W2911964244', 'https://openalex.org/W4239510810'], 'related_works': ['https://openalex.org/W194352584', 'https://openalex.org/W1818357617', 'https://openalex.org/W2032422752', 'https://openalex.org/W2032933424', 'https://openalex.org/W2104915767', 'https://openalex.org/W2394938095', 'https://openalex.org/W2592952084', 'https://openalex.org/W3099482891', 'https://openalex.org/W3216028647', 'https://openalex.org/W4281642079'], 'ngrams_url': 'https://api.openalex.org/works/W2912599891/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Blasting': [3], 'is': [4], 'an': [5, 183], 'essential': [6], 'task': [7], 'in': [8, 31, 194], 'open-pit': [9], 'mines': [10], 'for': [11, 41, 128, 149, 166, 209], 'rock': [12], 'fragmentation.': [13], 'However,': [14], 'its': [15], 'dangerous': [16], 'side': [17], 'effects': [18, 217], 'need': [19], 'to': [20, 83, 87, 196, 206, 214], 'be': [21, 46, 207], 'accurately': [22], 'estimated': [23], 'and': [24, 68, 96, 117, 121, 139, 190], 'controlled,': [25], 'especially': [26], 'ground': [27], 'vibration': [28], 'as': [29], 'measured': [30], 'the': [32, 91, 99, 106, 130, 145, 151, 158, 168, 171, 175, 204, 219], 'form': [33], 'of': [34, 170, 185, 188, 192], 'peak': [35], 'particle': [36], 'velocity': [37], '(PPV).': [38], 'The': [39, 76, 154, 199], 'accuracy': [40, 169], 'estimating': [42], 'blast-induced': [43, 211], 'PPV': [44, 212], 'can': [45], 'improved': [47], 'by': [48, 102], 'hybrid': [49, 58, 79], 'artificial': [50], 'intelligence': [51], 'approach.': [52], 'In': [53], 'this': [54], 'study,': [55], 'a': [56, 163, 179], 'new': [57], 'model': [59, 93, 124, 152, 161, 177, 202], 'was': [60, 81, 94, 162], 'developed': [61, 97], 'based': [62], 'on': [63, 98, 218], 'Hierarchical': [64], 'K-means': [65], 'clustering': [66, 78], '(HKM)': [67], 'Cubist': [69, 92], 'algorithm': [70], '(CA),': [71], 'code': [72], 'name': [73], 'HKM-CA': [74, 131, 160, 176, 201], 'model.': [75, 132, 173], 'HKM': [77], 'technique': [80], 'used': [82, 148, 208], 'separate': [84], 'data': [85], 'according': [86], 'their': [88], 'characteristics.': [89], 'Subsequently,': [90], 'trained': [95], 'clusters': [100], 'generated': [101], 'HKM.': [103], 'Empirical': [104], 'technique,': [105], 'benchmark': [107], 'algorithms': [108], '[random': [109], 'forest': [110], '(RF),': [111], 'support': [112], 'vector': [113], 'machine': [114], '(SVM),': [115], 'classification': [116], 'regression': [118], 'tree': [119], '(CART)],': [120], 'single': [122], 'CA': [123, 172], 'were': [125, 144], 'also': [126], 'established': [127], 'benchmarking': [129], 'Root-mean-square': [133], 'error': [134, 142], '(RMSE),': [135], 'determination': [136], 'coefficient': [137], '(R2),': [138], 'mean': [140], 'absolute': [141], '(MAE)': [143], 'key': [146], 'indicators': [147], 'evaluating': [150], 'performance.': [153], 'results': [155], 'revealed': [156], 'that': [157], 'proposed': [159, 200], 'powerful': [164], 'tool': [165], 'improving': [167], 'Specifically,': [174], 'yielded': [178], 'superior': [180], 'result': [181], 'with': [182], 'RMSE': [184], '0.475,': [186], 'R2': [187], '0.995,': [189], 'MAE': [191], '0.373': [193], 'comparison': [195], 'other': [197], 'models.': [198], 'has': [203], 'potential': [205], 'predicting': [210], 'on-site': [213], 'control': [215], 'undesirable': [216], 'surrounding': [220], 'environment.': [221]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2912599891', 'counts_by_year': [{'year': 2023, 'cited_by_count': 13}, {'year': 2022, 'cited_by_count': 10}, {'year': 2021, 'cited_by_count': 27}, {'year': 2020, 'cited_by_count': 20}, {'year': 2019, 'cited_by_count': 33}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-09-29T13:42:55.338326', 'created_date': '2019-02-21'}, {'id': 'https://openalex.org/W2168326352', 'doi': None, 'title': 'The Cubist epoch', 'display_name': 'The Cubist epoch', 'relevance_score': 311.22626, 'publication_year': 1970, 'publication_date': '1970-01-01', 'ids': {'openalex': 'https://openalex.org/W2168326352', 'mag': '2168326352'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/ncid/BA10143256', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'book', 'type_crossref': 'book', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5054187046', 'display_name': 'Douglas Cooper', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Douglas Cooper', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5054187046'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 31, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2780317896', 'wikidata': 'https://www.wikidata.org/wiki/Q2703', 'display_name': 'Epoch (astronomy)', 'level': 3, 'score': 0.7468881}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.31385458}, {'id': 'https://openalex.org/C31972630', 'wikidata': 'https://www.wikidata.org/wiki/Q844240', 'display_name': 'Computer vision', 'level': 1, 'score': 0.06660402}, {'id': 'https://openalex.org/C150846664', 'wikidata': 'https://www.wikidata.org/wiki/Q7602306', 'display_name': 'Stars', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/ncid/BA10143256', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.42}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.13}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W340009498', 'https://openalex.org/W612128274', 'https://openalex.org/W636709535', 'https://openalex.org/W1495832345', 'https://openalex.org/W1505689034', 'https://openalex.org/W1532836140'], 'ngrams_url': 'https://api.openalex.org/works/W2168326352/ngrams', 'abstract_inverted_index': {'First': [0], 'published': [1, 14], 'in': [2], '1971': [3], 'and': [4], 'now': [5], 'reissued,': [6], 'an': [7, 17], 'introduction': [8], 'to': [9, 15], 'Cubism,': [10], 'which': [11], 'was': [12], 'originally': [13], 'accompany': [16], 'exhibition': [18], 'at': [19], 'the': [20], 'Metropolitan': [21], 'Museum': [22], 'of': [23], 'Art,': [24], 'New': [25], 'York.': [26]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2168326352', 'counts_by_year': [{'year': 2018, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 2}, {'year': 2014, 'cited_by_count': 2}, {'year': 2013, 'cited_by_count': 3}, {'year': 2012, 'cited_by_count': 3}], 'updated_date': '2023-09-27T06:30:06.113803', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2609881461', 'doi': 'https://doi.org/10.3390/rs9050398', 'title': 'Comparison of Multiple Linear Regression, Cubist Regression, and Random Forest Algorithms to Estimate Daily Air Surface Temperature from Dynamic Combinations of MODIS LST Data', 'display_name': 'Comparison of Multiple Linear Regression, Cubist Regression, and Random Forest Algorithms to Estimate Daily Air Surface Temperature from Dynamic Combinations of MODIS LST Data', 'relevance_score': 303.19257, 'publication_year': 2017, 'publication_date': '2017-04-25', 'ids': {'openalex': 'https://openalex.org/W2609881461', 'doi': 'https://doi.org/10.3390/rs9050398', 'mag': '2609881461'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3390/rs9050398', 'pdf_url': 'https://www.mdpi.com/2072-4292/9/5/398/pdf?version=1493120336', 'source': {'id': 'https://openalex.org/S43295729', 'display_name': 'Remote Sensing', 'issn_l': '2072-4292', 'issn': ['2072-4292'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310310987', 'host_organization_name': 'Multidisciplinary Digital Publishing Institute', 'host_organization_lineage': ['https://openalex.org/P4310310987'], 'host_organization_lineage_names': ['Multidisciplinary Digital Publishing Institute'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.mdpi.com/2072-4292/9/5/398/pdf?version=1493120336', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5052720390', 'display_name': 'Thanh Noi Phan', 'orcid': 'https://orcid.org/0000-0002-2747-5028'}, 'institutions': [{'id': 'https://openalex.org/I74656192', 'display_name': 'University of Göttingen', 'ror': 'https://ror.org/01y9bpm73', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I74656192']}, {'id': 'https://openalex.org/I4210102522', 'display_name': 'Vietnam National University of Agriculture', 'ror': 'https://ror.org/01abaah21', 'country_code': 'VN', 'type': 'education', 'lineage': ['https://openalex.org/I4210102522']}], 'countries': ['DE', 'VN'], 'is_corresponding': True, 'raw_author_name': 'Phan Thanh Noi', 'raw_affiliation_string': 'Cartography and Geodesy Department, Land Management Faculty, Vietnam National University of Agriculture, Hanoi 100000, Vietnam; Cartography, GIS and Remote Sensing Department, Institute of Geography, University of Goettingen, Goldschmidt Street 5, 37077 Goettingen, Germany', 'raw_affiliation_strings': ['Cartography and Geodesy Department, Land Management Faculty, Vietnam National University of Agriculture, Hanoi 100000, Vietnam', 'Cartography, GIS and Remote Sensing Department, Institute of Geography, University of Goettingen, Goldschmidt Street 5, 37077 Goettingen, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012002869', 'display_name': 'Jan Degener', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I74656192', 'display_name': 'University of Göttingen', 'ror': 'https://ror.org/01y9bpm73', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I74656192']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jan Degener', 'raw_affiliation_string': 'Cartography, GIS and Remote Sensing Department, Institute of Geography, University of Goettingen, Goldschmidt Street 5, 37077 Goettingen, Germany', 'raw_affiliation_strings': ['Cartography, GIS and Remote Sensing Department, Institute of Geography, University of Goettingen, Goldschmidt Street 5, 37077 Goettingen, Germany']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5059696620', 'display_name': 'Martin Kappas', 'orcid': 'https://orcid.org/0000-0002-3173-4870'}, 'institutions': [{'id': 'https://openalex.org/I74656192', 'display_name': 'University of Göttingen', 'ror': 'https://ror.org/01y9bpm73', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I74656192']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Martin Kappas', 'raw_affiliation_string': 'Cartography, GIS and Remote Sensing Department, Institute of Geography, University of Goettingen, Goldschmidt Street 5, 37077 Goettingen, Germany', 'raw_affiliation_strings': ['Cartography, GIS and Remote Sensing Department, Institute of Geography, University of Goettingen, Goldschmidt Street 5, 37077 Goettingen, Germany']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5052720390'], 'corresponding_institution_ids': ['https://openalex.org/I74656192', 'https://openalex.org/I4210102522'], 'apc_list': {'value': 2500, 'currency': 'CHF', 'value_usd': 2707, 'provenance': 'doaj'}, 'apc_paid': {'value': 1582, 'currency': 'EUR', 'value_usd': 1706, 'provenance': 'openapc'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 121, 'biblio': {'volume': '9', 'issue': '5', 'first_page': '398', 'last_page': '398'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C169258074', 'wikidata': 'https://www.wikidata.org/wiki/Q245748', 'display_name': 'Random forest', 'level': 2, 'score': 0.72610366}, {'id': 'https://openalex.org/C48921125', 'wikidata': 'https://www.wikidata.org/wiki/Q10861030', 'display_name': 'Linear regression', 'level': 2, 'score': 0.62930197}, {'id': 'https://openalex.org/C83546350', 'wikidata': 'https://www.wikidata.org/wiki/Q1139051', 'display_name': 'Regression', 'level': 2, 'score': 0.5545953}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.50692993}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.46771044}, {'id': 'https://openalex.org/C139945424', 'wikidata': 'https://www.wikidata.org/wiki/Q1940696', 'display_name': 'Mean squared error', 'level': 2, 'score': 0.46650308}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.42250907}, {'id': 'https://openalex.org/C152877465', 'wikidata': 'https://www.wikidata.org/wiki/Q208042', 'display_name': 'Regression analysis', 'level': 2, 'score': 0.41868833}, {'id': 'https://openalex.org/C62649853', 'wikidata': 'https://www.wikidata.org/wiki/Q199687', 'display_name': 'Remote sensing', 'level': 1, 'score': 0.37021428}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.2934571}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.2823442}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.26584548}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.17758736}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.17113057}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3390/rs9050398', 'pdf_url': 'https://www.mdpi.com/2072-4292/9/5/398/pdf?version=1493120336', 'source': {'id': 'https://openalex.org/S43295729', 'display_name': 'Remote Sensing', 'issn_l': '2072-4292', 'issn': ['2072-4292'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310310987', 'host_organization_name': 'Multidisciplinary Digital Publishing Institute', 'host_organization_lineage': ['https://openalex.org/P4310310987'], 'host_organization_lineage_names': ['Multidisciplinary Digital Publishing Institute'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://resolver.sub.uni-goettingen.de/purl?gldocs-11858/7060', 'pdf_url': 'https://e-docs.geo-leo.de/bitstream/11858/7060/4/remotesensing-09-00398.pdf', 'source': {'id': 'https://openalex.org/S4377196338', 'display_name': 'Geo-Leo e-docs (Deutsche Initiative für Netzwerkinformation)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4210097468', 'host_organization_name': 'Deutsche Initiative für Netzwerkinformation', 'host_organization_lineage': ['https://openalex.org/I4210097468'], 'host_organization_lineage_names': ['Deutsche Initiative für Netzwerkinformation'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3390/rs9050398', 'pdf_url': 'https://www.mdpi.com/2072-4292/9/5/398/pdf?version=1493120336', 'source': {'id': 'https://openalex.org/S43295729', 'display_name': 'Remote Sensing', 'issn_l': '2072-4292', 'issn': ['2072-4292'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310310987', 'host_organization_name': 'Multidisciplinary Digital Publishing Institute', 'host_organization_lineage': ['https://openalex.org/P4310310987'], 'host_organization_lineage_names': ['Multidisciplinary Digital Publishing Institute'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.77}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.11}], 'grants': [], 'referenced_works_count': 41, 'referenced_works': ['https://openalex.org/W784579088', 'https://openalex.org/W1529460506', 'https://openalex.org/W1676469298', 'https://openalex.org/W1921661829', 'https://openalex.org/W1975311772', 'https://openalex.org/W1975788826', 'https://openalex.org/W2003254405', 'https://openalex.org/W2005459622', 'https://openalex.org/W2020977453', 'https://openalex.org/W2024514789', 'https://openalex.org/W2029114712', 'https://openalex.org/W2029660080', 'https://openalex.org/W2039579272', 'https://openalex.org/W2043253630', 'https://openalex.org/W2048850076', 'https://openalex.org/W2067935151', 'https://openalex.org/W2069642449', 'https://openalex.org/W2075951148', 'https://openalex.org/W2092345531', 'https://openalex.org/W2093946546', 'https://openalex.org/W2102994598', 'https://openalex.org/W2109991517', 'https://openalex.org/W2117422131', 'https://openalex.org/W2120537966', 'https://openalex.org/W2140892399', 'https://openalex.org/W2145759482', 'https://openalex.org/W2147521062', 'https://openalex.org/W2156419436', 'https://openalex.org/W2156644521', 'https://openalex.org/W2159154000', 'https://openalex.org/W2165028274', 'https://openalex.org/W2168158289', 'https://openalex.org/W2171629540', 'https://openalex.org/W2173562516', 'https://openalex.org/W2206523502', 'https://openalex.org/W2468676337', 'https://openalex.org/W2516603452', 'https://openalex.org/W2523714856', 'https://openalex.org/W2552025784', 'https://openalex.org/W2560156413', 'https://openalex.org/W2911964244'], 'related_works': ['https://openalex.org/W2100826578', 'https://openalex.org/W2757711895', 'https://openalex.org/W2917200448', 'https://openalex.org/W2990830163', 'https://openalex.org/W3173590662', 'https://openalex.org/W4300642372', 'https://openalex.org/W4307266384', 'https://openalex.org/W4308093213', 'https://openalex.org/W4323568033', 'https://openalex.org/W4377822244'], 'ngrams_url': 'https://api.openalex.org/works/W2609881461/ngrams', 'abstract_inverted_index': {'Recently,': [0], 'several': [1], 'methods': [2], 'have': [3], 'been': [4], 'introduced': [5], 'and': [6, 34, 95, 102, 115, 120, 167, 170, 176, 182, 227, 234, 249], 'applied': [7, 37, 122, 186], 'to': [8, 154], 'estimate': [9], 'daily': [10, 99, 132], 'air': [11], 'surface': [12, 18], 'temperature': [13, 19], '(Ta)': [14], 'using': [15, 52, 85, 253], 'MODIS': [16, 77, 158, 188, 195], 'land': [17], 'data': [20, 84, 133, 190, 252], '(MODIS': [21], 'LST).': [22], 'Among': [23], 'these': [24], 'methods,': [25], 'the': [26, 35, 108, 139, 148, 217], 'most': [27, 36], 'common': [28], 'used': [29, 192, 198], 'method': [30], 'is': [31, 69, 191, 197, 210], 'statistical': [32], 'modeling,': [33], 'algorithms': [38, 87, 123], 'are': [39, 46], 'linear/multiple': [40], 'linear': [41, 91], 'regression': [42, 64, 97], 'models': [43, 56], '(LM).': [44], 'There': [45], 'only': [47], 'a': [48, 241, 254], 'handful': [49], 'of': [50, 75, 111, 131, 142, 145, 150, 221, 231, 244], 'studies': [51], 'machine': [53], 'learning': [54], 'algorithm': [55], 'such': [57, 88], 'as': [58, 89], 'random': [59, 93], 'forest': [60], '(RF)': [61], 'or': [62, 81, 208], 'cubist': [63, 96], '(CB).': [65], 'In': [66], 'particular,': [67], 'there': [68], 'no': [70], 'study': [71, 106, 214], 'comparing': [72], 'different': [73, 86, 118], 'combinations': [74, 110, 119], 'four': [76, 112, 157, 245], 'LST': [78, 159, 189, 196, 246], 'datasets': [79, 114, 160, 174], 'with': [80, 156, 200, 240], 'without': [82], 'auxiliary': [83, 173, 201], 'multiple': [90], 'regression,': [92], 'forest,': [94], 'for': [98, 147], 'Ta-max,': [100, 232], 'Ta-min,': [101, 233], 'Ta-mean': [103], 'estimation.': [104], 'Our': [105], 'examines': [107], 'mentioned': [109], 'MODIS-LST': [113], 'shows': [116, 179], 'that': [117, 180, 216], 'differently': [121], 'produce': [124], 'various': [125], 'Ta': [126, 222], 'estimation': [127, 223], 'accuracies.': [128], 'Additional': [129], 'analysis': [130], 'from': [134], 'three': [135], 'climate': [136], 'stations': [137], 'in': [138, 204], 'mountain': [140], 'area': [141], 'North': [143], 'West': [144], 'Vietnam': [146], 'period': [149], 'five': [151], 'years': [152], '(2009': [153], '2013)': [155], '(AQUA': [161], 'daytime,': [162, 166], 'AQUA': [163], 'nighttime,': [164], 'TERRA': [165, 168], 'nighttime)': [169], 'two': [171], 'additional': [172], '(elevation': [175], 'Julian': [177, 250], 'day)': [178], 'CB': [181, 207], 'LM': [183], 'should': [184], 'be': [185, 238], 'if': [187], 'solely.': [193], 'If': [194], 'together': [199], 'data,': [202, 247], 'especially': [203], 'mountainous': [205], 'areas,': [206], 'RF': [209], 'highly': [211], 'recommended.': [212], 'This': [213], 'proved': [215], 'very': [218], 'high': [219], 'accuracy': [220], '(R2': [224], '>': [225], '0.93/0.80/0.89': [226], 'RMSE': [228], '~1.5/2.0/1.6': [229], '°C': [230], 'Ta-mean,': [235], 'respectively)': [236], 'could': [237], 'achieved': [239], 'simple': [242], 'combination': [243], 'elevation,': [248], 'day': [251], 'suitable': [255], 'algorithm.': [256]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2609881461', 'counts_by_year': [{'year': 2023, 'cited_by_count': 23}, {'year': 2022, 'cited_by_count': 26}, {'year': 2021, 'cited_by_count': 26}, {'year': 2020, 'cited_by_count': 19}, {'year': 2019, 'cited_by_count': 19}, {'year': 2018, 'cited_by_count': 6}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-10-02T20:49:56.089978', 'created_date': '2017-05-05'}, {'id': 'https://openalex.org/W2014339852', 'doi': 'https://doi.org/10.1145/355068.355318', 'title': 'CubiST', 'display_name': 'CubiST', 'relevance_score': 298.11493, 'publication_year': 2000, 'publication_date': '2000-11-01', 'ids': {'openalex': 'https://openalex.org/W2014339852', 'doi': 'https://doi.org/10.1145/355068.355318', 'mag': '2014339852'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1145/355068.355318', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'proceedings-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5058586575', 'display_name': 'Lijun Fu', 'orcid': 'https://orcid.org/0000-0003-2131-5805'}, 'institutions': [{'id': 'https://openalex.org/I33213144', 'display_name': 'University of Florida', 'ror': 'https://ror.org/02y3ad647', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2801649442', 'https://openalex.org/I33213144']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lixin Fu', 'raw_affiliation_string': 'Computer and Inf. Science and Engineering, University of Florida, Gainesville, Florida#TAB#', 'raw_affiliation_strings': ['Computer and Inf. Science and Engineering, University of Florida, Gainesville, Florida#TAB#']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5039013459', 'display_name': 'Joachim Hammer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I33213144', 'display_name': 'University of Florida', 'ror': 'https://ror.org/02y3ad647', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2801649442', 'https://openalex.org/I33213144']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Joachim Hammer', 'raw_affiliation_string': 'Computer and Inf. Science and Engineering, University of Florida, Gainesville, Florida#TAB#', 'raw_affiliation_strings': ['Computer and Inf. Science and Engineering, University of Florida, Gainesville, Florida#TAB#']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 23, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5565589}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1145/355068.355318', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.34}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.26}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.19}], 'grants': [], 'referenced_works_count': 13, 'referenced_works': ['https://openalex.org/W1793564634', 'https://openalex.org/W1978414048', 'https://openalex.org/W1980960474', 'https://openalex.org/W1982945449', 'https://openalex.org/W2072764742', 'https://openalex.org/W2075877598', 'https://openalex.org/W2103201239', 'https://openalex.org/W2161694911', 'https://openalex.org/W2167150678', 'https://openalex.org/W2998928247', 'https://openalex.org/W3002580249', 'https://openalex.org/W4241830353', 'https://openalex.org/W4289258943'], 'related_works': ['https://openalex.org/W2093578348', 'https://openalex.org/W2350741829', 'https://openalex.org/W2358668433', 'https://openalex.org/W2376932109', 'https://openalex.org/W2382290278', 'https://openalex.org/W2390279801', 'https://openalex.org/W2748952813', 'https://openalex.org/W2766271392', 'https://openalex.org/W2899084033', 'https://openalex.org/W3004735627'], 'ngrams_url': 'https://api.openalex.org/works/W2014339852/ngrams', 'abstract_inverted_index': {'Being': [0], 'able': [1], 'to': [2, 101], 'efficiently': [3, 132], 'answer': [4, 133], 'arbitrary': [5], 'OLAP': [6, 52, 118], 'queries': [7, 53, 68], 'that': [8, 92, 120], 'aggregate': [9], 'along': [10], 'any': [11, 134], 'combination': [12], 'of': [13, 56, 67], 'dimensions': [14], 'over': [15, 125, 161], 'numerical': [16], 'and': [17, 87, 103, 130, 150, 159], 'categorical': [18], 'attributes': [19], 'has': [20], 'been': [21], 'a': [22, 34, 57, 65, 80], 'continued,': [23], 'major': [24], 'concern': [25], 'in': [26, 91, 110, 157], 'data': [27, 36, 59, 75, 128], 'warehousing.': [28], 'In': [29], 'this': [30], 'paper,': [31], 'we': [32], 'introduce': [33], 'new': [35, 105], 'structure,': [37], 'called': [38, 47, 69], 'Statistics': [39], 'Tree': [40], '(ST),': [41], 'together': [42], 'with': [43], 'an': [44], 'efficient': [45], 'algorithm': [46, 119], 'CubiST,': [48], 'for': [49], 'evaluating': [50], 'ad-hoc': [51], 'on': [54, 64], 'top': [55], 'relational': [58, 85], 'warehouse.': [60], 'We': [61, 146], 'are': [62], 'focusing': [63], 'class': [66], 'cube': [70, 76, 135], 'queries,': [71], 'which': [72], 'generalize': [73], 'the': [74, 97, 116, 126, 141], 'operator.': [77], 'CubiST': [78, 114, 149], 'represents': [79], 'drastic': [81], 'departure': [82], 'from': [83, 107], 'existing': [84, 108, 162], '(ROLAP)': [86], 'multi-dimensional': [88], '(MOLAP)': [89], 'approaches': [90], 'it': [93], 'does': [94], 'not': [95], 'use': [96], 'familiar': [98], 'view': [99], 'lattice': [100], 'compute': [102], 'materialize': [104], 'views': [106, 109], 'some': [111], 'heuristic': [112], 'fashion.': [113], 'is': [115], 'first': [117], 'needs': [121], 'only': [122], 'one': [123], 'scan': [124], 'detailed': [127], 'set': [129], 'can': [131], 'query': [136], 'without': [137], 'additional': [138], 'I/O': [139], 'when': [140], 'ST': [142], 'fits': [143], 'into': [144], 'memory.': [145], 'have': [147, 153], 'implemented': [148], 'our': [151], 'experiments': [152], 'demonstrated': [154], 'significant': [155], 'improvements': [156], 'performance': [158], 'scalability': [160], 'ROLAP/MOLAP': [163], 'approaches.': [164]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2014339852', 'counts_by_year': [{'year': 2020, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-09-26T21:08:52.772982', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W620921873', 'doi': 'https://doi.org/10.5860/choice.42-5042', 'title': 'The Cubist painters', 'display_name': 'The Cubist painters', 'relevance_score': 263.12744, 'publication_year': 2005, 'publication_date': '2005-05-01', 'ids': {'openalex': 'https://openalex.org/W620921873', 'doi': 'https://doi.org/10.5860/choice.42-5042', 'mag': '620921873'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.5860/choice.42-5042', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764375719', 'display_name': 'Choice Reviews Online', 'issn_l': '0009-4978', 'issn': ['0009-4978', '1943-5975', '1523-8253'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316146', 'host_organization_name': 'Association of College and Research Libraries', 'host_organization_lineage': ['https://openalex.org/P4310315903', 'https://openalex.org/P4310316146'], 'host_organization_lineage_names': ['American Library Association', 'Association of College and Research Libraries'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 19, 'biblio': {'volume': '42', 'issue': '09', 'first_page': '42', 'last_page': '5042'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C205783811', 'wikidata': 'https://www.wikidata.org/wiki/Q11629', 'display_name': 'Painting', 'level': 2, 'score': 0.65703595}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.45464242}, {'id': 'https://openalex.org/C107038049', 'wikidata': 'https://www.wikidata.org/wiki/Q35986', 'display_name': 'Aesthetics', 'level': 1, 'score': 0.43343103}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.24550149}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.5860/choice.42-5042', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764375719', 'display_name': 'Choice Reviews Online', 'issn_l': '0009-4978', 'issn': ['0009-4978', '1943-5975', '1523-8253'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316146', 'host_organization_name': 'Association of College and Research Libraries', 'host_organization_lineage': ['https://openalex.org/P4310315903', 'https://openalex.org/P4310316146'], 'host_organization_lineage_names': ['American Library Association', 'Association of College and Research Libraries'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.17}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W8306350', 'https://openalex.org/W577538335', 'https://openalex.org/W627686627', 'https://openalex.org/W635221961', 'https://openalex.org/W2199781066', 'https://openalex.org/W2263429904', 'https://openalex.org/W2265754767', 'https://openalex.org/W2268712973', 'https://openalex.org/W2331708682', 'https://openalex.org/W3174723673'], 'ngrams_url': 'https://api.openalex.org/works/W620921873/ngrams', 'abstract_inverted_index': {"Publisher's": [0], 'Foreword': [1], 'PART': [2, 31], 'ONE:': [3], 'THE': [4], 'CUBIST': [5], 'PAINTERS': [6], 'On': [7], 'Painting': [8], 'New': [9], 'Painters': [10, 43, 64, 74, 80], 'Picasso': [11], 'Georges': [12], 'Braque': [13], 'Jean': [14], 'Metzinger': [15], 'Albert': [16], 'Gleizes': [17], 'Marie': [18], 'Laurencin': [19], 'Juan': [20], 'Gris': [21], 'Fernand': [22], 'Leger': [23], 'Francis': [24], 'Picabia': [25], 'Marcel': [26], 'Duchamp': [27], 'Appendix': [28], 'Note': [29], 'Plates': [30], 'TWO:': [32], 'APOLLINAIRE': [33], 'AND': [34], 'CUBISM': [35], 'Apollinaire': [36, 44], 'as': [37], 'Art': [38], 'Critic': [39], 'Before': [40], 'The': [41, 47, 54, 62, 72, 78], 'Cubist': [42, 48, 55, 63, 73, 79], 'and': [45, 59, 65], 'Cubism': [46, 69], 'Painters:': [49, 56], 'Genesis': [50], 'of': [51, 68], 'the': [52, 66], 'Book': [53], 'Structure,': [57], 'Style': [58], 'Modern': [60], 'Beauty': [61], 'Enemies': [67], 'Aesthetic': [70], 'Meditations.': [71], 'Critical': [75], 'Response': [76], 'to': [77], 'Translations': [81], 'Conclusion': [82], 'Biographical': [83], 'Notes': [84], 'Bibliography': [85]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W620921873', 'counts_by_year': [{'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 2}, {'year': 2013, 'cited_by_count': 3}, {'year': 2012, 'cited_by_count': 2}], 'updated_date': '2023-09-26T12:52:34.703223', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W566860098', 'doi': None, 'title': 'The Cubist cinema', 'display_name': 'The Cubist cinema', 'relevance_score': 261.26575, 'publication_year': 1975, 'publication_date': '1975-01-01', 'ids': {'openalex': 'https://openalex.org/W566860098', 'mag': '566860098'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/ncid/BA19583371', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306463659', 'display_name': 'New York University Press eBooks', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'ebook platform'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'book', 'type_crossref': 'book', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5077029675', 'display_name': 'Standish D. Lawder', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Standish D. Lawder', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5077029675'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 21, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C519580073', 'wikidata': 'https://www.wikidata.org/wiki/Q41253', 'display_name': 'Movie theater', 'level': 2, 'score': 0.6798595}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.38491982}, {'id': 'https://openalex.org/C52119013', 'wikidata': 'https://www.wikidata.org/wiki/Q50637', 'display_name': 'Art history', 'level': 1, 'score': 0.19022566}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/ncid/BA19583371', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306463659', 'display_name': 'New York University Press eBooks', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'ebook platform'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.11}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W618318804', 'https://openalex.org/W644522943', 'https://openalex.org/W1537287693', 'https://openalex.org/W1538617728', 'https://openalex.org/W2067799094', 'https://openalex.org/W2163653295', 'https://openalex.org/W2246275187', 'https://openalex.org/W2329642757', 'https://openalex.org/W2332546392', 'https://openalex.org/W2521156468', 'https://openalex.org/W2586375265', 'https://openalex.org/W2600417340', 'https://openalex.org/W2796567725', 'https://openalex.org/W2903727942', 'https://openalex.org/W2904949818', 'https://openalex.org/W2946393590', 'https://openalex.org/W2970123459', 'https://openalex.org/W3008353809', 'https://openalex.org/W3089718650', 'https://openalex.org/W3122015772'], 'ngrams_url': 'https://api.openalex.org/works/W566860098/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W566860098', 'counts_by_year': [{'year': 2016, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 4}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-09-25T00:15:28.372961', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2319001447', 'doi': 'https://doi.org/10.1080/00043249.1988.10792429', 'title': 'X Rays and the Quest for Invisible Reality in the Art of Kupka, Duchamp, and the Cubists', 'display_name': 'X Rays and the Quest for Invisible Reality in the Art of Kupka, Duchamp, and the Cubists', 'relevance_score': 250.59102, 'publication_year': 1988, 'publication_date': '1988-12-01', 'ids': {'openalex': 'https://openalex.org/W2319001447', 'doi': 'https://doi.org/10.1080/00043249.1988.10792429', 'mag': '2319001447'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1080/00043249.1988.10792429', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S184725536', 'display_name': 'Art Journal', 'issn_l': '0004-3249', 'issn': ['2325-5307', '0004-3249'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320307', 'host_organization_name': 'College Art Association', 'host_organization_lineage': ['https://openalex.org/P4310320307'], 'host_organization_lineage_names': ['College Art Association'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5000274024', 'display_name': 'Linda Dalrymple Henderson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210087414', 'display_name': 'Making View (Norway)', 'ror': 'https://ror.org/0108yh543', 'country_code': 'NO', 'type': 'company', 'lineage': ['https://openalex.org/I4210087414']}], 'countries': ['NO'], 'is_corresponding': True, 'raw_author_name': 'Linda Dalrymple Henderson', 'raw_affiliation_string': 'View further author information', 'raw_affiliation_strings': ['View further author information']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5000274024'], 'corresponding_institution_ids': ['https://openalex.org/I4210087414'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 42, 'biblio': {'volume': '47', 'issue': '4', 'first_page': '323', 'last_page': '340'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778757428', 'wikidata': 'https://www.wikidata.org/wiki/Q1250464', 'display_name': 'Realm', 'level': 2, 'score': 0.82966805}, {'id': 'https://openalex.org/C186720457', 'wikidata': 'https://www.wikidata.org/wiki/Q7087', 'display_name': 'Consciousness', 'level': 2, 'score': 0.59531224}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.5704573}, {'id': 'https://openalex.org/C2776242748', 'wikidata': 'https://www.wikidata.org/wiki/Q2426218', 'display_name': 'Modernism (music)', 'level': 2, 'score': 0.5314839}, {'id': 'https://openalex.org/C52119013', 'wikidata': 'https://www.wikidata.org/wiki/Q50637', 'display_name': 'Art history', 'level': 1, 'score': 0.46754995}, {'id': 'https://openalex.org/C107038049', 'wikidata': 'https://www.wikidata.org/wiki/Q35986', 'display_name': 'Aesthetics', 'level': 1, 'score': 0.4662}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.26019078}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.20724258}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.17605445}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.051666558}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1080/00043249.1988.10792429', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S184725536', 'display_name': 'Art Journal', 'issn_l': '0004-3249', 'issn': ['2325-5307', '0004-3249'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320307', 'host_organization_name': 'College Art Association', 'host_organization_lineage': ['https://openalex.org/P4310320307'], 'host_organization_lineage_names': ['College Art Association'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.11}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1975913987', 'https://openalex.org/W2056075286', 'https://openalex.org/W2124291641', 'https://openalex.org/W2369451173', 'https://openalex.org/W2390295014', 'https://openalex.org/W2391627234', 'https://openalex.org/W2581273334', 'https://openalex.org/W2748952813', 'https://openalex.org/W2978822649', 'https://openalex.org/W2991546246'], 'ngrams_url': 'https://api.openalex.org/works/W2319001447/ngrams', 'abstract_inverted_index': {'In': [0], 'a': [1, 21, 59, 94, 97, 101, 143], '1949': [2], 'essay,': [3], '“Some': [4], 'Memories': [5], 'of': [6, 27, 29, 34, 43, 62, 75, 90, 96, 114, 117, 123, 162], 'Pre-Dada:': [7], 'Picabia': [8], 'and': [9, 37], 'Duchamp,”': [10], 'Gabrielle': [11], 'Buffet-Picabia': [12], 'recalled': [13], 'the': [14, 32, 35, 38, 44, 63, 67, 71, 83, 87, 121, 150, 160], 'years': [15], 'before': [16], 'World': [17], 'War': [18, 157], 'I': [19, 158], 'as': [20], 'time': [22], 'characterized': [23], 'by': [24, 107, 111, 165], '“an': [25], 'ebullience': [26], 'invention,': [28], 'exploration': [30], 'beyond': [31], 'realm': [33], 'visible': [36], 'rational': [39], 'in': [40, 56, 134, 155, 169], 'every': [41, 57], 'domain': [42], 'mind—science,': [45], 'psychology,': [46], 'imagination.”': [47], 'And': [48], 'she': [49], 'concluded,': [50], '“It': [51], 'would': [52], 'seem,': [53], 'moreover,': [54], 'that': [55, 76, 86], 'field,': [58], 'principal': [60], 'direction': [61], '20th': [64], 'century': [65], 'was': [66, 79, 92], 'attempt': [68], 'to': [69, 104, 142, 149], 'capture': [70], '‘nonperceptible‘.”': [72], 'One': [73], 'aspect': [74], 'imperceptible': [77], 'reality': [78, 103, 154], '“the': [80, 124], 'fourth': [81, 125], 'dimension,”': [82], 'popular': [84], 'idea': [85], 'three-dimensional': [88], 'world': [89], 'perception': [91], 'merely': [93], 'section': [95], 'truer': [98], 'four-dimensional': [99], 'realm,': [100], 'higher': [102], 'be': [105], 'discovered': [106], 'sensitive': [108], 'artists': [109], 'or': [110], 'those': [112], 'possessed': [113], 'some': [115], 'kind': [116], '“cosmic': [118], 'consciousness.”': [119], 'Although': [120], 'importance': [122], 'dimension”': [126], 'for': [127], 'early': [128], 'modernism': [129], 'has': [130, 139], 'been': [131, 140], 'discussed': [132], 'frequently': [133], 'recent': [135], 'years,': [136], 'little': [137], 'attention': [138], 'given': [141], 'second,': [144], 'equally': [145], 'important': [146], 'factor': [147], 'contributing': [148], 'preoccupation': [151], 'with': [152], 'supersensible': [153], 'pre—World': [156], 'Paris:': [159], 'discovery': [161], 'x': [163], 'rays': [164], 'Wilhelm': [166], 'Conrad': [167], 'Röntgen': [168], '1895.': [170]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2319001447', 'counts_by_year': [{'year': 2022, 'cited_by_count': 1}, {'year': 2021, 'cited_by_count': 2}, {'year': 2020, 'cited_by_count': 3}, {'year': 2019, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 3}, {'year': 2016, 'cited_by_count': 5}, {'year': 2013, 'cited_by_count': 2}, {'year': 2012, 'cited_by_count': 3}], 'updated_date': '2023-09-30T08:10:33.558910', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2569333882', 'doi': 'https://doi.org/10.1007/978-3-319-16178-5_7', 'title': 'Detecting People in Cubist Art', 'display_name': 'Detecting People in Cubist Art', 'relevance_score': 236.96785, 'publication_year': 2015, 'publication_date': '2015-01-01', 'ids': {'openalex': 'https://openalex.org/W2569333882', 'doi': 'https://doi.org/10.1007/978-3-319-16178-5_7', 'mag': '2569333882'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/978-3-319-16178-5_7', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/978-3-319-16178-5_7.pdf', 'source': {'id': 'https://openalex.org/S106296714', 'display_name': 'Lecture Notes in Computer Science', 'issn_l': '0302-9743', 'issn': ['1611-3349', '0302-9743'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'book series'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'book-chapter', 'type_crossref': 'book-chapter', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://link.springer.com/content/pdf/10.1007/978-3-319-16178-5_7.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5009491631', 'display_name': 'Shiry Ginosar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Shiry Ginosar', 'raw_affiliation_string': 'University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037061685', 'display_name': 'David J. Haas', 'orcid': 'https://orcid.org/0000-0002-0033-0128'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Daniel Haas', 'raw_affiliation_string': 'University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['University of California Berkeley, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078695322', 'display_name': 'Timothy A. Brown', 'orcid': 'https://orcid.org/0000-0002-5334-0768'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Timothy Brown', 'raw_affiliation_string': 'University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['University of California Berkeley, Berkeley, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5001594573', 'display_name': 'Jitendra Malik', 'orcid': 'https://orcid.org/0000-0003-3695-1580'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jitendra Malik', 'raw_affiliation_string': 'University of California Berkeley, Berkeley, USA', 'raw_affiliation_strings': ['University of California Berkeley, Berkeley, USA']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5009491631'], 'corresponding_institution_ids': ['https://openalex.org/I95457486'], 'apc_list': {'value': 5000, 'currency': 'EUR', 'value_usd': 5392, 'provenance': 'doaj'}, 'apc_paid': {'value': 5000, 'currency': 'EUR', 'value_usd': 5392, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 20, 'biblio': {'volume': None, 'issue': None, 'first_page': '101', 'last_page': '116'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.8270836}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.74829555}, {'id': 'https://openalex.org/C31972630', 'wikidata': 'https://www.wikidata.org/wiki/Q844240', 'display_name': 'Computer vision', 'level': 1, 'score': 0.6770373}, {'id': 'https://openalex.org/C2776151529', 'wikidata': 'https://www.wikidata.org/wiki/Q3045304', 'display_name': 'Object detection', 'level': 3, 'score': 0.64118826}, {'id': 'https://openalex.org/C63479239', 'wikidata': 'https://www.wikidata.org/wiki/Q7353546', 'display_name': 'Robustness (evolution)', 'level': 3, 'score': 0.6200239}, {'id': 'https://openalex.org/C26760741', 'wikidata': 'https://www.wikidata.org/wiki/Q160402', 'display_name': 'Perception', 'level': 2, 'score': 0.50377005}, {'id': 'https://openalex.org/C2781238097', 'wikidata': 'https://www.wikidata.org/wiki/Q175026', 'display_name': 'Object (grammar)', 'level': 2, 'score': 0.48726073}, {'id': 'https://openalex.org/C192209626', 'wikidata': 'https://www.wikidata.org/wiki/Q190909', 'display_name': 'Focus (optics)', 'level': 2, 'score': 0.44541764}, {'id': 'https://openalex.org/C2776359362', 'wikidata': 'https://www.wikidata.org/wiki/Q2145286', 'display_name': 'Representation (politics)', 'level': 3, 'score': 0.42931348}, {'id': 'https://openalex.org/C153180895', 'wikidata': 'https://www.wikidata.org/wiki/Q7148389', 'display_name': 'Pattern recognition (psychology)', 'level': 2, 'score': 0.28632727}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.078835726}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C94625758', 'wikidata': 'https://www.wikidata.org/wiki/Q7163', 'display_name': 'Politics', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/978-3-319-16178-5_7', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/978-3-319-16178-5_7.pdf', 'source': {'id': 'https://openalex.org/S106296714', 'display_name': 'Lecture Notes in Computer Science', 'issn_l': '0302-9743', 'issn': ['1611-3349', '0302-9743'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'book series'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1409.6235', 'pdf_url': 'https://arxiv.org/pdf/1409.6235', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.720.9992', 'pdf_url': 'http://www.eecs.berkeley.edu/%7Eshiry/publications/Picasso_ECCV_2014.pdf', 'source': {'id': 'https://openalex.org/S4306400349', 'display_name': 'CiteSeer X (The Pennsylvania State University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130769515', 'host_organization_name': 'Pennsylvania State University', 'host_organization_lineage': ['https://openalex.org/I130769515'], 'host_organization_lineage_names': ['Pennsylvania State University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/978-3-319-16178-5_7', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/978-3-319-16178-5_7.pdf', 'source': {'id': 'https://openalex.org/S106296714', 'display_name': 'Lecture Notes in Computer Science', 'issn_l': '0302-9743', 'issn': ['1611-3349', '0302-9743'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'book series'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.32}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.31}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.13}], 'grants': [], 'referenced_works_count': 18, 'referenced_works': ['https://openalex.org/W1590510366', 'https://openalex.org/W1864464506', 'https://openalex.org/W1982428585', 'https://openalex.org/W2031489346', 'https://openalex.org/W2037090920', 'https://openalex.org/W2055132753', 'https://openalex.org/W2076232502', 'https://openalex.org/W2079558705', 'https://openalex.org/W2102605133', 'https://openalex.org/W2115638326', 'https://openalex.org/W2125327034', 'https://openalex.org/W2130737558', 'https://openalex.org/W2163569468', 'https://openalex.org/W2164962782', 'https://openalex.org/W2168356304', 'https://openalex.org/W2535410496', 'https://openalex.org/W2801449017', 'https://openalex.org/W4237530645'], 'related_works': ['https://openalex.org/W1988485990', 'https://openalex.org/W2007544051', 'https://openalex.org/W2035976912', 'https://openalex.org/W2095705906', 'https://openalex.org/W2334336442', 'https://openalex.org/W2541791370', 'https://openalex.org/W2732308154', 'https://openalex.org/W2975200075', 'https://openalex.org/W3094187672', 'https://openalex.org/W3177406559'], 'ngrams_url': 'https://api.openalex.org/works/W2569333882/ngrams', 'abstract_inverted_index': {'Although': [0], 'the': [1, 40, 72, 137, 145, 152], 'human': [2, 43, 50, 75, 98, 116, 122], 'visual': [3], 'system': [4], 'is': [5], 'surprisingly': [6], 'robust': [7], 'to': [8, 25, 71, 79, 100], 'extreme': [9], 'distortion': [10], 'when': [11], 'recognizing': [12], 'objects,': [13, 96], 'most': [14], 'evaluations': [15], 'of': [16, 42, 95, 108, 147], 'computer': [17], 'object': [18, 66, 88, 103, 133, 149], 'detection': [19, 89, 134], 'methods': [20, 90], 'focus': [21], 'only': [22], 'on': [23, 91, 105], 'robustness': [24], 'natural': [26], 'form': [27], 'deformations': [28], 'such': [29], 'as': [30, 136], 'people’s': [31], 'pose': [32], 'changes.': [33], 'To': [34], 'determine': [35], 'whether': [36], 'algorithms': [37], 'truly': [38], 'mirror': [39], 'flexibility': [41], 'vision,': [44], 'they': [45], 'must': [46], 'be': [47], 'compared': [48], 'against': [49], 'vision': [51, 76], 'at': [52], 'its': [53], 'limits.': [54], 'For': [55], 'example,': [56], 'in': [57, 132, 151], 'Cubist': [58], 'abstract': [59, 93, 141], 'art,': [60], 'painted': [61], 'objects': [62, 138], 'are': [63], 'distorted': [64], 'by': [65], 'fragmentation': [67], 'and': [68, 124, 142], 'part-reorganization,': [69], 'sometimes': [70], 'point': [73], 'that': [74, 114], 'often': [77], 'fails': [78], 'recognize': [80], 'them.': [81], 'In': [82], 'this': [83], 'paper,': [84], 'we': [85], 'evaluate': [86], 'existing': [87], 'these': [92], 'renditions': [94], 'comparing': [97], 'annotators': [99], 'four': [101], 'state-of-the-art': [102], 'detectors': [104], 'a': [106, 128], 'corpus': [107], 'Picasso': [109], 'paintings.': [110], 'Our': [111], 'results': [112], 'demonstrate': [113], 'while': [115], 'perception': [117, 123], 'significantly': [118], 'outperforms': [119], 'current': [120], 'methods,': [121], 'part-based': [125, 148], 'models': [126], 'exhibit': [127], 'similarly': [129], 'graceful': [130], 'degradation': [131], 'performance': [135], 'become': [139], 'increasingly': [140], 'fragmented,': [143], 'corroborating': [144], 'theory': [146], 'representation': [150], 'brain.': [153]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2569333882', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2022, 'cited_by_count': 1}, {'year': 2021, 'cited_by_count': 2}, {'year': 2020, 'cited_by_count': 5}, {'year': 2019, 'cited_by_count': 7}, {'year': 2017, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 2}, {'year': 2015, 'cited_by_count': 1}], 'updated_date': '2023-09-23T20:11:14.298154', 'created_date': '2017-01-13'}, {'id': 'https://openalex.org/W2152342049', 'doi': 'https://doi.org/10.1068/p6080', 'title': 'Effect of Title on Eye-Movement Exploration of Cubist Paintings by Fernand Léger', 'display_name': 'Effect of Title on Eye-Movement Exploration of Cubist Paintings by Fernand Léger', 'relevance_score': 226.17865, 'publication_year': 2009, 'publication_date': '2009-01-01', 'ids': {'openalex': 'https://openalex.org/W2152342049', 'doi': 'https://doi.org/10.1068/p6080', 'mag': '2152342049', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/19522318'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1068/p6080', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S58778951', 'display_name': 'Perception', 'issn_l': '0301-0066', 'issn': ['0301-0066', '1468-4233'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320017', 'host_organization_name': 'SAGE Publishing', 'host_organization_lineage': ['https://openalex.org/P4310320017'], 'host_organization_lineage_names': ['SAGE Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5068421277', 'display_name': 'Zoı̈ Kapoula', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109141', 'display_name': 'Hôpital Européen', 'ror': 'https://ror.org/01tfhsg94', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109141']}, {'id': 'https://openalex.org/I4210102325', 'display_name': 'Hôpital Européen Georges-Pompidou', 'ror': 'https://ror.org/016vx5156', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210102325', 'https://openalex.org/I4210120235']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'Zoi Kapoula', 'raw_affiliation_string': 'Laboratoire IRIS, FRE3154, CNRS, Pôle de Stomatologie Ophtalmologie et ORL, Hôpital Européen Georges Pompidou, 20 rue Leblanc, 75908 Paris Cedex 15, France', 'raw_affiliation_strings': ['Laboratoire IRIS, FRE3154, CNRS, Pôle de Stomatologie Ophtalmologie et ORL, Hôpital Européen Georges Pompidou, 20 rue Leblanc, 75908 Paris Cedex 15, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088594231', 'display_name': 'Gintautas Daunys', 'orcid': 'https://orcid.org/0000-0003-2295-2881'}, 'institutions': [{'id': 'https://openalex.org/I162380102', 'display_name': 'Šiauliai University', 'ror': 'https://ror.org/033rfce62', 'country_code': 'LT', 'type': 'education', 'lineage': ['https://openalex.org/I162380102']}], 'countries': ['LT'], 'is_corresponding': False, 'raw_author_name': 'Gintautas Daunys', 'raw_affiliation_string': 'Department of Radio Engineering, University of Technology, Siauliai, Lithuania', 'raw_affiliation_strings': ['Department of Radio Engineering, University of Technology, Siauliai, Lithuania']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002108498', 'display_name': 'Olivier Herbez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109141', 'display_name': 'Hôpital Européen', 'ror': 'https://ror.org/01tfhsg94', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109141']}, {'id': 'https://openalex.org/I4210102325', 'display_name': 'Hôpital Européen Georges-Pompidou', 'ror': 'https://ror.org/016vx5156', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210102325', 'https://openalex.org/I4210120235']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Olivier Herbez', 'raw_affiliation_string': 'Laboratoire IRIS, FRE3154, CNRS, Pôle de Stomatologie Ophtalmologie et ORL, Hôpital Européen Georges Pompidou, 20 rue Leblanc, 75908 Paris Cedex 15, France', 'raw_affiliation_strings': ['Laboratoire IRIS, FRE3154, CNRS, Pôle de Stomatologie Ophtalmologie et ORL, Hôpital Européen Georges Pompidou, 20 rue Leblanc, 75908 Paris Cedex 15, France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5077035751', 'display_name': 'Qing Yang', 'orcid': 'https://orcid.org/0000-0001-9385-8636'}, 'institutions': [{'id': 'https://openalex.org/I4210109141', 'display_name': 'Hôpital Européen', 'ror': 'https://ror.org/01tfhsg94', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109141']}, {'id': 'https://openalex.org/I4210102325', 'display_name': 'Hôpital Européen Georges-Pompidou', 'ror': 'https://ror.org/016vx5156', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210102325', 'https://openalex.org/I4210120235']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Qing Yang', 'raw_affiliation_string': 'Laboratoire IRIS, FRE3154, CNRS, Pôle de Stomatologie Ophtalmologie et ORL, Hôpital Européen Georges Pompidou, 20 rue Leblanc, 75908 Paris Cedex 15, France', 'raw_affiliation_strings': ['Laboratoire IRIS, FRE3154, CNRS, Pôle de Stomatologie Ophtalmologie et ORL, Hôpital Européen Georges Pompidou, 20 rue Leblanc, 75908 Paris Cedex 15, France']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 4, 'corresponding_author_ids': ['https://openalex.org/A5068421277'], 'corresponding_institution_ids': ['https://openalex.org/I4210109141', 'https://openalex.org/I4210102325', 'https://openalex.org/I1294671590'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 27, 'biblio': {'volume': '38', 'issue': '4', 'first_page': '479', 'last_page': '491'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C205783811', 'wikidata': 'https://www.wikidata.org/wiki/Q11629', 'display_name': 'Painting', 'level': 2, 'score': 0.82862973}, {'id': 'https://openalex.org/C2779524336', 'wikidata': 'https://www.wikidata.org/wiki/Q369503', 'display_name': 'Saccade', 'level': 3, 'score': 0.7227252}, {'id': 'https://openalex.org/C153050134', 'wikidata': 'https://www.wikidata.org/wiki/Q760256', 'display_name': 'Eye movement', 'level': 2, 'score': 0.7120257}, {'id': 'https://openalex.org/C146249460', 'wikidata': 'https://www.wikidata.org/wiki/Q2914991', 'display_name': 'Fixation (population genetics)', 'level': 3, 'score': 0.70807856}, {'id': 'https://openalex.org/C2776502983', 'wikidata': 'https://www.wikidata.org/wiki/Q690182', 'display_name': 'Contrast (vision)', 'level': 2, 'score': 0.5133704}, {'id': 'https://openalex.org/C26760741', 'wikidata': 'https://www.wikidata.org/wiki/Q160402', 'display_name': 'Perception', 'level': 2, 'score': 0.44319206}, {'id': 'https://openalex.org/C112758219', 'wikidata': 'https://www.wikidata.org/wiki/Q16038819', 'display_name': 'Duration (music)', 'level': 2, 'score': 0.44076848}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.43156546}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.40999824}, {'id': 'https://openalex.org/C180747234', 'wikidata': 'https://www.wikidata.org/wiki/Q23373', 'display_name': 'Cognitive psychology', 'level': 1, 'score': 0.34870493}, {'id': 'https://openalex.org/C548259974', 'wikidata': 'https://www.wikidata.org/wiki/Q569965', 'display_name': 'Audiology', 'level': 1, 'score': 0.33830148}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.2857327}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.25260258}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.2460573}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.18644202}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.17965013}, {'id': 'https://openalex.org/C124952713', 'wikidata': 'https://www.wikidata.org/wiki/Q8242', 'display_name': 'Literature', 'level': 1, 'score': 0.1510778}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.09366384}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D053483', 'descriptor_name': 'Eye Movement Measurements', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D005133', 'descriptor_name': 'Eye Movements', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': True}, {'descriptor_ui': 'D010151', 'descriptor_name': 'Paintings', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D053483', 'descriptor_name': 'Eye Movement Measurements', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005133', 'descriptor_name': 'Eye Movements', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005403', 'descriptor_name': 'Fixation, Ocular', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': False}, {'descriptor_ui': 'D005403', 'descriptor_name': 'Fixation, Ocular', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010151', 'descriptor_name': 'Paintings', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010364', 'descriptor_name': 'Pattern Recognition, Visual', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': False}, {'descriptor_ui': 'D010364', 'descriptor_name': 'Pattern Recognition, Visual', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012438', 'descriptor_name': 'Saccades', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': False}, {'descriptor_ui': 'D012438', 'descriptor_name': 'Saccades', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009626', 'descriptor_name': 'Terminology as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013997', 'descriptor_name': 'Time Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1068/p6080', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S58778951', 'display_name': 'Perception', 'issn_l': '0301-0066', 'issn': ['0301-0066', '1468-4233'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320017', 'host_organization_name': 'SAGE Publishing', 'host_organization_lineage': ['https://openalex.org/P4310320017'], 'host_organization_lineage_names': ['SAGE Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/19522318', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.13}], 'grants': [], 'referenced_works_count': 20, 'referenced_works': ['https://openalex.org/W76943655', 'https://openalex.org/W1504607447', 'https://openalex.org/W1967355977', 'https://openalex.org/W1981477733', 'https://openalex.org/W1983379720', 'https://openalex.org/W1983480349', 'https://openalex.org/W2022501908', 'https://openalex.org/W2033198735', 'https://openalex.org/W2054802006', 'https://openalex.org/W2071012396', 'https://openalex.org/W2091845343', 'https://openalex.org/W2119228922', 'https://openalex.org/W2135347478', 'https://openalex.org/W2138881701', 'https://openalex.org/W2141818625', 'https://openalex.org/W2157481588', 'https://openalex.org/W2313806410', 'https://openalex.org/W2316171713', 'https://openalex.org/W4211165038', 'https://openalex.org/W4230779229'], 'related_works': ['https://openalex.org/W891835355', 'https://openalex.org/W1969923155', 'https://openalex.org/W2062582535', 'https://openalex.org/W2086849791', 'https://openalex.org/W2152342049', 'https://openalex.org/W2257465243', 'https://openalex.org/W2401894703', 'https://openalex.org/W2406242836', 'https://openalex.org/W3022904856', 'https://openalex.org/W3132805050'], 'ngrams_url': 'https://api.openalex.org/works/W2152342049/ngrams', 'abstract_inverted_index': {'Franklin': [0], 'et': [1], 'al': [2], '(1993,': [3], 'Leonardo26': [4], '103–108)': [5], 'reported': [6], 'that': [7, 299, 359], 'title': [8, 48, 118, 127, 136, 179, 211, 220, 309, 339, 360], 'information': [9, 361], 'influenced': [10], 'the': [11, 17, 24, 45, 117, 122, 134, 158, 185, 210, 213, 228, 296, 301, 312, 325, 329, 338, 341, 345, 349, 370, 380], 'interpretation': [12], 'of': [13, 47, 52, 73, 76, 93, 98, 102, 110, 133, 190, 193, 197, 264, 273, 276, 286, 295, 317, 348, 366, 372, 379], 'paintings': [14, 55, 62, 114, 217, 306], 'but': [15, 246, 267], 'not': [16], 'way': [18], 'observers': [19], 'explore': [20], 'and': [21, 43, 106, 130, 143, 196, 212, 243, 252, 278, 307, 369], 'look': [22], 'at': [23], 'paintings;': [25], 'in': [26, 157, 184, 324], 'their': [27], 'study': [28], 'subjects': [29, 112], 'used': [30, 40], 'a': [31, 99, 126, 293], 'hand': [32], 'pointer': [33], 'to': [34, 58, 124, 155, 162, 202, 259, 269], 'indicate': [35], 'where': [36], 'they': [37], 'looked.': [38], 'We': [39, 357], 'eye-movement': [41, 50], 'recording': [42], 'examined': [44], 'effect': [46], 'on': [49, 344], 'exploration': [51, 232], 'nonrealistic': [53], 'cubist': [54], 'giving': [56], 'rise': [57], 'free': [59], 'interpretation.': [60], 'Three': [61], 'by': [63, 148, 281], 'Fernand': [64], 'Léger': [65], 'were': [66, 146, 321], 'used:': [67], 'The': [68, 89, 222, 255, 335], 'Wedding': [69, 223], 'contained': [70, 104, 280], 'high': [71], 'density': [72, 263], 'small': [74, 265], 'fragments': [75, 83, 95], 'real': [77], 'human': [78], 'faces,': [79], 'limbs,': [80], 'or': [81], 'arbitrary': [82, 94], 'mixed': [84], 'with': [85, 121, 292], 'large': [86], 'plane': [87], 'surfaces;': [88], 'Alarm': [90, 336], 'Clock': [91, 337], 'consisted': [92], 'creating': [96], 'perception': [97], 'person;': [100], 'Contrast': [101, 189], 'Forms': [103], 'forms': [105], 'cylinders.': [107], 'Different': [108], 'groups': [109], 'naive': [111], 'explored': [113], 'without': [115], 'knowing': [116], '(spontaneous': [119], 'condition),': [120, 129, 236], 'instruction': [123], 'invent': [125], '(active': [128], 'after': [131], 'announcement': [132], 'authentic': [135], '(driven': [137], 'condition).': [138], 'Exploration': [139], 'time': [140, 233, 288, 374], 'was': [141, 153, 289, 300], 'unrestricted': [142], 'eye': [144, 367], 'movements': [145, 368], 'recorded': [147], 'Chronos': [149], 'video-oculography.': [150], 'Fixation': [151], 'duration': [152, 195, 239], 'found': [154], 'increase': [156, 166], 'driven': [159, 186, 244, 253, 313], 'condition': [160, 187], 'relative': [161], 'active': [163, 251], 'condition;': [164], 'such': [165], 'occurred': [167], 'for': [168, 188, 304, 334], 'all': [169, 178, 305, 308], 'paintings.': [170], 'In': [171, 311], 'contrast,': [172], 'fixation-duration': [173], 'variability': [174, 240], 'remained': [175], 'stable': [176], 'over': [177, 375], 'conditions.': [180, 310], 'Saccade': [181], 'amplitude': [182], 'increased': [183], 'Forms.': [191], 'Increase': [192], 'fixation': [194, 238, 287, 373], 'saccade': [198, 248], 'size': [199], 'are': [200, 257], 'attributed': [201, 258], 'additional': [203], 'cognitive': [204], 'analysis,': [205], 'ie': [206], 'search': [207], 'fitting': [208], 'between': [209], 'painting.': [214, 283, 381], 'When': [215], 'comparing': [216], 'within': [218], 'each': [219], 'condition,': [221, 314], 'produced': [224], 'different': [225, 322, 376], 'results': [226], 'than': [227, 323], 'other': [229, 326], 'paintings:': [230], 'longer': [231], '(in': [234, 241, 250], 'spontaneous': [235, 242], 'higher': [237], 'conditions),': [245], 'smaller': [247], 'sizes': [249], 'conditions).': [254], 'differences': [256], 'visual': [260], 'aspects': [261], '(high': [262], 'fragments)': [266], 'also': [268], 'complex': [270], 'semantic': [271], 'analysis': [272], 'multiple': [274], 'segments': [275], 'faces': [277], 'limbs': [279], 'this': [282], 'Spatial': [284], 'distribution': [285, 371], 'highly': [290], 'selective,': [291], 'preponderance': [294], 'central': [297], 'area': [298], 'most': [302, 318], 'fixated': [303], 'however,': [315], 'loci': [316], 'frequent': [319], 'fixations': [320], 'conditions': [327], 'from': [328], 'first': [330], '5': [331], 's;': [332], 'particularly': [333], 'drove': [340], 'eyes': [342], 'rapidly': [343], 'inconspicuous': [346], 'fragment': [347], 'clock.': [350], 'Our': [351], 'findings': [352], 'go': [353], 'against': [354], "Franklin's": [355], 'conclusions.': [356], 'conclude': [358], 'influences': [362], 'both': [363], 'physiological': [364], 'parameters': [365], 'selected': [377], 'areas': [378]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2152342049', 'counts_by_year': [{'year': 2022, 'cited_by_count': 3}, {'year': 2021, 'cited_by_count': 5}, {'year': 2020, 'cited_by_count': 2}, {'year': 2019, 'cited_by_count': 2}, {'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 2}, {'year': 2016, 'cited_by_count': 4}, {'year': 2015, 'cited_by_count': 2}, {'year': 2014, 'cited_by_count': 2}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-09-25T05:43:11.358829', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1966134157', 'doi': 'https://doi.org/10.3389/neuro.09.011.2010', 'title': 'Training facilitates object recognition in cubist paintings', 'display_name': 'Training facilitates object recognition in cubist paintings', 'relevance_score': 207.02296, 'publication_year': 2010, 'publication_date': '2010-01-01', 'ids': {'openalex': 'https://openalex.org/W1966134157', 'doi': 'https://doi.org/10.3389/neuro.09.011.2010', 'mag': '1966134157', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/20224810', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2834450'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3389/neuro.09.011.2010', 'pdf_url': 'https://www.frontiersin.org/articles/10.3389/neuro.09.011.2010/pdf', 'source': {'id': 'https://openalex.org/S146364893', 'display_name': 'Frontiers in Human Neuroscience', 'issn_l': '1662-5161', 'issn': ['1662-5161'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320527', 'host_organization_name': 'Frontiers Media', 'host_organization_lineage': ['https://openalex.org/P4310320527'], 'host_organization_lineage_names': ['Frontiers Media'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.frontiersin.org/articles/10.3389/neuro.09.011.2010/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5020033442', 'display_name': 'Wiesmann', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I202697423', 'display_name': 'University of Zurich', 'ror': 'https://ror.org/02crff812', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I202697423']}], 'countries': ['CH'], 'is_corresponding': True, 'raw_author_name': 'None Wiesmann', 'raw_affiliation_string': 'University of Zurich, Institute of Neuroradiology, Zurich, Switzerland', 'raw_affiliation_strings': ['University of Zurich, Institute of Neuroradiology, Zurich, Switzerland']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5020033442'], 'corresponding_institution_ids': ['https://openalex.org/I202697423'], 'apc_list': {'value': 2950, 'currency': 'USD', 'value_usd': 2950, 'provenance': 'doaj'}, 'apc_paid': {'value': 2950, 'currency': 'USD', 'value_usd': 2950, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 18, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C205783811', 'wikidata': 'https://www.wikidata.org/wiki/Q11629', 'display_name': 'Painting', 'level': 2, 'score': 0.76939034}, {'id': 'https://openalex.org/C2781238097', 'wikidata': 'https://www.wikidata.org/wiki/Q175026', 'display_name': 'Object (grammar)', 'level': 2, 'score': 0.5943641}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.54490614}, {'id': 'https://openalex.org/C64876066', 'wikidata': 'https://www.wikidata.org/wiki/Q5141226', 'display_name': 'Cognitive neuroscience of visual object recognition', 'level': 3, 'score': 0.5336101}, {'id': 'https://openalex.org/C180747234', 'wikidata': 'https://www.wikidata.org/wiki/Q23373', 'display_name': 'Cognitive psychology', 'level': 1, 'score': 0.49554455}, {'id': 'https://openalex.org/C32916116', 'wikidata': 'https://www.wikidata.org/wiki/Q13217498', 'display_name': 'PICASSO', 'level': 3, 'score': 0.46126395}, {'id': 'https://openalex.org/C2779182362', 'wikidata': 'https://www.wikidata.org/wiki/Q17126187', 'display_name': 'Session (web analytics)', 'level': 2, 'score': 0.4597919}, {'id': 'https://openalex.org/C2779226451', 'wikidata': 'https://www.wikidata.org/wiki/Q903809', 'display_name': 'Functional magnetic resonance imaging', 'level': 2, 'score': 0.4454294}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.40148956}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.38311714}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.20128235}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.17259401}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.16302559}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3389/neuro.09.011.2010', 'pdf_url': 'https://www.frontiersin.org/articles/10.3389/neuro.09.011.2010/pdf', 'source': {'id': 'https://openalex.org/S146364893', 'display_name': 'Frontiers in Human Neuroscience', 'issn_l': '1662-5161', 'issn': ['1662-5161'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320527', 'host_organization_name': 'Frontiers Media', 'host_organization_lineage': ['https://openalex.org/P4310320527'], 'host_organization_lineage_names': ['Frontiers Media'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2834450', 'pdf_url': 'https://europepmc.org/articles/pmc2834450?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2834450', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.zora.uzh.ch/id/eprint/46898/1/Wiesmann_Ishai_FrontHumanNeurosci_2010.pdf', 'pdf_url': 'https://www.zora.uzh.ch/id/eprint/46898/1/Wiesmann_Ishai_FrontHumanNeurosci_2010.pdf', 'source': {'id': 'https://openalex.org/S4306401281', 'display_name': 'Zurich Open Repository and Archive (University of Zurich)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I202697423', 'host_organization_name': 'University of Zurich', 'host_organization_lineage': ['https://openalex.org/I202697423'], 'host_organization_lineage_names': ['University of Zurich'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/20224810', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3389/neuro.09.011.2010', 'pdf_url': 'https://www.frontiersin.org/articles/10.3389/neuro.09.011.2010/pdf', 'source': {'id': 'https://openalex.org/S146364893', 'display_name': 'Frontiers in Human Neuroscience', 'issn_l': '1662-5161', 'issn': ['1662-5161'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320527', 'host_organization_name': 'Frontiers Media', 'host_organization_lineage': ['https://openalex.org/P4310320527'], 'host_organization_lineage_names': ['Frontiers Media'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.47}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.17}], 'grants': [], 'referenced_works_count': 37, 'referenced_works': ['https://openalex.org/W1512965480', 'https://openalex.org/W1619178479', 'https://openalex.org/W1966565558', 'https://openalex.org/W1971147682', 'https://openalex.org/W1971396985', 'https://openalex.org/W1986209830', 'https://openalex.org/W1997370156', 'https://openalex.org/W2022613290', 'https://openalex.org/W2025484736', 'https://openalex.org/W2039741565', 'https://openalex.org/W2052986837', 'https://openalex.org/W2059982399', 'https://openalex.org/W2062083532', 'https://openalex.org/W2082627290', 'https://openalex.org/W2085063255', 'https://openalex.org/W2085663684', 'https://openalex.org/W2086593994', 'https://openalex.org/W2089632738', 'https://openalex.org/W2093656888', 'https://openalex.org/W2102406227', 'https://openalex.org/W2111796332', 'https://openalex.org/W2115667067', 'https://openalex.org/W2122143462', 'https://openalex.org/W2122249653', 'https://openalex.org/W2123341385', 'https://openalex.org/W2125327034', 'https://openalex.org/W2127958135', 'https://openalex.org/W2131352719', 'https://openalex.org/W2134927309', 'https://openalex.org/W2138326456', 'https://openalex.org/W2138881701', 'https://openalex.org/W2154301356', 'https://openalex.org/W2162792044', 'https://openalex.org/W2164239909', 'https://openalex.org/W2164364459', 'https://openalex.org/W2165092209', 'https://openalex.org/W4249760698'], 'related_works': ['https://openalex.org/W1528044252', 'https://openalex.org/W1531683208', 'https://openalex.org/W2066059397', 'https://openalex.org/W2372904789', 'https://openalex.org/W2380959884', 'https://openalex.org/W2536452361', 'https://openalex.org/W2707663905', 'https://openalex.org/W2730382106', 'https://openalex.org/W3212154412', 'https://openalex.org/W4320197069'], 'ngrams_url': 'https://api.openalex.org/works/W1966134157/ngrams', 'abstract_inverted_index': {'To': [0], 'the': [1, 18, 72, 81, 95, 103, 106, 113, 131, 163, 168, 175], 'naïve': [2], 'observer,': [3], 'cubist': [4, 60], 'paintings': [5, 41, 61, 132], 'contain': [6], 'geometrical': [7], 'forms': [8], 'in': [9, 17, 40, 80, 94, 102, 130, 142], 'which': [10, 174], 'familiar': [11, 128], 'objects': [12, 79, 129], 'are': [13], 'hardly': [14], 'recognizable,': [15], 'even': [16], 'presence': [19], 'of': [20, 105, 112, 115], 'a': [21, 30, 99, 110, 143, 153], 'meaningful': [22], 'title.': [23], 'We': [24], 'used': [25, 158], 'fMRI': [26, 107], 'to': [27, 71, 123, 161, 173, 179], 'test': [28], 'whether': [29], 'short': [31], 'training': [32], 'session': [33], 'about': [34], 'Cubism': [35], 'would': [36], 'facilitate': [37], 'object': [38, 67], 'recognition': [39, 68], 'by': [42], 'Picasso,': [43], 'Braque': [44], 'and': [45, 62, 65, 89, 133, 157], 'Gris.': [46], 'Subjects,': [47], 'who': [48], 'had': [49], 'no': [50], 'formal': [51], 'art': [52], 'education,': [53], 'were': [54, 86, 121, 138], 'presented': [55], 'with': [56, 98, 140], 'titled': [57], 'or': [58], 'untitled': [59], 'scrambled': [63], 'images,': [64], 'performed': [66], 'tasks.': [69, 164], 'Relative': [70], 'control': [73], 'group,': [74], 'trained': [75, 119, 150], 'subjects': [76, 120, 151], 'recognized': [77, 116], 'more': [78], 'paintings,': [82], 'their': [83], 'response': [84, 136], 'latencies': [85, 137], 'significantly': [87], 'shorter,': [88], 'they': [90], 'showed': [91], 'enhanced': [92], 'activation': [93, 141], 'parahippocampal': [96], 'cortex,': [97], 'parametric': [100], 'increase': [101], 'amplitude': [104], 'signal': [108], 'as': [109], 'function': [111], 'number': [114], 'objects.': [117], 'Moreover,': [118], 'slower': [122], 'report': [124], 'not': [125], 'recognizing': [126], 'any': [127], 'these': [134], 'longer': [135], 'correlated': [139], 'fronto-parietal': [144], 'network.': [145], 'These': [146], 'findings': [147], 'suggest': [148], 'that': [149], 'adopted': [152], 'visual': [154], 'search': [155], 'strategy': [156], 'contextual': [159], 'associations': [160, 178], 'perform': [162], 'Our': [165], 'study': [166], 'supports': [167], 'proactive': [169], 'brain': [170, 176], 'framework,': [171], 'according': [172], 'uses': [177], 'generate': [180], 'predictions.': [181]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1966134157', 'counts_by_year': [{'year': 2022, 'cited_by_count': 1}, {'year': 2020, 'cited_by_count': 4}, {'year': 2019, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 3}, {'year': 2013, 'cited_by_count': 3}, {'year': 2012, 'cited_by_count': 2}], 'updated_date': '2023-09-30T00:29:22.883122', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1986105214', 'doi': 'https://doi.org/10.1093/yel/23.1.225', 'title': "Parallel External Powers in the European Community: From 'Cubist' Perspectives towards 'Naturalist' Constitutional Principles?", 'display_name': "Parallel External Powers in the European Community: From 'Cubist' Perspectives towards 'Naturalist' Constitutional Principles?", 'relevance_score': 198.03168, 'publication_year': 2004, 'publication_date': '2004-01-01', 'ids': {'openalex': 'https://openalex.org/W1986105214', 'doi': 'https://doi.org/10.1093/yel/23.1.225', 'mag': '1986105214'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1093/yel/23.1.225', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2735743382', 'display_name': 'Yearbook of European Law', 'issn_l': '0263-3264', 'issn': ['0263-3264', '2045-0044'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5043978676', 'display_name': 'Robert Schütze', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I874792244', 'display_name': 'European University Institute', 'ror': 'https://ror.org/0031wrj91', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I874792244']}], 'countries': ['IT'], 'is_corresponding': True, 'raw_author_name': 'Robert Schütze', 'raw_affiliation_string': 'European Univ Inst', 'raw_affiliation_strings': ['European Univ Inst']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5043978676'], 'corresponding_institution_ids': ['https://openalex.org/I874792244'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 28, 'biblio': {'volume': '23', 'issue': '1', 'first_page': '225', 'last_page': '274'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C43236755', 'wikidata': 'https://www.wikidata.org/wiki/Q56000', 'display_name': 'Naturalism', 'level': 2, 'score': 0.57320344}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.42710617}, {'id': 'https://openalex.org/C190253527', 'wikidata': 'https://www.wikidata.org/wiki/Q295354', 'display_name': 'Law and economics', 'level': 1, 'score': 0.32576662}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.2534703}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.23106515}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.1811926}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1093/yel/23.1.225', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2735743382', 'display_name': 'Yearbook of European Law', 'issn_l': '0263-3264', 'issn': ['0263-3264', '2045-0044'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.48}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.38}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.14}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W195844217', 'https://openalex.org/W591080037', 'https://openalex.org/W1978561862', 'https://openalex.org/W2084543398', 'https://openalex.org/W2366295703', 'https://openalex.org/W2369184187', 'https://openalex.org/W2389774765', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W4245229278'], 'ngrams_url': 'https://api.openalex.org/works/W1986105214/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1986105214', 'counts_by_year': [{'year': 2020, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 2}, {'year': 2014, 'cited_by_count': 21}, {'year': 2013, 'cited_by_count': 2}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-09-27T22:27:04.002605', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2123428564', 'doi': 'https://doi.org/10.1162/leon_a_00649', 'title': 'Give Me Gestalt! Preference for Cubist Artworks Revealing High Detectability of Objects', 'display_name': 'Give Me Gestalt! Preference for Cubist Artworks Revealing High Detectability of Objects', 'relevance_score': 197.25732, 'publication_year': 2013, 'publication_date': '2013-10-01', 'ids': {'openalex': 'https://openalex.org/W2123428564', 'doi': 'https://doi.org/10.1162/leon_a_00649', 'mag': '2123428564'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1162/leon_a_00649', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S103229351', 'display_name': 'Leonardo', 'issn_l': '0024-094X', 'issn': ['0024-094X', '1530-9282'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315718', 'host_organization_name': 'The MIT Press', 'host_organization_lineage': ['https://openalex.org/P4310315718'], 'host_organization_lineage_names': ['The MIT Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'http://experimental-psychology.org/ccc/docs/pubs/Muth_Pepperell_Carbon_Gestalt_INPRESS.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5061953106', 'display_name': 'Claudia Muth', 'orcid': 'https://orcid.org/0000-0002-9458-4507'}, 'institutions': [{'id': 'https://openalex.org/I94626330', 'display_name': 'University of Bamberg', 'ror': 'https://ror.org/01c1w6d29', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I94626330']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Claudia Muth', 'raw_affiliation_string': 'Department of General Psychology and Methodology, University of Bamberg, 96047 Bamberg, Germany. E-mail: .', 'raw_affiliation_strings': ['Department of General Psychology and Methodology, University of Bamberg, 96047 Bamberg, Germany. E-mail: .']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045436171', 'display_name': 'Robert Pepperell', 'orcid': 'https://orcid.org/0000-0001-6226-4763'}, 'institutions': [{'id': 'https://openalex.org/I8408910', 'display_name': 'Cardiff Metropolitan University', 'ror': 'https://ror.org/00bqvf857', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I8408910']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Robert Pepperell', 'raw_affiliation_string': 'Cardiff School of Art & Design, Cardiff Metropolitan University, Cardiff CF24 0SP, U.K.', 'raw_affiliation_strings': ['Cardiff School of Art & Design, Cardiff Metropolitan University, Cardiff CF24 0SP, U.K.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5057742743', 'display_name': 'Claus-Christian Carbon', 'orcid': 'https://orcid.org/0000-0002-3446-9347'}, 'institutions': [{'id': 'https://openalex.org/I94626330', 'display_name': 'University of Bamberg', 'ror': 'https://ror.org/01c1w6d29', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I94626330']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Claus-Christian Carbon', 'raw_affiliation_string': 'Department of General Psychology and Methodology, University of Bamberg, 96047 Bamberg, Germany.', 'raw_affiliation_strings': ['Department of General Psychology and Methodology, University of Bamberg, 96047 Bamberg, Germany.']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 24, 'biblio': {'volume': '46', 'issue': '5', 'first_page': '488', 'last_page': '489'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C32916116', 'wikidata': 'https://www.wikidata.org/wiki/Q13217498', 'display_name': 'PICASSO', 'level': 3, 'score': 0.8523893}, {'id': 'https://openalex.org/C27362006', 'wikidata': 'https://www.wikidata.org/wiki/Q272021', 'display_name': 'Gestalt psychology', 'level': 3, 'score': 0.71159923}, {'id': 'https://openalex.org/C205783811', 'wikidata': 'https://www.wikidata.org/wiki/Q11629', 'display_name': 'Painting', 'level': 2, 'score': 0.6804825}, {'id': 'https://openalex.org/C2781249084', 'wikidata': 'https://www.wikidata.org/wiki/Q908656', 'display_name': 'Preference', 'level': 2, 'score': 0.5909376}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.5609985}, {'id': 'https://openalex.org/C2777113389', 'wikidata': 'https://www.wikidata.org/wiki/Q208195', 'display_name': 'Pleasure', 'level': 2, 'score': 0.5141995}, {'id': 'https://openalex.org/C107038049', 'wikidata': 'https://www.wikidata.org/wiki/Q35986', 'display_name': 'Aesthetics', 'level': 1, 'score': 0.42478573}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.38909513}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.38345888}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.3342129}, {'id': 'https://openalex.org/C26760741', 'wikidata': 'https://www.wikidata.org/wiki/Q160402', 'display_name': 'Perception', 'level': 2, 'score': 0.09566787}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.086152315}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1162/leon_a_00649', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S103229351', 'display_name': 'Leonardo', 'issn_l': '0024-094X', 'issn': ['0024-094X', '1530-9282'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315718', 'host_organization_name': 'The MIT Press', 'host_organization_lineage': ['https://openalex.org/P4310315718'], 'host_organization_lineage_names': ['The MIT Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.657.3889', 'pdf_url': 'http://experimental-psychology.org/ccc/docs/pubs/Muth_Pepperell_Carbon_Gestalt_INPRESS.pdf', 'source': {'id': 'https://openalex.org/S4306400349', 'display_name': 'CiteSeer X (The Pennsylvania State University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130769515', 'host_organization_name': 'Pennsylvania State University', 'host_organization_lineage': ['https://openalex.org/I130769515'], 'host_organization_lineage_names': ['Pennsylvania State University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.657.3889', 'pdf_url': 'http://experimental-psychology.org/ccc/docs/pubs/Muth_Pepperell_Carbon_Gestalt_INPRESS.pdf', 'source': {'id': 'https://openalex.org/S4306400349', 'display_name': 'CiteSeer X (The Pennsylvania State University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130769515', 'host_organization_name': 'Pennsylvania State University', 'host_organization_lineage': ['https://openalex.org/I130769515'], 'host_organization_lineage_names': ['Pennsylvania State University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.41}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.19}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.14}], 'grants': [], 'referenced_works_count': 6, 'referenced_works': ['https://openalex.org/W2048032417', 'https://openalex.org/W2077920462', 'https://openalex.org/W2116146325', 'https://openalex.org/W2119135689', 'https://openalex.org/W2163717345', 'https://openalex.org/W2172159330'], 'related_works': ['https://openalex.org/W562039439', 'https://openalex.org/W602601916', 'https://openalex.org/W657104178', 'https://openalex.org/W1586449533', 'https://openalex.org/W2083353702', 'https://openalex.org/W2259315125', 'https://openalex.org/W2748952813', 'https://openalex.org/W2889295925', 'https://openalex.org/W2899084033', 'https://openalex.org/W3012515313'], 'ngrams_url': 'https://api.openalex.org/works/W2123428564/ngrams', 'abstract_inverted_index': {'In': [0, 27], 'cubist': [1, 42], 'paintings': [2], 'by': [3], 'Picasso,': [4], 'Braque': [5], 'and': [6, 63, 71, 89], 'Gris': [7], 'it': [8, 75], 'is': [9], 'possible': [10], 'to': [11, 25, 49, 77, 83], 'detect': [12, 50], 'everyday': [13], 'objects': [14, 52], 'like': [15], 'guitars,': [16], 'bottles': [17], 'or': [18], 'jugs,': [19], 'although': [20], 'they': [21, 46], 'are': [22], 'often': [23], 'difficult': [24], 'decipher.': [26], 'this': [28, 58], 'art-science': [29], 'collaborative': [30], 'study': [31], 'the': [32], 'authors': [33], 'found': [34], 'that': [35, 80], 'participants': [36], 'without': [37], 'expertise': [38], 'in': [39, 53], 'cubism': [40], 'appreciated': [41], 'artworks': [43], 'more': [44], 'if': [45], 'were': [47], 'able': [48], 'concealed': [51], 'them.': [54], 'The': [55], 'finding': [56, 90], 'of': [57], 'strong': [59], 'correlation': [60], 'between': [61], 'detectability': [62], 'preference': [64], 'offers': [65], 'wide': [66], 'implications': [67], 'for': [68, 88], 'art': [69], 'history': [70], 'human': [72], 'cognition': [73], 'as': [74], 'points': [76], 'a': [78], 'mechanism': [79], 'allows': [81], 'us': [82], 'derive': [84], 'pleasure': [85], 'from': [86], 'searching': [87], 'meaningful': [91], 'patterns.': [92]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2123428564', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2022, 'cited_by_count': 2}, {'year': 2021, 'cited_by_count': 1}, {'year': 2020, 'cited_by_count': 1}, {'year': 2019, 'cited_by_count': 3}, {'year': 2018, 'cited_by_count': 4}, {'year': 2016, 'cited_by_count': 4}, {'year': 2015, 'cited_by_count': 6}, {'year': 2014, 'cited_by_count': 2}], 'updated_date': '2023-09-26T05:02:17.740844', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2088337137', 'doi': 'https://doi.org/10.1016/0001-6918(81)90031-7', 'title': 'Ambiguity, cubist works of art, and preference', 'display_name': 'Ambiguity, cubist works of art, and preference', 'relevance_score': 194.06189, 'publication_year': 1981, 'publication_date': '1981-10-01', 'ids': {'openalex': 'https://openalex.org/W2088337137', 'doi': 'https://doi.org/10.1016/0001-6918(81)90031-7', 'mag': '2088337137'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0001-6918(81)90031-7', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S180067919', 'display_name': 'Acta Psychologica', 'issn_l': '0001-6918', 'issn': ['1873-6297', '0001-6918'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5087170512', 'display_name': 'Richard M. Nicki', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I106938459', 'display_name': 'University of New Brunswick', 'ror': 'https://ror.org/05nkf0n29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I106938459']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Richard M. Nicki', 'raw_affiliation_string': 'University of New Brunswick Fredericton,New Brunswick,Canada', 'raw_affiliation_strings': ['University of New Brunswick Fredericton,New Brunswick,Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017259267', 'display_name': 'Poh Lin Lee', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I106938459', 'display_name': 'University of New Brunswick', 'ror': 'https://ror.org/05nkf0n29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I106938459']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Poh Lin Lee', 'raw_affiliation_string': 'University of New Brunswick Fredericton,New Brunswick,Canada', 'raw_affiliation_strings': ['University of New Brunswick Fredericton,New Brunswick,Canada']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5047408960', 'display_name': 'Virginia Moss', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I106938459', 'display_name': 'University of New Brunswick', 'ror': 'https://ror.org/05nkf0n29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I106938459']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Virginia Moss', 'raw_affiliation_string': 'University of New Brunswick Fredericton,New Brunswick,Canada', 'raw_affiliation_strings': ['University of New Brunswick Fredericton,New Brunswick,Canada']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 1500, 'currency': 'USD', 'value_usd': 1500, 'provenance': 'doaj'}, 'apc_paid': {'value': 1500, 'currency': 'USD', 'value_usd': 1500, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 17, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2780522230', 'wikidata': 'https://www.wikidata.org/wiki/Q1140419', 'display_name': 'Ambiguity', 'level': 2, 'score': 0.8599036}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.7695533}, {'id': 'https://openalex.org/C188353592', 'wikidata': 'https://www.wikidata.org/wiki/Q450586', 'display_name': 'Expectancy theory', 'level': 2, 'score': 0.74955225}, {'id': 'https://openalex.org/C2781249084', 'wikidata': 'https://www.wikidata.org/wiki/Q908656', 'display_name': 'Preference', 'level': 2, 'score': 0.67558753}, {'id': 'https://openalex.org/C205783811', 'wikidata': 'https://www.wikidata.org/wiki/Q11629', 'display_name': 'Painting', 'level': 2, 'score': 0.60021996}, {'id': 'https://openalex.org/C2781238097', 'wikidata': 'https://www.wikidata.org/wiki/Q175026', 'display_name': 'Object (grammar)', 'level': 2, 'score': 0.5678151}, {'id': 'https://openalex.org/C100660578', 'wikidata': 'https://www.wikidata.org/wiki/Q18733', 'display_name': 'Recall', 'level': 2, 'score': 0.56443024}, {'id': 'https://openalex.org/C28719098', 'wikidata': 'https://www.wikidata.org/wiki/Q44946', 'display_name': 'Point (geometry)', 'level': 2, 'score': 0.52229095}, {'id': 'https://openalex.org/C180747234', 'wikidata': 'https://www.wikidata.org/wiki/Q23373', 'display_name': 'Cognitive psychology', 'level': 1, 'score': 0.50905913}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.50752413}, {'id': 'https://openalex.org/C2778355321', 'wikidata': 'https://www.wikidata.org/wiki/Q17079427', 'display_name': 'Identity (music)', 'level': 2, 'score': 0.46957442}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.17527157}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.17171916}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.1639995}, {'id': 'https://openalex.org/C107038049', 'wikidata': 'https://www.wikidata.org/wiki/Q35986', 'display_name': 'Aesthetics', 'level': 1, 'score': 0.14523157}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.13513207}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.12415451}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.09887043}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.09644383}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0001-6918(81)90031-7', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S180067919', 'display_name': 'Acta Psychologica', 'issn_l': '0001-6918', 'issn': ['1873-6297', '0001-6918'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.31}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.2}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.15}], 'grants': [], 'referenced_works_count': 16, 'referenced_works': ['https://openalex.org/W1965627956', 'https://openalex.org/W1965684239', 'https://openalex.org/W1984182156', 'https://openalex.org/W1986069053', 'https://openalex.org/W2018049812', 'https://openalex.org/W2024674604', 'https://openalex.org/W2028529192', 'https://openalex.org/W2035859502', 'https://openalex.org/W2044879021', 'https://openalex.org/W2071865599', 'https://openalex.org/W2088554603', 'https://openalex.org/W2095421404', 'https://openalex.org/W2103381201', 'https://openalex.org/W2119635929', 'https://openalex.org/W2122118703', 'https://openalex.org/W2318705130'], 'related_works': ['https://openalex.org/W100301131', 'https://openalex.org/W1970967251', 'https://openalex.org/W1979045848', 'https://openalex.org/W1986962864', 'https://openalex.org/W2020478917', 'https://openalex.org/W2044879021', 'https://openalex.org/W2048654144', 'https://openalex.org/W2051894307', 'https://openalex.org/W2053753663', 'https://openalex.org/W2067672663', 'https://openalex.org/W2087915011', 'https://openalex.org/W2092817020', 'https://openalex.org/W2141114577', 'https://openalex.org/W2142897653', 'https://openalex.org/W2156972618', 'https://openalex.org/W2325444302', 'https://openalex.org/W2328444106', 'https://openalex.org/W2528983194', 'https://openalex.org/W2560090091', 'https://openalex.org/W2986068628'], 'ngrams_url': 'https://api.openalex.org/works/W2088337137/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Number': [3], 'of': [4, 11, 15, 24, 32, 48, 82, 106, 114], 'one': [5], 'sec': [6], 'views': [7], 'and': [8, 13, 102, 116], 'verbal': [9, 68], 'judgements': [10, 69], 'interestingness': [12], 'pleasingness': [14], 'Cubist': [16], 'paintings': [17, 84], 'were': [18, 70, 89], 'found': [19, 60, 71], 'to': [20, 61, 72, 76, 79, 91, 98, 111], 'be': [21], 'a': [22], 'function': [23], 'subjective': [26, 65], 'ambiguity': [27, 66], ',': [28], 'defined': [29], 'in': [30, 54], 'terms': [31], 'the': [33, 46, 49, 55, 80, 83, 117], 'Shannon-Wiener': [34], 'average': [35], 'information': [36], 'measure,': [37], 'especially': [38], 'when': [39], 'an': [40], 'expectancy': [41], 'had': [42], 'been': [43], 'established': [44], 'regarding': [45], 'identity': [47], 'main': [50], 'object': [51], 'or': [52, 85], 'person': [53], 'paintings.': [56], 'Viewing': [57], 'behaviour': [58], 'was': [59, 96], 'increase': [62], 'with': [63], ';': [67], 'decrease.': [73], 'Titles': [74], 'corresponding': [75], 'varying': [77], 'degrees': [78], 'content': [81], 'instructions': [86], 'involving': [87, 104], 'guessing': [88], 'used': [90], 'manipulate': [92], 'expectancy.': [93], 'An': [94], 'attempt': [95], 'made': [97], 'explain': [99], 'these': [100], 'findings': [101], 'those': [103], 'recall': [105], 'titles': [107], 'by': [108], 'making': [109], 'reference': [110], "Berlyne's": [112], 'point': [113], 'view': [115], 'experimental': [118], 'literature.': [119]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2088337137', 'counts_by_year': [{'year': 2022, 'cited_by_count': 1}, {'year': 2019, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 1}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-09-27T22:35:50.767648', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1575669421', 'doi': 'https://doi.org/10.2307/427032', 'title': 'Cubist Aesthetic Theories', 'display_name': 'Cubist Aesthetic Theories', 'relevance_score': 171.13353, 'publication_year': 1954, 'publication_date': '1954-09-01', 'ids': {'openalex': 'https://openalex.org/W1575669421', 'doi': 'https://doi.org/10.2307/427032', 'mag': '1575669421'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/427032', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S26308392', 'display_name': 'The Journal of Aesthetics and Art Criticism', 'issn_l': '0021-8529', 'issn': ['1540-6245', '0021-8529'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5036117124', 'display_name': 'Christopher B. Gray', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Christopher Gray', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5036117124'], 'corresponding_institution_ids': [], 'apc_list': {'value': 3198, 'currency': 'USD', 'value_usd': 3198, 'provenance': 'doaj'}, 'apc_paid': {'value': 3198, 'currency': 'USD', 'value_usd': 3198, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 11, 'biblio': {'volume': '13', 'issue': '1', 'first_page': '115', 'last_page': '115'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C107038049', 'wikidata': 'https://www.wikidata.org/wiki/Q35986', 'display_name': 'Aesthetics', 'level': 1, 'score': 0.64408016}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.47147158}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.34723485}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/427032', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S26308392', 'display_name': 'The Journal of Aesthetics and Art Criticism', 'issn_l': '0021-8529', 'issn': ['1540-6245', '0021-8529'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.28}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.24}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.12}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W136751795', 'https://openalex.org/W594164890', 'https://openalex.org/W1532836140', 'https://openalex.org/W2067006527', 'https://openalex.org/W2282943013', 'https://openalex.org/W2372051391', 'https://openalex.org/W2372757817', 'https://openalex.org/W2375137319', 'https://openalex.org/W2486967449', 'https://openalex.org/W2494398466', 'https://openalex.org/W2505741625', 'https://openalex.org/W2737435761', 'https://openalex.org/W2797458240', 'https://openalex.org/W2809289520', 'https://openalex.org/W2905480706', 'https://openalex.org/W2978071676', 'https://openalex.org/W2984947824', 'https://openalex.org/W3034078658', 'https://openalex.org/W3093356318', 'https://openalex.org/W3188700726'], 'ngrams_url': 'https://api.openalex.org/works/W1575669421/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1575669421', 'counts_by_year': [{'year': 2014, 'cited_by_count': 4}, {'year': 2012, 'cited_by_count': 2}], 'updated_date': '2023-09-27T18:56:19.268595', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W3040491844', 'doi': 'https://doi.org/10.1016/j.envpol.2020.115183', 'title': 'Estimation of anthropogenic heat emissions in China using Cubist with points-of-interest and multisource remote sensing data', 'display_name': 'Estimation of anthropogenic heat emissions in China using Cubist with points-of-interest and multisource remote sensing data', 'relevance_score': 162.78381, 'publication_year': 2020, 'publication_date': '2020-11-01', 'ids': {'openalex': 'https://openalex.org/W3040491844', 'doi': 'https://doi.org/10.1016/j.envpol.2020.115183', 'mag': '3040491844', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/32673933'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.envpol.2020.115183', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S201530359', 'display_name': 'Environmental Pollution', 'issn_l': '0269-7491', 'issn': ['1873-6424', '0269-7491'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5062982150', 'display_name': 'Qian Chen', 'orcid': 'https://orcid.org/0000-0002-9696-5813'}, 'institutions': [{'id': 'https://openalex.org/I31847773', 'display_name': 'Zhejiang Ocean University', 'ror': 'https://ror.org/03mys6533', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I31847773']}, {'id': 'https://openalex.org/I76130692', 'display_name': 'Zhejiang University', 'ror': 'https://ror.org/00a2xv884', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I76130692']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qian Chen', 'raw_affiliation_string': 'Ocean college, Zhejiang University,Zhoushan,China', 'raw_affiliation_strings': ['Ocean college, Zhejiang University,Zhoushan,China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015200676', 'display_name': 'Xuchao Yang', 'orcid': 'https://orcid.org/0000-0002-8130-7447'}, 'institutions': [{'id': 'https://openalex.org/I31847773', 'display_name': 'Zhejiang Ocean University', 'ror': 'https://ror.org/03mys6533', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I31847773']}, {'id': 'https://openalex.org/I76130692', 'display_name': 'Zhejiang University', 'ror': 'https://ror.org/00a2xv884', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I76130692']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xuchao Yang', 'raw_affiliation_string': 'Ocean college, Zhejiang University,Zhoushan,China', 'raw_affiliation_strings': ['Ocean college, Zhejiang University,Zhoushan,China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059147715', 'display_name': 'Zutao Ouyang', 'orcid': 'https://orcid.org/0000-0002-6919-569X'}, 'institutions': [{'id': 'https://openalex.org/I97018004', 'display_name': 'Stanford University', 'ror': 'https://ror.org/00f54p054', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I97018004']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Zutao Ouyang', 'raw_affiliation_string': 'Department of Earth System Science; Stanford University; Stanford CA USA', 'raw_affiliation_strings': ['Department of Earth System Science; Stanford University; Stanford CA USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073187748', 'display_name': 'Naizhuo Zhao', 'orcid': 'https://orcid.org/0000-0002-1778-2112'}, 'institutions': [{'id': 'https://openalex.org/I2801766832', 'display_name': 'McGill University Health Centre', 'ror': 'https://ror.org/04cpxjv19', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801766832']}, {'id': 'https://openalex.org/I9224756', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/03awzbc87', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I9224756']}], 'countries': ['CA', 'CN'], 'is_corresponding': False, 'raw_author_name': 'Naizhuo Zhao', 'raw_affiliation_string': 'Institute of Land Resource Management, School of Humanities and Law, Northeastern University, Shenyang, China; Division of Clinical Epidemiology, McGill University Health Centre, Montreal, QC, Canada.', 'raw_affiliation_strings': ['Institute of Land Resource Management, School of Humanities and Law, Northeastern University, Shenyang, China; Division of Clinical Epidemiology, McGill University Health Centre, Montreal, QC, Canada.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079483795', 'display_name': 'Qinghong Jiang', 'orcid': 'https://orcid.org/0000-0001-8771-8557'}, 'institutions': [{'id': 'https://openalex.org/I31847773', 'display_name': 'Zhejiang Ocean University', 'ror': 'https://ror.org/03mys6533', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I31847773']}, {'id': 'https://openalex.org/I76130692', 'display_name': 'Zhejiang University', 'ror': 'https://ror.org/00a2xv884', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I76130692']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qutu Jiang', 'raw_affiliation_string': 'Ocean college, Zhejiang University,Zhoushan,China', 'raw_affiliation_strings': ['Ocean college, Zhejiang University,Zhoushan,China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004379456', 'display_name': 'Tingting Ye', 'orcid': 'https://orcid.org/0000-0001-5405-7051'}, 'institutions': [{'id': 'https://openalex.org/I31847773', 'display_name': 'Zhejiang Ocean University', 'ror': 'https://ror.org/03mys6533', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I31847773']}, {'id': 'https://openalex.org/I76130692', 'display_name': 'Zhejiang University', 'ror': 'https://ror.org/00a2xv884', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I76130692']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Tingting Ye', 'raw_affiliation_string': 'Ocean college, Zhejiang University,Zhoushan,China', 'raw_affiliation_strings': ['Ocean college, Zhejiang University,Zhoushan,China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083055237', 'display_name': 'Qi Jun', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I187400657', 'display_name': 'South China Normal University', 'ror': 'https://ror.org/01kq0pv72', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I187400657']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jun Qi', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5058672821', 'display_name': 'Wenze Yue', 'orcid': 'https://orcid.org/0000-0002-7533-3294'}, 'institutions': [{'id': 'https://openalex.org/I76130692', 'display_name': 'Zhejiang University', 'ror': 'https://ror.org/00a2xv884', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I76130692']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wenze Yue', 'raw_affiliation_string': 'Department of Land Management, Zhejiang University, Hangzhou, China.', 'raw_affiliation_strings': ['Department of Land Management, Zhejiang University, Hangzhou, China.']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 6, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3770, 'currency': 'USD', 'value_usd': 3770, 'provenance': 'doaj'}, 'apc_paid': {'value': 3770, 'currency': 'USD', 'value_usd': 3770, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 21, 'biblio': {'volume': '266', 'issue': None, 'first_page': '115183', 'last_page': '115183'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C39853841', 'wikidata': 'https://www.wikidata.org/wiki/Q161078', 'display_name': 'Urbanization', 'level': 2, 'score': 0.6559705}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.6526488}, {'id': 'https://openalex.org/C185798385', 'wikidata': 'https://www.wikidata.org/wiki/Q1161707', 'display_name': 'Benchmark (surveying)', 'level': 2, 'score': 0.61967695}, {'id': 'https://openalex.org/C150140777', 'wikidata': 'https://www.wikidata.org/wiki/Q960648', 'display_name': 'Point of interest', 'level': 2, 'score': 0.61248714}, {'id': 'https://openalex.org/C41866144', 'wikidata': 'https://www.wikidata.org/wiki/Q202398', 'display_name': 'Industrialisation', 'level': 2, 'score': 0.5498224}, {'id': 'https://openalex.org/C204323151', 'wikidata': 'https://www.wikidata.org/wiki/Q905424', 'display_name': 'Range (aeronautics)', 'level': 2, 'score': 0.47156474}, {'id': 'https://openalex.org/C184235594', 'wikidata': 'https://www.wikidata.org/wiki/Q288706', 'display_name': 'Waste heat', 'level': 3, 'score': 0.45760632}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.4462906}, {'id': 'https://openalex.org/C47737302', 'wikidata': 'https://www.wikidata.org/wiki/Q167336', 'display_name': 'Greenhouse gas', 'level': 2, 'score': 0.43445334}, {'id': 'https://openalex.org/C62649853', 'wikidata': 'https://www.wikidata.org/wiki/Q199687', 'display_name': 'Remote sensing', 'level': 1, 'score': 0.3823937}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.36458933}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.360453}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.18538094}, {'id': 'https://openalex.org/C58640448', 'wikidata': 'https://www.wikidata.org/wiki/Q42515', 'display_name': 'Cartography', 'level': 1, 'score': 0.18039075}, {'id': 'https://openalex.org/C107706546', 'wikidata': 'https://www.wikidata.org/wiki/Q189124', 'display_name': 'Heat exchanger', 'level': 2, 'score': 0.15001774}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 0.11239946}, {'id': 'https://openalex.org/C34447519', 'wikidata': 'https://www.wikidata.org/wiki/Q179522', 'display_name': 'Market economy', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111368507', 'wikidata': 'https://www.wikidata.org/wiki/Q43518', 'display_name': 'Oceanography', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C50522688', 'wikidata': 'https://www.wikidata.org/wiki/Q189833', 'display_name': 'Economic growth', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D006358', 'descriptor_name': 'Hot Temperature', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D058998', 'descriptor_name': 'Remote Sensing Technology', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D002681', 'descriptor_name': 'China', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002947', 'descriptor_name': 'Cities', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004784', 'descriptor_name': 'Environmental Monitoring', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014507', 'descriptor_name': 'Urbanization', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.envpol.2020.115183', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S201530359', 'display_name': 'Environmental Pollution', 'issn_l': '0269-7491', 'issn': ['1873-6424', '0269-7491'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/32673933', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.47}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.2}, {'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.18}], 'grants': [{'funder': 'https://openalex.org/F4320321001', 'funder_display_name': 'National Natural Science Foundation of China', 'award_id': '41671533'}, {'funder': 'https://openalex.org/F4320321001', 'funder_display_name': 'National Natural Science Foundation of China', 'award_id': '41671035'}], 'referenced_works_count': 69, 'referenced_works': ['https://openalex.org/W68562342', 'https://openalex.org/W248389711', 'https://openalex.org/W843243749', 'https://openalex.org/W896177144', 'https://openalex.org/W1482954890', 'https://openalex.org/W1759766770', 'https://openalex.org/W1971134448', 'https://openalex.org/W1975806633', 'https://openalex.org/W1982176021', 'https://openalex.org/W1985026408', 'https://openalex.org/W1997134415', 'https://openalex.org/W1998376637', 'https://openalex.org/W2013702150', 'https://openalex.org/W2017193970', 'https://openalex.org/W2032968225', 'https://openalex.org/W2038774500', 'https://openalex.org/W2048392850', 'https://openalex.org/W2049042892', 'https://openalex.org/W2056012959', 'https://openalex.org/W2057442840', 'https://openalex.org/W2074206703', 'https://openalex.org/W2083847396', 'https://openalex.org/W2095555935', 'https://openalex.org/W2112620321', 'https://openalex.org/W2113711906', 'https://openalex.org/W2134051306', 'https://openalex.org/W2135294114', 'https://openalex.org/W2156419436', 'https://openalex.org/W2156867563', 'https://openalex.org/W2158807086', 'https://openalex.org/W2162787069', 'https://openalex.org/W2165878297', 'https://openalex.org/W2170959758', 'https://openalex.org/W2172888310', 'https://openalex.org/W2202958134', 'https://openalex.org/W2276327097', 'https://openalex.org/W2342443281', 'https://openalex.org/W2355403453', 'https://openalex.org/W2397027024', 'https://openalex.org/W2417285541', 'https://openalex.org/W2462222202', 'https://openalex.org/W2462877343', 'https://openalex.org/W2513218241', 'https://openalex.org/W2534538876', 'https://openalex.org/W2553641762', 'https://openalex.org/W2568271830', 'https://openalex.org/W2605524703', 'https://openalex.org/W2613571842', 'https://openalex.org/W2708165930', 'https://openalex.org/W2748337466', 'https://openalex.org/W2749805752', 'https://openalex.org/W2753753116', 'https://openalex.org/W2758902569', 'https://openalex.org/W2766170073', 'https://openalex.org/W2769365655', 'https://openalex.org/W2770783573', 'https://openalex.org/W2771841295', 'https://openalex.org/W2792297463', 'https://openalex.org/W2796948881', 'https://openalex.org/W2800536838', 'https://openalex.org/W2808628549', 'https://openalex.org/W2885419738', 'https://openalex.org/W2905333671', 'https://openalex.org/W2933656356', 'https://openalex.org/W2945934892', 'https://openalex.org/W2949189611', 'https://openalex.org/W2968084568', 'https://openalex.org/W3025472758', 'https://openalex.org/W4249387858'], 'related_works': ['https://openalex.org/W2352640423', 'https://openalex.org/W2363163143', 'https://openalex.org/W2375920057', 'https://openalex.org/W2378280217', 'https://openalex.org/W2379845573', 'https://openalex.org/W2386963009', 'https://openalex.org/W2391326424', 'https://openalex.org/W2393510925', 'https://openalex.org/W2636627820', 'https://openalex.org/W2912794438'], 'ngrams_url': 'https://api.openalex.org/works/W3040491844/ngrams', 'abstract_inverted_index': {'Rapid': [0], 'urbanization': [1], 'and': [2, 37, 45, 49, 99, 113, 128, 135, 226, 236, 240, 243], 'industrialization': [3], 'in': [4, 18, 85, 152, 172, 207, 231, 238], 'China': [5, 55, 84, 158], 'stimulated': [6], 'the': [7, 19, 106, 130, 149, 188, 202, 209], 'great': [8], 'increase': [9], 'of': [10, 21, 33, 52, 96, 121, 133, 144, 155, 191, 204, 211, 222], 'energy': [11, 35], 'consumption,': [12], 'which': [13, 200], 'leads': [14], 'to': [15, 68, 104, 162, 180], 'drastic': [16], 'rise': [17], 'emission': [20, 27, 247], 'anthropogenic': [22, 72], 'waste': [23], 'heat.': [24], 'Anthropogenic': [25], 'heat': [26, 73, 117, 234], '(AHE)': [28], 'is': [29, 56], 'a': [30, 62, 70, 140], 'crucial': [31], 'component': [32], 'urban': [34, 43, 153, 223], 'budget': [36], 'has': [38], 'direct': [39], 'implications': [40], 'for': [41, 83, 125, 246], 'investigating': [42], 'climate': [44], 'environment.': [46], 'However,': [47], 'reliable': [48], 'accurate': [50], 'representation': [51], 'AHE': [53, 114], 'across': [54], 'still': [57], 'lacking.': [58], 'This': [59], 'study': [60], 'presented': [61], 'new': [63], 'machine': [64], 'learning-based': [65], 'top-down': [66], 'approach': [67], 'generate': [69], 'gridded': [71, 215], 'flux': [74], '(AHF)': [75], 'benchmark': [76], 'dataset': [77, 217], 'at': [78], '1': [79], 'km': [80], 'spatial': [81, 189], 'resolution': [82], '2010.': [86], 'Cubist': [87], 'models': [88, 124, 225], 'were': [89, 170], 'constructed': [90], 'by': [91], 'fusing': [92], 'points-of-interest': [93], '(POI)': [94], 'data': [95, 103, 138, 206], 'varying': [97], 'categories': [98], 'multisource': [100], 'remote': [101, 136], 'sensing': [102, 137], 'explore': [105], 'nonlinear': [107], 'relationships': [108], 'between': [109], 'various': [110], 'geographic': [111], 'predictors': [112], 'from': [115, 160, 193], 'different': [116, 126, 194], 'sources.': [118], 'The': [119, 166, 214], 'strategy': [120], 'developing': [122], 'specific': [123], 'components': [127, 196], 'exploiting': [129], 'complementary': [131], 'features': [132], 'POIs': [134], 'generated': [139], 'more': [141], 'reasonable': [142], 'distribution': [143, 190], 'AHF.': [145], 'Results': [146], 'showed': [147], 'that': [148], 'AHF': [150, 168, 192, 212, 216], 'values': [151, 169], 'centers': [154], 'metropolises': [156], 'over': [157], 'range': [159], '60': [161], '190': [163], 'W': [164, 182], 'm-2.': [165, 183], 'highest': [167], 'observed': [171], 'some': [173], 'heavy': [174], 'industrial': [175], 'zones': [176], 'with': [177, 185], 'value': [178], 'up': [179], '415': [181], 'Compared': [184], 'previous': [186], 'studies,': [187], 'heating': [195], 'was': [197], 'effectively': [198], 'distinguished,': [199], 'highlights': [201], 'potential': [203], 'POI': [205], 'improving': [208], 'precision': [210], 'mapping.': [213], 'can': [218, 227], 'serve': [219], 'as': [220], 'input': [221], 'numerical': [224], 'help': [228], 'decision': [229], 'makers': [230], 'targeting': [232], 'extreme': [233], 'sources': [235], 'polluters': [237], 'cities': [239], 'making': [241], 'differentiated': [242], 'tailored': [244], 'strategies': [245], 'mitigation.': [248]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3040491844', 'counts_by_year': [{'year': 2023, 'cited_by_count': 6}, {'year': 2022, 'cited_by_count': 6}, {'year': 2021, 'cited_by_count': 9}], 'updated_date': '2023-09-27T05:06:24.864307', 'created_date': '2020-07-10'}, {'id': 'https://openalex.org/W2981577471', 'doi': 'https://doi.org/10.1007/s11053-019-09575-5', 'title': 'Estimation of Blast-Induced Air Overpressure in Quarry Mines Using Cubist-Based Genetic Algorithm', 'display_name': 'Estimation of Blast-Induced Air Overpressure in Quarry Mines Using Cubist-Based Genetic Algorithm', 'relevance_score': 160.4441, 'publication_year': 2019, 'publication_date': '2019-10-28', 'ids': {'openalex': 'https://openalex.org/W2981577471', 'doi': 'https://doi.org/10.1007/s11053-019-09575-5', 'mag': '2981577471'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s11053-019-09575-5', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764600758', 'display_name': 'Natural resources research', 'issn_l': '1520-7439', 'issn': ['1573-8981', '1520-7439'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5083863299', 'display_name': 'Qiancheng Fang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210131125', 'display_name': 'Huanghuai University', 'ror': 'https://ror.org/02k92ks68', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I4210131125']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qiancheng Fang', 'raw_affiliation_string': 'Institute of Architecture Engineering, Huanghuai University, Zhumadian, China', 'raw_affiliation_strings': ['Institute of Architecture Engineering, Huanghuai University, Zhumadian, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080411341', 'display_name': 'Hoang Nguyen', 'orcid': 'https://orcid.org/0000-0001-6122-8314'}, 'institutions': [{'id': 'https://openalex.org/I170238339', 'display_name': 'Duy Tan University', 'ror': 'https://ror.org/05ezss144', 'country_code': 'VN', 'type': 'education', 'lineage': ['https://openalex.org/I170238339']}], 'countries': ['VN'], 'is_corresponding': True, 'raw_author_name': 'Hoang Nguyen', 'raw_affiliation_string': 'Institute of Research and Development, Duy Tan University, Da Nang, Vietnam', 'raw_affiliation_strings': ['Institute of Research and Development, Duy Tan University, Da Nang, Vietnam']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064619766', 'display_name': 'Xuan‐Nam Bui', 'orcid': 'https://orcid.org/0000-0001-5953-4902'}, 'institutions': [{'id': 'https://openalex.org/I29199639', 'display_name': 'Hanoi University of Mining and Geology', 'ror': 'https://ror.org/01rw3qm79', 'country_code': 'VN', 'type': 'education', 'lineage': ['https://openalex.org/I29199639']}], 'countries': ['VN'], 'is_corresponding': False, 'raw_author_name': 'Xuan-Nam Bui', 'raw_affiliation_string': 'Department of Surface Mining, Mining Faculty, Hanoi University of Mining and Geology, Hanoi, Vietnam', 'raw_affiliation_strings': ['Department of Surface Mining, Mining Faculty, Hanoi University of Mining and Geology, Hanoi, Vietnam']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5059126008', 'display_name': 'Quang-Hieu Tran', 'orcid': 'https://orcid.org/0009-0006-5264-0597'}, 'institutions': [{'id': 'https://openalex.org/I29199639', 'display_name': 'Hanoi University of Mining and Geology', 'ror': 'https://ror.org/01rw3qm79', 'country_code': 'VN', 'type': 'education', 'lineage': ['https://openalex.org/I29199639']}], 'countries': ['VN'], 'is_corresponding': False, 'raw_author_name': 'Quang-Hieu Tran', 'raw_affiliation_string': 'Department of Surface Mining, Mining Faculty, Hanoi University of Mining and Geology, Hanoi, Vietnam', 'raw_affiliation_strings': ['Department of Surface Mining, Mining Faculty, Hanoi University of Mining and Geology, Hanoi, Vietnam']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5080411341'], 'corresponding_institution_ids': ['https://openalex.org/I170238339'], 'apc_list': {'value': 2790, 'currency': 'EUR', 'value_usd': 3590, 'provenance': 'doaj'}, 'apc_paid': {'value': 2790, 'currency': 'EUR', 'value_usd': 3590, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 17, 'biblio': {'volume': '29', 'issue': '2', 'first_page': '593', 'last_page': '607'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C29452850', 'wikidata': 'https://www.wikidata.org/wiki/Q3823104', 'display_name': 'Overpressure', 'level': 2, 'score': 0.7461977}, {'id': 'https://openalex.org/C139945424', 'wikidata': 'https://www.wikidata.org/wiki/Q1940696', 'display_name': 'Mean squared error', 'level': 2, 'score': 0.6976385}, {'id': 'https://openalex.org/C8880873', 'wikidata': 'https://www.wikidata.org/wiki/Q187787', 'display_name': 'Genetic algorithm', 'level': 2, 'score': 0.5616431}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.54112893}, {'id': 'https://openalex.org/C186108316', 'wikidata': 'https://www.wikidata.org/wiki/Q352530', 'display_name': 'Adaptive neuro fuzzy inference system', 'level': 4, 'score': 0.48108765}, {'id': 'https://openalex.org/C27438332', 'wikidata': 'https://www.wikidata.org/wiki/Q2873', 'display_name': 'Principal component analysis', 'level': 2, 'score': 0.47758296}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.4748633}, {'id': 'https://openalex.org/C140073362', 'wikidata': 'https://www.wikidata.org/wiki/Q738759', 'display_name': 'Soft computing', 'level': 3, 'score': 0.43169206}, {'id': 'https://openalex.org/C63479239', 'wikidata': 'https://www.wikidata.org/wiki/Q7353546', 'display_name': 'Robustness (evolution)', 'level': 3, 'score': 0.43142956}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.43124264}, {'id': 'https://openalex.org/C50644808', 'wikidata': 'https://www.wikidata.org/wiki/Q192776', 'display_name': 'Artificial neural network', 'level': 2, 'score': 0.35091364}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.32669652}, {'id': 'https://openalex.org/C58166', 'wikidata': 'https://www.wikidata.org/wiki/Q224821', 'display_name': 'Fuzzy logic', 'level': 2, 'score': 0.27301416}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.2511258}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.21418089}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.21297008}, {'id': 'https://openalex.org/C195975749', 'wikidata': 'https://www.wikidata.org/wiki/Q1475705', 'display_name': 'Fuzzy control system', 'level': 3, 'score': 0.106957704}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.083675206}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s11053-019-09575-5', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764600758', 'display_name': 'Natural resources research', 'issn_l': '1520-7439', 'issn': ['1573-8981', '1520-7439'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.19}], 'grants': [], 'referenced_works_count': 42, 'referenced_works': ['https://openalex.org/W1501434431', 'https://openalex.org/W1839343984', 'https://openalex.org/W1996514192', 'https://openalex.org/W1996980189', 'https://openalex.org/W1998027527', 'https://openalex.org/W2002536914', 'https://openalex.org/W2055992413', 'https://openalex.org/W2070230130', 'https://openalex.org/W2082400355', 'https://openalex.org/W2097571405', 'https://openalex.org/W2101881769', 'https://openalex.org/W2123998733', 'https://openalex.org/W2258109510', 'https://openalex.org/W2260796052', 'https://openalex.org/W2343377801', 'https://openalex.org/W2416380596', 'https://openalex.org/W2516398737', 'https://openalex.org/W2519188502', 'https://openalex.org/W2594281925', 'https://openalex.org/W2734947877', 'https://openalex.org/W2753753116', 'https://openalex.org/W2769481669', 'https://openalex.org/W2770900804', 'https://openalex.org/W2889397796', 'https://openalex.org/W2890980398', 'https://openalex.org/W2900126700', 'https://openalex.org/W2906456777', 'https://openalex.org/W2912599891', 'https://openalex.org/W2913340792', 'https://openalex.org/W2918736446', 'https://openalex.org/W2918879747', 'https://openalex.org/W2920848573', 'https://openalex.org/W2943197862', 'https://openalex.org/W2945273126', 'https://openalex.org/W2953395395', 'https://openalex.org/W2954464033', 'https://openalex.org/W2965746779', 'https://openalex.org/W2966438971', 'https://openalex.org/W2967659383', 'https://openalex.org/W2969719278', 'https://openalex.org/W2970896257', 'https://openalex.org/W4210966991'], 'related_works': ['https://openalex.org/W2006360470', 'https://openalex.org/W2056857902', 'https://openalex.org/W2258109510', 'https://openalex.org/W2288481434', 'https://openalex.org/W2348761159', 'https://openalex.org/W2392110728', 'https://openalex.org/W2911352573', 'https://openalex.org/W2970376919', 'https://openalex.org/W3125892556', 'https://openalex.org/W3188212463'], 'ngrams_url': 'https://api.openalex.org/works/W2981577471/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2981577471', 'counts_by_year': [{'year': 2023, 'cited_by_count': 4}, {'year': 2022, 'cited_by_count': 3}, {'year': 2021, 'cited_by_count': 4}, {'year': 2020, 'cited_by_count': 3}, {'year': 2019, 'cited_by_count': 3}], 'updated_date': '2023-10-01T00:39:26.147712', 'created_date': '2019-11-01'}, {'id': 'https://openalex.org/W4213376994', 'doi': 'https://doi.org/10.1016/j.aim.2007.06.017', 'title': 'Cubist algebras', 'display_name': 'Cubist algebras', 'relevance_score': 153.83795, 'publication_year': 2008, 'publication_date': '2008-03-01', 'ids': {'openalex': 'https://openalex.org/W4213376994', 'doi': 'https://doi.org/10.1016/j.aim.2007.06.017'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.aim.2007.06.017', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S122441808', 'display_name': 'Advances in Mathematics', 'issn_l': '0001-8708', 'issn': ['1090-2082', '0001-8708'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'bronze', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5035186565', 'display_name': 'Joseph Chuang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Joseph Chuang', 'raw_affiliation_string': 'University of Bristol, Bristol, United Kingdom', 'raw_affiliation_strings': ['University of Bristol, Bristol, United Kingdom']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5081274725', 'display_name': 'Will Turner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Will Turner', 'raw_affiliation_string': 'University of Oxford, Oxford, United Kingdom', 'raw_affiliation_strings': ['University of Oxford, Oxford, United Kingdom']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3480, 'currency': 'USD', 'value_usd': 3480, 'provenance': 'doaj'}, 'apc_paid': {'value': 3480, 'currency': 'USD', 'value_usd': 3480, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 7, 'biblio': {'volume': '217', 'issue': '4', 'first_page': '1614', 'last_page': '1670'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.8817434}, {'id': 'https://openalex.org/C2780801425', 'wikidata': 'https://www.wikidata.org/wiki/Q5164392', 'display_name': 'Construct (python library)', 'level': 2, 'score': 0.6805737}, {'id': 'https://openalex.org/C13355873', 'wikidata': 'https://www.wikidata.org/wiki/Q2920850', 'display_name': 'Connection (principal bundle)', 'level': 2, 'score': 0.6150621}, {'id': 'https://openalex.org/C202444582', 'wikidata': 'https://www.wikidata.org/wiki/Q837863', 'display_name': 'Pure mathematics', 'level': 1, 'score': 0.59285676}, {'id': 'https://openalex.org/C129782007', 'wikidata': 'https://www.wikidata.org/wiki/Q162886', 'display_name': 'Euclidean geometry', 'level': 2, 'score': 0.5675633}, {'id': 'https://openalex.org/C186450821', 'wikidata': 'https://www.wikidata.org/wiki/Q17295', 'display_name': 'Euclidean space', 'level': 2, 'score': 0.45561606}, {'id': 'https://openalex.org/C2778572836', 'wikidata': 'https://www.wikidata.org/wiki/Q380933', 'display_name': 'Space (punctuation)', 'level': 2, 'score': 0.4468186}, {'id': 'https://openalex.org/C136119220', 'wikidata': 'https://www.wikidata.org/wiki/Q1000660', 'display_name': 'Algebra over a field', 'level': 2, 'score': 0.427674}, {'id': 'https://openalex.org/C114614502', 'wikidata': 'https://www.wikidata.org/wiki/Q76592', 'display_name': 'Combinatorics', 'level': 1, 'score': 0.3627633}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.1384801}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.056694984}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.aim.2007.06.017', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S122441808', 'display_name': 'Advances in Mathematics', 'issn_l': '0001-8708', 'issn': ['1090-2082', '0001-8708'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.65}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1503324822', 'https://openalex.org/W1925100372', 'https://openalex.org/W1995487149', 'https://openalex.org/W2004776397', 'https://openalex.org/W2069526425', 'https://openalex.org/W2170193516', 'https://openalex.org/W2783654391', 'https://openalex.org/W2963021818', 'https://openalex.org/W3199005341', 'https://openalex.org/W4301948600'], 'ngrams_url': 'https://api.openalex.org/works/W4213376994/ngrams', 'abstract_inverted_index': {'We': [0, 16, 37, 50], 'construct': [1, 38], 'algebras': [2, 43, 58], 'from': [3], 'rhombohedral': [4], 'tilings': [5], 'of': [6, 12, 34, 59, 71], 'Euclidean': [7], 'space': [8], 'obtained': [9], 'as': [10, 27, 52], 'projections': [11], 'certain': [13], 'cubical': [14], 'complexes.': [15], 'show': [17], 'that': [18], 'these': [19], '‘Cubist': [20], 'algebras’': [21], 'satisfy': [22], 'strong': [23], 'homological': [24], 'properties,': [25], 'such': [26], 'Koszulity': [28], 'and': [29, 62], 'quasi-heredity,': [30], 'reflecting': [31], 'the': [32, 35, 56], 'combinatorics': [33], 'tilings.': [36, 49], 'derived': [39], 'equivalences': [40], 'between': [41], 'Cubist': [42], 'associated': [44], 'to': [45, 67], 'local': [46], 'mutations': [47], 'in': [48], 'recover': [51], 'a': [53, 64], 'special': [54], 'case': [55], 'Rhombal': [57], 'Michael': [60], 'Peach': [61], 'make': [63], 'precise': [65], 'connection': [66], 'weight': [68], '2': [69], 'blocks': [70], 'symmetric': [72], 'groups.': [73]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4213376994', 'counts_by_year': [], 'updated_date': '2023-09-29T09:56:43.316550', 'created_date': '2022-02-24'}, {'id': 'https://openalex.org/W1966977336', 'doi': 'https://doi.org/10.1145/2735392.2735398', 'title': 'Detecting people in Cubist art', 'display_name': 'Detecting people in Cubist art', 'relevance_score': 140.19206, 'publication_year': 2015, 'publication_date': '2015-03-10', 'ids': {'openalex': 'https://openalex.org/W1966977336', 'doi': 'https://doi.org/10.1145/2735392.2735398', 'mag': '1966977336'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1145/2735392.2735398', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210187303', 'display_name': 'AI matters', 'issn_l': '2372-3483', 'issn': ['2372-3483'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319798', 'host_organization_name': 'Association for Computing Machinery', 'host_organization_lineage': ['https://openalex.org/P4310319798'], 'host_organization_lineage_names': ['Association for Computing Machinery'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'http://arxiv.org/pdf/1409.6235', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5009491631', 'display_name': 'Shiry Ginosar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Shiry Ginosar', 'raw_affiliation_string': 'University of California–Berkeley.', 'raw_affiliation_strings': ['University of California–Berkeley.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037061685', 'display_name': 'David J. Haas', 'orcid': 'https://orcid.org/0000-0002-0033-0128'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Daniel Haas', 'raw_affiliation_string': 'University of California–Berkeley.', 'raw_affiliation_strings': ['University of California–Berkeley.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078695322', 'display_name': 'Timothy A. Brown', 'orcid': 'https://orcid.org/0000-0002-5334-0768'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Timothy Brown', 'raw_affiliation_string': 'University of California–Berkeley.', 'raw_affiliation_strings': ['University of California–Berkeley.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5001594573', 'display_name': 'Jitendra Malik', 'orcid': 'https://orcid.org/0000-0003-3695-1580'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jitendra Malik', 'raw_affiliation_string': 'University of California–Berkeley.', 'raw_affiliation_strings': ['University of California–Berkeley.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 7, 'biblio': {'volume': '1', 'issue': '3', 'first_page': '16', 'last_page': '18'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.38424042}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.35130653}, {'id': 'https://openalex.org/C107038049', 'wikidata': 'https://www.wikidata.org/wiki/Q35986', 'display_name': 'Aesthetics', 'level': 1, 'score': 0.33356553}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1145/2735392.2735398', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210187303', 'display_name': 'AI matters', 'issn_l': '2372-3483', 'issn': ['2372-3483'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319798', 'host_organization_name': 'Association for Computing Machinery', 'host_organization_lineage': ['https://openalex.org/P4310319798'], 'host_organization_lineage_names': ['Association for Computing Machinery'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/1409.6235', 'pdf_url': 'http://arxiv.org/pdf/1409.6235', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.720.9992', 'pdf_url': 'http://www.eecs.berkeley.edu/%7Eshiry/publications/Picasso_ECCV_2014.pdf', 'source': {'id': 'https://openalex.org/S4306400349', 'display_name': 'CiteSeer X (The Pennsylvania State University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130769515', 'host_organization_name': 'Pennsylvania State University', 'host_organization_lineage': ['https://openalex.org/I130769515'], 'host_organization_lineage_names': ['Pennsylvania State University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/1409.6235', 'pdf_url': 'http://arxiv.org/pdf/1409.6235', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.2}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.16}], 'grants': [], 'referenced_works_count': 4, 'referenced_works': ['https://openalex.org/W1590510366', 'https://openalex.org/W2031489346', 'https://openalex.org/W2055132753', 'https://openalex.org/W2079558705'], 'related_works': ['https://openalex.org/W1531601525', 'https://openalex.org/W1985821297', 'https://openalex.org/W2174196969', 'https://openalex.org/W2748952813', 'https://openalex.org/W2758277628', 'https://openalex.org/W2778153218', 'https://openalex.org/W2899084033', 'https://openalex.org/W2935909890', 'https://openalex.org/W2948807893', 'https://openalex.org/W4232183619'], 'ngrams_url': 'https://api.openalex.org/works/W1966977336/ngrams', 'abstract_inverted_index': {'Detectors': [0], 'trained': [1], 'on': [2], 'natural': [3], 'images': [4], 'can': [5], 'detect': [6], 'parts': [7], 'that': [8], 'characterize': [9], 'person': [10], 'figures': [11], 'in': [12], 'Cubist': [13], 'paintings.': [14]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1966977336', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2022, 'cited_by_count': 1}, {'year': 2020, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 2}], 'updated_date': '2023-09-23T20:00:03.695593', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2053789185', 'doi': 'https://doi.org/10.1016/0262-8856(93)90012-6', 'title': 'Beyond linear perspective: a cubist manifesto for visual science', 'display_name': 'Beyond linear perspective: a cubist manifesto for visual science', 'relevance_score': 136.33446, 'publication_year': 1993, 'publication_date': '1993-07-01', 'ids': {'openalex': 'https://openalex.org/W2053789185', 'doi': 'https://doi.org/10.1016/0262-8856(93)90012-6', 'mag': '2053789185'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0262-8856(93)90012-6', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S177430994', 'display_name': 'Image and Vision Computing', 'issn_l': '0262-8856', 'issn': ['0262-8856', '1872-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5025492651', 'display_name': 'Alan Costall', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I43439940', 'display_name': 'University of Southampton', 'ror': 'https://ror.org/01ryk1543', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I43439940']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Alan Costall', 'raw_affiliation_string': 'Department of Psychology, University of Southampton, Southampton S09 5NH, UK', 'raw_affiliation_strings': ['Department of Psychology, University of Southampton, Southampton S09 5NH, UK']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5025492651'], 'corresponding_institution_ids': ['https://openalex.org/I43439940'], 'apc_list': {'value': 2270, 'currency': 'USD', 'value_usd': 2270, 'provenance': 'doaj'}, 'apc_paid': {'value': 2270, 'currency': 'USD', 'value_usd': 2270, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 10, 'biblio': {'volume': '11', 'issue': '6', 'first_page': '334', 'last_page': '341'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778896172', 'wikidata': 'https://www.wikidata.org/wiki/Q46337', 'display_name': 'Manifesto', 'level': 2, 'score': 0.83961475}, {'id': 'https://openalex.org/C12713177', 'wikidata': 'https://www.wikidata.org/wiki/Q1900281', 'display_name': 'Perspective (graphical)', 'level': 2, 'score': 0.79081476}, {'id': 'https://openalex.org/C200220432', 'wikidata': 'https://www.wikidata.org/wiki/Q7936208', 'display_name': 'Vision science', 'level': 2, 'score': 0.758971}, {'id': 'https://openalex.org/C2781316041', 'wikidata': 'https://www.wikidata.org/wiki/Q1230584', 'display_name': 'Diversity (politics)', 'level': 2, 'score': 0.6664342}, {'id': 'https://openalex.org/C26760741', 'wikidata': 'https://www.wikidata.org/wiki/Q160402', 'display_name': 'Perception', 'level': 2, 'score': 0.620404}, {'id': 'https://openalex.org/C2780966255', 'wikidata': 'https://www.wikidata.org/wiki/Q5474306', 'display_name': 'Foundation (evidence)', 'level': 2, 'score': 0.53624886}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.50741404}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.4333184}, {'id': 'https://openalex.org/C188147891', 'wikidata': 'https://www.wikidata.org/wiki/Q147638', 'display_name': 'Cognitive science', 'level': 1, 'score': 0.41806525}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.40055335}, {'id': 'https://openalex.org/C31972630', 'wikidata': 'https://www.wikidata.org/wiki/Q844240', 'display_name': 'Computer vision', 'level': 1, 'score': 0.34027022}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.33223253}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.27644727}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.14838988}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.13450935}, {'id': 'https://openalex.org/C19165224', 'wikidata': 'https://www.wikidata.org/wiki/Q23404', 'display_name': 'Anthropology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0262-8856(93)90012-6', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S177430994', 'display_name': 'Image and Vision Computing', 'issn_l': '0262-8856', 'issn': ['0262-8856', '1872-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.1}], 'grants': [], 'referenced_works_count': 9, 'referenced_works': ['https://openalex.org/W1968283077', 'https://openalex.org/W1973719069', 'https://openalex.org/W2021026404', 'https://openalex.org/W2073974819', 'https://openalex.org/W2078432648', 'https://openalex.org/W2156406284', 'https://openalex.org/W2314185503', 'https://openalex.org/W2317659033', 'https://openalex.org/W2326489415'], 'related_works': ['https://openalex.org/W1683747163', 'https://openalex.org/W1891287906', 'https://openalex.org/W1969923398', 'https://openalex.org/W2036807459', 'https://openalex.org/W2748952813', 'https://openalex.org/W2772917594', 'https://openalex.org/W2775347418', 'https://openalex.org/W2802764767', 'https://openalex.org/W2930401225', 'https://openalex.org/W4237257384'], 'ngrams_url': 'https://api.openalex.org/works/W2053789185/ngrams', 'abstract_inverted_index': {'Both': [0], 'James': [1], "Gibson's": [2], 'ecological': [3], 'approach': [4], 'to': [5, 38, 52, 65], 'vision': [6, 12, 23], 'and': [7, 40, 72], 'recent': [8], 'research': [9, 68], 'in': [10], 'computer': [11], 'have': [13], 'challenged': [14], 'linear': [15], 'perspective': [16], 'as': [17], 'the': [18, 32, 42, 66], 'foundation': [19], 'for': [20], 'understanding': [21], 'either': [22], 'or': [24], 'pictures.': [25], 'There': [26], 'is': [27], 'a': [28], 'growing': [29], 'appreciation': [30], 'of': [31, 34, 41, 46], 'diversity': [33], 'informative': [35], 'structures': [36, 48], 'available': [37], 'perceivers,': [39], 'fact': [43], 'that': [44], 'many': [45], 'these': [47, 59], 'are': [49, 61], 'not': [50], 'tied': [51], 'any': [53], 'single': [54], 'viewpoint.': [55], 'The': [56], 'convergences': [57], 'between': [58], 'approaches': [60], 'explored': [62], 'with': [63], 'reference': [64], 'existing': [67], 'on': [69], 'picture': [70], 'perception': [71], 'production.': [73]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2053789185', 'counts_by_year': [{'year': 2021, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-09-27T20:58:20.677514', 'created_date': '2016-06-24'}]
Funders().search_filter(display_name="health").get()
[{'id': 'https://openalex.org/F4320332161', 'display_name': 'National Institutes of Health', 'alternate_titles': ['US National Institutes of Health', 'Institutos Nacionales de la Salud', 'NIH'], 'country_code': 'US', 'description': 'medical research organization in the United States', 'homepage_url': 'https://www.nih.gov', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIH 2013 logo vertical.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIH 2013 logo vertical.svg&width=300', 'relevance_score': 33392.72, 'grants_count': 234863, 'works_count': 312274, 'cited_by_count': 9477029, 'summary_stats': {'2yr_mean_citedness': 7.131187155150425, 'h_index': 665, 'i10_index': 169018}, 'ids': {'openalex': 'https://openalex.org/F4320332161', 'ror': 'https://ror.org/01cwqze88', 'wikidata': 'https://www.wikidata.org/entity/Q390551', 'crossref': '100000002', 'doi': 'https://doi.org/10.13039/100000002'}, 'counts_by_year': [{'year': 2023, 'works_count': 23976, 'cited_by_count': 1428113}, {'year': 2022, 'works_count': 35468, 'cited_by_count': 1768011}, {'year': 2021, 'works_count': 40502, 'cited_by_count': 1628960}, {'year': 2020, 'works_count': 34146, 'cited_by_count': 1251944}, {'year': 2019, 'works_count': 32479, 'cited_by_count': 879669}, {'year': 2018, 'works_count': 30657, 'cited_by_count': 641502}, {'year': 2017, 'works_count': 26634, 'cited_by_count': 462083}, {'year': 2016, 'works_count': 22709, 'cited_by_count': 323379}, {'year': 2015, 'works_count': 18365, 'cited_by_count': 220075}, {'year': 2014, 'works_count': 12857, 'cited_by_count': 150442}, {'year': 2013, 'works_count': 5635, 'cited_by_count': 119610}, {'year': 2012, 'works_count': 5005, 'cited_by_count': 96014}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I1299303238', 'works_count': 221355}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316754', 'works_count': 39124}, {'role': 'funder', 'id': 'https://openalex.org/F4320332161', 'works_count': 312274}], 'updated_date': '2023-10-04T05:55:19.940656', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320337346', 'display_name': 'National Institute of Mental Health', 'alternate_titles': ['Instituto Nacional de la Salud Mental', 'NIMH', 'Mental Health NIMH'], 'country_code': 'US', 'description': 'mental health research organization in the United States', 'homepage_url': 'https://www.nimh.nih.gov', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/US-NIH-NIMH-Logo.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/US-NIH-NIMH-Logo.svg&width=300', 'relevance_score': 11141.004, 'grants_count': 23680, 'works_count': 37016, 'cited_by_count': 1259465, 'summary_stats': {'2yr_mean_citedness': 5.972520637792604, 'h_index': 355, 'i10_index': 20658}, 'ids': {'openalex': 'https://openalex.org/F4320337346', 'ror': 'https://ror.org/04xeg9z08', 'wikidata': 'https://www.wikidata.org/entity/Q1967405', 'crossref': '100000025', 'doi': 'https://doi.org/10.13039/100000025'}, 'counts_by_year': [{'year': 2023, 'works_count': 3114, 'cited_by_count': 164868}, {'year': 2022, 'works_count': 4264, 'cited_by_count': 201320}, {'year': 2021, 'works_count': 4717, 'cited_by_count': 186372}, {'year': 2020, 'works_count': 4134, 'cited_by_count': 150977}, {'year': 2019, 'works_count': 3740, 'cited_by_count': 109857}, {'year': 2018, 'works_count': 3509, 'cited_by_count': 83829}, {'year': 2017, 'works_count': 2842, 'cited_by_count': 67104}, {'year': 2016, 'works_count': 2658, 'cited_by_count': 53422}, {'year': 2015, 'works_count': 1939, 'cited_by_count': 43780}, {'year': 2014, 'works_count': 1173, 'cited_by_count': 36054}, {'year': 2013, 'works_count': 710, 'cited_by_count': 31768}, {'year': 2012, 'works_count': 640, 'cited_by_count': 26360}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320337346', 'works_count': 37016}, {'role': 'institution', 'id': 'https://openalex.org/I4210158500', 'works_count': 19561}], 'updated_date': '2023-10-04T06:32:31.375613', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320334506', 'display_name': 'Canadian Institutes of Health Research', 'alternate_titles': ['CIHR', 'IRSC', 'Instituts de Recherche en Santé du Canada'], 'country_code': 'CA', 'description': 'organization', 'homepage_url': 'http://www.cihr-irsc.gc.ca', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 10604.539, 'grants_count': 18689, 'works_count': 46441, 'cited_by_count': 1141093, 'summary_stats': {'2yr_mean_citedness': 6.283110882956879, 'h_index': 282, 'i10_index': 24053}, 'ids': {'openalex': 'https://openalex.org/F4320334506', 'ror': 'https://ror.org/01gavpb45', 'wikidata': 'https://www.wikidata.org/entity/Q5030193', 'crossref': '501100000024', 'doi': 'https://doi.org/10.13039/501100000024'}, 'counts_by_year': [{'year': 2023, 'works_count': 3748, 'cited_by_count': 185077}, {'year': 2022, 'works_count': 5327, 'cited_by_count': 226542}, {'year': 2021, 'works_count': 6220, 'cited_by_count': 204166}, {'year': 2020, 'works_count': 5493, 'cited_by_count': 154301}, {'year': 2019, 'works_count': 5081, 'cited_by_count': 106241}, {'year': 2018, 'works_count': 4807, 'cited_by_count': 77180}, {'year': 2017, 'works_count': 3986, 'cited_by_count': 54905}, {'year': 2016, 'works_count': 3517, 'cited_by_count': 38816}, {'year': 2015, 'works_count': 2583, 'cited_by_count': 26305}, {'year': 2014, 'works_count': 1526, 'cited_by_count': 18664}, {'year': 2013, 'works_count': 1007, 'cited_by_count': 13904}, {'year': 2012, 'works_count': 783, 'cited_by_count': 10192}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I176337269', 'works_count': 2033}, {'role': 'funder', 'id': 'https://openalex.org/F4320334506', 'works_count': 46441}], 'updated_date': '2023-10-04T06:39:27.592213', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320334705', 'display_name': 'National Health and Medical Research Council', 'alternate_titles': ['NHMRC'], 'country_code': 'AU', 'description': 'Australian government agency', 'homepage_url': 'https://www.nhmrc.gov.au', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 8814.862, 'grants_count': 17365, 'works_count': 37804, 'cited_by_count': 927830, 'summary_stats': {'2yr_mean_citedness': 6.524850327853274, 'h_index': 265, 'i10_index': 19619}, 'ids': {'openalex': 'https://openalex.org/F4320334705', 'ror': 'https://ror.org/011kf5r70', 'wikidata': 'https://www.wikidata.org/entity/Q6973022', 'crossref': '501100000925', 'doi': 'https://doi.org/10.13039/501100000925'}, 'counts_by_year': [{'year': 2023, 'works_count': 3165, 'cited_by_count': 164323}, {'year': 2022, 'works_count': 4508, 'cited_by_count': 199525}, {'year': 2021, 'works_count': 5466, 'cited_by_count': 177067}, {'year': 2020, 'works_count': 5063, 'cited_by_count': 130560}, {'year': 2019, 'works_count': 4703, 'cited_by_count': 85570}, {'year': 2018, 'works_count': 4136, 'cited_by_count': 56938}, {'year': 2017, 'works_count': 3327, 'cited_by_count': 37546}, {'year': 2016, 'works_count': 2750, 'cited_by_count': 22946}, {'year': 2015, 'works_count': 1744, 'cited_by_count': 13409}, {'year': 2014, 'works_count': 944, 'cited_by_count': 8284}, {'year': 2013, 'works_count': 361, 'cited_by_count': 6341}, {'year': 2012, 'works_count': 292, 'cited_by_count': 4648}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I42131985', 'works_count': 6993}, {'role': 'funder', 'id': 'https://openalex.org/F4320334705', 'works_count': 37804}], 'updated_date': '2023-10-04T05:55:57.520753', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320319990', 'display_name': 'National Institute for Health and Care Research', 'alternate_titles': ['NIHR', 'National Institute for Health Research'], 'country_code': 'GB', 'description': 'research and expert organisation in health and care in the United Kingdom', 'homepage_url': 'https://www.nihr.ac.uk', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIHR National Institute for Health and Care Research logo.png', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIHR National Institute for Health and Care Research logo.png&width=300', 'relevance_score': 6253.4146, 'grants_count': 5915, 'works_count': 21099, 'cited_by_count': 542810, 'summary_stats': {'2yr_mean_citedness': 9.264076391175502, 'h_index': 233, 'i10_index': 10154}, 'ids': {'openalex': 'https://openalex.org/F4320319990', 'ror': 'https://ror.org/0187kwz08', 'wikidata': 'https://www.wikidata.org/entity/Q6973576', 'crossref': '501100000272', 'doi': 'https://doi.org/10.13039/501100000272'}, 'counts_by_year': [{'year': 2023, 'works_count': 1887, 'cited_by_count': 100389}, {'year': 2022, 'works_count': 2758, 'cited_by_count': 130256}, {'year': 2021, 'works_count': 3173, 'cited_by_count': 113590}, {'year': 2020, 'works_count': 2910, 'cited_by_count': 75136}, {'year': 2019, 'works_count': 2677, 'cited_by_count': 45924}, {'year': 2018, 'works_count': 2119, 'cited_by_count': 31025}, {'year': 2017, 'works_count': 1869, 'cited_by_count': 20418}, {'year': 2016, 'works_count': 1695, 'cited_by_count': 12061}, {'year': 2015, 'works_count': 1098, 'cited_by_count': 6356}, {'year': 2014, 'works_count': 425, 'cited_by_count': 3282}, {'year': 2013, 'works_count': 230, 'cited_by_count': 1967}, {'year': 2012, 'works_count': 122, 'cited_by_count': 1049}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I34931013', 'works_count': 14239}, {'role': 'funder', 'id': 'https://openalex.org/F4320319990', 'works_count': 21099}], 'updated_date': '2023-10-04T05:43:14.045632', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320337361', 'display_name': 'National Institute of Environmental Health Sciences', 'alternate_titles': ['The National Institute of Environmental Health Sciences', 'NIH National Institute of Environmental Health Sciences', 'NIEHS'], 'country_code': 'US', 'description': 'U.S. research institute, part of the National Institutes of Health (NIH)', 'homepage_url': 'https://www.niehs.nih.gov', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/US-NIH-NIEHS-Logo.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/US-NIH-NIEHS-Logo.svg&width=300', 'relevance_score': 5527.033, 'grants_count': 7349, 'works_count': 14176, 'cited_by_count': 364772, 'summary_stats': {'2yr_mean_citedness': 6.350464734827775, 'h_index': 179, 'i10_index': 8055}, 'ids': {'openalex': 'https://openalex.org/F4320337361', 'ror': 'https://ror.org/00j4k1h63', 'wikidata': 'https://www.wikidata.org/entity/Q1284039', 'crossref': '100000066', 'doi': 'https://doi.org/10.13039/100000066'}, 'counts_by_year': [{'year': 2023, 'works_count': 1221, 'cited_by_count': 63722}, {'year': 2022, 'works_count': 1702, 'cited_by_count': 74646}, {'year': 2021, 'works_count': 1901, 'cited_by_count': 64448}, {'year': 2020, 'works_count': 1764, 'cited_by_count': 49332}, {'year': 2019, 'works_count': 1649, 'cited_by_count': 34733}, {'year': 2018, 'works_count': 1460, 'cited_by_count': 24550}, {'year': 2017, 'works_count': 1287, 'cited_by_count': 17289}, {'year': 2016, 'works_count': 1081, 'cited_by_count': 11447}, {'year': 2015, 'works_count': 782, 'cited_by_count': 6650}, {'year': 2014, 'works_count': 439, 'cited_by_count': 4390}, {'year': 2013, 'works_count': 213, 'cited_by_count': 2950}, {'year': 2012, 'works_count': 160, 'cited_by_count': 2273}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I4210095140', 'works_count': 19874}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319799', 'works_count': 38547}, {'role': 'funder', 'id': 'https://openalex.org/F4320337361', 'works_count': 14176}], 'updated_date': '2023-10-04T06:49:01.025369', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320321945', 'display_name': 'Ministry of Health, Labour and Welfare', 'alternate_titles': ['MHLW', 'Ministry of Health, Labour and Welfare, Japan'], 'country_code': 'JP', 'description': 'ministry of Japan', 'homepage_url': 'https://www.mhlw.go.jp', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/GovernmentOfficeComplexNo5.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/GovernmentOfficeComplexNo5.jpg&width=300', 'relevance_score': 4855.1255, 'grants_count': 3154, 'works_count': 9338, 'cited_by_count': 281474, 'summary_stats': {'2yr_mean_citedness': 3.588835942818244, 'h_index': 176, 'i10_index': 5565}, 'ids': {'openalex': 'https://openalex.org/F4320321945', 'ror': 'https://ror.org/03mwa7s65', 'wikidata': 'https://www.wikidata.org/entity/Q1191238', 'crossref': '501100003478', 'doi': 'https://doi.org/10.13039/501100003478'}, 'counts_by_year': [{'year': 2023, 'works_count': 494, 'cited_by_count': 20375}, {'year': 2022, 'works_count': 724, 'cited_by_count': 26417}, {'year': 2021, 'works_count': 787, 'cited_by_count': 25379}, {'year': 2020, 'works_count': 691, 'cited_by_count': 22042}, {'year': 2019, 'works_count': 574, 'cited_by_count': 17361}, {'year': 2018, 'works_count': 565, 'cited_by_count': 15935}, {'year': 2017, 'works_count': 557, 'cited_by_count': 14502}, {'year': 2016, 'works_count': 528, 'cited_by_count': 13664}, {'year': 2015, 'works_count': 469, 'cited_by_count': 12182}, {'year': 2014, 'works_count': 308, 'cited_by_count': 11520}, {'year': 2013, 'works_count': 252, 'cited_by_count': 10938}, {'year': 2012, 'works_count': 253, 'cited_by_count': 10626}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320321945', 'works_count': 9338}, {'role': 'institution', 'id': 'https://openalex.org/I1333985979', 'works_count': 1069}], 'updated_date': '2023-10-04T06:53:46.099556', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320306080', 'display_name': 'Foundation for the National Institutes of Health', 'alternate_titles': ['FNIH', 'Foundation for the National Institutes of Health, Inc.', 'Foundation for the NIH', 'Foundation for NIH', 'Foundation for the National Institutes of Health Inc', 'The Foundation for the NIH', 'The Foundation for the National Institutes of Health'], 'country_code': 'US', 'description': 'non-profit organization in the USA', 'homepage_url': 'http://www.fnih.org', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 4618.2017, 'grants_count': 15950, 'works_count': 12834, 'cited_by_count': 296046, 'summary_stats': {'2yr_mean_citedness': 6.461077844311378, 'h_index': 162, 'i10_index': 7194}, 'ids': {'openalex': 'https://openalex.org/F4320306080', 'ror': 'https://ror.org/00k86s890', 'wikidata': 'https://www.wikidata.org/entity/Q16837497', 'crossref': '100000009', 'doi': 'https://doi.org/10.13039/100000009'}, 'counts_by_year': [{'year': 2023, 'works_count': 742, 'cited_by_count': 57909}, {'year': 2022, 'works_count': 1135, 'cited_by_count': 71244}, {'year': 2021, 'works_count': 1557, 'cited_by_count': 65143}, {'year': 2020, 'works_count': 2621, 'cited_by_count': 44152}, {'year': 2019, 'works_count': 2515, 'cited_by_count': 24038}, {'year': 2018, 'works_count': 1602, 'cited_by_count': 14740}, {'year': 2017, 'works_count': 868, 'cited_by_count': 9669}, {'year': 2016, 'works_count': 682, 'cited_by_count': 5792}, {'year': 2015, 'works_count': 877, 'cited_by_count': 2098}, {'year': 2014, 'works_count': 194, 'cited_by_count': 367}, {'year': 2013, 'works_count': 17, 'cited_by_count': 236}, {'year': 2012, 'works_count': 12, 'cited_by_count': 168}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320306080', 'works_count': 12834}, {'role': 'institution', 'id': 'https://openalex.org/I2800718396', 'works_count': 1064}], 'updated_date': '2023-10-04T05:50:24.890761', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320332505', 'display_name': 'U.S. Public Health Service', 'alternate_titles': ['USPHS', 'United States Public Health Service'], 'country_code': 'US', 'description': 'division of the U.S. Department of Health and Human Services concerned with public health', 'homepage_url': 'https://www.usphs.gov', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Seal of the United States Public Health Service.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Seal of the United States Public Health Service.svg&width=300', 'relevance_score': 4370.5806, 'grants_count': 3585, 'works_count': 3495, 'cited_by_count': 162348, 'summary_stats': {'2yr_mean_citedness': 11.281746031746032, 'h_index': 164, 'i10_index': 2268}, 'ids': {'openalex': 'https://openalex.org/F4320332505', 'ror': 'https://ror.org/05xf94514', 'wikidata': 'https://www.wikidata.org/entity/Q476322', 'crossref': '100007197', 'doi': 'https://doi.org/10.13039/100007197'}, 'counts_by_year': [{'year': 2023, 'works_count': 83, 'cited_by_count': 9296}, {'year': 2022, 'works_count': 125, 'cited_by_count': 12012}, {'year': 2021, 'works_count': 116, 'cited_by_count': 12325}, {'year': 2020, 'works_count': 136, 'cited_by_count': 10426}, {'year': 2019, 'works_count': 133, 'cited_by_count': 7802}, {'year': 2018, 'works_count': 172, 'cited_by_count': 6539}, {'year': 2017, 'works_count': 160, 'cited_by_count': 5681}, {'year': 2016, 'works_count': 168, 'cited_by_count': 4932}, {'year': 2015, 'works_count': 117, 'cited_by_count': 4805}, {'year': 2014, 'works_count': 84, 'cited_by_count': 4494}, {'year': 2013, 'works_count': 69, 'cited_by_count': 4456}, {'year': 2012, 'works_count': 73, 'cited_by_count': 4082}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I35344726', 'works_count': 10907}, {'role': 'funder', 'id': 'https://openalex.org/F4320332505', 'works_count': 3495}], 'updated_date': '2023-10-04T06:48:01.581331', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320337364', 'display_name': 'National Institute of Child Health and Human Development', 'alternate_titles': ['NICHD'], 'country_code': 'US', 'description': 'human development research institute of the U.S. National Institutes of Health', 'homepage_url': 'http://www.nichd.nih.gov/Pages/index.aspx', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIH NICHD Master Logo 2Color.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIH NICHD Master Logo 2Color.svg&width=300', 'relevance_score': 4276.4673, 'grants_count': 7204, 'works_count': 11417, 'cited_by_count': 291999, 'summary_stats': {'2yr_mean_citedness': 4.5648590021691975, 'h_index': 169, 'i10_index': 6390}, 'ids': {'openalex': 'https://openalex.org/F4320337364', 'ror': 'https://ror.org/04byxyr05', 'wikidata': 'https://www.wikidata.org/entity/Q5409765', 'crossref': '100000071', 'doi': 'https://doi.org/10.13039/100000071'}, 'counts_by_year': [{'year': 2023, 'works_count': 676, 'cited_by_count': 40882}, {'year': 2022, 'works_count': 1044, 'cited_by_count': 52507}, {'year': 2021, 'works_count': 1101, 'cited_by_count': 50089}, {'year': 2020, 'works_count': 1208, 'cited_by_count': 43776}, {'year': 2019, 'works_count': 1138, 'cited_by_count': 31726}, {'year': 2018, 'works_count': 1233, 'cited_by_count': 23833}, {'year': 2017, 'works_count': 1240, 'cited_by_count': 17084}, {'year': 2016, 'works_count': 1488, 'cited_by_count': 11293}, {'year': 2015, 'works_count': 971, 'cited_by_count': 6463}, {'year': 2014, 'works_count': 507, 'cited_by_count': 3754}, {'year': 2013, 'works_count': 226, 'cited_by_count': 2640}, {'year': 2012, 'works_count': 166, 'cited_by_count': 1732}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320337364', 'works_count': 11417}, {'role': 'institution', 'id': 'https://openalex.org/I4210144228', 'works_count': 22814}], 'updated_date': '2023-10-04T06:26:50.265932', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320334661', 'display_name': 'Health Technology Assessment Programme', 'alternate_titles': ['HTA', 'NIHR Health Technology Assessment Programme'], 'country_code': 'GB', 'description': 'research and expert organisation in health and care in the United Kingdom', 'homepage_url': 'https://www.nihr.ac.uk', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIHR National Institute for Health and Care Research logo.png', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIHR National Institute for Health and Care Research logo.png&width=300', 'relevance_score': 3786.355, 'grants_count': 1853, 'works_count': 2827, 'cited_by_count': 121846, 'summary_stats': {'2yr_mean_citedness': 4.317738791423002, 'h_index': 163, 'i10_index': 1587}, 'ids': {'openalex': 'https://openalex.org/F4320334661', 'ror': 'https://ror.org/0187kwz08', 'wikidata': 'https://www.wikidata.org/entity/Q6973576', 'crossref': '501100000664', 'doi': 'https://doi.org/10.13039/501100000664'}, 'counts_by_year': [{'year': 2023, 'works_count': 104, 'cited_by_count': 8100}, {'year': 2022, 'works_count': 208, 'cited_by_count': 10786}, {'year': 2021, 'works_count': 242, 'cited_by_count': 10499}, {'year': 2020, 'works_count': 271, 'cited_by_count': 9788}, {'year': 2019, 'works_count': 266, 'cited_by_count': 7838}, {'year': 2018, 'works_count': 297, 'cited_by_count': 6635}, {'year': 2017, 'works_count': 269, 'cited_by_count': 6018}, {'year': 2016, 'works_count': 247, 'cited_by_count': 5664}, {'year': 2015, 'works_count': 115, 'cited_by_count': 5651}, {'year': 2014, 'works_count': 11, 'cited_by_count': 5766}, {'year': 2013, 'works_count': 2, 'cited_by_count': 5591}, {'year': 2012, 'works_count': 52, 'cited_by_count': 5250}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320334661', 'works_count': 2827}, {'role': 'institution', 'id': 'https://openalex.org/I34931013', 'works_count': 14239}], 'updated_date': '2023-10-04T06:03:14.190093', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320322034', 'display_name': 'Ministry of Health and Welfare', 'alternate_titles': ['Ministry of Health, Welfare and Family Affairs', 'MOHW'], 'country_code': 'KR', 'description': 'government ministry in South Korea', 'homepage_url': 'http://www.mohw.go.kr', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Ministry of Health and Welfare of the Republic of Korea Logo (vertical).svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Ministry of Health and Welfare of the Republic of Korea Logo (vertical).svg&width=300', 'relevance_score': 3736.7825, 'grants_count': 3222, 'works_count': 7781, 'cited_by_count': 141688, 'summary_stats': {'2yr_mean_citedness': 4.373408769448373, 'h_index': 120, 'i10_index': 3504}, 'ids': {'openalex': 'https://openalex.org/F4320322034', 'ror': 'https://ror.org/00vxgjw72', 'wikidata': 'https://www.wikidata.org/entity/Q482921', 'crossref': '501100003625', 'doi': 'https://doi.org/10.13039/501100003625'}, 'counts_by_year': [{'year': 2023, 'works_count': 671, 'cited_by_count': 19567}, {'year': 2022, 'works_count': 956, 'cited_by_count': 23454}, {'year': 2021, 'works_count': 762, 'cited_by_count': 21402}, {'year': 2020, 'works_count': 662, 'cited_by_count': 17422}, {'year': 2019, 'works_count': 830, 'cited_by_count': 12165}, {'year': 2018, 'works_count': 864, 'cited_by_count': 9031}, {'year': 2017, 'works_count': 711, 'cited_by_count': 6716}, {'year': 2016, 'works_count': 609, 'cited_by_count': 5195}, {'year': 2015, 'works_count': 537, 'cited_by_count': 3708}, {'year': 2014, 'works_count': 254, 'cited_by_count': 2869}, {'year': 2013, 'works_count': 223, 'cited_by_count': 2204}, {'year': 2012, 'works_count': 101, 'cited_by_count': 1927}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I1290491151', 'works_count': 623}, {'role': 'funder', 'id': 'https://openalex.org/F4320322034', 'works_count': 7781}], 'updated_date': '2023-10-04T05:49:16.741787', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320337611', 'display_name': 'Eunice Kennedy Shriver National Institute of Child Health and Human Development', 'alternate_titles': ['NIH Eunice Kennedy Shriver National Institute of Child Health and Human Development', 'NIH Eunice Kennedy Shriver National Institute of Child Health & Human Development', 'Eunice Kennedy Shriver National Institute of Child Health and Human Development at the National Institutes of Health', 'NICHD', 'National Institutes of Health/Eunice Kennedy Shriver National Institute of Child Health & Human Development', 'Eunice Kennedy Shriver National Institute of Child Health & Human Development', 'Instituto Nacional de Salud Infantil y Desarrollo Humano Eunice Kennedy Shriver', 'NIH/NICHD', 'Eunice Kennedy Shriver National Institute of Child Health and Human Development of the National Institutes of Health', 'NIH/Eunice Kennedy Shriver National Institute of Child Health and Human Development'], 'country_code': 'US', 'description': 'human development research institute of the U.S. National Institutes of Health', 'homepage_url': 'http://www.nichd.nih.gov/Pages/index.aspx', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIH NICHD Master Logo 2Color.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/NIH NICHD Master Logo 2Color.svg&width=300', 'relevance_score': 3518.427, 'grants_count': 8575, 'works_count': 15312, 'cited_by_count': 285957, 'summary_stats': {'2yr_mean_citedness': 4.831079717457114, 'h_index': 172, 'i10_index': 6183}, 'ids': {'openalex': 'https://openalex.org/F4320337611', 'ror': 'https://ror.org/04byxyr05', 'wikidata': 'https://www.wikidata.org/entity/Q5409765', 'crossref': '100009633', 'doi': 'https://doi.org/10.13039/100009633'}, 'counts_by_year': [{'year': 2023, 'works_count': 1942, 'cited_by_count': 53506}, {'year': 2022, 'works_count': 2497, 'cited_by_count': 62342}, {'year': 2021, 'works_count': 2774, 'cited_by_count': 50814}, {'year': 2020, 'works_count': 2190, 'cited_by_count': 36477}, {'year': 2019, 'works_count': 1895, 'cited_by_count': 22316}, {'year': 2018, 'works_count': 1553, 'cited_by_count': 13787}, {'year': 2017, 'works_count': 1124, 'cited_by_count': 8607}, {'year': 2016, 'works_count': 338, 'cited_by_count': 7538}, {'year': 2015, 'works_count': 126, 'cited_by_count': 6572}, {'year': 2014, 'works_count': 115, 'cited_by_count': 5960}, {'year': 2013, 'works_count': 99, 'cited_by_count': 5029}, {'year': 2012, 'works_count': 88, 'cited_by_count': 4088}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320337611', 'works_count': 15312}, {'role': 'institution', 'id': 'https://openalex.org/I4210144228', 'works_count': 22814}], 'updated_date': '2023-10-04T06:51:55.981271', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320307856', 'display_name': 'World Health Organization', 'alternate_titles': ['WHO'], 'country_code': 'CH', 'description': 'specialized agency of the United Nations that is concerned with international public health', 'homepage_url': 'https://www.who.int', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/World Health Organization Logo.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/World Health Organization Logo.svg&width=300', 'relevance_score': 3425.5027, 'grants_count': 740, 'works_count': 2829, 'cited_by_count': 82103, 'summary_stats': {'2yr_mean_citedness': 9.350125944584383, 'h_index': 108, 'i10_index': 1287}, 'ids': {'openalex': 'https://openalex.org/F4320307856', 'ror': 'https://ror.org/01f80g185', 'wikidata': 'https://www.wikidata.org/entity/Q7817', 'crossref': '100004423', 'doi': 'https://doi.org/10.13039/100004423'}, 'counts_by_year': [{'year': 2023, 'works_count': 293, 'cited_by_count': 15936}, {'year': 2022, 'works_count': 455, 'cited_by_count': 18434}, {'year': 2021, 'works_count': 452, 'cited_by_count': 15117}, {'year': 2020, 'works_count': 346, 'cited_by_count': 10334}, {'year': 2019, 'works_count': 315, 'cited_by_count': 6718}, {'year': 2018, 'works_count': 281, 'cited_by_count': 4996}, {'year': 2017, 'works_count': 225, 'cited_by_count': 3854}, {'year': 2016, 'works_count': 166, 'cited_by_count': 2569}, {'year': 2015, 'works_count': 97, 'cited_by_count': 1142}, {'year': 2014, 'works_count': 42, 'cited_by_count': 553}, {'year': 2013, 'works_count': 33, 'cited_by_count': 435}, {'year': 2012, 'works_count': 45, 'cited_by_count': 265}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I4210105654', 'works_count': 19053}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319664', 'works_count': 9892}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319663', 'works_count': 20292}, {'role': 'funder', 'id': 'https://openalex.org/F4320307856', 'works_count': 2829}, {'role': 'institution', 'id': 'https://openalex.org/I1290603121', 'works_count': 3169}], 'updated_date': '2023-10-04T05:54:37.153830', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320337534', 'display_name': 'National Institute on Minority Health and Health Disparities', 'alternate_titles': ['The National Institute on Minority Health and Health Disparities', 'NIMHD', 'National Institute on Minority Health & Health Disparities', 'Health Disparities'], 'country_code': 'US', 'description': None, 'homepage_url': 'http://nimhd.nih.gov', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 3069.9365, 'grants_count': 2139, 'works_count': 5034, 'cited_by_count': 68888, 'summary_stats': {'2yr_mean_citedness': 4.257398485891259, 'h_index': 89, 'i10_index': 1709}, 'ids': {'openalex': 'https://openalex.org/F4320337534', 'ror': 'https://ror.org/0493hgw16', 'wikidata': 'https://www.wikidata.org/entity/Q6973755', 'crossref': '100006545', 'doi': 'https://doi.org/10.13039/100006545'}, 'counts_by_year': [{'year': 2023, 'works_count': 712, 'cited_by_count': 14632}, {'year': 2022, 'works_count': 877, 'cited_by_count': 16377}, {'year': 2021, 'works_count': 843, 'cited_by_count': 13093}, {'year': 2020, 'works_count': 609, 'cited_by_count': 9408}, {'year': 2019, 'works_count': 511, 'cited_by_count': 6124}, {'year': 2018, 'works_count': 484, 'cited_by_count': 4216}, {'year': 2017, 'works_count': 362, 'cited_by_count': 2676}, {'year': 2016, 'works_count': 331, 'cited_by_count': 1455}, {'year': 2015, 'works_count': 176, 'cited_by_count': 555}, {'year': 2014, 'works_count': 76, 'cited_by_count': 223}, {'year': 2013, 'works_count': 36, 'cited_by_count': 78}, {'year': 2012, 'works_count': 20, 'cited_by_count': 9}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320337534', 'works_count': 5034}, {'role': 'institution', 'id': 'https://openalex.org/I4210145867', 'works_count': 976}], 'updated_date': '2023-10-04T05:55:26.823155', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320322107', 'display_name': 'Korea Health Industry Development Institute', 'alternate_titles': ['KHIDI'], 'country_code': 'KR', 'description': 'government organization in Seoul, South Korea', 'homepage_url': 'http://www.khidi.or.kr/eps', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 2900.353, 'grants_count': 1761, 'works_count': 6490, 'cited_by_count': 85357, 'summary_stats': {'2yr_mean_citedness': 4.40161861406171, 'h_index': 94, 'i10_index': 2369}, 'ids': {'openalex': 'https://openalex.org/F4320322107', 'ror': 'https://ror.org/00fdzyk40', 'wikidata': 'https://www.wikidata.org/entity/Q30296538', 'crossref': '501100003710', 'doi': 'https://doi.org/10.13039/501100003710'}, 'counts_by_year': [{'year': 2023, 'works_count': 803, 'cited_by_count': 19258}, {'year': 2022, 'works_count': 1060, 'cited_by_count': 22160}, {'year': 2021, 'works_count': 1047, 'cited_by_count': 18059}, {'year': 2020, 'works_count': 951, 'cited_by_count': 12209}, {'year': 2019, 'works_count': 885, 'cited_by_count': 7050}, {'year': 2018, 'works_count': 700, 'cited_by_count': 3876}, {'year': 2017, 'works_count': 524, 'cited_by_count': 1868}, {'year': 2016, 'works_count': 352, 'cited_by_count': 578}, {'year': 2015, 'works_count': 142, 'cited_by_count': 144}, {'year': 2014, 'works_count': 11, 'cited_by_count': 54}, {'year': 2013, 'works_count': 7, 'cited_by_count': 42}, {'year': 2012, 'works_count': 4, 'cited_by_count': 33}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I4210097774', 'works_count': 278}, {'role': 'funder', 'id': 'https://openalex.org/F4320322107', 'works_count': 6490}], 'updated_date': '2023-10-04T06:28:15.131788', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320312041', 'display_name': 'Health Research Board', 'alternate_titles': ['Health Research Board (Ireland)', 'HealthResearchBoard', 'Health Research Board, Ireland', 'The Health Research Board', 'HRB'], 'country_code': 'IE', 'description': None, 'homepage_url': 'http://www.hrb.ie', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 2834.5645, 'grants_count': 824, 'works_count': 2043, 'cited_by_count': 56219, 'summary_stats': {'2yr_mean_citedness': 3.9931034482758623, 'h_index': 100, 'i10_index': 950}, 'ids': {'openalex': 'https://openalex.org/F4320312041', 'ror': 'https://ror.org/003hb2249', 'crossref': '100010414', 'doi': 'https://doi.org/10.13039/100010414'}, 'counts_by_year': [{'year': 2023, 'works_count': 183, 'cited_by_count': 6514}, {'year': 2022, 'works_count': 257, 'cited_by_count': 8029}, {'year': 2021, 'works_count': 298, 'cited_by_count': 7405}, {'year': 2020, 'works_count': 286, 'cited_by_count': 5445}, {'year': 2019, 'works_count': 190, 'cited_by_count': 4159}, {'year': 2018, 'works_count': 194, 'cited_by_count': 3120}, {'year': 2017, 'works_count': 120, 'cited_by_count': 2652}, {'year': 2016, 'works_count': 55, 'cited_by_count': 2359}, {'year': 2015, 'works_count': 42, 'cited_by_count': 2122}, {'year': 2014, 'works_count': 40, 'cited_by_count': 1891}, {'year': 2013, 'works_count': 32, 'cited_by_count': 1799}, {'year': 2012, 'works_count': 41, 'cited_by_count': 1604}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320312041', 'works_count': 2043}, {'role': 'institution', 'id': 'https://openalex.org/I4210086850', 'works_count': 1259}], 'updated_date': '2023-10-04T05:19:27.512855', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320306085', 'display_name': 'U.S. Department of Health and Human Services', 'alternate_titles': ['USDHHS', 'HHS', 'DHHS', 'United States Department of Health and Human Services', 'Department of Health and Human Services', 'U.S. Department of Health & Human Services', 'The U.S. Department of Health & Human Services'], 'country_code': 'US', 'description': 'department of the US federal government', 'homepage_url': 'http://www.hhs.gov', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/US-DeptOfHHS-Logo.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/US-DeptOfHHS-Logo.svg&width=300', 'relevance_score': 2680.938, 'grants_count': 2284, 'works_count': 4326, 'cited_by_count': 99767, 'summary_stats': {'2yr_mean_citedness': 6.2081526452732, 'h_index': 122, 'i10_index': 1916}, 'ids': {'openalex': 'https://openalex.org/F4320306085', 'ror': 'https://ror.org/033jnv181', 'wikidata': 'https://www.wikidata.org/entity/Q942326', 'crossref': '100000016', 'doi': 'https://doi.org/10.13039/100000016'}, 'counts_by_year': [{'year': 2023, 'works_count': 509, 'cited_by_count': 16476}, {'year': 2022, 'works_count': 576, 'cited_by_count': 20344}, {'year': 2021, 'works_count': 651, 'cited_by_count': 16722}, {'year': 2020, 'works_count': 508, 'cited_by_count': 12106}, {'year': 2019, 'works_count': 440, 'cited_by_count': 8493}, {'year': 2018, 'works_count': 381, 'cited_by_count': 6028}, {'year': 2017, 'works_count': 306, 'cited_by_count': 4488}, {'year': 2016, 'works_count': 240, 'cited_by_count': 3263}, {'year': 2015, 'works_count': 220, 'cited_by_count': 2183}, {'year': 2014, 'works_count': 137, 'cited_by_count': 1557}, {'year': 2013, 'works_count': 65, 'cited_by_count': 1213}, {'year': 2012, 'works_count': 65, 'cited_by_count': 891}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I1299022934', 'works_count': 6516}, {'role': 'funder', 'id': 'https://openalex.org/F4320306085', 'works_count': 4326}], 'updated_date': '2023-10-04T06:26:54.534931', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320334749', 'display_name': 'Health Research Council of New Zealand', 'alternate_titles': ['HRC'], 'country_code': 'NZ', 'description': 'New Zealand Crown entity', 'homepage_url': 'https://hrc.govt.nz', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 2499.0337, 'grants_count': 1232, 'works_count': 3351, 'cited_by_count': 74573, 'summary_stats': {'2yr_mean_citedness': 5.7014462809917354, 'h_index': 99, 'i10_index': 1563}, 'ids': {'openalex': 'https://openalex.org/F4320334749', 'ror': 'https://ror.org/00zbf3d93', 'wikidata': 'https://www.wikidata.org/entity/Q17051097', 'crossref': '501100001505', 'doi': 'https://doi.org/10.13039/501100001505'}, 'counts_by_year': [{'year': 2023, 'works_count': 268, 'cited_by_count': 12450}, {'year': 2022, 'works_count': 454, 'cited_by_count': 15860}, {'year': 2021, 'works_count': 493, 'cited_by_count': 13709}, {'year': 2020, 'works_count': 476, 'cited_by_count': 10080}, {'year': 2019, 'works_count': 389, 'cited_by_count': 6785}, {'year': 2018, 'works_count': 356, 'cited_by_count': 4474}, {'year': 2017, 'works_count': 306, 'cited_by_count': 2942}, {'year': 2016, 'works_count': 203, 'cited_by_count': 2028}, {'year': 2015, 'works_count': 148, 'cited_by_count': 1507}, {'year': 2014, 'works_count': 87, 'cited_by_count': 1061}, {'year': 2013, 'works_count': 39, 'cited_by_count': 834}, {'year': 2012, 'works_count': 37, 'cited_by_count': 655}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320334749', 'works_count': 3351}, {'role': 'institution', 'id': 'https://openalex.org/I2802378004', 'works_count': 591}], 'updated_date': '2023-10-04T05:44:08.482966', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320335055', 'display_name': 'Health and Medical Research Fund', 'alternate_titles': ['HMRF'], 'country_code': 'HK', 'description': 'bureau of the Hong Kong Government', 'homepage_url': 'http://www.fhb.gov.hk', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Regional Emblem of Hong Kong.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Regional Emblem of Hong Kong.svg&width=300', 'relevance_score': 2467.1296, 'grants_count': 1128, 'works_count': 1944, 'cited_by_count': 61762, 'summary_stats': {'2yr_mean_citedness': 13.126829268292683, 'h_index': 88, 'i10_index': 976}, 'ids': {'openalex': 'https://openalex.org/F4320335055', 'ror': 'https://ror.org/03qh32912', 'wikidata': 'https://www.wikidata.org/entity/Q2303511', 'crossref': '501100005847', 'doi': 'https://doi.org/10.13039/501100005847'}, 'counts_by_year': [{'year': 2023, 'works_count': 228, 'cited_by_count': 11125}, {'year': 2022, 'works_count': 356, 'cited_by_count': 14903}, {'year': 2021, 'works_count': 339, 'cited_by_count': 15174}, {'year': 2020, 'works_count': 278, 'cited_by_count': 13959}, {'year': 2019, 'works_count': 233, 'cited_by_count': 3145}, {'year': 2018, 'works_count': 202, 'cited_by_count': 1688}, {'year': 2017, 'works_count': 145, 'cited_by_count': 911}, {'year': 2016, 'works_count': 100, 'cited_by_count': 390}, {'year': 2015, 'works_count': 42, 'cited_by_count': 161}, {'year': 2014, 'works_count': 12, 'cited_by_count': 87}, {'year': 2013, 'works_count': 8, 'cited_by_count': 43}, {'year': 2012, 'works_count': 0, 'cited_by_count': 23}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320335055', 'works_count': 1944}, {'role': 'institution', 'id': 'https://openalex.org/I2800501823', 'works_count': 226}], 'updated_date': '2023-10-04T05:23:09.533755', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320322845', 'display_name': 'National Health Research Institutes', 'alternate_titles': ['NHRI'], 'country_code': 'TW', 'description': None, 'homepage_url': 'http://english.nhri.org.tw/NHRI_WEB/nhriw001Action.do', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 2449.1511, 'grants_count': 2281, 'works_count': 2607, 'cited_by_count': 50980, 'summary_stats': {'2yr_mean_citedness': 5.0625909752547305, 'h_index': 82, 'i10_index': 1281}, 'ids': {'openalex': 'https://openalex.org/F4320322845', 'ror': 'https://ror.org/02r6fpx29', 'wikidata': 'https://www.wikidata.org/entity/Q6973008', 'crossref': '501100004737', 'doi': 'https://doi.org/10.13039/501100004737'}, 'counts_by_year': [{'year': 2023, 'works_count': 225, 'cited_by_count': 7914}, {'year': 2022, 'works_count': 312, 'cited_by_count': 9991}, {'year': 2021, 'works_count': 341, 'cited_by_count': 9441}, {'year': 2020, 'works_count': 347, 'cited_by_count': 7612}, {'year': 2019, 'works_count': 302, 'cited_by_count': 4403}, {'year': 2018, 'works_count': 255, 'cited_by_count': 3066}, {'year': 2017, 'works_count': 211, 'cited_by_count': 2384}, {'year': 2016, 'works_count': 189, 'cited_by_count': 1692}, {'year': 2015, 'works_count': 147, 'cited_by_count': 1176}, {'year': 2014, 'works_count': 89, 'cited_by_count': 839}, {'year': 2013, 'works_count': 61, 'cited_by_count': 699}, {'year': 2012, 'works_count': 40, 'cited_by_count': 459}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I165441096', 'works_count': 10415}, {'role': 'funder', 'id': 'https://openalex.org/F4320322845', 'works_count': 2607}], 'updated_date': '2023-10-04T06:44:36.744228', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320319965', 'display_name': 'Michael Smith Health Research BC', 'alternate_titles': ['Michael Smith Foundation for Health Research', 'MSFHR'], 'country_code': 'CA', 'description': None, 'homepage_url': 'http://www.msfhr.org', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 2303.327, 'grants_count': 470, 'works_count': 2358, 'cited_by_count': 53833, 'summary_stats': {'2yr_mean_citedness': 5.4895209580838324, 'h_index': 93, 'i10_index': 1165}, 'ids': {'openalex': 'https://openalex.org/F4320319965', 'ror': 'https://ror.org/020x39229', 'crossref': '501100000245', 'doi': 'https://doi.org/10.13039/501100000245'}, 'counts_by_year': [{'year': 2023, 'works_count': 206, 'cited_by_count': 8419}, {'year': 2022, 'works_count': 329, 'cited_by_count': 9942}, {'year': 2021, 'works_count': 383, 'cited_by_count': 8639}, {'year': 2020, 'works_count': 288, 'cited_by_count': 6363}, {'year': 2019, 'works_count': 241, 'cited_by_count': 4506}, {'year': 2018, 'works_count': 210, 'cited_by_count': 3562}, {'year': 2017, 'works_count': 160, 'cited_by_count': 2830}, {'year': 2016, 'works_count': 144, 'cited_by_count': 2334}, {'year': 2015, 'works_count': 120, 'cited_by_count': 1870}, {'year': 2014, 'works_count': 67, 'cited_by_count': 1527}, {'year': 2013, 'works_count': 41, 'cited_by_count': 1220}, {'year': 2012, 'works_count': 40, 'cited_by_count': 927}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I4210109318', 'works_count': 244}, {'role': 'funder', 'id': 'https://openalex.org/F4320319965', 'works_count': 2358}], 'updated_date': '2023-10-04T06:35:04.821583', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320319927', 'display_name': 'Alberta Innovates - Health Solutions', 'alternate_titles': ['AIHS'], 'country_code': 'CA', 'description': None, 'homepage_url': 'http://albertainnovates.ca', 'image_url': None, 'image_thumbnail_url': None, 'relevance_score': 2209.493, 'grants_count': 295, 'works_count': 1416, 'cited_by_count': 41491, 'summary_stats': {'2yr_mean_citedness': 4.852941176470588, 'h_index': 84, 'i10_index': 940}, 'ids': {'openalex': 'https://openalex.org/F4320319927', 'ror': 'https://ror.org/00ynafe15', 'crossref': '501100000145', 'doi': 'https://doi.org/10.13039/501100000145'}, 'counts_by_year': [{'year': 2023, 'works_count': 25, 'cited_by_count': 5338}, {'year': 2022, 'works_count': 56, 'cited_by_count': 7059}, {'year': 2021, 'works_count': 96, 'cited_by_count': 7588}, {'year': 2020, 'works_count': 109, 'cited_by_count': 6300}, {'year': 2019, 'works_count': 162, 'cited_by_count': 4945}, {'year': 2018, 'works_count': 223, 'cited_by_count': 3812}, {'year': 2017, 'works_count': 231, 'cited_by_count': 2700}, {'year': 2016, 'works_count': 203, 'cited_by_count': 1751}, {'year': 2015, 'works_count': 157, 'cited_by_count': 984}, {'year': 2014, 'works_count': 67, 'cited_by_count': 530}, {'year': 2013, 'works_count': 47, 'cited_by_count': 318}, {'year': 2012, 'works_count': 21, 'cited_by_count': 85}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I4210098300', 'works_count': 612}, {'role': 'funder', 'id': 'https://openalex.org/F4320319927', 'works_count': 1416}], 'updated_date': '2023-10-04T05:47:15.401991', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320319994', 'display_name': 'Department of Health and Social Care', 'alternate_titles': ['DH', 'Department of Health & Social Care'], 'country_code': 'GB', 'description': 'United Kingdom government ministerial department', 'homepage_url': 'https://www.gov.uk/government/organisations/department-of-health-and-social-care', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Department.of.health.london.arp.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Department.of.health.london.arp.jpg&width=300', 'relevance_score': 2191.8196, 'grants_count': 526, 'works_count': 1806, 'cited_by_count': 57365, 'summary_stats': {'2yr_mean_citedness': 12.571428571428571, 'h_index': 101, 'i10_index': 1030}, 'ids': {'openalex': 'https://openalex.org/F4320319994', 'ror': 'https://ror.org/03sbpja79', 'wikidata': 'https://www.wikidata.org/entity/Q3044742', 'crossref': '501100000276', 'doi': 'https://doi.org/10.13039/501100000276'}, 'counts_by_year': [{'year': 2023, 'works_count': 183, 'cited_by_count': 8076}, {'year': 2022, 'works_count': 192, 'cited_by_count': 10595}, {'year': 2021, 'works_count': 196, 'cited_by_count': 9676}, {'year': 2020, 'works_count': 107, 'cited_by_count': 7854}, {'year': 2019, 'works_count': 113, 'cited_by_count': 5356}, {'year': 2018, 'works_count': 167, 'cited_by_count': 4407}, {'year': 2017, 'works_count': 182, 'cited_by_count': 3409}, {'year': 2016, 'works_count': 144, 'cited_by_count': 2622}, {'year': 2015, 'works_count': 131, 'cited_by_count': 2028}, {'year': 2014, 'works_count': 199, 'cited_by_count': 1092}, {'year': 2013, 'works_count': 102, 'cited_by_count': 608}, {'year': 2012, 'works_count': 30, 'cited_by_count': 441}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I1311074006', 'works_count': 314}, {'role': 'funder', 'id': 'https://openalex.org/F4320319994', 'works_count': 1806}], 'updated_date': '2023-10-04T06:07:37.770911', 'created_date': '2023-02-13'}, {'id': 'https://openalex.org/F4320332175', 'display_name': 'Health Resources and Services Administration', 'alternate_titles': ['Tài nguyên Y tế và Dịch vụ Quản trị', '保健資源およびサービス管理 保', 'Administration des ressources et des services de santé', 'Health Resources & Services Administration', 'منابع و مدیریت خدمات بهداشتی', 'Administración de Recursos y Servicios de Salud', 'есурсов и служб здравоохранения администрации', 'Resous ak Sèvis Sante Administrasyon', 'HRSA', 'Gesundheitsressourcen und Dienstleistungen Verwaltung', 'Salute Risorse e Servizi Amministrazione', 'Zasoby i usługi zdrowotne Administracja', 'Administração de Recursos e Serviços de Saúde', '卫生资源和服务管理局', '보건 자원 및 서비스 관리'], 'country_code': 'US', 'description': 'department of the US federal government', 'homepage_url': 'http://www.hhs.gov', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/US-DeptOfHHS-Logo.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/US-DeptOfHHS-Logo.svg&width=300', 'relevance_score': 2011.841, 'grants_count': 1358, 'works_count': 2979, 'cited_by_count': 41070, 'summary_stats': {'2yr_mean_citedness': 3.764705882352941, 'h_index': 80, 'i10_index': 1061}, 'ids': {'openalex': 'https://openalex.org/F4320332175', 'ror': 'https://ror.org/033jnv181', 'wikidata': 'https://www.wikidata.org/entity/Q942326', 'crossref': '100000102', 'doi': 'https://doi.org/10.13039/100000102'}, 'counts_by_year': [{'year': 2023, 'works_count': 355, 'cited_by_count': 7286}, {'year': 2022, 'works_count': 400, 'cited_by_count': 8812}, {'year': 2021, 'works_count': 468, 'cited_by_count': 7457}, {'year': 2020, 'works_count': 420, 'cited_by_count': 5408}, {'year': 2019, 'works_count': 327, 'cited_by_count': 3738}, {'year': 2018, 'works_count': 274, 'cited_by_count': 2700}, {'year': 2017, 'works_count': 237, 'cited_by_count': 1755}, {'year': 2016, 'works_count': 200, 'cited_by_count': 1209}, {'year': 2015, 'works_count': 112, 'cited_by_count': 855}, {'year': 2014, 'works_count': 59, 'cited_by_count': 535}, {'year': 2013, 'works_count': 33, 'cited_by_count': 418}, {'year': 2012, 'works_count': 27, 'cited_by_count': 263}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I1299022934', 'works_count': 6516}, {'role': 'funder', 'id': 'https://openalex.org/F4320332175', 'works_count': 2979}], 'updated_date': '2023-10-04T06:47:20.857727', 'created_date': '2023-02-13'}]
Ordenar listas de entidades
Referencia de OpenAlex: {ordenar listas de entidades](https://docs.openalex.org/api-entities/works/get-lists-of-works#page-and-sort-works).
Works().sort(cited_by_count="desc").get()
[{'id': 'https://openalex.org/W1775749144', 'doi': 'https://doi.org/10.1016/s0021-9258(19)52451-6', 'title': 'PROTEIN MEASUREMENT WITH THE FOLIN PHENOL REAGENT', 'display_name': 'PROTEIN MEASUREMENT WITH THE FOLIN PHENOL REAGENT', 'publication_year': 1951, 'publication_date': '1951-11-01', 'ids': {'openalex': 'https://openalex.org/W1775749144', 'doi': 'https://doi.org/10.1016/s0021-9258(19)52451-6', 'mag': '1775749144', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/14907713'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0021-9258(19)52451-6', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S140251998', 'display_name': 'Journal of Biological Chemistry', 'issn_l': '0021-9258', 'issn': ['1083-351X', '0021-9258', '1067-8816'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://doi.org/10.1016/s0021-9258(19)52451-6', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5067833651', 'display_name': 'Oliver H. Lowry', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Oliver H. Lowry', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032482932', 'display_name': 'N. J. Rosebrough', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Nira J. Rosebrough', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004071084', 'display_name': 'A. Farr', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Lewis Farr', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5074535928', 'display_name': 'Rose J. Randall', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Rose J. Randall', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2500, 'currency': 'USD', 'value_usd': 2500, 'provenance': 'doaj'}, 'apc_paid': {'value': 2500, 'currency': 'USD', 'value_usd': 2500, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 293797, 'biblio': {'volume': '193', 'issue': '1', 'first_page': '265', 'last_page': '275'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C40875361', 'wikidata': 'https://www.wikidata.org/wiki/Q2356542', 'display_name': 'Reagent', 'level': 2, 'score': 0.727867}, {'id': 'https://openalex.org/C2777702071', 'wikidata': 'https://www.wikidata.org/wiki/Q130336', 'display_name': 'Phenol', 'level': 2, 'score': 0.66434634}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.61892194}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.5097591}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.4380829}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.23303854}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0021-9258(19)52451-6', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S140251998', 'display_name': 'Journal of Biological Chemistry', 'issn_l': '0021-9258', 'issn': ['1083-351X', '0021-9258', '1067-8816'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.jbc.org/article/S0021-9258(19)52451-6/pdf', 'pdf_url': 'https://www.jbc.org/article/S0021-9258(19)52451-6/pdf', 'source': None, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0021-9258(19)52451-6', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S140251998', 'display_name': 'Journal of Biological Chemistry', 'issn_l': '0021-9258', 'issn': ['1083-351X', '0021-9258', '1067-8816'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.65}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.16}], 'grants': [], 'referenced_works_count': 18, 'referenced_works': ['https://openalex.org/W8863503', 'https://openalex.org/W59369663', 'https://openalex.org/W89669270', 'https://openalex.org/W97662572', 'https://openalex.org/W195762992', 'https://openalex.org/W951165088', 'https://openalex.org/W1507976594', 'https://openalex.org/W1515052776', 'https://openalex.org/W1535643256', 'https://openalex.org/W1540384225', 'https://openalex.org/W1557790601', 'https://openalex.org/W1573055659', 'https://openalex.org/W1576013682', 'https://openalex.org/W1979011732', 'https://openalex.org/W1979607356', 'https://openalex.org/W2051330591', 'https://openalex.org/W2149417143', 'https://openalex.org/W2415297835'], 'related_works': ['https://openalex.org/W1970587968', 'https://openalex.org/W2145535646', 'https://openalex.org/W2949460484', 'https://openalex.org/W2950613640', 'https://openalex.org/W2951174005', 'https://openalex.org/W2951551136', 'https://openalex.org/W2952256733', 'https://openalex.org/W2952556931', 'https://openalex.org/W2952573305', 'https://openalex.org/W2952909973'], 'ngrams_url': 'https://api.openalex.org/works/W1775749144/ngrams', 'abstract_inverted_index': {'Since': [0], '1922': [1], 'when': [2], 'Wu': [3], 'proposed': [4], 'the': [5, 8, 13, 30, 43, 55, 74, 149], 'use': [6], 'of': [7, 15, 19, 32, 57, 108, 113, 117, 121, 151, 157], 'Folin': [9], 'phenol': [10], 'reagent': [11, 25, 44], 'for': [12, 29, 69, 83, 96, 134, 148], 'measurement': [14], 'proteins,': [16, 127], 'a': [17], 'number': [18], 'modified': [20], 'analytical': [21], 'procedures': [22], 'utilizing': [23], 'this': [24, 77], 'have': [26], 'been': [27, 102], 'reported': [28], 'determination': [31, 150], 'proteins': [33], 'in': [34, 36, 40, 110, 125, 137], 'serum,': [35], 'antigen-antibody': [37], 'precipitates,': [38], 'and': [39, 54, 90, 115, 128, 147], 'insulin.': [41], 'Although': [42], 'would': [45], 'seem': [46], 'to': [47, 93, 106], 'be': [48, 94], 'recommended': [49], 'by': [50], 'its': [51, 61, 88, 97], 'great': [52, 67], 'sensitivity': [53], 'simplicity': [56], 'procedure': [58], 'possible': [59], 'with': [60, 104, 142], 'use,': [62], 'it': [63, 100], 'has': [64, 80, 101], 'not': [65], 'found': [66], 'favor': [68], 'general': [70], 'biochemical': [71], 'purposes.': [72], 'In': [73], 'belief': [75], 'that': [76, 87], 'reagent,': [78], 'nevertheless,': [79], 'considerable': [81], 'merit': [82], 'certain': [84], 'application,': [85], 'but': [86], 'peculiarities': [89], 'limitations': [91], 'need': [92], 'understood': [95], 'fullest': [98], 'exploitation,': [99], 'studied': [103], 'regard': [105], 'effects': [107], 'variations': [109], 'pH,': [111], 'time': [112], 'reaction,': [114], 'concentration': [116], 'reactants,': [118], 'permissible': [119], 'levels': [120], 'reagents': [122], 'commonly': [123], 'used': [124], 'handling': [126], 'interfering': [129], 'substances.': [130], 'Procedures': [131], 'are': [132], 'described': [133], 'measuring': [135], 'protein': [136], 'solution': [138], 'or': [139, 144], 'after': [140], 'precipitation': [141], 'acids': [143], 'other': [145], 'agents,': [146], 'as': [152, 154], 'little': [153], '0.2': [155], 'gamma': [156], 'protein.': [158]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1775749144', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2099}, {'year': 2022, 'cited_by_count': 2940}, {'year': 2021, 'cited_by_count': 3088}, {'year': 2020, 'cited_by_count': 3185}, {'year': 2019, 'cited_by_count': 2963}, {'year': 2018, 'cited_by_count': 3060}, {'year': 2017, 'cited_by_count': 3054}, {'year': 2016, 'cited_by_count': 3433}, {'year': 2015, 'cited_by_count': 4079}, {'year': 2014, 'cited_by_count': 4478}, {'year': 2013, 'cited_by_count': 4495}, {'year': 2012, 'cited_by_count': 4432}], 'updated_date': '2023-09-29T20:09:40.661863', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2100837269', 'doi': 'https://doi.org/10.1038/227680a0', 'title': 'Cleavage of Structural Proteins during the Assembly of the Head of Bacteriophage T4', 'display_name': 'Cleavage of Structural Proteins during the Assembly of the Head of Bacteriophage T4', 'publication_year': 1970, 'publication_date': '1970-08-01', 'ids': {'openalex': 'https://openalex.org/W2100837269', 'doi': 'https://doi.org/10.1038/227680a0', 'mag': '2100837269', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/5432063'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/227680a0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5030122660', 'display_name': 'Ulrich Karl Laemmli', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I170203145', 'display_name': 'MRC Laboratory of Molecular Biology', 'ror': 'https://ror.org/00tw3jy02', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I170203145', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Ulrich K. Laemmli', 'raw_affiliation_string': 'MRC Laboratory of Molecular Biology, Cambridge', 'raw_affiliation_strings': ['MRC Laboratory of Molecular Biology, Cambridge']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5030122660'], 'corresponding_institution_ids': ['https://openalex.org/I170203145'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 241133, 'biblio': {'volume': '227', 'issue': '5259', 'first_page': '680', 'last_page': '685'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776441376', 'wikidata': 'https://www.wikidata.org/wiki/Q165028', 'display_name': 'Bacteriophage', 'level': 4, 'score': 0.8415844}, {'id': 'https://openalex.org/C175156509', 'wikidata': 'https://www.wikidata.org/wiki/Q1990218', 'display_name': 'Cleavage (geology)', 'level': 3, 'score': 0.74824846}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.50186276}, {'id': 'https://openalex.org/C116084860', 'wikidata': 'https://www.wikidata.org/wiki/Q48255', 'display_name': 'Gel electrophoresis', 'level': 2, 'score': 0.49857306}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.41553682}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.36599207}, {'id': 'https://openalex.org/C153911025', 'wikidata': 'https://www.wikidata.org/wiki/Q7202', 'display_name': 'Molecular biology', 'level': 1, 'score': 0.3409983}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.30938205}, {'id': 'https://openalex.org/C547475151', 'wikidata': 'https://www.wikidata.org/wiki/Q25419', 'display_name': 'Escherichia coli', 'level': 3, 'score': 0.1655623}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C43369102', 'wikidata': 'https://www.wikidata.org/wiki/Q2307625', 'display_name': 'Fracture (geology)', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/227680a0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.17}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.16}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1510011675', 'https://openalex.org/W1591624429', 'https://openalex.org/W1625660792', 'https://openalex.org/W1974447189', 'https://openalex.org/W1981333007', 'https://openalex.org/W1999197280', 'https://openalex.org/W2009651234', 'https://openalex.org/W2016311541', 'https://openalex.org/W2030138849', 'https://openalex.org/W2032258362', 'https://openalex.org/W2050132031', 'https://openalex.org/W2051897666', 'https://openalex.org/W2056070745', 'https://openalex.org/W2058000726', 'https://openalex.org/W2065627978', 'https://openalex.org/W2088608143', 'https://openalex.org/W2111301002', 'https://openalex.org/W2330047747', 'https://openalex.org/W2886607623'], 'related_works': ['https://openalex.org/W1998689790', 'https://openalex.org/W2009966535', 'https://openalex.org/W2037996622', 'https://openalex.org/W2088063203', 'https://openalex.org/W2171277769', 'https://openalex.org/W2599608949', 'https://openalex.org/W2949457366', 'https://openalex.org/W2949992629', 'https://openalex.org/W2949998934', 'https://openalex.org/W3043266616'], 'ngrams_url': 'https://api.openalex.org/works/W2100837269/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2100837269', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1417}, {'year': 2022, 'cited_by_count': 2149}, {'year': 2021, 'cited_by_count': 2325}, {'year': 2020, 'cited_by_count': 2493}, {'year': 2019, 'cited_by_count': 2416}, {'year': 2018, 'cited_by_count': 2677}, {'year': 2017, 'cited_by_count': 2803}, {'year': 2016, 'cited_by_count': 3167}, {'year': 2015, 'cited_by_count': 3662}, {'year': 2014, 'cited_by_count': 4027}, {'year': 2013, 'cited_by_count': 4555}, {'year': 2012, 'cited_by_count': 4451}], 'updated_date': '2023-10-01T19:37:19.124436', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4293247451', 'doi': 'https://doi.org/10.1016/0003-2697(76)90527-3', 'title': 'A rapid and sensitive method for the quantitation of microgram quantities of protein utilizing the principle of protein-dye binding', 'display_name': 'A rapid and sensitive method for the quantitation of microgram quantities of protein utilizing the principle of protein-dye binding', 'publication_year': 1976, 'publication_date': '1976-05-01', 'ids': {'openalex': 'https://openalex.org/W4293247451', 'doi': 'https://doi.org/10.1016/0003-2697(76)90527-3'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0003-2697(76)90527-3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S7858788', 'display_name': 'Analytical Biochemistry', 'issn_l': '0003-2697', 'issn': ['0003-2697', '1096-0309'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5021181975', 'display_name': 'Marion M. Bradford', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165733156', 'display_name': 'University of Georgia', 'ror': 'https://ror.org/00te3t702', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1289702989', 'https://openalex.org/I165733156']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Marion M. Bradford', 'raw_affiliation_string': 'Reproduction Research Laboratories, Department of Biochemistry, University of Georgia, Athens, Georgia 30602 USA', 'raw_affiliation_strings': ['Reproduction Research Laboratories, Department of Biochemistry, University of Georgia, Athens, Georgia 30602 USA']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5021181975'], 'corresponding_institution_ids': ['https://openalex.org/I165733156'], 'apc_list': {'value': 3320, 'currency': 'USD', 'value_usd': 3320, 'provenance': 'doaj'}, 'apc_paid': {'value': 3320, 'currency': 'USD', 'value_usd': 3320, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 171777, 'biblio': {'volume': '72', 'issue': '1-2', 'first_page': '248', 'last_page': '254'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.8462105}, {'id': 'https://openalex.org/C2780761556', 'wikidata': 'https://www.wikidata.org/wiki/Q418516', 'display_name': 'Coomassie Brilliant Blue', 'level': 3, 'score': 0.8358038}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.7369447}, {'id': 'https://openalex.org/C160845552', 'wikidata': 'https://www.wikidata.org/wiki/Q247562', 'display_name': 'Bradford protein assay', 'level': 2, 'score': 0.6424296}, {'id': 'https://openalex.org/C2778913249', 'wikidata': 'https://www.wikidata.org/wiki/Q422241', 'display_name': 'Sodium dodecyl sulfate', 'level': 2, 'score': 0.57163864}, {'id': 'https://openalex.org/C537181965', 'wikidata': 'https://www.wikidata.org/wiki/Q658', 'display_name': 'Sodium', 'level': 2, 'score': 0.47814715}, {'id': 'https://openalex.org/C125287762', 'wikidata': 'https://www.wikidata.org/wiki/Q1758948', 'display_name': 'Absorption (acoustics)', 'level': 2, 'score': 0.44419038}, {'id': 'https://openalex.org/C64299311', 'wikidata': 'https://www.wikidata.org/wiki/Q374535', 'display_name': 'Colorimetry', 'level': 2, 'score': 0.41231525}, {'id': 'https://openalex.org/C51296783', 'wikidata': 'https://www.wikidata.org/wiki/Q1645498', 'display_name': 'Microgram', 'level': 3, 'score': 0.41066304}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.2639941}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.12874907}, {'id': 'https://openalex.org/C202751555', 'wikidata': 'https://www.wikidata.org/wiki/Q221681', 'display_name': 'In vitro', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C74864618', 'wikidata': 'https://www.wikidata.org/wiki/Q2332446', 'display_name': 'Staining', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C24890656', 'wikidata': 'https://www.wikidata.org/wiki/Q82811', 'display_name': 'Acoustics', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0003-2697(76)90527-3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S7858788', 'display_name': 'Analytical Biochemistry', 'issn_l': '0003-2697', 'issn': ['0003-2697', '1096-0309'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.2}, {'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.11}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1506043065', 'https://openalex.org/W1568632913', 'https://openalex.org/W1775749144', 'https://openalex.org/W1970532755', 'https://openalex.org/W1971446411', 'https://openalex.org/W1988564483', 'https://openalex.org/W2004370509', 'https://openalex.org/W2018793304', 'https://openalex.org/W2019287604', 'https://openalex.org/W2026022089', 'https://openalex.org/W2029966892', 'https://openalex.org/W2070307502', 'https://openalex.org/W2071356560', 'https://openalex.org/W2082497364', 'https://openalex.org/W2085241290', 'https://openalex.org/W2090717707', 'https://openalex.org/W2117306012', 'https://openalex.org/W2334409113', 'https://openalex.org/W4211199676'], 'related_works': ['https://openalex.org/W208373290', 'https://openalex.org/W1968988123', 'https://openalex.org/W2018522650', 'https://openalex.org/W2048375884', 'https://openalex.org/W2063579095', 'https://openalex.org/W2073250359', 'https://openalex.org/W2128635872', 'https://openalex.org/W2156416585', 'https://openalex.org/W2381279960', 'https://openalex.org/W2409131179'], 'ngrams_url': 'https://api.openalex.org/works/W4293247451/ngrams', 'abstract_inverted_index': {'A': [0, 96], 'protein': [1, 14, 23], 'determination': [2], 'method': [3], 'which': [4, 49], 'involves': [5], 'the': [6, 20, 28, 32, 42, 60, 104, 112, 119, 135, 164], 'binding': [7, 18, 62], 'of': [8, 19, 31, 99, 106, 121, 141, 158, 166], 'Coomassie': [9], 'Brilliant': [10], 'Blue': [11], 'G-250': [12], 'to': [13, 22, 36, 129], 'is': [15, 41, 50, 54, 78, 101], 'described.': [16], 'The': [17, 125], 'dye': [21, 33, 61], 'causes': [24], 'a': [25], 'shift': [26], 'in': [27, 44, 66, 103, 134], 'absorption': [29, 45], 'maximum': [30], 'from': [34, 83, 91], '465': [35], '595': [37, 47], 'nm,': [38], 'and': [39, 57, 150], 'it': [40], 'increase': [43], 'at': [46], 'nm': [48], 'monitored.': [51], 'This': [52], 'assay': [53, 113, 136], 'very': [55], 'reproducible': [56], 'rapid': [58], 'with': [59, 70], 'process': [63], 'virtually': [64], 'complete': [65], 'approximately': [67], '2': [68], 'min': [69], 'good': [71], 'color': [72, 100, 133], 'stability': [73], 'for': [74], '1': [75], 'hr.': [76], 'There': [77], 'little': [79], 'or': [80, 88], 'no': [81], 'interference': [82], 'cations': [84], 'such': [85, 93, 143], 'as': [86, 94, 144], 'sodium': [87, 145], 'potassium': [89], 'nor': [90], 'carbohydrates': [92], 'sucrose.': [95], 'small': [97, 156], 'amount': [98], 'developed': [102], 'presence': [105], 'strongly': [107], 'alkaline': [108], 'buffering': [109], 'agents,': [110], 'but': [111], 'may': [114, 160], 'be': [115, 161], 'run': [116], 'accurately': [117], 'by': [118, 155, 163], 'use': [120, 165], 'proper': [122, 167], 'buffer': [123], 'controls.': [124, 168], 'only': [126], 'components': [127], 'found': [128], 'give': [130], 'excessive': [131], 'interfering': [132], 'are': [137], 'relatively': [138], 'large': [139], 'amounts': [140, 157], 'detergents': [142], 'dodecyl': [146], 'sulfate,': [147], 'Triton': [148], 'X-100,': [149], 'commercial': [151], 'glassware': [152], 'detergents.': [153], 'Interference': [154], 'detergent': [159], 'eliminated': [162]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4293247451', 'counts_by_year': [{'year': 2023, 'cited_by_count': 4380}, {'year': 2022, 'cited_by_count': 5984}, {'year': 2021, 'cited_by_count': 6338}, {'year': 2020, 'cited_by_count': 6334}, {'year': 2019, 'cited_by_count': 6185}, {'year': 2018, 'cited_by_count': 5978}, {'year': 2017, 'cited_by_count': 5690}, {'year': 2016, 'cited_by_count': 5968}, {'year': 2015, 'cited_by_count': 5875}, {'year': 2014, 'cited_by_count': 5849}, {'year': 2013, 'cited_by_count': 5852}, {'year': 2012, 'cited_by_count': 5740}], 'updated_date': '2023-10-04T05:49:59.679250', 'created_date': '2022-08-27'}, {'id': 'https://openalex.org/W1981368803', 'doi': 'https://doi.org/10.1103/physrevlett.77.3865', 'title': 'Generalized Gradient Approximation Made Simple', 'display_name': 'Generalized Gradient Approximation Made Simple', 'publication_year': 1996, 'publication_date': '1996-10-28', 'ids': {'openalex': 'https://openalex.org/W1981368803', 'doi': 'https://doi.org/10.1103/physrevlett.77.3865', 'mag': '1981368803', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/10062328'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevlett.77.3865', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S24807848', 'display_name': 'Physical Review Letters', 'issn_l': '0031-9007', 'issn': ['1079-7114', '0031-9007', '1092-0145'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5014987686', 'display_name': 'John P. Perdew', 'orcid': 'https://orcid.org/0000-0003-4237-824X'}, 'institutions': [{'id': 'https://openalex.org/I114832834', 'display_name': 'Tulane University', 'ror': 'https://ror.org/04vmvtb21', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114832834']}, {'id': 'https://openalex.org/I4210090401', 'display_name': 'Quantum Group (United States)', 'ror': 'https://ror.org/00dkdd931', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210090401']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John P. Perdew', 'raw_affiliation_string': 'Department of Physics and Quantum Theory Group, Tulane University, New Orleans, Louisiana 70118.', 'raw_affiliation_strings': ['Department of Physics and Quantum Theory Group, Tulane University, New Orleans, Louisiana 70118.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082307304', 'display_name': 'Kieron Burke', 'orcid': 'https://orcid.org/0000-0002-6159-0054'}, 'institutions': [{'id': 'https://openalex.org/I114832834', 'display_name': 'Tulane University', 'ror': 'https://ror.org/04vmvtb21', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114832834']}, {'id': 'https://openalex.org/I4210090401', 'display_name': 'Quantum Group (United States)', 'ror': 'https://ror.org/00dkdd931', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210090401']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kieron Burke', 'raw_affiliation_string': 'Department of Physics and Quantum Theory Group, Tulane University, New Orleans, Louisiana 70118.', 'raw_affiliation_strings': ['Department of Physics and Quantum Theory Group, Tulane University, New Orleans, Louisiana 70118.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5053648717', 'display_name': 'Matthias Ernzerhof', 'orcid': 'https://orcid.org/0000-0001-5679-8902'}, 'institutions': [{'id': 'https://openalex.org/I114832834', 'display_name': 'Tulane University', 'ror': 'https://ror.org/04vmvtb21', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114832834']}, {'id': 'https://openalex.org/I4210090401', 'display_name': 'Quantum Group (United States)', 'ror': 'https://ror.org/00dkdd931', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210090401']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Matthias Ernzerhof', 'raw_affiliation_string': 'Department of Physics and Quantum Theory Group, Tulane University, New Orleans, Louisiana 70118.', 'raw_affiliation_strings': ['Department of Physics and Quantum Theory Group, Tulane University, New Orleans, Louisiana 70118.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3750, 'currency': 'USD', 'value_usd': 3750, 'provenance': 'doaj'}, 'apc_paid': {'value': 3750, 'currency': 'USD', 'value_usd': 3750, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 146700, 'biblio': {'volume': '77', 'issue': '18', 'first_page': '3865', 'last_page': '3868'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2780586882', 'wikidata': 'https://www.wikidata.org/wiki/Q7520643', 'display_name': 'Simple (philosophy)', 'level': 2, 'score': 0.82514447}, {'id': 'https://openalex.org/C99844830', 'wikidata': 'https://www.wikidata.org/wiki/Q102441924', 'display_name': 'Scaling', 'level': 2, 'score': 0.6654375}, {'id': 'https://openalex.org/C121864883', 'wikidata': 'https://www.wikidata.org/wiki/Q677916', 'display_name': 'Statistical physics', 'level': 1, 'score': 0.6102829}, {'id': 'https://openalex.org/C170122806', 'wikidata': 'https://www.wikidata.org/wiki/Q1914828', 'display_name': 'Linear scale', 'level': 2, 'score': 0.55408573}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.49338427}, {'id': 'https://openalex.org/C3018272316', 'wikidata': 'https://www.wikidata.org/wiki/Q905186', 'display_name': 'Spin density', 'level': 2, 'score': 0.48516518}, {'id': 'https://openalex.org/C42704618', 'wikidata': 'https://www.wikidata.org/wiki/Q910917', 'display_name': 'Spin (aerodynamics)', 'level': 2, 'score': 0.43200958}, {'id': 'https://openalex.org/C9249130', 'wikidata': 'https://www.wikidata.org/wiki/Q898241', 'display_name': 'Local-density approximation', 'level': 3, 'score': 0.43061215}, {'id': 'https://openalex.org/C9059619', 'wikidata': 'https://www.wikidata.org/wiki/Q3272140', 'display_name': 'Kohn–Sham equations', 'level': 3, 'score': 0.42569804}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.35535908}, {'id': 'https://openalex.org/C86025842', 'wikidata': 'https://www.wikidata.org/wiki/Q5358432', 'display_name': 'Electronic structure', 'level': 2, 'score': 0.31023443}, {'id': 'https://openalex.org/C152365726', 'wikidata': 'https://www.wikidata.org/wiki/Q1048589', 'display_name': 'Density functional theory', 'level': 2, 'score': 0.29765612}, {'id': 'https://openalex.org/C26873012', 'wikidata': 'https://www.wikidata.org/wiki/Q214781', 'display_name': 'Condensed matter physics', 'level': 1, 'score': 0.2565789}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.20775574}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 0.1649805}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.11068845}, {'id': 'https://openalex.org/C13280743', 'wikidata': 'https://www.wikidata.org/wiki/Q131089', 'display_name': 'Geodesy', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevlett.77.3865', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S24807848', 'display_name': 'Physical Review Letters', 'issn_l': '0031-9007', 'issn': ['1079-7114', '0031-9007', '1092-0145'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/10062328', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.91}], 'grants': [], 'referenced_works_count': 30, 'referenced_works': ['https://openalex.org/W1970549136', 'https://openalex.org/W1979040280', 'https://openalex.org/W1983648185', 'https://openalex.org/W1984849570', 'https://openalex.org/W1987736292', 'https://openalex.org/W1997176674', 'https://openalex.org/W1997563366', 'https://openalex.org/W1998015449', 'https://openalex.org/W1998954599', 'https://openalex.org/W1998959670', 'https://openalex.org/W2000822641', 'https://openalex.org/W2004333877', 'https://openalex.org/W2010338931', 'https://openalex.org/W2012664688', 'https://openalex.org/W2017070764', 'https://openalex.org/W2023664897', 'https://openalex.org/W2039715700', 'https://openalex.org/W2040891489', 'https://openalex.org/W2041205942', 'https://openalex.org/W2046379387', 'https://openalex.org/W2049079467', 'https://openalex.org/W2049852309', 'https://openalex.org/W2061724428', 'https://openalex.org/W2070470894', 'https://openalex.org/W2071602054', 'https://openalex.org/W2076751112', 'https://openalex.org/W2086957099', 'https://openalex.org/W2088370223', 'https://openalex.org/W2230728100', 'https://openalex.org/W3206606417'], 'related_works': ['https://openalex.org/W93788290', 'https://openalex.org/W1979259295', 'https://openalex.org/W1981368803', 'https://openalex.org/W2002837332', 'https://openalex.org/W2041281913', 'https://openalex.org/W2060061277', 'https://openalex.org/W2079288776', 'https://openalex.org/W2092821250', 'https://openalex.org/W2950119333', 'https://openalex.org/W3110971345'], 'ngrams_url': 'https://api.openalex.org/works/W1981368803/ngrams', 'abstract_inverted_index': {'Generalized': [0], 'gradient': [1], 'approximations': [2], "(GGA's)": [3], 'for': [4], 'the': [5, 10, 46, 50, 65, 69], 'exchange-correlation': [6], 'energy': [7], 'improve': [8], 'upon': [9], 'local': [11], 'spin': [12], 'density': [13], '(LSD)': [14], 'description': [15, 63], 'of': [16, 26, 45, 64, 68], 'atoms,': [17], 'molecules,': [18], 'and': [19, 78], 'solids.': [20], 'We': [21], 'present': [22], 'a': [23, 27, 79], 'simple': [24, 28], 'derivation': [25], 'GGA,': [29], 'in': [30, 37], 'which': [31], 'all': [32], 'parameters': [33], '(other': [34], 'than': [35], 'those': [36], 'LSD)': [38], 'are': [39, 55], 'fundamental': [40], 'constants.': [41], 'Only': [42], 'general': [43], 'features': [44], 'detailed': [47], 'construction': [48], 'underlying': [49], 'Perdew-Wang': [51], '1991': [52], '(PW91)': [53], 'GGA': [54], 'invoked.': [56], 'Improvements': [57], 'over': [58], 'PW91': [59], 'include': [60], 'an': [61], 'accurate': [62], 'linear': [66], 'response': [67], 'uniform': [70, 76], 'electron': [71], 'gas,': [72], 'correct': [73], 'behavior': [74], 'under': [75], 'scaling,': [77], 'smoother': [80], 'potential.': [81]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1981368803', 'counts_by_year': [{'year': 2023, 'cited_by_count': 13457}, {'year': 2022, 'cited_by_count': 16085}, {'year': 2021, 'cited_by_count': 15270}, {'year': 2020, 'cited_by_count': 13673}, {'year': 2019, 'cited_by_count': 12088}, {'year': 2018, 'cited_by_count': 10751}, {'year': 2017, 'cited_by_count': 9849}, {'year': 2016, 'cited_by_count': 8783}, {'year': 2015, 'cited_by_count': 7800}, {'year': 2014, 'cited_by_count': 6803}, {'year': 2013, 'cited_by_count': 5949}, {'year': 2012, 'cited_by_count': 5138}], 'updated_date': '2023-09-29T23:12:36.932346', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2107277218', 'doi': 'https://doi.org/10.1006/meth.2001.1262', 'title': 'Analysis of Relative Gene Expression Data Using Real-Time Quantitative PCR and the 2−ΔΔCT Method', 'display_name': 'Analysis of Relative Gene Expression Data Using Real-Time Quantitative PCR and the 2−ΔΔCT Method', 'publication_year': 2001, 'publication_date': '2001-12-01', 'ids': {'openalex': 'https://openalex.org/W2107277218', 'doi': 'https://doi.org/10.1006/meth.2001.1262', 'mag': '2107277218', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/11846609'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1006/meth.2001.1262', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S73539393', 'display_name': 'Methods', 'issn_l': '1046-2023', 'issn': ['1095-9130', '1046-2023'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5055590197', 'display_name': 'Kenneth J. Livak', 'orcid': 'https://orcid.org/0000-0001-9105-5856'}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kenneth J. Livak', 'raw_affiliation_string': 'Applied Biosystems, Foster City, California 94404 USA', 'raw_affiliation_strings': ['Applied Biosystems, Foster City, California 94404 USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5001854674', 'display_name': 'Thomas D. Schmittgen', 'orcid': 'https://orcid.org/0000-0002-2812-8546'}, 'institutions': [{'id': 'https://openalex.org/I72951846', 'display_name': 'Washington State University', 'ror': 'https://ror.org/05dk0ce17', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I72951846']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Thomas D. Schmittgen', 'raw_affiliation_string': 'Department of Pharmaceutical Sciences, College of Pharmacy, Washington State University, Pullman, Washington, 99164-6534', 'raw_affiliation_strings': ['Department of Pharmaceutical Sciences, College of Pharmacy, Washington State University, Pullman, Washington, 99164-6534']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3390, 'currency': 'USD', 'value_usd': 3390, 'provenance': 'doaj'}, 'apc_paid': {'value': 3390, 'currency': 'USD', 'value_usd': 3390, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 136795, 'biblio': {'volume': '25', 'issue': '4', 'first_page': '402', 'last_page': '408'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C48023723', 'wikidata': 'https://www.wikidata.org/wiki/Q856198', 'display_name': 'Real-time polymerase chain reaction', 'level': 3, 'score': 0.69824404}, {'id': 'https://openalex.org/C95986675', 'wikidata': 'https://www.wikidata.org/wiki/Q185168', 'display_name': 'Quantitative analysis (chemistry)', 'level': 2, 'score': 0.5139794}, {'id': 'https://openalex.org/C5072461', 'wikidata': 'https://www.wikidata.org/wiki/Q49506', 'display_name': 'Delta', 'level': 2, 'score': 0.51295155}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.49055308}, {'id': 'https://openalex.org/C198531522', 'wikidata': 'https://www.wikidata.org/wiki/Q485146', 'display_name': 'Sample (material)', 'level': 2, 'score': 0.41298348}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.39520985}, {'id': 'https://openalex.org/C186060115', 'wikidata': 'https://www.wikidata.org/wiki/Q30336093', 'display_name': 'Biological system', 'level': 1, 'score': 0.35528326}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.33155608}, {'id': 'https://openalex.org/C153911025', 'wikidata': 'https://www.wikidata.org/wiki/Q7202', 'display_name': 'Molecular biology', 'level': 1, 'score': 0.3302499}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.32891792}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.22815666}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.22768846}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.22186163}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.17523903}, {'id': 'https://openalex.org/C1276947', 'wikidata': 'https://www.wikidata.org/wiki/Q333', 'display_name': 'Astronomy', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D016133', 'descriptor_name': 'Polymerase Chain Reaction', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D020133', 'descriptor_name': 'Reverse Transcriptase Polymerase Chain Reaction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001921', 'descriptor_name': 'Brain', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001921', 'descriptor_name': 'Brain', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D002460', 'descriptor_name': 'Cell Line', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018076', 'descriptor_name': 'DNA, Complementary', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018076', 'descriptor_name': 'DNA, Complementary', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016133', 'descriptor_name': 'Polymerase Chain Reaction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013997', 'descriptor_name': 'Time Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1006/meth.2001.1262', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S73539393', 'display_name': 'Methods', 'issn_l': '1046-2023', 'issn': ['1095-9130', '1046-2023'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/11846609', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.12}], 'grants': [], 'referenced_works_count': 10, 'referenced_works': ['https://openalex.org/W1983241347', 'https://openalex.org/W2014588425', 'https://openalex.org/W2069943574', 'https://openalex.org/W2109970232', 'https://openalex.org/W2123325948', 'https://openalex.org/W2128088040', 'https://openalex.org/W2134343377', 'https://openalex.org/W2145879504', 'https://openalex.org/W2164578725', 'https://openalex.org/W4232459722'], 'related_works': ['https://openalex.org/W19166555', 'https://openalex.org/W2009966535', 'https://openalex.org/W2019988726', 'https://openalex.org/W2037918956', 'https://openalex.org/W2088063203', 'https://openalex.org/W2123247959', 'https://openalex.org/W2171277769', 'https://openalex.org/W2353912490', 'https://openalex.org/W2380641360', 'https://openalex.org/W3033910563'], 'ngrams_url': 'https://api.openalex.org/works/W2107277218/ngrams', 'abstract_inverted_index': {'The': [0, 61, 83], 'two': [1, 111], 'most': [2], 'commonly': [3], 'used': [4], 'methods': [5], 'to': [6, 33, 51, 70, 89], 'analyze': [7, 71], 'data': [8], 'from': [9, 78], 'real-time,': [10, 127], 'quantitative': [11, 80, 128], 'PCR': [12, 31, 41, 81, 129], 'experiments': [13], 'are': [14], 'absolute': [15], 'quantification': [16, 21, 38], 'and': [17, 94, 108], 'relative': [18, 73], 'quantification.': [19], 'Absolute': [20], 'determines': [22], 'the': [23, 30, 40, 44, 72, 91, 97, 106, 114, 124], 'input': [24], 'copy': [25], 'number,': [26], 'usually': [27], 'by': [28], 'relating': [29], 'signal': [32, 42], 'a': [34, 48, 67], 'standard': [35], 'curve.': [36], 'Relative': [37], 'relates': [39], 'of': [43, 53, 85, 96, 110, 113, 126], 'target': [45], 'transcript': [46], 'in': [47, 75, 123], 'treatment': [49], 'group': [50], 'that': [52, 119], 'another': [54], 'sample': [55], 'such': [56], 'as': [57], 'an': [58], 'untreated': [59], 'control.': [60], '2(-Delta': [62, 98, 115], 'Delta': [63, 99, 116], 'C(T))': [64, 100, 117], 'method': [65, 118], 'is': [66, 88], 'convenient': [68], 'way': [69], 'changes': [74], 'gene': [76], 'expression': [77], 'real-time': [79], 'experiments.': [82], 'purpose': [84], 'this': [86], 'report': [87], 'present': [90, 105], 'derivation,': [92], 'assumptions,': [93], 'applications': [95, 109], 'method.': [101], 'In': [102], 'addition,': [103], 'we': [104], 'derivation': [107], 'variations': [112], 'may': [120], 'be': [121], 'useful': [122], 'analysis': [125], 'data.': [130]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2107277218', 'counts_by_year': [{'year': 2023, 'cited_by_count': 10018}, {'year': 2022, 'cited_by_count': 14045}, {'year': 2021, 'cited_by_count': 13580}, {'year': 2020, 'cited_by_count': 12801}, {'year': 2019, 'cited_by_count': 12019}, {'year': 2018, 'cited_by_count': 11006}, {'year': 2017, 'cited_by_count': 9907}, {'year': 2016, 'cited_by_count': 8462}, {'year': 2015, 'cited_by_count': 7649}, {'year': 2014, 'cited_by_count': 6905}, {'year': 2013, 'cited_by_count': 6252}, {'year': 2012, 'cited_by_count': 5453}], 'updated_date': '2023-10-04T05:57:42.521146', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2194775991', 'doi': 'https://doi.org/10.1109/cvpr.2016.90', 'title': 'Deep Residual Learning for Image Recognition', 'display_name': 'Deep Residual Learning for Image Recognition', 'publication_year': 2016, 'publication_date': '2016-06-01', 'ids': {'openalex': 'https://openalex.org/W2194775991', 'doi': 'https://doi.org/10.1109/cvpr.2016.90', 'mag': '2194775991'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/cvpr.2016.90', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'proceedings-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://repositorio.unal.edu.co/bitstream/unal/81443/1/98670607.2022.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5049098969', 'display_name': 'Kai He', 'orcid': 'https://orcid.org/0000-0001-7461-2948'}, 'institutions': [{'id': 'https://openalex.org/I4210164937', 'display_name': 'Microsoft Research (United Kingdom)', 'ror': 'https://ror.org/05k87vq12', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I1290206253', 'https://openalex.org/I4210164937']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Kaiming He', 'raw_affiliation_string': 'Microsoft Research#TAB#', 'raw_affiliation_strings': ['Microsoft Research#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068825236', 'display_name': 'Xiangyu Zhang', 'orcid': 'https://orcid.org/0009-0004-6322-9192'}, 'institutions': [{'id': 'https://openalex.org/I4210164937', 'display_name': 'Microsoft Research (United Kingdom)', 'ror': 'https://ror.org/05k87vq12', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I1290206253', 'https://openalex.org/I4210164937']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Xiangyu Zhang', 'raw_affiliation_string': 'Microsoft Research#TAB#', 'raw_affiliation_strings': ['Microsoft Research#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003734781', 'display_name': 'Shouxin Ren', 'orcid': 'https://orcid.org/0000-0002-3866-9469'}, 'institutions': [{'id': 'https://openalex.org/I4210164937', 'display_name': 'Microsoft Research (United Kingdom)', 'ror': 'https://ror.org/05k87vq12', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I1290206253', 'https://openalex.org/I4210164937']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Shaoqing Ren', 'raw_affiliation_string': 'Microsoft Research#TAB#', 'raw_affiliation_strings': ['Microsoft Research#TAB#']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5091093335', 'display_name': 'Jian Sun', 'orcid': 'https://orcid.org/0000-0003-0864-8728'}, 'institutions': [{'id': 'https://openalex.org/I4210164937', 'display_name': 'Microsoft Research (United Kingdom)', 'ror': 'https://ror.org/05k87vq12', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I1290206253', 'https://openalex.org/I4210164937']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jian Sun', 'raw_affiliation_string': 'Microsoft Research#TAB#', 'raw_affiliation_strings': ['Microsoft Research#TAB#']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 108299, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C155512373', 'wikidata': 'https://www.wikidata.org/wiki/Q287450', 'display_name': 'Residual', 'level': 2, 'score': 0.91328824}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.7827219}, {'id': 'https://openalex.org/C21780288', 'wikidata': 'https://www.wikidata.org/wiki/Q5139731', 'display_name': 'Coco', 'level': 2, 'score': 0.7302752}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.7211458}, {'id': 'https://openalex.org/C2776151529', 'wikidata': 'https://www.wikidata.org/wiki/Q3045304', 'display_name': 'Object detection', 'level': 3, 'score': 0.60773295}, {'id': 'https://openalex.org/C108583219', 'wikidata': 'https://www.wikidata.org/wiki/Q197536', 'display_name': 'Deep learning', 'level': 2, 'score': 0.57282454}, {'id': 'https://openalex.org/C89600930', 'wikidata': 'https://www.wikidata.org/wiki/Q1423946', 'display_name': 'Segmentation', 'level': 2, 'score': 0.5636843}, {'id': 'https://openalex.org/C153180895', 'wikidata': 'https://www.wikidata.org/wiki/Q7148389', 'display_name': 'Pattern recognition (psychology)', 'level': 2, 'score': 0.56021905}, {'id': 'https://openalex.org/C177264268', 'wikidata': 'https://www.wikidata.org/wiki/Q1514741', 'display_name': 'Set (abstract data type)', 'level': 2, 'score': 0.4790636}, {'id': 'https://openalex.org/C2779227376', 'wikidata': 'https://www.wikidata.org/wiki/Q6505497', 'display_name': 'Layer (electronics)', 'level': 2, 'score': 0.47214726}, {'id': 'https://openalex.org/C50644808', 'wikidata': 'https://www.wikidata.org/wiki/Q192776', 'display_name': 'Artificial neural network', 'level': 2, 'score': 0.45602506}, {'id': 'https://openalex.org/C2780451532', 'wikidata': 'https://www.wikidata.org/wiki/Q759676', 'display_name': 'Task (project management)', 'level': 2, 'score': 0.45123157}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.44327608}, {'id': 'https://openalex.org/C2944601119', 'wikidata': 'https://www.wikidata.org/wiki/Q43744058', 'display_name': 'Residual neural network', 'level': 3, 'score': 0.431252}, {'id': 'https://openalex.org/C2984842247', 'wikidata': 'https://www.wikidata.org/wiki/Q197536', 'display_name': 'Deep neural networks', 'level': 3, 'score': 0.41046202}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.11133298}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C187736073', 'wikidata': 'https://www.wikidata.org/wiki/Q2920921', 'display_name': 'Management', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/cvpr.2016.90', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81443', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81443/1/98670607.2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1512.03385', 'pdf_url': 'https://arxiv.org/pdf/1512.03385', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81443', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81443/1/98670607.2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.31}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.14}], 'grants': [], 'referenced_works_count': 22, 'referenced_works': ['https://openalex.org/W1536680647', 'https://openalex.org/W1677182931', 'https://openalex.org/W1903029394', 'https://openalex.org/W1932847118', 'https://openalex.org/W1976921161', 'https://openalex.org/W1984309565', 'https://openalex.org/W1997542937', 'https://openalex.org/W2031489346', 'https://openalex.org/W2064675550', 'https://openalex.org/W2097117768', 'https://openalex.org/W2102605133', 'https://openalex.org/W2107878631', 'https://openalex.org/W2117812871', 'https://openalex.org/W2124509324', 'https://openalex.org/W2147238549', 'https://openalex.org/W2147800946', 'https://openalex.org/W2159979951', 'https://openalex.org/W2964103341', 'https://openalex.org/W4212915314', 'https://openalex.org/W4231990273', 'https://openalex.org/W4238404964', 'https://openalex.org/W4242212377'], 'related_works': ['https://openalex.org/W2194775991', 'https://openalex.org/W2563602643', 'https://openalex.org/W2790662084', 'https://openalex.org/W2915754718', 'https://openalex.org/W2970686063', 'https://openalex.org/W4223943233', 'https://openalex.org/W4312200629', 'https://openalex.org/W4360585206', 'https://openalex.org/W4364306694', 'https://openalex.org/W4380075502'], 'ngrams_url': 'https://api.openalex.org/works/W2194775991/ngrams', 'abstract_inverted_index': {'Deeper': [0], 'neural': [1], 'networks': [2, 19, 57], 'are': [3, 21, 58, 170], 'more': [4], 'difficult': [5], 'to': [6, 14, 39, 60, 83, 150, 175], 'train.': [7], 'We': [8, 28, 48, 124], 'present': [9, 126], 'a': [10, 79, 157], 'residual': [11, 35, 56, 76, 102, 168], 'learning': [12, 34, 45], 'framework': [13], 'ease': [15], 'the': [16, 31, 40, 71, 108, 115, 119, 162, 185, 189], 'training': [17], 'of': [18, 44, 81, 100, 137, 140, 172, 191], 'that': [20, 54], 'substantially': [22], 'deeper': [23, 88], 'than': [24, 89], 'those': [25], 'used': [26], 'previously.': [27], 'explicitly': [29], 'reformulate': [30], 'layers': [32, 85], 'as': [33], 'functions': [36], 'with': [37, 78, 130], 'reference': [38], 'layer': [41], 'inputs,': [42], 'instead': [43], 'unreferenced': [46], 'functions.': [47], 'provide': [49], 'comprehensive': [50], 'empirical': [51], 'evidence': [52], 'showing': [53], 'these': [55, 101], 'easier': [59], 'optimize,': [61], 'and': [62, 132, 198], 'can': [63], 'gain': [64], 'accuracy': [65], 'from': [66], 'considerably': [67], 'increased': [68], 'depth.': [69], 'On': [70], 'ImageNet': [72, 109, 192, 194], 'dataset': [73], 'we': [74, 155, 182], 'evaluate': [75], 'nets': [77, 91, 103, 169], 'depth': [80, 136], 'up': [82], '152': [84], '-': [86], '8×': [87], 'VGG': [90], '[40]': [92], 'but': [93], 'still': [94], 'having': [95], 'lower': [96], 'complexity.': [97], 'An': [98], 'ensemble': [99], 'achieves': [104], '3.57%': [105], 'error': [106], 'on': [107, 118, 128, 161, 188], 'test': [110], 'set.': [111], 'This': [112], 'result': [113], 'won': [114, 184], '1st': [116, 186], 'place': [117], 'ILSVRC': [120, 176], '2015': [121, 179], 'classification': [122], 'task.': [123], 'also': [125, 183], 'analysis': [127], 'CIFAR-10': [129], '100': [131], '1000': [133], 'layers.': [134], 'The': [135], 'representations': [138], 'is': [139], 'central': [141], 'importance': [142], 'for': [143], 'many': [144], 'visual': [145], 'recognition': [146], 'tasks.': [147], 'Solely': [148], 'due': [149], 'our': [151, 173], 'extremely': [152], 'deep': [153], 'representations,': [154], 'obtain': [156], '28%': [158], 'relative': [159], 'improvement': [160], 'COCO': [163, 178, 196, 199], 'object': [164], 'detection': [165], 'dataset.': [166], 'Deep': [167], 'foundations': [171], 'submissions': [174], '&': [177], 'competitions1,': [180], 'where': [181], 'places': [187], 'tasks': [190], 'detection,': [193, 197], 'localization,': [195], 'segmentation.': [200]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2194775991', 'counts_by_year': [{'year': 2023, 'cited_by_count': 16229}, {'year': 2022, 'cited_by_count': 20661}, {'year': 2021, 'cited_by_count': 24429}, {'year': 2020, 'cited_by_count': 20162}, {'year': 2019, 'cited_by_count': 15266}, {'year': 2018, 'cited_by_count': 7939}, {'year': 2017, 'cited_by_count': 3127}, {'year': 2016, 'cited_by_count': 729}, {'year': 2015, 'cited_by_count': 17}, {'year': 2014, 'cited_by_count': 9}, {'year': 2012, 'cited_by_count': 9}], 'updated_date': '2023-09-30T06:21:31.820800', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1979290264', 'doi': 'https://doi.org/10.1191/1478088706qp063oa', 'title': 'Using thematic analysis in psychology', 'display_name': 'Using thematic analysis in psychology', 'publication_year': 2006, 'publication_date': '2006-01-01', 'ids': {'openalex': 'https://openalex.org/W1979290264', 'doi': 'https://doi.org/10.1191/1478088706qp063oa', 'mag': '1979290264'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1191/1478088706qp063oa', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S51001188', 'display_name': 'Qualitative Research in Psychology', 'issn_l': '1478-0887', 'issn': ['1478-0887', '1478-0895'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5054729605', 'display_name': 'Virginia Braun', 'orcid': 'https://orcid.org/0000-0002-3435-091X'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Virginia Braun', 'raw_affiliation_string': 'UNIVERSITY OF AUCKLAND,', 'raw_affiliation_strings': ['UNIVERSITY OF AUCKLAND,']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5045921227', 'display_name': 'Victoria Clarke', 'orcid': 'https://orcid.org/0000-0001-9405-7363'}, 'institutions': [{'id': 'https://openalex.org/I178535277', 'display_name': 'University of the West of England', 'ror': 'https://ror.org/02nwg5t34', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I178535277']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Victoria Clarke', 'raw_affiliation_string': 'University of the West of England', 'raw_affiliation_strings': ['University of the West of England']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 91933, 'biblio': {'volume': '3', 'issue': '2', 'first_page': '77', 'last_page': '101'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C74196892', 'wikidata': 'https://www.wikidata.org/wiki/Q7781188', 'display_name': 'Thematic analysis', 'level': 3, 'score': 0.9180517}, {'id': 'https://openalex.org/C93692415', 'wikidata': 'https://www.wikidata.org/wiki/Q1502030', 'display_name': 'Thematic map', 'level': 2, 'score': 0.8151371}, {'id': 'https://openalex.org/C25343380', 'wikidata': 'https://www.wikidata.org/wiki/Q277521', 'display_name': 'Relation (database)', 'level': 2, 'score': 0.64985514}, {'id': 'https://openalex.org/C190248442', 'wikidata': 'https://www.wikidata.org/wiki/Q839486', 'display_name': 'Qualitative research', 'level': 2, 'score': 0.6421211}, {'id': 'https://openalex.org/C3018587665', 'wikidata': 'https://www.wikidata.org/wiki/Q7268696', 'display_name': 'Qualitative analysis', 'level': 3, 'score': 0.6135222}, {'id': 'https://openalex.org/C2778109090', 'wikidata': 'https://www.wikidata.org/wiki/Q7781195', 'display_name': 'Thematic structure', 'level': 2, 'score': 0.5686357}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.52575094}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.51202875}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.29205453}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.22571531}, {'id': 'https://openalex.org/C36289849', 'wikidata': 'https://www.wikidata.org/wiki/Q34749', 'display_name': 'Social science', 'level': 1, 'score': 0.14934143}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.06794745}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C58640448', 'wikidata': 'https://www.wikidata.org/wiki/Q42515', 'display_name': 'Cartography', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1191/1478088706qp063oa', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S51001188', 'display_name': 'Qualitative Research in Psychology', 'issn_l': '1478-0887', 'issn': ['1478-0887', '1478-0895'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.53}], 'grants': [], 'referenced_works_count': 25, 'referenced_works': ['https://openalex.org/W566876742', 'https://openalex.org/W1785520540', 'https://openalex.org/W1965024675', 'https://openalex.org/W1975924558', 'https://openalex.org/W1993209814', 'https://openalex.org/W2005715120', 'https://openalex.org/W2009222294', 'https://openalex.org/W2010381355', 'https://openalex.org/W2024228567', 'https://openalex.org/W2028406607', 'https://openalex.org/W2028834323', 'https://openalex.org/W2031008034', 'https://openalex.org/W2033188470', 'https://openalex.org/W2073846633', 'https://openalex.org/W2083708617', 'https://openalex.org/W2093790434', 'https://openalex.org/W2106357576', 'https://openalex.org/W2123828761', 'https://openalex.org/W2136741619', 'https://openalex.org/W2138502971', 'https://openalex.org/W2170816415', 'https://openalex.org/W2503234244', 'https://openalex.org/W3147940169', 'https://openalex.org/W4214539220', 'https://openalex.org/W4231105677'], 'related_works': ['https://openalex.org/W183908498', 'https://openalex.org/W1979290264', 'https://openalex.org/W1994256903', 'https://openalex.org/W2086244710', 'https://openalex.org/W2170816415', 'https://openalex.org/W2796180820', 'https://openalex.org/W3022535278', 'https://openalex.org/W3094380843', 'https://openalex.org/W3138393699', 'https://openalex.org/W3196787553'], 'ngrams_url': 'https://api.openalex.org/works/W1979290264/ngrams', 'abstract_inverted_index': {'Thematic': [0], 'analysis': [1, 38, 109], 'is': [2], 'a': [3, 80, 111], 'poorly': [4], 'demarcated,': [5], 'rarely': [6], 'acknowledged,': [7], 'yet': [8], 'widely': [9], 'used': [10], 'qualitative': [11, 32, 46, 117], 'analytic': [12, 47], 'method': [13, 115], 'within': [14], 'psychology.': [15, 122], 'In': [16], 'this': [17], 'paper,': [18], 'we': [19, 95], 'argue': [20], 'that': [21, 49], 'it': [22, 41, 78], 'offers': [23], 'an': [24], 'accessible': [25], 'and': [26, 55, 61, 83, 86, 99, 113, 120], 'theoretically': [27], 'flexible': [28, 114], 'approach': [29], 'to': [30, 44, 58, 69, 72], 'analysing': [31], 'data.': [33], 'We': [34, 64, 104], 'outline': [35, 96], 'what': [36], 'thematic': [37, 74, 92, 102, 108], 'is,': [39], 'locating': [40], 'in': [42, 56, 79, 90, 119], 'relation': [43, 57], 'other': [45], 'methods': [48], 'search': [50], 'for': [51, 116], 'themes': [52], 'or': [53, 76], 'patterns,': [54], 'different': [59], 'epistemological': [60], 'ontological': [62], 'positions.': [63], 'then': [65], 'provide': [66], 'clear': [67], 'guidelines': [68], 'those': [70], 'wanting': [71], 'start': [73], 'analysis,': [75], 'conduct': [77], 'more': [81], 'deliberate': [82], 'rigorous': [84], 'way,': [85], 'consider': [87], 'potential': [88], 'pitfalls': [89], 'conducting': [91], 'analysis.': [93, 103], 'Finally,': [94], 'the': [97], 'disadvantages': [98], 'advantages': [100], 'of': [101], 'conclude': [105], 'by': [106], 'advocating': [107], 'as': [110], 'useful': [112], 'research': [118], 'beyond': [121]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1979290264', 'counts_by_year': [{'year': 2023, 'cited_by_count': 11317}, {'year': 2022, 'cited_by_count': 14899}, {'year': 2021, 'cited_by_count': 14028}, {'year': 2020, 'cited_by_count': 11270}, {'year': 2019, 'cited_by_count': 8964}, {'year': 2018, 'cited_by_count': 6843}, {'year': 2017, 'cited_by_count': 5698}, {'year': 2016, 'cited_by_count': 4799}, {'year': 2015, 'cited_by_count': 4090}, {'year': 2014, 'cited_by_count': 3261}, {'year': 2013, 'cited_by_count': 2587}, {'year': 2012, 'cited_by_count': 1640}], 'updated_date': '2023-10-04T05:57:23.585553', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2143981217', 'doi': 'https://doi.org/10.1063/1.464913', 'title': 'Density-functional thermochemistry. III. The role of exact exchange', 'display_name': 'Density-functional thermochemistry. III. The role of exact exchange', 'publication_year': 1993, 'publication_date': '1993-04-01', 'ids': {'openalex': 'https://openalex.org/W2143981217', 'doi': 'https://doi.org/10.1063/1.464913', 'mag': '2143981217'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1063/1.464913', 'pdf_url': 'https://pubs.aip.org/aip/jcp/article-pdf/98/7/5648/11091662/5648_1_online.pdf', 'source': {'id': 'https://openalex.org/S77047749', 'display_name': 'Journal of Chemical Physics', 'issn_l': '0021-9606', 'issn': ['1520-9032', '1089-7690', '0021-9606'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320257', 'host_organization_name': 'American Institute of Physics', 'host_organization_lineage': ['https://openalex.org/P4310320257'], 'host_organization_lineage_names': ['American Institute of Physics'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://pubs.aip.org/aip/jcp/article-pdf/98/7/5648/11091662/5648_1_online.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5015077264', 'display_name': 'Axel D. Becke', 'orcid': 'https://orcid.org/0000-0002-6668-7728'}, 'institutions': [{'id': 'https://openalex.org/I204722609', 'display_name': "Queen's University", 'ror': 'https://ror.org/02y72wh86', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I204722609']}], 'countries': ['CA'], 'is_corresponding': True, 'raw_author_name': 'Axel D. Becke', 'raw_affiliation_string': 'Department of Chemistry, Queen’s University, Kingston, Ontario, Canada K7L 3N6', 'raw_affiliation_strings': ['Department of Chemistry, Queen’s University, Kingston, Ontario, Canada K7L 3N6']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5015077264'], 'corresponding_institution_ids': ['https://openalex.org/I204722609'], 'apc_list': {'value': 3500, 'currency': 'USD', 'value_usd': 3500, 'provenance': 'doaj'}, 'apc_paid': {'value': 3500, 'currency': 'USD', 'value_usd': 3500, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 86880, 'biblio': {'volume': '98', 'issue': '7', 'first_page': '5648', 'last_page': '5652'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C29563950', 'wikidata': 'https://www.wikidata.org/wiki/Q183410', 'display_name': 'Thermochemistry', 'level': 2, 'score': 0.89426}, {'id': 'https://openalex.org/C152365726', 'wikidata': 'https://www.wikidata.org/wiki/Q1048589', 'display_name': 'Density functional theory', 'level': 2, 'score': 0.7582761}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.58932865}, {'id': 'https://openalex.org/C22693506', 'wikidata': 'https://www.wikidata.org/wiki/Q3075290', 'display_name': 'Hybrid functional', 'level': 3, 'score': 0.54754204}, {'id': 'https://openalex.org/C198291218', 'wikidata': 'https://www.wikidata.org/wiki/Q190382', 'display_name': 'Ionization', 'level': 3, 'score': 0.48319995}, {'id': 'https://openalex.org/C104970782', 'wikidata': 'https://www.wikidata.org/wiki/Q7100054', 'display_name': 'Orbital-free density functional theory', 'level': 4, 'score': 0.46787784}, {'id': 'https://openalex.org/C3018272316', 'wikidata': 'https://www.wikidata.org/wiki/Q905186', 'display_name': 'Spin density', 'level': 2, 'score': 0.44424266}, {'id': 'https://openalex.org/C54516573', 'wikidata': 'https://www.wikidata.org/wiki/Q2294', 'display_name': 'Proton', 'level': 2, 'score': 0.4435477}, {'id': 'https://openalex.org/C184779094', 'wikidata': 'https://www.wikidata.org/wiki/Q26383', 'display_name': 'Atomic physics', 'level': 1, 'score': 0.44179624}, {'id': 'https://openalex.org/C9249130', 'wikidata': 'https://www.wikidata.org/wiki/Q898241', 'display_name': 'Local-density approximation', 'level': 3, 'score': 0.42284277}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.3276505}, {'id': 'https://openalex.org/C147597530', 'wikidata': 'https://www.wikidata.org/wiki/Q369472', 'display_name': 'Computational chemistry', 'level': 1, 'score': 0.31153384}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.24993876}, {'id': 'https://openalex.org/C147789679', 'wikidata': 'https://www.wikidata.org/wiki/Q11372', 'display_name': 'Physical chemistry', 'level': 1, 'score': 0.22966173}, {'id': 'https://openalex.org/C145148216', 'wikidata': 'https://www.wikidata.org/wiki/Q36496', 'display_name': 'Ion', 'level': 2, 'score': 0.18508995}, {'id': 'https://openalex.org/C26873012', 'wikidata': 'https://www.wikidata.org/wiki/Q214781', 'display_name': 'Condensed matter physics', 'level': 1, 'score': 0.15833604}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1063/1.464913', 'pdf_url': 'https://pubs.aip.org/aip/jcp/article-pdf/98/7/5648/11091662/5648_1_online.pdf', 'source': {'id': 'https://openalex.org/S77047749', 'display_name': 'Journal of Chemical Physics', 'issn_l': '0021-9606', 'issn': ['1520-9032', '1089-7690', '0021-9606'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320257', 'host_organization_name': 'American Institute of Physics', 'host_organization_lineage': ['https://openalex.org/P4310320257'], 'host_organization_lineage_names': ['American Institute of Physics'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1063/1.464913', 'pdf_url': 'https://pubs.aip.org/aip/jcp/article-pdf/98/7/5648/11091662/5648_1_online.pdf', 'source': {'id': 'https://openalex.org/S77047749', 'display_name': 'Journal of Chemical Physics', 'issn_l': '0021-9606', 'issn': ['1520-9032', '1089-7690', '0021-9606'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320257', 'host_organization_name': 'American Institute of Physics', 'host_organization_lineage': ['https://openalex.org/P4310320257'], 'host_organization_lineage_names': ['American Institute of Physics'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.64}], 'grants': [], 'referenced_works_count': 15, 'referenced_works': ['https://openalex.org/W1840376913', 'https://openalex.org/W1970549136', 'https://openalex.org/W1971755381', 'https://openalex.org/W1982356449', 'https://openalex.org/W1997785740', 'https://openalex.org/W1999169267', 'https://openalex.org/W2000576171', 'https://openalex.org/W2004333877', 'https://openalex.org/W2012982996', 'https://openalex.org/W2036330668', 'https://openalex.org/W2043858812', 'https://openalex.org/W2086957099', 'https://openalex.org/W2151133474', 'https://openalex.org/W3206606417', 'https://openalex.org/W4377077024'], 'related_works': ['https://openalex.org/W1979026065', 'https://openalex.org/W2013145433', 'https://openalex.org/W2054673704', 'https://openalex.org/W2093898784', 'https://openalex.org/W2143981217', 'https://openalex.org/W2167697306', 'https://openalex.org/W2479582286', 'https://openalex.org/W2528332133', 'https://openalex.org/W2974947990', 'https://openalex.org/W4299354273'], 'ngrams_url': 'https://api.openalex.org/works/W2143981217/ngrams', 'abstract_inverted_index': {'Despite': [0], 'the': [1], 'remarkable': [2], 'thermochemical': [3], 'accuracy': [4], 'of': [5, 73, 102], 'Kohn–Sham': [6], 'density-functional': [7], 'theories': [8], 'with': [9, 86, 95], 'gradient': [10, 87], 'corrections': [11, 88], 'for': [12, 15], 'exchange-correlation': [13, 48], '[see,': [14], 'example,': [16], 'A.': [17], 'D.': [18], 'Becke,': [19], 'J.': [20], 'Chem.': [21], 'Phys.': [22], '96,': [23], '2155': [24], '(1992)],': [25], 'we': [26], 'believe': [27], 'that': [28], 'further': [29], 'improvements': [30], 'are': [31, 43], 'unlikely': [32], 'unless': [33], 'exact-exchange': [34, 54], 'information': [35], 'is': [36, 56], 'considered.': [37], 'Arguments': [38], 'to': [39], 'support': [40], 'this': [41], 'view': [42], 'presented,': [44], 'and': [45, 53, 68, 75, 90], 'a': [46], 'semiempirical': [47], 'functional': [49, 79], 'containing': [50], 'local-spin-density,': [51], 'gradient,': [52], 'terms': [55], 'tested': [57], 'on': [58], '56': [59], 'atomization': [60, 93], 'energies,': [61], '42': [62], 'ionization': [63], 'potentials,': [64], '8': [65], 'proton': [66], 'affinities,': [67], '10': [69], 'total': [70], 'atomic': [71], 'energies': [72, 94], 'first-': [74], 'second-row': [76], 'systems.': [77], 'This': [78], 'performs': [80], 'significantly': [81], 'better': [82], 'than': [83], 'previous': [84], 'functionals': [85], 'only,': [89], 'fits': [91], 'experimental': [92], 'an': [96], 'impressively': [97], 'small': [98], 'average': [99], 'absolute': [100], 'deviation': [101], '2.4': [103], 'kcal/mol.': [104]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2143981217', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3179}, {'year': 2022, 'cited_by_count': 4097}, {'year': 2021, 'cited_by_count': 4262}, {'year': 2020, 'cited_by_count': 4347}, {'year': 2019, 'cited_by_count': 4496}, {'year': 2018, 'cited_by_count': 4430}, {'year': 2017, 'cited_by_count': 4497}, {'year': 2016, 'cited_by_count': 4566}, {'year': 2015, 'cited_by_count': 4667}, {'year': 2014, 'cited_by_count': 4669}, {'year': 2013, 'cited_by_count': 4484}, {'year': 2012, 'cited_by_count': 4350}], 'updated_date': '2023-09-29T19:24:52.149934', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2023271753', 'doi': 'https://doi.org/10.1103/physrevb.37.785', 'title': 'Development of the Colle-Salvetti correlation-energy formula into a functional of the electron density', 'display_name': 'Development of the Colle-Salvetti correlation-energy formula into a functional of the electron density', 'publication_year': 1988, 'publication_date': '1988-01-15', 'ids': {'openalex': 'https://openalex.org/W2023271753', 'doi': 'https://doi.org/10.1103/physrevb.37.785', 'mag': '2023271753', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9944570'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevb.37.785', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210174675', 'display_name': 'Physical review', 'issn_l': '0163-1829', 'issn': ['0163-1829', '1095-3795'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://cdr.lib.unc.edu/downloads/p2677460w', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5049788468', 'display_name': 'Chengteh Lee', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Chengteh Lee', 'raw_affiliation_string': 'Department of Chemistry, University of North Carolina, Chapel Hill, North Carolina 27514', 'raw_affiliation_strings': ['Department of Chemistry, University of North Carolina, Chapel Hill, North Carolina 27514']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019365851', 'display_name': 'Weitao Yang', 'orcid': 'https://orcid.org/0000-0001-5576-2828'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Weitao Yang', 'raw_affiliation_string': 'Department of Chemistry, University of North Carolina, Chapel Hill, North Carolina 27514', 'raw_affiliation_strings': ['Department of Chemistry, University of North Carolina, Chapel Hill, North Carolina 27514']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5009013437', 'display_name': 'Robert G. Parr', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert G. Parr', 'raw_affiliation_string': 'Department of Chemistry, University of North Carolina, Chapel Hill, North Carolina 27514', 'raw_affiliation_strings': ['Department of Chemistry, University of North Carolina, Chapel Hill, North Carolina 27514']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 84709, 'biblio': {'volume': '37', 'issue': '2', 'first_page': '785', 'last_page': '789'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C135889238', 'wikidata': 'https://www.wikidata.org/wiki/Q46276', 'display_name': 'Kinetic energy', 'level': 2, 'score': 0.72443604}, {'id': 'https://openalex.org/C56911000', 'wikidata': 'https://www.wikidata.org/wiki/Q831774', 'display_name': 'Density matrix', 'level': 3, 'score': 0.5722515}, {'id': 'https://openalex.org/C35052450', 'wikidata': 'https://www.wikidata.org/wiki/Q2733663', 'display_name': 'Electronic correlation', 'level': 3, 'score': 0.54343903}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.50955725}, {'id': 'https://openalex.org/C186370098', 'wikidata': 'https://www.wikidata.org/wiki/Q442787', 'display_name': 'Energy (signal processing)', 'level': 2, 'score': 0.46951386}, {'id': 'https://openalex.org/C125485243', 'wikidata': 'https://www.wikidata.org/wiki/Q905186', 'display_name': 'Electron density', 'level': 3, 'score': 0.4656542}, {'id': 'https://openalex.org/C184779094', 'wikidata': 'https://www.wikidata.org/wiki/Q26383', 'display_name': 'Atomic physics', 'level': 1, 'score': 0.46330956}, {'id': 'https://openalex.org/C113630233', 'wikidata': 'https://www.wikidata.org/wiki/Q7879841', 'display_name': 'Hartree–Fock method', 'level': 2, 'score': 0.43128803}, {'id': 'https://openalex.org/C84551667', 'wikidata': 'https://www.wikidata.org/wiki/Q155640', 'display_name': 'Potential energy', 'level': 2, 'score': 0.41943917}, {'id': 'https://openalex.org/C147120987', 'wikidata': 'https://www.wikidata.org/wiki/Q2225', 'display_name': 'Electron', 'level': 2, 'score': 0.3718779}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.31633773}, {'id': 'https://openalex.org/C84114770', 'wikidata': 'https://www.wikidata.org/wiki/Q46344', 'display_name': 'Quantum', 'level': 2, 'score': 0.10787532}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevb.37.785', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210174675', 'display_name': 'Physical review', 'issn_l': '0163-1829', 'issn': ['0163-1829', '1095-3795'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.17615/zrp0-ry04', 'pdf_url': 'https://cdr.lib.unc.edu/downloads/p2677460w', 'source': {'id': 'https://openalex.org/S4306401075', 'display_name': 'Carolina Digital Repository (University of North Carolina at Chapel Hill)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114027177', 'host_organization_name': 'University of North Carolina at Chapel Hill', 'host_organization_lineage': ['https://openalex.org/I114027177'], 'host_organization_lineage_names': ['University of North Carolina at Chapel Hill'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9944570', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.17615/zrp0-ry04', 'pdf_url': 'https://cdr.lib.unc.edu/downloads/p2677460w', 'source': {'id': 'https://openalex.org/S4306401075', 'display_name': 'Carolina Digital Repository (University of North Carolina at Chapel Hill)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114027177', 'host_organization_name': 'University of North Carolina at Chapel Hill', 'host_organization_lineage': ['https://openalex.org/I114027177'], 'host_organization_lineage_names': ['University of North Carolina at Chapel Hill'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.9}], 'grants': [], 'referenced_works_count': 10, 'referenced_works': ['https://openalex.org/W1624531027', 'https://openalex.org/W1964611365', 'https://openalex.org/W1998015449', 'https://openalex.org/W1999478965', 'https://openalex.org/W2001434363', 'https://openalex.org/W2006001940', 'https://openalex.org/W2018622673', 'https://openalex.org/W2020463519', 'https://openalex.org/W2030687437', 'https://openalex.org/W2160338282'], 'related_works': ['https://openalex.org/W1968769697', 'https://openalex.org/W1970296319', 'https://openalex.org/W2093934320', 'https://openalex.org/W2147381947', 'https://openalex.org/W2153986253', 'https://openalex.org/W2392035466', 'https://openalex.org/W2705693787', 'https://openalex.org/W2793869639', 'https://openalex.org/W2970967082', 'https://openalex.org/W4313890566'], 'ngrams_url': 'https://api.openalex.org/works/W2023271753/ngrams', 'abstract_inverted_index': {'A': [0], 'correlation-energy': [1], 'formula': [2, 41], 'due': [3], 'to': [4], 'Colle': [5], 'and': [6, 28, 45, 65, 81, 86], 'Salvetti': [7], '[Theor.': [8], 'Chim.': [9], 'Acta': [10], '37,': [11], '329': [12], '(1975)],': [13], 'in': [14, 22], 'which': [15], 'the': [16, 25, 32, 43, 55, 62, 96], 'correlation': [17, 63, 66, 101], 'energy': [18, 64], 'density': [19, 27, 35, 44], 'is': [20, 37, 90], 'expressed': [21], 'terms': [23], 'of': [24, 31, 51, 77, 83], 'electron': [26], 'a': [29, 40, 75, 104], 'Laplacian': [30], 'second-order': [33], 'Hartree-Fock': [34], 'matrix,': [36], 'restated': [38], 'as': [39], 'involving': [42], 'local': [46, 56], 'kinetic-energy': [47, 57], 'density.': [48], 'On': [49], 'insertion': [50], 'gradient': [52], 'expansions': [53], 'for': [54, 61], 'density,': [58], 'density-functional': [59], 'formulas': [60], 'potential': [67], 'are': [68], 'then': [69], 'obtained.': [70], 'Through': [71], 'numerical': [72], 'calculations': [73], 'on': [74], 'number': [76], 'atoms,': [78], 'positive': [79], 'ions,': [80], 'molecules,': [82], 'both': [84], 'open-': [85], 'closed-shell': [87], 'type,': [88], 'it': [89], 'demonstrated': [91], 'that': [92], 'these': [93], 'formulas,': [94, 99], 'like': [95], 'original': [97], 'Colle-Salvetti': [98], 'give': [100], 'energies': [102], 'within': [103], 'few': [105], 'percent.': [106]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2023271753', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3280}, {'year': 2022, 'cited_by_count': 4179}, {'year': 2021, 'cited_by_count': 4398}, {'year': 2020, 'cited_by_count': 4395}, {'year': 2019, 'cited_by_count': 4291}, {'year': 2018, 'cited_by_count': 4358}, {'year': 2017, 'cited_by_count': 4398}, {'year': 2016, 'cited_by_count': 4447}, {'year': 2015, 'cited_by_count': 4538}, {'year': 2014, 'cited_by_count': 4567}, {'year': 2013, 'cited_by_count': 4345}, {'year': 2012, 'cited_by_count': 4283}], 'updated_date': '2023-09-30T00:20:05.383695', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2083222334', 'doi': 'https://doi.org/10.1103/physrevb.54.11169', 'title': 'Efficient iterative schemes for<i>ab initio</i>total-energy calculations using a plane-wave basis set', 'display_name': 'Efficient iterative schemes for<i>ab initio</i>total-energy calculations using a plane-wave basis set', 'publication_year': 1996, 'publication_date': '1996-10-15', 'ids': {'openalex': 'https://openalex.org/W2083222334', 'doi': 'https://doi.org/10.1103/physrevb.54.11169', 'mag': '2083222334', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9984901'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevb.54.11169', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210174675', 'display_name': 'Physical review', 'issn_l': '0163-1829', 'issn': ['0163-1829', '1095-3795'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5019751186', 'display_name': 'Georg Kresse', 'orcid': 'https://orcid.org/0000-0001-9102-4259'}, 'institutions': [{'id': 'https://openalex.org/I145847075', 'display_name': 'TU Wien', 'ror': 'https://ror.org/04d836q62', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I145847075']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Georg Kresse', 'raw_affiliation_string': 'Institut für Theoretische Physik, Technische Universität Wien, Wiedner HauptstraΒe 8-10/136, A-1040 Wien, Austria', 'raw_affiliation_strings': ['Institut für Theoretische Physik, Technische Universität Wien, Wiedner HauptstraΒe 8-10/136, A-1040 Wien, Austria']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5062208820', 'display_name': 'J. Furthmüller', 'orcid': 'https://orcid.org/0000-0001-8846-7403'}, 'institutions': [{'id': 'https://openalex.org/I76198965', 'display_name': 'Friedrich Schiller University Jena', 'ror': 'https://ror.org/05qpz1x62', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I76198965']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jürgen Furthmüller', 'raw_affiliation_string': 'Institut für Festkörpertheorie und Theoretische Optik, Friedrich-Schiller Universität Jena, Max-Wien Platz 1, D-07743, Jena, Germany', 'raw_affiliation_strings': ['Institut für Festkörpertheorie und Theoretische Optik, Friedrich-Schiller Universität Jena, Max-Wien Platz 1, D-07743, Jena, Germany']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 83394, 'biblio': {'volume': '54', 'issue': '16', 'first_page': '11169', 'last_page': '11186'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C99844830', 'wikidata': 'https://www.wikidata.org/wiki/Q102441924', 'display_name': 'Scaling', 'level': 2, 'score': 0.7225962}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.6224539}, {'id': 'https://openalex.org/C2781442258', 'wikidata': 'https://www.wikidata.org/wiki/Q46310', 'display_name': 'Ab initio', 'level': 2, 'score': 0.5882455}, {'id': 'https://openalex.org/C65956243', 'wikidata': 'https://www.wikidata.org/wiki/Q2664086', 'display_name': 'Basis set', 'level': 3, 'score': 0.5520426}, {'id': 'https://openalex.org/C12426560', 'wikidata': 'https://www.wikidata.org/wiki/Q189569', 'display_name': 'Basis (linear algebra)', 'level': 2, 'score': 0.44540045}, {'id': 'https://openalex.org/C32834561', 'wikidata': 'https://www.wikidata.org/wiki/Q660730', 'display_name': 'Subspace topology', 'level': 2, 'score': 0.42427176}, {'id': 'https://openalex.org/C40308292', 'wikidata': 'https://www.wikidata.org/wiki/Q122518', 'display_name': 'Plane wave', 'level': 2, 'score': 0.42236155}, {'id': 'https://openalex.org/C121864883', 'wikidata': 'https://www.wikidata.org/wiki/Q677916', 'display_name': 'Statistical physics', 'level': 1, 'score': 0.41684765}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.40744185}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.17136866}, {'id': 'https://openalex.org/C134306372', 'wikidata': 'https://www.wikidata.org/wiki/Q7754', 'display_name': 'Mathematical analysis', 'level': 1, 'score': 0.15709063}, {'id': 'https://openalex.org/C32909587', 'wikidata': 'https://www.wikidata.org/wiki/Q11369', 'display_name': 'Molecule', 'level': 2, 'score': 0.103375316}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.09742516}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevb.54.11169', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210174675', 'display_name': 'Physical review', 'issn_l': '0163-1829', 'issn': ['0163-1829', '1095-3795'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9984901', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.63}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.11}], 'grants': [], 'referenced_works_count': 57, 'referenced_works': ['https://openalex.org/W1968426044', 'https://openalex.org/W1969891690', 'https://openalex.org/W1970127494', 'https://openalex.org/W1972909908', 'https://openalex.org/W1974224232', 'https://openalex.org/W1974333117', 'https://openalex.org/W1977822596', 'https://openalex.org/W1981619846', 'https://openalex.org/W1988762313', 'https://openalex.org/W1992028354', 'https://openalex.org/W1992702715', 'https://openalex.org/W1993725444', 'https://openalex.org/W1995469798', 'https://openalex.org/W1996728110', 'https://openalex.org/W1998366223', 'https://openalex.org/W2003958047', 'https://openalex.org/W2008350578', 'https://openalex.org/W2010785223', 'https://openalex.org/W2013183108', 'https://openalex.org/W2014984574', 'https://openalex.org/W2018032907', 'https://openalex.org/W2020068981', 'https://openalex.org/W2022247528', 'https://openalex.org/W2032227435', 'https://openalex.org/W2032865222', 'https://openalex.org/W2033488292', 'https://openalex.org/W2036113194', 'https://openalex.org/W2037785958', 'https://openalex.org/W2039626632', 'https://openalex.org/W2043531068', 'https://openalex.org/W2046001409', 'https://openalex.org/W2046274096', 'https://openalex.org/W2050729144', 'https://openalex.org/W2054954556', 'https://openalex.org/W2054960930', 'https://openalex.org/W2060880786', 'https://openalex.org/W2061021573', 'https://openalex.org/W2064807075', 'https://openalex.org/W2065152839', 'https://openalex.org/W2069464471', 'https://openalex.org/W2069581473', 'https://openalex.org/W2069970015', 'https://openalex.org/W2072132871', 'https://openalex.org/W2076059435', 'https://openalex.org/W2077377413', 'https://openalex.org/W2078223384', 'https://openalex.org/W2079105963', 'https://openalex.org/W2084429590', 'https://openalex.org/W2087585288', 'https://openalex.org/W2087698390', 'https://openalex.org/W2088380112', 'https://openalex.org/W2107278155', 'https://openalex.org/W2123083227', 'https://openalex.org/W2230728100', 'https://openalex.org/W3178245316', 'https://openalex.org/W4252822859', 'https://openalex.org/W4295098785'], 'related_works': ['https://openalex.org/W1982695173', 'https://openalex.org/W2020199293', 'https://openalex.org/W2024054633', 'https://openalex.org/W2028198124', 'https://openalex.org/W2052597426', 'https://openalex.org/W2068447778', 'https://openalex.org/W2092155161', 'https://openalex.org/W2904436994', 'https://openalex.org/W3022906804', 'https://openalex.org/W4243684018'], 'ngrams_url': 'https://api.openalex.org/works/W2083222334/ngrams', 'abstract_inverted_index': {'We': [0, 167], 'present': [1], 'an': [2, 67, 129], 'efficient': [3, 68], 'scheme': [4, 70], 'for': [5, 84, 101, 135, 192], 'calculating': [6], 'the': [7, 22, 25, 34, 38, 54, 61, 94, 111, 125, 148, 158, 161, 186], 'Kohn-Sham': [8], 'ground': [9], 'state': [10], 'of': [11, 27, 41, 56, 93, 113, 124, 150, 196], 'metallic': [12, 208], 'systems': [13, 136, 198], 'using': [14], 'pseudopotentials': [15], 'and': [16, 52, 79, 103, 185, 200, 205, 209, 218, 220], 'a': [17, 80, 85, 118, 173, 193], 'plane-wave': [18, 86], 'basis': [19, 87], 'set.': [20], 'In': [21, 60], 'first': [23], 'part': [24], 'application': [26], "Pulay's": [28, 74], 'DIIS': [29], 'method': [30, 95], '(direct': [31], 'inversion': [32], 'in': [33, 99, 213], 'iterative': [35, 39], 'subspace)': [36], 'to': [37, 116, 139, 223], 'diagonalization': [40], 'large': [42, 194], 'matrices': [43], 'will': [44, 65, 89, 96, 107], 'be': [45, 90, 97, 108, 154, 224], 'discussed.': [46], 'Our': [47], 'approach': [48, 165], 'is': [49, 121, 133], 'stable,': [50], 'reliable,': [51], 'minimizes': [53], 'number': [55, 112, 149, 195], 'order': [57, 130], '${\\mathit{N}}_{\\mathrm{atoms}}^{3}$': [58], 'operations.': [59], 'second': [62], 'part,': [63], 'we': [64, 143], 'discuss': [66], 'mixing': [69], 'also': [71], 'based': [72], 'on': [73], 'scheme.': [75], 'A': [76], 'special': [77, 81], "``metric''": [78], "``preconditioning''": [82], 'optimized': [83], 'set': [88], 'introduced.': [91], 'Scaling': [92], 'discussed': [98], 'detail': [100], 'non-self-consistent': [102], 'self-consistent': [104], 'calculations.': [105], 'It': [106], 'shown': [109], 'that': [110, 147], 'iterations': [114], 'required': [115], 'obtain': [117], 'specific': [119], 'precision': [120], 'almost': [122], 'independent': [123], 'system': [126, 159], 'size.': [127], 'Altogether': [128], '${\\mathit{N}}_{\\mathrm{atoms}}^{2}$': [131], 'scaling': [132, 163], 'found': [134], 'containing': [137], 'up': [138], '1000': [140], 'electrons.': [141], 'If': [142], 'take': [144], 'into': [145], 'account': [146], 'k': [151], 'points': [152], 'can': [153, 164], 'decreased': [155], 'linearly': [156], 'with': [157], 'size,': [160], 'overall': [162], '${\\mathit{N}}_{\\mathrm{atoms}}$.': [166], 'have': [168, 188], 'implemented': [169], 'these': [170], 'algorithms': [171], 'within': [172], 'powerful': [174], 'package': [175], 'called': [176], 'VASP': [177], '(Vienna': [178], 'ab': [179], 'initio': [180], 'simulation': [181], 'package).': [182], 'The': [183, 229], 'program': [184], 'techniques': [187], 'been': [189], 'used': [190], 'successfully': [191], 'different': [197], '(liquid': [199], 'amorphous': [201], 'semiconductors,': [202], 'liquid': [203], 'simple': [204, 214], 'transition': [206, 216], 'metals,': [207, 215, 217], 'semiconducting': [210], 'surfaces,': [211], 'phonons': [212], 'semiconductors)': [219], 'turned': [221], 'out': [222], 'very': [225], 'reliable.': [226], '\\textcopyright{}': [227], '1996': [228], 'American': [230], 'Physical': [231], 'Society.': [232]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2083222334', 'counts_by_year': [{'year': 2023, 'cited_by_count': 8328}, {'year': 2022, 'cited_by_count': 9808}, {'year': 2021, 'cited_by_count': 8800}, {'year': 2020, 'cited_by_count': 7854}, {'year': 2019, 'cited_by_count': 6885}, {'year': 2018, 'cited_by_count': 6119}, {'year': 2017, 'cited_by_count': 5229}, {'year': 2016, 'cited_by_count': 4716}, {'year': 2015, 'cited_by_count': 4119}, {'year': 2014, 'cited_by_count': 3719}, {'year': 2013, 'cited_by_count': 2996}, {'year': 2012, 'cited_by_count': 2667}], 'updated_date': '2023-10-04T05:48:55.151232', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2131350133', 'doi': 'https://doi.org/10.1107/s0108767307043930', 'title': 'A short history of<i>SHELX</i>', 'display_name': 'A short history of<i>SHELX</i>', 'publication_year': 2007, 'publication_date': '2007-12-21', 'ids': {'openalex': 'https://openalex.org/W2131350133', 'doi': 'https://doi.org/10.1107/s0108767307043930', 'mag': '2131350133', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/18156677'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0108767307043930', 'pdf_url': 'https://journals.iucr.org/a/issues/2008/01/00/sc5010/sc5010.pdf', 'source': {'id': 'https://openalex.org/S150871906', 'display_name': 'Acta Crystallographica Section A', 'issn_l': '0108-7673', 'issn': ['1600-5724', '0108-7673'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://journals.iucr.org/a/issues/2008/01/00/sc5010/sc5010.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5042885999', 'display_name': 'George M. Sheldrick', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I74656192', 'display_name': 'University of Göttingen', 'ror': 'https://ror.org/01y9bpm73', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I74656192']}], 'countries': ['DE'], 'is_corresponding': True, 'raw_author_name': 'George M. Sheldrick', 'raw_affiliation_string': 'Department of Structural Chemistry, University of Goettingen, Tammannstrasse 4, D-37077 Goettingen, Germany', 'raw_affiliation_strings': ['Department of Structural Chemistry, University of Goettingen, Tammannstrasse 4, D-37077 Goettingen, Germany']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5042885999'], 'corresponding_institution_ids': ['https://openalex.org/I74656192'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 79776, 'biblio': {'volume': '64', 'issue': '1', 'first_page': '112', 'last_page': '122'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C135393689', 'wikidata': 'https://www.wikidata.org/wiki/Q1551588', 'display_name': 'Phaser', 'level': 2, 'score': 0.788031}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.7143905}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.52742755}, {'id': 'https://openalex.org/C113843644', 'wikidata': 'https://www.wikidata.org/wiki/Q901882', 'display_name': 'Interface (matter)', 'level': 4, 'score': 0.49761465}, {'id': 'https://openalex.org/C459310', 'wikidata': 'https://www.wikidata.org/wiki/Q117801', 'display_name': 'Computational science', 'level': 1, 'score': 0.39766267}, {'id': 'https://openalex.org/C115903868', 'wikidata': 'https://www.wikidata.org/wiki/Q80993', 'display_name': 'Software engineering', 'level': 1, 'score': 0.33284026}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.16888413}, {'id': 'https://openalex.org/C173608175', 'wikidata': 'https://www.wikidata.org/wiki/Q232661', 'display_name': 'Parallel computing', 'level': 1, 'score': 0.10416454}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.08896959}, {'id': 'https://openalex.org/C157915830', 'wikidata': 'https://www.wikidata.org/wiki/Q2928001', 'display_name': 'Bubble', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C129307140', 'wikidata': 'https://www.wikidata.org/wiki/Q6795880', 'display_name': 'Maximum bubble pressure method', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C119599485', 'wikidata': 'https://www.wikidata.org/wiki/Q43035', 'display_name': 'Electrical engineering', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0108767307043930', 'pdf_url': 'https://journals.iucr.org/a/issues/2008/01/00/sc5010/sc5010.pdf', 'source': {'id': 'https://openalex.org/S150871906', 'display_name': 'Acta Crystallographica Section A', 'issn_l': '0108-7673', 'issn': ['1600-5724', '0108-7673'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/18156677', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0108767307043930', 'pdf_url': 'https://journals.iucr.org/a/issues/2008/01/00/sc5010/sc5010.pdf', 'source': {'id': 'https://openalex.org/S150871906', 'display_name': 'Acta Crystallographica Section A', 'issn_l': '0108-7673', 'issn': ['1600-5724', '0108-7673'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.51}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.19}], 'grants': [], 'referenced_works_count': 46, 'referenced_works': ['https://openalex.org/W1700519873', 'https://openalex.org/W1710565104', 'https://openalex.org/W1975217371', 'https://openalex.org/W1983732912', 'https://openalex.org/W1984148863', 'https://openalex.org/W1985900951', 'https://openalex.org/W1987372363', 'https://openalex.org/W1990481506', 'https://openalex.org/W1994293788', 'https://openalex.org/W1996607909', 'https://openalex.org/W2002567724', 'https://openalex.org/W2007078356', 'https://openalex.org/W2012580598', 'https://openalex.org/W2013944709', 'https://openalex.org/W2020429677', 'https://openalex.org/W2020554517', 'https://openalex.org/W2024773580', 'https://openalex.org/W2026838767', 'https://openalex.org/W2040361001', 'https://openalex.org/W2042414107', 'https://openalex.org/W2052673849', 'https://openalex.org/W2053793885', 'https://openalex.org/W2056474830', 'https://openalex.org/W2056645482', 'https://openalex.org/W2059300055', 'https://openalex.org/W2060358264', 'https://openalex.org/W2074986801', 'https://openalex.org/W2075766719', 'https://openalex.org/W2079204867', 'https://openalex.org/W2080251085', 'https://openalex.org/W2082345507', 'https://openalex.org/W2084901640', 'https://openalex.org/W2088473658', 'https://openalex.org/W2110528762', 'https://openalex.org/W2128179591', 'https://openalex.org/W2128237241', 'https://openalex.org/W2130676953', 'https://openalex.org/W2135464698', 'https://openalex.org/W2144081223', 'https://openalex.org/W2148066840', 'https://openalex.org/W2156464749', 'https://openalex.org/W2166437627', 'https://openalex.org/W2168230343', 'https://openalex.org/W2168467894', 'https://openalex.org/W2478447331', 'https://openalex.org/W4252515869'], 'related_works': ['https://openalex.org/W283099854', 'https://openalex.org/W2013593156', 'https://openalex.org/W2338700700', 'https://openalex.org/W2347312157', 'https://openalex.org/W2350707381', 'https://openalex.org/W2357906747', 'https://openalex.org/W2366230866', 'https://openalex.org/W2369108811', 'https://openalex.org/W2372895414', 'https://openalex.org/W2381929017'], 'ngrams_url': 'https://api.openalex.org/works/W2131350133/ngrams', 'abstract_inverted_index': {'An': [0, 57], 'account': [1], 'is': [2, 40, 59, 94], 'given': [3], 'of': [4, 7, 11, 42, 54, 116, 128, 154, 186, 202], 'the': [5, 8, 17, 43, 55, 95, 114, 126, 151, 187, 192, 200], 'development': [6], 'SHELX': [9, 189], 'system': [10], 'computer': [12, 85], 'programs': [13, 190], 'from': [14], 'SHELX-76': [15], 'to': [16, 22, 61, 88], 'present': [18], 'day.': [19], 'In': [20], 'addition': [21], 'identifying': [23], 'useful': [24, 149], 'innovations': [25], 'that': [26], 'have': [27], 'come': [28], 'into': [29], 'general': [30, 179], 'use': [31], 'through': [32], 'their': [33], 'implementation': [34], 'in': [35, 168, 199], 'SHELX,': [36], 'a': [37, 64, 123, 178, 203], 'critical': [38], 'analysis': [39], 'presented': [41], 'less-successful': [44], 'features,': [45], 'missed': [46], 'opportunities': [47], 'and': [48, 74, 103, 105, 145, 161, 163], 'desirable': [49], 'improvements': [50], 'for': [51, 68, 90, 100, 110, 125, 140, 150, 170], 'future': [52], 'releases': [53], 'software.': [56], 'attempt': [58], 'made': [60], 'understand': [62], 'how': [63], 'program': [65, 99], 'originally': [66], 'designed': [67], 'photographic': [69], 'intensity': [70], 'data,': [71], 'punched': [72], 'cards': [73], 'computers': [75], 'over': [76], '10000': [77], 'times': [78], 'slower': [79], 'than': [80], 'an': [81, 138], 'average': [82], 'modern': [83], 'personal': [84], 'has': [86], 'managed': [87], 'survive': [89], 'so': [91, 164], 'long.': [92], 'SHELXL': [93, 120], 'most': [96], 'widely': [97], 'used': [98], 'small-molecule': [101], 'refinement': [102, 127], 'SHELXS': [104], 'SHELXD': [106, 144], 'are': [107, 147, 159, 165, 197], 'often': [108, 166], 'employed': [109, 167, 198], 'structure': [111], 'solution': [112], 'despite': [113], 'availability': [115], 'objectively': [117], 'superior': [118], 'programs.': [119], 'also': [121], 'finds': [122], 'niche': [124], 'macromolecules': [129], 'against': [130], 'high-resolution': [131], 'or': [132, 184], 'twinned': [133], 'data;': [134], 'SHELXPRO': [135], 'acts': [136], 'as': [137, 177], 'interface': [139], 'macromolecular': [141], 'applications.': [142], 'SHELXC,': [143], 'SHELXE': [146], 'proving': [148], 'experimental': [152], 'phasing': [153], 'macromolecules,': [155], 'especially': [156], 'because': [157], 'they': [158], 'fast': [160], 'robust': [162], 'pipelines': [169], 'high-throughput': [171], 'phasing.': [172], 'This': [173], 'paper': [174], 'could': [175], 'serve': [176], 'literature': [180], 'citation': [181], 'when': [182], 'one': [183], 'more': [185], 'open-source': [188], '(and': [191], 'Bruker': [193], 'AXS': [194], 'version': [195], 'SHELXTL)': [196], 'course': [201], 'crystal-structure': [204], 'determination.': [205]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2131350133', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1704}, {'year': 2022, 'cited_by_count': 2493}, {'year': 2021, 'cited_by_count': 2809}, {'year': 2020, 'cited_by_count': 3243}, {'year': 2019, 'cited_by_count': 3761}, {'year': 2018, 'cited_by_count': 4203}, {'year': 2017, 'cited_by_count': 4949}, {'year': 2016, 'cited_by_count': 5581}, {'year': 2015, 'cited_by_count': 6196}, {'year': 2014, 'cited_by_count': 6161}, {'year': 2013, 'cited_by_count': 6477}, {'year': 2012, 'cited_by_count': 8020}], 'updated_date': '2023-09-29T19:22:53.996031', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2128635872', 'doi': 'https://doi.org/10.1006/abio.1976.9999', 'title': 'A Rapid and Sensitive Method for the Quantitation of Microgram Quantities of Protein Utilizing the Principle of Protein-Dye Binding', 'display_name': 'A Rapid and Sensitive Method for the Quantitation of Microgram Quantities of Protein Utilizing the Principle of Protein-Dye Binding', 'publication_year': 1976, 'publication_date': '1976-05-07', 'ids': {'openalex': 'https://openalex.org/W2128635872', 'doi': 'https://doi.org/10.1006/abio.1976.9999', 'mag': '2128635872', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/942051'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1006/abio.1976.9999', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S7858788', 'display_name': 'Analytical Biochemistry', 'issn_l': '0003-2697', 'issn': ['0003-2697', '1096-0309'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5021181975', 'display_name': 'Marion M. Bradford', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165733156', 'display_name': 'University of Georgia', 'ror': 'https://ror.org/00te3t702', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1289702989', 'https://openalex.org/I165733156']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Marion M. Bradford', 'raw_affiliation_string': 'Reproduction Research Laboratories, Department of Biochemistry, University of Georgia, Athens, Georgia 30602 USA', 'raw_affiliation_strings': ['Reproduction Research Laboratories, Department of Biochemistry, University of Georgia, Athens, Georgia 30602 USA']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5021181975'], 'corresponding_institution_ids': ['https://openalex.org/I165733156'], 'apc_list': {'value': 3320, 'currency': 'USD', 'value_usd': 3320, 'provenance': 'doaj'}, 'apc_paid': {'value': 3320, 'currency': 'USD', 'value_usd': 3320, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 79760, 'biblio': {'volume': '72', 'issue': '1-2', 'first_page': '248', 'last_page': '254'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.8466571}, {'id': 'https://openalex.org/C2780761556', 'wikidata': 'https://www.wikidata.org/wiki/Q418516', 'display_name': 'Coomassie Brilliant Blue', 'level': 3, 'score': 0.8333386}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.7219492}, {'id': 'https://openalex.org/C160845552', 'wikidata': 'https://www.wikidata.org/wiki/Q247562', 'display_name': 'Bradford protein assay', 'level': 2, 'score': 0.64627385}, {'id': 'https://openalex.org/C2778913249', 'wikidata': 'https://www.wikidata.org/wiki/Q422241', 'display_name': 'Sodium dodecyl sulfate', 'level': 2, 'score': 0.55957353}, {'id': 'https://openalex.org/C537181965', 'wikidata': 'https://www.wikidata.org/wiki/Q658', 'display_name': 'Sodium', 'level': 2, 'score': 0.4677102}, {'id': 'https://openalex.org/C125287762', 'wikidata': 'https://www.wikidata.org/wiki/Q1758948', 'display_name': 'Absorption (acoustics)', 'level': 2, 'score': 0.45301607}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.124684215}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C74864618', 'wikidata': 'https://www.wikidata.org/wiki/Q2332446', 'display_name': 'Staining', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C24890656', 'wikidata': 'https://www.wikidata.org/wiki/Q82811', 'display_name': 'Acoustics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': True}, {'descriptor_ui': 'D001665', 'descriptor_name': 'Binding Sites', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003124', 'descriptor_name': 'Colorimetry', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008722', 'descriptor_name': 'Methods', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008832', 'descriptor_name': 'Microchemistry', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011485', 'descriptor_name': 'Protein Binding', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012394', 'descriptor_name': 'Rosaniline Dyes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013997', 'descriptor_name': 'Time Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1006/abio.1976.9999', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S7858788', 'display_name': 'Analytical Biochemistry', 'issn_l': '0003-2697', 'issn': ['0003-2697', '1096-0309'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/942051', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.2}, {'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.11}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1506043065', 'https://openalex.org/W1532876153', 'https://openalex.org/W1568632913', 'https://openalex.org/W1775749144', 'https://openalex.org/W1970532755', 'https://openalex.org/W1971446411', 'https://openalex.org/W1988564483', 'https://openalex.org/W2004370509', 'https://openalex.org/W2018793304', 'https://openalex.org/W2019287604', 'https://openalex.org/W2026022089', 'https://openalex.org/W2029966892', 'https://openalex.org/W2070307502', 'https://openalex.org/W2071356560', 'https://openalex.org/W2082497364', 'https://openalex.org/W2085241290', 'https://openalex.org/W2090717707', 'https://openalex.org/W2117306012', 'https://openalex.org/W2334409113'], 'related_works': ['https://openalex.org/W1968988123', 'https://openalex.org/W1990591017', 'https://openalex.org/W2030997256', 'https://openalex.org/W2048375884', 'https://openalex.org/W2063579095', 'https://openalex.org/W2073250359', 'https://openalex.org/W2085640369', 'https://openalex.org/W2128635872', 'https://openalex.org/W2156416585', 'https://openalex.org/W2409131179'], 'ngrams_url': 'https://api.openalex.org/works/W2128635872/ngrams', 'abstract_inverted_index': {'A': [0, 96], 'protein': [1, 14, 23], 'determination': [2], 'method': [3], 'which': [4, 49], 'involves': [5], 'the': [6, 20, 28, 32, 42, 60, 104, 112, 119, 135, 164], 'binding': [7, 18, 62], 'of': [8, 19, 31, 99, 106, 121, 141, 158, 166], 'Coomassie': [9], 'Brilliant': [10], 'Blue': [11], 'G-250': [12], 'to': [13, 22, 36, 129], 'is': [15, 41, 50, 54, 78, 101], 'described.': [16], 'The': [17, 125], 'dye': [21, 33, 61], 'causes': [24], 'a': [25], 'shift': [26], 'in': [27, 44, 66, 103, 134], 'absorption': [29, 45], 'maximum': [30], 'from': [34, 83, 91], '465': [35], '595': [37, 47], 'nm,': [38], 'and': [39, 57, 150], 'it': [40], 'increase': [43], 'at': [46], 'nm': [48], 'monitored.': [51], 'This': [52], 'assay': [53, 113, 136], 'very': [55], 'reproducible': [56], 'rapid': [58], 'with': [59, 70], 'process': [63], 'virtually': [64], 'complete': [65], 'approximately': [67], '2': [68], 'min': [69], 'good': [71], 'color': [72, 100, 133], 'stability': [73], 'for': [74], '1': [75], 'hr.': [76], 'There': [77], 'little': [79], 'or': [80, 88], 'no': [81], 'interference': [82], 'cations': [84], 'such': [85, 93, 143], 'as': [86, 94, 144], 'sodium': [87, 145], 'potassium': [89], 'nor': [90], 'carbohydrates': [92], 'sucrose.': [95], 'small': [97, 156], 'amount': [98], 'developed': [102], 'presence': [105], 'strongly': [107], 'alkaline': [108], 'buffering': [109], 'agents,': [110], 'but': [111], 'may': [114, 160], 'be': [115, 161], 'run': [116], 'accurately': [117], 'by': [118, 155, 163], 'use': [120, 165], 'proper': [122, 167], 'buffer': [123], 'controls.': [124, 168], 'only': [126], 'components': [127], 'found': [128], 'give': [130], 'excessive': [131], 'interfering': [132], 'are': [137], 'relatively': [138], 'large': [139], 'amounts': [140, 157], 'detergents': [142], 'dodecyl': [146], 'sulfate,': [147], 'Triton': [148], 'X-100,': [149], 'commercial': [151], 'glassware': [152], 'detergents.': [153], 'Interference': [154], 'detergent': [159], 'eliminated': [162]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2128635872', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1577}, {'year': 2022, 'cited_by_count': 2569}, {'year': 2021, 'cited_by_count': 1112}, {'year': 2020, 'cited_by_count': 1503}, {'year': 2019, 'cited_by_count': 2083}, {'year': 2018, 'cited_by_count': 2115}, {'year': 2017, 'cited_by_count': 2169}, {'year': 2016, 'cited_by_count': 2541}, {'year': 2015, 'cited_by_count': 3085}, {'year': 2014, 'cited_by_count': 2107}, {'year': 2013, 'cited_by_count': 1856}, {'year': 2012, 'cited_by_count': 1903}], 'updated_date': '2023-10-04T05:13:32.033625', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2055043387', 'doi': 'https://doi.org/10.1016/s0022-2836(05)80360-2', 'title': 'Basic local alignment search tool', 'display_name': 'Basic local alignment search tool', 'publication_year': 1990, 'publication_date': '1990-10-01', 'ids': {'openalex': 'https://openalex.org/W2055043387', 'doi': 'https://doi.org/10.1016/s0022-2836(05)80360-2', 'mag': '2055043387', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/2231712'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0022-2836(05)80360-2', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S46058472', 'display_name': 'Journal of Molecular Biology', 'issn_l': '0022-2836', 'issn': ['1089-8638', '0022-2836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5015061000', 'display_name': 'Stephen F. Altschul', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109390', 'display_name': 'National Center for Biotechnology Information', 'ror': 'https://ror.org/02meqm098', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I2800548410', 'https://openalex.org/I4210109390']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephen F. Altschul', 'raw_affiliation_string': 'National Center for Biotechnology Information National Library of Medicine, National Institutes of Health, Bethesda, MD 20894, U.S.A.', 'raw_affiliation_strings': ['National Center for Biotechnology Information National Library of Medicine, National Institutes of Health, Bethesda, MD 20894, U.S.A.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019579037', 'display_name': 'Warren Gish', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109390', 'display_name': 'National Center for Biotechnology Information', 'ror': 'https://ror.org/02meqm098', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I2800548410', 'https://openalex.org/I4210109390']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Warren Gish', 'raw_affiliation_string': 'National Center for Biotechnology Information National Library of Medicine, National Institutes of Health, Bethesda, MD 20894, U.S.A.', 'raw_affiliation_strings': ['National Center for Biotechnology Information National Library of Medicine, National Institutes of Health, Bethesda, MD 20894, U.S.A.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071092709', 'display_name': 'Webb Miller', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I130769515', 'display_name': 'Pennsylvania State University', 'ror': 'https://ror.org/04p491231', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I130769515']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Webb C. Miller', 'raw_affiliation_string': 'Department of Computer Science The Pennsylvania State University, University Park, PA 16802, U.S.A.', 'raw_affiliation_strings': ['Department of Computer Science The Pennsylvania State University, University Park, PA 16802, U.S.A.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068657716', 'display_name': 'Eugene W. Myers', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I138006243', 'display_name': 'University of Arizona', 'ror': 'https://ror.org/03m2x1q45', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I138006243', 'https://openalex.org/I3132585960']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eugene W. Myers', 'raw_affiliation_string': 'Department of Computer Science, University of Arizona, Tucson, AZ 85721, U.S.A.#TAB#', 'raw_affiliation_strings': ['Department of Computer Science, University of Arizona, Tucson, AZ 85721, U.S.A.#TAB#']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5056652131', 'display_name': 'David J. Lipman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109390', 'display_name': 'National Center for Biotechnology Information', 'ror': 'https://ror.org/02meqm098', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I2800548410', 'https://openalex.org/I4210109390']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David J. Lipman', 'raw_affiliation_string': 'National Center for Biotechnology Information National Library of Medicine, National Institutes of Health, Bethesda, MD 20894, U.S.A.', 'raw_affiliation_strings': ['National Center for Biotechnology Information National Library of Medicine, National Institutes of Health, Bethesda, MD 20894, U.S.A.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 4, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 4250, 'currency': 'USD', 'value_usd': 4250, 'provenance': 'doaj'}, 'apc_paid': {'value': 4250, 'currency': 'USD', 'value_usd': 4250, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 75372, 'biblio': {'volume': '215', 'issue': '3', 'first_page': '403', 'last_page': '410'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C180384323', 'wikidata': 'https://www.wikidata.org/wiki/Q16335137', 'display_name': 'Alignment-free sequence analysis', 'level': 5, 'score': 0.75519156}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.59915376}, {'id': 'https://openalex.org/C72802188', 'wikidata': 'https://www.wikidata.org/wiki/Q1683352', 'display_name': 'Smith–Waterman algorithm', 'level': 5, 'score': 0.5884845}, {'id': 'https://openalex.org/C2778112365', 'wikidata': 'https://www.wikidata.org/wiki/Q3511065', 'display_name': 'Sequence (biology)', 'level': 2, 'score': 0.54374707}, {'id': 'https://openalex.org/C88031987', 'wikidata': 'https://www.wikidata.org/wiki/Q1377767', 'display_name': 'Multiple sequence alignment', 'level': 5, 'score': 0.5304277}, {'id': 'https://openalex.org/C103278499', 'wikidata': 'https://www.wikidata.org/wiki/Q254465', 'display_name': 'Similarity (geometry)', 'level': 3, 'score': 0.49433494}, {'id': 'https://openalex.org/C2780009758', 'wikidata': 'https://www.wikidata.org/wiki/Q6804172', 'display_name': 'Measure (data warehouse)', 'level': 2, 'score': 0.48276463}, {'id': 'https://openalex.org/C2780598303', 'wikidata': 'https://www.wikidata.org/wiki/Q65921492', 'display_name': 'Flexibility (engineering)', 'level': 2, 'score': 0.4800209}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.46043816}, {'id': 'https://openalex.org/C45484198', 'wikidata': 'https://www.wikidata.org/wiki/Q827246', 'display_name': 'Sequence alignment', 'level': 4, 'score': 0.45266446}, {'id': 'https://openalex.org/C143271835', 'wikidata': 'https://www.wikidata.org/wiki/Q254515', 'display_name': 'Similitude', 'level': 2, 'score': 0.4398458}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.40631458}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.340904}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.33550394}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.27403027}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.16949728}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.16894221}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.16297606}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.1299803}, {'id': 'https://openalex.org/C167625842', 'wikidata': 'https://www.wikidata.org/wiki/Q899763', 'display_name': 'Peptide sequence', 'level': 3, 'score': 0.076866716}, {'id': 'https://openalex.org/C115961682', 'wikidata': 'https://www.wikidata.org/wiki/Q860623', 'display_name': 'Image (mathematics)', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D001483', 'descriptor_name': 'Base Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009154', 'descriptor_name': 'Mutation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000595', 'descriptor_name': 'Amino Acid Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016208', 'descriptor_name': 'Databases, Factual', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012680', 'descriptor_name': 'Sensitivity and Specificity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012689', 'descriptor_name': 'Sequence Homology, Nucleic Acid', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0022-2836(05)80360-2', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S46058472', 'display_name': 'Journal of Molecular Biology', 'issn_l': '0022-2836', 'issn': ['1089-8638', '0022-2836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/2231712', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.18}], 'grants': [], 'referenced_works_count': 16, 'referenced_works': ['https://openalex.org/W1501264308', 'https://openalex.org/W1977618577', 'https://openalex.org/W1982996449', 'https://openalex.org/W2008610661', 'https://openalex.org/W2013368806', 'https://openalex.org/W2015292449', 'https://openalex.org/W2029195137', 'https://openalex.org/W2046602549', 'https://openalex.org/W2054698853', 'https://openalex.org/W2061768801', 'https://openalex.org/W2074231493', 'https://openalex.org/W2075773711', 'https://openalex.org/W2094519647', 'https://openalex.org/W2113580605', 'https://openalex.org/W4236413252', 'https://openalex.org/W4241051276'], 'related_works': ['https://openalex.org/W88386512', 'https://openalex.org/W2095439426', 'https://openalex.org/W2260860781', 'https://openalex.org/W2295731408', 'https://openalex.org/W2350395044', 'https://openalex.org/W2389726847', 'https://openalex.org/W3000366369', 'https://openalex.org/W3142260990', 'https://openalex.org/W3183986862', 'https://openalex.org/W3210186669'], 'ngrams_url': 'https://api.openalex.org/works/W2055043387/ngrams', 'abstract_inverted_index': {'A': [0], 'new': [1], 'approach': [2], 'to': [3, 109, 114], 'rapid': [4], 'sequence': [5, 86, 126], 'comparison,': [6], 'basic': [7, 59], 'local': [8, 21], 'alignment': [9], 'search': [10], 'tool': [11], '(BLAST),': [12], 'directly': [13], 'approximates': [14], 'alignments': [15, 55], 'that': [16], 'optimize': [17], 'a': [18, 70, 77], 'measure': [19], 'of': [20, 36, 42, 45, 54, 72, 79, 98, 101, 121, 129], 'similarity,': [22], 'the': [23, 33, 43, 51, 96], 'maximal': [24], 'segment': [25], 'pair': [26], '(MSP)': [27], 'score.': [28], 'Recent': [29], 'mathematical': [30, 115], 'results': [31], 'on': [32], 'stochastic': [34], 'properties': [35], 'MSP': [37], 'scores': [38], 'allow': [39], 'an': [40, 119], 'analysis': [41, 97], 'performance': [44], 'this': [46], 'method': [47], 'as': [48, 50], 'well': [49], 'statistical': [52], 'significance': [53], 'it': [56, 65], 'generates.': [57], 'The': [58], 'algorithm': [60], 'is': [61, 118], 'simple': [62], 'and': [63, 74, 84, 94, 112], 'robust;': [64], 'can': [66], 'be': [67], 'implemented': [68], 'in': [69, 76, 95, 103], 'number': [71], 'ways': [73], 'applied': [75], 'variety': [78], 'contexts': [80], 'including': [81], 'straight-forward': [82], 'DNA': [83, 105], 'protein': [85], 'database': [87], 'searches,': [88, 90, 93], 'motif': [89], 'gene': [91], 'identification': [92], 'multiple': [99], 'regions': [100], 'similarity': [102], 'long': [104], 'sequences.': [106], 'In': [107], 'addition': [108], 'its': [110], 'flexibility': [111], 'tractability': [113], 'analysis,': [116], 'BLAST': [117], 'order': [120], 'magnitude': [122], 'faster': [123], 'than': [124], 'existing': [125], 'comparison': [127], 'tools': [128], 'comparable': [130], 'sensitivity.': [131]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2055043387', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2806}, {'year': 2022, 'cited_by_count': 3934}, {'year': 2021, 'cited_by_count': 4234}, {'year': 2020, 'cited_by_count': 3959}, {'year': 2019, 'cited_by_count': 3542}, {'year': 2018, 'cited_by_count': 3495}, {'year': 2017, 'cited_by_count': 3207}, {'year': 2016, 'cited_by_count': 3346}, {'year': 2015, 'cited_by_count': 3434}, {'year': 2014, 'cited_by_count': 3433}, {'year': 2013, 'cited_by_count': 3223}, {'year': 2012, 'cited_by_count': 2864}], 'updated_date': '2023-09-29T23:12:35.044845', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2911964244', 'doi': 'https://doi.org/10.1023/a:1010933404324', 'title': None, 'display_name': None, 'publication_year': 2001, 'publication_date': '2001-01-01', 'ids': {'openalex': 'https://openalex.org/W2911964244', 'doi': 'https://doi.org/10.1023/a:1010933404324', 'mag': '2911964244'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1023/a:1010933404324', 'pdf_url': 'https://link.springer.com/content/pdf/10.1023/A:1010933404324.pdf', 'source': {'id': 'https://openalex.org/S62148650', 'display_name': 'Machine Learning', 'issn_l': '0885-6125', 'issn': ['0885-6125', '1573-0565'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://link.springer.com/content/pdf/10.1023/A:1010933404324.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5039125390', 'display_name': 'Leo Breiman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Leo Breiman', 'raw_affiliation_string': 'Statistics Department, University of California, Berkeley', 'raw_affiliation_strings': ['Statistics Department, University of California, Berkeley']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5039125390'], 'corresponding_institution_ids': ['https://openalex.org/I95457486'], 'apc_list': {'value': 2390, 'currency': 'EUR', 'value_usd': 2990, 'provenance': 'doaj'}, 'apc_paid': {'value': 2390, 'currency': 'EUR', 'value_usd': 2990, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 75300, 'biblio': {'volume': '45', 'issue': '1', 'first_page': '5', 'last_page': '32'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C169258074', 'wikidata': 'https://www.wikidata.org/wiki/Q245748', 'display_name': 'Random forest', 'level': 2, 'score': 0.77537096}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.67016846}, {'id': 'https://openalex.org/C141404830', 'wikidata': 'https://www.wikidata.org/wiki/Q2823869', 'display_name': 'AdaBoost', 'level': 3, 'score': 0.5846543}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.57986116}, {'id': 'https://openalex.org/C113174947', 'wikidata': 'https://www.wikidata.org/wiki/Q2859736', 'display_name': 'Tree (set theory)', 'level': 2, 'score': 0.57123035}, {'id': 'https://openalex.org/C177148314', 'wikidata': 'https://www.wikidata.org/wiki/Q170084', 'display_name': 'Generalization', 'level': 2, 'score': 0.564701}, {'id': 'https://openalex.org/C12267149', 'wikidata': 'https://www.wikidata.org/wiki/Q282453', 'display_name': 'Support vector machine', 'level': 2, 'score': 0.44561082}, {'id': 'https://openalex.org/C117765406', 'wikidata': 'https://www.wikidata.org/wiki/Q5362437', 'display_name': 'Generalization error', 'level': 3, 'score': 0.42623296}, {'id': 'https://openalex.org/C2780009758', 'wikidata': 'https://www.wikidata.org/wiki/Q6804172', 'display_name': 'Measure (data warehouse)', 'level': 2, 'score': 0.423713}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.38853532}, {'id': 'https://openalex.org/C153180895', 'wikidata': 'https://www.wikidata.org/wiki/Q7148389', 'display_name': 'Pattern recognition (psychology)', 'level': 2, 'score': 0.368433}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.285941}, {'id': 'https://openalex.org/C50644808', 'wikidata': 'https://www.wikidata.org/wiki/Q192776', 'display_name': 'Artificial neural network', 'level': 2, 'score': 0.19559485}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.15247032}, {'id': 'https://openalex.org/C114614502', 'wikidata': 'https://www.wikidata.org/wiki/Q76592', 'display_name': 'Combinatorics', 'level': 1, 'score': 0.124322474}, {'id': 'https://openalex.org/C134306372', 'wikidata': 'https://www.wikidata.org/wiki/Q7754', 'display_name': 'Mathematical analysis', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1023/a:1010933404324', 'pdf_url': 'https://link.springer.com/content/pdf/10.1023/A:1010933404324.pdf', 'source': {'id': 'https://openalex.org/S62148650', 'display_name': 'Machine Learning', 'issn_l': '0885-6125', 'issn': ['0885-6125', '1573-0565'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1023/a:1010933404324', 'pdf_url': 'https://link.springer.com/content/pdf/10.1023/A:1010933404324.pdf', 'source': {'id': 'https://openalex.org/S62148650', 'display_name': 'Machine Learning', 'issn_l': '0885-6125', 'issn': ['0885-6125', '1573-0565'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.59}], 'grants': [], 'referenced_works_count': 12, 'referenced_works': ['https://openalex.org/W1507255258', 'https://openalex.org/W1580948147', 'https://openalex.org/W1605688901', 'https://openalex.org/W1975846642', 'https://openalex.org/W2067885219', 'https://openalex.org/W2077200366', 'https://openalex.org/W2099968818', 'https://openalex.org/W2112076978', 'https://openalex.org/W2113242816', 'https://openalex.org/W2120240539', 'https://openalex.org/W2152761983', 'https://openalex.org/W2912934387'], 'related_works': ['https://openalex.org/W2003125512', 'https://openalex.org/W2027103233', 'https://openalex.org/W2041399278', 'https://openalex.org/W2136184105', 'https://openalex.org/W2140937121', 'https://openalex.org/W2187500075', 'https://openalex.org/W2345184372', 'https://openalex.org/W3013515612', 'https://openalex.org/W3162571080', 'https://openalex.org/W4242609709'], 'ngrams_url': 'https://api.openalex.org/works/W2911964244/ngrams', 'abstract_inverted_index': {'Random': [0], 'forests': [1, 37], 'are': [2, 112, 128, 146, 155], 'a': [3, 17, 41, 57, 79], 'combination': [4], 'of': [5, 16, 46, 56, 59, 66, 82, 104, 138], 'tree': [6, 11, 60], 'predictors': [7], 'such': [8], 'that': [9, 91], 'each': [10, 86], 'depends': [12, 62], 'on': [13, 63], 'the': [14, 24, 31, 44, 49, 64, 67, 71, 74, 105, 132, 136, 142], 'values': [15], 'random': [18, 80], 'vector': [19], 'sampled': [20], 'independently': [21], 'and': [22, 73, 124, 126], 'with': [23, 115], 'same': [25], 'distribution': [26], 'for': [27, 36], 'all': [28], 'trees': [29, 47, 69], 'in': [30, 48, 70, 141], 'forest.': [32], 'The': [33, 53], 'generalization': [34, 54], 'error': [35, 55, 89], 'converges': [38], 'a.s.': [39], 'to': [40, 84, 94, 117, 130, 134, 149, 158], 'limit': [42], 'as': [43], 'number': [45, 137], 'forest': [50, 58, 72], 'becomes': [51], 'large.': [52], 'classifiers': [61], 'strength': [65], 'individual': [68], 'correlation': [75, 125], 'between': [76], 'them.': [77], 'Using': [78], 'selection': [81], 'features': [83, 139], 'split': [85], 'node': [87], 'yields': [88], 'rates': [90], 'compare': [92], 'favorably': [93], 'Adaboost': [95], '(Y.': [96], 'Freund': [97], '&': [98], 'R.': [99], 'Schapire,': [100], 'Machine': [101], 'Learning:': [102], 'Proceedings': [103], 'Thirteenth': [106], 'International': [107], 'conference,': [108], '***,': [109], '148–156),': [110], 'but': [111], 'more': [113], 'robust': [114], 'respect': [116], 'noise.': [118], 'Internal': [119, 144], 'estimates': [120, 145], 'monitor': [121], 'error,': [122], 'strength,': [123], 'these': [127], 'used': [129, 140, 148], 'show': [131], 'response': [133], 'increasing': [135], 'splitting.': [143], 'also': [147, 156], 'measure': [150], 'variable': [151], 'importance.': [152], 'These': [153], 'ideas': [154], 'applicable': [157], 'regression.': [159]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2911964244', 'counts_by_year': [{'year': 2023, 'cited_by_count': 7600}, {'year': 2022, 'cited_by_count': 10919}, {'year': 2021, 'cited_by_count': 10664}, {'year': 2020, 'cited_by_count': 8716}, {'year': 2019, 'cited_by_count': 7111}, {'year': 2018, 'cited_by_count': 5830}, {'year': 2017, 'cited_by_count': 4651}, {'year': 2016, 'cited_by_count': 3995}, {'year': 2015, 'cited_by_count': 3512}, {'year': 2014, 'cited_by_count': 2869}, {'year': 2013, 'cited_by_count': 2166}, {'year': 2012, 'cited_by_count': 1741}], 'updated_date': '2023-09-24T17:59:09.479409', 'created_date': '2019-02-21'}, {'id': 'https://openalex.org/W1847168837', 'doi': 'https://doi.org/10.1016/0022-3956(75)90026-6', 'title': '“Mini-mental state”', 'display_name': '“Mini-mental state”', 'publication_year': 1975, 'publication_date': '1975-11-01', 'ids': {'openalex': 'https://openalex.org/W1847168837', 'doi': 'https://doi.org/10.1016/0022-3956(75)90026-6', 'mag': '1847168837', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/1202204'}, 'language': 'it', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0022-3956(75)90026-6', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S160879026', 'display_name': 'Journal of Psychiatric Research', 'issn_l': '0022-3956', 'issn': ['0022-3956', '1879-1379'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5032923189', 'display_name': 'Marshal F. Folstein', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1340179700', 'display_name': 'NewYork–Presbyterian Hospital', 'ror': 'https://ror.org/03gzbrs57', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1340179700']}, {'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}, {'id': 'https://openalex.org/I181233156', 'display_name': 'University of Oregon', 'ror': 'https://ror.org/0293rh119', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I181233156']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Marshal F. Folstein', 'raw_affiliation_string': 'Department of Psychiatry, The New York Hospital-Cornell Medical Center, Westchester Division, White Plains, New York 10605, U.S.A.; Department of Psychiatry, University of Oregon Medical School, Portland, Oregon 97201, U.S.A.', 'raw_affiliation_strings': ['Department of Psychiatry, The New York Hospital-Cornell Medical Center, Westchester Division, White Plains, New York 10605, U.S.A.', 'Department of Psychiatry, University of Oregon Medical School, Portland, Oregon 97201, U.S.A.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065212941', 'display_name': 'Susan E. Folstein', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1340179700', 'display_name': 'NewYork–Presbyterian Hospital', 'ror': 'https://ror.org/03gzbrs57', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1340179700']}, {'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}, {'id': 'https://openalex.org/I181233156', 'display_name': 'University of Oregon', 'ror': 'https://ror.org/0293rh119', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I181233156']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Susan E B Folstein', 'raw_affiliation_string': 'Department of Psychiatry, The New York Hospital-Cornell Medical Center, Westchester Division, White Plains, New York 10605, U.S.A.; Department of Psychiatry, University of Oregon Medical School, Portland, Oregon 97201, U.S.A.', 'raw_affiliation_strings': ['Department of Psychiatry, The New York Hospital-Cornell Medical Center, Westchester Division, White Plains, New York 10605, U.S.A.', 'Department of Psychiatry, University of Oregon Medical School, Portland, Oregon 97201, U.S.A.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5089415425', 'display_name': 'Paul R. McHugh', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1340179700', 'display_name': 'NewYork–Presbyterian Hospital', 'ror': 'https://ror.org/03gzbrs57', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1340179700']}, {'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}, {'id': 'https://openalex.org/I181233156', 'display_name': 'University of Oregon', 'ror': 'https://ror.org/0293rh119', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I181233156']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Paul R. McHugh', 'raw_affiliation_string': 'Department of Psychiatry, The New York Hospital-Cornell Medical Center, Westchester Division, White Plains, New York 10605, U.S.A.; Department of Psychiatry, University of Oregon Medical School, Portland, Oregon 97201, U.S.A.', 'raw_affiliation_strings': ['Department of Psychiatry, The New York Hospital-Cornell Medical Center, Westchester Division, White Plains, New York 10605, U.S.A.', 'Department of Psychiatry, University of Oregon Medical School, Portland, Oregon 97201, U.S.A.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5032923189'], 'corresponding_institution_ids': ['https://openalex.org/I1340179700', 'https://openalex.org/I205783295', 'https://openalex.org/I181233156'], 'apc_list': {'value': 3170, 'currency': 'USD', 'value_usd': 3170, 'provenance': 'doaj'}, 'apc_paid': {'value': 3170, 'currency': 'USD', 'value_usd': 3170, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 75062, 'biblio': {'volume': '12', 'issue': '3', 'first_page': '189', 'last_page': '198'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.5059504}], 'mesh': [{'descriptor_ui': 'D003071', 'descriptor_name': 'Cognition', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D001523', 'descriptor_name': 'Mental Disorders', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D008609', 'descriptor_name': 'Mental Status Schedule', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011569', 'descriptor_name': 'Psychiatric Status Rating Scales', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000342', 'descriptor_name': 'Affective Symptoms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000342', 'descriptor_name': 'Affective Symptoms', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001714', 'descriptor_name': 'Bipolar Disorder', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001714', 'descriptor_name': 'Bipolar Disorder', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D003072', 'descriptor_name': 'Cognition Disorders', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D003072', 'descriptor_name': 'Cognition Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006259', 'descriptor_name': 'Craniocerebral Trauma', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006259', 'descriptor_name': 'Craniocerebral Trauma', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D003704', 'descriptor_name': 'Dementia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003704', 'descriptor_name': 'Dementia', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D003863', 'descriptor_name': 'Depression', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003863', 'descriptor_name': 'Depression', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D003937', 'descriptor_name': 'Diagnosis, Differential', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001523', 'descriptor_name': 'Mental Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008659', 'descriptor_name': 'Metabolic Diseases', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D008659', 'descriptor_name': 'Metabolic Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009497', 'descriptor_name': 'Neurotic Disorders', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D009497', 'descriptor_name': 'Neurotic Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012559', 'descriptor_name': 'Schizophrenia', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D012559', 'descriptor_name': 'Schizophrenia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019966', 'descriptor_name': 'Substance-Related Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019966', 'descriptor_name': 'Substance-Related Disorders', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D013997', 'descriptor_name': 'Time Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/0022-3956(75)90026-6', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S160879026', 'display_name': 'Journal of Psychiatric Research', 'issn_l': '0022-3956', 'issn': ['0022-3956', '1879-1379'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/1202204', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.17}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.12}], 'grants': [], 'referenced_works_count': 5, 'referenced_works': ['https://openalex.org/W1987736762', 'https://openalex.org/W2063977404', 'https://openalex.org/W2127626512', 'https://openalex.org/W2135732400', 'https://openalex.org/W4248184440'], 'related_works': ['https://openalex.org/W2053487507', 'https://openalex.org/W2067108088', 'https://openalex.org/W2077865380', 'https://openalex.org/W2083375246', 'https://openalex.org/W2085372204', 'https://openalex.org/W2134894512', 'https://openalex.org/W2748952813', 'https://openalex.org/W2765597752', 'https://openalex.org/W2899084033', 'https://openalex.org/W2931662336'], 'ngrams_url': 'https://api.openalex.org/works/W1847168837/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1847168837', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2016}, {'year': 2022, 'cited_by_count': 3241}, {'year': 2021, 'cited_by_count': 3374}, {'year': 2020, 'cited_by_count': 3352}, {'year': 2019, 'cited_by_count': 3306}, {'year': 2018, 'cited_by_count': 3202}, {'year': 2017, 'cited_by_count': 3271}, {'year': 2016, 'cited_by_count': 3490}, {'year': 2015, 'cited_by_count': 3672}, {'year': 2014, 'cited_by_count': 3726}, {'year': 2013, 'cited_by_count': 3655}, {'year': 2012, 'cited_by_count': 3625}], 'updated_date': '2023-10-03T05:36:23.118217', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2071666535', 'doi': 'https://doi.org/10.1080/10705519909540118', 'title': 'Cutoff criteria for fit indexes in covariance structure analysis: Conventional criteria versus new alternatives', 'display_name': 'Cutoff criteria for fit indexes in covariance structure analysis: Conventional criteria versus new alternatives', 'publication_year': 1999, 'publication_date': '1999-01-01', 'ids': {'openalex': 'https://openalex.org/W2071666535', 'doi': 'https://doi.org/10.1080/10705519909540118', 'mag': '2071666535'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1080/10705519909540118', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S78020522', 'display_name': 'Structural Equation Modeling', 'issn_l': '1070-5511', 'issn': ['1532-8007', '1070-5511'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5045479885', 'display_name': 'Li‐tze Hu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I185103710', 'display_name': 'University of California, Santa Cruz', 'ror': 'https://ror.org/03s65by71', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I185103710', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Li-tze Hu', 'raw_affiliation_string': 'Department of Psychology , University of California , Santa Cruz, CA, 95064', 'raw_affiliation_strings': ['Department of Psychology , University of California , Santa Cruz, CA, 95064']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5065916093', 'display_name': 'Peter M. Bentler', 'orcid': 'https://orcid.org/0000-0002-9440-721X'}, 'institutions': [{'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Peter M. Bentler', 'raw_affiliation_string': 'Department of Psychology, University of California Los Angeles.', 'raw_affiliation_strings': ['Department of Psychology, University of California Los Angeles.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 69523, 'biblio': {'volume': '6', 'issue': '1', 'first_page': '1', 'last_page': '55'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778217198', 'wikidata': 'https://www.wikidata.org/wiki/Q556977', 'display_name': 'Cutoff', 'level': 2, 'score': 0.87131023}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.73414636}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.72150505}, {'id': 'https://openalex.org/C2777382242', 'wikidata': 'https://www.wikidata.org/wiki/Q6017816', 'display_name': 'Index (typography)', 'level': 2, 'score': 0.54482764}, {'id': 'https://openalex.org/C71104824', 'wikidata': 'https://www.wikidata.org/wiki/Q1476639', 'display_name': 'Structural equation modeling', 'level': 2, 'score': 0.5338109}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.52603394}, {'id': 'https://openalex.org/C178650346', 'wikidata': 'https://www.wikidata.org/wiki/Q201984', 'display_name': 'Covariance', 'level': 2, 'score': 0.51559967}, {'id': 'https://openalex.org/C149782125', 'wikidata': 'https://www.wikidata.org/wiki/Q160039', 'display_name': 'Econometrics', 'level': 1, 'score': 0.38737005}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.09277895}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.07397154}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.071401}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1080/10705519909540118', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S78020522', 'display_name': 'Structural Equation Modeling', 'issn_l': '1070-5511', 'issn': ['1532-8007', '1070-5511'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.24}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.13}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.11}], 'grants': [], 'referenced_works_count': 34, 'referenced_works': ['https://openalex.org/W1967694172', 'https://openalex.org/W1968524945', 'https://openalex.org/W1972018933', 'https://openalex.org/W1972135487', 'https://openalex.org/W1983098731', 'https://openalex.org/W1989653554', 'https://openalex.org/W1999821292', 'https://openalex.org/W2004288406', 'https://openalex.org/W2006779932', 'https://openalex.org/W2011267414', 'https://openalex.org/W2014543370', 'https://openalex.org/W2018201949', 'https://openalex.org/W2020661211', 'https://openalex.org/W2023172395', 'https://openalex.org/W2024233657', 'https://openalex.org/W2024934382', 'https://openalex.org/W2029625543', 'https://openalex.org/W2030741364', 'https://openalex.org/W2039930643', 'https://openalex.org/W2041717909', 'https://openalex.org/W2046805344', 'https://openalex.org/W2048630522', 'https://openalex.org/W2057237814', 'https://openalex.org/W2058785210', 'https://openalex.org/W2065592277', 'https://openalex.org/W2068710999', 'https://openalex.org/W2077835263', 'https://openalex.org/W2082884067', 'https://openalex.org/W2094817277', 'https://openalex.org/W2118769530', 'https://openalex.org/W2134032292', 'https://openalex.org/W2147697289', 'https://openalex.org/W2149608872', 'https://openalex.org/W4237377395'], 'related_works': ['https://openalex.org/W144366953', 'https://openalex.org/W2024105718', 'https://openalex.org/W2068889012', 'https://openalex.org/W2119158312', 'https://openalex.org/W2378459855', 'https://openalex.org/W2552050053', 'https://openalex.org/W2634874339', 'https://openalex.org/W2911662316', 'https://openalex.org/W2926789406', 'https://openalex.org/W4309499037'], 'ngrams_url': 'https://api.openalex.org/works/W2071666535/ngrams', 'abstract_inverted_index': {'This': [0], 'article': [1], 'examines': [2], 'the': [3, 6, 36, 93, 134, 190, 194, 198, 218, 222], 'adequacy': [4], 'of': [5, 8, 78, 83, 89, 111, 208, 211], '“rules': [7], 'thumb”': [9], 'conventional': [10], 'cutoff': [11, 84, 90, 138, 152, 160, 169, 220], 'criteria': [12, 91], 'and': [13, 46, 96, 113, 123, 148, 167, 193, 213, 226, 237], 'several': [14], 'new': [15], 'alternatives': [16], 'for': [17, 92, 108, 133, 143, 157, 165, 174], 'various': [18, 81, 109, 209], 'fit': [19, 25, 100, 188], 'indexes': [20], 'used': [21, 103], 'to': [22, 104, 141, 155, 163, 172, 204, 229], 'evaluate': [23], 'model': [24, 192], 'in': [26], 'practice.': [27], 'Using': [28], 'a': [29, 97, 137, 151, 159, 168, 185], '2‐index': [30, 199], 'presentation': [31, 200], 'strategy,': [32], 'which': [33], 'includes': [34], 'using': [35, 217], 'maximum': [37], 'likelihood': [38], '(ML)‐based': [39], 'standardized': [40], 'root': [41, 74], 'mean': [42, 75], 'squared': [43, 76], 'residual': [44], '(SRMR)': [45], 'supplementing': [47], 'it': [48], 'with': [49, 119, 125], 'either': [50], 'Tucker‐Lewis': [51], 'Index': [52, 57, 61, 65, 71], '(TLI),': [53], "Bollen's": [54], '(1989)': [55], 'Fit': [56, 64], '(BL89),': [58], 'Relative': [59], 'Noncentrality': [60], '(RNI),': [62], 'Comparative': [63], '(CFI),': [66], 'Gamma': [67, 149], 'Hat,': [68], "McDonald's": [69], 'Centrality': [70], '(Mc),': [72], 'or': [73], 'error': [77], 'approximation': [79], '(RMSEA),': [80], 'combinations': [82], 'values': [85], 'from': [86], 'selected': [87], 'ranges': [88], 'ML‐based': [94, 223], 'SRMR': [95], 'given': [98], 'supplemental': [99], 'index': [101], 'were': [102], 'calculate': [105], 'rejection': [106], 'rates': [107], 'types': [110, 210], 'true‐population': [112, 212, 231], 'misspecified': [114, 120, 126, 214], 'models;': [115], 'that': [116, 182], 'is,': [117], 'models': [118, 124, 232], 'factor': [121, 127], 'covariance(s)': [122], 'loading(s).': [128], 'The': [129], 'results': [130], 'suggest': [131], 'that,': [132], 'ML': [135], 'method,': [136], 'value': [139, 153, 161, 170], 'close': [140, 154, 162, 171], '.95': [142], 'TLI,': [144, 224], 'BL89,': [145], 'CFI,': [146], 'RNI,': [147], 'Hat;': [150], '.90': [156], 'Mc;': [158], '.08': [164], 'SRMR;': [166], '.06': [173], 'RMSEA': [175, 227], 'are': [176, 239], 'needed': [177], 'before': [178], 'we': [179], 'can': [180], 'conclude': [181], 'there': [183], 'is': [184, 202, 245], 'relatively': [186], 'good': [187], 'between': [189], 'hypothesized': [191], 'observed': [195], 'data.': [196], 'Furthermore,': [197], 'strategy': [201], 'required': [203], 'reject': [205], 'reasonable': [206], 'proportions': [207], 'models.': [215], 'Finally,': [216], 'proposed': [219], 'criteria,': [221], 'Mc,': [225], 'tend': [228], 'overreject': [230], 'at': [233], 'small': [234], 'sample': [235, 243], 'size': [236, 244], 'thus': [238], 'less': [240], 'preferable': [241], 'when': [242], 'small.': [246]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2071666535', 'counts_by_year': [{'year': 2023, 'cited_by_count': 5359}, {'year': 2022, 'cited_by_count': 7402}, {'year': 2021, 'cited_by_count': 7142}, {'year': 2020, 'cited_by_count': 5979}, {'year': 2019, 'cited_by_count': 5476}, {'year': 2018, 'cited_by_count': 4963}, {'year': 2017, 'cited_by_count': 4349}, {'year': 2016, 'cited_by_count': 4255}, {'year': 2015, 'cited_by_count': 4009}, {'year': 2014, 'cited_by_count': 3785}, {'year': 2013, 'cited_by_count': 3357}, {'year': 2012, 'cited_by_count': 2746}], 'updated_date': '2023-09-30T15:13:51.670285', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4247665917', 'doi': 'https://doi.org/10.1176/appi.books.9780890425596', 'title': 'Diagnostic and Statistical Manual of Mental Disorders', 'display_name': 'Diagnostic and Statistical Manual of Mental Disorders', 'publication_year': 2013, 'publication_date': '2013-05-22', 'ids': {'openalex': 'https://openalex.org/W4247665917', 'doi': 'https://doi.org/10.1176/appi.books.9780890425596'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1176/appi.books.9780890425596', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'book', 'type_crossref': 'monograph', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5000364987', 'display_name': 'American Psychiatric Association', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'None American Psychiatric Association', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5000364987'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 68360, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.5028259}, {'id': 'https://openalex.org/C38905598', 'wikidata': 'https://www.wikidata.org/wiki/Q2976573', 'display_name': 'Classification of mental disorders', 'level': 4, 'score': 0.44724905}, {'id': 'https://openalex.org/C190798599', 'wikidata': 'https://www.wikidata.org/wiki/Q7730059', 'display_name': 'Diagnostic Classification of Mental Health and Developmental Disorders of Infancy and Early Childhood', 'level': 4, 'score': 0.41451713}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 0.27419496}, {'id': 'https://openalex.org/C134362201', 'wikidata': 'https://www.wikidata.org/wiki/Q317309', 'display_name': 'Mental health', 'level': 2, 'score': 0.1711725}, {'id': 'https://openalex.org/C145734003', 'wikidata': 'https://www.wikidata.org/wiki/Q7242342', 'display_name': 'Prevalence of mental disorders', 'level': 3, 'score': 0.15549144}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1176/appi.books.9780890425596', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.11}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1526955519', 'https://openalex.org/W1964971319', 'https://openalex.org/W2002969050', 'https://openalex.org/W2053004474', 'https://openalex.org/W2085666821', 'https://openalex.org/W2418005060', 'https://openalex.org/W2468392466', 'https://openalex.org/W3030966452', 'https://openalex.org/W4249162216', 'https://openalex.org/W4324117403'], 'ngrams_url': 'https://api.openalex.org/works/W4247665917/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4247665917', 'counts_by_year': [{'year': 2023, 'cited_by_count': 7077}, {'year': 2022, 'cited_by_count': 9443}, {'year': 2021, 'cited_by_count': 9124}, {'year': 2020, 'cited_by_count': 8621}, {'year': 2019, 'cited_by_count': 7301}, {'year': 2018, 'cited_by_count': 6801}, {'year': 2017, 'cited_by_count': 6473}, {'year': 2016, 'cited_by_count': 5514}, {'year': 2015, 'cited_by_count': 4466}, {'year': 2014, 'cited_by_count': 2986}, {'year': 2013, 'cited_by_count': 645}, {'year': 2012, 'cited_by_count': 9}], 'updated_date': '2023-09-30T15:49:27.094397', 'created_date': '2022-05-12'}, {'id': 'https://openalex.org/W2158714788', 'doi': 'https://doi.org/10.1093/nar/25.17.3389', 'title': 'Gapped BLAST and PSI-BLAST: a new generation of protein database search programs', 'display_name': 'Gapped BLAST and PSI-BLAST: a new generation of protein database search programs', 'publication_year': 1997, 'publication_date': '1997-09-01', 'ids': {'openalex': 'https://openalex.org/W2158714788', 'doi': 'https://doi.org/10.1093/nar/25.17.3389', 'mag': '2158714788', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9254694', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/146917'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/nar/25.17.3389', 'pdf_url': 'https://academic.oup.com/nar/article-pdf/25/17/3389/3639509/25-17-3389.pdf', 'source': {'id': 'https://openalex.org/S134668137', 'display_name': 'Nucleic Acids Research', 'issn_l': '0305-1048', 'issn': ['1362-4962', '1362-4954', '0305-1048'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://academic.oup.com/nar/article-pdf/25/17/3389/3639509/25-17-3389.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5015061000', 'display_name': 'Stephen F. Altschul', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'S. Altschul', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5015061000'], 'corresponding_institution_ids': [], 'apc_list': {'value': 3630, 'currency': 'USD', 'value_usd': 3630, 'provenance': 'doaj'}, 'apc_paid': {'value': 3630, 'currency': 'USD', 'value_usd': 3630, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 65952, 'biblio': {'volume': '25', 'issue': '17', 'first_page': '3389', 'last_page': '3402'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C140479938', 'wikidata': 'https://www.wikidata.org/wiki/Q5254619', 'display_name': 'Iterated function', 'level': 2, 'score': 0.70705694}, {'id': 'https://openalex.org/C173801870', 'wikidata': 'https://www.wikidata.org/wiki/Q201413', 'display_name': 'Heuristic', 'level': 2, 'score': 0.5888642}, {'id': 'https://openalex.org/C2778112365', 'wikidata': 'https://www.wikidata.org/wiki/Q3511065', 'display_name': 'Sequence (biology)', 'level': 2, 'score': 0.56424713}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.52804506}, {'id': 'https://openalex.org/C198082294', 'wikidata': 'https://www.wikidata.org/wiki/Q3399648', 'display_name': 'Position (finance)', 'level': 2, 'score': 0.49953246}, {'id': 'https://openalex.org/C41584329', 'wikidata': 'https://www.wikidata.org/wiki/Q175902', 'display_name': 'Sequence database', 'level': 3, 'score': 0.48701292}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4779575}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.35194486}, {'id': 'https://openalex.org/C77088390', 'wikidata': 'https://www.wikidata.org/wiki/Q8513', 'display_name': 'Database', 'level': 1, 'score': 0.3475101}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.2350587}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.2127192}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.17015138}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.099665254}, {'id': 'https://openalex.org/C134306372', 'wikidata': 'https://www.wikidata.org/wiki/Q7754', 'display_name': 'Mathematical analysis', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C10138342', 'wikidata': 'https://www.wikidata.org/wiki/Q43015', 'display_name': 'Finance', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D004247', 'descriptor_name': 'DNA', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': True}, {'descriptor_ui': 'D016208', 'descriptor_name': 'Databases, Factual', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': True}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000595', 'descriptor_name': 'Amino Acid Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004247', 'descriptor_name': 'DNA', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008969', 'descriptor_name': 'Molecular Sequence Data', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/nar/25.17.3389', 'pdf_url': 'https://academic.oup.com/nar/article-pdf/25/17/3389/3639509/25-17-3389.pdf', 'source': {'id': 'https://openalex.org/S134668137', 'display_name': 'Nucleic Acids Research', 'issn_l': '0305-1048', 'issn': ['1362-4962', '1362-4954', '0305-1048'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc146917', 'pdf_url': 'https://europepmc.org/articles/pmc146917?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC146917', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.9507', 'pdf_url': 'http://bioinfo.mbb.yale.edu/~mbg/clippings/altschul-nar-blast2.pdf', 'source': {'id': 'https://openalex.org/S4306400349', 'display_name': 'CiteSeer X (The Pennsylvania State University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130769515', 'host_organization_name': 'Pennsylvania State University', 'host_organization_lineage': ['https://openalex.org/I130769515'], 'host_organization_lineage_names': ['Pennsylvania State University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9254694', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/nar/25.17.3389', 'pdf_url': 'https://academic.oup.com/nar/article-pdf/25/17/3389/3639509/25-17-3389.pdf', 'source': {'id': 'https://openalex.org/S134668137', 'display_name': 'Nucleic Acids Research', 'issn_l': '0305-1048', 'issn': ['1362-4962', '1362-4954', '0305-1048'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.2}], 'grants': [], 'referenced_works_count': 70, 'referenced_works': ['https://openalex.org/W1479724966', 'https://openalex.org/W1498410508', 'https://openalex.org/W1574109141', 'https://openalex.org/W1659313070', 'https://openalex.org/W1768635289', 'https://openalex.org/W1965998064', 'https://openalex.org/W1969051510', 'https://openalex.org/W1970999032', 'https://openalex.org/W1973578915', 'https://openalex.org/W1973706463', 'https://openalex.org/W1975001431', 'https://openalex.org/W1975924111', 'https://openalex.org/W1981014117', 'https://openalex.org/W1983265703', 'https://openalex.org/W1983325631', 'https://openalex.org/W1983698816', 'https://openalex.org/W1985207059', 'https://openalex.org/W1988267054', 'https://openalex.org/W1988670311', 'https://openalex.org/W1991792981', 'https://openalex.org/W1997199912', 'https://openalex.org/W1998300401', 'https://openalex.org/W2000758249', 'https://openalex.org/W2002180966', 'https://openalex.org/W2002222815', 'https://openalex.org/W2004402674', 'https://openalex.org/W2014660704', 'https://openalex.org/W2015292449', 'https://openalex.org/W2017714068', 'https://openalex.org/W2018010122', 'https://openalex.org/W2025564727', 'https://openalex.org/W2026257220', 'https://openalex.org/W2029372233', 'https://openalex.org/W2033775040', 'https://openalex.org/W2035564383', 'https://openalex.org/W2036866029', 'https://openalex.org/W2048102092', 'https://openalex.org/W2054849588', 'https://openalex.org/W2055043387', 'https://openalex.org/W2056574818', 'https://openalex.org/W2056619794', 'https://openalex.org/W2060172156', 'https://openalex.org/W2061445402', 'https://openalex.org/W2061833373', 'https://openalex.org/W2062816762', 'https://openalex.org/W2068176376', 'https://openalex.org/W2068448872', 'https://openalex.org/W2074231493', 'https://openalex.org/W2074703985', 'https://openalex.org/W2086438703', 'https://openalex.org/W2087064593', 'https://openalex.org/W2094519647', 'https://openalex.org/W2099254366', 'https://openalex.org/W2108215151', 'https://openalex.org/W2109465247', 'https://openalex.org/W2115372161', 'https://openalex.org/W2122665495', 'https://openalex.org/W2127716074', 'https://openalex.org/W2130792460', 'https://openalex.org/W2143210482', 'https://openalex.org/W2146696273', 'https://openalex.org/W2156628505', 'https://openalex.org/W2161299051', 'https://openalex.org/W2163403085', 'https://openalex.org/W2164249947', 'https://openalex.org/W2405792454', 'https://openalex.org/W2432429035', 'https://openalex.org/W4239833500', 'https://openalex.org/W4246917063', 'https://openalex.org/W4248441758'], 'related_works': ['https://openalex.org/W998914686', 'https://openalex.org/W1684837780', 'https://openalex.org/W2012198878', 'https://openalex.org/W2015125370', 'https://openalex.org/W2047986527', 'https://openalex.org/W2088134950', 'https://openalex.org/W2101740100', 'https://openalex.org/W2950134037', 'https://openalex.org/W3081183908', 'https://openalex.org/W4288374992'], 'ngrams_url': 'https://api.openalex.org/works/W2158714788/ngrams', 'abstract_inverted_index': {'The': [0, 110], 'BLAST': [1, 35, 70, 97, 114], 'programs': [2, 36], 'are': [3], 'widely': [4], 'used': [5, 145], 'tools': [6], 'for': [7, 13, 51, 63, 89], 'searching': [8, 104], 'protein': [9, 17], 'and': [10, 24, 103, 150], 'DNA': [11], 'databases': [12], 'sequence': [14, 141], 'similarities.': [15, 47, 142], 'For': [16], 'comparisons,': [18], 'a': [19, 60, 68, 85, 99], 'variety': [20], 'of': [21, 33, 55, 80, 153], 'definitional,': [22], 'algorithmic': [23], 'statistical': [25], 'refinements': [26], 'described': [27], 'here': [28], 'permits': [29], 'the': [30, 34, 53, 78, 81, 105, 120, 154], 'execution': [31], 'time': [32], 'to': [37, 45, 136, 146], 'be': [38], 'decreased': [39], 'substantially': [40], 'while': [41], 'enhancing': [42], 'their': [43], 'sensitivity': [44], 'weak': [46, 137], 'A': [48], 'new': [49, 61, 149], 'criterion': [50], 'triggering': [52], 'extension': [54], 'word': [56], 'hits,': [57], 'combined': [58], 'with': [59], 'heuristic': [62], 'generating': [64], 'gapped': [65, 69, 126], 'alignments,': [66], 'yields': [67], 'program': [71, 116], 'that': [72], 'runs': [73, 117], 'at': [74, 118], 'approximately': [75, 119], 'three': [76], 'times': [77], 'speed': [79, 122], 'original.': [82], 'In': [83], 'addition,': [84], 'method': [86], 'is': [87, 132, 144], 'introduced': [88], 'automatically': [90], 'combining': [91], 'statistically': [92], 'significant': [93], 'alignments': [94], 'produced': [95], 'by': [96], 'into': [98], 'position-specific': [100], 'score': [101], 'matrix,': [102], 'database': [106], 'using': [107], 'this': [108], 'matrix.': [109], 'resulting': [111], 'Position-Specific': [112], 'Iterated': [113], '(PSI-BLAST)': [115], 'same': [121], 'per': [123], 'iteration': [124], 'as': [125], 'BLAST,': [127], 'but': [128, 138], 'in': [129], 'many': [130], 'cases': [131], 'much': [133], 'more': [134], 'sensitive': [135], 'biologically': [139], 'relevant': [140], 'PSI-BLAST': [143], 'uncover': [147], 'several': [148], 'interesting': [151], 'members': [152], 'BRCT': [155], 'superfamily.': [156]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2158714788', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1309}, {'year': 2022, 'cited_by_count': 2056}, {'year': 2021, 'cited_by_count': 2269}, {'year': 2020, 'cited_by_count': 2303}, {'year': 2019, 'cited_by_count': 2373}, {'year': 2018, 'cited_by_count': 2266}, {'year': 2017, 'cited_by_count': 2237}, {'year': 2016, 'cited_by_count': 2434}, {'year': 2015, 'cited_by_count': 2734}, {'year': 2014, 'cited_by_count': 2971}, {'year': 2013, 'cited_by_count': 3257}, {'year': 2012, 'cited_by_count': 3263}], 'updated_date': '2023-09-30T14:36:04.776991', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1970127494', 'doi': 'https://doi.org/10.1103/physrevb.50.17953', 'title': 'Projector augmented-wave method', 'display_name': 'Projector augmented-wave method', 'publication_year': 1994, 'publication_date': '1994-12-15', 'ids': {'openalex': 'https://openalex.org/W1970127494', 'doi': 'https://doi.org/10.1103/physrevb.50.17953', 'mag': '1970127494', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9976227'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevb.50.17953', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210174675', 'display_name': 'Physical review', 'issn_l': '0163-1829', 'issn': ['0163-1829', '1095-3795'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://arxiv.org/pdf/cond-mat/0201015v2.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5030965628', 'display_name': 'Peter E. Blöchl', 'orcid': 'https://orcid.org/0000-0002-1416-5207'}, 'institutions': [{'id': 'https://openalex.org/I4210126328', 'display_name': 'IBM Research - Zurich', 'ror': 'https://ror.org/02js37d36', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I4210114115', 'https://openalex.org/I4210126328']}], 'countries': ['CH'], 'is_corresponding': True, 'raw_author_name': 'P. E. Blöchl', 'raw_affiliation_string': 'IBM Research Division, Zurich Research Laboratory, CH-8803 Rüschlikon, Switzerland', 'raw_affiliation_strings': ['IBM Research Division, Zurich Research Laboratory, CH-8803 Rüschlikon, Switzerland']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5030965628'], 'corresponding_institution_ids': ['https://openalex.org/I4210126328'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 62301, 'biblio': {'volume': '50', 'issue': '24', 'first_page': '17953', 'last_page': '17979'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C132378524', 'wikidata': 'https://www.wikidata.org/wiki/Q769463', 'display_name': 'Pseudopotential', 'level': 2, 'score': 0.8834716}, {'id': 'https://openalex.org/C2776865275', 'wikidata': 'https://www.wikidata.org/wiki/Q311666', 'display_name': 'Projector', 'level': 2, 'score': 0.7654977}, {'id': 'https://openalex.org/C65155139', 'wikidata': 'https://www.wikidata.org/wiki/Q5380912', 'display_name': 'Envelope (radar)', 'level': 3, 'score': 0.61251587}, {'id': 'https://openalex.org/C40308292', 'wikidata': 'https://www.wikidata.org/wiki/Q122518', 'display_name': 'Plane wave', 'level': 2, 'score': 0.60184175}, {'id': 'https://openalex.org/C70710897', 'wikidata': 'https://www.wikidata.org/wiki/Q680081', 'display_name': 'Separable space', 'level': 2, 'score': 0.590136}, {'id': 'https://openalex.org/C113603373', 'wikidata': 'https://www.wikidata.org/wiki/Q2362761', 'display_name': 'Wave function', 'level': 2, 'score': 0.5162099}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.51348764}, {'id': 'https://openalex.org/C14036430', 'wikidata': 'https://www.wikidata.org/wiki/Q3736076', 'display_name': 'Function (biology)', 'level': 2, 'score': 0.43546706}, {'id': 'https://openalex.org/C74650414', 'wikidata': 'https://www.wikidata.org/wiki/Q11397', 'display_name': 'Classical mechanics', 'level': 1, 'score': 0.3304668}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.3295173}, {'id': 'https://openalex.org/C134306372', 'wikidata': 'https://www.wikidata.org/wiki/Q7754', 'display_name': 'Mathematical analysis', 'level': 1, 'score': 0.29489312}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.20961359}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.17577243}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.1678772}, {'id': 'https://openalex.org/C76155785', 'wikidata': 'https://www.wikidata.org/wiki/Q418', 'display_name': 'Telecommunications', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C554190296', 'wikidata': 'https://www.wikidata.org/wiki/Q47528', 'display_name': 'Radar', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C78458016', 'wikidata': 'https://www.wikidata.org/wiki/Q840400', 'display_name': 'Evolutionary biology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevb.50.17953', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210174675', 'display_name': 'Physical review', 'issn_l': '0163-1829', 'issn': ['0163-1829', '1095-3795'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': None, 'pdf_url': 'https://arxiv.org/pdf/cond-mat/0201015v2.pdf', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9976227', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': None, 'pdf_url': 'https://arxiv.org/pdf/cond-mat/0201015v2.pdf', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.24}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.12}], 'grants': [], 'referenced_works_count': 56, 'referenced_works': ['https://openalex.org/W1030224692', 'https://openalex.org/W1968545719', 'https://openalex.org/W1968984139', 'https://openalex.org/W1971821930', 'https://openalex.org/W1985915253', 'https://openalex.org/W1988347626', 'https://openalex.org/W1992753351', 'https://openalex.org/W1994260363', 'https://openalex.org/W1997785740', 'https://openalex.org/W2000649820', 'https://openalex.org/W2005174827', 'https://openalex.org/W2010785223', 'https://openalex.org/W2014341412', 'https://openalex.org/W2016759160', 'https://openalex.org/W2017196167', 'https://openalex.org/W2025430787', 'https://openalex.org/W2026907619', 'https://openalex.org/W2027530487', 'https://openalex.org/W2029228724', 'https://openalex.org/W2030976617', 'https://openalex.org/W2032588197', 'https://openalex.org/W2034273838', 'https://openalex.org/W2036801653', 'https://openalex.org/W2039626632', 'https://openalex.org/W2039970342', 'https://openalex.org/W2045162530', 'https://openalex.org/W2045436111', 'https://openalex.org/W2045596260', 'https://openalex.org/W2046001409', 'https://openalex.org/W2052637367', 'https://openalex.org/W2055640329', 'https://openalex.org/W2057056131', 'https://openalex.org/W2058114759', 'https://openalex.org/W2060310070', 'https://openalex.org/W2068134289', 'https://openalex.org/W2073146166', 'https://openalex.org/W2076858582', 'https://openalex.org/W2076968034', 'https://openalex.org/W2077377413', 'https://openalex.org/W2079309236', 'https://openalex.org/W2083277947', 'https://openalex.org/W2084216510', 'https://openalex.org/W2087585288', 'https://openalex.org/W2089986522', 'https://openalex.org/W2090838661', 'https://openalex.org/W2094508448', 'https://openalex.org/W2106140689', 'https://openalex.org/W2115878464', 'https://openalex.org/W2120326715', 'https://openalex.org/W2121431463', 'https://openalex.org/W2145454068', 'https://openalex.org/W2230728100', 'https://openalex.org/W2316373089', 'https://openalex.org/W2323178299', 'https://openalex.org/W2495028175', 'https://openalex.org/W4229766111'], 'related_works': ['https://openalex.org/W1503928329', 'https://openalex.org/W2011506619', 'https://openalex.org/W2063429585', 'https://openalex.org/W2073146166', 'https://openalex.org/W2081838507', 'https://openalex.org/W2100503591', 'https://openalex.org/W3032009543', 'https://openalex.org/W3098452255', 'https://openalex.org/W4297435446', 'https://openalex.org/W4386476358'], 'ngrams_url': 'https://api.openalex.org/works/W1970127494/ngrams', 'abstract_inverted_index': {'An': [0], 'approach': [1, 39, 106], 'for': [2], 'electronic': [3], 'structure': [4], 'calculations': [5, 30], 'is': [6, 72], 'described': [7], 'that': [8, 75], 'generalizes': [9], 'both': [10], 'the': [11, 15, 35, 45, 65, 82, 85, 88, 98], 'pseudopotential': [12, 105], 'method': [13, 19, 25, 47], 'and': [14, 42, 55, 61, 84], 'linear': [16], 'augmented-plane-wave': [17], '(LAPW)': [18], 'in': [20, 74], 'a': [21, 116], 'natural': [22], 'way.': [23], 'The': [24, 69, 104], 'allows': [26], 'high-quality': [27], 'first-principles': [28], 'molecular-dynamics': [29], 'to': [31, 52, 64], 'be': [32, 50, 113], 'performed': [33], 'using': [34], 'original': [36], 'fictitious': [37], 'Lagrangian': [38], 'of': [40, 87], 'Car': [41], 'Parrinello.': [43], 'Like': [44], 'LAPW': [46], 'it': [48], 'can': [49, 112], 'used': [51], 'treat': [53], 'first-row': [54], 'transition-metal': [56], 'elements': [57], 'with': [58, 100], 'affordable': [59], 'effort': [60], 'provides': [62], 'access': [63], 'full': [66], 'wave': [67], 'function.': [68], 'augmentation': [70], 'procedure': [71], 'generalized': [73, 109], 'partial-wave': [76], 'expansions': [77], 'are': [78], 'not': [79], 'determined': [80], 'by': [81, 97, 115], 'value': [83], 'derivative': [86], 'envelope': [89], 'function': [90], 'at': [91], 'some': [92], 'muffin-tin': [93], 'radius,': [94], 'but': [95], 'rather': [96], 'overlap': [99], 'localized': [101], 'projector': [102], 'functions.': [103], 'based': [107], 'on': [108], 'separable': [110], 'pseudopotentials': [111], 'regained': [114], 'simple': [117], 'approximation.': [118]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1970127494', 'counts_by_year': [{'year': 2023, 'cited_by_count': 6152}, {'year': 2022, 'cited_by_count': 7279}, {'year': 2021, 'cited_by_count': 6696}, {'year': 2020, 'cited_by_count': 5960}, {'year': 2019, 'cited_by_count': 5195}, {'year': 2018, 'cited_by_count': 4694}, {'year': 2017, 'cited_by_count': 4128}, {'year': 2016, 'cited_by_count': 3737}, {'year': 2015, 'cited_by_count': 3215}, {'year': 2014, 'cited_by_count': 2912}, {'year': 2013, 'cited_by_count': 2517}, {'year': 2012, 'cited_by_count': 2137}], 'updated_date': '2023-09-30T15:11:54.380058', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2064675550', 'doi': 'https://doi.org/10.1162/neco.1997.9.8.1735', 'title': 'Long Short-Term Memory', 'display_name': 'Long Short-Term Memory', 'publication_year': 1997, 'publication_date': '1997-11-01', 'ids': {'openalex': 'https://openalex.org/W2064675550', 'doi': 'https://doi.org/10.1162/neco.1997.9.8.1735', 'mag': '2064675550', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9377276'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1162/neco.1997.9.8.1735', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S207023548', 'display_name': 'Neural Computation', 'issn_l': '0899-7667', 'issn': ['0899-7667', '1530-888X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315718', 'host_organization_name': 'The MIT Press', 'host_organization_lineage': ['https://openalex.org/P4310315718'], 'host_organization_lineage_names': ['The MIT Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5053148274', 'display_name': 'Sepp Hochreiter', 'orcid': 'https://orcid.org/0000-0001-7449-2528'}, 'institutions': [{'id': 'https://openalex.org/I62916508', 'display_name': 'Technical University of Munich', 'ror': 'https://ror.org/02kkvpp62', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I62916508']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Sepp Hochreiter', 'raw_affiliation_string': 'Fakultät für Informatik, Technische Universität München, 80290 München, Germany', 'raw_affiliation_strings': ['Fakultät für Informatik, Technische Universität München, 80290 München, Germany']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5071172037', 'display_name': 'Jürgen Schmidhuber', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2614128279', 'display_name': 'Dalle Molle Institute for Artificial Intelligence Research', 'ror': 'https://ror.org/013355g38', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I15196421', 'https://openalex.org/I2614128279', 'https://openalex.org/I57201433']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Jürgen Schmidhuber', 'raw_affiliation_string': '[IDSIA, Corso Elvezia 36, 6900 Lugano, Switzerland]', 'raw_affiliation_strings': ['[IDSIA, Corso Elvezia 36, 6900 Lugano, Switzerland]']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 61421, 'biblio': {'volume': '9', 'issue': '8', 'first_page': '1735', 'last_page': '1780'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C147168706', 'wikidata': 'https://www.wikidata.org/wiki/Q1457734', 'display_name': 'Recurrent neural network', 'level': 3, 'score': 0.780391}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.67172337}, {'id': 'https://openalex.org/C155032097', 'wikidata': 'https://www.wikidata.org/wiki/Q798503', 'display_name': 'Backpropagation', 'level': 3, 'score': 0.562844}, {'id': 'https://openalex.org/C2777027219', 'wikidata': 'https://www.wikidata.org/wiki/Q1284190', 'display_name': 'Constant (computer programming)', 'level': 2, 'score': 0.56059825}, {'id': 'https://openalex.org/C50644808', 'wikidata': 'https://www.wikidata.org/wiki/Q192776', 'display_name': 'Artificial neural network', 'level': 2, 'score': 0.54342437}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.5119742}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.48644257}, {'id': 'https://openalex.org/C61797465', 'wikidata': 'https://www.wikidata.org/wiki/Q1188986', 'display_name': 'Term (time)', 'level': 2, 'score': 0.4279908}, {'id': 'https://openalex.org/C108583219', 'wikidata': 'https://www.wikidata.org/wiki/Q197536', 'display_name': 'Deep learning', 'level': 2, 'score': 0.4266428}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D008568', 'descriptor_name': 'Memory', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D008570', 'descriptor_name': 'Memory, Short-Term', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D008959', 'descriptor_name': 'Models, Neurological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D016571', 'descriptor_name': 'Neural Networks, Computer', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D007858', 'descriptor_name': 'Learning', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008960', 'descriptor_name': 'Models, Psychological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009415', 'descriptor_name': 'Nerve Net', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': False}, {'descriptor_ui': 'D009415', 'descriptor_name': 'Nerve Net', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013997', 'descriptor_name': 'Time Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1162/neco.1997.9.8.1735', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S207023548', 'display_name': 'Neural Computation', 'issn_l': '0899-7667', 'issn': ['0899-7667', '1530-888X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315718', 'host_organization_name': 'The MIT Press', 'host_organization_lineage': ['https://openalex.org/P4310315718'], 'host_organization_lineage_names': ['The MIT Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9377276', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.13}], 'grants': [], 'referenced_works_count': 18, 'referenced_works': ['https://openalex.org/W1963605035', 'https://openalex.org/W1971129545', 'https://openalex.org/W1971209221', 'https://openalex.org/W1982291194', 'https://openalex.org/W1984375561', 'https://openalex.org/W2007431958', 'https://openalex.org/W2036317923', 'https://openalex.org/W2048060899', 'https://openalex.org/W2086756055', 'https://openalex.org/W2103452139', 'https://openalex.org/W2107878631', 'https://openalex.org/W2114471683', 'https://openalex.org/W2121553911', 'https://openalex.org/W2123716044', 'https://openalex.org/W2143503258', 'https://openalex.org/W2154890045', 'https://openalex.org/W2156960699', 'https://openalex.org/W2165432985'], 'related_works': ['https://openalex.org/W2182757990', 'https://openalex.org/W2362189222', 'https://openalex.org/W2391384657', 'https://openalex.org/W2480330148', 'https://openalex.org/W2787045460', 'https://openalex.org/W3011883770', 'https://openalex.org/W3135485313', 'https://openalex.org/W3176779650', 'https://openalex.org/W4322618639', 'https://openalex.org/W4327774331'], 'ngrams_url': 'https://api.openalex.org/works/W2064675550/ngrams', 'abstract_inverted_index': {'Learning': [0], 'to': [1, 59, 86, 91, 147], 'store': [2], 'information': [3], 'over': [4], 'extended': [5], 'time': [6, 62, 107], 'intervals': [7], 'by': [8, 35, 70, 168], 'recurrent': [9, 130, 136, 170], 'backpropagation': [10], 'takes': [11], 'a': [12, 37], 'very': [13], 'long': [14, 43], 'time,': [15, 135], 'mostly': [16], 'because': [17], 'of': [18, 29, 66], 'insufficient,': [19], 'decaying': [20], 'error': [21, 73, 77, 94], 'backflow.': [22], 'We': [23], 'briefly': [24], 'review': [25], "Hochreiter's": [26], '(1991)': [27], 'analysis': [28], 'this': [30, 51], 'problem,': [31], 'then': [32], 'address': [33], 'it': [34], 'introducing': [36], 'novel,': [38], 'efficient,': [39], 'gradient-based': [40], 'method': [41], 'called': [42], 'short-term': [44], 'memory': [45], '(LSTM).': [46], 'Truncating': [47], 'the': [48, 92], 'gradient': [49], 'where': [50], 'does': [52], 'not': [53], 'do': [54], 'harm,': [55], 'LSTM': [56, 96, 145, 156], 'can': [57], 'learn': [58, 85], 'bridge': [60], 'minimal': [61], 'lags': [63], 'in': [64, 99], 'excess': [65], '1000': [67], 'discrete-time': [68], 'steps': [69], 'enforcing': [71], 'constant': [72, 76, 93], 'flow': [74], 'through': [75, 134], 'carousels': [78], 'within': [79], 'special': [80], 'units.': [81], 'Multiplicative': [82], 'gate': [83], 'units': [84], 'open': [87], 'and': [88, 101, 109, 122, 141, 152], 'close': [89], 'access': [90], 'flow.': [95], 'is': [97, 111], 'local': [98], 'space': [100], 'time;': [102], 'its': [103], 'computational': [104], 'complexity': [105], 'per': [106], 'step': [108], 'weight': [110], 'O(1).': [112], 'Our': [113], 'experiments': [114], 'with': [115, 128], 'artificial': [116, 160], 'data': [117], 'involve': [118], 'local,': [119], 'distributed,': [120], 'real-valued,': [121], 'noisy': [123], 'pattern': [124], 'representations.': [125], 'In': [126], 'comparisons': [127], 'real-time': [129], 'learning,': [131], 'back': [132], 'propagation': [133], 'cascade': [137], 'correlation,': [138], 'Elman': [139], 'nets,': [140], 'neural': [142], 'sequence': [143], 'chunking,': [144], 'leads': [146], 'many': [148], 'more': [149], 'successful': [150], 'runs,': [151], 'learns': [153], 'much': [154], 'faster.': [155], 'also': [157], 'solves': [158], 'complex,': [159], 'long-time-lag': [161], 'tasks': [162], 'that': [163], 'have': [164], 'never': [165], 'been': [166], 'solved': [167], 'previous': [169], 'network': [171], 'algorithms.': [172]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2064675550', 'counts_by_year': [{'year': 2023, 'cited_by_count': 7664}, {'year': 2022, 'cited_by_count': 10178}, {'year': 2021, 'cited_by_count': 12016}, {'year': 2020, 'cited_by_count': 10548}, {'year': 2019, 'cited_by_count': 8841}, {'year': 2018, 'cited_by_count': 5826}, {'year': 2017, 'cited_by_count': 3205}, {'year': 2016, 'cited_by_count': 1660}, {'year': 2015, 'cited_by_count': 585}, {'year': 2014, 'cited_by_count': 143}, {'year': 2013, 'cited_by_count': 79}, {'year': 2012, 'cited_by_count': 73}], 'updated_date': '2023-10-02T23:01:19.373934', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2138270253', 'doi': 'https://doi.org/10.1073/pnas.74.12.5463', 'title': 'DNA sequencing with chain-terminating inhibitors', 'display_name': 'DNA sequencing with chain-terminating inhibitors', 'publication_year': 1977, 'publication_date': '1977-12-01', 'ids': {'openalex': 'https://openalex.org/W2138270253', 'doi': 'https://doi.org/10.1073/pnas.74.12.5463', 'mag': '2138270253', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/271968', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/431765'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1073/pnas.74.12.5463', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S125754415', 'display_name': 'Proceedings of the National Academy of Sciences of the United States of America', 'issn_l': '0027-8424', 'issn': ['1091-6490', '0027-8424'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320052', 'host_organization_name': 'National Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/P4310320052'], 'host_organization_lineage_names': ['National Academy of Sciences'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://europepmc.org/articles/pmc431765?pdf=render', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5042768264', 'display_name': 'F. Sanger', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I170203145', 'display_name': 'MRC Laboratory of Molecular Biology', 'ror': 'https://ror.org/00tw3jy02', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I170203145', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I90344618', 'display_name': 'Medical Research Council', 'ror': 'https://ror.org/03x94j517', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I4210087105', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'F D Sanger', 'raw_affiliation_string': 'Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England', 'raw_affiliation_strings': ['Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035256244', 'display_name': 'S Nicklen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I170203145', 'display_name': 'MRC Laboratory of Molecular Biology', 'ror': 'https://ror.org/00tw3jy02', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I170203145', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I90344618', 'display_name': 'Medical Research Council', 'ror': 'https://ror.org/03x94j517', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I4210087105', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'S Nicklen', 'raw_affiliation_string': 'Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England', 'raw_affiliation_strings': ['Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5087105974', 'display_name': 'Alan Coulson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I170203145', 'display_name': 'MRC Laboratory of Molecular Biology', 'ror': 'https://ror.org/00tw3jy02', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I170203145', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I90344618', 'display_name': 'Medical Research Council', 'ror': 'https://ror.org/03x94j517', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I4210087105', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'A R Coulson', 'raw_affiliation_string': 'Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England', 'raw_affiliation_strings': ['Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 59522, 'biblio': {'volume': '74', 'issue': '12', 'first_page': '5463', 'last_page': '5467'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C552990157', 'wikidata': 'https://www.wikidata.org/wiki/Q7430', 'display_name': 'DNA', 'level': 2, 'score': 0.67910266}, {'id': 'https://openalex.org/C76818968', 'wikidata': 'https://www.wikidata.org/wiki/Q181940', 'display_name': 'Sanger sequencing', 'level': 4, 'score': 0.6061827}, {'id': 'https://openalex.org/C512185932', 'wikidata': 'https://www.wikidata.org/wiki/Q28745', 'display_name': 'Nucleotide', 'level': 3, 'score': 0.6051006}, {'id': 'https://openalex.org/C2756471', 'wikidata': 'https://www.wikidata.org/wiki/Q206286', 'display_name': 'DNA polymerase', 'level': 3, 'score': 0.50451934}, {'id': 'https://openalex.org/C49105822', 'wikidata': 'https://www.wikidata.org/wiki/Q176996', 'display_name': 'Polymerase chain reaction', 'level': 3, 'score': 0.43797374}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.4332917}, {'id': 'https://openalex.org/C51679486', 'wikidata': 'https://www.wikidata.org/wiki/Q380546', 'display_name': 'DNA sequencing', 'level': 3, 'score': 0.42386577}, {'id': 'https://openalex.org/C2776441376', 'wikidata': 'https://www.wikidata.org/wiki/Q165028', 'display_name': 'Bacteriophage', 'level': 4, 'score': 0.41839916}, {'id': 'https://openalex.org/C82381507', 'wikidata': 'https://www.wikidata.org/wiki/Q416878', 'display_name': 'Polymerase', 'level': 3, 'score': 0.41382182}, {'id': 'https://openalex.org/C153911025', 'wikidata': 'https://www.wikidata.org/wiki/Q7202', 'display_name': 'Molecular biology', 'level': 1, 'score': 0.40103957}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.30539906}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.2956468}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.18022329}, {'id': 'https://openalex.org/C547475151', 'wikidata': 'https://www.wikidata.org/wiki/Q25419', 'display_name': 'Escherichia coli', 'level': 3, 'score': 0.13532141}], 'mesh': [{'descriptor_ui': 'D001483', 'descriptor_name': 'Base Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D004279', 'descriptor_name': 'DNA, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D003090', 'descriptor_name': 'Coliphages', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003090', 'descriptor_name': 'Coliphages', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': False}, {'descriptor_ui': 'D004256', 'descriptor_name': 'DNA Polymerase I', 'qualifier_ui': 'Q000037', 'qualifier_name': 'antagonists & inhibitors', 'is_major_topic': False}, {'descriptor_ui': 'D004256', 'descriptor_name': 'DNA Polymerase I', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004262', 'descriptor_name': 'DNA Restriction Enzymes', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D004262', 'descriptor_name': 'DNA Restriction Enzymes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003854', 'descriptor_name': 'Deoxyribonucleotides', 'qualifier_ui': 'Q000494', 'qualifier_name': 'pharmacology', 'is_major_topic': False}, {'descriptor_ui': 'D003854', 'descriptor_name': 'Deoxyribonucleotides', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008722', 'descriptor_name': 'Methods', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1073/pnas.74.12.5463', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S125754415', 'display_name': 'Proceedings of the National Academy of Sciences of the United States of America', 'issn_l': '0027-8424', 'issn': ['1091-6490', '0027-8424'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320052', 'host_organization_name': 'National Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/P4310320052'], 'host_organization_lineage_names': ['National Academy of Sciences'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc431765', 'pdf_url': 'https://europepmc.org/articles/pmc431765?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC431765', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/271968', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc431765', 'pdf_url': 'https://europepmc.org/articles/pmc431765?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.11}], 'grants': [], 'referenced_works_count': 12, 'referenced_works': ['https://openalex.org/W1532331378', 'https://openalex.org/W1970602392', 'https://openalex.org/W1992595091', 'https://openalex.org/W1999577244', 'https://openalex.org/W2015367755', 'https://openalex.org/W2052679757', 'https://openalex.org/W2056946499', 'https://openalex.org/W2092784580', 'https://openalex.org/W2122180109', 'https://openalex.org/W2314349163', 'https://openalex.org/W2319356747', 'https://openalex.org/W2759726048'], 'related_works': ['https://openalex.org/W1489886741', 'https://openalex.org/W1973988510', 'https://openalex.org/W2007830725', 'https://openalex.org/W2007963428', 'https://openalex.org/W2033375269', 'https://openalex.org/W2066410887', 'https://openalex.org/W2087714034', 'https://openalex.org/W2088424033', 'https://openalex.org/W2143117824', 'https://openalex.org/W2259828804'], 'ngrams_url': 'https://api.openalex.org/works/W2138270253/ngrams', 'abstract_inverted_index': {'A': [0], 'new': [1], 'method': [2, 19], 'for': [3], 'determining': [4], 'nucleotide': [5], 'sequences': [6], 'in': [7], 'DNA': [8, 53, 62], 'is': [9, 12, 67], 'described.': [10], 'It': [11], 'similar': [13], 'to': [14, 60], 'the': [15, 36, 42, 61, 75, 78], '“plus': [16], 'and': [17, 38, 66, 70], 'minus”': [18], '[Sanger,': [20], 'F.': [21], '&': [22], 'Coulson,': [23], 'A.': [24], 'R.': [25], '(1975)': [26], 'J.': [27], 'Mol.': [28], 'Biol.': [29], '94,': [30], '441-448]': [31], 'but': [32], 'makes': [33], 'use': [34], 'of': [35, 41, 52, 63], '2′,3′-dideoxy': [37], 'arabinonucleoside': [39], 'analogues': [40], 'normal': [43], 'deoxynucleoside': [44], 'triphosphates,': [45], 'which': [46], 'act': [47], 'as': [48], 'specific': [49], 'chain-terminating': [50], 'inhibitors': [51], 'polymerase.': [54], 'The': [55], 'technique': [56], 'has': [57], 'been': [58], 'applied': [59], 'bacteriophage': [64], 'ϕX174': [65], 'more': [68, 71], 'rapid': [69], 'accurate': [72], 'than': [73], 'either': [74], 'plus': [76], 'or': [77], 'minus': [79], 'method.': [80]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2138270253', 'counts_by_year': [{'year': 2023, 'cited_by_count': 327}, {'year': 2022, 'cited_by_count': 541}, {'year': 2021, 'cited_by_count': 479}, {'year': 2020, 'cited_by_count': 444}, {'year': 2019, 'cited_by_count': 432}, {'year': 2018, 'cited_by_count': 483}, {'year': 2017, 'cited_by_count': 446}, {'year': 2016, 'cited_by_count': 500}, {'year': 2015, 'cited_by_count': 565}, {'year': 2014, 'cited_by_count': 552}, {'year': 2013, 'cited_by_count': 616}, {'year': 2012, 'cited_by_count': 550}], 'updated_date': '2023-09-29T19:22:31.726475', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2106882534', 'doi': 'https://doi.org/10.1093/nar/22.22.4673', 'title': 'CLUSTAL W: improving the sensitivity of progressive multiple sequence alignment through sequence weighting, position-specific gap penalties and weight matrix choice', 'display_name': 'CLUSTAL W: improving the sensitivity of progressive multiple sequence alignment through sequence weighting, position-specific gap penalties and weight matrix choice', 'publication_year': 1994, 'publication_date': '1994-01-01', 'ids': {'openalex': 'https://openalex.org/W2106882534', 'doi': 'https://doi.org/10.1093/nar/22.22.4673', 'mag': '2106882534', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/7984417', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/308517'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1093/nar/22.22.4673', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S134668137', 'display_name': 'Nucleic Acids Research', 'issn_l': '0305-1048', 'issn': ['1362-4962', '1362-4954', '0305-1048'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC308517', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5039921905', 'display_name': 'Julie Thompson', 'orcid': 'https://orcid.org/0000-0003-4893-3478'}, 'institutions': [{'id': 'https://openalex.org/I4210153543', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/050589e39', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560', 'https://openalex.org/I4210153543']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Julie D. Thompson', 'raw_affiliation_string': 'European Molecular Biolgoy LaboratoryPostfach 102209, Meyerhofstrasse 1, D-69012 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biolgoy LaboratoryPostfach 102209, Meyerhofstrasse 1, D-69012 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090607558', 'display_name': 'Desmond G. Higgins', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210153543', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/050589e39', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560', 'https://openalex.org/I4210153543']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Desmond G. Higgins', 'raw_affiliation_string': 'European Molecular Biolgoy LaboratoryPostfach 102209, Meyerhofstrasse 1, D-69012 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biolgoy LaboratoryPostfach 102209, Meyerhofstrasse 1, D-69012 Heidelberg, Germany']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5004328524', 'display_name': 'Toby J. Gibson', 'orcid': 'https://orcid.org/0000-0003-0657-5166'}, 'institutions': [{'id': 'https://openalex.org/I4210153543', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/050589e39', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560', 'https://openalex.org/I4210153543']}], 'countries': ['DE'], 'is_corresponding': True, 'raw_author_name': 'Toby J. Gibson', 'raw_affiliation_string': 'European Molecular Biolgoy LaboratoryPostfach 102209, Meyerhofstrasse 1, D-69012 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biolgoy LaboratoryPostfach 102209, Meyerhofstrasse 1, D-69012 Heidelberg, Germany']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5004328524'], 'corresponding_institution_ids': ['https://openalex.org/I4210153543'], 'apc_list': {'value': 3630, 'currency': 'USD', 'value_usd': 3630, 'provenance': 'doaj'}, 'apc_paid': {'value': 3630, 'currency': 'USD', 'value_usd': 3630, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 59022, 'biblio': {'volume': '22', 'issue': '22', 'first_page': '4673', 'last_page': '4680'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.8415128}, {'id': 'https://openalex.org/C183115368', 'wikidata': 'https://www.wikidata.org/wiki/Q856577', 'display_name': 'Weighting', 'level': 2, 'score': 0.6615004}, {'id': 'https://openalex.org/C2778112365', 'wikidata': 'https://www.wikidata.org/wiki/Q3511065', 'display_name': 'Sequence (biology)', 'level': 2, 'score': 0.6186799}, {'id': 'https://openalex.org/C45484198', 'wikidata': 'https://www.wikidata.org/wiki/Q827246', 'display_name': 'Sequence alignment', 'level': 4, 'score': 0.6131947}, {'id': 'https://openalex.org/C88031987', 'wikidata': 'https://www.wikidata.org/wiki/Q1377767', 'display_name': 'Multiple sequence alignment', 'level': 5, 'score': 0.5731136}, {'id': 'https://openalex.org/C4668613', 'wikidata': 'https://www.wikidata.org/wiki/Q4116110', 'display_name': 'Structural alignment', 'level': 5, 'score': 0.53694797}, {'id': 'https://openalex.org/C198082294', 'wikidata': 'https://www.wikidata.org/wiki/Q3399648', 'display_name': 'Position (finance)', 'level': 2, 'score': 0.52544135}, {'id': 'https://openalex.org/C105082737', 'wikidata': 'https://www.wikidata.org/wiki/Q7452470', 'display_name': 'Sequence logo', 'level': 5, 'score': 0.47646928}, {'id': 'https://openalex.org/C21200559', 'wikidata': 'https://www.wikidata.org/wiki/Q7451068', 'display_name': 'Sensitivity (control systems)', 'level': 2, 'score': 0.4341895}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.4225149}, {'id': 'https://openalex.org/C167625842', 'wikidata': 'https://www.wikidata.org/wiki/Q899763', 'display_name': 'Peptide sequence', 'level': 3, 'score': 0.36376807}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.35539663}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.09540078}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0855566}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.07963833}, {'id': 'https://openalex.org/C10138342', 'wikidata': 'https://www.wikidata.org/wiki/Q43015', 'display_name': 'Finance', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C24326235', 'wikidata': 'https://www.wikidata.org/wiki/Q126095', 'display_name': 'Electronic engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C24890656', 'wikidata': 'https://www.wikidata.org/wiki/Q82811', 'display_name': 'Acoustics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000595', 'descriptor_name': 'Amino Acid Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': True}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D005914', 'descriptor_name': 'Globins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005914', 'descriptor_name': 'Globins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D008969', 'descriptor_name': 'Molecular Sequence Data', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017433', 'descriptor_name': 'Protein Structure, Secondary', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D012680', 'descriptor_name': 'Sensitivity and Specificity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1093/nar/22.22.4673', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S134668137', 'display_name': 'Nucleic Acids Research', 'issn_l': '0305-1048', 'issn': ['1362-4962', '1362-4954', '0305-1048'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC308517', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/7984417', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC308517', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.39}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.11}], 'grants': [], 'referenced_works_count': 32, 'referenced_works': ['https://openalex.org/W1527979595', 'https://openalex.org/W1565582771', 'https://openalex.org/W1969153299', 'https://openalex.org/W1969451865', 'https://openalex.org/W1973303883', 'https://openalex.org/W1975001431', 'https://openalex.org/W1988556790', 'https://openalex.org/W1992344680', 'https://openalex.org/W1998139877', 'https://openalex.org/W1998300401', 'https://openalex.org/W2006273041', 'https://openalex.org/W2008120462', 'https://openalex.org/W2008708467', 'https://openalex.org/W2009310436', 'https://openalex.org/W2015292449', 'https://openalex.org/W2040703580', 'https://openalex.org/W2062355909', 'https://openalex.org/W2065461553', 'https://openalex.org/W2066562848', 'https://openalex.org/W2067917889', 'https://openalex.org/W2068083406', 'https://openalex.org/W2074231493', 'https://openalex.org/W2074774389', 'https://openalex.org/W2094031081', 'https://openalex.org/W2097706568', 'https://openalex.org/W2102122585', 'https://openalex.org/W2106258670', 'https://openalex.org/W2108215151', 'https://openalex.org/W2128442209', 'https://openalex.org/W2143210482', 'https://openalex.org/W2149208773', 'https://openalex.org/W2150002470'], 'related_works': ['https://openalex.org/W2035942032', 'https://openalex.org/W2065030893', 'https://openalex.org/W2102047933', 'https://openalex.org/W2103210188', 'https://openalex.org/W2128442209', 'https://openalex.org/W2135434593', 'https://openalex.org/W2184990081', 'https://openalex.org/W2481160739', 'https://openalex.org/W2596471045', 'https://openalex.org/W4200088497'], 'ngrams_url': 'https://api.openalex.org/works/W2106882534/ngrams', 'abstract_inverted_index': {'The': [0], 'sensitivity': [1], 'of': [2, 18, 61, 111], 'the': [3, 16, 42, 59, 62, 108], 'commonly': [4], 'used': [5], 'progressive': [6], 'multiple': [7], 'sequence': [8, 29], 'alignment': [9, 17, 33, 55], 'method': [10], 'has': [11], 'been': [12, 99], 'greatly': [13], 'improved': [14], 'for': [15], 'divergent': [19, 44], 'protein': [20], 'sequences.': [21], 'Firstly,': [22], 'individual': [23], 'weights': [24], 'are': [25, 51, 119], 'assigned': [26], 'to': [27, 36, 58, 64, 106], 'each': [28], 'in': [30, 34, 76, 82, 93], 'a': [31, 122], 'partial': [32], 'order': [35], 'down-weight': [37], 'near-duplicate': [38], 'sequences': [39, 63], 'and': [40, 71], 'up-weight': [41], 'most': [43], 'ones.': [45], 'Secondly,': [46], 'amino': [47], 'acid': [48], 'substitution': [49], 'matrices': [50], 'varied': [52], 'at': [53, 114], 'different': [54], 'stages': [56], 'according': [57], 'divergence': [60], 'be': [65], 'aligned.': [66], 'Thirdly,': [67], 'residue-specific': [68], 'gap': [69, 74, 104], 'penalties': [70, 75, 105], 'locally': [72, 102], 'reduced': [73, 103], 'hydrophilic': [77], 'regions': [78, 85], 'encourage': [79, 107], 'new': [80, 112, 123], 'gaps': [81, 97, 113], 'potential': [83], 'loop': [84], 'rather': [86], 'than': [87], 'regular': [88], 'secondary': [89], 'structure.': [90], 'Fourthly,': [91], 'positions': [92], 'early': [94], 'alignments': [95], 'where': [96], 'have': [98], 'opened': [100], 'receive': [101], 'opening': [109], 'up': [110], 'these': [115], 'positions.': [116], 'These': [117], 'modifications': [118], 'incorporated': [120], 'into': [121], 'program,': [124], 'CLUSTAL': [125], 'W': [126], 'which': [127], 'is': [128], 'freely': [129], 'available.': [130]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2106882534', 'counts_by_year': [{'year': 2023, 'cited_by_count': 908}, {'year': 2022, 'cited_by_count': 1456}, {'year': 2021, 'cited_by_count': 1502}, {'year': 2020, 'cited_by_count': 1537}, {'year': 2019, 'cited_by_count': 1455}, {'year': 2018, 'cited_by_count': 1454}, {'year': 2017, 'cited_by_count': 1582}, {'year': 2016, 'cited_by_count': 1771}, {'year': 2015, 'cited_by_count': 2030}, {'year': 2014, 'cited_by_count': 2368}, {'year': 2013, 'cited_by_count': 2674}, {'year': 2012, 'cited_by_count': 2809}], 'updated_date': '2023-10-04T03:53:21.828691', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2164777277', 'doi': 'https://doi.org/10.2307/2529310', 'title': 'The Measurement of Observer Agreement for Categorical Data', 'display_name': 'The Measurement of Observer Agreement for Categorical Data', 'publication_year': 1977, 'publication_date': '1977-03-01', 'ids': {'openalex': 'https://openalex.org/W2164777277', 'doi': 'https://doi.org/10.2307/2529310', 'mag': '2164777277', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/843571'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/2529310', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S8265502', 'display_name': 'Biometrics', 'issn_l': '0006-341X', 'issn': ['0006-341X', '1541-0420'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://repositorio.unal.edu.co/bitstream/unal/80119/2/1010175682.2021.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5052609076', 'display_name': 'J. Richard Landis', 'orcid': 'https://orcid.org/0000-0001-8099-0988'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'J. R. Landis', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5033519431', 'display_name': 'Gary G. Koch', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Gary G Koch', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3710, 'currency': 'USD', 'value_usd': 3710, 'provenance': 'doaj'}, 'apc_paid': {'value': 3710, 'currency': 'USD', 'value_usd': 3710, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 58517, 'biblio': {'volume': '33', 'issue': '1', 'first_page': '159', 'last_page': '159'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C5274069', 'wikidata': 'https://www.wikidata.org/wiki/Q2285707', 'display_name': 'Categorical variable', 'level': 2, 'score': 0.8725425}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.70972675}, {'id': 'https://openalex.org/C2778724333', 'wikidata': 'https://www.wikidata.org/wiki/Q14401', 'display_name': 'Kappa', 'level': 2, 'score': 0.6865696}, {'id': 'https://openalex.org/C142259097', 'wikidata': 'https://www.wikidata.org/wiki/Q5891314', 'display_name': 'Homogeneity (statistics)', 'level': 2, 'score': 0.61026114}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.58168674}, {'id': 'https://openalex.org/C161584116', 'wikidata': 'https://www.wikidata.org/wiki/Q1952580', 'display_name': 'Multivariate statistics', 'level': 2, 'score': 0.57559615}, {'id': 'https://openalex.org/C87007009', 'wikidata': 'https://www.wikidata.org/wiki/Q210832', 'display_name': 'Statistical hypothesis testing', 'level': 2, 'score': 0.48874116}, {'id': 'https://openalex.org/C163864269', 'wikidata': 'https://www.wikidata.org/wiki/Q1107106', 'display_name': "Cohen's kappa", 'level': 2, 'score': 0.48762932}, {'id': 'https://openalex.org/C2780704645', 'wikidata': 'https://www.wikidata.org/wiki/Q9251458', 'display_name': 'Observer (physics)', 'level': 2, 'score': 0.48318592}, {'id': 'https://openalex.org/C100906024', 'wikidata': 'https://www.wikidata.org/wiki/Q205692', 'display_name': 'Poisson distribution', 'level': 2, 'score': 0.4679994}, {'id': 'https://openalex.org/C149782125', 'wikidata': 'https://www.wikidata.org/wiki/Q160039', 'display_name': 'Econometrics', 'level': 1, 'score': 0.45715424}, {'id': 'https://openalex.org/C38180746', 'wikidata': 'https://www.wikidata.org/wiki/Q1952580', 'display_name': 'Multivariate analysis', 'level': 2, 'score': 0.44246194}, {'id': 'https://openalex.org/C43214815', 'wikidata': 'https://www.wikidata.org/wiki/Q7310987', 'display_name': 'Reliability (semiconductor)', 'level': 3, 'score': 0.4237277}, {'id': 'https://openalex.org/C40696583', 'wikidata': 'https://www.wikidata.org/wiki/Q989120', 'display_name': 'Type I and type II errors', 'level': 2, 'score': 0.41545993}, {'id': 'https://openalex.org/C163258240', 'wikidata': 'https://www.wikidata.org/wiki/Q25342', 'display_name': 'Power (physics)', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D009103', 'descriptor_name': 'Multiple Sclerosis', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D013223', 'descriptor_name': 'Statistics as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009103', 'descriptor_name': 'Multiple Sclerosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.2307/2529310', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S8265502', 'display_name': 'Biometrics', 'issn_l': '0006-341X', 'issn': ['0006-341X', '1541-0420'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/80119', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/80119/2/1010175682.2021.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/843571', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/80119', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/80119/2/1010175682.2021.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.71}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.15}], 'grants': [], 'referenced_works_count': 33, 'referenced_works': ['https://openalex.org/W1964495738', 'https://openalex.org/W1965000394', 'https://openalex.org/W1968785420', 'https://openalex.org/W1975879668', 'https://openalex.org/W1979773093', 'https://openalex.org/W1989492805', 'https://openalex.org/W1989774929', 'https://openalex.org/W1990995083', 'https://openalex.org/W1995156089', 'https://openalex.org/W2018385240', 'https://openalex.org/W2021142183', 'https://openalex.org/W2028548753', 'https://openalex.org/W2037789405', 'https://openalex.org/W2048547093', 'https://openalex.org/W2053154970', 'https://openalex.org/W2063803293', 'https://openalex.org/W2073760305', 'https://openalex.org/W2088041869', 'https://openalex.org/W2095431598', 'https://openalex.org/W2100136835', 'https://openalex.org/W2119251604', 'https://openalex.org/W2123593957', 'https://openalex.org/W2133012565', 'https://openalex.org/W2144651140', 'https://openalex.org/W2304684629', 'https://openalex.org/W2324588294', 'https://openalex.org/W2327624260', 'https://openalex.org/W2330158446', 'https://openalex.org/W2333609365', 'https://openalex.org/W2334186876', 'https://openalex.org/W2532157753', 'https://openalex.org/W2795766380', 'https://openalex.org/W2798510847'], 'related_works': ['https://openalex.org/W111910962', 'https://openalex.org/W1964512297', 'https://openalex.org/W2062560044', 'https://openalex.org/W2079216125', 'https://openalex.org/W2149490731', 'https://openalex.org/W2150417891', 'https://openalex.org/W2246545666', 'https://openalex.org/W3122922987', 'https://openalex.org/W3189388891', 'https://openalex.org/W4360885665'], 'ngrams_url': 'https://api.openalex.org/works/W2164777277/ngrams', 'abstract_inverted_index': {'This': [0], 'paper': [1], 'presents': [2], 'a': [3, 83], 'general': [4], 'statistical': [5], 'methodology': [6], 'for': [7, 50, 56], 'the': [8, 23, 28, 35, 39, 45, 88], 'analysis': [9], 'of': [10, 25, 27, 47, 63, 69], 'multivariate': [11], 'categorical': [12], 'data': [13], 'arising': [14], 'from': [15, 87], 'observer': [16], 'reliability': [17], 'studies.': [18], 'The': [19], 'procedure': [20], 'essentially': [21], 'involves': [22], 'construction': [24, 46], 'functions': [26], 'observed': [29], 'proportions': [30], 'which': [31, 38], 'are': [32, 59, 72, 80], 'directed': [33], 'at': [34], 'extent': [36], 'to': [37], 'observers': [40], 'agree': [41], 'among': [42], 'themselves': [43], 'and': [44, 67], 'test': [48], 'statistics': [49], 'hypotheses': [51], 'involving': [52], 'these': [53], 'functions.': [54], 'Tests': [55], 'interobserver': [57, 70], 'bias': [58], 'presented': [60], 'in': [61], 'terms': [62], 'first-order': [64], 'marginal': [65], 'homogeneity': [66], 'measures': [68], 'agreement': [71], 'developed': [73], 'as': [74], 'generalized': [75], 'kappa-type': [76], 'statistics.': [77], 'These': [78], 'procedures': [79], 'illustrated': [81], 'with': [82], 'clinical': [84], 'diagnosis': [85], 'example': [86], 'epidemiological': [89], 'literature.': [90]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2164777277', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3171}, {'year': 2022, 'cited_by_count': 4348}, {'year': 2021, 'cited_by_count': 4839}, {'year': 2020, 'cited_by_count': 4195}, {'year': 2019, 'cited_by_count': 3894}, {'year': 2018, 'cited_by_count': 3661}, {'year': 2017, 'cited_by_count': 3383}, {'year': 2016, 'cited_by_count': 3537}, {'year': 2015, 'cited_by_count': 3317}, {'year': 2014, 'cited_by_count': 3210}, {'year': 2013, 'cited_by_count': 2909}, {'year': 2012, 'cited_by_count': 2639}], 'updated_date': '2023-09-29T19:14:31.725725', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1979544533', 'doi': 'https://doi.org/10.1103/physrevb.59.1758', 'title': 'From ultrasoft pseudopotentials to the projector augmented-wave method', 'display_name': 'From ultrasoft pseudopotentials to the projector augmented-wave method', 'publication_year': 1999, 'publication_date': '1999-01-15', 'ids': {'openalex': 'https://openalex.org/W1979544533', 'doi': 'https://doi.org/10.1103/physrevb.59.1758', 'mag': '1979544533'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevb.59.1758', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210174675', 'display_name': 'Physical review', 'issn_l': '0163-1829', 'issn': ['0163-1829', '1095-3795'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5019751186', 'display_name': 'Georg Kresse', 'orcid': 'https://orcid.org/0000-0001-9102-4259'}, 'institutions': [{'id': 'https://openalex.org/I145847075', 'display_name': 'TU Wien', 'ror': 'https://ror.org/04d836q62', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I145847075']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Georg Kresse', 'raw_affiliation_string': 'Institüt für Theoretische Physik Technische, Universität Wien, Wiedner Hauptstrasse 8‐10/136, A‐1040 Wien, Austria', 'raw_affiliation_strings': ['Institüt für Theoretische Physik Technische, Universität Wien, Wiedner Hauptstrasse 8‐10/136, A‐1040 Wien, Austria']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5063903403', 'display_name': 'Daniel P. Joubert', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I192619145', 'display_name': 'University of the Witwatersrand', 'ror': 'https://ror.org/03rp50x72', 'country_code': 'ZA', 'type': 'education', 'lineage': ['https://openalex.org/I192619145']}], 'countries': ['ZA'], 'is_corresponding': False, 'raw_author_name': 'Daniel P. Joubert', 'raw_affiliation_string': 'Physics Department, University of the Witwatersrand, P O Wits 2050, Johannesburg, South Africa', 'raw_affiliation_strings': ['Physics Department, University of the Witwatersrand, P O Wits 2050, Johannesburg, South Africa']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 58416, 'biblio': {'volume': '59', 'issue': '3', 'first_page': '1758', 'last_page': '1775'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C132378524', 'wikidata': 'https://www.wikidata.org/wiki/Q769463', 'display_name': 'Pseudopotential', 'level': 2, 'score': 0.81306803}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.6509465}, {'id': 'https://openalex.org/C186370098', 'wikidata': 'https://www.wikidata.org/wiki/Q442787', 'display_name': 'Energy (signal processing)', 'level': 2, 'score': 0.55773896}, {'id': 'https://openalex.org/C152365726', 'wikidata': 'https://www.wikidata.org/wiki/Q1048589', 'display_name': 'Density functional theory', 'level': 2, 'score': 0.51232827}, {'id': 'https://openalex.org/C155281189', 'wikidata': 'https://www.wikidata.org/wiki/Q3518150', 'display_name': 'Tensor (intrinsic definition)', 'level': 2, 'score': 0.4712679}, {'id': 'https://openalex.org/C184779094', 'wikidata': 'https://www.wikidata.org/wiki/Q26383', 'display_name': 'Atomic physics', 'level': 1, 'score': 0.39110976}, {'id': 'https://openalex.org/C26873012', 'wikidata': 'https://www.wikidata.org/wiki/Q214781', 'display_name': 'Condensed matter physics', 'level': 1, 'score': 0.3465398}, {'id': 'https://openalex.org/C8010536', 'wikidata': 'https://www.wikidata.org/wiki/Q160398', 'display_name': 'Crystallography', 'level': 1, 'score': 0.3348018}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.26629692}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.12906384}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.079048485}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevb.59.1758', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210174675', 'display_name': 'Physical review', 'issn_l': '0163-1829', 'issn': ['0163-1829', '1095-3795'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.92}], 'grants': [], 'referenced_works_count': 43, 'referenced_works': ['https://openalex.org/W1968174372', 'https://openalex.org/W1968426044', 'https://openalex.org/W1970127494', 'https://openalex.org/W1972953571', 'https://openalex.org/W1974987592', 'https://openalex.org/W1980876277', 'https://openalex.org/W1985915253', 'https://openalex.org/W1987639131', 'https://openalex.org/W1989060947', 'https://openalex.org/W1992753351', 'https://openalex.org/W1994260363', 'https://openalex.org/W1996479714', 'https://openalex.org/W2007395042', 'https://openalex.org/W2014984574', 'https://openalex.org/W2022937698', 'https://openalex.org/W2024003451', 'https://openalex.org/W2026907619', 'https://openalex.org/W2030582590', 'https://openalex.org/W2038533471', 'https://openalex.org/W2039626632', 'https://openalex.org/W2041292953', 'https://openalex.org/W2046001409', 'https://openalex.org/W2051991015', 'https://openalex.org/W2052637367', 'https://openalex.org/W2055918144', 'https://openalex.org/W2058853966', 'https://openalex.org/W2060186248', 'https://openalex.org/W2071447483', 'https://openalex.org/W2075350076', 'https://openalex.org/W2076858582', 'https://openalex.org/W2081957755', 'https://openalex.org/W2083222334', 'https://openalex.org/W2087585288', 'https://openalex.org/W2088380112', 'https://openalex.org/W2088925773', 'https://openalex.org/W2092274256', 'https://openalex.org/W2098432400', 'https://openalex.org/W2100875813', 'https://openalex.org/W2230728100', 'https://openalex.org/W2996306552', 'https://openalex.org/W3206606417', 'https://openalex.org/W4229724516', 'https://openalex.org/W4229766111'], 'related_works': ['https://openalex.org/W1971947717', 'https://openalex.org/W2017310488', 'https://openalex.org/W2030072986', 'https://openalex.org/W2032505206', 'https://openalex.org/W2334199839', 'https://openalex.org/W2608596101', 'https://openalex.org/W2979013039', 'https://openalex.org/W4220971313', 'https://openalex.org/W4221156263', 'https://openalex.org/W4289778691'], 'ngrams_url': 'https://api.openalex.org/works/W1979544533/ngrams', 'abstract_inverted_index': {'The': [0, 44], 'formal': [1], 'relationship': [2], 'between': [3], 'ultrasoft': [4], '(US)': [5], 'Vanderbilt-type': [6], 'pseudopotentials': [7, 27, 74], 'and': [8, 49, 88, 93, 110, 131, 137], 'Bl\\"ochl\'s': [9], 'projector': [10], 'augmented': [11], 'wave': [12], '(PAW)': [13], 'method': [14, 67, 97], 'is': [15, 18, 75, 125], 'derived.': [16], 'It': [17], 'shown': [19], 'that': [20], 'the': [21, 47, 50, 65, 86, 91, 94, 128], 'total': [22, 41], 'energy': [23, 42], 'functional': [24], 'for': [25, 55], 'US': [26, 73, 95], 'can': [28], 'be': [29], 'obtained': [30], 'by': [31], 'linearization': [32], 'of': [33, 90, 134], 'two': [34], 'terms': [35], 'in': [36, 68], 'a': [37], 'slightly': [38], 'modified': [39, 57], 'PAW': [40, 58, 66, 92], 'functional.': [43, 59], 'Hamilton': [45], 'operator,': [46], 'forces,': [48], 'stress': [51], 'tensor': [52], 'are': [53, 82], 'derived': [54], 'this': [56], 'A': [60], 'simple': [61], 'way': [62], 'to': [63, 84, 127], 'implement': [64], 'existing': [69], 'plane-wave': [70], 'codes': [71], 'supporting': [72], 'pointed': [76], 'out.': [77], 'In': [78], 'addition,': [79], 'critical': [80], 'tests': [81, 105], 'presented': [83], 'compare': [85], 'accuracy': [87], 'efficiency': [89], 'pseudopotential': [96], 'with': [98], 'relaxed': [99], 'core': [100], 'all': [101], 'electron': [102], 'methods.': [103], 'These': [104], 'include': [106], 'small': [107], 'molecules': [108], '$({\\mathrm{H}}_{2}{,\\mathrm{}\\mathrm{H}}_{2}{\\mathrm{O},\\mathrm{}\\mathrm{Li}}_{2}{,\\mathrm{}\\mathrm{N}}_{2}{,\\mathrm{}\\mathrm{F}}_{2}{,\\mathrm{}\\mathrm{BF}}_{3}{,\\mathrm{}\\mathrm{SiF}}_{4})$': [109], 'several': [111], 'bulk': [112, 129], 'systems': [113], '(diamond,': [114], 'Si,': [115], 'V,': [116], 'Li,': [117], 'Ca,': [118], '${\\mathrm{CaF}}_{2},$': [119], 'Fe,': [120, 135], 'Co,': [121, 136], 'Ni).': [122], 'Particular': [123], 'attention': [124], 'paid': [126], 'properties': [130], 'magnetic': [132], 'energies': [133], 'Ni.': [138]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1979544533', 'counts_by_year': [{'year': 2023, 'cited_by_count': 5388}, {'year': 2022, 'cited_by_count': 6389}, {'year': 2021, 'cited_by_count': 6020}, {'year': 2020, 'cited_by_count': 5399}, {'year': 2019, 'cited_by_count': 4867}, {'year': 2018, 'cited_by_count': 4399}, {'year': 2017, 'cited_by_count': 3968}, {'year': 2016, 'cited_by_count': 3559}, {'year': 2015, 'cited_by_count': 3147}, {'year': 2014, 'cited_by_count': 2720}, {'year': 2013, 'cited_by_count': 2299}, {'year': 2012, 'cited_by_count': 2144}], 'updated_date': '2023-10-04T06:07:50.529196', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2024556021', 'doi': 'https://doi.org/10.1111/j.1399-3054.1962.tb08052.x', 'title': 'A Revised Medium for Rapid Growth and Bio Assays with Tobacco Tissue Cultures', 'display_name': 'A Revised Medium for Rapid Growth and Bio Assays with Tobacco Tissue Cultures', 'publication_year': 1962, 'publication_date': '1962-07-01', 'ids': {'openalex': 'https://openalex.org/W2024556021', 'doi': 'https://doi.org/10.1111/j.1399-3054.1962.tb08052.x', 'mag': '2024556021'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/j.1399-3054.1962.tb08052.x', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S185046733', 'display_name': 'Physiologia Plantarum', 'issn_l': '0031-9317', 'issn': ['1399-3054', '0031-9317'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5053356367', 'display_name': 'Toshio Murashige', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I135310074', 'display_name': 'University of Wisconsin–Madison', 'ror': 'https://ror.org/01y2jtd41', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1304256225', 'https://openalex.org/I135310074']}, {'id': 'https://openalex.org/I1331384533', 'display_name': 'University of Hawaii System', 'ror': 'https://ror.org/03tzaeb71', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1331384533']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Toshio Murashige', 'raw_affiliation_string': 'Department of Botany, University of Wisconsin, Madison, 6, Wisconsin; Department of Horticulture, Agr. Kxpt. Station, University of Hawaii, Honolulu, Hawaii.', 'raw_affiliation_strings': ['Department of Botany, University of Wisconsin, Madison, 6, Wisconsin', 'Department of Horticulture, Agr. Kxpt. Station, University of Hawaii, Honolulu, Hawaii.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014796220', 'display_name': 'Folke Skoog', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I135310074', 'display_name': 'University of Wisconsin–Madison', 'ror': 'https://ror.org/01y2jtd41', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1304256225', 'https://openalex.org/I135310074']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Folke Skoog', 'raw_affiliation_string': 'DEPARTMENT OF BOTANY, UNIVERSITY OF WISCONSIN, MADISON 6, WISCONSIN', 'raw_affiliation_strings': ['DEPARTMENT OF BOTANY, UNIVERSITY OF WISCONSIN, MADISON 6, WISCONSIN']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3760, 'currency': 'USD', 'value_usd': 3760, 'provenance': 'doaj'}, 'apc_paid': {'value': 3760, 'currency': 'USD', 'value_usd': 3760, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 58369, 'biblio': {'volume': '15', 'issue': '3', 'first_page': '473', 'last_page': '497'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.5788462}, {'id': 'https://openalex.org/C59822182', 'wikidata': 'https://www.wikidata.org/wiki/Q441', 'display_name': 'Botany', 'level': 1, 'score': 0.36061615}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.35394228}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.1448293}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/j.1399-3054.1962.tb08052.x', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S185046733', 'display_name': 'Physiologia Plantarum', 'issn_l': '0031-9317', 'issn': ['1399-3054', '0031-9317'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.87}], 'grants': [], 'referenced_works_count': 12, 'referenced_works': ['https://openalex.org/W1969809410', 'https://openalex.org/W1989273657', 'https://openalex.org/W1996964415', 'https://openalex.org/W2007778094', 'https://openalex.org/W2025807006', 'https://openalex.org/W2038454257', 'https://openalex.org/W2040107245', 'https://openalex.org/W2041229548', 'https://openalex.org/W2048419279', 'https://openalex.org/W2049859698', 'https://openalex.org/W2061717299', 'https://openalex.org/W2071434895'], 'related_works': ['https://openalex.org/W1602224818', 'https://openalex.org/W2027136333', 'https://openalex.org/W2027989916', 'https://openalex.org/W2047134548', 'https://openalex.org/W2119976708', 'https://openalex.org/W2468335957', 'https://openalex.org/W2476588683', 'https://openalex.org/W2981713487', 'https://openalex.org/W3215139134', 'https://openalex.org/W4240757957'], 'ngrams_url': 'https://api.openalex.org/works/W2024556021/ngrams', 'abstract_inverted_index': {'Physiologia': [0], 'PlantarumVolume': [1], '15,': [2], 'Issue': [3], '3': [4], 'p.': [5], '473-497': [6, 197], 'A': [7], 'Revised': [8], 'Medium': [9], 'for': [10, 44, 62, 92, 110], 'Rapid': [11], 'Growth': [12], 'and': [13, 140, 144, 156, 163, 182], 'Bio': [14], 'Assays': [15], 'with': [16, 179], 'Tobacco': [17], 'Tissue': [18], 'Cultures': [19], 'Toshio': [20, 22, 68, 70], 'Murashige,': [21, 69], 'Murashige': [23, 71], 'Department': [24, 33, 53, 72, 81, 101], 'of': [25, 28, 34, 40, 54, 57, 73, 76, 82, 88, 102, 105, 142, 152, 165, 176], 'Botany,': [26, 55, 74, 103], 'University': [27, 39, 56, 75, 87, 104], 'Wisconsin,': [29, 58, 77, 106], 'Madison,': [30, 59, 78, 107], '6,': [31, 60, 79, 108], 'Wisconsin': [32, 80], 'Horticulture,': [35, 83], 'Agr.': [36, 84], 'Kxpt.': [37, 85], 'Station,': [38, 86], 'Hawaii,': [41, 89], 'Honolulu,': [42, 90], 'Hawaii.Search': [43, 91], 'more': [45, 63, 93, 111], 'papers': [46, 64, 94, 112], 'by': [47, 65, 95, 113], 'this': [48, 66, 96, 114, 177], 'authorFolke': [49, 97], 'Skoog,': [50, 98], 'Folke': [51, 99], 'Skoog': [52, 100], 'WisconsinSearch': [61, 109], 'author': [67, 115], 'First': [116], 'published:': [117], 'July': [118], '1962': [119], 'https://doi.org/10.1111/j.1399-3054.1962.tb08052.xCitations:': [120], '40,250': [121], 'AboutPDF': [122], 'ToolsRequest': [123], 'permissionExport': [124], 'citationAdd': [125], 'to': [126, 148, 171], 'favoritesTrack': [127], 'citation': [128], 'ShareShare': [129], 'Give': [130], 'accessShare': [131, 134], 'full': [132], 'text': [133], 'full-text': [135, 150, 174], 'accessPlease': [136], 'review': [137], 'our': [138], 'Terms': [139, 162], 'Conditions': [141, 164], 'Use': [143], 'check': [145], 'box': [146], 'below': [147, 170], 'share': [149, 172], 'version': [151, 175], 'article.I': [153], 'have': [154], 'read': [155], 'accept': [157], 'the': [158, 168], 'Wiley': [159], 'Online': [160], 'Library': [161], 'UseShareable': [166], 'LinkUse': [167], 'link': [169], 'a': [173, 188], 'article': [178], 'your': [180], 'friends': [181], 'colleagues.': [183], 'Learn': [184], 'more.Copy': [185], 'URL': [186], 'Share': [187], 'linkShare': [189], 'onFacebookTwitterLinked': [190], 'InRedditWechat': [191], 'Citing': [192], 'Literature': [193], 'Volume15,': [194], 'Issue3July': [195], '1962Pages': [196], 'RelatedInformation': [198]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2024556021', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1251}, {'year': 2022, 'cited_by_count': 1667}, {'year': 2021, 'cited_by_count': 1880}, {'year': 2020, 'cited_by_count': 1859}, {'year': 2019, 'cited_by_count': 1666}, {'year': 2018, 'cited_by_count': 1665}, {'year': 2017, 'cited_by_count': 1632}, {'year': 2016, 'cited_by_count': 1814}, {'year': 2015, 'cited_by_count': 2121}, {'year': 2014, 'cited_by_count': 2466}, {'year': 2013, 'cited_by_count': 2357}, {'year': 2012, 'cited_by_count': 2563}], 'updated_date': '2023-10-03T11:31:40.351055', 'created_date': '2016-06-24'}]
Seleccionar
Referencia de OpenAlex: Seleccionar campos.
Works().filter(publication_year=2020, is_oa=True).select(["id", "doi"]).get()
[{'id': 'https://openalex.org/W3001118548', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30183-5'}, {'id': 'https://openalex.org/W3008827533', 'doi': 'https://doi.org/10.1056/nejmoa2002032'}, {'id': 'https://openalex.org/W3001897055', 'doi': 'https://doi.org/10.1056/nejmoa2001017'}, {'id': 'https://openalex.org/W3009885589', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30566-3'}, {'id': 'https://openalex.org/W3165656738', 'doi': 'https://doi.org/10.1001/jama.2020.1585'}, {'id': 'https://openalex.org/W3004280078', 'doi': 'https://doi.org/10.1038/s41586-020-2012-7'}, {'id': 'https://openalex.org/W3009912996', 'doi': 'https://doi.org/10.1016/j.cell.2020.02.052'}, {'id': 'https://openalex.org/W3002108456', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30211-7'}, {'id': 'https://openalex.org/W2999417355', 'doi': 'https://doi.org/10.3322/caac.21590'}, {'id': 'https://openalex.org/W3103145119', 'doi': 'https://doi.org/10.1038/s41592-019-0686-2'}, {'id': 'https://openalex.org/W3008028633', 'doi': 'https://doi.org/10.1001/jama.2020.2648'}, {'id': 'https://openalex.org/W3003668884', 'doi': 'https://doi.org/10.1056/nejmoa2001316'}, {'id': 'https://openalex.org/W3111255098', 'doi': 'https://doi.org/10.1056/nejmoa2034577'}, {'id': 'https://openalex.org/W3006659024', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30460-8'}, {'id': 'https://openalex.org/W3003217347', 'doi': 'https://doi.org/10.1038/s41586-020-2008-3'}, {'id': 'https://openalex.org/W3004318991', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30251-8'}, {'id': 'https://openalex.org/W3099878876', 'doi': 'https://doi.org/10.1038/s41586-020-2649-2'}, {'id': 'https://openalex.org/W3025949386', 'doi': 'https://doi.org/10.1002/qj.3803'}, {'id': 'https://openalex.org/W3008443627', 'doi': 'https://doi.org/10.1016/s1473-3099(20)30120-1'}, {'id': 'https://openalex.org/W3008090866', 'doi': 'https://doi.org/10.1016/s2213-2600(20)30079-5'}, {'id': 'https://openalex.org/W3012421327', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30628-0'}, {'id': 'https://openalex.org/W3007643904', 'doi': 'https://doi.org/10.1126/science.abb2507'}, {'id': 'https://openalex.org/W3016535995', 'doi': 'https://doi.org/10.1001/jama.2020.6775'}, {'id': 'https://openalex.org/W3012099172', 'doi': 'https://doi.org/10.1056/nejmc2004973'}, {'id': 'https://openalex.org/W3002539152', 'doi': 'https://doi.org/10.1016/s0140-6736(20)30154-9'}]
Muestra
Referencia de OpenAlex: listas de entidades de muestra.
Works().sample(100, seed=535).get()
[{'id': 'https://openalex.org/W950429506', 'doi': None, 'title': '浅谈LIMS在“双认证”实验室中的应用', 'display_name': '浅谈LIMS在“双认证”实验室中的应用', 'relevance_score': 0.99999994, 'publication_year': 2010, 'publication_date': '2010-01-01', 'ids': {'openalex': 'https://openalex.org/W950429506', 'mag': '950429506'}, 'language': 'zh-cn', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://www.cqvip.com/QK/92443A/201005/35796779.html', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306554769', 'display_name': '现代科学仪器', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5080174472', 'display_name': '黄金丽', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': '黄金丽', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006998000', 'display_name': '孙宝利', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': '孙宝利', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057289607', 'display_name': '仝乘凤', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': '仝乘凤', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5045628565', 'display_name': '范中南', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': '范中南', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': '5', 'first_page': '140', 'last_page': '142'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4326675}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://www.cqvip.com/QK/92443A/201005/35796779.html', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306554769', 'display_name': '现代科学仪器', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.13}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.11}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': [], 'ngrams_url': 'https://api.openalex.org/works/W950429506/ngrams', 'abstract_inverted_index': {'简述了LIMS系统(实验室信息管理系统)在双认证实验室中的信息化管理,从人员管理、仪器管理、实验物品管理、方法管理和环境管理这五个管理要素进行系统分析。整个LIMS系统完善了实验室的检测工作流程,集样品、检验过程、检验数据、检验报告和实验室资源管理等于一体,组成一套完整的实验室综合管理体系以适应双认证实验室的需求,从而提高整个实验室的质量管理水平和工作效率。': [0]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W950429506', 'counts_by_year': [], 'updated_date': '2023-09-24T05:28:31.507220', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2287468980', 'doi': 'https://doi.org/10.1109/wi-iat.2015.194', 'title': 'Survey of Application and Research on Government Cloud Computing In China', 'display_name': 'Survey of Application and Research on Government Cloud Computing In China', 'relevance_score': 0.99999994, 'publication_year': 2015, 'publication_date': '2015-12-01', 'ids': {'openalex': 'https://openalex.org/W2287468980', 'doi': 'https://doi.org/10.1109/wi-iat.2015.194', 'mag': '2287468980'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/wi-iat.2015.194', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'proceedings-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023678961', 'display_name': 'Wang Ning', 'orcid': 'https://orcid.org/0009-0004-7037-9260'}, 'institutions': [{'id': 'https://openalex.org/I27357992', 'display_name': 'Dalian University of Technology', 'ror': 'https://ror.org/023hj5876', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I27357992']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wang Ning', 'raw_affiliation_string': 'Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China', 'raw_affiliation_strings': ['Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069938369', 'display_name': 'Xie Xiaoshan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I27357992', 'display_name': 'Dalian University of Technology', 'ror': 'https://ror.org/023hj5876', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I27357992']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xie Xiaoshan', 'raw_affiliation_string': 'Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China', 'raw_affiliation_strings': ['Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065859286', 'display_name': 'Hui Li', 'orcid': 'https://orcid.org/0000-0003-1674-5480'}, 'institutions': [{'id': 'https://openalex.org/I27357992', 'display_name': 'Dalian University of Technology', 'ror': 'https://ror.org/023hj5876', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I27357992']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Li Hui', 'raw_affiliation_string': 'Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China', 'raw_affiliation_strings': ['Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082358939', 'display_name': 'Xuehua Wang', 'orcid': 'https://orcid.org/0000-0003-1324-1471'}, 'institutions': [{'id': 'https://openalex.org/I27357992', 'display_name': 'Dalian University of Technology', 'ror': 'https://ror.org/023hj5876', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I27357992']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Wang Xuehua', 'raw_affiliation_string': 'Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China', 'raw_affiliation_strings': ['Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5070233773', 'display_name': 'Xuezhi Qin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I27357992', 'display_name': 'Dalian University of Technology', 'ror': 'https://ror.org/023hj5876', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I27357992']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Qin Xuezhi', 'raw_affiliation_string': 'Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China', 'raw_affiliation_strings': ['Fac. of Manage. & Econ., Dalian Univ. of Technol., Dalian, China']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 3, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C79974875', 'wikidata': 'https://www.wikidata.org/wiki/Q483639', 'display_name': 'Cloud computing', 'level': 2, 'score': 0.94340897}, {'id': 'https://openalex.org/C2778137410', 'wikidata': 'https://www.wikidata.org/wiki/Q2732820', 'display_name': 'Government (linguistics)', 'level': 2, 'score': 0.77082133}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.62382835}, {'id': 'https://openalex.org/C191935318', 'wikidata': 'https://www.wikidata.org/wiki/Q148', 'display_name': 'China', 'level': 2, 'score': 0.6090871}, {'id': 'https://openalex.org/C123657996', 'wikidata': 'https://www.wikidata.org/wiki/Q12271', 'display_name': 'Architecture', 'level': 2, 'score': 0.53552353}, {'id': 'https://openalex.org/C48677424', 'wikidata': 'https://www.wikidata.org/wiki/Q6888088', 'display_name': 'Mode (computer interface)', 'level': 2, 'score': 0.4833107}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.4343772}, {'id': 'https://openalex.org/C38652104', 'wikidata': 'https://www.wikidata.org/wiki/Q3510521', 'display_name': 'Computer security', 'level': 1, 'score': 0.35762864}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.23664507}, {'id': 'https://openalex.org/C107457646', 'wikidata': 'https://www.wikidata.org/wiki/Q207434', 'display_name': 'Human–computer interaction', 'level': 1, 'score': 0.13662422}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.11687872}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.086915046}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/wi-iat.2015.194', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.83}], 'grants': [], 'referenced_works_count': 1, 'referenced_works': ['https://openalex.org/W2125983452'], 'related_works': ['https://openalex.org/W1492108158', 'https://openalex.org/W2147718880', 'https://openalex.org/W2362098564', 'https://openalex.org/W2379930685', 'https://openalex.org/W2383532021', 'https://openalex.org/W2388049097', 'https://openalex.org/W2805919076', 'https://openalex.org/W4255047421', 'https://openalex.org/W4255207373', 'https://openalex.org/W4385451301'], 'ngrams_url': 'https://api.openalex.org/works/W2287468980/ngrams', 'abstract_inverted_index': {'The': [0], 'development': [1], 'of': [2, 19, 35, 40], 'cloud': [3, 21, 45], 'computing': [4, 22], 'philosophy': [5], 'and': [6, 15, 25, 38], 'technology': [7], 'offers': [8], 'new': [9], 'direction': [10], 'to': [11, 51], 'e-government.': [12], 'First,': [13], 'introduced': [14], 'analyzed': [16], 'current': [17], 'situation': [18], 'government': [20, 41, 44], 'at': [23], 'home': [24], 'abroad.': [26], 'Then,': [27], 'discuss': [28], 'the': [29, 33, 49], 'research': [30], 'contents': [31], 'from': [32], 'aspects': [34], 'migration': [36], 'mode': [37], 'architecture': [39], 'cloud,': [42], 'popular': [43], 'solutions.': [46], 'Finally,': [47], 'indicated': [48], 'problems': [50], 'be': [52], 'solved': [53], 'urgently.': [54]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2287468980', 'counts_by_year': [{'year': 2019, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 1}], 'updated_date': '2023-09-24T17:51:25.628564', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W3151300731', 'doi': 'https://doi.org/10.1007/bf02425740', 'title': 'Die einzelnen Lebensmittel (Chemie, Technologie, Analytik)', 'display_name': 'Die einzelnen Lebensmittel (Chemie, Technologie, Analytik)', 'relevance_score': 0.99999994, 'publication_year': 1961, 'publication_date': '1961-11-01', 'ids': {'openalex': 'https://openalex.org/W3151300731', 'doi': 'https://doi.org/10.1007/bf02425740', 'mag': '3151300731'}, 'language': 'de', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf02425740', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S169454776', 'display_name': 'European Food Research and Technology', 'issn_l': '1438-2377', 'issn': ['1438-2385', '1438-2377'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5005742213', 'display_name': 'R. J. Nachenius', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'R. J. Nachenius', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035953097', 'display_name': 'A. R. Pieterse', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. R. Pieterse', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045364350', 'display_name': 'E. K. Meppelink', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'E. K. Meppelink', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042805475', 'display_name': 'B. Belderok', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'B. Belderok', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043958103', 'display_name': 'D. de Ruiter', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'D. De Ruiter', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025736589', 'display_name': 'Michael Hennig', 'orcid': 'https://orcid.org/0000-0002-1839-2351'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Michael Hennig', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035752554', 'display_name': 'Michel Moser', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'M. Moser', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014240376', 'display_name': 'Helge Holst', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'H. Holst', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': '116', 'issue': '1', 'first_page': '35', 'last_page': '39'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.29781327}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf02425740', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S169454776', 'display_name': 'European Food Research and Technology', 'issn_l': '1438-2377', 'issn': ['1438-2385', '1438-2377'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.53}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.24}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': [], 'ngrams_url': 'https://api.openalex.org/works/W3151300731/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3151300731', 'counts_by_year': [], 'updated_date': '2023-09-26T06:55:33.437909', 'created_date': '2021-04-13'}, {'id': 'https://openalex.org/W2243280155', 'doi': None, 'title': '[State of the sympathico-adrenal system in patients with chronic cholecystitis].', 'display_name': '[State of the sympathico-adrenal system in patients with chronic cholecystitis].', 'relevance_score': 0.99999994, 'publication_year': 1972, 'publication_date': '1972-08-01', 'ids': {'openalex': 'https://openalex.org/W2243280155', 'mag': '2243280155', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/5147418'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/5073188', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5056281915', 'display_name': 'Petrenko Vf', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Petrenko Vf', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033856882', 'display_name': 'Kozlova Zp', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Kozlova Zp', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5063046359', 'display_name': 'L I Geller', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Geller L', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': '8', 'issue': None, 'first_page': '76', 'last_page': '8'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.9340372}, {'id': 'https://openalex.org/C2780354107', 'wikidata': 'https://www.wikidata.org/wiki/Q376666', 'display_name': 'Cholecystitis', 'level': 3, 'score': 0.6478245}, {'id': 'https://openalex.org/C2994355339', 'wikidata': 'https://www.wikidata.org/wiki/Q376666', 'display_name': 'Chronic cholecystitis', 'level': 4, 'score': 0.57629585}, {'id': 'https://openalex.org/C61434518', 'wikidata': 'https://www.wikidata.org/wiki/Q932510', 'display_name': 'General surgery', 'level': 1, 'score': 0.4120338}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.28552175}, {'id': 'https://openalex.org/C2777148285', 'wikidata': 'https://www.wikidata.org/wiki/Q64386', 'display_name': 'Gallbladder', 'level': 2, 'score': 0.116818994}], 'mesh': [{'descriptor_ui': 'D000311', 'descriptor_name': 'Adrenal Glands', 'qualifier_ui': 'Q000503', 'qualifier_name': 'physiopathology', 'is_major_topic': True}, {'descriptor_ui': 'D002764', 'descriptor_name': 'Cholecystitis', 'qualifier_ui': 'Q000503', 'qualifier_name': 'physiopathology', 'is_major_topic': True}, {'descriptor_ui': 'D013564', 'descriptor_name': 'Sympathetic Nervous System', 'qualifier_ui': 'Q000503', 'qualifier_name': 'physiopathology', 'is_major_topic': True}, {'descriptor_ui': 'D000311', 'descriptor_name': 'Adrenal Glands', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002395', 'descriptor_name': 'Catecholamines', 'qualifier_ui': 'Q000652', 'qualifier_name': 'urine', 'is_major_topic': False}, {'descriptor_ui': 'D002395', 'descriptor_name': 'Catecholamines', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002764', 'descriptor_name': 'Cholecystitis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013564', 'descriptor_name': 'Sympathetic Nervous System', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014642', 'descriptor_name': 'Vanilmandelic Acid', 'qualifier_ui': 'Q000652', 'qualifier_name': 'urine', 'is_major_topic': False}, {'descriptor_ui': 'D014642', 'descriptor_name': 'Vanilmandelic Acid', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/5073188', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.44}, {'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.27}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W2026645796', 'https://openalex.org/W2303273952', 'https://openalex.org/W2375592418', 'https://openalex.org/W2377463038', 'https://openalex.org/W2407548046', 'https://openalex.org/W2410160714', 'https://openalex.org/W2415961037', 'https://openalex.org/W2417618962', 'https://openalex.org/W2417774031', 'https://openalex.org/W2460318670'], 'ngrams_url': 'https://api.openalex.org/works/W2243280155/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2243280155', 'counts_by_year': [], 'updated_date': '2023-09-23T17:40:47.863676', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2286330704', 'doi': None, 'title': 'S33-05 The secret life of ICE in bacterial genome evolution and adaptation(S33 Marvelous strategy for bacterial survival -Sensing, Response & Evolution-)', 'display_name': 'S33-05 The secret life of ICE in bacterial genome evolution and adaptation(S33 Marvelous strategy for bacterial survival -Sensing, Response & Evolution-)', 'relevance_score': 0.99999994, 'publication_year': 2014, 'publication_date': '2014-10-16', 'ids': {'openalex': 'https://openalex.org/W2286330704', 'mag': '2286330704'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/naid/110009973681', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306550848', 'display_name': '日本微生物生態学会講演要旨集', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5066057495', 'display_name': 'Jan Roelof van der Meer', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jan Roelof van der Meer', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091117216', 'display_name': 'François Delavat', 'orcid': 'https://orcid.org/0000-0002-5985-4583'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Francois Delavat', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028852677', 'display_name': 'Ryo Miyazaki', 'orcid': 'https://orcid.org/0000-0003-4067-8791'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Ryo Miyazaki', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018762298', 'display_name': 'Nicolas Pradervand', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Nicolas Pradervand', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084987029', 'display_name': 'Friedrich Reinhard', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Friedrich Reinhard', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087270314', 'display_name': 'Sandra Sulser', 'orcid': 'https://orcid.org/0000-0003-1440-3110'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Sandra Sulser', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5038803769', 'display_name': 'Noémie Matthey', 'orcid': 'https://orcid.org/0000-0002-7943-8018'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Noemie Matthey', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': '2014', 'issue': None, 'first_page': '72', 'last_page': '73'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C139807058', 'wikidata': 'https://www.wikidata.org/wiki/Q352374', 'display_name': 'Adaptation (eye)', 'level': 2, 'score': 0.76413786}, {'id': 'https://openalex.org/C87590526', 'wikidata': 'https://www.wikidata.org/wiki/Q3592884', 'display_name': 'Experimental evolution', 'level': 3, 'score': 0.63678336}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.56198704}, {'id': 'https://openalex.org/C2992278830', 'wikidata': 'https://www.wikidata.org/wiki/Q483921', 'display_name': 'Adaptive evolution', 'level': 3, 'score': 0.5469447}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.4965685}, {'id': 'https://openalex.org/C78458016', 'wikidata': 'https://www.wikidata.org/wiki/Q840400', 'display_name': 'Evolutionary biology', 'level': 1, 'score': 0.47104764}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.23199856}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.19684204}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/naid/110009973681', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306550848', 'display_name': '日本微生物生態学会講演要旨集', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.1}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W2070747934', 'https://openalex.org/W2989981044'], 'ngrams_url': 'https://api.openalex.org/works/W2286330704/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2286330704', 'counts_by_year': [], 'updated_date': '2023-09-23T05:59:42.641564', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W3006244802', 'doi': None, 'title': 'Plague of absence : insect declines and the fate of ecosystems', 'display_name': 'Plague of absence : insect declines and the fate of ecosystems', 'relevance_score': 0.99999994, 'publication_year': 2019, 'publication_date': '2019-01-01', 'ids': {'openalex': 'https://openalex.org/W3006244802', 'mag': '3006244802'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://dspace.mit.edu/handle/1721.1/123783', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'dissertation', 'type_crossref': 'dissertation', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5045525546', 'display_name': 'Eva Charles Anna. Frederick', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Eva Charles Anna. Frederick', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5045525546'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778059882', 'wikidata': 'https://www.wikidata.org/wiki/Q133780', 'display_name': 'Plague (disease)', 'level': 2, 'score': 0.7475827}, {'id': 'https://openalex.org/C110872660', 'wikidata': 'https://www.wikidata.org/wiki/Q37813', 'display_name': 'Ecosystem', 'level': 2, 'score': 0.63647735}, {'id': 'https://openalex.org/C2777612826', 'wikidata': 'https://www.wikidata.org/wiki/Q1390', 'display_name': 'Insect', 'level': 2, 'score': 0.6027455}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.45345446}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.44020885}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.41155425}, {'id': 'https://openalex.org/C95124753', 'wikidata': 'https://www.wikidata.org/wiki/Q875686', 'display_name': 'Environmental ethics', 'level': 1, 'score': 0.37895703}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.14651403}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.13659453}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://dspace.mit.edu/handle/1721.1/123783', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.57}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.12}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': [], 'ngrams_url': 'https://api.openalex.org/works/W3006244802/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3006244802', 'counts_by_year': [], 'updated_date': '2023-09-28T01:02:07.001065', 'created_date': '2020-02-24'}, {'id': 'https://openalex.org/W3156794179', 'doi': 'https://doi.org/10.1201/9781003138914-1', 'title': 'Predictive analytics games diamond buyer through portal games', 'display_name': 'Predictive analytics games diamond buyer through portal games', 'relevance_score': 0.99999994, 'publication_year': 2021, 'publication_date': '2021-04-08', 'ids': {'openalex': 'https://openalex.org/W3156794179', 'doi': 'https://doi.org/10.1201/9781003138914-1', 'mag': '3156794179'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1201/9781003138914-1', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306463855', 'display_name': 'Routledge eBooks', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'ebook platform'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'book-chapter', 'type_crossref': 'book-chapter', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5002887997', 'display_name': 'L.M. Pranedya', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'L.M. Pranedya', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059994136', 'display_name': 'Andry Alamsyah', 'orcid': 'https://orcid.org/0000-0001-5106-7561'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Alamsyah', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5041103467', 'display_name': 'Herry Irawan', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'H. Irawan', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C519991488', 'wikidata': 'https://www.wikidata.org/wiki/Q28865', 'display_name': 'Python (programming language)', 'level': 2, 'score': 0.61944544}, {'id': 'https://openalex.org/C79158427', 'wikidata': 'https://www.wikidata.org/wiki/Q485396', 'display_name': 'Analytics', 'level': 2, 'score': 0.61103433}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.57883114}, {'id': 'https://openalex.org/C138602881', 'wikidata': 'https://www.wikidata.org/wiki/Q2709591', 'display_name': 'Confusion matrix', 'level': 2, 'score': 0.5690427}, {'id': 'https://openalex.org/C169258074', 'wikidata': 'https://www.wikidata.org/wiki/Q245748', 'display_name': 'Random forest', 'level': 2, 'score': 0.5614029}, {'id': 'https://openalex.org/C83209312', 'wikidata': 'https://www.wikidata.org/wiki/Q1053367', 'display_name': 'Predictive analytics', 'level': 2, 'score': 0.5380724}, {'id': 'https://openalex.org/C50644808', 'wikidata': 'https://www.wikidata.org/wiki/Q192776', 'display_name': 'Artificial neural network', 'level': 2, 'score': 0.48941293}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.34560075}, {'id': 'https://openalex.org/C162853370', 'wikidata': 'https://www.wikidata.org/wiki/Q39809', 'display_name': 'Marketing', 'level': 1, 'score': 0.3335119}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.27690554}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.18545124}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1201/9781003138914-1', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306463855', 'display_name': 'Routledge eBooks', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'ebook platform'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.29}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.2}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.13}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.13}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1102481', 'https://openalex.org/W2418999', 'https://openalex.org/W5584197', 'https://openalex.org/W6575493', 'https://openalex.org/W7018720', 'https://openalex.org/W8868913', 'https://openalex.org/W9225096', 'https://openalex.org/W11865662', 'https://openalex.org/W13152777', 'https://openalex.org/W14147741'], 'ngrams_url': 'https://api.openalex.org/works/W3156794179/ngrams', 'abstract_inverted_index': {'This': [0, 126], 'study': [1], 'is': [2], 'to': [3, 17, 39, 73, 78, 100, 135], 'analyze': [4], 'Garena': [5], 'Free': [6], 'Fire': [7], 'game': [8], 'users,': [9], 'and': [10, 53, 65, 147], 'what': [11, 94], 'significant': [12], 'variables': [13, 95, 120], 'influence': [14], 'a': [15, 21, 108], 'person': [16], 'purchase': [18], 'diamonds': [19], 'through': [20, 107], 'telecom': [22], 'games': [23, 109], 'portal,': [24], 'by': [25, 62, 132], 'using': [26], 'machine': [27], 'learning': [28], 'predictive': [29], 'analytics.': [30], 'Four': [31], 'models': [32, 59], 'build': [33], 'in': [34], 'python': [35], 'with': [36, 117], 'optimized': [37], 'hyper-parameter': [38], 'get': [40], 'optimum': [41], 'recall': [42], 'value;': [43], 'these': [44], 'are': [45, 60], 'logistic': [46], 'regression,': [47], 'random': [48], 'forest,': [49], 'extra': [50], 'gradient': [51], 'boost': [52], 'neural': [54], 'network.': [55], 'Results': [56], 'of': [57, 86, 104], 'those': [58], 'evaluated': [61], 'confusion': [63], 'matrix': [64], 'one': [66], 'model': [67, 72], 'chosen': [68], 'as': [69], 'the': [70, 144, 152], 'selected': [71], 'predict': [74], 'potential': [75], 'buyers': [76], 'compared': [77], 'customers': [79, 138], 'who': [80], 'actually': [81], 'do': [82], 'not': [83], 'buy.': [84], 'Analysis': [85], 'feature': [87], 'importance': [88], 'will': [89], 'give': [90], 'marketing': [91, 148], 'insight': [92], 'into': [93], 'must': [96], 'be': [97, 130], 'followed': [98], 'up': [99], 'increase': [101], 'customer': [102, 115, 122], 'awareness': [103], 'diamond': [105], 'purchases': [106], 'portal.': [110], 'Analytics': [111], 'were': [112], 'based': [113, 150], 'on': [114, 151], 'behaviors': [116], '117': [118], 'unique': [119], 'per': [121], 'within': [123], '390,908': [124], 'customers.': [125], 'research': [127], 'method': [128], 'can': [129, 142], 'used': [131], 'cellular': [133], 'operators': [134], 'know': [136], 'their': [137], 'so': [139], 'that': [140], 'they': [141], 'determine': [143], 'right': [145], 'promotion': [146], 'strategy': [149], 'customer’s': [153], 'behavior.': [154]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3156794179', 'counts_by_year': [], 'updated_date': '2023-09-23T23:45:19.236611', 'created_date': '2021-04-26'}, {'id': 'https://openalex.org/W3186755972', 'doi': 'https://doi.org/10.1016/s0002-9629(15)40437-9', 'title': 'Use of Exercise Echocardiography to Evaluate Patients With Chest Pain', 'display_name': 'Use of Exercise Echocardiography to Evaluate Patients With Chest Pain', 'relevance_score': 0.99999994, 'publication_year': 1998, 'publication_date': '1998-11-01', 'ids': {'openalex': 'https://openalex.org/W3186755972', 'doi': 'https://doi.org/10.1016/s0002-9629(15)40437-9', 'mag': '3186755972'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0002-9629(15)40437-9', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S109361689', 'display_name': 'The American Journal of the Medical Sciences', 'issn_l': '0002-9629', 'issn': ['1538-2990', '0002-9629'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5021237697', 'display_name': 'Gerard Abreo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I55302922', 'display_name': 'The University of Texas Medical Branch at Galveston', 'ror': 'https://ror.org/016tfm930', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I55302922']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Gerard Abreo', 'raw_affiliation_string': 'University of Texas Medical Branch at Galveston', 'raw_affiliation_strings': ['University of Texas Medical Branch at Galveston']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068998296', 'display_name': 'Stamatios Lerakis', 'orcid': 'https://orcid.org/0000-0001-7487-1990'}, 'institutions': [{'id': 'https://openalex.org/I55302922', 'display_name': 'The University of Texas Medical Branch at Galveston', 'ror': 'https://ror.org/016tfm930', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I55302922']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stamatios Lerakis', 'raw_affiliation_string': 'University of Texas Medical Branch at Galveston', 'raw_affiliation_strings': ['University of Texas Medical Branch at Galveston']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5010103995', 'display_name': 'Masood Ahmad', 'orcid': 'https://orcid.org/0000-0002-2735-3274'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Masood Ahmad', 'raw_affiliation_string': 'Internal Medicine', 'raw_affiliation_strings': ['Internal Medicine']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2550, 'currency': 'USD', 'value_usd': 2550, 'provenance': 'doaj'}, 'apc_paid': {'value': 2550, 'currency': 'USD', 'value_usd': 2550, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.87454814}, {'id': 'https://openalex.org/C164705383', 'wikidata': 'https://www.wikidata.org/wiki/Q10379', 'display_name': 'Cardiology', 'level': 1, 'score': 0.47341543}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.3775826}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0002-9629(15)40437-9', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S109361689', 'display_name': 'The American Journal of the Medical Sciences', 'issn_l': '0002-9629', 'issn': ['1538-2990', '0002-9629'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.69}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.1}], 'grants': [], 'referenced_works_count': 26, 'referenced_works': ['https://openalex.org/W1963562632', 'https://openalex.org/W1966898221', 'https://openalex.org/W1968430829', 'https://openalex.org/W1971452524', 'https://openalex.org/W1974529581', 'https://openalex.org/W1974775890', 'https://openalex.org/W1991141386', 'https://openalex.org/W1994367520', 'https://openalex.org/W2000418178', 'https://openalex.org/W2003200336', 'https://openalex.org/W2010506099', 'https://openalex.org/W2022772447', 'https://openalex.org/W2023863358', 'https://openalex.org/W2027459645', 'https://openalex.org/W2039922382', 'https://openalex.org/W2040963042', 'https://openalex.org/W2049373023', 'https://openalex.org/W2052591934', 'https://openalex.org/W2056894549', 'https://openalex.org/W2058034034', 'https://openalex.org/W2058699855', 'https://openalex.org/W2059653838', 'https://openalex.org/W2070764400', 'https://openalex.org/W2071552296', 'https://openalex.org/W2082544267', 'https://openalex.org/W2085778024'], 'related_works': [], 'ngrams_url': 'https://api.openalex.org/works/W3186755972/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3186755972', 'counts_by_year': [], 'updated_date': '2023-09-24T11:06:07.282874', 'created_date': '2021-08-02'}, {'id': 'https://openalex.org/W2208340012', 'doi': 'https://doi.org/10.1177/1077800408325260', 'title': 'A Reflection of Egon', 'display_name': 'A Reflection of Egon', 'relevance_score': 0.99999994, 'publication_year': 2008, 'publication_date': '2008-12-01', 'ids': {'openalex': 'https://openalex.org/W2208340012', 'doi': 'https://doi.org/10.1177/1077800408325260', 'mag': '2208340012'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1177/1077800408325260', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S208038180', 'display_name': 'Qualitative Inquiry', 'issn_l': '1077-8004', 'issn': ['1552-7565', '1077-8004'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320017', 'host_organization_name': 'SAGE Publishing', 'host_organization_lineage': ['https://openalex.org/P4310320017'], 'host_organization_lineage_names': ['SAGE Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5088660790', 'display_name': 'Ernest R. House', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802236040', 'display_name': 'University of Colorado System', 'ror': 'https://ror.org/00jc20583', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802236040']}, {'id': 'https://openalex.org/I188538660', 'display_name': 'University of Colorado Boulder', 'ror': 'https://ror.org/02ttsq026', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I188538660', 'https://openalex.org/I2802236040']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Ernest R. House', 'raw_affiliation_string': 'University of Colorado, Boulder', 'raw_affiliation_strings': ['University of Colorado, Boulder']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5088660790'], 'corresponding_institution_ids': ['https://openalex.org/I2802236040', 'https://openalex.org/I188538660'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C65682993', 'wikidata': 'https://www.wikidata.org/wiki/Q1056451', 'display_name': 'Reflection (computer programming)', 'level': 2, 'score': 0.6244141}, {'id': 'https://openalex.org/C2776225092', 'wikidata': 'https://www.wikidata.org/wiki/Q4826265', 'display_name': 'Autoethnography', 'level': 2, 'score': 0.496075}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.41659638}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.40680698}, {'id': 'https://openalex.org/C11171543', 'wikidata': 'https://www.wikidata.org/wiki/Q41630', 'display_name': 'Psychoanalysis', 'level': 1, 'score': 0.34178138}, {'id': 'https://openalex.org/C107038049', 'wikidata': 'https://www.wikidata.org/wiki/Q35986', 'display_name': 'Aesthetics', 'level': 1, 'score': 0.33742994}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.32508165}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.28126156}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.21908629}, {'id': 'https://openalex.org/C19165224', 'wikidata': 'https://www.wikidata.org/wiki/Q23404', 'display_name': 'Anthropology', 'level': 1, 'score': 0.17511779}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1177/1077800408325260', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S208038180', 'display_name': 'Qualitative Inquiry', 'issn_l': '1077-8004', 'issn': ['1552-7565', '1077-8004'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320017', 'host_organization_name': 'SAGE Publishing', 'host_organization_lineage': ['https://openalex.org/P4310320017'], 'host_organization_lineage_names': ['SAGE Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.11}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W2265135896', 'https://openalex.org/W2503695866'], 'ngrams_url': 'https://api.openalex.org/works/W2208340012/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2208340012', 'counts_by_year': [], 'updated_date': '2023-09-24T12:03:38.207136', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2237553276', 'doi': None, 'title': '과학기술계 출연(연)의 주요 정책이슈와 과제', 'display_name': '과학기술계 출연(연)의 주요 정책이슈와 과제', 'relevance_score': 0.99999994, 'publication_year': 2010, 'publication_date': '2010-05-01', 'ids': {'openalex': 'https://openalex.org/W2237553276', 'mag': '2237553276'}, 'language': 'ko', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://www.dbpia.co.kr/Article/NODE06285555', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306530887', 'display_name': 'STEPI Insight', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5019267012', 'display_name': '민철구', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': '민철구', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5019267012'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': '45', 'first_page': '1', 'last_page': '37'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.28609717}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://www.dbpia.co.kr/Article/NODE06285555', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306530887', 'display_name': 'STEPI Insight', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.37}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.1}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': [], 'ngrams_url': 'https://api.openalex.org/works/W2237553276/ngrams', 'abstract_inverted_index': {'지식사회의': [0], '새로운': [1], '연구개발': [2], '패러다임에': [3], '부합하는': [4], '과학기술계': [5], '출연(연)': [6], '체제의': [7], '정립을': [8], '위해': [9, 22], '현': [10, 35, 69], '체제를': [11, 39], '종합적으로': [12], '진단하고,': [13], '선진화된': [14], '출연(연)의': [15], '미래발전을': [16], '위한': [17], '기능': [18, 46, 86], '및': [19, 47], '역할': [20], '재정립을': [21], '주요': [23], '정책이슈와': [24], '지향해야': [25], '할': [26], '핵심과제들을': [27], '제시하고자': [28], '한다.': [29], '먼저': [30], '2008년에': [31], '개편된': [32], '교육과학기술부ㆍ지식경제부': [33], '소관의': [34], '양대': [36], '연구회(기초기술연구회,': [37], '산업기술연구회)': [38], '연구영역,': [40], '연구자원,': [41], '법인격,': [42], '연구성과,': [43], '인력유동성,': [44], '연구회의': [45], '역할의': [48], '총': [49], '6개': [50], '영역별로': [51], '나누어': [52], '현재의': [53], '기능을': [54], '종합': [55], '점검했다.': [56], '이를': [58], '통해': [59], '도출한': [60], '출연연(연)의': [61], '발전전략은': [62], '체제정비→경영혁신→가치구현의': [63], '세': [64], '단계로': [65], '요약할': [66], '수': [67], '있으며,': [68], '출연(연)이': [70], '당면한': [71], '문제해결을': [72], '위해서': [73], '자원배분': [74], '시스템': [75], '개선,': [76], '연구과제의': [77], '대형화,': [78], '개방적': [79], '혁신체제': [80], '구축,': [81], '거버넌스': [82], '변화': [83], '추구,': [84], '연구회본부': [85], '강화': [87], '등의': [88], '전략이': [89], '요구된다.': [90], '특히': [91], 'SW': [92], '측면의': [93], '운영효율화부터': [94], '시작하여': [95], '점차': [96], 'HW': [97], '개선과': [98], '함께': [99], '거버넌스의': [100], '합리적': [101], '개선이': [102], '필요하다.': [103]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2237553276', 'counts_by_year': [], 'updated_date': '2023-09-24T02:14:42.570730', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2372241139', 'doi': None, 'title': 'On-line Monitoring of Corrosion in High-acid Crude Distillation Unit', 'display_name': 'On-line Monitoring of Corrosion in High-acid Crude Distillation Unit', 'relevance_score': 0.99999994, 'publication_year': 2010, 'publication_date': '2010-01-01', 'ids': {'openalex': 'https://openalex.org/W2372241139', 'mag': '2372241139'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://en.cnki.com.cn/Article_en/CJFDTOTAL-SWFS201003009.htm', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764471359', 'display_name': 'Corrosion & Protection in Petrochemical Industry', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5015931004', 'display_name': 'Sinopec Zhenhai', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Sinopec Zhenhai', 'raw_affiliation_string': 'Refining and Chemical Co', 'raw_affiliation_strings': ['Refining and Chemical Co']}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5015931004'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C20625102', 'wikidata': 'https://www.wikidata.org/wiki/Q137056', 'display_name': 'Corrosion', 'level': 2, 'score': 0.8956506}, {'id': 'https://openalex.org/C2781460259', 'wikidata': 'https://www.wikidata.org/wiki/Q1964898', 'display_name': 'Naphthenic acid', 'level': 3, 'score': 0.8602267}, {'id': 'https://openalex.org/C60044698', 'wikidata': 'https://www.wikidata.org/wiki/Q1283324', 'display_name': 'Refining (metallurgy)', 'level': 2, 'score': 0.6769506}, {'id': 'https://openalex.org/C2781272187', 'wikidata': 'https://www.wikidata.org/wiki/Q5173027', 'display_name': 'Corrosion monitoring', 'level': 3, 'score': 0.6629041}, {'id': 'https://openalex.org/C204030448', 'wikidata': 'https://www.wikidata.org/wiki/Q101017', 'display_name': 'Distillation', 'level': 2, 'score': 0.65394163}, {'id': 'https://openalex.org/C191897082', 'wikidata': 'https://www.wikidata.org/wiki/Q11467', 'display_name': 'Metallurgy', 'level': 1, 'score': 0.55487967}, {'id': 'https://openalex.org/C2987168347', 'wikidata': 'https://www.wikidata.org/wiki/Q22656', 'display_name': 'Crude oil', 'level': 2, 'score': 0.47900957}, {'id': 'https://openalex.org/C206255140', 'wikidata': 'https://www.wikidata.org/wiki/Q3536673', 'display_name': 'Sour gas', 'level': 3, 'score': 0.41192985}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 0.38762674}, {'id': 'https://openalex.org/C548081761', 'wikidata': 'https://www.wikidata.org/wiki/Q180388', 'display_name': 'Waste management', 'level': 1, 'score': 0.35439053}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.22037295}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.19777712}, {'id': 'https://openalex.org/C78762247', 'wikidata': 'https://www.wikidata.org/wiki/Q1273174', 'display_name': 'Petroleum engineering', 'level': 1, 'score': 0.13784912}, {'id': 'https://openalex.org/C59427239', 'wikidata': 'https://www.wikidata.org/wiki/Q40858', 'display_name': 'Natural gas', 'level': 2, 'score': 0.13108924}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.10095483}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://en.cnki.com.cn/Article_en/CJFDTOTAL-SWFS201003009.htm', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764471359', 'display_name': 'Corrosion & Protection in Petrochemical Industry', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.13}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1487888949', 'https://openalex.org/W2034079182', 'https://openalex.org/W2090653090', 'https://openalex.org/W2101269251', 'https://openalex.org/W2158138640', 'https://openalex.org/W2277960052', 'https://openalex.org/W2358314411', 'https://openalex.org/W2362049753', 'https://openalex.org/W2366748057', 'https://openalex.org/W2367161057', 'https://openalex.org/W2370753346', 'https://openalex.org/W2384762487', 'https://openalex.org/W2386673293', 'https://openalex.org/W2461188810', 'https://openalex.org/W2483824128', 'https://openalex.org/W2765842253', 'https://openalex.org/W2885097862', 'https://openalex.org/W3018313393', 'https://openalex.org/W3141956244', 'https://openalex.org/W3154451023'], 'ngrams_url': 'https://api.openalex.org/works/W2372241139/ngrams', 'abstract_inverted_index': {'In': [0], '2007,No.2': [1], 'atmospheric-vacuum': [2], 'distillation': [3], 'unit': [4], 'in': [5, 24, 31, 81, 88], 'Zhenhai': [6], 'Refining': [7], 'and': [8, 19, 35, 43, 61, 85], 'Chemical': [9], 'Co.,Ltd': [10], 'was': [11, 59], 'revamped': [12], 'for': [13, 55, 65, 77], 'processing': [14, 32, 56, 82], 'high-acid': [15, 33, 57, 83], 'crudes.The': [16], 'metallurgy': [17], 'upgrading': [18, 80], 'corrosion': [20, 29, 50, 52, 62, 78], 'monitoring': [21, 63, 71], 'measures': [22], 'adopted': [23], 'the': [25, 89], 'revamp': [26], 'were': [27, 46, 69], 'introduced.The': [28], 'law': [30], 'crude': [34], 'its': [36], 'impact': [37], 'on': [38], 'downstream': [39], 'units(such': [40], 'as': [41], 'FCCU': [42], 'delayed': [44], 'coker)': [45], 'summarized': [47], 'through': [48], 'system': [49], 'monitoring.The': [51], 'data': [53, 64], 'base': [54], 'crudes': [58, 84], 'established': [60], 'common': [66], 'steel': [67], 'materials': [68], 'analyzed.The': [70], 'results': [72], 'provide': [73], 'very': [74], 'important': [75], 'information': [76], 'protection,metallurgy': [79], 'material': [86], 'section': [87], 'engineering': [90], 'of': [91], 'grass-roots': [92], 'plants.': [93]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2372241139', 'counts_by_year': [], 'updated_date': '2023-09-25T11:55:21.595517', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2921274026', 'doi': None, 'title': 'A Prediction Tournament Paradox', 'display_name': 'A Prediction Tournament Paradox', 'relevance_score': 0.99999994, 'publication_year': 2019, 'publication_date': '2019-03-05', 'ids': {'openalex': 'https://openalex.org/W2921274026', 'mag': '2921274026'}, 'language': 'en', 'primary_location': None, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5083558768', 'display_name': 'David Aldous', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'David Aldous', 'raw_affiliation_string': 'Department of Statistics, U.C. Berkeley, Berkeley, CA', 'raw_affiliation_strings': ['Department of Statistics, U.C. Berkeley, Berkeley, CA']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5083558768'], 'corresponding_institution_ids': ['https://openalex.org/I95457486'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C136975688', 'wikidata': 'https://www.wikidata.org/wiki/Q1320634', 'display_name': 'Tournament', 'level': 2, 'score': 0.97267526}, {'id': 'https://openalex.org/C132010649', 'wikidata': 'https://www.wikidata.org/wiki/Q189222', 'display_name': 'Intuition', 'level': 2, 'score': 0.7788396}, {'id': 'https://openalex.org/C204323151', 'wikidata': 'https://www.wikidata.org/wiki/Q905424', 'display_name': 'Range (aeronautics)', 'level': 2, 'score': 0.5868168}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5578959}, {'id': 'https://openalex.org/C149782125', 'wikidata': 'https://www.wikidata.org/wiki/Q160039', 'display_name': 'Econometrics', 'level': 1, 'score': 0.5164697}, {'id': 'https://openalex.org/C148220186', 'wikidata': 'https://www.wikidata.org/wiki/Q7111912', 'display_name': 'Outcome (game theory)', 'level': 2, 'score': 0.4276411}, {'id': 'https://openalex.org/C144237770', 'wikidata': 'https://www.wikidata.org/wiki/Q747534', 'display_name': 'Mathematical economics', 'level': 1, 'score': 0.38093638}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.3102277}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.19444442}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.17691895}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.06459811}, {'id': 'https://openalex.org/C188147891', 'wikidata': 'https://www.wikidata.org/wiki/Q147638', 'display_name': 'Cognitive science', 'level': 1, 'score': 0.058279455}, {'id': 'https://openalex.org/C114614502', 'wikidata': 'https://www.wikidata.org/wiki/Q76592', 'display_name': 'Combinatorics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C146978453', 'wikidata': 'https://www.wikidata.org/wiki/Q3798668', 'display_name': 'Aerospace engineering', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 0, 'locations': [], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.11}], 'grants': [], 'referenced_works_count': 7, 'referenced_works': ['https://openalex.org/W2131472525', 'https://openalex.org/W2160554939', 'https://openalex.org/W2160637580', 'https://openalex.org/W2165949980', 'https://openalex.org/W2583495542', 'https://openalex.org/W2604390721', 'https://openalex.org/W2787953415'], 'related_works': ['https://openalex.org/W33726136', 'https://openalex.org/W1503439386', 'https://openalex.org/W1512226051', 'https://openalex.org/W1978673086', 'https://openalex.org/W2021165098', 'https://openalex.org/W2032549755', 'https://openalex.org/W2040651970', 'https://openalex.org/W2058661612', 'https://openalex.org/W2075408276', 'https://openalex.org/W2138966429', 'https://openalex.org/W2182956560', 'https://openalex.org/W2232134439', 'https://openalex.org/W2300617551', 'https://openalex.org/W2511295796', 'https://openalex.org/W2611463052', 'https://openalex.org/W2751594482', 'https://openalex.org/W2950764613', 'https://openalex.org/W2964125295', 'https://openalex.org/W3047114256', 'https://openalex.org/W3103734424'], 'ngrams_url': 'https://api.openalex.org/works/W2921274026/ngrams', 'abstract_inverted_index': {'In': [0], 'a': [1, 8, 49, 56, 95], 'prediction': [2], 'tournament,': [3], 'contestants': [4], 'forecast': [5], 'by': [6], 'asserting': [7], 'numerical': [9], 'probability': [10], 'for': [11, 42, 144], 'each': [12], 'of': [13, 27, 58, 71, 114, 117], '(say)': [14], '100': [15], 'future': [16], 'real-world': [17], 'events.': [18], 'The': [19], 'scoring': [20], 'system': [21], 'is': [22, 40, 91, 105, 137], 'designed': [23], 'so': [24], 'that': [25, 64, 101], '(regardless': [26], 'the': [28, 65, 72, 78, 81, 103, 115, 145], 'unknown': [29], 'true': [30, 41], 'probabilities)': [31], 'more': [32], 'accurate': [33, 74, 86], 'forecasters': [34], 'will': [35, 67], 'likely': [36, 68, 107], 'score': [37], 'better.': [38], 'This': [39], 'one-on-one': [43], 'comparisons': [44], 'between': [45], 'contestants.': [46], 'But': [47], 'consider': [48], 'realistic-size': [50], 'tournament': [51], 'with': [52, 55], 'many': [53], 'contestants,': [54], 'range': [57, 82], 'accuracies.': [59], 'It': [60, 140], 'may': [61], 'seem': [62], 'self-evident': [63], 'winner': [66, 104], 'be': [69, 112], 'one': [70, 113], 'most': [73], 'forecasters.': [75, 119], 'But,': [76], 'in': [77, 122], 'setting': [79, 102], 'where': [80], 'extends': [83], 'to': [84, 111], 'very': [85], 'forecasters,': [87], 'simulations': [88], 'show': [89], 'this': [90, 126], 'mathematically': [92], 'false,': [93], 'within': [94], 'somewhat': [96], 'plausible': [97], 'model.': [98], 'Even': [99], 'outside': [100], 'less': [106], 'than': [108], 'intuition': [109], 'suggests': [110], 'handful': [116], 'best': [118], 'Though': [120], 'implicit': [121], 'recent': [123], 'technical': [124], 'papers,': [125], 'paradox': [127], 'has': [128, 142], 'apparently': [129], 'not': [130], 'been': [131], 'explicitly': [132], 'pointed': [133], 'out': [134], 'before,': [135], 'though': [136], 'easily': [138], 'explained.': [139], 'perhaps': [141], 'implications': [143], 'ongoing': [146], 'IARPA-sponsored': [147], 'research': [148], 'programs': [149], 'involving': [150], 'forecasting.': [151]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2921274026', 'counts_by_year': [], 'updated_date': '2023-09-23T12:06:26.722436', 'created_date': '2019-03-22'}, {'id': 'https://openalex.org/W1042053502', 'doi': None, 'title': '“尊雅”进入上海“新天地”', 'display_name': '“尊雅”进入上海“新天地”', 'relevance_score': 0.99999994, 'publication_year': 2009, 'publication_date': '2009-01-01', 'ids': {'openalex': 'https://openalex.org/W1042053502', 'mag': '1042053502'}, 'language': 'zh-cn', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://www.cqvip.com/QK/82370X/200903/30371866.html', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306560223', 'display_name': '饭店世界', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5003539604', 'display_name': '王纬', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': '王纬', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5003539604'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': '3', 'first_page': '60', 'last_page': '60'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.33393094}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://www.cqvip.com/QK/82370X/200903/30371866.html', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306560223', 'display_name': '饭店世界', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': [], 'ngrams_url': 'https://api.openalex.org/works/W1042053502/ngrams', 'abstract_inverted_index': {'世界各大酒店集团进入中国,用的都是他们自己的传统品牌名称和标识(logo),如万豪、喜来登、索菲特、凯宾斯基等等,都是音译,而迪拜著名的Jumeirah酒店集团进入中国则采用了中国的冠名——尊雅(ZunYa),体现出浓郁而深厚的中华文化韵味。在Jumeirah的原标识旁边,是中文的“尊雅”二字。': [0]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1042053502', 'counts_by_year': [], 'updated_date': '2023-09-23T01:35:34.004023', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2265900976', 'doi': 'https://doi.org/10.1016/j.bbrc.2016.02.032', 'title': 'Amphipathic polyproline peptides stimulate cholesterol efflux by the ABCA1 transporter', 'display_name': 'Amphipathic polyproline peptides stimulate cholesterol efflux by the ABCA1 transporter', 'relevance_score': 0.99999994, 'publication_year': 2016, 'publication_date': '2016-03-01', 'ids': {'openalex': 'https://openalex.org/W2265900976', 'doi': 'https://doi.org/10.1016/j.bbrc.2016.02.032', 'mag': '2265900976', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/26879139', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4819318'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.bbrc.2016.02.032', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S151589183', 'display_name': 'Biochemical and Biophysical Research Communications', 'issn_l': '0006-291X', 'issn': ['0006-291X', '1090-2104'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://doi.org/10.1016/j.bbrc.2016.02.032', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5045047702', 'display_name': 'Denis Sviridov', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}, {'id': 'https://openalex.org/I4210106489', 'display_name': 'National Heart Lung and Blood Institute', 'ror': 'https://ror.org/012pb6c26', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210106489']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'D.O. Sviridov', 'raw_affiliation_string': 'Lipoprotein Metabolism Section, Cardiopulmonary Branch, NHLBI, National Institutes of Health, Bethesda, MD, USA.', 'raw_affiliation_strings': ['Lipoprotein Metabolism Section, Cardiopulmonary Branch, NHLBI, National Institutes of Health, Bethesda, MD, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013857942', 'display_name': 'Steven K. Drake', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210155647', 'display_name': 'National Institutes of Health Clinical Center', 'ror': 'https://ror.org/04vfsmv21', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210155647']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'S.K. Drake', 'raw_affiliation_string': 'Critical Care Medicine Department, NIH Clinical Center, National Institutes of Health, Bethesda, MD, USA.', 'raw_affiliation_strings': ['Critical Care Medicine Department, NIH Clinical Center, National Institutes of Health, Bethesda, MD, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059328563', 'display_name': 'Lita A. Freeman', 'orcid': 'https://orcid.org/0000-0002-6668-1916'}, 'institutions': [{'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}, {'id': 'https://openalex.org/I4210106489', 'display_name': 'National Heart Lung and Blood Institute', 'ror': 'https://ror.org/012pb6c26', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210106489']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'L.A. Freeman', 'raw_affiliation_string': 'Lipoprotein Metabolism Section, Cardiopulmonary Branch, NHLBI, National Institutes of Health, Bethesda, MD, USA.', 'raw_affiliation_strings': ['Lipoprotein Metabolism Section, Cardiopulmonary Branch, NHLBI, National Institutes of Health, Bethesda, MD, USA.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5068951391', 'display_name': 'Alan T. Remaley', 'orcid': 'https://orcid.org/0000-0001-5839-7280'}, 'institutions': [{'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}, {'id': 'https://openalex.org/I4210106489', 'display_name': 'National Heart Lung and Blood Institute', 'ror': 'https://ror.org/012pb6c26', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210106489']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'A.T. Remaley', 'raw_affiliation_string': 'Lipoprotein Metabolism Section, Cardiopulmonary Branch, NHLBI, National Institutes of Health, Bethesda, MD, USA.', 'raw_affiliation_strings': ['Lipoprotein Metabolism Section, Cardiopulmonary Branch, NHLBI, National Institutes of Health, Bethesda, MD, USA.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2770, 'currency': 'USD', 'value_usd': 2770, 'provenance': 'doaj'}, 'apc_paid': {'value': 2770, 'currency': 'USD', 'value_usd': 2770, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 7, 'biblio': {'volume': '471', 'issue': '4', 'first_page': '560', 'last_page': '565'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C200082930', 'wikidata': 'https://www.wikidata.org/wiki/Q22327148', 'display_name': 'Efflux', 'level': 2, 'score': 0.7403759}, {'id': 'https://openalex.org/C2777704780', 'wikidata': 'https://www.wikidata.org/wiki/Q21115210', 'display_name': 'ABCA1', 'level': 4, 'score': 0.70880616}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.6642926}, {'id': 'https://openalex.org/C2779281246', 'wikidata': 'https://www.wikidata.org/wiki/Q172847', 'display_name': 'Peptide', 'level': 2, 'score': 0.6521677}, {'id': 'https://openalex.org/C67407626', 'wikidata': 'https://www.wikidata.org/wiki/Q5723218', 'display_name': 'Amphiphile', 'level': 4, 'score': 0.5961613}, {'id': 'https://openalex.org/C2778163477', 'wikidata': 'https://www.wikidata.org/wiki/Q43656', 'display_name': 'Cholesterol', 'level': 2, 'score': 0.5239589}, {'id': 'https://openalex.org/C133571119', 'wikidata': 'https://www.wikidata.org/wiki/Q899102', 'display_name': 'Circular dichroism', 'level': 2, 'score': 0.50980705}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.4934415}, {'id': 'https://openalex.org/C515207424', 'wikidata': 'https://www.wikidata.org/wiki/Q8066', 'display_name': 'Amino acid', 'level': 2, 'score': 0.48596823}, {'id': 'https://openalex.org/C13935069', 'wikidata': 'https://www.wikidata.org/wiki/Q2157266', 'display_name': 'Oligopeptide', 'level': 3, 'score': 0.4189966}, {'id': 'https://openalex.org/C2778918659', 'wikidata': 'https://www.wikidata.org/wiki/Q186915', 'display_name': 'Phospholipid', 'level': 3, 'score': 0.41500163}, {'id': 'https://openalex.org/C149011108', 'wikidata': 'https://www.wikidata.org/wiki/Q652985', 'display_name': 'Transporter', 'level': 3, 'score': 0.36694038}, {'id': 'https://openalex.org/C71240020', 'wikidata': 'https://www.wikidata.org/wiki/Q186011', 'display_name': 'Stereochemistry', 'level': 1, 'score': 0.3523639}, {'id': 'https://openalex.org/C41625074', 'wikidata': 'https://www.wikidata.org/wiki/Q176088', 'display_name': 'Membrane', 'level': 2, 'score': 0.23344618}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.05867377}, {'id': 'https://openalex.org/C15920480', 'wikidata': 'https://www.wikidata.org/wiki/Q421281', 'display_name': 'Copolymer', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C521977710', 'wikidata': 'https://www.wikidata.org/wiki/Q81163', 'display_name': 'Polymer', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D064286', 'descriptor_name': 'ATP Binding Cassette Transporter 1', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D016632', 'descriptor_name': 'Apolipoprotein A-I', 'qualifier_ui': 'Q000494', 'qualifier_name': 'pharmacology', 'is_major_topic': True}, {'descriptor_ui': 'D002784', 'descriptor_name': 'Cholesterol', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': True}, {'descriptor_ui': 'D010455', 'descriptor_name': 'Peptides', 'qualifier_ui': 'Q000494', 'qualifier_name': 'pharmacology', 'is_major_topic': True}, {'descriptor_ui': 'D064286', 'descriptor_name': 'ATP Binding Cassette Transporter 1', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016632', 'descriptor_name': 'Apolipoprotein A-I', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016632', 'descriptor_name': 'Apolipoprotein A-I', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D040761', 'descriptor_name': 'Biomimetic Materials', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D040761', 'descriptor_name': 'Biomimetic Materials', 'qualifier_ui': 'Q000494', 'qualifier_name': 'pharmacology', 'is_major_topic': False}, {'descriptor_ui': 'D040761', 'descriptor_name': 'Biomimetic Materials', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D002784', 'descriptor_name': 'Cholesterol', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006224', 'descriptor_name': 'Cricetinae', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D056004', 'descriptor_name': 'Molecular Dynamics Simulation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010455', 'descriptor_name': 'Peptides', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010455', 'descriptor_name': 'Peptides', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D017433', 'descriptor_name': 'Protein Structure, Secondary', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.bbrc.2016.02.032', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S151589183', 'display_name': 'Biochemical and Biophysical Research Communications', 'issn_l': '0006-291X', 'issn': ['0006-291X', '1090-2104'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4819318', 'pdf_url': 'https://europepmc.org/articles/pmc4819318?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4819318', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/26879139', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.bbrc.2016.02.032', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S151589183', 'display_name': 'Biochemical and Biophysical Research Communications', 'issn_l': '0006-291X', 'issn': ['0006-291X', '1090-2104'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.46}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.19}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.13}], 'grants': [{'funder': 'https://openalex.org/F4320332161', 'funder_display_name': 'National Institutes of Health', 'award_id': None}, {'funder': 'https://openalex.org/F4320337338', 'funder_display_name': 'National Heart, Lung, and Blood Institute', 'award_id': None}], 'referenced_works_count': 30, 'referenced_works': ['https://openalex.org/W151905713', 'https://openalex.org/W1587428630', 'https://openalex.org/W1598788587', 'https://openalex.org/W1799131428', 'https://openalex.org/W1980064899', 'https://openalex.org/W1986439388', 'https://openalex.org/W1997828001', 'https://openalex.org/W2007718055', 'https://openalex.org/W2011713122', 'https://openalex.org/W2017784425', 'https://openalex.org/W2021832765', 'https://openalex.org/W2052108548', 'https://openalex.org/W2054271980', 'https://openalex.org/W2065768748', 'https://openalex.org/W2077011046', 'https://openalex.org/W2081125327', 'https://openalex.org/W2083731765', 'https://openalex.org/W2086200383', 'https://openalex.org/W2097104644', 'https://openalex.org/W2098159175', 'https://openalex.org/W2106356395', 'https://openalex.org/W2118899980', 'https://openalex.org/W2119870307', 'https://openalex.org/W2122062568', 'https://openalex.org/W2122673417', 'https://openalex.org/W2123347238', 'https://openalex.org/W2132629607', 'https://openalex.org/W2134117163', 'https://openalex.org/W4238246138', 'https://openalex.org/W4254777320'], 'related_works': ['https://openalex.org/W1995470685', 'https://openalex.org/W2014423213', 'https://openalex.org/W2030128233', 'https://openalex.org/W2031661692', 'https://openalex.org/W2033120423', 'https://openalex.org/W2039682183', 'https://openalex.org/W2058317703', 'https://openalex.org/W2097104644', 'https://openalex.org/W2134955012', 'https://openalex.org/W2368723127'], 'ngrams_url': 'https://api.openalex.org/works/W2265900976/ngrams', 'abstract_inverted_index': {'ApoA-I': [0], 'mimetics': [1], 'are': [2], 'short': [3], 'synthetic': [4], 'peptides': [5, 30, 42, 91, 109, 127, 162, 224], 'that': [6, 156, 166], 'contain': [7], 'an': [8, 116, 231], 'amphipathic': [9, 29, 145, 223], 'α-helix': [10], 'and': [11, 65, 98, 178, 186, 200, 220], 'stimulate': [12, 170], 'cholesterol': [13, 37, 124, 171, 206], 'efflux': [14, 38, 172, 207], 'by': [15, 39, 208], 'the': [16, 26, 62, 77, 191, 236], 'ABCA1': [17, 177], 'transporter': [18], 'in': [19, 115, 122, 165], 'a': [20, 32, 50, 56, 102, 111, 138, 142, 154, 226], 'detergent-like': [21], 'extraction': [22], 'mechanism.': [23], 'We': [24], 'investigated': [25], 'use': [27], 'of': [28, 79, 183, 193, 215, 238], 'with': [31, 45, 128, 225], 'polypro': [33, 113, 227], 'helix': [34, 114, 228], 'for': [35, 204, 235], 'stimulating': [36], 'ABCA1.': [40], 'Polypro': [41], 'were': [43, 66, 92, 134, 163, 179], 'synthesized': [44], 'modified': [46], 'prolines,': [47], 'containing': [48, 148], 'either': [49, 69], 'hydrophobic': [51], 'phenyl': [52], 'group': [53], '(Prop)': [54], 'or': [55, 73], 'polar': [57], 'N-acetylgalactosamine': [58], '(Prog)': [59], 'attached': [60], 'to': [61, 94, 99, 101, 188], 'pyrrolidine': [63], 'ring': [64], 'designated': [67], 'as': [68, 141], 'PP-2,': [70], '3,': [71], '4,': [72], '5,': [74], 'depending': [75], 'on': [76, 87], 'number': [78], '3': [80], 'amino': [81, 150], 'acid': [82], 'repeat': [83, 132], 'units': [84, 133], '(Prop-Prog-Prop).': [85], 'Based': [86], 'molecular': [88], 'modeling,': [89], 'these': [90], 'predicted': [93], 'be': [95], 'relatively': [96, 217], 'rigid': [97], 'bind': [100], 'phospholipid': [103], 'bilayer.': [104], 'By': [105], 'CD': [106], 'spectroscopy,': [107], 'PP': [108, 161], 'formed': [110], 'Type-II': [112], 'aqueous': [117], 'solution.': [118], 'PP-2': [119], 'was': [120, 157], 'inactive': [121], 'promoting': [123], 'efflux,': [125], 'but': [126, 152], 'more': [129], 'than': [130], '2': [131], 'active.': [135], 'PP-4': [136], 'showed': [137], 'similar': [139], 'Vmax': [140], 'much': [143], 'longer': [144], 'α-helical': [146], 'peptide,': [147], '37': [149], 'acids,': [151], 'had': [153], 'Km': [155], 'approximately': [158, 209], '20-fold': [159], 'lower.': [160], 'specific': [164], 'they': [167], 'did': [168], 'not': [169, 175], 'from': [173], 'cells': [174], 'expressing': [176], 'also': [180], 'non-cytotoxic.': [181], 'Addition': [182], 'PP-3,': [184], '4': [185], '5': [187], 'serum': [189], 'promoted': [190], 'formation': [192], 'smaller': [194], 'size': [195, 219], 'HDL': [196], 'species': [197], '(7': [198], 'nM)': [199], 'increased': [201, 221], 'its': [202], 'capacity': [203], 'ABCA1-dependent': [205], '20-35%': [210], '(p': [211], '<': [212], '0.05).': [213], 'Because': [214], 'their': [216], 'small': [218], 'potency,': [222], 'may': [229], 'represent': [230], 'alternative': [232], 'structural': [233], 'motif': [234], 'development': [237], 'apoA-I': [239], 'mimetic': [240], 'peptides.': [241]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2265900976', 'counts_by_year': [{'year': 2021, 'cited_by_count': 2}, {'year': 2020, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 1}], 'updated_date': '2023-09-24T00:11:48.719320', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2293839097', 'doi': None, 'title': 'Multivariate Stochastic Volatility-Double Jump Model: an application for oil assets', 'display_name': 'Multivariate Stochastic Volatility-Double Jump Model: an application for oil assets', 'relevance_score': 0.99999994, 'publication_year': 2016, 'publication_date': '2016-01-01', 'ids': {'openalex': 'https://openalex.org/W2293839097', 'mag': '2293839097'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://econpapers.repec.org/paper/bcbwpaper/415.htm', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401271', 'display_name': 'RePEc: Research Papers in Economics', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I77793887', 'host_organization_name': 'Federal Reserve Bank of St. Louis', 'host_organization_lineage': ['https://openalex.org/I77793887'], 'host_organization_lineage_names': ['Federal Reserve Bank of St. Louis'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5061173580', 'display_name': 'Márcio Poletti Laurini', 'orcid': 'https://orcid.org/0000-0001-5733-2231'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Márcio Poletti Laurini', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028276146', 'display_name': 'Roberto Baltieri Mauad', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Roberto Baltieri Mauad', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5013452510', 'display_name': 'Fernando Antônio Lucena Aiube', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Fernando Antonio Lucena Aiube', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 1, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C149782125', 'wikidata': 'https://www.wikidata.org/wiki/Q160039', 'display_name': 'Econometrics', 'level': 1, 'score': 0.76050687}, {'id': 'https://openalex.org/C85393063', 'wikidata': 'https://www.wikidata.org/wiki/Q596307', 'display_name': 'Stochastic volatility', 'level': 3, 'score': 0.67119616}, {'id': 'https://openalex.org/C21430997', 'wikidata': 'https://www.wikidata.org/wiki/Q5159279', 'display_name': 'Conditional variance', 'level': 4, 'score': 0.60994464}, {'id': 'https://openalex.org/C2780821815', 'wikidata': 'https://www.wikidata.org/wiki/Q5340806', 'display_name': 'Portfolio', 'level': 2, 'score': 0.58596605}, {'id': 'https://openalex.org/C161584116', 'wikidata': 'https://www.wikidata.org/wiki/Q1952580', 'display_name': 'Multivariate statistics', 'level': 2, 'score': 0.57734317}, {'id': 'https://openalex.org/C91602232', 'wikidata': 'https://www.wikidata.org/wiki/Q756115', 'display_name': 'Volatility (finance)', 'level': 2, 'score': 0.5753879}, {'id': 'https://openalex.org/C111350023', 'wikidata': 'https://www.wikidata.org/wiki/Q1191869', 'display_name': 'Markov chain Monte Carlo', 'level': 3, 'score': 0.5091545}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.4980271}, {'id': 'https://openalex.org/C23922673', 'wikidata': 'https://www.wikidata.org/wiki/Q180752', 'display_name': 'Autoregressive conditional heteroskedasticity', 'level': 3, 'score': 0.4611073}, {'id': 'https://openalex.org/C70771513', 'wikidata': 'https://www.wikidata.org/wiki/Q235779', 'display_name': 'Hedge', 'level': 2, 'score': 0.4444256}, {'id': 'https://openalex.org/C204036174', 'wikidata': 'https://www.wikidata.org/wiki/Q909380', 'display_name': 'Stock (firearms)', 'level': 2, 'score': 0.4151716}, {'id': 'https://openalex.org/C107673813', 'wikidata': 'https://www.wikidata.org/wiki/Q812534', 'display_name': 'Bayesian probability', 'level': 2, 'score': 0.4131222}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.28402433}, {'id': 'https://openalex.org/C106159729', 'wikidata': 'https://www.wikidata.org/wiki/Q2294553', 'display_name': 'Financial economics', 'level': 1, 'score': 0.2696029}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.25606167}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.09511095}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://econpapers.repec.org/paper/bcbwpaper/415.htm', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401271', 'display_name': 'RePEc: Research Papers in Economics', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I77793887', 'host_organization_name': 'Federal Reserve Bank of St. Louis', 'host_organization_lineage': ['https://openalex.org/I77793887'], 'host_organization_lineage_names': ['Federal Reserve Bank of St. Louis'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.35}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.12}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W41046920', 'https://openalex.org/W61454338', 'https://openalex.org/W1511161229', 'https://openalex.org/W1516929272', 'https://openalex.org/W1533772923', 'https://openalex.org/W1544476793', 'https://openalex.org/W1605555750', 'https://openalex.org/W2009569431', 'https://openalex.org/W2124495625', 'https://openalex.org/W2162797207', 'https://openalex.org/W2209867833', 'https://openalex.org/W2273701385', 'https://openalex.org/W2470329569', 'https://openalex.org/W2523194468', 'https://openalex.org/W2523675164', 'https://openalex.org/W2694190980', 'https://openalex.org/W3121178584', 'https://openalex.org/W3122451626', 'https://openalex.org/W3122719920', 'https://openalex.org/W3125347875'], 'ngrams_url': 'https://api.openalex.org/works/W2293839097/ngrams', 'abstract_inverted_index': {'We': [0, 113], 'propose': [1], 'a': [2, 48, 65, 70, 128, 149, 196], 'new': [3], 'multivariate': [4, 71, 132], 'model': [5, 29, 88, 116, 147, 181, 220], 'to': [6, 117, 154, 185, 211], 'capture': [7], 'the': [8, 18, 33, 51, 58, 61, 91, 103, 106, 110, 115, 139, 145, 163, 180, 191, 205, 212], 'presence': [9, 34], 'of': [10, 20, 35, 50, 54, 60, 134, 165], 'jumps': [11, 40, 104], 'in': [12, 17, 25, 41, 69, 93, 99, 109, 173, 223], 'mean': [13, 42], 'and': [14, 23, 43, 95, 123, 126, 204], 'conditional': [15, 52, 135], 'variance': [16, 53], 'returns': [19], 'oil': [21, 187, 200, 206], 'prices': [22, 94], 'companies': [24], 'this': [26, 100, 174, 224], 'sector.': [27], 'The': [28, 75, 87], 'is': [30, 77], 'based': [31, 215], 'on': [32, 138, 216], 'common': [36, 62], 'factors': [37], 'associated': [38], 'with': [39, 105, 130, 169], 'variance,': [44], 'as': [45, 57], 'it': [46, 159], 'performs': [47, 221], 'decomposition': [49], 'each': [55], 'asset': [56, 202], 'sum': [59], 'factor': [63, 68], 'plus': [64], 'specific': [66], 'transitory': [67], 'stochastic': [72], 'volatility': [73, 96], 'structure.': [74], 'estimation': [76], 'made': [78], 'through': [79, 190], 'Bayesian': [80], 'methods': [81], 'using': [82], 'Markov': [83], 'Chain': [84], 'Monte': [85], 'Carlo.': [86], 'allows': [89], 'recovering': [90], 'changes': [92], 'patterns': [97], 'observed': [98, 108], 'sector,': [101], 'relating': [102], 'events': [107], 'period': [111], '2000-2015.': [112], 'apply': [114], 'estimate': [118], 'risk': [119], 'management': [120], 'measures,': [121], 'hedging': [122], 'portfolio': [124, 156, 197], 'allocation': [125], 'performing': [127], 'comparison': [129], 'other': [131], 'models': [133], 'volatility.': [136], 'Based': [137], 'results,': [140], 'we': [141, 177], 'may': [142], 'conclude': [143, 178], 'that': [144, 179], 'proposed': [146], 'has': [148], 'better': [150], 'performance': [151], 'when': [152], 'used': [153, 184], 'calculate': [155], 'VaR,': [157], 'since': [158], 'does': [160], 'not': [161], 'reject': [162], 'hypothesis': [164], 'correct': [166], 'nominal': [167], 'coverage': [168], 'certain': [170], 'specifications': [171], 'presented': [172], 'work.': [175], 'Furthermore,': [176], 'can': [182], 'be': [183], 'hedge': [186, 193], 'price': [188, 207], 'risks,': [189], 'optimal': [192], 'ratio': [194], 'for': [195], 'containing': [198], 'an': [199], 'company': [201], '(stock)': [203], 'contract.': [208], 'When': [209], 'compared': [210], 'standard': [213], 'methodology': [214], 'GARCH': [217], 'models,': [218], 'our': [219], 'well': [222], 'application': [225]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2293839097', 'counts_by_year': [{'year': 2020, 'cited_by_count': 1}], 'updated_date': '2023-09-27T08:49:56.935121', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W3092224351', 'doi': 'https://doi.org/10.36744/m.537', 'title': 'Kilka uwag o badaniach nad historią recepcji', 'display_name': 'Kilka uwag o badaniach nad historią recepcji', 'relevance_score': 0.99999994, 'publication_year': 2018, 'publication_date': '2018-07-02', 'ids': {'openalex': 'https://openalex.org/W3092224351', 'doi': 'https://doi.org/10.36744/m.537', 'mag': '3092224351'}, 'language': 'pl', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.36744/m.537', 'pdf_url': 'https://czasopisma.ispan.pl/index.php/m/article/download/537/330', 'source': {'id': 'https://openalex.org/S4210182930', 'display_name': 'Muzyka', 'issn_l': '0027-5344', 'issn': ['0027-5344'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://czasopisma.ispan.pl/index.php/m/article/download/537/330', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5040742087', 'display_name': 'Aleksander Laskowski', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Aleksander Laskowski', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5040742087'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C27206212', 'wikidata': 'https://www.wikidata.org/wiki/Q34178', 'display_name': 'Theology', 'level': 1, 'score': 0.38999134}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.27368093}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.36744/m.537', 'pdf_url': 'https://czasopisma.ispan.pl/index.php/m/article/download/537/330', 'source': {'id': 'https://openalex.org/S4210182930', 'display_name': 'Muzyka', 'issn_l': '0027-5344', 'issn': ['0027-5344'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.36744/m.537', 'pdf_url': 'https://czasopisma.ispan.pl/index.php/m/article/download/537/330', 'source': {'id': 'https://openalex.org/S4210182930', 'display_name': 'Muzyka', 'issn_l': '0027-5344', 'issn': ['0027-5344'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.17}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.13}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.12}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W2152253204', 'https://openalex.org/W2166858779', 'https://openalex.org/W2321577163', 'https://openalex.org/W2324381973', 'https://openalex.org/W2523908822', 'https://openalex.org/W2954760624', 'https://openalex.org/W3007581847', 'https://openalex.org/W3023304313', 'https://openalex.org/W3210704682', 'https://openalex.org/W4244274217'], 'ngrams_url': 'https://api.openalex.org/works/W3092224351/ngrams', 'abstract_inverted_index': {'Artykuł': [0], 'traktuje': [1], 'o': [2, 59], 'historii': [3], 'badań': [4, 28, 69], 'nad': [5, 29, 70], 'recepcją': [6, 30], 'w': [7, 13, 31, 45, 56, 61, 63], 'dziedzinie': [8, 32], 'muzykologii': [9, 33], 'oraz': [10], 'roli,': [11], 'jaką': [12], 'ich': [14], 'zapoczątkowaniu': [15], 'odegrali': [16], 'Karol': [17], 'Berger,': [18], 'Michał': [19], 'Bristiger': [20], 'i': [21, 42], 'Jan': [22], 'Stęszewski.': [23], 'Wedle': [24], 'Jima': [25], 'Samsona': [26], 'początek': [27], 'wiązać': [34], 'należy': [35], 'z': [36], 'konferencją': [37], 'zorganizowaną': [38], 'przez': [39, 54], 'Hermanna': [40], 'Danusera': [41], 'Friedhelma': [43], 'Krummachera': [44], '1988': [46], 'roku,': [47], 'tymczasem': [48], 'wydarzenie': [49], 'to': [50], 'poprzedziła': [51], 'konferencja': [52], 'zorganizowana': [53], 'Bristigera': [55], 'Instytucie': [57], 'Nauk': [58], 'Człowieku': [60], 'Wiedniu': [62], '1986': [64], 'roku.': [65], 'Autor': [66], 'prezentuje': [67], 'wyniki': [68], 'nieopublikowanymi': [71], 'materiałami': [72], 'archiwalnymi': [73], 'dotyczącymi': [74], 'tej': [75], 'konferencji.': [76]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3092224351', 'counts_by_year': [], 'updated_date': '2023-10-01T06:25:54.920101', 'created_date': '2020-10-15'}, {'id': 'https://openalex.org/W622251206', 'doi': None, 'title': '自然腎盂外溢流の1例(第67回山陰地方会(春の学会))', 'display_name': '自然腎盂外溢流の1例(第67回山陰地方会(春の学会))', 'relevance_score': 0.99999994, 'publication_year': 1989, 'publication_date': '1989-03-20', 'ids': {'openalex': 'https://openalex.org/W622251206', 'mag': '622251206'}, 'language': 'ko', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/naid/110006385224', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306551136', 'display_name': '日本泌尿器科學會雜誌', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5028037943', 'display_name': '明文 山根', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': '明文 山根', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5089094012', 'display_name': '晤玲 石田', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': '晤玲 石田', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': '80', 'issue': '3', 'first_page': '497', 'last_page': '498'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.36607593}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/naid/110006385224', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306551136', 'display_name': '日本泌尿器科學會雜誌', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.42}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': [], 'ngrams_url': 'https://api.openalex.org/works/W622251206/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W622251206', 'counts_by_year': [], 'updated_date': '2023-09-23T08:17:52.250464', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2463491991', 'doi': 'https://doi.org/10.1111/j.2517-6161.1990.tb01779.x', 'title': 'Nonparametric Estimation of Intensities for Sampled Counting Processes', 'display_name': 'Nonparametric Estimation of Intensities for Sampled Counting Processes', 'relevance_score': 0.9999999, 'publication_year': 1990, 'publication_date': '1990-09-01', 'ids': {'openalex': 'https://openalex.org/W2463491991', 'doi': 'https://doi.org/10.1111/j.2517-6161.1990.tb01779.x', 'mag': '2463491991'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/j.2517-6161.1990.tb01779.x', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764851895', 'display_name': 'Journal of the royal statistical society series b-methodological', 'issn_l': '0035-9246', 'issn': ['2517-6161', '0035-9246'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5006979328', 'display_name': 'Peter Guttorp', 'orcid': 'https://orcid.org/0000-0002-5620-4200'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Peter Guttorp', 'raw_affiliation_string': 'University of Washington, Seattle, USA', 'raw_affiliation_strings': ['University of Washington, Seattle, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5076778534', 'display_name': 'Mary Lou Thompson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I10947320', 'display_name': 'South African Medical Research Council', 'ror': 'https://ror.org/05q60vz69', 'country_code': 'ZA', 'type': 'other', 'lineage': ['https://openalex.org/I10947320']}], 'countries': ['ZA'], 'is_corresponding': False, 'raw_author_name': 'Mary Lou Thompson', 'raw_affiliation_string': 'Medical Research Council, Tygerberg, South Africa', 'raw_affiliation_strings': ['Medical Research Council, Tygerberg, South Africa']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 7, 'biblio': {'volume': '52', 'issue': '1', 'first_page': '157', 'last_page': '173'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C185429906', 'wikidata': 'https://www.wikidata.org/wiki/Q1130160', 'display_name': 'Estimator', 'level': 2, 'score': 0.86437464}, {'id': 'https://openalex.org/C143724316', 'wikidata': 'https://www.wikidata.org/wiki/Q312468', 'display_name': 'Series (stratigraphy)', 'level': 2, 'score': 0.73100924}, {'id': 'https://openalex.org/C88871306', 'wikidata': 'https://www.wikidata.org/wiki/Q7208287', 'display_name': 'Point process', 'level': 2, 'score': 0.72423565}, {'id': 'https://openalex.org/C102366305', 'wikidata': 'https://www.wikidata.org/wiki/Q1097688', 'display_name': 'Nonparametric statistics', 'level': 2, 'score': 0.6936507}, {'id': 'https://openalex.org/C2781104640', 'wikidata': 'https://www.wikidata.org/wiki/Q11827313', 'display_name': 'Counting process', 'level': 2, 'score': 0.6545718}, {'id': 'https://openalex.org/C98045186', 'wikidata': 'https://www.wikidata.org/wiki/Q205663', 'display_name': 'Process (computing)', 'level': 2, 'score': 0.5114714}, {'id': 'https://openalex.org/C28719098', 'wikidata': 'https://www.wikidata.org/wiki/Q44946', 'display_name': 'Point (geometry)', 'level': 2, 'score': 0.50015926}, {'id': 'https://openalex.org/C96250715', 'wikidata': 'https://www.wikidata.org/wiki/Q965330', 'display_name': 'Estimation', 'level': 2, 'score': 0.49314088}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4652195}, {'id': 'https://openalex.org/C151406439', 'wikidata': 'https://www.wikidata.org/wiki/Q186588', 'display_name': 'Time series', 'level': 2, 'score': 0.45022884}, {'id': 'https://openalex.org/C41426520', 'wikidata': 'https://www.wikidata.org/wiki/Q1192065', 'display_name': 'Point estimation', 'level': 2, 'score': 0.42064795}, {'id': 'https://openalex.org/C28826006', 'wikidata': 'https://www.wikidata.org/wiki/Q33521', 'display_name': 'Applied mathematics', 'level': 1, 'score': 0.41684115}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.4126917}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.39196563}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.35114396}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.13214049}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 0.07170129}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C201995342', 'wikidata': 'https://www.wikidata.org/wiki/Q682496', 'display_name': 'Systems engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/j.2517-6161.1990.tb01779.x', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764851895', 'display_name': 'Journal of the royal statistical society series b-methodological', 'issn_l': '0035-9246', 'issn': ['2517-6161', '0035-9246'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.13}], 'grants': [], 'referenced_works_count': 5, 'referenced_works': ['https://openalex.org/W1596454230', 'https://openalex.org/W2019152751', 'https://openalex.org/W2331064698', 'https://openalex.org/W4207055091', 'https://openalex.org/W4245471492'], 'related_works': ['https://openalex.org/W2009129315', 'https://openalex.org/W2049213790', 'https://openalex.org/W2059475575', 'https://openalex.org/W2086354921', 'https://openalex.org/W2746366400', 'https://openalex.org/W3018864627', 'https://openalex.org/W3091830769', 'https://openalex.org/W3093464162', 'https://openalex.org/W3118609311', 'https://openalex.org/W4252172446'], 'ngrams_url': 'https://api.openalex.org/works/W2463491991/ngrams', 'abstract_inverted_index': {'SUMMARY': [0], 'Sampled': [1], 'counting': [2], 'processes': [3], 'are': [4], 'often': [5], 'studied': [6], 'using': [7], 'methods': [8], 'for': [9], 'the': [10, 38, 50, 58], 'analysis': [11], 'of': [12, 25, 37, 57], 'stationary': [13], 'time': [14, 19], 'series.': [15], 'We': [16, 53], 'express': [17], 'some': [18, 55], 'series': [20], 'parameters': [21, 29], 'as': [22], 'smoothed': [23], 'versions': [24], 'corresponding': [26], 'point': [27, 39], 'process': [28, 40], 'and': [30, 60, 68], 'use': [31], 'these': [32], 'relations': [33], 'to': [34, 49, 63], 'suggest': [35], 'estimates': [36], 'parameters.': [41], 'In': [42], 'addition,': [43], 'we': [44], 'propose': [45], 'a': [46], 'reconstructive': [47], 'approach': [48], 'estimation': [51], 'problem.': [52], 'derive': [54], 'properties': [56], 'estimators': [59, 76], 'apply': [61], 'them': [62], 'data': [64], 'from': [65], 'meteorology,': [66], 'entomology': [67], 'particle': [69], 'physics.': [70], 'A': [71], 'simulation': [72], 'study': [73], 'indicates': [74], 'which': [75], 'perform': [77], 'better': [78], 'in': [79], 'different': [80], 'situations.': [81]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2463491991', 'counts_by_year': [{'year': 2015, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-09-26T00:31:31.017523', 'created_date': '2016-07-22'}, {'id': 'https://openalex.org/W2390249801', 'doi': None, 'title': 'Preliminary screening and identification of the hepatocarcinoma cell-binding peptide', 'display_name': 'Preliminary screening and identification of the hepatocarcinoma cell-binding peptide', 'relevance_score': 0.9999999, 'publication_year': 2004, 'publication_date': '2004-01-01', 'ids': {'openalex': 'https://openalex.org/W2390249801', 'mag': '2390249801'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://en.cnki.com.cn/Article_en/CJFDTOTAL-ZHHY200406009.htm', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3034175995', 'display_name': 'Chinese Journal of Nuclear Medicine and Molecular Imaging', 'issn_l': '2095-2848', 'issn': ['2095-2848'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4320800525', 'host_organization_name': 'Chinese Medical Association', 'host_organization_lineage': ['https://openalex.org/P4320800525'], 'host_organization_lineage_names': ['Chinese Medical Association'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5051588256', 'display_name': 'Wu Hu', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Wu Hu', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5051588256'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C108944566', 'wikidata': 'https://www.wikidata.org/wiki/Q1524510', 'display_name': 'Panning (audio)', 'level': 4, 'score': 0.81030613}, {'id': 'https://openalex.org/C2779281246', 'wikidata': 'https://www.wikidata.org/wiki/Q172847', 'display_name': 'Peptide', 'level': 2, 'score': 0.6941891}, {'id': 'https://openalex.org/C153911025', 'wikidata': 'https://www.wikidata.org/wiki/Q7202', 'display_name': 'Molecular biology', 'level': 1, 'score': 0.64216274}, {'id': 'https://openalex.org/C186268636', 'wikidata': 'https://www.wikidata.org/wiki/Q896217', 'display_name': 'Phage display', 'level': 3, 'score': 0.60998666}, {'id': 'https://openalex.org/C2776471321', 'wikidata': 'https://www.wikidata.org/wiki/Q7166526', 'display_name': 'Peptide library', 'level': 4, 'score': 0.5763005}, {'id': 'https://openalex.org/C2778236600', 'wikidata': 'https://www.wikidata.org/wiki/Q592324', 'display_name': 'Immunofluorescence', 'level': 3, 'score': 0.5045768}, {'id': 'https://openalex.org/C167625842', 'wikidata': 'https://www.wikidata.org/wiki/Q899763', 'display_name': 'Peptide sequence', 'level': 3, 'score': 0.5041536}, {'id': 'https://openalex.org/C81885089', 'wikidata': 'https://www.wikidata.org/wiki/Q189082', 'display_name': 'Cell culture', 'level': 2, 'score': 0.4976447}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.49616465}, {'id': 'https://openalex.org/C1491633281', 'wikidata': 'https://www.wikidata.org/wiki/Q7868', 'display_name': 'Cell', 'level': 2, 'score': 0.4630006}, {'id': 'https://openalex.org/C159654299', 'wikidata': 'https://www.wikidata.org/wiki/Q79460', 'display_name': 'Antibody', 'level': 2, 'score': 0.36732924}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.3452495}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.15694228}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.10328019}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C124913957', 'wikidata': 'https://www.wikidata.org/wiki/Q1232548', 'display_name': 'Zoom', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C15336307', 'wikidata': 'https://www.wikidata.org/wiki/Q1766051', 'display_name': 'Lens (geology)', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://en.cnki.com.cn/Article_en/CJFDTOTAL-ZHHY200406009.htm', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3034175995', 'display_name': 'Chinese Journal of Nuclear Medicine and Molecular Imaging', 'issn_l': '2095-2848', 'issn': ['2095-2848'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4320800525', 'host_organization_name': 'Chinese Medical Association', 'host_organization_lineage': ['https://openalex.org/P4320800525'], 'host_organization_lineage_names': ['Chinese Medical Association'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.75}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1544920924', 'https://openalex.org/W1577208525', 'https://openalex.org/W1838327217', 'https://openalex.org/W1946994047', 'https://openalex.org/W2043925310', 'https://openalex.org/W2063711543', 'https://openalex.org/W2068395370', 'https://openalex.org/W2069275951', 'https://openalex.org/W2081030735', 'https://openalex.org/W2152231753', 'https://openalex.org/W2347941547', 'https://openalex.org/W2363581269', 'https://openalex.org/W2365653600', 'https://openalex.org/W2368365144', 'https://openalex.org/W2386103136', 'https://openalex.org/W2397789451', 'https://openalex.org/W2444444523', 'https://openalex.org/W2819222079', 'https://openalex.org/W2981789410', 'https://openalex.org/W3032782785'], 'ngrams_url': 'https://api.openalex.org/works/W2390249801/ngrams', 'abstract_inverted_index': {'Objective': [0], 'To': [1], 'explore': [2], 'the': [3, 41, 80, 87, 125, 129, 158, 174, 190, 209, 219, 235, 254, 312], 'feasibility': [4], 'of': [5, 73, 91, 118, 145, 160, 173, 188, 211, 218, 234, 253, 295], 'screening': [6], 'and': [7, 25, 61, 70, 106, 114, 169, 196, 205, 226, 262, 275], 'isolating': [8], 'homing': [9, 277], 'peptides': [10, 63, 278], 'that': [11, 64, 109, 147, 192, 247, 250, 279, 297], 'bind': [12, 65, 148, 266, 280, 299, 310], 'specifically,': [13, 281], 'or': [14, 45, 282, 327], 'preferentially,': [15, 283], 'to': [16, 26, 59, 66, 110, 195, 238, 267, 273, 284, 300, 311], 'hepatocarcinoma': [17, 68, 82, 97, 200, 215, 285, 301, 314], 'cells': [18, 98, 117, 131, 201, 240, 286, 302], 'using': [19, 287], 'phage': [20, 54, 93, 237, 255, 288], 'display': [21, 55, 289], 'random': [22, 290], 'peptide': [23, 30, 53, 165, 245, 291, 296, 307], 'library': [24, 56], 'develop': [27], 'a': [28, 163, 322], 'new': [29, 175], 'which': [31], 'may': [32, 317], 'be': [33, 318], 'potentially': [34, 319], 'used': [35, 58, 320], 'as': [36, 86, 230, 321], 'targeting': [37], 'delivery': [38], 'carrier': [39, 323], 'in': [40, 128, 198, 324], 'biological': [42], 'targeted': [43, 325], 'diagnosis': [44, 326], 'therapy': [46, 328], 'for': [47, 95, 214, 329], 'liver': [48, 112], 'cancer.': [49], 'Methods': [50], 'A': [51], '12-mer': [52], 'was': [57, 132, 167, 178, 228, 241], 'screen': [60, 274], 'isolate': [62, 276], 'human': [67, 81, 96, 111, 199, 313], 'cells,': [69], 'four': [71, 186], 'rounds': [72, 187], 'subtractive': [74], 'panning': [75], 'were': [76, 99, 151, 193, 202], 'carried': [77], 'out': [78], 'with': [79, 101, 108, 134, 180], 'cell': [83, 113], 'line': [84], 'HepG2': [85, 149, 239], 'target.': [88], 'The': [89, 141, 293, 305], 'affinities': [90], 'selected': [92, 236], 'clones': [94], 'determined': [100, 179], 'enzyme-linked': [102], 'immunosorbent': [103], 'assay': [104], '(ELISA)': [105], 'compared': [107], 'other': [115], 'tumor': [116, 130], 'different': [119], 'tissue': [120], 'origins,': [121], 'respectively.': [122], 'In': [123], 'addition,': [124], 'binding': [126, 252], 'site': [127], 'observed': [133], 'immunofluorescence': [135, 206], 'analysis': [136, 207], 'under': [137], 'confocal': [138], 'light': [139], 'microscopy.': [140], 'amino': [142], 'acid': [143], 'sequences': [144], 'phages': [146, 191, 213, 221], 'specifically': [150], 'deduced': [152], 'through': [153, 258], 'DNA': [154, 161], 'sequencing.': [155], 'Based': [156], 'on': [157], 'results': [159], 'sequence,': [162], '16-mer': [164], '(WH16)': [166], 'designed': [168], 'synthesized.': [170], 'Binding': [171, 233], 'ability': [172], 'peptide,': [176, 261], 'WH16,': [177, 246], 'competitive': [181], 'inhibition': [182], 'test.': [183], 'Results': [184], 'After': [185], 'panning,': [189], 'bound': [194], 'internalized': [197], 'isolated.': [203], 'ELISA': [204], 'confirmed': [208], 'affinity': [210], 'these': [212], 'cells.': [216], '56.67%(17/30)': [217], 'isolated': [220], 'displayed': [222, 260], 'repeated': [223], 'sequence': [224, 294], 'FLLEPHLMDTSM,': [225], 'FLEP': [227], 'defined': [229], 'conservative': [231], 'motif.': [232], 'inhibited': [242], 'by': [243], 'synthesized': [244, 306], 'strongly': [248], 'support': [249], 'cellular': [251], 'is': [256, 271, 303], 'mediated': [257], 'its': [259], 'WH16': [263, 308], 'can': [264, 298, 309], 'also': [265], 'HepG2.': [268], 'Conclusions': [269], 'It': [270, 316], 'feasible': [272], 'libraries.': [292], 'FLLEPHLMDTSM.': [304], 'cell.': [315], 'hepatocarcinoma.': [330]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2390249801', 'counts_by_year': [], 'updated_date': '2023-09-24T04:01:54.177778', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2887461127', 'doi': None, 'title': 'The Unjust "Web" We Weave: The Evolution of Social Media and Its Psychological Impact on Juror Impartiality and Fair Trials', 'display_name': 'The Unjust "Web" We Weave: The Evolution of Social Media and Its Psychological Impact on Juror Impartiality and Fair Trials', 'relevance_score': 0.9999999, 'publication_year': 2012, 'publication_date': '2012-01-01', 'ids': {'openalex': 'https://openalex.org/W2887461127', 'mag': '2887461127'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://www.questia.com/library/journal/1G1-296377592/the-unjust-web-we-weave-the-evolution-of-social', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306518294', 'display_name': 'Law and Psychology Review', 'issn_l': '0098-5961', 'issn': ['0098-5961'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5050295277', 'display_name': 'Miland F. Simpler', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Miland F. Simpler', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5050295277'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 4, 'biblio': {'volume': '36', 'issue': None, 'first_page': '275', 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2780564088', 'wikidata': 'https://www.wikidata.org/wiki/Q3149193', 'display_name': 'Impartiality', 'level': 2, 'score': 0.89375365}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.52194136}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.51508826}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.46949604}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.40026507}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.34143776}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.34002042}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.32392436}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.24792573}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://www.questia.com/library/journal/1G1-296377592/the-unjust-web-we-weave-the-evolution-of-social', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306518294', 'display_name': 'Law and Psychology Review', 'issn_l': '0098-5961', 'issn': ['0098-5961'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.44}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.11}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W2166038152', 'https://openalex.org/W3122832155'], 'ngrams_url': 'https://api.openalex.org/works/W2887461127/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2887461127', 'counts_by_year': [{'year': 2021, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-09-24T11:29:34.728414', 'created_date': '2018-08-22'}, {'id': 'https://openalex.org/W4298300024', 'doi': 'https://doi.org/10.47939/es.v3i1.036', 'title': 'Strategies for Constructing High School Mathematics Efficient Classroom under the Background of New Curriculum Reform', 'display_name': 'Strategies for Constructing High School Mathematics Efficient Classroom under the Background of New Curriculum Reform', 'relevance_score': 0.9999999, 'publication_year': 2022, 'publication_date': '2022-01-05', 'ids': {'openalex': 'https://openalex.org/W4298300024', 'doi': 'https://doi.org/10.47939/es.v3i1.036'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.47939/es.v3i1.036', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4363604254', 'display_name': 'Foreign Language Science and Technology Journal Database Educational Science', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C145420912', 'wikidata': 'https://www.wikidata.org/wiki/Q853077', 'display_name': 'Mathematics education', 'level': 1, 'score': 0.7605673}, {'id': 'https://openalex.org/C47177190', 'wikidata': 'https://www.wikidata.org/wiki/Q207137', 'display_name': 'Curriculum', 'level': 2, 'score': 0.71437645}, {'id': 'https://openalex.org/C2992902817', 'wikidata': 'https://www.wikidata.org/wiki/Q853077', 'display_name': 'Mathematics curriculum', 'level': 4, 'score': 0.4958094}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.37135503}, {'id': 'https://openalex.org/C19417346', 'wikidata': 'https://www.wikidata.org/wiki/Q7922', 'display_name': 'Pedagogy', 'level': 1, 'score': 0.33734745}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.33432198}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.2883581}, {'id': 'https://openalex.org/C88610354', 'wikidata': 'https://www.wikidata.org/wiki/Q1813494', 'display_name': 'Teaching method', 'level': 2, 'score': 0.23407513}, {'id': 'https://openalex.org/C2778048005', 'wikidata': 'https://www.wikidata.org/wiki/Q7692612', 'display_name': 'Technology integration', 'level': 3, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.47939/es.v3i1.036', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4363604254', 'display_name': 'Foreign Language Science and Technology Journal Database Educational Science', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.62}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W141433357', 'https://openalex.org/W319770174', 'https://openalex.org/W2078324936', 'https://openalex.org/W2095287122', 'https://openalex.org/W2347869674', 'https://openalex.org/W2351915757', 'https://openalex.org/W2371786773', 'https://openalex.org/W2377508426', 'https://openalex.org/W2378623862', 'https://openalex.org/W2899084033'], 'ngrams_url': 'https://api.openalex.org/works/W4298300024/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4298300024', 'counts_by_year': [], 'updated_date': '2023-09-27T17:36:38.445332', 'created_date': '2022-10-01'}, {'id': 'https://openalex.org/W1981904029', 'doi': 'https://doi.org/10.1088/0031-8949/15/5-6/012', 'title': 'Localized States in a Simple Dislocation Model', 'display_name': 'Localized States in a Simple Dislocation Model', 'relevance_score': 0.9999999, 'publication_year': 1977, 'publication_date': '1977-05-01', 'ids': {'openalex': 'https://openalex.org/W1981904029', 'doi': 'https://doi.org/10.1088/0031-8949/15/5-6/012', 'mag': '1981904029'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1088/0031-8949/15/5-6/012', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S59012888', 'display_name': 'Physica Scripta', 'issn_l': '0031-8949', 'issn': ['1402-4896', '0031-8949'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320083', 'host_organization_name': 'IOP Publishing', 'host_organization_lineage': ['https://openalex.org/P4310311669', 'https://openalex.org/P4310320083'], 'host_organization_lineage_names': ['Institute of Physics', 'IOP Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5025274497', 'display_name': 'S. Marklund', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I90267481', 'display_name': 'Umeå University', 'ror': 'https://ror.org/05kb8h459', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I90267481']}], 'countries': ['SE'], 'is_corresponding': True, 'raw_author_name': 'Sune Marklund', 'raw_affiliation_string': 'Department of Theoretical Physics, Umeå University, Umeå, Sweden', 'raw_affiliation_strings': ['Department of Theoretical Physics, Umeå University, Umeå, Sweden']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5025274497'], 'corresponding_institution_ids': ['https://openalex.org/I90267481'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 0, 'biblio': {'volume': '15', 'issue': '5-6', 'first_page': '349', 'last_page': '351'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C158693339', 'wikidata': 'https://www.wikidata.org/wiki/Q190524', 'display_name': 'Eigenvalues and eigenvectors', 'level': 2, 'score': 0.7696289}, {'id': 'https://openalex.org/C159122135', 'wikidata': 'https://www.wikidata.org/wiki/Q737571', 'display_name': 'Dislocation', 'level': 2, 'score': 0.6526836}, {'id': 'https://openalex.org/C2781204021', 'wikidata': 'https://www.wikidata.org/wiki/Q6497091', 'display_name': 'Lattice (music)', 'level': 2, 'score': 0.58327013}, {'id': 'https://openalex.org/C2780586882', 'wikidata': 'https://www.wikidata.org/wiki/Q7520643', 'display_name': 'Simple (philosophy)', 'level': 2, 'score': 0.5500565}, {'id': 'https://openalex.org/C26873012', 'wikidata': 'https://www.wikidata.org/wiki/Q214781', 'display_name': 'Condensed matter physics', 'level': 1, 'score': 0.5045036}, {'id': 'https://openalex.org/C151201525', 'wikidata': 'https://www.wikidata.org/wiki/Q177239', 'display_name': 'Limit (mathematics)', 'level': 2, 'score': 0.46282488}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.4613436}, {'id': 'https://openalex.org/C162307627', 'wikidata': 'https://www.wikidata.org/wiki/Q204833', 'display_name': 'Enhanced Data Rates for GSM Evolution', 'level': 2, 'score': 0.45513028}, {'id': 'https://openalex.org/C12426560', 'wikidata': 'https://www.wikidata.org/wiki/Q189569', 'display_name': 'Basis (linear algebra)', 'level': 2, 'score': 0.41873777}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.3402169}, {'id': 'https://openalex.org/C121864883', 'wikidata': 'https://www.wikidata.org/wiki/Q677916', 'display_name': 'Statistical physics', 'level': 1, 'score': 0.33267212}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.24553049}, {'id': 'https://openalex.org/C134306372', 'wikidata': 'https://www.wikidata.org/wiki/Q7754', 'display_name': 'Mathematical analysis', 'level': 1, 'score': 0.19329023}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.1265266}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.044558883}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C76155785', 'wikidata': 'https://www.wikidata.org/wiki/Q418', 'display_name': 'Telecommunications', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C24890656', 'wikidata': 'https://www.wikidata.org/wiki/Q82811', 'display_name': 'Acoustics', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1088/0031-8949/15/5-6/012', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S59012888', 'display_name': 'Physica Scripta', 'issn_l': '0031-8949', 'issn': ['1402-4896', '0031-8949'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320083', 'host_organization_name': 'IOP Publishing', 'host_organization_lineage': ['https://openalex.org/P4310311669', 'https://openalex.org/P4310320083'], 'host_organization_lineage_names': ['Institute of Physics', 'IOP Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.19}], 'grants': [], 'referenced_works_count': 2, 'referenced_works': ['https://openalex.org/W2000748477', 'https://openalex.org/W2028720922'], 'related_works': ['https://openalex.org/W1483295041', 'https://openalex.org/W1524265942', 'https://openalex.org/W1971626197', 'https://openalex.org/W2030414038', 'https://openalex.org/W2046408063', 'https://openalex.org/W2078124205', 'https://openalex.org/W2127887854', 'https://openalex.org/W2363545677', 'https://openalex.org/W2388417152', 'https://openalex.org/W4286813030'], 'ngrams_url': 'https://api.openalex.org/works/W1981904029/ngrams', 'abstract_inverted_index': {'Assuming': [0], 'an': [1, 20], 's': [2], '-orbital': [3], 'basis': [4], 'the': [5, 43, 47], 'extended': [6], 'Hückel': [7], 'eigenvalues': [8], 'and': [9], 'eigenvectors': [10], 'have': [11, 25], 'been': [12, 26], 'calculated': [13], 'for': [14], 'a': [15], 'two': [16], 'dimensional': [17], 'model': [18], 'of': [19, 33, 46], 'edge': [21], 'dislocation.': [22], 'Finite': [23], 'configurations': [24], 'considered': [27], 'as': [28, 30], 'well': [29], 'infinite': [31, 49], 'arrays': [32], 'dislocations.': [34], 'The': [35], 'results': [36], 'show': [37], 'localized': [38], 'states': [39], 'with': [40], 'energies': [41], 'above': [42], 'band': [44], 'limit': [45], 'corresponding': [48], 'bare': [50], 'lattice.': [51]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1981904029', 'counts_by_year': [], 'updated_date': '2023-09-25T06:32:16.194870', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W246828756', 'doi': None, 'title': '1084 生モルタルの流動性付与に関する研究 : その1 細骨材中の泥分の影響について(左官,材料施工)', 'display_name': '1084 生モルタルの流動性付与に関する研究 : その1 細骨材中の泥分の影響について(左官,材料施工)', 'relevance_score': 0.9999999, 'publication_year': 2003, 'publication_date': '2003-07-30', 'ids': {'openalex': 'https://openalex.org/W246828756', 'mag': '246828756'}, 'language': 'ja', 'primary_location': {'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/naid/110006597614', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306547298', 'display_name': '学術講演梗概集. A-1, 材料施工', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5082313704', 'display_name': '賢治 竹中', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': '賢治 竹中', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5013910154', 'display_name': '宏 阿部', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': '宏 阿部', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': '2003', 'issue': None, 'first_page': '167', 'last_page': '168'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.29176122}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'http://ci.nii.ac.jp/naid/110006597614', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306547298', 'display_name': '学術講演梗概集. A-1, 材料施工', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.12}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': [], 'ngrams_url': 'https://api.openalex.org/works/W246828756/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W246828756', 'counts_by_year': [], 'updated_date': '2023-09-28T02:08:03.404867', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1481794982', 'doi': 'https://doi.org/10.6092/issn.2036-5195/4407', 'title': 'A Note on Regional Development, Space-based Policies and Tourism', 'display_name': 'A Note on Regional Development, Space-based Policies and Tourism', 'relevance_score': 0.9999999, 'publication_year': 2014, 'publication_date': '2014-07-15', 'ids': {'openalex': 'https://openalex.org/W1481794982', 'doi': 'https://doi.org/10.6092/issn.2036-5195/4407', 'mag': '1481794982'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://almatourism.unibo.it/article/download/4407/3894', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764582180', 'display_name': 'Almatourism: Journal of Tourism, Culture and Territorial Development', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5068567952', 'display_name': 'Guido Pellegrini', 'orcid': 'https://orcid.org/0000-0002-6325-7351'}, 'institutions': [{'id': 'https://openalex.org/I861853513', 'display_name': 'Sapienza University of Rome', 'ror': 'https://ror.org/02be6w209', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I861853513']}], 'countries': ['IT'], 'is_corresponding': True, 'raw_author_name': 'Guido Pellegrini', 'raw_affiliation_string': 'University ???La Sapienza??? of Rome', 'raw_affiliation_strings': ['University ???La Sapienza??? of Rome']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5068567952'], 'corresponding_institution_ids': ['https://openalex.org/I861853513'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': '5', 'issue': '9', 'first_page': '101', 'last_page': '104'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C18918823', 'wikidata': 'https://www.wikidata.org/wiki/Q49389', 'display_name': 'Tourism', 'level': 2, 'score': 0.8679689}, {'id': 'https://openalex.org/C2777582232', 'wikidata': 'https://www.wikidata.org/wiki/Q5013414', 'display_name': 'CONTEST', 'level': 2, 'score': 0.8153434}, {'id': 'https://openalex.org/C110269972', 'wikidata': 'https://www.wikidata.org/wiki/Q184872', 'display_name': 'Recreation', 'level': 2, 'score': 0.7476277}, {'id': 'https://openalex.org/C2778572836', 'wikidata': 'https://www.wikidata.org/wiki/Q380933', 'display_name': 'Space (punctuation)', 'level': 2, 'score': 0.6327678}, {'id': 'https://openalex.org/C182306322', 'wikidata': 'https://www.wikidata.org/wiki/Q1779371', 'display_name': 'Order (exchange)', 'level': 2, 'score': 0.60197246}, {'id': 'https://openalex.org/C552854447', 'wikidata': 'https://www.wikidata.org/wiki/Q131201', 'display_name': 'Sustainable development', 'level': 2, 'score': 0.587382}, {'id': 'https://openalex.org/C148383697', 'wikidata': 'https://www.wikidata.org/wiki/Q1781695', 'display_name': 'Regional science', 'level': 1, 'score': 0.5097169}, {'id': 'https://openalex.org/C2778734068', 'wikidata': 'https://www.wikidata.org/wiki/Q1344240', 'display_name': 'Sustainable tourism', 'level': 3, 'score': 0.45138177}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.42679143}, {'id': 'https://openalex.org/C91375879', 'wikidata': 'https://www.wikidata.org/wiki/Q15473274', 'display_name': 'Environmental planning', 'level': 1, 'score': 0.4114496}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.37228948}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.36020613}, {'id': 'https://openalex.org/C26271046', 'wikidata': 'https://www.wikidata.org/wiki/Q187097', 'display_name': 'Economic geography', 'level': 1, 'score': 0.32210144}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.19715506}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C10138342', 'wikidata': 'https://www.wikidata.org/wiki/Q43015', 'display_name': 'Finance', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://almatourism.unibo.it/article/download/4407/3894', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764582180', 'display_name': 'Almatourism: Journal of Tourism, Culture and Territorial Development', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.59}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.15}], 'grants': [], 'referenced_works_count': 4, 'referenced_works': ['https://openalex.org/W1965135444', 'https://openalex.org/W1983647540', 'https://openalex.org/W1995462885', 'https://openalex.org/W2108547887'], 'related_works': ['https://openalex.org/W11806197', 'https://openalex.org/W319789636', 'https://openalex.org/W348403953', 'https://openalex.org/W1587175936', 'https://openalex.org/W1604069312', 'https://openalex.org/W1843094116', 'https://openalex.org/W1937109649', 'https://openalex.org/W1958644475', 'https://openalex.org/W2048163921', 'https://openalex.org/W2133251226', 'https://openalex.org/W2361857207', 'https://openalex.org/W2391420695', 'https://openalex.org/W2393776911', 'https://openalex.org/W2560033490', 'https://openalex.org/W2579299853', 'https://openalex.org/W2614165496', 'https://openalex.org/W2746858786', 'https://openalex.org/W2797163643', 'https://openalex.org/W2940529859', 'https://openalex.org/W3155119930'], 'ngrams_url': 'https://api.openalex.org/works/W1481794982/ngrams', 'abstract_inverted_index': {'A': [0], 'fil': [2], 'rouge': [3], 'runs': [5], 'through': [6], 'the': [7, 14, 16, 19, 28, 40, 43, 68], 'papers': [8], 'presented': [9], 'in': [10, 64, 72], 'this': [11], 'Issue': [12], 'of': [13, 32], 'Review:': [15], 'idea': [17], 'that': [18], 'tourist': [20, 44, 54], 'development': [21], 'is': [22, 51], 'less': [23, 25], 'and': [24, 35, 37, 55, 75, 79], 'related': [26], 'to': [27, 39, 66, 76], 'distinct': [29], 'touristic': [30], 'attractions': [31, 45], 'a': [33], 'region': [34, 50], 'more': [36, 38], 'contest': [41], 'where': [42], 'lie.': [46], 'Clearly,': [47], 'not': [48], 'every': [49], 'suitable': [52], 'for': [53], 'recreation': [56], 'mission.': [57], 'However,': [58], 'policy': [59], 'makers': [60], 'have': [61], 'several': [62], 'opportunities': [63], 'order': [65], 'find': [67], 'appropriate': [69], 'strategic': [70], 'decisions': [71], 'tourism': [73], 'planning': [74], 'obtain': [77], 'sustainable': [78], 'smart': [80], 'growth.': [81]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1481794982', 'counts_by_year': [], 'updated_date': '2023-09-26T01:03:03.525525', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4241837453', 'doi': 'https://doi.org/10.1787/migr_outlook-2015-5-en', 'title': 'Recent labour market trends and integration policies in OECD countries', 'display_name': 'Recent labour market trends and integration policies in OECD countries', 'relevance_score': 0.9999999, 'publication_year': 2015, 'publication_date': '2015-09-22', 'ids': {'openalex': 'https://openalex.org/W4241837453', 'doi': 'https://doi.org/10.1787/migr_outlook-2015-5-en'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1787/migr_outlook-2015-5-en', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210230139', 'display_name': 'International migration outlook', 'issn_l': '1995-3968', 'issn': ['1999-124X', '1995-3968'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'book series'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'book-chapter', 'type_crossref': 'book-chapter', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 0, 'biblio': {'volume': None, 'issue': None, 'first_page': '59', 'last_page': '103'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.49887395}, {'id': 'https://openalex.org/C2781051278', 'wikidata': 'https://www.wikidata.org/wiki/Q6770814', 'display_name': 'Market integration', 'level': 2, 'score': 0.41914728}, {'id': 'https://openalex.org/C18547055', 'wikidata': 'https://www.wikidata.org/wiki/Q47417', 'display_name': 'International economics', 'level': 1, 'score': 0.38866448}, {'id': 'https://openalex.org/C139719470', 'wikidata': 'https://www.wikidata.org/wiki/Q39680', 'display_name': 'Macroeconomics', 'level': 1, 'score': 0.23431373}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1787/migr_outlook-2015-5-en', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210230139', 'display_name': 'International migration outlook', 'issn_l': '1995-3968', 'issn': ['1999-124X', '1995-3968'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'book series'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.49}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.1}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W6518329', 'https://openalex.org/W17589337', 'https://openalex.org/W22975552', 'https://openalex.org/W25908749', 'https://openalex.org/W27783132', 'https://openalex.org/W33438167', 'https://openalex.org/W33934819', 'https://openalex.org/W39282351', 'https://openalex.org/W41216027', 'https://openalex.org/W42380567'], 'ngrams_url': 'https://api.openalex.org/works/W4241837453/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4241837453', 'counts_by_year': [], 'updated_date': '2023-09-27T14:40:49.903928', 'created_date': '2022-05-12'}]
Sources().filter(works_count=">1000").get()
[{'id': 'https://openalex.org/S4306525036', 'issn_l': None, 'issn': None, 'display_name': 'PubMed', 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'works_count': 33077410, 'cited_by_count': 932759799, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 1, 'i10_index': 1}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306525036', 'wikidata': 'https://www.wikidata.org/entity/Q180686'}, 'homepage_url': 'https://pubmed.ncbi.nlm.nih.gov', 'apc_prices': None, 'apc_usd': None, 'country_code': 'US', 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 49534771}, {'year': 2022, 'works_count': 0, 'cited_by_count': 64193477}, {'year': 2021, 'works_count': 0, 'cited_by_count': 64243845}, {'year': 2020, 'works_count': 0, 'cited_by_count': 59851002}, {'year': 2019, 'works_count': 0, 'cited_by_count': 52208788}, {'year': 2018, 'works_count': 6, 'cited_by_count': 47922188}, {'year': 2017, 'works_count': 0, 'cited_by_count': 45144152}, {'year': 2016, 'works_count': 2, 'cited_by_count': 43707287}, {'year': 2015, 'works_count': 23, 'cited_by_count': 42733322}, {'year': 2014, 'works_count': 6, 'cited_by_count': 40449990}, {'year': 2013, 'works_count': 3, 'cited_by_count': 37679678}, {'year': 2012, 'works_count': 12, 'cited_by_count': 34928986}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306525036', 'updated_date': '2023-10-03T17:43:38.651699', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S2764455111', 'issn_l': None, 'issn': None, 'display_name': 'PubMed Central', 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'works_count': 6761671, 'cited_by_count': 237573968, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 4, 'i10_index': 1}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S2764455111', 'mag': '2764455111', 'wikidata': 'https://www.wikidata.org/entity/Q229883'}, 'homepage_url': 'http://www.ncbi.nlm.nih.gov/pmc', 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [], 'counts_by_year': [{'year': 2122, 'works_count': 0, 'cited_by_count': 0}, {'year': 2109, 'works_count': 0, 'cited_by_count': 0}, {'year': 2103, 'works_count': 0, 'cited_by_count': 0}, {'year': 2038, 'works_count': 0, 'cited_by_count': 0}, {'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 365866, 'cited_by_count': 21549564}, {'year': 2022, 'works_count': 855029, 'cited_by_count': 27754237}, {'year': 2021, 'works_count': 833446, 'cited_by_count': 26066460}, {'year': 2020, 'works_count': 699596, 'cited_by_count': 21492726}, {'year': 2019, 'works_count': 531141, 'cited_by_count': 16615074}, {'year': 2018, 'works_count': 475543, 'cited_by_count': 14330631}, {'year': 2017, 'works_count': 441027, 'cited_by_count': 12655509}, {'year': 2016, 'works_count': 402464, 'cited_by_count': 11404517}, {'year': 2015, 'works_count': 379154, 'cited_by_count': 10365536}, {'year': 2014, 'works_count': 350008, 'cited_by_count': 9273039}, {'year': 2013, 'works_count': 316674, 'cited_by_count': 8049830}, {'year': 2012, 'works_count': 273976, 'cited_by_count': 6846409}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S2764455111', 'updated_date': '2023-10-03T23:17:38.816299', 'created_date': '2017-10-27'}, {'id': 'https://openalex.org/S4306400806', 'issn_l': None, 'issn': None, 'display_name': 'Europe PMC (PubMed Central)', 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'works_count': 5095834, 'cited_by_count': 227263886, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 0, 'i10_index': 0}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306400806', 'wikidata': 'https://www.wikidata.org/wiki/Q5412157'}, 'homepage_url': 'http://europepmc.org', 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [], 'counts_by_year': [{'year': 2109, 'works_count': 0, 'cited_by_count': 0}, {'year': 2103, 'works_count': 0, 'cited_by_count': 0}, {'year': 2050, 'works_count': 0, 'cited_by_count': 0}, {'year': 2038, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 285, 'cited_by_count': 16314463}, {'year': 2022, 'works_count': 1481, 'cited_by_count': 23022390}, {'year': 2021, 'works_count': 118004, 'cited_by_count': 24527506}, {'year': 2020, 'works_count': 298138, 'cited_by_count': 22128938}, {'year': 2019, 'works_count': 452045, 'cited_by_count': 17478271}, {'year': 2018, 'works_count': 464830, 'cited_by_count': 15085700}, {'year': 2017, 'works_count': 436523, 'cited_by_count': 13336614}, {'year': 2016, 'works_count': 397857, 'cited_by_count': 11995777}, {'year': 2015, 'works_count': 371927, 'cited_by_count': 10852256}, {'year': 2014, 'works_count': 343385, 'cited_by_count': 9644780}, {'year': 2013, 'works_count': 320037, 'cited_by_count': 8323655}, {'year': 2012, 'works_count': 272866, 'cited_by_count': 7025427}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306400806', 'updated_date': '2023-10-03T19:27:00.226022', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306402512', 'issn_l': None, 'issn': None, 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'works_count': 2972082, 'cited_by_count': 35128545, 'summary_stats': {'2yr_mean_citedness': 0.09876667921721323, 'h_index': 415, 'i10_index': 36560}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306402512', 'wikidata': 'https://www.wikidata.org/wiki/Q3144107'}, 'homepage_url': 'https://hal.science', 'apc_prices': None, 'apc_usd': None, 'country_code': 'FR', 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 28.6}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 21.6}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 21.4}], 'counts_by_year': [{'year': 2103, 'works_count': 0, 'cited_by_count': 0}, {'year': 2030, 'works_count': 0, 'cited_by_count': 0}, {'year': 2025, 'works_count': 0, 'cited_by_count': 0}, {'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 16327, 'cited_by_count': 2780185}, {'year': 2022, 'works_count': 83998, 'cited_by_count': 3637350}, {'year': 2021, 'works_count': 136661, 'cited_by_count': 3668690}, {'year': 2020, 'works_count': 127927, 'cited_by_count': 3192150}, {'year': 2019, 'works_count': 156028, 'cited_by_count': 2701225}, {'year': 2018, 'works_count': 137745, 'cited_by_count': 2362314}, {'year': 2017, 'works_count': 132861, 'cited_by_count': 2088873}, {'year': 2016, 'works_count': 129285, 'cited_by_count': 1933399}, {'year': 2015, 'works_count': 116986, 'cited_by_count': 1804420}, {'year': 2014, 'works_count': 111399, 'cited_by_count': 1653389}, {'year': 2013, 'works_count': 108597, 'cited_by_count': 1489340}, {'year': 2012, 'works_count': 100859, 'cited_by_count': 1284825}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306402512', 'updated_date': '2023-10-04T07:02:16.848109', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306400194', 'issn_l': None, 'issn': None, 'display_name': 'arXiv (Cornell University)', 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'works_count': 2969151, 'cited_by_count': 40635442, 'summary_stats': {'2yr_mean_citedness': 0.3753636890739183, 'h_index': 632, 'i10_index': 87082}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306400194', 'wikidata': 'https://www.wikidata.org/wiki/Q118398'}, 'homepage_url': 'https://arxiv.org', 'apc_prices': None, 'apc_usd': None, 'country_code': 'US', 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [{'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 47.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 43.2}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 42.2}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 35.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 26.2}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 22.3}, {'id': 'https://openalex.org/C134306372', 'wikidata': 'https://www.wikidata.org/wiki/Q7754', 'display_name': 'Mathematical analysis', 'level': 1, 'score': 21.9}], 'counts_by_year': [{'year': 2103, 'works_count': 0, 'cited_by_count': 0}, {'year': 2025, 'works_count': 0, 'cited_by_count': 0}, {'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 218269, 'cited_by_count': 3647233}, {'year': 2022, 'works_count': 294025, 'cited_by_count': 4540413}, {'year': 2021, 'works_count': 328291, 'cited_by_count': 5144788}, {'year': 2020, 'works_count': 286444, 'cited_by_count': 4378583}, {'year': 2019, 'works_count': 245649, 'cited_by_count': 3477764}, {'year': 2018, 'works_count': 213367, 'cited_by_count': 2897592}, {'year': 2017, 'works_count': 178731, 'cited_by_count': 2313012}, {'year': 2016, 'works_count': 156466, 'cited_by_count': 2094241}, {'year': 2015, 'works_count': 143179, 'cited_by_count': 1797395}, {'year': 2014, 'works_count': 123949, 'cited_by_count': 1556899}, {'year': 2013, 'works_count': 115598, 'cited_by_count': 1346164}, {'year': 2012, 'works_count': 102457, 'cited_by_count': 1130938}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306400194', 'updated_date': '2023-10-04T01:31:34.230707', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306401280', 'issn_l': None, 'issn': None, 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'works_count': 2673255, 'cited_by_count': 24593050, 'summary_stats': {'2yr_mean_citedness': 1.3516121796122187, 'h_index': 347, 'i10_index': 53597}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306401280', 'wikidata': 'https://www.wikidata.org/wiki/Q1227538'}, 'homepage_url': 'https://doaj.org', 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [], 'counts_by_year': [{'year': 2121, 'works_count': 0, 'cited_by_count': 0}, {'year': 2061, 'works_count': 0, 'cited_by_count': 0}, {'year': 2028, 'works_count': 0, 'cited_by_count': 0}, {'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 271, 'cited_by_count': 4036416}, {'year': 2022, 'works_count': 29134, 'cited_by_count': 4738108}, {'year': 2021, 'works_count': 133476, 'cited_by_count': 3655358}, {'year': 2020, 'works_count': 69569, 'cited_by_count': 2779451}, {'year': 2019, 'works_count': 55636, 'cited_by_count': 1968082}, {'year': 2018, 'works_count': 57070, 'cited_by_count': 1476362}, {'year': 2017, 'works_count': 60080, 'cited_by_count': 1152068}, {'year': 2016, 'works_count': 60364, 'cited_by_count': 974158}, {'year': 2015, 'works_count': 57251, 'cited_by_count': 852503}, {'year': 2014, 'works_count': 56511, 'cited_by_count': 679102}, {'year': 2013, 'works_count': 53578, 'cited_by_count': 520905}, {'year': 2012, 'works_count': 52314, 'cited_by_count': 383535}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306401280', 'updated_date': '2023-10-04T06:30:45.923866', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306463937', 'issn_l': None, 'issn': None, 'display_name': 'Springer eBooks', 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'works_count': 2526631, 'cited_by_count': 8397703, 'summary_stats': {'2yr_mean_citedness': 0.28098269244450164, 'h_index': 852, 'i10_index': 207285}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306463937'}, 'homepage_url': None, 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'ebook platform', 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 51.2}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 42.6}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 38.1}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 35.1}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 29.3}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 28.9}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 28.6}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 27.6}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 23.7}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 23.0}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 22.2}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 20.6}], 'counts_by_year': [{'year': 2023, 'works_count': 75183, 'cited_by_count': 348274}, {'year': 2022, 'works_count': 188497, 'cited_by_count': 454661}, {'year': 2021, 'works_count': 180679, 'cited_by_count': 435321}, {'year': 2020, 'works_count': 114427, 'cited_by_count': 406765}, {'year': 2019, 'works_count': 84684, 'cited_by_count': 365498}, {'year': 2018, 'works_count': 96763, 'cited_by_count': 333698}, {'year': 2017, 'works_count': 90229, 'cited_by_count': 307106}, {'year': 2016, 'works_count': 84019, 'cited_by_count': 313944}, {'year': 2015, 'works_count': 99665, 'cited_by_count': 329406}, {'year': 2014, 'works_count': 203209, 'cited_by_count': 339543}, {'year': 2013, 'works_count': 194804, 'cited_by_count': 321485}, {'year': 2012, 'works_count': 90817, 'cited_by_count': 303405}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306463937', 'updated_date': '2023-10-04T02:29:32.084431', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306400562', 'issn_l': None, 'issn': None, 'display_name': 'Zenodo (CERN European Organization for Nuclear Research)', 'host_organization': 'https://openalex.org/I67311998', 'host_organization_name': 'European Organization for Nuclear Research', 'host_organization_lineage': ['https://openalex.org/I67311998'], 'works_count': 1374590, 'cited_by_count': 5961551, 'summary_stats': {'2yr_mean_citedness': 0.1230636984018385, 'h_index': 236, 'i10_index': 10790}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306400562', 'wikidata': 'https://www.wikidata.org/wiki/Q22661177'}, 'homepage_url': 'https://zenodo.org', 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [], 'counts_by_year': [{'year': 9999, 'works_count': 0, 'cited_by_count': 0}, {'year': 2918, 'works_count': 0, 'cited_by_count': 0}, {'year': 2115, 'works_count': 0, 'cited_by_count': 0}, {'year': 2105, 'works_count': 0, 'cited_by_count': 0}, {'year': 2071, 'works_count': 0, 'cited_by_count': 0}, {'year': 2066, 'works_count': 0, 'cited_by_count': 0}, {'year': 2057, 'works_count': 0, 'cited_by_count': 0}, {'year': 2055, 'works_count': 0, 'cited_by_count': 0}, {'year': 2050, 'works_count': 0, 'cited_by_count': 0}, {'year': 2031, 'works_count': 0, 'cited_by_count': 0}, {'year': 2029, 'works_count': 0, 'cited_by_count': 0}, {'year': 2028, 'works_count': 0, 'cited_by_count': 0}, {'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 155088, 'cited_by_count': 444884}, {'year': 2022, 'works_count': 300777, 'cited_by_count': 566345}, {'year': 2021, 'works_count': 90625, 'cited_by_count': 553811}, {'year': 2020, 'works_count': 84005, 'cited_by_count': 474729}, {'year': 2019, 'works_count': 52026, 'cited_by_count': 386339}, {'year': 2018, 'works_count': 44628, 'cited_by_count': 323739}, {'year': 2017, 'works_count': 32004, 'cited_by_count': 276165}, {'year': 2016, 'works_count': 19961, 'cited_by_count': 257787}, {'year': 2015, 'works_count': 15803, 'cited_by_count': 247793}, {'year': 2014, 'works_count': 13573, 'cited_by_count': 233556}, {'year': 2013, 'works_count': 12130, 'cited_by_count': 196195}, {'year': 2012, 'works_count': 11048, 'cited_by_count': 153926}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306400562', 'updated_date': '2023-10-03T23:50:26.365356', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306401271', 'issn_l': None, 'issn': None, 'display_name': 'RePEc: Research Papers in Economics', 'host_organization': 'https://openalex.org/I77793887', 'host_organization_name': 'Federal Reserve Bank of St. Louis', 'host_organization_lineage': ['https://openalex.org/I77793887'], 'works_count': 1134422, 'cited_by_count': 11427052, 'summary_stats': {'2yr_mean_citedness': 0.12597578216239474, 'h_index': 249, 'i10_index': 31301}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306401271', 'wikidata': 'https://www.wikidata.org/wiki/Q206316'}, 'homepage_url': 'http://www.repec.org', 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [{'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 51.9}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 37.8}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 36.9}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 30.3}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 28.5}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 26.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 25.2}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 21.3}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 20.8}, {'id': 'https://openalex.org/C10138342', 'wikidata': 'https://www.wikidata.org/wiki/Q43015', 'display_name': 'Finance', 'level': 1, 'score': 20.4}], 'counts_by_year': [{'year': 2057, 'works_count': 0, 'cited_by_count': 0}, {'year': 2025, 'works_count': 0, 'cited_by_count': 0}, {'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 1575, 'cited_by_count': 677539}, {'year': 2022, 'works_count': 4398, 'cited_by_count': 879837}, {'year': 2021, 'works_count': 39560, 'cited_by_count': 908446}, {'year': 2020, 'works_count': 63560, 'cited_by_count': 762624}, {'year': 2019, 'works_count': 56187, 'cited_by_count': 617891}, {'year': 2018, 'works_count': 48049, 'cited_by_count': 556250}, {'year': 2017, 'works_count': 51023, 'cited_by_count': 494569}, {'year': 2016, 'works_count': 56995, 'cited_by_count': 503647}, {'year': 2015, 'works_count': 55817, 'cited_by_count': 570205}, {'year': 2014, 'works_count': 53245, 'cited_by_count': 593109}, {'year': 2013, 'works_count': 52947, 'cited_by_count': 564114}, {'year': 2012, 'works_count': 49267, 'cited_by_count': 513895}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306401271', 'updated_date': '2023-10-03T22:14:16.551014', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306463091', 'issn_l': None, 'issn': None, 'display_name': 'De Gruyter eBooks', 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'works_count': 1078462, 'cited_by_count': 687561, 'summary_stats': {'2yr_mean_citedness': 0.05895573176329076, 'h_index': 222, 'i10_index': 14873}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306463091'}, 'homepage_url': None, 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'ebook platform', 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 31.3}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 30.8}], 'counts_by_year': [{'year': 2023, 'works_count': 19700, 'cited_by_count': 41215}, {'year': 2022, 'works_count': 29384, 'cited_by_count': 44219}, {'year': 2021, 'works_count': 32966, 'cited_by_count': 41598}, {'year': 2020, 'works_count': 30218, 'cited_by_count': 44502}, {'year': 2019, 'works_count': 24765, 'cited_by_count': 46872}, {'year': 2018, 'works_count': 24363, 'cited_by_count': 35791}, {'year': 2017, 'works_count': 20696, 'cited_by_count': 29740}, {'year': 2016, 'works_count': 23060, 'cited_by_count': 24484}, {'year': 2015, 'works_count': 36295, 'cited_by_count': 23696}, {'year': 2014, 'works_count': 26177, 'cited_by_count': 27968}, {'year': 2013, 'works_count': 34464, 'cited_by_count': 22440}, {'year': 2012, 'works_count': 36773, 'cited_by_count': 21385}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306463091', 'updated_date': '2023-10-03T23:34:38.435689', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306463855', 'issn_l': None, 'issn': None, 'display_name': 'Routledge eBooks', 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'works_count': 977131, 'cited_by_count': 2141463, 'summary_stats': {'2yr_mean_citedness': 0.11307294548240202, 'h_index': 454, 'i10_index': 28827}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306463855'}, 'homepage_url': None, 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'ebook platform', 'x_concepts': [{'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 33.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 32.7}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 26.2}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 24.7}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 24.0}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 23.7}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 21.1}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 20.9}], 'counts_by_year': [{'year': 2023, 'works_count': 82913, 'cited_by_count': 118805}, {'year': 2022, 'works_count': 94509, 'cited_by_count': 145933}, {'year': 2021, 'works_count': 111027, 'cited_by_count': 136499}, {'year': 2020, 'works_count': 76937, 'cited_by_count': 138273}, {'year': 2019, 'works_count': 61889, 'cited_by_count': 123407}, {'year': 2018, 'works_count': 76375, 'cited_by_count': 105716}, {'year': 2017, 'works_count': 88674, 'cited_by_count': 90644}, {'year': 2016, 'works_count': 56795, 'cited_by_count': 96566}, {'year': 2015, 'works_count': 46449, 'cited_by_count': 103953}, {'year': 2014, 'works_count': 48882, 'cited_by_count': 109264}, {'year': 2013, 'works_count': 92518, 'cited_by_count': 106235}, {'year': 2012, 'works_count': 48836, 'cited_by_count': 95902}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306463855', 'updated_date': '2023-10-03T20:14:24.114827', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306463230', 'issn_l': None, 'issn': None, 'display_name': 'Elsevier eBooks', 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'works_count': 857154, 'cited_by_count': 2680769, 'summary_stats': {'2yr_mean_citedness': 0.4657582885801784, 'h_index': 551, 'i10_index': 70753}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306463230'}, 'homepage_url': None, 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'ebook platform', 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 43.5}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 43.3}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 33.2}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 31.5}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 31.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 26.7}], 'counts_by_year': [{'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 43767, 'cited_by_count': 150113}, {'year': 2022, 'works_count': 45250, 'cited_by_count': 198867}, {'year': 2021, 'works_count': 36449, 'cited_by_count': 173503}, {'year': 2020, 'works_count': 31129, 'cited_by_count': 136632}, {'year': 2019, 'works_count': 29607, 'cited_by_count': 101717}, {'year': 2018, 'works_count': 29548, 'cited_by_count': 86842}, {'year': 2017, 'works_count': 27480, 'cited_by_count': 76975}, {'year': 2016, 'works_count': 27028, 'cited_by_count': 82165}, {'year': 2015, 'works_count': 22899, 'cited_by_count': 90599}, {'year': 2014, 'works_count': 28671, 'cited_by_count': 94439}, {'year': 2013, 'works_count': 31581, 'cited_by_count': 91950}, {'year': 2012, 'works_count': 29070, 'cited_by_count': 86283}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306463230', 'updated_date': '2023-10-03T19:12:31.596162', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306402487', 'issn_l': None, 'issn': None, 'display_name': 'OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)', 'host_organization': 'https://openalex.org/I139351228', 'host_organization_name': 'Office of Scientific and Technical Information', 'host_organization_lineage': ['https://openalex.org/I139351228'], 'works_count': 793586, 'cited_by_count': 9220431, 'summary_stats': {'2yr_mean_citedness': 0.40618930595742997, 'h_index': 308, 'i10_index': 16212}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306402487', 'wikidata': 'https://www.wikidata.org/wiki/Q2015776'}, 'homepage_url': 'http://www.osti.gov', 'apc_prices': None, 'apc_usd': None, 'country_code': 'US', 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 37.4}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 36.8}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 33.8}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 25.1}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 23.4}], 'counts_by_year': [{'year': 2023, 'works_count': 3516, 'cited_by_count': 1117889}, {'year': 2022, 'works_count': 22411, 'cited_by_count': 1370474}, {'year': 2021, 'works_count': 48080, 'cited_by_count': 1316020}, {'year': 2020, 'works_count': 82620, 'cited_by_count': 1062863}, {'year': 2019, 'works_count': 37467, 'cited_by_count': 823382}, {'year': 2018, 'works_count': 28368, 'cited_by_count': 648733}, {'year': 2017, 'works_count': 24640, 'cited_by_count': 493154}, {'year': 2016, 'works_count': 24188, 'cited_by_count': 384724}, {'year': 2015, 'works_count': 19262, 'cited_by_count': 278501}, {'year': 2014, 'works_count': 17467, 'cited_by_count': 220182}, {'year': 2013, 'works_count': 12251, 'cited_by_count': 200476}, {'year': 2012, 'works_count': 11738, 'cited_by_count': 168999}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306402487', 'updated_date': '2023-10-03T20:39:18.620207', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306402641', 'issn_l': None, 'issn': None, 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'works_count': 720246, 'cited_by_count': 8676800, 'summary_stats': {'2yr_mean_citedness': 0.0, 'h_index': 0, 'i10_index': 0}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306402641', 'wikidata': 'https://www.wikidata.org/wiki/Q65557864'}, 'homepage_url': 'http://www.lareferencia.info', 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [], 'counts_by_year': [{'year': 2108, 'works_count': 0, 'cited_by_count': 0}, {'year': 2029, 'works_count': 0, 'cited_by_count': 0}, {'year': 2025, 'works_count': 0, 'cited_by_count': 0}, {'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 743, 'cited_by_count': 652772}, {'year': 2022, 'works_count': 10655, 'cited_by_count': 913860}, {'year': 2021, 'works_count': 26772, 'cited_by_count': 1020036}, {'year': 2020, 'works_count': 38338, 'cited_by_count': 914981}, {'year': 2019, 'works_count': 51536, 'cited_by_count': 712506}, {'year': 2018, 'works_count': 56844, 'cited_by_count': 592077}, {'year': 2017, 'works_count': 56531, 'cited_by_count': 499749}, {'year': 2016, 'works_count': 52529, 'cited_by_count': 463716}, {'year': 2015, 'works_count': 48029, 'cited_by_count': 457876}, {'year': 2014, 'works_count': 42229, 'cited_by_count': 399140}, {'year': 2013, 'works_count': 37027, 'cited_by_count': 347215}, {'year': 2012, 'works_count': 33171, 'cited_by_count': 294269}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306402641', 'updated_date': '2023-10-03T18:44:58.095801', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306463708', 'issn_l': None, 'issn': None, 'display_name': 'Oxford University Press eBooks', 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'works_count': 706333, 'cited_by_count': 972094, 'summary_stats': {'2yr_mean_citedness': 0.21277099402284338, 'h_index': 336, 'i10_index': 23747}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306463708'}, 'homepage_url': None, 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': ['OUP eBooks'], 'abbreviated_title': None, 'type': 'ebook platform', 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 55.6}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 39.2}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 36.1}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 34.5}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 29.8}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 28.0}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 26.1}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 23.9}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 23.6}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 22.3}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 22.3}], 'counts_by_year': [{'year': 2023, 'works_count': 305955, 'cited_by_count': 80572}, {'year': 2022, 'works_count': 21636, 'cited_by_count': 82550}, {'year': 2021, 'works_count': 26269, 'cited_by_count': 83357}, {'year': 2020, 'works_count': 24445, 'cited_by_count': 85214}, {'year': 2019, 'works_count': 23835, 'cited_by_count': 79125}, {'year': 2018, 'works_count': 42747, 'cited_by_count': 59902}, {'year': 2017, 'works_count': 36124, 'cited_by_count': 47965}, {'year': 2016, 'works_count': 27266, 'cited_by_count': 43431}, {'year': 2015, 'works_count': 25077, 'cited_by_count': 46576}, {'year': 2014, 'works_count': 24876, 'cited_by_count': 49100}, {'year': 2013, 'works_count': 30133, 'cited_by_count': 42027}, {'year': 2012, 'works_count': 30023, 'cited_by_count': 35857}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306463708', 'updated_date': '2023-10-04T01:16:12.912752', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4210172589', 'issn_l': '1556-5068', 'issn': ['1556-5068'], 'display_name': 'Social Science Research Network', 'host_organization': 'https://openalex.org/I1318003438', 'host_organization_name': 'RELX Group (Netherlands)', 'host_organization_lineage': ['https://openalex.org/I1318003438'], 'works_count': 673140, 'cited_by_count': 1685029, 'summary_stats': {'2yr_mean_citedness': 0.23737815794708575, 'h_index': 230, 'i10_index': 39236}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4210172589', 'issn_l': '1556-5068', 'issn': ['1556-5068'], 'wikidata': 'https://www.wikidata.org/wiki/Q7550801', 'fatcat': 'https://fatcat.wiki/container/tol7woxlqjeg5bmzadeg6qrg3e'}, 'homepage_url': 'http://www.ssrn.com/en/', 'apc_prices': None, 'apc_usd': None, 'country_code': 'US', 'societies': [], 'alternate_titles': ['SSRN', 'Social Science Research Network (SSRN) home page', 'SSRN Home Page', 'Social Science Electronic Publishing presents Social Science Research Network'], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [{'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 65.3}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 53.7}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 46.8}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 40.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 38.3}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 33.2}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 32.7}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 26.2}, {'id': 'https://openalex.org/C10138342', 'wikidata': 'https://www.wikidata.org/wiki/Q43015', 'display_name': 'Finance', 'level': 1, 'score': 26.1}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 24.1}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 23.9}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 23.7}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 22.4}], 'counts_by_year': [{'year': 2023, 'works_count': 51025, 'cited_by_count': 69610}, {'year': 2022, 'works_count': 119374, 'cited_by_count': 86798}, {'year': 2021, 'works_count': 54228, 'cited_by_count': 91998}, {'year': 2020, 'works_count': 46302, 'cited_by_count': 82653}, {'year': 2019, 'works_count': 36615, 'cited_by_count': 63182}, {'year': 2018, 'works_count': 32021, 'cited_by_count': 60486}, {'year': 2017, 'works_count': 29256, 'cited_by_count': 66779}, {'year': 2016, 'works_count': 26492, 'cited_by_count': 85554}, {'year': 2015, 'works_count': 27641, 'cited_by_count': 115362}, {'year': 2014, 'works_count': 28046, 'cited_by_count': 122299}, {'year': 2013, 'works_count': 29581, 'cited_by_count': 116416}, {'year': 2012, 'works_count': 32294, 'cited_by_count': 116739}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4210172589', 'updated_date': '2023-10-03T22:04:39.666532', 'created_date': '2022-02-03'}, {'id': 'https://openalex.org/S4306462995', 'issn_l': None, 'issn': None, 'display_name': 'Cambridge University Press eBooks', 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'works_count': 590945, 'cited_by_count': 1922095, 'summary_stats': {'2yr_mean_citedness': 0.11680710429385943, 'h_index': 402, 'i10_index': 31678}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306462995'}, 'homepage_url': None, 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'ebook platform', 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 37.9}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 30.4}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 29.8}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 26.9}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 25.4}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 20.5}], 'counts_by_year': [{'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 16468, 'cited_by_count': 76309}, {'year': 2022, 'works_count': 23792, 'cited_by_count': 85458}, {'year': 2021, 'works_count': 22272, 'cited_by_count': 105560}, {'year': 2020, 'works_count': 17366, 'cited_by_count': 123264}, {'year': 2019, 'works_count': 20316, 'cited_by_count': 129941}, {'year': 2018, 'works_count': 25728, 'cited_by_count': 99958}, {'year': 2017, 'works_count': 24589, 'cited_by_count': 77930}, {'year': 2016, 'works_count': 21367, 'cited_by_count': 78998}, {'year': 2015, 'works_count': 44709, 'cited_by_count': 86874}, {'year': 2014, 'works_count': 37433, 'cited_by_count': 95706}, {'year': 2013, 'works_count': 37619, 'cited_by_count': 91416}, {'year': 2012, 'works_count': 53160, 'cited_by_count': 88995}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306462995', 'updated_date': '2023-10-04T06:07:49.647112', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S106296714', 'issn_l': '0302-9743', 'issn': ['1611-3349', '0302-9743'], 'display_name': 'Lecture Notes in Computer Science', 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'works_count': 504493, 'cited_by_count': 5131317, 'summary_stats': {'2yr_mean_citedness': 1.2937069717831862, 'h_index': 429, 'i10_index': 73979}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S106296714', 'issn_l': '0302-9743', 'issn': ['1611-3349', '0302-9743'], 'mag': '106296714', 'wikidata': 'https://www.wikidata.org/entity/Q924044'}, 'homepage_url': 'http://www.springer.com/lncs', 'apc_prices': [{'price': 5000, 'currency': 'EUR'}], 'apc_usd': 5392, 'country_code': 'CH', 'societies': [], 'alternate_titles': ['Information systems and applications, including internet/web, and HCI (Online)', 'Image Processing, Computer Vision, Pattern Recognition, and Graphics (Online)', 'Lecture notes in computer science. Advanced research in computing and software science (Print)', 'Lecture notes in computer science. Journal subline', 'Lecture notes in computer science. Computer communication networks and telecommunications (Online)', 'Lecture notes in computer science. Programming and software engineering (Online)', 'Lecture notes in computer science. Image Processing, Computer Vision, Pattern Recognition, and Graphics (Print)', 'Lecture notes in artificial intelligence (Online)', 'Lecture notes in computer science. FoLLi publications on logic, language and information (Online)', 'Lecture notes in computer science. Security and cryptology (Online)', 'Lecture notes in computer science. FoLLI publications on logic, language and information (Print)', 'Lecture notes in computer science. LNAI. Lecture notes in artificial intelligence', 'Advanced research in computing and software science (Online)', 'FoLLi publications on logic, language and information (Online)', 'Lecture notes in computer science. Lecture notes in artificial intelligence (Online)', 'Image Processing, Computer Vision, Pattern Recognition, and Graphics (Print)', 'Lecture notes in artificial intelligence (Print)', 'Lecture notes in computer science. Information systems and applications, including internet/web, and HCI (Print)', 'Lecture notes in computer science. Advanced research in computing and software science (Online)', 'Information systems and applications, including internet/web, and HCI (Print)', 'LNCS. Lecture notes in computer science (Print)', 'Security and cryptology (Online)', 'Lecture notes in computer science. Security and cryptology (Print)', 'Security and cryptology (Print)', 'Lecture noes in computer science. Image Processing, Computer Vision, Pattern Recognition, and Graphics (Online)', 'Lecture notes in computer science. Lecture notes in bioinformatics (Print)', 'LNCS. Lecture notes in computer science (Internet)', 'Lecture notes in computer science. Information systems and applications, including internet/web, and HCI (Online)', 'Advanced research in computing and software science (Print)', 'FoLLI publications on logic, language and information (Print)', 'Lecture notes in computer science. Lecture notes in bioinformatics (Internet)', 'Programming and software engineering (Online)', 'Lecture notes in computer science. Lecture notes in artificial intelligence (Print)', 'Lecture notes in computer science (Print)', 'Computer communication networks and telecommunications (Online)', 'LNCS'], 'abbreviated_title': None, 'type': 'book series', 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 74.7}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 49.7}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 44.3}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 37.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 35.4}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 33.6}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 27.6}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 27.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 24.3}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 24.1}], 'counts_by_year': [{'year': 2023, 'works_count': 15421, 'cited_by_count': 223591}, {'year': 2022, 'works_count': 10663, 'cited_by_count': 307825}, {'year': 2021, 'works_count': 13739, 'cited_by_count': 366739}, {'year': 2020, 'works_count': 17083, 'cited_by_count': 344639}, {'year': 2019, 'works_count': 20887, 'cited_by_count': 303332}, {'year': 2018, 'works_count': 20883, 'cited_by_count': 256039}, {'year': 2017, 'works_count': 18489, 'cited_by_count': 245377}, {'year': 2016, 'works_count': 17927, 'cited_by_count': 254819}, {'year': 2015, 'works_count': 15102, 'cited_by_count': 280323}, {'year': 2014, 'works_count': 13775, 'cited_by_count': 275739}, {'year': 2013, 'works_count': 14345, 'cited_by_count': 262447}, {'year': 2012, 'works_count': 14206, 'cited_by_count': 248181}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S106296714', 'updated_date': '2023-10-03T21:26:34.216675', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/S41354064', 'issn_l': '0931-7597', 'issn': ['1431-5890', '0931-7597', '1522-2667'], 'display_name': 'ChemInform', 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'works_count': 487158, 'cited_by_count': 76556, 'summary_stats': {'2yr_mean_citedness': 0.047619047619047616, 'h_index': 118, 'i10_index': 499}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S41354064', 'issn_l': '0931-7597', 'issn': ['1431-5890', '0931-7597', '1522-2667'], 'mag': '41354064', 'wikidata': 'https://www.wikidata.org/entity/Q29043776'}, 'homepage_url': 'http://www.cheminform.com/journal', 'apc_prices': None, 'apc_usd': None, 'country_code': 'DE', 'societies': [], 'alternate_titles': ['ChemInform (Weinheim. CD-ROM)', 'Chemischer Informationsdienst (Internet)', 'Chem Inform (Print)', 'Chemischer Informationsdienst (CD-ROM)', 'ChemInform (Weinheim. Print)', 'ChemInform (Weinheim. Internet)', 'Chemischer Informationsdienst'], 'abbreviated_title': None, 'type': 'journal', 'x_concepts': [{'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 100.0}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 80.1}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 63.7}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 55.5}, {'id': 'https://openalex.org/C21951064', 'wikidata': 'https://www.wikidata.org/wiki/Q899212', 'display_name': 'Combinatorial chemistry', 'level': 1, 'score': 47.6}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 42.5}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 40.9}, {'id': 'https://openalex.org/C161790260', 'wikidata': 'https://www.wikidata.org/wiki/Q82264', 'display_name': 'Catalysis', 'level': 2, 'score': 39.4}, {'id': 'https://openalex.org/C71240020', 'wikidata': 'https://www.wikidata.org/wiki/Q186011', 'display_name': 'Stereochemistry', 'level': 1, 'score': 37.8}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 27.8}, {'id': 'https://openalex.org/C155647269', 'wikidata': 'https://www.wikidata.org/wiki/Q243455', 'display_name': 'Medicinal chemistry', 'level': 1, 'score': 27.3}, {'id': 'https://openalex.org/C191897082', 'wikidata': 'https://www.wikidata.org/wiki/Q11467', 'display_name': 'Metallurgy', 'level': 1, 'score': 21.4}], 'counts_by_year': [{'year': 2023, 'works_count': 0, 'cited_by_count': 2715}, {'year': 2022, 'works_count': 0, 'cited_by_count': 3968}, {'year': 2021, 'works_count': 3, 'cited_by_count': 3881}, {'year': 2020, 'works_count': 18, 'cited_by_count': 3724}, {'year': 2019, 'works_count': 4, 'cited_by_count': 3591}, {'year': 2018, 'works_count': 23, 'cited_by_count': 3279}, {'year': 2017, 'works_count': 17, 'cited_by_count': 3187}, {'year': 2016, 'works_count': 14618, 'cited_by_count': 3255}, {'year': 2015, 'works_count': 15905, 'cited_by_count': 3779}, {'year': 2014, 'works_count': 15356, 'cited_by_count': 4177}, {'year': 2013, 'works_count': 14421, 'cited_by_count': 4470}, {'year': 2012, 'works_count': 13573, 'cited_by_count': 4479}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S41354064', 'updated_date': '2023-10-03T19:48:13.229490', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/S49861241', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'display_name': 'The Lancet', 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'works_count': 479482, 'cited_by_count': 7905705, 'summary_stats': {'2yr_mean_citedness': 25.202933333333334, 'h_index': 1016, 'i10_index': 61367}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S49861241', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'mag': '49861241', 'wikidata': 'https://www.wikidata.org/entity/Q939416'}, 'homepage_url': 'https://www.sciencedirect.com/journal/the-lancet', 'apc_prices': [{'price': 6830, 'currency': 'USD'}], 'apc_usd': 6830, 'country_code': 'NL', 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'journal', 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 96.1}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 39.4}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 24.6}], 'counts_by_year': [{'year': 2023, 'works_count': 1133, 'cited_by_count': 318038}, {'year': 2022, 'works_count': 1469, 'cited_by_count': 442019}, {'year': 2021, 'works_count': 1633, 'cited_by_count': 464449}, {'year': 2020, 'works_count': 1689, 'cited_by_count': 437423}, {'year': 2019, 'works_count': 2073, 'cited_by_count': 323688}, {'year': 2018, 'works_count': 1961, 'cited_by_count': 301477}, {'year': 2017, 'works_count': 2115, 'cited_by_count': 294701}, {'year': 2016, 'works_count': 2221, 'cited_by_count': 290823}, {'year': 2015, 'works_count': 2254, 'cited_by_count': 289509}, {'year': 2014, 'works_count': 2119, 'cited_by_count': 277230}, {'year': 2013, 'works_count': 2362, 'cited_by_count': 261163}, {'year': 2012, 'works_count': 2143, 'cited_by_count': 248296}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S49861241', 'updated_date': '2023-10-04T04:08:16.336552', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/S192814187', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'display_name': 'BMJ', 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'works_count': 446206, 'cited_by_count': 3774554, 'summary_stats': {'2yr_mean_citedness': 8.390362980258969, 'h_index': 589, 'i10_index': 44754}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S192814187', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'mag': '192814187', 'wikidata': 'https://www.wikidata.org/entity/Q546003', 'fatcat': 'https://fatcat.wiki/container/xl3flnwhiretnie6tm4qjkvr3a'}, 'homepage_url': 'http://www.bmj.com/thebmj', 'apc_prices': None, 'apc_usd': None, 'country_code': 'GB', 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'journal', 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 91.2}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 75.0}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 74.0}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 63.7}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 30.2}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 20.7}], 'counts_by_year': [{'year': 2023, 'works_count': 2132, 'cited_by_count': 127855}, {'year': 2022, 'works_count': 2787, 'cited_by_count': 176804}, {'year': 2021, 'works_count': 2011, 'cited_by_count': 173448}, {'year': 2020, 'works_count': 2701, 'cited_by_count': 166292}, {'year': 2019, 'works_count': 4172, 'cited_by_count': 149569}, {'year': 2018, 'works_count': 3961, 'cited_by_count': 129046}, {'year': 2017, 'works_count': 4096, 'cited_by_count': 124820}, {'year': 2016, 'works_count': 3321, 'cited_by_count': 127969}, {'year': 2015, 'works_count': 3609, 'cited_by_count': 131315}, {'year': 2014, 'works_count': 3787, 'cited_by_count': 133150}, {'year': 2013, 'works_count': 3912, 'cited_by_count': 134671}, {'year': 2012, 'works_count': 4524, 'cited_by_count': 128413}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S192814187', 'updated_date': '2023-10-03T18:10:49.875331', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/S137773608', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'display_name': 'Nature', 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'works_count': 433077, 'cited_by_count': 21468941, 'summary_stats': {'2yr_mean_citedness': 20.826382411725515, 'h_index': 1611, 'i10_index': 103747}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S137773608', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'mag': '137773608', 'wikidata': 'https://www.wikidata.org/entity/Q180445'}, 'homepage_url': 'https://www.nature.com/nature/', 'apc_prices': [{'price': 9750, 'currency': 'EUR'}, {'price': 11690, 'currency': 'USD'}, {'price': 8490, 'currency': 'GBP'}], 'apc_usd': 11690, 'country_code': 'GB', 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'journal', 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 55.6}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 37.3}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 35.1}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 27.8}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 24.6}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 22.4}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 21.2}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 20.5}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 20.4}], 'counts_by_year': [{'year': 2023, 'works_count': 3237, 'cited_by_count': 854638}, {'year': 2022, 'works_count': 4102, 'cited_by_count': 1144602}, {'year': 2021, 'works_count': 3759, 'cited_by_count': 1181017}, {'year': 2020, 'works_count': 3679, 'cited_by_count': 1078375}, {'year': 2019, 'works_count': 4068, 'cited_by_count': 956010}, {'year': 2018, 'works_count': 4049, 'cited_by_count': 907510}, {'year': 2017, 'works_count': 3913, 'cited_by_count': 850558}, {'year': 2016, 'works_count': 4146, 'cited_by_count': 830376}, {'year': 2015, 'works_count': 4247, 'cited_by_count': 816846}, {'year': 2014, 'works_count': 4173, 'cited_by_count': 803975}, {'year': 2013, 'works_count': 4272, 'cited_by_count': 781199}, {'year': 2012, 'works_count': 4383, 'cited_by_count': 729052}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S137773608', 'updated_date': '2023-10-03T19:44:59.407301', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/S4306463075', 'issn_l': None, 'issn': None, 'display_name': 'CRC Press eBooks', 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'works_count': 405063, 'cited_by_count': 881544, 'summary_stats': {'2yr_mean_citedness': 0.12911725955204217, 'h_index': 306, 'i10_index': 13327}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306463075'}, 'homepage_url': None, 'apc_prices': None, 'apc_usd': None, 'country_code': None, 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'ebook platform', 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 39.5}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 36.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 28.2}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 27.8}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 25.1}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 22.5}], 'counts_by_year': [{'year': 2023, 'works_count': 23436, 'cited_by_count': 44779}, {'year': 2022, 'works_count': 28056, 'cited_by_count': 55705}, {'year': 2021, 'works_count': 28190, 'cited_by_count': 51338}, {'year': 2020, 'works_count': 24939, 'cited_by_count': 49847}, {'year': 2019, 'works_count': 13009, 'cited_by_count': 44928}, {'year': 2018, 'works_count': 21817, 'cited_by_count': 43357}, {'year': 2017, 'works_count': 15591, 'cited_by_count': 40954}, {'year': 2016, 'works_count': 18731, 'cited_by_count': 42500}, {'year': 2015, 'works_count': 14033, 'cited_by_count': 45202}, {'year': 2014, 'works_count': 18819, 'cited_by_count': 45497}, {'year': 2013, 'works_count': 14446, 'cited_by_count': 42717}, {'year': 2012, 'works_count': 14060, 'cited_by_count': 40603}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306463075', 'updated_date': '2023-10-04T04:14:50.365208', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S4306401840', 'issn_l': None, 'issn': None, 'display_name': 'DergiPark (Istanbul University)', 'host_organization': 'https://openalex.org/I67581229', 'host_organization_name': 'Istanbul University', 'host_organization_lineage': ['https://openalex.org/I67581229'], 'works_count': 396252, 'cited_by_count': 431163, 'summary_stats': {'2yr_mean_citedness': 0.028927194951505655, 'h_index': 42, 'i10_index': 707}, 'is_oa': True, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S4306401840', 'wikidata': 'https://www.wikidata.org/wiki/Q56101155'}, 'homepage_url': 'http://dergipark.gov.tr', 'apc_prices': None, 'apc_usd': None, 'country_code': 'TR', 'societies': [], 'alternate_titles': [], 'abbreviated_title': None, 'type': 'repository', 'x_concepts': [], 'counts_by_year': [{'year': 2026, 'works_count': 0, 'cited_by_count': 0}, {'year': 2024, 'works_count': 0, 'cited_by_count': 0}, {'year': 2023, 'works_count': 17348, 'cited_by_count': 70016}, {'year': 2022, 'works_count': 37603, 'cited_by_count': 92588}, {'year': 2021, 'works_count': 28371, 'cited_by_count': 74144}, {'year': 2020, 'works_count': 24156, 'cited_by_count': 49583}, {'year': 2019, 'works_count': 31175, 'cited_by_count': 31368}, {'year': 2018, 'works_count': 32335, 'cited_by_count': 20091}, {'year': 2017, 'works_count': 26481, 'cited_by_count': 13245}, {'year': 2016, 'works_count': 25219, 'cited_by_count': 12415}, {'year': 2015, 'works_count': 17274, 'cited_by_count': 12144}, {'year': 2014, 'works_count': 14568, 'cited_by_count': 11117}, {'year': 2013, 'works_count': 10598, 'cited_by_count': 8943}, {'year': 2012, 'works_count': 9440, 'cited_by_count': 6559}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S4306401840', 'updated_date': '2023-10-04T01:22:02.055140', 'created_date': '2022-10-17'}, {'id': 'https://openalex.org/S3880285', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'display_name': 'Science', 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'works_count': 378572, 'cited_by_count': 18591467, 'summary_stats': {'2yr_mean_citedness': 10.702697180220678, 'h_index': 1567, 'i10_index': 75535}, 'is_oa': False, 'is_in_doaj': False, 'ids': {'openalex': 'https://openalex.org/S3880285', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'mag': '3880285'}, 'homepage_url': 'http://www.sciencemag.org/', 'apc_prices': None, 'apc_usd': None, 'country_code': 'US', 'societies': [], 'alternate_titles': ['Science on-line', 'Science online', 'Science magazine online', 'Science magazine on-line'], 'abbreviated_title': None, 'type': 'journal', 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 49.6}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 31.6}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 27.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 24.0}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 23.0}], 'counts_by_year': [{'year': 2023, 'works_count': 1470, 'cited_by_count': 709485}, {'year': 2022, 'works_count': 2050, 'cited_by_count': 956255}, {'year': 2021, 'works_count': 5099, 'cited_by_count': 1016480}, {'year': 2020, 'works_count': 4690, 'cited_by_count': 950576}, {'year': 2019, 'works_count': 4738, 'cited_by_count': 863255}, {'year': 2018, 'works_count': 4899, 'cited_by_count': 817156}, {'year': 2017, 'works_count': 4935, 'cited_by_count': 768799}, {'year': 2016, 'works_count': 5038, 'cited_by_count': 752023}, {'year': 2015, 'works_count': 5705, 'cited_by_count': 742286}, {'year': 2014, 'works_count': 4073, 'cited_by_count': 733435}, {'year': 2013, 'works_count': 4081, 'cited_by_count': 714909}, {'year': 2012, 'works_count': 4018, 'cited_by_count': 676813}], 'works_api_url': 'https://api.openalex.org/works?filter=primary_location.source.id:S3880285', 'updated_date': '2023-10-03T18:28:42.526057', 'created_date': '2016-06-24'}]
Negación (NO):
Institutions().filter(country_code="!us").get()
[{'id': 'https://openalex.org/I1294671590', 'ror': 'https://ror.org/02feahw73', 'display_name': 'French National Centre for Scientific Research', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590'], 'homepage_url': 'http://www.cnrs.fr/index.php', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Si%C3%A8ge%20du%20CNRS%20rue%20Michel-Ange%20Paris%206.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Si%C3%A8ge%20du%20CNRS%20rue%20Michel-Ange%20Paris%206.jpg&width=300', 'display_name_acronyms': ['CNRS'], 'display_name_alternatives': [], 'repositories': [{'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590']}], 'works_count': 907964, 'cited_by_count': 26597637, 'summary_stats': {'2yr_mean_citedness': 4.480967308553516, 'h_index': 416, 'i10_index': 254278}, 'ids': {'openalex': 'https://openalex.org/I1294671590', 'ror': 'https://ror.org/02feahw73', 'mag': '1294671590', 'grid': 'grid.4444.0', 'wikipedia': 'https://en.wikipedia.org/wiki/French%20National%20Centre%20for%20Scientific%20Research', 'wikidata': 'https://www.wikidata.org/wiki/Q280413'}, 'geo': {'city': 'Paris', 'geonames_city_id': '2988507', 'region': None, 'country_code': 'FR', 'country': 'France', 'latitude': 48.85341, 'longitude': 2.3488}, 'international': {'display_name': {'af': 'Centre national de la recherche scientifique', 'ar': 'المركز الوطني الفرنسي للبحث العلمي', 'az': 'Milli Elmi Tədqiqat Mərkəzi', 'be': 'Нацыянальны цэнтр навуковых даследаванняў', 'be-tarask': 'Нацыянальны цэнтар навуковых дасьледаваньняў', 'bn': 'ন্যাশনাল সেন্টার ফর সায়েন্টিফিক রিসার্চ', 'br': 'Centre National de la Recherche Scientifique', 'ca': 'Centre Nacional de Recerca Científica', 'cs': 'Národní centrum vědeckého výzkumu', 'cy': 'Y Ganolfan Genedlaethol ar gyfer Ymchwil Wyddonol', 'da': 'CNRS', 'de': 'CNRS', 'de-ch': 'Centre national de la recherche scientifique', 'el': 'Εθνικό Κέντρο Επιστημονικών Ερευνών της Γαλλίας', 'en': 'National Center for Scientific Research', 'en-ca': 'French National Centre for Scientific Research', 'en-gb': 'French National Centre for Scientific Research', 'eo': 'Nacia centro pri scienca esplorado', 'es': 'Centro Nacional para la Investigación Científica', 'et': 'CNRS', 'eu': 'CNRS', 'fa': 'مرکز ملی پژوهش\u200cهای علمی فرانسه', 'fi': 'Centre national de la recherche scientifique', 'fr': 'Centre national de la recherche scientifique', 'gl': 'Centre national de la recherche scientifique', 'ha': 'Cibiyar Nazarin Kimiyya ta ƙasa', 'he': 'המרכז הלאומי למחקר מדעי', 'hr': 'Centre national de la recherche scientifique', 'hu': 'Nemzeti Tudományos Kutatási Központ', 'hy': 'Գիտական հետազոտությունների ազգային կենտրոն', 'id': 'Pusat Penelitian Ilmiah Nasional Prancis', 'io': 'Centro nacionala di ciencala serchado', 'is': 'CNRS', 'it': 'Centre National de la Recherche Scientifique', 'ja': 'フランス国立科学研究センター', 'ka': 'სამეცნიერო კვლევების ეროვნული ცენტრი', 'ko': 'CNRS', 'lb': 'Centre national de la recherche scientifique', 'mk': 'Национален центар за научно истражување', 'ms': 'Centre national de la recherche scientifique', 'nb': 'Centre national de la recherche scientifique', 'nl': 'Centre national de la recherche scientifique', 'pcd': 'Centre national de la recherche scientifique', 'pl': 'Centre national de la recherche scientifique', 'pt': 'Centre National de la Recherche Scientifique', 'pt-br': 'Centre National de la Recherche Scientifique', 'ro': 'Centrul Național Francez de Cercetări Științifice', 'ru': 'Национальный центр научных исследований', 'sk': 'Centre national de la recherche scientifique', 'sl': 'Nacionalni center za znanstveno raziskovanje', 'sv': 'Centre national de la recherche scientifique', 'sw': 'Kituo cha Ufaransa cha utafiti wa kisayansi', 'tr': 'Centre national de la recherche scientifique', 'tt': 'Милли фәнни тикшеренүләр үзәге', 'uk': 'Національний центр наукових досліджень', 'vi': 'Trung tâm Nghiên cứu Khoa học Quốc gia Pháp', 'zh': '法國國家科學研究中心', 'zh-cn': '法国国家科学研究中心', 'zh-hant': '法國國家科學研究中心', 'zh-tw': '法國國家科學研究中心'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210087620', 'ror': 'https://ror.org/003412r28', 'display_name': 'Cancer Research Center of Toulouse', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210103792', 'ror': 'https://ror.org/026tf7535', 'display_name': 'Centre Max Weber', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210114404', 'ror': 'https://ror.org/027defw95', 'display_name': 'Centre de Compétences NanoSciences Ile-de-France', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210107543', 'ror': 'https://ror.org/01rzzcx32', 'display_name': 'Centre de Recherches Critiques sur le Droit', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210090995', 'ror': 'https://ror.org/00dy3ee97', 'display_name': 'Diplomatique', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210139971', 'ror': 'https://ror.org/03yz3tz18', 'display_name': 'Direction Générale Déléguée aux Ressources', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210140053', 'ror': 'https://ror.org/043nepn57', 'display_name': 'Direction Générale Déléguée à la Science', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210124215', 'ror': 'https://ror.org/02t220m45', 'display_name': 'Délégation Bretagne et Pays de la Loire', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086115', 'ror': 'https://ror.org/00jsv7j98', 'display_name': 'Electrophysiology and Heart Modeling Institute', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210148446', 'ror': 'https://ror.org/054f5fc35', 'display_name': 'Fédération Informatique de Lyon', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210089931', 'ror': 'https://ror.org/00avmbz91', 'display_name': 'Georgia Tech-CNRS Laboratory', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210094239', 'ror': 'https://ror.org/00m3mb357', 'display_name': 'Image and Pervasive Access Laboratory', 'country_code': 'SG', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210130254', 'ror': 'https://ror.org/040smqw14', 'display_name': 'Institut Clément Ader', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210123076', 'ror': 'https://ror.org/0331qyx19', 'display_name': "Institut Français d'Études Anatoliennes", 'country_code': 'TR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210133362', 'ror': 'https://ror.org/03fd77x13', 'display_name': 'Institut National de Physique Nucléaire et de Physique des Particules', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210141950', 'ror': 'https://ror.org/050jcm728', 'display_name': 'Institut National des Sciences Mathématiques et de leurs Interactions', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210148025', 'ror': 'https://ror.org/04kdfz702', 'display_name': "Institut National des Sciences de l'Univers", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210100035', 'ror': 'https://ror.org/01ap27310', 'display_name': "Institut Supérieur pour l'Étude des Religions et de la Laïcité", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210120985', 'ror': 'https://ror.org/02wmc6m46', 'display_name': "Institut d'Histoire des Représentations et des Idées dans les Modernités", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128300', 'ror': 'https://ror.org/02cte4b68', 'display_name': 'Institut de Chimie', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210156839', 'ror': 'https://ror.org/04vekey51', 'display_name': 'Institut de Linguistique Française', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210098836', 'ror': 'https://ror.org/00z54nq84', 'display_name': 'Institut de Physique', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210131420', 'ror': 'https://ror.org/03r0cdk24', 'display_name': "Institut de Recherche sur l'Architecture Antique", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210096427', 'ror': 'https://ror.org/00rydyx93', 'display_name': 'Institut des Sciences Biologiques', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210150854', 'ror': 'https://ror.org/04b0z7q78', 'display_name': 'Institut des Sciences Humaines et Sociales', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159245', 'ror': 'https://ror.org/04z22qz54', 'display_name': "Institut des Sciences de l'Information et de leurs Interactions", 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210095849', 'ror': 'https://ror.org/00s19x989', 'display_name': "Institut des Sciences de l'Ingénierie et des Systèmes", 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210107625', 'ror': 'https://ror.org/01q76b368', 'display_name': 'Institut Écologie et Environnement', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210097332', 'ror': 'https://ror.org/00wrnm709', 'display_name': 'Institute of Mechanics and Engineering', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210110114', 'ror': 'https://ror.org/01yw97595', 'display_name': 'Laboratoire Aménagement Économie Transports', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210099807', 'ror': 'https://ror.org/010hz2d37', 'display_name': "Laboratoire d'Annecy-le-Vieux de Physique Théorique", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210155607', 'ror': 'https://ror.org/04dv4he91', 'display_name': "Laboratoire d'Informatique en Images et Systèmes d'Information", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210123886', 'ror': 'https://ror.org/02w8awt17', 'display_name': 'Laboratoire de Mécanique des Fluides de Lille - Kampé de Fériet', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210163166', 'ror': 'https://ror.org/04qz4qy85', 'display_name': 'Laboratoire de Recherche Historique Rhône-Alpes', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210164266', 'ror': 'https://ror.org/05gscwg02', 'display_name': 'Low Noise Inter-Disciplinary Underground Science & Technology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210158534', 'ror': 'https://ror.org/05de6h762', 'display_name': "Maison de l'Orient et de la Méditerranée Jean Pouilloux", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210096419', 'ror': 'https://ror.org/00rawf147', 'display_name': "Maison des Sciences de l'Homme", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086955', 'ror': 'https://ror.org/00190j002', 'display_name': 'Research Network on Electrochemical Energy Storage', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2801360556', 'ror': 'https://ror.org/01fv25t22', 'display_name': 'Saclay Nuclear Research Centre', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210111555', 'ror': 'https://ror.org/02125p091', 'display_name': 'Sciences et Technologies des Cultures et Sociétés Numériques', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2801148539', 'ror': 'https://ror.org/01ydb3330', 'display_name': 'Soleil Synchrotron', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210137582', 'ror': 'https://ror.org/04x9a0q46', 'display_name': 'Triangle', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134770', 'ror': 'https://ror.org/04ej53908', 'display_name': 'Typologie et Universaux Linguistiques', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}], 'counts_by_year': [{'year': 2023, 'works_count': 38298, 'cited_by_count': 1857823}, {'year': 2022, 'works_count': 52485, 'cited_by_count': 2345527}, {'year': 2021, 'works_count': 53952, 'cited_by_count': 2357513}, {'year': 2020, 'works_count': 49652, 'cited_by_count': 2070197}, {'year': 2019, 'works_count': 45010, 'cited_by_count': 1784230}, {'year': 2018, 'works_count': 42532, 'cited_by_count': 1612332}, {'year': 2017, 'works_count': 41141, 'cited_by_count': 1457311}, {'year': 2016, 'works_count': 39932, 'cited_by_count': 1378848}, {'year': 2015, 'works_count': 37491, 'cited_by_count': 1304725}, {'year': 2014, 'works_count': 35469, 'cited_by_count': 1225424}, {'year': 2013, 'works_count': 33779, 'cited_by_count': 1136060}, {'year': 2012, 'works_count': 32430, 'cited_by_count': 1005230}], 'roles': [{'role': 'publisher', 'id': 'https://openalex.org/P4310311411', 'works_count': 12304}, {'role': 'institution', 'id': 'https://openalex.org/I1294671590', 'works_count': 907964}, {'role': 'funder', 'id': 'https://openalex.org/F4320322892', 'works_count': 17124}], 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 66.3}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 62.0}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 61.8}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 48.6}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 41.6}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 41.4}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 39.3}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 35.8}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 34.6}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 31.1}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 30.6}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 28.2}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 27.2}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 23.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 22.4}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 20.9}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I1294671590', 'updated_date': '2023-10-04T01:02:15.671086', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I19820366', 'ror': 'https://ror.org/034t30j35', 'display_name': 'Chinese Academy of Sciences', 'country_code': 'CN', 'type': 'government', 'lineage': ['https://openalex.org/I19820366'], 'homepage_url': 'http://english.cas.cn/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Chinese%20Academy%20of%20Sciences%20headquarters%20%2820170613183619%29.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Chinese%20Academy%20of%20Sciences%20headquarters%20%2820170613183619%29.jpg&width=300', 'display_name_acronyms': ['CAS'], 'display_name_alternatives': [], 'repositories': [{'id': 'https://openalex.org/S4377196984', 'display_name': 'SIA OpenIR (Chinese Academy of Sciences)', 'host_organization': 'https://openalex.org/I19820366', 'host_organization_name': 'Chinese Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/S4306401864', 'display_name': 'Research Center for Eco-Environmental Sciences OpenIR (Chinese Academy of Sciences)', 'host_organization': 'https://openalex.org/I19820366', 'host_organization_name': 'Chinese Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/S4306400842', 'display_name': 'Institutional knowledge base (Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences)', 'host_organization': 'https://openalex.org/I19820366', 'host_organization_name': 'Chinese Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/S4306401488', 'display_name': '中国科学院文献情报中心机构知识库 (Chinese Academy of Sciences)', 'host_organization': 'https://openalex.org/I19820366', 'host_organization_name': 'Chinese Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/I19820366']}, {'id': 'https://openalex.org/S4306400543', 'display_name': 'CAS OpenIR (Chinese Academy of Sciences)', 'host_organization': 'https://openalex.org/I19820366', 'host_organization_name': 'Chinese Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/I19820366']}], 'works_count': 662904, 'cited_by_count': 16544262, 'summary_stats': {'2yr_mean_citedness': 6.390814574961963, 'h_index': 771, 'i10_index': 301556}, 'ids': {'openalex': 'https://openalex.org/I19820366', 'ror': 'https://ror.org/034t30j35', 'mag': '19820366', 'grid': 'grid.9227.e', 'wikipedia': 'https://en.wikipedia.org/wiki/Chinese%20Academy%20of%20Sciences', 'wikidata': 'https://www.wikidata.org/wiki/Q530471'}, 'geo': {'city': 'Beijing', 'geonames_city_id': '1816670', 'region': 'Beijing', 'country_code': 'CN', 'country': 'China', 'latitude': 39.9075, 'longitude': 116.39723}, 'international': {'display_name': {'ar': 'الأكاديمية الصينية للعلوم', 'be': 'Кітайская акадэмія навук', 'bg': 'Китайска академия на науките', 'bn': 'চীনা বিজ্ঞান অ্যাকাডেমি', 'ca': 'Acadèmia Xinesa de les Ciències', 'ckb': 'ئەکادیمیای چینیی زانستەکان', 'cs': 'Čínská akademie věd', 'cy': 'Academi Gwyddoniaethau Tsieina', 'da': 'Det Kinesiske Videnskabsakademi', 'de': 'Chinesische Akademie der Wissenschaften', 'en': 'Chinese Academy of Sciences', 'eo': 'Ĉina Akademio pri Sciencoj', 'es': 'Academia China de las Ciencias', 'eu': 'Txinako Zientzien Akademia', 'fa': 'آکادمی علوم چین', 'fi': 'Kiinan tiedeakatemia', 'fr': 'Académie chinoise des sciences', 'ga': 'Acadamh Eolaíochtaí na Síne', 'gd': 'Acadamh Shìneach nan Saidheansan', 'gl': 'Academia Chinesa de Ciencias', 'he': 'האקדמיה הסינית למדעים', 'hi': 'चीनी विज्ञान अकादमी', 'hy': 'Չինաստանի գիտությունների ակադեմիա', 'id': 'Akademi Ilmu Pengetahuan Tiongkok', 'it': 'Accademia cinese delle scienze', 'ja': '中国科学院', 'ka': 'ჩინეთის მეცნიერებათა აკადემია', 'kk': 'Қытай ғылым академиясы', 'ko': '중국과학원', 'mk': 'Кинеска академија на науките', 'mn': 'Хятадын Шинжлэх Ухаан Академийн Хүрээлэн', 'ms': 'Akademi Sains China', 'nb': 'Det kinesiske vitenskapsakademi', 'nl': 'Chinese Academie van Wetenschappen', 'pl': 'Chińska Akademia Nauk', 'pt': 'Academia Chinesa de Ciências', 'ro': 'Academia Chineză de Științe', 'ru': 'Китайская академия наук', 'sl': 'Kitajska akademija znanosti', 'sr': 'Кинеска академија наука', 'sr-ec': 'Кинеска академија наука', 'sr-el': 'Kineska akademija nauka', 'sv': 'Kinas vetenskapsakademi', 'tr': 'Çin Bilimler Akademisi', 'tt': 'Кытай фәннәр академиясе', 'ug': 'جۇڭگۇ پەنلەر ئاكادېمىيسى', 'uk': 'Китайська академія наук', 'ur': 'چائنیز اکیڈمی آف سائنسز', 'uz': 'Xitoy fanlar akademiyasi', 'vi': 'Viện hàn lâm Khoa học Trung Quốc', 'wuu': '中國科學院', 'yue': '中國科學院', 'zh': '中国科学院', 'zh-cn': '中国科学院', 'zh-hans': '中国科学院', 'zh-hant': '中國科學院', 'zh-hk': '中國科學院', 'zh-mo': '中國科學院', 'zh-my': '中国科学院', 'zh-sg': '中国科学院', 'zh-tw': '中國科學院'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210120485', 'ror': 'https://ror.org/02jkmyk67', 'display_name': 'Academy of Mathematics and Systems Science', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210151155', 'ror': 'https://ror.org/04acsr153', 'display_name': 'Academy of Opto-Electronics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210137199', 'ror': 'https://ror.org/0419fj215', 'display_name': 'Aerospace Information Research Institute', 'country_code': 'CN', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210165198', 'ror': 'https://ror.org/05qm21180', 'display_name': 'Beijing Advanced Sciences and Innovation Center', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2801577699', 'ror': 'https://ror.org/049gn7z52', 'display_name': 'Beijing Institute of Genomics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210115799', 'ror': 'https://ror.org/028fy7q25', 'display_name': 'Botanical Society of China', 'country_code': 'CN', 'type': 'nonprofit', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210097554', 'ror': 'https://ror.org/00vpwhm04', 'display_name': 'Center for Excellence in Brain Science and Intelligence Technology', 'country_code': 'CN', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210121447', 'ror': 'https://ror.org/02rrdvm96', 'display_name': 'Center for Excellence in Molecular Cell Science', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210139738', 'ror': 'https://ror.org/04ew43640', 'display_name': 'Center for Excellence in Molecular Plant Sciences', 'country_code': 'CN', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210092888', 'ror': 'https://ror.org/00h52n341', 'display_name': 'Changchun Institute of Applied Chemistry', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210088164', 'ror': 'https://ror.org/012rct222', 'display_name': 'Changchun Institute of Optics, Fine Mechanics and Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210152908', 'ror': 'https://ror.org/04w5etv87', 'display_name': 'Chengdu Institute of Biology', 'country_code': 'CN', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210123021', 'ror': 'https://ror.org/031npqv35', 'display_name': 'Chongqing Institute of Green and Intelligent Technology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210108629', 'ror': 'https://ror.org/01s0wyf50', 'display_name': 'Computer Network Information Center', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I180585399', 'ror': 'https://ror.org/00prkya54', 'display_name': 'Dalian Institute of Chemical Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210119098', 'ror': 'https://ror.org/02j89k719', 'display_name': 'Fujian Institute of Research on the Structure of Matter', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128491', 'ror': 'https://ror.org/047qgg117', 'display_name': 'Guangzhou Institute of Energy Conversion', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I3018690959', 'ror': 'https://ror.org/0356cst02', 'display_name': 'Guangzhou Institute of Geochemistry', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2802148028', 'ror': 'https://ror.org/02c31t502', 'display_name': 'Guangzhou Institutes of Biomedicine and Health', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2802624667', 'ror': 'https://ror.org/046n57345', 'display_name': 'Hefei Institutes of Physical Science', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210096219', 'ror': 'https://ror.org/00w78qy64', 'display_name': 'Institut Pasteur of Shanghai', 'country_code': 'CN', 'type': 'nonprofit', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210095609', 'ror': 'https://ror.org/00qae8971', 'display_name': 'Institute for History of Natural Sciences', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210099069', 'ror': 'https://ror.org/00v8rqv75', 'display_name': 'Institute of Acoustics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210110024', 'ror': 'https://ror.org/01thb7525', 'display_name': 'Institute of Applied Ecology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210152758', 'ror': 'https://ror.org/0424h4e32', 'display_name': 'Institute of Atmospheric Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210112150', 'ror': 'https://ror.org/022c3hy66', 'display_name': 'Institute of Automation', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210112540', 'ror': 'https://ror.org/01tyv8576', 'display_name': 'Institute of Biophysics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210158097', 'ror': 'https://ror.org/05hr3ch11', 'display_name': 'Institute of Botany', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210155088', 'ror': 'https://ror.org/048y1rc66', 'display_name': 'Institute of Chemistry', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159903', 'ror': 'https://ror.org/05j73fd60', 'display_name': 'Institute of Coal Chemistry', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210090176', 'ror': 'https://ror.org/0090r4d87', 'display_name': 'Institute of Computing Technology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210154862', 'ror': 'https://ror.org/050spgz68', 'display_name': 'Institute of Deep-Sea Science and Engineering', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159790', 'ror': 'https://ror.org/04nps9965', 'display_name': 'Institute of Earth Environment', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128819', 'ror': 'https://ror.org/033js6g46', 'display_name': 'Institute of Electrical Engineering', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210110458', 'ror': 'https://ror.org/01z143507', 'display_name': 'Institute of Electronics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210120320', 'ror': 'https://ror.org/031zj0q48', 'display_name': 'Institute of Engineering Thermophysics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210124606', 'ror': 'https://ror.org/02aee5m12', 'display_name': 'Institute of Genetics and Developmental Biology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210135735', 'ror': 'https://ror.org/049d6bh38', 'display_name': 'Institute of Geochemistry', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210105990', 'ror': 'https://ror.org/01gkn6j11', 'display_name': 'Institute of Geodesy and Geophysics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210160793', 'ror': 'https://ror.org/04t1cdb72', 'display_name': 'Institute of Geographic Sciences and Natural Resources Research', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210126061', 'ror': 'https://ror.org/030vmwa78', 'display_name': 'Institute of Geology and Geophysics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210137180', 'ror': 'https://ror.org/03v8tnc06', 'display_name': 'Institute of High Energy Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210089584', 'ror': 'https://ror.org/00b4mx203', 'display_name': 'Institute of Hydrobiology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210156404', 'ror': 'https://ror.org/04r53se39', 'display_name': 'Institute of Information Engineering', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210157653', 'ror': 'https://ror.org/057jnjd73', 'display_name': 'Institute of Mechanics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210126304', 'ror': 'https://ror.org/03pa1rf77', 'display_name': 'Institute of Metals Research', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134982', 'ror': 'https://ror.org/047yhep71', 'display_name': 'Institute of Microbiology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210119392', 'ror': 'https://ror.org/02s6gs133', 'display_name': 'Institute of Microelectronics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210131271', 'ror': 'https://ror.org/03x8rhq63', 'display_name': 'Institute of Modern Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210124748', 'ror': 'https://ror.org/02z0nsb22', 'display_name': 'Institute of Mountain Hazards and Environment', 'country_code': 'CN', 'type': 'nonprofit', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210101167', 'ror': 'https://ror.org/018yw5541', 'display_name': 'Institute of Oceanology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128284', 'ror': 'https://ror.org/02bn68w95', 'display_name': 'Institute of Optics and Electronics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159876', 'ror': 'https://ror.org/05cvf7v30', 'display_name': 'Institute of Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210133325', 'ror': 'https://ror.org/03j4x9j18', 'display_name': 'Institute of Process Engineering', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210131870', 'ror': 'https://ror.org/03j7v5j15', 'display_name': 'Institute of Psychology, Chinese Academy of Sciences', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128053', 'ror': 'https://ror.org/02cjszf03', 'display_name': 'Institute of Remote Sensing and Digital Earth', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210140379', 'ror': 'https://ror.org/0366c6s65', 'display_name': 'Institute of Rock and Soil Mechanics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210149211', 'ror': 'https://ror.org/048dd0611', 'display_name': 'Institute of Semiconductors', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128818', 'ror': 'https://ror.org/033dfsn42', 'display_name': 'Institute of Software', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210165559', 'ror': 'https://ror.org/05nj8ma95', 'display_name': 'Institute of Soil Science', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210107235', 'ror': 'https://ror.org/01hh9ag93', 'display_name': 'Institute of Subtropical Agriculture', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210125404', 'ror': 'https://ror.org/02xtbq882', 'display_name': 'Institute of Theoretical Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210141476', 'ror': 'https://ror.org/03zn6c508', 'display_name': 'Institute of Tibetan Plateau Research', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210119653', 'ror': 'https://ror.org/025gq5q04', 'display_name': 'Institute of Urban Environment', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086287', 'ror': 'https://ror.org/0000pmw59', 'display_name': 'Institute of Vertebrate Paleontology and Paleoanthropology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210167311', 'ror': 'https://ror.org/05skxkv18', 'display_name': 'Institute of Zoology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210116191', 'ror': 'https://ror.org/02ce9qs13', 'display_name': 'Institutes of Science and Development', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I13850615', 'ror': 'https://ror.org/02e5hx313', 'display_name': 'Kunming Institute of Botany', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I18489884', 'ror': 'https://ror.org/03m0vk445', 'display_name': 'Kunming Institute of Zoology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210089297', 'ror': 'https://ror.org/007ffzr57', 'display_name': 'Lanzhou Institute of Chemical Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134482', 'ror': 'https://ror.org/03k6r8t20', 'display_name': 'Nanjing Institute of Geography and Limnology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210103797', 'ror': 'https://ror.org/019av8481', 'display_name': 'Nanjing Institute of Geology and Paleontology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210164580', 'ror': 'https://ror.org/058pyyv44', 'display_name': 'National Astronomical Observatories', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210141483', 'ror': 'https://ror.org/04f49ff35', 'display_name': 'National Center for Nanoscience and Technology', 'country_code': 'CN', 'type': 'nonprofit', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210148850', 'ror': 'https://ror.org/04ndjyr10', 'display_name': 'National Science Library', 'country_code': 'CN', 'type': 'archive', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210115570', 'ror': 'https://ror.org/02nnjtm50', 'display_name': 'National Space Science Center', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210093645', 'ror': 'https://ror.org/00655qp86', 'display_name': 'National Time Service Center', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210165339', 'ror': 'https://ror.org/05nqg3g04', 'display_name': 'Ningbo Institute of Industrial Technology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210101301', 'ror': 'https://ror.org/01a9z1q73', 'display_name': 'Northeast Institute of Geography and Agroecology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210106526', 'ror': 'https://ror.org/01jz1e142', 'display_name': 'Northwest Institute of Eco-Environment and Resources', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2802340896', 'ror': 'https://ror.org/02eb4t121', 'display_name': 'Purple Mountain Observatory', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210158139', 'ror': 'https://ror.org/05h3vcy91', 'display_name': 'Qingdao Institute of Bioenergy and Bioprocess Technology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210144289', 'ror': 'https://ror.org/03rpsvy57', 'display_name': 'Research Center for Eco-Environmental Sciences', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210111959', 'ror': 'https://ror.org/02br7py06', 'display_name': 'Shanghai Advanced Research Institute', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2799714274', 'ror': 'https://ror.org/003n8re58', 'display_name': 'Shanghai Astronomical Observatory', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210123885', 'ror': 'https://ror.org/02w6gr951', 'display_name': 'Shanghai Institute of Applied Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210163874', 'ror': 'https://ror.org/05etnz140', 'display_name': 'Shanghai Institute of Ceramics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210112820', 'ror': 'https://ror.org/022syn853', 'display_name': 'Shanghai Institute of Materia Medica', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210147322', 'ror': 'https://ror.org/04nytyj38', 'display_name': 'Shanghai Institute of Microsystem and Information Technology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210096013', 'ror': 'https://ror.org/00rytkh49', 'display_name': 'Shanghai Institute of Nutrition and Health', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210135349', 'ror': 'https://ror.org/03g897070', 'display_name': 'Shanghai Institute of Optics and Fine Mechanics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210112946', 'ror': 'https://ror.org/01y3hvq34', 'display_name': 'Shanghai Institute of Organic Chemistry', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210135723', 'ror': 'https://ror.org/02txedb84', 'display_name': 'Shanghai Institute of Technical Physics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210106477', 'ror': 'https://ror.org/011rf9d86', 'display_name': 'Shanghai Institutes for Biological Sciences', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I142078773', 'ror': 'https://ror.org/00ft6nj33', 'display_name': 'Shenyang Institute of Automation', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210145761', 'ror': 'https://ror.org/04gh4er46', 'display_name': 'Shenzhen Institutes of Advanced Technology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210120696', 'ror': 'https://ror.org/01xqdxh54', 'display_name': 'South China Institute of Botany', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210103685', 'ror': 'https://ror.org/0192yj155', 'display_name': 'South China Sea Institute Of Oceanology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210092817', 'ror': 'https://ror.org/00f58mx93', 'display_name': 'Suzhou Institute of Biomedical Engineering and Technology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210092495', 'ror': 'https://ror.org/0027d9x02', 'display_name': 'Suzhou Institute of Nano-tech and Nano-bionics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210140689', 'ror': 'https://ror.org/04akaak77', 'display_name': 'Technical Institute of Physics and Chemistry', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086028', 'ror': 'https://ror.org/00cn03n83', 'display_name': 'Technology and Engineering Center for Space Utilization', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210139473', 'ror': 'https://ror.org/042pyga86', 'display_name': 'Tianjin Institute of Industrial Biotechnology', 'country_code': 'CN', 'type': 'nonprofit', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210165038', 'ror': 'https://ror.org/05qbk4x57', 'display_name': 'University of Chinese Academy of Sciences', 'country_code': 'CN', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I126520041', 'ror': 'https://ror.org/04c4dkn09', 'display_name': 'University of Science and Technology of China', 'country_code': 'CN', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210122269', 'ror': 'https://ror.org/02j0gyf89', 'display_name': 'Wuhan Botanical Garden', 'country_code': 'CN', 'type': 'archive', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210099135', 'ror': 'https://ror.org/00zky9d41', 'display_name': 'Wuhan Institute of Physics and Mathematics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210106882', 'ror': 'https://ror.org/01jxjav08', 'display_name': 'Wuhan Institute of Virology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210144662', 'ror': 'https://ror.org/0444j5556', 'display_name': 'Xian Institute of Optics and Precision Mechanics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210103115', 'ror': 'https://ror.org/01a8ev928', 'display_name': 'Xinjiang Institute of Ecology and Geography', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210106108', 'ror': 'https://ror.org/00x44h034', 'display_name': 'Xinjiang Technical Institute of Physics & Chemistry', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2801454379', 'ror': 'https://ror.org/02rz58g17', 'display_name': 'Xishuangbanna Tropical Botanical Garden', 'country_code': 'CN', 'type': 'archive', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210108244', 'ror': 'https://ror.org/01pab2602', 'display_name': 'Yantai Institute of Coastal Zone Research', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210133436', 'ror': 'https://ror.org/030k21z47', 'display_name': 'Beijing Institute of Nanoenergy and Nanosystems', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210107409', 'ror': 'https://ror.org/01m909h91', 'display_name': 'Bureau of International Cooperation', 'country_code': 'CN', 'type': 'other', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210106541', 'ror': 'https://ror.org/01nmxvn49', 'display_name': 'Chengdu Organic Chemicals (China)', 'country_code': 'CN', 'type': 'company', 'relationship': 'related'}, {'id': 'https://openalex.org/I51296178', 'ror': 'https://ror.org/02egfyg20', 'display_name': 'China Center of Advanced Science and Technology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210144487', 'ror': 'https://ror.org/04aa0zm65', 'display_name': 'Cloud Computing Center', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210096030', 'ror': 'https://ror.org/00qzhtm25', 'display_name': 'Fairy Lake Botanical Garden', 'country_code': 'CN', 'type': 'archive', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210103524', 'ror': 'https://ror.org/01g9hkj35', 'display_name': 'Guangdong Academy of Sciences', 'country_code': 'CN', 'type': 'government', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210092095', 'ror': 'https://ror.org/00ff97g12', 'display_name': 'Guangxi Institute of Botany', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210117026', 'ror': 'https://ror.org/01mfkkh63', 'display_name': 'Guangzhou Chemistry (China)', 'country_code': 'CN', 'type': 'company', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210150595', 'ror': 'https://ror.org/03rq35s79', 'display_name': 'Guangzhou Electronic Technology (China)', 'country_code': 'CN', 'type': 'company', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210106808', 'ror': 'https://ror.org/01vcw4681', 'display_name': 'Guangzhou Institute of Advanced Technology', 'country_code': 'CN', 'type': 'education', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210163417', 'ror': 'https://ror.org/05bkrjx06', 'display_name': 'Institute of Hydroecology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210105892', 'ror': 'https://ror.org/01a1ft290', 'display_name': 'Institute of Industry Technology Guangzhou', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210105834', 'ror': 'https://ror.org/01n1cbn15', 'display_name': 'Institute of Porous Flow and Fluid Mechanics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210103541', 'ror': 'https://ror.org/013wv8d67', 'display_name': 'Institute of Soil and Water Conservation', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210124671', 'ror': 'https://ror.org/02xr9bp50', 'display_name': 'Lushan Botanical Garden', 'country_code': 'CN', 'type': 'archive', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210124148', 'ror': 'https://ror.org/02wt4jg41', 'display_name': 'Microbiology Institute of Shaanxi', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210095018', 'ror': 'https://ror.org/00s97k668', 'display_name': 'National Center for Mathematics and Interdisciplinary Sciences', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210151023', 'ror': 'https://ror.org/05ev3vr27', 'display_name': 'Quanzhou Institute of Equipment Manufacturing Haixi Institute', 'country_code': 'CN', 'type': 'education', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210157214', 'ror': 'https://ror.org/05d5nhn14', 'display_name': 'Shaanxi Institute of Zoology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210136509', 'ror': 'https://ror.org/03nb8cd76', 'display_name': 'Shanghai Chenshan Plant Science Research Center', 'country_code': 'CN', 'type': 'nonprofit', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210120842', 'ror': 'https://ror.org/02xqp7x96', 'display_name': 'Shenyang Institute of Computing Technology (China)', 'country_code': 'CN', 'type': 'company', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210120125', 'ror': 'https://ror.org/02tthqe19', 'display_name': 'Tianjin Institute of Advanced Technology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210093845', 'ror': 'https://ror.org/00hwty226', 'display_name': 'Xiamen Institute of Rare-earth Materials', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210133594', 'ror': 'https://ror.org/031141b54', 'display_name': 'Youth Innovation Promotion Association', 'country_code': 'CN', 'type': 'other', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210126903', 'ror': 'https://ror.org/031mqp384', 'display_name': 'Zhong Ke San Huan (China)', 'country_code': 'CN', 'type': 'company', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 50588, 'cited_by_count': 2076129}, {'year': 2022, 'works_count': 61405, 'cited_by_count': 2454035}, {'year': 2021, 'works_count': 54784, 'cited_by_count': 2125046}, {'year': 2020, 'works_count': 48497, 'cited_by_count': 1757714}, {'year': 2019, 'works_count': 45012, 'cited_by_count': 1433101}, {'year': 2018, 'works_count': 40860, 'cited_by_count': 1179188}, {'year': 2017, 'works_count': 36823, 'cited_by_count': 977183}, {'year': 2016, 'works_count': 35864, 'cited_by_count': 848268}, {'year': 2015, 'works_count': 34197, 'cited_by_count': 737452}, {'year': 2014, 'works_count': 31556, 'cited_by_count': 631900}, {'year': 2013, 'works_count': 28493, 'cited_by_count': 516024}, {'year': 2012, 'works_count': 25781, 'cited_by_count': 415040}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I19820366', 'works_count': 662904}, {'role': 'funder', 'id': 'https://openalex.org/F4320321133', 'works_count': 57268}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311940', 'works_count': 44708}], 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 68.9}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 67.5}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 66.1}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 51.5}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 50.6}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 49.9}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 46.8}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 35.8}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 35.4}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 34.7}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 28.4}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 27.8}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 27.3}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 25.6}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 25.1}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 24.9}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 22.6}, {'id': 'https://openalex.org/C191897082', 'wikidata': 'https://www.wikidata.org/wiki/Q11467', 'display_name': 'Metallurgy', 'level': 1, 'score': 21.8}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 20.1}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I19820366', 'updated_date': '2023-10-03T22:05:35.723324', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I4362561690', 'ror': 'https://ror.org/042n9zn21', 'display_name': 'International Commission on Missing Persons', 'country_code': None, 'type': 'other', 'lineage': ['https://openalex.org/I4362561690'], 'homepage_url': 'https://icmp.int', 'image_url': 'https://upload.wikimedia.org/wikipedia/commons/c/cb/International_Commission_on_Missing_Persons_headquarters_in_The_Hague.png', 'image_thumbnail_url': 'https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/International_Commission_on_Missing_Persons_headquarters_in_The_Hague.png/100px-International_Commission_on_Missing_Persons_headquarters_in_The_Hague.png', 'display_name_acronyms': ['ICMP'], 'display_name_alternatives': [], 'repositories': [], 'works_count': 563673, 'cited_by_count': 822181, 'summary_stats': {'2yr_mean_citedness': 0.19720071599560052, 'h_index': 294, 'i10_index': 12969}, 'ids': {'openalex': 'https://openalex.org/I4362561690', 'ror': 'https://ror.org/042n9zn21', 'wikipedia': 'https://en.wikipedia.org/wiki/International%20Commission%20on%20Missing%20Persons'}, 'geo': {'city': 'The Hague', 'geonames_city_id': None, 'region': None, 'country_code': None, 'country': 'Netherlands', 'latitude': 52.07667, 'longitude': 4.29861}, 'international': {'display_name': {'en': 'International Commission on Missing Persons'}}, 'associated_institutions': [], 'counts_by_year': [{'year': 2023, 'works_count': 815, 'cited_by_count': 21772}, {'year': 2022, 'works_count': 2432, 'cited_by_count': 31641}, {'year': 2021, 'works_count': 21434, 'cited_by_count': 66867}, {'year': 2020, 'works_count': 26108, 'cited_by_count': 62116}, {'year': 2019, 'works_count': 25282, 'cited_by_count': 48257}, {'year': 2018, 'works_count': 26753, 'cited_by_count': 39375}, {'year': 2017, 'works_count': 26833, 'cited_by_count': 34264}, {'year': 2016, 'works_count': 27572, 'cited_by_count': 38994}, {'year': 2015, 'works_count': 28521, 'cited_by_count': 46355}, {'year': 2014, 'works_count': 28719, 'cited_by_count': 47748}, {'year': 2013, 'works_count': 31040, 'cited_by_count': 43733}, {'year': 2012, 'works_count': 31254, 'cited_by_count': 40583}], 'roles': [{'role': 'publisher', 'id': 'https://openalex.org/P4310312441', 'works_count': 2871}, {'role': 'publisher', 'id': 'https://openalex.org/P4310313035', 'works_count': 1083}, {'role': 'publisher', 'id': 'https://openalex.org/P4310321767', 'works_count': 1929}, {'role': 'publisher', 'id': 'https://openalex.org/P4310321318', 'works_count': 826}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320017', 'works_count': 2786244}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319053', 'works_count': 755}, {'role': 'publisher', 'id': 'https://openalex.org/P4310322525', 'works_count': 326}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318641', 'works_count': 46}, {'role': 'publisher', 'id': 'https://openalex.org/P4327986515', 'works_count': 2116}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316487', 'works_count': 2716}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311490', 'works_count': 1080}, {'role': 'publisher', 'id': 'https://openalex.org/P4310321136', 'works_count': 519}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315964', 'works_count': 34663}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319613', 'works_count': 667}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312461', 'works_count': 7432}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320083', 'works_count': 792739}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316729', 'works_count': 247}, {'role': 'publisher', 'id': 'https://openalex.org/P4362724850', 'works_count': 698}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312535', 'works_count': 606}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320615', 'works_count': 404}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320258', 'works_count': 8086}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315607', 'works_count': 58}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320465', 'works_count': 4098}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320558', 'works_count': 155}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311861', 'works_count': 3587}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315654', 'works_count': 10081}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312843', 'works_count': 640}, {'role': 'publisher', 'id': 'https://openalex.org/P4324114469', 'works_count': 5481}, {'role': 'publisher', 'id': 'https://openalex.org/P4310310985', 'works_count': 1442}, {'role': 'publisher', 'id': 'https://openalex.org/P4310321339', 'works_count': 232}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311671', 'works_count': 4792}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316318', 'works_count': 515}, {'role': 'publisher', 'id': 'https://openalex.org/P4366736682', 'works_count': 1225}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315662', 'works_count': 338}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315416', 'works_count': 246}, {'role': 'institution', 'id': 'https://openalex.org/I4362561690', 'works_count': 563673}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311937', 'works_count': 4811}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316289', 'works_count': 29}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319200', 'works_count': 178}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318496', 'works_count': 249}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316000', 'works_count': 1631}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312935', 'works_count': 1007}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312960', 'works_count': 4861}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320503', 'works_count': 5474143}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315774', 'works_count': 1864}, {'role': 'publisher', 'id': 'https://openalex.org/P4360969318', 'works_count': 2458}, {'role': 'publisher', 'id': 'https://openalex.org/P4360969405', 'works_count': 1721}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319542', 'works_count': 218}, {'role': 'publisher', 'id': 'https://openalex.org/P4310314115', 'works_count': 228}, {'role': 'publisher', 'id': 'https://openalex.org/P4360969390', 'works_count': 1705}, {'role': 'publisher', 'id': 'https://openalex.org/P4310313324', 'works_count': 1779}, {'role': 'publisher', 'id': 'https://openalex.org/P4310322741', 'works_count': 19674}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316182', 'works_count': 222}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316851', 'works_count': 374}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312391', 'works_count': 1345}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316006', 'works_count': 1269}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319908', 'works_count': 1372802}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316371', 'works_count': 3625}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315994', 'works_count': 672}, {'role': 'publisher', 'id': 'https://openalex.org/P4310322173', 'works_count': 451}, {'role': 'publisher', 'id': 'https://openalex.org/P4310313205', 'works_count': 1819}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320561', 'works_count': 406902}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312682', 'works_count': 6999}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315693', 'works_count': 162310}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311851', 'works_count': 325}, {'role': 'publisher', 'id': 'https://openalex.org/P4361730441', 'works_count': 2974}, {'role': 'publisher', 'id': 'https://openalex.org/P4310321980', 'works_count': 511}, {'role': 'publisher', 'id': 'https://openalex.org/P4310317233', 'works_count': 2495}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320595', 'works_count': 10173567}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318480', 'works_count': 4386}, {'role': 'publisher', 'id': 'https://openalex.org/P4362724855', 'works_count': 1530}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315849', 'works_count': 338}, {'role': 'publisher', 'id': 'https://openalex.org/P4310321201', 'works_count': 41}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316467', 'works_count': 454}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319632', 'works_count': 790}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311218', 'works_count': 539}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312516', 'works_count': 2421}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320186', 'works_count': 65520}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318911', 'works_count': 37542}, {'role': 'publisher', 'id': 'https://openalex.org/P4310321283', 'works_count': 2268}, {'role': 'publisher', 'id': 'https://openalex.org/P4324004213', 'works_count': 3980}, {'role': 'funder', 'id': 'https://openalex.org/F4320321540', 'works_count': 75258}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316446', 'works_count': 77}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316084', 'works_count': 905}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318686', 'works_count': 3667}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315758', 'works_count': 697}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315402', 'works_count': 366}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318363', 'works_count': 659}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318349', 'works_count': 735}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320631', 'works_count': 530}, {'role': 'publisher', 'id': 'https://openalex.org/P4320800704', 'works_count': 3383}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315397', 'works_count': 570}, {'role': 'publisher', 'id': 'https://openalex.org/P4310317726', 'works_count': 179}, {'role': 'publisher', 'id': 'https://openalex.org/P4320800646', 'works_count': 22}, {'role': 'publisher', 'id': 'https://openalex.org/P4327874768', 'works_count': 2249}, {'role': 'publisher', 'id': 'https://openalex.org/P4310320583', 'works_count': 26310}, {'role': 'publisher', 'id': 'https://openalex.org/P4310319546', 'works_count': 133}, {'role': 'publisher', 'id': 'https://openalex.org/P4327874076', 'works_count': 2241}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315795', 'works_count': 2161}, {'role': 'publisher', 'id': 'https://openalex.org/P4310316725', 'works_count': 66}, {'role': 'publisher', 'id': 'https://openalex.org/P4310314938', 'works_count': 299}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312944', 'works_count': 1118}, {'role': 'publisher', 'id': 'https://openalex.org/P4310315910', 'works_count': 5186}, {'role': 'publisher', 'id': 'https://openalex.org/P4310314114', 'works_count': 7534}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318525', 'works_count': 4057}, {'role': 'publisher', 'id': 'https://openalex.org/P4310321047', 'works_count': 1802}, {'role': 'publisher', 'id': 'https://openalex.org/P4310313371', 'works_count': 102}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318791', 'works_count': 664}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311809', 'works_count': 479}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311891', 'works_count': 270}, {'role': 'publisher', 'id': 'https://openalex.org/P4365921336', 'works_count': 1308}], 'x_concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 44.8}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 37.8}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 36.7}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 34.8}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 29.9}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 28.6}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 27.9}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 24.5}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 24.2}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 23.8}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 22.4}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 22.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 20.6}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I4362561690', 'updated_date': '2023-10-03T07:25:34.669396', 'created_date': '2023-04-06'}, {'id': 'https://openalex.org/I185261750', 'ror': 'https://ror.org/03dbr7087', 'display_name': 'University of Toronto', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750'], 'homepage_url': 'http://www.utoronto.ca/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Uoft%20universitycollege.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Uoft%20universitycollege.jpg&width=300', 'display_name_acronyms': [], 'display_name_alternatives': [], 'repositories': [{'id': 'https://openalex.org/S4306400261', 'display_name': 'TSpace (University of Toronto)', 'host_organization': 'https://openalex.org/I185261750', 'host_organization_name': 'University of Toronto', 'host_organization_lineage': ['https://openalex.org/I185261750']}], 'works_count': 404113, 'cited_by_count': 13832392, 'summary_stats': {'2yr_mean_citedness': 5.146266909469303, 'h_index': 930, 'i10_index': 184205}, 'ids': {'openalex': 'https://openalex.org/I185261750', 'ror': 'https://ror.org/03dbr7087', 'mag': '185261750', 'grid': 'grid.17063.33', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20Toronto', 'wikidata': 'https://www.wikidata.org/wiki/Q180865'}, 'geo': {'city': 'Toronto', 'geonames_city_id': '6167865', 'region': 'Ontario', 'country_code': 'CA', 'country': 'Canada', 'latitude': 43.70011, 'longitude': -79.4163}, 'international': {'display_name': {'ar': 'جامعة تورنتو', 'arz': 'جامعة تورونتو', 'ast': 'Universidá de Toronto', 'az': 'Toronto Universiteti', 'azb': 'تورونتو بیلیم یوردو', 'ba': 'Торонто университеты', 'be': 'Таронцкі ўніверсітэт', 'be-tarask': 'Таронтаўскі ўнівэрсытэт', 'bg': 'Университет на Торонто', 'bn': 'টরন্টো বিশ্ববিদ্যালয়', 'ca': 'Universitat de Toronto', 'ceb': 'University of Toronto', 'ckb': 'زانکۆی تۆرانتۆ', 'cs': 'Torontská univerzita', 'csb': 'Ùniwersytet w Toronto', 'cy': 'Prifysgol Toronto', 'da': 'University of Toronto', 'de': 'University of Toronto', 'de-ch': 'University of Toronto', 'el': 'Πανεπιστήμιο του Τορόντο', 'en': 'University of Toronto', 'en-ca': 'University of Toronto', 'en-gb': 'University of Toronto', 'eo': 'Universitato de Toronto', 'es': 'Universidad de Toronto', 'et': 'Toronto Ülikool', 'eu': 'Torontoko Unibertsitatea', 'fa': 'دانشگاه تورنتو', 'fi': 'Toronton yliopisto', 'fr': 'Université de Toronto', 'ga': 'Ollscoil Toronto', 'gd': 'Oilthigh Thoronto', 'gl': 'Universidade de Toronto', 'gv': 'Ollooscoill Toronto', 'he': 'אוניברסיטת טורונטו', 'hi': 'टोरंटो विश्वविद्यालय', 'hu': 'Torontói Egyetem', 'hy': 'Տորոնտոյի համալսարան', 'hyw': 'Թորոնթոյի Համալսարան', 'id': 'Universitas Toronto', 'is': 'Háskólinn í Torontó', 'it': 'Università di Toronto', 'ja': 'トロント大学', 'jv': 'Universitas Toronto', 'ka': 'ტორონტოს უნივერსიტეტი', 'kk': 'Торонто Университеті', 'kk-arab': 'تورونتو ۋنىيۆەرسىيتەتى', 'kk-cn': 'تورونتو ۋنىيۆەرسىيتەتى', 'kk-cyrl': 'Торонто Университеті', 'kk-kz': 'Торонто Университеті', 'kk-latn': 'Toronto Wnïversïteti', 'kk-tr': 'Toronto Wnïversïteti', 'ko': '토론토 대학교', 'ky': 'Торонто университети', 'la': 'Universitas Torontonensis', 'lb': 'Universitéit vun Toronto', 'lt': 'Toronto universitetas', 'lv': 'Toronto Universitāte', 'ml': 'യൂണിവേഴ്സിറ്റി ഓഫ് ടൊറോണ്ടോ', 'mn': 'Торонтогийн Их сургууль', 'ms': 'Universiti Toronto', 'mt': "Università ta' Toronto", 'nb': 'University of Toronto', 'nl': 'Universiteit van Toronto', 'nn': 'University of Toronto', 'pa': 'ਟੋਰਾਂਟੋ ਯੂਨੀਵਰਸਿਟੀ', 'pap': 'Universidat di Toronto', 'pl': 'University of Toronto', 'pnb': 'یونیورسٹی اف ٹورونٹو', 'pt': 'Universidade de Toronto', 'pt-br': 'Universidade de Toronto', 'ro': 'Universitatea din Toronto', 'ru': 'Университет Торонто', 'se': 'Toronto universitehta', 'sh': 'Univerzitet u Torontu', 'sl': 'Univerza v Torontu', 'smn': 'Toronto ollâopâttâh', 'sms': 'Toronto universiteʹtt', 'sr': 'Универзитет у Торонту', 'sr-ec': 'Универзитет у Торонту', 'sr-el': 'Univerzitet u Torontu', 'sv': 'University of Toronto', 'ta': 'ரொறன்ரோ பல்கலைக்கழகம்', 'tg': 'Донишгоҳи Торонто', 'th': 'มหาวิทยาลัยโทรอนโต', 'tl': 'Unibersidad ng Toronto', 'tr': 'Toronto Üniversitesi', 'tt': 'Торонто университеты', 'ug': 'تورونتو ئۇنىۋېرستېتى', 'uk': 'Торонтський університет', 'ur': 'جامعہ ٹورانٹو', 'uz': 'Toronto universiteti', 'vi': 'Đại học Toronto', 'war': 'Unibersidad han Toronto', 'wuu': '多伦多大学', 'yue': '多倫多大學', 'zh': '多倫多大學', 'zh-cn': '多伦多大学', 'zh-hans': '多伦多大学', 'zh-hant': '多倫多大學', 'zh-hk': '多倫多大學', 'zh-sg': '多伦多大学', 'zh-tw': '多倫多大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210110940', 'ror': 'https://ror.org/0265wc016', 'display_name': 'Canadian Institute for Theoretical Astrophysics', 'country_code': 'CA', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I9267121', 'ror': 'https://ror.org/03zzj3f20', 'display_name': 'Fields Institute for Research in Mathematical Sciences', 'country_code': 'CA', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210091032', 'ror': 'https://ror.org/00cgnj660', 'display_name': 'Ted Rogers Centre for Heart Research', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'child'}, {'id': 'https://openalex.org/I2802437833', 'ror': 'https://ror.org/03gp5b411', 'display_name': 'Baycrest Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210112457', 'ror': 'https://ror.org/022ave037', 'display_name': 'Campbellford Memorial Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I1338135719', 'ror': 'https://ror.org/03e71c577', 'display_name': 'Centre for Addiction and Mental Health', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210122766', 'ror': 'https://ror.org/02p6a3b37', 'display_name': 'Creative Destruction Lab', 'country_code': 'CA', 'type': 'nonprofit', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801420703', 'ror': 'https://ror.org/03qea8398', 'display_name': 'Holland Bloorview Kids Rehabilitation Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801317318', 'ror': 'https://ror.org/057q4rt57', 'display_name': 'Hospital for Sick Children', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802752716', 'ror': 'https://ror.org/02gj19t78', 'display_name': 'Humber River Regional Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210128176', 'ror': 'https://ror.org/0390kp681', 'display_name': 'Institute for Circumpolar Health Research', 'country_code': 'CA', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I210557978', 'ror': 'https://ror.org/01s5axj25', 'display_name': 'Lunenfeld-Tanenbaum Research Institute', 'country_code': 'CA', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I1291836623', 'ror': 'https://ror.org/05deks119', 'display_name': 'Mount Sinai Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800061829', 'ror': 'https://ror.org/05b3hqn14', 'display_name': 'North York General Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I1297363086', 'ror': 'https://ror.org/04skqfp25', 'display_name': "St. Michael's Hospital", 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I1323843004', 'ror': 'https://ror.org/03wefcv03', 'display_name': 'Sunnybrook Health Science Centre', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210167439', 'ror': 'https://ror.org/008kn1a71', 'display_name': 'Sunnybrook Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210120227', 'ror': 'https://ror.org/01tw7ew41', 'display_name': 'Surrey Place Centre', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799376586', 'ror': 'https://ror.org/04pzgb662', 'display_name': 'The Scarborough Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802213372', 'ror': 'https://ror.org/03sm16s30', 'display_name': 'Toronto East General Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800336561', 'ror': 'https://ror.org/03v6a2j28', 'display_name': 'Trillium Health Centre', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I1325899441', 'ror': 'https://ror.org/042xt5161', 'display_name': 'University Health Network', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210147440', 'ror': 'https://ror.org/0548x8e24', 'display_name': 'Waypoint Centre for Mental Health Care', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210122750', 'ror': 'https://ror.org/037y13578', 'display_name': 'West Park Healthcare Centre', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801816099', 'ror': 'https://ror.org/03cw63y62', 'display_name': "Women's College Hospital", 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 17268, 'cited_by_count': 940428}, {'year': 2022, 'works_count': 22156, 'cited_by_count': 1203434}, {'year': 2021, 'works_count': 23898, 'cited_by_count': 1201800}, {'year': 2020, 'works_count': 22639, 'cited_by_count': 1066622}, {'year': 2019, 'works_count': 20147, 'cited_by_count': 901474}, {'year': 2018, 'works_count': 18784, 'cited_by_count': 800358}, {'year': 2017, 'works_count': 17923, 'cited_by_count': 722832}, {'year': 2016, 'works_count': 17042, 'cited_by_count': 685459}, {'year': 2015, 'works_count': 15882, 'cited_by_count': 653558}, {'year': 2014, 'works_count': 15215, 'cited_by_count': 611681}, {'year': 2013, 'works_count': 14463, 'cited_by_count': 565719}, {'year': 2012, 'works_count': 13363, 'cited_by_count': 509668}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I185261750', 'works_count': 404113}, {'role': 'funder', 'id': 'https://openalex.org/F4320322015', 'works_count': 2281}, {'role': 'publisher', 'id': 'https://openalex.org/P4310313000', 'works_count': 115665}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 64.9}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 62.7}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 42.0}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 39.4}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 37.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 35.9}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 33.7}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 32.3}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 30.4}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 28.9}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 28.9}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 23.4}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 22.0}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 21.6}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 20.7}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I185261750', 'updated_date': '2023-10-03T22:50:41.806288', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I74801974', 'ror': 'https://ror.org/057zh3y96', 'display_name': 'The University of Tokyo', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I74801974'], 'homepage_url': 'http://www.u-tokyo.ac.jp/en/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/UnivOfTokyo%20logo.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/UnivOfTokyo%20logo.svg&width=300', 'display_name_acronyms': ['UT'], 'display_name_alternatives': ['Tōkyō Daigaku', 'Todai', 'UTokyo', 'とうきょうだいがく', 'トウキョウダイガク'], 'repositories': [{'id': 'https://openalex.org/S4306402154', 'display_name': 'University of Tokyo Repository (University of Tokyo)', 'host_organization': 'https://openalex.org/I74801974', 'host_organization_name': 'The University of Tokyo', 'host_organization_lineage': ['https://openalex.org/I74801974']}], 'works_count': 381008, 'cited_by_count': 9294197, 'summary_stats': {'2yr_mean_citedness': 3.7489683854826654, 'h_index': 703, 'i10_index': 153627}, 'ids': {'openalex': 'https://openalex.org/I74801974', 'ror': 'https://ror.org/057zh3y96', 'mag': '74801974', 'grid': 'grid.26999.3d', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20Tokyo', 'wikidata': 'https://www.wikidata.org/wiki/Q7842'}, 'geo': {'city': 'Tokyo', 'geonames_city_id': '1850147', 'region': None, 'country_code': 'JP', 'country': 'Japan', 'latitude': 35.6895, 'longitude': 139.69171}, 'international': {'display_name': {'af': 'Universiteit van Tokio', 'ar': 'جامعة طوكيو', 'arz': 'جامعة طوكيو', 'ast': 'Universidá de Tokiu', 'az': 'Tokio Universiteti', 'azb': 'توکیو بیلیم\u200cیوردو', 'ba': 'Токио университеты', 'ban': 'Univérsitas Tokyo', 'be': 'Такійскі ўніверсітэт', 'be-tarask': 'Такійскі ўнівэрсытэт', 'bg': 'Токийски университет', 'bn': 'টোকিও বিশ্ববিদ্যালয়', 'br': 'Skol-veur Tokyo', 'ca': 'Universitat de Tòquio', 'cs': 'Tokijská univerzita', 'cy': 'Prifysgol Tokyo', 'da': 'Tokyo Universitet', 'de': 'Universität Tokio', 'el': 'Πανεπιστήμιο του Τόκιο', 'en': 'University of Tokyo', 'eo': 'Universitato de Tokio', 'es': 'Universidad de Tokio', 'et': 'Tōkyō Ülikool', 'eu': 'Tokioko Unibertsitatea', 'fa': 'دانشگاه توکیو', 'fi': 'Tokion yliopisto', 'fr': 'université de Tokyo', 'ga': 'Ollscoil Tóiceo', 'gd': 'Oilthigh Tōkyo', 'gl': 'Universidade de Toquio', 'gv': 'Ollooscoill Tokyo', 'he': 'אוניברסיטת טוקיו', 'hi': 'तोकियो विश्वविद्यालय', 'hr': 'Sveučilište u Tokiju', 'hu': 'Tokiói Egyetem', 'hy': 'Տոկիոյի համալսարան', 'id': 'Universitas Tokyo', 'it': 'Università imperiale di Tokyo', 'ja': '東京大学', 'ka': 'ტოკიოს უნივერსიტეტი', 'kab': 'Tasdawit n Tokyo', 'kk': 'Токио университеті', 'ko': '도쿄 대학', 'ky': 'Токио Университети', 'la': 'Universitas Tokiensis', 'lld': 'University of Tokyo', 'lt': 'Tokijo universitetas', 'lv': 'Tokijas Universitāte', 'mk': 'Токиски универзитет', 'ml': 'ടോക്കിയോ സർവകലാശാല', 'mn': 'Токиогийн Их Сургууль', 'ms': 'Universiti Tokyo', 'mt': "Università ta' Tokjo", 'my': 'တိုကျို တက္ကသိုလ်', 'nan': 'Tang-kiaⁿ Tāi-ha̍k', 'nb': 'Universitetet i Tokyo', 'ne': 'टोक्यो विश्वविद्यालय', 'nl': 'Universiteit van Tokio', 'pa': 'ਟੋਕੀਓ ਯੂਨੀਵਰਸਿਟੀ', 'pl': 'Uniwersytet Tokijski', 'pnb': 'یونیورسٹی آف ٹوکیو', 'pt': 'Universidade de Tóquio', 'qu': 'Tokyo Yachay Sunturnin', 'ro': 'Universitatea Tokio', 'ru': 'Токийский университет', 'sco': 'Varsity o Tokyo', 'sh': 'Univerzitet u Tokiju', 'sk': 'Tokijská univerzita', 'sl': 'Univerza v Tokiu', 'sr': 'Универзитет у Токију', 'sv': 'Tokyos universitet', 'ta': 'தோக்கியோப் பல்கலைக்கழகம்', 'tg': 'Донишгоҳи Токио', 'th': 'มหาวิทยาลัยโตเกียว', 'tl': 'Unibersidad ng Tokyo', 'tr': 'Tokyo Üniversitesi', 'tt': 'Токио үнивирситите', 'ug': 'توكيو ئۇنىۋېرستېتى', 'uk': 'Токійський університет', 'ur': 'جامعہ ٹوکیو', 'uz': 'Tokio universiteti', 'vec': 'Università imperiale de Tokyo', 'vi': 'Đại học Tokyo', 'war': 'Unibersidad han Tokyo', 'wuu': '东京大学', 'yue': '東京大學', 'za': 'Dunghgingh Dayoz', 'zh': '东京大学', 'zh-cn': '东京大学', 'zh-hans': '东京大学', 'zh-hant': '東京大學', 'zh-hk': '東京大學', 'zh-mo': '東京大學', 'zh-my': '东京大学', 'zh-sg': '东京大学', 'zh-tw': '東京大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210088231', 'ror': 'https://ror.org/0059vr703', 'display_name': 'Laboratory for Integrated Micro-Mechatronic Systems', 'country_code': 'JP', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210125833', 'ror': 'https://ror.org/03bbyax37', 'display_name': 'Spintronics Research Network of Japan', 'country_code': 'JP', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210109338', 'ror': 'https://ror.org/022cvpj02', 'display_name': 'University of Tokyo Hospital', 'country_code': 'JP', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210134680', 'ror': 'https://ror.org/03vaz2582', 'display_name': 'Veterinary Medical Center', 'country_code': 'JP', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 11505, 'cited_by_count': 521285}, {'year': 2022, 'works_count': 14893, 'cited_by_count': 672087}, {'year': 2021, 'works_count': 15633, 'cited_by_count': 673165}, {'year': 2020, 'works_count': 15399, 'cited_by_count': 597271}, {'year': 2019, 'works_count': 14314, 'cited_by_count': 523264}, {'year': 2018, 'works_count': 13560, 'cited_by_count': 484727}, {'year': 2017, 'works_count': 13085, 'cited_by_count': 449107}, {'year': 2016, 'works_count': 12697, 'cited_by_count': 436537}, {'year': 2015, 'works_count': 12548, 'cited_by_count': 421445}, {'year': 2014, 'works_count': 12866, 'cited_by_count': 409193}, {'year': 2013, 'works_count': 12197, 'cited_by_count': 388990}, {'year': 2012, 'works_count': 11560, 'cited_by_count': 352599}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320322832', 'works_count': 2565}, {'role': 'institution', 'id': 'https://openalex.org/I74801974', 'works_count': 381008}, {'role': 'publisher', 'id': 'https://openalex.org/P4310313595', 'works_count': 6946}], 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 61.5}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 60.0}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 57.5}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 43.6}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 38.3}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 37.3}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 35.2}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 35.0}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 34.5}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 33.9}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 31.1}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 28.7}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 24.5}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 21.2}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I74801974', 'updated_date': '2023-10-04T05:12:57.839102', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I154526488', 'ror': 'https://ror.org/02vjkv261', 'display_name': 'Inserm', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488'], 'homepage_url': 'https://www.inserm.fr', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Inserm.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Inserm.svg&width=300', 'display_name_acronyms': ['INSERM'], 'display_name_alternatives': [], 'repositories': [], 'works_count': 346068, 'cited_by_count': 12305291, 'summary_stats': {'2yr_mean_citedness': 5.84400562051488, 'h_index': 835, 'i10_index': 168306}, 'ids': {'openalex': 'https://openalex.org/I154526488', 'ror': 'https://ror.org/02vjkv261', 'mag': '154526488', 'grid': 'grid.7429.8', 'wikipedia': 'https://en.wikipedia.org/wiki/Inserm', 'wikidata': 'https://www.wikidata.org/wiki/Q1474517'}, 'geo': {'city': 'Paris', 'geonames_city_id': '2988507', 'region': None, 'country_code': 'FR', 'country': 'France', 'latitude': 48.85341, 'longitude': 2.3488}, 'international': {'display_name': {'ar': 'المعهد الوطني للصحة والبحوث الطبية', 'ca': 'Institut Nacional de Salut i Investigació Mèdica', 'cs': 'Institut national de la santé et de la recherche médicale', 'de': 'Französisches Institut für Gesundheit und medizinische Forschung', 'el': 'Γαλλικό Εθνικό Ινστιτούτο Υγείας και Ιατρικών Ερευνών', 'en': 'French National Institute of Health and Medical Research', 'eo': 'Institut national de la santé et de la recherche médicale', 'es': 'Instituto Nacional de Salud e Investigaciones Médicas', 'eu': 'Institut national de la santé et de la recherche médicale', 'fi': 'Institut national de la santé et de la recherche médicale', 'fr': 'Institut national de la santé et de la recherche médicale', 'gl': 'Institut national de la santé et de la recherche médicale', 'he': 'המוסד הלאומי לבריאות ומחקר רפואי', 'hu': 'Institut national de la santé et de la recherche médicale', 'id': 'Institut national de la santé et de la recherche médicale', 'it': 'Institut national de la santé et de la recherche médicale', 'ja': 'フランス国立保健医学研究所', 'ko': '프랑스 국립 보건 의료 연구소', 'la': 'Institut national de la santé et de la recherche médicale', 'lv': 'INSERM', 'ms': 'Institut national de la santé et de la recherche médicale', 'nb': 'Institut national de la santé et de la recherche médicale', 'nl': 'Institut National de la Santé et de la Recherche Médicale', 'pl': 'Institut national de la santé et de la recherche médicale', 'pt': 'Institut National de la Santé et de la Recherche Médicale', 'ro': 'Institut national de la santé et de la recherche médicale', 'ru': 'Национальный институт здоровья и медицинских исследований', 'sh': 'Institut national de la santé et de la recherche médicale', 'sk': 'Institut national de la santé et de la recherche médicale', 'sv': 'Institut national de la santé et de la recherche médicale', 'tr': 'Institut national de la santé et de la recherche médicale', 'uk': 'Inserm', 'vi': 'Institut national de la santé et de la recherche médicale', 'zh': '法國國家衛生及醫療研究院', 'zh-hans': '法国国家健康与医学研究院', 'zh-hant': '法國國家健康與醫學研究院'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210130508', 'ror': 'https://ror.org/03837fc46', 'display_name': 'Adaptateurs de Signalisation en Hématologie', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210162817', 'ror': 'https://ror.org/055ymkj32', 'display_name': 'Adhesion and Inflammation Lab', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210118047', 'ror': 'https://ror.org/02b9znm90', 'display_name': 'Biomedical Imaging Lab', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210094404', 'ror': 'https://ror.org/00hdncs36', 'display_name': 'Brain Physiology Lab', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210125048', 'ror': 'https://ror.org/02mgw3155', 'display_name': 'Cancer Research Center of Lyon', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210087620', 'ror': 'https://ror.org/003412r28', 'display_name': 'Cancer Research Center of Toulouse', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210157735', 'ror': 'https://ror.org/04zdwr798', 'display_name': 'Cancer Thematics Institute', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210113054', 'ror': 'https://ror.org/024k3xe80', 'display_name': 'Cell Biology, Development and Evolution', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210113621', 'ror': 'https://ror.org/01mvzn566', 'display_name': 'Center for Interdisciplinary Research in Biology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210113758', 'ror': 'https://ror.org/02c1tv516', 'display_name': 'Center for Physiopathology of Toulouse Purpan', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210098463', 'ror': 'https://ror.org/00zbj9525', 'display_name': 'Center for Research and Interdisciplinarity', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210132422', 'ror': 'https://ror.org/02v2jyq75', 'display_name': 'Center for Research in Medicine, Science, Health, Mental Health and Society', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210130096', 'ror': 'https://ror.org/02gn50d10', 'display_name': 'Center for Research on Inflammation', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210118704', 'ror': 'https://ror.org/029rfe283', 'display_name': 'Centre Méditerranéen de Médecine Moléculaire', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128915', 'ror': 'https://ror.org/0375b8f90', 'display_name': "Centre d'Immunologie et des Maladies Infectieuses", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210100279', 'ror': 'https://ror.org/0189yvq06', 'display_name': 'Centre de Biochimie Structurale', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210092322', 'ror': 'https://ror.org/00dmms154', 'display_name': 'Centre de Recherche des Cordeliers', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210138704', 'ror': 'https://ror.org/03smk3872', 'display_name': "Centre de Recherche en Acquisition et Traitement de l'Image pour la Santé", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210092509', 'ror': 'https://ror.org/003g1aw90', 'display_name': 'Centre de Recherche en Cancérologie Nantes Angers', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210144608', 'ror': 'https://ror.org/0494jpz02', 'display_name': 'Centre de Recherche en Cancérologie de Marseille', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210088138', 'ror': 'https://ror.org/009p5nb11', 'display_name': 'Centre de Référence Déficits Immunitaires Héréditaires', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210144005', 'ror': 'https://ror.org/03vyjkj45', 'display_name': 'Centre d’Immunologie de Marseille-Luminy', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210147393', 'ror': 'https://ror.org/03xe54902', 'display_name': 'Cognition, Action, and Sensorimotor Plasticity', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210143253', 'ror': 'https://ror.org/056wdpc91', 'display_name': 'Cognitive Neuroimaging Lab', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210160774', 'ror': 'https://ror.org/0589k3111', 'display_name': 'Délégation Paris 11', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210098000', 'ror': 'https://ror.org/00sbttv49', 'display_name': 'Délégation Paris 12', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I110736937', 'ror': 'https://ror.org/02e0y6e06', 'display_name': 'Délégation Paris 5', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210129850', 'ror': 'https://ror.org/03rt48n94', 'display_name': 'Délégation Paris 6', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I169173203', 'ror': 'https://ror.org/00bw5n526', 'display_name': 'Délégation Paris 7', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210155509', 'ror': 'https://ror.org/0530j9m17', 'display_name': 'Délégation Régionale Auvergne-Rhône-Alpes', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210141980', 'ror': 'https://ror.org/04kv7c795', 'display_name': 'Délégation Régionale Est', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210105774', 'ror': 'https://ror.org/01qa4rf46', 'display_name': 'Délégation Régionale Grand Ouest', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210093160', 'ror': 'https://ror.org/00jmxvy70', 'display_name': 'Délégation Régionale Nord Ouest', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210149963', 'ror': 'https://ror.org/044rb3f07', 'display_name': 'Délégation Régionale Nouvelle-Aquitaine', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210106734', 'ror': 'https://ror.org/01ddr6d46', 'display_name': 'Délégation Régionale Occitanie Méditerranée', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210145734', 'ror': 'https://ror.org/03xssrp53', 'display_name': 'Délégation Régionale Occitanie Pyrénées', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210111578', 'ror': 'https://ror.org/01s8rwd67', 'display_name': 'Délégation Régionale Provence-Alpes-Côte d’Azur et Corse', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086115', 'ror': 'https://ror.org/00jsv7j98', 'display_name': 'Electrophysiology and Heart Modeling Institute', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210126598', 'ror': 'https://ror.org/03e801006', 'display_name': "Equipe Soutenue par la Région et par l'Inserm", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210118410', 'ror': 'https://ror.org/01rfstj90', 'display_name': 'Genetics, Genomics and Bioinformatics', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210163188', 'ror': 'https://ror.org/052d1cv78', 'display_name': 'Genetique Reproduction and Developpement', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210151160', 'ror': 'https://ror.org/04as3rk94', 'display_name': 'Grenoble Institute of Neurosciences', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210097193', 'ror': 'https://ror.org/012hpz460', 'display_name': 'Health Technologies', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210148039', 'ror': 'https://ror.org/03ka94606', 'display_name': 'Hemostase Inflammation Thrombosis', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210165077', 'ror': 'https://ror.org/05rq3rb55', 'display_name': 'Imagine Institute for Genetic Diseases', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210093987', 'ror': 'https://ror.org/01eem7c55', 'display_name': 'Imaging and Brain', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210109573', 'ror': 'https://ror.org/01zefvs55', 'display_name': 'Immunity and Cancer', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210095197', 'ror': 'https://ror.org/00r454w59', 'display_name': 'Immunology, Inflammation, Infectiology and Microbiology', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210110092', 'ror': 'https://ror.org/01wftfc57', 'display_name': 'Inserm Transfert', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210141964', 'ror': 'https://ror.org/051sk4035', 'display_name': 'Institut Cochin', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210144489', 'ror': 'https://ror.org/04agqs597', 'display_name': 'Institut Européen de Chimie et Biologie', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210113761', 'ror': 'https://ror.org/02c5gc203', 'display_name': 'Institut Jacques Monod', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086369', 'ror': 'https://ror.org/000nhq538', 'display_name': 'Institut Necker Enfants Malades', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210125101', 'ror': 'https://ror.org/0322sf130', 'display_name': 'Institut NeuroMyoGène', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210101753', 'ror': 'https://ror.org/014ycqe77', 'display_name': "Institut d'Économie Publique", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210107326', 'ror': 'https://ror.org/01c2cjg59', 'display_name': 'Institut de Biologie Paris-Seine', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210163910', 'ror': 'https://ror.org/05gd4yq49', 'display_name': 'Institut de Biologie de Lille', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210129409', 'ror': 'https://ror.org/03mxktp47', 'display_name': "Institut de Biologie de l'École Normale Supérieure", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210156758', 'ror': 'https://ror.org/043wmc583', 'display_name': 'Institut de Génomique Fonctionnelle', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210125028', 'ror': 'https://ror.org/02jthx987', 'display_name': 'Institut de Neurobiologie de la Méditerranée', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210110495', 'ror': 'https://ror.org/019kqby73', 'display_name': 'Institut de Neurosciences des Systèmes', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210138893', 'ror': 'https://ror.org/03xg8m734', 'display_name': 'Institut de Recherche Interdisciplinaire sur les Enjeux Sociaux', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210108239', 'ror': 'https://ror.org/01p178v10', 'display_name': 'Institut de Recherche en Santé, Environnement et Travail', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086740', 'ror': 'https://ror.org/002v40q27', 'display_name': 'Institut des Neurosciences Paris-Saclay', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210152724', 'ror': 'https://ror.org/050gn5214', 'display_name': 'Institut du Cerveau', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210137787', 'ror': 'https://ror.org/03x9frp33', 'display_name': 'Institut du Fer à Moulin', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210144168', 'ror': 'https://ror.org/049kkt456', 'display_name': 'Institut du Thorax', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210160510', 'ror': 'https://ror.org/05kwbf598', 'display_name': 'Institute for Advanced Biosciences', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210150358', 'ror': 'https://ror.org/05neq8668', 'display_name': 'Institute for Intelligent Systems and Robotics', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210095750', 'ror': 'https://ror.org/00b8mh310', 'display_name': 'Institute for Regenerative Medicine & Biotherapy', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210117840', 'ror': 'https://ror.org/03bnma344', 'display_name': 'Institute of Biology Valrose', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210147779', 'ror': 'https://ror.org/04d73z393', 'display_name': 'Institute of Cardiovascular and Metabolic Diseases', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086872', 'ror': 'https://ror.org/0015ws592', 'display_name': 'Institute of Genetics and Molecular and Cellular Biology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210113666', 'ror': 'https://ror.org/0270xt841', 'display_name': 'Institute of Myology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210119200', 'ror': 'https://ror.org/01td3kv81', 'display_name': 'Institute of Research on Cancer and Aging in Nice', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210161906', 'ror': 'https://ror.org/059sz6q14', 'display_name': 'International Center for Infectiology Research', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210098046', 'ror': 'https://ror.org/00x76wb44', 'display_name': 'Jean-Pierre Aubert Research Center', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210126950', 'ror': 'https://ror.org/03bbjky47', 'display_name': 'Laboratoire CarMeN', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210103770', 'ror': 'https://ror.org/024hnwe62', 'display_name': 'Laboratoire de Biologie du Développement', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210165010', 'ror': 'https://ror.org/05vd6h165', 'display_name': 'Laboratoire des Biomolécules', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086343', 'ror': 'https://ror.org/000p29f53', 'display_name': 'Laboratory for Optics & Biosciences', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134185', 'ror': 'https://ror.org/032q95r88', 'display_name': 'Laboratory for Vascular Translational Science', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210133830', 'ror': 'https://ror.org/03cqwn895', 'display_name': 'Laboratory of Integrative Cancer Immunology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210091942', 'ror': 'https://ror.org/00kr24y60', 'display_name': 'Langevin Institute', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210139033', 'ror': 'https://ror.org/04d70nb60', 'display_name': 'Lipides, Nutrition, Cancer', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210095118', 'ror': 'https://ror.org/00pdd0432', 'display_name': 'Lyon Neuroscience Research Center', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128217', 'ror': 'https://ror.org/0366b1491', 'display_name': 'Metabolism and Renal Physiology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210094820', 'ror': 'https://ror.org/00j5dj575', 'display_name': 'Molecular and Structural Basis of Life Sciences', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159433', 'ror': 'https://ror.org/04qe59j94', 'display_name': 'Mondor Institute of Biomedical Research', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210091097', 'ror': 'https://ror.org/00a3p4g61', 'display_name': 'Mécanismes de Tumorigenèse et Thérapies Ciblées', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210089001', 'ror': 'https://ror.org/006626m33', 'display_name': 'Neurophysiology & New Microscopies Laboratory', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210163442', 'ror': 'https://ror.org/05e7p5n27', 'display_name': 'Neurosciences, Cognitive Sciences, Neurology and Psychiatry', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210164276', 'ror': 'https://ror.org/05hqfh882', 'display_name': 'Nutrition Obesity & Risk of Thrombosis', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210090689', 'ror': 'https://ror.org/00bf6bf92', 'display_name': 'Oncogenesis Stress Signaling', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210131199', 'ror': 'https://ror.org/03gvnh520', 'display_name': 'Paris Cardiovascular Research Center', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086835', 'ror': 'https://ror.org/002fxfq97', 'display_name': 'Pathologie et Virologie Moléculaire', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210106344', 'ror': 'https://ror.org/01et6g203', 'display_name': 'Pathophysiology and Novel Therapies', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210154739', 'ror': 'https://ror.org/04n8sc212', 'display_name': 'Physiopathologie et Epidémiologie des Maladies Respiratoires', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210097229', 'ror': 'https://ror.org/00cmmh940', 'display_name': 'Physiopathology, metabolism and nutrition', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210153434', 'ror': 'https://ror.org/05fnxds15', 'display_name': 'Processus Infectieux en Milieu Insulaire Tropical', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210145195', 'ror': 'https://ror.org/04wbsq162', 'display_name': 'Public Health', 'country_code': 'FR', 'type': 'government', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210107588', 'ror': 'https://ror.org/01ws78v34', 'display_name': 'Research Unit on Infectious and Emerging Tropical Diseases', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210157332', 'ror': 'https://ror.org/05xanhp90', 'display_name': 'Récepteurs Nucléaires, Maladies Cardiovasculaires et Diabète', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210104436', 'ror': 'https://ror.org/01cmdpn82', 'display_name': 'Signalisation, Neurobiologie et Cancer', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210144311', 'ror': 'https://ror.org/0579jh693', 'display_name': 'Skin Research Center', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210129939', 'ror': 'https://ror.org/03m0zs870', 'display_name': 'Stem-Cell and Brain Research Institute', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210111455', 'ror': 'https://ror.org/01tfttw56', 'display_name': 'StromaLab', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159878', 'ror': 'https://ror.org/05cx7ek10', 'display_name': 'Structure Fédérative de Recherche en Biologie et Santé de Rennes', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210166728', 'ror': 'https://ror.org/05pchb838', 'display_name': 'Structure et Instabilité des Génomes', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210112918', 'ror': 'https://ror.org/025sfbe73', 'display_name': 'Theories and Approaches of Genomic Complexity', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210137329', 'ror': 'https://ror.org/02z0jq636', 'display_name': 'Unit of Functional and Adaptive Biology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210139070', 'ror': 'https://ror.org/03k1e4r14', 'display_name': 'Unité de Technologies Chimiques et Biologiques pour la Santé', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}], 'counts_by_year': [{'year': 2023, 'works_count': 16396, 'cited_by_count': 882199}, {'year': 2022, 'works_count': 22229, 'cited_by_count': 1129745}, {'year': 2021, 'works_count': 23459, 'cited_by_count': 1100895}, {'year': 2020, 'works_count': 21350, 'cited_by_count': 936561}, {'year': 2019, 'works_count': 18840, 'cited_by_count': 755114}, {'year': 2018, 'works_count': 17490, 'cited_by_count': 675931}, {'year': 2017, 'works_count': 16653, 'cited_by_count': 625168}, {'year': 2016, 'works_count': 15842, 'cited_by_count': 589384}, {'year': 2015, 'works_count': 14573, 'cited_by_count': 563963}, {'year': 2014, 'works_count': 13652, 'cited_by_count': 526879}, {'year': 2013, 'works_count': 12822, 'cited_by_count': 495120}, {'year': 2012, 'works_count': 11615, 'cited_by_count': 441027}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I154526488', 'works_count': 346068}, {'role': 'funder', 'id': 'https://openalex.org/F4320320893', 'works_count': 6411}], 'x_concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 88.9}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 86.6}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 69.0}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 63.4}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 60.8}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 55.8}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 39.5}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 33.6}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 31.3}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 29.3}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 29.1}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 26.4}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 22.5}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 22.2}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 22.1}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I154526488', 'updated_date': '2023-10-04T05:50:16.147088', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I40120149', 'ror': 'https://ror.org/052gg0110', 'display_name': 'University of Oxford', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149'], 'homepage_url': 'http://www.ox.ac.uk/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Oxford-University-Circlet.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Oxford-University-Circlet.svg&width=300', 'display_name_acronyms': [], 'display_name_alternatives': ['Oxford University'], 'repositories': [{'id': 'https://openalex.org/S4306400608', 'display_name': 'Oxford Academix (Oxford)', 'host_organization': 'https://openalex.org/I40120149', 'host_organization_name': 'University of Oxford', 'host_organization_lineage': ['https://openalex.org/I40120149']}, {'id': 'https://openalex.org/S4306402636', 'display_name': 'Oxford University Research Archive (ORA) (University of Oxford)', 'host_organization': 'https://openalex.org/I40120149', 'host_organization_name': 'University of Oxford', 'host_organization_lineage': ['https://openalex.org/I40120149']}], 'works_count': 327025, 'cited_by_count': 12887879, 'summary_stats': {'2yr_mean_citedness': 5.938450243925543, 'h_index': 960, 'i10_index': 151075}, 'ids': {'openalex': 'https://openalex.org/I40120149', 'ror': 'https://ror.org/052gg0110', 'mag': '40120149', 'grid': 'grid.4991.5', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20Oxford', 'wikidata': 'https://www.wikidata.org/wiki/Q34433'}, 'geo': {'city': 'Oxford', 'geonames_city_id': '2640729', 'region': 'Oxfordshire', 'country_code': 'GB', 'country': 'United Kingdom', 'latitude': 51.75222, 'longitude': -1.25596}, 'international': {'display_name': {'af': 'Universiteit van Oxford', 'ak': 'University of Oxford', 'am': 'ዩኒቨርስቲ ኦፍ ኦክስፎርድ', 'an': "Universidat d'Oxford", 'ang': 'Eormengyld Oxnafordes', 'ar': 'جامعة أكسفورد', 'ary': 'لجامعة د أوكسفورد', 'arz': 'جامعة اوكسفورد', 'as': "অক্সফ'ৰ্ড বিশ্ববিদ্যালয়", 'ast': "Universidá d'Oxford", 'az': 'Oksford Universiteti', 'azb': 'آکسفورد بیلیم\u200cیوردو', 'ba': 'Оксфорд университеты', 'ban': 'Univérsitas Oxford', 'be': 'Оксфардскі ўніверсітэт', 'be-tarask': 'Оксфардзкі ўнівэрсытэт', 'bg': 'Оксфордски университет', 'bn': 'অক্সফোর্ড বিশ্ববিদ্যালয়', 'br': 'Skol-veur Oxford', 'bs': 'Univerzitet u Oxfordu', 'ca': "Universitat d'Oxford", 'ckb': 'زانکۆی ئۆکسفۆرد', 'cs': 'Oxfordská univerzita', 'cv': 'Оксфорд университечĕ', 'cy': 'Prifysgol Rhydychen', 'da': 'University of Oxford', 'de': 'University of Oxford', 'diq': 'Oxford', 'dv': 'އޮކްސްފޯރޑް ޔުނިވަރސިޓީ', 'el': 'Πανεπιστήμιο της Οξφόρδης', 'en': 'University of Oxford', 'en-ca': 'University of Oxford', 'en-gb': 'University of Oxford', 'en-us': 'University of Oxford', 'eo': 'Universitato de Oksfordo', 'es': 'Universidad de Oxford', 'et': 'Oxfordi Ülikool', 'eu': 'Oxfordeko Unibertsitatea', 'fa': 'دانشگاه آکسفورد', 'fi': 'Oxfordin yliopisto', 'fr': "université d'Oxford", 'fy': 'Universiteit fan Oxford', 'ga': 'Ollscoil Oxford', 'gd': 'Oilthigh Oxford', 'gl': 'Universidade de Oxford', 'gpe': 'University of Oxford', 'gu': 'ઑક્સફર્ડ વિશ્વવિદ્યાલય', 'gv': 'Ollooscoill Aah yn Ollee', 'ha': "Jami'ar Oxford", 'hak': 'Ngiù-chîn Thai-ho̍k', 'he': 'אוניברסיטת אוקספורד', 'hi': 'ऑक्सफ़र्ड विश्वविद्यालय', 'hr': 'Sveučilište Oxford', 'hu': 'Oxfordi Egyetem', 'hy': 'Օքսֆորդի համալսարան', 'hyw': 'Օքսֆորտի Համալսարան', 'ia': 'Universitate de Oxford', 'id': 'Universitas Oxford', 'ilo': 'Unibersidad ti Oxford', 'is': 'Oxford-háskóli', 'it': 'Università di Oxford', 'ja': 'オックスフォード大学', 'jv': 'Universitas Oxford', 'ka': 'ოქსფორდის უნივერსიტეტი', 'kaa': "Oksford u'niversitetı", 'kbp': 'Ɔkɩsɩfɔtɩ sukuli kɩtɛzʊʊ', 'kk': 'Оксфорд университеті', 'ko': '옥스퍼드 대학교', 'ks': 'اوکسفورڈ یونِورسِٹی', 'ku': 'Zanîngeha Oxfordê', 'ku-latn': 'Zanîngeha Oxfordê', 'kw': 'Pennskol Rysoghen', 'ky': 'Оксфорд Университети', 'la': 'Universitas Oxoniensis', 'lb': 'University of Oxford', 'lfn': 'Universia de Oxford', 'lt': 'Oksfordo universitetas', 'lv': 'Oksfordas Universitāte', 'min': 'Universitas Oxford', 'mk': 'Оксфордски универзитет', 'ml': 'ഓക്സ്ഫഡ് സർവകലാശാല', 'mn': 'Оксфордын их сургууль', 'mr': 'ऑक्सफर्ड विद्यापीठ', 'ms': 'Universiti Oxford', 'mt': "Università ta' Oxford", 'my': 'အောက်စ်ဖိုဒ် တက္ကသိုလ်', 'nan': 'Oxford Tāi-ha̍k', 'nb': 'University of Oxford', 'nds': 'University of Oxford', 'ne': 'अक्सफोर्ड विश्वविद्यालय', 'new': 'अक्सफर्ड यूनिवर्सिटी', 'nl': 'Universiteit van Oxford', 'nn': 'University of Oxford', 'nrm': "Unnivèrsité d'Oxford", 'oc': "Universitat d'Oxford", 'pa': 'ਆਕਸਫ਼ੋਰਡ ਯੂਨੀਵਰਸਿਟੀ', 'pap': 'Universidat di Oxford', 'pl': 'Uniwersytet w Oksfordzie', 'pms': "Università d'Oxford", 'pnb': 'آکسفورڈ یونیورسٹی', 'pt': 'Universidade de Oxford', 'pt-br': 'Universidade de Oxford', 'qu': 'Oxford Yachay Suntur', 'ro': 'Universitatea Oxford', 'ru': 'Оксфордский университет', 'rue': 'Оксфордска универзита', 'sat': 'ᱳᱠᱷᱥᱯᱷᱳᱨᱵ ᱡᱮᱜᱮᱛ ᱵᱤᱨᱫᱟ.ᱜᱟᱲ', 'sc': 'Universidade de Oxford', 'scn': 'Univirsitati di Oxford', 'sco': 'Varsity o Oxford', 'sd': 'آڪسفورڊ يونيورسٽي', 'se': 'Oxford universitehta', 'sh': 'University of Oxford', 'si': 'ඔක්ස්ෆර්ඩ් විශ්වවිද්\u200dයාලය', 'sk': 'University of Oxford', 'sl': 'Univerza v Oxfordu', 'smn': 'Oxford ollâopâttâh', 'sms': 'Oxford universiteʹtt', 'so': 'Jaamacadda Oxford', 'sq': 'Universiteti i Oksfordit', 'sr': 'Универзитет у Оксфорду', 'sv': 'Oxfords universitet', 'sw': 'Chuo Kikuu cha Oxford', 'ta': 'ஆக்சுபோர்டு பல்கலைக்கழகம்', 'te': 'ఆక్స్\u200cఫర్డ్ విశ్వవిద్యాలయం', 'tg': 'Донишгоҳи Оксфорд', 'th': 'มหาวิทยาลัยอ๊อกซฟอร์ด', 'tk': 'Oksford uniwersiteti', 'tl': 'University of Oxford', 'tr': 'Oxford Üniversitesi', 'tt': 'Оксфорд университеты', 'tw': 'University of Oxford', 'ug': 'ئوكسفورد ئۇنىۋېرسىتېتى', 'uk': 'Університет Оксфорда', 'ur': 'جامعہ اوکسفرڈ', 'uz': 'Oksford Universiteti', 'vec': 'Università de Oxford', 'vi': 'Đại học Oxford', 'wa': 'In the shadow of the mountain', 'war': 'Unibersidad han Oxford', 'wuu': '牛津大学', 'xmf': 'ოქსფორდიშ უნივერსიტეტი', 'yi': 'אוניווערסיטעט פון אקספארד', 'yo': 'Yunifásítì ìlú Oxford', 'yue': '牛津大學', 'zh': '牛津大学', 'zh-cn': '牛津大学', 'zh-hans': '牛津大学', 'zh-hant': '牛津大學', 'zh-hk': '牛津大學', 'zh-tw': '牛津大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210106471', 'ror': 'https://ror.org/011hz4254', 'display_name': 'CRUK/MRC Oxford Institute for Radiation Oncology', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210158028', 'ror': 'https://ror.org/05kgg0s20', 'display_name': 'Cancer Research UK Oxford Centre', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210147017', 'ror': 'https://ror.org/047d2d387', 'display_name': 'Centre for the Observation and Modelling of Earthquakes, Volcanoes and Tectonics', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210108304', 'ror': 'https://ror.org/01tfjyv98', 'display_name': 'MRC Brain Network Dynamics Unit', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210124851', 'ror': 'https://ror.org/02kcpr174', 'display_name': 'MRC Human Immunology Unit', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210110594', 'ror': 'https://ror.org/01q496a73', 'display_name': 'MRC Weatherall Institute of Molecular Medicine', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210126604', 'ror': 'https://ror.org/03fs9z545', 'display_name': 'Mahidol Oxford Tropical Medicine Research Unit', 'country_code': 'TH', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210100268', 'ror': 'https://ror.org/017g85521', 'display_name': 'Medawar Building for Pathogen Research', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210129944', 'ror': 'https://ror.org/03myafa32', 'display_name': 'Oxford Centre for Diabetes, Endocrinology and Metabolism', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210150114', 'ror': 'https://ror.org/05rehad94', 'display_name': 'Oxford University Clinical Research Unit', 'country_code': 'VN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2802626578', 'ror': 'https://ror.org/0336mm561', 'display_name': 'Oxford University Press (United Kingdom)', 'country_code': 'GB', 'type': 'company', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210162189', 'ror': 'https://ror.org/05crdvn36', 'display_name': 'Wellcome Centre for Ethics and Humanities', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I1336263701', 'ror': 'https://ror.org/01rjnta51', 'display_name': 'Wellcome Centre for Human Genetics', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210101881', 'ror': 'https://ror.org/0172mzb45', 'display_name': 'Wellcome Centre for Integrative Neuroimaging', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2801179840', 'ror': 'https://ror.org/009vheq40', 'display_name': 'Churchill Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802742124', 'ror': 'https://ror.org/0080acb59', 'display_name': 'John Radcliffe Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799429764', 'ror': 'https://ror.org/01qcxb695', 'display_name': 'Mahosot Hospital', 'country_code': 'LA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210088942', 'ror': 'https://ror.org/00aps1a34', 'display_name': 'NIHR Oxford Musculoskeletal Biomedical Research Centre', 'country_code': 'GB', 'type': 'government', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802171185', 'ror': 'https://ror.org/04c8bjx39', 'display_name': 'Oxford Health NHS Foundation Trust', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2803066836', 'ror': 'https://ror.org/03we1zb10', 'display_name': 'Warneford Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 14298, 'cited_by_count': 939564}, {'year': 2022, 'works_count': 19559, 'cited_by_count': 1213436}, {'year': 2021, 'works_count': 22015, 'cited_by_count': 1238266}, {'year': 2020, 'works_count': 20684, 'cited_by_count': 1065697}, {'year': 2019, 'works_count': 17999, 'cited_by_count': 882679}, {'year': 2018, 'works_count': 16641, 'cited_by_count': 768924}, {'year': 2017, 'works_count': 15750, 'cited_by_count': 681583}, {'year': 2016, 'works_count': 14803, 'cited_by_count': 635239}, {'year': 2015, 'works_count': 13759, 'cited_by_count': 592561}, {'year': 2014, 'works_count': 12748, 'cited_by_count': 541637}, {'year': 2013, 'works_count': 11911, 'cited_by_count': 492333}, {'year': 2012, 'works_count': 10725, 'cited_by_count': 429677}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I40120149', 'works_count': 327025}, {'role': 'funder', 'id': 'https://openalex.org/F4320320290', 'works_count': 1682}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311647', 'works_count': 3489716}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 63.0}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 49.9}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 42.9}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 42.7}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 36.8}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 31.3}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 30.7}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 30.4}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 29.8}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 28.1}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 27.3}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 25.2}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 22.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 21.9}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 20.7}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 20.7}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 20.6}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 20.2}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I40120149', 'updated_date': '2023-10-04T06:40:04.555214', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I17974374', 'ror': 'https://ror.org/036rp1748', 'display_name': 'Universidade de São Paulo', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I17974374'], 'homepage_url': 'http://www5.usp.br/en/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Webysther%2020160310%20-%20Logo%20USP.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Webysther%2020160310%20-%20Logo%20USP.svg&width=300', 'display_name_acronyms': ['USP'], 'display_name_alternatives': [], 'repositories': [], 'works_count': 318099, 'cited_by_count': 4566072, 'summary_stats': {'2yr_mean_citedness': 2.5479081998565625, 'h_index': 450, 'i10_index': 99604}, 'ids': {'openalex': 'https://openalex.org/I17974374', 'ror': 'https://ror.org/036rp1748', 'mag': '17974374', 'grid': 'grid.11899.38', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20Su00e3o%20Paulo', 'wikidata': 'https://www.wikidata.org/wiki/Q835960'}, 'geo': {'city': 'São Paulo', 'geonames_city_id': '3448439', 'region': None, 'country_code': 'BR', 'country': 'Brazil', 'latitude': -23.5475, 'longitude': -46.63611}, 'international': {'display_name': {'an': 'Universidade de São Paulo', 'ang': 'Universidade de São Paulo', 'ar': 'جامعة ساو باولو', 'arz': 'جامعة ساو باولو', 'ast': 'Universidá de São Paulo', 'az': 'San-Paulu Universiteti', 'be': 'Універсітэт Сан-Паўлу', 'be-tarask': 'унівэрсытэт Сан-Паўлу', 'bg': 'Университет на Сау Паулу', 'bn': 'সাও পাওলো বিশ্ববিদ্যালয়', 'ca': 'Universitat de São Paulo', 'co': 'Universidade de São Paulo', 'cs': 'Univerzita São Paulo', 'cy': 'Universidad de São Paulo', 'da': 'Universidade de São Paulo', 'de': 'Universidade de São Paulo', 'el': 'Πανεπιστήμιο του Σάο Πάολο', 'en': 'University of São Paulo', 'eo': 'Universitato de San-Paŭlo', 'es': 'Universidad de São Paulo', 'et': 'São Paulo ülikool', 'eu': 'São Pauloko Unibertsitatea', 'fa': 'دانشگاه سائو پائولو', 'fi': 'São Paulon yliopisto', 'fr': 'université de São Paulo', 'gl': 'Universidade de São Paulo', 'gsw': 'Universidade de São Paulo', 'he': 'אוניברסיטת סאו פאולו', 'hu': 'São Pauló-i Egyetem', 'hy': 'Սան Պաուլուի համալսարան', 'id': 'Universitas São Paulo', 'it': 'Universidade de São Paulo', 'ja': 'サンパウロ大学', 'kk': 'Сан-Паулу университеті', 'ko': '상파울루 대학교', 'lb': 'Universitéit vu São Paulo', 'lt': 'San Paulo universitetas', 'mt': 'Università ta’ São Paulo', 'nb': 'Universidade de São Paulo', 'nl': 'Universiteit van São Paulo', 'pl': 'Uniwersytet São Paulo', 'pt': 'Universidade de São Paulo', 'pt-br': 'Universidade de São Paulo', 'ru': 'Университет Сан-Паулу', 'sh': 'Univerzitet u Sao Paulu', 'sr': 'Универзитет у Сао Паулу', 'sv': 'universitetet i São Paulo', 'tl': 'Unibersidad ng São Paulo', 'tr': 'São Paulo Üniversitesi', 'uk': 'Університет Сан-Паулу', 'zh': '圣保罗大学', 'zh-cn': '圣保罗大学', 'zh-hans': '圣保罗大学', 'zh-hant': '聖保羅大學', 'zh-hk': '聖保羅大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210156537', 'ror': 'https://ror.org/04n6fhj26', 'display_name': 'Clinics Hospital of Ribeirão Preto', 'country_code': 'BR', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210145268', 'ror': 'https://ror.org/03se9eg94', 'display_name': 'Hospital das Clínicas da Faculdade de Medicina da Universidade de São Paulo', 'country_code': 'BR', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800423888', 'ror': 'https://ror.org/01whwkf30', 'display_name': 'Instituto Butantan', 'country_code': 'BR', 'type': 'facility', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 13182, 'cited_by_count': 388920}, {'year': 2022, 'works_count': 19401, 'cited_by_count': 495225}, {'year': 2021, 'works_count': 21440, 'cited_by_count': 492059}, {'year': 2020, 'works_count': 20858, 'cited_by_count': 409086}, {'year': 2019, 'works_count': 18762, 'cited_by_count': 331098}, {'year': 2018, 'works_count': 17879, 'cited_by_count': 286428}, {'year': 2017, 'works_count': 17048, 'cited_by_count': 253437}, {'year': 2016, 'works_count': 16463, 'cited_by_count': 239354}, {'year': 2015, 'works_count': 16056, 'cited_by_count': 249836}, {'year': 2014, 'works_count': 14623, 'cited_by_count': 212654}, {'year': 2013, 'works_count': 13571, 'cited_by_count': 191722}, {'year': 2012, 'works_count': 12542, 'cited_by_count': 169363}], 'roles': [{'role': 'publisher', 'id': 'https://openalex.org/P4310312331', 'works_count': 87131}, {'role': 'publisher', 'id': 'https://openalex.org/P4365924477', 'works_count': 2375}, {'role': 'funder', 'id': 'https://openalex.org/F4320323339', 'works_count': 744}, {'role': 'institution', 'id': 'https://openalex.org/I17974374', 'works_count': 318099}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 60.0}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 51.0}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 40.9}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 35.7}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 29.7}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 27.9}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 27.6}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 25.9}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 24.3}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 22.7}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 21.7}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 21.7}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 21.2}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 21.1}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I17974374', 'updated_date': '2023-10-03T23:00:03.002220', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I241749', 'ror': 'https://ror.org/013meh722', 'display_name': 'University of Cambridge', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749'], 'homepage_url': 'http://www.cam.ac.uk/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/University%20of%20Cambridge%20International%20Examinations.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/University%20of%20Cambridge%20International%20Examinations.svg&width=300', 'display_name_acronyms': [], 'display_name_alternatives': ['Cambridge University'], 'repositories': [{'id': 'https://openalex.org/S4306401776', 'display_name': 'Apollo (University of Cambridge)', 'host_organization': 'https://openalex.org/I241749', 'host_organization_name': 'University of Cambridge', 'host_organization_lineage': ['https://openalex.org/I241749']}, {'id': 'https://openalex.org/S4306402441', 'display_name': 'Statistics, Optimization & Information Computing (University of Cambridge)', 'host_organization': 'https://openalex.org/I241749', 'host_organization_name': 'University of Cambridge', 'host_organization_lineage': ['https://openalex.org/I241749']}, {'id': 'https://openalex.org/S4306401777', 'display_name': 'Apollo (University of Cambridge)', 'host_organization': 'https://openalex.org/I241749', 'host_organization_name': 'University of Cambridge', 'host_organization_lineage': ['https://openalex.org/I241749']}], 'works_count': 298794, 'cited_by_count': 11995139, 'summary_stats': {'2yr_mean_citedness': 6.048089887640449, 'h_index': 916, 'i10_index': 144584}, 'ids': {'openalex': 'https://openalex.org/I241749', 'ror': 'https://ror.org/013meh722', 'mag': '241749', 'grid': 'grid.5335.0', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20Cambridge', 'wikidata': 'https://www.wikidata.org/wiki/Q35794'}, 'geo': {'city': 'Cambridge', 'geonames_city_id': '2653941', 'region': None, 'country_code': 'GB', 'country': 'United Kingdom', 'latitude': 52.2, 'longitude': 0.11667}, 'international': {'display_name': {'ab': 'Кембриџь ауниверситет', 'af': 'Universiteit van Cambridge', 'am': 'ዩኒቨርስቲ ኦፍ ኬምብሪጅ', 'an': 'Universidat de Cambridge', 'ar': 'جامعة كامبريدج', 'ary': 'لجامعة د كامبريدج', 'arz': 'جامعة كامبريدج', 'as': 'কেমব্ৰিজ বিশ্ববিদ্যালয়', 'ast': 'Universidá de Cambridge', 'az': 'Kembric Universiteti', 'azb': 'کمبریج بیلیم\u200cیوردو', 'ba': 'Кембридж университеты', 'ban': 'Univérsitas Cambridge', 'be': 'Кембрыджскі ўніверсітэт', 'be-tarask': 'Кембрыдзкі ўнівэрсытэт', 'bg': 'Кеймбриджки университет', 'bn': 'কেমব্রিজ বিশ্ববিদ্যালয়', 'bs': 'University of Cambridge', 'ca': 'Universitat de Cambridge', 'ceb': 'University of Cambridge', 'ckb': 'زانکۆی کامبریج', 'cs': 'Univerzita v Cambridgi', 'cv': 'Кембридж университечĕ', 'cy': 'Prifysgol Caergrawnt', 'da': 'University of Cambridge', 'de': 'University of Cambridge', 'de-ch': 'University of Cambridge', 'el': 'Πανεπιστήμιο του Κέιμπριτζ', 'en': 'University of Cambridge', 'en-ca': 'University of Cambridge', 'en-gb': 'University of Cambridge', 'eo': 'Universitato de Kembriĝo', 'es': 'Universidad de Cambridge', 'et': "Cambridge'i Ülikool", 'eu': 'Cambridgeko Unibertsitatea', 'fa': 'دانشگاه کمبریج', 'fi': 'Cambridgen yliopisto', 'fo': 'University of Cambridge', 'fr': 'université de Cambridge', 'fy': 'Universiteit fan Cambridge', 'ga': 'Ollscoil Cambridge', 'gd': 'Oilthigh Chambridge', 'gl': 'Universidade de Cambridge', 'gu': 'કેમ્બ્રિજ વિશ્વવિદ્યાલય', 'gv': 'Ollooscoill Cambridge', 'hak': 'Kiam-khiâu Thai-ho̍k', 'he': "אוניברסיטת קיימברידג'", 'hi': 'कैम्ब्रिज विश्वविद्यालय', 'hr': 'Sveučilište Cambridge', 'hu': 'Cambridge-i Egyetem', 'hy': 'Քեմբրիջի համալսարան', 'hyw': 'Քեմպրիճի Համալսարան', 'ia': 'Universitate de Cambridge', 'id': 'Universitas Cambridge', 'ig': 'Mahadum nke Cambridge', 'is': 'Cambridge-háskóli', 'it': 'Università di Cambridge', 'ja': 'ケンブリッジ大学', 'jv': 'Universitas Cambridge', 'ka': 'კემბრიჯის უნივერსიტეტი', 'kbp': 'Cambridge sukuli kɩtɛzʊʊ', 'kk': 'Кембридж университеті', 'kn': 'ಕೇಂಬ್ರಿಡ್ಜ್ ವಿಶ್ವವಿದ್ಯಾನಿಲಯ', 'ko': '케임브리지 대학교', 'ku': 'Zanîngeha Cambridge', 'ku-latn': 'Zanîngeha Cambridge', 'kw': 'Pennskol Kergront', 'ky': 'Кембридж Университети', 'la': 'Universitas Cantabrigiensis', 'lb': 'Universitéit vu Cambridge', 'lt': 'Kembridžo universitetas', 'lv': 'Kembridžas Universitāte', 'mk': 'Кембрички универзитет', 'ml': 'കേംബ്രിഡ്ജ് സർവകലാശാല', 'mn': 'Кембрижийн Их Сургууль', 'mr': 'केंब्रिज विद्यापीठ', 'ms': 'Universiti Cambridge', 'mt': "Università ta' Cambridge", 'my': 'ကိန်းဘရစ်ချ် တက္ကသိုလ်', 'nan': 'Cambridge Tāi-ha̍k', 'nb': 'University of Cambridge', 'ne': 'क्याम्ब्रिज विश्वविद्यालय', 'nl': 'Universiteit van Cambridge', 'nn': 'University of Cambridge', 'nrm': "Unnivèrsité d'Cambridge", 'oc': 'Universitat de Cambridge', 'or': 'କେମ୍ବ୍ରିଜ ବିଶ୍ଵବିଦ୍ୟାଳୟ', 'os': 'Кембриджы университет', 'pa': 'ਕੈਂਬਰਿਜ ਯੂਨੀਵਰਸਿਟੀ', 'pap': 'Universidat di Cambridge', 'pl': 'University of Cambridge', 'pms': 'Università ëd Cambridge', 'pnb': 'کیمبرج یونیورسٹی', 'ps': 'د کېمبرېج پوهنتون', 'pt': 'Universidade de Cambridge', 'pt-br': 'Universidade de Cambridge', 'qu': 'Cambridge Yachay Suntur', 'ro': 'Universitatea Cambridge', 'ru': 'Кембриджский университет', 'rue': 'Кембріджска універзіта', 'rw': 'Kaminuza ya Cambridge', 'sah': 'Кембридж университета', 'sat': 'ᱠᱮᱢᱵᱨᱤᱡᱽ ᱡᱮᱜᱮᱛ ᱵᱤᱨᱫᱟ.ᱜᱟᱲ', 'scn': 'Univirsitati di Cambridge', 'sco': 'Varsity o Cambridge', 'sd': 'ڪيمبرج يونيورسٽي', 'se': 'Cambridge universitehta', 'sh': 'Univerzitet u Cambridgeu', 'si': 'කේම්බ්\u200dරිජ් විශ්වවිද්\u200dයාලය', 'sk': 'University of Cambridge', 'sl': 'Univerza v Cambridgeu', 'smn': 'Cambridge ollâopâttâh', 'sms': 'Cambridge universiteʹtt', 'so': 'Jaamacadda Cambridge', 'sq': 'Universiteti i Kembrixhit', 'sr': 'Универзитет у Кембриџу', 'sv': 'Universitetet i Cambridge', 'sw': 'Chuo Kikuu cha Cambridge', 'ta': 'கேம்பிரிச்சுப் பல்கலைக்கழகம்', 'te': 'కేంబ్రిడ్జ్ విశ్వవిద్యాలయం', 'tg': 'Донишгоҳи Кембриҷ', 'th': 'มหาวิทยาลัยเคมบริดจ์', 'tl': 'Unibersidad ng Cambridge', 'tr': 'Cambridge Üniversitesi', 'tt': 'Кембриҗ университеты', 'tw': 'University of Cambridge', 'ug': 'كامبرىج ئۇنىۋېرستېتى', 'uk': 'Кембриджський університет', 'ur': 'جامعہ کیمبرج', 'uz': 'Kembrij universiteti', 'vi': 'Đại học Cambridge', 'war': 'Unibersidad han Cambridge', 'wuu': '剑桥大学', 'xmf': 'კემბრიჯიშ უნივერსიტეტი', 'yi': 'אוניווערסיטעט פון קעמברידזש', 'yue': '劍橋大學', 'zh': '剑桥大学', 'zh-cn': '剑桥大学', 'zh-hans': '剑桥大学', 'zh-hant': '劍橋大學', 'zh-hk': '劍橋大學', 'zh-tw': '劍橋大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210135132', 'ror': 'https://ror.org/03jsdjx34', 'display_name': 'Cambridge University Press', 'country_code': 'GB', 'type': 'company', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210093068', 'ror': 'https://ror.org/00rj4dg52', 'display_name': 'Cambridge–MIT Institute', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210089382', 'ror': 'https://ror.org/0068m0j38', 'display_name': 'Cancer Research UK Cambridge Center', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210147017', 'ror': 'https://ror.org/047d2d387', 'display_name': 'Centre for the Observation and Modelling of Earthquakes, Volcanoes and Tectonics', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210106569', 'ror': 'https://ror.org/01ajt3179', 'display_name': 'Hutchison/MRC Research Centre', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134973', 'ror': 'https://ror.org/046vje122', 'display_name': 'MRC Biostatistics Unit', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I192597271', 'ror': 'https://ror.org/055bpw879', 'display_name': 'MRC Cognition and Brain Sciences Unit', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210158597', 'ror': 'https://ror.org/052578691', 'display_name': 'MRC Epidemiology Unit', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I173004203', 'ror': 'https://ror.org/050pqs331', 'display_name': 'MRC Human Nutrition Research', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I79266365', 'ror': 'https://ror.org/01vdt8f48', 'display_name': 'MRC Mitochondrial Biology Unit', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159948', 'ror': 'https://ror.org/05362x394', 'display_name': 'MRC Toxicology Unit', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2800645432', 'ror': 'https://ror.org/02x42kc45', 'display_name': 'Sedgwick Museum of Earth Sciences', 'country_code': 'GB', 'type': 'archive', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210106954', 'ror': 'https://ror.org/02f3vh107', 'display_name': 'The Cambridge Centre for Advanced Research and Education in Singapore', 'country_code': 'SG', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2801782436', 'ror': 'https://ror.org/00fp3ce15', 'display_name': 'Wellcome/Cancer Research UK Gurdon Institute', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I21196054', 'ror': 'https://ror.org/05nz0zp31', 'display_name': 'Wellcome/MRC Cambridge Stem Cell Institute', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210116691', 'ror': 'https://ror.org/0264dxb48', 'display_name': 'Wellcome/MRC Institute of Metabolic Science', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210156194', 'ror': 'https://ror.org/055vbxf86', 'display_name': "Addenbrooke's Hospital", 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799596046', 'ror': 'https://ror.org/01ym47j46', 'display_name': 'Fulbourn Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210129458', 'ror': 'https://ror.org/033sn5p83', 'display_name': 'Gates Cambridge Trust', 'country_code': 'GB', 'type': 'nonprofit', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210160269', 'ror': 'https://ror.org/05m3qrs33', 'display_name': 'Ipswich Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210120791', 'ror': 'https://ror.org/02d2g0205', 'display_name': 'NIHR Cambridge Dementia Biomedical Research Unit', 'country_code': 'GB', 'type': 'government', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799766170', 'ror': 'https://ror.org/05mqgrb58', 'display_name': 'Papworth Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210142213', 'ror': 'https://ror.org/03npxtg86', 'display_name': 'Queen Elizabeth Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801065305', 'ror': 'https://ror.org/01ncx3917', 'display_name': 'Rosie Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 10727, 'cited_by_count': 786899}, {'year': 2022, 'works_count': 14810, 'cited_by_count': 999684}, {'year': 2021, 'works_count': 17444, 'cited_by_count': 1015944}, {'year': 2020, 'works_count': 16282, 'cited_by_count': 898113}, {'year': 2019, 'works_count': 14442, 'cited_by_count': 766979}, {'year': 2018, 'works_count': 13537, 'cited_by_count': 684176}, {'year': 2017, 'works_count': 12571, 'cited_by_count': 609827}, {'year': 2016, 'works_count': 12025, 'cited_by_count': 575277}, {'year': 2015, 'works_count': 11278, 'cited_by_count': 543933}, {'year': 2014, 'works_count': 10610, 'cited_by_count': 509256}, {'year': 2013, 'works_count': 10019, 'cited_by_count': 477852}, {'year': 2012, 'works_count': 9399, 'cited_by_count': 426664}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I241749', 'works_count': 298794}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311702', 'works_count': 2006189}, {'role': 'funder', 'id': 'https://openalex.org/F4320320273', 'works_count': 1749}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 60.1}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 48.5}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 45.6}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 41.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 38.4}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 32.4}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 31.5}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 31.1}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 29.5}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 29.3}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 25.2}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 24.2}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 23.2}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 22.3}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 20.7}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 20.1}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I241749', 'updated_date': '2023-10-04T00:19:20.152220', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I22299242', 'ror': 'https://ror.org/02kpeqv85', 'display_name': 'Kyoto University', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I22299242'], 'homepage_url': 'http://www.kyoto-u.ac.jp/en', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Kyoto%20University.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Kyoto%20University.jpg&width=300', 'display_name_acronyms': [], 'display_name_alternatives': ['Kyōto daigaku'], 'repositories': [{'id': 'https://openalex.org/S4306401454', 'display_name': 'Kyoto University Research Information Repository (Kyoto University)', 'host_organization': 'https://openalex.org/I22299242', 'host_organization_name': 'Kyoto University', 'host_organization_lineage': ['https://openalex.org/I22299242']}], 'works_count': 268490, 'cited_by_count': 6644659, 'summary_stats': {'2yr_mean_citedness': 3.465619052266849, 'h_index': 626, 'i10_index': 112267}, 'ids': {'openalex': 'https://openalex.org/I22299242', 'ror': 'https://ror.org/02kpeqv85', 'mag': '22299242', 'grid': 'grid.258799.8', 'wikipedia': 'https://en.wikipedia.org/wiki/Kyoto%20University', 'wikidata': 'https://www.wikidata.org/wiki/Q336264'}, 'geo': {'city': 'Kyoto', 'geonames_city_id': '1857910', 'region': None, 'country_code': 'JP', 'country': 'Japan', 'latitude': 35.02107, 'longitude': 135.75385}, 'international': {'display_name': {'ar': 'جامعة كيوتو', 'arz': 'جامعة كيوتو', 'ast': 'Universidá de Kioto', 'az': 'Kioto Universiteti', 'azb': 'کیوتو بیلیم\u200cیوردو', 'ba': 'Киото университеты', 'ban': 'Univérsitas Kyoto', 'be': 'Кіёцкі ўніверсітэт', 'be-tarask': 'Кіёцкі ўнівэрсытэт', 'bg': 'Киотски университет', 'bn': 'কিয়োতো বিশ্ববিদ্যালয়', 'ca': 'Universitat de Kyoto', 'ckb': 'زانکۆی کیۆتۆ', 'cs': 'Kjótská univerzita', 'cy': 'Prifysgol Kyoto', 'da': 'Kyotos universitet', 'de': 'Universität Kyōto', 'el': 'Πανεπιστήμιο του Κιότο', 'en': 'Kyoto University', 'en-ca': 'Kyoto University', 'en-gb': 'Kyoto University', 'eo': 'Universitato de Kioto', 'es': 'Universidad de Kioto', 'et': 'Kyōto Ülikool', 'eu': 'Kyotoko Unibertsitatea', 'fa': 'دانشگاه کیوتو', 'fi': 'Kioton yliopisto', 'fo': 'Kyoto Universitet', 'fr': 'université de Kyoto', 'ga': 'Ollscoil Kiótó', 'gd': 'Oilthigh Kyōto', 'gl': 'Universidade de Quioto', 'he': 'אוניברסיטת קיוטו', 'hi': 'क्योतो विश्वविद्यालय', 'hr': 'Sveučilište Kyoto', 'hu': 'Kiotói Egyetem', 'hy': 'Կիոտոյի համալսարան', 'id': 'Universitas Kyoto', 'it': 'Università di Kyoto', 'ja': '京都大学', 'jv': 'Universitas Kyoto', 'ka': 'კიოტოს უნივერსიტეტი', 'kk': 'Киото университеті', 'ko': '교토 대학', 'ky': 'Киото университети', 'la': 'Universitas Kiotoensis', 'lt': 'Kioto universitetas', 'mk': 'Кјотски универзитет', 'ml': 'ക്യോട്ടോ യൂണിവേഴ്സിറ്റി', 'ms': 'Universiti Kyoto', 'mt': "Università ta' Kjoto", 'nan': 'Kiaⁿ-to͘ Tāi-ha̍k', 'nb': 'Universitetet i Kyoto', 'nl': 'Universiteit van Kioto', 'pa': 'ਕਿਓਤੋ ਯੂਨੀਵਰਸਿਟੀ', 'pl': 'Uniwersytet Kioto', 'pnb': 'کیوٹو یونیورسٹی', 'pt': 'Universidade de Quioto', 'qu': 'Kyōto Yachay Sunturnin', 'ro': 'Universitatea din Kyoto', 'ru': 'Киотский университет', 'sco': 'Kyoto Varsity', 'si': 'ක්යෝතෝ විශ්වවිද්\u200dයාලය', 'sl': 'Univerza v Kjotu', 'sr': 'Kjoto univerzitet', 'sv': 'Kyoto universitet', 'ta': 'கியோட்டோ பல்கலைக்கழகம்', 'th': 'มหาวิทยาลัยเคียวโตะ', 'tl': 'Unibersidad ng Kyoto', 'tr': 'Kyoto Üniversitesi', 'tt': 'Киото университеты', 'ug': 'كيوتو ئۇنىۋېرستېتى', 'uk': 'Кіотський університет', 'ur': 'کیوٹو یونیورسٹی', 'uz': 'Kioto universiteti', 'vec': 'Università de Kyoto', 'vi': 'Đại học Kyoto', 'war': 'Unibersidad han Kyoto', 'wuu': '京都大学', 'yo': 'Kyoto University', 'yue': '京都大學', 'zh': '京都大学', 'zh-cn': '京都大学', 'zh-hans': '京都大学', 'zh-hant': '京都大學', 'zh-hk': '京都大學', 'zh-sg': '京都大学', 'zh-tw': '京都大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210150196', 'ror': 'https://ror.org/04k6gr834', 'display_name': 'Kyoto University Hospital', 'country_code': 'JP', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 7236, 'cited_by_count': 359601}, {'year': 2022, 'works_count': 9598, 'cited_by_count': 465412}, {'year': 2021, 'works_count': 10414, 'cited_by_count': 466896}, {'year': 2020, 'works_count': 10265, 'cited_by_count': 417711}, {'year': 2019, 'works_count': 9370, 'cited_by_count': 370392}, {'year': 2018, 'works_count': 9349, 'cited_by_count': 337690}, {'year': 2017, 'works_count': 9071, 'cited_by_count': 316305}, {'year': 2016, 'works_count': 8866, 'cited_by_count': 307367}, {'year': 2015, 'works_count': 8750, 'cited_by_count': 296961}, {'year': 2014, 'works_count': 8698, 'cited_by_count': 287179}, {'year': 2013, 'works_count': 8489, 'cited_by_count': 277736}, {'year': 2012, 'works_count': 7847, 'cited_by_count': 259401}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320323365', 'works_count': 1407}, {'role': 'institution', 'id': 'https://openalex.org/I22299242', 'works_count': 268490}, {'role': 'publisher', 'id': 'https://openalex.org/P4310313424', 'works_count': 31417}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 65.4}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 62.3}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 60.3}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 41.3}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 40.0}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 39.6}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 39.5}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 35.1}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 34.6}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 33.3}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 29.3}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 27.3}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 26.9}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 21.5}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 20.7}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I22299242', 'updated_date': '2023-10-03T23:40:54.088539', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I99065089', 'ror': 'https://ror.org/03cve4549', 'display_name': 'Tsinghua University', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I99065089'], 'homepage_url': 'http://www.tsinghua.edu.cn/publish/newthuen/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Thu%20gate.JPG', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Thu%20gate.JPG&width=300', 'display_name_acronyms': ['THU'], 'display_name_alternatives': [], 'repositories': [], 'works_count': 265029, 'cited_by_count': 5368925, 'summary_stats': {'2yr_mean_citedness': 6.527156032576452, 'h_index': 568, 'i10_index': 91065}, 'ids': {'openalex': 'https://openalex.org/I99065089', 'ror': 'https://ror.org/03cve4549', 'mag': '99065089', 'grid': 'grid.12527.33', 'wikipedia': 'https://en.wikipedia.org/wiki/Tsinghua%20University', 'wikidata': 'https://www.wikidata.org/wiki/Q16955'}, 'geo': {'city': 'Beijing', 'geonames_city_id': '1816670', 'region': 'Beijing', 'country_code': 'CN', 'country': 'China', 'latitude': 39.999584, 'longitude': 116.32542}, 'international': {'display_name': {'ar': 'جامعة تسينغ - هوا', 'arz': 'جامعة تسينج هوا', 'ast': 'Universidá Tsinghua', 'az': 'Tsinxua Universiteti', 'azb': 'تسينق - هوا بیلیم\u200cیوردو', 'ba': 'Цинхуа университеты', 'be': 'Універсітэт Цынхуа', 'be-tarask': 'Цынхуаскі ўнівэрсытэт', 'bg': 'Университет „Цинхуа“', 'bn': 'ছিংহুয়া বিশ্ববিদ্যালয়', 'ca': 'Universitat Tsinghua', 'cdo': 'Chĭng-huà Dâi-hŏk', 'cs': 'Univerzita Čching-chua', 'cy': 'Prifysgol Tsinghua', 'da': 'Tsinghua-universitet', 'de': 'Tsinghua-Universität', 'de-ch': 'Tsinghua-Universität', 'el': 'Πανεπιστήμιο Τσινγκχουά', 'en': 'Tsinghua University', 'en-ca': 'Tsinghua University', 'en-gb': 'Tsinghua University', 'eo': 'Tsinghua Universitato', 'es': 'Universidad Tsinghua', 'et': 'Tsinghua Ülikool', 'eu': 'Tsinghua Unibertsitatea', 'fa': 'دانشگاه چینهوا', 'fi': 'Tsinghua-yliopisto', 'fr': 'université Tsinghua', 'ga': 'Ollscoil Tsinghua', 'gd': 'Oilthigh Tsinghua', 'he': 'אוניברסיטת טסינגואה', 'hu': 'Csinghua Egyetem', 'hy': 'Ցինխուա համալսարան', 'id': 'Universitas Tsinghua', 'it': 'Università Tsinghua', 'ja': '清華大学', 'ko': '칭화 대학', 'ky': 'Цинхуа университети', 'lb': 'Universitéit Tsinghua', 'lt': 'Cinghua universitetas', 'lzh': '清華大學', 'min': 'Universitas Tsinghua', 'mk': 'Цингхуа', 'ml': 'റ്റ്സിൻഷുവ യൂണിവേഴ്സിറ്റി', 'mn': 'Чинхуа их сургууль', 'ms': 'Universiti Tsinghua', 'nan': 'Chheng-hôa Tāi-ha̍k', 'nb': 'Tsinghuauniversitetet', 'nl': 'Tsinghua Universiteit', 'pl': 'Uniwersytet Tsinghua', 'pt': 'Universidade Tsinghua', 'pt-br': 'Universidade Tsinghua', 'qu': 'Tsinghua Yachay sunturnin', 'ro': 'Universitatea Tsinghua', 'ru': 'Университет Цинхуа', 'sah': 'Цинхуа университета', 'sco': 'Tsinghua Varsity', 'sh': 'Univerzitet Cinhua', 'sq': 'Universiteti Tsinghua', 'sr': 'Универзитет Цинхуа', 'sv': 'Tsinghuauniversitetet', 'ta': 'சிங்குவா பல்கலைக்கழகம்', 'th': 'มหาวิทยาลัยชิงหฺวา', 'tl': 'Pamantasang Tsinghua', 'tr': 'Tsinghua Üniversitesi', 'tt': 'Чиңһуа үнивирситите', 'uk': 'Університет Цінхуа', 'ur': 'جامعہ تثینک خآوآ', 'uz': 'Tsinghua universiteti', 'vec': 'Università Tsinghua', 'vi': 'Đại học Thanh Hoa', 'war': 'Unibersidad Tsinghua', 'wuu': '清华大学', 'yue': '清華大學', 'za': 'Cinghvaz Dayoz', 'zh': '清华大学', 'zh-cn': '清华大学', 'zh-hans': '清华大学', 'zh-hant': '清華大學', 'zh-hk': '清華大學', 'zh-mo': '清華大學', 'zh-my': '清华大学', 'zh-sg': '清华大学', 'zh-tw': '清華大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210160507', 'ror': 'https://ror.org/05kje8j93', 'display_name': 'Center for Life Sciences', 'country_code': 'CN', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210127494', 'ror': 'https://ror.org/03jn38r85', 'display_name': 'Collaborative Innovation Center of Quantum Matter', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210091786', 'ror': 'https://ror.org/00g102351', 'display_name': 'State Key Laboratory on Integrated Optoelectronics', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159340', 'ror': 'https://ror.org/05nzc1r88', 'display_name': 'The Synergetic Innovation Center for Advanced Materials', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210114105', 'ror': 'https://ror.org/02hhwwz98', 'display_name': 'Tsinghua–Berkeley Shenzhen Institute', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210155055', 'ror': 'https://ror.org/04k6zqn86', 'display_name': 'Beijing Hua Xin Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210153550', 'ror': 'https://ror.org/050nfgr37', 'display_name': 'Beijing Tsinghua Chang Gung Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I200296433', 'ror': 'https://ror.org/02drdmm93', 'display_name': 'Chinese Academy of Medical Sciences & Peking Union Medical College', 'country_code': 'CN', 'type': 'education', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801228662', 'ror': 'https://ror.org/04jztag35', 'display_name': 'Peking Union Medical College Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 17564, 'cited_by_count': 717161}, {'year': 2022, 'works_count': 21274, 'cited_by_count': 829242}, {'year': 2021, 'works_count': 19388, 'cited_by_count': 746166}, {'year': 2020, 'works_count': 17993, 'cited_by_count': 620280}, {'year': 2019, 'works_count': 16887, 'cited_by_count': 471005}, {'year': 2018, 'works_count': 15481, 'cited_by_count': 369224}, {'year': 2017, 'works_count': 13691, 'cited_by_count': 294616}, {'year': 2016, 'works_count': 12467, 'cited_by_count': 248440}, {'year': 2015, 'works_count': 11948, 'cited_by_count': 212333}, {'year': 2014, 'works_count': 11695, 'cited_by_count': 180973}, {'year': 2013, 'works_count': 10929, 'cited_by_count': 147974}, {'year': 2012, 'works_count': 10288, 'cited_by_count': 118120}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320322392', 'works_count': 3925}, {'role': 'publisher', 'id': 'https://openalex.org/P4353108601', 'works_count': 1918}, {'role': 'institution', 'id': 'https://openalex.org/I99065089', 'works_count': 265029}], 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 69.7}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 67.4}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 59.9}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 53.3}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 47.4}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 47.2}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 46.4}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 43.2}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 34.2}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 30.6}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 27.3}, {'id': 'https://openalex.org/C119599485', 'wikidata': 'https://www.wikidata.org/wiki/Q43035', 'display_name': 'Electrical engineering', 'level': 1, 'score': 26.6}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 26.3}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 23.7}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 23.5}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 21.7}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 21.6}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 20.5}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 20.1}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I99065089', 'updated_date': '2023-10-04T05:11:26.197618', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I45129253', 'ror': 'https://ror.org/02jx3x895', 'display_name': 'University College London', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253'], 'homepage_url': 'http://www.ucl.ac.uk/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/UCL%20Crest.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/UCL%20Crest.svg&width=300', 'display_name_acronyms': ['UCL'], 'display_name_alternatives': ['London University', 'University College, London'], 'repositories': [{'id': 'https://openalex.org/S4306400024', 'display_name': 'UCL Discovery (University College London)', 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253']}, {'id': 'https://openalex.org/S4306401937', 'display_name': 'Digital Education Resource Archive (University College London)', 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253']}], 'works_count': 261519, 'cited_by_count': 9580348, 'summary_stats': {'2yr_mean_citedness': 6.3170383741920455, 'h_index': 810, 'i10_index': 122328}, 'ids': {'openalex': 'https://openalex.org/I45129253', 'ror': 'https://ror.org/02jx3x895', 'mag': '45129253', 'grid': 'grid.83440.3b', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20College%20London', 'wikidata': 'https://www.wikidata.org/wiki/Q193196'}, 'geo': {'city': 'London', 'geonames_city_id': '2643743', 'region': None, 'country_code': 'GB', 'country': 'United Kingdom', 'latitude': 51.50853, 'longitude': -0.12574}, 'international': {'display_name': {'ar': 'كلية لندن الجامعية', 'arz': 'يونيفرستى كولدج لندن', 'ast': 'University College London', 'az': 'London Universitet Kolleci', 'azb': 'لندن بیلیم\u200cیوردو کالجی', 'be': 'Універсітэцкі каледж Лондана', 'be-tarask': 'Унівэрсытэцкі коледж Лёндану', 'bg': 'Лондонски университетски колеж', 'bn': 'ইউনিভার্সিটি কলেজ লন্ডন', 'ca': 'University College de Londres', 'cs': 'University College London', 'cy': 'Coleg Prifysgol Llundain', 'da': 'University College London', 'de': 'University College London', 'el': 'Πανεπιστημιακό Κολλέγιο Λονδίνου', 'en': 'University College London', 'en-gb': 'University College London', 'eo': 'Universitato-Kolegio de Londono', 'es': 'University College de Londres', 'et': 'University College London', 'eu': 'Londresko University College', 'fa': 'کالج دانشگاهی لندن', 'fi': 'University College London', 'fr': 'University College de Londres', 'ga': 'University College London', 'gd': 'Colaiste Oilthigh Lunnainn', 'gl': 'University College de Londres', 'gu': 'યૂનિવર્સિટી કોલેજ લંડન', 'he': "יוניברסיטי קולג' לונדון", 'hi': 'यूनिवर्सिटी कॉलेज, लन्दन', 'hu': 'University College London', 'hy': 'Լոնդոնի համալսարանի քոլեջ', 'hyw': 'Լոնտոնի համալսարանական քոլեճ', 'id': 'University College London', 'ilo': 'University College ti Londres', 'is': 'University College London', 'it': 'University College', 'ja': 'ユニヴァーシティ・カレッジ・ロンドン', 'ka': 'ლონდონის საუნივერსიტეტო კოლეჯი', 'kk': 'Лондон колледж университеті', 'ko': '유니버시티 칼리지 런던', 'ku': 'Xwendegeha Bilind a Londonê', 'ku-latn': 'Xwendegeha Bilind a Londonê', 'kw': 'Kollji Pennskol Loundres', 'ky': 'Лондон Колледж Университети', 'lb': 'University College London', 'li': 'University College London', 'lt': 'University College London', 'lv': 'Londonas Universitātes koledža', 'mai': 'युनिभर्सिटी कलेज लण्डन', 'mk': 'Универзитетски колеџ Лондон', 'ms': 'Kolej Universiti London', 'nb': 'University College London', 'nl': 'University College London', 'nn': 'University College London', 'os': 'Лондоны университетаг колледж', 'pa': 'ਯੂਨੀਵਰਸਿਟੀ ਕਾਲਜ ਲੰਦਨ', 'pl': 'University College London', 'pnb': 'یونیورسٹی کالج لندن', 'pt': 'University College London', 'pt-br': 'University College London', 'qu': 'University College (Lunrun)', 'ro': 'University College London', 'ru': 'Университетский колледж Лондона', 'sco': 'University College London', 'sh': 'Лондонски универзитетски колеџ', 'sk': 'University College London', 'sl': 'Univerzitetni kolidž v Londonu', 'sr': 'Лондонски универзитетски колеџ', 'sv': 'University College London', 'ta': 'லண்டன் பல்கலைக்கழகக் கல்லூரி', 'te': 'యూనివర్సిటీ కాలేజ్ లండన్', 'tg': 'Коллеҷи донишгоҳии Лондон', 'th': 'ยูนิเวอร์ซิตีคอลลิจลันเดิน', 'tl': 'University College London', 'tr': 'Londra Üniversitesi Koleji', 'tt': 'Лундын үнивирситите көллияте', 'uk': 'Університетський коледж Лондона', 'ur': 'یونیورسٹی کالج لندن', 'wuu': '伦敦大学学院', 'xmf': 'ლონდონიშ ოუნივერსიტეტე კოლეჯი', 'yue': '倫敦大學學院', 'zh': '倫敦大學學院', 'zh-cn': '伦敦大学学院', 'zh-hans': '伦敦大学学院', 'zh-hant': '倫敦大學學院', 'zh-hk': '倫敦大學學院', 'zh-sg': '伦敦大学学院', 'zh-tw': '倫敦大學學院'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210147017', 'ror': 'https://ror.org/047d2d387', 'display_name': 'Centre for the Observation and Modelling of Earthquakes, Volcanoes and Tectonics', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210157240', 'ror': 'https://ror.org/05wsetc54', 'display_name': 'Institute of Structural and Molecular Biology', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210091428', 'ror': 'https://ror.org/001mm6w73', 'display_name': 'MRC Clinical Trials Unit', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210093127', 'ror': 'https://ror.org/00fv61j67', 'display_name': 'MRC Laboratory for Molecular Cell Biology', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134576', 'ror': 'https://ror.org/043j90n04', 'display_name': 'MRC Prion Unit', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210139815', 'ror': 'https://ror.org/03kpvby98', 'display_name': 'MRC Unit for Lifelong Health and Ageing', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210088407', 'ror': 'https://ror.org/004hydx84', 'display_name': 'NIHR Moorfields Biomedical Research Centre', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210149513', 'ror': 'https://ror.org/05s21y527', 'display_name': 'Sierra Leone Urban Research Centre', 'country_code': 'SL', 'type': 'nonprofit', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210138523', 'ror': 'https://ror.org/03r9qc142', 'display_name': 'UCL Biomedical Research Centre', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210089544', 'ror': 'https://ror.org/0078bd381', 'display_name': 'University College London Qatar', 'country_code': 'QA', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210122016', 'ror': 'https://ror.org/03r42r570', 'display_name': 'Wellcome / EPSRC Centre for Interventional and Surgical Sciences', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I165524941', 'ror': 'https://ror.org/02704qw51', 'display_name': 'Wellcome Centre for Human Neuroimaging', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I124357947', 'ror': 'https://ror.org/04cw6st05', 'display_name': 'University of London', 'country_code': 'GB', 'type': 'education', 'relationship': 'parent'}, {'id': 'https://openalex.org/I2800129641', 'ror': 'https://ror.org/00zn2c847', 'display_name': 'Great Ormond Street Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210150574', 'ror': 'https://ror.org/03tb37539', 'display_name': 'Moorfields Eye Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210141040', 'ror': 'https://ror.org/04ksb3515', 'display_name': 'NIHR Queen Square Dementia Biomedical Research Unit', 'country_code': 'GB', 'type': 'government', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210151618', 'ror': 'https://ror.org/048b34d51', 'display_name': 'National Hospital for Neurology and Neurosurgery', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802751111', 'ror': 'https://ror.org/043j9bc42', 'display_name': 'Royal National Orthopaedic Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210118734', 'ror': 'https://ror.org/03dx46b94', 'display_name': 'Royal National Orthopaedic Hospital NHS Trust', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801138448', 'ror': 'https://ror.org/01ge67z96', 'display_name': 'The Royal Free Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I1289784979', 'ror': 'https://ror.org/00wrevg56', 'display_name': 'University College Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210119772', 'ror': 'https://ror.org/02pkrn365', 'display_name': 'University College Hospital at Westmoreland Street', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802844630', 'ror': 'https://ror.org/05d64cx77', 'display_name': 'Wellcome Trust Centre for the History of Medicine', 'country_code': 'GB', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802576581', 'ror': 'https://ror.org/01ckbq028', 'display_name': 'Whittington Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 12499, 'cited_by_count': 749254}, {'year': 2022, 'works_count': 16623, 'cited_by_count': 946222}, {'year': 2021, 'works_count': 18162, 'cited_by_count': 925673}, {'year': 2020, 'works_count': 16514, 'cited_by_count': 797811}, {'year': 2019, 'works_count': 14615, 'cited_by_count': 651125}, {'year': 2018, 'works_count': 13527, 'cited_by_count': 574095}, {'year': 2017, 'works_count': 12587, 'cited_by_count': 500855}, {'year': 2016, 'works_count': 12094, 'cited_by_count': 464324}, {'year': 2015, 'works_count': 11138, 'cited_by_count': 433427}, {'year': 2014, 'works_count': 10063, 'cited_by_count': 396879}, {'year': 2013, 'works_count': 9409, 'cited_by_count': 364360}, {'year': 2012, 'works_count': 8041, 'cited_by_count': 324763}], 'roles': [{'role': 'publisher', 'id': 'https://openalex.org/P4310311798', 'works_count': 216}, {'role': 'funder', 'id': 'https://openalex.org/F4320320286', 'works_count': 2254}, {'role': 'institution', 'id': 'https://openalex.org/I45129253', 'works_count': 261519}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 66.2}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 60.1}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 40.7}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 39.7}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 38.7}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 37.7}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 36.8}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 32.1}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 31.3}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 29.2}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 27.3}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 26.2}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 23.8}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 20.3}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 20.2}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I45129253', 'updated_date': '2023-10-04T02:22:16.407927', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I141945490', 'ror': 'https://ror.org/03rmrcq20', 'display_name': 'University of British Columbia', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490'], 'homepage_url': 'https://www.ubc.ca/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Irving%20K.%20Barber%20Library.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Irving%20K.%20Barber%20Library.jpg&width=300', 'display_name_acronyms': ['UBC'], 'display_name_alternatives': [], 'repositories': [{'id': 'https://openalex.org/S4377196297', 'display_name': 'cIRcle (University of British Columbia)', 'host_organization': 'https://openalex.org/I141945490', 'host_organization_name': 'University of British Columbia', 'host_organization_lineage': ['https://openalex.org/I141945490']}], 'works_count': 257046, 'cited_by_count': 8376243, 'summary_stats': {'2yr_mean_citedness': 4.735789183222958, 'h_index': 761, 'i10_index': 116032}, 'ids': {'openalex': 'https://openalex.org/I141945490', 'ror': 'https://ror.org/03rmrcq20', 'mag': '141945490', 'grid': 'grid.17091.3e', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20British%20Columbia', 'wikidata': 'https://www.wikidata.org/wiki/Q391028'}, 'geo': {'city': 'Vancouver', 'geonames_city_id': '6173331', 'region': 'British Columbia', 'country_code': 'CA', 'country': 'Canada', 'latitude': 49.24966, 'longitude': -123.11934}, 'international': {'display_name': {'ar': 'جامعة كولومبيا البريطانية', 'arz': 'جامعة بريتيش كولومبيا', 'ast': 'Universidá de la Columbia Británica', 'az': 'Britaniya Kolumbiyası Universiteti', 'azb': 'بریتیش کولمبیا بیلیم\u200cیوردو', 'ba': 'Британ Колумбияһы Университеты', 'ban': 'Univérsitas British Columbia', 'be': 'Універсітэт Брытанскай Калумбіі', 'be-tarask': 'Унівэрсытэт Брытанскай Калюмбіі', 'bg': 'Университет на Британска Колумбия', 'bn': 'ব্রিটিশ কলাম্বিয়া বিশ্ববিদ্যালয়', 'ca': 'Universitat de la Colúmbia Britànica', 'ckb': 'زانکۆی بریتیش کۆڵۆمبیا', 'cs': 'Univerzita Britské Kolumbie', 'cy': 'Prifysgol British Columbia', 'da': 'University of British Columbia', 'de': 'Universität von British Columbia', 'de-ch': 'University of British Columbia', 'el': 'Πανεπιστήμιο της Βρετανικής Κολομβίας', 'en': 'University of British Columbia', 'en-ca': 'University of British Columbia', 'en-gb': 'University of British Columbia', 'eo': 'Universitato de Brita Kolumbio', 'es': 'Universidad de Columbia Británica', 'et': 'Briti Columbia Ülikool', 'eu': 'Columbia Britainiarreko Unibertsitatea', 'fa': 'دانشگاه بریتیش کلمبیا', 'fi': 'Brittiläisen Kolumbian yliopisto', 'fr': 'Université de la Colombie-Britannique', 'ga': 'Ollscoil na Colóime Briotanaí', 'gd': 'Oilthigh British Columbia', 'gl': 'Universidade da Columbia Británica', 'gv': 'Ollooscoill y Cholombey Ghoaldagh', 'he': 'אוניברסיטת קולומביה הבריטית', 'hu': 'Brit Columbiai Egyetem', 'hy': 'Բրիտանական Կոլումբիայի համալսարան', 'id': 'Universitas British Columbia', 'it': 'Università della Columbia Britannica', 'ja': 'ブリティッシュコロンビア大学', 'ka': 'ბრიტანეთის კოლუმბიის უნივერსიტეტი', 'ko': '브리티시컬럼비아 대학교', 'ky': 'Британиялык Колумбия университети', 'ml': 'ബ്രിട്ടീഷ് കൊളമ്പിയ സർവകലാശാല', 'nb': 'University of British Columbia', 'nl': 'Universiteit van Brits-Columbia', 'pa': 'ਬ੍ਰਿਟਿਸ਼ ਕੋਲੰਬੀਆ ਯੂਨੀਵਰਸਿਟੀ', 'pl': 'University of British Columbia', 'pnb': 'یونیورسٹی آف برٹش کولمبیا', 'pt': 'Universidade da Colúmbia Britânica', 'pt-br': 'Universidade da Colúmbia Britânica', 'ro': 'Universitatea din Columbia Britanică', 'ru': 'Университет Британской Колумбии', 'sh': 'Univerzitet u Britanskoj Kolumbiji', 'sk': 'University of British Columbia', 'sl': 'Univerza Britanske Kolumbije', 'sr': 'Универзитет Британске Колумбије', 'sv': 'University of British Columbia', 'tl': 'University of British Columbia', 'tr': 'British Columbia Üniversitesi', 'tt': 'Британ Колумбиясе университеты', 'ug': 'برىتانى كولۇمبىيە ئۇنىۋېرستېتى', 'uk': 'Університет Британської Колумбії', 'ur': 'برٹش کولمبیا یونیورسٹی', 'vi': 'Đại học British Columbia', 'war': 'Unibersidad han Columbia Britanica', 'wuu': '不列颠哥伦比亚大学', 'yue': '卑詩大學', 'zh': '不列顛哥倫比亞大學', 'zh-cn': '英属哥伦比亚大学', 'zh-hans': '英属哥伦比亚大学', 'zh-hant': '英屬哥倫比亞大學', 'zh-hk': '英屬哥倫比亞大學', 'zh-sg': '英属哥伦比亚大学', 'zh-tw': '英屬哥倫比亞大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I2802940977', 'ror': 'https://ror.org/05jyzx602', 'display_name': 'BC Centre for Disease Control', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'child'}, {'id': 'https://openalex.org/I2802902549', 'ror': 'https://ror.org/039cthy03', 'display_name': 'Bamfield Marine Sciences Centre', 'country_code': 'CA', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210094865', 'ror': 'https://ror.org/00hv6g197', 'display_name': 'Pacific Institute for Climate Solutions', 'country_code': 'CA', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210164805', 'ror': 'https://ror.org/05c4nx247', 'display_name': "B.C. Women's Hospital & Health Centre", 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210153200', 'ror': 'https://ror.org/04n901w50', 'display_name': "British Columbia Children's Hospital", 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210136948', 'ror': 'https://ror.org/04g6gva85', 'display_name': 'Centre for Health Evaluation and Outcome Sciences', 'country_code': 'CA', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802443542', 'ror': 'https://ror.org/02d4smc03', 'display_name': 'GF Strong Rehabilitation Centre', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800978909', 'ror': 'https://ror.org/01j25h453', 'display_name': 'Kelowna General Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800395026', 'ror': 'https://ror.org/02g83kd39', 'display_name': 'Penticton Regional Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799368139', 'ror': 'https://ror.org/01wm3xb93', 'display_name': 'Richmond Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800673973', 'ror': 'https://ror.org/02c1pgm26', 'display_name': 'Royal Inland Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801362399', 'ror': 'https://ror.org/00wzdr059', 'display_name': "St. Paul's Hospital", 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I1287378978', 'ror': 'https://ror.org/00frst980', 'display_name': 'University of British Columbia Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802832906', 'ror': 'https://ror.org/02zg69r60', 'display_name': 'Vancouver General Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799475292', 'ror': 'https://ror.org/05p83my93', 'display_name': 'Vancouver Hospital and Health Sciences Centre', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802581347', 'ror': 'https://ror.org/05pw47n55', 'display_name': 'Vernon Jubilee Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 10251, 'cited_by_count': 571726}, {'year': 2022, 'works_count': 13734, 'cited_by_count': 732987}, {'year': 2021, 'works_count': 15145, 'cited_by_count': 725947}, {'year': 2020, 'works_count': 14099, 'cited_by_count': 644397}, {'year': 2019, 'works_count': 12606, 'cited_by_count': 546546}, {'year': 2018, 'works_count': 11913, 'cited_by_count': 492692}, {'year': 2017, 'works_count': 11084, 'cited_by_count': 449333}, {'year': 2016, 'works_count': 10763, 'cited_by_count': 430877}, {'year': 2015, 'works_count': 10396, 'cited_by_count': 416471}, {'year': 2014, 'works_count': 9816, 'cited_by_count': 390696}, {'year': 2013, 'works_count': 9353, 'cited_by_count': 358723}, {'year': 2012, 'works_count': 8783, 'cited_by_count': 317172}], 'roles': [{'role': 'publisher', 'id': 'https://openalex.org/P4310313051', 'works_count': 12636}, {'role': 'funder', 'id': 'https://openalex.org/F4320323180', 'works_count': 1979}, {'role': 'institution', 'id': 'https://openalex.org/I141945490', 'works_count': 257046}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 65.4}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 54.9}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 39.9}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 39.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 35.2}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 33.7}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 33.2}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 30.8}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 30.1}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 27.8}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 27.5}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 23.2}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 22.1}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 21.2}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 20.7}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 20.7}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 20.4}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I141945490', 'updated_date': '2023-10-04T00:40:06.216593', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I47508984', 'ror': 'https://ror.org/041kmwe10', 'display_name': 'Imperial College London', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I47508984'], 'homepage_url': 'http://www.imperial.ac.uk/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Imperial%20logo.png', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Imperial%20logo.png&width=300', 'display_name_acronyms': [], 'display_name_alternatives': [], 'repositories': [{'id': 'https://openalex.org/S4306401396', 'display_name': 'Spiral (Imperial College London)', 'host_organization': 'https://openalex.org/I47508984', 'host_organization_name': 'Imperial College London', 'host_organization_lineage': ['https://openalex.org/I47508984']}], 'works_count': 246698, 'cited_by_count': 8718781, 'summary_stats': {'2yr_mean_citedness': 6.4870718232044196, 'h_index': 783, 'i10_index': 116781}, 'ids': {'openalex': 'https://openalex.org/I47508984', 'ror': 'https://ror.org/041kmwe10', 'mag': '47508984', 'grid': 'grid.7445.2', 'wikipedia': 'https://en.wikipedia.org/wiki/Imperial%20College%20London', 'wikidata': 'https://www.wikidata.org/wiki/Q189022'}, 'geo': {'city': 'London', 'geonames_city_id': '2643743', 'region': 'Westminster', 'country_code': 'GB', 'country': 'United Kingdom', 'latitude': 51.4986, 'longitude': -0.175478}, 'international': {'display_name': {'ar': 'كلية لندن الإمبراطورية', 'arz': 'امبيريال كوليدج لندن', 'ast': 'Imperial College London', 'az': 'London İmperial Kolleci', 'azb': 'لندن ایمپیراتورلوغ کالجی', 'ban': 'Imperial College London', 'be': 'Імперскі каледж Лондана', 'be-tarask': 'Імпэрскі коледж Лёндану', 'bg': 'Имперски колеж Лондон', 'bn': 'ইম্পেরিয়াল কলেজ লন্ডন', 'ca': 'Imperial College London', 'cs': 'Imperial College London', 'cy': 'Coleg Imperial Llundain', 'da': 'Imperial College London', 'de': 'Imperial College London', 'el': 'Αυτοκρατορικό Κολέγιο του Λονδίνου', 'en': 'Imperial College London', 'en-gb': 'Imperial College London', 'eo': 'Imperia Kolegio Londona', 'es': 'Escuela Imperial de Londres', 'et': 'Imperial College London', 'eu': 'Londresko Imperial College', 'fa': 'کالج سلطنتی لندن', 'fi': 'Imperial College London', 'fo': 'Imperial College London', 'fr': 'Imperial College London', 'ga': 'Imperial College London', 'gd': 'Colaiste Impireil Lunnainn', 'gl': 'Imperial College London', 'hak': 'Lùn-tûn Ti-koet Ho̍k-yen', 'he': "אימפריאל קולג'", 'hi': 'इंपीरियल कॉलेज लंदन', 'hu': 'Imperial College London', 'hy': 'Լոնդոնի կայսերական քոլեջ', 'id': 'Imperial College London', 'is': 'Imperial College London', 'it': 'Imperial College London', 'ja': 'インペリアル・カレッジ・ロンドン', 'ka': 'ლონდონის საიმპერიო კოლეჯი', 'kk': 'Лондон империялық колледжі', 'kk-arab': 'لوندون ىيمپەرىييالىق كوللەدجى', 'kk-cn': 'لوندون ىيمپەرىييالىق كوللەدجى', 'kk-cyrl': 'Лондон империялық колледжі', 'kk-kz': 'Лондон империялық колледжі', 'kk-latn': 'London ïmperïyalıq kolledji', 'kk-tr': 'London ïmperïyalıq kolledji', 'kl': 'Imperial College London', 'ko': '임페리얼 칼리지 런던', 'ks': 'اِمپیٖریَل کالیج لندَن', 'ky': 'Империал Лондон колледжи', 'lb': 'Imperial College London', 'lv': 'Londonas Impērijas koledža', 'mk': 'Империјален колеџ Лондон', 'ml': 'ഇമ്പീരിയൽ കോളജ്, ലണ്ടൻ', 'mn': 'Эзэн хааны коллеж', 'ms': 'Imperial College London', 'nb': 'Imperial College London', 'nl': 'Imperial College London', 'nn': 'Imperial College London', 'pl': 'Imperial College London', 'pnb': 'امپیریل کالج لندن', 'pt': 'Imperial College London', 'ro': 'Imperial College London', 'ru': 'Имперский колледж Лондона', 'sco': 'Imperial College London', 'sk': 'The Imperial College of Science, Technology and Medicine', 'sl': 'Imperialni kolidž v Londonu', 'sr': 'Империјални колеџ Лондон', 'sr-ec': 'Империјални колеџ Лондон', 'sr-el': 'Imperijalni koledž London', 'sv': 'Imperial College London', 'ta': 'லண்டன் இம்பீரியல் கல்லூரி', 'tg': 'Коллеҷи салтанатии Ландан', 'th': 'ราชวิทยาลัยลอนดอน', 'tl': 'Imperial College London', 'tr': 'Imperial College London', 'tt': 'Лундын импирия көллияте', 'ug': 'لوندون ئىمپېرىيە ئىنستېتۇت', 'uk': 'Імперський коледж Лондона', 'ur': 'امپیریل کالج لندن', 'uz': 'Imperial kolleji (London)', 'wuu': '帝国理工', 'yue': '倫敦帝國學院', 'zh': '伦敦帝国学院', 'zh-cn': '伦敦帝国学院', 'zh-hans': '伦敦帝国学院', 'zh-hant': '倫敦帝國學院', 'zh-hk': '倫敦帝國學院', 'zh-sg': '伦敦帝国学院', 'zh-tw': '倫敦帝國學院'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210161592', 'ror': 'https://ror.org/05p1n6x86', 'display_name': 'MRC London Institute of Medical Sciences', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2802369498', 'ror': 'https://ror.org/02gcp3110', 'display_name': 'Charing Cross Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799657458', 'ror': 'https://ror.org/05a90fj07', 'display_name': 'Ealing Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801748203', 'ror': 'https://ror.org/05jg8yp15', 'display_name': 'Hammersmith Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802782613', 'ror': 'https://ror.org/04fwa4t58', 'display_name': 'Harefield Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802900303', 'ror': 'https://ror.org/00jpae132', 'display_name': 'Hillingdon Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801038905', 'ror': 'https://ror.org/04am5a125', 'display_name': 'Mount Vernon Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210111309', 'ror': 'https://ror.org/01y4kmz24', 'display_name': 'NIHR Royal Brompton Cardiovascular Biomedical Research Unit', 'country_code': 'GB', 'type': 'government', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210119038', 'ror': 'https://ror.org/02j3q7j55', 'display_name': 'NIHR Royal Brompton Respiratory Biomedical Research Unit', 'country_code': 'GB', 'type': 'government', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802052328', 'ror': 'https://ror.org/030j6qm79', 'display_name': 'Northwick Park Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210121186', 'ror': 'https://ror.org/034vb5t35', 'display_name': 'Royal Marsden Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210161740', 'ror': 'https://ror.org/05am5g719', 'display_name': "St Mark's Hospital", 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210106957', 'ror': 'https://ror.org/01aysdw42', 'display_name': "St Mary's Hospital", 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210099694', 'ror': 'https://ror.org/0159cmf83', 'display_name': "St Peter's Hospital", 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801629893', 'ror': 'https://ror.org/05vgg2c14', 'display_name': 'West Middlesex University Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 11282, 'cited_by_count': 693920}, {'year': 2022, 'works_count': 14962, 'cited_by_count': 878440}, {'year': 2021, 'works_count': 16805, 'cited_by_count': 867804}, {'year': 2020, 'works_count': 15239, 'cited_by_count': 733007}, {'year': 2019, 'works_count': 13344, 'cited_by_count': 605588}, {'year': 2018, 'works_count': 12152, 'cited_by_count': 530628}, {'year': 2017, 'works_count': 11829, 'cited_by_count': 478772}, {'year': 2016, 'works_count': 10806, 'cited_by_count': 441139}, {'year': 2015, 'works_count': 10269, 'cited_by_count': 407687}, {'year': 2014, 'works_count': 9676, 'cited_by_count': 378191}, {'year': 2013, 'works_count': 8944, 'cited_by_count': 345694}, {'year': 2012, 'works_count': 8330, 'cited_by_count': 304000}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I47508984', 'works_count': 246698}, {'role': 'funder', 'id': 'https://openalex.org/F4320320283', 'works_count': 2341}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 62.5}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 51.2}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 49.9}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 47.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 39.5}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 38.1}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 36.2}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 34.5}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 33.4}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 30.3}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 28.9}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 25.6}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 24.2}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 23.4}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 22.2}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 21.4}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I47508984', 'updated_date': '2023-10-03T22:06:31.490653', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I76130692', 'ror': 'https://ror.org/00a2xv884', 'display_name': 'Zhejiang University', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I76130692'], 'homepage_url': 'http://www.zju.edu.cn/english/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Administration%20Building%20of%20Zijingang%20Campus.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Administration%20Building%20of%20Zijingang%20Campus.jpg&width=300', 'display_name_acronyms': ['ZJU'], 'display_name_alternatives': ['Chekiang University', 'Zheda'], 'repositories': [], 'works_count': 242925, 'cited_by_count': 4059130, 'summary_stats': {'2yr_mean_citedness': 5.589305666400638, 'h_index': 427, 'i10_index': 82160}, 'ids': {'openalex': 'https://openalex.org/I76130692', 'ror': 'https://ror.org/00a2xv884', 'mag': '76130692', 'grid': 'grid.13402.34', 'wikipedia': 'https://en.wikipedia.org/wiki/Zhejiang%20University', 'wikidata': 'https://www.wikidata.org/wiki/Q197543'}, 'geo': {'city': 'Hangzhou', 'geonames_city_id': '1808926', 'region': 'Zhejiang', 'country_code': 'CN', 'country': 'China', 'latitude': 30.263878, 'longitude': 120.12342}, 'international': {'display_name': {'ar': 'جامعة تشجيانغ', 'arz': 'جامعة تشجيانج', 'ast': 'Universidá de Zhejiang', 'azb': 'ججیانق بیلیم\u200cیوردو', 'ba': 'Чжэцзян университеты', 'be': 'Чжэцзянскі ўніверсітэт', 'be-tarask': 'Чжэцьзянскі ўнівэрсытэт', 'ca': 'Universitat de Zhejiang', 'cdo': 'Ciék-gŏng Dâi-hŏk', 'cs': 'Čeťiangská univerzita', 'cy': 'Prifysgol Zhejiang', 'da': 'Zhejiang Universitet', 'de': 'Zhejiang-Universität', 'el': 'Πανεπιστήμιο Τζετζιάνγκ', 'en': 'Zhejiang University', 'eo': 'Universitato de Ĝeĝjango', 'es': 'Universidad Zhejiang', 'et': 'Zhejiangi ülikool', 'eu': 'Zhejiangeko Unibertsitatea', 'fa': 'دانشگاه ججیانگ', 'fi': 'Zhejiangin yliopisto', 'fr': 'université du Zhejiang', 'ga': 'Ollscoil Zhejiang', 'he': "אוניברסיטת ג'ג'יאנג", 'hy': 'Չժեցզյան համալսարան', 'id': 'Universitas Zhejiang', 'it': 'Università dello Zhejiang', 'ja': '浙江大学', 'kk': 'Чжэцзянь университеті', 'ko': '저장 대학', 'la': 'Universitas Cechianensis', 'lt': 'Džedziango universitetas', 'lzh': '浙江大學', 'ml': 'സെജിയാങ് യൂണിവേഴ്സിറ്റി', 'mn': 'Жөжянгийн их сургууль', 'ms': 'Universiti Zhejiang', 'nan': 'Chiat-kang Tāi-ha̍k', 'nb': 'Zhejianguniversitetet', 'pl': 'Uniwersytet Zhejiang', 'pt': 'Universidade de Chequião', 'pt-br': 'Universidade Zhejiang', 'ru': 'Чжэцзянский университет', 'sco': 'Zhejiang Varsity', 'sr': 'Džeđanški univerzitet', 'sv': 'Zhejianguniversitetet', 'tl': 'Unibersidad ng Zhejiang', 'tr': 'Zhejiang Üniversitesi', 'tt': 'Җеҗияң үнивирситите', 'ug': 'جېجياڭ ئۇنىۋېرسىتېتى', 'uk': 'Чжецзянський університет', 'vi': 'Đại học Chiết Giang', 'war': 'Unibersidad han Zhejiang', 'wuu': '浙江大学', 'yo': 'Zhejiang University', 'yue': '浙江大學', 'zh': '浙江大学', 'zh-cn': '浙江大学', 'zh-hans': '浙江大学', 'zh-hant': '浙江大學', 'zh-hk': '浙江大學', 'zh-mo': '浙江大學', 'zh-my': '浙江大学', 'zh-sg': '浙江大学', 'zh-tw': '浙江大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210140493', 'ror': 'https://ror.org/04ttadj76', 'display_name': 'Collaborative Innovation Center of Advanced Microstructures', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210105567', 'ror': 'https://ror.org/01czx1v82', 'display_name': 'Huzhou Central Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159340', 'ror': 'https://ror.org/05nzc1r88', 'display_name': 'The Synergetic Innovation Center for Advanced Materials', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210158774', 'ror': 'https://ror.org/05m0wv206', 'display_name': 'Zhejiang Taizhou Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210158570', 'ror': 'https://ror.org/04jth1r26', 'display_name': 'Zhejiang University-University of Edinburgh Institute', 'country_code': 'CN', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210113495', 'ror': 'https://ror.org/025fyfd20', 'display_name': "Children's Hospital of Zhejiang University", 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210166576', 'ror': 'https://ror.org/05m1p5x56', 'display_name': 'First Affiliated Hospital Zhejiang University', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210132011', 'ror': 'https://ror.org/0310dsa24', 'display_name': 'Hangzhou Seventh Peoples Hospital', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210140800', 'ror': 'https://ror.org/04zkkh342', 'display_name': 'Hangzhou Xixi hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210113281', 'ror': 'https://ror.org/023e72x78', 'display_name': 'Lishui Central Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210158318', 'ror': 'https://ror.org/059cjpv64', 'display_name': 'Second Affiliated Hospital of Zhejiang University', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802390878', 'ror': 'https://ror.org/00ka6rp58', 'display_name': 'Sir Run Run Shaw Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210122980', 'ror': 'https://ror.org/02sysn258', 'display_name': "Third People's Hospital of Hangzhou", 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210137217', 'ror': 'https://ror.org/042t7yh44', 'display_name': "Women's Hospital, School of Medicine, Zhejiang University", 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210098734', 'ror': 'https://ror.org/0144s0951', 'display_name': 'Zhejiang Cancer Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 19385, 'cited_by_count': 580305}, {'year': 2022, 'works_count': 23356, 'cited_by_count': 657505}, {'year': 2021, 'works_count': 20232, 'cited_by_count': 547769}, {'year': 2020, 'works_count': 17669, 'cited_by_count': 441003}, {'year': 2019, 'works_count': 15049, 'cited_by_count': 339086}, {'year': 2018, 'works_count': 12419, 'cited_by_count': 270926}, {'year': 2017, 'works_count': 10830, 'cited_by_count': 223277}, {'year': 2016, 'works_count': 10199, 'cited_by_count': 192341}, {'year': 2015, 'works_count': 10053, 'cited_by_count': 167145}, {'year': 2014, 'works_count': 10134, 'cited_by_count': 142802}, {'year': 2013, 'works_count': 10073, 'cited_by_count': 116066}, {'year': 2012, 'works_count': 9465, 'cited_by_count': 92481}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I76130692', 'works_count': 242925}, {'role': 'publisher', 'id': 'https://openalex.org/P4360969398', 'works_count': 5719}, {'role': 'funder', 'id': 'https://openalex.org/F4320322927', 'works_count': 2628}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 63.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 60.2}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 57.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 51.4}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 44.9}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 42.5}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 37.3}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 37.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 36.9}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 35.8}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 35.5}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 30.2}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 23.8}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 23.1}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 23.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 22.6}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 20.5}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I76130692', 'updated_date': '2023-10-03T23:20:50.722453', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I129604602', 'ror': 'https://ror.org/0384j8v12', 'display_name': 'University of Sydney', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602'], 'homepage_url': 'http://sydney.edu.au/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/University%20of%20Sydney%20Main%20Quadrangle.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/University%20of%20Sydney%20Main%20Quadrangle.jpg&width=300', 'display_name_acronyms': ['USYD'], 'display_name_alternatives': ['Sydney University'], 'repositories': [{'id': 'https://openalex.org/S4306402414', 'display_name': 'The Sydney eScholarship Repository (The University of Sydney)', 'host_organization': 'https://openalex.org/I129604602', 'host_organization_name': 'University of Sydney', 'host_organization_lineage': ['https://openalex.org/I129604602']}], 'works_count': 240851, 'cited_by_count': 6496897, 'summary_stats': {'2yr_mean_citedness': 5.003042257288045, 'h_index': 632, 'i10_index': 103804}, 'ids': {'openalex': 'https://openalex.org/I129604602', 'ror': 'https://ror.org/0384j8v12', 'mag': '129604602', 'grid': 'grid.1013.3', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20Sydney', 'wikidata': 'https://www.wikidata.org/wiki/Q487556'}, 'geo': {'city': 'Sydney', 'geonames_city_id': '2147714', 'region': 'New South Wales', 'country_code': 'AU', 'country': 'Australia', 'latitude': -33.86785, 'longitude': 151.20732}, 'international': {'display_name': {'ar': 'جامعة سيدني', 'arz': 'جامعة سيدنى', 'ast': 'Universidá de Sydney', 'az': 'Sidney Universiteti', 'azb': 'سیدنی بیلیم\u200cیوردو', 'ban': 'Univérsitas Sydney', 'be': 'Сіднейскі ўніверсітэт', 'be-tarask': 'Сыднэйскі ўнівэрсытэт', 'bn': 'সিডনি বিশ্ববিদ্যালয়', 'bs': 'Univerzitet u Sydneyu', 'ca': 'Universitat de Sydney', 'ceb': 'University of Sydney', 'cs': 'Sydneyská univerzita', 'cy': 'Prifysgol Sydney', 'da': 'University of Sydney', 'de': 'Universität Sydney', 'el': 'Πανεπιστήμιο του Σίδνεϊ', 'en': 'University of Sydney', 'eo': 'Universitato de Sidnejo', 'es': 'Universidad de Sídney', 'et': 'Sydney Ülikool', 'eu': 'Sydneyko Unibertsitatea', 'fa': 'دانشگاه سیدنی', 'fi': 'Sydneyn yliopisto', 'fr': 'université de Sydney', 'ga': 'Ollscoil Sydney', 'gd': 'Oilthigh Shidni', 'gl': 'Universidade de Sydney', 'gv': 'Ollooscoill Sydney', 'he': 'אוניברסיטת סידני', 'hi': 'सिडनी विश्वविद्यालय', 'hr': 'Sveučilište u Sydneyu', 'hy': 'Սիդնեյի համալսարան', 'hyw': 'Սիտնիի Համալսարանը', 'id': 'Universitas Sydney', 'it': 'Università di Sydney', 'ja': 'シドニー大学', 'ka': 'სიდნეის უნივერსიტეტი', 'kk': 'Сидней университеті', 'ko': '시드니 대학교', 'ky': 'Сидней Университети', 'la': 'Universitas Sidneiensis', 'lb': 'Universitéit Sydney', 'lv': 'Sidnejas universitāte', 'ms': 'Universiti Sydney', 'nan': 'Sydney Tāi-ha̍k', 'nb': 'University of Sydney', 'nl': 'Universiteit van Sydney', 'pl': 'University of Sydney', 'pnb': 'یونیورسٹی آف سڈنی', 'pt': 'Universidade de Sydney', 'pt-br': 'Universidade de Sydney', 'ru': 'Сиднейский университет', 'sco': 'Varsity o Sydney', 'sh': 'Univerzitet u Sidneju', 'sr': 'Универзитет у Сиднеју', 'sr-ec': 'Универзитет у Сиднеју', 'sr-el': 'Univerzitet u Sidneju', 'sv': 'University of Sydney', 'syl': 'ꠍꠤꠒ꠆ꠘꠤ ꠛꠤꠡ꠆ꠡꠛꠤꠖ꠆ꠖꠣꠟꠄ', 'ta': 'சிட்னி பல்கலைக்கழகம்', 'tl': 'Unibersidad ng Sydney', 'tr': 'Sidney Üniversitesi', 'tt': 'Сидней университеты', 'ug': 'سىدنېي ئۇنىۋېرستېتى', 'uk': 'Університет Сіднея', 'ur': 'جامعہ سڈنی', 'uz': 'Sidney Universiteti', 'vi': 'Đại học Sydney', 'yue': '雪梨大學', 'zh': '雪梨大學', 'zh-cn': '悉尼大学', 'zh-hans': '悉尼大学', 'zh-hant': '雪梨大學', 'zh-hk': '悉尼大學', 'zh-tw': '雪梨大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210155937', 'ror': 'https://ror.org/04v9m3h35', 'display_name': 'ARC Centre of Excellence for All-sky Astrophysics', 'country_code': 'AU', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2800858616', 'ror': 'https://ror.org/04hy0x592', 'display_name': 'Woolcock Institute of Medical Research', 'country_code': 'AU', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2800681009', 'ror': 'https://ror.org/00qrpt643', 'display_name': 'Bankstown Lidcombe Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802314053', 'ror': 'https://ror.org/017bddy38', 'display_name': 'Blacktown & Mount Druitt Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801683031', 'ror': 'https://ror.org/04c6fcr68', 'display_name': 'Canterbury Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800664540', 'ror': 'https://ror.org/05gvja138', 'display_name': 'Centenary Institute', 'country_code': 'AU', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802384191', 'ror': 'https://ror.org/05k0s5494', 'display_name': "Children's Hospital at Westmead", 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I146584863', 'ror': 'https://ror.org/01bsaey45', 'display_name': "Children's Medical Research Institute", 'country_code': 'AU', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800249840', 'ror': 'https://ror.org/04b0n4406', 'display_name': 'Concord Repatriation General Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800903792', 'ror': 'https://ror.org/016c71q24', 'display_name': 'Hornsby Ku-ring-gai Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802293875', 'ror': 'https://ror.org/0434c4478', 'display_name': 'King George V Memorial Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800936089', 'ror': 'https://ror.org/011tt4192', 'display_name': 'Mona Vale Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801688508', 'ror': 'https://ror.org/03vb6df93', 'display_name': 'Nepean Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799851941', 'ror': 'https://ror.org/021cxfs56', 'display_name': 'Royal Hospital for Women', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800079252', 'ror': 'https://ror.org/02gs2e959', 'display_name': 'Royal North Shore Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799732068', 'ror': 'https://ror.org/05gpvde20', 'display_name': 'Royal Prince Alfred Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799377600', 'ror': 'https://ror.org/00q10wd18', 'display_name': 'Sydney Adventist Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799716896', 'ror': 'https://ror.org/00p6her27', 'display_name': 'Sydney College of Divinity', 'country_code': 'AU', 'type': 'education', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801544000', 'ror': 'https://ror.org/018wagb29', 'display_name': 'Sydney Dental Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802601309', 'ror': 'https://ror.org/0402tt118', 'display_name': 'Sydney Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2803024705', 'ror': 'https://ror.org/04gp5yv64', 'display_name': 'Westmead Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210145422', 'ror': 'https://ror.org/04zj3ra44', 'display_name': 'Westmead Institute for Medical Research', 'country_code': 'AU', 'type': 'facility', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 11381, 'cited_by_count': 542205}, {'year': 2022, 'works_count': 13959, 'cited_by_count': 687773}, {'year': 2021, 'works_count': 15287, 'cited_by_count': 668791}, {'year': 2020, 'works_count': 14852, 'cited_by_count': 576863}, {'year': 2019, 'works_count': 13791, 'cited_by_count': 470995}, {'year': 2018, 'works_count': 12435, 'cited_by_count': 407370}, {'year': 2017, 'works_count': 11845, 'cited_by_count': 358558}, {'year': 2016, 'works_count': 11233, 'cited_by_count': 329869}, {'year': 2015, 'works_count': 10565, 'cited_by_count': 307681}, {'year': 2014, 'works_count': 10171, 'cited_by_count': 279937}, {'year': 2013, 'works_count': 9586, 'cited_by_count': 250458}, {'year': 2012, 'works_count': 8796, 'cited_by_count': 215223}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I129604602', 'works_count': 240851}, {'role': 'funder', 'id': 'https://openalex.org/F4320320966', 'works_count': 2830}, {'role': 'publisher', 'id': 'https://openalex.org/P4310317986', 'works_count': 80}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 63.8}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 59.9}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 37.8}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 37.1}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 36.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 36.4}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 35.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 31.6}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 29.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 28.3}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 25.9}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 25.7}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 24.8}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 23.7}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 22.2}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 21.7}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 21.3}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I129604602', 'updated_date': '2023-10-03T23:01:35.941121', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I183067930', 'ror': 'https://ror.org/0220qvk04', 'display_name': 'Shanghai Jiao Tong University', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I183067930'], 'homepage_url': 'http://en.sjtu.edu.cn/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/SJTU%20emblem%201940.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/SJTU%20emblem%201940.jpg&width=300', 'display_name_acronyms': ['SJTU'], 'display_name_alternatives': ['Shanghai Communications University'], 'repositories': [], 'works_count': 240119, 'cited_by_count': 3823231, 'summary_stats': {'2yr_mean_citedness': 5.16806178495191, 'h_index': 422, 'i10_index': 78841}, 'ids': {'openalex': 'https://openalex.org/I183067930', 'ror': 'https://ror.org/0220qvk04', 'mag': '183067930', 'grid': 'grid.16821.3c', 'wikipedia': 'https://en.wikipedia.org/wiki/Shanghai%20Jiao%20Tong%20University', 'wikidata': 'https://www.wikidata.org/wiki/Q525169'}, 'geo': {'city': 'Shanghai', 'geonames_city_id': '1796236', 'region': 'Shanghai', 'country_code': 'CN', 'country': 'China', 'latitude': 31.201267, 'longitude': 121.43278}, 'international': {'display_name': {'ar': 'جامعة شانغهاي جياو تونغ', 'ast': 'Universidá de Shanghai Jiao Tong', 'az': 'Şanxay Jiao Tonq Universiteti', 'azb': 'جیائو تونق شانقهای بیلیم\u200cیوردو', 'be': 'Шанхайскі ўніверсітэт транспарту', 'bg': 'Шанхайски университет "Джао Тонг"', 'ca': 'Universitat Jiao Tong de Shanghai', 'cdo': 'Siông-hāi Gău-tŭng Dâi-hŏk', 'cs': 'Šanghajská dopravní univerzita', 'da': 'Jiaotonguniversitetet i Shanghai', 'de': 'Jiaotong-Universität Shanghai', 'el': 'Πανεπιστήμιο Τζιάο Τονγκ της Σανγκάης', 'en': 'Shanghai Jiao Tong University', 'eo': 'Ŝanhaja Komunika Universitato', 'es': 'Universidad de Shanghái Jiao Tong', 'eu': 'Shanghaiko Jiao Tong Unibertsitatea', 'fa': 'دانشگاه جیائو تونگ شانگهای', 'fi': 'Shanghain Jiao Tong -yliopisto', 'fr': 'université Jiao-tong de Shanghai', 'he': "אוניברסיטת ג'יאו טונג שאנגחאי", 'hu': 'Sanghaji Csiaotung Egyetem', 'hy': 'Շանհայի Ծիաո Թոն Համալսարան', 'id': 'Universitas Jiao Tong Shanghai', 'it': 'Università Jiao Tong di Shanghai', 'ja': '上海交通大学', 'ko': '상하이 자오퉁 대학', 'lv': 'Šanhajas Transporta universitāte', 'lzh': '上海交通大學', 'nan': 'Siōng-hái Kau-thong Tāi-ha̍k', 'nb': 'Jiaotonguniversitetet i Shanghai', 'nl': 'Jiaotong-universiteit van Shanghai', 'pl': 'Uniwersytet Jiao Tong w Szanghaju', 'pnb': 'شنگھائي جیاؤتونگ یونیورسٹی', 'pt': 'Universidade Jiao Tong de Xangai', 'ru': 'Шанхайский университет транспорта', 'sco': 'Shanghai Jiao Tong Varsity', 'sv': 'Shanghai Jiao Tong-universitetet', 'th': 'มหาวิทยาลัยเซี่ยงไฮ้เจียวทง', 'tl': 'Pamantasang Shanghai Jiao Tong', 'tr': 'Şanghay Jiao Tong Üniversitesi', 'tt': 'Шаңхай транспорт университеты', 'ug': 'شاڭخەي جياۋتوڭ \u200b\u200bئۇنىۋېرسىتېتى', 'uk': 'Шанхайський університет транспорта', 'vec': 'Università Jiao Tong de Shanghai', 'vi': 'Đại học Giao thông Thượng Hải', 'wuu': '上海交通大學', 'yo': 'Shanghai Jiao Tong University', 'yue': '上海交通大學', 'zh': '上海交通大学', 'zh-cn': '上海交通大学', 'zh-hans': '上海交通大学', 'zh-hant': '上海交通大學', 'zh-hk': '上海交通大學', 'zh-mo': '上海交通大學', 'zh-my': '上海交通大学', 'zh-sg': '上海交通大学', 'zh-tw': '上海交通大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210140493', 'ror': 'https://ror.org/04ttadj76', 'display_name': 'Collaborative Innovation Center of Advanced Microstructures', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I64175962', 'ror': 'https://ror.org/00c3bg218', 'display_name': 'China Europe International Business School', 'country_code': 'CN', 'type': 'education', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210108664', 'ror': 'https://ror.org/01byttc20', 'display_name': 'International Peace Maternity & Child Health Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800570007', 'ror': 'https://ror.org/03ypbx660', 'display_name': 'Renji Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801556517', 'ror': 'https://ror.org/01hv94n30', 'display_name': 'Ruijin Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802608112', 'ror': 'https://ror.org/03fjc3817', 'display_name': 'Shanghai Chest Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210159420', 'ror': 'https://ror.org/05pea1m70', 'display_name': "Shanghai Children's Hospital", 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210092101', 'ror': 'https://ror.org/00cd9s024', 'display_name': "Shanghai Children's Medical Center", 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210135742', 'ror': 'https://ror.org/04a46mh28', 'display_name': "Shanghai First People's Hospital", 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210147369', 'ror': 'https://ror.org/03fz4ce66', 'display_name': 'Shanghai Institute of Hematology', 'country_code': 'CN', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802690428', 'ror': 'https://ror.org/05bd2wa15', 'display_name': 'Shanghai Mental Health Center', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210097066', 'ror': 'https://ror.org/010826a91', 'display_name': "Shanghai Ninth People's Hospital", 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210144482', 'ror': 'https://ror.org/049zrh188', 'display_name': "Shanghai Sixth People's Hospital", 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210091809', 'ror': 'https://ror.org/00gp99k74', 'display_name': "Shanghai Third People's Hospital", 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210094233', 'ror': 'https://ror.org/00kkxne40', 'display_name': 'Suzhou Kowloon Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210107879', 'ror': 'https://ror.org/01r8rcr36', 'display_name': 'Tongren Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801518579', 'ror': 'https://ror.org/04dzvks42', 'display_name': 'XinHua Hospital', 'country_code': 'CN', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 19194, 'cited_by_count': 563133}, {'year': 2022, 'works_count': 24212, 'cited_by_count': 649622}, {'year': 2021, 'works_count': 21955, 'cited_by_count': 547301}, {'year': 2020, 'works_count': 20095, 'cited_by_count': 434006}, {'year': 2019, 'works_count': 16877, 'cited_by_count': 322740}, {'year': 2018, 'works_count': 14593, 'cited_by_count': 252431}, {'year': 2017, 'works_count': 12717, 'cited_by_count': 206232}, {'year': 2016, 'works_count': 11194, 'cited_by_count': 174008}, {'year': 2015, 'works_count': 10896, 'cited_by_count': 148973}, {'year': 2014, 'works_count': 10235, 'cited_by_count': 123949}, {'year': 2013, 'works_count': 9887, 'cited_by_count': 99576}, {'year': 2012, 'works_count': 8920, 'cited_by_count': 78119}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I183067930', 'works_count': 240119}, {'role': 'publisher', 'id': 'https://openalex.org/P4320800561', 'works_count': 25329}, {'role': 'funder', 'id': 'https://openalex.org/F4320322999', 'works_count': 4304}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 58.8}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 57.6}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 51.5}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 50.9}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 48.6}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 40.9}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 40.7}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 40.1}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 33.9}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 31.6}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 31.4}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 28.8}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 28.2}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 23.5}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 22.3}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 22.3}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I183067930', 'updated_date': '2023-10-04T00:22:10.093996', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I165779595', 'ror': 'https://ror.org/01ej9dk98', 'display_name': 'University of Melbourne', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165779595'], 'homepage_url': 'http://www.unimelb.edu.au/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Trinity%20college%20university%20of%20melbourne.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Trinity%20college%20university%20of%20melbourne.jpg&width=300', 'display_name_acronyms': [], 'display_name_alternatives': ['Melbourne University'], 'repositories': [{'id': 'https://openalex.org/S4377196259', 'display_name': 'Minerva Access (University of Melbourne)', 'host_organization': 'https://openalex.org/I165779595', 'host_organization_name': 'University of Melbourne', 'host_organization_lineage': ['https://openalex.org/I165779595']}, {'id': 'https://openalex.org/S4306402500', 'display_name': 'Minerva Access (University of Melbourne)', 'host_organization': 'https://openalex.org/I165779595', 'host_organization_name': 'University of Melbourne', 'host_organization_lineage': ['https://openalex.org/I165779595']}], 'works_count': 237507, 'cited_by_count': 6828465, 'summary_stats': {'2yr_mean_citedness': 4.904665506879645, 'h_index': 669, 'i10_index': 104989}, 'ids': {'openalex': 'https://openalex.org/I165779595', 'ror': 'https://ror.org/01ej9dk98', 'mag': '165779595', 'grid': 'grid.1008.9', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20Melbourne', 'wikidata': 'https://www.wikidata.org/wiki/Q319078'}, 'geo': {'city': 'Melbourne', 'geonames_city_id': '2158177', 'region': 'Victoria', 'country_code': 'AU', 'country': 'Australia', 'latitude': -37.814, 'longitude': 144.96332}, 'international': {'display_name': {'ar': 'جامعة ملبورن', 'arz': 'جامعة ميلبورن', 'ast': 'Universidá de Melbourne', 'az': 'Melburn Universiteti', 'azb': 'ملبورن بیلیم\u200cیوردو', 'ban': 'Univérsitas Melbourne', 'be': 'Мельбурнскі ўніверсітэт', 'be-tarask': 'Мэльбурнскі ўнівэрсытэт', 'bn': 'মেলবোর্ন বিশ্ববিদ্যালয়', 'ca': 'Universitat de Melbourne', 'cs': 'Melbournská univerzita', 'cy': 'Prifysgol Melbourne', 'da': 'Melbourne Universitet', 'de': 'Universität Melbourne', 'el': 'Πανεπιστήμιο της Μελβούρνης', 'en': 'University of Melbourne', 'eo': 'Universitato de Melburno', 'es': 'Universidad de Melbourne', 'et': "Melbourne'i Ülikool", 'eu': 'Melbourneko Unibertsitatea', 'fa': 'دانشگاه ملبورن', 'fi': 'Melbournen yliopisto', 'fr': 'université de Melbourne', 'ga': 'Ollscoil Melbourne', 'gd': 'Oilthigh Melbourne', 'he': 'אוניברסיטת מלבורן', 'hy': 'Մելբուրնի համալսարան', 'id': 'Universitas Melbourne', 'is': 'Háskólinn í Melbourne', 'it': 'Università di Melbourne', 'ja': 'メルボルン大学', 'ka': 'მელბურნის უნივერსიტეტი', 'kk': 'Мельбурн университеті', 'ko': '멜버른 대학교', 'ku-latn': 'Zanîngeha Melbourneyê', 'ky': 'Мелбурн Университети', 'la': 'Universitas Melburnensis', 'lt': 'Melburno universitetas', 'lv': 'Melnburnas Universitāte', 'ml': 'മെൽബൺ സർവകലാശാല', 'mr': 'मेलबर्न विद्यापीठ', 'ms': 'Universiti Melbourne', 'nb': 'University of Melbourne', 'nl': 'Universiteit van Melbourne', 'pl': 'University of Melbourne', 'pnb': 'یونیورسٹی آف میلبورن', 'ps': 'مېلبورن پوهنتون', 'pt': 'Universidade de Melbourne', 'ro': 'University of Melbourne', 'ru': 'Мельбурнский университет', 'sh': 'Sveučilište u Melbourneu', 'sr': 'Универзитет у Мелбурну', 'sr-ec': 'Универзитет у Мелбурну', 'sr-el': 'Univerzitet u Melburnu', 'sv': 'University of Melbourne', 'syl': 'ꠝꠦꠟꠛꠞ꠆ꠘ ꠛꠤꠡ꠆ꠡꠛꠤꠖ꠆ꠖꠣꠟꠄ', 'ta': 'மெல்பேர்ண் பல்கலைக்கழகம்', 'tg': 'Донишгоҳи Мелбурн', 'tl': 'Unibersidad ng Melbourne', 'tr': 'Melbourne Üniversitesi', 'tt': 'Мелбурн университеты', 'ug': 'مېلبۇرن ئۇنىۋېرستېتى', 'uk': 'Університет Мельбурна', 'ur': 'جامعہ ملبورن', 'uz': 'Melburn universiteti', 'vi': 'Đại học Melbourne', 'yue': '墨爾本大學', 'zh': '墨尔本大学', 'zh-cn': '墨尔本大学', 'zh-hans': '墨尔本大学', 'zh-hant': '墨爾本大學', 'zh-hk': '墨爾本大學', 'zh-mo': '墨爾本大學', 'zh-my': '墨尔本大学', 'zh-sg': '墨尔本大学', 'zh-tw': '墨爾本大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210125376', 'ror': 'https://ror.org/02gs3vg83', 'display_name': 'ARC Centre of Excellence for Coherent X-ray Science', 'country_code': 'AU', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210091234', 'ror': 'https://ror.org/00cybsr61', 'display_name': 'ARC Centre of Excellence for Dark Matter Particle Physics', 'country_code': 'AU', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210123005', 'ror': 'https://ror.org/02vcqg248', 'display_name': 'ARC Centre of Excellence for Mathematical and Statistical Frontiers', 'country_code': 'AU', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210103108', 'ror': 'https://ror.org/01h06nz15', 'display_name': 'ARC Centre of Excellence for Particle Physics at the Terascale', 'country_code': 'AU', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I242743682', 'ror': 'https://ror.org/03a2tac74', 'display_name': 'Florey Institute of Neuroscience and Mental Health', 'country_code': 'AU', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210105123', 'ror': 'https://ror.org/016899r71', 'display_name': 'Peter Doherty Institute', 'country_code': 'AU', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210148112', 'ror': 'https://ror.org/04s1m4564', 'display_name': 'AuScope', 'country_code': 'AU', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210163497', 'ror': 'https://ror.org/05dbj6g52', 'display_name': 'Austin Health', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800453128', 'ror': 'https://ror.org/010mv7n52', 'display_name': 'Austin Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210115383', 'ror': 'https://ror.org/02c3nzd41', 'display_name': 'Australian Urban Research Infrastructure Network', 'country_code': 'AU', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I1297592001', 'ror': 'https://ror.org/05e4f1b55', 'display_name': 'Bionics Institute', 'country_code': 'AU', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I145902186', 'ror': 'https://ror.org/05ktbsm52', 'display_name': 'Burnet Institute', 'country_code': 'AU', 'type': 'nonprofit', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210105949', 'ror': 'https://ror.org/01sqdef20', 'display_name': 'Centre for Eye Research Australia', 'country_code': 'AU', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799990285', 'ror': 'https://ror.org/02ett6548', 'display_name': 'Epworth Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799712879', 'ror': 'https://ror.org/00jrpxe15', 'display_name': 'Geelong Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210158168', 'ror': 'https://ror.org/04z4kmw33', 'display_name': 'Melbourne Health', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I139829854', 'ror': 'https://ror.org/041684t28', 'display_name': 'Mental Health Research Institute', 'country_code': 'AU', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210150290', 'ror': 'https://ror.org/048fyec77', 'display_name': "Murdoch Children's Research Institute", 'country_code': 'AU', 'type': 'nonprofit', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802814319', 'ror': 'https://ror.org/05mjmsc11', 'display_name': 'Northern Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I1321649718', 'ror': 'https://ror.org/02rktxt32', 'display_name': "Royal Children's Hospital", 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I1331142282', 'ror': 'https://ror.org/03grnna41', 'display_name': "Royal Women's Hospital", 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210087110', 'ror': 'https://ror.org/001kjn539', 'display_name': "St Vincent's Hospital", 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I77826658', 'ror': 'https://ror.org/02k3cxs74', 'display_name': 'St Vincents Institute of Medical Research', 'country_code': 'AU', 'type': 'nonprofit', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210089625', 'ror': 'https://ror.org/008q4kt04', 'display_name': 'The Royal Victorian Eye & Ear Hospital', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210103203', 'ror': 'https://ror.org/00st91468', 'display_name': 'Victorian Comprehensive Cancer Centre', 'country_code': 'AU', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 11243, 'cited_by_count': 588180}, {'year': 2022, 'works_count': 15152, 'cited_by_count': 741706}, {'year': 2021, 'works_count': 16428, 'cited_by_count': 716594}, {'year': 2020, 'works_count': 15457, 'cited_by_count': 608885}, {'year': 2019, 'works_count': 14285, 'cited_by_count': 495783}, {'year': 2018, 'works_count': 12578, 'cited_by_count': 423498}, {'year': 2017, 'works_count': 11891, 'cited_by_count': 374787}, {'year': 2016, 'works_count': 11098, 'cited_by_count': 348164}, {'year': 2015, 'works_count': 10382, 'cited_by_count': 321269}, {'year': 2014, 'works_count': 9741, 'cited_by_count': 293417}, {'year': 2013, 'works_count': 8990, 'cited_by_count': 261542}, {'year': 2012, 'works_count': 8040, 'cited_by_count': 224839}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I165779595', 'works_count': 237507}, {'role': 'publisher', 'id': 'https://openalex.org/P4310318045', 'works_count': 2542}, {'role': 'funder', 'id': 'https://openalex.org/F4320320974', 'works_count': 3088}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 67.1}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 61.3}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 39.1}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 38.0}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 36.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 34.3}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 34.1}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 32.8}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 30.1}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 29.7}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 28.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 24.5}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 24.1}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 23.2}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 23.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 22.9}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I165779595', 'updated_date': '2023-10-04T01:31:41.006748', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I4210165038', 'ror': 'https://ror.org/05qbk4x57', 'display_name': 'University of Chinese Academy of Sciences', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I4210165038'], 'homepage_url': 'http://www.ucas.ac.cn/', 'image_url': 'https://upload.wikimedia.org/wikipedia/commons/8/80/Gate_of_UCAS_Yuquanlu_Campus_%2820230906102500%29.jpg', 'image_thumbnail_url': 'https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Gate_of_UCAS_Yuquanlu_Campus_%2820230906102500%29.jpg/100px-Gate_of_UCAS_Yuquanlu_Campus_%2820230906102500%29.jpg', 'display_name_acronyms': ['UCAS'], 'display_name_alternatives': [], 'repositories': [], 'works_count': 233911, 'cited_by_count': 4413426, 'summary_stats': {'2yr_mean_citedness': 6.143077896931785, 'h_index': 425, 'i10_index': 93083}, 'ids': {'openalex': 'https://openalex.org/I4210165038', 'ror': 'https://ror.org/05qbk4x57', 'grid': 'grid.410726.6', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20the%20Chinese%20Academy%20of%20Sciences'}, 'geo': {'city': 'Beijing', 'geonames_city_id': '1816670', 'region': None, 'country_code': 'CN', 'country': 'China', 'latitude': 39.9075, 'longitude': 116.39723}, 'international': {'display_name': {'en': 'University of Chinese Academy of Sciences'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210101410', 'ror': 'https://ror.org/01z2px678', 'display_name': 'International Centre for Theoretical Physics Asia-Pacific', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210105842', 'ror': 'https://ror.org/01kv3wg35', 'display_name': 'Kavli Institute for Theoretical Sciences', 'country_code': 'CN', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I19820366', 'ror': 'https://ror.org/034t30j35', 'display_name': 'Chinese Academy of Sciences', 'country_code': 'CN', 'type': 'government', 'relationship': 'parent'}], 'counts_by_year': [{'year': 2023, 'works_count': 26447, 'cited_by_count': 843867}, {'year': 2022, 'works_count': 33980, 'cited_by_count': 937044}, {'year': 2021, 'works_count': 29598, 'cited_by_count': 745752}, {'year': 2020, 'works_count': 24598, 'cited_by_count': 550282}, {'year': 2019, 'works_count': 22475, 'cited_by_count': 394008}, {'year': 2018, 'works_count': 19341, 'cited_by_count': 273145}, {'year': 2017, 'works_count': 15385, 'cited_by_count': 188587}, {'year': 2016, 'works_count': 10583, 'cited_by_count': 140666}, {'year': 2015, 'works_count': 9742, 'cited_by_count': 107563}, {'year': 2014, 'works_count': 9405, 'cited_by_count': 77938}, {'year': 2013, 'works_count': 7337, 'cited_by_count': 53106}, {'year': 2012, 'works_count': 5288, 'cited_by_count': 37706}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I4210165038', 'works_count': 233911}, {'role': 'funder', 'id': 'https://openalex.org/F4320326972', 'works_count': 816}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 67.3}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 66.7}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 63.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 52.6}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 47.2}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 45.7}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 42.7}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 37.7}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 36.1}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 35.4}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 30.6}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 28.6}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 27.1}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 26.8}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 26.0}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 24.3}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 21.5}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I4210165038', 'updated_date': '2023-10-04T04:50:28.430431', 'created_date': '2022-02-02'}, {'id': 'https://openalex.org/I98285908', 'ror': 'https://ror.org/035t8zc32', 'display_name': 'Osaka University', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I98285908'], 'homepage_url': 'http://www.osaka-u.ac.jp/en', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/%E5%A4%A7%E9%98%AA%E5%A4%A7%E5%AD%A6.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/%E5%A4%A7%E9%98%AA%E5%A4%A7%E5%AD%A6.svg&width=300', 'display_name_acronyms': [], 'display_name_alternatives': ['Ōsaka daigaku'], 'repositories': [{'id': 'https://openalex.org/S4306402540', 'display_name': 'OUKA (Osaka University Knowledge Archive) (Osaka University)', 'host_organization': 'https://openalex.org/I98285908', 'host_organization_name': 'Osaka University', 'host_organization_lineage': ['https://openalex.org/I98285908']}], 'works_count': 232805, 'cited_by_count': 5189063, 'summary_stats': {'2yr_mean_citedness': 2.978038417808629, 'h_index': 580, 'i10_index': 88573}, 'ids': {'openalex': 'https://openalex.org/I98285908', 'ror': 'https://ror.org/035t8zc32', 'mag': '98285908', 'grid': 'grid.136593.b', 'wikipedia': 'https://en.wikipedia.org/wiki/Osaka%20University', 'wikidata': 'https://www.wikidata.org/wiki/Q651233'}, 'geo': {'city': 'Osaka', 'geonames_city_id': '1853909', 'region': None, 'country_code': 'JP', 'country': 'Japan', 'latitude': 34.69374, 'longitude': 135.50218}, 'international': {'display_name': {'ar': 'جامعة أوساكا', 'arz': 'جامعة اوساكا', 'ast': "Universidá d'Osaka", 'az': 'Osaka Universiteti', 'azb': 'اوساکا بیلیم\u200cیوردو', 'ban': 'Univérsitas Osaka', 'be': 'Осакскі ўніверсітэт', 'bn': 'ওসাকা বিশ্ববিদ্যালয়', 'ca': "Universitat d'Osaka", 'cs': 'Ósacká univerzita', 'cy': 'Prifysgol Osaka', 'da': 'Osaka Universitet', 'de': 'Universität Osaka', 'el': 'Πανεπιστήμιο της Οσάκα', 'en': 'Osaka University', 'eo': 'Osaka Universitato', 'es': 'Universidad de Osaka', 'et': 'Ōsaka Ülikool', 'eu': 'Osakako Unibertsitatea', 'fa': 'دانشگاه اوساکا', 'fr': "université d'Osaka", 'ga': 'Ollscoil Osaka', 'gv': 'Ollooscoill Osaka', 'he': 'אוניברסיטת אוסקה', 'hi': 'ओसाका विश्वविद्यालय', 'hu': 'Oszakai Egyetem', 'hy': 'Օսակայի համալսարան', 'id': 'Universitas Osaka', 'it': 'Università di Osaka', 'ja': '大阪大学', 'ka': 'ოსაკის უნივერსიტეტი', 'kk': 'Осака университеті', 'kk-arab': 'وساكا ۋنىيۆەرسىيتەتى', 'kk-cyrl': 'Осака университеті', 'kk-latn': 'Osaka wnïversïteti', 'ko': '오사카 대학', 'ky': 'Осака Университети', 'la': 'Universitas Osakensis', 'lt': 'Osakos universitetas', 'lzh': '大阪大學', 'mn': 'Осакагийн их сургууль', 'ms': 'Universiti Osaka', 'ms-arab': 'اونيۏرسيتي اوساکا', 'mt': "Università ta' Osaka", 'my': 'အိုဆာကာ တက္ကသိုလ်', 'nb': 'Universitetet i Osaka', 'nl': 'Universiteit van Osaka', 'pa': 'ਓਸਾਕਾ ਯੂਨੀਵਰਸਿਟੀ', 'pl': 'Uniwersytet Osakijski', 'pnb': 'اوساکا یونیورسٹی', 'pt': 'Universidade de Osaka', 'ro': 'Universitatea din Osaka', 'ru': 'Осакский университет', 'sv': 'Osaka universitet', 'ta': 'ஒசாக்கா பல்கலைக்கழகம்', 'th': 'มหาวิทยาลัยโอซะกะ', 'tl': 'Unibersidad ng Osaka', 'tr': 'Osaka Üniversitesi', 'tt': 'Осака университеты', 'ug': 'ئوساكا ئۇنىۋېرستېتى', 'uk': 'Осацький університет', 'ur': 'اوساکا یونیورسٹی', 'vi': 'Đại học Osaka', 'yue': '大阪大學', 'zh': '大阪大学', 'zh-hans': '大阪大学', 'zh-hant': '大阪大學', 'zh-hk': '大阪大學', 'zh-tw': '大阪大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210125833', 'ror': 'https://ror.org/03bbyax37', 'display_name': 'Spintronics Research Network of Japan', 'country_code': 'JP', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210151107', 'ror': 'https://ror.org/05xvwhv53', 'display_name': 'Osaka Medical Center for Cancer and Cardiovascular Diseases', 'country_code': 'JP', 'type': 'facility', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 5873, 'cited_by_count': 256092}, {'year': 2022, 'works_count': 8091, 'cited_by_count': 331247}, {'year': 2021, 'works_count': 8497, 'cited_by_count': 333692}, {'year': 2020, 'works_count': 8343, 'cited_by_count': 304171}, {'year': 2019, 'works_count': 7809, 'cited_by_count': 267213}, {'year': 2018, 'works_count': 7653, 'cited_by_count': 252174}, {'year': 2017, 'works_count': 7441, 'cited_by_count': 241173}, {'year': 2016, 'works_count': 7425, 'cited_by_count': 238230}, {'year': 2015, 'works_count': 7398, 'cited_by_count': 233632}, {'year': 2014, 'works_count': 7561, 'cited_by_count': 231766}, {'year': 2013, 'works_count': 7419, 'cited_by_count': 223400}, {'year': 2012, 'works_count': 7170, 'cited_by_count': 209546}], 'roles': [{'role': 'publisher', 'id': 'https://openalex.org/P4310313450', 'works_count': 16783}, {'role': 'funder', 'id': 'https://openalex.org/F4320322451', 'works_count': 1099}, {'role': 'institution', 'id': 'https://openalex.org/I98285908', 'works_count': 232805}], 'x_concepts': [{'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 64.6}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 62.6}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 60.2}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 45.5}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 42.2}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 41.6}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 41.5}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 38.3}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 38.2}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 33.3}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 31.7}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 29.6}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 25.9}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 23.7}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 22.9}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I98285908', 'updated_date': '2023-10-03T22:50:45.577089', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I99464096', 'ror': 'https://ror.org/05f950310', 'display_name': 'KU Leuven', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I99464096'], 'homepage_url': 'http://www.kuleuven.be/english', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/KU%20Leuven%20logo.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/KU%20Leuven%20logo.svg&width=300', 'display_name_acronyms': ['KUL'], 'display_name_alternatives': ['Catholic University of Leuven', 'University of Leuven'], 'repositories': [{'id': 'https://openalex.org/S4306401954', 'display_name': 'Lirias (KU Leuven)', 'host_organization': 'https://openalex.org/I99464096', 'host_organization_name': 'KU Leuven', 'host_organization_lineage': ['https://openalex.org/I99464096']}, {'id': 'https://openalex.org/S4306401974', 'display_name': 'DIAL (Catholic University of Leuven)', 'host_organization': 'https://openalex.org/I99464096', 'host_organization_name': 'KU Leuven', 'host_organization_lineage': ['https://openalex.org/I99464096']}], 'works_count': 220522, 'cited_by_count': 6063408, 'summary_stats': {'2yr_mean_citedness': 4.9179158316633265, 'h_index': 637, 'i10_index': 92175}, 'ids': {'openalex': 'https://openalex.org/I99464096', 'ror': 'https://ror.org/05f950310', 'mag': '99464096', 'grid': 'grid.5596.f', 'wikipedia': 'https://en.wikipedia.org/wiki/KU%20Leuven', 'wikidata': 'https://www.wikidata.org/wiki/Q833670'}, 'geo': {'city': 'Leuven', 'geonames_city_id': '2792482', 'region': None, 'country_code': 'BE', 'country': 'Belgium', 'latitude': 50.87959, 'longitude': 4.70093}, 'international': {'display_name': {'af': 'Katolieke Universiteit Leuven', 'ar': 'جامعة لوفان الكاثوليكية', 'arz': 'جامعة لوفان الكاثوليكيه', 'ast': 'Katholieke Universiteit Leuven', 'az': 'Löven katolik universiteti', 'azb': 'کاتولیک لون بیلیم\u200cیوردو', 'be': 'Лёвенскі каталіцкі ўніверсітэт', 'be-tarask': 'Лювэнскі каталіцкі ўнівэрсытэт', 'bg': 'Льовенски католически университет', 'ca': 'KU Leuven', 'cs': 'Lovaňská katolická univerzita', 'cy': 'Katolike Universiteit Leuven', 'da': 'Katholieke Universiteit Leuven', 'de': 'Katholieke Universiteit Leuven', 'el': 'Καθολικό Πανεπιστήμιο του Λέβεν', 'en': 'Katholieke Universiteit Leuven', 'eo': 'Katolika universitato de Loveno', 'es': 'Universidad Católica de Lovaina', 'et': 'Katholieke Universiteit Leuven', 'eu': 'KU Leuven', 'fa': 'دانشگاه کاتولیک لون', 'fi': 'Leuvenin katolinen yliopisto', 'fr': 'Katholieke Universiteit Leuven', 'fy': 'Katolike Universiteit Leuven', 'ga': 'Ollscoil Chaitliceach Lováin', 'gd': 'Oilthigh Caitligeach Leuven', 'he': 'האוניברסיטה הקתולית ההולנדית של לוון', 'hu': 'Leuveni Katolikus Egyetem', 'hy': 'Լյովենյան կաթոլիկ համալսարան', 'it': 'Katholieke Universiteit Leuven', 'ja': 'ルーヴェン・カトリック大学', 'ko': '루뱅 카톨릭대학교', 'ky': 'Леувен католик университети', 'la': 'Universitas Catholica Lovaniensis (KU Leuven)', 'li': 'Katholieke Universitèèt Leuve', 'lt': 'Leveno universitetas', 'lv': 'Lēvenas Katoļu universitāte (nīderlandiešu valoda)', 'ms': 'KU Leuven', 'mzn': 'لوون کاتولیکی دونشجار', 'nb': 'Katholieke Universiteit Leuven', 'nl': 'Katholieke Universiteit Leuven', 'oc': 'Katholieke Universiteit Leuven', 'pl': 'Katholieke Universiteit Leuven', 'pnb': 'کیتھولک یونیورسٹی لوون', 'pt': 'Katholieke Universiteit Leuven', 'pt-br': 'Universidade Católica de Lovaina', 'ro': 'Katholieke Universiteit Leuven', 'ru': 'Лёвенский католический университет', 'sr': 'Католички универзитет у Левену', 'sv': 'Katholieke Universiteit Leuven', 'tl': 'Katholieke Universiteit Leuven', 'tr': 'Leuven Katolik Üniversitesi', 'tt': 'Лөвен католик университеты', 'uk': 'Левенський католицький університет', 'vi': 'KU Leuven', 'wa': 'Univiersité Catolike do Vî Lovén', 'zh': '鲁汶天主教大学 (荷兰语)', 'zh-cn': '鲁汶天主教大学 (荷兰语)', 'zh-hans': '鲁汶天主教大学 (荷兰语)', 'zh-hant': '魯汶天主教大學 (荷蘭語)', 'zh-hk': '魯汶天主教大學 (荷蘭語)'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210142472', 'ror': 'https://ror.org/04sc67422', 'display_name': 'Neuroelectronics Research Flanders', 'country_code': 'BE', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210153928', 'ror': 'https://ror.org/045c7t348', 'display_name': 'VIB-KU Leuven Center for Brain & Disease Research', 'country_code': 'BE', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210092815', 'ror': 'https://ror.org/00eyng893', 'display_name': 'VIB-KU Leuven Center for Cancer Biology', 'country_code': 'BE', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210115377', 'ror': 'https://ror.org/02bpp8r91', 'display_name': 'VIB-KU Leuven Center for Microbiology', 'country_code': 'BE', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2800286501', 'ror': 'https://ror.org/01cz3wf89', 'display_name': 'AZ Groeninge', 'country_code': 'BE', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I24156275', 'ror': 'https://ror.org/03w5j8p12', 'display_name': 'Rega Institute for Medical Research', 'country_code': 'BE', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800231306', 'ror': 'https://ror.org/0424bsv16', 'display_name': 'Universitair Ziekenhuis Leuven', 'country_code': 'BE', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210160754', 'ror': 'https://ror.org/056t38c37', 'display_name': 'Vlerick Business School', 'country_code': 'BE', 'type': 'education', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 9078, 'cited_by_count': 479539}, {'year': 2022, 'works_count': 11795, 'cited_by_count': 603535}, {'year': 2021, 'works_count': 12467, 'cited_by_count': 593125}, {'year': 2020, 'works_count': 12670, 'cited_by_count': 510209}, {'year': 2019, 'works_count': 12749, 'cited_by_count': 425091}, {'year': 2018, 'works_count': 12235, 'cited_by_count': 374043}, {'year': 2017, 'works_count': 10995, 'cited_by_count': 332898}, {'year': 2016, 'works_count': 10553, 'cited_by_count': 312448}, {'year': 2015, 'works_count': 10260, 'cited_by_count': 298102}, {'year': 2014, 'works_count': 9654, 'cited_by_count': 275504}, {'year': 2013, 'works_count': 9364, 'cited_by_count': 248165}, {'year': 2012, 'works_count': 8620, 'cited_by_count': 218480}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320322308', 'works_count': 4597}, {'role': 'publisher', 'id': 'https://openalex.org/P4310321388', 'works_count': 1641}, {'role': 'institution', 'id': 'https://openalex.org/I99464096', 'works_count': 220522}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 59.6}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 47.8}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 42.3}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 41.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 38.5}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 31.1}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 30.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 30.3}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 28.7}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 27.4}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 26.9}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 26.6}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 22.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 20.5}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 20.3}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 20.3}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I99464096', 'updated_date': '2023-10-04T03:32:42.368268', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I28407311', 'ror': 'https://ror.org/027m9bs27', 'display_name': 'University of Manchester', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311'], 'homepage_url': 'http://www.manchester.ac.uk/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Manchester%20University%20Logo%20%282%29.png', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Manchester%20University%20Logo%20%282%29.png&width=300', 'display_name_acronyms': [], 'display_name_alternatives': ['Manchester University', 'University of Manchester Institute of Science and Technology', 'Victoria University of Manchester'], 'repositories': [{'id': 'https://openalex.org/S4306400662', 'display_name': 'Research Explorer (The University of Manchester)', 'host_organization': 'https://openalex.org/I28407311', 'host_organization_name': 'University of Manchester', 'host_organization_lineage': ['https://openalex.org/I28407311']}], 'works_count': 218377, 'cited_by_count': 6282794, 'summary_stats': {'2yr_mean_citedness': 5.180555555555555, 'h_index': 640, 'i10_index': 94203}, 'ids': {'openalex': 'https://openalex.org/I28407311', 'ror': 'https://ror.org/027m9bs27', 'mag': '28407311', 'grid': 'grid.5379.8', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20Manchester', 'wikidata': 'https://www.wikidata.org/wiki/Q230899'}, 'geo': {'city': 'Manchester', 'geonames_city_id': '2643123', 'region': 'Manchester', 'country_code': 'GB', 'country': 'United Kingdom', 'latitude': 53.48095, 'longitude': -2.23743}, 'international': {'display_name': {'ar': 'جامعة مانشستر', 'arz': 'جامعة مانشستر', 'ast': 'Universidá de Manchester', 'az': 'Mançester Universiteti', 'azb': 'منچستر بیلیم\u200cیوردو', 'ba': 'Манчестер университеты', 'ban': 'Universitas Manchester', 'be': 'Манчэстэрскі ўніверсітэт', 'be-tarask': 'Манчэстэрскі ўнівэрсытэт', 'bg': 'Манчестърски университет', 'bn': 'ম্যানচেস্টার বিশ্ববিদ্যালয়', 'ca': 'Universitat de Manchester', 'ceb': 'University of Manchester', 'cs': 'Manchesterská univerzita', 'cy': 'Prifysgol Manceinion', 'da': 'Manchester Universitet', 'de': 'University of Manchester', 'el': 'Πανεπιστήμιο του Μάντσεστερ', 'en': 'University of Manchester', 'en-gb': 'University of Manchester', 'eo': 'Universitato de Manĉestro', 'es': 'Universidad de Mánchester', 'et': 'Manchesteri Ülikool', 'eu': 'Manchesterreko Unibertsitatea', 'fa': 'دانشگاه منچستر', 'fi': 'Manchesterin yliopisto', 'fo': 'University of Manchester', 'fr': 'université de Manchester', 'ga': 'Ollscoil Mhanchain', 'gd': 'Oilthigh Mhanchester', 'gl': 'Universidade de Manchester', 'gv': 'Ollooscoill Vanchuin', 'he': "אוניברסיטת מנצ'סטר", 'hi': 'मैनचेस्टर विश्वविद्यालय', 'hu': 'Manchesteri Egyetem', 'hy': 'Մանչեսթերի համալսարան', 'hyw': 'Մանչեսթըրի Համալսարան', 'id': 'Universitas Manchester', 'is': 'Háskólinn í Manchester', 'it': 'Università di Manchester', 'ja': 'マンチェスター大学', 'ka': 'მანჩესტერის უნივერსიტეტი', 'kn': 'ಮ್ಯಾಂಚೆಸ್ಟರ್ ನ ವಿಶ್ವವಿದ್ಯಾಲಯ', 'ko': '맨체스터 대학교', 'kw': 'Pennskol Manchester', 'ky': 'Манчестер университети', 'la': 'Universitas Mancuniensis', 'lb': 'Universitéit vu Manchester', 'lt': 'Mančesterio universitetas', 'lv': 'Mančestras Universitāte', 'mk': 'Манчестерски универзитет', 'ml': 'മാഞ്ചസ്റ്റർ സർവകലാശാല', 'ms': 'Universiti Manchester', 'nb': 'University of Manchester', 'nl': 'Universiteit van Manchester', 'os': 'Манчестеры университет', 'pl': 'The University of Manchester', 'pnb': 'یونیورسٹی آف مینچسٹر', 'pt': 'Universidade de Manchester', 'ro': 'Universitatea din Manchester', 'ru': 'Манчестерский университет', 'sa': 'मन्चेस्तेर् विष्वविद्यालयह्', 'sco': 'Varsity o Manchester', 'se': 'Manchester universitehta', 'sh': 'University of Manchester', 'smn': 'Manchester ollâopâttâh', 'sms': 'Manchester universiteʹtt', 'sr': 'Универзитет у Манчестеру', 'sr-ec': 'Универзитет у Манчестеру', 'sr-el': 'Univerzitet u Mančesteru', 'sv': 'University of Manchester', 'ta': 'மான்செஸ்டர் பல்கலைக்கழகம்', 'tg': 'Донишгоҳи Манчестер', 'tg-latn': 'Donişgohi Mancester', 'th': 'มหาวิทยาลัยแมนเชสเตอร์', 'tl': 'Unibersidad ng Manchester', 'tr': 'Manchester Üniversitesi', 'tt': 'Манчистыр үнивирситите', 'ug': 'مانچېستېر ئۇنىۋېرستېتى', 'uk': 'Манчестерський університет', 'ur': 'جامعہ مانچسٹر', 'vec': 'Università de Manchester', 'vi': 'Đại học Manchester', 'wuu': '曼彻斯特大学', 'yi': 'אוניווערסיטעט פון מאנטשעסטער', 'yo': 'University of Manchester', 'zh': '曼徹斯特大學', 'zh-cn': '曼彻斯特大学', 'zh-hans': '曼彻斯特大学', 'zh-hant': '曼徹斯特大學', 'zh-hk': '曼徹斯特大學', 'zh-sg': '曼彻斯特大学', 'zh-tw': '曼徹斯特大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I3132256593', 'ror': 'https://ror.org/03xxxrq06', 'display_name': 'Manchester School of Architecture', 'country_code': 'GB', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I2800776015', 'ror': 'https://ror.org/0094tm228', 'display_name': 'Wellcome Centre for Cell-Matrix Research', 'country_code': 'GB', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I1293129422', 'ror': 'https://ror.org/02j7n9748', 'display_name': 'Lancashire Teaching Hospitals NHS Foundation Trust', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801704036', 'ror': 'https://ror.org/04xtpk854', 'display_name': 'Manchester Royal Eye Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801926401', 'ror': 'https://ror.org/03kr30n36', 'display_name': 'Manchester Royal Infirmary', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210092852', 'ror': 'https://ror.org/00he80998', 'display_name': 'Manchester University NHS Foundation Trust', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801440235', 'ror': 'https://ror.org/02xesw687', 'display_name': 'North Manchester General Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210160221', 'ror': 'https://ror.org/052vjje65', 'display_name': "Royal Manchester Children's Hospital", 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210111611', 'ror': 'https://ror.org/027rkpb34', 'display_name': 'Salford Royal Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799507921', 'ror': 'https://ror.org/02snwfx66', 'display_name': 'Trafford General Hospital', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800360054', 'ror': 'https://ror.org/019bxes45', 'display_name': 'University Dental Hospital of Manchester', 'country_code': 'GB', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 7926, 'cited_by_count': 440197}, {'year': 2022, 'works_count': 10260, 'cited_by_count': 559872}, {'year': 2021, 'works_count': 10938, 'cited_by_count': 556000}, {'year': 2020, 'works_count': 10482, 'cited_by_count': 492786}, {'year': 2019, 'works_count': 9523, 'cited_by_count': 420841}, {'year': 2018, 'works_count': 9029, 'cited_by_count': 379576}, {'year': 2017, 'works_count': 8718, 'cited_by_count': 341824}, {'year': 2016, 'works_count': 8822, 'cited_by_count': 322702}, {'year': 2015, 'works_count': 8498, 'cited_by_count': 305241}, {'year': 2014, 'works_count': 7812, 'cited_by_count': 288392}, {'year': 2013, 'works_count': 7285, 'cited_by_count': 264781}, {'year': 2012, 'works_count': 7048, 'cited_by_count': 237061}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I28407311', 'works_count': 218377}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311771', 'works_count': 1418}, {'role': 'funder', 'id': 'https://openalex.org/F4320320291', 'works_count': 1829}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 56.2}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 47.1}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 45.5}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 42.3}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 39.4}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 32.4}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 31.9}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 31.8}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 27.1}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 26.6}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 25.3}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 25.2}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 23.2}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 23.1}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 22.1}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 22.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 20.6}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 20.4}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I28407311', 'updated_date': '2023-10-04T01:44:06.143770', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I201537933', 'ror': 'https://ror.org/01dq60k83', 'display_name': 'Tohoku University', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I201537933'], 'homepage_url': 'http://www.tohoku.ac.jp/en/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Kawauchi%20campus%20of%20Tohoku%20University%2020220910a.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Kawauchi%20campus%20of%20Tohoku%20University%2020220910a.jpg&width=300', 'display_name_acronyms': [], 'display_name_alternatives': ['Tōhoku daigaku'], 'repositories': [], 'works_count': 217848, 'cited_by_count': 4190437, 'summary_stats': {'2yr_mean_citedness': 3.187956906502501, 'h_index': 472, 'i10_index': 81920}, 'ids': {'openalex': 'https://openalex.org/I201537933', 'ror': 'https://ror.org/01dq60k83', 'mag': '201537933', 'grid': 'grid.69566.3a', 'wikipedia': 'https://en.wikipedia.org/wiki/Tohoku%20University', 'wikidata': 'https://www.wikidata.org/wiki/Q1062129'}, 'geo': {'city': 'Sendai', 'geonames_city_id': '2111149', 'region': None, 'country_code': 'JP', 'country': 'Japan', 'latitude': 38.26667, 'longitude': 140.86667}, 'international': {'display_name': {'ar': 'جامعة توهوكو', 'ast': 'Universidá de Tohoku', 'az': 'Tohoku Universiteti', 'azb': 'توهوکو بیلیم\u200cیوردو', 'ban': 'Univérsitas Tohoku', 'be': 'Універсітэт Тахоку', 'ca': 'Universitat de Tohoku', 'cs': 'Univerzita Tóhoku', 'cy': 'Prifysgol Tohoku', 'da': 'Universitetet i Tohoku', 'de': 'Universität Tōhoku', 'de-ch': 'Universität Tōhoku', 'el': 'Πανεπιστήμιο του Τοχόκου', 'en': 'Tohoku University', 'en-ca': 'Tohoku University', 'en-gb': 'Tohoku University', 'eo': 'Orient-Norda Universitato', 'es': 'Universidad de Tohoku', 'eu': 'Tohokuko Unibertsitatea', 'fa': 'دانشگاه توهوکو', 'fi': 'Tōhokun yliopisto', 'fr': 'université du Tōhoku', 'ga': 'Ollscoil Tohoku', 'gd': 'Oilthigh Tōhuko', 'he': 'אוניברסיטת טוהוקו', 'hy': 'Տոհոկուի համալսարան', 'id': 'Universitas Tohoku', 'it': 'Università di Tohoku', 'ja': '東北大学', 'ka': 'ტოჰოკუს უნივერსიტეტი', 'ko': '도호쿠 대학', 'lt': 'Tohoku universitetas', 'lzh': '日本東北大學', 'nan': 'Tohoku Tāi-ha̍k', 'nb': 'Universitetet i Tohoku', 'nl': 'Tohoku University', 'pl': 'Uniwersytet Tohoku', 'pnb': 'ٹوہوکو یونیورسٹی', 'pt': 'Universidade de Tohoku', 'ru': 'Университет Тохоку', 'sl': 'Univerza Tohoku', 'sv': 'Tohoku-universitetet', 'th': 'มหาวิทยาลัยโทโฮกุ', 'tl': 'Unibersidad ng Tohoku', 'tr': 'Tohoku Üniversitesi', 'tt': 'Тоһоку университеты', 'uk': 'Тохокуський університет', 'vi': 'Đại học Tohoku', 'yue': '日本東北大學', 'zh': '东北大学', 'zh-hans': '东北大学', 'zh-hant': '東北大學', 'zh-hk': '東北大學', 'zh-tw': '東北大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210125833', 'ror': 'https://ror.org/03bbyax37', 'display_name': 'Spintronics Research Network of Japan', 'country_code': 'JP', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210093896', 'ror': 'https://ror.org/00kcd6x60', 'display_name': 'Tohoku University Hospital', 'country_code': 'JP', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 5829, 'cited_by_count': 238639}, {'year': 2022, 'works_count': 7601, 'cited_by_count': 305232}, {'year': 2021, 'works_count': 7950, 'cited_by_count': 299515}, {'year': 2020, 'works_count': 7745, 'cited_by_count': 269703}, {'year': 2019, 'works_count': 7269, 'cited_by_count': 235784}, {'year': 2018, 'works_count': 7223, 'cited_by_count': 219646}, {'year': 2017, 'works_count': 7063, 'cited_by_count': 205096}, {'year': 2016, 'works_count': 7162, 'cited_by_count': 201763}, {'year': 2015, 'works_count': 6767, 'cited_by_count': 194522}, {'year': 2014, 'works_count': 7400, 'cited_by_count': 187634}, {'year': 2013, 'works_count': 7065, 'cited_by_count': 176538}, {'year': 2012, 'works_count': 7047, 'cited_by_count': 161873}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I201537933', 'works_count': 217848}, {'role': 'publisher', 'id': 'https://openalex.org/P4310313307', 'works_count': 26090}, {'role': 'funder', 'id': 'https://openalex.org/F4320323584', 'works_count': 1252}], 'x_concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 67.1}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 65.1}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 55.9}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 49.4}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 48.2}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 45.9}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 42.9}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 37.4}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 30.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 30.0}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 28.6}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 26.2}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 25.6}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 25.4}, {'id': 'https://openalex.org/C191897082', 'wikidata': 'https://www.wikidata.org/wiki/Q11467', 'display_name': 'Metallurgy', 'level': 1, 'score': 23.6}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 23.4}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 23.4}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 21.0}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I201537933', 'updated_date': '2023-10-04T04:22:45.915302', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I204730241', 'ror': 'https://ror.org/05f82e368', 'display_name': 'Université Paris Cité', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241'], 'homepage_url': 'https://u-paris.fr/en', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Coat%20of%20arms%20of%20the%20University%20of%20Paris.svg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Coat%20of%20arms%20of%20the%20University%20of%20Paris.svg&width=300', 'display_name_acronyms': [], 'display_name_alternatives': ['University of Paris', 'Université de Paris'], 'repositories': [], 'works_count': 216743, 'cited_by_count': 6330975, 'summary_stats': {'2yr_mean_citedness': 6.0482190652666254, 'h_index': 634, 'i10_index': 93772}, 'ids': {'openalex': 'https://openalex.org/I204730241', 'ror': 'https://ror.org/05f82e368', 'mag': '204730241', 'grid': 'grid.508487.6', 'wikipedia': 'https://en.wikipedia.org/wiki/University%20of%20Paris', 'wikidata': 'https://www.wikidata.org/wiki/Q209842'}, 'geo': {'city': 'Paris', 'geonames_city_id': '2988507', 'region': None, 'country_code': 'FR', 'country': 'France', 'latitude': 48.85341, 'longitude': 2.3488}, 'international': {'display_name': {'alt': 'Парижтиҥ университеди', 'an': 'Universidat de París', 'ar': 'جامعة باريس', 'arz': 'جامعة باريس', 'ast': 'Universidá de París', 'az': 'Paris Universiteti', 'azb': 'پاریس بیلیم\u200cیوردو', 'ba': 'Париж университеты', 'be': 'Парыжскі ўніверсітэт', 'be-tarask': 'Парыскі ўнівэрсытэт', 'bg': 'Парижки университет', 'bn': 'প্যারিস বিশ্ববিদ্যালয়', 'br': 'skol-veur Pariz', 'ca': 'Universitat de París', 'ckb': 'زانکۆی پاریس', 'crh': 'Paris universiteti', 'cs': 'Pařížská univerzita', 'cy': 'Prifysgol Paris', 'da': 'Paris Universitet', 'de': 'Universität von Paris', 'de-ch': 'Universität von Paris', 'el': 'Πανεπιστήμιο του Παρισιού', 'en': 'University of Paris', 'en-ca': 'University of Paris', 'en-gb': 'University of Paris', 'eo': 'Universitato de Parizo', 'es': 'Universidad de París', 'et': 'Pariisi Ülikool', 'eu': 'Parisko Unibertsitatea', 'fa': 'دانشگاه پاریس', 'fi': 'Pariisin yliopisto', 'fr': 'université de Paris', 'fy': 'Universiteit fan Parys', 'ga': 'Ollscoil Pháras', 'gd': 'Oilthigh Pharas', 'gl': 'Universidade de París', 'gu': 'પેરિસ વિશ્વવિદ્યાલય (૧૮૯૬-૧૯૬૮)', 'he': 'סורבון', 'hi': 'पैरिस विश्वविद्यालय', 'hr': 'Sveučilište u Francuskoj', 'hu': 'Párizsi Egyetem', 'hy': 'Փարիզի համալսարան', 'hyw': 'Փարիզի Համալսարան', 'ia': 'Universitate de Paris', 'id': 'Universitas Paris', 'ilo': 'Unibersidad ti Paris', 'io': 'Universitato di Paris', 'is': 'Parísarháskóli', 'it': 'Università di Parigi', 'ja': 'パリ大学', 'jv': 'Sorbonne-Universitas Paris', 'ka': 'პარიზის უნივერსიტეტი', 'kaa': 'Parij universiteti', 'kbp': 'Sorbonne sukuli kɩtɛzʊʊ', 'ko': '파리 대학교', 'ku-latn': 'Zanîngeha Parîsê', 'kw': 'Pennskol Paris', 'la': 'Universitas Parisiensis', 'lb': 'Universitéit vu Paräis', 'lfn': 'Universia de Paris', 'lt': 'Paryžiaus universitetas', 'lv': 'Parīzes Universitāte', 'mk': 'Париски универзитет', 'ml': 'യൂണിവേഴ്സിറ്റി ഓഫ് പാരീസ്', 'mn': 'Парисын Их Сургууль', 'mr': 'पॅरिस विद्यापीठ', 'ms': 'Universiti Paris', 'mt': "Università ta' Pariġi", 'my': 'ပါရီတက္ကသိုလ်', 'nb': 'Universitetet i Paris, Sorbonne', 'nl': 'Universiteit van Parijs', 'nn': 'Universitetet i Paris', 'nqo': 'ߔߊ߬ߙߌ߬ ߖߊ߯ߓߘߊ (߁߈߉߆-߁߉߆߈)', 'oc': 'Universitat de París', 'os': 'Парижы университет', 'pa': 'ਪੈਰਿਸ ਯੂਨੀਵਰਸਿਟੀ', 'pl': 'Uniwersytet Paryski', 'pnb': 'پیرس یونیورسٹی', 'ps': 'پاریس پوهنتون', 'pt': 'Universidade de Paris', 'pt-br': 'Universidade de Paris', 'ro': 'Universitatea din Paris', 'ru': 'Парижский университет', 'scn': 'Università di Pariggi', 'sco': 'Varsity o Paris', 'sh': 'Univerzitet u Parizu', 'sk': 'Parížska univerzita', 'sl': 'Univerza v Parizu', 'sq': 'Universiteti i Parisit', 'sr': 'Универзитет Сорбона', 'sr-ec': 'Универзитет Сорбона', 'sr-el': 'Univerzitet Sorbona', 'sv': 'Universitetet i Paris', 'ta': 'பாரிஸ் பல்கலைக்கழகம்', 'tg': 'Донишгоҳи Порис', 'th': 'มหาวิทยาลัยปารีส', 'tl': 'Université de Paris', 'tr': 'Paris Üniversitesi', 'tt': 'Париж үнивирситите', 'ug': 'پارىژ ئۇنىۋېرسىتىتى', 'uk': 'Паризький університет', 'ur': 'جامعہ پیرس', 'uz': 'Parij universiteti', 'vi': 'Đại học Paris', 'war': 'Unibersidad han Paris', 'wuu': '巴黎大学', 'xmf': 'პარიზიშ უნივერსიტეტი', 'yi': 'אוניווערסיטעט פון פאריז', 'yue': '巴黎大學', 'zh': '巴黎大学', 'zh-cn': '巴黎大学', 'zh-hans': '巴黎大学', 'zh-hant': '巴黎大學', 'zh-hk': '巴黎大學', 'zh-sg': '巴黎大学', 'zh-tw': '巴黎大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210161656', 'ror': 'https://ror.org/053p8kg34', 'display_name': 'André Revuz Didactics Laboratory', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210140785', 'ror': 'https://ror.org/04yavcg77', 'display_name': 'Anthropology and History of the Ancient World', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I2802090066', 'ror': 'https://ror.org/03tnjrr49', 'display_name': 'Astroparticle and Cosmology Laboratory', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086977', 'ror': 'https://ror.org/0015h8611', 'display_name': 'Astrophysique, Instrumentation et Modélisation', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210152746', 'ror': 'https://ror.org/048cbmc89', 'display_name': 'Biologie Intégrée du Globule Rouge', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210130032', 'ror': 'https://ror.org/03q020w70', 'display_name': 'Biologie Structurale des Processus Cellulaires et des Agents Infectieux', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210118395', 'ror': 'https://ror.org/01qdqrj31', 'display_name': 'Bioscar', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210094404', 'ror': 'https://ror.org/00hdncs36', 'display_name': 'Brain Physiology Lab', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210098463', 'ror': 'https://ror.org/00zbj9525', 'display_name': 'Center for Research and Interdisciplinarity', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210132422', 'ror': 'https://ror.org/02v2jyq75', 'display_name': 'Center for Research in Medicine, Science, Health, Mental Health and Society', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210130096', 'ror': 'https://ror.org/02gn50d10', 'display_name': 'Center for Research on Inflammation', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210137420', 'ror': 'https://ror.org/03pnk9016', 'display_name': 'Center for Social Studies on African, American and Asian Worlds', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210114404', 'ror': 'https://ror.org/027defw95', 'display_name': 'Centre de Compétences NanoSciences Ile-de-France', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210113454', 'ror': 'https://ror.org/01y85ge33', 'display_name': 'Centre de Linguistique Inter-langues, de Lexicologie, de Linguistique Anglaise et de Corpus-Atelier de Recherche sur la Parole', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210113260', 'ror': 'https://ror.org/026pjf520', 'display_name': 'Centre de Neurophysique Physiologie et Pathologie', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210092322', 'ror': 'https://ror.org/00dmms154', 'display_name': 'Centre de Recherche des Cordeliers', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210110823', 'ror': 'https://ror.org/01wcaw014', 'display_name': 'Centre de Recherche sur les Liens Sociaux', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210160723', 'ror': 'https://ror.org/05kt43w73', 'display_name': 'Chimie Organique, Médicinale et Extractive et Toxicologie Expérimentale', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210127506', 'ror': 'https://ror.org/03k9z2963', 'display_name': 'Department of Mathematics and their Applications', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210131858', 'ror': 'https://ror.org/03dbsav41', 'display_name': 'Epigenetics and Cell Fate', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210165307', 'ror': 'https://ror.org/05t5n2z26', 'display_name': 'Expression Génétique Microbienne', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210103454', 'ror': 'https://ror.org/01920cw75', 'display_name': 'Galaxies, Etoiles, Physique et Instrumentation', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210139963', 'ror': 'https://ror.org/03yc0ew57', 'display_name': 'Génomique Fonctionnelle des Tumeurs Solides', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210165077', 'ror': 'https://ror.org/05rq3rb55', 'display_name': 'Imagine Institute for Genetic Diseases', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210141964', 'ror': 'https://ror.org/051sk4035', 'display_name': 'Institut Cochin', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210113761', 'ror': 'https://ror.org/02c5gc203', 'display_name': 'Institut Jacques Monod', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086369', 'ror': 'https://ror.org/000nhq538', 'display_name': 'Institut Necker Enfants Malades', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I3017942884', 'ror': 'https://ror.org/03fk87k11', 'display_name': 'Institut de Mathématiques de Jussieu', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210090571', 'ror': 'https://ror.org/00ajjta07', 'display_name': 'Institut des Sciences des Plantes de Paris Saclay', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134846', 'ror': 'https://ror.org/02s56xp85', 'display_name': 'Institute of Ecology and Environmental Sciences Paris', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210130152', 'ror': 'https://ror.org/02g40zn06', 'display_name': 'Institute of Psychiatry and Neuroscience of Paris', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210124942', 'ror': 'https://ror.org/03edms940', 'display_name': 'Interfaces Traitements Organisation et Dynamique des Systèmes', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210088804', 'ror': 'https://ror.org/002t9r032', 'display_name': 'International College of Territorial Sciences', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210111922', 'ror': 'https://ror.org/0213qq237', 'display_name': 'Laboratoire Adaptations Travail-Individu', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210141654', 'ror': 'https://ror.org/045r56524', 'display_name': 'Laboratoire Dynamiques Sociales et Recomposition des Espaces', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I3018794593', 'ror': 'https://ror.org/04p7gsa29', 'display_name': 'Laboratoire ICT', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210094488', 'ror': 'https://ror.org/00m43ek07', 'display_name': 'Laboratoire Interdisciplinaire des Énergies de Demain', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210135273', 'ror': 'https://ror.org/046cjf283', 'display_name': 'Laboratoire Interuniversitaire des Systèmes Atmosphériques', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210158291', 'ror': 'https://ror.org/04xmteb38', 'display_name': 'Laboratoire Jacques-Louis Lions', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210127056', 'ror': 'https://ror.org/032w6q449', 'display_name': 'Laboratoire Matière et Systèmes Complexes', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210096867', 'ror': 'https://ror.org/00sxqh512', 'display_name': 'Laboratoire Psychologie de la Perception', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210135853', 'ror': 'https://ror.org/03saykv37', 'display_name': 'Laboratoire Vision Action Cognition', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210131283', 'ror': 'https://ror.org/03atapr58', 'display_name': "Laboratoire d'Electrochimie Moléculaire", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210094115', 'ror': 'https://ror.org/00pbqgm18', 'display_name': "Laboratoire d'Informatique Algorithmique: Fondements et Applications", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210117082', 'ror': 'https://ror.org/028qedy27', 'display_name': 'Laboratoire de Chimie et Biochimie Pharmacologiques et Toxicologiques', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210090201', 'ror': 'https://ror.org/0098sx518', 'display_name': 'Laboratoire de Cristallographie et RMN Biologiques', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210114212', 'ror': 'https://ror.org/0223bz716', 'display_name': 'Laboratoire de Linguistique Formelle', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210105151', 'ror': 'https://ror.org/01hg8p552', 'display_name': 'Laboratoire de Physique Nucléaire et de Hautes Énergies', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210147464', 'ror': 'https://ror.org/04hjc7403', 'display_name': 'Laboratoire de Probabilités et Modèles Aléatoires', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210133036', 'ror': 'https://ror.org/02p3et738', 'display_name': 'Laboratory Materials and Quantum Phenomena', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210092671', 'ror': 'https://ror.org/00kneq391', 'display_name': 'Laboratory Orofacial Pathologies, Imaging and Biotherapies', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210139011', 'ror': 'https://ror.org/046p9e825', 'display_name': 'Laboratory Preuves, Programmes et Systèmes', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210089183', 'ror': 'https://ror.org/00bbtde36', 'display_name': 'Laboratory Universe and Theories', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134185', 'ror': 'https://ror.org/032q95r88', 'display_name': 'Laboratory for Vascular Translational Science', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210111983', 'ror': 'https://ror.org/023kqz006', 'display_name': 'Laboratory for the Psychology of Child Development and Education', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210133830', 'ror': 'https://ror.org/03cqwn895', 'display_name': 'Laboratory of Integrative Cancer Immunology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128656', 'ror': 'https://ror.org/03nr8xh07', 'display_name': 'Laboratory of Physical and Chemical Biology of Membrane Proteins', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210120578', 'ror': 'https://ror.org/02eptjh02', 'display_name': 'Laboratory of Space Studies and Instrumentation in Astrophysics', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210094297', 'ror': 'https://ror.org/00nvjgv40', 'display_name': 'Laboratory of Theoretical Biochemistry', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210091942', 'ror': 'https://ror.org/00kr24y60', 'display_name': 'Langevin Institute', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210124483', 'ror': 'https://ror.org/036ydxy43', 'display_name': 'Memory and Cognition Laboratory', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210128217', 'ror': 'https://ror.org/0366b1491', 'display_name': 'Metabolism and Renal Physiology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210093064', 'ror': 'https://ror.org/00rd22143', 'display_name': 'Mère et Enfant en Milieu Tropical', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210130609', 'ror': 'https://ror.org/03tyznx60', 'display_name': 'Neuroimaging and Psychiatry', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210087937', 'ror': 'https://ror.org/005e8fd26', 'display_name': 'Neurophotonics Laboratory', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210089001', 'ror': 'https://ror.org/006626m33', 'display_name': 'Neurophysiology & New Microscopies Laboratory', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210137432', 'ror': 'https://ror.org/03q7r5x87', 'display_name': 'Osteo-Articular Bioengineering and Bioimaging', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210159893', 'ror': 'https://ror.org/05h9gyn11', 'display_name': 'Paris Biotech Santé', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210131199', 'ror': 'https://ror.org/03gvnh520', 'display_name': 'Paris Cardiovascular Research Center', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210086835', 'ror': 'https://ror.org/002fxfq97', 'display_name': 'Pathologie et Virologie Moléculaire', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210154739', 'ror': 'https://ror.org/04n8sc212', 'display_name': 'Physiopathologie et Epidémiologie des Maladies Respiratoires', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210133938', 'ror': 'https://ror.org/03kr50w79', 'display_name': 'Physique et Mécanique des Milieux Hétérogènes', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210091642', 'ror': 'https://ror.org/002yg6s88', 'display_name': 'Population and Development Center', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210087727', 'ror': 'https://ror.org/002v3cy83', 'display_name': "Pôle de Recherche pour l'Organisation et la Diffusion de l'Information Géographique", 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210117673', 'ror': 'https://ror.org/02krdtz55', 'display_name': 'Research Institute on the Foundations of Computer Science', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210150713', 'ror': 'https://ror.org/05c9ks061', 'display_name': 'Sciences, Philosophie, Histoire', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210155656', 'ror': 'https://ror.org/04bky6g25', 'display_name': 'Serine Proteases and Pathophysiology of the neurovascular Unit', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210144311', 'ror': 'https://ror.org/0579jh693', 'display_name': 'Skin Research Center', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210125567', 'ror': 'https://ror.org/02djzje70', 'display_name': 'The Centre for Studies on China, Korea and Japan', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210112450', 'ror': 'https://ror.org/021ryxk89', 'display_name': 'Toxicology, Pharmacology and Cellular Signaling', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134770', 'ror': 'https://ror.org/04ej53908', 'display_name': 'Typologie et Universaux Linguistiques', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210137329', 'ror': 'https://ror.org/02z0jq636', 'display_name': 'Unit of Functional and Adaptive Biology', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210139070', 'ror': 'https://ror.org/03k1e4r14', 'display_name': 'Unité de Technologies Chimiques et Biologiques pour la Santé', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210134697', 'ror': 'https://ror.org/03x0yny97', 'display_name': 'Éco-Anthropologie', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210110362', 'ror': 'https://ror.org/02617e391', 'display_name': 'Épidémiologie Clinique, Évaluation Économique Appliquées aux Populations Vulnérables', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210100071', 'ror': 'https://ror.org/011abem59', 'display_name': 'Évolution, Génomes, Comportement, Écologie', 'country_code': 'FR', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210120235', 'ror': 'https://ror.org/01v676463', 'display_name': 'Hôpitaux Universitaires Paris-Ouest', 'country_code': 'FR', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210133078', 'ror': 'https://ror.org/03jmjy508', 'display_name': 'Hôtel-Dieu de Paris', 'country_code': 'FR', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I148261361', 'ror': 'https://ror.org/004gzqz66', 'display_name': 'Institut de physique du globe de Paris', 'country_code': 'FR', 'type': 'facility', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 9390, 'cited_by_count': 513648}, {'year': 2022, 'works_count': 12707, 'cited_by_count': 652363}, {'year': 2021, 'works_count': 12803, 'cited_by_count': 635163}, {'year': 2020, 'works_count': 12109, 'cited_by_count': 546037}, {'year': 2019, 'works_count': 11306, 'cited_by_count': 454619}, {'year': 2018, 'works_count': 11081, 'cited_by_count': 404987}, {'year': 2017, 'works_count': 10949, 'cited_by_count': 362699}, {'year': 2016, 'works_count': 10728, 'cited_by_count': 337837}, {'year': 2015, 'works_count': 10238, 'cited_by_count': 311087}, {'year': 2014, 'works_count': 9696, 'cited_by_count': 281741}, {'year': 2013, 'works_count': 8769, 'cited_by_count': 250218}, {'year': 2012, 'works_count': 8133, 'cited_by_count': 214696}], 'roles': [{'role': 'institution', 'id': 'https://openalex.org/I204730241', 'works_count': 216743}, {'role': 'publisher', 'id': 'https://openalex.org/P4310311432', 'works_count': 388}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 61.7}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 54.0}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 44.8}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 42.5}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 37.6}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 35.7}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 31.5}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 29.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 29.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 26.5}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 24.8}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 22.9}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 20.5}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 20.4}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I204730241', 'updated_date': '2023-10-03T21:53:53.531274', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/I5023651', 'ror': 'https://ror.org/01pxwe438', 'display_name': 'McGill University', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I5023651'], 'homepage_url': 'http://www.mcgill.ca/', 'image_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Arts%20Building%2C%20McGill%20University%2C%20Aug%2031%202022.jpg', 'image_thumbnail_url': 'https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Arts%20Building%2C%20McGill%20University%2C%20Aug%2031%202022.jpg&width=300', 'display_name_acronyms': [], 'display_name_alternatives': [], 'repositories': [{'id': 'https://openalex.org/S4306401568', 'display_name': 'eScholarship@McGill (McGill)', 'host_organization': 'https://openalex.org/I5023651', 'host_organization_name': 'McGill University', 'host_organization_lineage': ['https://openalex.org/I5023651']}, {'id': 'https://openalex.org/S4306400151', 'display_name': 'International Journal of Whole Person Care (McGill University)', 'host_organization': 'https://openalex.org/I5023651', 'host_organization_name': 'McGill University', 'host_organization_lineage': ['https://openalex.org/I5023651']}, {'id': 'https://openalex.org/S4306400150', 'display_name': 'International Journal of Whole Person Care (McGill University)', 'host_organization': 'https://openalex.org/I5023651', 'host_organization_name': 'McGill University', 'host_organization_lineage': ['https://openalex.org/I5023651']}], 'works_count': 213401, 'cited_by_count': 7073441, 'summary_stats': {'2yr_mean_citedness': 4.294415309596099, 'h_index': 707, 'i10_index': 98920}, 'ids': {'openalex': 'https://openalex.org/I5023651', 'ror': 'https://ror.org/01pxwe438', 'mag': '5023651', 'grid': 'grid.14709.3b', 'wikipedia': 'https://en.wikipedia.org/wiki/McGill%20University', 'wikidata': 'https://www.wikidata.org/wiki/Q201492'}, 'geo': {'city': 'Montreal', 'geonames_city_id': '6077243', 'region': 'Quebec', 'country_code': 'CA', 'country': 'Canada', 'latitude': 45.50884, 'longitude': -73.58781}, 'international': {'display_name': {'af': 'McGill Universiteit', 'ar': 'جامعة مكغيل', 'arz': 'جامعة ماكجيل', 'ast': 'Universidá McGill', 'atj': 'Université McGill', 'az': 'Makgill Universiteti', 'azb': 'مکقیل بیلیم\u200cیوردو', 'be': 'Універсітэт Мак-Гіла', 'be-tarask': 'Унівэрсытэт Макгіла', 'bg': 'Университет „Макгил“', 'bn': 'ম্যাকগিল বিশ্ববিদ্যালয়', 'br': 'Skol-veur McGill', 'ca': 'Universitat McGill', 'ckb': 'زانکۆی مەکگیل', 'cs': 'McGillova univerzita', 'cy': 'Prifysgol McGill', 'da': 'McGill Universitet', 'de': 'McGill University', 'de-ch': 'McGill University', 'el': 'Πανεπιστήμιο ΜακΓκιλ', 'en': 'McGill University', 'en-ca': 'McGill University', 'en-gb': 'McGill University', 'eo': 'Universitato McGill', 'es': 'Universidad McGill', 'et': 'McGilli Ülikool', 'eu': 'McGill Unibertsitatea', 'fa': 'دانشگاه مک\u200cگیل', 'fi': 'McGill-yliopisto', 'fo': 'McGill University', 'fr': 'Université McGill', 'ga': 'Ollscoil McGill', 'gd': 'Oilthigh MhicGille', 'gv': 'Ollooscoill McGill', 'hak': 'McGill Thai-ho̍k', 'he': 'אוניברסיטת מקגיל', 'hu': 'McGill Egyetem', 'hy': 'ՄաքԳիլի համալսարան', 'hyw': 'ՄաքԿիլ Համալսարան', 'id': 'Universitas McGill', 'is': 'McGill-háskóli', 'it': 'Università McGill', 'ja': 'マギル大学', 'ka': 'მაკგილის უნივერსიტეტი', 'kk': 'Макгилла университеті', 'ko': '맥길 대학교', 'kw': 'Pennskol McGill', 'ky': 'МакГилл Университети', 'la': 'Universitas McGill', 'lt': 'Makgilio universitetas', 'lv': 'Makgila Universitāte', 'ms': 'Universiti McGill', 'my': 'မက်ဂေးလ် တက္ကသိုလ်', 'nb': 'McGill University', 'nl': 'McGill-universiteit', 'os': 'Макгиллы университет', 'pa': 'ਮੈਕਗਿੱਲ ਯੂਨੀਵਰਸਿਟੀ', 'pl': 'McGill University', 'pnb': 'مکگل یونیورسٹی', 'pt': 'Universidade McGill', 'pt-br': 'Universidade McGill', 'ro': 'Universitatea McGill', 'ru': 'Университет Макгилла', 'sh': 'Univerzitet McGill', 'sk': 'McGill University', 'sl': 'Univerza McGill', 'sr': 'Универзитет Макгил', 'sr-ec': 'Универзитет Макгил', 'sr-el': 'Univerzitet Makgil', 'sv': 'McGill University', 'sw': 'Chuo Kikuu cha McGill', 'ta': 'மக்கில் பல்கலைக்கழகம்', 'th': 'มหาวิทยาลัยแมคกิลล์', 'tl': 'McGill University', 'tr': 'McGill Üniversitesi', 'tt': 'Макгилл университеты', 'uk': 'Університет Макгілла', 'ur': 'میک گل یونیورسٹی', 'vi': 'Đại học McGill', 'wuu': '麦吉尔大学', 'yi': 'מאקגיל אוניווערסיטעט', 'yue': '麥嬌大學', 'zh': '麦吉尔大学', 'zh-cn': '麦吉尔大学', 'zh-hans': '麦吉尔大学', 'zh-hant': '麥基爾大學', 'zh-hk': '麥基爾大學', 'zh-sg': '麦吉尔大学', 'zh-tw': '麥基爾大學'}}, 'associated_institutions': [{'id': 'https://openalex.org/I4210088084', 'ror': 'https://ror.org/003sgap07', 'display_name': 'Canadian Institute for International Peace and Security', 'country_code': 'CA', 'type': 'education', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210133247', 'ror': 'https://ror.org/02pkvpx84', 'display_name': 'Group for Research in Decision Analysis', 'country_code': 'CA', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210166983', 'ror': 'https://ror.org/05yfz9t60', 'display_name': 'International Laboratory for Brain, Music and Sound Research', 'country_code': 'CA', 'type': 'facility', 'relationship': 'child'}, {'id': 'https://openalex.org/I4210124342', 'ror': 'https://ror.org/03wx0vn75', 'display_name': 'CentrEau - Quebec Water Management Research Centre', 'country_code': 'CA', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210127971', 'ror': 'https://ror.org/02dhqpj43', 'display_name': 'Centre de réadaptation Lethbridge-Layton-Mackay', 'country_code': 'CA', 'type': 'nonprofit', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799434747', 'ror': 'https://ror.org/05dk2r620', 'display_name': 'Douglas Mental Health University Institute', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801824472', 'ror': 'https://ror.org/056jjra10', 'display_name': 'Jewish General Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801283468', 'ror': 'https://ror.org/047eze012', 'display_name': 'Jewish Rehabilitation Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801942610', 'ror': 'https://ror.org/046j4d739', 'display_name': 'Lakeshore General Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2801766832', 'ror': 'https://ror.org/04cpxjv19', 'display_name': 'McGill University Health Centre', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210102716', 'ror': 'https://ror.org/018sv0913', 'display_name': "McGill-Queen's University Press", 'country_code': 'CA', 'type': 'education', 'relationship': 'related'}, {'id': 'https://openalex.org/I2799950917', 'ror': 'https://ror.org/04wc5jk96', 'display_name': "Montreal Children's Hospital", 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210158752', 'ror': 'https://ror.org/05m8pzq90', 'display_name': 'Montreal Clinical Research Institute', 'country_code': 'CA', 'type': 'facility', 'relationship': 'related'}, {'id': 'https://openalex.org/I2800293973', 'ror': 'https://ror.org/04gbhgc79', 'display_name': 'Montreal General Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I1292859797', 'ror': 'https://ror.org/05ghs6f64', 'display_name': 'Montreal Neurological Institute and Hospital', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I4210088756', 'ror': 'https://ror.org/00arwy491', 'display_name': 'Royal Victoria Regional Health Centre', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802125861', 'ror': 'https://ror.org/01z1dtf94', 'display_name': 'Shriners Hospitals for Children - Canada', 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}, {'id': 'https://openalex.org/I2802905097', 'ror': 'https://ror.org/03s3dhf22', 'display_name': "St Mary's Hospital", 'country_code': 'CA', 'type': 'healthcare', 'relationship': 'related'}], 'counts_by_year': [{'year': 2023, 'works_count': 8015, 'cited_by_count': 439988}, {'year': 2022, 'works_count': 10631, 'cited_by_count': 558308}, {'year': 2021, 'works_count': 11087, 'cited_by_count': 556637}, {'year': 2020, 'works_count': 10870, 'cited_by_count': 498944}, {'year': 2019, 'works_count': 9710, 'cited_by_count': 425792}, {'year': 2018, 'works_count': 9066, 'cited_by_count': 384118}, {'year': 2017, 'works_count': 8911, 'cited_by_count': 349139}, {'year': 2016, 'works_count': 8764, 'cited_by_count': 336690}, {'year': 2015, 'works_count': 8288, 'cited_by_count': 325119}, {'year': 2014, 'works_count': 7953, 'cited_by_count': 310957}, {'year': 2013, 'works_count': 7638, 'cited_by_count': 289100}, {'year': 2012, 'works_count': 7064, 'cited_by_count': 262659}], 'roles': [{'role': 'funder', 'id': 'https://openalex.org/F4320310638', 'works_count': 1426}, {'role': 'institution', 'id': 'https://openalex.org/I5023651', 'works_count': 213401}, {'role': 'publisher', 'id': 'https://openalex.org/P4310312946', 'works_count': 2194}], 'x_concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 66.1}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 57.3}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 43.7}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 40.4}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 36.8}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 35.1}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 34.7}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 33.1}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 31.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 30.7}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 26.5}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 23.5}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 23.2}], 'works_api_url': 'https://api.openalex.org/works?filter=institutions.id:I5023651', 'updated_date': '2023-10-04T03:19:19.310904', 'created_date': '2016-06-24'}]
Intersección (Y):
Works().filter(institutions={"country_code": ["fr", "gb"]}).get()
# Lo mismo
Works().filter(institutions={"country_code": "fr"}).filter(institutions={"country_code": "gb"}).get()
[{'id': 'https://openalex.org/W1757407923', 'doi': 'https://doi.org/10.1002/ijc.29210', 'title': 'Cancer incidence and mortality worldwide: Sources, methods and major patterns in GLOBOCAN 2012', 'display_name': 'Cancer incidence and mortality worldwide: Sources, methods and major patterns in GLOBOCAN 2012', 'publication_year': 2014, 'publication_date': '2014-10-09', 'ids': {'openalex': 'https://openalex.org/W1757407923', 'doi': 'https://doi.org/10.1002/ijc.29210', 'mag': '1757407923', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/25220842'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/ijc.29210', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/ijc.29210', 'source': {'id': 'https://openalex.org/S5382288', 'display_name': 'International Journal of Cancer', 'issn_l': '0020-7136', 'issn': ['1097-0215', '0020-7136'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/ijc.29210', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5051830072', 'display_name': 'Jacques Ferlay', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'Jacques Ferlay', 'raw_affiliation_string': 'Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France;', 'raw_affiliation_strings': ['Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057880586', 'display_name': 'Isabelle Soerjomataram', 'orcid': 'https://orcid.org/0000-0002-6017-741X'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Isabelle Soerjomataram', 'raw_affiliation_string': 'Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France;', 'raw_affiliation_strings': ['Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049513467', 'display_name': 'Rajesh Dikshit', 'orcid': 'https://orcid.org/0000-0003-4830-0486'}, 'institutions': [{'id': 'https://openalex.org/I2800098698', 'display_name': 'Tata Memorial Hospital', 'ror': 'https://ror.org/010842375', 'country_code': 'IN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800098698']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Rajesh Dikshit', 'raw_affiliation_string': 'Tata Memorial Hospital, Mumbai (India)', 'raw_affiliation_strings': ['Tata Memorial Hospital, Mumbai (India)']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025276497', 'display_name': 'Sultan Eser', 'orcid': 'https://orcid.org/0000-0003-4427-4540'}, 'institutions': [{'id': 'https://openalex.org/I132257509', 'display_name': 'Izmir University', 'ror': 'https://ror.org/013h3xr51', 'country_code': 'TR', 'type': 'education', 'lineage': ['https://openalex.org/I132257509']}, {'id': 'https://openalex.org/I66514158', 'display_name': 'Hacettepe University', 'ror': 'https://ror.org/04kwvgz42', 'country_code': 'TR', 'type': 'education', 'lineage': ['https://openalex.org/I66514158']}], 'countries': ['TR'], 'is_corresponding': False, 'raw_author_name': 'Sultan Eser', 'raw_affiliation_string': 'Izmir Cancer Registry, Izmir Hub Izmir & Hacettepe University Institute of Public Health Ankara Turkey', 'raw_affiliation_strings': ['Izmir Cancer Registry, Izmir Hub Izmir & Hacettepe University Institute of Public Health Ankara Turkey']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017081649', 'display_name': 'Colin Mathers', 'orcid': 'https://orcid.org/0000-0002-0617-6731'}, 'institutions': [{'id': 'https://openalex.org/I4210105654', 'display_name': 'World Health Organization', 'ror': 'https://ror.org/01f80g185', 'country_code': 'CH', 'type': 'government', 'lineage': ['https://openalex.org/I4210105654']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Colin Mathers', 'raw_affiliation_string': 'Department of Measurement and Health Information Systems, WHO, Geneva, Switzerland', 'raw_affiliation_strings': ['Department of Measurement and Health Information Systems, WHO, Geneva, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045986275', 'display_name': 'Marise Souto Rebelo', 'orcid': 'https://orcid.org/0000-0003-0786-3362'}, 'institutions': [{'id': 'https://openalex.org/I4210121739', 'display_name': 'Ministry of Health', 'ror': 'https://ror.org/02y7p0749', 'country_code': 'BR', 'type': 'government', 'lineage': ['https://openalex.org/I4210121739']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Marise Rebelo', 'raw_affiliation_string': 'Department of Surveillance and Cancer Information, Brazilian National Cancer Institute, Ministry of Health, Rio de Janeiro, Brazil', 'raw_affiliation_strings': ['Department of Surveillance and Cancer Information, Brazilian National Cancer Institute, Ministry of Health, Rio de Janeiro, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060764581', 'display_name': 'Donald Maxwell Parkin', 'orcid': 'https://orcid.org/0000-0002-3229-1784'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Donald Maxwell Parkin', 'raw_affiliation_string': 'Clinical Trial Service Unit and Epidemiological Studies Unit, University of Oxford, Oxford, United Kingdom', 'raw_affiliation_strings': ['Clinical Trial Service Unit and Epidemiological Studies Unit, University of Oxford, Oxford, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003920321', 'display_name': 'David Forman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'David Forman', 'raw_affiliation_string': 'Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France;', 'raw_affiliation_strings': ['Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France;']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5064215217', 'display_name': 'Freddie Bray', 'orcid': 'https://orcid.org/0000-0002-3248-7787'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Freddie Ian Bray', 'raw_affiliation_string': 'Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France;', 'raw_affiliation_strings': ['Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France;']}], 'countries_distinct_count': 6, 'institutions_distinct_count': 7, 'corresponding_author_ids': ['https://openalex.org/A5051830072'], 'corresponding_institution_ids': ['https://openalex.org/I42237331'], 'apc_list': {'value': 4840, 'currency': 'USD', 'value_usd': 4840, 'provenance': 'doaj'}, 'apc_paid': {'value': 4840, 'currency': 'USD', 'value_usd': 4840, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 22602, 'biblio': {'volume': '136', 'issue': '5', 'first_page': 'E359', 'last_page': 'E386'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.76275104}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.712188}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.6517972}, {'id': 'https://openalex.org/C2776256026', 'wikidata': 'https://www.wikidata.org/wiki/Q47912', 'display_name': 'Lung cancer', 'level': 2, 'score': 0.6351663}, {'id': 'https://openalex.org/C2993769243', 'wikidata': 'https://www.wikidata.org/wiki/Q484652', 'display_name': 'International agency', 'level': 3, 'score': 0.5890378}, {'id': 'https://openalex.org/C526805850', 'wikidata': 'https://www.wikidata.org/wiki/Q188874', 'display_name': 'Colorectal cancer', 'level': 3, 'score': 0.5584396}, {'id': 'https://openalex.org/C530470458', 'wikidata': 'https://www.wikidata.org/wiki/Q128581', 'display_name': 'Breast cancer', 'level': 3, 'score': 0.5554501}, {'id': 'https://openalex.org/C179755657', 'wikidata': 'https://www.wikidata.org/wiki/Q58702', 'display_name': 'Mortality rate', 'level': 2, 'score': 0.5163954}, {'id': 'https://openalex.org/C2777914349', 'wikidata': 'https://www.wikidata.org/wiki/Q18205885', 'display_name': 'Causes of cancer', 'level': 3, 'score': 0.5001638}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.49300405}, {'id': 'https://openalex.org/C2779454504', 'wikidata': 'https://www.wikidata.org/wiki/Q189588', 'display_name': 'Stomach cancer', 'level': 3, 'score': 0.4730957}, {'id': 'https://openalex.org/C2992704333', 'wikidata': 'https://www.wikidata.org/wiki/Q5382717', 'display_name': 'Cancer incidence', 'level': 3, 'score': 0.47233215}, {'id': 'https://openalex.org/C29374701', 'wikidata': 'https://www.wikidata.org/wiki/Q1931388', 'display_name': 'Cause of death', 'level': 3, 'score': 0.46276775}, {'id': 'https://openalex.org/C143998085', 'wikidata': 'https://www.wikidata.org/wiki/Q162555', 'display_name': 'Oncology', 'level': 1, 'score': 0.34226084}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.2910098}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.19857273}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009026', 'descriptor_name': 'Mortality', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': True}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002648', 'descriptor_name': 'Child', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002675', 'descriptor_name': 'Child, Preschool', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005500', 'descriptor_name': 'Follow-Up Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015994', 'descriptor_name': 'Incidence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007223', 'descriptor_name': 'Infant', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007231', 'descriptor_name': 'Infant, Newborn', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009026', 'descriptor_name': 'Mortality', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012042', 'descriptor_name': 'Registries', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015996', 'descriptor_name': 'Survival Rate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/ijc.29210', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/ijc.29210', 'source': {'id': 'https://openalex.org/S5382288', 'display_name': 'International Journal of Cancer', 'issn_l': '0020-7136', 'issn': ['1097-0215', '0020-7136'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/25220842', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/ijc.29210', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/ijc.29210', 'source': {'id': 'https://openalex.org/S5382288', 'display_name': 'International Journal of Cancer', 'issn_l': '0020-7136', 'issn': ['1097-0215', '0020-7136'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.87}], 'grants': [], 'referenced_works_count': 8, 'referenced_works': ['https://openalex.org/W1963675196', 'https://openalex.org/W1981989535', 'https://openalex.org/W1989527459', 'https://openalex.org/W2016995945', 'https://openalex.org/W2078899066', 'https://openalex.org/W2121972870', 'https://openalex.org/W2164710273', 'https://openalex.org/W2168083201'], 'related_works': ['https://openalex.org/W1757407923', 'https://openalex.org/W2080358039', 'https://openalex.org/W2110941552', 'https://openalex.org/W2370467889', 'https://openalex.org/W2373772350', 'https://openalex.org/W2385520543', 'https://openalex.org/W2915509794', 'https://openalex.org/W2916165029', 'https://openalex.org/W3216474104', 'https://openalex.org/W4253753929'], 'ngrams_url': 'https://api.openalex.org/works/W1757407923/ngrams', 'abstract_inverted_index': {'Estimates': [0], 'of': [1, 25, 63, 99], 'the': [2, 22, 26, 35, 42, 52, 64, 95], 'worldwide': [3], 'incidence': [4, 45], 'and': [5, 11, 37, 46, 49, 58, 73, 91, 112], 'mortality': [6, 47], 'from': [7], '27': [8], 'major': [9], 'cancers': [10, 14, 83], 'for': [12, 16, 29], 'all': [13], 'combined': [15], '2012': [17], 'are': [18], 'now': [19], 'available': [20], 'in': [21, 40, 59, 77], 'GLOBOCAN': [23], 'series': [24], 'International': [27], 'Agency': [28], 'Research': [30], 'on': [31], 'Cancer.': [32], 'We': [33], 'review': [34], 'sources': [36], 'methods': [38], 'used': [39], 'compiling': [41], 'national': [43], 'cancer': [44, 56, 100, 104, 109, 114], 'estimates,': [48], 'briefly': [50], 'describe': [51], 'key': [53], 'results': [54], 'by': [55], 'site': [57], '20': [60], 'large': [61], '"areas"': [62], 'world.': [65], 'Overall,': [66], 'there': [67], 'were': [68, 84, 102], '14.1': [69], 'million': [70, 75, 106], 'new': [71], 'cases': [72], '8.2': [74], 'deaths': [76], '2012.': [78], 'The': [79], 'most': [80, 96], 'commonly': [81], 'diagnosed': [82], 'lung': [85, 103], '(1.82': [86], 'million),': [87, 90], 'breast': [88], '(1.67': [89], 'colorectal': [92], '(1.36': [93], 'million);': [94], 'common': [97], 'causes': [98], 'death': [101], '(1.6': [105], 'deaths),': [107, 111], 'liver': [108], '(745,000': [110], 'stomach': [113], '(723,000': [115], 'deaths).': [116]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1757407923', 'counts_by_year': [{'year': 2023, 'cited_by_count': 900}, {'year': 2022, 'cited_by_count': 1785}, {'year': 2021, 'cited_by_count': 2365}, {'year': 2020, 'cited_by_count': 3082}, {'year': 2019, 'cited_by_count': 3987}, {'year': 2018, 'cited_by_count': 4062}, {'year': 2017, 'cited_by_count': 3214}, {'year': 2016, 'cited_by_count': 2154}, {'year': 2015, 'cited_by_count': 912}, {'year': 2014, 'cited_by_count': 97}, {'year': 2013, 'cited_by_count': 57}], 'updated_date': '2023-09-29T19:14:24.336995', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W3118615836', 'doi': 'https://doi.org/10.1136/bmj.n71', 'title': 'The PRISMA 2020 statement: an updated guideline for reporting systematic reviews', 'display_name': 'The PRISMA 2020 statement: an updated guideline for reporting systematic reviews', 'publication_year': 2021, 'publication_date': '2021-03-29', 'ids': {'openalex': 'https://openalex.org/W3118615836', 'doi': 'https://doi.org/10.1136/bmj.n71', 'mag': '3118615836', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/33782057', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/8005924'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1136/bmj.n71', 'pdf_url': 'https://www.bmj.com/content/bmj/372/bmj.n71.full.pdf', 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.bmj.com/content/bmj/372/bmj.n71.full.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5089979303', 'display_name': 'Matthew J. Page', 'orcid': 'https://orcid.org/0000-0002-4242-7526'}, 'institutions': [{'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Matthew J Page', 'raw_affiliation_string': 'School of Public Health and Preventive Medicine, Monash University, Melbourne, Australia', 'raw_affiliation_strings': ['School of Public Health and Preventive Medicine, Monash University, Melbourne, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015844348', 'display_name': 'Joanne E. McKenzie', 'orcid': 'https://orcid.org/0000-0003-3534-1641'}, 'institutions': [{'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Joanne E McKenzie', 'raw_affiliation_string': 'School of Public Health and Preventive Medicine, Monash University, Melbourne, Australia', 'raw_affiliation_strings': ['School of Public Health and Preventive Medicine, Monash University, Melbourne, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061726857', 'display_name': 'Patrick M. Bossuyt', 'orcid': 'https://orcid.org/0000-0003-4427-0128'}, 'institutions': [{'id': 'https://openalex.org/I887064364', 'display_name': 'University of Amsterdam', 'ror': 'https://ror.org/04dkp9463', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I887064364']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Patrick M Bossuyt', 'raw_affiliation_string': 'Department of Clinical Epidemiology, Biostatistics and Bioinformatics, Amsterdam University Medical Centres, University of Amsterdam, Amsterdam, Netherlands', 'raw_affiliation_strings': ['Department of Clinical Epidemiology, Biostatistics and Bioinformatics, Amsterdam University Medical Centres, University of Amsterdam, Amsterdam, Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065028933', 'display_name': 'Isabelle Boutron', 'orcid': 'https://orcid.org/0000-0002-5263-6241'}, 'institutions': [{'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Isabelle Boutron', 'raw_affiliation_string': 'Université de Paris, Centre of Epidemiology and Statistics (CRESS), Inserm, F 75004 Paris, France', 'raw_affiliation_strings': ['Université de Paris, Centre of Epidemiology and Statistics (CRESS), Inserm, F 75004 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090700680', 'display_name': 'Tammy Hoffmann', 'orcid': 'https://orcid.org/0000-0001-5210-8548'}, 'institutions': [{'id': 'https://openalex.org/I120125038', 'display_name': 'Bond University', 'ror': 'https://ror.org/006jxzx88', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I120125038']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Tammy C Hoffmann', 'raw_affiliation_string': 'Institute for Evidence-Based Healthcare, Faculty of Health Sciences and Medicine, Bond University, Gold Coast, Australia', 'raw_affiliation_strings': ['Institute for Evidence-Based Healthcare, Faculty of Health Sciences and Medicine, Bond University, Gold Coast, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031204654', 'display_name': 'Cynthia D. Mulrow', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165951966', 'display_name': 'The University of Texas Health Science Center at San Antonio', 'ror': 'https://ror.org/02f6dcw23', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I165951966']}, {'id': 'https://openalex.org/I4210092355', 'display_name': 'Academy of Medicine', 'ror': 'https://ror.org/00fnk0q46', 'country_code': 'SG', 'type': 'education', 'lineage': ['https://openalex.org/I4210092355']}], 'countries': ['SG', 'US'], 'is_corresponding': False, 'raw_author_name': 'Cynthia D Mulrow', 'raw_affiliation_string': 'Annals of Internal Medicine; University of Texas Health Science Center at San Antonio, San Antonio, Texas, USA', 'raw_affiliation_strings': ['Annals of Internal Medicine', 'University of Texas Health Science Center at San Antonio, San Antonio, Texas, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091561305', 'display_name': 'Larissa Shamseer', 'orcid': 'https://orcid.org/0000-0003-3690-3378'}, 'institutions': [{'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Larissa Shamseer', 'raw_affiliation_string': 'Knowledge Translation Program, Li Ka Shing Knowledge Institute, Toronto, Canada; School of Epidemiology and Public Health, Faculty of Medicine, University of Ottawa, Ottawa, Canada', 'raw_affiliation_strings': ['Knowledge Translation Program, Li Ka Shing Knowledge Institute, Toronto, Canada', 'School of Epidemiology and Public Health, Faculty of Medicine, University of Ottawa, Ottawa, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076572041', 'display_name': 'Jennifer Tetzlaff', 'orcid': None}, 'institutions': [], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Jennifer M Tetzlaff', 'raw_affiliation_string': 'Evidence Partners, Ottawa, Canada', 'raw_affiliation_strings': ['Evidence Partners, Ottawa, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041615321', 'display_name': 'Elie A. Akl', 'orcid': 'https://orcid.org/0000-0002-3444-8618'}, 'institutions': [{'id': 'https://openalex.org/I98635879', 'display_name': 'American University of Beirut', 'ror': 'https://ror.org/04pznsd21', 'country_code': 'LB', 'type': 'education', 'lineage': ['https://openalex.org/I98635879']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}, {'id': 'https://openalex.org/I4210161256', 'display_name': 'Impact', 'ror': 'https://ror.org/05d9dsr70', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210161256']}], 'countries': ['CA', 'LB'], 'is_corresponding': False, 'raw_author_name': 'Elie A Akl', 'raw_affiliation_string': 'Clinical Research Institute, American University of Beirut, Beirut, Lebanon; Department of Health Research Methods, Evidence, and Impact, McMaster University, Hamilton, Ontario, Canada', 'raw_affiliation_strings': ['Clinical Research Institute, American University of Beirut, Beirut, Lebanon', 'Department of Health Research Methods, Evidence, and Impact, McMaster University, Hamilton, Ontario, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012486829', 'display_name': 'Sue Brennan', 'orcid': 'https://orcid.org/0000-0003-1789-8809'}, 'institutions': [{'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Sue E Brennan', 'raw_affiliation_string': 'School of Public Health and Preventive Medicine, Monash University, Melbourne, Australia', 'raw_affiliation_strings': ['School of Public Health and Preventive Medicine, Monash University, Melbourne, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070442023', 'display_name': 'Roger Chou', 'orcid': 'https://orcid.org/0000-0001-9889-8610'}, 'institutions': [{'id': 'https://openalex.org/I165690674', 'display_name': 'Oregon Health & Science University', 'ror': 'https://ror.org/009avj582', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I165690674']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Roger Chou', 'raw_affiliation_string': 'Department of Medical Informatics and Clinical Epidemiology, Oregon Health & Science University, Portland, Oregon, USA', 'raw_affiliation_strings': ['Department of Medical Informatics and Clinical Epidemiology, Oregon Health & Science University, Portland, Oregon, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003504334', 'display_name': 'Julie Glanville', 'orcid': 'https://orcid.org/0000-0002-1253-8524'}, 'institutions': [{'id': 'https://openalex.org/I280385510', 'display_name': 'Leeds and York Partnership NHS Foundation Trust', 'ror': 'https://ror.org/00n635c12', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I280385510']}, {'id': 'https://openalex.org/I52099693', 'display_name': 'University of York', 'ror': 'https://ror.org/04m01e293', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I52099693']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Julie Glanville', 'raw_affiliation_string': 'York Health Economics Consortium (YHEC Ltd), University of York, York, UK', 'raw_affiliation_strings': ['York Health Economics Consortium (YHEC Ltd), University of York, York, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054403907', 'display_name': 'Jeremy Grimshaw', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2800722420', 'display_name': 'Ottawa Hospital', 'ror': 'https://ror.org/03c62dg59', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800722420']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Jeremy M Grimshaw', 'raw_affiliation_string': 'Clinical Epidemiology Program, Ottawa Hospital Research Institute, Ottawa, Canada; School of Epidemiology and Public Health, University of Ottawa, Ottawa, Canada', 'raw_affiliation_strings': ['Clinical Epidemiology Program, Ottawa Hospital Research Institute, Ottawa, Canada', 'School of Epidemiology and Public Health, University of Ottawa, Ottawa, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036345545', 'display_name': 'Asbjørn Hróbjartsson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I177969490', 'display_name': 'University of Southern Denmark', 'ror': 'https://ror.org/03yrrjy16', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I177969490']}, {'id': 'https://openalex.org/I4210139775', 'display_name': 'Cochrane', 'ror': 'https://ror.org/048ztsn21', 'country_code': 'DK', 'type': 'other', 'lineage': ['https://openalex.org/I4210139775']}, {'id': 'https://openalex.org/I2801498763', 'display_name': 'Odense University Hospital', 'ror': 'https://ror.org/00ey0ed83', 'country_code': 'DK', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801498763']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Asbjørn Hróbjartsson', 'raw_affiliation_string': 'Centre for Evidence-Based Medicine Odense (CEBMO) and Cochrane Denmark, Department of Clinical Research, University of Southern Denmark, Odense, Denmark; Open Patient data Exploratory Network (OPEN), Odense University Hospital, Odense, Denmark', 'raw_affiliation_strings': ['Centre for Evidence-Based Medicine Odense (CEBMO) and Cochrane Denmark, Department of Clinical Research, University of Southern Denmark, Odense, Denmark', 'Open Patient data Exploratory Network (OPEN), Odense University Hospital, Odense, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007813511', 'display_name': 'Manoj M. Lalu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2800722420', 'display_name': 'Ottawa Hospital', 'ror': 'https://ror.org/03c62dg59', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800722420']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Manoj M Lalu', 'raw_affiliation_string': 'Department of Anesthesiology and Pain Medicine, The Ottawa Hospital, Ottawa, Canada', 'raw_affiliation_strings': ['Department of Anesthesiology and Pain Medicine, The Ottawa Hospital, Ottawa, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072760500', 'display_name': 'Tianjing Li', 'orcid': 'https://orcid.org/0000-0002-3192-9838'}, 'institutions': [{'id': 'https://openalex.org/I921990950', 'display_name': 'University of Colorado Denver', 'ror': 'https://ror.org/02hh7en24', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802236040', 'https://openalex.org/I921990950']}, {'id': 'https://openalex.org/I1299907687', 'display_name': 'Bloomberg (United States)', 'ror': 'https://ror.org/02rdpzb15', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1299907687']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tianjing Li', 'raw_affiliation_string': 'Department of Epidemiology, Johns Hopkins Bloomberg School of Public Health, Baltimore, Maryland, USA; Department of Ophthalmology, School of Medicine, University of Colorado Denver, Denver, Colorado, United States', 'raw_affiliation_strings': ['Department of Epidemiology, Johns Hopkins Bloomberg School of Public Health, Baltimore, Maryland, USA', 'Department of Ophthalmology, School of Medicine, University of Colorado Denver, Denver, Colorado, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054045289', 'display_name': 'Elizabeth Loder', 'orcid': 'https://orcid.org/0000-0003-1501-2947'}, 'institutions': [{'id': 'https://openalex.org/I1283280774', 'display_name': "Brigham and Women's Hospital", 'ror': 'https://ror.org/04b6nzv94', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1283280774', 'https://openalex.org/I48633490']}, {'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Elizabeth W Loder', 'raw_affiliation_string': "Division of Headache, Department of Neurology, Brigham and Women's Hospital, Harvard Medical School, Boston, Massachusetts, USA; Head of Research, The BMJ, London, UK", 'raw_affiliation_strings': ["Division of Headache, Department of Neurology, Brigham and Women's Hospital, Harvard Medical School, Boston, Massachusetts, USA", 'Head of Research, The BMJ, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055917772', 'display_name': 'Evan Mayo‐Wilson', 'orcid': 'https://orcid.org/0000-0001-6126-2459'}, 'institutions': [{'id': 'https://openalex.org/I4210119109', 'display_name': 'Indiana University Bloomington', 'ror': 'https://ror.org/02k40bc56', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I4210119109', 'https://openalex.org/I592451']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Evan Mayo-Wilson', 'raw_affiliation_string': 'Department of Epidemiology and Biostatistics, Indiana University School of Public Health-Bloomington, Bloomington, Indiana, USA', 'raw_affiliation_strings': ['Department of Epidemiology and Biostatistics, Indiana University School of Public Health-Bloomington, Bloomington, Indiana, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074391235', 'display_name': 'Steve McDonald', 'orcid': 'https://orcid.org/0000-0003-2832-5205'}, 'institutions': [{'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Steve McDonald', 'raw_affiliation_string': 'School of Public Health and Preventive Medicine, Monash University, Melbourne, Australia', 'raw_affiliation_strings': ['School of Public Health and Preventive Medicine, Monash University, Melbourne, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037094305', 'display_name': 'Luke A McGuinness', 'orcid': 'https://orcid.org/0000-0001-8730-9761'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Luke A McGuinness', 'raw_affiliation_string': 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol, UK', 'raw_affiliation_strings': ['Population Health Sciences, Bristol Medical School, University of Bristol, Bristol, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002352321', 'display_name': 'Lesley Stewart', 'orcid': 'https://orcid.org/0000-0003-0287-4724'}, 'institutions': [{'id': 'https://openalex.org/I4210088647', 'display_name': 'Kleijnen Systematic Reviews (United Kingdom)', 'ror': 'https://ror.org/004g82f36', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I4210088647']}, {'id': 'https://openalex.org/I52099693', 'display_name': 'University of York', 'ror': 'https://ror.org/04m01e293', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I52099693']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Lesley A Stewart', 'raw_affiliation_string': 'Centre for Reviews and Dissemination, University of York, York, UK', 'raw_affiliation_strings': ['Centre for Reviews and Dissemination, University of York, York, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090183643', 'display_name': 'James Thomas', 'orcid': 'https://orcid.org/0000-0003-4805-4190'}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'James Thomas', 'raw_affiliation_string': 'EPPI-Centre, UCL Social Research Institute, University College London, London, UK', 'raw_affiliation_strings': ['EPPI-Centre, UCL Social Research Institute, University College London, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074901391', 'display_name': 'Andrea C. Tricco', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1297363086', 'display_name': "St. Michael's Hospital", 'ror': 'https://ror.org/04skqfp25', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1297363086']}, {'id': 'https://openalex.org/I4210125326', 'display_name': 'Public Health Ontario', 'ror': 'https://ror.org/025z8ah66', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210125326']}, {'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}, {'id': 'https://openalex.org/I204722609', 'display_name': "Queen's University", 'ror': 'https://ror.org/02y72wh86', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I204722609']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Andrea C Tricco', 'raw_affiliation_string': "Epidemiology Division of the Dalla Lana School of Public Health and the Institute of Health Management, Policy, and Evaluation, University of Toronto, Toronto, Canada; Li Ka Shing Knowledge Institute of St. Michael's Hospital, Unity Health Toronto, Toronto, Canada; Queen's Collaboration for Health Care Quality Joanna Briggs Institute Centre of Excellence, Queen's University, Kingston, Canada", 'raw_affiliation_strings': ['Epidemiology Division of the Dalla Lana School of Public Health and the Institute of Health Management, Policy, and Evaluation, University of Toronto, Toronto, Canada', "Li Ka Shing Knowledge Institute of St. Michael's Hospital, Unity Health Toronto, Toronto, Canada", "Queen's Collaboration for Health Care Quality Joanna Briggs Institute Centre of Excellence, Queen's University, Kingston, Canada"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029006782', 'display_name': 'Vivian Welch', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210145570', 'display_name': 'Bruyère', 'ror': 'https://ror.org/05bznkw77', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210145570']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Vivian A Welch', 'raw_affiliation_string': 'Methods Centre, Bruyère Research Institute, Ottawa, Ontario, Canada; School of Epidemiology and Public Health, Faculty of Medicine, University of Ottawa, Ottawa, Canada', 'raw_affiliation_strings': ['Methods Centre, Bruyère Research Institute, Ottawa, Ontario, Canada', 'School of Epidemiology and Public Health, Faculty of Medicine, University of Ottawa, Ottawa, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077388783', 'display_name': 'Penny Whiting', 'orcid': 'https://orcid.org/0000-0003-1138-5682'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Penny Whiting', 'raw_affiliation_string': 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol, UK', 'raw_affiliation_strings': ['Population Health Sciences, Bristol Medical School, University of Bristol, Bristol, UK']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5068353058', 'display_name': 'David Moher', 'orcid': 'https://orcid.org/0000-0003-2434-4206'}, 'institutions': [{'id': 'https://openalex.org/I2800722420', 'display_name': 'Ottawa Hospital', 'ror': 'https://ror.org/03c62dg59', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800722420']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'David Moher', 'raw_affiliation_string': 'Centre for Journalology, Clinical Epidemiology Program, Ottawa Hospital Research Institute, Ottawa, Canada; School of Epidemiology and Public Health, Faculty of Medicine, University of Ottawa, Ottawa, Canada', 'raw_affiliation_strings': ['Centre for Journalology, Clinical Epidemiology Program, Ottawa Hospital Research Institute, Ottawa, Canada', 'School of Epidemiology and Public Health, Faculty of Medicine, University of Ottawa, Ottawa, Canada']}], 'countries_distinct_count': 9, 'institutions_distinct_count': 31, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 19484, 'biblio': {'volume': None, 'issue': None, 'first_page': 'n71', 'last_page': 'n71'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779356329', 'wikidata': 'https://www.wikidata.org/wiki/Q922625', 'display_name': 'Checklist', 'level': 2, 'score': 0.8881079}, {'id': 'https://openalex.org/C189708586', 'wikidata': 'https://www.wikidata.org/wiki/Q1504425', 'display_name': 'Systematic review', 'level': 3, 'score': 0.83580995}, {'id': 'https://openalex.org/C2780182762', 'wikidata': 'https://www.wikidata.org/wiki/Q1630279', 'display_name': 'Guideline', 'level': 2, 'score': 0.6928961}, {'id': 'https://openalex.org/C2777026412', 'wikidata': 'https://www.wikidata.org/wiki/Q2684591', 'display_name': 'Statement (logic)', 'level': 2, 'score': 0.65636253}, {'id': 'https://openalex.org/C547195049', 'wikidata': 'https://www.wikidata.org/wiki/Q1725664', 'display_name': 'Terminology', 'level': 2, 'score': 0.6089434}, {'id': 'https://openalex.org/C2777601897', 'wikidata': 'https://www.wikidata.org/wiki/Q3409113', 'display_name': 'Presentation (obstetrics)', 'level': 2, 'score': 0.5582348}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5273548}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.45515108}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.38430092}, {'id': 'https://openalex.org/C539667460', 'wikidata': 'https://www.wikidata.org/wiki/Q2414942', 'display_name': 'Management science', 'level': 1, 'score': 0.3539006}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.34618163}, {'id': 'https://openalex.org/C19527891', 'wikidata': 'https://www.wikidata.org/wiki/Q1120908', 'display_name': 'Medical physics', 'level': 1, 'score': 0.32679993}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.21232593}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.13237515}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.085351825}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.068443894}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C180747234', 'wikidata': 'https://www.wikidata.org/wiki/Q23373', 'display_name': 'Cognitive psychology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C126838900', 'wikidata': 'https://www.wikidata.org/wiki/Q77604', 'display_name': 'Radiology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D012107', 'descriptor_name': 'Research Design', 'qualifier_ui': 'Q000592', 'qualifier_name': 'standards', 'is_major_topic': True}, {'descriptor_ui': 'D000078202', 'descriptor_name': 'Systematic Reviews as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D066209', 'descriptor_name': 'Medical Writing', 'qualifier_ui': 'Q000592', 'qualifier_name': 'standards', 'is_major_topic': False}, {'descriptor_ui': 'D066209', 'descriptor_name': 'Medical Writing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015201', 'descriptor_name': 'Meta-Analysis as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017410', 'descriptor_name': 'Practice Guidelines as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011786', 'descriptor_name': 'Quality Control', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012107', 'descriptor_name': 'Research Design', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013223', 'descriptor_name': 'Statistics as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000078202', 'descriptor_name': 'Systematic Reviews as Topic', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D000078202', 'descriptor_name': 'Systematic Reviews as Topic', 'qualifier_ui': 'Q000592', 'qualifier_name': 'standards', 'is_major_topic': False}, {'descriptor_ui': 'D009626', 'descriptor_name': 'Terminology as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 8, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1136/bmj.n71', 'pdf_url': 'https://www.bmj.com/content/bmj/372/bmj.n71.full.pdf', 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research.bond.edu.au/en/publications/ccbeeada-3050-429e-bbf3-df68741c9710', 'pdf_url': 'https://research.bond.edu.au/files/70523698/The_PRISMA_2020_statement.pdf', 'source': {'id': 'https://openalex.org/S4306402608', 'display_name': 'Bond University Research Portal (Bond University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I120125038', 'host_organization_name': 'Bond University', 'host_organization_lineage': ['https://openalex.org/I120125038'], 'host_organization_lineage_names': ['Bond University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://findresearcher.sdu.dk/ws/files/181944060/bmj.n71.full.pdf', 'pdf_url': 'https://findresearcher.sdu.dk/ws/files/181944060/bmj.n71.full.pdf', 'source': {'id': 'https://openalex.org/S4306400423', 'display_name': 'University of Southern Denmark Research Portal (University of Southern Denmark)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177969490', 'host_organization_name': 'University of Southern Denmark', 'host_organization_lineage': ['https://openalex.org/I177969490'], 'host_organization_lineage_names': ['University of Southern Denmark'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://portal.findresearcher.sdu.dk/da/publications/5b3f3557-9ca0-48a7-b1ba-f346b2eff8c1', 'pdf_url': 'https://portal.findresearcher.sdu.dk/files/181944060/bmj.n71.full.pdf', 'source': {'id': 'https://openalex.org/S4306400423', 'display_name': 'University of Southern Denmark Research Portal (University of Southern Denmark)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177969490', 'host_organization_name': 'University of Southern Denmark', 'host_organization_lineage': ['https://openalex.org/I177969490'], 'host_organization_lineage_names': ['University of Southern Denmark'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://pure.bond.edu.au/ws/files/70523698/The_PRISMA_2020_statement.pdf', 'pdf_url': 'https://pure.bond.edu.au/ws/files/70523698/The_PRISMA_2020_statement.pdf', 'source': {'id': 'https://openalex.org/S4306402608', 'display_name': 'Bond University Research Portal (Bond University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I120125038', 'host_organization_name': 'Bond University', 'host_organization_lineage': ['https://openalex.org/I120125038'], 'host_organization_lineage_names': ['Bond University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8005924', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://eprints.whiterose.ac.uk/173303/1/bmj.n71.full.pdf', 'pdf_url': 'https://eprints.whiterose.ac.uk/173303/1/bmj.n71.full.pdf', 'source': {'id': 'https://openalex.org/S4306400854', 'display_name': 'White Rose Research Online (University of Leeds, The University of Sheffield, University of York)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2800616092', 'host_organization_name': 'White Rose University Consortium', 'host_organization_lineage': ['https://openalex.org/I2800616092'], 'host_organization_lineage_names': ['White Rose University Consortium'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/33782057', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1136/bmj.n71', 'pdf_url': 'https://www.bmj.com/content/bmj/372/bmj.n71.full.pdf', 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.4}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.13}], 'grants': [], 'referenced_works_count': 73, 'referenced_works': ['https://openalex.org/W600840809', 'https://openalex.org/W1528251861', 'https://openalex.org/W1617328014', 'https://openalex.org/W1913246108', 'https://openalex.org/W1965104586', 'https://openalex.org/W2005501262', 'https://openalex.org/W2007872832', 'https://openalex.org/W2012107441', 'https://openalex.org/W2012932483', 'https://openalex.org/W2022190222', 'https://openalex.org/W2031720106', 'https://openalex.org/W2050118439', 'https://openalex.org/W2066896354', 'https://openalex.org/W2093038967', 'https://openalex.org/W2093152548', 'https://openalex.org/W2096266245', 'https://openalex.org/W2124445109', 'https://openalex.org/W2134833483', 'https://openalex.org/W2135572748', 'https://openalex.org/W2143681456', 'https://openalex.org/W2144032281', 'https://openalex.org/W2147469877', 'https://openalex.org/W2156098321', 'https://openalex.org/W2161374186', 'https://openalex.org/W2163661402', 'https://openalex.org/W2169205464', 'https://openalex.org/W2208053283', 'https://openalex.org/W2263572070', 'https://openalex.org/W2342064264', 'https://openalex.org/W2396846174', 'https://openalex.org/W2468996569', 'https://openalex.org/W2531269403', 'https://openalex.org/W2567362164', 'https://openalex.org/W2576440140', 'https://openalex.org/W2588681363', 'https://openalex.org/W2604568423', 'https://openalex.org/W2616456691', 'https://openalex.org/W2752872022', 'https://openalex.org/W2756578555', 'https://openalex.org/W2762974940', 'https://openalex.org/W2765905280', 'https://openalex.org/W2766439930', 'https://openalex.org/W2772564313', 'https://openalex.org/W2779588463', 'https://openalex.org/W2785704959', 'https://openalex.org/W2791681873', 'https://openalex.org/W2891378911', 'https://openalex.org/W2895713118', 'https://openalex.org/W2903923633', 'https://openalex.org/W2914938986', 'https://openalex.org/W2917632902', 'https://openalex.org/W2944160460', 'https://openalex.org/W2949899843', 'https://openalex.org/W2953559630', 'https://openalex.org/W2961191798', 'https://openalex.org/W2961682569', 'https://openalex.org/W2968088578', 'https://openalex.org/W2970684805', 'https://openalex.org/W2972152141', 'https://openalex.org/W2973875029', 'https://openalex.org/W2988223630', 'https://openalex.org/W2989672233', 'https://openalex.org/W2990648940', 'https://openalex.org/W2990790246', 'https://openalex.org/W2991792334', 'https://openalex.org/W3006856936', 'https://openalex.org/W3022903699', 'https://openalex.org/W3123497531', 'https://openalex.org/W3123893780', 'https://openalex.org/W3126226315', 'https://openalex.org/W3211002328', 'https://openalex.org/W4294215472', 'https://openalex.org/W4313371821'], 'related_works': ['https://openalex.org/W2101005771', 'https://openalex.org/W2217615980', 'https://openalex.org/W2328738528', 'https://openalex.org/W2883919463', 'https://openalex.org/W2901881702', 'https://openalex.org/W2977892363', 'https://openalex.org/W3012352897', 'https://openalex.org/W3093012709', 'https://openalex.org/W4220654564', 'https://openalex.org/W4226339494'], 'ngrams_url': 'https://api.openalex.org/works/W3118615836/ngrams', 'abstract_inverted_index': {'The': [0, 53, 78], 'Preferred': [1], 'Reporting': [2], 'Items': [3], 'for': [4, 108, 121], 'Systematic': [5], 'reviews': [6], 'and': [7, 31, 44, 61, 75, 80, 116, 123], 'Meta-Analyses': [8], '(PRISMA)': [9], 'statement,': [10], 'published': [11], 'in': [12, 40, 69], '2009,': [13], 'was': [14, 25], 'designed': [15], 'to': [16, 50, 71, 88], 'help': [17], 'systematic': [18, 41], 'reviewers': [19], 'transparently': [20], 'report': [21], 'why': [22], 'the': [23, 28, 36, 51, 58, 83, 96, 111, 117], 'review': [24, 42], 'done,': [26], 'what': [27, 32], 'authors': [29], 'did,': [30], 'they': [33], 'found.': [34], 'Over': [35], 'past': [37], 'decade,': [38], 'advances': [39, 68], 'methodology': [43], 'terminology': [45], 'have': [46, 85], 'necessitated': [47], 'an': [48, 101], 'update': [49], 'guideline.': [52], 'PRISMA': [54, 97, 112], '2020': [55, 98, 113], 'statement': [56, 60], 'replaces': [57], '2009': [59], 'includes': [62], 'new': [63], 'reporting': [64, 106], 'guidance': [65], 'that': [66, 104], 'reflects': [67], 'methods': [70], 'identify,': [72], 'select,': [73], 'appraise,': [74], 'synthesise': [76], 'studies.': [77], 'structure': [79], 'presentation': [81], 'of': [82], 'items': [84], 'been': [86], 'modified': [87], 'facilitate': [89], 'implementation.': [90], 'In': [91], 'this': [92], 'article,': [93], 'we': [94], 'present': [95], '27-item': [99], 'checklist,': [100, 115], 'expanded': [102], 'checklist': [103], 'details': [105], 'recommendations': [107], 'each': [109], 'item,': [110], 'abstract': [114], 'revised': [118], 'flow': [119], 'diagrams': [120], 'original': [122], 'updated': [124], 'reviews.': [125]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3118615836', 'counts_by_year': [{'year': 2023, 'cited_by_count': 9272}, {'year': 2022, 'cited_by_count': 8564}, {'year': 2021, 'cited_by_count': 1775}, {'year': 2020, 'cited_by_count': 7}], 'updated_date': '2023-10-01T17:11:35.795500', 'created_date': '2021-01-18'}, {'id': 'https://openalex.org/W2128158076', 'doi': 'https://doi.org/10.1016/s0168-9002(03)01368-8', 'title': 'Geant4—a simulation toolkit', 'display_name': 'Geant4—a simulation toolkit', 'publication_year': 2003, 'publication_date': '2003-07-01', 'ids': {'openalex': 'https://openalex.org/W2128158076', 'doi': 'https://doi.org/10.1016/s0168-9002(03)01368-8', 'mag': '2128158076'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0168-9002(03)01368-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S145630073', 'display_name': 'Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment', 'issn_l': '0168-9002', 'issn': ['1872-9576', '0168-9002'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://infoscience.epfl.ch/record/49909/files/Ago+03.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5019950553', 'display_name': 'S. Agostinelli', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I83816512', 'display_name': 'University of Genoa', 'ror': 'https://ror.org/0107c5v14', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I83816512']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Agostinelli', 'raw_affiliation_string': 'Università di Genova, Italy', 'raw_affiliation_strings': ['Università di Genova, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022357282', 'display_name': 'J. Allison', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'J. Allison', 'raw_affiliation_string': 'Department of Physics and Astronomy, The University of Manchester, UK', 'raw_affiliation_strings': ['Department of Physics and Astronomy, The University of Manchester, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008710200', 'display_name': 'K. Amako', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I138728355', 'display_name': 'High Energy Accelerator Research Organization', 'ror': 'https://ror.org/01g5y5k24', 'country_code': 'JP', 'type': 'facility', 'lineage': ['https://openalex.org/I1319490839', 'https://openalex.org/I138728355']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'K. Amako', 'raw_affiliation_string': 'KEK, Japan', 'raw_affiliation_strings': ['KEK, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056196917', 'display_name': 'J. Apostolakis', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'J. Apostolakis', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075976624', 'display_name': 'H. M. Araújo', 'orcid': 'https://orcid.org/0000-0002-5972-2783'}, 'institutions': [{'id': 'https://openalex.org/I47508984', 'display_name': 'Imperial College London', 'ror': 'https://ror.org/041kmwe10', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I47508984']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'H. Araujo', 'raw_affiliation_string': 'Imperial College of Science, Technology and Medicine, London, UK', 'raw_affiliation_strings': ['Imperial College of Science, Technology and Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053120153', 'display_name': 'P. Arce', 'orcid': 'https://orcid.org/0000-0003-3009-0484'}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'P. Arce', 'raw_affiliation_string': 'CIEMAT, Italy; CMS Collaboration, CERN, Switzerland', 'raw_affiliation_strings': ['CIEMAT, Italy', 'CMS Collaboration, CERN, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033010033', 'display_name': 'M. Asai', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210120900', 'display_name': 'Stanford Synchrotron Radiation Lightsource', 'ror': 'https://ror.org/02vzbm991', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I2801935854', 'https://openalex.org/I4210120900']}, {'id': 'https://openalex.org/I2801935854', 'display_name': 'SLAC National Accelerator Laboratory', 'ror': 'https://ror.org/05gzmn429', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I2801935854']}, {'id': 'https://openalex.org/I139084617', 'display_name': 'Hiroshima Institute of Technology', 'ror': 'https://ror.org/02bwkwm60', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I139084617']}], 'countries': ['JP', 'US'], 'is_corresponding': False, 'raw_author_name': 'M. Asai', 'raw_affiliation_string': 'Hiroshima Institute of Technology, Japan; Stanford Linear Accelerator Center (SLAC), USA', 'raw_affiliation_strings': ['Hiroshima Institute of Technology, Japan', 'Stanford Linear Accelerator Center (SLAC), USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069966409', 'display_name': 'D. Axen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}, {'id': 'https://openalex.org/I141945490', 'display_name': 'University of British Columbia', 'ror': 'https://ror.org/03rmrcq20', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}], 'countries': ['CA', 'CH'], 'is_corresponding': False, 'raw_author_name': 'D. Axen', 'raw_affiliation_string': 'ATLAS Collaboration, CERN, Switzerland; University of British Columbia, Canada', 'raw_affiliation_strings': ['ATLAS Collaboration, CERN, Switzerland', 'University of British Columbia, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074476286', 'display_name': 'S. Banerjee', 'orcid': 'https://orcid.org/0000-0001-7880-922X'}, 'institutions': [{'id': 'https://openalex.org/I11947397', 'display_name': 'Tata Institute of Fundamental Research', 'ror': 'https://ror.org/03ht1xw27', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I11947397', 'https://openalex.org/I3149292468']}, {'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH', 'IN'], 'is_corresponding': False, 'raw_author_name': 'S. Banerjee', 'raw_affiliation_string': 'CMS Collaboration, CERN, Switzerland; TIFR, Mumbai, India', 'raw_affiliation_strings': ['CMS Collaboration, CERN, Switzerland', 'TIFR, Mumbai, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005804616', 'display_name': 'G. Barrand', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210133362', 'display_name': 'Institut National de Physique Nucléaire et de Physique des Particules', 'ror': 'https://ror.org/03fd77x13', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1294671590', 'https://openalex.org/I4210133362']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'G. Barrand', 'raw_affiliation_string': 'IN2P3/LAL, Orsay, France', 'raw_affiliation_strings': ['IN2P3/LAL, Orsay, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037508667', 'display_name': 'F. Behner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'F. Behner', 'raw_affiliation_string': 'CMS Collaboration, CERN, Switzerland', 'raw_affiliation_strings': ['CMS Collaboration, CERN, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081230172', 'display_name': 'L. Bellagamba', 'orcid': 'https://orcid.org/0000-0001-7098-9393'}, 'institutions': [{'id': 'https://openalex.org/I160013858', 'display_name': 'National Institute for Nuclear Physics', 'ror': 'https://ror.org/005ta0471', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I160013858']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'L. Bellagamba', 'raw_affiliation_string': 'Istituto Nazionale di Fisica Nucleare (INFN), Italy', 'raw_affiliation_strings': ['Istituto Nazionale di Fisica Nucleare (INFN), Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012354143', 'display_name': 'J. Boudreau', 'orcid': 'https://orcid.org/0000-0002-9314-5860'}, 'institutions': [{'id': 'https://openalex.org/I4780363', 'display_name': 'Pittsburg State University', 'ror': 'https://ror.org/04hteea03', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I4780363']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J. Boudreau', 'raw_affiliation_string': 'University of Pittsburg, USA', 'raw_affiliation_strings': ['University of Pittsburg, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083421767', 'display_name': 'L. Broglia', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I203339264', 'display_name': 'University of Lyon System', 'ror': 'https://ror.org/01rk35k63', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I203339264']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'L. Broglia', 'raw_affiliation_string': 'Lyon University, France', 'raw_affiliation_strings': ['Lyon University, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070967626', 'display_name': 'A. Brunengo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I160013858', 'display_name': 'National Institute for Nuclear Physics', 'ror': 'https://ror.org/005ta0471', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I160013858']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'A. Brunengo', 'raw_affiliation_string': 'Istituto Nazionale di Fisica Nucleare (INFN), Italy', 'raw_affiliation_strings': ['Istituto Nazionale di Fisica Nucleare (INFN), Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006245909', 'display_name': 'H. Burkhardt', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'H. Burkhardt', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047187911', 'display_name': 'Stéphane Chauvie', 'orcid': 'https://orcid.org/0000-0003-4394-5031'}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Chauvie', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088076311', 'display_name': 'Joseph Chuma', 'orcid': 'https://orcid.org/0000-0003-1595-2031'}, 'institutions': [{'id': 'https://openalex.org/I1304378839', 'display_name': 'TRIUMF', 'ror': 'https://ror.org/03kgj4539', 'country_code': 'CA', 'type': 'facility', 'lineage': ['https://openalex.org/I1304378839']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'J. Chuma', 'raw_affiliation_string': 'TRIUMF, Canada', 'raw_affiliation_strings': ['TRIUMF, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064659367', 'display_name': 'R. Chytracek', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'R. Chytracek', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070983794', 'display_name': 'Gene Cooperman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Cooperman', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053210927', 'display_name': 'G. Cosmo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Cosmo', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048080465', 'display_name': 'P. V. Degtyarenko', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'P. Degtyarenko', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046690133', 'display_name': 'A. Dell’Acqua', 'orcid': 'https://orcid.org/0000-0003-2453-7745'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': "A. Dell'Acqua", 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078458268', 'display_name': 'G. Depaola', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Depaola', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042826568', 'display_name': 'Dennis D. Dietrich', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'D. Dietrich', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055698218', 'display_name': 'R. Enami', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R. Enami', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090259574', 'display_name': 'A. Feliciello', 'orcid': 'https://orcid.org/0000-0001-5823-9733'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Feliciello', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010110322', 'display_name': 'C. Ferguson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'C. Ferguson', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033385795', 'display_name': 'H. Fesefeldt', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'H. Fesefeldt', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075676762', 'display_name': 'G. Folger', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Folger', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041391948', 'display_name': 'F. Foppiano', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'F. Foppiano', 'raw_affiliation_string': 'CMS Collaboration, CERN, Switzerland', 'raw_affiliation_strings': ['CMS Collaboration, CERN, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076890593', 'display_name': 'A. Forti', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Forti', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082722135', 'display_name': 'Sara Garelli', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Garelli', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011527578', 'display_name': 'S. Gianì', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Giani', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082956608', 'display_name': 'R. Giannitrapani', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R. Giannitrapani', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065656286', 'display_name': 'D. Gibin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'D. Gibin', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054162294', 'display_name': 'J. J. Gomez Y Cadenas', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'J.J. Gómez Cadenas', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047807978', 'display_name': 'I. D. Sandoval Gonzalez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'I. González', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084748758', 'display_name': 'G. Gracia Abril', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Gracia Abril', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029352096', 'display_name': 'G. Greeniaus', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Greeniaus', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061297345', 'display_name': 'Walter Greiner', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'W. Greiner', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090050350', 'display_name': 'V. Grichine', 'orcid': 'https://orcid.org/0000-0002-7338-0142'}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'V. Grichine', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071795042', 'display_name': 'A. Grossheim', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Grossheim', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068840916', 'display_name': 'Susanna Guatelli', 'orcid': 'https://orcid.org/0000-0002-9289-7956'}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Guatelli', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003526591', 'display_name': 'P. Gumplinger', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'P. Gumplinger', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088185191', 'display_name': 'R. Hamatsu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R. Hamatsu', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050387070', 'display_name': 'K. Hashimoto', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'K. Hashimoto', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003870645', 'display_name': 'H. Hasui', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'H. Hasui', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067527729', 'display_name': 'Anna Maria Heikkinen', 'orcid': 'https://orcid.org/0000-0003-3252-192X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Heikkinen', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078660516', 'display_name': 'A. Howard', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Howard', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011037729', 'display_name': 'V. N. Ivanchenko', 'orcid': 'https://orcid.org/0000-0002-1844-5433'}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'V. Ivanchenko', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082312355', 'display_name': 'A. Johnson', 'orcid': 'https://orcid.org/0000-0002-4371-9897'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Johnson', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002338136', 'display_name': 'F.W. Jones', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'F.W. Jones', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011661664', 'display_name': 'Jan Kallenbach', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1304378839', 'display_name': 'TRIUMF', 'ror': 'https://ror.org/03kgj4539', 'country_code': 'CA', 'type': 'facility', 'lineage': ['https://openalex.org/I1304378839']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'J. Kallenbach', 'raw_affiliation_string': 'TRIUMF, Canada', 'raw_affiliation_strings': ['TRIUMF, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059947958', 'display_name': 'N. Kanaya', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'N. Kanaya', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090298420', 'display_name': 'Masahiro Kawabata', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'M. Kawabata', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076966537', 'display_name': 'Y. Kawabata', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Y. Kawabata', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073456299', 'display_name': 'M. Kawaguti', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'M. Kawaguti', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045151954', 'display_name': 'S. R. Kelner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Kelner', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061511981', 'display_name': 'Paul Kent', 'orcid': 'https://orcid.org/0000-0001-5539-4017'}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'P. Kent', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048930001', 'display_name': 'Akira Kimura', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Kimura', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067187744', 'display_name': 'T. Kodama', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'T. Kodama', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089483250', 'display_name': 'Р. П. Кокоулин', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R. Kokoulin', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082317187', 'display_name': 'M. Kossov', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'M. Kossov', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064860139', 'display_name': 'H. Kurashige', 'orcid': 'https://orcid.org/0000-0003-3932-016X'}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'H. Kurashige', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084828559', 'display_name': 'E. Lamanna', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'E. Lamanna', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070907110', 'display_name': 'T. Lampén', 'orcid': 'https://orcid.org/0000-0002-8398-4249'}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'T. Lampén', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087702845', 'display_name': 'V. Lara', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'V. Lara', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043269269', 'display_name': 'V. Lefébure', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'V. Lefebure', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024184734', 'display_name': 'F. Lei', 'orcid': 'https://orcid.org/0000-0002-4365-988X'}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'F. Lei', 'raw_affiliation_string': 'CMS Collaboration, CERN, Switzerland', 'raw_affiliation_strings': ['CMS Collaboration, CERN, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042998619', 'display_name': 'M. Liendl', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'M. Liendl', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036876777', 'display_name': 'W. S. Lockman', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'W. Lockman', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013535502', 'display_name': 'F. Longo', 'orcid': 'https://orcid.org/0000-0003-2501-2270'}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'F. Longo', 'raw_affiliation_string': 'CMS Collaboration, CERN, Switzerland', 'raw_affiliation_strings': ['CMS Collaboration, CERN, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056306774', 'display_name': 'Simone Magni', 'orcid': 'https://orcid.org/0000-0002-8956-7235'}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Magni', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003122116', 'display_name': 'M. Maire', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'M. Maire', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016000066', 'display_name': 'E. Medernach', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'E. Medernach', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005226913', 'display_name': 'K. Minamimoto', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'K. Minamimoto', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017980758', 'display_name': 'P. Mora de Freitas', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'P. Mora de Freitas', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004515549', 'display_name': 'Y. Morita', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Y. Morita', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002373101', 'display_name': 'K. Murakami', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'K. Murakami', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078931579', 'display_name': 'M. Nagamatu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'M. Nagamatu', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072309854', 'display_name': 'R. Nartallo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R. Nartallo', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005520215', 'display_name': 'P. Nieminen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'P. Nieminen', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027721595', 'display_name': 'T. Nishimura', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'T. Nishimura', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067494586', 'display_name': 'K. Ohtsubo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'K. Ohtsubo', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051757056', 'display_name': 'M. Okamura', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'M. Okamura', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031395777', 'display_name': 'S. W. O’Neale', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': "S. O'Neale", 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027568671', 'display_name': 'Y. Oohata', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Y. Oohata', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066906042', 'display_name': 'K. Paech', 'orcid': 'https://orcid.org/0000-0003-0625-2367'}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'K. Paech', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018730722', 'display_name': 'Joseph Perl', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1304378839', 'display_name': 'TRIUMF', 'ror': 'https://ror.org/03kgj4539', 'country_code': 'CA', 'type': 'facility', 'lineage': ['https://openalex.org/I1304378839']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'J. Perl', 'raw_affiliation_string': 'TRIUMF, Canada', 'raw_affiliation_strings': ['TRIUMF, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052449194', 'display_name': 'A. Pfeiffer', 'orcid': 'https://orcid.org/0000-0001-5328-448X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Pfeiffer', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070372384', 'display_name': 'Maria Grazia Pia', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'M.G. Pia', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070642999', 'display_name': 'F. Ranjard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'F. Ranjard', 'raw_affiliation_string': 'CMS Collaboration, CERN, Switzerland', 'raw_affiliation_strings': ['CMS Collaboration, CERN, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005770562', 'display_name': 'A. M. Rybin', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. Rybin', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006490364', 'display_name': 'S.S Sadilov', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210099850', 'display_name': 'INFN Sezione di Torino', 'ror': 'https://ror.org/01vj6ck58', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I123338534', 'https://openalex.org/I160013858', 'https://openalex.org/I4210099850']}, {'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Sadilov', 'raw_affiliation_string': 'INFN, Torino, Italy; Università di Torino, Italy', 'raw_affiliation_strings': ['INFN, Torino, Italy', 'Università di Torino, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017137825', 'display_name': 'E. Di Salvo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'E. Di Salvo', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078790563', 'display_name': 'G. Santin', 'orcid': 'https://orcid.org/0000-0003-4330-9449'}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Santin', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010315794', 'display_name': 'Takashi Sasaki', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'T. Sasaki', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079066306', 'display_name': 'N. Savvas', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12912129', 'display_name': 'Northeastern University', 'ror': 'https://ror.org/04t5xt781', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I12912129']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'N. Savvas', 'raw_affiliation_string': 'Northeastern University, USA', 'raw_affiliation_strings': ['Northeastern University, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070574636', 'display_name': 'Yukimasa Sawada', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Y. Sawada', 'raw_affiliation_string': 'European Organization for Nuclear Research (CERN) Switzerland', 'raw_affiliation_strings': ['European Organization for Nuclear Research (CERN) Switzerland']}], 'countries_distinct_count': 8, 'institutions_distinct_count': 18, 'corresponding_author_ids': ['https://openalex.org/A5022357282'], 'corresponding_institution_ids': ['https://openalex.org/I28407311'], 'apc_list': {'value': 2690, 'currency': 'USD', 'value_usd': 2690, 'provenance': 'doaj'}, 'apc_paid': {'value': 2690, 'currency': 'USD', 'value_usd': 2690, 'provenance': 'doaj'}, 'is_authors_truncated': True, 'has_fulltext': False, 'cited_by_count': 18063, 'biblio': {'volume': '506', 'issue': '3', 'first_page': '250', 'last_page': '303'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C204323151', 'wikidata': 'https://www.wikidata.org/wiki/Q905424', 'display_name': 'Range (aeronautics)', 'level': 2, 'score': 0.6202183}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.617021}, {'id': 'https://openalex.org/C177264268', 'wikidata': 'https://www.wikidata.org/wiki/Q1514741', 'display_name': 'Set (abstract data type)', 'level': 2, 'score': 0.4882784}, {'id': 'https://openalex.org/C2775936607', 'wikidata': 'https://www.wikidata.org/wiki/Q466845', 'display_name': 'Tracking (education)', 'level': 2, 'score': 0.46066394}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.45572156}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.41170162}, {'id': 'https://openalex.org/C201995342', 'wikidata': 'https://www.wikidata.org/wiki/Q682496', 'display_name': 'Systems engineering', 'level': 1, 'score': 0.33506674}, {'id': 'https://openalex.org/C459310', 'wikidata': 'https://www.wikidata.org/wiki/Q117801', 'display_name': 'Computational science', 'level': 1, 'score': 0.33030346}, {'id': 'https://openalex.org/C146978453', 'wikidata': 'https://www.wikidata.org/wiki/Q3798668', 'display_name': 'Aerospace engineering', 'level': 1, 'score': 0.29898804}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.20974779}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.2086026}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C19417346', 'wikidata': 'https://www.wikidata.org/wiki/Q7922', 'display_name': 'Pedagogy', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 9, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0168-9002(03)01368-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S145630073', 'display_name': 'Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment', 'issn_l': '0168-9002', 'issn': ['1872-9576', '0168-9002'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://www.osti.gov/biblio/1847416', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402487', 'display_name': 'OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I139351228', 'host_organization_name': 'Office of Scientific and Technical Information', 'host_organization_lineage': ['https://openalex.org/I139351228'], 'host_organization_lineage_names': ['Office of Scientific and Technical Information'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://infoscience.epfl.ch/record/49909', 'pdf_url': 'https://infoscience.epfl.ch/record/49909/files/Ago+03.pdf', 'source': None, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://nbn-resolving.org/urn:nbn:de:hebis:30-21223', 'pdf_url': 'http://publikationen.ub.uni-frankfurt.de/files/3297/05101609082324085.pdf', 'source': {'id': 'https://openalex.org/S4306400432', 'display_name': 'Publication Server of Goethe University Frankfurt am Main (Goethe University Frankfurt)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114090438', 'host_organization_name': 'Goethe University Frankfurt', 'host_organization_lineage': ['https://openalex.org/I114090438'], 'host_organization_lineage_names': ['Goethe University Frankfurt'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.in2p3.fr/in2p3-00020246', 'pdf_url': 'https://hal.in2p3.fr/in2p3-00020246/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://hal.in2p3.fr/in2p3-00020246/file/democrite-00020246.pdf', 'pdf_url': 'https://hal.in2p3.fr/in2p3-00020246/file/democrite-00020246.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hal.in2p3.fr/in2p3-00020246/file/democrite-00020246.pdf', 'pdf_url': 'http://hal.in2p3.fr/in2p3-00020246/file/democrite-00020246.pdf', 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://cds.cern.ch/record/602040', 'pdf_url': 'http://cds.cern.ch/record/602040/files/it-2002-003.pdf', 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hal.in2p3.fr/in2p3-00020246/document', 'pdf_url': 'http://hal.in2p3.fr/in2p3-00020246/document', 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://infoscience.epfl.ch/record/49909', 'pdf_url': 'https://infoscience.epfl.ch/record/49909/files/Ago+03.pdf', 'source': None, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.33}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.1}], 'grants': [], 'referenced_works_count': 49, 'referenced_works': ['https://openalex.org/W1490538221', 'https://openalex.org/W1519647706', 'https://openalex.org/W1611498779', 'https://openalex.org/W1642267802', 'https://openalex.org/W1647459708', 'https://openalex.org/W1650543532', 'https://openalex.org/W1678065162', 'https://openalex.org/W1978123328', 'https://openalex.org/W1987288420', 'https://openalex.org/W1989481782', 'https://openalex.org/W1995416216', 'https://openalex.org/W1996878876', 'https://openalex.org/W1997020598', 'https://openalex.org/W2005635297', 'https://openalex.org/W2006053224', 'https://openalex.org/W2011370859', 'https://openalex.org/W2015893822', 'https://openalex.org/W2016479768', 'https://openalex.org/W2022937806', 'https://openalex.org/W2023553348', 'https://openalex.org/W2028405531', 'https://openalex.org/W2034241960', 'https://openalex.org/W2034338957', 'https://openalex.org/W2039225808', 'https://openalex.org/W2039525042', 'https://openalex.org/W2043816684', 'https://openalex.org/W2045583679', 'https://openalex.org/W2057523553', 'https://openalex.org/W2058908360', 'https://openalex.org/W2063169213', 'https://openalex.org/W2076718906', 'https://openalex.org/W2091279493', 'https://openalex.org/W2092555603', 'https://openalex.org/W2098420073', 'https://openalex.org/W2099352893', 'https://openalex.org/W2118071425', 'https://openalex.org/W2119051158', 'https://openalex.org/W2119249952', 'https://openalex.org/W2127947526', 'https://openalex.org/W2142316541', 'https://openalex.org/W2152274633', 'https://openalex.org/W2159100712', 'https://openalex.org/W2171407480', 'https://openalex.org/W3162886814', 'https://openalex.org/W3174421778', 'https://openalex.org/W4234273256', 'https://openalex.org/W4244866074', 'https://openalex.org/W4252066525', 'https://openalex.org/W4254672479'], 'related_works': ['https://openalex.org/W1988826774', 'https://openalex.org/W2024404989', 'https://openalex.org/W2153913439', 'https://openalex.org/W2190552620', 'https://openalex.org/W2348770236', 'https://openalex.org/W2355215981', 'https://openalex.org/W2386732326', 'https://openalex.org/W2387221507', 'https://openalex.org/W3045719294', 'https://openalex.org/W4247854475'], 'ngrams_url': 'https://api.openalex.org/works/W2128158076/ngrams', 'abstract_inverted_index': {'Geant4': [0], 'is': [1, 101], 'a': [2, 14, 31, 40, 50, 105], 'toolkit': [3, 100], 'for': [4, 91], 'simulating': [5], 'the': [6, 65, 77, 102, 126], 'passage': [7], 'of': [8, 17, 43, 97, 104, 108], 'particles': [9], 'through': [10], 'matter.': [11], 'It': [12, 69, 113, 130], 'includes': [13], 'complete': [15], 'range': [16, 53], 'functionality': [18], 'including': [19, 34], 'tracking,': [20], 'geometry,': [21], 'physics': [22, 27, 78], 'models': [23, 79], 'and': [24, 37, 47, 60, 73, 85, 110, 120, 123, 145], 'hits.': [25], 'The': [26, 99], 'processes': [28], 'offered': [29], 'cover': [30], 'comprehensive': [32], 'range,': [33], 'electromagnetic,': [35], 'hadronic': [36], 'optical': [38], 'processes,': [39], 'large': [41], 'set': [42], 'long-lived': [44], 'particles,': [45], 'materials': [46], 'elements,': [48], 'over': [49], 'wide': [51], 'energy': [52, 67], 'starting,': [54], 'in': [55, 62, 94, 125, 134, 136], 'some': [56], 'cases,': [57], 'from': [58], '250eV': [59], 'extending': [61], 'others': [63], 'to': [64, 75, 81, 86], 'TeV': [66], 'range.': [68], 'has': [70, 114, 131], 'been': [71, 115, 132], 'designed': [72], 'constructed': [74], 'expose': [76], 'utilised,': [80], 'handle': [82], 'complex': [83], 'geometries,': [84], 'enable': [87], 'its': [88], 'easy': [89], 'adaptation': [90], 'optimal': [92], 'use': [93], 'different': [95], 'sets': [96], 'applications.': [98], 'result': [103], 'worldwide': [106], 'collaboration': [107], 'physicists': [109], 'software': [111, 118], 'engineers.': [112], 'created': [116], 'exploiting': [117], 'engineering': [119, 144], 'object-oriented': [121], 'technology': [122], 'implemented': [124], 'C++': [127], 'programming': [128], 'language.': [129], 'used': [133], 'applications': [135], 'particle': [137], 'physics,': [138, 140], 'nuclear': [139], 'accelerator': [141], 'design,': [142], 'space': [143], 'medical': [146], 'physics.': [147]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2128158076', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1193}, {'year': 2022, 'cited_by_count': 1250}, {'year': 2021, 'cited_by_count': 1413}, {'year': 2020, 'cited_by_count': 1406}, {'year': 2019, 'cited_by_count': 1323}, {'year': 2018, 'cited_by_count': 1280}, {'year': 2017, 'cited_by_count': 1204}, {'year': 2016, 'cited_by_count': 1175}, {'year': 2015, 'cited_by_count': 1232}, {'year': 2014, 'cited_by_count': 1031}, {'year': 2013, 'cited_by_count': 1070}, {'year': 2012, 'cited_by_count': 943}], 'updated_date': '2023-10-03T21:23:07.834462', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1981989535', 'doi': 'https://doi.org/10.1002/ijc.25516', 'title': 'Estimates of worldwide burden of cancer in 2008: GLOBOCAN 2008', 'display_name': 'Estimates of worldwide burden of cancer in 2008: GLOBOCAN 2008', 'publication_year': 2010, 'publication_date': '2010-06-17', 'ids': {'openalex': 'https://openalex.org/W1981989535', 'doi': 'https://doi.org/10.1002/ijc.25516', 'mag': '1981989535', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/21351269'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/ijc.25516', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/ijc.25516', 'source': {'id': 'https://openalex.org/S5382288', 'display_name': 'International Journal of Cancer', 'issn_l': '0020-7136', 'issn': ['1097-0215', '0020-7136'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/ijc.25516', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5051830072', 'display_name': 'Jacques Ferlay', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jacques Ferlay', 'raw_affiliation_string': 'Section of Cancer Information, International Agency for Research on Cancer, 150 Cours Albert Thomas, 69372 Lyon CEDEX 08, France', 'raw_affiliation_strings': ['Section of Cancer Information, International Agency for Research on Cancer, 150 Cours Albert Thomas, 69372 Lyon CEDEX 08, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051799860', 'display_name': 'Hai‐Rim Shin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Hai-Rim Shin', 'raw_affiliation_string': 'International Agency for Research on Cancer', 'raw_affiliation_strings': ['International Agency for Research on Cancer']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064215217', 'display_name': 'Freddie Bray', 'orcid': 'https://orcid.org/0000-0002-3248-7787'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Freddie Bray', 'raw_affiliation_string': 'Section of Cancer Information, International Agency for Research on Cancer, 150 Cours Albert Thomas, 69372 Lyon CEDEX 08, France', 'raw_affiliation_strings': ['Section of Cancer Information, International Agency for Research on Cancer, 150 Cours Albert Thomas, 69372 Lyon CEDEX 08, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003920321', 'display_name': 'David Forman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'David Forman', 'raw_affiliation_string': 'International Agency for Research on Cancer', 'raw_affiliation_strings': ['International Agency for Research on Cancer']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017081649', 'display_name': 'Colin Mathers', 'orcid': 'https://orcid.org/0000-0002-0617-6731'}, 'institutions': [{'id': 'https://openalex.org/I1290603121', 'display_name': 'World Health Organization - Pakistan', 'ror': 'https://ror.org/047bn1w15', 'country_code': 'PK', 'type': 'government', 'lineage': ['https://openalex.org/I1290603121', 'https://openalex.org/I4210105726']}], 'countries': ['PK'], 'is_corresponding': False, 'raw_author_name': 'Colin D Mathers', 'raw_affiliation_string': 'World Health Organization', 'raw_affiliation_strings': ['World Health Organization']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5060764581', 'display_name': 'Donald Maxwell Parkin', 'orcid': 'https://orcid.org/0000-0002-3229-1784'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Donald Maxwell Parkin', 'raw_affiliation_string': 'University of Oxford.', 'raw_affiliation_strings': ['University of Oxford.']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 4840, 'currency': 'USD', 'value_usd': 4840, 'provenance': 'doaj'}, 'apc_paid': {'value': 4840, 'currency': 'USD', 'value_usd': 4840, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 15424, 'biblio': {'volume': '127', 'issue': '12', 'first_page': '2893', 'last_page': '2917'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.7923063}, {'id': 'https://openalex.org/C2776256026', 'wikidata': 'https://www.wikidata.org/wiki/Q47912', 'display_name': 'Lung cancer', 'level': 2, 'score': 0.6695488}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.6657909}, {'id': 'https://openalex.org/C530470458', 'wikidata': 'https://www.wikidata.org/wiki/Q128581', 'display_name': 'Breast cancer', 'level': 3, 'score': 0.59723794}, {'id': 'https://openalex.org/C526805850', 'wikidata': 'https://www.wikidata.org/wiki/Q188874', 'display_name': 'Colorectal cancer', 'level': 3, 'score': 0.57716584}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.5362562}, {'id': 'https://openalex.org/C2779454504', 'wikidata': 'https://www.wikidata.org/wiki/Q189588', 'display_name': 'Stomach cancer', 'level': 3, 'score': 0.53320044}, {'id': 'https://openalex.org/C2993769243', 'wikidata': 'https://www.wikidata.org/wiki/Q484652', 'display_name': 'International agency', 'level': 3, 'score': 0.5290148}, {'id': 'https://openalex.org/C2777914349', 'wikidata': 'https://www.wikidata.org/wiki/Q18205885', 'display_name': 'Causes of cancer', 'level': 3, 'score': 0.4865762}, {'id': 'https://openalex.org/C2776231280', 'wikidata': 'https://www.wikidata.org/wiki/Q623031', 'display_name': 'Liver cancer', 'level': 3, 'score': 0.47193596}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.46719643}, {'id': 'https://openalex.org/C179755657', 'wikidata': 'https://www.wikidata.org/wiki/Q58702', 'display_name': 'Mortality rate', 'level': 2, 'score': 0.45373976}, {'id': 'https://openalex.org/C29374701', 'wikidata': 'https://www.wikidata.org/wiki/Q1931388', 'display_name': 'Cause of death', 'level': 3, 'score': 0.42522106}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.31228295}, {'id': 'https://openalex.org/C143998085', 'wikidata': 'https://www.wikidata.org/wiki/Q162555', 'display_name': 'Oncology', 'level': 1, 'score': 0.29420272}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.28616768}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002648', 'descriptor_name': 'Child', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002675', 'descriptor_name': 'Child, Preschool', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015994', 'descriptor_name': 'Incidence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007223', 'descriptor_name': 'Infant', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007231', 'descriptor_name': 'Infant, Newborn', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012042', 'descriptor_name': 'Registries', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015996', 'descriptor_name': 'Survival Rate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013997', 'descriptor_name': 'Time Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/ijc.25516', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/ijc.25516', 'source': {'id': 'https://openalex.org/S5382288', 'display_name': 'International Journal of Cancer', 'issn_l': '0020-7136', 'issn': ['1097-0215', '0020-7136'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/21351269', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/ijc.25516', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/ijc.25516', 'source': {'id': 'https://openalex.org/S5382288', 'display_name': 'International Journal of Cancer', 'issn_l': '0020-7136', 'issn': ['1097-0215', '0020-7136'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.55}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.24}], 'grants': [], 'referenced_works_count': 16, 'referenced_works': ['https://openalex.org/W1686570062', 'https://openalex.org/W1963675196', 'https://openalex.org/W1971653050', 'https://openalex.org/W1981799300', 'https://openalex.org/W1989527459', 'https://openalex.org/W1992763854', 'https://openalex.org/W2010948558', 'https://openalex.org/W2026707626', 'https://openalex.org/W2028268806', 'https://openalex.org/W2039213368', 'https://openalex.org/W2058732625', 'https://openalex.org/W2059072983', 'https://openalex.org/W2078899066', 'https://openalex.org/W2121972870', 'https://openalex.org/W2138011982', 'https://openalex.org/W2138145250'], 'related_works': ['https://openalex.org/W306127771', 'https://openalex.org/W2355161413', 'https://openalex.org/W2360949490', 'https://openalex.org/W2370467889', 'https://openalex.org/W2373772350', 'https://openalex.org/W2380712985', 'https://openalex.org/W2385520543', 'https://openalex.org/W2394204957', 'https://openalex.org/W3134553072', 'https://openalex.org/W3134603451'], 'ngrams_url': 'https://api.openalex.org/works/W1981989535/ngrams', 'abstract_inverted_index': {'Estimates': [0], 'of': [1, 20, 72, 78, 88, 102, 119, 128, 161], 'the': [2, 21, 26, 38, 45, 49, 79, 84, 89, 103, 129, 148, 159], 'worldwide': [3, 96], 'incidence': [4], 'and': [5, 62, 76, 109, 136], 'mortality': [6], 'from': [7, 163], '27': [8], 'cancers': [9, 95, 111], 'in': [10, 68, 83, 147, 158], '2008': [11], 'have': [12], 'been': [13], 'prepared': [14], 'for': [15, 29, 40, 48], '182': [16], 'countries': [17], 'as': [18], 'part': [19], 'GLOBOCAN': [22], 'series': [23], 'published': [24], 'by': [25], 'International': [27], 'Agency': [28], 'Research': [30], 'on': [31], 'Cancer.': [32], 'In': [33], 'this': [34], 'article,': [35], 'we': [36], 'present': [37], 'results': [39], '20': [41], 'world': [42], 'regions,': [43], 'summarizing': [44], 'global': [46], 'patterns': [47, 160], 'eight': [50], 'most': [51, 92, 116], 'common': [52, 117], 'cancers.': [53], 'Overall,': [54], 'an': [55], 'estimated': [56], '12.7': [57], 'million': [58, 64], 'new': [59, 73], 'cancer': [60, 65, 74, 80, 120, 124, 132, 138, 162], 'cases': [61, 75], '7.6': [63], 'deaths': [66, 81], 'occur': [67], '2008,': [69], 'with': [70], '56%': [71], '63%': [77], 'occurring': [82], 'less': [85], 'developed': [86], 'regions': [87], 'world.': [90], 'The': [91, 115], 'commonly': [93], 'diagnosed': [94], 'are': [97, 122, 167], 'lung': [98, 123], '(1.61': [99], 'million,': [100, 107, 113, 126], '12.7%': [101], 'total),': [104, 130], 'breast': [105], '(1.38': [106, 125], '10.9%)': [108], 'colorectal': [110], '(1.23': [112], '9.7%).': [114], 'causes': [118], 'death': [121], '18.2%': [127], 'stomach': [131], '(738,000': [133], 'deaths,': [134, 140], '9.7%)': [135], 'liver': [137], '(696,000': [139], '9.2%).': [141], 'Cancer': [142], 'is': [143], 'neither': [144], 'rare': [145], 'anywhere': [146], 'world,': [149], 'nor': [150], 'mainly': [151], 'confined': [152], 'to': [153, 165], 'high-resource': [154], 'countries.': [155], 'Striking': [156], 'differences': [157], 'region': [164, 166], 'observed.': [168]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1981989535', 'counts_by_year': [{'year': 2023, 'cited_by_count': 234}, {'year': 2022, 'cited_by_count': 401}, {'year': 2021, 'cited_by_count': 540}, {'year': 2020, 'cited_by_count': 765}, {'year': 2019, 'cited_by_count': 825}, {'year': 2018, 'cited_by_count': 1034}, {'year': 2017, 'cited_by_count': 1201}, {'year': 2016, 'cited_by_count': 1531}, {'year': 2015, 'cited_by_count': 2213}, {'year': 2014, 'cited_by_count': 2605}, {'year': 2013, 'cited_by_count': 2118}, {'year': 2012, 'cited_by_count': 1287}], 'updated_date': '2023-10-03T07:29:34.614556', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2280404143', 'doi': 'https://doi.org/10.1001/jama.2016.0287', 'title': 'The Third International Consensus Definitions for Sepsis and Septic Shock (Sepsis-3)', 'display_name': 'The Third International Consensus Definitions for Sepsis and Septic Shock (Sepsis-3)', 'publication_year': 2016, 'publication_date': '2016-02-23', 'ids': {'openalex': 'https://openalex.org/W2280404143', 'doi': 'https://doi.org/10.1001/jama.2016.0287', 'mag': '2280404143', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/26903338', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4968574'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2016.0287', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2492881/jsc160002.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://jamanetwork.com/journals/jama/articlepdf/2492881/jsc160002.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5086478476', 'display_name': 'Mervyn Singer', 'orcid': 'https://orcid.org/0000-0002-1042-6350'}, 'institutions': [{'id': 'https://openalex.org/I2802552662', 'display_name': 'Bury College', 'ror': 'https://ror.org/03hb1kr92', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I2802552662']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Mervyn Singer', 'raw_affiliation_string': 'Bloomsbury Institute of Intensive Care Medicine, University College London, London, United Kingdom', 'raw_affiliation_strings': ['Bloomsbury Institute of Intensive Care Medicine, University College London, London, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091517222', 'display_name': 'Clifford S. Deutschman', 'orcid': 'https://orcid.org/0000-0001-9490-4024'}, 'institutions': [{'id': 'https://openalex.org/I1327576362', 'display_name': 'Feinstein Institute for Medical Research', 'ror': 'https://ror.org/05dnene97', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1302444339', 'https://openalex.org/I1327576362']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Clifford S. Deutschman', 'raw_affiliation_string': 'Hofstra–Northwell School of Medicine, Feinstein Institute for Medical Research, New Hyde Park, New York', 'raw_affiliation_strings': ['Hofstra–Northwell School of Medicine, Feinstein Institute for Medical Research, New Hyde Park, New York']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058930004', 'display_name': 'Christopher W. Seymour', 'orcid': 'https://orcid.org/0000-0001-8330-8489'}, 'institutions': [{'id': 'https://openalex.org/I170201317', 'display_name': 'University of Pittsburgh', 'ror': 'https://ror.org/01an3r305', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I170201317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Christopher Warren Seymour', 'raw_affiliation_string': 'Department of Critical Care and Emergency Medicine, University of Pittsburgh School of Medicine, Pittsburgh, Pennsylvania', 'raw_affiliation_strings': ['Department of Critical Care and Emergency Medicine, University of Pittsburgh School of Medicine, Pittsburgh, Pennsylvania']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012228981', 'display_name': 'Manu Shankar-Hari', 'orcid': 'https://orcid.org/0000-0002-5338-2538'}, 'institutions': [{'id': 'https://openalex.org/I200166805', 'display_name': "Guy's and St Thomas' NHS Foundation Trust", 'ror': 'https://ror.org/00j161312', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I200166805']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Manu Shankar-Hari', 'raw_affiliation_string': 'Department of Critical Care Medicine, Guy’s and St Thomas’ NHS Foundation Trust, London, United Kingdom', 'raw_affiliation_strings': ['Department of Critical Care Medicine, Guy’s and St Thomas’ NHS Foundation Trust, London, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068616089', 'display_name': 'Djillali Annane', 'orcid': 'https://orcid.org/0000-0001-6805-8944'}, 'institutions': [{'id': 'https://openalex.org/I4210165330', 'display_name': 'Institut Lavoisier de Versailles', 'ror': 'https://ror.org/05mzd8v39', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I195731000', 'https://openalex.org/I4210128300', 'https://openalex.org/I4210165330']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Djillali Annane', 'raw_affiliation_string': 'Department of Critical Care Medicine, University of Versailles, France', 'raw_affiliation_strings': ['Department of Critical Care Medicine, University of Versailles, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068261184', 'display_name': 'Michael Bauer', 'orcid': 'https://orcid.org/0000-0002-1521-3514'}, 'institutions': [{'id': 'https://openalex.org/I4210134900', 'display_name': 'Jena University Hospital', 'ror': 'https://ror.org/035rzkx15', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210134900']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Michael Bauer', 'raw_affiliation_string': 'Center for Sepsis Control and Care, University Hospital, Jena, Germany', 'raw_affiliation_strings': ['Center for Sepsis Control and Care, University Hospital, Jena, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011216396', 'display_name': 'Rinaldo Bellomo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210088696', 'display_name': 'Australian and New Zealand Intensive Care Society', 'ror': 'https://ror.org/007847151', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I4210088696']}, {'id': 'https://openalex.org/I2800453128', 'display_name': 'Austin Hospital', 'ror': 'https://ror.org/010mv7n52', 'country_code': 'AU', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800453128', 'https://openalex.org/I4210163497']}, {'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Rinaldo Bellomo', 'raw_affiliation_string': 'Australian and New Zealand Intensive Care Research Centre, School of Public Health and Preventive Medicine, Monash University, Melbourne, and Austin Hospital, Melbourne, Victoria, Australia', 'raw_affiliation_strings': ['Australian and New Zealand Intensive Care Research Centre, School of Public Health and Preventive Medicine, Monash University, Melbourne, and Austin Hospital, Melbourne, Victoria, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052393113', 'display_name': 'Gordon R. Bernard', 'orcid': 'https://orcid.org/0000-0002-4721-3068'}, 'institutions': [{'id': 'https://openalex.org/I200719446', 'display_name': 'Vanderbilt University', 'ror': 'https://ror.org/02vm5rt34', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I200719446']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Gordon R. Bernard', 'raw_affiliation_string': 'Vanderbilt Institute for Clinical and Translational Research, Vanderbilt University, Nashville, Tennessee', 'raw_affiliation_strings': ['Vanderbilt Institute for Clinical and Translational Research, Vanderbilt University, Nashville, Tennessee']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073851208', 'display_name': 'Jean‐Daniel Chiche', 'orcid': 'https://orcid.org/0000-0002-6433-6254'}, 'institutions': [{'id': 'https://openalex.org/I4210092774', 'display_name': 'Hôpital Cochin', 'ror': 'https://ror.org/00ph8tk69', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210092774', 'https://openalex.org/I4210124464']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean-Daniel Chiche', 'raw_affiliation_string': 'Réanimation Médicale-Hôpital Cochin, Descartes University, Cochin Institute, Paris, France', 'raw_affiliation_strings': ['Réanimation Médicale-Hôpital Cochin, Descartes University, Cochin Institute, Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012550644', 'display_name': 'Craig M. Coopersmith', 'orcid': 'https://orcid.org/0000-0003-2400-3217'}, 'institutions': [{'id': 'https://openalex.org/I150468666', 'display_name': 'Emory University', 'ror': 'https://ror.org/03czfpz43', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I150468666']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Craig M. Coopersmith', 'raw_affiliation_string': 'Critical Care Center, Emory University School of Medicine, Atlanta, Georgia', 'raw_affiliation_strings': ['Critical Care Center, Emory University School of Medicine, Atlanta, Georgia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001543982', 'display_name': 'Richard S. Hotchkiss', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I204465549', 'display_name': 'Washington University in St. Louis', 'ror': 'https://ror.org/01yc7t268', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I204465549']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Richard S. Hotchkiss', 'raw_affiliation_string': 'Washington University School of Medicine, St Louis, Missouri', 'raw_affiliation_strings': ['Washington University School of Medicine, St Louis, Missouri']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000157972', 'display_name': 'Mitchell M. Levy', 'orcid': 'https://orcid.org/0000-0001-8556-2405'}, 'institutions': [{'id': 'https://openalex.org/I27804330', 'display_name': 'Brown University', 'ror': 'https://ror.org/05gq02987', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I27804330']}, {'id': 'https://openalex.org/I196272386', 'display_name': 'Providence College', 'ror': 'https://ror.org/00rxpqe74', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I196272386']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mitchell M. Levy', 'raw_affiliation_string': 'Infectious Disease Section, Division of Pulmonary and Critical Care Medicine, Brown University School of Medicine, Providence, Rhode Island', 'raw_affiliation_strings': ['Infectious Disease Section, Division of Pulmonary and Critical Care Medicine, Brown University School of Medicine, Providence, Rhode Island']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070604004', 'display_name': 'John C. Marshall', 'orcid': 'https://orcid.org/0000-0002-7902-6291'}, 'institutions': [{'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'John C. Marshall', 'raw_affiliation_string': 'Department of Surgery, University of Toronto, Toronto, Ontario, Canada', 'raw_affiliation_strings': ['Department of Surgery, University of Toronto, Toronto, Ontario, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031081653', 'display_name': 'Greg S. Martin', 'orcid': 'https://orcid.org/0000-0002-9684-7593'}, 'institutions': [{'id': 'https://openalex.org/I1305001552', 'display_name': 'Grady Memorial Hospital', 'ror': 'https://ror.org/009hj8759', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1305001552', 'https://openalex.org/I4210092882']}, {'id': 'https://openalex.org/I150468666', 'display_name': 'Emory University', 'ror': 'https://ror.org/03czfpz43', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I150468666']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Greg S. Martin', 'raw_affiliation_string': 'Emory University School of Medicine and Grady Memorial Hospital, Atlanta, Georgia', 'raw_affiliation_strings': ['Emory University School of Medicine and Grady Memorial Hospital, Atlanta, Georgia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025379878', 'display_name': 'Steven M. Opal', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I27804330', 'display_name': 'Brown University', 'ror': 'https://ror.org/05gq02987', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I27804330']}, {'id': 'https://openalex.org/I196272386', 'display_name': 'Providence College', 'ror': 'https://ror.org/00rxpqe74', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I196272386']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Steven M. Opal', 'raw_affiliation_string': 'Infectious Disease Section, Division of Pulmonary and Critical Care Medicine, Brown University School of Medicine, Providence, Rhode Island', 'raw_affiliation_strings': ['Infectious Disease Section, Division of Pulmonary and Critical Care Medicine, Brown University School of Medicine, Providence, Rhode Island']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000256626', 'display_name': 'Gordon D. Rubenfeld', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1323843004', 'display_name': 'Sunnybrook Health Science Centre', 'ror': 'https://ror.org/03wefcv03', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1323843004']}, {'id': 'https://openalex.org/I2802362269', 'display_name': 'Health Sciences Centre', 'ror': 'https://ror.org/05pr37258', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I110535807', 'https://openalex.org/I2802362269']}, {'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Gordon D. Rubenfeld', 'raw_affiliation_string': 'Trauma, Emergency & Critical Care Program, Sunnybrook Health Sciences Centre, Toronto, Ontario, Canada16Interdepartmental Division of Critical Care, University of Toronto', 'raw_affiliation_strings': ['Trauma, Emergency & Critical Care Program, Sunnybrook Health Sciences Centre, Toronto, Ontario, Canada16Interdepartmental Division of Critical Care, University of Toronto']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048965254', 'display_name': 'Tom van der Poll', 'orcid': 'https://orcid.org/0000-0002-9199-5079'}, 'institutions': [{'id': 'https://openalex.org/I2802928900', 'display_name': 'Academic Medical Center', 'ror': 'https://ror.org/03t4gr691', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802928900', 'https://openalex.org/I4210151833']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Tom van der Poll', 'raw_affiliation_string': 'Department of Infectious Diseases, Academisch Medisch Centrum, Amsterdam, the Netherlands', 'raw_affiliation_strings': ['Department of Infectious Diseases, Academisch Medisch Centrum, Amsterdam, the Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003379719', 'display_name': 'Jean‐Louis Vincent', 'orcid': 'https://orcid.org/0000-0001-6011-6951'}, 'institutions': [{'id': 'https://openalex.org/I2802054198', 'display_name': 'Erasmus Hospital', 'ror': 'https://ror.org/05j1gs298', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802054198']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Jean-Louis Vincent', 'raw_affiliation_string': 'Department of Intensive Care, Erasme University Hospital, Brussels, Belgium', 'raw_affiliation_strings': ['Department of Intensive Care, Erasme University Hospital, Brussels, Belgium']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5001670387', 'display_name': 'Derek C. Angus', 'orcid': 'https://orcid.org/0000-0002-7026-5181'}, 'institutions': [{'id': 'https://openalex.org/I4210098814', 'display_name': 'UPMC Health System', 'ror': 'https://ror.org/011htkb76', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210098814']}, {'id': 'https://openalex.org/I170201317', 'display_name': 'University of Pittsburgh', 'ror': 'https://ror.org/01an3r305', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I170201317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Derek C. Angus', 'raw_affiliation_string': 'Associate Editor, JAMA; Department of Critical Care Medicine, University of Pittsburgh and UPMC Health System, Pittsburgh, Pennsylvania20Associate Editor, JAMA', 'raw_affiliation_strings': ['Associate Editor, JAMA', 'Department of Critical Care Medicine, University of Pittsburgh and UPMC Health System, Pittsburgh, Pennsylvania20Associate Editor, JAMA']}], 'countries_distinct_count': 8, 'institutions_distinct_count': 23, 'corresponding_author_ids': ['https://openalex.org/A5091517222'], 'corresponding_institution_ids': ['https://openalex.org/I1327576362'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 14796, 'biblio': {'volume': '315', 'issue': '8', 'first_page': '801', 'last_page': '801'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778384902', 'wikidata': 'https://www.wikidata.org/wiki/Q183134', 'display_name': 'Sepsis', 'level': 2, 'score': 0.8699451}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.8337922}, {'id': 'https://openalex.org/C2777628635', 'wikidata': 'https://www.wikidata.org/wiki/Q1765564', 'display_name': 'Septic shock', 'level': 3, 'score': 0.80111015}, {'id': 'https://openalex.org/C177713679', 'wikidata': 'https://www.wikidata.org/wiki/Q679690', 'display_name': 'Intensive care medicine', 'level': 1, 'score': 0.70062584}, {'id': 'https://openalex.org/C2778426790', 'wikidata': 'https://www.wikidata.org/wiki/Q1649580', 'display_name': 'Organ dysfunction', 'level': 3, 'score': 0.6651277}, {'id': 'https://openalex.org/C2781090800', 'wikidata': 'https://www.wikidata.org/wiki/Q776030', 'display_name': 'Systemic inflammatory response syndrome', 'level': 3, 'score': 0.5821649}, {'id': 'https://openalex.org/C2777465075', 'wikidata': 'https://www.wikidata.org/wiki/Q7392039', 'display_name': 'SOFA score', 'level': 3, 'score': 0.52071625}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.47134182}, {'id': 'https://openalex.org/C2781300812', 'wikidata': 'https://www.wikidata.org/wiki/Q178061', 'display_name': 'Shock (circulatory)', 'level': 2, 'score': 0.44265932}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.31963468}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.18833184}], 'mesh': [{'descriptor_ui': 'D063305', 'descriptor_name': 'Organ Dysfunction Scores', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018805', 'descriptor_name': 'Sepsis', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D026683', 'descriptor_name': 'Advisory Committees', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D026683', 'descriptor_name': 'Advisory Committees', 'qualifier_ui': 'Q000458', 'qualifier_name': 'organization & administration', 'is_major_topic': False}, {'descriptor_ui': 'D015415', 'descriptor_name': 'Biomarkers', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015415', 'descriptor_name': 'Biomarkers', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': False}, {'descriptor_ui': 'D001794', 'descriptor_name': 'Blood Pressure', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001794', 'descriptor_name': 'Blood Pressure', 'qualifier_ui': 'Q000187', 'qualifier_name': 'drug effects', 'is_major_topic': False}, {'descriptor_ui': 'D003697', 'descriptor_name': 'Delphi Technique', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017052', 'descriptor_name': 'Hospital Mortality', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D038801', 'descriptor_name': 'International Classification of Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007773', 'descriptor_name': 'Lactates', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': False}, {'descriptor_ui': 'D007773', 'descriptor_name': 'Lactates', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017712', 'descriptor_name': 'Peer Review, Research', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D056152', 'descriptor_name': 'Respiratory Rate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012680', 'descriptor_name': 'Sensitivity and Specificity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018805', 'descriptor_name': 'Sepsis', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': False}, {'descriptor_ui': 'D018805', 'descriptor_name': 'Sepsis', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D018805', 'descriptor_name': 'Sepsis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018805', 'descriptor_name': 'Sepsis', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': False}, {'descriptor_ui': 'D018805', 'descriptor_name': 'Sepsis', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D012772', 'descriptor_name': 'Shock, Septic', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': False}, {'descriptor_ui': 'D012772', 'descriptor_name': 'Shock, Septic', 'qualifier_ui': 'Q000188', 'qualifier_name': 'drug therapy', 'is_major_topic': False}, {'descriptor_ui': 'D012772', 'descriptor_name': 'Shock, Septic', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D012772', 'descriptor_name': 'Shock, Septic', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': False}, {'descriptor_ui': 'D012772', 'descriptor_name': 'Shock, Septic', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D012772', 'descriptor_name': 'Shock, Septic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018746', 'descriptor_name': 'Systemic Inflammatory Response Syndrome', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D018746', 'descriptor_name': 'Systemic Inflammatory Response Syndrome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009626', 'descriptor_name': 'Terminology as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014662', 'descriptor_name': 'Vasoconstrictor Agents', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': False}, {'descriptor_ui': 'D014662', 'descriptor_name': 'Vasoconstrictor Agents', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 7, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2016.0287', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2492881/jsc160002.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://discovery.ucl.ac.uk/id/eprint/1489586/', 'pdf_url': 'https://discovery.ucl.ac.uk/1489586/1/Singer_jsc160002.pdf', 'source': {'id': 'https://openalex.org/S4306400024', 'display_name': 'UCL Discovery (University College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253'], 'host_organization_lineage_names': ['University College London'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://discovery.ucl.ac.uk/id/eprint/1489586/1/Singer_jsc160002.pdf', 'pdf_url': 'https://discovery.ucl.ac.uk/id/eprint/1489586/1/Singer_jsc160002.pdf', 'source': {'id': 'https://openalex.org/S4306400024', 'display_name': 'UCL Discovery (University College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253'], 'host_organization_lineage_names': ['University College London'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4968574', 'pdf_url': 'https://europepmc.org/articles/pmc4968574?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4968574', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://kclpure.kcl.ac.uk/ws/files/56105841/The_Third_International_Consensus_SINGER_Online_23Feb2016_GREEN_AAM.pdf', 'pdf_url': 'https://kclpure.kcl.ac.uk/ws/files/56105841/The_Third_International_Consensus_SINGER_Online_23Feb2016_GREEN_AAM.pdf', 'source': {'id': 'https://openalex.org/S4306400216', 'display_name': "Research Portal (King's College London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I183935753', 'host_organization_name': "King's College London", 'host_organization_lineage': ['https://openalex.org/I183935753'], 'host_organization_lineage_names': ["King's College London"], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/26903338', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1001/jama.2016.0287', 'pdf_url': 'https://jamanetwork.com/journals/jama/articlepdf/2492881/jsc160002.pdf', 'source': {'id': 'https://openalex.org/S172573765', 'display_name': 'JAMA', 'issn_l': '0098-7484', 'issn': ['0098-7484', '1538-3598'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320259', 'host_organization_name': 'American Medical Association', 'host_organization_lineage': ['https://openalex.org/P4310320259'], 'host_organization_lineage_names': ['American Medical Association'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.82}], 'grants': [], 'referenced_works_count': 36, 'referenced_works': ['https://openalex.org/W20425061', 'https://openalex.org/W1898928487', 'https://openalex.org/W1969367601', 'https://openalex.org/W1969437137', 'https://openalex.org/W1991864206', 'https://openalex.org/W1993982066', 'https://openalex.org/W2019582965', 'https://openalex.org/W2041461587', 'https://openalex.org/W2050805027', 'https://openalex.org/W2064228383', 'https://openalex.org/W2067090053', 'https://openalex.org/W2067677232', 'https://openalex.org/W2070743921', 'https://openalex.org/W2083513831', 'https://openalex.org/W2092509739', 'https://openalex.org/W2095897782', 'https://openalex.org/W2098572294', 'https://openalex.org/W2101082552', 'https://openalex.org/W2116749187', 'https://openalex.org/W2127752837', 'https://openalex.org/W2132607654', 'https://openalex.org/W2135993691', 'https://openalex.org/W2141151213', 'https://openalex.org/W2142093121', 'https://openalex.org/W2144589352', 'https://openalex.org/W2151426785', 'https://openalex.org/W2164990391', 'https://openalex.org/W2166190627', 'https://openalex.org/W2168803832', 'https://openalex.org/W2207634473', 'https://openalex.org/W2278600110', 'https://openalex.org/W2282181907', 'https://openalex.org/W2581605534', 'https://openalex.org/W3023757607', 'https://openalex.org/W4233323540', 'https://openalex.org/W4301177039'], 'related_works': ['https://openalex.org/W2438563440', 'https://openalex.org/W2728471043', 'https://openalex.org/W2739619278', 'https://openalex.org/W2761728460', 'https://openalex.org/W2768146862', 'https://openalex.org/W2987893214', 'https://openalex.org/W3092478897', 'https://openalex.org/W3107009113', 'https://openalex.org/W3144844968', 'https://openalex.org/W4285305366'], 'ngrams_url': 'https://api.openalex.org/works/W2280404143/ngrams', 'abstract_inverted_index': {'Definitions': [0, 83], 'of': [1, 34, 71, 79, 94, 120, 147, 224, 247, 264, 288, 307, 347, 355, 373, 383, 415, 422], 'sepsis': [2, 48, 60, 133, 139, 186, 248, 268, 348, 418], 'and': [3, 29, 32, 49, 64, 75, 84, 99, 111, 142, 145, 157, 167, 176, 255, 294, 391, 404, 407, 411], 'septic': [4, 50, 165, 272], 'shock': [5, 240, 273], 'were': [6, 87], 'last': [7], 'revised': [8], 'in': [9, 21, 59, 117, 161, 173, 215, 249, 304], '2001.': [10], 'Considerable': [11], 'advances': [12], 'have': [13, 343, 351], 'since': [14], 'been': [15], 'made': [16], 'into': [17], 'the': [18, 37, 69, 76, 118, 129, 148, 183, 216, 305, 356], 'pathobiology': [19], '(changes': [20], 'organ': [22, 168, 194, 207], 'function,': [23], 'morphology,': [24], 'cell': [25], 'biology,': [26], 'biochemistry,': [27], 'immunology,': [28], 'circulation),': [30], 'management,': [31], 'epidemiology': [33, 65], 'sepsis,': [35, 164], 'suggesting': [36], 'need': [38], 'for': [39, 47, 163, 401], 'reexamination.To': [40], 'evaluate': [41], 'and,': [42], 'as': [43, 192, 244, 338], 'needed,': [44], 'update': [45], 'definitions': [46, 122, 156, 390], 'shock.A': [51], 'task': [52, 180], 'force': [53, 181], '(n': [54], '=': [55], '19)': [56], 'with': [57, 232, 260, 267, 271, 313, 331, 417], 'expertise': [58], 'pathobiology,': [61], 'clinical': [62, 85, 205, 358, 366, 392, 405], 'trials,': [63, 406], 'was': [66, 187], 'convened': [67], 'by': [68, 102, 197, 212, 278], 'Society': [70, 78], 'Critical': [72], 'Care': [73, 81], 'Medicine': [74], 'European': [77], 'Intensive': [80], 'Medicine.': [82], 'criteria': [86, 359, 393], 'generated': [88], 'through': [89, 137], 'meetings,': [90], 'Delphi': [91], 'processes,': [92], 'analysis': [93], 'electronic': [95], 'health': [96], 'record': [97], 'databases,': [98], 'voting,': [100], 'followed': [101], 'circulation': [103], 'to': [104, 140, 171, 202, 282, 342], 'international': [105], 'professional': [106], 'societies,': [107], 'requesting': [108], 'peer': [109], 'review': [110], 'endorsement': [112], '(by': [113], '31': [114], 'societies': [115], 'listed': [116], 'Acknowledgment).Limitations': [119], 'previous': [121, 396], 'included': [123], 'an': [124, 213, 233], 'excessive': [125], 'focus': [126], 'on': [127], 'inflammation,': [128], 'misleading': [130], 'model': [131], 'that': [132, 360], 'follows': [134], 'a': [135, 198, 245, 261, 279, 284, 363], 'continuum': [136], 'severe': [138, 185], 'shock,': [141, 166], 'inadequate': [143], 'specificity': [144], 'sensitivity': [146], 'systemic': [149], 'inflammatory': [150], 'response': [151, 201], 'syndrome': [152], '(SIRS)': [153], 'criteria.': [154], 'Multiple': [155], 'terminologies': [158], 'are': [159, 258], 'currently': [160], 'use': [162], 'dysfunction,': [169], 'leading': [170], 'discrepancies': [172], 'reported': [174], 'incidence': [175], 'observed': [177], 'mortality.': [178], 'The': [179], 'concluded': [182], 'term': [184], 'redundant.Sepsis': [188], 'should': [189, 241, 394], 'be': [190, 210, 242, 275, 335], 'defined': [191, 243], 'life-threatening': [193], 'dysfunction': [195, 208], 'caused': [196], 'dysregulated': [199], 'host': [200], 'infection.': [203], 'For': [204], 'operationalization,': [206], 'can': [209, 274, 334], 'represented': [211], 'increase': [214], 'Sequential': [217], '[Sepsis-related]': [218], 'Organ': [219], 'Failure': [220], 'Assessment': [221], '(SOFA)': [222], 'score': [223, 367], '2': [225, 300, 354], 'points': [226], 'or': [227, 292, 324, 375, 379, 387, 419], 'more,': [228], 'which': [229, 250], 'is': [230, 311], 'associated': [231, 259, 312], 'in-hospital': [234], 'mortality': [235, 265, 315], 'greater': [236, 262, 293, 298, 317, 399], 'than': [237, 266, 299, 318], '10%.': [238], 'Septic': [239], 'subset': [246], 'particularly': [251], 'profound': [252], 'circulatory,': [253], 'cellular,': [254], 'metabolic': [256], 'abnormalities': [257], 'risk': [263, 421], 'alone.': [269], 'Patients': [270], 'clinically': [276], 'identified': [277, 337], 'vasopressor': [280], 'requirement': [281], 'maintain': [283], 'mean': [285], 'arterial': [286], 'pressure': [287, 382], '65': [289], 'mm': [290, 385], 'Hg': [291, 386], 'serum': [295], 'lactate': [296], 'level': [297], 'mmol/L': [301], '(>18': [302], 'mg/dL)': [303], 'absence': [306], 'hypovolemia.': [308], 'This': [309], 'combination': [310], 'hospital': [314, 326], 'rates': [316], '40%.': [319], 'In': [320], 'out-of-hospital,': [321], 'emergency': [322], 'department,': [323], 'general': [325], 'ward': [327], 'settings,': [328], 'adult': [329], 'patients': [330, 416], 'suspected': [332], 'infection': [333], 'rapidly': [336], 'being': [339], 'more': [340, 412], 'likely': [341], 'poor': [344], 'outcomes': [345], 'typical': [346], 'if': [349], 'they': [350], 'at': [352, 420], 'least': [353], 'following': [357], 'together': [361], 'constitute': [362], 'new': [364], 'bedside': [365], 'termed': [368], 'quickSOFA': [369], '(qSOFA):': [370], 'respiratory': [371], 'rate': [372], '22/min': [374], 'greater,': [376], 'altered': [377], 'mentation,': [378], 'systolic': [380], 'blood': [381], '100': [384], 'less.These': [388], 'updated': [389], 'replace': [395], 'definitions,': [397], 'offer': [398], 'consistency': [400], 'epidemiologic': [402], 'studies': [403], 'facilitate': [408], 'earlier': [409], 'recognition': [410], 'timely': [413], 'management': [414], 'developing': [423], 'sepsis.': [424]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2280404143', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2173}, {'year': 2022, 'cited_by_count': 2614}, {'year': 2021, 'cited_by_count': 2700}, {'year': 2020, 'cited_by_count': 2287}, {'year': 2019, 'cited_by_count': 2042}, {'year': 2018, 'cited_by_count': 1453}, {'year': 2017, 'cited_by_count': 1101}, {'year': 2016, 'cited_by_count': 376}, {'year': 2015, 'cited_by_count': 5}, {'year': 2014, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-10-03T21:28:27.757543', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2111211467', 'doi': 'https://doi.org/10.1093/sysbio/syq010', 'title': 'New Algorithms and Methods to Estimate Maximum-Likelihood Phylogenies: Assessing the Performance of PhyML 3.0', 'display_name': 'New Algorithms and Methods to Estimate Maximum-Likelihood Phylogenies: Assessing the Performance of PhyML 3.0', 'publication_year': 2010, 'publication_date': '2010-03-29', 'ids': {'openalex': 'https://openalex.org/W2111211467', 'doi': 'https://doi.org/10.1093/sysbio/syq010', 'mag': '2111211467', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/20525638'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/sysbio/syq010', 'pdf_url': 'https://academic.oup.com/sysbio/article-pdf/59/3/307/24207259/syq010.pdf', 'source': {'id': 'https://openalex.org/S65478581', 'display_name': 'Systematic Biology', 'issn_l': '1063-5157', 'issn': ['1076-836X', '1063-5157'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://academic.oup.com/sysbio/article-pdf/59/3/307/24207259/syq010.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079627910', 'display_name': 'Stéphane Guindon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I19894307', 'display_name': 'University of Montpellier', 'ror': 'https://ror.org/051escj72', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I19894307', 'https://openalex.org/I2802056588']}, {'id': 'https://openalex.org/I4210101743', 'display_name': 'Montpellier Laboratory of Informatics, Robotics and Microelectronics', 'ror': 'https://ror.org/013yean28', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1326498283', 'https://openalex.org/I151295451', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210101743', 'https://openalex.org/I4210159245']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['FR', 'NZ'], 'is_corresponding': False, 'raw_author_name': 'Stéphane Guindon', 'raw_affiliation_string': 'Department of Statistics, University of Auckland, Auckland 1142, New Zealand; Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France', 'raw_affiliation_strings': ['Department of Statistics, University of Auckland, Auckland 1142, New Zealand', 'Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034589995', 'display_name': 'Jean-François Dufayard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I19894307', 'display_name': 'University of Montpellier', 'ror': 'https://ror.org/051escj72', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I19894307', 'https://openalex.org/I2802056588']}, {'id': 'https://openalex.org/I4210101743', 'display_name': 'Montpellier Laboratory of Informatics, Robotics and Microelectronics', 'ror': 'https://ror.org/013yean28', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1326498283', 'https://openalex.org/I151295451', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210101743', 'https://openalex.org/I4210159245']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean-François Dufayard', 'raw_affiliation_string': 'Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France', 'raw_affiliation_strings': ['Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088743342', 'display_name': 'Vincent Lefort', 'orcid': 'https://orcid.org/0000-0003-2864-4783'}, 'institutions': [{'id': 'https://openalex.org/I19894307', 'display_name': 'University of Montpellier', 'ror': 'https://ror.org/051escj72', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I19894307', 'https://openalex.org/I2802056588']}, {'id': 'https://openalex.org/I4210101743', 'display_name': 'Montpellier Laboratory of Informatics, Robotics and Microelectronics', 'ror': 'https://ror.org/013yean28', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1326498283', 'https://openalex.org/I151295451', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210101743', 'https://openalex.org/I4210159245']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Vincent Lefort', 'raw_affiliation_string': 'Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France', 'raw_affiliation_strings': ['Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046692009', 'display_name': 'Maria Anisimova', 'orcid': 'https://orcid.org/0000-0001-8145-7966'}, 'institutions': [{'id': 'https://openalex.org/I19894307', 'display_name': 'University of Montpellier', 'ror': 'https://ror.org/051escj72', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I19894307', 'https://openalex.org/I2802056588']}, {'id': 'https://openalex.org/I4210101743', 'display_name': 'Montpellier Laboratory of Informatics, Robotics and Microelectronics', 'ror': 'https://ror.org/013yean28', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1326498283', 'https://openalex.org/I151295451', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210101743', 'https://openalex.org/I4210159245']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I35440088', 'display_name': 'ETH Zurich', 'ror': 'https://ror.org/05a28rw58', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I2799323385', 'https://openalex.org/I35440088']}, {'id': 'https://openalex.org/I12708293', 'display_name': 'SIB Swiss Institute of Bioinformatics', 'ror': 'https://ror.org/002n09z45', 'country_code': 'CH', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I12708293']}], 'countries': ['CH', 'FR'], 'is_corresponding': False, 'raw_author_name': 'Maria Anisimova', 'raw_affiliation_string': 'Institute of Computational Science, ETH, CH-8092 Zurich, Switzerland; Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France; Swiss Institute of Bioinformatics, CH-1015 Lausanne, Switzerland', 'raw_affiliation_strings': ['Institute of Computational Science, ETH, CH-8092 Zurich, Switzerland', 'Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France', 'Swiss Institute of Bioinformatics, CH-1015 Lausanne, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053511679', 'display_name': 'Wim Hordijk', 'orcid': 'https://orcid.org/0000-0002-0223-6194'}, 'institutions': [{'id': 'https://openalex.org/I19894307', 'display_name': 'University of Montpellier', 'ror': 'https://ror.org/051escj72', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I19894307', 'https://openalex.org/I2802056588']}, {'id': 'https://openalex.org/I4210101743', 'display_name': 'Montpellier Laboratory of Informatics, Robotics and Microelectronics', 'ror': 'https://ror.org/013yean28', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1326498283', 'https://openalex.org/I151295451', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210101743', 'https://openalex.org/I4210159245']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['FR', 'GB'], 'is_corresponding': False, 'raw_author_name': 'Wim Hordijk', 'raw_affiliation_string': 'Department of Statistics, University of Oxford, OX1 3TG Oxford, UK; Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France', 'raw_affiliation_strings': ['Department of Statistics, University of Oxford, OX1 3TG Oxford, UK', 'Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5078068308', 'display_name': 'Olivier Gascuel', 'orcid': 'https://orcid.org/0000-0002-9412-9723'}, 'institutions': [{'id': 'https://openalex.org/I19894307', 'display_name': 'University of Montpellier', 'ror': 'https://ror.org/051escj72', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I19894307', 'https://openalex.org/I2802056588']}, {'id': 'https://openalex.org/I4210101743', 'display_name': 'Montpellier Laboratory of Informatics, Robotics and Microelectronics', 'ror': 'https://ror.org/013yean28', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1326498283', 'https://openalex.org/I151295451', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210101743', 'https://openalex.org/I4210159245']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'Olivier Gascuel', 'raw_affiliation_string': 'Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France', 'raw_affiliation_strings': ['Méthodes et Algorithmes pour la Bioinformatique, LIRMM, CNRS, Université de Montpellier, 34392 Montpellier Cedex 5, France']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 7, 'corresponding_author_ids': ['https://openalex.org/A5078068308'], 'corresponding_institution_ids': ['https://openalex.org/I19894307', 'https://openalex.org/I4210101743', 'https://openalex.org/I1294671590'], 'apc_list': {'value': 1984, 'currency': 'USD', 'value_usd': 1984, 'provenance': 'doaj'}, 'apc_paid': {'value': 1984, 'currency': 'USD', 'value_usd': 1984, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 13794, 'biblio': {'volume': '59', 'issue': '3', 'first_page': '307', 'last_page': '321'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.69272786}, {'id': 'https://openalex.org/C108010975', 'wikidata': 'https://www.wikidata.org/wiki/Q500094', 'display_name': 'Pruning', 'level': 2, 'score': 0.5664561}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5419245}, {'id': 'https://openalex.org/C113174947', 'wikidata': 'https://www.wikidata.org/wiki/Q2859736', 'display_name': 'Tree (set theory)', 'level': 2, 'score': 0.51334256}, {'id': 'https://openalex.org/C102366305', 'wikidata': 'https://www.wikidata.org/wiki/Q1097688', 'display_name': 'Nonparametric statistics', 'level': 2, 'score': 0.5116732}, {'id': 'https://openalex.org/C2780586882', 'wikidata': 'https://www.wikidata.org/wiki/Q7520643', 'display_name': 'Simple (philosophy)', 'level': 2, 'score': 0.48584244}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.45743045}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.35838598}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.35454088}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.27924713}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.19542387}, {'id': 'https://openalex.org/C114614502', 'wikidata': 'https://www.wikidata.org/wiki/Q76592', 'display_name': 'Combinatorics', 'level': 1, 'score': 0.1012384}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C6557445', 'wikidata': 'https://www.wikidata.org/wiki/Q173113', 'display_name': 'Agronomy', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D002965', 'descriptor_name': 'Classification', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D010802', 'descriptor_name': 'Phylogeny', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D002965', 'descriptor_name': 'Classification', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016013', 'descriptor_name': 'Likelihood Functions', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 8, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/sysbio/syq010', 'pdf_url': 'https://academic.oup.com/sysbio/article-pdf/59/3/307/24207259/syq010.pdf', 'source': {'id': 'https://openalex.org/S65478581', 'display_name': 'Systematic Biology', 'issn_l': '1063-5157', 'issn': ['1076-836X', '1063-5157'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/20.500.11850/25281', 'pdf_url': 'https://www.research-collection.ethz.ch/bitstream/20.500.11850/25281/2/syq010.pdf', 'source': {'id': 'https://openalex.org/S4306402302', 'display_name': 'Repository for Publications and Research Data (ETH Zurich)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I35440088', 'host_organization_name': 'ETH Zurich', 'host_organization_lineage': ['https://openalex.org/I35440088'], 'host_organization_lineage_names': ['ETH Zurich'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal-lirmm.ccsd.cnrs.fr/lirmm-00511784', 'pdf_url': 'https://hal-lirmm.ccsd.cnrs.fr/lirmm-00511784/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal-lirmm.ccsd.cnrs.fr/lirmm-00511784v2/document', 'pdf_url': 'https://hal-lirmm.ccsd.cnrs.fr/lirmm-00511784v2/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://doc.rero.ch/record/289743/files/syq010.pdf', 'pdf_url': 'http://doc.rero.ch/record/289743/files/syq010.pdf', 'source': {'id': 'https://openalex.org/S4306400148', 'display_name': 'reroDoc Digital Library', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I67311998', 'host_organization_name': 'European Organization for Nuclear Research', 'host_organization_lineage': ['https://openalex.org/I67311998'], 'host_organization_lineage_names': ['European Organization for Nuclear Research'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal-lirmm.ccsd.cnrs.fr/lirmm-00511784v2/file/GuindonEtAlGascuel_SystBiol2010pdf.pdf', 'pdf_url': 'https://hal-lirmm.ccsd.cnrs.fr/lirmm-00511784v2/file/GuindonEtAlGascuel_SystBiol2010pdf.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.zora.uzh.ch/id/eprint/155669/1/ZORA_NL_155669.pdf', 'pdf_url': 'https://www.zora.uzh.ch/id/eprint/155669/1/ZORA_NL_155669.pdf', 'source': {'id': 'https://openalex.org/S4306401281', 'display_name': 'Zurich Open Repository and Archive (University of Zurich)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I202697423', 'host_organization_name': 'University of Zurich', 'host_organization_lineage': ['https://openalex.org/I202697423'], 'host_organization_lineage_names': ['University of Zurich'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/20525638', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/sysbio/syq010', 'pdf_url': 'https://academic.oup.com/sysbio/article-pdf/59/3/307/24207259/syq010.pdf', 'source': {'id': 'https://openalex.org/S65478581', 'display_name': 'Systematic Biology', 'issn_l': '1063-5157', 'issn': ['1076-836X', '1063-5157'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.28}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.19}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.16}], 'grants': [], 'referenced_works_count': 28, 'referenced_works': ['https://openalex.org/W1525734744', 'https://openalex.org/W1633681515', 'https://openalex.org/W1996835973', 'https://openalex.org/W2028942402', 'https://openalex.org/W2030966943', 'https://openalex.org/W2037667459', 'https://openalex.org/W2057303183', 'https://openalex.org/W2057456873', 'https://openalex.org/W2062018285', 'https://openalex.org/W2067954333', 'https://openalex.org/W2070919193', 'https://openalex.org/W2074237174', 'https://openalex.org/W2098448352', 'https://openalex.org/W2103513093', 'https://openalex.org/W2103546861', 'https://openalex.org/W2107270678', 'https://openalex.org/W2110059512', 'https://openalex.org/W2110993446', 'https://openalex.org/W2112956791', 'https://openalex.org/W2127847431', 'https://openalex.org/W2146058063', 'https://openalex.org/W2146344742', 'https://openalex.org/W2149057166', 'https://openalex.org/W2152113565', 'https://openalex.org/W2154284350', 'https://openalex.org/W2163627198', 'https://openalex.org/W2164406317', 'https://openalex.org/W2168696662'], 'related_works': ['https://openalex.org/W1887191277', 'https://openalex.org/W2017494415', 'https://openalex.org/W2112781427', 'https://openalex.org/W2334954212', 'https://openalex.org/W2363307868', 'https://openalex.org/W2557672350', 'https://openalex.org/W2964285269', 'https://openalex.org/W3047144510', 'https://openalex.org/W4235288607', 'https://openalex.org/W4311761935'], 'ngrams_url': 'https://api.openalex.org/works/W2111211467/ngrams', 'abstract_inverted_index': {'PhyML': [0, 11, 53, 82, 230], 'is': [1, 122, 231], 'a': [2, 14, 23, 70, 101, 142, 166, 180, 194], 'phylogeny': [3], 'software': [4], 'based': [5], 'on': [6, 193, 206], 'the': [7, 29, 78, 89, 96, 106, 128, 136, 157, 171, 174, 185, 207, 214, 225], 'maximum-likelihood': [8], 'principle.': [9], 'Early': [10], 'versions': [12], 'used': [13, 57, 123], 'fast': [15, 39], 'algorithm': [16, 42, 103], 'performing': [17], 'nearest': [18], 'neighbor': [19], 'interchanges': [20], 'to': [21, 43, 104, 125, 135, 169, 237], 'improve': [22], 'reasonable': [24], 'starting': [25], 'tree': [26, 107], 'topology.': [27], 'Since': [28], 'original': [30], 'publication': [31], '(Guindon': [32], 'S.,': [33], 'Gascuel': [34], 'O.': [35], '2003.': [36], 'A': [37, 198, 239], 'simple,': [38], 'and': [40, 69, 75, 85, 92, 115, 148, 191, 213, 235, 242], 'accurate': [41], 'estimate': [44], 'large': [45, 143], 'phylogenies': [46], 'by': [47], 'maximum': [48], 'likelihood.': [49], 'Syst.': [50], 'Biol.': [51], '52:696-704),': [52], 'has': [54, 83], 'been': [55], 'widely': [56], '(>2500': [58], 'citations': [59], 'in': [60, 95], 'ISI': [61], 'Web': [62, 240], 'of': [63, 66, 141, 145, 153, 160, 173, 179, 201, 229], 'Science)': [64], 'because': [65], 'its': [67], 'simplicity': [68], 'fair': [71], 'compromise': [72], 'between': [73, 209], 'accuracy': [74], 'speed.': [76], 'In': [77], 'meantime,': [79], 'research': [80], 'around': [81], 'continued,': [84], 'this': [86, 161, 210], 'article': [87], 'describes': [88], 'new': [90, 102, 167, 211], 'algorithms': [91], 'methods': [93], 'implemented': [94], 'program.': [97], 'First,': [98], 'we': [99, 164], 'introduce': [100], 'search': [105], 'space': [108], 'with': [109, 133], 'user-defined': [110], 'intensity': [111], 'using': [112], 'subtree': [113], 'pruning': [114], 'regrafting': [116], 'topological': [117], 'moves.': [118], 'The': [119, 139], 'parsimony': [120], 'criterion': [121], 'here': [124], 'filter': [126], 'out': [127], 'least': [129], 'promising': [130], 'topology': [131], 'modifications': [132], 'respect': [134], 'likelihood': [137], 'function.': [138], 'analysis': [140, 200], 'collection': [144], 'real': [146, 202], 'nucleotide': [147], 'amino': [149], 'acid': [150], 'data': [151, 175], 'sets': [152], 'various': [154], 'sizes': [155], 'demonstrates': [156], 'good': [158], 'performance': [159], 'method.': [162, 219], 'Second,': [163], 'describe': [165], 'test': [168, 190], 'assess': [170], 'support': [172], 'for': [176], 'internal': [177], 'branches': [178], 'phylogeny.': [181], 'This': [182], 'approach': [183, 212], 'extends': [184], 'recently': [186], 'proposed': [187], 'approximate': [188], 'likelihood-ratio': [189], 'relies': [192], 'nonparametric,': [195], 'Shimodaira-Hasegawa-like': [196], 'procedure.': [197], 'detailed': [199], 'alignments': [203], 'sheds': [204], 'light': [205], 'links': [208], 'more': [215], 'classical': [216], 'nonparametric': [217], 'bootstrap': [218], 'Overall,': [220], 'our': [221], 'tests': [222], 'show': [223], 'that': [224], 'last': [226], 'version': [227], '(3.0)': [228], 'fast,': [232], 'accurate,': [233], 'stable,': [234], 'ready': [236], 'use.': [238], 'server': [241], 'binary': [243], 'files': [244], 'are': [245], 'available': [246], 'from': [247], 'http://www.atgc-montpellier.fr/phyml/.': [248]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2111211467', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1004}, {'year': 2022, 'cited_by_count': 1407}, {'year': 2021, 'cited_by_count': 1578}, {'year': 2020, 'cited_by_count': 1538}, {'year': 2019, 'cited_by_count': 1480}, {'year': 2018, 'cited_by_count': 1248}, {'year': 2017, 'cited_by_count': 1145}, {'year': 2016, 'cited_by_count': 1075}, {'year': 2015, 'cited_by_count': 999}, {'year': 2014, 'cited_by_count': 954}, {'year': 2013, 'cited_by_count': 715}, {'year': 2012, 'cited_by_count': 485}], 'updated_date': '2023-09-30T05:55:43.407939', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2136334331', 'doi': 'https://doi.org/10.1103/physrevlett.97.187401', 'title': 'Raman Spectrum of Graphene and Graphene Layers', 'display_name': 'Raman Spectrum of Graphene and Graphene Layers', 'publication_year': 2006, 'publication_date': '2006-10-30', 'ids': {'openalex': 'https://openalex.org/W2136334331', 'doi': 'https://doi.org/10.1103/physrevlett.97.187401', 'mag': '2136334331', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/17155573'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevlett.97.187401', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S24807848', 'display_name': 'Physical Review Letters', 'issn_l': '0031-9007', 'issn': ['1079-7114', '0031-9007', '1092-0145'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://arxiv.org/pdf/cond-mat/0606284', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5061886400', 'display_name': 'Andrea C. Ferrari', 'orcid': 'https://orcid.org/0000-0003-0907-9993'}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'A. C. Ferrari', 'raw_affiliation_string': 'Cambridge University, Engineering Department, JJ Thompson Avenue, Cambridge CB3 0FA, United Kingdom.', 'raw_affiliation_strings': ['Cambridge University, Engineering Department, JJ Thompson Avenue, Cambridge CB3 0FA, United Kingdom.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018784537', 'display_name': 'Jannik C. Meyer', 'orcid': 'https://orcid.org/0000-0003-4023-0778'}, 'institutions': [{'id': 'https://openalex.org/I4210088365', 'display_name': 'Max Planck Institute for Solid State Research', 'ror': 'https://ror.org/005bk2339', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210088365']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'J. C. Meyer', 'raw_affiliation_string': 'Max-Planck-Institute for Solid State Research, Stuttgart 70569, Germany', 'raw_affiliation_strings': ['Max-Planck-Institute for Solid State Research, Stuttgart 70569, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070777074', 'display_name': 'Vittorio Scardaci', 'orcid': 'https://orcid.org/0000-0003-0167-4368'}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'V. Scardaci', 'raw_affiliation_string': 'Cambridge University, Engineering Department, JJ Thompson Avenue, Cambridge CB3 0FA, United Kingdom.', 'raw_affiliation_strings': ['Cambridge University, Engineering Department, JJ Thompson Avenue, Cambridge CB3 0FA, United Kingdom.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060778690', 'display_name': 'Cinzia Casiraghi', 'orcid': 'https://orcid.org/0000-0001-7185-0377'}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'C. Casiraghi', 'raw_affiliation_string': 'Cambridge University, Engineering Department, JJ Thompson Avenue, Cambridge CB3 0FA, United Kingdom.', 'raw_affiliation_strings': ['Cambridge University, Engineering Department, JJ Thompson Avenue, Cambridge CB3 0FA, United Kingdom.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016696647', 'display_name': 'Michele Lazzeri', 'orcid': 'https://orcid.org/0000-0002-6644-6617'}, 'institutions': [{'id': 'https://openalex.org/I4210145605', 'display_name': 'Institute of Mineralogy, Materials Physics and Cosmochemistry', 'ror': 'https://ror.org/05abgg682', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I184646667', 'https://openalex.org/I39804081', 'https://openalex.org/I4210098836', 'https://openalex.org/I4210123595', 'https://openalex.org/I4210145605', 'https://openalex.org/I4210166444']}, {'id': 'https://openalex.org/I39804081', 'display_name': 'Sorbonne University', 'ror': 'https://ror.org/02en5vm52', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I39804081']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Michele Lazzeri', 'raw_affiliation_string': 'IMPMC, Universités Paris 6 et 7, CNRS, IPGP, 140 rue de Lourmel, 75015 Paris, France', 'raw_affiliation_strings': ['IMPMC, Universités Paris 6 et 7, CNRS, IPGP, 140 rue de Lourmel, 75015 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072105192', 'display_name': 'Francesco Mauri', 'orcid': 'https://orcid.org/0000-0002-6666-4710'}, 'institutions': [{'id': 'https://openalex.org/I4210145605', 'display_name': 'Institute of Mineralogy, Materials Physics and Cosmochemistry', 'ror': 'https://ror.org/05abgg682', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I184646667', 'https://openalex.org/I39804081', 'https://openalex.org/I4210098836', 'https://openalex.org/I4210123595', 'https://openalex.org/I4210145605', 'https://openalex.org/I4210166444']}, {'id': 'https://openalex.org/I39804081', 'display_name': 'Sorbonne University', 'ror': 'https://ror.org/02en5vm52', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I39804081']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Francesco Mauri', 'raw_affiliation_string': 'IMPMC, Universités Paris 6 et 7, CNRS, IPGP, 140 rue de Lourmel, 75015 Paris, France', 'raw_affiliation_strings': ['IMPMC, Universités Paris 6 et 7, CNRS, IPGP, 140 rue de Lourmel, 75015 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018000300', 'display_name': 'S. Piscanec', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'S. Piscanec', 'raw_affiliation_string': 'Cambridge University, Engineering Department, JJ Thompson Avenue, Cambridge CB3 0FA, United Kingdom.', 'raw_affiliation_strings': ['Cambridge University, Engineering Department, JJ Thompson Avenue, Cambridge CB3 0FA, United Kingdom.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024028137', 'display_name': 'Ding‐Sheng Jiang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Da Jiang', 'raw_affiliation_string': 'Department of Physics & Astronomy, University of Manchester, Manchester M13 9PL, United Kingdom;', 'raw_affiliation_strings': ['Department of Physics & Astronomy, University of Manchester, Manchester M13 9PL, United Kingdom;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072248970', 'display_name': 'К. С. Новоселов', 'orcid': 'https://orcid.org/0000-0003-4972-5371'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'K. S. Novoselov', 'raw_affiliation_string': 'Department of Physics & Astronomy, University of Manchester, Manchester M13 9PL, United Kingdom;', 'raw_affiliation_strings': ['Department of Physics & Astronomy, University of Manchester, Manchester M13 9PL, United Kingdom;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045873291', 'display_name': 'S. Roth', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210088365', 'display_name': 'Max Planck Institute for Solid State Research', 'ror': 'https://ror.org/005bk2339', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210088365']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'S. Roth', 'raw_affiliation_string': 'Max-Planck-Institute for Solid State Research, Stuttgart 70569, Germany', 'raw_affiliation_strings': ['Max-Planck-Institute for Solid State Research, Stuttgart 70569, Germany']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5058357018', 'display_name': 'A. K. Geǐm', 'orcid': 'https://orcid.org/0000-0003-2861-8331'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'A. K. Geim', 'raw_affiliation_string': 'Department of Physics & Astronomy, University of Manchester, Manchester M13 9PL, United Kingdom;', 'raw_affiliation_strings': ['Department of Physics & Astronomy, University of Manchester, Manchester M13 9PL, United Kingdom;']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 6, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3750, 'currency': 'USD', 'value_usd': 3750, 'provenance': 'doaj'}, 'apc_paid': {'value': 3750, 'currency': 'USD', 'value_usd': 3750, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 12568, 'biblio': {'volume': '97', 'issue': '18', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C30080830', 'wikidata': 'https://www.wikidata.org/wiki/Q169917', 'display_name': 'Graphene', 'level': 2, 'score': 0.9531926}, {'id': 'https://openalex.org/C40003534', 'wikidata': 'https://www.wikidata.org/wiki/Q862228', 'display_name': 'Raman spectroscopy', 'level': 2, 'score': 0.8590883}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 0.773567}, {'id': 'https://openalex.org/C2779698641', 'wikidata': 'https://www.wikidata.org/wiki/Q5309', 'display_name': 'Graphite', 'level': 2, 'score': 0.66882324}, {'id': 'https://openalex.org/C513720949', 'wikidata': 'https://www.wikidata.org/wiki/Q1778729', 'display_name': 'Carbon nanotube', 'level': 2, 'score': 0.5749735}, {'id': 'https://openalex.org/C162862793', 'wikidata': 'https://www.wikidata.org/wiki/Q178026', 'display_name': 'Fullerene', 'level': 2, 'score': 0.508429}, {'id': 'https://openalex.org/C24169881', 'wikidata': 'https://www.wikidata.org/wiki/Q186608', 'display_name': 'Phonon', 'level': 2, 'score': 0.48976135}, {'id': 'https://openalex.org/C171250308', 'wikidata': 'https://www.wikidata.org/wiki/Q11468', 'display_name': 'Nanotechnology', 'level': 1, 'score': 0.48898423}, {'id': 'https://openalex.org/C111030470', 'wikidata': 'https://www.wikidata.org/wiki/Q1430460', 'display_name': 'Curse of dimensionality', 'level': 2, 'score': 0.47642764}, {'id': 'https://openalex.org/C86025842', 'wikidata': 'https://www.wikidata.org/wiki/Q5358432', 'display_name': 'Electronic structure', 'level': 2, 'score': 0.46248183}, {'id': 'https://openalex.org/C26873012', 'wikidata': 'https://www.wikidata.org/wiki/Q214781', 'display_name': 'Condensed matter physics', 'level': 1, 'score': 0.3478209}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.10101482}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.066357374}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.05588177}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.05328086}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1103/physrevlett.97.187401', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S24807848', 'display_name': 'Physical Review Letters', 'issn_l': '0031-9007', 'issn': ['1079-7114', '0031-9007', '1092-0145'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320261', 'host_organization_name': 'American Physical Society', 'host_organization_lineage': ['https://openalex.org/P4310320261'], 'host_organization_lineage_names': ['American Physical Society'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-00130091', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/cond-mat/0606284', 'pdf_url': 'https://arxiv.org/pdf/cond-mat/0606284', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.science/hal-00130091', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/17155573', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/cond-mat/0606284', 'pdf_url': 'https://arxiv.org/pdf/cond-mat/0606284', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.26}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.11}], 'grants': [], 'referenced_works_count': 30, 'referenced_works': ['https://openalex.org/W1963970602', 'https://openalex.org/W1965901576', 'https://openalex.org/W1976705497', 'https://openalex.org/W1977630422', 'https://openalex.org/W1986583880', 'https://openalex.org/W2003260462', 'https://openalex.org/W2009549649', 'https://openalex.org/W2022581387', 'https://openalex.org/W2026237155', 'https://openalex.org/W2028725265', 'https://openalex.org/W2049862697', 'https://openalex.org/W2052976411', 'https://openalex.org/W2058122340', 'https://openalex.org/W2058272047', 'https://openalex.org/W2070552302', 'https://openalex.org/W2082174079', 'https://openalex.org/W2082940844', 'https://openalex.org/W2086817751', 'https://openalex.org/W2092831789', 'https://openalex.org/W2097913789', 'https://openalex.org/W2102814926', 'https://openalex.org/W2103480351', 'https://openalex.org/W2118492507', 'https://openalex.org/W2121772044', 'https://openalex.org/W2125284466', 'https://openalex.org/W2133061058', 'https://openalex.org/W2134233006', 'https://openalex.org/W2157462933', 'https://openalex.org/W2161634708', 'https://openalex.org/W2235679284'], 'related_works': ['https://openalex.org/W1494926251', 'https://openalex.org/W1969745249', 'https://openalex.org/W2063320737', 'https://openalex.org/W2076559504', 'https://openalex.org/W2081182927', 'https://openalex.org/W2800665086', 'https://openalex.org/W2809525502', 'https://openalex.org/W3011417838', 'https://openalex.org/W3033925342', 'https://openalex.org/W4320907430'], 'ngrams_url': 'https://api.openalex.org/works/W2136334331/ngrams', 'abstract_inverted_index': {'Graphene': [0], 'is': [1, 56, 98], 'the': [2, 39, 82], 'two-dimensional': [3], '(2d)': [4], 'building': [5], 'block': [6], 'for': [7, 73], 'carbon': [8], 'allotropes': [9], 'of': [10, 69, 94], 'every': [11], 'other': [12], 'dimensionality.': [13], 'It': [14], 'can': [15], 'be': [16], 'stacked': [17], 'into': [18, 22, 27], '3d': [19], 'graphite,': [20], 'rolled': [21], '1d': [23], 'nanotubes,': [24], 'or': [25], 'wrapped': [26], '0d': [28], 'fullerenes.': [29], 'Its': [30], 'recent': [31], 'discovery': [32], 'in': [33, 59, 81, 101], 'free': [34], 'state': [35], 'has': [36], 'finally': [37], 'provided': [38], 'possibility': [40], 'to': [41], 'study': [42], 'experimentally': [43], 'its': [44, 60], 'electronic': [45, 54, 83], 'and': [46, 76, 85, 88], 'phonon': [47], 'properties.': [48], 'Here': [49], 'we': [50], 'show': [51], 'that': [52, 63], "graphene's": [53], 'structure': [55, 84], 'uniquely': [57], 'captured': [58], 'Raman': [61, 71], 'spectrum': [62], 'clearly': [64], 'evolves': [65], 'with': [66], 'increasing': [67], 'number': [68], 'layers.': [70], 'fingerprints': [72], 'single-,': [74], 'bi-': [75], 'few-layer': [77], 'graphene': [78, 95], 'reflect': [79], 'changes': [80], 'electron-phonon': [86], 'interactions': [87], 'allow': [89], 'unambiguous,': [90], 'high-throughput,': [91], 'non-destructive': [92], 'identification': [93], 'layers,': [96], 'which': [97], 'critically': [99], 'lacking': [100], 'this': [102], 'emerging': [103], 'research': [104], 'area.': [105]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2136334331', 'counts_by_year': [{'year': 2023, 'cited_by_count': 519}, {'year': 2022, 'cited_by_count': 766}, {'year': 2021, 'cited_by_count': 931}, {'year': 2020, 'cited_by_count': 992}, {'year': 2019, 'cited_by_count': 1016}, {'year': 2018, 'cited_by_count': 1082}, {'year': 2017, 'cited_by_count': 1081}, {'year': 2016, 'cited_by_count': 1090}, {'year': 2015, 'cited_by_count': 1081}, {'year': 2014, 'cited_by_count': 991}, {'year': 2013, 'cited_by_count': 878}, {'year': 2012, 'cited_by_count': 755}], 'updated_date': '2023-10-03T10:02:49.529843', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2097995306', 'doi': 'https://doi.org/10.1056/nejmoa1003466', 'title': 'Improved Survival with Ipilimumab in Patients with Metastatic Melanoma', 'display_name': 'Improved Survival with Ipilimumab in Patients with Metastatic Melanoma', 'publication_year': 2010, 'publication_date': '2010-08-19', 'ids': {'openalex': 'https://openalex.org/W2097995306', 'doi': 'https://doi.org/10.1056/nejmoa1003466', 'mag': '2097995306', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/20525992', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3549297'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa1003466', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://doi.org/10.1056/nejmoa1003466', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5084967339', 'display_name': 'F. Stephen Hodi', 'orcid': 'https://orcid.org/0000-0001-6825-091X'}, 'institutions': [{'id': 'https://openalex.org/I4210117453', 'display_name': 'Dana-Farber Cancer Institute', 'ror': 'https://ror.org/02jzgtq86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210117453']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'F. Stephen Hodi', 'raw_affiliation_string': 'Dana-Farber Cancer Institute, Boston, MA 02115, USA. Stephen_Hodi@DFCI.Harvard.Edu', 'raw_affiliation_strings': ['Dana-Farber Cancer Institute, Boston, MA 02115, USA. Stephen_Hodi@DFCI.Harvard.Edu']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060495866', 'display_name': 'Steven O’Day', 'orcid': 'https://orcid.org/0009-0005-5345-5417'}, 'institutions': [{'id': 'https://openalex.org/I4210104507', 'display_name': 'Angeles Clinic and Research Institute', 'ror': 'https://ror.org/01ct2ab72', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1282927834', 'https://openalex.org/I4210104507']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': "Steven J. O'Day", 'raw_affiliation_string': 'Angeles Clinic and Research Institute', 'raw_affiliation_strings': ['Angeles Clinic and Research Institute']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007052233', 'display_name': 'David F. McDermott', 'orcid': 'https://orcid.org/0000-0002-2675-5095'}, 'institutions': [{'id': 'https://openalex.org/I2799899409', 'display_name': 'Hadassah Medical Center', 'ror': 'https://ror.org/01cqmqj90', 'country_code': 'IL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2799899409']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'David F. McDermott', 'raw_affiliation_string': 'Beth Israel Deaconess Medical Center', 'raw_affiliation_strings': ['Beth Israel Deaconess Medical Center']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073111231', 'display_name': 'Robert Weber', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Robert W. Weber', 'raw_affiliation_string': "St. Mary's Medical Center", 'raw_affiliation_strings': ["St. Mary's Medical Center"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075566772', 'display_name': 'Jeffrey A. Sosman', 'orcid': 'https://orcid.org/0000-0002-0650-9698'}, 'institutions': [{'id': 'https://openalex.org/I901861585', 'display_name': 'Vanderbilt University Medical Center', 'ror': 'https://ror.org/05dq2gs74', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210162197', 'https://openalex.org/I901861585']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jeffrey A. Sosman', 'raw_affiliation_string': 'Vanderbilt University Medical Center, Nashville', 'raw_affiliation_strings': ['Vanderbilt University Medical Center, Nashville']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017136846', 'display_name': 'John B.A.G. Haanen', 'orcid': 'https://orcid.org/0000-0001-5884-7704'}, 'institutions': [{'id': 'https://openalex.org/I4210124352', 'display_name': 'Netherlands Cancer Institute-Antoni van Leeuwenhoek Hospital', 'ror': 'https://ror.org/03xqtf034', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210124352']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'John B. Haanen', 'raw_affiliation_string': 'Netherlands Cancer Institute', 'raw_affiliation_strings': ['Netherlands Cancer Institute']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002655892', 'display_name': 'René González', 'orcid': 'https://orcid.org/0000-0002-7435-6208'}, 'institutions': [{'id': 'https://openalex.org/I4210134151', 'display_name': 'University of Colorado Cancer Center', 'ror': 'https://ror.org/04cqn7d42', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210134151']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rene Gonzalez', 'raw_affiliation_string': 'University of Colorado Cancer Center, Aurora', 'raw_affiliation_strings': ['University of Colorado Cancer Center, Aurora']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056132643', 'display_name': 'Caroline Robert', 'orcid': 'https://orcid.org/0000-0002-9493-0238'}, 'institutions': [{'id': 'https://openalex.org/I2801843802', 'display_name': 'Institut Gustave Roussy', 'ror': 'https://ror.org/0321g0743', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801843802']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Caroline Robert', 'raw_affiliation_string': 'institut Gustave Roussy', 'raw_affiliation_strings': ['institut Gustave Roussy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034365278', 'display_name': 'Dirk Schadendorf', 'orcid': 'https://orcid.org/0000-0003-3524-7858'}, 'institutions': [{'id': 'https://openalex.org/I4210119759', 'display_name': 'Essen University Hospital', 'ror': 'https://ror.org/02na8dn90', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210119759']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Dirk Schadendorf', 'raw_affiliation_string': 'University Hospital Essen, Essen', 'raw_affiliation_strings': ['University Hospital Essen, Essen']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067776208', 'display_name': 'Jessica C. Hassel', 'orcid': 'https://orcid.org/0000-0001-7575-6230'}, 'institutions': [{'id': 'https://openalex.org/I177802217', 'display_name': 'University of Mannheim', 'ror': 'https://ror.org/031bsb921', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I177802217']}, {'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jessica C. Hassel', 'raw_affiliation_string': 'German Cancer Research Center, University of Mannheim, Mannheim', 'raw_affiliation_strings': ['German Cancer Research Center, University of Mannheim, Mannheim']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016686763', 'display_name': 'Wallace Akerley', 'orcid': 'https://orcid.org/0000-0002-3090-4778'}, 'institutions': [{'id': 'https://openalex.org/I2801159745', 'display_name': 'Huntsman Cancer Institute', 'ror': 'https://ror.org/03v7tx966', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801159745', 'https://openalex.org/I4210148268']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Wallace Akerley', 'raw_affiliation_string': 'Huntsman Cancer Institute, Salt Lake City', 'raw_affiliation_strings': ['Huntsman Cancer Institute, Salt Lake City']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072068921', 'display_name': 'Alfons J.M. van den Eertwegh', 'orcid': 'https://orcid.org/0000-0003-2196-1233'}, 'institutions': [{'id': 'https://openalex.org/I911458345', 'display_name': 'Amsterdam UMC Location VUmc', 'ror': 'https://ror.org/00q6h8f30', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210151833', 'https://openalex.org/I911458345']}, {'id': 'https://openalex.org/I2802849423', 'display_name': 'University Medical Center', 'ror': 'https://ror.org/036pt7h44', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802849423']}, {'id': 'https://openalex.org/I4210108968', 'display_name': 'University Hospital and Clinics', 'ror': 'https://ror.org/013v7fk41', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210108968']}], 'countries': ['NL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Alfons J.M. van den Eertwegh', 'raw_affiliation_string': 'VU University Medical Center', 'raw_affiliation_strings': ['VU University Medical Center']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044615683', 'display_name': 'Jose Lutzky', 'orcid': 'https://orcid.org/0000-0002-9503-2130'}, 'institutions': [{'id': 'https://openalex.org/I4210157065', 'display_name': 'Sylvester Comprehensive Cancer Center', 'ror': 'https://ror.org/0552r4b12', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210101935', 'https://openalex.org/I4210157065']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jose Lutzky', 'raw_affiliation_string': 'Mount Sinai Comprehensive Cancer Center, Miami', 'raw_affiliation_strings': ['Mount Sinai Comprehensive Cancer Center, Miami']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069095893', 'display_name': 'Paul Lorigan', 'orcid': 'https://orcid.org/0000-0002-8875-2164'}, 'institutions': [{'id': 'https://openalex.org/I4210131968', 'display_name': 'The Christie Hospital', 'ror': 'https://ror.org/03nd63441', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210131968', 'https://openalex.org/I4210133995']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Paul Lorigan', 'raw_affiliation_string': 'Christie Hospital NHS Trust, Manchester', 'raw_affiliation_strings': ['Christie Hospital NHS Trust, Manchester']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018542524', 'display_name': 'Julia Vaübel', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210119759', 'display_name': 'Essen University Hospital', 'ror': 'https://ror.org/02na8dn90', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210119759']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Julia M. Vaubel', 'raw_affiliation_string': 'University Hospital Essen, Essen', 'raw_affiliation_strings': ['University Hospital Essen, Essen']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076793020', 'display_name': 'Gerald P. Linette', 'orcid': 'https://orcid.org/0000-0001-6147-6115'}, 'institutions': [{'id': 'https://openalex.org/I204465549', 'display_name': 'Washington University in St. Louis', 'ror': 'https://ror.org/01yc7t268', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I204465549']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Gerald P. Linette', 'raw_affiliation_string': 'Washington University St. Louis', 'raw_affiliation_strings': ['Washington University St. Louis']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065240674', 'display_name': 'David Hogg', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210119445', 'display_name': 'Princess Margaret Hospital', 'ror': 'https://ror.org/02h6j4611', 'country_code': 'NZ', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210119445']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'David Hogg', 'raw_affiliation_string': 'Princess Margaret Hospital, Toronto', 'raw_affiliation_strings': ['Princess Margaret Hospital, Toronto']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072238075', 'display_name': 'Christian Ottensmeier', 'orcid': 'https://orcid.org/0000-0003-3619-1657'}, 'institutions': [{'id': 'https://openalex.org/I151328261', 'display_name': 'Hampton University', 'ror': 'https://ror.org/05fde5z47', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I151328261']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Christian H. Ottensmeier', 'raw_affiliation_string': 'Southampton University Hospitals, Southampton', 'raw_affiliation_strings': ['Southampton University Hospitals, Southampton']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025478490', 'display_name': 'Célèste Lebbé', 'orcid': 'https://orcid.org/0000-0002-5854-7290'}, 'institutions': [{'id': 'https://openalex.org/I2802034949', 'display_name': 'Saint Louis University Hospital', 'ror': 'https://ror.org/01v49sd11', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801580383', 'https://openalex.org/I2802034949']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Celeste Lebbé', 'raw_affiliation_string': 'Saint Louis Hospital, Paris', 'raw_affiliation_strings': ['Saint Louis Hospital, Paris']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066200247', 'display_name': 'Christian Peschel', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Christian Peschel', 'raw_affiliation_string': 'Technical University Munich, Munich', 'raw_affiliation_strings': ['Technical University Munich, Munich']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076988644', 'display_name': 'Ian Quirt', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210119445', 'display_name': 'Princess Margaret Hospital', 'ror': 'https://ror.org/02h6j4611', 'country_code': 'NZ', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210119445']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Ian Quirt', 'raw_affiliation_string': 'Princess Margaret Hospital, Toronto', 'raw_affiliation_strings': ['Princess Margaret Hospital, Toronto']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034792001', 'display_name': 'Joseph I. Clark', 'orcid': 'https://orcid.org/0000-0002-0455-2625'}, 'institutions': [{'id': 'https://openalex.org/I1304196042', 'display_name': 'Loyola University Medical Center', 'ror': 'https://ror.org/05xcyt367', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1304196042', 'https://openalex.org/I1304269903']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Joseph I. Clark', 'raw_affiliation_string': 'Loyola University Medical Center, Maywood, IL', 'raw_affiliation_strings': ['Loyola University Medical Center, Maywood, IL']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054656505', 'display_name': 'Jedd D. Wolchok', 'orcid': 'https://orcid.org/0000-0001-6718-2222'}, 'institutions': [{'id': 'https://openalex.org/I1334819555', 'display_name': 'Memorial Sloan Kettering Cancer Center', 'ror': 'https://ror.org/02yrq0923', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1334819555']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jedd D. Wolchok', 'raw_affiliation_string': 'Memorial-Sloan Kettering Cancer Center', 'raw_affiliation_strings': ['Memorial-Sloan Kettering Cancer Center']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047177507', 'display_name': 'Jeffrey S. Weber', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3019308854', 'display_name': 'Moffitt Cancer Center', 'ror': 'https://ror.org/01xf75524', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3019308854']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jeffrey S. Weber', 'raw_affiliation_string': 'H. Lee Moffitt Cancer Center, Tampa, FL', 'raw_affiliation_strings': ['H. Lee Moffitt Cancer Center, Tampa, FL']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060550395', 'display_name': 'Jing Tian', 'orcid': 'https://orcid.org/0000-0001-7746-7782'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jason Tian', 'raw_affiliation_string': 'Medarex Inc.', 'raw_affiliation_strings': ['Medarex Inc.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066367673', 'display_name': 'Michael Yellin', 'orcid': 'https://orcid.org/0000-0002-1164-7614'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Michael J. Yellin', 'raw_affiliation_string': 'Medarex Inc.', 'raw_affiliation_strings': ['Medarex Inc.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052129051', 'display_name': 'G. Nichol', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Geoffrey M. Nichol', 'raw_affiliation_string': 'Medarex Inc.', 'raw_affiliation_strings': ['Medarex Inc.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086481435', 'display_name': 'Axel Hoos', 'orcid': 'https://orcid.org/0000-0001-5269-9376'}, 'institutions': [{'id': 'https://openalex.org/I4210091812', 'display_name': 'Bristol-Myers Squibb (United States)', 'ror': 'https://ror.org/00gtmwv55', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210091812']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Axel Hoos', 'raw_affiliation_string': 'Bristol-Myers Squibb, Wallingford, CT', 'raw_affiliation_strings': ['Bristol-Myers Squibb, Wallingford, CT']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5025100380', 'display_name': 'Walter J. Urba', 'orcid': 'https://orcid.org/0000-0001-8414-3348'}, 'institutions': [{'id': 'https://openalex.org/I2801670537', 'display_name': 'Providence Portland Medical Center', 'ror': 'https://ror.org/015tmw922', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801670537', 'https://openalex.org/I4210160466']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Walter J. Urba', 'raw_affiliation_string': 'Earle A. Chiles Research Institute, Portland, OR', 'raw_affiliation_strings': ['Earle A. Chiles Research Institute, Portland, OR']}], 'countries_distinct_count': 7, 'institutions_distinct_count': 26, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 12437, 'biblio': {'volume': '363', 'issue': '8', 'first_page': '711', 'last_page': '723'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2781433595', 'wikidata': 'https://www.wikidata.org/wiki/Q2459042', 'display_name': 'Ipilimumab', 'level': 4, 'score': 0.96697444}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.9335465}, {'id': 'https://openalex.org/C2994587330', 'wikidata': 'https://www.wikidata.org/wiki/Q180614', 'display_name': 'Metastatic melanoma', 'level': 3, 'score': 0.8116932}, {'id': 'https://openalex.org/C2777658100', 'wikidata': 'https://www.wikidata.org/wiki/Q180614', 'display_name': 'Melanoma', 'level': 2, 'score': 0.7503379}, {'id': 'https://openalex.org/C154317977', 'wikidata': 'https://www.wikidata.org/wiki/Q376266', 'display_name': 'Cytotoxic T cell', 'level': 3, 'score': 0.5614205}, {'id': 'https://openalex.org/C143998085', 'wikidata': 'https://www.wikidata.org/wiki/Q162555', 'display_name': 'Oncology', 'level': 1, 'score': 0.5256076}, {'id': 'https://openalex.org/C3019894029', 'wikidata': 'https://www.wikidata.org/wiki/Q332823', 'display_name': 'Overall survival', 'level': 2, 'score': 0.46941337}, {'id': 'https://openalex.org/C147483822', 'wikidata': 'https://www.wikidata.org/wiki/Q103537', 'display_name': 'Antigen', 'level': 2, 'score': 0.46721593}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.4592026}, {'id': 'https://openalex.org/C2777701055', 'wikidata': 'https://www.wikidata.org/wiki/Q1427096', 'display_name': 'Immunotherapy', 'level': 3, 'score': 0.40857863}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.39612588}, {'id': 'https://openalex.org/C502942594', 'wikidata': 'https://www.wikidata.org/wiki/Q3421914', 'display_name': 'Cancer research', 'level': 1, 'score': 0.37011427}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.18864518}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C202751555', 'wikidata': 'https://www.wikidata.org/wiki/Q221681', 'display_name': 'In vitro', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000911', 'descriptor_name': 'Antibodies, Monoclonal', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': True}, {'descriptor_ui': 'D015703', 'descriptor_name': 'Antigens, CD', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': True}, {'descriptor_ui': 'D019496', 'descriptor_name': 'Cancer Vaccines', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': True}, {'descriptor_ui': 'D008545', 'descriptor_name': 'Melanoma', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': True}, {'descriptor_ui': 'D000911', 'descriptor_name': 'Antibodies, Monoclonal', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000911', 'descriptor_name': 'Antibodies, Monoclonal', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D015703', 'descriptor_name': 'Antigens, CD', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D060908', 'descriptor_name': 'CTLA-4 Antigen', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019496', 'descriptor_name': 'Cancer Vaccines', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019496', 'descriptor_name': 'Cancer Vaccines', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D003131', 'descriptor_name': 'Combined Modality Therapy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004311', 'descriptor_name': 'Double-Blind Method', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000074324', 'descriptor_name': 'Ipilimumab', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D053208', 'descriptor_name': 'Kaplan-Meier Estimate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008545', 'descriptor_name': 'Melanoma', 'qualifier_ui': 'Q000556', 'qualifier_name': 'secondary', 'is_major_topic': False}, {'descriptor_ui': 'D008545', 'descriptor_name': 'Melanoma', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D008545', 'descriptor_name': 'Melanoma', 'qualifier_ui': 'Q000188', 'qualifier_name': 'drug therapy', 'is_major_topic': False}, {'descriptor_ui': 'D008545', 'descriptor_name': 'Melanoma', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012878', 'descriptor_name': 'Skin Neoplasms', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D012878', 'descriptor_name': 'Skin Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016896', 'descriptor_name': 'Treatment Outcome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa1003466', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3549297', 'pdf_url': 'https://europepmc.org/articles/pmc3549297?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3549297', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/20525992', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa1003466', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.83}], 'grants': [], 'referenced_works_count': 32, 'referenced_works': ['https://openalex.org/W1965504034', 'https://openalex.org/W1977979223', 'https://openalex.org/W1992699637', 'https://openalex.org/W1997919830', 'https://openalex.org/W2011852843', 'https://openalex.org/W2015399916', 'https://openalex.org/W2020727013', 'https://openalex.org/W2041672829', 'https://openalex.org/W2068834940', 'https://openalex.org/W2073363047', 'https://openalex.org/W2076668534', 'https://openalex.org/W2081527131', 'https://openalex.org/W2094569028', 'https://openalex.org/W2095826876', 'https://openalex.org/W2100158834', 'https://openalex.org/W2107907914', 'https://openalex.org/W2109465910', 'https://openalex.org/W2119198740', 'https://openalex.org/W2129449089', 'https://openalex.org/W2135480474', 'https://openalex.org/W2137723371', 'https://openalex.org/W2140715248', 'https://openalex.org/W2145853100', 'https://openalex.org/W2148576689', 'https://openalex.org/W2148586726', 'https://openalex.org/W2151507811', 'https://openalex.org/W2157880942', 'https://openalex.org/W2158299227', 'https://openalex.org/W2162502360', 'https://openalex.org/W2168334855', 'https://openalex.org/W2273604342', 'https://openalex.org/W4246687251'], 'related_works': ['https://openalex.org/W1968713285', 'https://openalex.org/W1994786993', 'https://openalex.org/W2044667441', 'https://openalex.org/W2056860211', 'https://openalex.org/W2550950468', 'https://openalex.org/W2745358348', 'https://openalex.org/W2891051134', 'https://openalex.org/W3037215952', 'https://openalex.org/W4313889865', 'https://openalex.org/W4361939003'], 'ngrams_url': 'https://api.openalex.org/works/W2097995306/ngrams', 'abstract_inverted_index': {'An': [0], 'improvement': [1], 'in': [2, 50], 'overall': [3], 'survival': [4], 'among': [5], 'patients': [6, 51], 'with': [7, 36, 47, 52], 'metastatic': [8, 55], 'melanoma': [9], 'has': [10], 'been': [11], 'an': [12, 30], 'elusive': [13], 'goal.': [14], 'In': [15], 'this': [16], 'phase': [17], '3': [18], 'study,': [19], 'ipilimumab': [20], '—': [21, 34], 'which': [22], 'blocks': [23], 'cytotoxic': [24], 'T-lymphocyte–associated': [25], 'antigen': [26], '4': [27], 'to': [28], 'potentiate': [29], 'antitumor': [31], 'T-cell': [32], 'response': [33], 'administered': [35], 'or': [37], 'without': [38], 'a': [39], 'glycoprotein': [40], '100': [41], '(gp100)': [42], 'peptide': [43], 'vaccine': [44], 'was': [45], 'compared': [46], 'gp100': [48], 'alone': [49], 'previously': [53], 'treated': [54], 'melanoma.': [56]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2097995306', 'counts_by_year': [{'year': 2023, 'cited_by_count': 585}, {'year': 2022, 'cited_by_count': 857}, {'year': 2021, 'cited_by_count': 1018}, {'year': 2020, 'cited_by_count': 1101}, {'year': 2019, 'cited_by_count': 1052}, {'year': 2018, 'cited_by_count': 1127}, {'year': 2017, 'cited_by_count': 1201}, {'year': 2016, 'cited_by_count': 1216}, {'year': 2015, 'cited_by_count': 1208}, {'year': 2014, 'cited_by_count': 987}, {'year': 2013, 'cited_by_count': 872}, {'year': 2012, 'cited_by_count': 701}], 'updated_date': '2023-10-04T03:14:37.716249', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2127322768', 'doi': 'https://doi.org/10.1038/msb.2011.75', 'title': 'Fast, scalable generation of high‐quality protein multiple sequence alignments using Clustal Omega', 'display_name': 'Fast, scalable generation of high‐quality protein multiple sequence alignments using Clustal Omega', 'publication_year': 2011, 'publication_date': '2011-01-01', 'ids': {'openalex': 'https://openalex.org/W2127322768', 'doi': 'https://doi.org/10.1038/msb.2011.75', 'mag': '2127322768', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/21988835', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3261699'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/msb.2011.75', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S200893805', 'display_name': 'Molecular Systems Biology', 'issn_l': '1744-4292', 'issn': ['1744-4292'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://europepmc.org/articles/pmc3261699?pdf=render', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5037909083', 'display_name': 'Fabian Sievers', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100930933', 'display_name': 'University College Dublin', 'ror': 'https://ror.org/05m7pjf47', 'country_code': 'IE', 'type': 'education', 'lineage': ['https://openalex.org/I100930933', 'https://openalex.org/I181231927']}], 'countries': ['IE'], 'is_corresponding': False, 'raw_author_name': 'Fabian Sievers', 'raw_affiliation_string': 'School of Medicine and Medical Science, UCD Conway Institute of Biomolecular and Biomedical Research, University College Dublin Dublin Ireland', 'raw_affiliation_strings': ['School of Medicine and Medical Science, UCD Conway Institute of Biomolecular and Biomedical Research, University College Dublin Dublin Ireland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036376802', 'display_name': 'Andreas Wilm', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I66068411', 'display_name': 'Genome Institute of Singapore', 'ror': 'https://ror.org/05k8wg936', 'country_code': 'SG', 'type': 'facility', 'lineage': ['https://openalex.org/I2801752549', 'https://openalex.org/I66068411']}], 'countries': ['SG'], 'is_corresponding': False, 'raw_author_name': 'Andreas Wilm', 'raw_affiliation_string': 'Computational and Systems Biology, Genome Institute of Singapore Singapore', 'raw_affiliation_strings': ['Computational and Systems Biology, Genome Institute of Singapore Singapore']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006434469', 'display_name': 'David Dineen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100930933', 'display_name': 'University College Dublin', 'ror': 'https://ror.org/05m7pjf47', 'country_code': 'IE', 'type': 'education', 'lineage': ['https://openalex.org/I100930933', 'https://openalex.org/I181231927']}], 'countries': ['IE'], 'is_corresponding': False, 'raw_author_name': 'David Dineen', 'raw_affiliation_string': 'School of Medicine and Medical Science, UCD Conway Institute of Biomolecular and Biomedical Research, University College Dublin Dublin Ireland', 'raw_affiliation_strings': ['School of Medicine and Medical Science, UCD Conway Institute of Biomolecular and Biomedical Research, University College Dublin Dublin Ireland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004328524', 'display_name': 'Toby J. Gibson', 'orcid': 'https://orcid.org/0000-0003-0657-5166'}, 'institutions': [{'id': 'https://openalex.org/I4210153543', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/050589e39', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560', 'https://openalex.org/I4210153543']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Toby J Gibson', 'raw_affiliation_string': 'Structural and Computational Biology Unit, European Molecular Biology Laboratory Heidelberg Germany', 'raw_affiliation_strings': ['Structural and Computational Biology Unit, European Molecular Biology Laboratory Heidelberg Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059033237', 'display_name': 'Kevin Karplus', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I185103710', 'display_name': 'University of California, Santa Cruz', 'ror': 'https://ror.org/03s65by71', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I185103710', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kevin Karplus', 'raw_affiliation_string': 'Department of Biomolecular Engineering, University of California Santa Cruz CA USA', 'raw_affiliation_strings': ['Department of Biomolecular Engineering, University of California Santa Cruz CA USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027145422', 'display_name': 'Weizhong Li', 'orcid': 'https://orcid.org/0000-0003-1804-9403'}, 'institutions': [{'id': 'https://openalex.org/I1303153112', 'display_name': 'European Bioinformatics Institute', 'ror': 'https://ror.org/02catss52', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I1303153112', 'https://openalex.org/I4210138560']}, {'id': 'https://openalex.org/I87048295', 'display_name': 'Wellcome Trust', 'ror': 'https://ror.org/029chgv08', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Weizhong Li', 'raw_affiliation_string': 'EMBL Outstation—European Bioinformatics Institute, Wellcome Trust Genome Campus Hinxton Cambridge UK', 'raw_affiliation_strings': ['EMBL Outstation—European Bioinformatics Institute, Wellcome Trust Genome Campus Hinxton Cambridge UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018972787', 'display_name': 'Rodrigo López', 'orcid': 'https://orcid.org/0000-0003-1256-7306'}, 'institutions': [{'id': 'https://openalex.org/I1303153112', 'display_name': 'European Bioinformatics Institute', 'ror': 'https://ror.org/02catss52', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I1303153112', 'https://openalex.org/I4210138560']}, {'id': 'https://openalex.org/I87048295', 'display_name': 'Wellcome Trust', 'ror': 'https://ror.org/029chgv08', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rodrigo Sanz López', 'raw_affiliation_string': 'EMBL Outstation—European Bioinformatics Institute, Wellcome Trust Genome Campus Hinxton Cambridge UK', 'raw_affiliation_strings': ['EMBL Outstation—European Bioinformatics Institute, Wellcome Trust Genome Campus Hinxton Cambridge UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063114804', 'display_name': 'Hamish McWilliam', 'orcid': 'https://orcid.org/0000-0003-1769-5032'}, 'institutions': [{'id': 'https://openalex.org/I1303153112', 'display_name': 'European Bioinformatics Institute', 'ror': 'https://ror.org/02catss52', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I1303153112', 'https://openalex.org/I4210138560']}, {'id': 'https://openalex.org/I87048295', 'display_name': 'Wellcome Trust', 'ror': 'https://ror.org/029chgv08', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Hamish Eg McWilliam', 'raw_affiliation_string': 'EMBL Outstation—European Bioinformatics Institute, Wellcome Trust Genome Campus Hinxton Cambridge UK', 'raw_affiliation_strings': ['EMBL Outstation—European Bioinformatics Institute, Wellcome Trust Genome Campus Hinxton Cambridge UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040165643', 'display_name': 'Michael Remmert', 'orcid': None}, 'institutions': [], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Michael Remmert', 'raw_affiliation_string': 'Gene Center Munich, University of Munich (LMU) Muenchen Germany', 'raw_affiliation_strings': ['Gene Center Munich, University of Munich (LMU) Muenchen Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010030898', 'display_name': 'Johannes Söding', 'orcid': 'https://orcid.org/0000-0001-9642-8244'}, 'institutions': [], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Johannes Söding', 'raw_affiliation_string': 'Gene Center Munich, University of Munich (LMU) Muenchen Germany', 'raw_affiliation_strings': ['Gene Center Munich, University of Munich (LMU) Muenchen Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039921905', 'display_name': 'Julie Thompson', 'orcid': 'https://orcid.org/0000-0003-4893-3478'}, 'institutions': [{'id': 'https://openalex.org/I4210086872', 'display_name': 'Institute of Genetics and Molecular and Cellular Biology', 'ror': 'https://ror.org/0015ws592', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I4210086872', 'https://openalex.org/I4210096427', 'https://openalex.org/I68947357']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I68947357', 'display_name': 'University of Strasbourg', 'ror': 'https://ror.org/00pg6eq24', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I68947357']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Julie D Thompson', 'raw_affiliation_string': 'Département de Biologie Structurale et Génomique, IGBMC (Institut de Génétique et de Biologie Moléculaire et Cellulaire), CNRS/INSERM/Université de Strasbourg Illkirch France', 'raw_affiliation_strings': ['Département de Biologie Structurale et Génomique, IGBMC (Institut de Génétique et de Biologie Moléculaire et Cellulaire), CNRS/INSERM/Université de Strasbourg Illkirch France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5090607558', 'display_name': 'Desmond G. Higgins', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100930933', 'display_name': 'University College Dublin', 'ror': 'https://ror.org/05m7pjf47', 'country_code': 'IE', 'type': 'education', 'lineage': ['https://openalex.org/I100930933', 'https://openalex.org/I181231927']}], 'countries': ['IE'], 'is_corresponding': False, 'raw_author_name': 'Desmond G Higgins', 'raw_affiliation_string': 'School of Medicine and Medical Science, UCD Conway Institute of Biomolecular and Biomedical Research, University College Dublin Dublin Ireland', 'raw_affiliation_strings': ['School of Medicine and Medical Science, UCD Conway Institute of Biomolecular and Biomedical Research, University College Dublin Dublin Ireland']}], 'countries_distinct_count': 6, 'institutions_distinct_count': 10, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 5000, 'currency': 'USD', 'value_usd': 5000, 'provenance': 'doaj'}, 'apc_paid': {'value': 5000, 'currency': 'USD', 'value_usd': 5000, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 11525, 'biblio': {'volume': '7', 'issue': '1', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2780513914', 'wikidata': 'https://www.wikidata.org/wiki/Q18210350', 'display_name': 'Bottleneck', 'level': 2, 'score': 0.7391134}, {'id': 'https://openalex.org/C48044578', 'wikidata': 'https://www.wikidata.org/wiki/Q727490', 'display_name': 'Scalability', 'level': 2, 'score': 0.6605711}, {'id': 'https://openalex.org/C88031987', 'wikidata': 'https://www.wikidata.org/wiki/Q1377767', 'display_name': 'Multiple sequence alignment', 'level': 5, 'score': 0.64237773}, {'id': 'https://openalex.org/C45484198', 'wikidata': 'https://www.wikidata.org/wiki/Q827246', 'display_name': 'Sequence alignment', 'level': 4, 'score': 0.6095026}, {'id': 'https://openalex.org/C180384323', 'wikidata': 'https://www.wikidata.org/wiki/Q16335137', 'display_name': 'Alignment-free sequence analysis', 'level': 5, 'score': 0.5938244}, {'id': 'https://openalex.org/C2778112365', 'wikidata': 'https://www.wikidata.org/wiki/Q3511065', 'display_name': 'Sequence (biology)', 'level': 2, 'score': 0.57067835}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5706365}, {'id': 'https://openalex.org/C173801870', 'wikidata': 'https://www.wikidata.org/wiki/Q201413', 'display_name': 'Heuristic', 'level': 2, 'score': 0.5593488}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.5278285}, {'id': 'https://openalex.org/C2779530757', 'wikidata': 'https://www.wikidata.org/wiki/Q1207505', 'display_name': 'Quality (philosophy)', 'level': 2, 'score': 0.47590905}, {'id': 'https://openalex.org/C2779346075', 'wikidata': 'https://www.wikidata.org/wiki/Q7268763', 'display_name': 'Quality Score', 'level': 3, 'score': 0.44327232}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.42670977}, {'id': 'https://openalex.org/C61053724', 'wikidata': 'https://www.wikidata.org/wiki/Q1154615', 'display_name': 'Sequence analysis', 'level': 3, 'score': 0.42413315}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.40794182}, {'id': 'https://openalex.org/C60644358', 'wikidata': 'https://www.wikidata.org/wiki/Q128570', 'display_name': 'Bioinformatics', 'level': 1, 'score': 0.36460966}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.21300432}, {'id': 'https://openalex.org/C167625842', 'wikidata': 'https://www.wikidata.org/wiki/Q899763', 'display_name': 'Peptide sequence', 'level': 3, 'score': 0.18739483}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.1825456}, {'id': 'https://openalex.org/C77088390', 'wikidata': 'https://www.wikidata.org/wiki/Q8513', 'display_name': 'Database', 'level': 1, 'score': 0.17439133}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.1573346}, {'id': 'https://openalex.org/C176217482', 'wikidata': 'https://www.wikidata.org/wiki/Q860554', 'display_name': 'Metric (unit)', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C21547014', 'wikidata': 'https://www.wikidata.org/wiki/Q1423657', 'display_name': 'Operations management', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C149635348', 'wikidata': 'https://www.wikidata.org/wiki/Q193040', 'display_name': 'Embedded system', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D057225', 'descriptor_name': 'Data Mining', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': True}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D020539', 'descriptor_name': 'Sequence Analysis, Protein', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D049490', 'descriptor_name': 'Systems Biology', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000595', 'descriptor_name': 'Amino Acid Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001483', 'descriptor_name': 'Base Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D057225', 'descriptor_name': 'Data Mining', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016208', 'descriptor_name': 'Databases, Factual', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008969', 'descriptor_name': 'Molecular Sequence Data', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020539', 'descriptor_name': 'Sequence Analysis, Protein', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D049490', 'descriptor_name': 'Systems Biology', 'qualifier_ui': 'Q000295', 'qualifier_name': 'instrumentation', 'is_major_topic': False}, {'descriptor_ui': 'D049490', 'descriptor_name': 'Systems Biology', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}], 'locations_count': 6, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/msb.2011.75', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S200893805', 'display_name': 'Molecular Systems Biology', 'issn_l': '1744-4292', 'issn': ['1744-4292'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3261699', 'pdf_url': 'https://europepmc.org/articles/pmc3261699?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11858/00-001M-0000-0017-8C09-D', 'pdf_url': 'https://pure.mpg.de/pubman/item/item_1944220_3/component/file_1945452/1944220.pdf', 'source': {'id': 'https://openalex.org/S4306400655', 'display_name': 'MPG.PuRe (Max Planck Society)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I149899117', 'host_organization_name': 'Max Planck Society', 'host_organization_lineage': ['https://openalex.org/I149899117'], 'host_organization_lineage_names': ['Max Planck Society'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3261699', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10197/7320', 'pdf_url': 'https://researchrepository.ucd.ie/bitstream/10197/7320/4/ClustalOmegapaper-mod.pdf', 'source': {'id': 'https://openalex.org/S4306402280', 'display_name': 'Research Repository UCD (University College Dublin)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I100930933', 'host_organization_name': 'University College Dublin', 'host_organization_lineage': ['https://openalex.org/I100930933'], 'host_organization_lineage_names': ['University College Dublin'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/21988835', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3261699', 'pdf_url': 'https://europepmc.org/articles/pmc3261699?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.28}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.11}], 'grants': [], 'referenced_works_count': 24, 'referenced_works': ['https://openalex.org/W1590240800', 'https://openalex.org/W1861776684', 'https://openalex.org/W1996681309', 'https://openalex.org/W2004178884', 'https://openalex.org/W2011289056', 'https://openalex.org/W2017777683', 'https://openalex.org/W2036295979', 'https://openalex.org/W2110241016', 'https://openalex.org/W2112011435', 'https://openalex.org/W2115394533', 'https://openalex.org/W2120866529', 'https://openalex.org/W2127520112', 'https://openalex.org/W2127774996', 'https://openalex.org/W2136570298', 'https://openalex.org/W2137015675', 'https://openalex.org/W2140872496', 'https://openalex.org/W2141670298', 'https://openalex.org/W2144362290', 'https://openalex.org/W2145268834', 'https://openalex.org/W2148047088', 'https://openalex.org/W2149531726', 'https://openalex.org/W2151831732', 'https://openalex.org/W2164974577', 'https://openalex.org/W4210623056'], 'related_works': ['https://openalex.org/W88386512', 'https://openalex.org/W1725737257', 'https://openalex.org/W1870852322', 'https://openalex.org/W2013076816', 'https://openalex.org/W2051319991', 'https://openalex.org/W2184990081', 'https://openalex.org/W2317368819', 'https://openalex.org/W2358273011', 'https://openalex.org/W2369516681', 'https://openalex.org/W3119443523'], 'ngrams_url': 'https://api.openalex.org/works/W2127322768/ngrams', 'abstract_inverted_index': {'Multiple': [0], 'sequence': [1, 7], 'alignments': [2, 11], 'are': [3, 12, 21], 'fundamental': [4], 'to': [5, 23, 105, 136], 'many': [6, 40], 'analysis': [8, 29], 'methods.': [9], 'Most': [10], 'computed': [13], 'using': [14], 'the': [15, 37, 64, 97, 108, 146], 'progressive': [16], 'alignment': [17], 'heuristic.': [18], 'These': [19], 'methods': [20, 45], 'starting': [22], 'become': [24], 'a': [25, 73], 'bottleneck': [26], 'in': [27, 120, 140, 152], 'some': [28], 'pipelines': [30], 'when': [31], 'faced': [32], 'with': [33, 63], 'data': [34, 50, 113], 'sets': [35, 51], 'of': [36, 39, 42, 48, 66, 85, 96, 107, 122, 145, 149], 'size': [38], 'thousands': [41], 'sequences.': [43, 67], 'Some': [44], 'allow': [46], 'computation': [47], 'larger': [49, 112], 'while': [52], 'sacrificing': [53], 'quality,': [54], 'and': [55, 89, 125, 137], 'others': [56], 'produce': [57], 'high-quality': [58, 109], 'alignments,': [59, 142], 'but': [60], 'scale': [61], 'badly': [62], 'number': [65, 84], 'In': [68], 'this': [69], 'paper,': [70], 'we': [71], 'describe': [72], 'new': [74], 'program': [75], 'called': [76], 'Clustal': [77, 115, 127], 'Omega,': [78], 'which': [79], 'can': [80], 'align': [81], 'virtually': [82], 'any': [83], 'protein': [86], 'sequences': [87, 135], 'quickly': [88], 'that': [90, 106], 'delivers': [91], 'accurate': [92], 'alignments.': [93], 'The': [94], 'accuracy': [95], 'package': [98], 'on': [99], 'smaller': [100], 'test': [101], 'cases': [102], 'is': [103], 'similar': [104], 'aligners.': [110], 'On': [111], 'sets,': [114], 'Omega': [116, 128], 'outperforms': [117], 'other': [118], 'packages': [119], 'terms': [121], 'execution': [123], 'time': [124], 'quality.': [126], 'also': [129], 'has': [130], 'powerful': [131], 'features': [132], 'for': [133], 'adding': [134], 'exploiting': [138], 'information': [139, 151], 'existing': [141], 'making': [143], 'use': [144], 'vast': [147], 'amount': [148], 'precomputed': [150], 'public': [153], 'databases': [154], 'like': [155], 'Pfam.': [156]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2127322768', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1047}, {'year': 2022, 'cited_by_count': 1353}, {'year': 2021, 'cited_by_count': 1427}, {'year': 2020, 'cited_by_count': 1475}, {'year': 2019, 'cited_by_count': 1322}, {'year': 2018, 'cited_by_count': 1271}, {'year': 2017, 'cited_by_count': 1152}, {'year': 2016, 'cited_by_count': 914}, {'year': 2015, 'cited_by_count': 654}, {'year': 2014, 'cited_by_count': 568}, {'year': 2013, 'cited_by_count': 276}, {'year': 2012, 'cited_by_count': 72}], 'updated_date': '2023-09-30T01:45:24.938392', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W843007777', 'doi': 'https://doi.org/10.1515/pac-2014-1117', 'title': 'Physisorption of gases, with special reference to the evaluation of surface area and pore size distribution (IUPAC Technical Report)', 'display_name': 'Physisorption of gases, with special reference to the evaluation of surface area and pore size distribution (IUPAC Technical Report)', 'publication_year': 2015, 'publication_date': '2015-07-02', 'ids': {'openalex': 'https://openalex.org/W843007777', 'doi': 'https://doi.org/10.1515/pac-2014-1117', 'mag': '843007777'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1515/pac-2014-1117', 'pdf_url': 'http://www.degruyter.com/downloadpdf/j/pac.2015.87.issue-9-10/pac-2014-1117/pac-2014-1117.xml', 'source': {'id': 'https://openalex.org/S142816121', 'display_name': 'Pure and Applied Chemistry', 'issn_l': '0033-4545', 'issn': ['0033-4545', '1365-3075'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310321427', 'host_organization_name': 'International Union of Pure and Applied Chemistry', 'host_organization_lineage': ['https://openalex.org/P4310321427'], 'host_organization_lineage_names': ['International Union of Pure and Applied Chemistry'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://www.degruyter.com/downloadpdf/j/pac.2015.87.issue-9-10/pac-2014-1117/pac-2014-1117.xml', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5052174858', 'display_name': 'Matthias Thommes', 'orcid': 'https://orcid.org/0000-0002-3702-4976'}, 'institutions': [], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Matthias Thommes', 'raw_affiliation_string': '1Applied Science Department, Quantachrome Instruments, 1900 Corporate Drive, Boynton Beach, FL, USA', 'raw_affiliation_strings': ['1Applied Science Department, Quantachrome Instruments, 1900 Corporate Drive, Boynton Beach, FL, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028006288', 'display_name': 'Katsumi Kaneko', 'orcid': 'https://orcid.org/0000-0002-2378-478X'}, 'institutions': [{'id': 'https://openalex.org/I137975476', 'display_name': 'Shinshu University', 'ror': 'https://ror.org/0244rem06', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I137975476']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Katsumi Kaneko', 'raw_affiliation_string': '2Center for Energy and Environmental Science, Shinshu University, 4-17-1 Wakasato, Nagano-city, Japan', 'raw_affiliation_strings': ['2Center for Energy and Environmental Science, Shinshu University, 4-17-1 Wakasato, Nagano-city, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013313042', 'display_name': 'Alexander V. Neimark', 'orcid': 'https://orcid.org/0000-0002-3443-0389'}, 'institutions': [{'id': 'https://openalex.org/I102322142', 'display_name': 'Rutgers, The State University of New Jersey', 'ror': 'https://ror.org/05vt9qd57', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I102322142']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Alexander V. Neimark', 'raw_affiliation_string': '3Department of Chemical and Biochemical Engineering, Rutgers University, 98 Brett Road, Piscataway, New Brunswick, NJ, USA', 'raw_affiliation_strings': ['3Department of Chemical and Biochemical Engineering, Rutgers University, 98 Brett Road, Piscataway, New Brunswick, NJ, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046755028', 'display_name': 'James P. Olivier', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210137004', 'display_name': 'OFS (United States)', 'ror': 'https://ror.org/03c0wvm84', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210089187', 'https://openalex.org/I4210137004']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James P. Olivier', 'raw_affiliation_string': '4Micromeritics Instrument Corp., 4356 Communications Drive, Norcross, USA', 'raw_affiliation_strings': ['4Micromeritics Instrument Corp., 4356 Communications Drive, Norcross, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050872120', 'display_name': 'F. Rodriguez-Reinoso', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I130194489', 'display_name': 'University of Alicante', 'ror': 'https://ror.org/05t8bcz72', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I130194489']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Francisco Rodriguez-Reinoso', 'raw_affiliation_string': 'Laboratorio de Materiales Avanzados, Departamento de Química Inorgánica, Universidad de Alicante, Apartado 99, Alicante, Spain', 'raw_affiliation_strings': ['Laboratorio de Materiales Avanzados, Departamento de Química Inorgánica, Universidad de Alicante, Apartado 99, Alicante, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037112503', 'display_name': 'J. Rouquérol', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I21491767', 'display_name': 'Aix-Marseille University', 'ror': 'https://ror.org/035xkbk20', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I21491767']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean Rouquerol', 'raw_affiliation_string': 'Aix-Marseille Université, Laboratoire MADIREL, Centre de St Jérôme, Marseilles, France', 'raw_affiliation_strings': ['Aix-Marseille Université, Laboratoire MADIREL, Centre de St Jérôme, Marseilles, France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5045253667', 'display_name': 'K. S. W. Sing', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I59433898', 'display_name': 'Brunel University London', 'ror': 'https://ror.org/00dn4t376', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I59433898']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Kenneth S.W. Sing', 'raw_affiliation_string': '7Brunel University, Uxbridge, London, UK', 'raw_affiliation_strings': ['7Brunel University, Uxbridge, London, UK']}], 'countries_distinct_count': 5, 'institutions_distinct_count': 6, 'corresponding_author_ids': ['https://openalex.org/A5052174858'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 10678, 'biblio': {'volume': '87', 'issue': '9-10', 'first_page': '1051', 'last_page': '1069'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2780050857', 'wikidata': 'https://www.wikidata.org/wiki/Q354417', 'display_name': 'Physisorption', 'level': 3, 'score': 0.99294645}, {'id': 'https://openalex.org/C125832229', 'wikidata': 'https://www.wikidata.org/wiki/Q6503924', 'display_name': 'Chemical nomenclature', 'level': 2, 'score': 0.9083553}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.77981055}, {'id': 'https://openalex.org/C150394285', 'wikidata': 'https://www.wikidata.org/wiki/Q180254', 'display_name': 'Adsorption', 'level': 2, 'score': 0.63330704}, {'id': 'https://openalex.org/C150581940', 'wikidata': 'https://www.wikidata.org/wiki/Q622205', 'display_name': 'Specific surface area', 'level': 3, 'score': 0.42754307}, {'id': 'https://openalex.org/C2776799497', 'wikidata': 'https://www.wikidata.org/wiki/Q484298', 'display_name': 'Surface (topology)', 'level': 2, 'score': 0.42735448}, {'id': 'https://openalex.org/C21880701', 'wikidata': 'https://www.wikidata.org/wiki/Q2144042', 'display_name': 'Process engineering', 'level': 1, 'score': 0.417422}, {'id': 'https://openalex.org/C147789679', 'wikidata': 'https://www.wikidata.org/wiki/Q11372', 'display_name': 'Physical chemistry', 'level': 1, 'score': 0.22780639}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.18412167}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.05897373}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C161790260', 'wikidata': 'https://www.wikidata.org/wiki/Q82264', 'display_name': 'Catalysis', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1515/pac-2014-1117', 'pdf_url': 'http://www.degruyter.com/downloadpdf/j/pac.2015.87.issue-9-10/pac-2014-1117/pac-2014-1117.xml', 'source': {'id': 'https://openalex.org/S142816121', 'display_name': 'Pure and Applied Chemistry', 'issn_l': '0033-4545', 'issn': ['0033-4545', '1365-3075'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310321427', 'host_organization_name': 'International Union of Pure and Applied Chemistry', 'host_organization_lineage': ['https://openalex.org/P4310321427'], 'host_organization_lineage_names': ['International Union of Pure and Applied Chemistry'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://hal-amu.archives-ouvertes.fr/hal-01416682', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1515/pac-2014-1117', 'pdf_url': 'http://www.degruyter.com/downloadpdf/j/pac.2015.87.issue-9-10/pac-2014-1117/pac-2014-1117.xml', 'source': {'id': 'https://openalex.org/S142816121', 'display_name': 'Pure and Applied Chemistry', 'issn_l': '0033-4545', 'issn': ['0033-4545', '1365-3075'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310321427', 'host_organization_name': 'International Union of Pure and Applied Chemistry', 'host_organization_lineage': ['https://openalex.org/P4310321427'], 'host_organization_lineage_names': ['International Union of Pure and Applied Chemistry'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.11}], 'grants': [], 'referenced_works_count': 10, 'referenced_works': ['https://openalex.org/W1600641482', 'https://openalex.org/W1964595305', 'https://openalex.org/W2007598776', 'https://openalex.org/W2043259109', 'https://openalex.org/W2045044994', 'https://openalex.org/W2065608088', 'https://openalex.org/W2087251740', 'https://openalex.org/W2323050235', 'https://openalex.org/W2521574990', 'https://openalex.org/W4292810496'], 'related_works': ['https://openalex.org/W843007777', 'https://openalex.org/W1992425751', 'https://openalex.org/W2000850899', 'https://openalex.org/W2056959078', 'https://openalex.org/W2074059075', 'https://openalex.org/W2095563642', 'https://openalex.org/W2899010545', 'https://openalex.org/W3001153047', 'https://openalex.org/W3160081720', 'https://openalex.org/W4366083201'], 'ngrams_url': 'https://api.openalex.org/works/W843007777/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Gas': [1], 'adsorption': [2], 'is': [3], 'an': [4], 'important': [5], 'tool': [6], 'for': [7, 35, 60], 'the': [8, 27, 41, 49, 56, 76], 'characterisation': [9], 'of': [10, 40, 58, 78], 'porous': [11], 'solids': [12], 'and': [13, 47, 52, 64, 68], 'fine': [14], 'powders.': [15], 'Major': [16], 'advances': [17], 'in': [18, 75], 'recent': [19], 'years': [20], 'have': [21], 'made': [22], 'it': [23], 'necessary': [24], 'to': [25, 45, 69, 72], 'update': [26], '1985': [28], 'IUPAC': [29], 'manual': [30], 'on': [31], 'Reporting': [32], 'Physisorption': [33], 'Data': [34], 'Gas/Solid': [36], 'Systems.': [37], 'The': [38], 'aims': [39], 'present': [42], 'document': [43], 'are': [44], 'clarify': [46], 'standardise': [48], 'presentation,': [50], 'nomenclature': [51], 'methodology': [53], 'associated': [54], 'with': [55], 'application': [57], 'physisorption': [59, 79], 'surface': [61], 'area': [62], 'assessment': [63], 'pore': [65], 'size': [66], 'analysis': [67], 'draw': [70], 'attention': [71], 'remaining': [73], 'problems': [74], 'interpretation': [77], 'data.': [80]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W843007777', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2015}, {'year': 2022, 'cited_by_count': 2206}, {'year': 2021, 'cited_by_count': 1983}, {'year': 2020, 'cited_by_count': 1684}, {'year': 2019, 'cited_by_count': 1216}, {'year': 2018, 'cited_by_count': 867}, {'year': 2017, 'cited_by_count': 543}, {'year': 2016, 'cited_by_count': 178}, {'year': 2015, 'cited_by_count': 4}, {'year': 2014, 'cited_by_count': 1}], 'updated_date': '2023-09-29T19:04:56.993576', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2123343298', 'doi': 'https://doi.org/10.1038/nature01937', 'title': 'Surface plasmon subwavelength optics', 'display_name': 'Surface plasmon subwavelength optics', 'publication_year': 2003, 'publication_date': '2003-08-01', 'ids': {'openalex': 'https://openalex.org/W2123343298', 'doi': 'https://doi.org/10.1038/nature01937', 'mag': '2123343298', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/12917696'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nature01937', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5067600058', 'display_name': 'William Barnes', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I23923803', 'display_name': 'University of Exeter', 'ror': 'https://ror.org/03yghzc09', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I23923803']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'William L. Barnes', 'raw_affiliation_string': 'School of Physics, University of Exeter, UK.', 'raw_affiliation_strings': ['School of Physics, University of Exeter, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023468345', 'display_name': 'Alain Dereux', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I177064439', 'display_name': 'University of Burgundy', 'ror': 'https://ror.org/03k1bsr36', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I177064439']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Alain Dereux', 'raw_affiliation_string': '[Laboratoire de Physique, Université de Bourgogne, Dijon, France]', 'raw_affiliation_strings': ['[Laboratoire de Physique, Université de Bourgogne, Dijon, France]']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5069946086', 'display_name': 'Thomas W. Ebbesen', 'orcid': 'https://orcid.org/0000-0002-3999-1636'}, 'institutions': [{'id': 'https://openalex.org/I4210095283', 'display_name': "Institut de Science et d'Ingénierie Supramoléculaires", 'ror': 'https://ror.org/00xts7d02', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I4210095283', 'https://openalex.org/I4210128300', 'https://openalex.org/I68947357']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Thomas W. Ebbesen', 'raw_affiliation_string': 'ISIS, Université Louis Pasteur, Strasbourg Cedex, France', 'raw_affiliation_strings': ['ISIS, Université Louis Pasteur, Strasbourg Cedex, France']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 10083, 'biblio': {'volume': '424', 'issue': '6950', 'first_page': '824', 'last_page': '830'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C136676167', 'wikidata': 'https://www.wikidata.org/wiki/Q1151829', 'display_name': 'Surface plasmon', 'level': 3, 'score': 0.81024027}, {'id': 'https://openalex.org/C20788544', 'wikidata': 'https://www.wikidata.org/wiki/Q467054', 'display_name': 'Photonics', 'level': 2, 'score': 0.733087}, {'id': 'https://openalex.org/C110879396', 'wikidata': 'https://www.wikidata.org/wiki/Q58392', 'display_name': 'Plasmon', 'level': 2, 'score': 0.68213284}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.55224967}, {'id': 'https://openalex.org/C27289702', 'wikidata': 'https://www.wikidata.org/wiki/Q2475861', 'display_name': 'Nanophotonics', 'level': 2, 'score': 0.52150995}, {'id': 'https://openalex.org/C10165471', 'wikidata': 'https://www.wikidata.org/wiki/Q1548263', 'display_name': 'Localized surface plasmon', 'level': 4, 'score': 0.50734824}, {'id': 'https://openalex.org/C49040817', 'wikidata': 'https://www.wikidata.org/wiki/Q193091', 'display_name': 'Optoelectronics', 'level': 1, 'score': 0.49941635}, {'id': 'https://openalex.org/C150835508', 'wikidata': 'https://www.wikidata.org/wiki/Q15916346', 'display_name': 'Surface plasmon polariton', 'level': 4, 'score': 0.49898362}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 0.48486623}, {'id': 'https://openalex.org/C2776799497', 'wikidata': 'https://www.wikidata.org/wiki/Q484298', 'display_name': 'Surface (topology)', 'level': 2, 'score': 0.466857}, {'id': 'https://openalex.org/C75302062', 'wikidata': 'https://www.wikidata.org/wiki/Q900150', 'display_name': 'Photonic crystal', 'level': 2, 'score': 0.4407163}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.2775923}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nature01937', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.science/hal-00472360', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-00472360', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/12917696', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.38}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.29}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.11}], 'grants': [], 'referenced_works_count': 70, 'referenced_works': ['https://openalex.org/W1556801875', 'https://openalex.org/W1573962852', 'https://openalex.org/W1649808901', 'https://openalex.org/W1974471958', 'https://openalex.org/W1975987963', 'https://openalex.org/W1978210002', 'https://openalex.org/W1979908313', 'https://openalex.org/W1981105781', 'https://openalex.org/W1981250476', 'https://openalex.org/W1981606423', 'https://openalex.org/W1982706237', 'https://openalex.org/W1983330804', 'https://openalex.org/W1986091887', 'https://openalex.org/W1986387313', 'https://openalex.org/W1989939316', 'https://openalex.org/W1994795223', 'https://openalex.org/W1998303385', 'https://openalex.org/W1999173254', 'https://openalex.org/W2001500017', 'https://openalex.org/W2003238041', 'https://openalex.org/W2007585678', 'https://openalex.org/W2010152154', 'https://openalex.org/W2013851565', 'https://openalex.org/W2016927087', 'https://openalex.org/W2021074932', 'https://openalex.org/W2022722944', 'https://openalex.org/W2024876407', 'https://openalex.org/W2026791937', 'https://openalex.org/W2028078973', 'https://openalex.org/W2028709287', 'https://openalex.org/W2029330021', 'https://openalex.org/W2029341518', 'https://openalex.org/W2029962494', 'https://openalex.org/W2036732455', 'https://openalex.org/W2039506894', 'https://openalex.org/W2041121098', 'https://openalex.org/W2041206982', 'https://openalex.org/W2041836624', 'https://openalex.org/W2042076247', 'https://openalex.org/W2044304621', 'https://openalex.org/W2050786348', 'https://openalex.org/W2051264525', 'https://openalex.org/W2055403967', 'https://openalex.org/W2056619116', 'https://openalex.org/W2058136400', 'https://openalex.org/W2058918489', 'https://openalex.org/W2058971615', 'https://openalex.org/W2058990792', 'https://openalex.org/W2060522543', 'https://openalex.org/W2061124174', 'https://openalex.org/W2063462062', 'https://openalex.org/W2070724510', 'https://openalex.org/W2071596342', 'https://openalex.org/W2074773299', 'https://openalex.org/W2078998802', 'https://openalex.org/W2083358568', 'https://openalex.org/W2085806425', 'https://openalex.org/W2086241950', 'https://openalex.org/W2088163756', 'https://openalex.org/W2089164786', 'https://openalex.org/W2091516966', 'https://openalex.org/W2095081529', 'https://openalex.org/W2110768086', 'https://openalex.org/W2113732413', 'https://openalex.org/W2115797520', 'https://openalex.org/W2120686074', 'https://openalex.org/W2153120820', 'https://openalex.org/W2163415022', 'https://openalex.org/W2164459377', 'https://openalex.org/W2166127277'], 'related_works': ['https://openalex.org/W1904376664', 'https://openalex.org/W1991721216', 'https://openalex.org/W2010696617', 'https://openalex.org/W2030154648', 'https://openalex.org/W2082443986', 'https://openalex.org/W2104324430', 'https://openalex.org/W2130706434', 'https://openalex.org/W2171290283', 'https://openalex.org/W2312425516', 'https://openalex.org/W4299431681'], 'ngrams_url': 'https://api.openalex.org/works/W2123343298/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2123343298', 'counts_by_year': [{'year': 2023, 'cited_by_count': 309}, {'year': 2022, 'cited_by_count': 429}, {'year': 2021, 'cited_by_count': 488}, {'year': 2020, 'cited_by_count': 550}, {'year': 2019, 'cited_by_count': 617}, {'year': 2018, 'cited_by_count': 590}, {'year': 2017, 'cited_by_count': 638}, {'year': 2016, 'cited_by_count': 696}, {'year': 2015, 'cited_by_count': 691}, {'year': 2014, 'cited_by_count': 720}, {'year': 2013, 'cited_by_count': 703}, {'year': 2012, 'cited_by_count': 622}], 'updated_date': '2023-10-03T01:52:07.338352', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2126525177', 'doi': 'https://doi.org/10.1016/j.cell.2013.05.039', 'title': 'The Hallmarks of Aging', 'display_name': 'The Hallmarks of Aging', 'publication_year': 2013, 'publication_date': '2013-06-01', 'ids': {'openalex': 'https://openalex.org/W2126525177', 'doi': 'https://doi.org/10.1016/j.cell.2013.05.039', 'mag': '2126525177', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/23746838', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3836174'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2013.05.039', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://doi.org/10.1016/j.cell.2013.05.039', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5087974982', 'display_name': 'Carlos López‐Otín', 'orcid': 'https://orcid.org/0000-0001-6964-1904'}, 'institutions': [{'id': 'https://openalex.org/I165339363', 'display_name': 'University of Oviedo', 'ror': 'https://ror.org/006gksa02', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I165339363']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Carlos López-Otín', 'raw_affiliation_string': 'Departamento de Bioquímica y Biología Molecular, Instituto Universitario de Oncología (IUOPA), Universidad de Oviedo, Oviedo, Spain', 'raw_affiliation_strings': ['Departamento de Bioquímica y Biología Molecular, Instituto Universitario de Oncología (IUOPA), Universidad de Oviedo, Oviedo, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085977927', 'display_name': 'Marı́a A. Blasco', 'orcid': 'https://orcid.org/0000-0002-4211-233X'}, 'institutions': [{'id': 'https://openalex.org/I4210089594', 'display_name': 'Spanish National Cancer Research Centre', 'ror': 'https://ror.org/00bvhmc43', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210089594']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Maria A. Blasco', 'raw_affiliation_string': 'Telomeres and Telomerase Group, Molecular Oncology Program, Spanish National Cancer Research Centre (CNIO), Madrid, Spain', 'raw_affiliation_strings': ['Telomeres and Telomerase Group, Molecular Oncology Program, Spanish National Cancer Research Centre (CNIO), Madrid, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059311261', 'display_name': 'Linda Partridge', 'orcid': 'https://orcid.org/0000-0001-9615-0094'}, 'institutions': [{'id': 'https://openalex.org/I4210153965', 'display_name': 'Max Planck Institute for Biology of Ageing', 'ror': 'https://ror.org/04xx1tc24', 'country_code': 'DE', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210153965']}, {'id': 'https://openalex.org/I4210139815', 'display_name': 'MRC Unit for Lifelong Health and Ageing', 'ror': 'https://ror.org/03kpvby98', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I115076166', 'https://openalex.org/I149460656', 'https://openalex.org/I183623424', 'https://openalex.org/I4210139815', 'https://openalex.org/I45129253', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['DE', 'GB'], 'is_corresponding': False, 'raw_author_name': 'Linda Partridge', 'raw_affiliation_string': 'Institute of Healthy Ageing, Department of Genetics, Evolution and Environment, University College London, London, UK; Max Planck Institute for Biology of Ageing, Cologne, Germany', 'raw_affiliation_strings': ['Institute of Healthy Ageing, Department of Genetics, Evolution and Environment, University College London, London, UK', 'Max Planck Institute for Biology of Ageing, Cologne, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061302501', 'display_name': 'Manuel Serrano', 'orcid': 'https://orcid.org/0000-0001-7177-9312'}, 'institutions': [{'id': 'https://openalex.org/I4210089594', 'display_name': 'Spanish National Cancer Research Centre', 'ror': 'https://ror.org/00bvhmc43', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210089594']}], 'countries': ['ES'], 'is_corresponding': True, 'raw_author_name': 'Manuel Serrano', 'raw_affiliation_string': 'Tumor Suppression Group, Molecular Oncology Program, Spanish National Cancer Research Centre (CNIO), Madrid, Spain', 'raw_affiliation_strings': ['Tumor Suppression Group, Molecular Oncology Program, Spanish National Cancer Research Centre (CNIO), Madrid, Spain']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5075296559', 'display_name': 'Guido Kroemer', 'orcid': 'https://orcid.org/0000-0002-9334-4405'}, 'institutions': [{'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I110736937', 'display_name': 'Délégation Paris 5', 'ror': 'https://ror.org/02e0y6e06', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I110736937', 'https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I2801843802', 'display_name': 'Institut Gustave Roussy', 'ror': 'https://ror.org/0321g0743', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801843802']}, {'id': 'https://openalex.org/I4210092322', 'display_name': 'Centre de Recherche des Cordeliers', 'ror': 'https://ror.org/00dmms154', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I184646667', 'https://openalex.org/I204730241', 'https://openalex.org/I39804081', 'https://openalex.org/I4210092322']}, {'id': 'https://openalex.org/I4210109141', 'display_name': 'Hôpital Européen', 'ror': 'https://ror.org/01tfhsg94', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109141']}, {'id': 'https://openalex.org/I4210102325', 'display_name': 'Hôpital Européen Georges-Pompidou', 'ror': 'https://ror.org/016vx5156', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210102325', 'https://openalex.org/I4210120235']}, {'id': 'https://openalex.org/I4210097159', 'display_name': 'Assistance Publique – Hôpitaux de Paris', 'ror': 'https://ror.org/00pg5jh14', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210097159']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Guido Kroemer', 'raw_affiliation_string': 'Centre de Recherche des Cordeliers, Paris, France; INSERM, U848, Villejuif, France; Metabolomics and Cell Biology Platforms, Institut Gustave Roussy, Villejuif, France; Pôle de Biologie, Hôpital Européen Georges Pompidou, AP-HP, Paris, France; Université Paris Descartes, Sorbonne Paris Cité, Paris, France', 'raw_affiliation_strings': ['Centre de Recherche des Cordeliers, Paris, France', 'INSERM, U848, Villejuif, France', 'Metabolomics and Cell Biology Platforms, Institut Gustave Roussy, Villejuif, France', 'Pôle de Biologie, Hôpital Européen Georges Pompidou, AP-HP, Paris, France', 'Université Paris Descartes, Sorbonne Paris Cité, Paris, France']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 14, 'corresponding_author_ids': ['https://openalex.org/A5061302501'], 'corresponding_institution_ids': ['https://openalex.org/I4210089594'], 'apc_list': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'apc_paid': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 9971, 'biblio': {'volume': '153', 'issue': '6', 'first_page': '1194', 'last_page': '1217'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.8879428}, {'id': 'https://openalex.org/C2781452922', 'wikidata': 'https://www.wikidata.org/wiki/Q2892805', 'display_name': 'Proteostasis', 'level': 2, 'score': 0.845124}, {'id': 'https://openalex.org/C178169997', 'wikidata': 'https://www.wikidata.org/wiki/Q2892636', 'display_name': 'Genome instability', 'level': 4, 'score': 0.70098656}, {'id': 'https://openalex.org/C177336024', 'wikidata': 'https://www.wikidata.org/wiki/Q14872779', 'display_name': 'Telomere', 'level': 3, 'score': 0.6371622}, {'id': 'https://openalex.org/C41091548', 'wikidata': 'https://www.wikidata.org/wiki/Q26939', 'display_name': 'Epigenetics', 'level': 3, 'score': 0.5979931}, {'id': 'https://openalex.org/C522857546', 'wikidata': 'https://www.wikidata.org/wiki/Q2070979', 'display_name': 'Senescence', 'level': 2, 'score': 0.5926705}, {'id': 'https://openalex.org/C2776759703', 'wikidata': 'https://www.wikidata.org/wiki/Q1066907', 'display_name': 'Longevity', 'level': 2, 'score': 0.47461262}, {'id': 'https://openalex.org/C94581717', 'wikidata': 'https://www.wikidata.org/wiki/Q331839', 'display_name': 'Telomerase', 'level': 3, 'score': 0.45859164}, {'id': 'https://openalex.org/C2909947164', 'wikidata': 'https://www.wikidata.org/wiki/Q6139748', 'display_name': 'Premature aging', 'level': 2, 'score': 0.41070873}, {'id': 'https://openalex.org/C89611455', 'wikidata': 'https://www.wikidata.org/wiki/Q6804646', 'display_name': 'Mechanism (biology)', 'level': 2, 'score': 0.41045994}, {'id': 'https://openalex.org/C60644358', 'wikidata': 'https://www.wikidata.org/wiki/Q128570', 'display_name': 'Bioinformatics', 'level': 1, 'score': 0.40899742}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.4067743}, {'id': 'https://openalex.org/C143425029', 'wikidata': 'https://www.wikidata.org/wiki/Q5205747', 'display_name': 'DNA damage', 'level': 3, 'score': 0.39131895}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.3750779}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.13030809}, {'id': 'https://openalex.org/C552990157', 'wikidata': 'https://www.wikidata.org/wiki/Q7430', 'display_name': 'DNA', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000375', 'descriptor_name': 'Aging', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D016922', 'descriptor_name': 'Cellular Senescence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000375', 'descriptor_name': 'Aging', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D000375', 'descriptor_name': 'Aging', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D000375', 'descriptor_name': 'Aging', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D044127', 'descriptor_name': 'Epigenesis, Genetic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D042822', 'descriptor_name': 'Genomic Instability', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016615', 'descriptor_name': 'Telomere', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D016615', 'descriptor_name': 'Telomere', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D016615', 'descriptor_name': 'Telomere', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2013.05.039', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3836174', 'pdf_url': 'https://europepmc.org/articles/pmc3836174?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3836174', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23746838', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2013.05.039', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.77}], 'grants': [], 'referenced_works_count': 302, 'referenced_works': ['https://openalex.org/W82799186', 'https://openalex.org/W1497049625', 'https://openalex.org/W1500247249', 'https://openalex.org/W1504292267', 'https://openalex.org/W1508829110', 'https://openalex.org/W1523693806', 'https://openalex.org/W1536059425', 'https://openalex.org/W1572421661', 'https://openalex.org/W1599031322', 'https://openalex.org/W1726562753', 'https://openalex.org/W1964064254', 'https://openalex.org/W1964483580', 'https://openalex.org/W1964509921', 'https://openalex.org/W1964551999', 'https://openalex.org/W1964799895', 'https://openalex.org/W1965507724', 'https://openalex.org/W1966103529', 'https://openalex.org/W1966132436', 'https://openalex.org/W1966706887', 'https://openalex.org/W1967412255', 'https://openalex.org/W1967938128', 'https://openalex.org/W1968018974', 'https://openalex.org/W1969288350', 'https://openalex.org/W1969720106', 'https://openalex.org/W1969905245', 'https://openalex.org/W1970924670', 'https://openalex.org/W1971108880', 'https://openalex.org/W1972186273', 'https://openalex.org/W1974396693', 'https://openalex.org/W1976273464', 'https://openalex.org/W1976391651', 'https://openalex.org/W1977244638', 'https://openalex.org/W1977800604', 'https://openalex.org/W1978269248', 'https://openalex.org/W1980878904', 'https://openalex.org/W1981104548', 'https://openalex.org/W1981463076', 'https://openalex.org/W1981775109', 'https://openalex.org/W1982245104', 'https://openalex.org/W1982376676', 'https://openalex.org/W1982602899', 'https://openalex.org/W1982611574', 'https://openalex.org/W1984219521', 'https://openalex.org/W1985308585', 'https://openalex.org/W1986952822', 'https://openalex.org/W1987824810', 'https://openalex.org/W1988008469', 'https://openalex.org/W1990916340', 'https://openalex.org/W1990928498', 'https://openalex.org/W1991210531', 'https://openalex.org/W1993355054', 'https://openalex.org/W1993571663', 'https://openalex.org/W1994143270', 'https://openalex.org/W1994540097', 'https://openalex.org/W1994823455', 'https://openalex.org/W1995706959', 'https://openalex.org/W1997145913', 'https://openalex.org/W1999218428', 'https://openalex.org/W1999298001', 'https://openalex.org/W2001686534', 'https://openalex.org/W2002569327', 'https://openalex.org/W2003375582', 'https://openalex.org/W2004173334', 'https://openalex.org/W2004273407', 'https://openalex.org/W2004314923', 'https://openalex.org/W2004360525', 'https://openalex.org/W2005586848', 'https://openalex.org/W2006287843', 'https://openalex.org/W2009667193', 'https://openalex.org/W2010583480', 'https://openalex.org/W2012296420', 'https://openalex.org/W2013742279', 'https://openalex.org/W2014320780', 'https://openalex.org/W2014892893', 'https://openalex.org/W2016646630', 'https://openalex.org/W2017275974', 'https://openalex.org/W2019080454', 'https://openalex.org/W2020268185', 'https://openalex.org/W2021128415', 'https://openalex.org/W2021264577', 'https://openalex.org/W2021612469', 'https://openalex.org/W2021836517', 'https://openalex.org/W2022487205', 'https://openalex.org/W2023014440', 'https://openalex.org/W2023402149', 'https://openalex.org/W2023431124', 'https://openalex.org/W2024123645', 'https://openalex.org/W2024782183', 'https://openalex.org/W2025668535', 'https://openalex.org/W2026180657', 'https://openalex.org/W2026944808', 'https://openalex.org/W2027165392', 'https://openalex.org/W2028178274', 'https://openalex.org/W2028786309', 'https://openalex.org/W2029005510', 'https://openalex.org/W2030509917', 'https://openalex.org/W2030812395', 'https://openalex.org/W2030865407', 'https://openalex.org/W2032208441', 'https://openalex.org/W2032867856', 'https://openalex.org/W2033942199', 'https://openalex.org/W2034269086', 'https://openalex.org/W2035564874', 'https://openalex.org/W2036072875', 'https://openalex.org/W2037723157', 'https://openalex.org/W2039374791', 'https://openalex.org/W2041599232', 'https://openalex.org/W2042140414', 'https://openalex.org/W2042716686', 'https://openalex.org/W2042927333', 'https://openalex.org/W2043204829', 'https://openalex.org/W2043304304', 'https://openalex.org/W2044897807', 'https://openalex.org/W2045024858', 'https://openalex.org/W2045187441', 'https://openalex.org/W2045611938', 'https://openalex.org/W2046466087', 'https://openalex.org/W2046989794', 'https://openalex.org/W2048376025', 'https://openalex.org/W2048376696', 'https://openalex.org/W2048445712', 'https://openalex.org/W2050166933', 'https://openalex.org/W2050552746', 'https://openalex.org/W2050838528', 'https://openalex.org/W2051429808', 'https://openalex.org/W2052011655', 'https://openalex.org/W2053206914', 'https://openalex.org/W2053352181', 'https://openalex.org/W2053493267', 'https://openalex.org/W2054059225', 'https://openalex.org/W2054172399', 'https://openalex.org/W2055461360', 'https://openalex.org/W2058286861', 'https://openalex.org/W2058484936', 'https://openalex.org/W2060768223', 'https://openalex.org/W2060975420', 'https://openalex.org/W2061062422', 'https://openalex.org/W2061352989', 'https://openalex.org/W2062920562', 'https://openalex.org/W2063062036', 'https://openalex.org/W2063084036', 'https://openalex.org/W2065195323', 'https://openalex.org/W2065197926', 'https://openalex.org/W2065520618', 'https://openalex.org/W2065564965', 'https://openalex.org/W2065890382', 'https://openalex.org/W2066186764', 'https://openalex.org/W2066442023', 'https://openalex.org/W2066843562', 'https://openalex.org/W2067224531', 'https://openalex.org/W2067432938', 'https://openalex.org/W2069519394', 'https://openalex.org/W2070179539', 'https://openalex.org/W2072810104', 'https://openalex.org/W2073429636', 'https://openalex.org/W2074730941', 'https://openalex.org/W2074782816', 'https://openalex.org/W2074783650', 'https://openalex.org/W2074974899', 'https://openalex.org/W2075462691', 'https://openalex.org/W2077409377', 'https://openalex.org/W2077450385', 'https://openalex.org/W2077496230', 'https://openalex.org/W2077834313', 'https://openalex.org/W2078003979', 'https://openalex.org/W2078146936', 'https://openalex.org/W2078575160', 'https://openalex.org/W2080094749', 'https://openalex.org/W2081290867', 'https://openalex.org/W2082396938', 'https://openalex.org/W2082431118', 'https://openalex.org/W2082603625', 'https://openalex.org/W2084289371', 'https://openalex.org/W2084708023', 'https://openalex.org/W2084795601', 'https://openalex.org/W2085234652', 'https://openalex.org/W2085525271', 'https://openalex.org/W2087299162', 'https://openalex.org/W2087404852', 'https://openalex.org/W2087406283', 'https://openalex.org/W2087849372', 'https://openalex.org/W2088170171', 'https://openalex.org/W2088566849', 'https://openalex.org/W2091944089', 'https://openalex.org/W2092699248', 'https://openalex.org/W2092884443', 'https://openalex.org/W2093189184', 'https://openalex.org/W2093958228', 'https://openalex.org/W2094099900', 'https://openalex.org/W2094354899', 'https://openalex.org/W2094371012', 'https://openalex.org/W2094375019', 'https://openalex.org/W2095102047', 'https://openalex.org/W2096587251', 'https://openalex.org/W2097265055', 'https://openalex.org/W2098009444', 'https://openalex.org/W2098016440', 'https://openalex.org/W2098337475', 'https://openalex.org/W2099194160', 'https://openalex.org/W2099348677', 'https://openalex.org/W2101185010', 'https://openalex.org/W2101580126', 'https://openalex.org/W2102172732', 'https://openalex.org/W2102614059', 'https://openalex.org/W2102643362', 'https://openalex.org/W2102776209', 'https://openalex.org/W2104908670', 'https://openalex.org/W2105298120', 'https://openalex.org/W2105404724', 'https://openalex.org/W2105685115', 'https://openalex.org/W2105754268', 'https://openalex.org/W2106177167', 'https://openalex.org/W2106663689', 'https://openalex.org/W2107190139', 'https://openalex.org/W2108433881', 'https://openalex.org/W2108482850', 'https://openalex.org/W2108700752', 'https://openalex.org/W2109100155', 'https://openalex.org/W2109194972', 'https://openalex.org/W2109560454', 'https://openalex.org/W2112365416', 'https://openalex.org/W2113431427', 'https://openalex.org/W2113486346', 'https://openalex.org/W2114342948', 'https://openalex.org/W2114493308', 'https://openalex.org/W2114845975', 'https://openalex.org/W2116435487', 'https://openalex.org/W2116437342', 'https://openalex.org/W2116951302', 'https://openalex.org/W2117473844', 'https://openalex.org/W2117674849', 'https://openalex.org/W2117692326', 'https://openalex.org/W2117738774', 'https://openalex.org/W2118685612', 'https://openalex.org/W2120309176', 'https://openalex.org/W2121022075', 'https://openalex.org/W2121232254', 'https://openalex.org/W2122073743', 'https://openalex.org/W2122612452', 'https://openalex.org/W2123704670', 'https://openalex.org/W2124013587', 'https://openalex.org/W2125121177', 'https://openalex.org/W2127063807', 'https://openalex.org/W2127394968', 'https://openalex.org/W2127600668', 'https://openalex.org/W2127680780', 'https://openalex.org/W2129692964', 'https://openalex.org/W2129976097', 'https://openalex.org/W2133214868', 'https://openalex.org/W2133920348', 'https://openalex.org/W2135564059', 'https://openalex.org/W2136002979', 'https://openalex.org/W2136062554', 'https://openalex.org/W2136493937', 'https://openalex.org/W2138409013', 'https://openalex.org/W2138694347', 'https://openalex.org/W2139324037', 'https://openalex.org/W2140323371', 'https://openalex.org/W2140803082', 'https://openalex.org/W2143185290', 'https://openalex.org/W2143659623', 'https://openalex.org/W2144600435', 'https://openalex.org/W2145778293', 'https://openalex.org/W2147954704', 'https://openalex.org/W2149585679', 'https://openalex.org/W2149591661', 'https://openalex.org/W2150490516', 'https://openalex.org/W2150940840', 'https://openalex.org/W2151036184', 'https://openalex.org/W2152101492', 'https://openalex.org/W2152839556', 'https://openalex.org/W2153029275', 'https://openalex.org/W2153094950', 'https://openalex.org/W2153312037', 'https://openalex.org/W2154177867', 'https://openalex.org/W2154229481', 'https://openalex.org/W2156576736', 'https://openalex.org/W2156589853', 'https://openalex.org/W2157285575', 'https://openalex.org/W2157360228', 'https://openalex.org/W2157537841', 'https://openalex.org/W2157649587', 'https://openalex.org/W2159139713', 'https://openalex.org/W2159664830', 'https://openalex.org/W2161948433', 'https://openalex.org/W2162996266', 'https://openalex.org/W2164188362', 'https://openalex.org/W2164357322', 'https://openalex.org/W2165101781', 'https://openalex.org/W2165766480', 'https://openalex.org/W2166415858', 'https://openalex.org/W2167235559', 'https://openalex.org/W2167265200', 'https://openalex.org/W2169160857', 'https://openalex.org/W2169519600', 'https://openalex.org/W2169621456', 'https://openalex.org/W2170632126', 'https://openalex.org/W2170712465', 'https://openalex.org/W2171264799', 'https://openalex.org/W2318641352', 'https://openalex.org/W2330577917', 'https://openalex.org/W2475261460'], 'related_works': ['https://openalex.org/W1937959621', 'https://openalex.org/W1945493592', 'https://openalex.org/W1976273464', 'https://openalex.org/W2012521043', 'https://openalex.org/W2088880824', 'https://openalex.org/W2116720034', 'https://openalex.org/W2122983246', 'https://openalex.org/W2901884480', 'https://openalex.org/W4292099777', 'https://openalex.org/W4313531093'], 'ngrams_url': 'https://api.openalex.org/works/W2126525177/ngrams', 'abstract_inverted_index': {'Aging': [0, 38], 'is': [1, 21, 57, 123], 'characterized': [2], 'by': [3, 64], 'a': [4], 'progressive': [5], 'loss': [6, 103], 'of': [7, 55, 83, 104, 142], 'physiological': [8], 'integrity,': [9], 'leading': [10], 'to': [11, 17, 61, 124, 136, 146], 'impaired': [12], 'function': [13], 'and': [14, 35, 67, 116, 132], 'increased': [15], 'vulnerability': [16], 'death.': [18], 'This': [19, 73], 'deterioration': [20], 'the': [22, 50, 53, 126, 129, 139], 'primary': [23], 'risk': [24], 'factor': [25], 'for': [26], 'major': [27, 121], 'human': [28, 148], 'pathologies,': [29], 'including': [30], 'cancer,': [31], 'diabetes,': [32], 'cardiovascular': [33], 'disorders,': [34], 'neurodegenerative': [36], 'diseases.': [37], 'research': [39], 'has': [40], 'experienced': [41], 'an': [42], 'unprecedented': [43], 'advance': [44], 'over': [45], 'recent': [46], 'years,': [47], 'particularly': [48], 'with': [49, 88, 138, 152], 'discovery': [51], 'that': [52, 79], 'rate': [54], 'aging': [56, 84], 'controlled,': [58], 'at': [59], 'least': [60], 'some': [62], 'extent,': [63], 'genetic': [65], 'pathways': [66], 'biochemical': [68], 'processes': [69], 'conserved': [70], 'in': [71, 85], 'evolution.': [72], 'Review': [74], 'enumerates': [75], 'nine': [76], 'tentative': [77], 'hallmarks': [78, 95, 131], 'represent': [80], 'common': [81], 'denominators': [82], 'different': [86], 'organisms,': [87], 'special': [89], 'emphasis': [90], 'on': [91], 'mammalian': [92], 'aging.': [93], 'These': [94], 'are:': [96], 'genomic': [97], 'instability,': [98], 'telomere': [99], 'attrition,': [100], 'epigenetic': [101], 'alterations,': [102], 'proteostasis,': [105], 'deregulated': [106], 'nutrient': [107], 'sensing,': [108], 'mitochondrial': [109], 'dysfunction,': [110], 'cellular': [111], 'senescence,': [112], 'stem': [113], 'cell': [114], 'exhaustion,': [115], 'altered': [117], 'intercellular': [118], 'communication.': [119], 'A': [120], 'challenge': [122], 'dissect': [125], 'interconnectedness': [127], 'between': [128], 'candidate': [130], 'their': [133], 'relative': [134], 'contributions': [135], 'aging,': [137, 151], 'final': [140], 'goal': [141], 'identifying': [143], 'pharmaceutical': [144], 'targets': [145], 'improve': [147], 'health': [149], 'during': [150], 'minimal': [153], 'side': [154], 'effects.': [155]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2126525177', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1278}, {'year': 2022, 'cited_by_count': 1652}, {'year': 2021, 'cited_by_count': 1592}, {'year': 2020, 'cited_by_count': 1345}, {'year': 2019, 'cited_by_count': 1063}, {'year': 2018, 'cited_by_count': 927}, {'year': 2017, 'cited_by_count': 724}, {'year': 2016, 'cited_by_count': 546}, {'year': 2015, 'cited_by_count': 488}, {'year': 2014, 'cited_by_count': 275}, {'year': 2013, 'cited_by_count': 58}], 'updated_date': '2023-10-04T03:16:14.578152', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2110052313', 'doi': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'title': 'A comparative risk assessment of burden of disease and injury attributable to 67 risk factors and risk factor clusters in 21 regions, 1990–2010: a systematic analysis for the Global Burden of Disease Study 2010', 'display_name': 'A comparative risk assessment of burden of disease and injury attributable to 67 risk factors and risk factor clusters in 21 regions, 1990–2010: a systematic analysis for the Global Burden of Disease Study 2010', 'publication_year': 2012, 'publication_date': '2012-12-01', 'ids': {'openalex': 'https://openalex.org/W2110052313', 'doi': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'mag': '2110052313', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/23245609', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4156511'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5035873783', 'display_name': 'Stephen S Lim', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Stephen S. Lim', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007119101', 'display_name': 'Theo Vos', 'orcid': 'https://orcid.org/0000-0002-5690-5365'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Theo Vos', 'raw_affiliation_string': 'School of Population Health, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['School of Population Health, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055212893', 'display_name': 'Abraham D. Flaxman', 'orcid': 'https://orcid.org/0000-0001-6033-4713'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Abraham D. Flaxman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040825196', 'display_name': 'Goodarz Danaei', 'orcid': 'https://orcid.org/0000-0003-2456-5463'}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Goodarz Danaei', 'raw_affiliation_string': 'School of Public Health, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['School of Public Health, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082274727', 'display_name': 'Kenji Shibuya', 'orcid': 'https://orcid.org/0000-0003-2528-7530'}, 'institutions': [], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Kenji Shibuya', 'raw_affiliation_string': 'Department of Global Health Policy, Tokyo, Japan', 'raw_affiliation_strings': ['Department of Global Health Policy, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057324794', 'display_name': 'Heather Adair-Rohani', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Heather Adair-Rohani', 'raw_affiliation_string': 'University of California, Berkeley, Berkeley, CA, USA', 'raw_affiliation_strings': ['University of California, Berkeley, Berkeley, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043897815', 'display_name': 'Mohammad A. AlMazroa', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210127754', 'display_name': 'Ministry of Health', 'ror': 'https://ror.org/030atj633', 'country_code': 'SA', 'type': 'government', 'lineage': ['https://openalex.org/I4210127754']}], 'countries': ['SA'], 'is_corresponding': False, 'raw_author_name': 'Mohammad A. AlMazroa', 'raw_affiliation_string': 'Ministry of Health, Riyadh, Saudi Arabia', 'raw_affiliation_strings': ['Ministry of Health, Riyadh, Saudi Arabia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001761691', 'display_name': 'Markus Amann', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1317774081', 'display_name': 'International Institute for Applied Systems Analysis', 'ror': 'https://ror.org/02wfhk785', 'country_code': 'AT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1317774081']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Markus Amann', 'raw_affiliation_string': 'International Institute for Applied Systems Analysis, Laxenburg, Austria', 'raw_affiliation_strings': ['International Institute for Applied Systems Analysis, Laxenburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062029752', 'display_name': 'Hugh Anderson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165862685', 'display_name': "St George's, University of London", 'ror': 'https://ror.org/040f08y74', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I165862685']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'H. Ross Anderson', 'raw_affiliation_string': "St George's, University of London, London, UK", 'raw_affiliation_strings': ["St George's, University of London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046889147', 'display_name': 'Kathryn Andrews', 'orcid': 'https://orcid.org/0000-0002-7782-1152'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kathryn G. Andrews', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050285238', 'display_name': 'Martin J. Aryee', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I126744593', 'display_name': 'University of Maryland, Baltimore', 'ror': 'https://ror.org/04rq5mt64', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I126744593', 'https://openalex.org/I1317227900']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Martin Aryee', 'raw_affiliation_string': 'School of Medicine, Baltimore, MD, USA', 'raw_affiliation_strings': ['School of Medicine, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053164921', 'display_name': 'Charles Atkinson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles Atkinson', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022860074', 'display_name': 'Loraine J. Bacchus', 'orcid': 'https://orcid.org/0000-0002-9966-8208'}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Loraine J. Bacchus', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028556470', 'display_name': 'Adil N. Bahalim', 'orcid': None}, 'institutions': [], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Adil N. Bahalim', 'raw_affiliation_string': 'Independent Consultant, Geneva, Switzerland', 'raw_affiliation_strings': ['Independent Consultant, Geneva, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003956918', 'display_name': 'Kalpana Balakrishnan', 'orcid': 'https://orcid.org/0000-0002-5905-1801'}, 'institutions': [{'id': 'https://openalex.org/I20107917', 'display_name': 'Sri Ramachandra Institute of Higher Education and Research', 'ror': 'https://ror.org/0108gdg43', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I20107917']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Kalpana Balakrishnan', 'raw_affiliation_string': 'Sri Ramachandra University, Chennai, India', 'raw_affiliation_strings': ['Sri Ramachandra University, Chennai, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063912769', 'display_name': 'John R. Balmes', 'orcid': 'https://orcid.org/0000-0002-2246-7002'}, 'institutions': [{'id': 'https://openalex.org/I4210147807', 'display_name': 'Berkeley Public Health Division', 'ror': 'https://ror.org/05r9c7f43', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210147807']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John Balmes', 'raw_affiliation_string': 'School of Public Health, Berkeley, Berkeley, CA, USA', 'raw_affiliation_strings': ['School of Public Health, Berkeley, Berkeley, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014574924', 'display_name': 'Suzanne Barker‐Collo', 'orcid': 'https://orcid.org/0000-0002-8659-0202'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Suzanne Barker-Collo', 'raw_affiliation_string': 'University of Auckland, Auckland, New Zealand', 'raw_affiliation_strings': ['University of Auckland, Auckland, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045639587', 'display_name': 'Amanda J. Baxter', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105605', 'display_name': 'Queensland Centre for Mental Health Research', 'ror': 'https://ror.org/017zhda45', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I4210105605']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Amanda Baxter', 'raw_affiliation_string': 'Queensland Centre for Mental Health Research, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland Centre for Mental Health Research, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010365641', 'display_name': 'Michelle L. Bell', 'orcid': 'https://orcid.org/0000-0002-3965-1359'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michelle L. Bell', 'raw_affiliation_string': 'Yale University, New Haven, CT, USA', 'raw_affiliation_strings': ['Yale University, New Haven, CT, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038109773', 'display_name': 'Jed D Blore', 'orcid': None}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jed D. Blore', 'raw_affiliation_string': 'School of Population Health, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['School of Population Health, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023316478', 'display_name': 'Fiona Blyth', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Fiona M. Blyth', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087990860', 'display_name': 'Carissa Bonner', 'orcid': 'https://orcid.org/0000-0002-4797-6460'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Carissa Bonner', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027957855', 'display_name': 'Guilherme Borges', 'orcid': 'https://orcid.org/0000-0002-3269-0507'}, 'institutions': [{'id': 'https://openalex.org/I200362191', 'display_name': 'Universidad Autónoma Metropolitana', 'ror': 'https://ror.org/02kta5139', 'country_code': 'MX', 'type': 'education', 'lineage': ['https://openalex.org/I200362191']}], 'countries': ['MX'], 'is_corresponding': False, 'raw_author_name': 'Guilherme Borges', 'raw_affiliation_string': 'Metropolitan Autonomous University, Mexico City, Mexico; National Institute of Psychiatry, Mexico City, Mexico', 'raw_affiliation_strings': ['Metropolitan Autonomous University, Mexico City, Mexico', 'National Institute of Psychiatry, Mexico City, Mexico']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045824020', 'display_name': 'Rupert Bourne', 'orcid': 'https://orcid.org/0000-0002-8169-1645'}, 'institutions': [{'id': 'https://openalex.org/I51216347', 'display_name': 'Anglia Ruskin University', 'ror': 'https://ror.org/0009t4v78', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51216347']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rupert Bourne', 'raw_affiliation_string': 'Vision and Eye Research Unit, Anglia Ruskin University, Cambridge, UK', 'raw_affiliation_strings': ['Vision and Eye Research Unit, Anglia Ruskin University, Cambridge, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089460160', 'display_name': 'Michel Boussinesq', 'orcid': 'https://orcid.org/0000-0001-6312-0681'}, 'institutions': [{'id': 'https://openalex.org/I4210166444', 'display_name': 'Institut de Recherche pour le Développement', 'ror': 'https://ror.org/05q3vnk25', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2802056588', 'https://openalex.org/I4210090127', 'https://openalex.org/I4210131494', 'https://openalex.org/I4210166444']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Michel Boussinesq', 'raw_affiliation_string': 'Institut de Recherche pour le Développement, Martinique, France', 'raw_affiliation_strings': ['Institut de Recherche pour le Développement, Martinique, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082018855', 'display_name': 'Michael Bräuer', 'orcid': 'https://orcid.org/0000-0002-9103-9343'}, 'institutions': [{'id': 'https://openalex.org/I141945490', 'display_name': 'University of British Columbia', 'ror': 'https://ror.org/03rmrcq20', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Michael Brauer', 'raw_affiliation_string': 'University of British Columbia, Vancouver, BC, Canada', 'raw_affiliation_strings': ['University of British Columbia, Vancouver, BC, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030544708', 'display_name': 'Peter Brooks', 'orcid': 'https://orcid.org/0000-0001-7733-7750'}, 'institutions': [{'id': 'https://openalex.org/I165779595', 'display_name': 'University of Melbourne', 'ror': 'https://ror.org/01ej9dk98', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165779595']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Peter Brooks', 'raw_affiliation_string': 'University of Melbourne, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['University of Melbourne, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060670910', 'display_name': 'Nigel Bruce', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I146655781', 'display_name': 'University of Liverpool', 'ror': 'https://ror.org/04xs57h96', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I146655781']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Nigel G. Bruce', 'raw_affiliation_string': 'University of Liverpool, Liverpool, UK', 'raw_affiliation_strings': ['University of Liverpool, Liverpool, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025017022', 'display_name': 'Bert Brunekreef', 'orcid': 'https://orcid.org/0000-0001-9908-0060'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Bert Brunekreef', 'raw_affiliation_string': 'Insititute for Risk Assessment Sciences, Utrecht University, Utrecht, Netherlands', 'raw_affiliation_strings': ['Insititute for Risk Assessment Sciences, Utrecht University, Utrecht, Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037027128', 'display_name': 'Claire Bryan-Hancock', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I169541294', 'display_name': 'Flinders University', 'ror': 'https://ror.org/01kpzv902', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I169541294']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Claire Bryan-Hancock', 'raw_affiliation_string': 'Flinders University, Adelaide, SA, Australia', 'raw_affiliation_strings': ['Flinders University, Adelaide, SA, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059236956', 'display_name': 'Chiara Bucello', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I31746571', 'display_name': 'UNSW Sydney', 'ror': 'https://ror.org/03r8z3t63', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I31746571']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Chiara Bucello', 'raw_affiliation_string': 'University of New South Wales, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of New South Wales, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036470851', 'display_name': 'Rachelle Buchbinder', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210093052', 'display_name': 'Cabrini Hospital', 'ror': 'https://ror.org/00qbkg805', 'country_code': 'AU', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210093052']}, {'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Rachelle Buchbinder', 'raw_affiliation_string': 'Cabrini Institute, Malvern, VIC, Australia; Monash University, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['Cabrini Institute, Malvern, VIC, Australia', 'Monash University, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073165795', 'display_name': 'Fiona Bull', 'orcid': 'https://orcid.org/0000-0001-8035-4973'}, 'institutions': [{'id': 'https://openalex.org/I177877127', 'display_name': 'University of Western Australia', 'ror': 'https://ror.org/047272k79', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I177877127']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Fiona Bull', 'raw_affiliation_string': 'University of Western Australia, Perth, WA, Australia', 'raw_affiliation_strings': ['University of Western Australia, Perth, WA, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032852812', 'display_name': 'Richard T. Burnett', 'orcid': 'https://orcid.org/0000-0001-6772-4239'}, 'institutions': [{'id': 'https://openalex.org/I1288894424', 'display_name': 'Health Canada', 'ror': 'https://ror.org/05p8nb362', 'country_code': 'CA', 'type': 'government', 'lineage': ['https://openalex.org/I1288894424']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Richard T. Burnett', 'raw_affiliation_string': 'Health Canada, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Health Canada, Ottawa, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071090276', 'display_name': 'Tim Byers', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I151808059', 'display_name': 'Colorado School of Public Health', 'ror': 'https://ror.org/005x9g035', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I151808059']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tim E. Byers', 'raw_affiliation_string': 'Colorado School of Public Health, Aurora, CO, USA', 'raw_affiliation_strings': ['Colorado School of Public Health, Aurora, CO, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053895312', 'display_name': 'Bianca Calabria', 'orcid': 'https://orcid.org/0000-0001-6444-4696'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Bianca Calabria', 'raw_affiliation_string': 'National Drug and Alcohol Research Centre, Sydney, NSW, Australia', 'raw_affiliation_strings': ['National Drug and Alcohol Research Centre, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023976277', 'display_name': 'Jonathan R. Carapetis', 'orcid': 'https://orcid.org/0000-0002-1182-9792'}, 'institutions': [{'id': 'https://openalex.org/I175234967', 'display_name': 'Telethon Kids Institute', 'ror': 'https://ror.org/01dbmzx78', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I175234967']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jonathan Carapetis', 'raw_affiliation_string': 'Telethon Institute for Child Health Research, Centre for Child Health Research, Perth, WA, Australia', 'raw_affiliation_strings': ['Telethon Institute for Child Health Research, Centre for Child Health Research, Perth, WA, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050635617', 'display_name': 'Emily Carnahan', 'orcid': 'https://orcid.org/0000-0002-1763-5120'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Emily Carnahan', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045442194', 'display_name': 'Zoë Chafe', 'orcid': 'https://orcid.org/0000-0001-6670-6979'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Zoe Chafe', 'raw_affiliation_string': 'University of California, Berkeley, Berkeley, CA, USA', 'raw_affiliation_strings': ['University of California, Berkeley, Berkeley, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050370220', 'display_name': 'Fiona J Charlson', 'orcid': 'https://orcid.org/0000-0003-2876-5040'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Fiona Charlson', 'raw_affiliation_string': 'School of Population Health, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['School of Population Health, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010092165', 'display_name': 'Honglei Chen', 'orcid': 'https://orcid.org/0000-0003-3446-7779'}, 'institutions': [{'id': 'https://openalex.org/I4210095140', 'display_name': 'National Institute of Environmental Health Sciences', 'ror': 'https://ror.org/00j4k1h63', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210095140']}, {'id': 'https://openalex.org/I4210090916', 'display_name': 'Triangle', 'ror': 'https://ror.org/00fhbr831', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210090916']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Honglei Chen', 'raw_affiliation_string': 'National Institute of Environmental Health Sciences, Research Triangle Park, NC, USA', 'raw_affiliation_strings': ['National Institute of Environmental Health Sciences, Research Triangle Park, NC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083373577', 'display_name': 'Jian Chen', 'orcid': 'https://orcid.org/0000-0002-5149-1781'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jian Shen Chen', 'raw_affiliation_string': 'Institute of Bone and Joint Research, Sydney, NSW, Australia', 'raw_affiliation_strings': ['Institute of Bone and Joint Research, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088384934', 'display_name': 'Andrew T. A. Cheng', 'orcid': 'https://orcid.org/0000-0002-6601-1963'}, 'institutions': [{'id': 'https://openalex.org/I4210096666', 'display_name': 'Institute of Biomedical Sciences, Academia Sinica', 'ror': 'https://ror.org/00tk6s776', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210096666', 'https://openalex.org/I84653119']}], 'countries': ['TW'], 'is_corresponding': False, 'raw_author_name': 'Andrew Tai-Ann Cheng', 'raw_affiliation_string': 'Institute of Biomedical Sciences, Academia Sinica, Taipei, Taiwan', 'raw_affiliation_strings': ['Institute of Biomedical Sciences, Academia Sinica, Taipei, Taiwan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017238213', 'display_name': 'Jennifer Child', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jennifer Christine Child', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015515466', 'display_name': 'Aarón Cohen', 'orcid': 'https://orcid.org/0000-0001-5847-6202'}, 'institutions': [{'id': 'https://openalex.org/I1303043848', 'display_name': 'Health Effects Institute', 'ror': 'https://ror.org/000a1tn51', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1303043848']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Aaron Cohen', 'raw_affiliation_string': 'Health Effects Institute, Boston, MA, USA', 'raw_affiliation_strings': ['Health Effects Institute, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009976376', 'display_name': 'K. Ellicott Colson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'K. Ellicott Colson', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043086835', 'display_name': 'Benjamin C Cowie', 'orcid': 'https://orcid.org/0000-0002-7087-5895'}, 'institutions': [{'id': 'https://openalex.org/I4210088630', 'display_name': 'Victorian Infectious Diseases Reference Laboratory', 'ror': 'https://ror.org/005ynf375', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210088630']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Benjamin C. Cowie', 'raw_affiliation_string': 'Victorian Infectious Diseases Reference Laboratory, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['Victorian Infectious Diseases Reference Laboratory, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077992903', 'display_name': 'Sarah C. Darby', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sarah Darby', 'raw_affiliation_string': 'University of Oxford, Oxford, UK', 'raw_affiliation_strings': ['University of Oxford, Oxford, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041909554', 'display_name': 'Susan M. Darling', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Susan Darling', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046431320', 'display_name': 'Adrian Davis', 'orcid': 'https://orcid.org/0000-0001-7134-7528'}, 'institutions': [], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Adrian Davis', 'raw_affiliation_string': 'MRC Hearing and Communication Group, Manchester, UK', 'raw_affiliation_strings': ['MRC Hearing and Communication Group, Manchester, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006875478', 'display_name': 'Louisa Degenhardt', 'orcid': 'https://orcid.org/0000-0002-8513-2218'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Louisa Degenhardt', 'raw_affiliation_string': 'Centre for Health Policy, Programs and Economics, Melbourne, VIC, Australia; National Drug and Alcohol Research Centre, Sydney, NSW, Australia', 'raw_affiliation_strings': ['Centre for Health Policy, Programs and Economics, Melbourne, VIC, Australia', 'National Drug and Alcohol Research Centre, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046528783', 'display_name': 'Frank Dentener', 'orcid': 'https://orcid.org/0000-0001-7556-3076'}, 'institutions': [{'id': 'https://openalex.org/I2800387288', 'display_name': 'European Commission', 'ror': 'https://ror.org/00k4n6c32', 'country_code': 'BE', 'type': 'government', 'lineage': ['https://openalex.org/I1320481043', 'https://openalex.org/I2800387288']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Frank Dentener', 'raw_affiliation_string': 'European Commission, Joint Research Centre, Brussels, Belgium', 'raw_affiliation_strings': ['European Commission, Joint Research Centre, Brussels, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080704496', 'display_name': 'Don C. Des Jarlais', 'orcid': 'https://orcid.org/0000-0002-0157-8168'}, 'institutions': [{'id': 'https://openalex.org/I1287643137', 'display_name': 'Mount Sinai Beth Israel', 'ror': 'https://ror.org/01742jq13', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1287643137', 'https://openalex.org/I1320796813']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Don C. Des Jarlais', 'raw_affiliation_string': 'Beth Israel Medical Center, New York City, NY, USA', 'raw_affiliation_strings': ['Beth Israel Medical Center, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040399914', 'display_name': 'Karen Devries', 'orcid': 'https://orcid.org/0000-0001-8935-2181'}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Karen Devries', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017165758', 'display_name': 'Mukesh Dherani', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I146655781', 'display_name': 'University of Liverpool', 'ror': 'https://ror.org/04xs57h96', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I146655781']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Mukesh Dherani', 'raw_affiliation_string': 'University of Liverpool, Liverpool, UK', 'raw_affiliation_strings': ['University of Liverpool, Liverpool, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091864668', 'display_name': 'Eric L. Ding', 'orcid': 'https://orcid.org/0000-0002-5881-8097'}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric L. Ding', 'raw_affiliation_string': 'School of Public Health, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['School of Public Health, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063476651', 'display_name': 'E. Ray Dorsey', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'E. Ray Dorsey', 'raw_affiliation_string': 'Johns Hopkins University, Baltimore, MD, USA', 'raw_affiliation_strings': ['Johns Hopkins University, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008850617', 'display_name': 'Tim Driscoll', 'orcid': 'https://orcid.org/0000-0003-0057-2490'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Tim Driscoll', 'raw_affiliation_string': 'School of Public Health, Sydney, NSW, Australia', 'raw_affiliation_strings': ['School of Public Health, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035560946', 'display_name': 'Karen Edmond', 'orcid': 'https://orcid.org/0000-0001-5421-0511'}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Karen Edmond', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041559187', 'display_name': 'Suad Eltahir Ali', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210108680', 'display_name': 'Federal Ministry of Health', 'ror': 'https://ror.org/01d59nd22', 'country_code': 'SD', 'type': 'government', 'lineage': ['https://openalex.org/I4210108680']}], 'countries': ['SD'], 'is_corresponding': False, 'raw_author_name': 'Suad Eltahir Ali', 'raw_affiliation_string': 'Federal Ministry of Health, Khartoum, Sudan', 'raw_affiliation_strings': ['Federal Ministry of Health, Khartoum, Sudan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053087719', 'display_name': 'Rebecca E. Engell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rebecca E. Engell', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036488282', 'display_name': 'Patricia J. Erwin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210125099', 'display_name': 'Mayo Clinic', 'ror': 'https://ror.org/03jp40720', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1330342723', 'https://openalex.org/I4210125099']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Patricia J. Erwin', 'raw_affiliation_string': 'Mayo Clinic, Rochester, MN, USA', 'raw_affiliation_strings': ['Mayo Clinic, Rochester, MN, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075930206', 'display_name': 'Saman Fahimi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Saman Fahimi', 'raw_affiliation_string': 'Department of Public Health and Primary Care, University of Cambridge, Cambridge, UK', 'raw_affiliation_strings': ['Department of Public Health and Primary Care, University of Cambridge, Cambridge, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002785818', 'display_name': 'Gail Falder', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gail Falder', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035870050', 'display_name': 'Farshad Farzadfar', 'orcid': 'https://orcid.org/0000-0001-8288-4046'}, 'institutions': [{'id': 'https://openalex.org/I70640408', 'display_name': 'Tehran University of Medical Sciences', 'ror': 'https://ror.org/01c4pz451', 'country_code': 'IR', 'type': 'education', 'lineage': ['https://openalex.org/I70640408']}], 'countries': ['IR'], 'is_corresponding': False, 'raw_author_name': 'Farshad Farzadfar', 'raw_affiliation_string': 'Tehran University of Medical Sciences, Tehran, Iran', 'raw_affiliation_strings': ['Tehran University of Medical Sciences, Tehran, Iran']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077063694', 'display_name': 'Alize J. Ferrari', 'orcid': 'https://orcid.org/0000-0002-7863-9117'}, 'institutions': [{'id': 'https://openalex.org/I4210105605', 'display_name': 'Queensland Centre for Mental Health Research', 'ror': 'https://ror.org/017zhda45', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I4210105605']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Alize Ferrari', 'raw_affiliation_string': 'Queensland Centre for Mental Health Research, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland Centre for Mental Health Research, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048010382', 'display_name': 'Mariel M. Finucane', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mariel M. Finucane', 'raw_affiliation_string': 'Department of Biostatistics, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['Department of Biostatistics, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032005702', 'display_name': 'Seth Flaxman', 'orcid': 'https://orcid.org/0000-0002-2477-4217'}, 'institutions': [{'id': 'https://openalex.org/I74973139', 'display_name': 'Carnegie Mellon University', 'ror': 'https://ror.org/05x2bcf33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I74973139']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Seth Flaxman', 'raw_affiliation_string': 'Carnegie Mellon University, Pittsburgh, PA, USA', 'raw_affiliation_strings': ['Carnegie Mellon University, Pittsburgh, PA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077225204', 'display_name': 'F. G. R. Fowkes', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I98677209', 'display_name': 'University of Edinburgh', 'ror': 'https://ror.org/01nrxwf90', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I98677209']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Francis Gerry R. Fowkes', 'raw_affiliation_string': 'University of Edinburgh, Edinburgh, Scotland, UK', 'raw_affiliation_strings': ['University of Edinburgh, Edinburgh, Scotland, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032821015', 'display_name': 'Greg Freedman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Greg Freedman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086215797', 'display_name': 'Michael K. Freeman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael K. Freeman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037038907', 'display_name': 'Emmanuela Gakidou', 'orcid': 'https://orcid.org/0000-0002-8992-591X'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Emmanuela Gakidou', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081453182', 'display_name': 'Santu Ghosh', 'orcid': 'https://orcid.org/0000-0002-9373-9570'}, 'institutions': [{'id': 'https://openalex.org/I20107917', 'display_name': 'Sri Ramachandra Institute of Higher Education and Research', 'ror': 'https://ror.org/0108gdg43', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I20107917']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Santu Ghosh', 'raw_affiliation_string': 'Sri Ramachandra University, Chennai, India', 'raw_affiliation_strings': ['Sri Ramachandra University, Chennai, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038373228', 'display_name': 'Edward Giovannucci', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Edward Giovannucci', 'raw_affiliation_string': 'School of Public Health, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['School of Public Health, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021550111', 'display_name': 'Gerhard Gmel', 'orcid': 'https://orcid.org/0000-0001-9403-9405'}, 'institutions': [{'id': 'https://openalex.org/I4210097117', 'display_name': 'Addiction Switzerland', 'ror': 'https://ror.org/00ytxqz74', 'country_code': 'CH', 'type': 'other', 'lineage': ['https://openalex.org/I4210097117']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Gerhard Gmel', 'raw_affiliation_string': 'Addiction Info Switzerland, Lausanne, Switzerland', 'raw_affiliation_strings': ['Addiction Info Switzerland, Lausanne, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086700399', 'display_name': 'Kathryn Graham', 'orcid': 'https://orcid.org/0000-0003-3318-3598'}, 'institutions': [{'id': 'https://openalex.org/I1338135719', 'display_name': 'Centre for Addiction and Mental Health', 'ror': 'https://ror.org/03e71c577', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1338135719']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Kathryn Graham', 'raw_affiliation_string': 'Centre for Addiction and Mental Health, Toronto, ON, Canada', 'raw_affiliation_strings': ['Centre for Addiction and Mental Health, Toronto, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045945972', 'display_name': 'Rebecca Grainger', 'orcid': 'https://orcid.org/0000-0001-9201-8678'}, 'institutions': [{'id': 'https://openalex.org/I80281795', 'display_name': 'University of Otago', 'ror': 'https://ror.org/01jmxt844', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I80281795']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['NZ', 'US'], 'is_corresponding': False, 'raw_author_name': 'Rebecca Grainger', 'raw_affiliation_string': 'National Institutes of Health, Bethesda, MD, USA; University of Otago, Dunedin, New Zealand', 'raw_affiliation_strings': ['National Institutes of Health, Bethesda, MD, USA', 'University of Otago, Dunedin, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015015256', 'display_name': 'Bridget F. Grant', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bridget Grant', 'raw_affiliation_string': 'National Institutes of Health, Bethesda, MD, USA', 'raw_affiliation_strings': ['National Institutes of Health, Bethesda, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027462458', 'display_name': 'David Gunnell', 'orcid': 'https://orcid.org/0000-0002-0829-6470'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'David Gunnell', 'raw_affiliation_string': 'University of Bristol, Bristol, UK', 'raw_affiliation_strings': ['University of Bristol, Bristol, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006472329', 'display_name': 'H Gutierrez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I78577930', 'display_name': 'Columbia University', 'ror': 'https://ror.org/00hj8s172', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I78577930']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Hialy R. Gutierrez', 'raw_affiliation_string': 'Mailman School of Public Health, Columbia University, New York City, NY, USA', 'raw_affiliation_strings': ['Mailman School of Public Health, Columbia University, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053840112', 'display_name': 'Wayne Hall', 'orcid': 'https://orcid.org/0000-0003-1984-0096'}, 'institutions': [{'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Wayne Hall', 'raw_affiliation_string': 'University of Queensland, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['University of Queensland, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019399793', 'display_name': 'Hans W. Hoek', 'orcid': 'https://orcid.org/0000-0001-6353-5465'}, 'institutions': [{'id': 'https://openalex.org/I4210085896', 'display_name': 'Parnassia Groep', 'ror': 'https://ror.org/002wh3v03', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210085896']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Hans W. Hoek', 'raw_affiliation_string': 'Parnassia Psychiatric Institute, The Hague, Netherlands', 'raw_affiliation_strings': ['Parnassia Psychiatric Institute, The Hague, Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051852867', 'display_name': 'Anthony Hogan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I118347636', 'display_name': 'Australian National University', 'ror': 'https://ror.org/019wvm592', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I118347636']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Anthony Hogan', 'raw_affiliation_string': 'Australian National University, Canberra, ACT, Australia', 'raw_affiliation_strings': ['Australian National University, Canberra, ACT, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035139239', 'display_name': 'H. Dean Hosgood', 'orcid': 'https://orcid.org/0000-0003-4151-1133'}, 'institutions': [{'id': 'https://openalex.org/I129975664', 'display_name': 'Albert Einstein College of Medicine', 'ror': 'https://ror.org/05cf8a891', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I129975664', 'https://openalex.org/I19772626', 'https://openalex.org/I4210112371']}, {'id': 'https://openalex.org/I19772626', 'display_name': 'Yeshiva University', 'ror': 'https://ror.org/045x93337', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I19772626']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'H. Dean Hosgood Iii', 'raw_affiliation_string': 'Albert Einstein College of Medicine, Yeshiva University, New York City, NY, USA', 'raw_affiliation_strings': ['Albert Einstein College of Medicine, Yeshiva University, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060761472', 'display_name': 'Damian Hoy', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Damian Hoy', 'raw_affiliation_string': 'Monash University, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['Monash University, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078987114', 'display_name': 'Howard Hu', 'orcid': 'https://orcid.org/0000-0002-3676-2707'}, 'institutions': [{'id': 'https://openalex.org/I4210125326', 'display_name': 'Public Health Ontario', 'ror': 'https://ror.org/025z8ah66', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210125326']}, {'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Howard Hu', 'raw_affiliation_string': 'Dalla Lana School of Public Health, University of Toronto, Toronto, ON, Canada', 'raw_affiliation_strings': ['Dalla Lana School of Public Health, University of Toronto, Toronto, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082767970', 'display_name': 'Bryan Hubbell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1302368450', 'display_name': 'Environmental Protection Agency', 'ror': 'https://ror.org/03tns0030', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1302368450', 'https://openalex.org/I2800421839']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bryan J. Hubbell', 'raw_affiliation_string': 'US Environmental Protection Agency, Washington, DC, USA', 'raw_affiliation_strings': ['US Environmental Protection Agency, Washington, DC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048446997', 'display_name': 'Sally Hutchings', 'orcid': 'https://orcid.org/0000-0003-0720-9707'}, 'institutions': [{'id': 'https://openalex.org/I47508984', 'display_name': 'Imperial College London', 'ror': 'https://ror.org/041kmwe10', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I47508984']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sally J. Hutchings', 'raw_affiliation_string': 'MRC-HPA Centre for Environment and Health, Department of Epidemiology and Biostatistics, School of Public Health, Imperial College London, London, UK', 'raw_affiliation_strings': ['MRC-HPA Centre for Environment and Health, Department of Epidemiology and Biostatistics, School of Public Health, Imperial College London, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064254684', 'display_name': 'S Ibeanusi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100116408', 'display_name': 'University of Port Harcourt', 'ror': 'https://ror.org/005bw2d06', 'country_code': 'NG', 'type': 'education', 'lineage': ['https://openalex.org/I100116408']}], 'countries': ['NG'], 'is_corresponding': False, 'raw_author_name': 'Sydney E. Ibeanusi', 'raw_affiliation_string': 'University of Port Harcourt, Port Harcourt, Nigeria', 'raw_affiliation_strings': ['University of Port Harcourt, Port Harcourt, Nigeria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055310352', 'display_name': 'Gemma Jacklyn', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Gemma L. Jacklyn', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051940183', 'display_name': 'Rashmi Jasrasaria', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rashmi Jasrasaria', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082561940', 'display_name': 'Jost B. Jonas', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}, {'id': 'https://openalex.org/I2802164966', 'display_name': 'University Hospital Heidelberg', 'ror': 'https://ror.org/013czdx64', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802164966']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jost B. Jonas', 'raw_affiliation_string': 'Department of Ophthalmology, Medical Faculty Mannheim of the Ruprecht Karls University Heidelberg, Heidelberg, Germany', 'raw_affiliation_strings': ['Department of Ophthalmology, Medical Faculty Mannheim of the Ruprecht Karls University Heidelberg, Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013092108', 'display_name': 'Haidong Kan', 'orcid': 'https://orcid.org/0000-0003-2693-9596'}, 'institutions': [{'id': 'https://openalex.org/I24943067', 'display_name': 'Fudan University', 'ror': 'https://ror.org/013q1eq08', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I24943067']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Haidong Kan', 'raw_affiliation_string': 'Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024756058', 'display_name': 'John А. Kanis', 'orcid': 'https://orcid.org/0000-0002-3129-4326'}, 'institutions': [{'id': 'https://openalex.org/I91136226', 'display_name': 'University of Sheffield', 'ror': 'https://ror.org/05krs5044', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I91136226']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'John A. Kanis', 'raw_affiliation_string': 'University of Sheffield, Sheffield, UK', 'raw_affiliation_strings': ['University of Sheffield, Sheffield, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023196986', 'display_name': 'Nicholas J Kassebaum', 'orcid': 'https://orcid.org/0000-0002-4299-9348'}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nicholas Kassebaum', 'raw_affiliation_string': 'Department of Anesthesiology and Pain Medicine, Seattle, WA, USA', 'raw_affiliation_strings': ['Department of Anesthesiology and Pain Medicine, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000299641', 'display_name': 'Norito Kawakami', 'orcid': 'https://orcid.org/0000-0003-1080-2720'}, 'institutions': [{'id': 'https://openalex.org/I74801974', 'display_name': 'The University of Tokyo', 'ror': 'https://ror.org/057zh3y96', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I74801974']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Norito Kawakami', 'raw_affiliation_string': 'University of Tokyo, Tokyo, Japan', 'raw_affiliation_strings': ['University of Tokyo, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088103101', 'display_name': 'Young-Ho Khang', 'orcid': 'https://orcid.org/0000-0002-9585-8266'}, 'institutions': [{'id': 'https://openalex.org/I40542001', 'display_name': 'University of Ulsan', 'ror': 'https://ror.org/02c2f8975', 'country_code': 'KR', 'type': 'education', 'lineage': ['https://openalex.org/I40542001']}, {'id': 'https://openalex.org/I116631150', 'display_name': 'Ulsan College', 'ror': 'https://ror.org/02tec3785', 'country_code': 'KR', 'type': 'education', 'lineage': ['https://openalex.org/I116631150']}], 'countries': ['KR'], 'is_corresponding': False, 'raw_author_name': 'Young-Ho Khang', 'raw_affiliation_string': 'Department of Preventive Medicine, University of Ulsan College of Medicine, Seoul, South Korea', 'raw_affiliation_strings': ['Department of Preventive Medicine, University of Ulsan College of Medicine, Seoul, South Korea']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020072479', 'display_name': 'Shahab Khatibzadeh', 'orcid': 'https://orcid.org/0000-0001-9860-0220'}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Shahab Khatibzadeh', 'raw_affiliation_string': 'Department of Epidemiology, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['Department of Epidemiology, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078619821', 'display_name': 'Jon-Paul Khoo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105605', 'display_name': 'Queensland Centre for Mental Health Research', 'ror': 'https://ror.org/017zhda45', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I4210105605']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jon-Paul Khoo', 'raw_affiliation_string': 'Queensland Centre for Mental Health Research, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland Centre for Mental Health Research, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036361675', 'display_name': 'Cindy Kok', 'orcid': 'https://orcid.org/0000-0003-3086-7097'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Cindy Kok', 'raw_affiliation_string': 'Spinal Cord Injury Network, Glebe, New Zealand', 'raw_affiliation_strings': ['Spinal Cord Injury Network, Glebe, New Zealand']}], 'countries_distinct_count': 28, 'institutions_distinct_count': 121, 'corresponding_author_ids': ['https://openalex.org/A5035873783'], 'corresponding_institution_ids': ['https://openalex.org/I3143470655'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'is_authors_truncated': True, 'has_fulltext': False, 'cited_by_count': 9508, 'biblio': {'volume': '380', 'issue': '9859', 'first_page': '2224', 'last_page': '2260'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.7246825}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.6928486}, {'id': 'https://openalex.org/C3020448403', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Burden of disease', 'level': 3, 'score': 0.6636276}, {'id': 'https://openalex.org/C2778049256', 'wikidata': 'https://www.wikidata.org/wiki/Q55627', 'display_name': 'Disability-adjusted life year', 'level': 4, 'score': 0.613168}, {'id': 'https://openalex.org/C12174686', 'wikidata': 'https://www.wikidata.org/wiki/Q1058438', 'display_name': 'Risk assessment', 'level': 2, 'score': 0.5984204}, {'id': 'https://openalex.org/C2780664029', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Disease burden', 'level': 3, 'score': 0.5875498}, {'id': 'https://openalex.org/C16851059', 'wikidata': 'https://www.wikidata.org/wiki/Q182467', 'display_name': 'Attributable risk', 'level': 3, 'score': 0.57980216}, {'id': 'https://openalex.org/C82789193', 'wikidata': 'https://www.wikidata.org/wiki/Q2142611', 'display_name': 'Relative risk', 'level': 3, 'score': 0.55507255}, {'id': 'https://openalex.org/C50440223', 'wikidata': 'https://www.wikidata.org/wiki/Q1475848', 'display_name': 'Risk factor', 'level': 2, 'score': 0.5340098}, {'id': 'https://openalex.org/C126451531', 'wikidata': 'https://www.wikidata.org/wiki/Q2852035', 'display_name': 'Years of potential life lost', 'level': 4, 'score': 0.52231926}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.5140894}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.32254788}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.3037449}, {'id': 'https://openalex.org/C133925201', 'wikidata': 'https://www.wikidata.org/wiki/Q188419', 'display_name': 'Life expectancy', 'level': 3, 'score': 0.28589213}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.17670405}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.064958274}, {'id': 'https://openalex.org/C38652104', 'wikidata': 'https://www.wikidata.org/wiki/Q3510521', 'display_name': 'Computer security', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000367', 'descriptor_name': 'Age Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002648', 'descriptor_name': 'Child', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002675', 'descriptor_name': 'Child, Preschool', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007223', 'descriptor_name': 'Infant', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007231', 'descriptor_name': 'Infant, Newborn', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009026', 'descriptor_name': 'Mortality', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019057', 'descriptor_name': 'Quality-Adjusted Life Years', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012737', 'descriptor_name': 'Sex Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 9, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'pdf_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research-repository.uwa.edu.au/en/publications/43ae1599-d161-48e4-b1d6-bc8050199c3a', 'pdf_url': 'https://research-repository.uwa.edu.au/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2445/126083', 'pdf_url': 'https://diposit.ub.edu/dspace/bitstream/2445/126083/1/619412.pdf', 'source': {'id': 'https://openalex.org/S4306401653', 'display_name': 'Dipòsit Digital de la Universitat de Barcelona (Universitat de Barcelona)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I71999127', 'host_organization_name': 'University of Barcelona', 'host_organization_lineage': ['https://openalex.org/I71999127'], 'host_organization_lineage_names': ['University of Barcelona'], 'type': 'repository'}, 'license': 'cc0', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://nrs.harvard.edu/urn-3:HUL.InstRepos:41392110', 'pdf_url': 'https://dash.harvard.edu/bitstream/1/41392110/1/115027%20nihms589916.pdf', 'source': {'id': 'https://openalex.org/S4306401540', 'display_name': 'Digital Access to Scholarship at Harvard (DASH) (Harvard University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I136199984', 'host_organization_name': 'Harvard University', 'host_organization_lineage': ['https://openalex.org/I136199984'], 'host_organization_lineage_names': ['Harvard University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4156511', 'pdf_url': 'https://europepmc.org/articles/pmc4156511?pdf=render', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4156511', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10072/49807', 'pdf_url': 'https://research-repository.griffith.edu.au/bitstream/10072/49807/1/LallooPUB22.pdf', 'source': {'id': 'https://openalex.org/S4306402548', 'display_name': 'Griffith Research Online (Griffith University, Queensland, Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I11701301', 'host_organization_name': 'Griffith University', 'host_organization_lineage': ['https://openalex.org/I11701301'], 'host_organization_lineage_names': ['Griffith University'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23245609', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'pdf_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 166, 'referenced_works': ['https://openalex.org/W75245760', 'https://openalex.org/W1275357281', 'https://openalex.org/W1491165075', 'https://openalex.org/W1528134127', 'https://openalex.org/W1538627990', 'https://openalex.org/W1542476404', 'https://openalex.org/W1543871407', 'https://openalex.org/W1551604617', 'https://openalex.org/W1559813904', 'https://openalex.org/W1579569321', 'https://openalex.org/W1591686206', 'https://openalex.org/W1607804102', 'https://openalex.org/W1639251217', 'https://openalex.org/W1810100348', 'https://openalex.org/W1841168474', 'https://openalex.org/W1907953089', 'https://openalex.org/W1964829247', 'https://openalex.org/W1971243234', 'https://openalex.org/W1971378348', 'https://openalex.org/W1973443484', 'https://openalex.org/W1978290051', 'https://openalex.org/W1979343441', 'https://openalex.org/W1980385042', 'https://openalex.org/W1980989148', 'https://openalex.org/W1983086210', 'https://openalex.org/W1988433993', 'https://openalex.org/W1992358256', 'https://openalex.org/W1993777042', 'https://openalex.org/W1993857965', 'https://openalex.org/W1994543560', 'https://openalex.org/W1995856488', 'https://openalex.org/W1997046781', 'https://openalex.org/W1997231767', 'https://openalex.org/W1999386633', 'https://openalex.org/W1999679380', 'https://openalex.org/W2000154455', 'https://openalex.org/W2000171265', 'https://openalex.org/W2000795003', 'https://openalex.org/W2006422309', 'https://openalex.org/W2009455262', 'https://openalex.org/W2015746229', 'https://openalex.org/W2017507967', 'https://openalex.org/W2021002667', 'https://openalex.org/W2022010079', 'https://openalex.org/W2024022289', 'https://openalex.org/W2029401079', 'https://openalex.org/W2032995180', 'https://openalex.org/W2033435847', 'https://openalex.org/W2035460411', 'https://openalex.org/W2040389144', 'https://openalex.org/W2048605574', 'https://openalex.org/W2049182348', 'https://openalex.org/W2053223480', 'https://openalex.org/W2054534251', 'https://openalex.org/W2054796764', 'https://openalex.org/W2056013702', 'https://openalex.org/W2060050759', 'https://openalex.org/W2061816970', 'https://openalex.org/W2063360446', 'https://openalex.org/W2064137374', 'https://openalex.org/W2065434037', 'https://openalex.org/W2065828665', 'https://openalex.org/W2066148159', 'https://openalex.org/W2069977802', 'https://openalex.org/W2073563426', 'https://openalex.org/W2081814119', 'https://openalex.org/W2085324843', 'https://openalex.org/W2087999767', 'https://openalex.org/W2088193277', 'https://openalex.org/W2089312949', 'https://openalex.org/W2090024638', 'https://openalex.org/W2094232937', 'https://openalex.org/W2095768296', 'https://openalex.org/W2096528587', 'https://openalex.org/W2096673955', 'https://openalex.org/W2097226936', 'https://openalex.org/W2097950056', 'https://openalex.org/W2098189516', 'https://openalex.org/W2099748942', 'https://openalex.org/W2100149246', 'https://openalex.org/W2100553071', 'https://openalex.org/W2101763942', 'https://openalex.org/W2102747024', 'https://openalex.org/W2103109120', 'https://openalex.org/W2103601316', 'https://openalex.org/W2104049876', 'https://openalex.org/W2104101804', 'https://openalex.org/W2106898952', 'https://openalex.org/W2108344016', 'https://openalex.org/W2109401990', 'https://openalex.org/W2111161766', 'https://openalex.org/W2111266914', 'https://openalex.org/W2112728975', 'https://openalex.org/W2114245889', 'https://openalex.org/W2114344041', 'https://openalex.org/W2114616454', 'https://openalex.org/W2116797869', 'https://openalex.org/W2117662245', 'https://openalex.org/W2117678428', 'https://openalex.org/W2119805230', 'https://openalex.org/W2120876750', 'https://openalex.org/W2122386393', 'https://openalex.org/W2122816088', 'https://openalex.org/W2124558473', 'https://openalex.org/W2125065061', 'https://openalex.org/W2126451218', 'https://openalex.org/W2126489758', 'https://openalex.org/W2126541538', 'https://openalex.org/W2128738304', 'https://openalex.org/W2128842312', 'https://openalex.org/W2128948174', 'https://openalex.org/W2129241344', 'https://openalex.org/W2130189158', 'https://openalex.org/W2136007084', 'https://openalex.org/W2136331793', 'https://openalex.org/W2137068815', 'https://openalex.org/W2137876021', 'https://openalex.org/W2138755493', 'https://openalex.org/W2139343763', 'https://openalex.org/W2140464336', 'https://openalex.org/W2142170772', 'https://openalex.org/W2142215400', 'https://openalex.org/W2142382772', 'https://openalex.org/W2143738433', 'https://openalex.org/W2144635719', 'https://openalex.org/W2144981148', 'https://openalex.org/W2145006846', 'https://openalex.org/W2145987399', 'https://openalex.org/W2146384937', 'https://openalex.org/W2147663252', 'https://openalex.org/W2148099625', 'https://openalex.org/W2148815007', 'https://openalex.org/W2149284219', 'https://openalex.org/W2150344339', 'https://openalex.org/W2150751323', 'https://openalex.org/W2150870806', 'https://openalex.org/W2152057480', 'https://openalex.org/W2152576550', 'https://openalex.org/W2153383900', 'https://openalex.org/W2155329925', 'https://openalex.org/W2155725298', 'https://openalex.org/W2156304629', 'https://openalex.org/W2156317766', 'https://openalex.org/W2156924995', 'https://openalex.org/W2158299772', 'https://openalex.org/W2158569927', 'https://openalex.org/W2158822657', 'https://openalex.org/W2160280522', 'https://openalex.org/W2161766347', 'https://openalex.org/W2162197463', 'https://openalex.org/W2162774380', 'https://openalex.org/W2164227241', 'https://openalex.org/W2164520085', 'https://openalex.org/W2164683920', 'https://openalex.org/W2168658532', 'https://openalex.org/W2169460954', 'https://openalex.org/W2171668678', 'https://openalex.org/W2172098474', 'https://openalex.org/W2175592470', 'https://openalex.org/W2252415804', 'https://openalex.org/W2320016678', 'https://openalex.org/W2323572885', 'https://openalex.org/W3125554979', 'https://openalex.org/W4253369196', 'https://openalex.org/W4253588582', 'https://openalex.org/W4292230194'], 'related_works': ['https://openalex.org/W1503945640', 'https://openalex.org/W1715219350', 'https://openalex.org/W2004121541', 'https://openalex.org/W2071508989', 'https://openalex.org/W2110052313', 'https://openalex.org/W2111200801', 'https://openalex.org/W2519064677', 'https://openalex.org/W3094464411', 'https://openalex.org/W3139731355', 'https://openalex.org/W3196428696'], 'ngrams_url': 'https://api.openalex.org/works/W2110052313/ngrams', 'abstract_inverted_index': {'Background': [0], 'Quantification': [1], 'of': [2, 16, 30, 73, 81, 90, 96, 123, 141, 150, 182, 206, 265, 319, 327, 374, 377, 448, 511, 551], 'the': [3, 87, 147, 156, 166, 188, 227, 271, 339, 347, 401, 420, 446, 481, 509, 533, 540, 554], 'disease': [4, 32, 173, 195, 453], 'burden': [5, 33, 56, 157, 196, 454], 'caused': [6, 34], 'by': [7, 12, 23, 35, 125], 'different': [8, 19, 449], 'risks': [9, 120, 229, 275, 287, 341, 463, 513, 542, 556], 'informs': [10], 'prevention': [11], 'providing': [13], 'an': [14], 'account': [15], 'health': [17], 'loss': [18], 'to': [20, 58, 86, 154, 159, 452, 480, 506, 531], 'that': [21, 288, 565], 'provided': [22], 'a': [24, 42, 459], 'disease-by-disease': [25], 'analysis.': [26], 'No': [27], 'complete': [28], 'revision': [29], 'global': [31, 194, 207, 266, 320], 'risk': [36, 44, 59, 92, 97, 161, 191, 253, 349, 355, 403, 422, 450, 499], 'factors': [37, 60, 93, 98, 192, 254, 451], 'has': [38, 52, 414, 455, 504, 536], 'been': [39], 'done': [40], 'since': [41], 'comparative': [43], 'assessment': [45], 'in': [46, 55, 102, 172, 268, 279, 284, 304, 322, 325, 342, 350, 357, 367, 372, 404, 423, 433, 467, 474, 493, 498, 508], '2000,': [47], 'and': [48, 67, 79, 94, 104, 115, 118, 128, 131, 144, 177, 216, 244, 255, 281, 297, 299, 308, 313, 333, 335, 363, 382, 385, 408, 417, 425, 429, 439, 442, 496, 517, 521, 524, 538, 563], 'no': [49], 'previous': [50], 'analysis': [51], 'assessed': [53], 'changes': [54, 477, 492, 497, 507], 'attributable': [57, 85, 158, 183], 'over': [61], 'time.': [62], 'Methods': [63], 'We': [64, 106, 134, 169], 'estimated': [65, 107], 'deaths': [66, 143], 'disability-adjusted': [68], 'life': [69, 82], 'years': [70, 74, 80], '(DALYs;': [71], 'sum': [72], 'lived': [75], 'with': [76, 139, 165, 270, 310, 458, 561], 'disability': [77], '[YLD]': [78], 'lost': [83], '[YLL])': [84], 'independent': [88], 'effects': [89], '67': [91], 'clusters': [95], 'for': [99, 110, 193, 260, 316, 464, 471], '21': [100], 'regions': [101], '1990': [103, 307], '2010.': [105, 323], 'exposure': [108, 124, 163], 'distributions': [109], 'each': [111, 160], 'year,': [112], 'region,': [113], 'sex,': [114], 'age': [116], 'group,': [117], 'relative': [119, 175], 'per': [121], 'unit': [122], 'systematically': [126], 'reviewing': [127], 'synthesising': [129], 'published': [130], 'unpublished': [132], 'data.': [133], 'used': [135], 'these': [136], 'estimates,': [137], 'together': [138], 'estimates': [140, 181], 'cause-specific': [142], 'DALYs': [145, 267, 321], 'from': [146, 220, 238, 462], 'Global': [148], 'Burden': [149], 'Disease': [151], 'Study': [152], '2010,': [153, 187, 269, 309, 343], 'calculate': [155], 'factor': [162, 356, 500], 'compared': [164], 'theoretical-minimum-risk': [167], 'exposure.': [168], 'incorporated': [170], 'uncertainty': [171, 203], 'burden,': [174], 'risks,': [176], 'exposures': [178], 'into': [179], 'our': [180], 'burden.': [184], 'Findings': [185], 'In': [186, 225, 549], 'three': [189], 'leading': [190, 228, 340, 348, 354, 402, 421, 541, 555], 'were': [197, 230, 338], 'high': [198, 283, 390, 432], 'blood': [199, 391], 'pressure': [200], '(7·0%': [201], '[95%': [202], 'interval': [204], '6·2–7·7]': [205], 'DALYs),': [208], 'tobacco': [209, 245, 395], 'smoking': [210, 246, 396], 'including': [211, 247, 294, 397, 514], 'second-hand': [212, 248, 398], 'smoke': [213, 249, 399], '(6·3%': [214], '[5·5–7·0]),': [215], 'household': [217, 235], 'air': [218, 236], 'pollution': [219, 237], 'solid': [221, 239], 'fuels': [222, 240], '(4·3%': [223], '[3·4–5·3]).': [224], '1990,': [226], 'childhood': [231, 291, 300, 330], 'underweight': [232], '(7·9%': [233], '[6·8–9·4]),': [234], '(HAP;': [241], '6·8%': [242], '[5·5–8·0]),': [243], '(6·1%': [250], '[5·4–6·8]).': [251], 'Dietary': [252], 'physical': [256], 'inactivity': [257], 'collectively': [258], 'accounted': [259], '10·0%': [261], '(95%': [262], 'UI': [263], '9·2–10·8)': [264], 'most': [272, 326, 373, 376], 'prominent': [273], 'dietary': [274], 'being': [276], 'diets': [277], 'low': [278], 'fruits': [280], 'those': [282, 470, 559, 564], 'sodium.': [285], 'Several': [286], 'primarily': [289], 'affect': [290, 566], 'communicable': [292, 465], 'diseases,': [293], 'unimproved': [295, 311, 515], 'water': [296, 312, 516], 'sanitation': [298, 314], 'micronutrient': [301], 'deficiencies,': [302, 523], 'fell': [303], 'rank': [305], 'between': [306], 'accounting': [315], '0·9%': [317], '(0·4–1·6)': [318], 'However,': [324], 'sub-Saharan': [328, 365, 552], 'Africa': [329, 366, 381, 438], 'underweight,': [331], 'HAP,': [332], 'non-exclusive': [334], 'discontinued': [336], 'breastfeeding': [337], 'while': [344], 'HAP': [345], 'was': [346, 369, 389], 'south': [351], 'Asia.': [352], 'The': [353, 529], 'Eastern': [358], 'Europe,': [359], 'Andean': [360], 'Latin': [361, 378, 427], 'America,': [362, 379, 428], 'southern': [364, 426], '2010': [368], 'alcohol': [370], 'use;': [371], 'Asia,': [375], 'North': [380, 437], 'Middle': [383, 440], 'East,': [384, 441], 'central': [386], 'Europe': [387], 'it': [388, 418], 'pressure.': [392], 'Despite': [393], 'declines,': [394], 'remained': [400], 'high-income': [405, 435], 'north': [406], 'America': [407], 'western': [409], 'Europe.': [410], 'High': [411], 'body-mass': [412], 'index': [413], 'increased': [415], 'globally': [416], 'is': [419], 'Australasia': [424], 'also': [430], 'ranks': [431], 'other': [434], 'regions,': [436], 'Oceania.': [443], 'Interpretation': [444], 'Worldwide,': [445], 'contribution': [447], 'changed': [456], 'substantially,': [457], 'shift': [460, 535], 'away': [461], 'diseases': [466, 473], 'children': [468, 487], 'towards': [469], 'non-communicable': [472], 'adults.': [475], 'These': [476], 'are': [478, 544, 557], 'related': [479], 'ageing': [482], 'population,': [483], 'decreased': [484], 'mortality': [485], 'among': [486], 'younger': [488], 'than': [489], '5': [490], 'years,': [491], 'cause-of-death': [494], 'composition,': [495], 'exposures.': [501], 'New': [502], 'evidence': [503], 'led': [505], 'magnitude': [510], 'key': [512], 'sanitation,': [518], 'vitamin': [519], 'A': [520], 'zinc': [522], 'ambient': [525], 'particulate': [526], 'matter': [527], 'pollution.': [528], 'extent': [530], 'which': [532], 'epidemiological': [534], 'occurred': [537], 'what': [539], 'currently': [543], 'varies': [545], 'greatly': [546], 'across': [547], 'regions.': [548], 'much': [550], 'Africa,': [553], 'still': [558], 'associated': [560], 'poverty': [562], 'children.': [567], 'Funding': [568], 'Bill': [569], '&': [570], 'Melinda': [571], 'Gates': [572], 'Foundation.': [573]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2110052313', 'counts_by_year': [{'year': 2023, 'cited_by_count': 403}, {'year': 2022, 'cited_by_count': 601}, {'year': 2021, 'cited_by_count': 710}, {'year': 2020, 'cited_by_count': 823}, {'year': 2019, 'cited_by_count': 946}, {'year': 2018, 'cited_by_count': 1040}, {'year': 2017, 'cited_by_count': 1102}, {'year': 2016, 'cited_by_count': 1157}, {'year': 2015, 'cited_by_count': 1235}, {'year': 2014, 'cited_by_count': 995}, {'year': 2013, 'cited_by_count': 473}, {'year': 2012, 'cited_by_count': 13}], 'updated_date': '2023-10-03T05:37:21.628462', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4249751050', 'doi': 'https://doi.org/10.2458/azu_js_rc.55.16947', 'title': 'IntCal13 and Marine13 Radiocarbon Age Calibration Curves 0–50,000 Years cal BP', 'display_name': 'IntCal13 and Marine13 Radiocarbon Age Calibration Curves 0–50,000 Years cal BP', 'publication_year': 2013, 'publication_date': '2013-01-01', 'ids': {'openalex': 'https://openalex.org/W4249751050', 'doi': 'https://doi.org/10.2458/azu_js_rc.55.16947'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.2458/azu_js_rc.55.16947', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S35778795', 'display_name': 'Radiocarbon', 'issn_l': '0033-8222', 'issn': ['0033-8222', '1945-5755'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311721', 'host_organization_name': 'Cambridge University Press', 'host_organization_lineage': ['https://openalex.org/P4310311721', 'https://openalex.org/P4310311702'], 'host_organization_lineage_names': ['Cambridge University Press', 'University of Cambridge'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://doi.org/10.2458/azu_js_rc.55.16947', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5068404345', 'display_name': 'Paula J. Reimer', 'orcid': 'https://orcid.org/0000-0001-9238-2146'}, 'institutions': [{'id': 'https://openalex.org/I126231945', 'display_name': "Queen's University Belfast", 'ror': 'https://ror.org/00hswnk62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I126231945']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Paula Reimer', 'raw_affiliation_string': "14CHRONO Centre for Climate, the Environment and Chronology, School of Gcography, Archaeology and Palaeoecology, Queen's University Belfast BT7 INN, United Kingdom", 'raw_affiliation_strings': ["14CHRONO Centre for Climate, the Environment and Chronology, School of Gcography, Archaeology and Palaeoecology, Queen's University Belfast BT7 INN, United Kingdom"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024631008', 'display_name': 'Édouard Bard', 'orcid': 'https://orcid.org/0000-0002-7237-8622'}, 'institutions': [{'id': 'https://openalex.org/I4210104942', 'display_name': 'Centre for Research and Teaching in Environmental Geoscience', 'ror': 'https://ror.org/01pa4h393', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I187986737', 'https://openalex.org/I21491767', 'https://openalex.org/I4210104942', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I187986737', 'display_name': 'Collège de France', 'ror': 'https://ror.org/04ex24z53', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I187986737']}, {'id': 'https://openalex.org/I21491767', 'display_name': 'Aix-Marseille University', 'ror': 'https://ror.org/035xkbk20', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I21491767']}, {'id': 'https://openalex.org/I4210166444', 'display_name': 'Institut de Recherche pour le Développement', 'ror': 'https://ror.org/05q3vnk25', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2802056588', 'https://openalex.org/I4210090127', 'https://openalex.org/I4210131494', 'https://openalex.org/I4210166444']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Edouard Bard', 'raw_affiliation_string': "CEREGE, Aix-Marseille University, CNRS, IRD, Collège de France, Technopole de l'Arbois BP 80, 13545 Aix en Provence Cedex 4, France", 'raw_affiliation_strings': ["CEREGE, Aix-Marseille University, CNRS, IRD, Collège de France, Technopole de l'Arbois BP 80, 13545 Aix en Provence Cedex 4, France"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071512716', 'display_name': 'Alex Bayliss', 'orcid': 'https://orcid.org/0000-0003-2782-1979'}, 'institutions': [{'id': 'https://openalex.org/I1338293689', 'display_name': 'English Heritage', 'ror': 'https://ror.org/015j35893', 'country_code': 'GB', 'type': 'archive', 'lineage': ['https://openalex.org/I1338293689']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Alex Bayliss', 'raw_affiliation_string': 'English Heritage, 1 Waterhouse Square, 138-142 Holborn, London EC1N 2ST, United Kingdom', 'raw_affiliation_strings': ['English Heritage, 1 Waterhouse Square, 138-142 Holborn, London EC1N 2ST, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073437473', 'display_name': 'J. Warren Beck', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I138006243', 'display_name': 'University of Arizona', 'ror': 'https://ror.org/03m2x1q45', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I138006243', 'https://openalex.org/I3132585960']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J Warren Beck', 'raw_affiliation_string': 'Department of Physics, University of Arizona, Tucson, Arizona 85721, USA', 'raw_affiliation_strings': ['Department of Physics, University of Arizona, Tucson, Arizona 85721, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036384310', 'display_name': 'Paul G. Blackwell', 'orcid': 'https://orcid.org/0000-0002-3141-4914'}, 'institutions': [{'id': 'https://openalex.org/I91136226', 'display_name': 'University of Sheffield', 'ror': 'https://ror.org/05krs5044', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I91136226']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Paul Blackwell', 'raw_affiliation_string': 'School of Mathematics and Statistics, University of Sheffield, Sheffield S3 7RH, United Kingdom', 'raw_affiliation_strings': ['School of Mathematics and Statistics, University of Sheffield, Sheffield S3 7RH, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019751266', 'display_name': 'Christopher Bronk Ramsey', 'orcid': 'https://orcid.org/0000-0002-8641-9309'}, 'institutions': [{'id': 'https://openalex.org/I4210140987', 'display_name': 'Oxford Archaeology', 'ror': 'https://ror.org/045f8jj92', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210140987']}, {'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Christopher Bronk Ramsey', 'raw_affiliation_string': 'Research Laboratory for Archaeology and the History of Art, University of Oxford, Dyson Perrins Building, South Parks Road, Oxford OX1 3QY, United Kingdom', 'raw_affiliation_strings': ['Research Laboratory for Archaeology and the History of Art, University of Oxford, Dyson Perrins Building, South Parks Road, Oxford OX1 3QY, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031608395', 'display_name': 'Caitlin E. Buck', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I91136226', 'display_name': 'University of Sheffield', 'ror': 'https://ror.org/05krs5044', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I91136226']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Caitlin Buck', 'raw_affiliation_string': 'School of Mathematics and Statistics, University of Sheffield, Sheffield S3 7RH, United Kingdom', 'raw_affiliation_strings': ['School of Mathematics and Statistics, University of Sheffield, Sheffield S3 7RH, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023065107', 'display_name': 'Hai Cheng', 'orcid': 'https://orcid.org/0000-0002-5305-9458'}, 'institutions': [{'id': 'https://openalex.org/I130238516', 'display_name': 'University of Minnesota', 'ror': 'https://ror.org/017zqws13', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I130238516', 'https://openalex.org/I2800403580']}, {'id': 'https://openalex.org/I87445476', 'display_name': "Xi'an Jiaotong University", 'ror': 'https://ror.org/017zhmm22', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I87445476']}], 'countries': ['CN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Hai Cheng', 'raw_affiliation_string': "Department of Earth Sciences, University of Minnesota, Minneapolis, Minnesota 55455-0231, USA; Institute of Global Environmental Change, Xi'an Jiaotong University, Xi'an 710049, China", 'raw_affiliation_strings': ['Department of Earth Sciences, University of Minnesota, Minneapolis, Minnesota 55455-0231, USA', "Institute of Global Environmental Change, Xi'an Jiaotong University, Xi'an 710049, China"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076054895', 'display_name': 'R. Lawrence Edwards', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I130238516', 'display_name': 'University of Minnesota', 'ror': 'https://ror.org/017zqws13', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I130238516', 'https://openalex.org/I2800403580']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R Lawrence Edwards', 'raw_affiliation_string': 'Department of Earth Sciences, University of Minnesota, Minneapolis, Minnesota 55455-0231, USA', 'raw_affiliation_strings': ['Department of Earth Sciences, University of Minnesota, Minneapolis, Minnesota 55455-0231, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056586938', 'display_name': 'Michael Friedrich', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I110079840', 'display_name': 'University of Hohenheim', 'ror': 'https://ror.org/00b1c9541', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I110079840']}, {'id': 'https://openalex.org/I4210125571', 'display_name': 'Heidelberg Academy of Sciences and Humanities', 'ror': 'https://ror.org/02dvf9b44', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210125571']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Michael Friedrich', 'raw_affiliation_string': 'Heidelberger Akademie der Wissenschaften, Im Neuenheimer Feld 229, D-69120 Heidelberg, Germany; Institute of Botany (210), Hohenheim University, D-70593 Stuttgart, Germany', 'raw_affiliation_strings': ['Heidelberger Akademie der Wissenschaften, Im Neuenheimer Feld 229, D-69120 Heidelberg, Germany', 'Institute of Botany (210), Hohenheim University, D-70593 Stuttgart, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044326817', 'display_name': 'P. M. Grootes', 'orcid': 'https://orcid.org/0000-0003-4265-3168'}, 'institutions': [{'id': 'https://openalex.org/I32021983', 'display_name': 'Kiel University', 'ror': 'https://ror.org/04v76ef78', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I32021983']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Pieter Grootes', 'raw_affiliation_string': 'Institute for Ecosystem Research, Christian-Albrechts-Universität zu Kiel 24098, Germany', 'raw_affiliation_strings': ['Institute for Ecosystem Research, Christian-Albrechts-Universität zu Kiel 24098, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074563265', 'display_name': 'Thomas P. Guilderson', 'orcid': 'https://orcid.org/0000-0001-9371-7059'}, 'institutions': [{'id': 'https://openalex.org/I1282311441', 'display_name': 'Lawrence Livermore National Laboratory', 'ror': 'https://ror.org/041nk4h53', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1282311441', 'https://openalex.org/I1330989302']}, {'id': 'https://openalex.org/I185103710', 'display_name': 'University of California, Santa Cruz', 'ror': 'https://ror.org/03s65by71', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I185103710', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Thomas Guilderson', 'raw_affiliation_string': 'Center for Accelerator Mass Spectrometry L-397, Lawrence Livermore National Laboratory, Livermore, California 94550, USA; Ocean Sciences Department, University of California–Santa Cruz, Santa Cruz, California 95064, USA', 'raw_affiliation_strings': ['Center for Accelerator Mass Spectrometry L-397, Lawrence Livermore National Laboratory, Livermore, California 94550, USA', 'Ocean Sciences Department, University of California–Santa Cruz, Santa Cruz, California 95064, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060385090', 'display_name': 'Haflidi Haflidason', 'orcid': 'https://orcid.org/0000-0002-7782-8856'}, 'institutions': [{'id': 'https://openalex.org/I4432739', 'display_name': 'University of Bergen', 'ror': 'https://ror.org/03zga2b32', 'country_code': 'NO', 'type': 'education', 'lineage': ['https://openalex.org/I4432739']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'Haflidi Haflidason', 'raw_affiliation_string': 'Department of Earth Science, University of Bergen, N-5007 Bergen, Norway', 'raw_affiliation_strings': ['Department of Earth Science, University of Bergen, N-5007 Bergen, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085767193', 'display_name': 'Irka Hajdas', 'orcid': 'https://orcid.org/0000-0003-2373-2725'}, 'institutions': [{'id': 'https://openalex.org/I35440088', 'display_name': 'ETH Zurich', 'ror': 'https://ror.org/05a28rw58', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I2799323385', 'https://openalex.org/I35440088']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Irka Hajdas', 'raw_affiliation_string': 'Labor für Ionenstrahlphysik, ETH, 8092 Zurich, Switzerland', 'raw_affiliation_strings': ['Labor für Ionenstrahlphysik, ETH, 8092 Zurich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053685808', 'display_name': 'Christine Hatté', 'orcid': 'https://orcid.org/0000-0002-7086-2672'}, 'institutions': [{'id': 'https://openalex.org/I4210124937', 'display_name': "Laboratoire des Sciences du Climat et de l'Environnement", 'ror': 'https://ror.org/03dsd0g48', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1308403363', 'https://openalex.org/I195731000', 'https://openalex.org/I2738703131', 'https://openalex.org/I4210113668', 'https://openalex.org/I4210124937', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I195731000', 'display_name': 'Versailles Saint-Quentin-en-Yvelines University', 'ror': 'https://ror.org/03mkjjy25', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I195731000', 'https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Christine Hatté', 'raw_affiliation_string': "Laboratoire des Sciences du Climat et de l'Environnement, UMR8212 CEA-CNRS-UVSQ, Domaine du CNRS, F-91198 Gif-sur-Yvette, France", 'raw_affiliation_strings': ["Laboratoire des Sciences du Climat et de l'Environnement, UMR8212 CEA-CNRS-UVSQ, Domaine du CNRS, F-91198 Gif-sur-Yvette, France"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058784123', 'display_name': 'Timothy J Heaton', 'orcid': 'https://orcid.org/0000-0002-9994-142X'}, 'institutions': [{'id': 'https://openalex.org/I91136226', 'display_name': 'University of Sheffield', 'ror': 'https://ror.org/05krs5044', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I91136226']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Timothy Heaton', 'raw_affiliation_string': 'School of Mathematics and Statistics, University of Sheffield, Sheffield S3 7RH, United Kingdom', 'raw_affiliation_strings': ['School of Mathematics and Statistics, University of Sheffield, Sheffield S3 7RH, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040142349', 'display_name': 'Dirk L. Hoffmann', 'orcid': 'https://orcid.org/0000-0002-9245-2041'}, 'institutions': [{'id': 'https://openalex.org/I4210107073', 'display_name': 'National Research Center on Human Evolution', 'ror': 'https://ror.org/01nse6g27', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210107073']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Dirk Hoffmann', 'raw_affiliation_string': 'Centro Nacional de Investigación sobre la Evolución Humana CENIEH, Burgos 09002, Spain', 'raw_affiliation_strings': ['Centro Nacional de Investigación sobre la Evolución Humana CENIEH, Burgos 09002, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046661310', 'display_name': 'Alan G. Hogg', 'orcid': 'https://orcid.org/0000-0002-4001-9027'}, 'institutions': [{'id': 'https://openalex.org/I52179390', 'display_name': 'University of Waikato', 'ror': 'https://ror.org/013fsnh78', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I52179390']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Alan Hogg', 'raw_affiliation_string': 'Radiocarbon Dating Laboratory, University of Waikato, Private Bag 3105, Hamilton, New Zealand', 'raw_affiliation_strings': ['Radiocarbon Dating Laboratory, University of Waikato, Private Bag 3105, Hamilton, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029547508', 'display_name': 'Konrad A Hughen', 'orcid': 'https://orcid.org/0000-0003-3201-934X'}, 'institutions': [{'id': 'https://openalex.org/I66958751', 'display_name': 'Woods Hole Oceanographic Institution', 'ror': 'https://ror.org/03zbnzt98', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I66958751']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Konrad Hughen', 'raw_affiliation_string': 'Department of Marine Chemistry & Geochemistry, Woods Hole Oceanographic Institution, Woods Hole, Massachusetts 02543, USA', 'raw_affiliation_strings': ['Department of Marine Chemistry & Geochemistry, Woods Hole Oceanographic Institution, Woods Hole, Massachusetts 02543, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074125253', 'display_name': 'Klaus Félix Kaiser', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2800262456', 'display_name': 'Swiss Federal Institute for Forest, Snow and Landscape Research', 'ror': 'https://ror.org/04bs5yc70', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I2799323385', 'https://openalex.org/I2800262456']}, {'id': 'https://openalex.org/I202697423', 'display_name': 'University of Zurich', 'ror': 'https://ror.org/02crff812', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I202697423']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'K Felix Kaiser', 'raw_affiliation_string': 'Department of Geography, University of Zurich-Irchel, 8057 Zurich, Switzerland; Swiss Federal Institute for Forest, Snow and Landscape Research WSL, Zurcherstr. 111, 8903 Birmensdorf, Switzerland', 'raw_affiliation_strings': ['Department of Geography, University of Zurich-Irchel, 8057 Zurich, Switzerland', 'Swiss Federal Institute for Forest, Snow and Landscape Research WSL, Zurcherstr. 111, 8903 Birmensdorf, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067661862', 'display_name': 'Bernd Kromer', 'orcid': 'https://orcid.org/0000-0003-1058-4436'}, 'institutions': [{'id': 'https://openalex.org/I4210125571', 'display_name': 'Heidelberg Academy of Sciences and Humanities', 'ror': 'https://ror.org/02dvf9b44', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210125571']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Bernd Kromer', 'raw_affiliation_string': 'Heidelberger Akademie der Wissenschaften, Im Neuenheimer Feld 229, D-69120 Heidelberg, Germany', 'raw_affiliation_strings': ['Heidelberger Akademie der Wissenschaften, Im Neuenheimer Feld 229, D-69120 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032135259', 'display_name': 'Sturt W. Manning', 'orcid': 'https://orcid.org/0000-0002-6917-0927'}, 'institutions': [{'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Sturt Manning', 'raw_affiliation_string': 'Malcolm and Carolyn Wiener Laboratory for Aegean and Near Eastern Dendrochronology, Cornell Tree Ring Laboratory, Cornell University, Ithaca, New York 14853, USA', 'raw_affiliation_strings': ['Malcolm and Carolyn Wiener Laboratory for Aegean and Near Eastern Dendrochronology, Cornell Tree Ring Laboratory, Cornell University, Ithaca, New York 14853, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089799265', 'display_name': 'Mu Niu', 'orcid': 'https://orcid.org/0000-0002-2906-2753'}, 'institutions': [{'id': 'https://openalex.org/I91136226', 'display_name': 'University of Sheffield', 'ror': 'https://ror.org/05krs5044', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I91136226']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Mu Niu', 'raw_affiliation_string': 'School of Mathematics and Statistics, University of Sheffield, Sheffield S3 7RH, United Kingdom', 'raw_affiliation_strings': ['School of Mathematics and Statistics, University of Sheffield, Sheffield S3 7RH, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059819096', 'display_name': 'Ron W Reimer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I126231945', 'display_name': "Queen's University Belfast", 'ror': 'https://ror.org/00hswnk62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I126231945']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Ron Reimer', 'raw_affiliation_string': "14CHRONO Centre for Climate, the Environment and Chronology, School of Gcography, Archaeology and Palaeoecology, Queen's University Belfast BT7 INN, United Kingdom", 'raw_affiliation_strings': ["14CHRONO Centre for Climate, the Environment and Chronology, School of Gcography, Archaeology and Palaeoecology, Queen's University Belfast BT7 INN, United Kingdom"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036612619', 'display_name': 'David A. Richards', 'orcid': 'https://orcid.org/0000-0001-8389-8079'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'David Richards', 'raw_affiliation_string': 'School of Geographical Sciences, University of Bristol, Bristol BS8 1SS, United Kingdom', 'raw_affiliation_strings': ['School of Geographical Sciences, University of Bristol, Bristol BS8 1SS, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070204887', 'display_name': 'E. M. Scott', 'orcid': 'https://orcid.org/0000-0002-3709-0623'}, 'institutions': [{'id': 'https://openalex.org/I7882870', 'display_name': 'University of Glasgow', 'ror': 'https://ror.org/00vtgdb53', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I7882870']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'E Marian Scott', 'raw_affiliation_string': 'School of Mathematics and Statistics, University of Glasgow, Glasgow G12 8QQ, Scotland', 'raw_affiliation_strings': ['School of Mathematics and Statistics, University of Glasgow, Glasgow G12 8QQ, Scotland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043939464', 'display_name': 'John Southon', 'orcid': 'https://orcid.org/0000-0001-6168-6235'}, 'institutions': [{'id': 'https://openalex.org/I204250578', 'display_name': 'University of California, Irvine', 'ror': 'https://ror.org/04gyf1771', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I204250578', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John Southon', 'raw_affiliation_string': 'Department of Earth System Science, University of California–Irvine, Irvine, California 92697, USA', 'raw_affiliation_strings': ['Department of Earth System Science, University of California–Irvine, Irvine, California 92697, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014869563', 'display_name': 'Richard A. Staff', 'orcid': 'https://orcid.org/0000-0002-8634-014X'}, 'institutions': [{'id': 'https://openalex.org/I4210140987', 'display_name': 'Oxford Archaeology', 'ror': 'https://ror.org/045f8jj92', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210140987']}, {'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Richard Staff', 'raw_affiliation_string': 'Research Laboratory for Archaeology and the History of Art, University of Oxford, Dyson Perrins Building, South Parks Road, Oxford OX1 3QY, United Kingdom', 'raw_affiliation_strings': ['Research Laboratory for Archaeology and the History of Art, University of Oxford, Dyson Perrins Building, South Parks Road, Oxford OX1 3QY, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044521215', 'display_name': 'Chris S. M. Turney', 'orcid': 'https://orcid.org/0000-0001-6733-0993'}, 'institutions': [{'id': 'https://openalex.org/I31746571', 'display_name': 'UNSW Sydney', 'ror': 'https://ror.org/03r8z3t63', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I31746571']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Christian Turney', 'raw_affiliation_string': 'Climate Change Research Centre, School of Biological, Earth and Environmental Sciences, University of New South Wales, Sydney, NSW 2052, Australia', 'raw_affiliation_strings': ['Climate Change Research Centre, School of Biological, Earth and Environmental Sciences, University of New South Wales, Sydney, NSW 2052, Australia']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5087183374', 'display_name': 'Johannes van der Plicht', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I169381384', 'display_name': 'University of Groningen', 'ror': 'https://ror.org/012p63287', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I169381384']}, {'id': 'https://openalex.org/I121797337', 'display_name': 'Leiden University', 'ror': 'https://ror.org/027bh9e22', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I121797337']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Johannes van der Plicht', 'raw_affiliation_string': 'Centrum voor Isotopen Onderzoek, Rijksuniversiteit Groningen, Nijenborgh 4, 9747 AG Groningen, the Netherlands; Faculty of Archaeology, Leiden University, P.O. Box 9515, 2300 RA Leiden, the Netherlands', 'raw_affiliation_strings': ['Centrum voor Isotopen Onderzoek, Rijksuniversiteit Groningen, Nijenborgh 4, 9747 AG Groningen, the Netherlands', 'Faculty of Archaeology, Leiden University, P.O. Box 9515, 2300 RA Leiden, the Netherlands']}], 'countries_distinct_count': 11, 'institutions_distinct_count': 35, 'corresponding_author_ids': ['https://openalex.org/A5068404345'], 'corresponding_institution_ids': ['https://openalex.org/I126231945'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 8948, 'biblio': {'volume': '55', 'issue': '4', 'first_page': '1869', 'last_page': '1887'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C100134115', 'wikidata': 'https://www.wikidata.org/wiki/Q173412', 'display_name': 'Radiocarbon dating', 'level': 2, 'score': 0.9833466}, {'id': 'https://openalex.org/C25868968', 'wikidata': 'https://www.wikidata.org/wiki/Q1163945', 'display_name': 'Macrofossil', 'level': 3, 'score': 0.88611627}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 0.6775861}, {'id': 'https://openalex.org/C165838908', 'wikidata': 'https://www.wikidata.org/wiki/Q736777', 'display_name': 'Calibration', 'level': 2, 'score': 0.57824886}, {'id': 'https://openalex.org/C23531484', 'wikidata': 'https://www.wikidata.org/wiki/Q3196863', 'display_name': 'Calibration curve', 'level': 3, 'score': 0.5350268}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.4756422}, {'id': 'https://openalex.org/C24547453', 'wikidata': 'https://www.wikidata.org/wiki/Q332423', 'display_name': 'Absolute dating', 'level': 3, 'score': 0.45863023}, {'id': 'https://openalex.org/C100970517', 'wikidata': 'https://www.wikidata.org/wiki/Q52107', 'display_name': 'Physical geography', 'level': 1, 'score': 0.43758455}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.3665541}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.19521445}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.1672759}, {'id': 'https://openalex.org/C140345934', 'wikidata': 'https://www.wikidata.org/wiki/Q25445', 'display_name': 'Holocene', 'level': 2, 'score': 0.14643702}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.12901267}, {'id': 'https://openalex.org/C119128265', 'wikidata': 'https://www.wikidata.org/wiki/Q900165', 'display_name': 'Detection limit', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 11, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.2458/azu_js_rc.55.16947', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S35778795', 'display_name': 'Radiocarbon', 'issn_l': '0033-8222', 'issn': ['0033-8222', '1945-5755'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311721', 'host_organization_name': 'Cambridge University Press', 'host_organization_lineage': ['https://openalex.org/P4310311721', 'https://openalex.org/P4310311702'], 'host_organization_lineage_names': ['Cambridge University Press', 'University of Cambridge'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02470111', 'pdf_url': 'https://hal.science/hal-02470111/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://pureadmin.qub.ac.uk/ws/files/11128199/INTCAL13_AND_MARINE13_RADIOCARBON_AGE_CALIBRATION_CURVES.pdf', 'pdf_url': 'https://pureadmin.qub.ac.uk/ws/files/11128199/INTCAL13_AND_MARINE13_RADIOCARBON_AGE_CALIBRATION_CURVES.pdf', 'source': {'id': 'https://openalex.org/S4306402319', 'display_name': "Research Portal (Queen's University Belfast)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I126231945', 'host_organization_name': "Queen's University Belfast", 'host_organization_lineage': ['https://openalex.org/I126231945'], 'host_organization_lineage_names': ["Queen's University Belfast"], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://dspace.stir.ac.uk/bitstream/1893/19275/1/Reimer%20et%20al%202009.pdf', 'pdf_url': 'http://dspace.stir.ac.uk/bitstream/1893/19275/1/Reimer%20et%20al%202009.pdf', 'source': {'id': 'https://openalex.org/S4306400268', 'display_name': 'Stirling Online Research Repository (University of Stirling)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I12093191', 'host_organization_name': 'University of Stirling', 'host_organization_lineage': ['https://openalex.org/I12093191'], 'host_organization_lineage_names': ['University of Stirling'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://pure.rug.nl/ws/files/6742017/2009RadiocarbonReimer.pdf', 'pdf_url': 'https://pure.rug.nl/ws/files/6742017/2009RadiocarbonReimer.pdf', 'source': {'id': 'https://openalex.org/S4306400420', 'display_name': 'University of Groningen research database (University of Groningen / Centre for Information Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I169381384', 'host_organization_name': 'University of Groningen', 'host_organization_lineage': ['https://openalex.org/I169381384'], 'host_organization_lineage_names': ['University of Groningen'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.science/hal-02470111/file/13-and-marine13-radiocarbon-age-calibration-curves-0-50-000-years-cal-bp-div.pdf', 'pdf_url': 'https://hal.science/hal-02470111/file/13-and-marine13-radiocarbon-age-calibration-curves-0-50-000-years-cal-bp-div.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://pure.rug.nl/ws/files/2384181/2013RadiocarbonReimer1.pdf', 'pdf_url': 'https://pure.rug.nl/ws/files/2384181/2013RadiocarbonReimer1.pdf', 'source': {'id': 'https://openalex.org/S4306400420', 'display_name': 'University of Groningen research database (University of Groningen / Centre for Information Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I169381384', 'host_organization_name': 'University of Groningen', 'host_organization_lineage': ['https://openalex.org/I169381384'], 'host_organization_lineage_names': ['University of Groningen'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02470111/file/13-and-marine13-radiocarbon-age-calibration-curves-0-50-000-years-cal-bp-div.pdf', 'pdf_url': 'https://hal.archives-ouvertes.fr/hal-02470111/file/13-and-marine13-radiocarbon-age-calibration-curves-0-50-000-years-cal-bp-div.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/10289/8955', 'pdf_url': 'https://researchcommons.waikato.ac.nz/bitstream/10289/8955/1/2013%20reimer%20bard%20bayliss%20hogg%20et%20al%20radiocarbon.pdf', 'source': {'id': 'https://openalex.org/S4306401979', 'display_name': 'Research Commons (The University of Waikato)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I52179390', 'host_organization_name': 'University of Waikato', 'host_organization_lineage': ['https://openalex.org/I52179390'], 'host_organization_lineage_names': ['University of Waikato'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://pure.rug.nl/ws/files/2384180/2013RadiocarbonReimer1SuppF.pdf', 'pdf_url': 'https://pure.rug.nl/ws/files/2384180/2013RadiocarbonReimer1SuppF.pdf', 'source': {'id': 'https://openalex.org/S4306400420', 'display_name': 'University of Groningen research database (University of Groningen / Centre for Information Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I169381384', 'host_organization_name': 'University of Groningen', 'host_organization_lineage': ['https://openalex.org/I169381384'], 'host_organization_lineage_names': ['University of Groningen'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://research.rug.nl/en/publications/cec311c1-2fa9-4abc-8f58-c1fe358f1fcd', 'pdf_url': 'https://research.rug.nl/files/2384180/2013RadiocarbonReimer1SuppF.pdf', 'source': {'id': 'https://openalex.org/S4306400420', 'display_name': 'University of Groningen research database (University of Groningen / Centre for Information Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I169381384', 'host_organization_name': 'University of Groningen', 'host_organization_lineage': ['https://openalex.org/I169381384'], 'host_organization_lineage_names': ['University of Groningen'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.2458/azu_js_rc.55.16947', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S35778795', 'display_name': 'Radiocarbon', 'issn_l': '0033-8222', 'issn': ['0033-8222', '1945-5755'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311721', 'host_organization_name': 'Cambridge University Press', 'host_organization_lineage': ['https://openalex.org/P4310311721', 'https://openalex.org/P4310311702'], 'host_organization_lineage_names': ['Cambridge University Press', 'University of Cambridge'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.88}], 'grants': [], 'referenced_works_count': 63, 'referenced_works': ['https://openalex.org/W163198', 'https://openalex.org/W1529443799', 'https://openalex.org/W1747045236', 'https://openalex.org/W1901577464', 'https://openalex.org/W1909880476', 'https://openalex.org/W1910478406', 'https://openalex.org/W1918344794', 'https://openalex.org/W1942153202', 'https://openalex.org/W1963757124', 'https://openalex.org/W1968796659', 'https://openalex.org/W1971255434', 'https://openalex.org/W1977042156', 'https://openalex.org/W1977355907', 'https://openalex.org/W1980012339', 'https://openalex.org/W1991447961', 'https://openalex.org/W1991537472', 'https://openalex.org/W1993219513', 'https://openalex.org/W1993516320', 'https://openalex.org/W1999531263', 'https://openalex.org/W2002284966', 'https://openalex.org/W2002717360', 'https://openalex.org/W2002717773', 'https://openalex.org/W2006481043', 'https://openalex.org/W2013668561', 'https://openalex.org/W2020177194', 'https://openalex.org/W2021986570', 'https://openalex.org/W2037304784', 'https://openalex.org/W2040578134', 'https://openalex.org/W2042478259', 'https://openalex.org/W2042671618', 'https://openalex.org/W2045406828', 'https://openalex.org/W2051658103', 'https://openalex.org/W2053962049', 'https://openalex.org/W2063176407', 'https://openalex.org/W2067438296', 'https://openalex.org/W2070363372', 'https://openalex.org/W2077457915', 'https://openalex.org/W2087582584', 'https://openalex.org/W2104726485', 'https://openalex.org/W2107118634', 'https://openalex.org/W2108394745', 'https://openalex.org/W2111073855', 'https://openalex.org/W2112848392', 'https://openalex.org/W2117187694', 'https://openalex.org/W2118271033', 'https://openalex.org/W2119105175', 'https://openalex.org/W2119637832', 'https://openalex.org/W2124958235', 'https://openalex.org/W2135214253', 'https://openalex.org/W2136090939', 'https://openalex.org/W2138883883', 'https://openalex.org/W2141972425', 'https://openalex.org/W2145725460', 'https://openalex.org/W2145761632', 'https://openalex.org/W2158905005', 'https://openalex.org/W2161679449', 'https://openalex.org/W2162580064', 'https://openalex.org/W2228637724', 'https://openalex.org/W2762086252', 'https://openalex.org/W3105786902', 'https://openalex.org/W4211094671', 'https://openalex.org/W4211135859', 'https://openalex.org/W4256135186'], 'related_works': ['https://openalex.org/W1547342156', 'https://openalex.org/W1892420603', 'https://openalex.org/W1932276001', 'https://openalex.org/W1983680415', 'https://openalex.org/W2062736045', 'https://openalex.org/W2263950311', 'https://openalex.org/W2362821056', 'https://openalex.org/W4235152080', 'https://openalex.org/W4304092379', 'https://openalex.org/W4362639886'], 'ngrams_url': 'https://api.openalex.org/works/W4249751050/ngrams', 'abstract_inverted_index': {'The': [0, 30, 62, 84], 'IntCal09': [1, 47], 'and': [2, 13, 28, 48, 59, 76], 'Marine09': [3], 'radiocarbon': [4], 'calibration': [5, 31], 'curves': [6, 32, 64], 'have': [7], 'been': [8, 52], 'revised': [9, 53], 'utilizing': [10], 'newly': [11], 'available': [12, 78], 'updated': [14], 'data': [15, 37], 'sets': [16], 'from': [17, 35], '14': [18], 'C': [19], 'measurements': [20], 'on': [21], 'tree': [22], 'rings,': [23], 'plant': [24], 'macrofossils,': [25], 'speleothems,': [26], 'corals,': [27], 'foraminifera.': [29], 'were': [33, 65], 'derived': [34], 'the': [36, 39, 68], 'using': [38], 'random': [40], 'walk': [41], 'model': [42], '(RWM)': [43], 'used': [44], 'to': [45, 54], 'generate': [46], 'Marine09,': [49], 'which': [50], 'has': [51], 'account': [55], 'for': [56], 'additional': [57], 'uncertainties': [58], 'error': [60], 'structures.': [61], 'new': [63], 'ratified': [66], 'at': [67, 82, 89], '21st': [69], 'International': [70], 'Radiocarbon': [71], 'conference': [72], 'in': [73], 'July': [74], '2012': [75], 'are': [77], 'as': [79], 'Supplemental': [80], 'Material': [81], 'www.radiocarbon.org.': [83], 'database': [85], 'can': [86], 'be': [87], 'accessed': [88], 'http://intcal.qub.ac.uk/intcal13/.': [90]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4249751050', 'counts_by_year': [{'year': 2023, 'cited_by_count': 226}, {'year': 2022, 'cited_by_count': 419}, {'year': 2021, 'cited_by_count': 878}, {'year': 2020, 'cited_by_count': 1481}, {'year': 2019, 'cited_by_count': 1371}, {'year': 2018, 'cited_by_count': 1231}, {'year': 2017, 'cited_by_count': 1133}, {'year': 2016, 'cited_by_count': 1018}, {'year': 2015, 'cited_by_count': 804}, {'year': 2014, 'cited_by_count': 324}, {'year': 2013, 'cited_by_count': 29}, {'year': 2012, 'cited_by_count': 14}], 'updated_date': '2023-10-02T22:04:44.441452', 'created_date': '2022-05-12'}, {'id': 'https://openalex.org/W2970684805', 'doi': 'https://doi.org/10.1136/bmj.l4898', 'title': 'RoB 2: a revised tool for assessing risk of bias in randomised trials', 'display_name': 'RoB 2: a revised tool for assessing risk of bias in randomised trials', 'publication_year': 2019, 'publication_date': '2019-08-28', 'ids': {'openalex': 'https://openalex.org/W2970684805', 'doi': 'https://doi.org/10.1136/bmj.l4898', 'mag': '2970684805', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/31462531'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1136/bmj.l4898', 'pdf_url': 'https://www.bmj.com/content/bmj/366/bmj.l4898.full.pdf', 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.bmj.com/content/bmj/366/bmj.l4898.full.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5035631466', 'display_name': 'Jonathan A C Sterne', 'orcid': 'https://orcid.org/0000-0001-8496-6053'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}, {'id': 'https://openalex.org/I4210119147', 'display_name': 'NIHR Bristol Biomedical Research Centre', 'ror': 'https://ror.org/02mtt1z51', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I2800789647', 'https://openalex.org/I34931013', 'https://openalex.org/I36234482', 'https://openalex.org/I4210119147']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jonathan A.C. Sterne', 'raw_affiliation_string': 'NIHR Bristol Biomedical Research Centre, Bristol, UK; Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK', 'raw_affiliation_strings': ['NIHR Bristol Biomedical Research Centre, Bristol, UK', 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016408852', 'display_name': 'Jelena Savović', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2800789647', 'display_name': 'University Hospitals Bristol NHS Foundation Trust', 'ror': 'https://ror.org/04nm1cv11', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800789647']}, {'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jelena Savović', 'raw_affiliation_string': 'NIHR CLAHRC West, University Hospitals Bristol NHS Foundation Trust, Bristol, UK; Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK.', 'raw_affiliation_strings': ['NIHR CLAHRC West, University Hospitals Bristol NHS Foundation Trust, Bristol, UK', 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089979303', 'display_name': 'Matthew J. Page', 'orcid': 'https://orcid.org/0000-0002-4242-7526'}, 'institutions': [{'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Matthew J. Page', 'raw_affiliation_string': 'School of Public Health and Preventive Medicine Monash University Melbourne Australia', 'raw_affiliation_strings': ['School of Public Health and Preventive Medicine Monash University Melbourne Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045704195', 'display_name': 'Roy G. Elbers', 'orcid': 'https://orcid.org/0000-0002-4850-6954'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Roy G. Elbers', 'raw_affiliation_string': 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol, BS8 2BN, UK', 'raw_affiliation_strings': ['Population Health Sciences, Bristol Medical School, University of Bristol, Bristol, BS8 2BN, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055466397', 'display_name': 'Natalie S Blencowe', 'orcid': 'https://orcid.org/0000-0002-6111-2175'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}, {'id': 'https://openalex.org/I4210119147', 'display_name': 'NIHR Bristol Biomedical Research Centre', 'ror': 'https://ror.org/02mtt1z51', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I2800789647', 'https://openalex.org/I34931013', 'https://openalex.org/I36234482', 'https://openalex.org/I4210119147']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Natalie S. Blencowe', 'raw_affiliation_string': 'NIHR Bristol Biomedical Research Centre, Bristol, UK; Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK', 'raw_affiliation_strings': ['NIHR Bristol Biomedical Research Centre, Bristol, UK', 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065028933', 'display_name': 'Isabelle Boutron', 'orcid': 'https://orcid.org/0000-0002-5263-6241'}, 'institutions': [{'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I110736937', 'display_name': 'Délégation Paris 5', 'ror': 'https://ror.org/02e0y6e06', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I110736937', 'https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Isabelle Boutron', 'raw_affiliation_string': 'Cochrane France, Paris, France; METHODS team, Epidemiology and Biostatistics Centre, INSERM UMR 1153, Paris, France; Paris Descartes University, Paris, France', 'raw_affiliation_strings': ['Cochrane France, Paris, France', 'METHODS team, Epidemiology and Biostatistics Centre, INSERM UMR 1153, Paris, France', 'Paris Descartes University, Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065716950', 'display_name': 'Christopher J Cates', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165862685', 'display_name': "St George's, University of London", 'ror': 'https://ror.org/040f08y74', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I165862685']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Christopher J. Cates', 'raw_affiliation_string': 'Population Health Research Institute St George’s, University of London London UK', 'raw_affiliation_strings': ['Population Health Research Institute St George’s, University of London London UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032815930', 'display_name': 'Hung-Yuan Cheng', 'orcid': 'https://orcid.org/0000-0002-6162-4146'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}, {'id': 'https://openalex.org/I4210119147', 'display_name': 'NIHR Bristol Biomedical Research Centre', 'ror': 'https://ror.org/02mtt1z51', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I2800789647', 'https://openalex.org/I34931013', 'https://openalex.org/I36234482', 'https://openalex.org/I4210119147']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Hung Yuan Cheng', 'raw_affiliation_string': 'NIHR Bristol Biomedical Research Centre, Bristol, UK; Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK', 'raw_affiliation_strings': ['NIHR Bristol Biomedical Research Centre, Bristol, UK', 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070206339', 'display_name': 'Mark Corbett', 'orcid': 'https://orcid.org/0000-0002-5937-1493'}, 'institutions': [{'id': 'https://openalex.org/I4210088647', 'display_name': 'Kleijnen Systematic Reviews (United Kingdom)', 'ror': 'https://ror.org/004g82f36', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I4210088647']}, {'id': 'https://openalex.org/I52099693', 'display_name': 'University of York', 'ror': 'https://ror.org/04m01e293', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I52099693']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Mark S. Corbett', 'raw_affiliation_string': 'Centre for Reviews and Dissemination, University of York, York, UK.', 'raw_affiliation_strings': ['Centre for Reviews and Dissemination, University of York, York, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007536017', 'display_name': 'Sandra Eldridge', 'orcid': 'https://orcid.org/0000-0001-5638-2317'}, 'institutions': [{'id': 'https://openalex.org/I166337079', 'display_name': 'Queen Mary University of London', 'ror': 'https://ror.org/026zzn846', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I166337079']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sandra M. Eldridge', 'raw_affiliation_string': 'Pragmatic Clinical Trials Unit, Centre for Primary Care and Public Health, Queen Mary University of London, UK.', 'raw_affiliation_strings': ['Pragmatic Clinical Trials Unit, Centre for Primary Care and Public Health, Queen Mary University of London, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030250235', 'display_name': 'Jonathan Emberson', 'orcid': 'https://orcid.org/0000-0001-7792-9422'}, 'institutions': [{'id': 'https://openalex.org/I4210158597', 'display_name': 'MRC Epidemiology Unit', 'ror': 'https://ror.org/052578691', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I241749', 'https://openalex.org/I4210158597', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jonathan R. Emberson', 'raw_affiliation_string': 'MRC Population Heath Research Unit, Clinical Trial Service Unit and Epidemiological Studies Unit, Nuffield Department of Population Health, University of Oxford, Oxford, UK', 'raw_affiliation_strings': ['MRC Population Heath Research Unit, Clinical Trial Service Unit and Epidemiological Studies Unit, Nuffield Department of Population Health, University of Oxford, Oxford, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084268825', 'display_name': 'Miguel A. Hernán', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210092658', 'display_name': 'Harvard–MIT Division of Health Sciences and Technology', 'ror': 'https://ror.org/00jjeh629', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I4210092658']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Miguel A. Hernán', 'raw_affiliation_string': 'Departments of Epidemiology and Biostatistics, Harvard T H Chan School of Public Health, Harvard-MIT Division of Health Sciences of Technology, Boston, MA, USA', 'raw_affiliation_strings': ['Departments of Epidemiology and Biostatistics, Harvard T H Chan School of Public Health, Harvard-MIT Division of Health Sciences of Technology, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049975458', 'display_name': 'Sally Hopewell', 'orcid': 'https://orcid.org/0000-0002-6881-6984'}, 'institutions': [{'id': 'https://openalex.org/I2801809904', 'display_name': 'Nuffield Orthopaedic Centre', 'ror': 'https://ror.org/0036ate90', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801809904', 'https://openalex.org/I4210147381']}, {'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sally Hopewell', 'raw_affiliation_string': 'Centre for Statistics in Medicine Nuffield Department of Orthopaedics Rheumatology & Musculoskeletal Sciences University of Oxford Oxford UK', 'raw_affiliation_strings': ['Centre for Statistics in Medicine Nuffield Department of Orthopaedics Rheumatology & Musculoskeletal Sciences University of Oxford Oxford UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036345545', 'display_name': 'Asbjørn Hróbjartsson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I177969490', 'display_name': 'University of Southern Denmark', 'ror': 'https://ror.org/03yrrjy16', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I177969490']}, {'id': 'https://openalex.org/I2801498763', 'display_name': 'Odense University Hospital', 'ror': 'https://ror.org/00ey0ed83', 'country_code': 'DK', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801498763']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Asbjørn Hróbjartsson', 'raw_affiliation_string': 'Department of Clinical Research, University of Southern Denmark, Odense, Denmark.; Open Patient data Explorative Network, Odense University Hospital, Odense, Denmark.', 'raw_affiliation_strings': ['Department of Clinical Research, University of Southern Denmark, Odense, Denmark.', 'Open Patient data Explorative Network, Odense University Hospital, Odense, Denmark.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054149999', 'display_name': 'Daniela R Junqueira', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154425047', 'display_name': 'University of Alberta', 'ror': 'https://ror.org/0160cpw27', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I154425047']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Daniela R. Junqueira', 'raw_affiliation_string': 'Department of Emergency Medicine, Faculty of Medicine & Dentistry, University of Alberta, Edmonton, Alberta, Canada;', 'raw_affiliation_strings': ['Department of Emergency Medicine, Faculty of Medicine & Dentistry, University of Alberta, Edmonton, Alberta, Canada;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038409870', 'display_name': 'Peter Jüni', 'orcid': 'https://orcid.org/0000-0002-5985-0670'}, 'institutions': [{'id': 'https://openalex.org/I1297363086', 'display_name': "St. Michael's Hospital", 'ror': 'https://ror.org/04skqfp25', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1297363086']}, {'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Peter Jüni', 'raw_affiliation_string': 'Applied Health Research Centre, Li Ka Shing Knowledge Institute, St Michael’s Hospital, Department of Medicine and Institute of Health Policy, Management and Evaluation, University of Toronto, Toronto, Ontario, Canada', 'raw_affiliation_strings': ['Applied Health Research Centre, Li Ka Shing Knowledge Institute, St Michael’s Hospital, Department of Medicine and Institute of Health Policy, Management and Evaluation, University of Toronto, Toronto, Ontario, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066377848', 'display_name': 'Jamie J Kirkham', 'orcid': 'https://orcid.org/0000-0003-2579-9325'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jamie J. Kirkham', 'raw_affiliation_string': 'Centre for Biostatistics University of Manchester Manchester UK', 'raw_affiliation_strings': ['Centre for Biostatistics University of Manchester Manchester UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064914332', 'display_name': 'Toby J Lasserson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I72054575', 'display_name': 'Cochrane', 'ror': 'https://ror.org/00dbkrq51', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I72054575']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Toby Lasserson', 'raw_affiliation_string': 'Editorial & Methods Department, Cochrane Central Executive, London, UK.', 'raw_affiliation_strings': ['Editorial & Methods Department, Cochrane Central Executive, London, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072760500', 'display_name': 'Tianjing Li', 'orcid': 'https://orcid.org/0000-0002-3192-9838'}, 'institutions': [{'id': 'https://openalex.org/I1299907687', 'display_name': 'Bloomberg (United States)', 'ror': 'https://ror.org/02rdpzb15', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1299907687']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tianjing Li', 'raw_affiliation_string': 'Department of Epidemiology, Johns Hopkins Bloomberg School of Public Health Baltimore, Maryland, USA', 'raw_affiliation_strings': ['Department of Epidemiology, Johns Hopkins Bloomberg School of Public Health Baltimore, Maryland, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041376769', 'display_name': 'Alexandra McAleenan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Alexandra McAleenan', 'raw_affiliation_string': 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol, BS8 2BN, UK', 'raw_affiliation_strings': ['Population Health Sciences, Bristol Medical School, University of Bristol, Bristol, BS8 2BN, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008059536', 'display_name': 'Barnaby C Reeves', 'orcid': 'https://orcid.org/0000-0002-5101-9487'}, 'institutions': [{'id': 'https://openalex.org/I4210119147', 'display_name': 'NIHR Bristol Biomedical Research Centre', 'ror': 'https://ror.org/02mtt1z51', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I2800789647', 'https://openalex.org/I34931013', 'https://openalex.org/I36234482', 'https://openalex.org/I4210119147']}, {'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Barnaby C. Reeves', 'raw_affiliation_string': 'NIHR Bristol Biomedical Research Centre, Bristol, UK; Translational Health Sciences, Bristol Medical School, University of Bristol, Bristol, UK', 'raw_affiliation_strings': ['NIHR Bristol Biomedical Research Centre, Bristol, UK', 'Translational Health Sciences, Bristol Medical School, University of Bristol, Bristol, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057600712', 'display_name': 'Sasha Shepperd', 'orcid': 'https://orcid.org/0000-0001-6384-8322'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sasha Shepperd', 'raw_affiliation_string': 'Nuffield Department of Population Health, University of Oxford, Oxford, UK.', 'raw_affiliation_strings': ['Nuffield Department of Population Health, University of Oxford, Oxford, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034465718', 'display_name': 'Ian Shrier', 'orcid': 'https://orcid.org/0000-0001-9914-3498'}, 'institutions': [{'id': 'https://openalex.org/I2801824472', 'display_name': 'Jewish General Hospital', 'ror': 'https://ror.org/056jjra10', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801824472']}, {'id': 'https://openalex.org/I5023651', 'display_name': 'McGill University', 'ror': 'https://ror.org/01pxwe438', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I5023651']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Ian Shrier', 'raw_affiliation_string': 'Centre for Clinical Epidemiology, Lady Davis Institute, Jewish General Hospital; McGill University, Montreal, Quebec, Canada', 'raw_affiliation_strings': ['Centre for Clinical Epidemiology, Lady Davis Institute, Jewish General Hospital; McGill University, Montreal, Quebec, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002352321', 'display_name': 'Lesley Stewart', 'orcid': 'https://orcid.org/0000-0003-0287-4724'}, 'institutions': [{'id': 'https://openalex.org/I4210088647', 'display_name': 'Kleijnen Systematic Reviews (United Kingdom)', 'ror': 'https://ror.org/004g82f36', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I4210088647']}, {'id': 'https://openalex.org/I52099693', 'display_name': 'University of York', 'ror': 'https://ror.org/04m01e293', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I52099693']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Lesley A. Stewart', 'raw_affiliation_string': 'Centre for Reviews and Dissemination, University of York, York, UK.', 'raw_affiliation_strings': ['Centre for Reviews and Dissemination, University of York, York, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022945304', 'display_name': 'Kate Tilling', 'orcid': 'https://orcid.org/0000-0002-1010-8926'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}, {'id': 'https://openalex.org/I4210119147', 'display_name': 'NIHR Bristol Biomedical Research Centre', 'ror': 'https://ror.org/02mtt1z51', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I2800789647', 'https://openalex.org/I34931013', 'https://openalex.org/I36234482', 'https://openalex.org/I4210119147']}, {'id': 'https://openalex.org/I4210158597', 'display_name': 'MRC Epidemiology Unit', 'ror': 'https://ror.org/052578691', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I241749', 'https://openalex.org/I4210158597', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Kate Tilling', 'raw_affiliation_string': 'MRC Integrative Epidemiology Unit, University of Bristol, Bristol, UK; NIHR Bristol Biomedical Research Centre, Bristol, UK; Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK', 'raw_affiliation_strings': ['MRC Integrative Epidemiology Unit, University of Bristol, Bristol, UK', 'NIHR Bristol Biomedical Research Centre, Bristol, UK', 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058039205', 'display_name': 'Ian R. White', 'orcid': 'https://orcid.org/0000-0002-6718-7661'}, 'institutions': [{'id': 'https://openalex.org/I4210091428', 'display_name': 'MRC Clinical Trials Unit', 'ror': 'https://ror.org/001mm6w73', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I115076166', 'https://openalex.org/I149460656', 'https://openalex.org/I183623424', 'https://openalex.org/I4210091428', 'https://openalex.org/I45129253', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Ian R. White', 'raw_affiliation_string': 'MRC Clinical Trials Unit University College London London, UK', 'raw_affiliation_strings': ['MRC Clinical Trials Unit University College London London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077388783', 'display_name': 'Penny Whiting', 'orcid': 'https://orcid.org/0000-0003-1138-5682'}, 'institutions': [{'id': 'https://openalex.org/I2800789647', 'display_name': 'University Hospitals Bristol NHS Foundation Trust', 'ror': 'https://ror.org/04nm1cv11', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800789647']}, {'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Penny F. Whiting', 'raw_affiliation_string': 'NIHR CLAHRC West, University Hospitals Bristol NHS Foundation Trust, Bristol, UK; Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK.', 'raw_affiliation_strings': ['NIHR CLAHRC West, University Hospitals Bristol NHS Foundation Trust, Bristol, UK', 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5031195893', 'display_name': 'Julian P T Higgins', 'orcid': 'https://orcid.org/0000-0002-8323-2514'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}, {'id': 'https://openalex.org/I4210119147', 'display_name': 'NIHR Bristol Biomedical Research Centre', 'ror': 'https://ror.org/02mtt1z51', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I2800789647', 'https://openalex.org/I34931013', 'https://openalex.org/I36234482', 'https://openalex.org/I4210119147']}, {'id': 'https://openalex.org/I2800789647', 'display_name': 'University Hospitals Bristol NHS Foundation Trust', 'ror': 'https://ror.org/04nm1cv11', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800789647']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Julian P.T. Higgins', 'raw_affiliation_string': 'NIHR Bristol Biomedical Research Centre, Bristol, UK; NIHR CLAHRC West, University Hospitals Bristol NHS Foundation Trust, Bristol, UK; Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK', 'raw_affiliation_strings': ['NIHR Bristol Biomedical Research Centre, Bristol, UK', 'NIHR CLAHRC West, University Hospitals Bristol NHS Foundation Trust, Bristol, UK', 'Population Health Sciences, Bristol Medical School, University of Bristol, Bristol BS8 2BN, UK']}], 'countries_distinct_count': 6, 'institutions_distinct_count': 27, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 8870, 'biblio': {'volume': None, 'issue': None, 'first_page': 'l4898', 'last_page': 'l4898'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C189708586', 'wikidata': 'https://www.wikidata.org/wiki/Q1504425', 'display_name': 'Systematic review', 'level': 3, 'score': 0.52219623}, {'id': 'https://openalex.org/C168563851', 'wikidata': 'https://www.wikidata.org/wiki/Q1436668', 'display_name': 'Randomized controlled trial', 'level': 2, 'score': 0.48506728}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.4736382}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.44053155}, {'id': 'https://openalex.org/C19527891', 'wikidata': 'https://www.wikidata.org/wiki/Q1120908', 'display_name': 'Medical physics', 'level': 1, 'score': 0.3850411}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.38094515}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.14304537}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 14, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1136/bmj.l4898', 'pdf_url': 'https://www.bmj.com/content/bmj/366/bmj.l4898.full.pdf', 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.research.manchester.ac.uk/portal/en/publications/rob-2-a-revised-tool-for-assessing-risk-of-bias-in-randomised-trials(5076d150-0b40-4b33-aa9a-06df9efc2fea).html', 'pdf_url': 'https://pure.manchester.ac.uk/ws/files/126244835/bmj.l4898.full.pdf', 'source': {'id': 'https://openalex.org/S4306400662', 'display_name': 'Research Explorer (The University of Manchester)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I28407311', 'host_organization_name': 'University of Manchester', 'host_organization_lineage': ['https://openalex.org/I28407311'], 'host_organization_lineage_names': ['University of Manchester'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://researchonline.lshtm.ac.uk/id/eprint/4654432/1/Sterne_etal_2019_RoB_2.pdf', 'pdf_url': 'https://researchonline.lshtm.ac.uk/id/eprint/4654432/1/Sterne_etal_2019_RoB_2.pdf', 'source': {'id': 'https://openalex.org/S4377196261', 'display_name': 'LSHTM Research Online\n (London School of Hygiene & Tropical Medicine)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4210089966', 'host_organization_name': 'London School of Hygiene & Tropical Medicine', 'host_organization_lineage': ['https://openalex.org/I4210089966'], 'host_organization_lineage_names': ['London School of Hygiene & Tropical Medicine'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://eprints.whiterose.ac.uk/150579/1/bmj.l4898.full.pdf', 'pdf_url': 'https://eprints.whiterose.ac.uk/150579/1/bmj.l4898.full.pdf', 'source': {'id': 'https://openalex.org/S4306400854', 'display_name': 'White Rose Research Online (University of Leeds, The University of Sheffield, University of York)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2800616092', 'host_organization_name': 'White Rose University Consortium', 'host_organization_lineage': ['https://openalex.org/I2800616092'], 'host_organization_lineage_names': ['White Rose University Consortium'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://openaccess.sgul.ac.uk/111142/6/RoB%202%20BMJ%20paper%20accepted%20manuscript.docx', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400552', 'display_name': "St George's Online Research Archive (St George's University of London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165862685', 'host_organization_name': "St George's, University of London", 'host_organization_lineage': ['https://openalex.org/I165862685'], 'host_organization_lineage_names': ["St George's, University of London"], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://escholarship.mcgill.ca/concern/articles/cf95jg69g', 'pdf_url': 'http://escholarship.mcgill.ca/downloads/9p290f943', 'source': {'id': 'https://openalex.org/S4306401568', 'display_name': 'eScholarship@McGill (McGill)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I5023651', 'host_organization_name': 'McGill University', 'host_organization_lineage': ['https://openalex.org/I5023651'], 'host_organization_lineage_names': ['McGill University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://portal.findresearcher.sdu.dk/da/publications/87988d1e-8c4a-4e4f-b195-3adbcf90ce5d', 'pdf_url': 'https://findresearcher.sdu.dk/ws/files/153995356/RoB_2_A_revised_tool_for_assessing_risk_of_bias_in_randomised_trials.pdf', 'source': {'id': 'https://openalex.org/S4306400424', 'display_name': 'University of Southern Denmark Research Portal (University of Southern Denmark)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177969490', 'host_organization_name': 'University of Southern Denmark', 'host_organization_lineage': ['https://openalex.org/I177969490'], 'host_organization_lineage_names': ['University of Southern Denmark'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://discovery.ucl.ac.uk/id/eprint/10084686/3/White%20RoB2.pdf', 'pdf_url': 'https://discovery.ucl.ac.uk/id/eprint/10084686/3/White%20RoB2.pdf', 'source': {'id': 'https://openalex.org/S4306400024', 'display_name': 'UCL Discovery (University College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253'], 'host_organization_lineage_names': ['University College London'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://ora.ox.ac.uk/objects/uuid:07232d35-5114-422f-a2d7-ad624b633af7', 'pdf_url': 'https://ora.ox.ac.uk/objects/uuid:07232d35-5114-422f-a2d7-ad624b633af7/files/m744638088f228f63555ee22729746532', 'source': {'id': 'https://openalex.org/S4306402636', 'display_name': 'Oxford University Research Archive (ORA) (University of Oxford)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I40120149', 'host_organization_name': 'University of Oxford', 'host_organization_lineage': ['https://openalex.org/I40120149'], 'host_organization_lineage_names': ['University of Oxford'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://research-information.bris.ac.uk/en/publications/9d6c8b02-8c54-437e-929f-f27b0d4f655b', 'pdf_url': 'https://research-information.bris.ac.uk/files/208988877/bmj.l4898.full.pdf', 'source': {'id': 'https://openalex.org/S4306400895', 'display_name': 'Bristol Research (University of Bristol)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I36234482', 'host_organization_name': 'University of Bristol', 'host_organization_lineage': ['https://openalex.org/I36234482'], 'host_organization_lineage_names': ['University of Bristol'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://research-information.bris.ac.uk/ws/files/208988877/bmj.l4898.full.pdf', 'pdf_url': 'https://research-information.bris.ac.uk/ws/files/208988877/bmj.l4898.full.pdf', 'source': {'id': 'https://openalex.org/S4306400895', 'display_name': 'Bristol Research (University of Bristol)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I36234482', 'host_organization_name': 'University of Bristol', 'host_organization_lineage': ['https://openalex.org/I36234482'], 'host_organization_lineage_names': ['University of Bristol'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://discovery.ucl.ac.uk/id/eprint/10084686/', 'pdf_url': 'https://discovery.ucl.ac.uk/10084686/3/White%20RoB2.pdf', 'source': {'id': 'https://openalex.org/S4306400024', 'display_name': 'UCL Discovery (University College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I45129253', 'host_organization_name': 'University College London', 'host_organization_lineage': ['https://openalex.org/I45129253'], 'host_organization_lineage_names': ['University College London'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://pure.manchester.ac.uk/ws/files/122793941/stej049848.1vc_JPTH_JACS.docx', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400662', 'display_name': 'Research Explorer (The University of Manchester)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I28407311', 'host_organization_name': 'University of Manchester', 'host_organization_lineage': ['https://openalex.org/I28407311'], 'host_organization_lineage_names': ['University of Manchester'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://qmro.qmul.ac.uk/xmlui/handle/123456789/63301', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400530', 'display_name': 'Queen Mary Research Online (Queen Mary University of London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I166337079', 'host_organization_name': 'Queen Mary University of London', 'host_organization_lineage': ['https://openalex.org/I166337079'], 'host_organization_lineage_names': ['Queen Mary University of London'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1136/bmj.l4898', 'pdf_url': 'https://www.bmj.com/content/bmj/366/bmj.l4898.full.pdf', 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.11}], 'grants': [], 'referenced_works_count': 20, 'referenced_works': ['https://openalex.org/W1994466426', 'https://openalex.org/W2000522086', 'https://openalex.org/W2008428231', 'https://openalex.org/W2098060885', 'https://openalex.org/W2098923148', 'https://openalex.org/W2102228952', 'https://openalex.org/W2104675861', 'https://openalex.org/W2107638293', 'https://openalex.org/W2121498030', 'https://openalex.org/W2136833093', 'https://openalex.org/W2165010366', 'https://openalex.org/W2295342558', 'https://openalex.org/W2336975416', 'https://openalex.org/W2346262725', 'https://openalex.org/W2461177968', 'https://openalex.org/W2464523176', 'https://openalex.org/W2531269403', 'https://openalex.org/W2541050038', 'https://openalex.org/W2623257747', 'https://openalex.org/W2764336450'], 'related_works': ['https://openalex.org/W1996551696', 'https://openalex.org/W2110595041', 'https://openalex.org/W2135245538', 'https://openalex.org/W2148835532', 'https://openalex.org/W2170815860', 'https://openalex.org/W2181724637', 'https://openalex.org/W2338076166', 'https://openalex.org/W2904208818', 'https://openalex.org/W3047864377', 'https://openalex.org/W4285503101'], 'ngrams_url': 'https://api.openalex.org/works/W2970684805/ngrams', 'abstract_inverted_index': {'Assessment': [0], 'of': [1, 3, 11, 18, 58], 'risk': [2], 'bias': [4, 45], 'is': [5, 29], 'regarded': [6], 'as': [7], 'an': [8, 19], 'essential': [9], 'component': [10], 'a': [12], 'systematic': [13], 'review': [14], 'on': [15, 55], 'the': [16, 30, 36, 59], 'effects': [17], 'intervention.': [20], 'The': [21], 'most': [22], 'commonly': [23], 'used': [24], 'tool': [25, 37], 'for': [26], 'randomised': [27, 48], 'trials': [28], 'Cochrane': [31], 'risk-of-bias': [32], 'tool.': [33, 61], 'We': [34], 'updated': [35], 'to': [38, 40, 51], 'respond': [39], 'developments': [41], 'in': [42, 47], 'understanding': [43], 'how': [44], 'arises': [46], 'trials,': [49], 'and': [50, 56], 'address': [52], 'user': [53], 'feedback': [54], 'limitations': [57], 'original': [60]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2970684805', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2851}, {'year': 2022, 'cited_by_count': 3164}, {'year': 2021, 'cited_by_count': 2058}, {'year': 2020, 'cited_by_count': 785}, {'year': 2019, 'cited_by_count': 46}, {'year': 2018, 'cited_by_count': 1}], 'updated_date': '2023-09-29T21:43:54.461665', 'created_date': '2019-09-05'}, {'id': 'https://openalex.org/W2102902846', 'doi': 'https://doi.org/10.1093/ageing/afq034', 'title': 'Sarcopenia: European consensus on definition and diagnosis', 'display_name': 'Sarcopenia: European consensus on definition and diagnosis', 'publication_year': 2010, 'publication_date': '2010-04-13', 'ids': {'openalex': 'https://openalex.org/W2102902846', 'doi': 'https://doi.org/10.1093/ageing/afq034', 'mag': '2102902846', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/20392703', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2886201'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/ageing/afq034', 'pdf_url': 'https://academic.oup.com/ageing/article-pdf/39/4/412/49273228/ageing_39_4_412.pdf', 'source': {'id': 'https://openalex.org/S31768639', 'display_name': 'Age and Ageing', 'issn_l': '0002-0729', 'issn': ['1468-2834', '0002-0729'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://academic.oup.com/ageing/article-pdf/39/4/412/49273228/ageing_39_4_412.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5010987800', 'display_name': 'Alfonso J. Cruz-Jentoft', 'orcid': 'https://orcid.org/0000-0001-7628-4861'}, 'institutions': [{'id': 'https://openalex.org/I4210161852', 'display_name': 'Hospital Universitario Ramón y Cajal', 'ror': 'https://ror.org/050eq1942', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210139293', 'https://openalex.org/I4210161852']}], 'countries': ['ES'], 'is_corresponding': True, 'raw_author_name': 'Alfonso J. Cruz-Jentoft', 'raw_affiliation_string': 'Hospital Universitario Ramón y Cajal 1 \xa0 Servicio de Geriatría , , Madrid , Spain', 'raw_affiliation_strings': ['Hospital Universitario Ramón y Cajal 1 \xa0 Servicio de Geriatría , , Madrid , Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012534674', 'display_name': 'Jean-Pierre Baeyens', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210131339', 'display_name': 'Damiaan Dicht bij het leven', 'ror': 'https://ror.org/03w1sg385', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210131339']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Jean-Pierre Baeyens', 'raw_affiliation_string': 'AZ Damiaan Hospital 2 \xa0 , Oostende , Belgium', 'raw_affiliation_strings': ['AZ Damiaan Hospital 2 \xa0 , Oostende , Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043675557', 'display_name': 'Jürgen Bauer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I181369854', 'display_name': 'University of Erlangen-Nuremberg', 'ror': 'https://ror.org/00f7hpc57', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I181369854']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jürgen M Bauer', 'raw_affiliation_string': 'University of Erlangen-Nürnberg 3 \xa0 Department of Geriatric Medicine , , Nürnberg , Germany', 'raw_affiliation_strings': ['University of Erlangen-Nürnberg 3 \xa0 Department of Geriatric Medicine , , Nürnberg , Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090403305', 'display_name': 'Yves Boirie\u200c', 'orcid': 'https://orcid.org/0000-0002-3999-1599'}, 'institutions': [{'id': 'https://openalex.org/I4210143836', 'display_name': 'Clermont Université', 'ror': 'https://ror.org/03yf5zr20', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210143836']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Yves Boirie', 'raw_affiliation_string': 'Clermont Université 4 \xa0 , UFR Médecine, UMR 1019, F-63001 Clermont-Ferrand , France', 'raw_affiliation_strings': ['Clermont Université 4 \xa0 , UFR Médecine, UMR 1019, F-63001 Clermont-Ferrand , France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015568148', 'display_name': 'Tommy Cederholm', 'orcid': 'https://orcid.org/0000-0003-3705-0725'}, 'institutions': [{'id': 'https://openalex.org/I1342360035', 'display_name': 'Uppsala University Hospital', 'ror': 'https://ror.org/01apvbh93', 'country_code': 'SE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1342360035']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Tommy Cederholm', 'raw_affiliation_string': 'Uppsala Universitet 5 \xa0 Institutionen för Folkhälso- och Vårdvetenskap/Klinisk Nutrition och Metabolism , , Uppsala , Sweden', 'raw_affiliation_strings': ['Uppsala Universitet 5 \xa0 Institutionen för Folkhälso- och Vårdvetenskap/Klinisk Nutrition och Metabolism , , Uppsala , Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031316687', 'display_name': 'Francesco Landi', 'orcid': 'https://orcid.org/0000-0002-3472-1389'}, 'institutions': [{'id': 'https://openalex.org/I103320735', 'display_name': 'Università Cattolica del Sacro Cuore', 'ror': 'https://ror.org/03h7r5v07', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I103320735']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Francesco Landi', 'raw_affiliation_string': 'Università Cattolica del Sacro Cuore 6 \xa0 Istituto di Medicina Interna e Geriatria , , Roma , Italy', 'raw_affiliation_strings': ['Università Cattolica del Sacro Cuore 6 \xa0 Istituto di Medicina Interna e Geriatria , , Roma , Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012336098', 'display_name': 'Finbarr C. Martin', 'orcid': 'https://orcid.org/0000-0002-6911-3498'}, 'institutions': [{'id': 'https://openalex.org/I200166805', 'display_name': "Guy's and St Thomas' NHS Foundation Trust", 'ror': 'https://ror.org/00j161312', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I200166805']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Finbarr C Martin', 'raw_affiliation_string': "Guys and St Thomas' NHS Foundation Trust 7 \xa0 Department of Ageing and Health , , London , UK", 'raw_affiliation_strings': ["Guys and St Thomas' NHS Foundation Trust 7 \xa0 Department of Ageing and Health , , London , UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017995901', 'display_name': 'Jean‐Pierre Michel', 'orcid': 'https://orcid.org/0000-0003-0718-4394'}, 'institutions': [{'id': 'https://openalex.org/I4210094149', 'display_name': 'Hôpital Beau-Séjour', 'ror': 'https://ror.org/00ntwgk39', 'country_code': 'CH', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210094149']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Jean-Pierre Michel', 'raw_affiliation_string': 'Hôpitaux Universitaires de Genève 8 \xa0 Département de Réhabilitation et Gériatrie , , Geneva , Switzerland', 'raw_affiliation_strings': ['Hôpitaux Universitaires de Genève 8 \xa0 Département de Réhabilitation et Gériatrie , , Geneva , Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072667634', 'display_name': 'Yves Rolland', 'orcid': 'https://orcid.org/0000-0002-1157-0215'}, 'institutions': [{'id': 'https://openalex.org/I4210166011', 'display_name': 'Hôpital de La Grave', 'ror': 'https://ror.org/05x8jna23', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3019448017', 'https://openalex.org/I4210166011']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Yves Rolland', 'raw_affiliation_string': 'Hospital La Grave-Casselardit 9 \xa0 Gérontopôle de Toulouse , , Toulouse , France', 'raw_affiliation_strings': ['Hospital La Grave-Casselardit 9 \xa0 Gérontopôle de Toulouse , , Toulouse , France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010915406', 'display_name': 'S. Schneider', 'orcid': 'https://orcid.org/0000-0001-6256-8169'}, 'institutions': [{'id': 'https://openalex.org/I201841394', 'display_name': "Université Côte d'Azur", 'ror': 'https://ror.org/019tgvf94', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I201841394']}, {'id': 'https://openalex.org/I3018988418', 'display_name': 'Centre Hospitalier Universitaire de Nice', 'ror': 'https://ror.org/05qsjq305', 'country_code': 'FR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I201841394', 'https://openalex.org/I3018988418']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Stéphane M Schneider', 'raw_affiliation_string': 'Université de Nice Sophia-Antipolis 10 \xa0 Gastroentérologie et Nutrition Clinique, CHU de Nice , , Nice , France', 'raw_affiliation_strings': ['Université de Nice Sophia-Antipolis 10 \xa0 Gastroentérologie et Nutrition Clinique, CHU de Nice , , Nice , France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001426580', 'display_name': 'Eva Topinková', 'orcid': 'https://orcid.org/0000-0002-6786-4116'}, 'institutions': [{'id': 'https://openalex.org/I21250087', 'display_name': 'Charles University', 'ror': 'https://ror.org/024d6js02', 'country_code': 'CZ', 'type': 'education', 'lineage': ['https://openalex.org/I21250087']}], 'countries': ['CZ'], 'is_corresponding': False, 'raw_author_name': 'Eva Topinkova', 'raw_affiliation_string': 'Univerzita Karlova v Praze 11 \xa0 Geriatrická Klinika 1 Lékařská Fakulta , , Prague , Czech Republic', 'raw_affiliation_strings': ['Univerzita Karlova v Praze 11 \xa0 Geriatrická Klinika 1 Lékařská Fakulta , , Prague , Czech Republic']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071239968', 'display_name': 'M. Vandewoude', 'orcid': 'https://orcid.org/0009-0006-9095-487X'}, 'institutions': [{'id': 'https://openalex.org/I4210150429', 'display_name': 'Ziekenhuisnetwerk Antwerpen Stuivenberg', 'ror': 'https://ror.org/05dpzfc16', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210150429']}, {'id': 'https://openalex.org/I149213910', 'display_name': 'University of Antwerp', 'ror': 'https://ror.org/008x57b05', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I149213910']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Maurits Vandewoude', 'raw_affiliation_string': 'University of Antwerp 12 \xa0 Department of Geriatrics , , Ziekenhuisnetwerk Antwerpen (ZNA), Antwerp , Belgium', 'raw_affiliation_strings': ['University of Antwerp 12 \xa0 Department of Geriatrics , , Ziekenhuisnetwerk Antwerpen (ZNA), Antwerp , Belgium']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5073751203', 'display_name': 'Mauro Zamboni', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I119439378', 'display_name': 'University of Verona', 'ror': 'https://ror.org/039bp8j42', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I119439378']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Mauro Musa Zamboni', 'raw_affiliation_string': 'University of Verona 13 \xa0 Department of Biomedical and Surgical Sciences, Division of Geriatrics , , Verona , Italy', 'raw_affiliation_strings': ['University of Verona 13 \xa0 Department of Biomedical and Surgical Sciences, Division of Geriatrics , , Verona , Italy']}], 'countries_distinct_count': 9, 'institutions_distinct_count': 15, 'corresponding_author_ids': ['https://openalex.org/A5010987800'], 'corresponding_institution_ids': ['https://openalex.org/I4210161852'], 'apc_list': {'value': 2474, 'currency': 'GBP', 'value_usd': 3034, 'provenance': 'doaj'}, 'apc_paid': {'value': 2474, 'currency': 'GBP', 'value_usd': 3034, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 8784, 'biblio': {'volume': '39', 'issue': '4', 'first_page': '412', 'last_page': '423'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776214593', 'wikidata': 'https://www.wikidata.org/wiki/Q1787939', 'display_name': 'Sarcopenia', 'level': 2, 'score': 0.9909791}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.8276777}, {'id': 'https://openalex.org/C54183767', 'wikidata': 'https://www.wikidata.org/wiki/Q10384', 'display_name': 'Geriatrics', 'level': 2, 'score': 0.66056526}, {'id': 'https://openalex.org/C74909509', 'wikidata': 'https://www.wikidata.org/wiki/Q10387', 'display_name': 'Gerontology', 'level': 1, 'score': 0.59893703}, {'id': 'https://openalex.org/C2777328239', 'wikidata': 'https://www.wikidata.org/wiki/Q7423605', 'display_name': 'Sarcopenic obesity', 'level': 3, 'score': 0.5589297}, {'id': 'https://openalex.org/C2777433710', 'wikidata': 'https://www.wikidata.org/wiki/Q5609571', 'display_name': 'Grip strength', 'level': 2, 'score': 0.5313466}, {'id': 'https://openalex.org/C2992343062', 'wikidata': 'https://www.wikidata.org/wiki/Q1048687', 'display_name': 'Muscle mass', 'level': 2, 'score': 0.47265044}, {'id': 'https://openalex.org/C99508421', 'wikidata': 'https://www.wikidata.org/wiki/Q2678675', 'display_name': 'Physical medicine and rehabilitation', 'level': 1, 'score': 0.33401918}, {'id': 'https://openalex.org/C1862650', 'wikidata': 'https://www.wikidata.org/wiki/Q186005', 'display_name': 'Physical therapy', 'level': 1, 'score': 0.3225808}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.12929425}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 0.091946006}], 'mesh': [{'descriptor_ui': 'D000375', 'descriptor_name': 'Aging', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D053580', 'descriptor_name': 'Muscle Strength', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018482', 'descriptor_name': 'Muscle, Skeletal', 'qualifier_ui': 'Q000503', 'qualifier_name': 'physiopathology', 'is_major_topic': True}, {'descriptor_ui': 'D055948', 'descriptor_name': 'Sarcopenia', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002100', 'descriptor_name': 'Cachexia', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D002100', 'descriptor_name': 'Cachexia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016330', 'descriptor_name': 'Frail Elderly', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015577', 'descriptor_name': 'Geriatric Assessment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018482', 'descriptor_name': 'Muscle, Skeletal', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009765', 'descriptor_name': 'Obesity', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': False}, {'descriptor_ui': 'D009765', 'descriptor_name': 'Obesity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055948', 'descriptor_name': 'Sarcopenia', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': False}, {'descriptor_ui': 'D055948', 'descriptor_name': 'Sarcopenia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/ageing/afq034', 'pdf_url': 'https://academic.oup.com/ageing/article-pdf/39/4/412/49273228/ageing_39_4_412.pdf', 'source': {'id': 'https://openalex.org/S31768639', 'display_name': 'Age and Ageing', 'issn_l': '0002-0729', 'issn': ['1468-2834', '0002-0729'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2886201', 'pdf_url': 'https://europepmc.org/articles/pmc2886201?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2886201', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/20392703', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/ageing/afq034', 'pdf_url': 'https://academic.oup.com/ageing/article-pdf/39/4/412/49273228/ageing_39_4_412.pdf', 'source': {'id': 'https://openalex.org/S31768639', 'display_name': 'Age and Ageing', 'issn_l': '0002-0729', 'issn': ['1468-2834', '0002-0729'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.34}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.13}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.1}], 'grants': [], 'referenced_works_count': 69, 'referenced_works': ['https://openalex.org/W8255645', 'https://openalex.org/W50715829', 'https://openalex.org/W1482694899', 'https://openalex.org/W1500093205', 'https://openalex.org/W1750611917', 'https://openalex.org/W1788933443', 'https://openalex.org/W1838536912', 'https://openalex.org/W1874819978', 'https://openalex.org/W1899315221', 'https://openalex.org/W1938427760', 'https://openalex.org/W1969233489', 'https://openalex.org/W1975566701', 'https://openalex.org/W1989316964', 'https://openalex.org/W1994876744', 'https://openalex.org/W2000192253', 'https://openalex.org/W2001480032', 'https://openalex.org/W2003064100', 'https://openalex.org/W2013331409', 'https://openalex.org/W2028873090', 'https://openalex.org/W2030387339', 'https://openalex.org/W2030594499', 'https://openalex.org/W2031400976', 'https://openalex.org/W2031524789', 'https://openalex.org/W2035181707', 'https://openalex.org/W2036050407', 'https://openalex.org/W2037679079', 'https://openalex.org/W2041107146', 'https://openalex.org/W2041793073', 'https://openalex.org/W2055597226', 'https://openalex.org/W2060651800', 'https://openalex.org/W2062368765', 'https://openalex.org/W2063690006', 'https://openalex.org/W2064734305', 'https://openalex.org/W2073862763', 'https://openalex.org/W2077283986', 'https://openalex.org/W2085730915', 'https://openalex.org/W2086297719', 'https://openalex.org/W2092715933', 'https://openalex.org/W2096657471', 'https://openalex.org/W2097772356', 'https://openalex.org/W2104357394', 'https://openalex.org/W2104750100', 'https://openalex.org/W2104958726', 'https://openalex.org/W2110957605', 'https://openalex.org/W2112417741', 'https://openalex.org/W2115150337', 'https://openalex.org/W2117108746', 'https://openalex.org/W2119958965', 'https://openalex.org/W2120032954', 'https://openalex.org/W2127424726', 'https://openalex.org/W2127835340', 'https://openalex.org/W2137687978', 'https://openalex.org/W2138923746', 'https://openalex.org/W2144139273', 'https://openalex.org/W2144341012', 'https://openalex.org/W2145386738', 'https://openalex.org/W2151606589', 'https://openalex.org/W2151857895', 'https://openalex.org/W2152958621', 'https://openalex.org/W2157300817', 'https://openalex.org/W2164059021', 'https://openalex.org/W2164782004', 'https://openalex.org/W2166016360', 'https://openalex.org/W2166435776', 'https://openalex.org/W2414025904', 'https://openalex.org/W2622205469', 'https://openalex.org/W2766032112', 'https://openalex.org/W4240654071', 'https://openalex.org/W4252099518'], 'related_works': ['https://openalex.org/W1979831555', 'https://openalex.org/W2102902846', 'https://openalex.org/W2120148559', 'https://openalex.org/W2186483550', 'https://openalex.org/W2190547810', 'https://openalex.org/W2485605729', 'https://openalex.org/W2806859832', 'https://openalex.org/W2995769618', 'https://openalex.org/W3101172389', 'https://openalex.org/W3214929666'], 'ngrams_url': 'https://api.openalex.org/works/W2102902846/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'The': [1, 69], 'European': [2, 32, 37], 'Working': [3], 'Group': [4], 'on': [5, 208], 'Sarcopenia': [6], 'in': [7, 65, 204, 241], 'Older': [8], 'People': [9], '(EWGSOP)': [10], 'developed': [11], 'a': [12, 161, 220], 'practical': [13], 'clinical': [14], 'definition': [15, 234], 'and': [16, 42, 49, 52, 58, 72, 100, 104, 118, 156, 180, 195, 215, 218, 225, 239, 259, 262], 'consensus': [17], 'diagnostic': [18], 'criteria': [19], 'for': [20, 39, 200, 229], 'age-related': [21], 'sarcopenia.': [22], 'EWGSOP': [23, 126, 143, 159], 'included': [24, 240], 'representatives': [25], 'from': [26], 'four': [27], 'participant': [28], 'organisations,': [29], 'i.e.': [30], 'the': [31, 36, 44, 53, 63, 66, 74, 78, 122, 129, 172, 242, 248, 254], 'Geriatric': [33], 'Medicine': [34], 'Society,': [35], 'Society': [38], 'Clinical': [40], 'Nutrition': [41, 57], 'Metabolism,': [43], 'International': [45, 54], 'Association': [46, 55], 'of': [47, 56, 124, 131, 164, 175, 210, 222, 235, 244, 257], 'Gerontology': [48], 'Geriatrics—European': [50], 'Region': [51], 'Aging.': [59], 'These': [60], 'organisations': [61], 'endorsed': [62], 'findings': [64], 'final': [67], 'document.': [68], 'group': [70], 'met': [71], 'addressed': [73], 'following': [75], 'questions,': [76], 'using': [77, 128], 'medical': [79], 'literature': [80], 'to': [81, 115, 148, 170, 252, 260], 'build': [82], 'evidence-based': [83], 'answers:': [84], '(i)': [85], 'What': [86, 90, 95], 'is': [87, 237], 'sarcopenia?': [88, 93], '(ii)': [89], 'parameters': [91], 'define': [92, 150, 253, 263], '(iii)': [94], 'variables': [96, 174], 'reflect': [97], 'these': [98, 146], 'parameters,': [99], 'what': [101], 'measurement': [102], 'tools': [103, 165], 'cut-off': [105, 191], 'points': [106, 192], 'can': [107, 167], 'be': [108, 168], 'used?': [109], '(iv)': [110], 'How': [111], 'does': [112], 'sarcopenia': [113, 190, 201, 236, 258], 'relate': [114], 'cachexia,': [116], 'frailty': [117], 'sarcopenic': [119], 'obesity?': [120], 'For': [121], 'diagnosis': [123], 'sarcopenia,': [125], 'recommends': [127], 'presence': [130], 'both': [132], 'low': [133, 137], 'muscle': [134, 138, 176, 178, 216], 'mass': [135], '+': [136], 'function': [139], '(strength': [140], 'or': [141], 'performance).': [142], 'variously': [144], 'applies': [145], 'characteristics': [147], 'further': [149], 'conceptual': [151], 'stages': [152], 'as': [153], '‘presarcopenia’,': [154], '‘sarcopenia’': [155], '‘severe': [157], 'sarcopenia’.': [158], 'reviewed': [160], 'wide': [162], 'range': [163], 'that': [166], 'used': [169], 'measure': [171], 'specific': [173], 'mass,': [177], 'strength': [179, 214], 'physical': [181], 'performance.': [182], 'Our': [183], 'paper': [184], 'summarises': [185], 'currently': [186], 'available': [187], 'data': [188], 'defining': [189], 'by': [193], 'age': [194], 'gender;': [196], 'suggests': [197], 'an': [198, 232], 'algorithm': [199], 'case': [202], 'finding': [203], 'older': [205], 'individuals': [206], 'based': [207], 'measurements': [209], 'gait': [211], 'speed,': [212], 'grip': [213], 'mass;': [217], 'presents': [219], 'list': [221], 'suggested': [223], 'primary': [224], 'secondary': [226], 'outcome': [227], 'domains': [228], 'research.': [230], 'Once': [231], 'operational': [233], 'adopted': [238], 'mainstream': [243], 'comprehensive': [245], 'geriatric': [246], 'assessment,': [247], 'next': [249], 'steps': [250], 'are': [251], 'natural': [255], 'course': [256], 'develop': [261], 'effective': [264], 'treatment.': [265]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2102902846', 'counts_by_year': [{'year': 2023, 'cited_by_count': 604}, {'year': 2022, 'cited_by_count': 958}, {'year': 2021, 'cited_by_count': 970}, {'year': 2020, 'cited_by_count': 1212}, {'year': 2019, 'cited_by_count': 986}, {'year': 2018, 'cited_by_count': 940}, {'year': 2017, 'cited_by_count': 787}, {'year': 2016, 'cited_by_count': 631}, {'year': 2015, 'cited_by_count': 600}, {'year': 2014, 'cited_by_count': 464}, {'year': 2013, 'cited_by_count': 288}, {'year': 2012, 'cited_by_count': 203}], 'updated_date': '2023-09-29T23:12:35.600851', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2125826054', 'doi': 'https://doi.org/10.1038/nature08821', 'title': 'A human gut microbial gene catalogue established by metagenomic sequencing', 'display_name': 'A human gut microbial gene catalogue established by metagenomic sequencing', 'publication_year': 2010, 'publication_date': '2010-03-01', 'ids': {'openalex': 'https://openalex.org/W2125826054', 'doi': 'https://doi.org/10.1038/nature08821', 'mag': '2125826054', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/20203603', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3779803'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/nature08821', 'pdf_url': 'https://www.nature.com/articles/nature08821.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.nature.com/articles/nature08821.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5056467622', 'display_name': 'Junjie Qin', 'orcid': 'https://orcid.org/0000-0002-9597-1138'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Junjie Qin', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038736219', 'display_name': 'Ruiqiang Li', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Ruiqiang Li', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023078719', 'display_name': 'Jeroen Raes', 'orcid': 'https://orcid.org/0000-0002-1337-041X'}, 'institutions': [{'id': 'https://openalex.org/I4210138560', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/03mstc592', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560']}, {'id': 'https://openalex.org/I13469542', 'display_name': 'Vrije Universiteit Brussel', 'ror': 'https://ror.org/006e5kg04', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I13469542']}], 'countries': ['BE', 'DE'], 'is_corresponding': False, 'raw_author_name': 'Jeroen Raes', 'raw_affiliation_string': 'European Molecular Biology Laboratory, 69117 Heidelberg, Germany; VIB—Vrije Universiteit Brussel, 1050 Brussels, Belgium', 'raw_affiliation_strings': ['European Molecular Biology Laboratory, 69117 Heidelberg, Germany', 'VIB—Vrije Universiteit Brussel, 1050 Brussels, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058914957', 'display_name': 'Manimozhiyan Arumugam', 'orcid': 'https://orcid.org/0000-0002-0886-9101'}, 'institutions': [{'id': 'https://openalex.org/I4210138560', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/03mstc592', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Manimozhiyan Arumugam', 'raw_affiliation_string': 'European Molecular Biology Laboratory, 69117 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biology Laboratory, 69117 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067248513', 'display_name': 'Kristoffer Sølvsten Burgdorf', 'orcid': 'https://orcid.org/0000-0001-5814-6844'}, 'institutions': [], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Kristoffer Solvsten Burgdorf', 'raw_affiliation_string': 'Hagedorn Research Institute, DK 2820 Copenhagen, Denmark', 'raw_affiliation_strings': ['Hagedorn Research Institute, DK 2820 Copenhagen, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042636739', 'display_name': 'Chaysavanh Manichanh', 'orcid': 'https://orcid.org/0000-0002-2287-4003'}, 'institutions': [{'id': 'https://openalex.org/I4210127641', 'display_name': "Vall d'Hebron Hospital Universitari", 'ror': 'https://ror.org/03ba28x55', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210127641']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Chaysavanh Manichanh', 'raw_affiliation_string': 'Hospital Universitari Val d’Hebron, Ciberehd, 08035 Barcelona, Spain ,', 'raw_affiliation_strings': ['Hospital Universitari Val d’Hebron, Ciberehd, 08035 Barcelona, Spain ,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069282408', 'display_name': 'Trine Nielsen', 'orcid': 'https://orcid.org/0000-0002-2066-7895'}, 'institutions': [], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Trine Nielsen', 'raw_affiliation_string': 'Hagedorn Research Institute, DK 2820 Copenhagen, Denmark', 'raw_affiliation_strings': ['Hagedorn Research Institute, DK 2820 Copenhagen, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079424364', 'display_name': 'Nicolas Pons', 'orcid': 'https://orcid.org/0000-0003-1926-8077'}, 'institutions': [{'id': 'https://openalex.org/I4210116501', 'display_name': 'Département Génétique Animale', 'ror': 'https://ror.org/029xmsm82', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210088668', 'https://openalex.org/I4210116501']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Nicolas Pons', 'raw_affiliation_string': 'Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France', 'raw_affiliation_strings': ['Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009436354', 'display_name': 'Florence Levenez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210116501', 'display_name': 'Département Génétique Animale', 'ror': 'https://ror.org/029xmsm82', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210088668', 'https://openalex.org/I4210116501']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Florence Levenez', 'raw_affiliation_string': 'Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France', 'raw_affiliation_strings': ['Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034753115', 'display_name': 'Takuji Yamada', 'orcid': 'https://orcid.org/0000-0002-9622-1849'}, 'institutions': [{'id': 'https://openalex.org/I4210138560', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/03mstc592', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Takuji Yamada', 'raw_affiliation_string': 'European Molecular Biology Laboratory, 69117 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biology Laboratory, 69117 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049965985', 'display_name': 'Daniel R. Mende', 'orcid': 'https://orcid.org/0000-0001-6831-4557'}, 'institutions': [{'id': 'https://openalex.org/I4210138560', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/03mstc592', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Daniel R. Mende', 'raw_affiliation_string': 'European Molecular Biology Laboratory, 69117 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biology Laboratory, 69117 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007477535', 'display_name': 'Junhua Li', 'orcid': 'https://orcid.org/0000-0003-3630-8712'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}, {'id': 'https://openalex.org/I90610280', 'display_name': 'South China University of Technology', 'ror': 'https://ror.org/0530pts50', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I90610280']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Junhua Li', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China; School of Software Engineering, South China University of Technology, Guangzhou 510641, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China', 'School of Software Engineering, South China University of Technology, Guangzhou 510641, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008534153', 'display_name': 'Junming Xu', 'orcid': 'https://orcid.org/0000-0002-9687-5551'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Junming Xu', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081755374', 'display_name': 'Shaochuan Li', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shaochuan Li', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030152038', 'display_name': 'Dongfang Li', 'orcid': 'https://orcid.org/0009-0006-2978-5798'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}, {'id': 'https://openalex.org/I180726961', 'display_name': 'Shenzhen University', 'ror': 'https://ror.org/01vy4gh70', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I180726961']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Dongfang Li', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China; Genome Research Institute, Shenzhen University Medical School, Shenzhen 518000, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China', 'Genome Research Institute, Shenzhen University Medical School, Shenzhen 518000, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041794104', 'display_name': 'Jianjun Cao', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jianjun Cao', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056168495', 'display_name': 'Bo Wang', 'orcid': 'https://orcid.org/0009-0000-0251-0387'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Bo Wang', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067351719', 'display_name': 'Huiqing Liang', 'orcid': 'https://orcid.org/0000-0003-1719-8589'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Huiqing Liang', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064784236', 'display_name': 'Huisong Zheng', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Huisong Zheng', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004652105', 'display_name': 'Yinlong Xie', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}, {'id': 'https://openalex.org/I90610280', 'display_name': 'South China University of Technology', 'ror': 'https://ror.org/0530pts50', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I90610280']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yinlong Xie', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China; School of Software Engineering, South China University of Technology, Guangzhou 510641, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China', 'School of Software Engineering, South China University of Technology, Guangzhou 510641, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088432606', 'display_name': 'Julien Tap', 'orcid': 'https://orcid.org/0000-0001-8998-5413'}, 'institutions': [{'id': 'https://openalex.org/I4210116501', 'display_name': 'Département Génétique Animale', 'ror': 'https://ror.org/029xmsm82', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210088668', 'https://openalex.org/I4210116501']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Julien Tap', 'raw_affiliation_string': 'Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France', 'raw_affiliation_strings': ['Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021030305', 'display_name': 'Patricia Lepage', 'orcid': 'https://orcid.org/0000-0002-9501-6771'}, 'institutions': [{'id': 'https://openalex.org/I4210116501', 'display_name': 'Département Génétique Animale', 'ror': 'https://ror.org/029xmsm82', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210088668', 'https://openalex.org/I4210116501']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Patricia Lepage', 'raw_affiliation_string': 'Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France', 'raw_affiliation_strings': ['Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017845926', 'display_name': 'Marcelo Bertalan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I96673099', 'display_name': 'Technical University of Denmark', 'ror': 'https://ror.org/04qtj9h94', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I96673099']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Marcelo Bertalan', 'raw_affiliation_string': 'Center for Biological Sequence Analysis, Technical University of Denmark, DK-2800 Kongens Lyngby, Denmark', 'raw_affiliation_strings': ['Center for Biological Sequence Analysis, Technical University of Denmark, DK-2800 Kongens Lyngby, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071472501', 'display_name': 'Jean-Michel Batto', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210116501', 'display_name': 'Département Génétique Animale', 'ror': 'https://ror.org/029xmsm82', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210088668', 'https://openalex.org/I4210116501']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean-Michel Batto', 'raw_affiliation_string': 'Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France', 'raw_affiliation_strings': ['Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075269369', 'display_name': 'Torben Hansen', 'orcid': None}, 'institutions': [], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Torben Hansen', 'raw_affiliation_string': 'Hagedorn Research Institute, DK 2820 Copenhagen, Denmark', 'raw_affiliation_strings': ['Hagedorn Research Institute, DK 2820 Copenhagen, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073953803', 'display_name': 'Denis Le Paslier', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I4210115028', 'display_name': 'Genoscope', 'ror': 'https://ror.org/028pnqf58', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I4210115028']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Denis Le Paslier', 'raw_affiliation_string': 'Commissariat à l’Energie Atomique, Genoscope, 91000 Evry, France ,', 'raw_affiliation_strings': ['Commissariat à l’Energie Atomique, Genoscope, 91000 Evry, France ,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053605357', 'display_name': 'Allan Linneberg', 'orcid': 'https://orcid.org/0000-0002-0994-0184'}, 'institutions': [{'id': 'https://openalex.org/I4210092108', 'display_name': 'Center for Clinical Research and Prevention', 'ror': 'https://ror.org/00cr96696', 'country_code': 'DK', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210092108']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Allan Linneberg', 'raw_affiliation_string': 'Research Center for Prevention and Health, DK-2600 Glostrup, Denmark', 'raw_affiliation_strings': ['Research Center for Prevention and Health, DK-2600 Glostrup, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005786132', 'display_name': 'Henrik Bjørn Nielsen', 'orcid': 'https://orcid.org/0000-0003-2281-5713'}, 'institutions': [{'id': 'https://openalex.org/I96673099', 'display_name': 'Technical University of Denmark', 'ror': 'https://ror.org/04qtj9h94', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I96673099']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'H. Bjørn Nielsen', 'raw_affiliation_string': 'Center for Biological Sequence Analysis, Technical University of Denmark, DK-2800 Kongens Lyngby, Denmark', 'raw_affiliation_strings': ['Center for Biological Sequence Analysis, Technical University of Denmark, DK-2800 Kongens Lyngby, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083406112', 'display_name': 'Éric Pelletier', 'orcid': 'https://orcid.org/0000-0003-4228-1712'}, 'institutions': [{'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I4210115028', 'display_name': 'Genoscope', 'ror': 'https://ror.org/028pnqf58', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I4210115028']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Eric Pelletier', 'raw_affiliation_string': 'Commissariat à l’Energie Atomique, Genoscope, 91000 Evry, France ,', 'raw_affiliation_strings': ['Commissariat à l’Energie Atomique, Genoscope, 91000 Evry, France ,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051011688', 'display_name': 'Pierre Renault', 'orcid': 'https://orcid.org/0000-0001-6540-053X'}, 'institutions': [{'id': 'https://openalex.org/I4210116501', 'display_name': 'Département Génétique Animale', 'ror': 'https://ror.org/029xmsm82', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210088668', 'https://openalex.org/I4210116501']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Pierre Renault', 'raw_affiliation_string': 'Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France', 'raw_affiliation_strings': ['Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060493208', 'display_name': 'Thomas Sicheritz-Pontén', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I96673099', 'display_name': 'Technical University of Denmark', 'ror': 'https://ror.org/04qtj9h94', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I96673099']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Thomas Sicheritz-Ponten', 'raw_affiliation_string': 'Center for Biological Sequence Analysis, Technical University of Denmark, DK-2800 Kongens Lyngby, Denmark', 'raw_affiliation_strings': ['Center for Biological Sequence Analysis, Technical University of Denmark, DK-2800 Kongens Lyngby, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077121860', 'display_name': 'A. Keith Turner', 'orcid': 'https://orcid.org/0000-0002-3680-6343'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Keith Turner', 'raw_affiliation_string': 'The Wellcome Trust Sanger Institute, Hinxton, Cambridge CB10 1SA, UK ,', 'raw_affiliation_strings': ['The Wellcome Trust Sanger Institute, Hinxton, Cambridge CB10 1SA, UK ,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028696869', 'display_name': 'Hongmei Zhu', 'orcid': 'https://orcid.org/0000-0002-1944-4766'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Hongmei Zhu', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015191834', 'display_name': 'Chang Yu', 'orcid': 'https://orcid.org/0000-0002-6132-6085'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Chang Yu', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057998294', 'display_name': 'Shengting Li', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Shengting Li', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016529100', 'display_name': 'Min Jian', 'orcid': 'https://orcid.org/0000-0003-4985-5520'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Min Jian', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033648442', 'display_name': 'Yan Zhou', 'orcid': 'https://orcid.org/0000-0003-2661-4011'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yan Zhou', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064592001', 'display_name': 'Yingrui Li', 'orcid': 'https://orcid.org/0000-0001-6630-1277'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Yingrui Li', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024767151', 'display_name': 'Xiuqing Zhang', 'orcid': 'https://orcid.org/0000-0002-2863-8140'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Xiuqing Zhang', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009226036', 'display_name': 'Songgang Li', 'orcid': 'https://orcid.org/0009-0008-6556-0566'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Songgang Li', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000391306', 'display_name': 'Nan Qin', 'orcid': 'https://orcid.org/0000-0002-9128-9414'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Nan Qin', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004350071', 'display_name': 'Huanming Yang', 'orcid': 'https://orcid.org/0000-0002-0858-3410'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Huanming Yang', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032764121', 'display_name': 'Jian Wang', 'orcid': 'https://orcid.org/0000-0001-8812-4398'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jian Wang', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074122105', 'display_name': 'Søren Brunak', 'orcid': 'https://orcid.org/0000-0003-0316-5866'}, 'institutions': [{'id': 'https://openalex.org/I96673099', 'display_name': 'Technical University of Denmark', 'ror': 'https://ror.org/04qtj9h94', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I96673099']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Søren Brunak', 'raw_affiliation_string': 'Center for Biological Sequence Analysis, Technical University of Denmark, DK-2800 Kongens Lyngby, Denmark', 'raw_affiliation_strings': ['Center for Biological Sequence Analysis, Technical University of Denmark, DK-2800 Kongens Lyngby, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047565734', 'display_name': 'Joël Doré', 'orcid': 'https://orcid.org/0000-0002-8756-0718'}, 'institutions': [{'id': 'https://openalex.org/I4210116501', 'display_name': 'Département Génétique Animale', 'ror': 'https://ror.org/029xmsm82', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210088668', 'https://openalex.org/I4210116501']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Joel Doré', 'raw_affiliation_string': 'Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France', 'raw_affiliation_strings': ['Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020045811', 'display_name': 'Francisco Guarner', 'orcid': 'https://orcid.org/0000-0002-4051-0836'}, 'institutions': [{'id': 'https://openalex.org/I4210127641', 'display_name': "Vall d'Hebron Hospital Universitari", 'ror': 'https://ror.org/03ba28x55', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210127641']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Francisco Guarner', 'raw_affiliation_string': 'Hospital Universitari Val d’Hebron, Ciberehd, 08035 Barcelona, Spain ,', 'raw_affiliation_strings': ['Hospital Universitari Val d’Hebron, Ciberehd, 08035 Barcelona, Spain ,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017132939', 'display_name': 'Karsten Kristiansen', 'orcid': 'https://orcid.org/0000-0002-6024-0917'}, 'institutions': [{'id': 'https://openalex.org/I124055696', 'display_name': 'University of Copenhagen', 'ror': 'https://ror.org/035b05819', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I124055696']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Karsten Kristiansen', 'raw_affiliation_string': 'Department of Biology, University of Copenhagen, DK-2200 Copenhagen, Denmark', 'raw_affiliation_strings': ['Department of Biology, University of Copenhagen, DK-2200 Copenhagen, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066665434', 'display_name': 'Oluf Pedersen', 'orcid': 'https://orcid.org/0000-0002-3321-3972'}, 'institutions': [{'id': 'https://openalex.org/I204337017', 'display_name': 'Aarhus University', 'ror': 'https://ror.org/01aj84f44', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I204337017']}, {'id': 'https://openalex.org/I124055696', 'display_name': 'University of Copenhagen', 'ror': 'https://ror.org/035b05819', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I124055696']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Oluf Pedersen', 'raw_affiliation_string': 'Hagedorn Research Institute, DK 2820 Copenhagen, Denmark; Institute of Biomedical Sciences, University of Copenhagen & Faculty of Health Science, University of Aarhus, 8000 Aarhus, Denmark', 'raw_affiliation_strings': ['Hagedorn Research Institute, DK 2820 Copenhagen, Denmark', 'Institute of Biomedical Sciences, University of Copenhagen & Faculty of Health Science, University of Aarhus, 8000 Aarhus, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084268602', 'display_name': 'Julian Parkhill', 'orcid': 'https://orcid.org/0000-0002-7069-5958'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Julian Parkhill', 'raw_affiliation_string': 'The Wellcome Trust Sanger Institute, Hinxton, Cambridge CB10 1SA, UK ,', 'raw_affiliation_strings': ['The Wellcome Trust Sanger Institute, Hinxton, Cambridge CB10 1SA, UK ,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024898052', 'display_name': 'Jean Weissenbach', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I4210115028', 'display_name': 'Genoscope', 'ror': 'https://ror.org/028pnqf58', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I4210115028']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean Weissenbach', 'raw_affiliation_string': 'Commissariat à l’Energie Atomique, Genoscope, 91000 Evry, France ,', 'raw_affiliation_strings': ['Commissariat à l’Energie Atomique, Genoscope, 91000 Evry, France ,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074309419', 'display_name': 'Peer Bork', 'orcid': 'https://orcid.org/0000-0002-2627-833X'}, 'institutions': [{'id': 'https://openalex.org/I4210138560', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/03mstc592', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Peer Bork', 'raw_affiliation_string': 'European Molecular Biology Laboratory, 69117 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biology Laboratory, 69117 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078857122', 'display_name': 'S. Dusko Ehrlich', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210116501', 'display_name': 'Département Génétique Animale', 'ror': 'https://ror.org/029xmsm82', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210088668', 'https://openalex.org/I4210116501']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'S. Dusko Ehrlich', 'raw_affiliation_string': 'Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France', 'raw_affiliation_strings': ['Institut National de la Recherche Agronomique, 78350 Jouy en Josas, France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5042241049', 'display_name': 'Jun Wang', 'orcid': 'https://orcid.org/0000-0002-8569-4552'}, 'institutions': [{'id': 'https://openalex.org/I100135526', 'display_name': 'BGI Group (China)', 'ror': 'https://ror.org/045pn2j94', 'country_code': 'CN', 'type': 'company', 'lineage': ['https://openalex.org/I100135526']}, {'id': 'https://openalex.org/I124055696', 'display_name': 'University of Copenhagen', 'ror': 'https://ror.org/035b05819', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I124055696']}], 'countries': ['CN', 'DK'], 'is_corresponding': True, 'raw_author_name': 'Jun Wang', 'raw_affiliation_string': 'BGI-Shenzhen, Shenzhen 518083, China; Department of Biology, University of Copenhagen, DK-2200 Copenhagen, Denmark', 'raw_affiliation_strings': ['BGI-Shenzhen, Shenzhen 518083, China', 'Department of Biology, University of Copenhagen, DK-2200 Copenhagen, Denmark']}], 'countries_distinct_count': 7, 'institutions_distinct_count': 14, 'corresponding_author_ids': ['https://openalex.org/A5078857122', 'https://openalex.org/A5042241049'], 'corresponding_institution_ids': ['https://openalex.org/I4210116501', 'https://openalex.org/I100135526', 'https://openalex.org/I124055696'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 8660, 'biblio': {'volume': '464', 'issue': '7285', 'first_page': '59', 'last_page': '65'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C15151743', 'wikidata': 'https://www.wikidata.org/wiki/Q903778', 'display_name': 'Metagenomics', 'level': 3, 'score': 0.9654342}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.73628986}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.723282}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.5879639}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.55951476}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.4946799}, {'id': 'https://openalex.org/C103316784', 'wikidata': 'https://www.wikidata.org/wiki/Q3634109', 'display_name': 'Microbial genetics', 'level': 3, 'score': 0.4653621}, {'id': 'https://openalex.org/C51679486', 'wikidata': 'https://www.wikidata.org/wiki/Q380546', 'display_name': 'DNA sequencing', 'level': 3, 'score': 0.41158244}], 'mesh': [{'descriptor_ui': 'D041981', 'descriptor_name': 'Gastrointestinal Tract', 'qualifier_ui': 'Q000382', 'qualifier_name': 'microbiology', 'is_major_topic': True}, {'descriptor_ui': 'D023281', 'descriptor_name': 'Genomics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D054892', 'descriptor_name': 'Metagenome', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001419', 'descriptor_name': 'Bacteria', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001419', 'descriptor_name': 'Bacteria', 'qualifier_ui': 'Q000145', 'qualifier_name': 'classification', 'is_major_topic': False}, {'descriptor_ui': 'D001419', 'descriptor_name': 'Bacteria', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D001419', 'descriptor_name': 'Bacteria', 'qualifier_ui': 'Q000302', 'qualifier_name': 'isolation & purification', 'is_major_topic': False}, {'descriptor_ui': 'D001419', 'descriptor_name': 'Bacteria', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D015331', 'descriptor_name': 'Cohort Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020451', 'descriptor_name': 'Contig Mapping', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003718', 'descriptor_name': 'Denmark', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005243', 'descriptor_name': 'Feces', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005243', 'descriptor_name': 'Feces', 'qualifier_ui': 'Q000382', 'qualifier_name': 'microbiology', 'is_major_topic': False}, {'descriptor_ui': 'D041981', 'descriptor_name': 'Gastrointestinal Tract', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005798', 'descriptor_name': 'Genes, Bacterial', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005798', 'descriptor_name': 'Genes, Bacterial', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D020043', 'descriptor_name': 'Genes, Essential', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020043', 'descriptor_name': 'Genes, Essential', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D016680', 'descriptor_name': 'Genome, Bacterial', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016680', 'descriptor_name': 'Genome, Bacterial', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D006262', 'descriptor_name': 'Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015212', 'descriptor_name': 'Inflammatory Bowel Diseases', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D015212', 'descriptor_name': 'Inflammatory Bowel Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D054892', 'descriptor_name': 'Metagenome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009765', 'descriptor_name': 'Obesity', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D009765', 'descriptor_name': 'Obesity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016366', 'descriptor_name': 'Open Reading Frames', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D016366', 'descriptor_name': 'Open Reading Frames', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D050177', 'descriptor_name': 'Overweight', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D050177', 'descriptor_name': 'Overweight', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017422', 'descriptor_name': 'Sequence Analysis, DNA', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013030', 'descriptor_name': 'Spain', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 9, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/nature08821', 'pdf_url': 'https://www.nature.com/articles/nature08821.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-03649079', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://hal-cea.archives-ouvertes.fr/cea-00908974', 'pdf_url': 'https://cea.hal.science/cea-00908974/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal-cea.archives-ouvertes.fr/cea-00908974/document', 'pdf_url': 'https://hal-cea.archives-ouvertes.fr/cea-00908974/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://curis.ku.dk/ws/files/165095931/Qin_2010_A_human_gut_microbial.pdf', 'pdf_url': 'https://curis.ku.dk/ws/files/165095931/Qin_2010_A_human_gut_microbial.pdf', 'source': {'id': 'https://openalex.org/S4306401983', 'display_name': 'Research at the University of Copenhagen (University of Copenhagen)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I124055696', 'host_organization_name': 'University of Copenhagen', 'host_organization_lineage': ['https://openalex.org/I124055696'], 'host_organization_lineage_names': ['University of Copenhagen'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal-cea.archives-ouvertes.fr/cea-00908974/file/Qi.pdf', 'pdf_url': 'https://hal-cea.archives-ouvertes.fr/cea-00908974/file/Qi.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3779803', 'pdf_url': 'https://europepmc.org/articles/pmc3779803?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3779803', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/20203603', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/nature08821', 'pdf_url': 'https://www.nature.com/articles/nature08821.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.48}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.16}], 'grants': [], 'referenced_works_count': 43, 'referenced_works': ['https://openalex.org/W88163184', 'https://openalex.org/W1908994104', 'https://openalex.org/W1934624334', 'https://openalex.org/W1965985248', 'https://openalex.org/W1971415551', 'https://openalex.org/W1980914602', 'https://openalex.org/W2008194879', 'https://openalex.org/W2029943794', 'https://openalex.org/W2036282245', 'https://openalex.org/W2037985344', 'https://openalex.org/W2052969143', 'https://openalex.org/W2073332363', 'https://openalex.org/W2074095468', 'https://openalex.org/W2075623226', 'https://openalex.org/W2076621797', 'https://openalex.org/W2084793748', 'https://openalex.org/W2090925778', 'https://openalex.org/W2097341408', 'https://openalex.org/W2110520662', 'https://openalex.org/W2111967267', 'https://openalex.org/W2115026474', 'https://openalex.org/W2116895571', 'https://openalex.org/W2117130914', 'https://openalex.org/W2120459847', 'https://openalex.org/W2122007620', 'https://openalex.org/W2127415562', 'https://openalex.org/W2130669817', 'https://openalex.org/W2135805255', 'https://openalex.org/W2136145671', 'https://openalex.org/W2142237411', 'https://openalex.org/W2145336165', 'https://openalex.org/W2149573313', 'https://openalex.org/W2154364831', 'https://openalex.org/W2155606054', 'https://openalex.org/W2156145269', 'https://openalex.org/W2156701707', 'https://openalex.org/W2158714788', 'https://openalex.org/W2159675211', 'https://openalex.org/W2161546116', 'https://openalex.org/W2164997719', 'https://openalex.org/W2167062509', 'https://openalex.org/W2169330513', 'https://openalex.org/W2328023807'], 'related_works': ['https://openalex.org/W2001037326', 'https://openalex.org/W2001561488', 'https://openalex.org/W2127106003', 'https://openalex.org/W2255506873', 'https://openalex.org/W2340204314', 'https://openalex.org/W3047585652', 'https://openalex.org/W3090971826', 'https://openalex.org/W3128872455', 'https://openalex.org/W4247428816', 'https://openalex.org/W4313598112'], 'ngrams_url': 'https://api.openalex.org/works/W2125826054/ngrams', 'abstract_inverted_index': {'To': [0], 'understand': [1], 'the': [2, 23, 57, 66, 73, 82, 96, 101, 107, 135, 140], 'impact': [3], 'of': [4, 30, 40, 45, 65, 72, 81, 95, 100, 147], 'gut': [5, 137, 142], 'microbes': [6], 'on': [7], 'human': [8, 58, 84], 'health': [9], 'and': [10, 28, 75, 113, 118, 133, 139, 153], 'well-being': [11], 'it': [12], 'is': [13], 'crucial': [14], 'to': [15], 'assess': [16], 'their': [17], 'genetic': [18], 'potential.': [19], 'Here': [20], 'we': [21], 'describe': [22, 134], 'Illumina-based': [24], 'metagenomic': [25], 'sequencing,': [26], 'assembly': [27], 'characterization': [29], '3.3': [31], 'million': [32], 'non-redundant': [33], 'microbial': [34, 70, 86], 'genes,': [35], 'derived': [36], 'from': [37, 42], '576.7': [38], 'gigabases': [39], 'sequence,': [41], 'faecal': [43], 'samples': [44], '124': [46], 'European': [47], 'individuals.': [48], 'The': [49, 88], 'gene': [50, 59], 'set,': [51], 'approximately': [52], '150': [53], 'times': [54], 'larger': [55], 'than': [56], 'complement,': [60], 'contains': [61], 'an': [62], 'overwhelming': [63], 'majority': [64], 'prevalent': [67, 83, 115], '(more': [68], 'frequent)': [69], 'genes': [71, 89, 102], 'cohort': [74, 109], 'probably': [76], 'includes': [77], 'a': [78], 'large': [79], 'proportion': [80], 'intestinal': [85], 'genes.': [87], 'are': [90, 103, 127], 'largely': [91, 129], 'shared': [92], 'among': [93], 'individuals': [94, 152], 'cohort.': [97], 'Over': [98], '99%': [99], 'bacterial,': [104], 'indicating': [105], 'that': [106], 'entire': [108], 'harbours': [110], 'between': [111], '1,000': [112], '1,150': [114], 'bacterial': [116, 143], 'species': [117], 'each': [119], 'individual': [120], 'at': [121], 'least': [122], '160': [123], 'such': [124], 'species,': [125], 'which': [126], 'also': [128], 'shared.': [130], 'We': [131], 'define': [132], 'minimal': [136, 141], 'metagenome': [138], 'genome': [144], 'in': [145, 150], 'terms': [146], 'functions': [148], 'present': [149], 'all': [151], 'most': [154], 'bacteria,': [155], 'respectively.': [156]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2125826054', 'counts_by_year': [{'year': 2023, 'cited_by_count': 630}, {'year': 2022, 'cited_by_count': 821}, {'year': 2021, 'cited_by_count': 832}, {'year': 2020, 'cited_by_count': 797}, {'year': 2019, 'cited_by_count': 718}, {'year': 2018, 'cited_by_count': 662}, {'year': 2017, 'cited_by_count': 682}, {'year': 2016, 'cited_by_count': 653}, {'year': 2015, 'cited_by_count': 637}, {'year': 2014, 'cited_by_count': 564}, {'year': 2013, 'cited_by_count': 607}, {'year': 2012, 'cited_by_count': 479}], 'updated_date': '2023-10-03T05:39:16.869820', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2024649846', 'doi': 'https://doi.org/10.1038/416389a', 'title': 'Ecological responses to recent climate change', 'display_name': 'Ecological responses to recent climate change', 'publication_year': 2002, 'publication_date': '2002-03-01', 'ids': {'openalex': 'https://openalex.org/W2024649846', 'doi': 'https://doi.org/10.1038/416389a', 'mag': '2024649846', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/11919621'}, 'language': None, 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/416389a', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5025718724', 'display_name': 'Gian Reto Walther', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I114112103', 'display_name': 'Leibniz University Hannover', 'ror': 'https://ror.org/0304hq317', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I114112103']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Gian Reto Walther', 'raw_affiliation_string': 'Leibniz University, Hannover', 'raw_affiliation_strings': ['Leibniz University, Hannover']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083884994', 'display_name': 'Eric Post', 'orcid': 'https://orcid.org/0000-0002-9471-5351'}, 'institutions': [{'id': 'https://openalex.org/I130769515', 'display_name': 'Pennsylvania State University', 'ror': 'https://ror.org/04p491231', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I130769515']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Post', 'raw_affiliation_string': 'Pennsylvania State University', 'raw_affiliation_strings': ['Pennsylvania State University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001487340', 'display_name': 'Peter Convey', 'orcid': 'https://orcid.org/0000-0001-8497-9903'}, 'institutions': [{'id': 'https://openalex.org/I1319328641', 'display_name': 'British Antarctic Survey', 'ror': 'https://ror.org/01rhff309', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I1319328641', 'https://openalex.org/I141816643']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Peter Convey', 'raw_affiliation_string': 'British Antarctic Survey.', 'raw_affiliation_strings': ['British Antarctic Survey.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057239560', 'display_name': 'Annette Menzel', 'orcid': 'https://orcid.org/0000-0002-7175-2512'}, 'institutions': [{'id': 'https://openalex.org/I62916508', 'display_name': 'Technical University of Munich', 'ror': 'https://ror.org/02kkvpp62', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I62916508']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Annette Menzel', 'raw_affiliation_string': 'Technical University of Munich', 'raw_affiliation_strings': ['Technical University of Munich']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067905595', 'display_name': 'Camille Parmesan', 'orcid': 'https://orcid.org/0000-0002-1515-274X'}, 'institutions': [{'id': 'https://openalex.org/I4210100046', 'display_name': 'Integra (United States)', 'ror': 'https://ror.org/00ynqbp15', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210100046']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Camille Parmesan', 'raw_affiliation_string': 'Integrative Biology', 'raw_affiliation_strings': ['Integrative Biology']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001807798', 'display_name': 'Trevor J. C. Beebee', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I162608824', 'display_name': 'University of Sussex', 'ror': 'https://ror.org/00ayhx656', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I162608824']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Trevor J.C. Beebee', 'raw_affiliation_string': ' University of Sussex,', 'raw_affiliation_strings': [' University of Sussex,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049980454', 'display_name': 'Jean‐Marc Fromentin', 'orcid': 'https://orcid.org/0000-0002-1496-4332'}, 'institutions': [{'id': 'https://openalex.org/I2540865', 'display_name': 'Institut Français', 'ror': 'https://ror.org/047hdnt12', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I2540865']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean Marc Fromentin', 'raw_affiliation_string': "Institut Français de Recherche Pour L'exploitation De La Mer", 'raw_affiliation_strings': ["Institut Français de Recherche Pour L'exploitation De La Mer"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020395156', 'display_name': 'Ove Hoegh‐Guldberg', 'orcid': 'https://orcid.org/0000-0001-7510-6713'}, 'institutions': [{'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Ove Hoegh-Guldberg', 'raw_affiliation_string': 'University of Queensland', 'raw_affiliation_strings': ['University of Queensland']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5040429412', 'display_name': 'Franz Bairlein', 'orcid': 'https://orcid.org/0000-0001-9538-4024'}, 'institutions': [{'id': 'https://openalex.org/I4210139610', 'display_name': 'Institute of Avian Research', 'ror': 'https://ror.org/0309m1r07', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210139610']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Franz Bairlein', 'raw_affiliation_string': 'Institute for Avian Research “Vogelwarte Helgoland”', 'raw_affiliation_strings': ['Institute for Avian Research “Vogelwarte Helgoland”']}], 'countries_distinct_count': 5, 'institutions_distinct_count': 9, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 8329, 'biblio': {'volume': '416', 'issue': '6879', 'first_page': '389', 'last_page': '395'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C132651083', 'wikidata': 'https://www.wikidata.org/wiki/Q7942', 'display_name': 'Climate change', 'level': 2, 'score': 0.7764677}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.69960845}, {'id': 'https://openalex.org/C110872660', 'wikidata': 'https://www.wikidata.org/wiki/Q37813', 'display_name': 'Ecosystem', 'level': 2, 'score': 0.6226619}, {'id': 'https://openalex.org/C199491958', 'wikidata': 'https://www.wikidata.org/wiki/Q737514', 'display_name': 'Global change', 'level': 3, 'score': 0.5739116}, {'id': 'https://openalex.org/C96240277', 'wikidata': 'https://www.wikidata.org/wiki/Q5333237', 'display_name': 'Ecological forecasting', 'level': 4, 'score': 0.53056335}, {'id': 'https://openalex.org/C115343472', 'wikidata': 'https://www.wikidata.org/wiki/Q7942', 'display_name': 'Global warming', 'level': 3, 'score': 0.4876753}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.4608559}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.3479529}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.20652905}], 'mesh': [{'descriptor_ui': 'D002980', 'descriptor_name': 'Climate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D004463', 'descriptor_name': 'Ecology', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004777', 'descriptor_name': 'Environment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010944', 'descriptor_name': 'Plants', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/416389a', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/11919621', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.87}], 'grants': [], 'referenced_works_count': 83, 'referenced_works': ['https://openalex.org/W66249111', 'https://openalex.org/W136818214', 'https://openalex.org/W1235849459', 'https://openalex.org/W1488616880', 'https://openalex.org/W1497737742', 'https://openalex.org/W1501123126', 'https://openalex.org/W1522642014', 'https://openalex.org/W1528654174', 'https://openalex.org/W1535541538', 'https://openalex.org/W1542532100', 'https://openalex.org/W1562140210', 'https://openalex.org/W1563804626', 'https://openalex.org/W1575024571', 'https://openalex.org/W1586888322', 'https://openalex.org/W1655609833', 'https://openalex.org/W1852237973', 'https://openalex.org/W1969087774', 'https://openalex.org/W1971313627', 'https://openalex.org/W1978815659', 'https://openalex.org/W1983430444', 'https://openalex.org/W1984374510', 'https://openalex.org/W1988020871', 'https://openalex.org/W1989874885', 'https://openalex.org/W1991462310', 'https://openalex.org/W1993350839', 'https://openalex.org/W1998754979', 'https://openalex.org/W2006448705', 'https://openalex.org/W2006460282', 'https://openalex.org/W2007468519', 'https://openalex.org/W2009707868', 'https://openalex.org/W2010194123', 'https://openalex.org/W2010775739', 'https://openalex.org/W2013663185', 'https://openalex.org/W2013885957', 'https://openalex.org/W2021497247', 'https://openalex.org/W2023496514', 'https://openalex.org/W2023499481', 'https://openalex.org/W2025349641', 'https://openalex.org/W2028246023', 'https://openalex.org/W2028980125', 'https://openalex.org/W2031456245', 'https://openalex.org/W2033972050', 'https://openalex.org/W2037028501', 'https://openalex.org/W2040085089', 'https://openalex.org/W2040916416', 'https://openalex.org/W2057975701', 'https://openalex.org/W2061198706', 'https://openalex.org/W2065528070', 'https://openalex.org/W2074036896', 'https://openalex.org/W2075575598', 'https://openalex.org/W2080593797', 'https://openalex.org/W2083360145', 'https://openalex.org/W2085572029', 'https://openalex.org/W2097788276', 'https://openalex.org/W2098463721', 'https://openalex.org/W2102156367', 'https://openalex.org/W2107288398', 'https://openalex.org/W2112284423', 'https://openalex.org/W2115886241', 'https://openalex.org/W2116726956', 'https://openalex.org/W2121947862', 'https://openalex.org/W2133987627', 'https://openalex.org/W2135291431', 'https://openalex.org/W2140981949', 'https://openalex.org/W2141075017', 'https://openalex.org/W2145411765', 'https://openalex.org/W2145529319', 'https://openalex.org/W2145679082', 'https://openalex.org/W2147741964', 'https://openalex.org/W2153679598', 'https://openalex.org/W2154457343', 'https://openalex.org/W2155454753', 'https://openalex.org/W2162641775', 'https://openalex.org/W2166454646', 'https://openalex.org/W2170689159', 'https://openalex.org/W2171932653', 'https://openalex.org/W2172275656', 'https://openalex.org/W2175939865', 'https://openalex.org/W2265485390', 'https://openalex.org/W2313952834', 'https://openalex.org/W2326103703', 'https://openalex.org/W2479969492', 'https://openalex.org/W4248546198'], 'related_works': ['https://openalex.org/W10891213', 'https://openalex.org/W166509648', 'https://openalex.org/W168413351', 'https://openalex.org/W1980754008', 'https://openalex.org/W2176757055', 'https://openalex.org/W2349592256', 'https://openalex.org/W2362961501', 'https://openalex.org/W2535219001', 'https://openalex.org/W2749577835', 'https://openalex.org/W3166475604'], 'ngrams_url': 'https://api.openalex.org/works/W2024649846/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2024649846', 'counts_by_year': [{'year': 2023, 'cited_by_count': 273}, {'year': 2022, 'cited_by_count': 376}, {'year': 2021, 'cited_by_count': 465}, {'year': 2020, 'cited_by_count': 548}, {'year': 2019, 'cited_by_count': 518}, {'year': 2018, 'cited_by_count': 474}, {'year': 2017, 'cited_by_count': 509}, {'year': 2016, 'cited_by_count': 530}, {'year': 2015, 'cited_by_count': 460}, {'year': 2014, 'cited_by_count': 500}, {'year': 2013, 'cited_by_count': 561}, {'year': 2012, 'cited_by_count': 492}], 'updated_date': '2023-10-04T03:08:32.367408', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2157917411', 'doi': 'https://doi.org/10.1086/301513', 'title': 'The Sloan Digital Sky Survey: Technical Summary', 'display_name': 'The Sloan Digital Sky Survey: Technical Summary', 'publication_year': 2000, 'publication_date': '2000-09-01', 'ids': {'openalex': 'https://openalex.org/W2157917411', 'doi': 'https://doi.org/10.1086/301513', 'mag': '2157917411'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1086/301513', 'pdf_url': 'https://iopscience.iop.org/article/10.1086/301513/pdf', 'source': {'id': 'https://openalex.org/S100695177', 'display_name': 'The Astronomical Journal', 'issn_l': '0004-6256', 'issn': ['1538-3881', '0004-6256'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320255', 'host_organization_name': 'American Astronomical Society', 'host_organization_lineage': ['https://openalex.org/P4310320255'], 'host_organization_lineage_names': ['American Astronomical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://iopscience.iop.org/article/10.1086/301513/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5018021987', 'display_name': 'Donald G. York', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Donald G. York', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045342359', 'display_name': 'Jennifer Adelman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J. Adelman', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050031000', 'display_name': 'John E. Anderson', 'orcid': 'https://orcid.org/0000-0001-7615-7926'}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John E. Anderson', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008481255', 'display_name': 'Scott F. Anderson', 'orcid': 'https://orcid.org/0000-0002-6404-9562'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Scott F. Anderson', 'raw_affiliation_string': 'Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195', 'raw_affiliation_strings': ['Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017656891', 'display_name': 'J. Annis', 'orcid': 'https://orcid.org/0000-0002-0609-3987'}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James Annis', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036500718', 'display_name': 'Neta A. Bahcall', 'orcid': 'https://orcid.org/0000-0002-8226-9825'}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Neta A. Bahcall', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012846281', 'display_name': 'Jon Arne Bakken', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J. A. Bakken', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082004656', 'display_name': 'Robert H. Barkhouser', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert Barkhouser', 'raw_affiliation_string': 'Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060588496', 'display_name': 'Steven Bastian', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Steven Bastian', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035866608', 'display_name': 'E. Berman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eileen Berman', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013379549', 'display_name': 'William N. Boroski', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'William N. Boroski', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008907189', 'display_name': 'S. Bracker', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Steve Bracker', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080315318', 'display_name': 'Charlie Briegel', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charlie Briegel', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021439957', 'display_name': 'John W. Briggs', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2800057969', 'display_name': 'W.M. Keck Observatory', 'ror': 'https://ror.org/00ab7ks98', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I2800057969']}, {'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}, {'id': 'https://openalex.org/I267592682', 'display_name': 'Williams (United States)', 'ror': 'https://ror.org/007zhvp17', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I267592682']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John W. Briggs', 'raw_affiliation_string': 'Yerkes Observatory, University of Chicago, 373 West Geneva Street, Williams Bay, WI 53191', 'raw_affiliation_strings': ['Yerkes Observatory, University of Chicago, 373 West Geneva Street, Williams Bay, WI 53191']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030308731', 'display_name': 'J. Brinkmann', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'J. Brinkmann', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043454829', 'display_name': 'Róbert Brunner', 'orcid': 'https://orcid.org/0000-0002-2197-5507'}, 'institutions': [{'id': 'https://openalex.org/I122411786', 'display_name': 'California Institute of Technology', 'ror': 'https://ror.org/05dxps055', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I122411786']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert Brunner', 'raw_affiliation_string': 'Department of Astronomy, 105-24, California Institute of Technology, 1201 East California Boulevard, Pasadena, CA 91125', 'raw_affiliation_strings': ['Department of Astronomy, 105-24, California Institute of Technology, 1201 East California Boulevard, Pasadena, CA 91125']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078511958', 'display_name': 'Scott Burles', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Scott Burles', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050984157', 'display_name': 'Larry N. Carey', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Larry Carey', 'raw_affiliation_string': 'Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195', 'raw_affiliation_strings': ['Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055799525', 'display_name': 'Michael Carr', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael A. Carr', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023412378', 'display_name': 'F. J. Castander', 'orcid': 'https://orcid.org/0000-0001-7316-4573'}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}, {'id': 'https://openalex.org/I4210125535', 'display_name': 'Observatoire Midi-Pyrénées', 'ror': 'https://ror.org/030syve83', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I4210125535']}], 'countries': ['FR', 'US'], 'is_corresponding': False, 'raw_author_name': 'Francisco J. Castander', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637; Observatoire Midi-Pyrénées, 14 avenue Edouard Belin, F-31400 Toulouse, France', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'Observatoire Midi-Pyrénées, 14 avenue Edouard Belin, F-31400 Toulouse, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077604881', 'display_name': 'Bing Chen', 'orcid': 'https://orcid.org/0000-0003-4909-4792'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bing Chen', 'raw_affiliation_string': 'Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004401332', 'display_name': 'P. Colestock', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Patrick L. Colestock', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051565479', 'display_name': 'Andrew J. Connolly', 'orcid': 'https://orcid.org/0000-0001-5576-8189'}, 'institutions': [{'id': 'https://openalex.org/I170201317', 'display_name': 'University of Pittsburgh', 'ror': 'https://ror.org/01an3r305', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I170201317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'A. J. Connolly', 'raw_affiliation_string': 'Department of Physics and Astronomy, University of Pittsburgh, 3941 O’Hara Street, Pittsburgh, PA 15260', 'raw_affiliation_strings': ['Department of Physics and Astronomy, University of Pittsburgh, 3941 O’Hara Street, Pittsburgh, PA 15260']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050932665', 'display_name': 'James H. Crocker', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J. H. Crocker', 'raw_affiliation_string': 'Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059584176', 'display_name': 'István Csabai', 'orcid': 'https://orcid.org/0000-0001-9232-9898'}, 'institutions': [{'id': 'https://openalex.org/I106118109', 'display_name': 'Eötvös Loránd University', 'ror': 'https://ror.org/01jsq2704', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I106118109']}, {'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['HU', 'US'], 'is_corresponding': False, 'raw_author_name': 'István Csabai', 'raw_affiliation_string': 'Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686; Department of Physics of Complex Systems, Eötvös University, Pázmány Péter sétány 1/A, H-1117 Budapest, Hungary', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686', 'Department of Physics of Complex Systems, Eötvös University, Pázmány Péter sétány 1/A, H-1117 Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077258388', 'display_name': 'Paul C. Czarapata', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Paul C. Czarapata', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032880655', 'display_name': 'John E. Davis', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'John Eric Davis', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083397242', 'display_name': 'Mamoru Doi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I161296585', 'display_name': 'Tokyo University of Science', 'ror': 'https://ror.org/05sj3n476', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I161296585']}, {'id': 'https://openalex.org/I74801974', 'display_name': 'The University of Tokyo', 'ror': 'https://ror.org/057zh3y96', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I74801974']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Mamoru Doi', 'raw_affiliation_string': 'Department of Astronomy and Research Center for the Early Universe, School of Science, University of Tokyo, 7-3-1 Hongo, Bunkyo, Tokyo 113-0033, Japan', 'raw_affiliation_strings': ['Department of Astronomy and Research Center for the Early Universe, School of Science, University of Tokyo, 7-3-1 Hongo, Bunkyo, Tokyo 113-0033, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012188989', 'display_name': 'T. Dombeck', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tom Dombeck', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063809341', 'display_name': 'Daniel J. Eisenstein', 'orcid': 'https://orcid.org/0000-0002-2929-3121'}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}, {'id': 'https://openalex.org/I40036882', 'display_name': 'Institute for Advanced Study', 'ror': 'https://ror.org/00f809463', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I40036882']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Daniel Eisenstein', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637; Hubble Fellow; Institute for Advanced Study, Olden Lane, Princeton, NJ 08540-0631', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'Hubble Fellow', 'Institute for Advanced Study, Olden Lane, Princeton, NJ 08540-0631']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012191975', 'display_name': 'N. Ellman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nancy Ellman', 'raw_affiliation_string': 'Department of Physics, Yale University, P.O. Box 208121, New Haven, CT 06520', 'raw_affiliation_strings': ['Department of Physics, Yale University, P.O. Box 208121, New Haven, CT 06520']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042916522', 'display_name': 'Brian Elms', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}, {'id': 'https://openalex.org/I4210159940', 'display_name': 'National Astronomical Observatory of Japan', 'ror': 'https://ror.org/052rrw050', 'country_code': 'JP', 'type': 'facility', 'lineage': ['https://openalex.org/I199525922', 'https://openalex.org/I4210159940']}], 'countries': ['JP', 'US'], 'is_corresponding': False, 'raw_author_name': 'Brian R. Elms', 'raw_affiliation_string': 'National Astronomical Observatory, 2-21-1 Osawa, Mitaka, Tokyo 181-8588, Japan; Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['National Astronomical Observatory, 2-21-1 Osawa, Mitaka, Tokyo 181-8588, Japan', 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030630263', 'display_name': 'Michael L. Evans', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael L. Evans', 'raw_affiliation_string': 'Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195', 'raw_affiliation_strings': ['Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025532100', 'display_name': 'Xiaohui Fan', 'orcid': 'https://orcid.org/0000-0003-3310-0131'}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Xiaohui Fan', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007582667', 'display_name': 'Glenn R. Federwitz', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Glenn R. Federwitz', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068390547', 'display_name': 'Larry Fiscelli', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Larry Fiscelli', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028245956', 'display_name': 'S. D. Friedman', 'orcid': 'https://orcid.org/0000-0002-6211-1932'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Scott Friedman', 'raw_affiliation_string': 'Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021421082', 'display_name': 'Joshua A. Frieman', 'orcid': 'https://orcid.org/0000-0003-4079-3263'}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}, {'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Joshua A. Frieman', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637; Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040868021', 'display_name': 'M. Fukugita', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40036882', 'display_name': 'Institute for Advanced Study', 'ror': 'https://ror.org/00f809463', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I40036882']}, {'id': 'https://openalex.org/I74801974', 'display_name': 'The University of Tokyo', 'ror': 'https://ror.org/057zh3y96', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I74801974']}], 'countries': ['JP', 'US'], 'is_corresponding': False, 'raw_author_name': 'Masataka Fukugita', 'raw_affiliation_string': 'Institute for Advanced Study, Olden Lane, Princeton, NJ 08540-0631; Institute for Cosmic Ray Research, University of Tokyo, 3-2-1 Midori, Tanashi, Tokyo 188-8502, Japan', 'raw_affiliation_strings': ['Institute for Advanced Study, Olden Lane, Princeton, NJ 08540-0631', 'Institute for Cosmic Ray Research, University of Tokyo, 3-2-1 Midori, Tanashi, Tokyo 188-8502, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030606824', 'display_name': 'Bruce Gillespie', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Bruce Gillespie', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056349090', 'display_name': 'James E. Gunn', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James E. Gunn', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067975955', 'display_name': 'Vijay K. Gurbani', 'orcid': 'https://orcid.org/0000-0002-9386-1533'}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Vijay K. Gurbani', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010738136', 'display_name': 'E. de Haas', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ernst De Haas', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015291203', 'display_name': 'M. Haldeman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Merle Haldeman', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071670314', 'display_name': 'Frederick H. Harris', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210146380', 'display_name': 'United States Naval Observatory', 'ror': 'https://ror.org/048s2rn92', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I2800735659', 'https://openalex.org/I4210146380']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Frederick H. Harris', 'raw_affiliation_string': 'US Naval Observatory, Flagstaff Station, P.O. Box 1149, Flagstaff, AZ 86002', 'raw_affiliation_strings': ['US Naval Observatory, Flagstaff Station, P.O. Box 1149, Flagstaff, AZ 86002']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022287681', 'display_name': 'J. J. E. Hayes', 'orcid': 'https://orcid.org/0000-0003-1001-349X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'J. Hayes', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042926580', 'display_name': 'Timothy M. Heckman', 'orcid': 'https://orcid.org/0000-0001-6670-6370'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Timothy M. Heckman', 'raw_affiliation_string': 'Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048243223', 'display_name': 'G. S. Hennessy', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210146380', 'display_name': 'United States Naval Observatory', 'ror': 'https://ror.org/048s2rn92', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I2800735659', 'https://openalex.org/I4210146380']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. S. Hennessy', 'raw_affiliation_string': 'US Naval Observatory, 3450 Massachusetts Avenue, NW, Washington, DC 20392-5420', 'raw_affiliation_strings': ['US Naval Observatory, 3450 Massachusetts Avenue, NW, Washington, DC 20392-5420']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089778441', 'display_name': 'Robert B. Hindsley', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1288214837', 'display_name': 'United States Naval Research Laboratory', 'ror': 'https://ror.org/04d23a975', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1288214837', 'https://openalex.org/I175003984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert B. Hindsley', 'raw_affiliation_string': 'Remote Sensing Division, Code 7215, Naval Research Laboratory, 4555 Overlook Avenue, SW, Washington, DC 20375', 'raw_affiliation_strings': ['Remote Sensing Division, Code 7215, Naval Research Laboratory, 4555 Overlook Avenue, SW, Washington, DC 20375']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044315196', 'display_name': 'S. Holm', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Scott Holm', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087293840', 'display_name': 'D. Holmgren', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Donald J. Holmgren', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076899009', 'display_name': 'Chi Huang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Chi Hao Huang', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063488556', 'display_name': 'Charles L. H. Hull', 'orcid': 'https://orcid.org/0000-0002-8975-7573'}, 'institutions': [{'id': 'https://openalex.org/I4210124388', 'display_name': 'Carnegie Observatories', 'ror': 'https://ror.org/03h4zjr91', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I196817621', 'https://openalex.org/I4210124388']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles Hull', 'raw_affiliation_string': 'Observatories of the Carnegie Institution of Washington, 813 Santa Barbara Street, Pasadena, CA 91101', 'raw_affiliation_strings': ['Observatories of the Carnegie Institution of Washington, 813 Santa Barbara Street, Pasadena, CA 91101']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059830698', 'display_name': 'D. Husby', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Don Husby', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018889410', 'display_name': 'S. Ichikawa', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210159940', 'display_name': 'National Astronomical Observatory of Japan', 'ror': 'https://ror.org/052rrw050', 'country_code': 'JP', 'type': 'facility', 'lineage': ['https://openalex.org/I199525922', 'https://openalex.org/I4210159940']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Shin Ichi Ichikawa', 'raw_affiliation_string': 'National Astronomical Observatory, 2-21-1 Osawa, Mitaka, Tokyo 181-8588, Japan', 'raw_affiliation_strings': ['National Astronomical Observatory, 2-21-1 Osawa, Mitaka, Tokyo 181-8588, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081081592', 'display_name': 'Takashi Ichikawa', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I201537933', 'display_name': 'Tohoku University', 'ror': 'https://ror.org/01dq60k83', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I201537933']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Takashi Ichikawa', 'raw_affiliation_string': 'Astronomical Institute, Tohoku University, Aramaki, Aoba, Sendai 980-8578, Japan', 'raw_affiliation_strings': ['Astronomical Institute, Tohoku University, Aramaki, Aoba, Sendai 980-8578, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054608563', 'display_name': 'Željko Ivezić', 'orcid': 'https://orcid.org/0000-0001-5250-2633'}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Zěljko Ivezić', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024240904', 'display_name': 'Stephen M. Kent', 'orcid': 'https://orcid.org/0000-0003-4207-7420'}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephen Kent', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084486259', 'display_name': 'Rita S. J. Kim', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rita S.J. Kim', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045726755', 'display_name': 'E. Kinney', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'E. Kinney', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021664548', 'display_name': 'Mark A. Klaene', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Mark Klaene', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079007089', 'display_name': 'A. Nitta Kleinman', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'A. N. Kleinman', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031122374', 'display_name': 'S. J. Kleinman', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'S. Kleinman', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083606927', 'display_name': 'G. R. Knapp', 'orcid': 'https://orcid.org/0000-0002-9259-1164'}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. R. Knapp', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008766697', 'display_name': 'J. Korienek', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John Korienek', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029778583', 'display_name': 'Richard G. Krön', 'orcid': 'https://orcid.org/0000-0003-2643-7924'}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}, {'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Richard G. Kron', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637; Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065624622', 'display_name': 'Péter Z. Kunszt', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Peter Z. Kunszt', 'raw_affiliation_string': 'Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020485200', 'display_name': 'D. Q. Lamb', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'D. Q. Lamb', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089656973', 'display_name': 'B. Lee', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'B. Lee', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020487769', 'display_name': 'R. French Leger', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R. French Leger', 'raw_affiliation_string': 'Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195', 'raw_affiliation_strings': ['Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048564169', 'display_name': 'Siriluk Limmongkol', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Siriluk Limmongkol', 'raw_affiliation_string': 'Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195', 'raw_affiliation_strings': ['Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070816200', 'display_name': 'C. Lindenmeyer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Carl Lindenmeyer', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066306137', 'display_name': 'Daniel C. Long', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Daniel C. Long', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013532047', 'display_name': 'Craig Loomis', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Craig Loomis', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055386908', 'display_name': 'Jon Loveday', 'orcid': 'https://orcid.org/0000-0001-5290-8940'}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jon Loveday', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Chicago, 5640 South Ellis Avenue, Chicago, IL 60637']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053964083', 'display_name': 'Rich Lucinio', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Rich Lucinio', 'raw_affiliation_string': 'Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349', 'raw_affiliation_strings': ['Apache Point Observatory, P.O. Box 59, Sunspot, NM 88349']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011641015', 'display_name': 'Robert H. Lupton', 'orcid': 'https://orcid.org/0000-0003-1666-0962'}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Robert H. Lupton', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085569378', 'display_name': 'B. MacKinnon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bryan Mackinnon', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510; Merrill Lynch Japan Incorporated, 1-1-3 Otemachi, Chiyoda, Tokyo 100, Japan', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'Merrill Lynch Japan Incorporated, 1-1-3 Otemachi, Chiyoda, Tokyo 100, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017591533', 'display_name': 'Edward J. Mannery', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Edward J. Mannery', 'raw_affiliation_string': 'Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195', 'raw_affiliation_strings': ['Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071757493', 'display_name': 'P. Mantsch', 'orcid': 'https://orcid.org/0000-0002-8382-7745'}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'P. M. Mantsch', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024374781', 'display_name': 'B. Margon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bruce Margon', 'raw_affiliation_string': 'Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195', 'raw_affiliation_strings': ['Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081186308', 'display_name': 'P. McGehee', 'orcid': 'https://orcid.org/0000-0003-0948-6716'}, 'institutions': [{'id': 'https://openalex.org/I1343871089', 'display_name': 'Los Alamos National Laboratory', 'ror': 'https://ror.org/01e41cf67', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I1343871089']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Peregrine Mcgehee', 'raw_affiliation_string': 'Los Alamos National Laboratory, P.O. Box 1663, Los Alamos, NM 87545', 'raw_affiliation_strings': ['Los Alamos National Laboratory, P.O. Box 1663, Los Alamos, NM 87545']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060700578', 'display_name': 'Timothy A. McKay', 'orcid': 'https://orcid.org/0000-0001-9036-6150'}, 'institutions': [{'id': 'https://openalex.org/I27837315', 'display_name': 'University of Michigan–Ann Arbor', 'ror': 'https://ror.org/00jmfr291', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I27837315']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Timothy A. Mckay', 'raw_affiliation_string': 'Department of Physics, University of Michigan, 500 East University, Ann Arbor, MI 48109-1120', 'raw_affiliation_strings': ['Department of Physics, University of Michigan, 500 East University, Ann Arbor, MI 48109-1120']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076552013', 'display_name': 'Avery Meiksin', 'orcid': 'https://orcid.org/0000-0002-5451-9057'}, 'institutions': [{'id': 'https://openalex.org/I4210105583', 'display_name': 'Royal Observatory', 'ror': 'https://ror.org/016kj2436', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I4210105583']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Avery Meiksin', 'raw_affiliation_string': 'Royal Observatory, Edinburgh, Blackford Hill, Edinburgh EH9 3HJ, UK', 'raw_affiliation_strings': ['Royal Observatory, Edinburgh, Blackford Hill, Edinburgh EH9 3HJ, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017877588', 'display_name': 'Aronne Merelli', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I74973139', 'display_name': 'Carnegie Mellon University', 'ror': 'https://ror.org/05x2bcf33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I74973139']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Aronne Merelli', 'raw_affiliation_string': 'Department of Physics, Carnegie Mellon University, 5000 Forbes Avenue, Pittsburgh, PA 15232', 'raw_affiliation_strings': ['Department of Physics, Carnegie Mellon University, 5000 Forbes Avenue, Pittsburgh, PA 15232']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070885108', 'display_name': 'D. G. Monet', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210146380', 'display_name': 'United States Naval Observatory', 'ror': 'https://ror.org/048s2rn92', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I2800735659', 'https://openalex.org/I4210146380']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David G. Monet', 'raw_affiliation_string': 'US Naval Observatory, Flagstaff Station, P.O. Box 1149, Flagstaff, AZ 86002', 'raw_affiliation_strings': ['US Naval Observatory, Flagstaff Station, P.O. Box 1149, Flagstaff, AZ 86002']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088950522', 'display_name': 'Jeffrey A. Munn', 'orcid': 'https://orcid.org/0000-0002-4603-4834'}, 'institutions': [{'id': 'https://openalex.org/I4210146380', 'display_name': 'United States Naval Observatory', 'ror': 'https://ror.org/048s2rn92', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I2800735659', 'https://openalex.org/I4210146380']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jeffrey A. Munn', 'raw_affiliation_string': 'US Naval Observatory, Flagstaff Station, P.O. Box 1149, Flagstaff, AZ 86002', 'raw_affiliation_strings': ['US Naval Observatory, Flagstaff Station, P.O. Box 1149, Flagstaff, AZ 86002']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089576040', 'display_name': 'Vijay K. Narayanan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Vijay K. Narayanan', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053033263', 'display_name': 'T. Nash', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Thomas Nash', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065466786', 'display_name': 'Eric H. Neilsen', 'orcid': 'https://orcid.org/0000-0002-7357-0317'}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric Neilsen', 'raw_affiliation_string': 'Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Johns Hopkins University, 3400 North Charles Street, Baltimore, MD 21218-2686']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024192810', 'display_name': 'R. Neswold', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rich Neswold', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017577251', 'display_name': 'Heidi Jo Newberg', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165799507', 'display_name': 'Rensselaer Polytechnic Institute', 'ror': 'https://ror.org/01rtyzb94', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I165799507']}, {'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Heidi Jo Newberg', 'raw_affiliation_string': 'Department of Physics, Applied Physics, and Astronomy, Rensselaer Polytechnic Institute, 110 Eighth Street, Troy, NY 12180-3590; Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'raw_affiliation_strings': ['Department of Physics, Applied Physics, and Astronomy, Rensselaer Polytechnic Institute, 110 Eighth Street, Troy, NY 12180-3590', 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091770862', 'display_name': 'R. C. Nichol', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I74973139', 'display_name': 'Carnegie Mellon University', 'ror': 'https://ror.org/05x2bcf33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I74973139']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R. C. Nichol', 'raw_affiliation_string': 'Department of Physics, Carnegie Mellon University, 5000 Forbes Avenue, Pittsburgh, PA 15232', 'raw_affiliation_strings': ['Department of Physics, Carnegie Mellon University, 5000 Forbes Avenue, Pittsburgh, PA 15232']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019607684', 'display_name': 'Tom Nicinski', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1314696892', 'display_name': 'Fermilab', 'ror': 'https://ror.org/020hgte69', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1314696892', 'https://openalex.org/I1330989302']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tom Nicinski', 'raw_affiliation_string': 'Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510; Lucent Technologies, 2000 North Naperville Road, Naperville, IL 60566', 'raw_affiliation_strings': ['Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL 60510', 'Lucent Technologies, 2000 North Naperville Road, Naperville, IL 60566']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082637142', 'display_name': 'M. Nonino', 'orcid': 'https://orcid.org/0000-0001-6342-9662'}, 'institutions': [{'id': 'https://openalex.org/I2801536946', 'display_name': 'Trieste Astronomical Observatory', 'ror': 'https://ror.org/00c9gth79', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I2801536946', 'https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Mario Nonino', 'raw_affiliation_string': 'Divisione di Astronomia e Astrofisica, Osservatorio Astronomico di Trieste, via G. B. Tiepolo 11, I-34131 Trieste, Italy', 'raw_affiliation_strings': ['Divisione di Astronomia e Astrofisica, Osservatorio Astronomico di Trieste, via G. B. Tiepolo 11, I-34131 Trieste, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038491587', 'display_name': 'Norio Okada', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210159940', 'display_name': 'National Astronomical Observatory of Japan', 'ror': 'https://ror.org/052rrw050', 'country_code': 'JP', 'type': 'facility', 'lineage': ['https://openalex.org/I199525922', 'https://openalex.org/I4210159940']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Norio Okada', 'raw_affiliation_string': 'National Astronomical Observatory, 2-21-1 Osawa, Mitaka, Tokyo 181-8588, Japan', 'raw_affiliation_strings': ['National Astronomical Observatory, 2-21-1 Osawa, Mitaka, Tokyo 181-8588, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067288788', 'display_name': 'S. Okamura', 'orcid': 'https://orcid.org/0000-0002-8156-8233'}, 'institutions': [{'id': 'https://openalex.org/I161296585', 'display_name': 'Tokyo University of Science', 'ror': 'https://ror.org/05sj3n476', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I161296585']}, {'id': 'https://openalex.org/I74801974', 'display_name': 'The University of Tokyo', 'ror': 'https://ror.org/057zh3y96', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I74801974']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Sadanori Okamura', 'raw_affiliation_string': 'Department of Astronomy and Research Center for the Early Universe, School of Science, University of Tokyo, 7-3-1 Hongo, Bunkyo, Tokyo 113-0033, Japan', 'raw_affiliation_strings': ['Department of Astronomy and Research Center for the Early Universe, School of Science, University of Tokyo, 7-3-1 Hongo, Bunkyo, Tokyo 113-0033, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045925716', 'display_name': 'Jeremiah P. Ostriker', 'orcid': 'https://orcid.org/0000-0002-6405-9904'}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jeremiah P. Ostriker', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015693902', 'display_name': 'Russell Owen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Russell Owen', 'raw_affiliation_string': 'Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195', 'raw_affiliation_strings': ['Department of Astronomy, University of Washington, Box 351580, Seattle, WA 98195']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034615484', 'display_name': 'A. George Pauls', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'A. George Pauls', 'raw_affiliation_string': 'Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001', 'raw_affiliation_strings': ['Princeton University Observatory, Peyton Hall, Princeton, NJ 08544-1001']}], 'countries_distinct_count': 7, 'institutions_distinct_count': 33, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 4499, 'currency': 'USD', 'value_usd': 4499, 'provenance': 'doaj'}, 'apc_paid': {'value': 4499, 'currency': 'USD', 'value_usd': 4499, 'provenance': 'doaj'}, 'is_authors_truncated': True, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 8142, 'biblio': {'volume': '120', 'issue': '3', 'first_page': '1579', 'last_page': '1587'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C73329638', 'wikidata': 'https://www.wikidata.org/wiki/Q527', 'display_name': 'Sky', 'level': 2, 'score': 0.83797705}, {'id': 'https://openalex.org/C98444146', 'wikidata': 'https://www.wikidata.org/wiki/Q318', 'display_name': 'Galaxy', 'level': 2, 'score': 0.67472124}, {'id': 'https://openalex.org/C1276947', 'wikidata': 'https://www.wikidata.org/wiki/Q333', 'display_name': 'Astronomy', 'level': 1, 'score': 0.65210575}, {'id': 'https://openalex.org/C135041427', 'wikidata': 'https://www.wikidata.org/wiki/Q83373', 'display_name': 'Quasar', 'level': 3, 'score': 0.59471124}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.5841727}, {'id': 'https://openalex.org/C44870925', 'wikidata': 'https://www.wikidata.org/wiki/Q37547', 'display_name': 'Astrophysics', 'level': 1, 'score': 0.5527547}, {'id': 'https://openalex.org/C43481613', 'wikidata': 'https://www.wikidata.org/wiki/Q46587', 'display_name': 'Active galactic nucleus', 'level': 3, 'score': 0.4669403}, {'id': 'https://openalex.org/C56666940', 'wikidata': 'https://www.wikidata.org/wiki/Q788790', 'display_name': 'Documentation', 'level': 2, 'score': 0.41974598}, {'id': 'https://openalex.org/C62649853', 'wikidata': 'https://www.wikidata.org/wiki/Q199687', 'display_name': 'Remote sensing', 'level': 1, 'score': 0.34042907}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.22974002}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.1833669}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1086/301513', 'pdf_url': 'https://iopscience.iop.org/article/10.1086/301513/pdf', 'source': {'id': 'https://openalex.org/S100695177', 'display_name': 'The Astronomical Journal', 'issn_l': '0004-6256', 'issn': ['1538-3881', '0004-6256'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320255', 'host_organization_name': 'American Astronomical Society', 'host_organization_lineage': ['https://openalex.org/P4310320255'], 'host_organization_lineage_names': ['American Astronomical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://www.osti.gov/biblio/1847339', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402487', 'display_name': 'OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I139351228', 'host_organization_name': 'Office of Scientific and Technical Information', 'host_organization_lineage': ['https://openalex.org/I139351228'], 'host_organization_lineage_names': ['Office of Scientific and Technical Information'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/astro-ph/0006396', 'pdf_url': 'https://arxiv.org/pdf/astro-ph/0006396', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': None, 'pdf_url': 'https://arxiv.org/pdf/astro-ph/0006396v1.pdf', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1086/301513', 'pdf_url': 'https://iopscience.iop.org/article/10.1086/301513/pdf', 'source': {'id': 'https://openalex.org/S100695177', 'display_name': 'The Astronomical Journal', 'issn_l': '0004-6256', 'issn': ['1538-3881', '0004-6256'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320255', 'host_organization_name': 'American Astronomical Society', 'host_organization_lineage': ['https://openalex.org/P4310320255'], 'host_organization_lineage_names': ['American Astronomical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.2}], 'grants': [], 'referenced_works_count': 36, 'referenced_works': ['https://openalex.org/W1603214771', 'https://openalex.org/W1605233528', 'https://openalex.org/W1619886093', 'https://openalex.org/W1967279016', 'https://openalex.org/W1971222837', 'https://openalex.org/W1978875836', 'https://openalex.org/W1979742375', 'https://openalex.org/W1987605160', 'https://openalex.org/W1988538989', 'https://openalex.org/W1989511749', 'https://openalex.org/W1993457415', 'https://openalex.org/W1994249217', 'https://openalex.org/W1998823839', 'https://openalex.org/W1999610012', 'https://openalex.org/W2015616950', 'https://openalex.org/W2020185953', 'https://openalex.org/W2024223537', 'https://openalex.org/W2032674235', 'https://openalex.org/W2034172020', 'https://openalex.org/W2045481488', 'https://openalex.org/W2047002529', 'https://openalex.org/W2055871724', 'https://openalex.org/W2069970095', 'https://openalex.org/W2082592033', 'https://openalex.org/W2105957148', 'https://openalex.org/W2111817932', 'https://openalex.org/W2118502068', 'https://openalex.org/W2121660985', 'https://openalex.org/W2130408131', 'https://openalex.org/W2133552153', 'https://openalex.org/W2619228784', 'https://openalex.org/W2835642794', 'https://openalex.org/W3099250505', 'https://openalex.org/W3100640281', 'https://openalex.org/W3102476212', 'https://openalex.org/W3106089531'], 'related_works': ['https://openalex.org/W1922699913', 'https://openalex.org/W1988291978', 'https://openalex.org/W1997076624', 'https://openalex.org/W2002418785', 'https://openalex.org/W2798600423', 'https://openalex.org/W2948195427', 'https://openalex.org/W3102549633', 'https://openalex.org/W4308191026', 'https://openalex.org/W4311106177', 'https://openalex.org/W4376272447'], 'ngrams_url': 'https://api.openalex.org/works/W2157917411/ngrams', 'abstract_inverted_index': {'The': [0], 'Sloan': [1], 'Digital': [2], 'Sky': [3], 'Survey': [4], '(SDSS)': [5], 'will': [6], 'provide': [7], 'the': [8, 15, 23, 59, 70, 76, 82, 89], 'data': [9, 86], 'to': [10, 46, 96], 'support': [11], 'detailed': [12], 'investigations': [13], 'of': [14, 17, 33, 49, 58, 88], 'distribution': [16], 'luminous': [18], 'and': [19, 27, 54, 64, 85, 91], 'nonluminous': [20], 'matter': [21], 'in': [22, 41, 69], 'universe:': [24], 'a': [25, 47, 55], 'photometrically': [26], 'astrometrically': [28], 'calibrated': [29], 'digital': [30], 'imaging': [31, 77], 'survey': [32, 57], 'π': [34], 'sr': [35], 'above': [36], 'about': [37], 'Galactic': [38], 'latitude': [39], '30°': [40], 'five': [42], 'broad': [43], 'optical': [44], 'bands': [45], 'depth': [48], "g'": [50], '∼': [51], '23': [52], 'mag,': [53], 'spectroscopic': [56], 'approximately': [60], '106': [61], 'brightest': [62, 66], 'galaxies': [63], '105': [65], 'quasars': [67], 'found': [68], 'photometric': [71], 'object': [72], 'catalog': [73], 'produced': [74], 'by': [75], 'survey.': [78], 'This': [79], 'paper': [80], 'summarizes': [81], 'observational': [83], 'parameters': [84], 'products': [87], 'SDSS': [90], 'serves': [92], 'as': [93], 'an': [94], 'introduction': [95], 'extensive': [97], 'technical': [98], 'on-line': [99], 'documentation.': [100]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2157917411', 'counts_by_year': [{'year': 2023, 'cited_by_count': 295}, {'year': 2022, 'cited_by_count': 429}, {'year': 2021, 'cited_by_count': 380}, {'year': 2020, 'cited_by_count': 444}, {'year': 2019, 'cited_by_count': 458}, {'year': 2018, 'cited_by_count': 458}, {'year': 2017, 'cited_by_count': 462}, {'year': 2016, 'cited_by_count': 508}, {'year': 2015, 'cited_by_count': 469}, {'year': 2014, 'cited_by_count': 467}, {'year': 2013, 'cited_by_count': 449}, {'year': 2012, 'cited_by_count': 431}], 'updated_date': '2023-09-30T00:14:45.941980', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2142841029', 'doi': 'https://doi.org/10.1038/nmat1368', 'title': 'Nanostructured materials for advanced energy conversion and storage devices', 'display_name': 'Nanostructured materials for advanced energy conversion and storage devices', 'publication_year': 2005, 'publication_date': '2005-05-01', 'ids': {'openalex': 'https://openalex.org/W2142841029', 'doi': 'https://doi.org/10.1038/nmat1368', 'mag': '2142841029', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/15867920'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nmat1368', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S103895331', 'display_name': 'Nature Materials', 'issn_l': '1476-1122', 'issn': ['1476-4660', '1476-1122'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5035404754', 'display_name': 'A.S. Aricò', 'orcid': 'https://orcid.org/0000-0001-8975-6215'}, 'institutions': [{'id': 'https://openalex.org/I4210147709', 'display_name': 'Institute for Advanced Energy Technologies', 'ror': 'https://ror.org/052q58629', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I4210147709', 'https://openalex.org/I4210155236']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Antonino Salvatore Aricò', 'raw_affiliation_string': 'Istituto CNR-ITAE, 98126 S. Lucia, Messina, Italy', 'raw_affiliation_strings': ['Istituto CNR-ITAE, 98126 S. Lucia, Messina, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056496930', 'display_name': 'Peter G. Bruce', 'orcid': 'https://orcid.org/0000-0001-6748-3084'}, 'institutions': [{'id': 'https://openalex.org/I16835326', 'display_name': 'University of St Andrews', 'ror': 'https://ror.org/02wn5qz54', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I16835326']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Peter Bruce', 'raw_affiliation_string': 'School of Chemistry, University of St Andrews, Scotland', 'raw_affiliation_strings': ['School of Chemistry, University of St Andrews, Scotland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045848593', 'display_name': 'B. Scrosati', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I861853513', 'display_name': 'Sapienza University of Rome', 'ror': 'https://ror.org/02be6w209', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I861853513']}], 'countries': ['IT'], 'is_corresponding': True, 'raw_author_name': 'Bruno Scrosati', 'raw_affiliation_string': "Dipartimento di Chimica, Università 'La Sapienza', Rome, Italy", 'raw_affiliation_strings': ["Dipartimento di Chimica, Università 'La Sapienza', Rome, Italy"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019830612', 'display_name': 'Jean‐Marie Tarascon', 'orcid': 'https://orcid.org/0000-0002-7059-6845'}, 'institutions': [{'id': 'https://openalex.org/I4647051', 'display_name': 'University of Picardie Jules Verne', 'ror': 'https://ror.org/01gyxrk03', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4647051']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean-Marie Tarascon', 'raw_affiliation_string': 'CNRS UMR-6047,; CNRS UMR-6047, Amiens, France; Université de Picardie Jules Verne, LRCS', 'raw_affiliation_strings': ['CNRS UMR-6047,', 'CNRS UMR-6047, Amiens, France', 'Université de Picardie Jules Verne, LRCS']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5079327880', 'display_name': 'Walter van Schalkwijk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210108985', 'display_name': 'Bellevue Hospital Center', 'ror': 'https://ror.org/01ky34z31', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1283621791', 'https://openalex.org/I4210086933', 'https://openalex.org/I4210108985']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Walter van Schalkwijk', 'raw_affiliation_string': 'EnergyPlex Corporation, Bellevue, USA', 'raw_affiliation_strings': ['EnergyPlex Corporation, Bellevue, USA']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 6, 'corresponding_author_ids': ['https://openalex.org/A5045848593'], 'corresponding_institution_ids': ['https://openalex.org/I861853513'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 7982, 'biblio': {'volume': '4', 'issue': '5', 'first_page': '366', 'last_page': '377'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C6585489', 'wikidata': 'https://www.wikidata.org/wiki/Q754523', 'display_name': 'Supercapacitor', 'level': 4, 'score': 0.7423527}, {'id': 'https://openalex.org/C73916439', 'wikidata': 'https://www.wikidata.org/wiki/Q837718', 'display_name': 'Energy storage', 'level': 3, 'score': 0.6716144}, {'id': 'https://openalex.org/C171250308', 'wikidata': 'https://www.wikidata.org/wiki/Q11468', 'display_name': 'Nanotechnology', 'level': 1, 'score': 0.64999443}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 0.5899918}, {'id': 'https://openalex.org/C144822601', 'wikidata': 'https://www.wikidata.org/wiki/Q11271324', 'display_name': 'Energy transformation', 'level': 2, 'score': 0.5498649}, {'id': 'https://openalex.org/C2778541603', 'wikidata': 'https://www.wikidata.org/wiki/Q152763', 'display_name': 'Lithium (medication)', 'level': 2, 'score': 0.49447846}, {'id': 'https://openalex.org/C138631740', 'wikidata': 'https://www.wikidata.org/wiki/Q967847', 'display_name': 'Nanomaterials', 'level': 2, 'score': 0.47910905}, {'id': 'https://openalex.org/C68189081', 'wikidata': 'https://www.wikidata.org/wiki/Q12748', 'display_name': 'Fossil fuel', 'level': 2, 'score': 0.44300735}, {'id': 'https://openalex.org/C17525397', 'wikidata': 'https://www.wikidata.org/wiki/Q176140', 'display_name': 'Electrode', 'level': 2, 'score': 0.19669056}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.10085827}, {'id': 'https://openalex.org/C52859227', 'wikidata': 'https://www.wikidata.org/wiki/Q7877', 'display_name': 'Electrochemistry', 'level': 3, 'score': 0.094002426}, {'id': 'https://openalex.org/C548081761', 'wikidata': 'https://www.wikidata.org/wiki/Q180388', 'display_name': 'Waste management', 'level': 1, 'score': 0.08393866}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.06574398}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C163258240', 'wikidata': 'https://www.wikidata.org/wiki/Q25342', 'display_name': 'Power (physics)', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C147789679', 'wikidata': 'https://www.wikidata.org/wiki/Q11372', 'display_name': 'Physical chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C97355855', 'wikidata': 'https://www.wikidata.org/wiki/Q11473', 'display_name': 'Thermodynamics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nmat1368', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S103895331', 'display_name': 'Nature Materials', 'issn_l': '1476-1122', 'issn': ['1476-4660', '1476-1122'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/15867920', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.85}], 'grants': [], 'referenced_works_count': 89, 'referenced_works': ['https://openalex.org/W272838556', 'https://openalex.org/W1225583137', 'https://openalex.org/W1568793683', 'https://openalex.org/W1607945206', 'https://openalex.org/W1615371353', 'https://openalex.org/W1624483887', 'https://openalex.org/W1626854854', 'https://openalex.org/W1662595031', 'https://openalex.org/W1775183869', 'https://openalex.org/W1794469750', 'https://openalex.org/W1949231392', 'https://openalex.org/W1964452274', 'https://openalex.org/W1964566099', 'https://openalex.org/W1965599883', 'https://openalex.org/W1967939167', 'https://openalex.org/W1971409820', 'https://openalex.org/W1973572830', 'https://openalex.org/W1974487349', 'https://openalex.org/W1974874386', 'https://openalex.org/W1977646895', 'https://openalex.org/W1978446411', 'https://openalex.org/W1985786341', 'https://openalex.org/W1985945601', 'https://openalex.org/W1986580309', 'https://openalex.org/W1988561735', 'https://openalex.org/W1989180618', 'https://openalex.org/W1991730865', 'https://openalex.org/W1991931670', 'https://openalex.org/W1994463620', 'https://openalex.org/W1994476529', 'https://openalex.org/W1996871679', 'https://openalex.org/W1997106239', 'https://openalex.org/W2002015916', 'https://openalex.org/W2005824291', 'https://openalex.org/W2006709619', 'https://openalex.org/W2008986361', 'https://openalex.org/W2009355400', 'https://openalex.org/W2009392824', 'https://openalex.org/W2015338034', 'https://openalex.org/W2023594837', 'https://openalex.org/W2025346738', 'https://openalex.org/W2027162249', 'https://openalex.org/W2030070015', 'https://openalex.org/W2039784633', 'https://openalex.org/W2043272758', 'https://openalex.org/W2045674746', 'https://openalex.org/W2045919680', 'https://openalex.org/W2047772501', 'https://openalex.org/W2054110169', 'https://openalex.org/W2058634500', 'https://openalex.org/W2061253553', 'https://openalex.org/W2062889665', 'https://openalex.org/W2062917052', 'https://openalex.org/W2065852943', 'https://openalex.org/W2070721404', 'https://openalex.org/W2072248497', 'https://openalex.org/W2073330324', 'https://openalex.org/W2074718778', 'https://openalex.org/W2078274942', 'https://openalex.org/W2079960653', 'https://openalex.org/W2080139734', 'https://openalex.org/W2082041721', 'https://openalex.org/W2087306008', 'https://openalex.org/W2087686645', 'https://openalex.org/W2090372658', 'https://openalex.org/W2090810785', 'https://openalex.org/W2097213905', 'https://openalex.org/W2099895320', 'https://openalex.org/W2101772810', 'https://openalex.org/W2109817865', 'https://openalex.org/W2113437535', 'https://openalex.org/W2122700923', 'https://openalex.org/W2127531540', 'https://openalex.org/W2141000786', 'https://openalex.org/W2149308840', 'https://openalex.org/W2151910008', 'https://openalex.org/W2155709000', 'https://openalex.org/W2157776944', 'https://openalex.org/W2159898685', 'https://openalex.org/W2167383445', 'https://openalex.org/W2169398350', 'https://openalex.org/W2949180900', 'https://openalex.org/W2952220090', 'https://openalex.org/W2952744162', 'https://openalex.org/W3144645171', 'https://openalex.org/W4232674750', 'https://openalex.org/W4240200665', 'https://openalex.org/W4245158813', 'https://openalex.org/W4297675148'], 'related_works': ['https://openalex.org/W1980199867', 'https://openalex.org/W2042802538', 'https://openalex.org/W2140962444', 'https://openalex.org/W2592813822', 'https://openalex.org/W2951483487', 'https://openalex.org/W2964389415', 'https://openalex.org/W3162115034', 'https://openalex.org/W4220870744', 'https://openalex.org/W4229083675', 'https://openalex.org/W4312251055'], 'ngrams_url': 'https://api.openalex.org/works/W2142841029/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2142841029', 'counts_by_year': [{'year': 2023, 'cited_by_count': 187}, {'year': 2022, 'cited_by_count': 275}, {'year': 2021, 'cited_by_count': 363}, {'year': 2020, 'cited_by_count': 438}, {'year': 2019, 'cited_by_count': 542}, {'year': 2018, 'cited_by_count': 685}, {'year': 2017, 'cited_by_count': 739}, {'year': 2016, 'cited_by_count': 745}, {'year': 2015, 'cited_by_count': 856}, {'year': 2014, 'cited_by_count': 809}, {'year': 2013, 'cited_by_count': 683}, {'year': 2012, 'cited_by_count': 503}], 'updated_date': '2023-10-03T10:23:03.788018', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2151207643', 'doi': 'https://doi.org/10.1038/nmat3191', 'title': 'Li–O2 and Li–S batteries with high energy storage', 'display_name': 'Li–O2 and Li–S batteries with high energy storage', 'publication_year': 2011, 'publication_date': '2011-12-15', 'ids': {'openalex': 'https://openalex.org/W2151207643', 'doi': 'https://doi.org/10.1038/nmat3191', 'mag': '2151207643', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/22169914'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nmat3191', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S103895331', 'display_name': 'Nature Materials', 'issn_l': '1476-1122', 'issn': ['1476-4660', '1476-1122'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5056496930', 'display_name': 'Peter G. Bruce', 'orcid': 'https://orcid.org/0000-0001-6748-3084'}, 'institutions': [{'id': 'https://openalex.org/I16835326', 'display_name': 'University of St Andrews', 'ror': 'https://ror.org/02wn5qz54', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I16835326']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Peter G. Bruce', 'raw_affiliation_string': 'School of Chemistry, University of St Andrews, UK', 'raw_affiliation_strings': ['School of Chemistry, University of St Andrews, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039467561', 'display_name': 'Stefan Freunberger', 'orcid': 'https://orcid.org/0000-0003-2902-5319'}, 'institutions': [{'id': 'https://openalex.org/I16835326', 'display_name': 'University of St Andrews', 'ror': 'https://ror.org/02wn5qz54', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I16835326']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Stefan A. Freunberger', 'raw_affiliation_string': 'School of Chemistry, University of St Andrews, UK', 'raw_affiliation_strings': ['School of Chemistry, University of St Andrews, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039774913', 'display_name': 'Laurence J. Hardwick', 'orcid': 'https://orcid.org/0000-0001-8796-685X'}, 'institutions': [{'id': 'https://openalex.org/I16835326', 'display_name': 'University of St Andrews', 'ror': 'https://ror.org/02wn5qz54', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I16835326']}, {'id': 'https://openalex.org/I146655781', 'display_name': 'University of Liverpool', 'ror': 'https://ror.org/04xs57h96', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I146655781']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Laurence J. Hardwick', 'raw_affiliation_string': 'Present address: Stephenson Institute for Renewable Energy, Department of Chemistry, University of Liverpool, Crown Street, Liverpool L69 7ZD, UK,; School of Chemistry, University of St Andrews, UK', 'raw_affiliation_strings': ['Present address: Stephenson Institute for Renewable Energy, Department of Chemistry, University of Liverpool, Crown Street, Liverpool L69 7ZD, UK,', 'School of Chemistry, University of St Andrews, UK']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5036071558', 'display_name': 'J. M. Tarascon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210119088', 'display_name': 'Laboratoire de Réactivité et Chimie des Solides', 'ror': 'https://ror.org/02m9cs548', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I4210119088', 'https://openalex.org/I4210128300', 'https://openalex.org/I4647051']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean Marie Tarascon', 'raw_affiliation_string': 'Laboratoire de Réactivité et Chimie des Solides — UMR CNRS 6007, France', 'raw_affiliation_strings': ['Laboratoire de Réactivité et Chimie des Solides — UMR CNRS 6007, France']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 4, 'corresponding_author_ids': ['https://openalex.org/A5056496930'], 'corresponding_institution_ids': ['https://openalex.org/I16835326'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 7843, 'biblio': {'volume': '11', 'issue': '1', 'first_page': '19', 'last_page': '29'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778324724', 'wikidata': 'https://www.wikidata.org/wiki/Q1076056', 'display_name': 'Electrification', 'level': 3, 'score': 0.75716364}, {'id': 'https://openalex.org/C73916439', 'wikidata': 'https://www.wikidata.org/wiki/Q837718', 'display_name': 'Energy storage', 'level': 3, 'score': 0.6868312}, {'id': 'https://openalex.org/C26517878', 'wikidata': 'https://www.wikidata.org/wiki/Q228039', 'display_name': 'Key (lock)', 'level': 2, 'score': 0.54950535}, {'id': 'https://openalex.org/C138331895', 'wikidata': 'https://www.wikidata.org/wiki/Q11650', 'display_name': 'Electronics', 'level': 2, 'score': 0.53773534}, {'id': 'https://openalex.org/C171250308', 'wikidata': 'https://www.wikidata.org/wiki/Q11468', 'display_name': 'Nanotechnology', 'level': 1, 'score': 0.51648307}, {'id': 'https://openalex.org/C204323151', 'wikidata': 'https://www.wikidata.org/wiki/Q905424', 'display_name': 'Range (aeronautics)', 'level': 2, 'score': 0.50144124}, {'id': 'https://openalex.org/C145148216', 'wikidata': 'https://www.wikidata.org/wiki/Q36496', 'display_name': 'Ion', 'level': 2, 'score': 0.46550328}, {'id': 'https://openalex.org/C555008776', 'wikidata': 'https://www.wikidata.org/wiki/Q267298', 'display_name': 'Battery (electricity)', 'level': 3, 'score': 0.4160958}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 0.3942365}, {'id': 'https://openalex.org/C61696701', 'wikidata': 'https://www.wikidata.org/wiki/Q770766', 'display_name': 'Engineering physics', 'level': 1, 'score': 0.35505676}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.33610183}, {'id': 'https://openalex.org/C21880701', 'wikidata': 'https://www.wikidata.org/wiki/Q2144042', 'display_name': 'Process engineering', 'level': 1, 'score': 0.32615072}, {'id': 'https://openalex.org/C206658404', 'wikidata': 'https://www.wikidata.org/wiki/Q12725', 'display_name': 'Electricity', 'level': 2, 'score': 0.24575967}, {'id': 'https://openalex.org/C119599485', 'wikidata': 'https://www.wikidata.org/wiki/Q43035', 'display_name': 'Electrical engineering', 'level': 1, 'score': 0.2422035}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.22146675}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.20304579}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.12330592}, {'id': 'https://openalex.org/C163258240', 'wikidata': 'https://www.wikidata.org/wiki/Q25342', 'display_name': 'Power (physics)', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C38652104', 'wikidata': 'https://www.wikidata.org/wiki/Q3510521', 'display_name': 'Computer security', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nmat3191', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S103895331', 'display_name': 'Nature Materials', 'issn_l': '1476-1122', 'issn': ['1476-4660', '1476-1122'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/22169914', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.84}], 'grants': [], 'referenced_works_count': 119, 'referenced_works': ['https://openalex.org/W272838556', 'https://openalex.org/W1503411567', 'https://openalex.org/W1576423437', 'https://openalex.org/W1620090426', 'https://openalex.org/W1664474894', 'https://openalex.org/W1949231392', 'https://openalex.org/W1964980119', 'https://openalex.org/W1965177090', 'https://openalex.org/W1966070407', 'https://openalex.org/W1967218809', 'https://openalex.org/W1970125014', 'https://openalex.org/W1971101373', 'https://openalex.org/W1971756711', 'https://openalex.org/W1975193078', 'https://openalex.org/W1977582041', 'https://openalex.org/W1977968849', 'https://openalex.org/W1977972992', 'https://openalex.org/W1978113302', 'https://openalex.org/W1978226999', 'https://openalex.org/W1978990849', 'https://openalex.org/W1980723242', 'https://openalex.org/W1981204912', 'https://openalex.org/W1982645938', 'https://openalex.org/W1983516161', 'https://openalex.org/W1984060337', 'https://openalex.org/W1985963445', 'https://openalex.org/W1987722945', 'https://openalex.org/W1989093308', 'https://openalex.org/W1990579090', 'https://openalex.org/W1993205902', 'https://openalex.org/W1993360176', 'https://openalex.org/W1994385659', 'https://openalex.org/W1995195518', 'https://openalex.org/W1995413883', 'https://openalex.org/W1995931839', 'https://openalex.org/W1997613205', 'https://openalex.org/W1999319822', 'https://openalex.org/W1999957941', 'https://openalex.org/W2000283847', 'https://openalex.org/W2000484830', 'https://openalex.org/W2001605634', 'https://openalex.org/W2001747724', 'https://openalex.org/W2001859144', 'https://openalex.org/W2002293583', 'https://openalex.org/W2004651038', 'https://openalex.org/W2008115133', 'https://openalex.org/W2013572715', 'https://openalex.org/W2013991612', 'https://openalex.org/W2015693422', 'https://openalex.org/W2019903682', 'https://openalex.org/W2023665497', 'https://openalex.org/W2025142502', 'https://openalex.org/W2027093631', 'https://openalex.org/W2028700237', 'https://openalex.org/W2029047105', 'https://openalex.org/W2032695259', 'https://openalex.org/W2033492048', 'https://openalex.org/W2034072545', 'https://openalex.org/W2035094613', 'https://openalex.org/W2038647413', 'https://openalex.org/W2038919232', 'https://openalex.org/W2040699956', 'https://openalex.org/W2043713115', 'https://openalex.org/W2050414213', 'https://openalex.org/W2051310864', 'https://openalex.org/W2057587650', 'https://openalex.org/W2057899803', 'https://openalex.org/W2058416470', 'https://openalex.org/W2060756208', 'https://openalex.org/W2060834880', 'https://openalex.org/W2060895986', 'https://openalex.org/W2062708064', 'https://openalex.org/W2063247134', 'https://openalex.org/W2064279488', 'https://openalex.org/W2064332952', 'https://openalex.org/W2065146264', 'https://openalex.org/W2073591213', 'https://openalex.org/W2077344278', 'https://openalex.org/W2082941808', 'https://openalex.org/W2083059975', 'https://openalex.org/W2083557455', 'https://openalex.org/W2085972323', 'https://openalex.org/W2087009376', 'https://openalex.org/W2089961265', 'https://openalex.org/W2092742983', 'https://openalex.org/W2096996151', 'https://openalex.org/W2097174687', 'https://openalex.org/W2104242056', 'https://openalex.org/W2110184083', 'https://openalex.org/W2110274261', 'https://openalex.org/W2110648861', 'https://openalex.org/W2120456504', 'https://openalex.org/W2123586349', 'https://openalex.org/W2124235175', 'https://openalex.org/W2128142815', 'https://openalex.org/W2129305063', 'https://openalex.org/W2133719430', 'https://openalex.org/W2135571158', 'https://openalex.org/W2136245070', 'https://openalex.org/W2149350863', 'https://openalex.org/W2151085158', 'https://openalex.org/W2153887810', 'https://openalex.org/W2156589973', 'https://openalex.org/W2158574819', 'https://openalex.org/W2161748430', 'https://openalex.org/W2163054899', 'https://openalex.org/W2163531904', 'https://openalex.org/W2165573056', 'https://openalex.org/W2165881868', 'https://openalex.org/W2293627737', 'https://openalex.org/W2317410292', 'https://openalex.org/W2323744891', 'https://openalex.org/W2324546768', 'https://openalex.org/W4230316498', 'https://openalex.org/W4233454904', 'https://openalex.org/W4234477893', 'https://openalex.org/W4247860447', 'https://openalex.org/W4254342627', 'https://openalex.org/W4362047772'], 'related_works': ['https://openalex.org/W1794016765', 'https://openalex.org/W2019650620', 'https://openalex.org/W2329452785', 'https://openalex.org/W2356380379', 'https://openalex.org/W2363925233', 'https://openalex.org/W2366284060', 'https://openalex.org/W2381221243', 'https://openalex.org/W2391464953', 'https://openalex.org/W2899084033', 'https://openalex.org/W4210303045'], 'ngrams_url': 'https://api.openalex.org/works/W2151207643/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2151207643', 'counts_by_year': [{'year': 2023, 'cited_by_count': 465}, {'year': 2022, 'cited_by_count': 692}, {'year': 2021, 'cited_by_count': 774}, {'year': 2020, 'cited_by_count': 845}, {'year': 2019, 'cited_by_count': 901}, {'year': 2018, 'cited_by_count': 908}, {'year': 2017, 'cited_by_count': 838}, {'year': 2016, 'cited_by_count': 781}, {'year': 2015, 'cited_by_count': 682}, {'year': 2014, 'cited_by_count': 523}, {'year': 2013, 'cited_by_count': 331}, {'year': 2012, 'cited_by_count': 110}], 'updated_date': '2023-10-01T06:23:52.586804', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2135625048', 'doi': 'https://doi.org/10.1051/0004-6361/201322068', 'title': 'Astropy: A community Python package for astronomy', 'display_name': 'Astropy: A community Python package for astronomy', 'publication_year': 2013, 'publication_date': '2013-09-30', 'ids': {'openalex': 'https://openalex.org/W2135625048', 'doi': 'https://doi.org/10.1051/0004-6361/201322068', 'mag': '2135625048'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1051/0004-6361/201322068', 'pdf_url': 'https://www.aanda.org/articles/aa/pdf/2013/10/aa22068-13.pdf', 'source': {'id': 'https://openalex.org/S205231332', 'display_name': 'Astronomy and Astrophysics', 'issn_l': '0004-6361', 'issn': ['0004-6361', '1432-0746'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319748', 'host_organization_name': 'EDP Sciences', 'host_organization_lineage': ['https://openalex.org/P4310319748'], 'host_organization_lineage_names': ['EDP Sciences'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.aanda.org/articles/aa/pdf/2013/10/aa22068-13.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5014651763', 'display_name': 'Thomas Robitaille', 'orcid': 'https://orcid.org/0000-0002-8642-1329'}, 'institutions': [{'id': 'https://openalex.org/I4210109156', 'display_name': 'Max Planck Institute for Astronomy', 'ror': 'https://ror.org/01vhnrs90', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210109156']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Thomas P. Robitaille', 'raw_affiliation_string': 'Max Planck Institute for Astronomy', 'raw_affiliation_strings': ['Max Planck Institute for Astronomy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083524651', 'display_name': 'Erik Tollerud', 'orcid': 'https://orcid.org/0000-0002-9599-310X'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Erik J. Tollerud', 'raw_affiliation_string': 'Department of Astronomy, Yale University, PO Box 208101, New Haven, CT 06510, USA', 'raw_affiliation_strings': ['Department of Astronomy, Yale University, PO Box 208101, New Haven, CT 06510, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052341993', 'display_name': 'P. Greenfield', 'orcid': 'https://orcid.org/0000-0003-2269-0551'}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Perry Greenfield', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035044633', 'display_name': 'Michael Droettboom', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael Droettboom', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016882821', 'display_name': 'Erik M. Bray', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Erik Bray', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050397299', 'display_name': 'T. L. Aldcroft', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210124175', 'display_name': 'Center for Astrophysics Harvard & Smithsonian', 'ror': 'https://ror.org/03c3r2d17', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103187081', 'https://openalex.org/I136199984', 'https://openalex.org/I4210124175']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tom Aldcroft', 'raw_affiliation_string': 'Harvard–Smithsonian Center for Astrophysics, 60 Garden Street,Cambridge, MA 02138, USA', 'raw_affiliation_strings': ['Harvard–Smithsonian Center for Astrophysics, 60 Garden Street,Cambridge, MA 02138, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031038080', 'display_name': 'M. Ryleigh Davis', 'orcid': 'https://orcid.org/0000-0002-7451-4704'}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Matt Davis', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039093835', 'display_name': 'Adam Ginsburg', 'orcid': 'https://orcid.org/0000-0001-6431-9633'}, 'institutions': [{'id': 'https://openalex.org/I4210114008', 'display_name': 'Laboratory for Atmospheric and Space Physics', 'ror': 'https://ror.org/01fcjzv38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I188538660', 'https://openalex.org/I4210114008']}, {'id': 'https://openalex.org/I188538660', 'display_name': 'University of Colorado Boulder', 'ror': 'https://ror.org/02ttsq026', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I188538660', 'https://openalex.org/I2802236040']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Adam Ginsburg', 'raw_affiliation_string': 'Center for Astrophysics and Space Astronomy, University of Colorado, Boulder, CO 80309, USA.', 'raw_affiliation_strings': ['Center for Astrophysics and Space Astronomy, University of Colorado, Boulder, CO 80309, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051357815', 'display_name': 'Adrian M. Price-Whelan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I78577930', 'display_name': 'Columbia University', 'ror': 'https://ror.org/00hj8s172', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I78577930']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Adrian M. Price-Whelan', 'raw_affiliation_string': 'Department of Astronomy, Columbia University, Pupin Hall, 550W 120th St., New York, NY 10027, USA', 'raw_affiliation_strings': ['Department of Astronomy, Columbia University, Pupin Hall, 550W 120th St., New York, NY 10027, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002576957', 'display_name': 'Wolfgang Kerzendorf', 'orcid': 'https://orcid.org/0000-0002-0479-7235'}, 'institutions': [{'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Wolfgang E. Kerzendorf', 'raw_affiliation_string': 'Department of Astronomy and Astrophysics, University of Toronto, 50 Saint George Street, Toronto, ON M5S3H4, Canada', 'raw_affiliation_strings': ['Department of Astronomy and Astrophysics, University of Toronto, 50 Saint George Street, Toronto, ON M5S3H4, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002474817', 'display_name': 'A. Conley', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210114008', 'display_name': 'Laboratory for Atmospheric and Space Physics', 'ror': 'https://ror.org/01fcjzv38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I188538660', 'https://openalex.org/I4210114008']}, {'id': 'https://openalex.org/I188538660', 'display_name': 'University of Colorado Boulder', 'ror': 'https://ror.org/02ttsq026', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I188538660', 'https://openalex.org/I2802236040']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Alexander Conley', 'raw_affiliation_string': 'Center for Astrophysics and Space Astronomy, University of Colorado, Boulder, CO 80309, USA.', 'raw_affiliation_strings': ['Center for Astrophysics and Space Astronomy, University of Colorado, Boulder, CO 80309, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067496725', 'display_name': 'Neil H. M. Crighton', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109156', 'display_name': 'Max Planck Institute for Astronomy', 'ror': 'https://ror.org/01vhnrs90', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210109156']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Neil Crighton', 'raw_affiliation_string': 'Max-Planck Institut fur Astronomie, Königstuhl 17, 69117 Heidelberg, Germany', 'raw_affiliation_strings': ['Max-Planck Institut fur Astronomie, Königstuhl 17, 69117 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048639381', 'display_name': 'Kyle Barbary', 'orcid': 'https://orcid.org/0000-0002-2532-3696'}, 'institutions': [{'id': 'https://openalex.org/I1282105669', 'display_name': 'Argonne National Laboratory', 'ror': 'https://ror.org/05gvnxz63', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1282105669', 'https://openalex.org/I1330989302', 'https://openalex.org/I40347166']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kyle Barbary', 'raw_affiliation_string': 'Argonne National Laboratory, High Energy Physics Division, 9700 South Cass Avenue, Argonne, IL 60439, USA', 'raw_affiliation_strings': ['Argonne National Laboratory, High Energy Physics Division, 9700 South Cass Avenue, Argonne, IL 60439, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067904028', 'display_name': 'Demitri Muna', 'orcid': 'https://orcid.org/0000-0002-1631-4114'}, 'institutions': [{'id': 'https://openalex.org/I52357470', 'display_name': 'The Ohio State University', 'ror': 'https://ror.org/00rs6vg23', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802096936', 'https://openalex.org/I52357470']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Demitri Muna', 'raw_affiliation_string': 'Department\xa0of Astronomy, Ohio State University, Columbus, OH 43210, USA', 'raw_affiliation_strings': ['Department\xa0of Astronomy, Ohio State University, Columbus, OH 43210, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042305541', 'display_name': 'Henry C. Ferguson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Henry Ferguson', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029311466', 'display_name': 'Frédéric Grollier', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Frédéric Grollier', 'raw_affiliation_string': 'Independent developer', 'raw_affiliation_strings': ['Independent developer']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058211457', 'display_name': 'Madhura M. Parikh', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42014448', 'display_name': 'Sardar Vallabhbhai National Institute of Technology Surat', 'ror': 'https://ror.org/02y394t43', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I42014448']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Madhura M. Parikh', 'raw_affiliation_string': 'S.V.National Institute of Technology, 395007 Surat., India', 'raw_affiliation_strings': ['S.V.National Institute of Technology, 395007 Surat., India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031218779', 'display_name': 'Prasanth H. Nair', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Prasanth H. Nair', 'raw_affiliation_string': 'Independent developer', 'raw_affiliation_strings': ['Independent developer']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046850653', 'display_name': 'H. M. Günther', 'orcid': 'https://orcid.org/0000-0003-4243-2840'}, 'institutions': [{'id': 'https://openalex.org/I4210124175', 'display_name': 'Center for Astrophysics Harvard & Smithsonian', 'ror': 'https://ror.org/03c3r2d17', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103187081', 'https://openalex.org/I136199984', 'https://openalex.org/I4210124175']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Hans M. Günther', 'raw_affiliation_string': 'Harvard–Smithsonian Center for Astrophysics, 60 Garden Street,Cambridge, MA 02138, USA', 'raw_affiliation_strings': ['Harvard–Smithsonian Center for Astrophysics, 60 Garden Street,Cambridge, MA 02138, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027110356', 'display_name': 'C. Deil', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210156266', 'display_name': 'Max Planck Institute for Nuclear Physics', 'ror': 'https://ror.org/052d0h423', 'country_code': 'DE', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210156266']}, {'id': 'https://openalex.org/I149899117', 'display_name': 'Max Planck Society', 'ror': 'https://ror.org/01hhn8329', 'country_code': 'DE', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I149899117']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Christoph Deil', 'raw_affiliation_string': 'Division Prof. Dr. Werner Hofmann, MPI for Nuclear Physics, Max Planck Society', 'raw_affiliation_strings': ['Division Prof. Dr. Werner Hofmann, MPI for Nuclear Physics, Max Planck Society']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055046605', 'display_name': 'J. Woillez', 'orcid': 'https://orcid.org/0000-0002-2958-4738'}, 'institutions': [{'id': 'https://openalex.org/I1321434546', 'display_name': 'European Southern Observatory', 'ror': 'https://ror.org/01qtasp15', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1321434546']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Julien Woillez', 'raw_affiliation_string': 'European Southern Observatory, Karl-Schwarzschild-Str. 2, 85748, Garching bei München, Germany', 'raw_affiliation_strings': ['European Southern Observatory, Karl-Schwarzschild-Str. 2, 85748, Garching bei München, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038234856', 'display_name': 'Simon Conseil', 'orcid': 'https://orcid.org/0000-0002-3657-4191'}, 'institutions': [{'id': 'https://openalex.org/I4210097422', 'display_name': 'Laboratoire d’Astrophysique de Marseille', 'ror': 'https://ror.org/00ssy9q55', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I21491767', 'https://openalex.org/I4210097422', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Simon Conseil', 'raw_affiliation_string': 'Laboratoire d’Astrophysique de Marseille, OAMP, Université Aix-Marseille et CNRS, 13388 Marseille, France', 'raw_affiliation_strings': ['Laboratoire d’Astrophysique de Marseille, OAMP, Université Aix-Marseille et CNRS, 13388 Marseille, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002867523', 'display_name': 'Roban Hultman Kramer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I35440088', 'display_name': 'ETH Zurich', 'ror': 'https://ror.org/05a28rw58', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I2799323385', 'https://openalex.org/I35440088']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Roban Kramer', 'raw_affiliation_string': 'ETH Zürich, Institute for Astronomy, Wolfgang-Pauli-Strasse 27, Building HIT, Floor J, 8093 Zurich, Switzerland', 'raw_affiliation_strings': ['ETH Zürich, Institute for Astronomy, Wolfgang-Pauli-Strasse 27, Building HIT, Floor J, 8093 Zurich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047851801', 'display_name': 'James Turner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210121961', 'display_name': 'Gemini South Observatory', 'ror': 'https://ror.org/02wtj7z45', 'country_code': 'CL', 'type': 'facility', 'lineage': ['https://openalex.org/I4210100831', 'https://openalex.org/I4210121961']}], 'countries': ['CL'], 'is_corresponding': False, 'raw_author_name': 'James E. H. Turner', 'raw_affiliation_string': 'Gemini Observatory, Casilla 603, La Serena, Chile', 'raw_affiliation_strings': ['Gemini Observatory, Casilla 603, La Serena, Chile']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021674617', 'display_name': 'L. P. Singer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I122411786', 'display_name': 'California Institute of Technology', 'ror': 'https://ror.org/05dxps055', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I122411786']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Leo Singer', 'raw_affiliation_string': 'LIGO laboratory, California Institute of Technology, 1200 E. California Blvd., Pasadena, CA 91125, USA', 'raw_affiliation_strings': ['LIGO laboratory, California Institute of Technology, 1200 E. California Blvd., Pasadena, CA 91125, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088884457', 'display_name': 'R. T. Fox', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Ryan Fox', 'raw_affiliation_string': 'Independent developer', 'raw_affiliation_strings': ['Independent developer']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031952490', 'display_name': 'B. A. Weaver', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I57206974', 'display_name': 'New York University', 'ror': 'https://ror.org/0190ak572', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I57206974']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Benjamin A. Weaver', 'raw_affiliation_string': 'Center for Cosmology and Particle Physics New York University New York NY 10003 USA', 'raw_affiliation_strings': ['Center for Cosmology and Particle Physics New York University New York NY 10003 USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032359203', 'display_name': 'V. Zabalza', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210156266', 'display_name': 'Max Planck Institute for Nuclear Physics', 'ror': 'https://ror.org/052d0h423', 'country_code': 'DE', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210156266']}, {'id': 'https://openalex.org/I149899117', 'display_name': 'Max Planck Society', 'ror': 'https://ror.org/01hhn8329', 'country_code': 'DE', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I149899117']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Victor Zabalza', 'raw_affiliation_string': 'Division Prof. Dr. Werner Hofmann, MPI for Nuclear Physics, Max Planck Society', 'raw_affiliation_strings': ['Division Prof. Dr. Werner Hofmann, MPI for Nuclear Physics, Max Planck Society']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033683800', 'display_name': 'Zachary Edwards', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I121820613', 'display_name': 'Louisiana State University', 'ror': 'https://ror.org/05ect4e57', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I107341208', 'https://openalex.org/I121820613']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Zachary I. Edwards', 'raw_affiliation_string': 'Department of Physics and Astronomy, Louisiana State University, Nicholson Hall, Baton Rouge, LA 70803, USA', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Louisiana State University, Nicholson Hall, Baton Rouge, LA 70803, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050806203', 'display_name': 'K. A. Bostroem', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'K. Azalee Bostroem', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035705826', 'display_name': 'Douglas Burke', 'orcid': 'https://orcid.org/0000-0003-4428-7835'}, 'institutions': [{'id': 'https://openalex.org/I4210124175', 'display_name': 'Center for Astrophysics Harvard & Smithsonian', 'ror': 'https://ror.org/03c3r2d17', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103187081', 'https://openalex.org/I136199984', 'https://openalex.org/I4210124175']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'D. J. Burke', 'raw_affiliation_string': 'Harvard–Smithsonian Center for Astrophysics, 60 Garden Street,Cambridge, MA 02138, USA', 'raw_affiliation_strings': ['Harvard–Smithsonian Center for Astrophysics, 60 Garden Street,Cambridge, MA 02138, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024917971', 'display_name': 'Andrew R. Casey', 'orcid': 'https://orcid.org/0000-0003-0174-0564'}, 'institutions': [{'id': 'https://openalex.org/I3129270235', 'display_name': 'Mount Stromlo Observatory', 'ror': 'https://ror.org/006a4jj40', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I118347636', 'https://openalex.org/I3129270235']}, {'id': 'https://openalex.org/I118347636', 'display_name': 'Australian National University', 'ror': 'https://ror.org/019wvm592', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I118347636']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Andrew R. Casey', 'raw_affiliation_string': 'Research School of Astronomy & Astrophysics, Australian National University, Mount Stromlo Observatory, via Cotter Road, Weston Creek, ACT 2611, Australia', 'raw_affiliation_strings': ['Research School of Astronomy & Astrophysics, Australian National University, Mount Stromlo Observatory, via Cotter Road, Weston Creek, ACT 2611, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061943821', 'display_name': 'S. Crawford', 'orcid': 'https://orcid.org/0000-0002-8969-5229'}, 'institutions': [{'id': 'https://openalex.org/I4210116079', 'display_name': 'South African Radio Astronomy Observatory', 'ror': 'https://ror.org/022j2n646', 'country_code': 'ZA', 'type': 'facility', 'lineage': ['https://openalex.org/I4210116079', 'https://openalex.org/I866804994']}], 'countries': ['ZA'], 'is_corresponding': False, 'raw_author_name': 'Steven M. Crawford', 'raw_affiliation_string': 'SAAO, PO Box 9, Observatory 7935, 7925 Cape Town, South Africa', 'raw_affiliation_strings': ['SAAO, PO Box 9, Observatory 7935, 7925 Cape Town, South Africa']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068990455', 'display_name': 'Nadia Dencheva', 'orcid': 'https://orcid.org/0000-0002-5686-9632'}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nadia Dencheva', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091303690', 'display_name': 'Justin Ely', 'orcid': 'https://orcid.org/0000-0002-4814-5511'}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Justin Ely', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059513243', 'display_name': 'Tim Jenness', 'orcid': 'https://orcid.org/0000-0001-5982-167X'}, 'institutions': [{'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tim Jenness', 'raw_affiliation_string': 'Department of Astronomy, Cornell University, Ithaca, NY 14853, USA', 'raw_affiliation_strings': ['Department of Astronomy, Cornell University, Ithaca, NY 14853, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067753276', 'display_name': 'Kathleen Labrie', 'orcid': 'https://orcid.org/0000-0002-6633-7891'}, 'institutions': [{'id': 'https://openalex.org/I4210100831', 'display_name': 'Gemini North Observatory', 'ror': 'https://ror.org/0141j1w94', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210100831', 'https://openalex.org/I4210141577']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kathleen Labrie', 'raw_affiliation_string': 'Gemini Observatory, 670 N. A‘ohōkū Place, Hilo, HI 96720, USA', 'raw_affiliation_strings': ['Gemini Observatory, 670 N. A‘ohōkū Place, Hilo, HI 96720, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038308126', 'display_name': 'Pey Lian Lim', 'orcid': 'https://orcid.org/0000-0003-0079-4114'}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Pey Lian Lim', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012885803', 'display_name': 'F. Pierfederici', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1297127228', 'display_name': 'Space Telescope Science Institute', 'ror': 'https://ror.org/036f5mx38', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1297127228', 'https://openalex.org/I1313867356']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Francesco Pierfederici', 'raw_affiliation_string': 'Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA', 'raw_affiliation_strings': ['Space Telescope Science Institute 3700 San Martin Drive, Baltimore, MD, 21218, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027649787', 'display_name': 'Andrew Pontzen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Andrew Pontzen', 'raw_affiliation_string': 'Department of Physics and Astronomy, University College London, London WC1E 6BT, UK', 'raw_affiliation_strings': ['Department of Physics and Astronomy, University College London, London WC1E 6BT, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043481157', 'display_name': 'A. Ptak', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1306266525', 'display_name': 'Goddard Space Flight Center', 'ror': 'https://ror.org/0171mag52', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1306266525', 'https://openalex.org/I4210124779']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Andy Ptak', 'raw_affiliation_string': 'NASA Goddard Space Flight Center, X-ray Astrophysics Lab Code 662, Greenbelt, MD 20771, USA', 'raw_affiliation_strings': ['NASA Goddard Space Flight Center, X-ray Astrophysics Lab Code 662, Greenbelt, MD 20771, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053135314', 'display_name': 'Brian L. Refsdal', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210124175', 'display_name': 'Center for Astrophysics Harvard & Smithsonian', 'ror': 'https://ror.org/03c3r2d17', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103187081', 'https://openalex.org/I136199984', 'https://openalex.org/I4210124175']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Brian Refsdal', 'raw_affiliation_string': 'Harvard–Smithsonian Center for Astrophysics, 60 Garden Street,Cambridge, MA 02138, USA', 'raw_affiliation_strings': ['Harvard–Smithsonian Center for Astrophysics, 60 Garden Street,Cambridge, MA 02138, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017223692', 'display_name': 'Mathieu Servillat', 'orcid': 'https://orcid.org/0000-0001-5443-4128'}, 'institutions': [{'id': 'https://openalex.org/I4210124175', 'display_name': 'Center for Astrophysics Harvard & Smithsonian', 'ror': 'https://ror.org/03c3r2d17', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103187081', 'https://openalex.org/I136199984', 'https://openalex.org/I4210124175']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mathieu Servillat', 'raw_affiliation_string': 'Harvard-Smithsonian Center for Astrophysics, 60 Garden Street, Cambridge, MA 02138, USA', 'raw_affiliation_strings': ['Harvard-Smithsonian Center for Astrophysics, 60 Garden Street, Cambridge, MA 02138, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5050923883', 'display_name': 'O. Streicher', 'orcid': 'https://orcid.org/0000-0001-7751-1843'}, 'institutions': [{'id': 'https://openalex.org/I2799713863', 'display_name': 'Leibniz Institute for Astrophysics Potsdam', 'ror': 'https://ror.org/03mrbr458', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I2799713863', 'https://openalex.org/I315704651']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Ole Streicher', 'raw_affiliation_string': 'Leibniz-Institut fur Astrophysik Potsdam (AIP), An der Sternwarte 16, 14482 Potsdam (Germany)', 'raw_affiliation_strings': ['Leibniz-Institut fur Astrophysik Potsdam (AIP), An der Sternwarte 16, 14482 Potsdam (Germany)']}], 'countries_distinct_count': 10, 'institutions_distinct_count': 29, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 7815, 'biblio': {'volume': '558', 'issue': None, 'first_page': 'A33', 'last_page': 'A33'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C519991488', 'wikidata': 'https://www.wikidata.org/wiki/Q28865', 'display_name': 'Python (programming language)', 'level': 2, 'score': 0.85771775}, {'id': 'https://openalex.org/C196832560', 'wikidata': 'https://www.wikidata.org/wiki/Q8815', 'display_name': 'ASCII', 'level': 2, 'score': 0.8140632}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.7316836}, {'id': 'https://openalex.org/C2781109611', 'wikidata': 'https://www.wikidata.org/wiki/Q980316', 'display_name': 'Virtual observatory', 'level': 2, 'score': 0.6034139}, {'id': 'https://openalex.org/C68271606', 'wikidata': 'https://www.wikidata.org/wiki/Q625648', 'display_name': 'Photometry (optics)', 'level': 3, 'score': 0.49657947}, {'id': 'https://openalex.org/C1276947', 'wikidata': 'https://www.wikidata.org/wiki/Q333', 'display_name': 'Astronomy', 'level': 1, 'score': 0.46593183}, {'id': 'https://openalex.org/C121684516', 'wikidata': 'https://www.wikidata.org/wiki/Q7600677', 'display_name': 'Computer graphics (images)', 'level': 1, 'score': 0.42940998}, {'id': 'https://openalex.org/C44870925', 'wikidata': 'https://www.wikidata.org/wiki/Q37547', 'display_name': 'Astrophysics', 'level': 1, 'score': 0.3821489}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.36335278}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.26269755}, {'id': 'https://openalex.org/C150846664', 'wikidata': 'https://www.wikidata.org/wiki/Q7602306', 'display_name': 'Stars', 'level': 2, 'score': 0.12668869}], 'mesh': [], 'locations_count': 8, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1051/0004-6361/201322068', 'pdf_url': 'https://www.aanda.org/articles/aa/pdf/2013/10/aa22068-13.pdf', 'source': {'id': 'https://openalex.org/S205231332', 'display_name': 'Astronomy and Astrophysics', 'issn_l': '0004-6361', 'issn': ['0004-6361', '1432-0746'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319748', 'host_organization_name': 'EDP Sciences', 'host_organization_lineage': ['https://openalex.org/P4310319748'], 'host_organization_lineage_names': ['EDP Sciences'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/1307.6212', 'pdf_url': 'http://arxiv.org/pdf/1307.6212', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://resolver.caltech.edu/CaltechAUTHORS:20140108-113839051', 'pdf_url': 'https://authors.library.caltech.edu/43266/1/aa22068-13.pdf', 'source': {'id': 'https://openalex.org/S4306402161', 'display_name': 'CaltechAUTHORS (California Institute of Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I122411786', 'host_organization_name': 'California Institute of Technology', 'host_organization_lineage': ['https://openalex.org/I122411786'], 'host_organization_lineage_names': ['California Institute of Technology'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11858/00-001M-0000-0014-6EA6-3', 'pdf_url': 'https://pure.mpg.de/pubman/item/item_1841033_3/component/file_1841032/1307.6212.pdf', 'source': {'id': 'https://openalex.org/S4306400655', 'display_name': 'MPG.PuRe (Max Planck Society)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I149899117', 'host_organization_name': 'Max Planck Society', 'host_organization_lineage': ['https://openalex.org/I149899117'], 'host_organization_lineage_names': ['Max Planck Society'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1307.6212', 'pdf_url': 'https://arxiv.org/pdf/1307.6212', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://hal-cea.archives-ouvertes.fr/cea-01135442', 'pdf_url': 'https://cea.hal.science/cea-01135442/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://hal-cea.archives-ouvertes.fr/cea-01135442/document', 'pdf_url': 'https://hal-cea.archives-ouvertes.fr/cea-01135442/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://hal-cea.archives-ouvertes.fr/cea-01135442/file/aa22068-13.pdf', 'pdf_url': 'https://hal-cea.archives-ouvertes.fr/cea-01135442/file/aa22068-13.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1051/0004-6361/201322068', 'pdf_url': 'https://www.aanda.org/articles/aa/pdf/2013/10/aa22068-13.pdf', 'source': {'id': 'https://openalex.org/S205231332', 'display_name': 'Astronomy and Astrophysics', 'issn_l': '0004-6361', 'issn': ['0004-6361', '1432-0746'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319748', 'host_organization_name': 'EDP Sciences', 'host_organization_lineage': ['https://openalex.org/P4310319748'], 'host_organization_lineage_names': ['EDP Sciences'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.41}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.26}], 'grants': [], 'referenced_works_count': 14, 'referenced_works': ['https://openalex.org/W2007593192', 'https://openalex.org/W2057645607', 'https://openalex.org/W2058358751', 'https://openalex.org/W2104266030', 'https://openalex.org/W2105212639', 'https://openalex.org/W2146292423', 'https://openalex.org/W2147875900', 'https://openalex.org/W2149716416', 'https://openalex.org/W2156099691', 'https://openalex.org/W2160253850', 'https://openalex.org/W2162351375', 'https://openalex.org/W2165084703', 'https://openalex.org/W3099489991', 'https://openalex.org/W3105368576'], 'related_works': ['https://openalex.org/W1972018787', 'https://openalex.org/W2008086601', 'https://openalex.org/W2010133960', 'https://openalex.org/W2135625048', 'https://openalex.org/W2146469479', 'https://openalex.org/W2748952813', 'https://openalex.org/W2944460243', 'https://openalex.org/W3098791626', 'https://openalex.org/W3103114574', 'https://openalex.org/W3145073591'], 'ngrams_url': 'https://api.openalex.org/works/W2135625048/ngrams', 'abstract_inverted_index': {'We': [0], 'present': [1], 'the': [2, 8, 22, 122, 134], 'first': [3], 'public': [4], 'version': [5], '(v0.2)': [6], 'of': [7, 136], 'open-source': [9], 'and': [10, 42, 48, 59, 77, 83, 99, 102, 104, 119, 126], 'community-developed': [11], 'Python': [12], 'package,': [13], 'Astropy.': [14], 'This': [15], 'package': [16], 'provides': [17], 'core': [18, 112], 'astronomy-related': [19], 'functionality': [20, 86], 'to': [21, 55, 121, 131], 'community,': [23], 'including': [24], 'support': [25], 'for': [26, 69, 80], 'domain-specific': [27], 'file': [28], 'formats': [29], 'such': [30, 91], 'as': [31, 72, 74, 92], 'Flexible': [32], 'Image': [33], 'Transport': [34], 'System': [35], '(FITS)': [36], 'files,': [37], 'Virtual': [38], 'Observatory': [39], '(VO)': [40], 'tables,': [41], 'common': [43], 'ASCII': [44], 'table': [45], 'formats,': [46], 'unit': [47], 'physical': [49, 52], 'quantity': [50], 'conversions,': [51], 'constants': [53], 'specific': [54], 'astronomy,': [56], 'celestial': [57], 'coordinate': [58, 63], 'time': [60], 'transformations,': [61], 'world': [62], 'system': [64], '(WCS)': [65], 'support,': [66], 'generalized': [67], 'containers': [68], 'representing': [70], 'gridded': [71], 'well': [73], 'tabular': [75], 'data,': [76], 'a': [78, 93], 'framework': [79], 'cosmological': [81], 'transformations': [82], 'conversions.': [84], 'Significant': [85], 'is': [87, 115], 'under': [88], 'active': [89], 'development,': [90], 'model': [94], 'fitting': [95], 'framework,': [96], 'VO': [97], 'client': [98], 'server': [100], 'tools,': [101], 'aperture': [103], 'point': [105], 'spread': [106], 'function': [107], '(PSF)': [108], 'photometry': [109], 'tools.': [110], 'The': [111], 'development': [113, 135], 'team': [114], 'actively': [116], 'making': [117], 'additions': [118], 'enhancements': [120], 'current': [123], 'code': [124], 'base,': [125], 'we': [127], 'encourage': [128], 'anyone': [129], 'interested': [130], 'participate': [132], 'in': [133], 'future': [137], 'Astropy': [138], 'versions.': [139]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2135625048', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1160}, {'year': 2022, 'cited_by_count': 1622}, {'year': 2021, 'cited_by_count': 1424}, {'year': 2020, 'cited_by_count': 1160}, {'year': 2019, 'cited_by_count': 863}, {'year': 2018, 'cited_by_count': 699}, {'year': 2017, 'cited_by_count': 414}, {'year': 2016, 'cited_by_count': 239}, {'year': 2015, 'cited_by_count': 161}, {'year': 2014, 'cited_by_count': 83}, {'year': 2013, 'cited_by_count': 4}], 'updated_date': '2023-09-30T17:46:35.595617', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4292875581', 'doi': 'https://doi.org/10.1051/0004-6361/201525830', 'title': '<i>Planck</i>2015 results', 'display_name': '<i>Planck</i>2015 results', 'publication_year': 2016, 'publication_date': '2016-09-20', 'ids': {'openalex': 'https://openalex.org/W4292875581', 'doi': 'https://doi.org/10.1051/0004-6361/201525830'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1051/0004-6361/201525830', 'pdf_url': 'https://www.aanda.org/articles/aa/pdf/2016/10/aa25830-15.pdf', 'source': {'id': 'https://openalex.org/S205231332', 'display_name': 'Astronomy and Astrophysics', 'issn_l': '0004-6361', 'issn': ['0004-6361', '1432-0746'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319748', 'host_organization_name': 'EDP Sciences', 'host_organization_lineage': ['https://openalex.org/P4310319748'], 'host_organization_lineage_names': ['EDP Sciences'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.aanda.org/articles/aa/pdf/2016/10/aa25830-15.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5018475357', 'display_name': 'Peter A. R. Ade', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I79510175', 'display_name': 'Cardiff University', 'ror': 'https://ror.org/03kk7td41', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79510175']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'P. A. R. Ade', 'raw_affiliation_string': 'School of Physics and Astronomy, Cardiff University, Queens Buildings, The Parade, Cardiff, CF24 3AA, UK', 'raw_affiliation_strings': ['School of Physics and Astronomy, Cardiff University, Queens Buildings, The Parade, Cardiff, CF24 3AA, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091142009', 'display_name': 'N. Aghanim', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103272', 'display_name': "Institut d'Astrophysique Spatiale", 'ror': 'https://ror.org/014p8mr66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I4210103272']}, {'id': 'https://openalex.org/I277688954', 'display_name': 'University of Paris-Saclay', 'ror': 'https://ror.org/03xjwb503', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I102197404', 'display_name': 'University of Paris-Sud', 'ror': 'https://ror.org/028rypz17', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I4210145102', 'display_name': 'Institut Polytechnique de Paris', 'ror': 'https://ror.org/042tfbd02', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210145102']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'N. Aghanim', 'raw_affiliation_string': 'Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France', 'raw_affiliation_strings': ['Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065432320', 'display_name': 'M. Arnaud', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I169173203', 'display_name': 'Délégation Paris 7', 'ror': 'https://ror.org/00bw5n526', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I169173203']}, {'id': 'https://openalex.org/I4210128565', 'display_name': 'CEA Saclay', 'ror': 'https://ror.org/03n15ch10', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210127723', 'https://openalex.org/I4210128565']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I4210086977', 'display_name': 'Astrophysique, Instrumentation et Modélisation', 'ror': 'https://ror.org/0015h8611', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I204730241', 'https://openalex.org/I4210086977', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I4210165232', 'display_name': "Institut de Recherche sur les Lois Fondamentales de l'Univers", 'ror': 'https://ror.org/05k705z76', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210113668', 'https://openalex.org/I4210165232']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'M. Arnaud', 'raw_affiliation_string': 'Laboratoire AIM, IRFU/Service d’Astrophysique−CEA/DSM−CNRS−Université Paris Diderot, Bât. 709, CEA-Saclay, 91191 Gif-sur-Yvette Cedex, France', 'raw_affiliation_strings': ['Laboratoire AIM, IRFU/Service d’Astrophysique−CEA/DSM−CNRS−Université Paris Diderot, Bât. 709, CEA-Saclay, 91191 Gif-sur-Yvette Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068659338', 'display_name': 'M. Ashdown', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'M. Ashdown', 'raw_affiliation_string': 'Astrophysics Group, Cavendish Laboratory, University of Cambridge, J J Thomson Avenue, Cambridge CB3 0HE, UK; Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK', 'raw_affiliation_strings': ['Astrophysics Group, Cavendish Laboratory, University of Cambridge, J J Thomson Avenue, Cambridge CB3 0HE, UK', 'Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079989482', 'display_name': 'J. Aumont', 'orcid': 'https://orcid.org/0000-0001-6279-0691'}, 'institutions': [{'id': 'https://openalex.org/I4210103272', 'display_name': "Institut d'Astrophysique Spatiale", 'ror': 'https://ror.org/014p8mr66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I4210103272']}, {'id': 'https://openalex.org/I277688954', 'display_name': 'University of Paris-Saclay', 'ror': 'https://ror.org/03xjwb503', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I102197404', 'display_name': 'University of Paris-Sud', 'ror': 'https://ror.org/028rypz17', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I4210145102', 'display_name': 'Institut Polytechnique de Paris', 'ror': 'https://ror.org/042tfbd02', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210145102']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'J. Aumont', 'raw_affiliation_string': 'Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France', 'raw_affiliation_strings': ['Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008169093', 'display_name': 'C. Baccigalupi', 'orcid': 'https://orcid.org/0000-0002-8211-1630'}, 'institutions': [{'id': 'https://openalex.org/I138549579', 'display_name': 'Scuola Internazionale Superiore di Studi Avanzati', 'ror': 'https://ror.org/004fze387', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I138549579']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'C. Baccigalupi', 'raw_affiliation_string': 'SISSA, Astrophysics Sector, via Bonomea 265, 34136 Trieste, Italy', 'raw_affiliation_strings': ['SISSA, Astrophysics Sector, via Bonomea 265, 34136 Trieste, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010910020', 'display_name': 'A. J. Banday', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I17866349', 'display_name': 'Université de Toulouse', 'ror': 'https://ror.org/004raaa70', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I17866349']}, {'id': 'https://openalex.org/I134560555', 'display_name': 'Université Toulouse III - Paul Sabatier', 'ror': 'https://ror.org/02v6kpv12', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I134560555', 'https://openalex.org/I17866349']}, {'id': 'https://openalex.org/I4210107416', 'display_name': 'Roche (France)', 'ror': 'https://ror.org/01mqmer16', 'country_code': 'FR', 'type': 'company', 'lineage': ['https://openalex.org/I118019719', 'https://openalex.org/I4210107416']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'A. J. Banday', 'raw_affiliation_string': 'CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France; Université de Toulouse, UPS-OMP, IRAP, 31028 Toulouse Cedex 4, France', 'raw_affiliation_strings': ['CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France', 'Université de Toulouse, UPS-OMP, IRAP, 31028 Toulouse Cedex 4, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057067640', 'display_name': 'R. B. Barreiro', 'orcid': 'https://orcid.org/0000-0002-6139-4272'}, 'institutions': [{'id': 'https://openalex.org/I4210152024', 'display_name': 'Institute of Physics of Cantabria', 'ror': 'https://ror.org/040kx1j83', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I134820265', 'https://openalex.org/I4210152024']}, {'id': 'https://openalex.org/I13134134', 'display_name': 'Universidad de Cantabria', 'ror': 'https://ror.org/046ffzj20', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I13134134']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'R. B. Barreiro', 'raw_affiliation_string': 'Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain', 'raw_affiliation_strings': ['Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062119913', 'display_name': 'J. G. Bartlett', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I1334627681', 'display_name': 'Jet Propulsion Laboratory', 'ror': 'https://ror.org/027k65916', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I122411786', 'https://openalex.org/I1334627681', 'https://openalex.org/I4210124779']}], 'countries': ['FR', 'US'], 'is_corresponding': False, 'raw_author_name': 'J. G. Bartlett', 'raw_affiliation_string': 'APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France; Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA', 'raw_affiliation_strings': ['APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France', 'Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044833097', 'display_name': 'N. Bartolo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I138689650', 'display_name': 'University of Padua', 'ror': 'https://ror.org/00240q980', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I138689650']}, {'id': 'https://openalex.org/I4210105455', 'display_name': 'INFN Sezione di Padova', 'ror': 'https://ror.org/00z34yn88', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I138689650', 'https://openalex.org/I160013858', 'https://openalex.org/I4210105455']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'N. Bartolo', 'raw_affiliation_string': 'Dipartimento di Fisica e Astronomia G. Galilei, Università degli Studi di Padova, via Marzolo 8, 35131 Padova, Italy; Istituto Nazionale di Fisica Nucleare, Sezione di Padova, via Marzolo 8, 35131 Padova, Italy', 'raw_affiliation_strings': ['Dipartimento di Fisica e Astronomia G. Galilei, Università degli Studi di Padova, via Marzolo 8, 35131 Padova, Italy', 'Istituto Nazionale di Fisica Nucleare, Sezione di Padova, via Marzolo 8, 35131 Padova, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035033551', 'display_name': 'E. Battaner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I173304897', 'display_name': 'University of Granada', 'ror': 'https://ror.org/04njjy449', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I173304897']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'E. Battaner', 'raw_affiliation_string': 'University of Granada, Departamento de Física Teórica y del Cosmos, Facultad de Ciencias, 11071 Granada, Spain; University of Granada, Instituto Carlos I de Física Teórica y Computacional, 11071 Granada, Spain', 'raw_affiliation_strings': ['University of Granada, Departamento de Física Teórica y del Cosmos, Facultad de Ciencias, 11071 Granada, Spain', 'University of Granada, Instituto Carlos I de Física Teórica y Computacional, 11071 Granada, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050839741', 'display_name': 'Richard A. Battye', 'orcid': 'https://orcid.org/0000-0002-4269-515X'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'R. Battye', 'raw_affiliation_string': 'Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK', 'raw_affiliation_strings': ['Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049536001', 'display_name': 'K. Benabed', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2801766991', 'display_name': "Institut d'Astrophysique de Paris", 'ror': 'https://ror.org/022bnxw24', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801766991', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I39804081', 'display_name': 'Sorbonne University', 'ror': 'https://ror.org/02en5vm52', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I39804081']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'K. Benabed', 'raw_affiliation_string': 'Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France; UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France', 'raw_affiliation_strings': ['Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France', 'UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038364263', 'display_name': 'A. Benoı̂t', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}, {'id': 'https://openalex.org/I2801766991', 'display_name': "Institut d'Astrophysique de Paris", 'ror': 'https://ror.org/022bnxw24', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801766991', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I39804081', 'display_name': 'Sorbonne University', 'ror': 'https://ror.org/02en5vm52', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I39804081']}], 'countries': ['FR', 'GB'], 'is_corresponding': False, 'raw_author_name': 'A. Benoît', 'raw_affiliation_string': 'Department of Physics and Astronomy, University College London, London WC1E 6BT, UK; Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France; UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France', 'raw_affiliation_strings': ['Department of Physics and Astronomy, University College London, London WC1E 6BT, UK', 'Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France', 'UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068804066', 'display_name': 'A. Benoit-Lévy', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}, {'id': 'https://openalex.org/I2801766991', 'display_name': "Institut d'Astrophysique de Paris", 'ror': 'https://ror.org/022bnxw24', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801766991', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I39804081', 'display_name': 'Sorbonne University', 'ror': 'https://ror.org/02en5vm52', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I39804081']}], 'countries': ['FR', 'GB'], 'is_corresponding': False, 'raw_author_name': 'A. Benoit-Lévy', 'raw_affiliation_string': 'Department of Physics and Astronomy, University College London, London WC1E 6BT, UK; Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France; UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France', 'raw_affiliation_strings': ['Department of Physics and Astronomy, University College London, London WC1E 6BT, UK', 'Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France', 'UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015095871', 'display_name': 'J.-P. Bernard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I17866349', 'display_name': 'Université de Toulouse', 'ror': 'https://ror.org/004raaa70', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I17866349']}, {'id': 'https://openalex.org/I134560555', 'display_name': 'Université Toulouse III - Paul Sabatier', 'ror': 'https://ror.org/02v6kpv12', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I134560555', 'https://openalex.org/I17866349']}, {'id': 'https://openalex.org/I4210107416', 'display_name': 'Roche (France)', 'ror': 'https://ror.org/01mqmer16', 'country_code': 'FR', 'type': 'company', 'lineage': ['https://openalex.org/I118019719', 'https://openalex.org/I4210107416']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'J.-P. Bernard', 'raw_affiliation_string': 'CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France; Université de Toulouse, UPS-OMP, IRAP, 31028 Toulouse Cedex 4, France', 'raw_affiliation_strings': ['CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France', 'Université de Toulouse, UPS-OMP, IRAP, 31028 Toulouse Cedex 4, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052037054', 'display_name': 'M. Bersanelli', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I189158943', 'display_name': 'University of Milan', 'ror': 'https://ror.org/00wjc7c48', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I189158943']}, {'id': 'https://openalex.org/I875825670', 'display_name': 'National Institute for Astrophysics', 'ror': 'https://ror.org/02gh4kt33', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'M. Bersanelli', 'raw_affiliation_string': 'Dipartimento di Fisica, Università degli Studi di Milano, via Celoria, 16, 20133 Milano, Italy; INAF/IASF Milano, via E. Bassini 15, Milano, Italy', 'raw_affiliation_strings': ['Dipartimento di Fisica, Università degli Studi di Milano, via Celoria, 16, 20133 Milano, Italy', 'INAF/IASF Milano, via E. Bassini 15, Milano, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074162721', 'display_name': 'P. Bielewicz', 'orcid': 'https://orcid.org/0000-0001-9882-7046'}, 'institutions': [{'id': 'https://openalex.org/I4210138771', 'display_name': 'Nicolaus Copernicus Astronomical Center', 'ror': 'https://ror.org/040r57n67', 'country_code': 'PL', 'type': 'facility', 'lineage': ['https://openalex.org/I4210138771', 'https://openalex.org/I99542240']}, {'id': 'https://openalex.org/I4210107416', 'display_name': 'Roche (France)', 'ror': 'https://ror.org/01mqmer16', 'country_code': 'FR', 'type': 'company', 'lineage': ['https://openalex.org/I118019719', 'https://openalex.org/I4210107416']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I138549579', 'display_name': 'Scuola Internazionale Superiore di Studi Avanzati', 'ror': 'https://ror.org/004fze387', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I138549579']}], 'countries': ['FR', 'IT', 'PL'], 'is_corresponding': False, 'raw_author_name': 'P. Bielewicz', 'raw_affiliation_string': 'CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France; Nicolaus Copernicus Astronomical Center, Bartycka 18, 00-716Warsaw, Poland; SISSA, Astrophysics Sector, via Bonomea 265, 34136 Trieste, Italy', 'raw_affiliation_strings': ['CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France', 'Nicolaus Copernicus Astronomical Center, Bartycka 18, 00-716Warsaw, Poland', 'SISSA, Astrophysics Sector, via Bonomea 265, 34136 Trieste, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010284503', 'display_name': 'J. J. Bock', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1334627681', 'display_name': 'Jet Propulsion Laboratory', 'ror': 'https://ror.org/027k65916', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I122411786', 'https://openalex.org/I1334627681', 'https://openalex.org/I4210124779']}, {'id': 'https://openalex.org/I122411786', 'display_name': 'California Institute of Technology', 'ror': 'https://ror.org/05dxps055', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I122411786']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J. J. Bock', 'raw_affiliation_string': 'California Institute of Technology, Pasadena, California, USA; Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA', 'raw_affiliation_strings': ['California Institute of Technology, Pasadena, California, USA', 'Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034536263', 'display_name': 'A. Bonaldi', 'orcid': 'https://orcid.org/0000-0003-4787-2888'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'A. Bonaldi', 'raw_affiliation_string': 'Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK', 'raw_affiliation_strings': ['Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055298938', 'display_name': 'L. Bonavera', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210152024', 'display_name': 'Institute of Physics of Cantabria', 'ror': 'https://ror.org/040kx1j83', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I134820265', 'https://openalex.org/I4210152024']}, {'id': 'https://openalex.org/I13134134', 'display_name': 'Universidad de Cantabria', 'ror': 'https://ror.org/046ffzj20', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I13134134']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'L. Bonavera', 'raw_affiliation_string': 'Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain', 'raw_affiliation_strings': ['Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032242568', 'display_name': 'J. R. Bond', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'J. R. Bond', 'raw_affiliation_string': 'CITA, University of Toronto, 60 St. George St., Toronto, ON M5S 3H8, Canada', 'raw_affiliation_strings': ['CITA, University of Toronto, 60 St. George St., Toronto, ON M5S 3H8, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010843883', 'display_name': 'J. Borrill', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I148283060', 'display_name': 'Lawrence Berkeley National Laboratory', 'ror': 'https://ror.org/02jbv0t02', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I148283060']}, {'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J. Borrill', 'raw_affiliation_string': 'Computational Cosmology Center, Lawrence Berkeley National Laboratory, Berkeley, California, USA; Space Sciences Laboratory, University of California, Berkeley, California, USA', 'raw_affiliation_strings': ['Computational Cosmology Center, Lawrence Berkeley National Laboratory, Berkeley, California, USA', 'Space Sciences Laboratory, University of California, Berkeley, California, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044139428', 'display_name': 'F. R. Bouchet', 'orcid': 'https://orcid.org/0000-0002-8051-2924'}, 'institutions': [{'id': 'https://openalex.org/I2801766991', 'display_name': "Institut d'Astrophysique de Paris", 'ror': 'https://ror.org/022bnxw24', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801766991', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I39804081', 'display_name': 'Sorbonne University', 'ror': 'https://ror.org/02en5vm52', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I39804081']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'F. R. Bouchet', 'raw_affiliation_string': 'Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France; Sorbonne Université-UPMC, UMR7095, Institut d’Astrophysique de Paris, 98bis boulevard Arago, 75014 Paris, France', 'raw_affiliation_strings': ['Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France', 'Sorbonne Université-UPMC, UMR7095, Institut d’Astrophysique de Paris, 98bis boulevard Arago, 75014 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020141845', 'display_name': 'F. Boulanger', 'orcid': 'https://orcid.org/0000-0003-1097-6042'}, 'institutions': [{'id': 'https://openalex.org/I4210103272', 'display_name': "Institut d'Astrophysique Spatiale", 'ror': 'https://ror.org/014p8mr66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I4210103272']}, {'id': 'https://openalex.org/I277688954', 'display_name': 'University of Paris-Saclay', 'ror': 'https://ror.org/03xjwb503', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I102197404', 'display_name': 'University of Paris-Sud', 'ror': 'https://ror.org/028rypz17', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I4210145102', 'display_name': 'Institut Polytechnique de Paris', 'ror': 'https://ror.org/042tfbd02', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210145102']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'F. Boulanger', 'raw_affiliation_string': 'Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France', 'raw_affiliation_strings': ['Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052441582', 'display_name': 'M. Bucher', 'orcid': 'https://orcid.org/0000-0002-7643-0192'}, 'institutions': [{'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'M. Bucher', 'raw_affiliation_string': 'APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France', 'raw_affiliation_strings': ['APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039994226', 'display_name': 'C. Burigana', 'orcid': 'https://orcid.org/0000-0002-3005-5796'}, 'institutions': [{'id': 'https://openalex.org/I875825670', 'display_name': 'National Institute for Astrophysics', 'ror': 'https://ror.org/02gh4kt33', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I875825670']}, {'id': 'https://openalex.org/I201324441', 'display_name': 'University of Ferrara', 'ror': 'https://ror.org/041zkgm14', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I201324441']}, {'id': 'https://openalex.org/I4210148700', 'display_name': 'INFN Sezione di Bologna', 'ror': 'https://ror.org/04j0x0h93', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I160013858', 'https://openalex.org/I4210148700']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'C. Burigana', 'raw_affiliation_string': 'Dipartimento di Fisica e Scienze della Terra, Università di Ferrara, via Saragat 1, 44122 Ferrara, Italy; INAF/IASF Bologna, via Gobetti 101, Bologna, Italy; INFN, Sezione di Bologna, viale Berti Pichat 6/2, 40127 Bologna, Italy', 'raw_affiliation_strings': ['Dipartimento di Fisica e Scienze della Terra, Università di Ferrara, via Saragat 1, 44122 Ferrara, Italy', 'INAF/IASF Bologna, via Gobetti 101, Bologna, Italy', 'INFN, Sezione di Bologna, viale Berti Pichat 6/2, 40127 Bologna, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079021881', 'display_name': 'R. C. Butler', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I875825670', 'display_name': 'National Institute for Astrophysics', 'ror': 'https://ror.org/02gh4kt33', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'R. C. Butler', 'raw_affiliation_string': 'INAF/IASF Bologna, via Gobetti 101, Bologna, Italy', 'raw_affiliation_strings': ['INAF/IASF Bologna, via Gobetti 101, Bologna, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069469556', 'display_name': 'E. Calabrese', 'orcid': 'https://orcid.org/0000-0003-0837-0068'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'E. Calabrese', 'raw_affiliation_string': 'Sub-Department of Astrophysics, University of Oxford, Keble Road, Oxford OX1 3RH, UK', 'raw_affiliation_strings': ['Sub-Department of Astrophysics, University of Oxford, Keble Road, Oxford OX1 3RH, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019781777', 'display_name': 'J.-F. Cardoso', 'orcid': 'https://orcid.org/0000-0002-3388-6608'}, 'institutions': [{'id': 'https://openalex.org/I12356871', 'display_name': 'Télécom Paris', 'ror': 'https://ror.org/01naq7912', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I12356871', 'https://openalex.org/I190752583']}, {'id': 'https://openalex.org/I4210165912', 'display_name': 'Laboratoire Traitement et Communication de l’Information', 'ror': 'https://ror.org/057er4c39', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I205703379', 'https://openalex.org/I4210165912']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I2801766991', 'display_name': "Institut d'Astrophysique de Paris", 'ror': 'https://ror.org/022bnxw24', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801766991', 'https://openalex.org/I4210148025']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'J.-F. Cardoso', 'raw_affiliation_string': 'APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France; Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France; Laboratoire Traitement et Communication de l’Information, CNRS (UMR 5141) and Télécom ParisTech, 46 rue Barrault, 75634 Paris Cedex 13, France', 'raw_affiliation_strings': ['APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France', 'Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France', 'Laboratoire Traitement et Communication de l’Information, CNRS (UMR 5141) and Télécom ParisTech, 46 rue Barrault, 75634 Paris Cedex 13, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073681480', 'display_name': 'A. Catalano', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I899635006', 'display_name': 'Grenoble Alpes University', 'ror': 'https://ror.org/02rx3b187', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I899635006']}, {'id': 'https://openalex.org/I4210133362', 'display_name': 'Institut National de Physique Nucléaire et de Physique des Particules', 'ror': 'https://ror.org/03fd77x13', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1294671590', 'https://openalex.org/I4210133362']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I2800004676', 'display_name': 'Paris Observatory', 'ror': 'https://ror.org/029nkcm90', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2800004676']}, {'id': 'https://openalex.org/I4210105396', 'display_name': 'Laboratory for Studies of Radiation and Matter in Astrophysics and Atmospheres', 'ror': 'https://ror.org/01g5pq328', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I184646667', 'https://openalex.org/I2800004676', 'https://openalex.org/I29607241', 'https://openalex.org/I39804081', 'https://openalex.org/I4210105396', 'https://openalex.org/I4210142324', 'https://openalex.org/I4210148025']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'A. Catalano', 'raw_affiliation_string': 'LERMA, CNRS, Observatoire de Paris, 61 Avenue de l’Observatoire, Paris, France; Laboratoire de Physique Subatomique et Cosmologie, Université Grenoble-Alpes, CNRS/IN2P3, 53 rue des Martyrs, 38026 Grenoble Cedex, France', 'raw_affiliation_strings': ['LERMA, CNRS, Observatoire de Paris, 61 Avenue de l’Observatoire, Paris, France', 'Laboratoire de Physique Subatomique et Cosmologie, Université Grenoble-Alpes, CNRS/IN2P3, 53 rue des Martyrs, 38026 Grenoble Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010727231', 'display_name': 'A. Challinor', 'orcid': 'https://orcid.org/0000-0003-3479-7823'}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'A. Challinor', 'raw_affiliation_string': 'Centre for Theoretical Cosmology, DAMTP, University of Cambridge, Wilberforce Road, Cambridge CB3 0WA, UK; Institute of Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA, UK; Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK', 'raw_affiliation_strings': ['Centre for Theoretical Cosmology, DAMTP, University of Cambridge, Wilberforce Road, Cambridge CB3 0WA, UK', 'Institute of Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA, UK', 'Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027088674', 'display_name': 'A. Chamballu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I169173203', 'display_name': 'Délégation Paris 7', 'ror': 'https://ror.org/00bw5n526', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I169173203']}, {'id': 'https://openalex.org/I4210128565', 'display_name': 'CEA Saclay', 'ror': 'https://ror.org/03n15ch10', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210127723', 'https://openalex.org/I4210128565']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I4210086977', 'display_name': 'Astrophysique, Instrumentation et Modélisation', 'ror': 'https://ror.org/0015h8611', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I204730241', 'https://openalex.org/I4210086977', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I4210165232', 'display_name': "Institut de Recherche sur les Lois Fondamentales de l'Univers", 'ror': 'https://ror.org/05k705z76', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I4210113668', 'https://openalex.org/I4210165232']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I4210103272', 'display_name': "Institut d'Astrophysique Spatiale", 'ror': 'https://ror.org/014p8mr66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I4210103272']}, {'id': 'https://openalex.org/I277688954', 'display_name': 'University of Paris-Saclay', 'ror': 'https://ror.org/03xjwb503', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I102197404', 'display_name': 'University of Paris-Sud', 'ror': 'https://ror.org/028rypz17', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I4210145102', 'display_name': 'Institut Polytechnique de Paris', 'ror': 'https://ror.org/042tfbd02', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210145102']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'A. Chamballu', 'raw_affiliation_string': 'Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France; Laboratoire AIM, IRFU/Service d’Astrophysique−CEA/DSM−CNRS−Université Paris Diderot, Bât. 709, CEA-Saclay, 91191 Gif-sur-Yvette Cedex, France', 'raw_affiliation_strings': ['Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France', 'Laboratoire AIM, IRFU/Service d’Astrophysique−CEA/DSM−CNRS−Université Paris Diderot, Bât. 709, CEA-Saclay, 91191 Gif-sur-Yvette Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079095070', 'display_name': 'R.-R. Chary', 'orcid': 'https://orcid.org/0000-0001-7583-0621'}, 'institutions': [{'id': 'https://openalex.org/I4210167273', 'display_name': 'Infrared Processing and Analysis Center', 'ror': 'https://ror.org/05q79g396', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I122411786', 'https://openalex.org/I4210167273']}, {'id': 'https://openalex.org/I122411786', 'display_name': 'California Institute of Technology', 'ror': 'https://ror.org/05dxps055', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I122411786']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R.-R. Chary', 'raw_affiliation_string': 'Infrared Processing and Analysis Center, California Institute of Technology, Pasadena, CA 91125, USA', 'raw_affiliation_strings': ['Infrared Processing and Analysis Center, California Institute of Technology, Pasadena, CA 91125, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076092090', 'display_name': 'H. C. Chiang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}, {'id': 'https://openalex.org/I95023434', 'display_name': 'University of KwaZulu-Natal', 'ror': 'https://ror.org/04qzfn040', 'country_code': 'ZA', 'type': 'education', 'lineage': ['https://openalex.org/I95023434']}], 'countries': ['US', 'ZA'], 'is_corresponding': False, 'raw_author_name': 'H. C. Chiang', 'raw_affiliation_string': 'Astrophysics & Cosmology Research Unit, School of Mathematics, Statistics & Computer Science, University of KwaZulu-Natal, Westville Campus, Private Bag X54001, 4000 Durban, South Africa; Department of Physics, Princeton University, Princeton, New Jersey, NJ 08540, USA', 'raw_affiliation_strings': ['Astrophysics & Cosmology Research Unit, School of Mathematics, Statistics &', 'Computer Science, University of KwaZulu-Natal, Westville Campus, Private Bag X54001, 4000 Durban, South Africa', 'Department of Physics, Princeton University, Princeton, New Jersey, NJ 08540, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016230933', 'display_name': 'Jens Chluba', 'orcid': 'https://orcid.org/0000-0003-3725-6096'}, 'institutions': [{'id': 'https://openalex.org/I1299907687', 'display_name': 'Bloomberg (United States)', 'ror': 'https://ror.org/02rdpzb15', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1299907687']}, {'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}, {'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'J. Chluba', 'raw_affiliation_string': 'Department of Physics and Astronomy, Johns Hopkins University, Bloomberg Center 435, 3400 N. Charles St., Baltimore, MD 21218, USA; Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Johns Hopkins University, Bloomberg Center 435, 3400 N. Charles St., Baltimore, MD 21218, USA', 'Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001531996', 'display_name': 'P. R. Christensen', 'orcid': None}, 'institutions': [], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'P. R. Christensen', 'raw_affiliation_string': 'Discovery Center, Niels Bohr Institute, Blegdamsvej 17, 1165 Copenhagen, Denmark; Niels Bohr Institute, Blegdamsvej 17, Copenhagen, Denmark', 'raw_affiliation_strings': ['Discovery Center, Niels Bohr Institute, Blegdamsvej 17, 1165 Copenhagen, Denmark', 'Niels Bohr Institute, Blegdamsvej 17, Copenhagen, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041083432', 'display_name': 'S. Church', 'orcid': 'https://orcid.org/0000-0002-7194-4282'}, 'institutions': [{'id': 'https://openalex.org/I97018004', 'display_name': 'Stanford University', 'ror': 'https://ror.org/00f54p054', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I97018004']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'S. Church', 'raw_affiliation_string': 'Stanford University, Dept of Physics, Varian Physics Bldg, 382 via Pueblo Mall, Stanford, California, USA', 'raw_affiliation_strings': ['Stanford University, Dept of Physics, Varian Physics Bldg, 382 via Pueblo Mall, Stanford, California, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019027500', 'display_name': 'D. L. Clements', 'orcid': 'https://orcid.org/0000-0002-9970-6657'}, 'institutions': [{'id': 'https://openalex.org/I47508984', 'display_name': 'Imperial College London', 'ror': 'https://ror.org/041kmwe10', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I47508984']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'D. L. Clements', 'raw_affiliation_string': 'Imperial College London, Astrophysics group, Blackett Laboratory, Prince Consort Road, London, SW7 2AZ, UK', 'raw_affiliation_strings': ['Imperial College London, Astrophysics group, Blackett Laboratory, Prince Consort Road, London, SW7 2AZ, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046094080', 'display_name': 'S. Colombi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2801766991', 'display_name': "Institut d'Astrophysique de Paris", 'ror': 'https://ror.org/022bnxw24', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801766991', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I39804081', 'display_name': 'Sorbonne University', 'ror': 'https://ror.org/02en5vm52', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I39804081']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'S. Colombi', 'raw_affiliation_string': 'Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France; UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France', 'raw_affiliation_strings': ['Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France', 'UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057524712', 'display_name': 'L. P. L. Colombo', 'orcid': 'https://orcid.org/0000-0003-4572-7732'}, 'institutions': [{'id': 'https://openalex.org/I1174212', 'display_name': 'University of Southern California', 'ror': 'https://ror.org/03taz7m60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1174212']}, {'id': 'https://openalex.org/I1334627681', 'display_name': 'Jet Propulsion Laboratory', 'ror': 'https://ror.org/027k65916', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I122411786', 'https://openalex.org/I1334627681', 'https://openalex.org/I4210124779']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'L. P. L. Colombo', 'raw_affiliation_string': 'Department of Physics and Astronomy, Dana and David Dornsife College of Letter, Arts and Sciences, University of Southern California, Los Angeles, CA 90089, USA; Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA', 'raw_affiliation_strings': ['Department of Physics and Astronomy, Dana and David Dornsife College of Letter, Arts and Sciences, University of Southern California, Los Angeles, CA 90089, USA', 'Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040433776', 'display_name': 'C. Combet', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I899635006', 'display_name': 'Grenoble Alpes University', 'ror': 'https://ror.org/02rx3b187', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I899635006']}, {'id': 'https://openalex.org/I4210133362', 'display_name': 'Institut National de Physique Nucléaire et de Physique des Particules', 'ror': 'https://ror.org/03fd77x13', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1294671590', 'https://openalex.org/I4210133362']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'C. Combet', 'raw_affiliation_string': 'Laboratoire de Physique Subatomique et Cosmologie, Université Grenoble-Alpes, CNRS/IN2P3, 53 rue des Martyrs, 38026 Grenoble Cedex, France', 'raw_affiliation_strings': ['Laboratoire de Physique Subatomique et Cosmologie, Université Grenoble-Alpes, CNRS/IN2P3, 53 rue des Martyrs, 38026 Grenoble Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014561698', 'display_name': 'A. Coulais', 'orcid': 'https://orcid.org/0000-0001-6492-7719'}, 'institutions': [{'id': 'https://openalex.org/I2800004676', 'display_name': 'Paris Observatory', 'ror': 'https://ror.org/029nkcm90', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2800004676']}, {'id': 'https://openalex.org/I4210105396', 'display_name': 'Laboratory for Studies of Radiation and Matter in Astrophysics and Atmospheres', 'ror': 'https://ror.org/01g5pq328', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I184646667', 'https://openalex.org/I2800004676', 'https://openalex.org/I29607241', 'https://openalex.org/I39804081', 'https://openalex.org/I4210105396', 'https://openalex.org/I4210142324', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'A. Coulais', 'raw_affiliation_string': 'LERMA, CNRS, Observatoire de Paris, 61 Avenue de l’Observatoire, Paris, France', 'raw_affiliation_strings': ['LERMA, CNRS, Observatoire de Paris, 61 Avenue de l’Observatoire, Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036727634', 'display_name': 'B. P. Crill', 'orcid': 'https://orcid.org/0000-0002-4650-8518'}, 'institutions': [{'id': 'https://openalex.org/I1334627681', 'display_name': 'Jet Propulsion Laboratory', 'ror': 'https://ror.org/027k65916', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I122411786', 'https://openalex.org/I1334627681', 'https://openalex.org/I4210124779']}, {'id': 'https://openalex.org/I122411786', 'display_name': 'California Institute of Technology', 'ror': 'https://ror.org/05dxps055', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I122411786']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'B. P. Crill', 'raw_affiliation_string': 'California Institute of Technology, Pasadena, California, USA; Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA', 'raw_affiliation_strings': ['California Institute of Technology, Pasadena, California, USA', 'Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050492310', 'display_name': 'A. Curto', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210152024', 'display_name': 'Institute of Physics of Cantabria', 'ror': 'https://ror.org/040kx1j83', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I134820265', 'https://openalex.org/I4210152024']}, {'id': 'https://openalex.org/I13134134', 'display_name': 'Universidad de Cantabria', 'ror': 'https://ror.org/046ffzj20', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I13134134']}, {'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['ES', 'GB'], 'is_corresponding': False, 'raw_author_name': 'A. Curto', 'raw_affiliation_string': 'Astrophysics Group, Cavendish Laboratory, University of Cambridge, J J Thomson Avenue, Cambridge CB3 0HE, UK; Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain; Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK', 'raw_affiliation_strings': ['Astrophysics Group, Cavendish Laboratory, University of Cambridge, J J Thomson Avenue, Cambridge CB3 0HE, UK', 'Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain', 'Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056088094', 'display_name': 'F. Cuttaia', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I875825670', 'display_name': 'National Institute for Astrophysics', 'ror': 'https://ror.org/02gh4kt33', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'F. Cuttaia', 'raw_affiliation_string': 'INAF/IASF Bologna, via Gobetti 101, Bologna, Italy', 'raw_affiliation_strings': ['INAF/IASF Bologna, via Gobetti 101, Bologna, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051026292', 'display_name': 'L. Danese', 'orcid': 'https://orcid.org/0000-0003-1186-8430'}, 'institutions': [{'id': 'https://openalex.org/I138549579', 'display_name': 'Scuola Internazionale Superiore di Studi Avanzati', 'ror': 'https://ror.org/004fze387', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I138549579']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'L. Danese', 'raw_affiliation_string': 'SISSA, Astrophysics Sector, via Bonomea 265, 34136 Trieste, Italy', 'raw_affiliation_strings': ['SISSA, Astrophysics Sector, via Bonomea 265, 34136 Trieste, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074990886', 'display_name': 'R. D. Davies', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'R. D. Davies', 'raw_affiliation_string': 'Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK', 'raw_affiliation_strings': ['Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062751575', 'display_name': 'R. J. Davis', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'R. J. Davis', 'raw_affiliation_string': 'Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK', 'raw_affiliation_strings': ['Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042912416', 'display_name': 'P. de Bernardis', 'orcid': 'https://orcid.org/0000-0001-6547-6446'}, 'institutions': [{'id': 'https://openalex.org/I861853513', 'display_name': 'Sapienza University of Rome', 'ror': 'https://ror.org/02be6w209', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I861853513']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'P. de Bernardis', 'raw_affiliation_string': 'Dipartimento di Fisica, Università La Sapienza, P. le A. Moro 2, 00185 Roma, Italy', 'raw_affiliation_strings': ['Dipartimento di Fisica, Università La Sapienza, P. le A. Moro 2, 00185 Roma, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032322585', 'display_name': 'A. De Rosa', 'orcid': 'https://orcid.org/0000-0001-5668-6863'}, 'institutions': [{'id': 'https://openalex.org/I875825670', 'display_name': 'National Institute for Astrophysics', 'ror': 'https://ror.org/02gh4kt33', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'A. de Rosa', 'raw_affiliation_string': 'INAF/IASF Bologna, via Gobetti 101, Bologna, Italy', 'raw_affiliation_strings': ['INAF/IASF Bologna, via Gobetti 101, Bologna, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019966786', 'display_name': 'G. de Zotti', 'orcid': 'https://orcid.org/0000-0003-2868-2595'}, 'institutions': [{'id': 'https://openalex.org/I4210159647', 'display_name': 'Osservatorio Astronomico di Padova', 'ror': 'https://ror.org/04z3y3f62', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I4210159647', 'https://openalex.org/I875825670']}, {'id': 'https://openalex.org/I138549579', 'display_name': 'Scuola Internazionale Superiore di Studi Avanzati', 'ror': 'https://ror.org/004fze387', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I138549579']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'G. de Zotti', 'raw_affiliation_string': 'INAF−Osservatorio Astronomico di Padova, Vicolo dell’Osservatorio 5, 35131 Padova, Italy; SISSA, Astrophysics Sector, via Bonomea 265, 34136 Trieste, Italy', 'raw_affiliation_strings': ['INAF−Osservatorio Astronomico di Padova, Vicolo dell’Osservatorio 5, 35131 Padova, Italy', 'SISSA, Astrophysics Sector, via Bonomea 265, 34136 Trieste, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006341437', 'display_name': 'J. Delabrouille', 'orcid': 'https://orcid.org/0000-0002-7217-4689'}, 'institutions': [{'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'J. Delabrouille', 'raw_affiliation_string': 'APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France', 'raw_affiliation_strings': ['APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070719727', 'display_name': 'F.‐X. Désert', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109224', 'display_name': "Institut de Planétologie et d'Astrophysique de Grenoble", 'ror': 'https://ror.org/01kcrnc96', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I4210109224']}, {'id': 'https://openalex.org/I899635006', 'display_name': 'Grenoble Alpes University', 'ror': 'https://ror.org/02rx3b187', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I899635006']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'F.-X. Désert', 'raw_affiliation_string': 'CNRS, IPAG, 38000 Grenoble, France; IPAG: Institut de Planétologie et d’Astrophysique de Grenoble, Université Grenoble Alpes, IPAG', 'raw_affiliation_strings': ['CNRS, IPAG, 38000 Grenoble, France', 'IPAG: Institut de Planétologie et d’Astrophysique de Grenoble, Université Grenoble Alpes, IPAG']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042584133', 'display_name': 'Eleonora Di Valentino', 'orcid': 'https://orcid.org/0000-0001-8408-6961'}, 'institutions': [{'id': 'https://openalex.org/I2801766991', 'display_name': "Institut d'Astrophysique de Paris", 'ror': 'https://ror.org/022bnxw24', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801766991', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I39804081', 'display_name': 'Sorbonne University', 'ror': 'https://ror.org/02en5vm52', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I39804081']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'E. Di Valentino', 'raw_affiliation_string': 'Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France; Sorbonne Université-UPMC, UMR7095, Institut d’Astrophysique de Paris, 98bis boulevard Arago, 75014 Paris, France', 'raw_affiliation_strings': ['Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France', 'Sorbonne Université-UPMC, UMR7095, Institut d’Astrophysique de Paris, 98bis boulevard Arago, 75014 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086220269', 'display_name': 'C. Dickinson', 'orcid': 'https://orcid.org/0000-0002-0045-442X'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'C. Dickinson', 'raw_affiliation_string': 'Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK', 'raw_affiliation_strings': ['Jodrell Bank Centre for Astrophysics, Alan Turing Building, School of Physics and Astronomy, The University of Manchester, Oxford Road, Manchester, M13 9PL, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083099738', 'display_name': 'J. M. Diego', 'orcid': 'https://orcid.org/0000-0001-9065-3926'}, 'institutions': [{'id': 'https://openalex.org/I4210152024', 'display_name': 'Institute of Physics of Cantabria', 'ror': 'https://ror.org/040kx1j83', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I134820265', 'https://openalex.org/I4210152024']}, {'id': 'https://openalex.org/I13134134', 'display_name': 'Universidad de Cantabria', 'ror': 'https://ror.org/046ffzj20', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I13134134']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'J. M. Diego', 'raw_affiliation_string': 'Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain', 'raw_affiliation_strings': ['Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028305838', 'display_name': 'K. Dolag', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I8204097', 'display_name': 'Ludwig-Maximilians-Universität München', 'ror': 'https://ror.org/05591te55', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I8204097']}, {'id': 'https://openalex.org/I4210103661', 'display_name': 'Max Planck Institute for Astrophysics', 'ror': 'https://ror.org/017qcv467', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210103661']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'K. Dolag', 'raw_affiliation_string': 'Max-Planck-Institut für Astrophysik, Karl-Schwarzschild-Str. 1, 85741 Garching, Germany; University Observatory, Ludwig Maximilian University of Munich, Scheinerstrasse 1, 81679 Munich, Germany', 'raw_affiliation_strings': ['Max-Planck-Institut für Astrophysik, Karl-Schwarzschild-Str. 1, 85741 Garching, Germany', 'University Observatory, Ludwig Maximilian University of Munich, Scheinerstrasse 1, 81679 Munich, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038194903', 'display_name': 'H. Dole', 'orcid': 'https://orcid.org/0000-0002-9767-3839'}, 'institutions': [{'id': 'https://openalex.org/I4210103272', 'display_name': "Institut d'Astrophysique Spatiale", 'ror': 'https://ror.org/014p8mr66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I4210103272']}, {'id': 'https://openalex.org/I277688954', 'display_name': 'University of Paris-Saclay', 'ror': 'https://ror.org/03xjwb503', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I102197404', 'display_name': 'University of Paris-Sud', 'ror': 'https://ror.org/028rypz17', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I4210145102', 'display_name': 'Institut Polytechnique de Paris', 'ror': 'https://ror.org/042tfbd02', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210145102']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I185839726', 'display_name': 'Institut Universitaire de France', 'ror': 'https://ror.org/055khg266', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I185839726']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'H. Dole', 'raw_affiliation_string': 'Institut Universitaire de France, 103, bd Saint-Michel, 75005 Paris, France; Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France', 'raw_affiliation_strings': ['Institut Universitaire de France, 103, bd Saint-Michel, 75005 Paris, France', 'Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022073979', 'display_name': 'S. Donzelli', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I875825670', 'display_name': 'National Institute for Astrophysics', 'ror': 'https://ror.org/02gh4kt33', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Donzelli', 'raw_affiliation_string': 'INAF/IASF Milano, via E. Bassini 15, Milano, Italy', 'raw_affiliation_strings': ['INAF/IASF Milano, via E. Bassini 15, Milano, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027589256', 'display_name': 'O. Doré', 'orcid': 'https://orcid.org/0000-0001-7432-2932'}, 'institutions': [{'id': 'https://openalex.org/I1334627681', 'display_name': 'Jet Propulsion Laboratory', 'ror': 'https://ror.org/027k65916', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I122411786', 'https://openalex.org/I1334627681', 'https://openalex.org/I4210124779']}, {'id': 'https://openalex.org/I122411786', 'display_name': 'California Institute of Technology', 'ror': 'https://ror.org/05dxps055', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I122411786']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'O. Doré', 'raw_affiliation_string': 'California Institute of Technology, Pasadena, California, USA; Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA', 'raw_affiliation_strings': ['California Institute of Technology, Pasadena, California, USA', 'Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089218397', 'display_name': 'M. Douspis', 'orcid': 'https://orcid.org/0000-0003-4203-3954'}, 'institutions': [{'id': 'https://openalex.org/I4210103272', 'display_name': "Institut d'Astrophysique Spatiale", 'ror': 'https://ror.org/014p8mr66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I4210103272']}, {'id': 'https://openalex.org/I277688954', 'display_name': 'University of Paris-Saclay', 'ror': 'https://ror.org/03xjwb503', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I102197404', 'display_name': 'University of Paris-Sud', 'ror': 'https://ror.org/028rypz17', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I4210145102', 'display_name': 'Institut Polytechnique de Paris', 'ror': 'https://ror.org/042tfbd02', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210145102']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'M. Douspis', 'raw_affiliation_string': 'Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France', 'raw_affiliation_strings': ['Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014751825', 'display_name': 'A. Ducout', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2801766991', 'display_name': "Institut d'Astrophysique de Paris", 'ror': 'https://ror.org/022bnxw24', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801766991', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I47508984', 'display_name': 'Imperial College London', 'ror': 'https://ror.org/041kmwe10', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I47508984']}], 'countries': ['FR', 'GB'], 'is_corresponding': False, 'raw_author_name': 'A. Ducout', 'raw_affiliation_string': 'Imperial College London, Astrophysics group, Blackett Laboratory, Prince Consort Road, London, SW7 2AZ, UK; Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France', 'raw_affiliation_strings': ['Imperial College London, Astrophysics group, Blackett Laboratory, Prince Consort Road, London, SW7 2AZ, UK', 'Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088549737', 'display_name': 'Joanna Dunkley', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'J. Dunkley', 'raw_affiliation_string': 'Sub-Department of Astrophysics, University of Oxford, Keble Road, Oxford OX1 3RH, UK', 'raw_affiliation_strings': ['Sub-Department of Astrophysics, University of Oxford, Keble Road, Oxford OX1 3RH, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060040976', 'display_name': 'X. Dupac', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210093174', 'display_name': 'European Space Astronomy Centre', 'ror': 'https://ror.org/00kw1sm04', 'country_code': 'ES', 'type': 'government', 'lineage': ['https://openalex.org/I2801994115', 'https://openalex.org/I4210093174']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'X. Dupac', 'raw_affiliation_string': 'European Space Agency, ESAC, Planck Science Office, Camino bajo del Castillo, s/n, Urbanización Villafranca del Castillo, Villanueva de la Cañada, 28691 Madrid, Spain', 'raw_affiliation_strings': ['European Space Agency, ESAC, Planck Science Office, Camino bajo del Castillo, s/n, Urbanización Villafranca del Castillo, Villanueva de la Cañada, 28691 Madrid, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039911730', 'display_name': 'G. Efstathiou', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'G. Efstathiou', 'raw_affiliation_string': 'Institute of Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA, UK; Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK', 'raw_affiliation_strings': ['Institute of Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA, UK', 'Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047869058', 'display_name': 'F. Elsner', 'orcid': 'https://orcid.org/0000-0002-1838-7288'}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}, {'id': 'https://openalex.org/I2801766991', 'display_name': "Institut d'Astrophysique de Paris", 'ror': 'https://ror.org/022bnxw24', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2801766991', 'https://openalex.org/I4210148025']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I39804081', 'display_name': 'Sorbonne University', 'ror': 'https://ror.org/02en5vm52', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I39804081']}], 'countries': ['FR', 'GB'], 'is_corresponding': False, 'raw_author_name': 'F. Elsner', 'raw_affiliation_string': 'Department of Physics and Astronomy, University College London, London WC1E 6BT, UK; Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France; UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France', 'raw_affiliation_strings': ['Department of Physics and Astronomy, University College London, London WC1E 6BT, UK', 'Institut d’Astrophysique de Paris, CNRS (UMR 7095), 98bis boulevard Arago, 75014 Paris, France', 'UPMC Univ Paris 06, UMR 7095, 98bis boulevard Arago, 75014 Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075381731', 'display_name': 'T. A. Enßlin', 'orcid': 'https://orcid.org/0000-0001-5246-1624'}, 'institutions': [{'id': 'https://openalex.org/I4210103661', 'display_name': 'Max Planck Institute for Astrophysics', 'ror': 'https://ror.org/017qcv467', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210103661']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'T. A. Enßlin', 'raw_affiliation_string': 'Max-Planck-Institut für Astrophysik, Karl-Schwarzschild-Str. 1, 85741 Garching, Germany', 'raw_affiliation_strings': ['Max-Planck-Institut für Astrophysik, Karl-Schwarzschild-Str. 1, 85741 Garching, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013812064', 'display_name': 'H. K. Eriksen', 'orcid': 'https://orcid.org/0000-0003-2332-5281'}, 'institutions': [{'id': 'https://openalex.org/I184942183', 'display_name': 'University of Oslo', 'ror': 'https://ror.org/01xtthb56', 'country_code': 'NO', 'type': 'education', 'lineage': ['https://openalex.org/I184942183']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'H. K. Eriksen', 'raw_affiliation_string': 'Institute of Theoretical Astrophysics, University of Oslo, Blindern, 0371 Oslo, Norway', 'raw_affiliation_strings': ['Institute of Theoretical Astrophysics, University of Oslo, Blindern, 0371 Oslo, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064171201', 'display_name': 'M. Farhang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}, {'id': 'https://openalex.org/I48379061', 'display_name': 'Shahid Beheshti University', 'ror': 'https://ror.org/0091vmj44', 'country_code': 'IR', 'type': 'education', 'lineage': ['https://openalex.org/I48379061']}], 'countries': ['CA', 'IR'], 'is_corresponding': False, 'raw_author_name': 'M. Farhang', 'raw_affiliation_string': 'CITA, University of Toronto, 60 St. George St., Toronto, ON M5S 3H8, Canada; Physics Department, Shahid Beheshti University, Tehran, Iran', 'raw_affiliation_strings': ['CITA, University of Toronto, 60 St. George St., Toronto, ON M5S 3H8, Canada', 'Physics Department, Shahid Beheshti University, Tehran, Iran']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025774360', 'display_name': 'J. Fergusson', 'orcid': 'https://orcid.org/0000-0002-2564-8394'}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'J. Fergusson', 'raw_affiliation_string': 'Centre for Theoretical Cosmology, DAMTP, University of Cambridge, Wilberforce Road, Cambridge CB3 0WA, UK', 'raw_affiliation_strings': ['Centre for Theoretical Cosmology, DAMTP, University of Cambridge, Wilberforce Road, Cambridge CB3 0WA, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072685837', 'display_name': 'F. Finelli⋆', 'orcid': 'https://orcid.org/0000-0002-6694-3269'}, 'institutions': [{'id': 'https://openalex.org/I875825670', 'display_name': 'National Institute for Astrophysics', 'ror': 'https://ror.org/02gh4kt33', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I875825670']}, {'id': 'https://openalex.org/I4210148700', 'display_name': 'INFN Sezione di Bologna', 'ror': 'https://ror.org/04j0x0h93', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I160013858', 'https://openalex.org/I4210148700']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'F. Finelli', 'raw_affiliation_string': 'INAF/IASF Bologna, via Gobetti 101, Bologna, Italy; INFN, Sezione di Bologna, viale Berti Pichat 6/2, 40127 Bologna, Italy', 'raw_affiliation_strings': ['INAF/IASF Bologna, via Gobetti 101, Bologna, Italy', 'INFN, Sezione di Bologna, viale Berti Pichat 6/2, 40127 Bologna, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078113367', 'display_name': 'O. Forni', 'orcid': 'https://orcid.org/0000-0001-6772-9689'}, 'institutions': [{'id': 'https://openalex.org/I17866349', 'display_name': 'Université de Toulouse', 'ror': 'https://ror.org/004raaa70', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I17866349']}, {'id': 'https://openalex.org/I134560555', 'display_name': 'Université Toulouse III - Paul Sabatier', 'ror': 'https://ror.org/02v6kpv12', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I134560555', 'https://openalex.org/I17866349']}, {'id': 'https://openalex.org/I4210107416', 'display_name': 'Roche (France)', 'ror': 'https://ror.org/01mqmer16', 'country_code': 'FR', 'type': 'company', 'lineage': ['https://openalex.org/I118019719', 'https://openalex.org/I4210107416']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'O. Forni', 'raw_affiliation_string': 'CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France; Université de Toulouse, UPS-OMP, IRAP, 31028 Toulouse Cedex 4, France', 'raw_affiliation_strings': ['CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France', 'Université de Toulouse, UPS-OMP, IRAP, 31028 Toulouse Cedex 4, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078016580', 'display_name': 'M. Frailis', 'orcid': 'https://orcid.org/0000-0002-7400-2135'}, 'institutions': [{'id': 'https://openalex.org/I2801536946', 'display_name': 'Trieste Astronomical Observatory', 'ror': 'https://ror.org/00c9gth79', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I2801536946', 'https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'M. Frailis', 'raw_affiliation_string': 'INAF−Osservatorio Astronomico di Trieste, via G.B. Tiepolo 11, Trieste, Italy', 'raw_affiliation_strings': ['INAF−Osservatorio Astronomico di Trieste, via G.B. Tiepolo 11, Trieste, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054736342', 'display_name': 'A. A. Fraisse', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'A. A. Fraisse', 'raw_affiliation_string': 'Department of Physics, Princeton University, Princeton, New Jersey, NJ 08540, USA', 'raw_affiliation_strings': ['Department of Physics, Princeton University, Princeton, New Jersey, NJ 08540, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061198082', 'display_name': 'E. Franceschi', 'orcid': 'https://orcid.org/0000-0002-0585-6591'}, 'institutions': [{'id': 'https://openalex.org/I875825670', 'display_name': 'National Institute for Astrophysics', 'ror': 'https://ror.org/02gh4kt33', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'E. Franceschi', 'raw_affiliation_string': 'INAF/IASF Bologna, via Gobetti 101, Bologna, Italy', 'raw_affiliation_strings': ['INAF/IASF Bologna, via Gobetti 101, Bologna, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062309741', 'display_name': 'A. Frejsel', 'orcid': None}, 'institutions': [], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'A. Frejsel', 'raw_affiliation_string': 'Niels Bohr Institute, Blegdamsvej 17, Copenhagen, Denmark', 'raw_affiliation_strings': ['Niels Bohr Institute, Blegdamsvej 17, Copenhagen, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060002642', 'display_name': 'S. Galeotta', 'orcid': 'https://orcid.org/0000-0002-3748-5115'}, 'institutions': [{'id': 'https://openalex.org/I2801536946', 'display_name': 'Trieste Astronomical Observatory', 'ror': 'https://ror.org/00c9gth79', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I2801536946', 'https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'S. Galeotta', 'raw_affiliation_string': 'INAF−Osservatorio Astronomico di Trieste, via G.B. Tiepolo 11, Trieste, Italy', 'raw_affiliation_strings': ['INAF−Osservatorio Astronomico di Trieste, via G.B. Tiepolo 11, Trieste, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088394995', 'display_name': 'S. Galli', 'orcid': 'https://orcid.org/0000-0001-7488-3588'}, 'institutions': [{'id': 'https://openalex.org/I40347166', 'display_name': 'University of Chicago', 'ror': 'https://ror.org/024mw5h28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I40347166']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'S. Galli', 'raw_affiliation_string': 'Kavli Institute for Cosmological Physics, University of Chicago, Chicago, IL 60637, USA', 'raw_affiliation_strings': ['Kavli Institute for Cosmological Physics, University of Chicago, Chicago, IL 60637, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038193434', 'display_name': 'K. Ganga', 'orcid': 'https://orcid.org/0000-0001-8159-8208'}, 'institutions': [{'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'K. Ganga', 'raw_affiliation_string': 'APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France', 'raw_affiliation_strings': ['APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066685796', 'display_name': 'C. Gauthier', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}, {'id': 'https://openalex.org/I16733864', 'display_name': 'National Taiwan University', 'ror': 'https://ror.org/05bqach95', 'country_code': 'TW', 'type': 'education', 'lineage': ['https://openalex.org/I16733864']}], 'countries': ['FR', 'TW'], 'is_corresponding': False, 'raw_author_name': 'C. Gauthier', 'raw_affiliation_string': 'APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France; Leung Center for Cosmology and Particle Astrophysics, National Taiwan University, 10617 Taipei, Taiwan', 'raw_affiliation_strings': ['APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France', 'Leung Center for Cosmology and Particle Astrophysics, National Taiwan University, 10617 Taipei, Taiwan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076527800', 'display_name': 'Martina Gerbino', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I161593684', 'display_name': 'Stockholm University', 'ror': 'https://ror.org/05f0yaq80', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I161593684']}, {'id': 'https://openalex.org/I4210135511', 'display_name': 'AlbaNova', 'ror': 'https://ror.org/044kkfr75', 'country_code': 'SE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210135511']}, {'id': 'https://openalex.org/I119971240', 'display_name': 'Nordic Institute for Theoretical Physics', 'ror': 'https://ror.org/03r06fs10', 'country_code': 'SE', 'type': 'facility', 'lineage': ['https://openalex.org/I119971240']}, {'id': 'https://openalex.org/I861853513', 'display_name': 'Sapienza University of Rome', 'ror': 'https://ror.org/02be6w209', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I861853513']}], 'countries': ['IT', 'SE'], 'is_corresponding': False, 'raw_author_name': 'M. Gerbino', 'raw_affiliation_string': 'Dipartimento di Fisica, Università La Sapienza, P. le A. Moro 2, 00185 Roma, Italy; Nordita (Nordic Institute for Theoretical Physics), Roslagstullsbacken 23, 106 91 Stockholm, Sweden; The Oskar Klein Centre for Cosmoparticle Physics, Department of Physics,Stockholm University, AlbaNova, 106 91 Stockholm, Sweden', 'raw_affiliation_strings': ['Dipartimento di Fisica, Università La Sapienza, P. le A. Moro 2, 00185 Roma, Italy', 'Nordita (Nordic Institute for Theoretical Physics), Roslagstullsbacken 23, 106 91 Stockholm, Sweden', 'The Oskar Klein Centre for Cosmoparticle Physics, Department of Physics,Stockholm University, AlbaNova, 106 91 Stockholm, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014400660', 'display_name': 'T. Ghosh', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210103272', 'display_name': "Institut d'Astrophysique Spatiale", 'ror': 'https://ror.org/014p8mr66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I4210103272']}, {'id': 'https://openalex.org/I277688954', 'display_name': 'University of Paris-Saclay', 'ror': 'https://ror.org/03xjwb503', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I102197404', 'display_name': 'University of Paris-Sud', 'ror': 'https://ror.org/028rypz17', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I4210145102', 'display_name': 'Institut Polytechnique de Paris', 'ror': 'https://ror.org/042tfbd02', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210145102']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'T. Ghosh', 'raw_affiliation_string': 'Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France', 'raw_affiliation_strings': ['Institut d’Astrophysique Spatiale, CNRS, Univ. Paris-Sud, Université Paris-Saclay, Bât. 121, 91405 Orsay Cedex, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001543015', 'display_name': 'M. Giard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I17866349', 'display_name': 'Université de Toulouse', 'ror': 'https://ror.org/004raaa70', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I17866349']}, {'id': 'https://openalex.org/I134560555', 'display_name': 'Université Toulouse III - Paul Sabatier', 'ror': 'https://ror.org/02v6kpv12', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I134560555', 'https://openalex.org/I17866349']}, {'id': 'https://openalex.org/I4210107416', 'display_name': 'Roche (France)', 'ror': 'https://ror.org/01mqmer16', 'country_code': 'FR', 'type': 'company', 'lineage': ['https://openalex.org/I118019719', 'https://openalex.org/I4210107416']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'M. Giard', 'raw_affiliation_string': 'CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France; Université de Toulouse, UPS-OMP, IRAP, 31028 Toulouse Cedex 4, France', 'raw_affiliation_strings': ['CNRS, IRAP, 9 Av. colonel Roche, BP 44346, 31028 Toulouse Cedex 4, France', 'Université de Toulouse, UPS-OMP, IRAP, 31028 Toulouse Cedex 4, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052489268', 'display_name': 'Y. Giraud‐Héraud', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}, {'id': 'https://openalex.org/I2738703131', 'display_name': 'Atomic Energy and Alternative Energies Commission', 'ror': 'https://ror.org/00jjx8s55', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2738703131']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Y. Giraud-Héraud', 'raw_affiliation_string': 'APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France', 'raw_affiliation_strings': ['APC, AstroParticule et Cosmologie, Université Paris Diderot, CNRS/IN2P3, CEA/lrfu, Observatoire de Paris, Sorbonne Paris Cité, 10 rue Alice Domon et Léonie Duquet, 75205 Paris Cedex 13, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054811021', 'display_name': 'Elena Giusarma', 'orcid': 'https://orcid.org/0000-0003-3052-3059'}, 'institutions': [{'id': 'https://openalex.org/I861853513', 'display_name': 'Sapienza University of Rome', 'ror': 'https://ror.org/02be6w209', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I861853513']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'E. Giusarma', 'raw_affiliation_string': 'Dipartimento di Fisica, Università La Sapienza, P. le A. Moro 2, 00185 Roma, Italy', 'raw_affiliation_strings': ['Dipartimento di Fisica, Università La Sapienza, P. le A. Moro 2, 00185 Roma, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088745139', 'display_name': 'E. Gjerløw', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184942183', 'display_name': 'University of Oslo', 'ror': 'https://ror.org/01xtthb56', 'country_code': 'NO', 'type': 'education', 'lineage': ['https://openalex.org/I184942183']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'E. Gjerløw', 'raw_affiliation_string': 'Institute of Theoretical Astrophysics, University of Oslo, Blindern, 0371 Oslo, Norway', 'raw_affiliation_strings': ['Institute of Theoretical Astrophysics, University of Oslo, Blindern, 0371 Oslo, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042132634', 'display_name': 'J. González‐Nuevo', 'orcid': 'https://orcid.org/0000-0003-1354-6822'}, 'institutions': [{'id': 'https://openalex.org/I165339363', 'display_name': 'University of Oviedo', 'ror': 'https://ror.org/006gksa02', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I165339363']}, {'id': 'https://openalex.org/I4210152024', 'display_name': 'Institute of Physics of Cantabria', 'ror': 'https://ror.org/040kx1j83', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I134820265', 'https://openalex.org/I4210152024']}, {'id': 'https://openalex.org/I13134134', 'display_name': 'Universidad de Cantabria', 'ror': 'https://ror.org/046ffzj20', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I13134134']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'J. González-Nuevo', 'raw_affiliation_string': 'Departamento de Física, Universidad de Oviedo, Avda. Calvo Sotelo s/n, 33007 Oviedo, Spain; Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain', 'raw_affiliation_strings': ['Departamento de Física, Universidad de Oviedo, Avda. Calvo Sotelo s/n, 33007 Oviedo, Spain', 'Instituto de Física de Cantabria (CSIC-Universidad de Cantabria), Avda. de los Castros s/n, 39005 Santander, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024789628', 'display_name': 'K. M. Górski', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1334627681', 'display_name': 'Jet Propulsion Laboratory', 'ror': 'https://ror.org/027k65916', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I122411786', 'https://openalex.org/I1334627681', 'https://openalex.org/I4210124779']}, {'id': 'https://openalex.org/I4654613', 'display_name': 'University of Warsaw', 'ror': 'https://ror.org/039bjqg32', 'country_code': 'PL', 'type': 'education', 'lineage': ['https://openalex.org/I4654613']}], 'countries': ['PL', 'US'], 'is_corresponding': False, 'raw_author_name': 'K. M. Górski', 'raw_affiliation_string': 'Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA; Warsaw University Observatory, Aleje Ujazdowskie 4, 00-478 Warszawa, Poland', 'raw_affiliation_strings': ['Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA', 'Warsaw University Observatory, Aleje Ujazdowskie 4, 00-478 Warszawa, Poland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052994603', 'display_name': 'S. Gratton', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'S. Gratton', 'raw_affiliation_string': 'Institute of Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA, UK; Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK', 'raw_affiliation_strings': ['Institute of Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA, UK', 'Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052265434', 'display_name': 'A. Gregorio', 'orcid': 'https://orcid.org/0000-0003-4028-8785'}, 'institutions': [{'id': 'https://openalex.org/I142444530', 'display_name': 'University of Trieste', 'ror': 'https://ror.org/02n742c10', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I142444530']}, {'id': 'https://openalex.org/I2801536946', 'display_name': 'Trieste Astronomical Observatory', 'ror': 'https://ror.org/00c9gth79', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I2801536946', 'https://openalex.org/I875825670']}, {'id': 'https://openalex.org/I4210151851', 'display_name': 'INFN Sezione di Trieste', 'ror': 'https://ror.org/05j3snm48', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I142444530', 'https://openalex.org/I160013858', 'https://openalex.org/I4210151851']}, {'id': 'https://openalex.org/I160013858', 'display_name': 'National Institute for Nuclear Physics', 'ror': 'https://ror.org/005ta0471', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I160013858']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'A. Gregorio', 'raw_affiliation_string': 'Dipartimento di Fisica, Università degli Studi di Trieste, via A. Valerio 2, 34127 Trieste, Italy; INAF−Osservatorio Astronomico di Trieste, via G.B. Tiepolo 11, Trieste, Italy; INFN/National Institute for Nuclear Physics, via Valerio 2, 34127 Trieste, Italy', 'raw_affiliation_strings': ['Dipartimento di Fisica, Università degli Studi di Trieste, via A. Valerio 2, 34127 Trieste, Italy', 'INAF−Osservatorio Astronomico di Trieste, via G.B. Tiepolo 11, Trieste, Italy', 'INFN/National Institute for Nuclear Physics, via Valerio 2, 34127 Trieste, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049175464', 'display_name': 'A. Gruppuso', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I875825670', 'display_name': 'National Institute for Astrophysics', 'ror': 'https://ror.org/02gh4kt33', 'country_code': 'IT', 'type': 'government', 'lineage': ['https://openalex.org/I875825670']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'A. Gruppuso', 'raw_affiliation_string': 'INAF/IASF Bologna, via Gobetti 101, Bologna, Italy', 'raw_affiliation_strings': ['INAF/IASF Bologna, via Gobetti 101, Bologna, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001041812', 'display_name': 'J. E. Gudmundsson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I161593684', 'display_name': 'Stockholm University', 'ror': 'https://ror.org/05f0yaq80', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I161593684']}, {'id': 'https://openalex.org/I4210135511', 'display_name': 'AlbaNova', 'ror': 'https://ror.org/044kkfr75', 'country_code': 'SE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210135511']}, {'id': 'https://openalex.org/I119971240', 'display_name': 'Nordic Institute for Theoretical Physics', 'ror': 'https://ror.org/03r06fs10', 'country_code': 'SE', 'type': 'facility', 'lineage': ['https://openalex.org/I119971240']}, {'id': 'https://openalex.org/I20089843', 'display_name': 'Princeton University', 'ror': 'https://ror.org/00hx57361', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I20089843']}], 'countries': ['SE', 'US'], 'is_corresponding': False, 'raw_author_name': 'J. E. Gudmundsson', 'raw_affiliation_string': 'Department of Physics, Princeton University, Princeton, New Jersey, NJ 08540, USA; Nordita (Nordic Institute for Theoretical Physics), Roslagstullsbacken 23, 106 91 Stockholm, Sweden; The Oskar Klein Centre for Cosmoparticle Physics, Department of Physics,Stockholm University, AlbaNova, 106 91 Stockholm, Sweden', 'raw_affiliation_strings': ['Department of Physics, Princeton University, Princeton, New Jersey, NJ 08540, USA', 'Nordita (Nordic Institute for Theoretical Physics), Roslagstullsbacken 23, 106 91 Stockholm, Sweden', 'The Oskar Klein Centre for Cosmoparticle Physics, Department of Physics,Stockholm University, AlbaNova, 106 91 Stockholm, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055541205', 'display_name': 'Jan Hamann', 'orcid': 'https://orcid.org/0000-0003-2006-0089'}, 'institutions': [{'id': 'https://openalex.org/I67311998', 'display_name': 'European Organization for Nuclear Research', 'ror': 'https://ror.org/01ggx4157', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I67311998']}, {'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU', 'CH'], 'is_corresponding': False, 'raw_author_name': 'J. Hamann', 'raw_affiliation_string': 'Sydney Institute for Astronomy, School of Physics A28, University of Sydney, NSW 2006, Australia; Theory Division, PH-TH, CERN, 1211 Geneva 23, Switzerland', 'raw_affiliation_strings': ['Sydney Institute for Astronomy, School of Physics A28, University of Sydney, NSW 2006, Australia', 'Theory Division, PH-TH, CERN, 1211 Geneva 23, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042807253', 'display_name': 'F. K. Hansen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I184942183', 'display_name': 'University of Oslo', 'ror': 'https://ror.org/01xtthb56', 'country_code': 'NO', 'type': 'education', 'lineage': ['https://openalex.org/I184942183']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'F. K. Hansen', 'raw_affiliation_string': 'Institute of Theoretical Astrophysics, University of Oslo, Blindern, 0371 Oslo, Norway', 'raw_affiliation_strings': ['Institute of Theoretical Astrophysics, University of Oslo, Blindern, 0371 Oslo, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074975536', 'display_name': 'D. Hanson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5023651', 'display_name': 'McGill University', 'ror': 'https://ror.org/01pxwe438', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I5023651']}, {'id': 'https://openalex.org/I1334627681', 'display_name': 'Jet Propulsion Laboratory', 'ror': 'https://ror.org/027k65916', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I122411786', 'https://openalex.org/I1334627681', 'https://openalex.org/I4210124779']}, {'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA', 'US'], 'is_corresponding': False, 'raw_author_name': 'D. Hanson', 'raw_affiliation_string': 'CITA, University of Toronto, 60 St. George St., Toronto, ON M5S 3H8, Canada; Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA; McGill Physics, Ernest Rutherford Physics Building, McGill University, 3600 rue University, Montréal, QC, H3A 2T8, Canada', 'raw_affiliation_strings': ['CITA, University of Toronto, 60 St. George St., Toronto, ON M5S 3H8, Canada', 'Jet Propulsion Laboratory, California Institute of Technology, 4800 Oak Grove Drive, Pasadena, California, USA', 'McGill Physics, Ernest Rutherford Physics Building, McGill University, 3600 rue University, Montréal, QC, H3A 2T8, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068558511', 'display_name': 'D. L. Harrison', 'orcid': 'https://orcid.org/0000-0001-8687-6588'}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'D. L. Harrison', 'raw_affiliation_string': 'Institute of Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA, UK; Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK', 'raw_affiliation_strings': ['Institute of Astronomy, University of Cambridge, Madingley Road, Cambridge CB3 0HA, UK', 'Kavli Institute for Cosmology Cambridge, Madingley Road, Cambridge, CB3 0HA, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071824119', 'display_name': 'G. Hélou', 'orcid': 'https://orcid.org/0000-0003-3367-3415'}, 'institutions': [{'id': 'https://openalex.org/I122411786', 'display_name': 'California Institute of Technology', 'ror': 'https://ror.org/05dxps055', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I122411786']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G. Helou', 'raw_affiliation_string': 'California Institute of Technology, Pasadena, California, USA', 'raw_affiliation_strings': ['California Institute of Technology, Pasadena, California, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017525149', 'display_name': 'S. Henrot-Versillé', 'orcid': 'https://orcid.org/0000-0003-1218-2991'}, 'institutions': [{'id': 'https://openalex.org/I102197404', 'display_name': 'University of Paris-Sud', 'ror': 'https://ror.org/028rypz17', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I102197404', 'https://openalex.org/I277688954']}, {'id': 'https://openalex.org/I4210133362', 'display_name': 'Institut National de Physique Nucléaire et de Physique des Particules', 'ror': 'https://ror.org/03fd77x13', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I1294671590', 'https://openalex.org/I4210133362']}, {'id': 'https://openalex.org/I4210145102', 'display_name': 'Institut Polytechnique de Paris', 'ror': 'https://ror.org/042tfbd02', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210145102']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'S. Henrot-Versillé', 'raw_affiliation_string': 'LAL, Université Paris-Sud, CNRS/IN2P3, 91898 Orsay, France', 'raw_affiliation_strings': ['LAL, Université Paris-Sud, CNRS/IN2P3, 91898 Orsay, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085614226', 'display_name': 'C. Hernández-Monteagudo', 'orcid': 'https://orcid.org/0000-0001-5471-9166'}, 'institutions': [{'id': 'https://openalex.org/I4210121214', 'display_name': 'Centro de Estudios de Física del Cosmos de Aragón', 'ror': 'https://ror.org/01wng0g34', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210121214']}, {'id': 'https://openalex.org/I4210103661', 'display_name': 'Max Planck Institute for Astrophysics', 'ror': 'https://ror.org/017qcv467', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210103661']}], 'countries': ['DE', 'ES'], 'is_corresponding': False, 'raw_author_name': 'C. Hernández-Monteagudo', 'raw_affiliation_string': 'Centro de Estudios de Física del Cosmos de Aragón (CEFCA), Plaza San Juan, 1, planta 2, 44001 Teruel, Spain; Max-Planck-Institut für Astrophysik, Karl-Schwarzschild-Str. 1, 85741 Garching, Germany', 'raw_affiliation_strings': ['Centro de Estudios de Física del Cosmos de Aragón (CEFCA), Plaza San Juan, 1, planta 2, 44001 Teruel, Spain', 'Max-Planck-Institut für Astrophysik, Karl-Schwarzschild-Str. 1, 85741 Garching, Germany']}], 'countries_distinct_count': 24, 'institutions_distinct_count': 123, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'is_authors_truncated': True, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 7737, 'biblio': {'volume': '594', 'issue': None, 'first_page': 'A13', 'last_page': 'A13'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.9683795}, {'id': 'https://openalex.org/C166126730', 'wikidata': 'https://www.wikidata.org/wiki/Q725309', 'display_name': 'Planck', 'level': 2, 'score': 0.90544856}, {'id': 'https://openalex.org/C207297109', 'wikidata': 'https://www.wikidata.org/wiki/Q15605', 'display_name': 'Cosmic microwave background', 'level': 3, 'score': 0.7580091}, {'id': 'https://openalex.org/C44870925', 'wikidata': 'https://www.wikidata.org/wiki/Q37547', 'display_name': 'Astrophysics', 'level': 1, 'score': 0.71940345}, {'id': 'https://openalex.org/C103874350', 'wikidata': 'https://www.wikidata.org/wiki/Q179916', 'display_name': "Hubble's law", 'level': 4, 'score': 0.69784343}, {'id': 'https://openalex.org/C26405456', 'wikidata': 'https://www.wikidata.org/wiki/Q338', 'display_name': 'Cosmology', 'level': 2, 'score': 0.641602}, {'id': 'https://openalex.org/C172790937', 'wikidata': 'https://www.wikidata.org/wiki/Q18343', 'display_name': 'Dark energy', 'level': 3, 'score': 0.6216457}, {'id': 'https://openalex.org/C69672822', 'wikidata': 'https://www.wikidata.org/wiki/Q1670901', 'display_name': 'Reionization', 'level': 4, 'score': 0.55627835}, {'id': 'https://openalex.org/C16743098', 'wikidata': 'https://www.wikidata.org/wiki/Q837317', 'display_name': 'Big Bang nucleosynthesis', 'level': 4, 'score': 0.5359265}, {'id': 'https://openalex.org/C181868357', 'wikidata': 'https://www.wikidata.org/wiki/Q468999', 'display_name': 'Planck energy', 'level': 5, 'score': 0.48674726}, {'id': 'https://openalex.org/C42061751', 'wikidata': 'https://www.wikidata.org/wiki/Q2280060', 'display_name': 'Spectral index', 'level': 3, 'score': 0.4818274}, {'id': 'https://openalex.org/C2779557605', 'wikidata': 'https://www.wikidata.org/wiki/Q9890', 'display_name': 'Omega', 'level': 2, 'score': 0.4501387}, {'id': 'https://openalex.org/C62796785', 'wikidata': 'https://www.wikidata.org/wiki/Q12902765', 'display_name': 'Cosmic background radiation', 'level': 4, 'score': 0.43713376}, {'id': 'https://openalex.org/C109214941', 'wikidata': 'https://www.wikidata.org/wiki/Q18334', 'display_name': 'Particle physics', 'level': 1, 'score': 0.3421769}, {'id': 'https://openalex.org/C1276947', 'wikidata': 'https://www.wikidata.org/wiki/Q333', 'display_name': 'Astronomy', 'level': 1, 'score': 0.2181024}, {'id': 'https://openalex.org/C4397270', 'wikidata': 'https://www.wikidata.org/wiki/Q471702', 'display_name': 'Nucleosynthesis', 'level': 3, 'score': 0.2177034}, {'id': 'https://openalex.org/C85725439', 'wikidata': 'https://www.wikidata.org/wiki/Q466686', 'display_name': 'Anisotropy', 'level': 2, 'score': 0.21526054}, {'id': 'https://openalex.org/C33024259', 'wikidata': 'https://www.wikidata.org/wiki/Q76250', 'display_name': 'Redshift', 'level': 3, 'score': 0.18814692}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.15675238}, {'id': 'https://openalex.org/C108568745', 'wikidata': 'https://www.wikidata.org/wiki/Q234181', 'display_name': 'Quantum gravity', 'level': 3, 'score': 0.096150935}, {'id': 'https://openalex.org/C150846664', 'wikidata': 'https://www.wikidata.org/wiki/Q7602306', 'display_name': 'Stars', 'level': 2, 'score': 0.08397296}, {'id': 'https://openalex.org/C4839761', 'wikidata': 'https://www.wikidata.org/wiki/Q212111', 'display_name': 'Spectral line', 'level': 2, 'score': 0.0819464}, {'id': 'https://openalex.org/C98444146', 'wikidata': 'https://www.wikidata.org/wiki/Q318', 'display_name': 'Galaxy', 'level': 2, 'score': 0.06178069}, {'id': 'https://openalex.org/C192638945', 'wikidata': 'https://www.wikidata.org/wiki/Q468999', 'display_name': 'Planck scale', 'level': 4, 'score': 0.0}, {'id': 'https://openalex.org/C84114770', 'wikidata': 'https://www.wikidata.org/wiki/Q46344', 'display_name': 'Quantum', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 27, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1051/0004-6361/201525830', 'pdf_url': 'https://www.aanda.org/articles/aa/pdf/2016/10/aa25830-15.pdf', 'source': {'id': 'https://openalex.org/S205231332', 'display_name': 'Astronomy and Astrophysics', 'issn_l': '0004-6361', 'issn': ['0004-6361', '1432-0746'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319748', 'host_organization_name': 'EDP Sciences', 'host_organization_lineage': ['https://openalex.org/P4310319748'], 'host_organization_lineage_names': ['EDP Sciences'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.osti.gov/biblio/1398426', 'pdf_url': 'https://escholarship.org/content/qt9hz5p0hv/qt9hz5p0hv.pdf', 'source': {'id': 'https://openalex.org/S4306402487', 'display_name': 'OSTI OAI (U.S. Department of Energy Office of Scientific and Technical Information)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I139351228', 'host_organization_name': 'Office of Scientific and Technical Information', 'host_organization_lineage': ['https://openalex.org/I139351228'], 'host_organization_lineage_names': ['Office of Scientific and Technical Information'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1502.01589', 'pdf_url': 'https://arxiv.org/pdf/1502.01589', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://pure.manchester.ac.uk/ws/files/52915797/aa25830_15.pdf', 'pdf_url': 'https://pure.manchester.ac.uk/ws/files/52915797/aa25830_15.pdf', 'source': {'id': 'https://openalex.org/S4306400662', 'display_name': 'Research Explorer (The University of Manchester)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I28407311', 'host_organization_name': 'University of Manchester', 'host_organization_lineage': ['https://openalex.org/I28407311'], 'host_organization_lineage_names': ['University of Manchester'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://aaltodoc.aalto.fi/handle/123456789/28263', 'pdf_url': 'https://research.aalto.fi/files/14489952/Planck_2015_results_XIII._Cosmological_parameters_aa25830_15.pdf', 'source': {'id': 'https://openalex.org/S4306401662', 'display_name': 'Aaltodoc (Aalto University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I9927081', 'host_organization_name': 'Aalto University', 'host_organization_lineage': ['https://openalex.org/I9927081'], 'host_organization_lineage_names': ['Aalto University'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://eprints.nottingham.ac.uk/42402/', 'pdf_url': 'https://nottingham-repository.worktribe.com/preview/813575/ATT00001.pdf', 'source': {'id': 'https://openalex.org/S4306402015', 'display_name': 'Nottingham ePrints (University of Nottingham)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I142263535', 'host_organization_name': 'University of Nottingham', 'host_organization_lineage': ['https://openalex.org/I142263535'], 'host_organization_lineage_names': ['University of Nottingham'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://resolver.caltech.edu/CaltechAUTHORS:20150918-070918069', 'pdf_url': 'https://authors.library.caltech.edu/60313/2/aa25830-15.pdf', 'source': {'id': 'https://openalex.org/S4306402162', 'display_name': 'CaltechAUTHORS (California Institute of Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I122411786', 'host_organization_name': 'California Institute of Technology', 'host_organization_lineage': ['https://openalex.org/I122411786'], 'host_organization_lineage_names': ['California Institute of Technology'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://mural.maynoothuniversity.ie/14349/1/JM-Cosmological-parameters-2016.pdf', 'pdf_url': 'http://mural.maynoothuniversity.ie/14349/1/JM-Cosmological-parameters-2016.pdf', 'source': {'id': 'https://openalex.org/S4306401432', 'display_name': 'Maynooth University ePrints and eTheses Archive (Maynooth University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I157286207', 'host_organization_name': 'National University of Ireland, Maynooth', 'host_organization_lineage': ['https://openalex.org/I157286207'], 'host_organization_lineage_names': ['National University of Ireland, Maynooth'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://orca.cardiff.ac.uk/id/eprint/101462/7/aa25830-15.pdf', 'pdf_url': 'https://orca.cardiff.ac.uk/id/eprint/101462/7/aa25830-15.pdf', 'source': {'id': 'https://openalex.org/S4306401195', 'display_name': 'ORCA Online Research @Cardiff (Cardiff University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I79510175', 'host_organization_name': 'Cardiff University', 'host_organization_lineage': ['https://openalex.org/I79510175'], 'host_organization_lineage_names': ['Cardiff University'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://sro.sussex.ac.uk/id/eprint/66162/1/10-1051-0004-6361-201525830.pdf', 'pdf_url': 'http://sro.sussex.ac.uk/id/eprint/66162/1/10-1051-0004-6361-201525830.pdf', 'source': {'id': 'https://openalex.org/S4306400129', 'display_name': 'Sussex Research Online (University of Sussex)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I162608824', 'host_organization_name': 'University of Sussex', 'host_organization_lineage': ['https://openalex.org/I162608824'], 'host_organization_lineage_names': ['University of Sussex'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10651/40313', 'pdf_url': 'https://digibuo.uniovi.es/dspace/bitstream/10651/40313/1/A%26A-594-A13.pdf', 'source': {'id': 'https://openalex.org/S4306402334', 'display_name': 'Consultation of the Doctoral Thesis Database (TESEO) (Ministerio de Educación, Cultura y Deporte)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2801976130', 'host_organization_name': 'Ministerio de Educación Cultura y Deporte', 'host_organization_lineage': ['https://openalex.org/I2801976130'], 'host_organization_lineage_names': ['Ministerio de Educación Cultura y Deporte'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10481/62522', 'pdf_url': 'https://digibug.ugr.es/bitstream/10481/62522/1/aa25830-15.pdf', 'source': {'id': 'https://openalex.org/S4306400567', 'display_name': 'Institutional Repository of the University of Granada (University of Granada)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I173304897', 'host_organization_name': 'University of Granada', 'host_organization_lineage': ['https://openalex.org/I173304897'], 'host_organization_lineage_names': ['University of Granada'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10852/55396', 'pdf_url': 'https://www.duo.uio.no/bitstream/10852/55396/2/2015-13.pdf', 'source': {'id': 'https://openalex.org/S4306401716', 'display_name': 'Duo Research Archive (University of Oslo)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I184942183', 'host_organization_name': 'University of Oslo', 'host_organization_lineage': ['https://openalex.org/I184942183'], 'host_organization_lineage_names': ['University of Oslo'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://research.manchester.ac.uk/en/publications/491d214e-7255-415e-97b5-96d8ae621eaa', 'pdf_url': 'https://research.manchester.ac.uk/files/57842856/1502.01589.pdf', 'source': {'id': 'https://openalex.org/S4306400662', 'display_name': 'Research Explorer (The University of Manchester)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I28407311', 'host_organization_name': 'University of Manchester', 'host_organization_lineage': ['https://openalex.org/I28407311'], 'host_organization_lineage_names': ['University of Manchester'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2108/217494', 'pdf_url': 'https://art.torvergata.it/bitstream/2108/217494/2/1502.01589.pdf', 'source': {'id': 'https://openalex.org/S4306400993', 'display_name': 'Cineca Institutional Research Information System (Tor Vergata University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I116067653', 'host_organization_name': 'University of Rome Tor Vergata', 'host_organization_lineage': ['https://openalex.org/I116067653'], 'host_organization_lineage_names': ['University of Rome Tor Vergata'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11392/2357632', 'pdf_url': 'https://iris.unife.it/bitstream/11392/2357632/2/aa25830-15.pdf', 'source': {'id': 'https://openalex.org/S4306400369', 'display_name': 'Institutional Research Information System University of Ferrara (University of Ferrara)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I201324441', 'host_organization_name': 'University of Ferrara', 'host_organization_lineage': ['https://openalex.org/I201324441'], 'host_organization_lineage_names': ['University of Ferrara'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2066/161163', 'pdf_url': 'https://repository.ubn.ru.nl/bitstream/handle/2066/161163/1/161163.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10261/140585', 'pdf_url': 'https://digital.csic.es/bitstream/10261/140585/1/XIIICosmological.pdf', 'source': {'id': 'https://openalex.org/S4306400616', 'display_name': 'DIGITAL.CSIC (Spanish National Research Council (CSIC))', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I134820265', 'host_organization_name': 'Spanish National Research Council', 'host_organization_lineage': ['https://openalex.org/I134820265'], 'host_organization_lineage_names': ['Spanish National Research Council'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://cds.cern.ch/record/1987166', 'pdf_url': 'http://cds.cern.ch/record/1987166/files/arXiv:1502.01589.pdf', 'source': {'id': 'https://openalex.org/S4306402194', 'display_name': 'CERN Document Server (European Organization for Nuclear Research)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I67311998', 'host_organization_name': 'European Organization for Nuclear Research', 'host_organization_lineage': ['https://openalex.org/I67311998'], 'host_organization_lineage_names': ['European Organization for Nuclear Research'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10044/1/43993', 'pdf_url': 'http://spiral.imperial.ac.uk/bitstream/10044/1/43993/2/1502.01589v3.pdf', 'source': {'id': 'https://openalex.org/S4306401396', 'display_name': 'Spiral (Imperial College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I47508984', 'host_organization_name': 'Imperial College London', 'host_organization_lineage': ['https://openalex.org/I47508984'], 'host_organization_lineage_names': ['Imperial College London'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2434/555953', 'pdf_url': 'https://air.unimi.it/bitstream/2434/555953/2/aa25830-15-min.pdf', 'source': {'id': 'https://openalex.org/S4306400516', 'display_name': 'Archivio Istituzionale della Ricerca (Universita Degli Studi Di Milano)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I189158943', 'host_organization_name': 'University of Milan', 'host_organization_lineage': ['https://openalex.org/I189158943'], 'host_organization_lineage_names': ['University of Milan'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11368/2887829', 'pdf_url': 'https://arts.units.it/bitstream/11368/2887829/1/1502.01589v3.pdf', 'source': {'id': 'https://openalex.org/S4306402362', 'display_name': 'ArTS Archivio della ricerca di Trieste (University of Trieste https://www.units.it/)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I142444530', 'host_organization_name': 'University of Trieste', 'host_organization_lineage': ['https://openalex.org/I142444530'], 'host_organization_lineage_names': ['University of Trieste'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://backend.orbit.dtu.dk/ws/files/127225837/aa25830_15.pdf', 'pdf_url': 'https://backend.orbit.dtu.dk/ws/files/127225837/aa25830_15.pdf', 'source': {'id': 'https://openalex.org/S4306400705', 'display_name': 'Technical University of Denmark, DTU Orbit (Technical University of Denmark, DTU)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I96673099', 'host_organization_name': 'Technical University of Denmark', 'host_organization_lineage': ['https://openalex.org/I96673099'], 'host_organization_lineage_names': ['Technical University of Denmark'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://nottingham-repository.worktribe.com/file/813049/1/ATT00001.pdf', 'pdf_url': 'https://nottingham-repository.worktribe.com/file/813049/1/ATT00001.pdf', 'source': {'id': 'https://openalex.org/S4306402482', 'display_name': 'Repository@Nottingham (University of Nottingham)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I142263535', 'host_organization_name': 'University of Nottingham', 'host_organization_lineage': ['https://openalex.org/I142263535'], 'host_organization_lineage_names': ['University of Nottingham'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://orbit.dtu.dk/en/publications/93357334-8175-49f4-890f-8ee2c004a2ca', 'pdf_url': 'https://orbit.dtu.dk/files/127225837/aa25830_15.pdf', 'source': {'id': 'https://openalex.org/S4306400705', 'display_name': 'Technical University of Denmark, DTU Orbit (Technical University of Denmark, DTU)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I96673099', 'host_organization_name': 'Technical University of Denmark', 'host_organization_lineage': ['https://openalex.org/I96673099'], 'host_organization_lineage_names': ['Technical University of Denmark'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://pure.manchester.ac.uk/ws/files/57842856/1502.01589.pdf', 'pdf_url': 'https://pure.manchester.ac.uk/ws/files/57842856/1502.01589.pdf', 'source': {'id': 'https://openalex.org/S4306400662', 'display_name': 'Research Explorer (The University of Manchester)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I28407311', 'host_organization_name': 'University of Manchester', 'host_organization_lineage': ['https://openalex.org/I28407311'], 'host_organization_lineage_names': ['University of Manchester'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11577/3210002', 'pdf_url': 'https://www.research.unipd.it/bitstream/11577/3210002/3/aa25830-15%20copia.pdf', 'source': {'id': 'https://openalex.org/S4306402448', 'display_name': 'Padua Research Archive (University of Padua)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I138689650', 'host_organization_name': 'University of Padua', 'host_organization_lineage': ['https://openalex.org/I138689650'], 'host_organization_lineage_names': ['University of Padua'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1051/0004-6361/201525830', 'pdf_url': 'https://www.aanda.org/articles/aa/pdf/2016/10/aa25830-15.pdf', 'source': {'id': 'https://openalex.org/S205231332', 'display_name': 'Astronomy and Astrophysics', 'issn_l': '0004-6361', 'issn': ['0004-6361', '1432-0746'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319748', 'host_organization_name': 'EDP Sciences', 'host_organization_lineage': ['https://openalex.org/P4310319748'], 'host_organization_lineage_names': ['EDP Sciences'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.18}], 'grants': [], 'referenced_works_count': 351, 'referenced_works': ['https://openalex.org/W9676809', 'https://openalex.org/W1483545773', 'https://openalex.org/W1487031125', 'https://openalex.org/W1540356931', 'https://openalex.org/W1547389517', 'https://openalex.org/W1566132959', 'https://openalex.org/W1605315179', 'https://openalex.org/W1673838140', 'https://openalex.org/W1680074206', 'https://openalex.org/W1750135847', 'https://openalex.org/W1751480782', 'https://openalex.org/W1790800554', 'https://openalex.org/W1818710015', 'https://openalex.org/W1819346083', 'https://openalex.org/W1849126332', 'https://openalex.org/W1853767801', 'https://openalex.org/W1854682563', 'https://openalex.org/W1860381929', 'https://openalex.org/W1881468183', 'https://openalex.org/W1938366638', 'https://openalex.org/W1939864003', 'https://openalex.org/W1944901286', 'https://openalex.org/W1949071448', 'https://openalex.org/W1964304291', 'https://openalex.org/W1964777539', 'https://openalex.org/W1965204059', 'https://openalex.org/W1965327243', 'https://openalex.org/W1967781380', 'https://openalex.org/W1968872592', 'https://openalex.org/W1969221502', 'https://openalex.org/W1970571200', 'https://openalex.org/W1970680072', 'https://openalex.org/W1970996634', 'https://openalex.org/W1971230011', 'https://openalex.org/W1972122010', 'https://openalex.org/W1973018404', 'https://openalex.org/W1976579441', 'https://openalex.org/W1977488561', 'https://openalex.org/W1979147028', 'https://openalex.org/W1980482413', 'https://openalex.org/W1981007048', 'https://openalex.org/W1982123390', 'https://openalex.org/W1982689307', 'https://openalex.org/W1984381425', 'https://openalex.org/W1984635997', 'https://openalex.org/W1984642989', 'https://openalex.org/W1984763422', 'https://openalex.org/W1985882200', 'https://openalex.org/W1985999007', 'https://openalex.org/W1986264263', 'https://openalex.org/W1991642518', 'https://openalex.org/W1991774381', 'https://openalex.org/W1993511204', 'https://openalex.org/W1995568970', 'https://openalex.org/W1995962607', 'https://openalex.org/W1997012930', 'https://openalex.org/W1997489115', 'https://openalex.org/W1998610499', 'https://openalex.org/W1999909907', 'https://openalex.org/W2002000571', 'https://openalex.org/W2002002160', 'https://openalex.org/W2002006781', 'https://openalex.org/W2002185357', 'https://openalex.org/W2004458975', 'https://openalex.org/W2004727448', 'https://openalex.org/W2004738677', 'https://openalex.org/W2005411300', 'https://openalex.org/W2006195058', 'https://openalex.org/W2008581316', 'https://openalex.org/W2009485777', 'https://openalex.org/W2009642381', 'https://openalex.org/W2010918417', 'https://openalex.org/W2012805258', 'https://openalex.org/W2015801116', 'https://openalex.org/W2016086981', 'https://openalex.org/W2016424660', 'https://openalex.org/W2016537404', 'https://openalex.org/W2019832685', 'https://openalex.org/W2020074194', 'https://openalex.org/W2021296731', 'https://openalex.org/W2023767210', 'https://openalex.org/W2024769643', 'https://openalex.org/W2026673350', 'https://openalex.org/W2027190243', 'https://openalex.org/W2028924764', 'https://openalex.org/W2031318732', 'https://openalex.org/W2031604642', 'https://openalex.org/W2031874912', 'https://openalex.org/W2033663826', 'https://openalex.org/W2034960857', 'https://openalex.org/W2035877537', 'https://openalex.org/W2036760475', 'https://openalex.org/W2038857335', 'https://openalex.org/W2041136558', 'https://openalex.org/W2042266745', 'https://openalex.org/W2042323747', 'https://openalex.org/W2043420039', 'https://openalex.org/W2045162871', 'https://openalex.org/W2046696247', 'https://openalex.org/W2050602733', 'https://openalex.org/W2051142510', 'https://openalex.org/W2052306133', 'https://openalex.org/W2053133500', 'https://openalex.org/W2057601581', 'https://openalex.org/W2059110085', 'https://openalex.org/W2060663954', 'https://openalex.org/W2060747038', 'https://openalex.org/W2062191374', 'https://openalex.org/W2063370939', 'https://openalex.org/W2063507130', 'https://openalex.org/W2065788148', 'https://openalex.org/W2065889919', 'https://openalex.org/W2067794112', 'https://openalex.org/W2068815585', 'https://openalex.org/W2068999618', 'https://openalex.org/W2069897381', 'https://openalex.org/W2070102783', 'https://openalex.org/W2071587586', 'https://openalex.org/W2071644127', 'https://openalex.org/W2072329169', 'https://openalex.org/W2072654155', 'https://openalex.org/W2073163146', 'https://openalex.org/W2073832139', 'https://openalex.org/W2074701637', 'https://openalex.org/W2074856085', 'https://openalex.org/W2075106565', 'https://openalex.org/W2075884494', 'https://openalex.org/W2077353758', 'https://openalex.org/W2078452600', 'https://openalex.org/W2078491699', 'https://openalex.org/W2078775414', 'https://openalex.org/W2079614197', 'https://openalex.org/W2080189336', 'https://openalex.org/W2081851770', 'https://openalex.org/W2082286321', 'https://openalex.org/W2083625234', 'https://openalex.org/W2084794782', 'https://openalex.org/W2089119882', 'https://openalex.org/W2090727515', 'https://openalex.org/W2092145563', 'https://openalex.org/W2092587479', 'https://openalex.org/W2094284529', 'https://openalex.org/W2094545863', 'https://openalex.org/W2094860437', 'https://openalex.org/W2096079050', 'https://openalex.org/W2096814240', 'https://openalex.org/W2098672383', 'https://openalex.org/W2098710805', 'https://openalex.org/W2099982734', 'https://openalex.org/W2100213110', 'https://openalex.org/W2101489711', 'https://openalex.org/W2102336972', 'https://openalex.org/W2102579857', 'https://openalex.org/W2103177958', 'https://openalex.org/W2104781683', 'https://openalex.org/W2108430221', 'https://openalex.org/W2108577214', 'https://openalex.org/W2109709652', 'https://openalex.org/W2110370746', 'https://openalex.org/W2110590364', 'https://openalex.org/W2111420418', 'https://openalex.org/W2111725499', 'https://openalex.org/W2111859199', 'https://openalex.org/W2113463001', 'https://openalex.org/W2113747906', 'https://openalex.org/W2113869105', 'https://openalex.org/W2113981859', 'https://openalex.org/W2114900035', 'https://openalex.org/W2116312019', 'https://openalex.org/W2116687886', 'https://openalex.org/W2117281531', 'https://openalex.org/W2117363750', 'https://openalex.org/W2118265220', 'https://openalex.org/W2119487926', 'https://openalex.org/W2119866371', 'https://openalex.org/W2120179345', 'https://openalex.org/W2120278246', 'https://openalex.org/W2120455760', 'https://openalex.org/W2121082093', 'https://openalex.org/W2121951791', 'https://openalex.org/W2122024236', 'https://openalex.org/W2122083363', 'https://openalex.org/W2122469395', 'https://openalex.org/W2122765019', 'https://openalex.org/W2124028531', 'https://openalex.org/W2124834154', 'https://openalex.org/W2125798770', 'https://openalex.org/W2127162537', 'https://openalex.org/W2128130302', 'https://openalex.org/W2128317762', 'https://openalex.org/W2128716002', 'https://openalex.org/W2130725257', 'https://openalex.org/W2131279590', 'https://openalex.org/W2132405627', 'https://openalex.org/W2132522347', 'https://openalex.org/W2132845056', 'https://openalex.org/W2134239747', 'https://openalex.org/W2135920379', 'https://openalex.org/W2136127757', 'https://openalex.org/W2138401354', 'https://openalex.org/W2138721573', 'https://openalex.org/W2138874905', 'https://openalex.org/W2139271029', 'https://openalex.org/W2141449818', 'https://openalex.org/W2142039388', 'https://openalex.org/W2142290259', 'https://openalex.org/W2142768579', 'https://openalex.org/W2143174951', 'https://openalex.org/W2145274213', 'https://openalex.org/W2146469565', 'https://openalex.org/W2146810479', 'https://openalex.org/W2147141645', 'https://openalex.org/W2147408598', 'https://openalex.org/W2148711716', 'https://openalex.org/W2148823831', 'https://openalex.org/W2149553431', 'https://openalex.org/W2149928106', 'https://openalex.org/W2152404335', 'https://openalex.org/W2153208487', 'https://openalex.org/W2154665177', 'https://openalex.org/W2155678178', 'https://openalex.org/W2156018821', 'https://openalex.org/W2156305595', 'https://openalex.org/W2157213015', 'https://openalex.org/W2157494422', 'https://openalex.org/W2158002418', 'https://openalex.org/W2159119089', 'https://openalex.org/W2159740059', 'https://openalex.org/W2160253850', 'https://openalex.org/W2160902691', 'https://openalex.org/W2161316786', 'https://openalex.org/W2162315572', 'https://openalex.org/W2162417143', 'https://openalex.org/W2164643184', 'https://openalex.org/W2167774867', 'https://openalex.org/W2168628790', 'https://openalex.org/W2168993822', 'https://openalex.org/W2169346740', 'https://openalex.org/W2170122842', 'https://openalex.org/W2170404002', 'https://openalex.org/W2170857649', 'https://openalex.org/W2170967203', 'https://openalex.org/W2172544830', 'https://openalex.org/W2173062224', 'https://openalex.org/W2205003259', 'https://openalex.org/W2214917193', 'https://openalex.org/W2236428259', 'https://openalex.org/W2280019062', 'https://openalex.org/W2320591922', 'https://openalex.org/W2592514611', 'https://openalex.org/W2595213267', 'https://openalex.org/W2597148250', 'https://openalex.org/W2597546082', 'https://openalex.org/W2947324877', 'https://openalex.org/W2949653252', 'https://openalex.org/W2950361003', 'https://openalex.org/W2950433294', 'https://openalex.org/W2950690526', 'https://openalex.org/W2952607039', 'https://openalex.org/W2983839690', 'https://openalex.org/W3012641646', 'https://openalex.org/W3037268115', 'https://openalex.org/W3037309087', 'https://openalex.org/W3037313295', 'https://openalex.org/W3097988944', 'https://openalex.org/W3098038714', 'https://openalex.org/W3098385861', 'https://openalex.org/W3098462323', 'https://openalex.org/W3098537916', 'https://openalex.org/W3099226557', 'https://openalex.org/W3099234116', 'https://openalex.org/W3099326044', 'https://openalex.org/W3099372341', 'https://openalex.org/W3099855490', 'https://openalex.org/W3099881408', 'https://openalex.org/W3100103549', 'https://openalex.org/W3100326349', 'https://openalex.org/W3100493532', 'https://openalex.org/W3100514957', 'https://openalex.org/W3100537878', 'https://openalex.org/W3101087793', 'https://openalex.org/W3101098073', 'https://openalex.org/W3101176483', 'https://openalex.org/W3101193474', 'https://openalex.org/W3101234648', 'https://openalex.org/W3101471953', 'https://openalex.org/W3101510691', 'https://openalex.org/W3101702999', 'https://openalex.org/W3101730875', 'https://openalex.org/W3101797807', 'https://openalex.org/W3101954218', 'https://openalex.org/W3101977348', 'https://openalex.org/W3102060030', 'https://openalex.org/W3102474852', 'https://openalex.org/W3103035009', 'https://openalex.org/W3103060391', 'https://openalex.org/W3103804433', 'https://openalex.org/W3104032432', 'https://openalex.org/W3104319509', 'https://openalex.org/W3104388551', 'https://openalex.org/W3104538090', 'https://openalex.org/W3104761775', 'https://openalex.org/W3105040217', 'https://openalex.org/W3105238315', 'https://openalex.org/W3105265970', 'https://openalex.org/W3105354890', 'https://openalex.org/W3105451183', 'https://openalex.org/W3105821254', 'https://openalex.org/W3105843226', 'https://openalex.org/W3105933244', 'https://openalex.org/W3106034302', 'https://openalex.org/W3106159308', 'https://openalex.org/W3106487418', 'https://openalex.org/W3106509448', 'https://openalex.org/W3121433869', 'https://openalex.org/W3121697317', 'https://openalex.org/W3122798095', 'https://openalex.org/W3123172944', 'https://openalex.org/W3123891438', 'https://openalex.org/W3123971863', 'https://openalex.org/W3125305016', 'https://openalex.org/W3125508083', 'https://openalex.org/W3125762999', 'https://openalex.org/W3138841107', 'https://openalex.org/W3212194579', 'https://openalex.org/W4211153004', 'https://openalex.org/W4229975217', 'https://openalex.org/W4237064514', 'https://openalex.org/W4241817793', 'https://openalex.org/W4289812967', 'https://openalex.org/W4289874916', 'https://openalex.org/W4289916580', 'https://openalex.org/W4290187041', 'https://openalex.org/W4291186180', 'https://openalex.org/W4292230281', 'https://openalex.org/W4292233939', 'https://openalex.org/W4292322877', 'https://openalex.org/W4292338359', 'https://openalex.org/W4292400014', 'https://openalex.org/W4292407340', 'https://openalex.org/W4292408882', 'https://openalex.org/W4292875581', 'https://openalex.org/W4292993631', 'https://openalex.org/W4293024802', 'https://openalex.org/W4294570292', 'https://openalex.org/W4295021604', 'https://openalex.org/W4295021605', 'https://openalex.org/W4295097865', 'https://openalex.org/W4297402762', 'https://openalex.org/W4297676541', 'https://openalex.org/W4297924433'], 'related_works': ['https://openalex.org/W1909359706', 'https://openalex.org/W2002712977', 'https://openalex.org/W2277614194', 'https://openalex.org/W2884850250', 'https://openalex.org/W3104462554', 'https://openalex.org/W3105401162', 'https://openalex.org/W3123113019', 'https://openalex.org/W3209923274', 'https://openalex.org/W4292875581', 'https://openalex.org/W4309209177'], 'ngrams_url': 'https://api.openalex.org/works/W4292875581/ngrams', 'abstract_inverted_index': {'We': [0, 188, 229], 'present': [1], 'results': [2, 247], 'based': [3], 'on': [4, 70, 76, 152], 'full-mission': [5], 'Planck': [6, 28, 81, 86, 103, 172, 220, 246, 298], 'observations': [7, 300], 'of': [8, 13, 96, 120, 123, 128, 156, 167, 184, 200, 202, 266, 296], 'temperature': [9, 29, 82], 'and': [10, 30, 55, 73, 83, 125, 171, 234, 257, 280, 301], 'polarization': [11, 88], 'anisotropies': [12], 'the': [14, 21, 27, 117, 126, 153, 161, 176, 219, 259, 264, 267, 288, 297], 'CMB.': [15], 'These': [16], 'data': [17, 107, 178, 256, 305], 'are': [18, 223, 251], 'consistent': [19, 159], 'with': [20, 60, 80, 104, 160, 227, 254, 258], 'six-parameter': [22], 'inflationary': [23], 'LCDM': [24, 147, 221, 250, 290], 'cosmology.': [25], 'From': [26], 'lensing': [31, 84], 'data,': [32, 85], 'for': [33, 116, 192, 218, 242, 248], 'this': [34], 'cosmology': [35, 222, 291], 'we': [36, 108, 148], 'find': [37, 109, 149, 189], 'a': [38, 46, 56, 92, 150, 181], 'Hubble': [39], 'constant,': [40], 'H0=': [41], '(67.8': [42], '+/-': [43, 53, 64, 100, 114, 211], '0.9)': [44], 'km/s/Mpc,': [45], 'matter': [47, 233], 'density': [48], 'parameter': [49], 'Omega_m': [50], '=': [51, 62, 98, 112, 209], '0.308': [52], '0.012': [54], 'scalar': [57], 'spectral': [58], 'index': [59], 'n_s': [61], '0.968': [63], '0.006.': [65], '(We': [66], 'quote': [67], '68%': [68], 'errors': [69], 'measured': [71], 'parameters': [72], '95%': [74], 'limits': [75], 'other': [77, 105, 303], 'parameters.)': [78], 'Combined': [79], 'LFI': [87], 'measurements': [89], 'lead': [90], 'to': [91, 133, 141, 180, 207, 271], 'reionization': [93], 'optical': [94], 'depth': [95], 'tau': [97], '0.066': [99], '0.016.': [101], 'Combining': [102], 'astrophysical': [106, 304], 'N_': [110], 'eff': [111], '3.15': [113], '0.23': [115, 135], 'effective': [118], 'number': [119], 'relativistic': [121], 'degrees': [122], 'freedom': [124], 'sum': [127], 'neutrino': [129], 'masses': [130], 'is': [131, 139, 205, 269], 'constrained': [132, 206], '<': [134, 144, 186], 'eV.': [136], 'Spatial': [137], 'curvature': [138], 'found': [140, 270], 'be': [142, 272], '|Omega_K|': [143], '0.005.': [145], 'For': [146], 'limit': [151], 'tensor-to-scalar': [154], 'ratio': [155], 'r': [157, 185], '<0.11': [158], 'B-mode': [162], 'constraints': [163], 'from': [164, 236, 276, 285], 'an': [165, 293], 'analysis': [166], 'BICEP2,': [168], 'Keck': [169], 'Array,': [170], '(BKP)': [173], 'data.': [174], 'Adding': [175], 'BKP': [177], 'leads': [179], 'tighter': [182], 'constraint': [183], '0.09.': [187], 'no': [190, 240], 'evidence': [191, 241], 'isocurvature': [193], 'perturbations': [194], 'or': [195], 'cosmic': [196], 'defects.': [197], 'The': [198, 245], 'equation': [199], 'state': [201], 'dark': [203, 232], 'energy': [204], 'w': [208], '-1.006': [210], '0.045.': [212], 'Standard': [213], 'big': [214], 'bang': [215], 'nucleosynthesis': [216], 'predictions': [217], 'in': [224, 252], 'excellent': [225, 294], 'agreement': [226, 253], 'observations.': [228], 'investigate': [230], 'annihilating': [231], 'deviations': [235], 'standard': [237], 'recombination,': [238], 'finding': [239], 'new': [243], 'physics.': [244], 'base': [249, 289], 'BAO': [255], 'JLA': [260], 'SNe': [261], 'sample.': [262], 'However': [263], 'amplitude': [265], 'fluctuations': [268], 'higher': [273], 'than': [274], 'inferred': [275], 'rich': [277], 'cluster': [278], 'counts': [279], 'weak': [281], 'gravitational': [282], 'lensing.': [283], 'Apart': [284], 'these': [286], 'tensions,': [287], 'provides': [292], 'description': [295], 'CMB': [299], 'many': [302], 'sets.': [306]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4292875581', 'counts_by_year': [{'year': 2023, 'cited_by_count': 525}, {'year': 2022, 'cited_by_count': 791}, {'year': 2021, 'cited_by_count': 826}, {'year': 2020, 'cited_by_count': 1053}, {'year': 2019, 'cited_by_count': 1281}, {'year': 2018, 'cited_by_count': 1667}, {'year': 2017, 'cited_by_count': 1302}, {'year': 2016, 'cited_by_count': 278}], 'updated_date': '2023-10-02T15:50:18.905485', 'created_date': '2022-08-24'}, {'id': 'https://openalex.org/W1987350137', 'doi': 'https://doi.org/10.1002/(sici)1096-9896(199909)189:1<12::aid-path431>3.0.co;2-f', 'title': 'Human papillomavirus is a necessary cause of invasive cervical cancer worldwide', 'display_name': 'Human papillomavirus is a necessary cause of invasive cervical cancer worldwide', 'publication_year': 1999, 'publication_date': '1999-09-01', 'ids': {'openalex': 'https://openalex.org/W1987350137', 'doi': 'https://doi.org/10.1002/(sici)1096-9896(199909)189:1<12::aid-path431>3.0.co;2-f', 'mag': '1987350137', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/10451482'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/(sici)1096-9896(199909)189:1<12::aid-path431>3.0.co;2-f', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S64800834', 'display_name': 'The Journal of Pathology', 'issn_l': '0022-3417', 'issn': ['0022-3417', '1096-9896', '0368-3494', '1555-2039'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5034513502', 'display_name': 'Jan M. M. Walboomers', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I865915315', 'display_name': 'Vrije Universiteit Amsterdam', 'ror': 'https://ror.org/008xxew50', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I865915315']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'J. M. M. Walboomers', 'raw_affiliation_string': 'Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039787846', 'display_name': 'Marcel V. Jacobs', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I865915315', 'display_name': 'Vrije Universiteit Amsterdam', 'ror': 'https://ror.org/008xxew50', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I865915315']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'M. V. Jacobs', 'raw_affiliation_string': 'Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039777805', 'display_name': 'M. Michele Manos', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'M. M. Manos', 'raw_affiliation_string': 'Department of Molecular Microbiology and Immunology, Johns Hopkins University, Baltimore, MD, U.S.A.', 'raw_affiliation_strings': ['Department of Molecular Microbiology and Immunology, Johns Hopkins University, Baltimore, MD, U.S.A.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046119890', 'display_name': 'F. Xavier Bosch', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210107147', 'display_name': "Institut Català d'Oncologia", 'ror': 'https://ror.org/01j1eb875', 'country_code': 'ES', 'type': 'government', 'lineage': ['https://openalex.org/I4210107147']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'F. X. Bosch', 'raw_affiliation_string': "Institute Catala d'Oncologia, Barcelona, Spain", 'raw_affiliation_strings': ["Institute Catala d'Oncologia, Barcelona, Spain"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027380498', 'display_name': 'J. Alain Kummer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I865915315', 'display_name': 'Vrije Universiteit Amsterdam', 'ror': 'https://ror.org/008xxew50', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I865915315']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'J. A. Kummer', 'raw_affiliation_string': 'Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017572918', 'display_name': 'Keerti V. Shah', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'K. V. Shah', 'raw_affiliation_string': 'Department of Molecular Microbiology and Immunology, Johns Hopkins University, Baltimore, MD, U.S.A.', 'raw_affiliation_strings': ['Department of Molecular Microbiology and Immunology, Johns Hopkins University, Baltimore, MD, U.S.A.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050340051', 'display_name': 'Peter J.F. Snijders', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I865915315', 'display_name': 'Vrije Universiteit Amsterdam', 'ror': 'https://ror.org/008xxew50', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I865915315']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'P. J. F. Snijders', 'raw_affiliation_string': 'Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016473306', 'display_name': 'Julian Peto', 'orcid': 'https://orcid.org/0000-0002-1685-8912'}, 'institutions': [{'id': 'https://openalex.org/I142947616', 'display_name': 'Institute of Cancer Research', 'ror': 'https://ror.org/043jzw605', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I142947616']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'J. Peto', 'raw_affiliation_string': 'Institute of Cancer Research, Belmont, Surrey, U.K.', 'raw_affiliation_strings': ['Institute of Cancer Research, Belmont, Surrey, U.K.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056537893', 'display_name': 'Chris J.L.M. Meijer', 'orcid': 'https://orcid.org/0000-0002-2758-9463'}, 'institutions': [{'id': 'https://openalex.org/I865915315', 'display_name': 'Vrije Universiteit Amsterdam', 'ror': 'https://ror.org/008xxew50', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I865915315']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'C. J. L. M. Meijer', 'raw_affiliation_string': 'Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Department of Pathology, University Hospital Vrije Universiteit, Amsterdam, The Netherlands']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5067554612', 'display_name': 'Núbia Muñóz', 'orcid': 'https://orcid.org/0000-0001-8920-770X'}, 'institutions': [{'id': 'https://openalex.org/I4210137435', 'display_name': 'Interactions Corpus Apprentissage Représentations', 'ror': 'https://ror.org/04mn0nr69', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I112936343', 'https://openalex.org/I113428412', 'https://openalex.org/I188626449', 'https://openalex.org/I4210137435', 'https://openalex.org/I4210150854']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'N. Munoz', 'raw_affiliation_string': 'Unit of Field and Intervention Studies, IARC, Lyon, France', 'raw_affiliation_strings': ['Unit of Field and Intervention Studies, IARC, Lyon, France']}], 'countries_distinct_count': 5, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5034513502'], 'corresponding_institution_ids': ['https://openalex.org/I865915315'], 'apc_list': {'value': 4940, 'currency': 'USD', 'value_usd': 4940, 'provenance': 'doaj'}, 'apc_paid': {'value': 4940, 'currency': 'USD', 'value_usd': 4940, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 7659, 'biblio': {'volume': '189', 'issue': '1', 'first_page': '12', 'last_page': '19'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C45189115', 'wikidata': 'https://www.wikidata.org/wiki/Q502159', 'display_name': 'Serology', 'level': 3, 'score': 0.7392395}, {'id': 'https://openalex.org/C2780530800', 'wikidata': 'https://www.wikidata.org/wiki/Q7072921', 'display_name': 'ORFS', 'level': 5, 'score': 0.7165019}, {'id': 'https://openalex.org/C49105822', 'wikidata': 'https://www.wikidata.org/wiki/Q176996', 'display_name': 'Polymerase chain reaction', 'level': 3, 'score': 0.64212024}, {'id': 'https://openalex.org/C2778220009', 'wikidata': 'https://www.wikidata.org/wiki/Q160105', 'display_name': 'Cervical cancer', 'level': 3, 'score': 0.6105936}, {'id': 'https://openalex.org/C2778580637', 'wikidata': 'https://www.wikidata.org/wiki/Q184627', 'display_name': 'HPV infection', 'level': 4, 'score': 0.56545717}, {'id': 'https://openalex.org/C159047783', 'wikidata': 'https://www.wikidata.org/wiki/Q7215', 'display_name': 'Virology', 'level': 1, 'score': 0.5127793}, {'id': 'https://openalex.org/C2994532551', 'wikidata': 'https://www.wikidata.org/wiki/Q184627', 'display_name': 'Human papillomavirus', 'level': 2, 'score': 0.50400704}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.44291252}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.42650026}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.4157951}, {'id': 'https://openalex.org/C159654299', 'wikidata': 'https://www.wikidata.org/wiki/Q79460', 'display_name': 'Antibody', 'level': 2, 'score': 0.39739132}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.33148357}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.32434282}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.32195112}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.23076889}, {'id': 'https://openalex.org/C47289529', 'wikidata': 'https://www.wikidata.org/wiki/Q908550', 'display_name': 'Open reading frame', 'level': 4, 'score': 0.12618741}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.11918375}, {'id': 'https://openalex.org/C167625842', 'wikidata': 'https://www.wikidata.org/wiki/Q899763', 'display_name': 'Peptide sequence', 'level': 3, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D002294', 'descriptor_name': 'Carcinoma, Squamous Cell', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D004279', 'descriptor_name': 'DNA, Viral', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': True}, {'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D027383', 'descriptor_name': 'Papillomaviridae', 'qualifier_ui': 'Q000472', 'qualifier_name': 'pathogenicity', 'is_major_topic': True}, {'descriptor_ui': 'D012097', 'descriptor_name': 'Repressor Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D002583', 'descriptor_name': 'Uterine Cervical Neoplasms', 'qualifier_ui': 'Q000821', 'qualifier_name': 'virology', 'is_major_topic': True}, {'descriptor_ui': 'D000914', 'descriptor_name': 'Antibodies, Viral', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': False}, {'descriptor_ui': 'D000914', 'descriptor_name': 'Antibodies, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001483', 'descriptor_name': 'Base Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015139', 'descriptor_name': 'Blotting, Southern', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002294', 'descriptor_name': 'Carcinoma, Squamous Cell', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002294', 'descriptor_name': 'Carcinoma, Squamous Cell', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D002294', 'descriptor_name': 'Carcinoma, Squamous Cell', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002584', 'descriptor_name': 'Cervix Uteri', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D002584', 'descriptor_name': 'Cervix Uteri', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017931', 'descriptor_name': 'DNA Primers', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D017931', 'descriptor_name': 'DNA Primers', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004279', 'descriptor_name': 'DNA, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008969', 'descriptor_name': 'Molecular Sequence Data', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009856', 'descriptor_name': 'Oncogene Proteins, Viral', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D009856', 'descriptor_name': 'Oncogene Proteins, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009856', 'descriptor_name': 'Oncogene Proteins, Viral', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': False}, {'descriptor_ui': 'D027383', 'descriptor_name': 'Papillomaviridae', 'qualifier_ui': 'Q000276', 'qualifier_name': 'immunology', 'is_major_topic': False}, {'descriptor_ui': 'D027383', 'descriptor_name': 'Papillomaviridae', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D027383', 'descriptor_name': 'Papillomaviridae', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D050725', 'descriptor_name': 'Papillomavirus E7 Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016612', 'descriptor_name': 'Paraffin Embedding', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016133', 'descriptor_name': 'Polymerase Chain Reaction', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D016133', 'descriptor_name': 'Polymerase Chain Reaction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015995', 'descriptor_name': 'Prevalence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012680', 'descriptor_name': 'Sensitivity and Specificity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018709', 'descriptor_name': 'Statistics, Nonparametric', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002583', 'descriptor_name': 'Uterine Cervical Neoplasms', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D002583', 'descriptor_name': 'Uterine Cervical Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002583', 'descriptor_name': 'Uterine Cervical Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/(sici)1096-9896(199909)189:1<12::aid-path431>3.0.co;2-f', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S64800834', 'display_name': 'The Journal of Pathology', 'issn_l': '0022-3417', 'issn': ['0022-3417', '1096-9896', '0368-3494', '1555-2039'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/10451482', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.48}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.24}], 'grants': [], 'referenced_works_count': 23, 'referenced_works': ['https://openalex.org/W1513035815', 'https://openalex.org/W1569876593', 'https://openalex.org/W1601489651', 'https://openalex.org/W1967960141', 'https://openalex.org/W1975207281', 'https://openalex.org/W1995648581', 'https://openalex.org/W1997525190', 'https://openalex.org/W2006571834', 'https://openalex.org/W2044243268', 'https://openalex.org/W2053269672', 'https://openalex.org/W2094666432', 'https://openalex.org/W2100343433', 'https://openalex.org/W2102901342', 'https://openalex.org/W2109347835', 'https://openalex.org/W2129106917', 'https://openalex.org/W2130117030', 'https://openalex.org/W2134553296', 'https://openalex.org/W2136111158', 'https://openalex.org/W2148272663', 'https://openalex.org/W2151066134', 'https://openalex.org/W2158052500', 'https://openalex.org/W2161496449', 'https://openalex.org/W2324771030'], 'related_works': ['https://openalex.org/W2082805292', 'https://openalex.org/W2108547183', 'https://openalex.org/W2275418437', 'https://openalex.org/W2356147114', 'https://openalex.org/W2388014248', 'https://openalex.org/W2398451528', 'https://openalex.org/W2499202241', 'https://openalex.org/W3032164477', 'https://openalex.org/W3216702207', 'https://openalex.org/W4386053801'], 'ngrams_url': 'https://api.openalex.org/works/W1987350137/ngrams', 'abstract_inverted_index': {'A': [0], 'recent': [1], 'report': [2], 'that': [3, 162, 230, 254], '93': [4], 'per': [5, 183, 209, 282], 'cent': [6], 'of': [7, 36, 77, 87, 89, 102, 123, 185, 225, 237, 251, 286, 306, 314], 'invasive': [8], 'cervical': [9, 278, 291, 330, 334], 'cancers': [10, 292, 316], 'worldwide': [11, 274, 296], 'contain': [12], 'human': [13, 309], 'papillomavirus': [14], '(HPV)': [15], 'may': [16], 'be': [17], 'an': [18], 'underestimate,': [19], 'due': [20], 'to': [21], 'sample': [22, 86], 'inadequacy': [23], 'or': [24, 326], 'integration': [25], 'events': [26], 'affecting': [27], 'the': [28, 34, 37, 78, 90, 97, 103, 117, 131, 160, 186, 226, 238, 252, 261, 266, 273, 294, 318], 'HPV': [29, 58, 62, 66, 139, 156, 165, 175, 178, 194, 215, 275, 287, 321], 'L1': [30, 220], 'gene,': [31], 'which': [32, 43, 81, 93, 116], 'is': [33, 280], 'target': [35], 'polymerase': [38], 'chain': [39], 'reaction': [40], '(PCR)-based': [41], 'test': [42], 'was': [44, 73, 151], 'used.': [45], 'The': [46, 193, 284, 311], 'formerly': [47, 105], 'HPV-negative': [48, 83, 106, 189, 243, 315], 'cases': [49, 80, 92, 161, 212], 'from': [50, 263], 'this': [51, 264], 'study': [52, 268], 'have': [53], 'therefore': [54], 'been': [55], 'reanalyzed': [56, 110], 'for': [57, 65, 127, 155, 172, 302, 320], 'serum': [59], 'antibodies': [60, 72], 'and': [61, 70, 84, 167, 190, 205, 265, 269], 'DNA.': [63], 'Serology': [64], '16': [67, 157], 'VLPs,': [68], 'E6,': [69], 'E7': [71, 170], 'performed': [74], 'on': [75, 244], '49': [76], '66': [79, 104], 'were': [82, 94, 108, 163, 197, 213, 232, 242, 255], 'a': [85, 112, 121, 303], '48': [88], '866': [91], 'HPV-positive': [95], 'in': [96, 115, 120, 153, 180, 277, 288, 323, 332], 'original': [98], 'study.': [99], 'Moreover,': [100], '55': [101, 187, 227], 'biopsies': [107], 'also': [109], 'by': [111, 136, 217], 'sandwich': [113], 'procedure': [114], 'outer': [118], 'sections': [119, 124, 133], 'series': [122], 'are': [125, 134], 'used': [126], 'histological': [128], 'review,': [129], 'while': [130], 'inner': [132], 'assayed': [135], 'three': [137], 'different': [138, 143], 'PCR': [140, 171, 246], 'assays': [141], 'targeting': [142], 'open': [144], 'reading': [145], 'frames': [146], '(ORFs).': [147], 'No': [148], 'significant': [149], 'difference': [150], 'found': [152], 'serology': [154], 'proteins': [158], 'between': [159], 'originally': [164, 188], 'PCR-negative': [166], '-positive.': [168], 'Type-specific': [169], '14': [173], 'high-risk': [174], 'types': [176, 195], 'detected': [177, 196], 'DNA': [179], '38': [181], '(69': [182], 'cent)': [184, 210], 'amplifiable': [191], 'specimens.': [192], '16,': [198], '18,': [199], '31,': [200], '33,': [201], '39,': [202], '45,': [203], '52,': [204], '58.': [206], 'Two': [207], '(4': [208], 'additional': [211], 'only': [214], 'DNA-positive': [216], 'E1': [218], 'and/or': [219], 'consensus': [221], 'PCR.': [222], 'Histological': [223], 'analysis': [224], 'specimens': [228], 'revealed': [229], '21': [231, 253], 'qualitatively': [233], 'inadequate.': [234], 'Only': [235], 'two': [236], '34': [239], 'adequate': [240], 'samples': [241], 'all': [245, 290], 'tests,': [247], 'as': [248], 'against': [249], '13': [250], 'inadequate': [256, 271], '(': [257], 'p<': [258], '0.001).': [259], 'Combining': [260], 'data': [262], 'previous': [267], 'excluding': [270], 'specimens,': [272], 'prevalence': [276], 'carcinomas': [279], '99.7': [281], 'cent.': [283], 'presence': [285], 'virtually': [289], 'implies': [293], 'highest': [295], 'attributable': [297], 'fraction': [298], 'so': [299], 'far': [300], 'reported': [301], 'specific': [304], 'cause': [305], 'any': [307], 'major': [308], 'cancer.': [310], 'extreme': [312], 'rarity': [313], 'reinforces': [317], 'rationale': [319], 'testing': [322], 'addition': [324], 'to,': [325], 'even': [327], 'instead': [328], 'of,': [329], 'cytology': [331], 'routine': [333], 'screening.': [335]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1987350137', 'counts_by_year': [{'year': 2023, 'cited_by_count': 192}, {'year': 2022, 'cited_by_count': 287}, {'year': 2021, 'cited_by_count': 272}, {'year': 2020, 'cited_by_count': 293}, {'year': 2019, 'cited_by_count': 311}, {'year': 2018, 'cited_by_count': 332}, {'year': 2017, 'cited_by_count': 329}, {'year': 2016, 'cited_by_count': 387}, {'year': 2015, 'cited_by_count': 442}, {'year': 2014, 'cited_by_count': 462}, {'year': 2013, 'cited_by_count': 444}, {'year': 2012, 'cited_by_count': 477}], 'updated_date': '2023-10-01T20:44:35.670534', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2152061559', 'doi': 'https://doi.org/10.1038/nature12477', 'title': 'Signatures of mutational processes in human cancer', 'display_name': 'Signatures of mutational processes in human cancer', 'publication_year': 2013, 'publication_date': '2013-08-14', 'ids': {'openalex': 'https://openalex.org/W2152061559', 'doi': 'https://doi.org/10.1038/nature12477', 'mag': '2152061559', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/23945592', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3776390'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/nature12477', 'pdf_url': 'https://www.nature.com/articles/nature12477.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nature.com/articles/nature12477.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5080997789', 'display_name': 'Ludmil B. Alexandrov', 'orcid': 'https://orcid.org/0000-0003-3596-4515'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Ludmil B. Alexandrov', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072873709', 'display_name': 'Serena Nik-Zainal', 'orcid': 'https://orcid.org/0000-0001-5054-1727'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I4210156194', 'display_name': "Addenbrooke's Hospital", 'ror': 'https://ror.org/055vbxf86', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802466933', 'https://openalex.org/I4210156194']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Serena Nik-Zainal', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,; Department of Medical Genetics, Box 134, Addenbrooke’s Hospital NHS Trust, Hills Road, Cambridge CB2 0QQ, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'Department of Medical Genetics, Box 134, Addenbrooke’s Hospital NHS Trust, Hills Road, Cambridge CB2 0QQ, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004776968', 'display_name': 'David C. Wedge', 'orcid': 'https://orcid.org/0000-0002-7572-3196'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'David C. Wedge', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074271128', 'display_name': 'Samuel Aparicio', 'orcid': 'https://orcid.org/0000-0002-0487-9599'}, 'institutions': [{'id': 'https://openalex.org/I4210133112', 'display_name': "Canada's Michael Smith Genome Sciences Centre", 'ror': 'https://ror.org/0333j0897', 'country_code': 'CA', 'type': 'other', 'lineage': ['https://openalex.org/I4210133112']}, {'id': 'https://openalex.org/I1289530486', 'display_name': 'BC Cancer Agency', 'ror': 'https://ror.org/03sfybe47', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1289530486']}, {'id': 'https://openalex.org/I141945490', 'display_name': 'University of British Columbia', 'ror': 'https://ror.org/03rmrcq20', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Samuel A. J. R. Aparicio', 'raw_affiliation_string': 'Centre for Translational and Applied Genomics, Michael Smith Genome Sciences Centre, BC Cancer Agency, 675 West 10th Avenue, Vancouver V5Z 1L3, Canada.,; Department of Pathology, University of British Columbia, G227-2211 Wesbrook Mall, British Columbia, Vancouver V6T 2B5, Canada.,; Molecular Oncology, Michael Smith Genome Sciences Centre, BC Cancer Agency, 675 West 10th Avenue, Vancouver V5Z 1L3, Canada.,', 'raw_affiliation_strings': ['Centre for Translational and Applied Genomics, Michael Smith Genome Sciences Centre, BC Cancer Agency, 675 West 10th Avenue, Vancouver V5Z 1L3, Canada.,', 'Department of Pathology, University of British Columbia, G227-2211 Wesbrook Mall, British Columbia, Vancouver V6T 2B5, Canada.,', 'Molecular Oncology, Michael Smith Genome Sciences Centre, BC Cancer Agency, 675 West 10th Avenue, Vancouver V5Z 1L3, Canada.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067510543', 'display_name': 'Sam Behjati', 'orcid': 'https://orcid.org/0000-0002-6600-7665'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sam Behjati', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,; Department of Paediatrics, University of Cambridge, Hills Road, Cambridge CB2 2XY, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'Department of Paediatrics, University of Cambridge, Hills Road, Cambridge CB2 2XY, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068743372', 'display_name': 'Andrew V. Biankin', 'orcid': 'https://orcid.org/0000-0002-0362-5597'}, 'institutions': [{'id': 'https://openalex.org/I7882870', 'display_name': 'University of Glasgow', 'ror': 'https://ror.org/00vtgdb53', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I7882870']}, {'id': 'https://openalex.org/I2800666604', 'display_name': 'Glasgow Royal Infirmary', 'ror': 'https://ror.org/00bjck208', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800201399', 'https://openalex.org/I2800666604']}, {'id': 'https://openalex.org/I136750679', 'display_name': 'Garvan Institute of Medical Research', 'ror': 'https://ror.org/01b3dvp57', 'country_code': 'AU', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I136750679', 'https://openalex.org/I4210087284']}, {'id': 'https://openalex.org/I4210153363', 'display_name': 'The Kinghorn Cancer Centre', 'ror': 'https://ror.org/04fw0fr46', 'country_code': 'AU', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210153363']}, {'id': 'https://openalex.org/I2800681009', 'display_name': 'Bankstown Lidcombe Hospital', 'ror': 'https://ror.org/00qrpt643', 'country_code': 'AU', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800681009', 'https://openalex.org/I4210163551']}, {'id': 'https://openalex.org/I4210163551', 'display_name': 'South Western Sydney Local Health District', 'ror': 'https://ror.org/05j37e495', 'country_code': 'AU', 'type': 'government', 'lineage': ['https://openalex.org/I1311436738', 'https://openalex.org/I4210163551']}, {'id': 'https://openalex.org/I31746571', 'display_name': 'UNSW Sydney', 'ror': 'https://ror.org/03r8z3t63', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I31746571']}], 'countries': ['AU', 'GB'], 'is_corresponding': False, 'raw_author_name': 'Andrew V. Biankin', 'raw_affiliation_string': 'Department of Surgery, Bankstown Hospital, Eldridge Road, Bankstown, Sydney, New South Wales 2200, Australia.,; South Western Sydney Clinical School, Faculty of Medicine, University of New South Wales, Liverpool, New South Wales 2170, Australia.,; The Kinghorn Cancer Centre, 370 Victoria Street, Darlinghurst, and the Cancer Research Program, Garvan Institute of Medical Research, 384 Victoria Street, Darlinghurst, Sydney, New South Wales 2010, Australia.,; West of Scotland Pancreatic Unit, Glasgow Royal Infirmary, Glasgow G4 0SF, UK.,; Wolfson Wohl Cancer Research Centre, Institute of Cancer Sciences, University of Glasgow, Garscube Estate, Switchback Road, Bearsden, Glasgow G61 1BD, UK.,', 'raw_affiliation_strings': ['Department of Surgery, Bankstown Hospital, Eldridge Road, Bankstown, Sydney, New South Wales 2200, Australia.,', 'South Western Sydney Clinical School, Faculty of Medicine, University of New South Wales, Liverpool, New South Wales 2170, Australia.,', 'The Kinghorn Cancer Centre, 370 Victoria Street, Darlinghurst, and the Cancer Research Program, Garvan Institute of Medical Research, 384 Victoria Street, Darlinghurst, Sydney, New South Wales 2010, Australia.,', 'West of Scotland Pancreatic Unit, Glasgow Royal Infirmary, Glasgow G4 0SF, UK.,', 'Wolfson Wohl Cancer Research Centre, Institute of Cancer Sciences, University of Glasgow, Garscube Estate, Switchback Road, Bearsden, Glasgow G61 1BD, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063517739', 'display_name': 'Graham R. Bignell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Graham R. Bignell', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051626849', 'display_name': 'Niccolò Bolli', 'orcid': 'https://orcid.org/0000-0002-1018-5139'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I4210156194', 'display_name': "Addenbrooke's Hospital", 'ror': 'https://ror.org/055vbxf86', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802466933', 'https://openalex.org/I4210156194']}, {'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Niccolò Bolli', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,; Department of Haematology, Addenbrooke’s Hospital, Cambridge CB2 0QQ, UK.,; Department of Haematology, University of Cambridge, Cambridge CB2 2XY, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'Department of Haematology, Addenbrooke’s Hospital, Cambridge CB2 0QQ, UK.,', 'Department of Haematology, University of Cambridge, Cambridge CB2 2XY, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033640021', 'display_name': 'Åke Borg', 'orcid': 'https://orcid.org/0000-0002-5793-132X'}, 'institutions': [{'id': 'https://openalex.org/I187531555', 'display_name': 'Lund University', 'ror': 'https://ror.org/012a77v79', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I187531555']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Ake Borg', 'raw_affiliation_string': 'Department of Oncology, Lund University, SE-221 85 Lund, Sweden.,', 'raw_affiliation_strings': ['Department of Oncology, Lund University, SE-221 85 Lund, Sweden.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074133414', 'display_name': 'Anne‐Lise Børresen‐Dale', 'orcid': 'https://orcid.org/0000-0001-9875-9602'}, 'institutions': [{'id': 'https://openalex.org/I2801049993', 'display_name': 'Norwegian Cancer Society', 'ror': 'https://ror.org/01925vb10', 'country_code': 'NO', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2801049993']}, {'id': 'https://openalex.org/I1281400175', 'display_name': 'Oslo University Hospital', 'ror': 'https://ror.org/00j9c2840', 'country_code': 'NO', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1281400175']}, {'id': 'https://openalex.org/I184942183', 'display_name': 'University of Oslo', 'ror': 'https://ror.org/01xtthb56', 'country_code': 'NO', 'type': 'education', 'lineage': ['https://openalex.org/I184942183']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'Anne-Lise Børresen-Dale', 'raw_affiliation_string': 'Department of Genetics, Institute for Cancer Research, Oslo University Hospital, The Norwegian Radium Hospital, Montebello, 0310 Oslo, Norway.,; The K.G. Jebsen Center for Breast Cancer Research, Institute for Clinical Medicine, Faculty of Medicine, University of Oslo, N-0310 Oslo, Norway.,', 'raw_affiliation_strings': ['Department of Genetics, Institute for Cancer Research, Oslo University Hospital, The Norwegian Radium Hospital, Montebello, 0310 Oslo, Norway.,', 'The K.G. Jebsen Center for Breast Cancer Research, Institute for Clinical Medicine, Faculty of Medicine, University of Oslo, N-0310 Oslo, Norway.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009593400', 'display_name': 'Sandrine Boyault', 'orcid': 'https://orcid.org/0000-0002-2297-6894'}, 'institutions': [{'id': 'https://openalex.org/I4210105738', 'display_name': 'Centre Léon Bérard', 'ror': 'https://ror.org/01cmnjq37', 'country_code': 'FR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210105738']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Sandrine Boyault', 'raw_affiliation_string': 'Plateforme de Bioinformatique Synergie Lyon Cancer, Centre Léon Bérard, 28 rue Laennec, 69373 Lyon Cedex 08, France.,', 'raw_affiliation_strings': ['Plateforme de Bioinformatique Synergie Lyon Cancer, Centre Léon Bérard, 28 rue Laennec, 69373 Lyon Cedex 08, France.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051824759', 'display_name': 'Birgit Burkhardt', 'orcid': 'https://orcid.org/0000-0002-1151-829X'}, 'institutions': [{'id': 'https://openalex.org/I4210103666', 'display_name': 'University Hospital Münster', 'ror': 'https://ror.org/01856cw59', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210103666']}, {'id': 'https://openalex.org/I4210125796', 'display_name': "University Children's Hospital Tübingen", 'ror': 'https://ror.org/03esvmb28', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210094118', 'https://openalex.org/I4210125796']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Birgit Burkhardt', 'raw_affiliation_string': 'NHL-BFM Study Center and Department of Pediatric Hematology and Oncology, University Children’s Hospital, 35392 Giessen, Germany.,; NHL-BFM Study Center and Department of Pediatric Hematology and Oncology, University Children’s Hospital, 48149 Münster, Germany.,', 'raw_affiliation_strings': ['NHL-BFM Study Center and Department of Pediatric Hematology and Oncology, University Children’s Hospital, 35392 Giessen, Germany.,', 'NHL-BFM Study Center and Department of Pediatric Hematology and Oncology, University Children’s Hospital, 48149 Münster, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007140000', 'display_name': 'Adam Butler', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Adam P. Butler', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089060804', 'display_name': 'Carlos Caldas', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2801316944', 'display_name': 'Cancer Research UK', 'ror': 'https://ror.org/054225q67', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2801316944']}, {'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Carlos Caldas', 'raw_affiliation_string': 'Cancer Research UK Cambridge Institute, University of Cambridge, Li Ka Shing Centre, Cambridge CB2 0RE, UK.,', 'raw_affiliation_strings': ['Cancer Research UK Cambridge Institute, University of Cambridge, Li Ka Shing Centre, Cambridge CB2 0RE, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075956178', 'display_name': 'Helen Davies', 'orcid': 'https://orcid.org/0000-0001-6381-3664'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Helen R. Davies', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049771372', 'display_name': 'Christine Desmedt', 'orcid': 'https://orcid.org/0000-0002-5223-5579'}, 'institutions': [{'id': 'https://openalex.org/I132053463', 'display_name': 'Université Libre de Bruxelles', 'ror': 'https://ror.org/01r9htc13', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I132053463']}, {'id': 'https://openalex.org/I2801838318', 'display_name': 'Institut Jules Bordet', 'ror': 'https://ror.org/05e8s8534', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801838318']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Christine Desmedt', 'raw_affiliation_string': 'Breast Cancer Translational Res Lab -BCTL, Université Libre de Bruxelles—Institut Jules Bordet, Boulevard de Waterloo, 125, B-1000 Brussels, Belgium.,', 'raw_affiliation_strings': ['Breast Cancer Translational Res Lab -BCTL, Université Libre de Bruxelles—Institut Jules Bordet, Boulevard de Waterloo, 125, B-1000 Brussels, Belgium.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044191947', 'display_name': 'Roland Eils', 'orcid': 'https://orcid.org/0000-0002-0034-4036'}, 'institutions': [{'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Roland Eils', 'raw_affiliation_string': 'Department of Theoretical Bioinformatics (B080), German Cancer Research Center (DKFZ), Im Neuenheimer Feld 280, 69120 Heidelberg, Germany.,', 'raw_affiliation_strings': ['Department of Theoretical Bioinformatics (B080), German Cancer Research Center (DKFZ), Im Neuenheimer Feld 280, 69120 Heidelberg, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003459358', 'display_name': 'Jórunn E. Eyfjörd', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165368041', 'display_name': 'University of Iceland', 'ror': 'https://ror.org/01db6h964', 'country_code': 'IS', 'type': 'education', 'lineage': ['https://openalex.org/I165368041']}], 'countries': ['IS'], 'is_corresponding': False, 'raw_author_name': 'Jórunn Erla Eyfjörd', 'raw_affiliation_string': 'Cancer Research Laboratory, Faculty of Medicine, Biomedical Centre, University of Iceland, 101 Reykjavik, Iceland.,', 'raw_affiliation_strings': ['Cancer Research Laboratory, Faculty of Medicine, Biomedical Centre, University of Iceland, 101 Reykjavik, Iceland.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066680524', 'display_name': 'John A. Foekens', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210149908', 'display_name': 'Erasmus MC Cancer Institute', 'ror': 'https://ror.org/03r4m3349', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801952686', 'https://openalex.org/I4210149908']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'John A. Foekens', 'raw_affiliation_string': 'Department of Medical Oncology, Erasmus MC Cancer Institute, 3015 CE Rotterdam, The Netherlands.,', 'raw_affiliation_strings': ['Department of Medical Oncology, Erasmus MC Cancer Institute, 3015 CE Rotterdam, The Netherlands.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067317405', 'display_name': 'Mel Greaves', 'orcid': 'https://orcid.org/0000-0002-7239-1384'}, 'institutions': [{'id': 'https://openalex.org/I142947616', 'display_name': 'Institute of Cancer Research', 'ror': 'https://ror.org/043jzw605', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I142947616']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Mel Greaves', 'raw_affiliation_string': 'Department of Haemato-oncology, Institute of Cancer Research, London SM2 5NG, UK.,', 'raw_affiliation_strings': ['Department of Haemato-oncology, Institute of Cancer Research, London SM2 5NG, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040445847', 'display_name': 'Fumie Hosoda', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210087348', 'display_name': 'National Cancer Centre Japan', 'ror': 'https://ror.org/0025ww868', 'country_code': 'JP', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087348']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Fumie Hosoda', 'raw_affiliation_string': 'Division of Cancer Genomics, National Cancer Center Research Institute, Chuo-ku, Tokyo 104-0045, Japan.,', 'raw_affiliation_strings': ['Division of Cancer Genomics, National Cancer Center Research Institute, Chuo-ku, Tokyo 104-0045, Japan.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033187659', 'display_name': 'Barbara Hutter', 'orcid': 'https://orcid.org/0000-0002-9034-0329'}, 'institutions': [{'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Barbara Hutter', 'raw_affiliation_string': 'Department of Theoretical Bioinformatics (B080), German Cancer Research Center (DKFZ), Im Neuenheimer Feld 280, 69120 Heidelberg, Germany.,', 'raw_affiliation_strings': ['Department of Theoretical Bioinformatics (B080), German Cancer Research Center (DKFZ), Im Neuenheimer Feld 280, 69120 Heidelberg, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073073132', 'display_name': 'Tomislav Ilicic', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Tomislav Ilicic', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022177128', 'display_name': 'Sandrine Imbeaud', 'orcid': 'https://orcid.org/0000-0001-8439-6732'}, 'institutions': [{'id': 'https://openalex.org/I4210139963', 'display_name': 'Génomique Fonctionnelle des Tumeurs Solides', 'ror': 'https://ror.org/03yc0ew57', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I169173203', 'https://openalex.org/I184646667', 'https://openalex.org/I204730241', 'https://openalex.org/I39804081', 'https://openalex.org/I4210139963']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I110736937', 'display_name': 'Délégation Paris 5', 'ror': 'https://ror.org/02e0y6e06', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I110736937', 'https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Sandrine Imbeaud', 'raw_affiliation_string': 'INSERM, UMR-674, Génomique Fonctionnelle des Tumeurs Solides, Institut Universitaire d’Hematologie (IUH), 75475 Paris, France.,; Université Paris Descartes, Labex Immuno-oncology, Sorbonne Paris Cité, Faculté de Médecine, 75006 Paris, France.,', 'raw_affiliation_strings': ['INSERM, UMR-674, Génomique Fonctionnelle des Tumeurs Solides, Institut Universitaire d’Hematologie (IUH), 75475 Paris, France.,', 'Université Paris Descartes, Labex Immuno-oncology, Sorbonne Paris Cité, Faculté de Médecine, 75006 Paris, France.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013992190', 'display_name': 'Marcin Imieliński', 'orcid': 'https://orcid.org/0000-0002-2211-4741'}, 'institutions': [{'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Marcin Imielinski', 'raw_affiliation_string': 'The Broad Institute of MIT and Harvard, Cambridge, USA', 'raw_affiliation_strings': ['The Broad Institute of MIT and Harvard, Cambridge, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000128392', 'display_name': 'Natalie Jäger', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Natalie Jäger', 'raw_affiliation_string': 'Department of Theoretical Bioinformatics (B080), German Cancer Research Center (DKFZ), Im Neuenheimer Feld 280, 69120 Heidelberg, Germany.,', 'raw_affiliation_strings': ['Department of Theoretical Bioinformatics (B080), German Cancer Research Center (DKFZ), Im Neuenheimer Feld 280, 69120 Heidelberg, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064456190', 'display_name': 'David Jones', 'orcid': 'https://orcid.org/0000-0002-2036-5141'}, 'institutions': [{'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'David T. W. Jones', 'raw_affiliation_string': 'Division of Pediatric Neurooncology, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,', 'raw_affiliation_strings': ['Division of Pediatric Neurooncology, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021185845', 'display_name': 'David R. Jones', 'orcid': 'https://orcid.org/0000-0002-0407-0386'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'David Jones', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064953838', 'display_name': 'Stian Knappskog', 'orcid': 'https://orcid.org/0000-0002-4153-1655'}, 'institutions': [{'id': 'https://openalex.org/I4432739', 'display_name': 'University of Bergen', 'ror': 'https://ror.org/03zga2b32', 'country_code': 'NO', 'type': 'education', 'lineage': ['https://openalex.org/I4432739']}, {'id': 'https://openalex.org/I2800740805', 'display_name': 'Haukeland University Hospital', 'ror': 'https://ror.org/03np4e098', 'country_code': 'NO', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800740805']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'Stian Knappskog', 'raw_affiliation_string': 'Department of Clinical Science, Section of Oncology, University of Bergen, 5020 Bergen, Norway.,; Department of Oncology, Haukeland University Hospital, 5021 Bergen, Norway.,', 'raw_affiliation_strings': ['Department of Clinical Science, Section of Oncology, University of Bergen, 5020 Bergen, Norway.,', 'Department of Oncology, Haukeland University Hospital, 5021 Bergen, Norway.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073211182', 'display_name': 'Marcel Kool', 'orcid': 'https://orcid.org/0000-0002-6557-5468'}, 'institutions': [{'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Marcel Kool', 'raw_affiliation_string': 'Division of Pediatric Neurooncology, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,', 'raw_affiliation_strings': ['Division of Pediatric Neurooncology, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047329745', 'display_name': 'Sunil R. Lakhani', 'orcid': 'https://orcid.org/0000-0003-1879-2555'}, 'institutions': [{'id': 'https://openalex.org/I2799393793', 'display_name': "Royal Brisbane and Women's Hospital", 'ror': 'https://ror.org/05p52kj31', 'country_code': 'AU', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I2799393793']}, {'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Sunil R. Lakhani', 'raw_affiliation_string': 'The University of Queensland Centre for Clinical Research, School of Medicine and Pathology Queensland, The Royal Brisbane & Women’s Hospital, Herston 4029, Brisbane, Queensland, Australia.,', 'raw_affiliation_strings': ['The University of Queensland Centre for Clinical Research, School of Medicine and Pathology Queensland, The Royal Brisbane & Women’s Hospital, Herston 4029, Brisbane, Queensland, Australia.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087974982', 'display_name': 'Carlos López‐Otín', 'orcid': 'https://orcid.org/0000-0001-6964-1904'}, 'institutions': [{'id': 'https://openalex.org/I165339363', 'display_name': 'University of Oviedo', 'ror': 'https://ror.org/006gksa02', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I165339363']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Carlos López-Otín', 'raw_affiliation_string': 'Departamento Bioquímica y Biología Molecular, IUOPA-Universidad de Oviedo, 33006 Oviedo, Spain.,', 'raw_affiliation_strings': ['Departamento Bioquímica y Biología Molecular, IUOPA-Universidad de Oviedo, 33006 Oviedo, Spain.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046237179', 'display_name': 'Sancha Martin', 'orcid': 'https://orcid.org/0000-0001-6213-5259'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sancha Martin', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045740077', 'display_name': 'Nikhil C. Munshi', 'orcid': 'https://orcid.org/0000-0002-7344-9795'}, 'institutions': [{'id': 'https://openalex.org/I4210117453', 'display_name': 'Dana-Farber Cancer Institute', 'ror': 'https://ror.org/02jzgtq86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210117453']}, {'id': 'https://openalex.org/I111088046', 'display_name': 'Boston University', 'ror': 'https://ror.org/05qwgg493', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I111088046']}, {'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}, {'id': 'https://openalex.org/I2801671727', 'display_name': 'VA Boston Healthcare System', 'ror': 'https://ror.org/04v00sg98', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801671727', 'https://openalex.org/I4210095851']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nikhil C. Munshi', 'raw_affiliation_string': 'Boston Veterans Administration Healthcare System, West Roxbury, Massachusetts 02132, USA.,; Jerome Lipper Multiple Myeloma Disease Center, Dana-Farber Cancer Institute, Harvard Medical School, Boston, USA', 'raw_affiliation_strings': ['Boston Veterans Administration Healthcare System, West Roxbury, Massachusetts 02132, USA.,', 'Jerome Lipper Multiple Myeloma Disease Center, Dana-Farber Cancer Institute, Harvard Medical School, Boston, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015587865', 'display_name': 'Hiromi Nakamura', 'orcid': 'https://orcid.org/0000-0002-3402-4057'}, 'institutions': [{'id': 'https://openalex.org/I4210087348', 'display_name': 'National Cancer Centre Japan', 'ror': 'https://ror.org/0025ww868', 'country_code': 'JP', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087348']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Hiromi Nakamura', 'raw_affiliation_string': 'Division of Cancer Genomics, National Cancer Center Research Institute, Chuo-ku, Tokyo 104-0045, Japan.,', 'raw_affiliation_strings': ['Division of Cancer Genomics, National Cancer Center Research Institute, Chuo-ku, Tokyo 104-0045, Japan.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046168756', 'display_name': 'Paul A. Northcott', 'orcid': 'https://orcid.org/0000-0002-1220-5252'}, 'institutions': [{'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Paul A. Northcott', 'raw_affiliation_string': 'Division of Pediatric Neurooncology, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,', 'raw_affiliation_strings': ['Division of Pediatric Neurooncology, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073106472', 'display_name': 'Marina Pajic', 'orcid': 'https://orcid.org/0000-0002-3871-3829'}, 'institutions': [{'id': 'https://openalex.org/I7882870', 'display_name': 'University of Glasgow', 'ror': 'https://ror.org/00vtgdb53', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I7882870']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Marina Pajic', 'raw_affiliation_string': 'Wolfson Wohl Cancer Research Centre, Institute of Cancer Sciences, University of Glasgow, Garscube Estate, Switchback Road, Bearsden, Glasgow G61 1BD, UK.,', 'raw_affiliation_strings': ['Wolfson Wohl Cancer Research Centre, Institute of Cancer Sciences, University of Glasgow, Garscube Estate, Switchback Road, Bearsden, Glasgow G61 1BD, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077331342', 'display_name': 'Elli Papaemmanuil', 'orcid': 'https://orcid.org/0000-0003-1709-8983'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Elli Papaemmanuil', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085211609', 'display_name': 'Angelo Paradiso', 'orcid': 'https://orcid.org/0000-0001-6495-2295'}, 'institutions': [], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Angelo Paradiso', 'raw_affiliation_string': 'Clinical Experimental Oncology Laboratory, National Cancer Institute, Via Amendola, 209, 70126 Bari, Italy.,', 'raw_affiliation_strings': ['Clinical Experimental Oncology Laboratory, National Cancer Institute, Via Amendola, 209, 70126 Bari, Italy.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039916111', 'display_name': 'John V. Pearson', 'orcid': 'https://orcid.org/0000-0003-0904-4598'}, 'institutions': [{'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'John V. Pearson', 'raw_affiliation_string': 'Queensland Centre for Medical Genomics, Institute for Molecular Bioscience, The University of Queensland, St Lucia, Brisbane, Queensland 4072, Australia.,', 'raw_affiliation_strings': ['Queensland Centre for Medical Genomics, Institute for Molecular Bioscience, The University of Queensland, St Lucia, Brisbane, Queensland 4072, Australia.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091420701', 'display_name': 'Xosé S. Puente', 'orcid': 'https://orcid.org/0000-0001-9525-1483'}, 'institutions': [{'id': 'https://openalex.org/I165339363', 'display_name': 'University of Oviedo', 'ror': 'https://ror.org/006gksa02', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I165339363']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Xose S. Puente', 'raw_affiliation_string': 'Departamento Bioquímica y Biología Molecular, IUOPA-Universidad de Oviedo, 33006 Oviedo, Spain.,', 'raw_affiliation_strings': ['Departamento Bioquímica y Biología Molecular, IUOPA-Universidad de Oviedo, 33006 Oviedo, Spain.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011152441', 'display_name': 'Keiran Raine', 'orcid': 'https://orcid.org/0000-0002-5634-1539'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Keiran Raine', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028292065', 'display_name': 'Manasa Ramakrishna', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Manasa Ramakrishna', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015821699', 'display_name': 'Andrea L. Richardson', 'orcid': 'https://orcid.org/0000-0001-5221-1094'}, 'institutions': [{'id': 'https://openalex.org/I4210117453', 'display_name': 'Dana-Farber Cancer Institute', 'ror': 'https://ror.org/02jzgtq86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210117453']}, {'id': 'https://openalex.org/I111088046', 'display_name': 'Boston University', 'ror': 'https://ror.org/05qwgg493', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I111088046']}, {'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}, {'id': 'https://openalex.org/I1283280774', 'display_name': "Brigham and Women's Hospital", 'ror': 'https://ror.org/04b6nzv94', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1283280774', 'https://openalex.org/I48633490']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Andrea L. Richardson', 'raw_affiliation_string': 'Dana-Farber Cancer Institute, 450 Brookline Avenue, Boston, USA; Department of Pathology, Brigham and Women’s Hospital, 75 Francis Street, Boston, Massachusetts 02115, USA.,; Harvard Medical School, Boston, USA', 'raw_affiliation_strings': ['Dana-Farber Cancer Institute, 450 Brookline Avenue, Boston, USA', 'Department of Pathology, Brigham and Women’s Hospital, 75 Francis Street, Boston, Massachusetts 02115, USA.,', 'Harvard Medical School, Boston, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034339498', 'display_name': 'Julia Richter', 'orcid': 'https://orcid.org/0000-0002-9543-4084'}, 'institutions': [{'id': 'https://openalex.org/I32021983', 'display_name': 'Kiel University', 'ror': 'https://ror.org/04v76ef78', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I32021983']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Julia Richter', 'raw_affiliation_string': 'Institute of Human Genetics, Christian-Albrechts-University, 24118 Kiel, Germany.,', 'raw_affiliation_strings': ['Institute of Human Genetics, Christian-Albrechts-University, 24118 Kiel, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054564152', 'display_name': 'Philip Rosenstiel', 'orcid': 'https://orcid.org/0000-0002-9692-8828'}, 'institutions': [{'id': 'https://openalex.org/I32021983', 'display_name': 'Kiel University', 'ror': 'https://ror.org/04v76ef78', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I32021983']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Philip Rosenstiel', 'raw_affiliation_string': 'Institute of Clinical Molecular Biology, Christian-Albrechts-University, 24118 Kiel, Germany.,', 'raw_affiliation_strings': ['Institute of Clinical Molecular Biology, Christian-Albrechts-University, 24118 Kiel, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071523423', 'display_name': 'Matthias Schlesner', 'orcid': 'https://orcid.org/0000-0002-5896-4086'}, 'institutions': [{'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Matthias Schlesner', 'raw_affiliation_string': 'Department of Theoretical Bioinformatics (B080), German Cancer Research Center (DKFZ), Im Neuenheimer Feld 280, 69120 Heidelberg, Germany.,', 'raw_affiliation_strings': ['Department of Theoretical Bioinformatics (B080), German Cancer Research Center (DKFZ), Im Neuenheimer Feld 280, 69120 Heidelberg, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001016649', 'display_name': 'Ton N. Schumacher', 'orcid': 'https://orcid.org/0000-0003-0517-8804'}, 'institutions': [{'id': 'https://openalex.org/I4210111138', 'display_name': 'Oncode Institute', 'ror': 'https://ror.org/01n92vv28', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I4210111138']}, {'id': 'https://openalex.org/I4210124352', 'display_name': 'Netherlands Cancer Institute-Antoni van Leeuwenhoek Hospital', 'ror': 'https://ror.org/03xqtf034', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210124352']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Ton N. Schumacher', 'raw_affiliation_string': 'Division of Immunology, The Netherlands Cancer Institute, Plesmanlaan 121, 1066 CX Amsterdam, The Netherlands.,', 'raw_affiliation_strings': ['Division of Immunology, The Netherlands Cancer Institute, Plesmanlaan 121, 1066 CX Amsterdam, The Netherlands.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090664851', 'display_name': 'Paul N. Span', 'orcid': 'https://orcid.org/0000-0002-1930-6638'}, 'institutions': [{'id': 'https://openalex.org/I2802934949', 'display_name': 'Radboud University Nijmegen Medical Centre', 'ror': 'https://ror.org/05wg1m734', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802934949']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Paul N. Span', 'raw_affiliation_string': 'Department of Radiation Oncology and department of Laboratory Medicine, Radboud University Nijmegen Medical Centre, PO Box 9101, 6500HB Nijmegen, The Netherlands.,', 'raw_affiliation_strings': ['Department of Radiation Oncology and department of Laboratory Medicine, Radboud University Nijmegen Medical Centre, PO Box 9101, 6500HB Nijmegen, The Netherlands.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046527121', 'display_name': 'Jon W. Teague', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jon W. Teague', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013558119', 'display_name': 'Yasushi Totoki', 'orcid': 'https://orcid.org/0000-0003-1876-6859'}, 'institutions': [{'id': 'https://openalex.org/I4210087348', 'display_name': 'National Cancer Centre Japan', 'ror': 'https://ror.org/0025ww868', 'country_code': 'JP', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087348']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Yasushi Totoki', 'raw_affiliation_string': 'Division of Cancer Genomics, National Cancer Center Research Institute, Chuo-ku, Tokyo 104-0045, Japan.,', 'raw_affiliation_strings': ['Division of Cancer Genomics, National Cancer Center Research Institute, Chuo-ku, Tokyo 104-0045, Japan.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087121536', 'display_name': 'Andrew Tutt', 'orcid': 'https://orcid.org/0000-0001-8715-2901'}, 'institutions': [{'id': 'https://openalex.org/I2799938689', 'display_name': 'Breast Cancer Now', 'ror': 'https://ror.org/02qa92s63', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2799938689']}, {'id': 'https://openalex.org/I183935753', 'display_name': "King's College London", 'ror': 'https://ror.org/0220mzb33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I183935753']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Andrew N. J. Tutt', 'raw_affiliation_string': 'Breakthrough Breast Cancer Research Unit, King’s College London School of Medicine, London SW3 6JB, UK.,', 'raw_affiliation_strings': ['Breakthrough Breast Cancer Research Unit, King’s College London School of Medicine, London SW3 6JB, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081460259', 'display_name': 'Rafael Valdés-Mas', 'orcid': 'https://orcid.org/0000-0002-0737-5425'}, 'institutions': [{'id': 'https://openalex.org/I165339363', 'display_name': 'University of Oviedo', 'ror': 'https://ror.org/006gksa02', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I165339363']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Rafael Valdés-Mas', 'raw_affiliation_string': 'Departamento Bioquímica y Biología Molecular, IUOPA-Universidad de Oviedo, 33006 Oviedo, Spain.,', 'raw_affiliation_strings': ['Departamento Bioquímica y Biología Molecular, IUOPA-Universidad de Oviedo, 33006 Oviedo, Spain.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017087433', 'display_name': 'Marit M. van Buuren', 'orcid': 'https://orcid.org/0000-0002-1615-1087'}, 'institutions': [{'id': 'https://openalex.org/I4210111138', 'display_name': 'Oncode Institute', 'ror': 'https://ror.org/01n92vv28', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I4210111138']}, {'id': 'https://openalex.org/I4210124352', 'display_name': 'Netherlands Cancer Institute-Antoni van Leeuwenhoek Hospital', 'ror': 'https://ror.org/03xqtf034', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210124352']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Marit M. van Buuren', 'raw_affiliation_string': 'Division of Immunology, The Netherlands Cancer Institute, Plesmanlaan 121, 1066 CX Amsterdam, The Netherlands.,', 'raw_affiliation_strings': ['Division of Immunology, The Netherlands Cancer Institute, Plesmanlaan 121, 1066 CX Amsterdam, The Netherlands.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043431861', 'display_name': 'Laura van ’t Veer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210124352', 'display_name': 'Netherlands Cancer Institute-Antoni van Leeuwenhoek Hospital', 'ror': 'https://ror.org/03xqtf034', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210124352']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Laura van ’t Veer', 'raw_affiliation_string': 'The Netherlands Cancer Institute, 121 Plesmanlaan, 1066 CX Amsterdam, The Netherlands.,', 'raw_affiliation_strings': ['The Netherlands Cancer Institute, 121 Plesmanlaan, 1066 CX Amsterdam, The Netherlands.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037340510', 'display_name': 'Anne Vincent‐Salomon', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I80043', 'display_name': 'Institute Curie', 'ror': 'https://ror.org/04t0gwh46', 'country_code': 'FR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I80043']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Anne Vincent-Salomon', 'raw_affiliation_string': 'Institut Curie, Departement de Pathologie, INSERM U830, 26 rue d’Ulm, 75248 Paris Cedex 05, France.,', 'raw_affiliation_strings': ['Institut Curie, Departement de Pathologie, INSERM U830, 26 rue d’Ulm, 75248 Paris Cedex 05, France.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003002360', 'display_name': 'Nicola Waddell', 'orcid': 'https://orcid.org/0000-0002-3950-2476'}, 'institutions': [{'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Nicola Waddell', 'raw_affiliation_string': 'Queensland Centre for Medical Genomics, Institute for Molecular Bioscience, The University of Queensland, St Lucia, Brisbane, Queensland 4072, Australia.,', 'raw_affiliation_strings': ['Queensland Centre for Medical Genomics, Institute for Molecular Bioscience, The University of Queensland, St Lucia, Brisbane, Queensland 4072, Australia.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033597766', 'display_name': 'Lucy R. Yates', 'orcid': 'https://orcid.org/0000-0003-4519-7794'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Lucy R. Yates', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055995633', 'display_name': 'Jessica Zucman‐Rossi', 'orcid': 'https://orcid.org/0000-0002-5687-0334'}, 'institutions': [{'id': 'https://openalex.org/I4210139963', 'display_name': 'Génomique Fonctionnelle des Tumeurs Solides', 'ror': 'https://ror.org/03yc0ew57', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I169173203', 'https://openalex.org/I184646667', 'https://openalex.org/I204730241', 'https://openalex.org/I39804081', 'https://openalex.org/I4210139963']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I110736937', 'display_name': 'Délégation Paris 5', 'ror': 'https://ror.org/02e0y6e06', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I110736937', 'https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jessica Zucman-Rossi', 'raw_affiliation_string': 'INSERM, UMR-674, Génomique Fonctionnelle des Tumeurs Solides, Institut Universitaire d’Hematologie (IUH), 75475 Paris, France.,; Université Paris Descartes, Labex Immuno-oncology, Sorbonne Paris Cité, Faculté de Médecine, 75006 Paris, France.,', 'raw_affiliation_strings': ['INSERM, UMR-674, Génomique Fonctionnelle des Tumeurs Solides, Institut Universitaire d’Hematologie (IUH), 75475 Paris, France.,', 'Université Paris Descartes, Labex Immuno-oncology, Sorbonne Paris Cité, Faculté de Médecine, 75006 Paris, France.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067102201', 'display_name': 'P. Andrew Futreal', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'P. Andrew Futreal', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080415325', 'display_name': 'Ultan McDermott', 'orcid': 'https://orcid.org/0000-0001-9032-4700'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Ultan McDermott', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010582324', 'display_name': 'Peter Lichter', 'orcid': 'https://orcid.org/0000-0002-2960-5279'}, 'institutions': [{'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Peter Lichter', 'raw_affiliation_string': 'Division of Molecular Genetics, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,', 'raw_affiliation_strings': ['Division of Molecular Genetics, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056373767', 'display_name': 'Matthew Meyerson', 'orcid': 'https://orcid.org/0000-0002-9133-8108'}, 'institutions': [{'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}, {'id': 'https://openalex.org/I4210117453', 'display_name': 'Dana-Farber Cancer Institute', 'ror': 'https://ror.org/02jzgtq86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210117453']}, {'id': 'https://openalex.org/I111088046', 'display_name': 'Boston University', 'ror': 'https://ror.org/05qwgg493', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I111088046']}, {'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Matthew Meyerson', 'raw_affiliation_string': 'Dana-Farber Cancer Institute, 450 Brookline Avenue, Boston, USA; Harvard Medical School, Boston, USA; The Broad Institute of MIT and Harvard, Cambridge, USA', 'raw_affiliation_strings': ['Dana-Farber Cancer Institute, 450 Brookline Avenue, Boston, USA', 'Harvard Medical School, Boston, USA', 'The Broad Institute of MIT and Harvard, Cambridge, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040120471', 'display_name': 'Sean M. Grimmond', 'orcid': 'https://orcid.org/0000-0002-8102-7998'}, 'institutions': [{'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Sean M. Grimmond', 'raw_affiliation_string': 'Queensland Centre for Medical Genomics, Institute for Molecular Bioscience, The University of Queensland, St Lucia, Brisbane, Queensland 4072, Australia.,', 'raw_affiliation_strings': ['Queensland Centre for Medical Genomics, Institute for Molecular Bioscience, The University of Queensland, St Lucia, Brisbane, Queensland 4072, Australia.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030831053', 'display_name': 'Reiner Siebert', 'orcid': 'https://orcid.org/0000-0001-7433-3703'}, 'institutions': [{'id': 'https://openalex.org/I32021983', 'display_name': 'Kiel University', 'ror': 'https://ror.org/04v76ef78', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I32021983']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Reiner Siebert', 'raw_affiliation_string': 'Institute of Human Genetics, Christian-Albrechts-University, 24118 Kiel, Germany.,', 'raw_affiliation_strings': ['Institute of Human Genetics, Christian-Albrechts-University, 24118 Kiel, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059097260', 'display_name': 'Elı́as Campo', 'orcid': 'https://orcid.org/0000-0001-9850-9793'}, 'institutions': [{'id': 'https://openalex.org/I71999127', 'display_name': 'University of Barcelona', 'ror': 'https://ror.org/021018s57', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I71999127']}, {'id': 'https://openalex.org/I4210160192', 'display_name': "Consorci Institut D'Investigacions Biomediques August Pi I Sunyer", 'ror': 'https://ror.org/054vayn55', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210160192']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Elías Campo', 'raw_affiliation_string': 'Unidad de Hematopatología, Servicio de Anatomía Patológica, Hospital Clínic, Universitat de Barcelona, IDIBAPS, 08036 Barcelona, Spain.,', 'raw_affiliation_strings': ['Unidad de Hematopatología, Servicio de Anatomía Patológica, Hospital Clínic, Universitat de Barcelona, IDIBAPS, 08036 Barcelona, Spain.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054256781', 'display_name': 'Tatsuhiro Shibata', 'orcid': 'https://orcid.org/0000-0002-0477-210X'}, 'institutions': [{'id': 'https://openalex.org/I4210087348', 'display_name': 'National Cancer Centre Japan', 'ror': 'https://ror.org/0025ww868', 'country_code': 'JP', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087348']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Tatsuhiro Shibata', 'raw_affiliation_string': 'Division of Cancer Genomics, National Cancer Center Research Institute, Chuo-ku, Tokyo 104-0045, Japan.,', 'raw_affiliation_strings': ['Division of Cancer Genomics, National Cancer Center Research Institute, Chuo-ku, Tokyo 104-0045, Japan.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041096535', 'display_name': 'Stefan M. Pfister', 'orcid': 'https://orcid.org/0000-0002-5447-5322'}, 'institutions': [{'id': 'https://openalex.org/I17937529', 'display_name': 'German Cancer Research Center', 'ror': 'https://ror.org/04cdgtt98', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I17937529']}, {'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Stefan M. Pfister', 'raw_affiliation_string': 'Department of Pediatric Hematology and Oncology, 69120 Heidelberg, Germany.,; Division of Pediatric Neurooncology, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,', 'raw_affiliation_strings': ['Department of Pediatric Hematology and Oncology, 69120 Heidelberg, Germany.,', 'Division of Pediatric Neurooncology, German Cancer Research Center (DKFZ), 69120 Heidelberg, Germany.,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5026738636', 'display_name': 'Peter J. Campbell', 'orcid': 'https://orcid.org/0000-0002-3921-0510'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I4210156194', 'display_name': "Addenbrooke's Hospital", 'ror': 'https://ror.org/055vbxf86', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802466933', 'https://openalex.org/I4210156194']}, {'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Peter J. Campbell', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,; Department of Haematology, Addenbrooke’s Hospital, Cambridge CB2 0QQ, UK.,; Department of Haematology, University of Cambridge, Cambridge CB2 2XY, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'Department of Haematology, Addenbrooke’s Hospital, Cambridge CB2 0QQ, UK.,', 'Department of Haematology, University of Cambridge, Cambridge CB2 2XY, UK.,']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5058103562', 'display_name': 'Michael R. Stratton', 'orcid': 'https://orcid.org/0000-0001-6035-153X'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Michael R. Stratton', 'raw_affiliation_string': 'Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,', 'raw_affiliation_strings': ['Cancer Genome Project, Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridgeshire CB10 1SA, UK.,']}], 'countries_distinct_count': 14, 'institutions_distinct_count': 54, 'corresponding_author_ids': ['https://openalex.org/A5058103562'], 'corresponding_institution_ids': ['https://openalex.org/I2802476451'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 7567, 'biblio': {'volume': '500', 'issue': '7463', 'first_page': '415', 'last_page': '421'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776162770', 'wikidata': 'https://www.wikidata.org/wiki/Q4653351', 'display_name': 'APOBEC', 'level': 4, 'score': 0.93442976}, {'id': 'https://openalex.org/C128526571', 'wikidata': 'https://www.wikidata.org/wiki/Q619302', 'display_name': 'Somatic hypermutation', 'level': 4, 'score': 0.7644887}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.71608174}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.69058883}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.640485}, {'id': 'https://openalex.org/C501734568', 'wikidata': 'https://www.wikidata.org/wiki/Q42918', 'display_name': 'Mutation', 'level': 3, 'score': 0.5739107}, {'id': 'https://openalex.org/C134305767', 'wikidata': 'https://www.wikidata.org/wiki/Q725508', 'display_name': 'Somatic cell', 'level': 3, 'score': 0.5426763}, {'id': 'https://openalex.org/C13514818', 'wikidata': 'https://www.wikidata.org/wiki/Q5552256', 'display_name': 'Germline mutation', 'level': 4, 'score': 0.5329695}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.49127024}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.3481526}, {'id': 'https://openalex.org/C2778453870', 'wikidata': 'https://www.wikidata.org/wiki/Q188930', 'display_name': 'B cell', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C159654299', 'wikidata': 'https://www.wikidata.org/wiki/Q79460', 'display_name': 'Antibody', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D002471', 'descriptor_name': 'Cell Transformation, Neoplastic', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D016296', 'descriptor_name': 'Mutagenesis', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D009154', 'descriptor_name': 'Mutation', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D000375', 'descriptor_name': 'Aging', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D000375', 'descriptor_name': 'Aging', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002471', 'descriptor_name': 'Cell Transformation, Neoplastic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002471', 'descriptor_name': 'Cell Transformation, Neoplastic', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D003564', 'descriptor_name': 'Cytidine Deaminase', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003564', 'descriptor_name': 'Cytidine Deaminase', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D004247', 'descriptor_name': 'DNA', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004247', 'descriptor_name': 'DNA', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D004247', 'descriptor_name': 'DNA', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D004252', 'descriptor_name': 'DNA Mutational Analysis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008957', 'descriptor_name': 'Models, Genetic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016296', 'descriptor_name': 'Mutagenesis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016254', 'descriptor_name': 'Mutagenesis, Insertional', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016254', 'descriptor_name': 'Mutagenesis, Insertional', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D009153', 'descriptor_name': 'Mutagens', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009153', 'descriptor_name': 'Mutagens', 'qualifier_ui': 'Q000494', 'qualifier_name': 'pharmacology', 'is_major_topic': False}, {'descriptor_ui': 'D009154', 'descriptor_name': 'Mutation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000473', 'qualifier_name': 'pathology', 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000201', 'qualifier_name': 'enzymology', 'is_major_topic': False}, {'descriptor_ui': 'D009928', 'descriptor_name': 'Organ Specificity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015203', 'descriptor_name': 'Reproducibility of Results', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017384', 'descriptor_name': 'Sequence Deletion', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017384', 'descriptor_name': 'Sequence Deletion', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D014158', 'descriptor_name': 'Transcription, Genetic', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D014158', 'descriptor_name': 'Transcription, Genetic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 10, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/nature12477', 'pdf_url': 'https://www.nature.com/articles/nature12477.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://hal.science/hal-00974907', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-00974907', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3776390', 'pdf_url': 'https://europepmc.org/articles/pmc3776390?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'implied-oa', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3776390', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://nrs.harvard.edu/urn-3:HUL.InstRepos:11879899', 'pdf_url': 'https://dash.harvard.edu/bitstream/1/11879899/1/3776390.pdf', 'source': {'id': 'https://openalex.org/S4306401540', 'display_name': 'Digital Access to Scholarship at Harvard (DASH) (Harvard University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I136199984', 'host_organization_name': 'Harvard University', 'host_organization_lineage': ['https://openalex.org/I136199984'], 'host_organization_lineage_names': ['Harvard University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.escholarship.org/uc/item/19r1d89d', 'pdf_url': 'https://europepmc.org/articles/PMC3776390?pdf=render', 'source': {'id': 'https://openalex.org/S4306402430', 'display_name': 'eScholarship University of California (University of California)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I95457486', 'host_organization_name': 'University of California, Berkeley', 'host_organization_lineage': ['https://openalex.org/I95457486'], 'host_organization_lineage_names': ['University of California, Berkeley'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://opus.bibliothek.uni-augsburg.de/opus4/frontdoor/index/index/docId/79306', 'pdf_url': 'https://opus.bibliothek.uni-augsburg.de/opus4/files/79306/79306.pdf', 'source': {'id': 'https://openalex.org/S4306400930', 'display_name': 'OPUS (Augsburg University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I119916105', 'host_organization_name': 'Augsburg University', 'host_organization_lineage': ['https://openalex.org/I119916105'], 'host_organization_lineage_names': ['Augsburg University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.repository.cam.ac.uk/handle/1810/284514', 'pdf_url': 'https://www.repository.cam.ac.uk/bitstreams/2c46844f-445c-416d-a145-271bc5100030/download', 'source': {'id': 'https://openalex.org/S4306401776', 'display_name': 'Apollo (University of Cambridge)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I241749', 'host_organization_name': 'University of Cambridge', 'host_organization_lineage': ['https://openalex.org/I241749'], 'host_organization_lineage_names': ['University of Cambridge'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23945592', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/nature12477', 'pdf_url': 'https://www.nature.com/articles/nature12477.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.62}], 'grants': [], 'referenced_works_count': 62, 'referenced_works': ['https://openalex.org/W1975141727', 'https://openalex.org/W1979946545', 'https://openalex.org/W1984236815', 'https://openalex.org/W1984746891', 'https://openalex.org/W1985786559', 'https://openalex.org/W1992294575', 'https://openalex.org/W1993355130', 'https://openalex.org/W1994847090', 'https://openalex.org/W1999207703', 'https://openalex.org/W2003262666', 'https://openalex.org/W2004637409', 'https://openalex.org/W2005250386', 'https://openalex.org/W2008255210', 'https://openalex.org/W2009720434', 'https://openalex.org/W2012753533', 'https://openalex.org/W2015782236', 'https://openalex.org/W2016455125', 'https://openalex.org/W2023171799', 'https://openalex.org/W2031121711', 'https://openalex.org/W2041440766', 'https://openalex.org/W2042386784', 'https://openalex.org/W2043349318', 'https://openalex.org/W2046082575', 'https://openalex.org/W2051025382', 'https://openalex.org/W2053694886', 'https://openalex.org/W2059300459', 'https://openalex.org/W2060605982', 'https://openalex.org/W2062312459', 'https://openalex.org/W2062696188', 'https://openalex.org/W2063662864', 'https://openalex.org/W2071480068', 'https://openalex.org/W2083457841', 'https://openalex.org/W2086775982', 'https://openalex.org/W2092892924', 'https://openalex.org/W2093144236', 'https://openalex.org/W2094390470', 'https://openalex.org/W2095222153', 'https://openalex.org/W2095698093', 'https://openalex.org/W2096791516', 'https://openalex.org/W2108927999', 'https://openalex.org/W2109991075', 'https://openalex.org/W2112612051', 'https://openalex.org/W2113729674', 'https://openalex.org/W2114023704', 'https://openalex.org/W2116294169', 'https://openalex.org/W2121906867', 'https://openalex.org/W2122732537', 'https://openalex.org/W2129136620', 'https://openalex.org/W2129769331', 'https://openalex.org/W2132546867', 'https://openalex.org/W2133775154', 'https://openalex.org/W2134471382', 'https://openalex.org/W2138019532', 'https://openalex.org/W2146973661', 'https://openalex.org/W2149793889', 'https://openalex.org/W2159715390', 'https://openalex.org/W2161313889', 'https://openalex.org/W2163798887', 'https://openalex.org/W2171690009', 'https://openalex.org/W2262414037', 'https://openalex.org/W2982820328', 'https://openalex.org/W4229677521'], 'related_works': ['https://openalex.org/W1546418417', 'https://openalex.org/W2016712296', 'https://openalex.org/W2044563319', 'https://openalex.org/W2072653621', 'https://openalex.org/W2105432925', 'https://openalex.org/W2613868166', 'https://openalex.org/W2762413087', 'https://openalex.org/W3033996094', 'https://openalex.org/W3120220512', 'https://openalex.org/W4283034945'], 'ngrams_url': 'https://api.openalex.org/works/W2152061559/ngrams', 'abstract_inverted_index': {'All': [0], 'cancers': [1, 45, 158, 214, 256], 'are': [2, 55, 74, 83, 103, 179, 184, 203, 215, 270, 288, 296, 310], 'caused': [3], 'by': [4], 'somatic': [5, 21, 220], 'mutations;': [6], 'however,': [7], 'understanding': [8, 144, 321], 'of': [9, 20, 30, 69, 87, 104, 132, 138, 145, 153, 159, 165, 171, 182, 198, 242, 267, 283, 311, 322], 'the': [10, 28, 31, 66, 88, 130, 136, 163, 169, 195, 210, 228, 231, 240, 280, 320], 'biological': [11], 'processes': [12, 33, 134, 167, 241], 'generating': [13], 'these': [14, 110, 268], 'mutations': [15, 22, 42, 154, 223, 251], 'is': [16, 121, 237], 'limited.': [17], 'The': [18, 127], 'catalogue': [19], 'from': [23, 43, 155, 219, 252], 'a': [24, 62, 77, 191, 276], 'cancer': [25, 59, 79, 91, 125, 146, 188, 323], 'genome': [26], 'bears': [27], 'signatures': [29, 82, 178, 269, 295], 'mutational': [32, 52, 112, 133, 166, 177, 264], 'that': [34, 212], 'have': [35, 316], 'been': [36], 'operative.': [37], 'Here': [38], 'we': [39], 'analysed': [40], '4,938,362': [41], '7,042': [44], 'and': [46, 149, 257, 326], 'extracted': [47], 'more': [48, 173, 253, 259], 'than': [49, 174, 254, 260], '20': [50, 175, 261], 'distinct': [51, 176, 262], 'signatures.': [53, 265], 'Some': [54, 266, 294], 'present': [56, 185, 271], 'in': [57, 98, 123, 186, 224, 227, 272, 305], 'many': [58, 102, 124, 187, 273, 309], 'types,': [60, 189], 'notably': [61, 190, 275], 'signature': [63, 192, 277], 'attributed': [64, 193, 278], 'to': [65, 76, 109, 116, 194, 205, 217, 279, 290], 'APOBEC': [67, 196, 281], 'family': [68, 197, 282], 'cytidine': [70, 199, 284], 'deaminases,': [71, 200, 285], 'whereas': [72, 201, 286], 'others': [73, 202, 287], 'confined': [75], 'single': [78], 'class.': [80], 'Certain': [81], 'associated': [84, 297], 'with': [85, 140, 298], 'age': [86], 'patient': [89], 'at': [90], 'diagnosis,': [92], 'known': [93, 238, 300], 'mutagenic': [94, 301], 'exposures': [95, 302], 'or': [96, 303], 'defects': [97, 304], 'DNA': [99, 306], 'maintenance,': [100, 307], 'but': [101, 308], 'cryptic': [105, 312], 'origin.': [106, 313], 'In': [107], 'addition': [108], 'genome-wide': [111], 'signatures,': [113], 'hypermutation': [114], 'localized': [115], 'small': [117], 'genomic': [118], 'regions,': [119], '‘kataegis’,': [120], 'found': [122], 'types.': [126, 208, 293], 'results': [128], 'reveal': [129], 'diversity': [131, 164], 'underlying': [135, 168], 'development': [137, 170], 'cancer,': [139], 'potential': [141, 317], 'implications': [142, 318], 'for': [143, 319], 'aetiology,': [147, 324], 'prevention': [148, 325], 'therapy.': [150, 327], 'An': [151], 'analysis': [152], 'over': [156], '7,000': [157, 255], 'diverse': [160], 'origins': [161], 'reveals': [162], 'cancer;': [172], 'described,': [180], 'some': [181], 'which': [183], 'specific': [204, 289], 'individual': [206, 291], 'tumour': [207, 292], 'Despite': [209], 'fact': [211], 'all': [213], 'thought': [216], 'result': [218], 'mutation': [221, 243], '—': [222, 234], 'any': [225], 'cell': [226], 'body': [229], 'excluding': [230], 'germ': [232], 'cells': [233], 'relatively': [235], 'little': [236], 'about': [239], 'involved.': [244], 'This': [245], 'study': [246], 'analyses': [247], 'almost': [248], '5': [249], 'million': [250], 'demonstrates': [258], 'cancer-associated': [263], 'cancers,': [274], 'age,': [299], 'These': [314], 'findings': [315]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2152061559', 'counts_by_year': [{'year': 2023, 'cited_by_count': 520}, {'year': 2022, 'cited_by_count': 891}, {'year': 2021, 'cited_by_count': 1044}, {'year': 2020, 'cited_by_count': 1099}, {'year': 2019, 'cited_by_count': 963}, {'year': 2018, 'cited_by_count': 867}, {'year': 2017, 'cited_by_count': 829}, {'year': 2016, 'cited_by_count': 621}, {'year': 2015, 'cited_by_count': 416}, {'year': 2014, 'cited_by_count': 270}, {'year': 2013, 'cited_by_count': 37}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-10-04T00:25:58.055071', 'created_date': '2016-06-24'}]
Suma (O):
Works().filter(institutions={"country_code": "fr|gb"}).get()
[{'id': 'https://openalex.org/W2100837269', 'doi': 'https://doi.org/10.1038/227680a0', 'title': 'Cleavage of Structural Proteins during the Assembly of the Head of Bacteriophage T4', 'display_name': 'Cleavage of Structural Proteins during the Assembly of the Head of Bacteriophage T4', 'publication_year': 1970, 'publication_date': '1970-08-01', 'ids': {'openalex': 'https://openalex.org/W2100837269', 'doi': 'https://doi.org/10.1038/227680a0', 'mag': '2100837269', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/5432063'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/227680a0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5030122660', 'display_name': 'Ulrich Karl Laemmli', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I170203145', 'display_name': 'MRC Laboratory of Molecular Biology', 'ror': 'https://ror.org/00tw3jy02', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I170203145', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Ulrich K. Laemmli', 'raw_affiliation_string': 'MRC Laboratory of Molecular Biology, Cambridge', 'raw_affiliation_strings': ['MRC Laboratory of Molecular Biology, Cambridge']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5030122660'], 'corresponding_institution_ids': ['https://openalex.org/I170203145'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 241133, 'biblio': {'volume': '227', 'issue': '5259', 'first_page': '680', 'last_page': '685'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776441376', 'wikidata': 'https://www.wikidata.org/wiki/Q165028', 'display_name': 'Bacteriophage', 'level': 4, 'score': 0.8415844}, {'id': 'https://openalex.org/C175156509', 'wikidata': 'https://www.wikidata.org/wiki/Q1990218', 'display_name': 'Cleavage (geology)', 'level': 3, 'score': 0.74824846}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.50186276}, {'id': 'https://openalex.org/C116084860', 'wikidata': 'https://www.wikidata.org/wiki/Q48255', 'display_name': 'Gel electrophoresis', 'level': 2, 'score': 0.49857306}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.41553682}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.36599207}, {'id': 'https://openalex.org/C153911025', 'wikidata': 'https://www.wikidata.org/wiki/Q7202', 'display_name': 'Molecular biology', 'level': 1, 'score': 0.3409983}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.30938205}, {'id': 'https://openalex.org/C547475151', 'wikidata': 'https://www.wikidata.org/wiki/Q25419', 'display_name': 'Escherichia coli', 'level': 3, 'score': 0.1655623}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C43369102', 'wikidata': 'https://www.wikidata.org/wiki/Q2307625', 'display_name': 'Fracture (geology)', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/227680a0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.17}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.16}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1510011675', 'https://openalex.org/W1591624429', 'https://openalex.org/W1625660792', 'https://openalex.org/W1974447189', 'https://openalex.org/W1981333007', 'https://openalex.org/W1999197280', 'https://openalex.org/W2009651234', 'https://openalex.org/W2016311541', 'https://openalex.org/W2030138849', 'https://openalex.org/W2032258362', 'https://openalex.org/W2050132031', 'https://openalex.org/W2051897666', 'https://openalex.org/W2056070745', 'https://openalex.org/W2058000726', 'https://openalex.org/W2065627978', 'https://openalex.org/W2088608143', 'https://openalex.org/W2111301002', 'https://openalex.org/W2330047747', 'https://openalex.org/W2886607623'], 'related_works': ['https://openalex.org/W1998689790', 'https://openalex.org/W2009966535', 'https://openalex.org/W2037996622', 'https://openalex.org/W2088063203', 'https://openalex.org/W2171277769', 'https://openalex.org/W2599608949', 'https://openalex.org/W2949457366', 'https://openalex.org/W2949992629', 'https://openalex.org/W2949998934', 'https://openalex.org/W3043266616'], 'ngrams_url': 'https://api.openalex.org/works/W2100837269/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2100837269', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1417}, {'year': 2022, 'cited_by_count': 2149}, {'year': 2021, 'cited_by_count': 2325}, {'year': 2020, 'cited_by_count': 2493}, {'year': 2019, 'cited_by_count': 2416}, {'year': 2018, 'cited_by_count': 2677}, {'year': 2017, 'cited_by_count': 2803}, {'year': 2016, 'cited_by_count': 3167}, {'year': 2015, 'cited_by_count': 3662}, {'year': 2014, 'cited_by_count': 4027}, {'year': 2013, 'cited_by_count': 4555}, {'year': 2012, 'cited_by_count': 4451}], 'updated_date': '2023-10-01T19:37:19.124436', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2194775991', 'doi': 'https://doi.org/10.1109/cvpr.2016.90', 'title': 'Deep Residual Learning for Image Recognition', 'display_name': 'Deep Residual Learning for Image Recognition', 'publication_year': 2016, 'publication_date': '2016-06-01', 'ids': {'openalex': 'https://openalex.org/W2194775991', 'doi': 'https://doi.org/10.1109/cvpr.2016.90', 'mag': '2194775991'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/cvpr.2016.90', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'proceedings-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://repositorio.unal.edu.co/bitstream/unal/81443/1/98670607.2022.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5049098969', 'display_name': 'Kai He', 'orcid': 'https://orcid.org/0000-0001-7461-2948'}, 'institutions': [{'id': 'https://openalex.org/I4210164937', 'display_name': 'Microsoft Research (United Kingdom)', 'ror': 'https://ror.org/05k87vq12', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I1290206253', 'https://openalex.org/I4210164937']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Kaiming He', 'raw_affiliation_string': 'Microsoft Research#TAB#', 'raw_affiliation_strings': ['Microsoft Research#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068825236', 'display_name': 'Xiangyu Zhang', 'orcid': 'https://orcid.org/0009-0004-6322-9192'}, 'institutions': [{'id': 'https://openalex.org/I4210164937', 'display_name': 'Microsoft Research (United Kingdom)', 'ror': 'https://ror.org/05k87vq12', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I1290206253', 'https://openalex.org/I4210164937']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Xiangyu Zhang', 'raw_affiliation_string': 'Microsoft Research#TAB#', 'raw_affiliation_strings': ['Microsoft Research#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003734781', 'display_name': 'Shouxin Ren', 'orcid': 'https://orcid.org/0000-0002-3866-9469'}, 'institutions': [{'id': 'https://openalex.org/I4210164937', 'display_name': 'Microsoft Research (United Kingdom)', 'ror': 'https://ror.org/05k87vq12', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I1290206253', 'https://openalex.org/I4210164937']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Shaoqing Ren', 'raw_affiliation_string': 'Microsoft Research#TAB#', 'raw_affiliation_strings': ['Microsoft Research#TAB#']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5091093335', 'display_name': 'Jian Sun', 'orcid': 'https://orcid.org/0000-0003-0864-8728'}, 'institutions': [{'id': 'https://openalex.org/I4210164937', 'display_name': 'Microsoft Research (United Kingdom)', 'ror': 'https://ror.org/05k87vq12', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I1290206253', 'https://openalex.org/I4210164937']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jian Sun', 'raw_affiliation_string': 'Microsoft Research#TAB#', 'raw_affiliation_strings': ['Microsoft Research#TAB#']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 108299, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C155512373', 'wikidata': 'https://www.wikidata.org/wiki/Q287450', 'display_name': 'Residual', 'level': 2, 'score': 0.91328824}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.7827219}, {'id': 'https://openalex.org/C21780288', 'wikidata': 'https://www.wikidata.org/wiki/Q5139731', 'display_name': 'Coco', 'level': 2, 'score': 0.7302752}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.7211458}, {'id': 'https://openalex.org/C2776151529', 'wikidata': 'https://www.wikidata.org/wiki/Q3045304', 'display_name': 'Object detection', 'level': 3, 'score': 0.60773295}, {'id': 'https://openalex.org/C108583219', 'wikidata': 'https://www.wikidata.org/wiki/Q197536', 'display_name': 'Deep learning', 'level': 2, 'score': 0.57282454}, {'id': 'https://openalex.org/C89600930', 'wikidata': 'https://www.wikidata.org/wiki/Q1423946', 'display_name': 'Segmentation', 'level': 2, 'score': 0.5636843}, {'id': 'https://openalex.org/C153180895', 'wikidata': 'https://www.wikidata.org/wiki/Q7148389', 'display_name': 'Pattern recognition (psychology)', 'level': 2, 'score': 0.56021905}, {'id': 'https://openalex.org/C177264268', 'wikidata': 'https://www.wikidata.org/wiki/Q1514741', 'display_name': 'Set (abstract data type)', 'level': 2, 'score': 0.4790636}, {'id': 'https://openalex.org/C2779227376', 'wikidata': 'https://www.wikidata.org/wiki/Q6505497', 'display_name': 'Layer (electronics)', 'level': 2, 'score': 0.47214726}, {'id': 'https://openalex.org/C50644808', 'wikidata': 'https://www.wikidata.org/wiki/Q192776', 'display_name': 'Artificial neural network', 'level': 2, 'score': 0.45602506}, {'id': 'https://openalex.org/C2780451532', 'wikidata': 'https://www.wikidata.org/wiki/Q759676', 'display_name': 'Task (project management)', 'level': 2, 'score': 0.45123157}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.44327608}, {'id': 'https://openalex.org/C2944601119', 'wikidata': 'https://www.wikidata.org/wiki/Q43744058', 'display_name': 'Residual neural network', 'level': 3, 'score': 0.431252}, {'id': 'https://openalex.org/C2984842247', 'wikidata': 'https://www.wikidata.org/wiki/Q197536', 'display_name': 'Deep neural networks', 'level': 3, 'score': 0.41046202}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.11133298}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C187736073', 'wikidata': 'https://www.wikidata.org/wiki/Q2920921', 'display_name': 'Management', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/cvpr.2016.90', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81443', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81443/1/98670607.2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1512.03385', 'pdf_url': 'https://arxiv.org/pdf/1512.03385', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81443', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81443/1/98670607.2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.31}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.14}], 'grants': [], 'referenced_works_count': 22, 'referenced_works': ['https://openalex.org/W1536680647', 'https://openalex.org/W1677182931', 'https://openalex.org/W1903029394', 'https://openalex.org/W1932847118', 'https://openalex.org/W1976921161', 'https://openalex.org/W1984309565', 'https://openalex.org/W1997542937', 'https://openalex.org/W2031489346', 'https://openalex.org/W2064675550', 'https://openalex.org/W2097117768', 'https://openalex.org/W2102605133', 'https://openalex.org/W2107878631', 'https://openalex.org/W2117812871', 'https://openalex.org/W2124509324', 'https://openalex.org/W2147238549', 'https://openalex.org/W2147800946', 'https://openalex.org/W2159979951', 'https://openalex.org/W2964103341', 'https://openalex.org/W4212915314', 'https://openalex.org/W4231990273', 'https://openalex.org/W4238404964', 'https://openalex.org/W4242212377'], 'related_works': ['https://openalex.org/W2194775991', 'https://openalex.org/W2563602643', 'https://openalex.org/W2790662084', 'https://openalex.org/W2915754718', 'https://openalex.org/W2970686063', 'https://openalex.org/W4223943233', 'https://openalex.org/W4312200629', 'https://openalex.org/W4360585206', 'https://openalex.org/W4364306694', 'https://openalex.org/W4380075502'], 'ngrams_url': 'https://api.openalex.org/works/W2194775991/ngrams', 'abstract_inverted_index': {'Deeper': [0], 'neural': [1], 'networks': [2, 19, 57], 'are': [3, 21, 58, 170], 'more': [4], 'difficult': [5], 'to': [6, 14, 39, 60, 83, 150, 175], 'train.': [7], 'We': [8, 28, 48, 124], 'present': [9, 126], 'a': [10, 79, 157], 'residual': [11, 35, 56, 76, 102, 168], 'learning': [12, 34, 45], 'framework': [13], 'ease': [15], 'the': [16, 31, 40, 71, 108, 115, 119, 162, 185, 189], 'training': [17], 'of': [18, 44, 81, 100, 137, 140, 172, 191], 'that': [20, 54], 'substantially': [22], 'deeper': [23, 88], 'than': [24, 89], 'those': [25], 'used': [26], 'previously.': [27], 'explicitly': [29], 'reformulate': [30], 'layers': [32, 85], 'as': [33], 'functions': [36], 'with': [37, 78, 130], 'reference': [38], 'layer': [41], 'inputs,': [42], 'instead': [43], 'unreferenced': [46], 'functions.': [47], 'provide': [49], 'comprehensive': [50], 'empirical': [51], 'evidence': [52], 'showing': [53], 'these': [55, 101], 'easier': [59], 'optimize,': [61], 'and': [62, 132, 198], 'can': [63], 'gain': [64], 'accuracy': [65], 'from': [66], 'considerably': [67], 'increased': [68], 'depth.': [69], 'On': [70], 'ImageNet': [72, 109, 192, 194], 'dataset': [73], 'we': [74, 155, 182], 'evaluate': [75], 'nets': [77, 91, 103, 169], 'depth': [80, 136], 'up': [82], '152': [84], '-': [86], '8×': [87], 'VGG': [90], '[40]': [92], 'but': [93], 'still': [94], 'having': [95], 'lower': [96], 'complexity.': [97], 'An': [98], 'ensemble': [99], 'achieves': [104], '3.57%': [105], 'error': [106], 'on': [107, 118, 128, 161, 188], 'test': [110], 'set.': [111], 'This': [112], 'result': [113], 'won': [114, 184], '1st': [116, 186], 'place': [117], 'ILSVRC': [120, 176], '2015': [121, 179], 'classification': [122], 'task.': [123], 'also': [125, 183], 'analysis': [127], 'CIFAR-10': [129], '100': [131], '1000': [133], 'layers.': [134], 'The': [135], 'representations': [138], 'is': [139], 'central': [141], 'importance': [142], 'for': [143], 'many': [144], 'visual': [145], 'recognition': [146], 'tasks.': [147], 'Solely': [148], 'due': [149], 'our': [151, 173], 'extremely': [152], 'deep': [153], 'representations,': [154], 'obtain': [156], '28%': [158], 'relative': [159], 'improvement': [160], 'COCO': [163, 178, 196, 199], 'object': [164], 'detection': [165], 'dataset.': [166], 'Deep': [167], 'foundations': [171], 'submissions': [174], '&': [177], 'competitions1,': [180], 'where': [181], 'places': [187], 'tasks': [190], 'detection,': [193, 197], 'localization,': [195], 'segmentation.': [200]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2194775991', 'counts_by_year': [{'year': 2023, 'cited_by_count': 16229}, {'year': 2022, 'cited_by_count': 20661}, {'year': 2021, 'cited_by_count': 24429}, {'year': 2020, 'cited_by_count': 20162}, {'year': 2019, 'cited_by_count': 15266}, {'year': 2018, 'cited_by_count': 7939}, {'year': 2017, 'cited_by_count': 3127}, {'year': 2016, 'cited_by_count': 729}, {'year': 2015, 'cited_by_count': 17}, {'year': 2014, 'cited_by_count': 9}, {'year': 2012, 'cited_by_count': 9}], 'updated_date': '2023-09-30T06:21:31.820800', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1979290264', 'doi': 'https://doi.org/10.1191/1478088706qp063oa', 'title': 'Using thematic analysis in psychology', 'display_name': 'Using thematic analysis in psychology', 'publication_year': 2006, 'publication_date': '2006-01-01', 'ids': {'openalex': 'https://openalex.org/W1979290264', 'doi': 'https://doi.org/10.1191/1478088706qp063oa', 'mag': '1979290264'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1191/1478088706qp063oa', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S51001188', 'display_name': 'Qualitative Research in Psychology', 'issn_l': '1478-0887', 'issn': ['1478-0887', '1478-0895'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5054729605', 'display_name': 'Virginia Braun', 'orcid': 'https://orcid.org/0000-0002-3435-091X'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Virginia Braun', 'raw_affiliation_string': 'UNIVERSITY OF AUCKLAND,', 'raw_affiliation_strings': ['UNIVERSITY OF AUCKLAND,']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5045921227', 'display_name': 'Victoria Clarke', 'orcid': 'https://orcid.org/0000-0001-9405-7363'}, 'institutions': [{'id': 'https://openalex.org/I178535277', 'display_name': 'University of the West of England', 'ror': 'https://ror.org/02nwg5t34', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I178535277']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Victoria Clarke', 'raw_affiliation_string': 'University of the West of England', 'raw_affiliation_strings': ['University of the West of England']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 91933, 'biblio': {'volume': '3', 'issue': '2', 'first_page': '77', 'last_page': '101'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C74196892', 'wikidata': 'https://www.wikidata.org/wiki/Q7781188', 'display_name': 'Thematic analysis', 'level': 3, 'score': 0.9180517}, {'id': 'https://openalex.org/C93692415', 'wikidata': 'https://www.wikidata.org/wiki/Q1502030', 'display_name': 'Thematic map', 'level': 2, 'score': 0.8151371}, {'id': 'https://openalex.org/C25343380', 'wikidata': 'https://www.wikidata.org/wiki/Q277521', 'display_name': 'Relation (database)', 'level': 2, 'score': 0.64985514}, {'id': 'https://openalex.org/C190248442', 'wikidata': 'https://www.wikidata.org/wiki/Q839486', 'display_name': 'Qualitative research', 'level': 2, 'score': 0.6421211}, {'id': 'https://openalex.org/C3018587665', 'wikidata': 'https://www.wikidata.org/wiki/Q7268696', 'display_name': 'Qualitative analysis', 'level': 3, 'score': 0.6135222}, {'id': 'https://openalex.org/C2778109090', 'wikidata': 'https://www.wikidata.org/wiki/Q7781195', 'display_name': 'Thematic structure', 'level': 2, 'score': 0.5686357}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.52575094}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.51202875}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.29205453}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.22571531}, {'id': 'https://openalex.org/C36289849', 'wikidata': 'https://www.wikidata.org/wiki/Q34749', 'display_name': 'Social science', 'level': 1, 'score': 0.14934143}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.06794745}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C58640448', 'wikidata': 'https://www.wikidata.org/wiki/Q42515', 'display_name': 'Cartography', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1191/1478088706qp063oa', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S51001188', 'display_name': 'Qualitative Research in Psychology', 'issn_l': '1478-0887', 'issn': ['1478-0887', '1478-0895'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.53}], 'grants': [], 'referenced_works_count': 25, 'referenced_works': ['https://openalex.org/W566876742', 'https://openalex.org/W1785520540', 'https://openalex.org/W1965024675', 'https://openalex.org/W1975924558', 'https://openalex.org/W1993209814', 'https://openalex.org/W2005715120', 'https://openalex.org/W2009222294', 'https://openalex.org/W2010381355', 'https://openalex.org/W2024228567', 'https://openalex.org/W2028406607', 'https://openalex.org/W2028834323', 'https://openalex.org/W2031008034', 'https://openalex.org/W2033188470', 'https://openalex.org/W2073846633', 'https://openalex.org/W2083708617', 'https://openalex.org/W2093790434', 'https://openalex.org/W2106357576', 'https://openalex.org/W2123828761', 'https://openalex.org/W2136741619', 'https://openalex.org/W2138502971', 'https://openalex.org/W2170816415', 'https://openalex.org/W2503234244', 'https://openalex.org/W3147940169', 'https://openalex.org/W4214539220', 'https://openalex.org/W4231105677'], 'related_works': ['https://openalex.org/W183908498', 'https://openalex.org/W1979290264', 'https://openalex.org/W1994256903', 'https://openalex.org/W2086244710', 'https://openalex.org/W2170816415', 'https://openalex.org/W2796180820', 'https://openalex.org/W3022535278', 'https://openalex.org/W3094380843', 'https://openalex.org/W3138393699', 'https://openalex.org/W3196787553'], 'ngrams_url': 'https://api.openalex.org/works/W1979290264/ngrams', 'abstract_inverted_index': {'Thematic': [0], 'analysis': [1, 38, 109], 'is': [2], 'a': [3, 80, 111], 'poorly': [4], 'demarcated,': [5], 'rarely': [6], 'acknowledged,': [7], 'yet': [8], 'widely': [9], 'used': [10], 'qualitative': [11, 32, 46, 117], 'analytic': [12, 47], 'method': [13, 115], 'within': [14], 'psychology.': [15, 122], 'In': [16], 'this': [17], 'paper,': [18], 'we': [19, 95], 'argue': [20], 'that': [21, 49], 'it': [22, 41, 78], 'offers': [23], 'an': [24], 'accessible': [25], 'and': [26, 55, 61, 83, 86, 99, 113, 120], 'theoretically': [27], 'flexible': [28, 114], 'approach': [29], 'to': [30, 44, 58, 69, 72], 'analysing': [31], 'data.': [33], 'We': [34, 64, 104], 'outline': [35, 96], 'what': [36], 'thematic': [37, 74, 92, 102, 108], 'is,': [39], 'locating': [40], 'in': [42, 56, 79, 90, 119], 'relation': [43, 57], 'other': [45], 'methods': [48], 'search': [50], 'for': [51, 116], 'themes': [52], 'or': [53, 76], 'patterns,': [54], 'different': [59], 'epistemological': [60], 'ontological': [62], 'positions.': [63], 'then': [65], 'provide': [66], 'clear': [67], 'guidelines': [68], 'those': [70], 'wanting': [71], 'start': [73], 'analysis,': [75], 'conduct': [77], 'more': [81], 'deliberate': [82], 'rigorous': [84], 'way,': [85], 'consider': [87], 'potential': [88], 'pitfalls': [89], 'conducting': [91], 'analysis.': [93, 103], 'Finally,': [94], 'the': [97], 'disadvantages': [98], 'advantages': [100], 'of': [101], 'conclude': [105], 'by': [106], 'advocating': [107], 'as': [110], 'useful': [112], 'research': [118], 'beyond': [121]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1979290264', 'counts_by_year': [{'year': 2023, 'cited_by_count': 11317}, {'year': 2022, 'cited_by_count': 14899}, {'year': 2021, 'cited_by_count': 14028}, {'year': 2020, 'cited_by_count': 11270}, {'year': 2019, 'cited_by_count': 8964}, {'year': 2018, 'cited_by_count': 6843}, {'year': 2017, 'cited_by_count': 5698}, {'year': 2016, 'cited_by_count': 4799}, {'year': 2015, 'cited_by_count': 4090}, {'year': 2014, 'cited_by_count': 3261}, {'year': 2013, 'cited_by_count': 2587}, {'year': 2012, 'cited_by_count': 1640}], 'updated_date': '2023-10-04T05:57:23.585553', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2138270253', 'doi': 'https://doi.org/10.1073/pnas.74.12.5463', 'title': 'DNA sequencing with chain-terminating inhibitors', 'display_name': 'DNA sequencing with chain-terminating inhibitors', 'publication_year': 1977, 'publication_date': '1977-12-01', 'ids': {'openalex': 'https://openalex.org/W2138270253', 'doi': 'https://doi.org/10.1073/pnas.74.12.5463', 'mag': '2138270253', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/271968', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/431765'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1073/pnas.74.12.5463', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S125754415', 'display_name': 'Proceedings of the National Academy of Sciences of the United States of America', 'issn_l': '0027-8424', 'issn': ['1091-6490', '0027-8424'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320052', 'host_organization_name': 'National Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/P4310320052'], 'host_organization_lineage_names': ['National Academy of Sciences'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://europepmc.org/articles/pmc431765?pdf=render', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5042768264', 'display_name': 'F. Sanger', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I170203145', 'display_name': 'MRC Laboratory of Molecular Biology', 'ror': 'https://ror.org/00tw3jy02', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I170203145', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I90344618', 'display_name': 'Medical Research Council', 'ror': 'https://ror.org/03x94j517', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I4210087105', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'F D Sanger', 'raw_affiliation_string': 'Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England', 'raw_affiliation_strings': ['Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035256244', 'display_name': 'S Nicklen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I170203145', 'display_name': 'MRC Laboratory of Molecular Biology', 'ror': 'https://ror.org/00tw3jy02', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I170203145', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I90344618', 'display_name': 'Medical Research Council', 'ror': 'https://ror.org/03x94j517', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I4210087105', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'S Nicklen', 'raw_affiliation_string': 'Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England', 'raw_affiliation_strings': ['Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5087105974', 'display_name': 'Alan Coulson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I170203145', 'display_name': 'MRC Laboratory of Molecular Biology', 'ror': 'https://ror.org/00tw3jy02', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I170203145', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I90344618', 'display_name': 'Medical Research Council', 'ror': 'https://ror.org/03x94j517', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I4210087105', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'A R Coulson', 'raw_affiliation_string': 'Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England', 'raw_affiliation_strings': ['Medical Research Council Laboratory of Molecular Biology, Cambridge CB2 2QH, England']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 59522, 'biblio': {'volume': '74', 'issue': '12', 'first_page': '5463', 'last_page': '5467'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C552990157', 'wikidata': 'https://www.wikidata.org/wiki/Q7430', 'display_name': 'DNA', 'level': 2, 'score': 0.67910266}, {'id': 'https://openalex.org/C76818968', 'wikidata': 'https://www.wikidata.org/wiki/Q181940', 'display_name': 'Sanger sequencing', 'level': 4, 'score': 0.6061827}, {'id': 'https://openalex.org/C512185932', 'wikidata': 'https://www.wikidata.org/wiki/Q28745', 'display_name': 'Nucleotide', 'level': 3, 'score': 0.6051006}, {'id': 'https://openalex.org/C2756471', 'wikidata': 'https://www.wikidata.org/wiki/Q206286', 'display_name': 'DNA polymerase', 'level': 3, 'score': 0.50451934}, {'id': 'https://openalex.org/C49105822', 'wikidata': 'https://www.wikidata.org/wiki/Q176996', 'display_name': 'Polymerase chain reaction', 'level': 3, 'score': 0.43797374}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.4332917}, {'id': 'https://openalex.org/C51679486', 'wikidata': 'https://www.wikidata.org/wiki/Q380546', 'display_name': 'DNA sequencing', 'level': 3, 'score': 0.42386577}, {'id': 'https://openalex.org/C2776441376', 'wikidata': 'https://www.wikidata.org/wiki/Q165028', 'display_name': 'Bacteriophage', 'level': 4, 'score': 0.41839916}, {'id': 'https://openalex.org/C82381507', 'wikidata': 'https://www.wikidata.org/wiki/Q416878', 'display_name': 'Polymerase', 'level': 3, 'score': 0.41382182}, {'id': 'https://openalex.org/C153911025', 'wikidata': 'https://www.wikidata.org/wiki/Q7202', 'display_name': 'Molecular biology', 'level': 1, 'score': 0.40103957}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.30539906}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.2956468}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.18022329}, {'id': 'https://openalex.org/C547475151', 'wikidata': 'https://www.wikidata.org/wiki/Q25419', 'display_name': 'Escherichia coli', 'level': 3, 'score': 0.13532141}], 'mesh': [{'descriptor_ui': 'D001483', 'descriptor_name': 'Base Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D004279', 'descriptor_name': 'DNA, Viral', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D003090', 'descriptor_name': 'Coliphages', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003090', 'descriptor_name': 'Coliphages', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': False}, {'descriptor_ui': 'D004256', 'descriptor_name': 'DNA Polymerase I', 'qualifier_ui': 'Q000037', 'qualifier_name': 'antagonists & inhibitors', 'is_major_topic': False}, {'descriptor_ui': 'D004256', 'descriptor_name': 'DNA Polymerase I', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004262', 'descriptor_name': 'DNA Restriction Enzymes', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D004262', 'descriptor_name': 'DNA Restriction Enzymes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003854', 'descriptor_name': 'Deoxyribonucleotides', 'qualifier_ui': 'Q000494', 'qualifier_name': 'pharmacology', 'is_major_topic': False}, {'descriptor_ui': 'D003854', 'descriptor_name': 'Deoxyribonucleotides', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008722', 'descriptor_name': 'Methods', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1073/pnas.74.12.5463', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S125754415', 'display_name': 'Proceedings of the National Academy of Sciences of the United States of America', 'issn_l': '0027-8424', 'issn': ['1091-6490', '0027-8424'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320052', 'host_organization_name': 'National Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/P4310320052'], 'host_organization_lineage_names': ['National Academy of Sciences'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc431765', 'pdf_url': 'https://europepmc.org/articles/pmc431765?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC431765', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/271968', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc431765', 'pdf_url': 'https://europepmc.org/articles/pmc431765?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.11}], 'grants': [], 'referenced_works_count': 12, 'referenced_works': ['https://openalex.org/W1532331378', 'https://openalex.org/W1970602392', 'https://openalex.org/W1992595091', 'https://openalex.org/W1999577244', 'https://openalex.org/W2015367755', 'https://openalex.org/W2052679757', 'https://openalex.org/W2056946499', 'https://openalex.org/W2092784580', 'https://openalex.org/W2122180109', 'https://openalex.org/W2314349163', 'https://openalex.org/W2319356747', 'https://openalex.org/W2759726048'], 'related_works': ['https://openalex.org/W1489886741', 'https://openalex.org/W1973988510', 'https://openalex.org/W2007830725', 'https://openalex.org/W2007963428', 'https://openalex.org/W2033375269', 'https://openalex.org/W2066410887', 'https://openalex.org/W2087714034', 'https://openalex.org/W2088424033', 'https://openalex.org/W2143117824', 'https://openalex.org/W2259828804'], 'ngrams_url': 'https://api.openalex.org/works/W2138270253/ngrams', 'abstract_inverted_index': {'A': [0], 'new': [1], 'method': [2, 19], 'for': [3], 'determining': [4], 'nucleotide': [5], 'sequences': [6], 'in': [7], 'DNA': [8, 53, 62], 'is': [9, 12, 67], 'described.': [10], 'It': [11], 'similar': [13], 'to': [14, 60], 'the': [15, 36, 42, 61, 75, 78], '“plus': [16], 'and': [17, 38, 66, 70], 'minus”': [18], '[Sanger,': [20], 'F.': [21], '&': [22], 'Coulson,': [23], 'A.': [24], 'R.': [25], '(1975)': [26], 'J.': [27], 'Mol.': [28], 'Biol.': [29], '94,': [30], '441-448]': [31], 'but': [32], 'makes': [33], 'use': [34], 'of': [35, 41, 52, 63], '2′,3′-dideoxy': [37], 'arabinonucleoside': [39], 'analogues': [40], 'normal': [43], 'deoxynucleoside': [44], 'triphosphates,': [45], 'which': [46], 'act': [47], 'as': [48], 'specific': [49], 'chain-terminating': [50], 'inhibitors': [51], 'polymerase.': [54], 'The': [55], 'technique': [56], 'has': [57], 'been': [58], 'applied': [59], 'bacteriophage': [64], 'ϕX174': [65], 'more': [68, 71], 'rapid': [69], 'accurate': [72], 'than': [73], 'either': [74], 'plus': [76], 'or': [77], 'minus': [79], 'method.': [80]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2138270253', 'counts_by_year': [{'year': 2023, 'cited_by_count': 327}, {'year': 2022, 'cited_by_count': 541}, {'year': 2021, 'cited_by_count': 479}, {'year': 2020, 'cited_by_count': 444}, {'year': 2019, 'cited_by_count': 432}, {'year': 2018, 'cited_by_count': 483}, {'year': 2017, 'cited_by_count': 446}, {'year': 2016, 'cited_by_count': 500}, {'year': 2015, 'cited_by_count': 565}, {'year': 2014, 'cited_by_count': 552}, {'year': 2013, 'cited_by_count': 616}, {'year': 2012, 'cited_by_count': 550}], 'updated_date': '2023-09-29T19:22:31.726475', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2889646458', 'doi': 'https://doi.org/10.3322/caac.21492', 'title': 'Global cancer statistics 2018: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries', 'display_name': 'Global cancer statistics 2018: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries', 'publication_year': 2018, 'publication_date': '2018-09-12', 'ids': {'openalex': 'https://openalex.org/W2889646458', 'doi': 'https://doi.org/10.3322/caac.21492', 'mag': '2889646458', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/30207593'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21492', 'pdf_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21492', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21492', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5064215217', 'display_name': 'Freddie Bray', 'orcid': 'https://orcid.org/0000-0002-3248-7787'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'Freddie Bray', 'raw_affiliation_string': 'Head, Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Head, Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051830072', 'display_name': 'Jacques Ferlay', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jacques Ferlay', 'raw_affiliation_string': 'Informatics Officer, Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Informatics Officer, Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057880586', 'display_name': 'Isabelle Soerjomataram', 'orcid': 'https://orcid.org/0000-0002-6017-741X'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Isabelle Soerjomataram', 'raw_affiliation_string': 'Deputy Head, Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Deputy Head, Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047300895', 'display_name': 'Rebecca L. Siegel', 'orcid': 'https://orcid.org/0000-0001-5247-8522'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rebecca L. Siegel', 'raw_affiliation_string': 'Scientific Director, Surveillance and Health Services Research, American Cancer Society, Atlanta, GA', 'raw_affiliation_strings': ['Scientific Director, Surveillance and Health Services Research, American Cancer Society, Atlanta, GA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029851917', 'display_name': 'Lindsey A. Torre', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lindsey A. Torre', 'raw_affiliation_string': 'Scientist, Surveillance and Health Services Research, American Cancer Society, Atlanta, GA', 'raw_affiliation_strings': ['Scientist, Surveillance and Health Services Research, American Cancer Society, Atlanta, GA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5009198168', 'display_name': 'Ahmedin Jemal', 'orcid': 'https://orcid.org/0000-0002-0000-4111'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ahmedin Jemal', 'raw_affiliation_string': 'Scientific Vice President, Surveillance and Health Services Research, American Cancer Society, Atlanta, GA', 'raw_affiliation_strings': ['Scientific Vice President, Surveillance and Health Services Research, American Cancer Society, Atlanta, GA']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5064215217'], 'corresponding_institution_ids': ['https://openalex.org/I42237331'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 55951, 'biblio': {'volume': '68', 'issue': '6', 'first_page': '394', 'last_page': '424'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.80486274}, {'id': 'https://openalex.org/C526805850', 'wikidata': 'https://www.wikidata.org/wiki/Q188874', 'display_name': 'Colorectal cancer', 'level': 3, 'score': 0.7460212}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.69281495}, {'id': 'https://openalex.org/C2777789703', 'wikidata': 'https://www.wikidata.org/wiki/Q192102', 'display_name': 'Skin cancer', 'level': 3, 'score': 0.660704}, {'id': 'https://openalex.org/C530470458', 'wikidata': 'https://www.wikidata.org/wiki/Q128581', 'display_name': 'Breast cancer', 'level': 3, 'score': 0.6416656}, {'id': 'https://openalex.org/C2780192828', 'wikidata': 'https://www.wikidata.org/wiki/Q181257', 'display_name': 'Prostate cancer', 'level': 3, 'score': 0.5929212}, {'id': 'https://openalex.org/C2776256026', 'wikidata': 'https://www.wikidata.org/wiki/Q47912', 'display_name': 'Lung cancer', 'level': 2, 'score': 0.58835685}, {'id': 'https://openalex.org/C2776231280', 'wikidata': 'https://www.wikidata.org/wiki/Q623031', 'display_name': 'Liver cancer', 'level': 3, 'score': 0.57685995}, {'id': 'https://openalex.org/C2779454504', 'wikidata': 'https://www.wikidata.org/wiki/Q189588', 'display_name': 'Stomach cancer', 'level': 3, 'score': 0.56921315}, {'id': 'https://openalex.org/C2777914349', 'wikidata': 'https://www.wikidata.org/wiki/Q18205885', 'display_name': 'Causes of cancer', 'level': 3, 'score': 0.5114047}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.49785566}, {'id': 'https://openalex.org/C2778527826', 'wikidata': 'https://www.wikidata.org/wiki/Q1787017', 'display_name': 'Cancer registry', 'level': 3, 'score': 0.4697407}, {'id': 'https://openalex.org/C179755657', 'wikidata': 'https://www.wikidata.org/wiki/Q58702', 'display_name': 'Mortality rate', 'level': 2, 'score': 0.46318197}, {'id': 'https://openalex.org/C29374701', 'wikidata': 'https://www.wikidata.org/wiki/Q1931388', 'display_name': 'Cause of death', 'level': 3, 'score': 0.45663077}, {'id': 'https://openalex.org/C63592243', 'wikidata': 'https://www.wikidata.org/wiki/Q5382717', 'display_name': 'Epidemiology of cancer', 'level': 4, 'score': 0.45190942}, {'id': 'https://openalex.org/C143998085', 'wikidata': 'https://www.wikidata.org/wiki/Q162555', 'display_name': 'Oncology', 'level': 1, 'score': 0.39975673}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.34411922}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.17081332}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000071219', 'descriptor_name': 'Global Burden of Disease', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D012042', 'descriptor_name': 'Registries', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017677', 'descriptor_name': 'Age Distribution', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002423', 'descriptor_name': 'Cause of Death', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': False}, {'descriptor_ui': 'D002423', 'descriptor_name': 'Cause of Death', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002648', 'descriptor_name': 'Child', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002675', 'descriptor_name': 'Child, Preschool', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000071219', 'descriptor_name': 'Global Burden of Disease', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015994', 'descriptor_name': 'Incidence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007223', 'descriptor_name': 'Infant', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007231', 'descriptor_name': 'Infant, Newborn', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015995', 'descriptor_name': 'Prevalence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012042', 'descriptor_name': 'Registries', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017678', 'descriptor_name': 'Sex Distribution', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015996', 'descriptor_name': 'Survival Rate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21492', 'pdf_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21492', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/30207593', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21492', 'pdf_url': 'https://acsjournals.onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21492', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.43}, {'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.21}], 'grants': [], 'referenced_works_count': 61, 'referenced_works': ['https://openalex.org/W1275532855', 'https://openalex.org/W1567352500', 'https://openalex.org/W1593442063', 'https://openalex.org/W1861891407', 'https://openalex.org/W1877917243', 'https://openalex.org/W1878172041', 'https://openalex.org/W1955431817', 'https://openalex.org/W1968960710', 'https://openalex.org/W1969875009', 'https://openalex.org/W1987350137', 'https://openalex.org/W1988592971', 'https://openalex.org/W1997356314', 'https://openalex.org/W2016761556', 'https://openalex.org/W2018394758', 'https://openalex.org/W2020830322', 'https://openalex.org/W2021052809', 'https://openalex.org/W2037450389', 'https://openalex.org/W2083375435', 'https://openalex.org/W2095866442', 'https://openalex.org/W2096619957', 'https://openalex.org/W2099023213', 'https://openalex.org/W2106787323', 'https://openalex.org/W2113422684', 'https://openalex.org/W2119391023', 'https://openalex.org/W2121732950', 'https://openalex.org/W2122101164', 'https://openalex.org/W2132900617', 'https://openalex.org/W2139530759', 'https://openalex.org/W2147072570', 'https://openalex.org/W2147496191', 'https://openalex.org/W2151780198', 'https://openalex.org/W2160780272', 'https://openalex.org/W2163308724', 'https://openalex.org/W2164960433', 'https://openalex.org/W2170773236', 'https://openalex.org/W2302003756', 'https://openalex.org/W2308263493', 'https://openalex.org/W2322310797', 'https://openalex.org/W2346871287', 'https://openalex.org/W2415076046', 'https://openalex.org/W2498679987', 'https://openalex.org/W2508926319', 'https://openalex.org/W2514008771', 'https://openalex.org/W2518132675', 'https://openalex.org/W2528938021', 'https://openalex.org/W2568105496', 'https://openalex.org/W2621568616', 'https://openalex.org/W2626749754', 'https://openalex.org/W2738256061', 'https://openalex.org/W2744525445', 'https://openalex.org/W2761316262', 'https://openalex.org/W2768132193', 'https://openalex.org/W2792039871', 'https://openalex.org/W2804239158', 'https://openalex.org/W2804784400', 'https://openalex.org/W2917837889', 'https://openalex.org/W2966258052', 'https://openalex.org/W3143569680', 'https://openalex.org/W4236443795', 'https://openalex.org/W4247723226', 'https://openalex.org/W4376043823'], 'related_works': ['https://openalex.org/W2360949490', 'https://openalex.org/W2370467889', 'https://openalex.org/W2373772350', 'https://openalex.org/W2385520543', 'https://openalex.org/W2385566704', 'https://openalex.org/W2394204957', 'https://openalex.org/W2889646458', 'https://openalex.org/W4205406222', 'https://openalex.org/W4253753929', 'https://openalex.org/W4255143485'], 'ngrams_url': 'https://api.openalex.org/works/W2889646458/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'This': [1], 'article': [2], 'provides': [3], 'a': [4, 34], 'status': [5], 'report': [6], 'on': [7, 31, 36, 223], 'the': [8, 15, 26, 79, 86, 90, 98, 134, 139, 167, 173, 207, 224, 244, 281], 'global': [9], 'burden': [10], 'of': [11, 19, 85, 93, 97, 142, 176, 210, 226, 285], 'cancer': [12, 20, 51, 62, 77, 83, 94, 100, 107, 110, 114, 120, 123, 127, 132, 137, 143, 152, 159, 165, 171, 177, 184, 193, 205, 211, 241, 251, 293], 'worldwide': [13], 'using': [14], 'GLOBOCAN': [16], '2018': [17, 304], 'estimates': [18], 'incidence': [21, 117, 198], 'and': [22, 59, 89, 112, 118, 125, 138, 150, 155, 157, 172, 182, 187, 199, 206, 218, 229, 232, 248, 260, 283, 290], 'mortality': [23], 'produced': [24], 'by': [25, 104, 148, 180], 'International': [27], 'Agency': [28], 'for': [29, 116, 129, 196, 246, 266, 300], 'Research': [30], 'Cancer,': [32], 'with': [33], 'focus': [35], 'geographic': [37], 'variability': [38], 'across': [39, 216], '20': [40], 'world': [41], 'regions.': [42], 'There': [43], 'will': [44], 'be': [45], 'an': [46, 271], 'estimated': [47], '18.1': [48], 'million': [49, 54, 61, 65], 'new': [50], 'cases': [52], '(17.0': [53], 'excluding': [55, 66], 'nonmelanoma': [56, 67], 'skin': [57, 68], 'cancer)': [58, 69], '9.6': [60], 'deaths': [63], '(9.5': [64], 'in': [70, 257], '2018.': [71], 'In': [72], 'both': [73, 197], 'sexes': [74], 'combined,': [75], 'lung': [76, 183], 'is': [78, 133, 166, 237, 270], 'most': [80, 135, 168, 202, 258], 'commonly': [81, 169], 'diagnosed': [82, 170, 204], '(11.6%': [84], 'total': [87, 99], 'cases)': [88], 'leading': [91, 140, 174, 208], 'cause': [92, 141, 175, 209], 'death': [95, 144], '(18.4%': [96], 'deaths),': [101], 'closely': [102], 'followed': [103, 147, 179], 'female': [105], 'breast': [106, 164], '(11.6%),': [108], 'prostate': [109, 149], '(7.1%),': [111], 'colorectal': [113, 119, 151, 181], '(6.1%)': [115], '(9.2%),': [121], 'stomach': [122, 158], '(8.2%),': [124], 'liver': [126, 156], '(8.2%)': [128], 'mortality.': [130, 200], 'Lung': [131], 'frequent': [136], 'among': [145], 'males,': [146], '(for': [153, 160, 185, 190], 'incidence)': [154], 'mortality).': [161], 'Among': [162], 'females,': [163], 'death,': [178, 212], 'incidence),': [186], 'vice': [188], 'versa': [189], 'mortality);': [191], 'cervical': [192], 'ranks': [194], 'fourth': [195], 'The': [201, 263], 'frequently': [203], 'however,': [213], 'substantially': [214], 'vary': [215], 'countries': [217], 'within': [219], 'each': [220], 'country': [221], 'depending': [222], 'degree': [225], 'economic': [227], 'development': [228], 'associated': [230], 'social': [231], 'life': [233], 'style': [234], 'factors.': [235], 'It': [236], 'noteworthy': [238], 'that': [239, 274], 'high‐quality': [240], 'registry': [242], 'data,': [243, 287], 'basis': [245], 'planning': [247], 'implementing': [249], 'evidence‐based': [250], 'control': [252, 294], 'programs,': [253], 'are': [254], 'not': [255], 'available': [256], 'low‐': [259], 'middle‐income': [261], 'countries.': [262], 'Global': [264], 'Initiative': [265], 'Cancer': [267, 298, 306], 'Registry': [268], 'Development': [269], 'international': [272], 'partnership': [273], 'supports': [275], 'better': [276], 'estimation,': [277], 'as': [278, 280], 'well': [279], 'collection': [282], 'use': [284], 'local': [286], 'to': [288], 'prioritize': [289], 'evaluate': [291], 'national': [292], 'efforts.': [295], 'CA:': [296], 'A': [297], 'Journal': [299], 'Clinicians': [301], '2018;0:1‐31.': [302], '©': [303], 'American': [305], 'Society': [307]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2889646458', 'counts_by_year': [{'year': 2023, 'cited_by_count': 6199}, {'year': 2022, 'cited_by_count': 11615}, {'year': 2021, 'cited_by_count': 16918}, {'year': 2020, 'cited_by_count': 15063}, {'year': 2019, 'cited_by_count': 6048}, {'year': 2018, 'cited_by_count': 162}, {'year': 2017, 'cited_by_count': 3}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-09-30T15:33:20.058022', 'created_date': '2018-09-27'}, {'id': 'https://openalex.org/W2058122340', 'doi': 'https://doi.org/10.1126/science.1102896', 'title': 'Electric Field Effect in Atomically Thin Carbon Films', 'display_name': 'Electric Field Effect in Atomically Thin Carbon Films', 'publication_year': 2004, 'publication_date': '2004-10-22', 'ids': {'openalex': 'https://openalex.org/W2058122340', 'doi': 'https://doi.org/10.1126/science.1102896', 'mag': '2058122340', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/15499015'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.1102896', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://arxiv.org/pdf/cond-mat/0410550', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5072248970', 'display_name': 'К. С. Новоселов', 'orcid': 'https://orcid.org/0000-0003-4972-5371'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}, {'id': 'https://openalex.org/I4210141450', 'display_name': 'Institute of Microelectronics Technology and High Purity Materials', 'ror': 'https://ror.org/034fqtg16', 'country_code': 'RU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210097085', 'https://openalex.org/I4210141450']}], 'countries': ['GB', 'RU'], 'is_corresponding': False, 'raw_author_name': 'Kostya S. Novoselov', 'raw_affiliation_string': 'Department of Physics, University of Manchester, Manchester M13 9PL, UK.; Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.', 'raw_affiliation_strings': ['Department of Physics, University of Manchester, Manchester M13 9PL, UK.', 'Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058357018', 'display_name': 'A. K. Geǐm', 'orcid': 'https://orcid.org/0000-0003-2861-8331'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}, {'id': 'https://openalex.org/I4210141450', 'display_name': 'Institute of Microelectronics Technology and High Purity Materials', 'ror': 'https://ror.org/034fqtg16', 'country_code': 'RU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210097085', 'https://openalex.org/I4210141450']}], 'countries': ['GB', 'RU'], 'is_corresponding': True, 'raw_author_name': 'Andre K. Geim', 'raw_affiliation_string': 'Department of Physics, University of Manchester, Manchester M13 9PL, UK.; Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.', 'raw_affiliation_strings': ['Department of Physics, University of Manchester, Manchester M13 9PL, UK.', 'Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088527376', 'display_name': 'С. В. Морозов', 'orcid': 'https://orcid.org/0000-0003-3075-7787'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}, {'id': 'https://openalex.org/I4210141450', 'display_name': 'Institute of Microelectronics Technology and High Purity Materials', 'ror': 'https://ror.org/034fqtg16', 'country_code': 'RU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210097085', 'https://openalex.org/I4210141450']}], 'countries': ['GB', 'RU'], 'is_corresponding': False, 'raw_author_name': 'Sergey V. Morozov', 'raw_affiliation_string': 'Department of Physics, University of Manchester, Manchester M13 9PL, UK.; Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.', 'raw_affiliation_strings': ['Department of Physics, University of Manchester, Manchester M13 9PL, UK.', 'Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024028137', 'display_name': 'Ding‐Sheng Jiang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}, {'id': 'https://openalex.org/I4210141450', 'display_name': 'Institute of Microelectronics Technology and High Purity Materials', 'ror': 'https://ror.org/034fqtg16', 'country_code': 'RU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210097085', 'https://openalex.org/I4210141450']}], 'countries': ['GB', 'RU'], 'is_corresponding': False, 'raw_author_name': 'Da Jiang', 'raw_affiliation_string': 'Department of Physics, University of Manchester, Manchester M13 9PL, UK.; Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.', 'raw_affiliation_strings': ['Department of Physics, University of Manchester, Manchester M13 9PL, UK.', 'Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031272448', 'display_name': 'Y. Zhang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}, {'id': 'https://openalex.org/I4210141450', 'display_name': 'Institute of Microelectronics Technology and High Purity Materials', 'ror': 'https://ror.org/034fqtg16', 'country_code': 'RU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210097085', 'https://openalex.org/I4210141450']}], 'countries': ['GB', 'RU'], 'is_corresponding': False, 'raw_author_name': 'Y. Zhang', 'raw_affiliation_string': 'Department of Physics, University of Manchester, Manchester M13 9PL, UK.; Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.', 'raw_affiliation_strings': ['Department of Physics, University of Manchester, Manchester M13 9PL, UK.', 'Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072442751', 'display_name': 'S. V. Dubonos', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}, {'id': 'https://openalex.org/I4210141450', 'display_name': 'Institute of Microelectronics Technology and High Purity Materials', 'ror': 'https://ror.org/034fqtg16', 'country_code': 'RU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210097085', 'https://openalex.org/I4210141450']}], 'countries': ['GB', 'RU'], 'is_corresponding': False, 'raw_author_name': 'S. V. Dubonos', 'raw_affiliation_string': 'Department of Physics, University of Manchester, Manchester M13 9PL, UK.; Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.', 'raw_affiliation_strings': ['Department of Physics, University of Manchester, Manchester M13 9PL, UK.', 'Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076577191', 'display_name': 'I. V. Grigorieva', 'orcid': 'https://orcid.org/0000-0001-5991-7778'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}, {'id': 'https://openalex.org/I4210141450', 'display_name': 'Institute of Microelectronics Technology and High Purity Materials', 'ror': 'https://ror.org/034fqtg16', 'country_code': 'RU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210097085', 'https://openalex.org/I4210141450']}], 'countries': ['GB', 'RU'], 'is_corresponding': False, 'raw_author_name': 'Irina V. Grigorieva', 'raw_affiliation_string': 'Department of Physics, University of Manchester, Manchester M13 9PL, UK.; Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.', 'raw_affiliation_strings': ['Department of Physics, University of Manchester, Manchester M13 9PL, UK.', 'Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5001198014', 'display_name': 'А. А. Фирсов', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}, {'id': 'https://openalex.org/I4210141450', 'display_name': 'Institute of Microelectronics Technology and High Purity Materials', 'ror': 'https://ror.org/034fqtg16', 'country_code': 'RU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210097085', 'https://openalex.org/I4210141450']}], 'countries': ['GB', 'RU'], 'is_corresponding': False, 'raw_author_name': 'A. A. Firsov', 'raw_affiliation_string': 'Department of Physics, University of Manchester, Manchester M13 9PL, UK.; Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.', 'raw_affiliation_strings': ['Department of Physics, University of Manchester, Manchester M13 9PL, UK.', 'Institute for Microelectronics Technology, 142432 Chernogolovka, Russia.']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5058357018'], 'corresponding_institution_ids': ['https://openalex.org/I28407311', 'https://openalex.org/I4210141450'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 54098, 'biblio': {'volume': '306', 'issue': '5696', 'first_page': '666', 'last_page': '669'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C30080830', 'wikidata': 'https://www.wikidata.org/wiki/Q169917', 'display_name': 'Graphene', 'level': 2, 'score': 0.65874106}, {'id': 'https://openalex.org/C162862793', 'wikidata': 'https://www.wikidata.org/wiki/Q178026', 'display_name': 'Fullerene', 'level': 2, 'score': 0.6299436}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 0.6000366}, {'id': 'https://openalex.org/C60799052', 'wikidata': 'https://www.wikidata.org/wiki/Q46221', 'display_name': 'Electric field', 'level': 2, 'score': 0.598683}, {'id': 'https://openalex.org/C192683347', 'wikidata': 'https://www.wikidata.org/wiki/Q4851798', 'display_name': 'Ballistic conduction', 'level': 3, 'score': 0.50661695}, {'id': 'https://openalex.org/C140205800', 'wikidata': 'https://www.wikidata.org/wiki/Q5860', 'display_name': 'Carbon fibers', 'level': 3, 'score': 0.50332206}, {'id': 'https://openalex.org/C145598152', 'wikidata': 'https://www.wikidata.org/wiki/Q176097', 'display_name': 'Field-effect transistor', 'level': 4, 'score': 0.4843072}, {'id': 'https://openalex.org/C26873012', 'wikidata': 'https://www.wikidata.org/wiki/Q214781', 'display_name': 'Condensed matter physics', 'level': 1, 'score': 0.4745237}, {'id': 'https://openalex.org/C9652623', 'wikidata': 'https://www.wikidata.org/wiki/Q190109', 'display_name': 'Field (mathematics)', 'level': 2, 'score': 0.46086347}, {'id': 'https://openalex.org/C171250308', 'wikidata': 'https://www.wikidata.org/wiki/Q11468', 'display_name': 'Nanotechnology', 'level': 1, 'score': 0.453905}, {'id': 'https://openalex.org/C544153396', 'wikidata': 'https://www.wikidata.org/wiki/Q11426', 'display_name': 'Metal', 'level': 2, 'score': 0.4464087}, {'id': 'https://openalex.org/C172385210', 'wikidata': 'https://www.wikidata.org/wiki/Q5339', 'display_name': 'Transistor', 'level': 3, 'score': 0.41591972}, {'id': 'https://openalex.org/C159467904', 'wikidata': 'https://www.wikidata.org/wiki/Q2001702', 'display_name': 'Chemical physics', 'level': 1, 'score': 0.38188523}, {'id': 'https://openalex.org/C49040817', 'wikidata': 'https://www.wikidata.org/wiki/Q193091', 'display_name': 'Optoelectronics', 'level': 1, 'score': 0.36030197}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.17532685}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.1736325}, {'id': 'https://openalex.org/C159985019', 'wikidata': 'https://www.wikidata.org/wiki/Q181790', 'display_name': 'Composite material', 'level': 1, 'score': 0.104668856}, {'id': 'https://openalex.org/C147120987', 'wikidata': 'https://www.wikidata.org/wiki/Q2225', 'display_name': 'Electron', 'level': 2, 'score': 0.08304533}, {'id': 'https://openalex.org/C165801399', 'wikidata': 'https://www.wikidata.org/wiki/Q25428', 'display_name': 'Voltage', 'level': 2, 'score': 0.062363327}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.062044024}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C104779481', 'wikidata': 'https://www.wikidata.org/wiki/Q50707', 'display_name': 'Composite number', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C202444582', 'wikidata': 'https://www.wikidata.org/wiki/Q837863', 'display_name': 'Pure mathematics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C191897082', 'wikidata': 'https://www.wikidata.org/wiki/Q11467', 'display_name': 'Metallurgy', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.1102896', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/cond-mat/0410550', 'pdf_url': 'https://arxiv.org/pdf/cond-mat/0410550', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/15499015', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/cond-mat/0410550', 'pdf_url': 'https://arxiv.org/pdf/cond-mat/0410550', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.1}], 'grants': [], 'referenced_works_count': 14, 'referenced_works': ['https://openalex.org/W1598581722', 'https://openalex.org/W1980516378', 'https://openalex.org/W1993764632', 'https://openalex.org/W1999115975', 'https://openalex.org/W2006512131', 'https://openalex.org/W2013189775', 'https://openalex.org/W2032490333', 'https://openalex.org/W2070716620', 'https://openalex.org/W2094963548', 'https://openalex.org/W2120402623', 'https://openalex.org/W2135385562', 'https://openalex.org/W2476433526', 'https://openalex.org/W3123803405', 'https://openalex.org/W4211003187'], 'related_works': ['https://openalex.org/W1974266661', 'https://openalex.org/W1983771328', 'https://openalex.org/W2056331766', 'https://openalex.org/W2074306150', 'https://openalex.org/W2093172277', 'https://openalex.org/W2110506421', 'https://openalex.org/W2922064185', 'https://openalex.org/W3014219774', 'https://openalex.org/W3204399487', 'https://openalex.org/W4366818792'], 'ngrams_url': 'https://api.openalex.org/works/W2058122340/ngrams', 'abstract_inverted_index': {'We': [0], 'report': [1], 'a': [2, 12], 'naturally-occurring': [3], 'two-dimensional': [4], 'material': [5], '(graphene': [6], 'that': [7], 'can': [8], 'be': [9], 'viewed': [10], 'as': [11], 'gigantic': [13], 'flat': [14], 'fullerene': [15], 'molecule,': [16], 'describe': [17], 'its': [18], 'electronic': [19], 'properties': [20], 'and': [21], 'demonstrate': [22], 'all-metallic': [23], 'field-effect': [24], 'transistor,': [25], 'which': [26], 'uniquely': [27], 'exhibits': [28], 'ballistic': [29], 'transport': [30], 'at': [31, 35], 'submicron': [32], 'distances': [33], 'even': [34], 'room': [36], 'temperature.': [37]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2058122340', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2945}, {'year': 2022, 'cited_by_count': 3905}, {'year': 2021, 'cited_by_count': 4389}, {'year': 2020, 'cited_by_count': 4446}, {'year': 2019, 'cited_by_count': 4398}, {'year': 2018, 'cited_by_count': 4198}, {'year': 2017, 'cited_by_count': 4259}, {'year': 2016, 'cited_by_count': 4139}, {'year': 2015, 'cited_by_count': 3973}, {'year': 2014, 'cited_by_count': 3934}, {'year': 2013, 'cited_by_count': 3622}, {'year': 2012, 'cited_by_count': 3273}], 'updated_date': '2023-10-02T08:49:43.128929', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2125435699', 'doi': 'https://doi.org/10.1136/bmj.327.7414.557', 'title': 'Measuring inconsistency in meta-analyses', 'display_name': 'Measuring inconsistency in meta-analyses', 'publication_year': 2003, 'publication_date': '2003-09-06', 'ids': {'openalex': 'https://openalex.org/W2125435699', 'doi': 'https://doi.org/10.1136/bmj.327.7414.557', 'mag': '2125435699', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/12958120', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/192859'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1136/bmj.327.7414.557', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://europepmc.org/articles/pmc192859?pdf=render', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5031195893', 'display_name': 'Julian P T Higgins', 'orcid': 'https://orcid.org/0000-0002-8323-2514'}, 'institutions': [{'id': 'https://openalex.org/I4210134973', 'display_name': 'MRC Biostatistics Unit', 'ror': 'https://ror.org/046vje122', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I241749', 'https://openalex.org/I4210134973', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'J. P T Higgins', 'raw_affiliation_string': 'MRC Biostatistics Unit, Institute of Public Health, Cambridge CB2 2SR,', 'raw_affiliation_strings': ['MRC Biostatistics Unit, Institute of Public Health, Cambridge CB2 2SR,']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5031195893'], 'corresponding_institution_ids': ['https://openalex.org/I4210134973'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 45421, 'biblio': {'volume': '327', 'issue': '7414', 'first_page': '557', 'last_page': '560'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5832133}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.5164528}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 0.43524528}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.35861537}], 'mesh': [{'descriptor_ui': 'D015201', 'descriptor_name': 'Meta-Analysis as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D003627', 'descriptor_name': 'Data Interpretation, Statistical', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015203', 'descriptor_name': 'Reproducibility of Results', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012680', 'descriptor_name': 'Sensitivity and Specificity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1136/bmj.327.7414.557', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc192859', 'pdf_url': 'https://europepmc.org/articles/pmc192859?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC192859', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://eprints.lincoln.ac.uk/id/eprint/1932/1/MetaAnalysisPaper.pdf', 'pdf_url': 'http://eprints.lincoln.ac.uk/id/eprint/1932/1/MetaAnalysisPaper.pdf', 'source': {'id': 'https://openalex.org/S4377196275', 'display_name': 'Lincoln Repository (University of Lincoln)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I51532219', 'host_organization_name': 'University of Lincoln', 'host_organization_lineage': ['https://openalex.org/I51532219'], 'host_organization_lineage_names': ['University of Lincoln'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/12958120', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc192859', 'pdf_url': 'https://europepmc.org/articles/pmc192859?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.13}], 'grants': [], 'referenced_works_count': 21, 'referenced_works': ['https://openalex.org/W2036740', 'https://openalex.org/W78341925', 'https://openalex.org/W1554783366', 'https://openalex.org/W1731719050', 'https://openalex.org/W1812598206', 'https://openalex.org/W1930246251', 'https://openalex.org/W1939358643', 'https://openalex.org/W1999580315', 'https://openalex.org/W2002288054', 'https://openalex.org/W2044053804', 'https://openalex.org/W2068053765', 'https://openalex.org/W2075937340', 'https://openalex.org/W2081320515', 'https://openalex.org/W2084254640', 'https://openalex.org/W2126930838', 'https://openalex.org/W2132966541', 'https://openalex.org/W2139000771', 'https://openalex.org/W2160323354', 'https://openalex.org/W2164586769', 'https://openalex.org/W2320350515', 'https://openalex.org/W2921082412'], 'related_works': ['https://openalex.org/W1536405386', 'https://openalex.org/W1597238586', 'https://openalex.org/W2086064646', 'https://openalex.org/W2115485936', 'https://openalex.org/W2119135658', 'https://openalex.org/W2153015554', 'https://openalex.org/W2349174110', 'https://openalex.org/W2357241418', 'https://openalex.org/W2748952813', 'https://openalex.org/W3022131925'], 'ngrams_url': 'https://api.openalex.org/works/W2125435699/ngrams', 'abstract_inverted_index': {'Cochrane': [0], 'Reviews': [1], 'have': [2, 89, 155], 'recently': [3], 'started': [4], 'including': [5], 'the': [6, 14, 17, 65, 68, 80, 86, 122, 125, 130, 141, 146, 152, 170, 178, 195, 203, 206, 209, 220, 231, 258, 266, 276, 284], 'quantity': [7, 27], 'I': [8, 160], '2': [9], 'to': [10, 37, 51, 95, 114, 145, 229, 239], 'help': [11], 'readers': [12], 'assess': [13], 'consistency': [15, 171, 179, 249], 'of': [16, 19, 33, 54, 67, 76, 102, 109, 124, 148, 169, 177, 180, 188, 197, 205, 208, 222, 252], 'results': [18, 66, 123, 196, 221], 'studies': [20, 69, 88, 98, 126, 183, 198, 223, 245, 281], 'in': [21, 132, 151, 174, 261], 'meta-analyses.': [22], 'What': [23], 'does': [24, 257], 'this': [25], 'new': [26, 158], 'mean,': [28], 'and': [29, 42, 47, 56, 246, 263], 'why': [30], 'is': [31, 61, 134, 143, 184], 'assessment': [32], 'heterogeneity': [34, 235, 274], 'so': [35], 'important': [36, 74], 'clinical': [38], 'practice?': [39], '\n\nSystematic': [40], 'reviews': [41], 'meta-analyses': [43, 103], 'can': [44], 'provide': [45], 'convincing': [46], 'reliable': [48], 'evidence': [49, 217], 'relevant': [50], 'many': [52], 'aspects': [53], 'medicine': [55], 'health': [57], 'care.1': [58], 'Their': [59], 'value': [60], 'especially': [62], 'clear': [63, 84], 'when': [64, 85], 'they': [70], 'include': [71], 'show': [72], 'clinically': [73], 'effects': [75, 181], 'similar': [77], 'magnitude.': [78], 'However,': [79, 140], 'conclusions': [81], 'are': [82, 99, 118, 236, 282], 'less': [83], 'included': [87, 150], 'differing': [90], 'results.': [91], 'In': [92], 'an': [93, 185], 'attempt': [94], 'establish': [96], 'whether': [97, 116, 129], 'consistent,': [100], 'reports': [101], 'commonly': [104, 237], 'present': [105], 'a': [106, 157, 166, 175], 'statistical': [107], 'test': [108, 112, 142, 259, 272, 289], 'heterogeneity.': [110], 'The': [111, 287], 'seeks': [113], 'determine': [115, 202], 'there': [117], 'genuine': [119], 'differences': [120], 'underlying': [121], '(heterogeneity),': [127], 'or': [128, 227, 250], 'variation': [131], 'findings': [133, 207], 'compatible': [135], 'with': [136], 'chance': [137], 'alone': [138], '(homogeneity).': [139], 'susceptible': [144], 'number': [147], 'trials': [149, 173], 'meta-analysis.': [153, 189, 210], 'We': [154], 'developed': [156], 'quantity,': [159], '2,': [161], 'which': [162], 'we': [163, 191, 200], 'believe': [164], 'gives': [165], 'better': [167], 'measure': [168], 'between': [172], 'meta-analysis.\n\nAssessment': [176], 'across': [182], 'essential': [186], 'part': [187], 'Unless': [190], 'know': [192], 'how': [193, 264], 'consistent': [194, 226], 'are,': [199], 'cannot': [201], 'generalisability': [204], 'Indeed,': [211], 'several': [212], 'hierarchical': [213], 'systems': [214], 'for': [215, 234, 243, 247, 273], 'grading': [216], 'state': [218], 'that': [219, 279], 'must': [224], 'be': [225, 270], 'homogeneous': [228], 'obtain': [230], 'highest': [232], 'grading.2–4\n\nTests': [233], 'used': [238], 'decide': [240], 'on': [241], 'methods': [242], 'combining': [244], 'concluding': [248], 'inconsistency': [251], 'findings.5': [253], '6': [254], 'But': [255], 'what': [256], 'achieve': [260], 'practice,': [262], 'should': [265], 'resulting': [267], 'P': [268], 'values': [269], 'interpreted?\n\nA': [271], 'examines': [275], 'null': [277], 'hypothesis': [278], 'all': [280], 'evaluating': [283], 'same': [285], 'effect.': [286], 'usual': [288], 'statistic': [290], '…': [291]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2125435699', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3268}, {'year': 2022, 'cited_by_count': 4683}, {'year': 2021, 'cited_by_count': 4644}, {'year': 2020, 'cited_by_count': 4187}, {'year': 2019, 'cited_by_count': 3569}, {'year': 2018, 'cited_by_count': 3312}, {'year': 2017, 'cited_by_count': 3155}, {'year': 2016, 'cited_by_count': 3003}, {'year': 2015, 'cited_by_count': 2958}, {'year': 2014, 'cited_by_count': 2727}, {'year': 2013, 'cited_by_count': 2293}, {'year': 2012, 'cited_by_count': 1832}], 'updated_date': '2023-10-04T05:48:55.902205', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4294215472', 'doi': 'https://doi.org/10.1371/journal.pmed.1000097', 'title': 'Preferred Reporting Items for Systematic Reviews and Meta-Analyses: The PRISMA Statement', 'display_name': 'Preferred Reporting Items for Systematic Reviews and Meta-Analyses: The PRISMA Statement', 'publication_year': 2009, 'publication_date': '2009-07-21', 'ids': {'openalex': 'https://openalex.org/W4294215472', 'doi': 'https://doi.org/10.1371/journal.pmed.1000097'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pmed.1000097', 'pdf_url': 'https://journals.plos.org/plosmedicine/article/file?id=10.1371/journal.pmed.1000097&type=printable', 'source': {'id': 'https://openalex.org/S197939330', 'display_name': 'PLOS Medicine', 'issn_l': '1549-1277', 'issn': ['1549-1676', '1549-1277'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://journals.plos.org/plosmedicine/article/file?id=10.1371/journal.pmed.1000097&type=printable', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5068353058', 'display_name': 'David Moher', 'orcid': 'https://orcid.org/0000-0003-2434-4206'}, 'institutions': [{'id': 'https://openalex.org/I2800722420', 'display_name': 'Ottawa Hospital', 'ror': 'https://ror.org/03c62dg59', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800722420']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': True, 'raw_author_name': 'David Moher', 'raw_affiliation_string': 'Department of Epidemiology and Community Medicine, Faculty of Medicine, University of Ottawa, Ottawa, Ontario, Canada; Ottawa Methods Centre, Ottawa Hospital Research Institute, Ottawa, Ontario, Canada', 'raw_affiliation_strings': ['Department of Epidemiology and Community Medicine, Faculty of Medicine, University of Ottawa, Ottawa, Ontario, Canada', 'Ottawa Methods Centre, Ottawa Hospital Research Institute, Ottawa, Ontario, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004761866', 'display_name': 'Alessandro Liberati', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I122346577', 'display_name': 'University of Modena and Reggio Emilia', 'ror': 'https://ror.org/02d4c4y02', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I122346577']}, {'id': 'https://openalex.org/I19630809', 'display_name': 'Mario Negri Institute for Pharmacological Research', 'ror': 'https://ror.org/05aspc753', 'country_code': 'IT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I19630809', 'https://openalex.org/I4210110338', 'https://openalex.org/I4210153126']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Alessandro Liberati', 'raw_affiliation_string': 'Centro Cochrane Italiano, Istituto Ricerche Farmacologiche Mario Negri, Milan, Italy; Università di Modena e Reggio Emilia, Modena, Italy', 'raw_affiliation_strings': ['Centro Cochrane Italiano, Istituto Ricerche Farmacologiche Mario Negri, Milan, Italy', 'Università di Modena e Reggio Emilia, Modena, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076572041', 'display_name': 'Jennifer Tetzlaff', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2800722420', 'display_name': 'Ottawa Hospital', 'ror': 'https://ror.org/03c62dg59', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800722420']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Jennifer Tetzlaff', 'raw_affiliation_string': 'Ottawa Methods Centre, Ottawa Hospital Research Institute, Ottawa, Ontario, Canada', 'raw_affiliation_strings': ['Ottawa Methods Centre, Ottawa Hospital Research Institute, Ottawa, Ontario, Canada']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5042962646', 'display_name': 'Douglas G. Altman', 'orcid': 'https://orcid.org/0000-0002-7183-4083'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Douglas G. Altman', 'raw_affiliation_string': 'Centre for Statistics in Medicine, University of Oxford, Oxford, United Kingdom', 'raw_affiliation_strings': ['Centre for Statistics in Medicine, University of Oxford, Oxford, United Kingdom']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5068353058'], 'corresponding_institution_ids': ['https://openalex.org/I2800722420', 'https://openalex.org/I153718931'], 'apc_list': {'value': 5300, 'currency': 'USD', 'value_usd': 5300, 'provenance': 'doaj'}, 'apc_paid': {'value': 5300, 'currency': 'USD', 'value_usd': 5300, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 44088, 'biblio': {'volume': '6', 'issue': '7', 'first_page': 'e1000097', 'last_page': 'e1000097'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C189708586', 'wikidata': 'https://www.wikidata.org/wiki/Q1504425', 'display_name': 'Systematic review', 'level': 3, 'score': 0.6769741}, {'id': 'https://openalex.org/C95190672', 'wikidata': 'https://www.wikidata.org/wiki/Q815382', 'display_name': 'Meta-analysis', 'level': 2, 'score': 0.5644537}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.51204664}, {'id': 'https://openalex.org/C2777026412', 'wikidata': 'https://www.wikidata.org/wiki/Q2684591', 'display_name': 'Statement (logic)', 'level': 2, 'score': 0.48639873}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.482216}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.32833362}, {'id': 'https://openalex.org/C512399662', 'wikidata': 'https://www.wikidata.org/wiki/Q3505712', 'display_name': 'Family medicine', 'level': 1, 'score': 0.32336926}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.14537698}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.12691346}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pmed.1000097', 'pdf_url': 'https://journals.plos.org/plosmedicine/article/file?id=10.1371/journal.pmed.1000097&type=printable', 'source': {'id': 'https://openalex.org/S197939330', 'display_name': 'PLOS Medicine', 'issn_l': '1549-1277', 'issn': ['1549-1676', '1549-1277'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/335182623f2e4facbc3552f35ab7aec7', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2707599', 'pdf_url': 'https://europepmc.org/articles/pmc2707599?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2707599', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://repositorio.unal.edu.co/handle/unal/81019', 'pdf_url': 'https://repositorio.unal.edu.co/bitstream/unal/81019/1/1032399370.2022.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pmed.1000097', 'pdf_url': 'https://journals.plos.org/plosmedicine/article/file?id=10.1371/journal.pmed.1000097&type=printable', 'source': {'id': 'https://openalex.org/S197939330', 'display_name': 'PLOS Medicine', 'issn_l': '1549-1277', 'issn': ['1549-1676', '1549-1277'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.14}], 'grants': [], 'referenced_works_count': 35, 'referenced_works': ['https://openalex.org/W1690786713', 'https://openalex.org/W1774591799', 'https://openalex.org/W1853602163', 'https://openalex.org/W1971186240', 'https://openalex.org/W1980300818', 'https://openalex.org/W1983540313', 'https://openalex.org/W2000442546', 'https://openalex.org/W2015421910', 'https://openalex.org/W2029163232', 'https://openalex.org/W2058084426', 'https://openalex.org/W2065267852', 'https://openalex.org/W2066896354', 'https://openalex.org/W2067550511', 'https://openalex.org/W2068694980', 'https://openalex.org/W2068769841', 'https://openalex.org/W2093211493', 'https://openalex.org/W2093579014', 'https://openalex.org/W2098631889', 'https://openalex.org/W2100729569', 'https://openalex.org/W2102487800', 'https://openalex.org/W2112505828', 'https://openalex.org/W2129303461', 'https://openalex.org/W2129829737', 'https://openalex.org/W2132161915', 'https://openalex.org/W2133774931', 'https://openalex.org/W2140521029', 'https://openalex.org/W2144086043', 'https://openalex.org/W2147581820', 'https://openalex.org/W2158379591', 'https://openalex.org/W2159096825', 'https://openalex.org/W2163839878', 'https://openalex.org/W2165010366', 'https://openalex.org/W2811157820', 'https://openalex.org/W3022903699', 'https://openalex.org/W4254160334'], 'related_works': ['https://openalex.org/W2098995101', 'https://openalex.org/W2550419422', 'https://openalex.org/W2748952813', 'https://openalex.org/W3027459656', 'https://openalex.org/W4210720822', 'https://openalex.org/W4224227176', 'https://openalex.org/W4281920545', 'https://openalex.org/W4304775918', 'https://openalex.org/W4315436681', 'https://openalex.org/W4322763371'], 'ngrams_url': 'https://api.openalex.org/works/W4294215472/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4294215472', 'counts_by_year': [{'year': 2023, 'cited_by_count': 4004}, {'year': 2022, 'cited_by_count': 7427}, {'year': 2021, 'cited_by_count': 9629}, {'year': 2020, 'cited_by_count': 6808}, {'year': 2019, 'cited_by_count': 4832}, {'year': 2018, 'cited_by_count': 3604}, {'year': 2017, 'cited_by_count': 2444}, {'year': 2016, 'cited_by_count': 1700}, {'year': 2015, 'cited_by_count': 1303}, {'year': 2014, 'cited_by_count': 1008}, {'year': 2013, 'cited_by_count': 711}, {'year': 2012, 'cited_by_count': 392}], 'updated_date': '2023-10-01T02:41:25.424559', 'created_date': '2022-09-02'}, {'id': 'https://openalex.org/W2108234281', 'doi': 'https://doi.org/10.1093/bioinformatics/btp352', 'title': 'The Sequence Alignment/Map format and SAMtools', 'display_name': 'The Sequence Alignment/Map format and SAMtools', 'publication_year': 2009, 'publication_date': '2009-06-08', 'ids': {'openalex': 'https://openalex.org/W2108234281', 'doi': 'https://doi.org/10.1093/bioinformatics/btp352', 'mag': '2108234281', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/19505943', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2723002'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/bioinformatics/btp352', 'pdf_url': 'https://academic.oup.com/bioinformatics/article-pdf/25/16/2078/48994296/bioinformatics_25_16_2078.pdf', 'source': {'id': 'https://openalex.org/S52395412', 'display_name': 'Bioinformatics', 'issn_l': '1367-4803', 'issn': ['1367-4811', '1367-4803'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://academic.oup.com/bioinformatics/article-pdf/25/16/2078/48994296/bioinformatics_25_16_2078.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5081850178', 'display_name': 'Heng Li', 'orcid': 'https://orcid.org/0000-0003-4874-2874'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I2801577699', 'display_name': 'Beijing Institute of Genomics', 'ror': 'https://ror.org/049gn7z52', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I2801577699']}, {'id': 'https://openalex.org/I103531236', 'display_name': 'Boston College', 'ror': 'https://ror.org/02n2fzt79', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103531236']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['CN', 'GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Heng Li', 'raw_affiliation_string': '1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org', 'raw_affiliation_strings': ['1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054867399', 'display_name': 'Robert E. Handsaker', 'orcid': 'https://orcid.org/0000-0002-3128-3547'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I2801577699', 'display_name': 'Beijing Institute of Genomics', 'ror': 'https://ror.org/049gn7z52', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I2801577699']}, {'id': 'https://openalex.org/I103531236', 'display_name': 'Boston College', 'ror': 'https://ror.org/02n2fzt79', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103531236']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['CN', 'GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Bob Handsaker', 'raw_affiliation_string': '1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org', 'raw_affiliation_strings': ['1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090190126', 'display_name': 'Alec Wysoker', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I2801577699', 'display_name': 'Beijing Institute of Genomics', 'ror': 'https://ror.org/049gn7z52', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I2801577699']}, {'id': 'https://openalex.org/I103531236', 'display_name': 'Boston College', 'ror': 'https://ror.org/02n2fzt79', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103531236']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['CN', 'GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Alec Wysoker', 'raw_affiliation_string': '1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org', 'raw_affiliation_strings': ['1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057927341', 'display_name': 'Tim Fennell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I2801577699', 'display_name': 'Beijing Institute of Genomics', 'ror': 'https://ror.org/049gn7z52', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I2801577699']}, {'id': 'https://openalex.org/I103531236', 'display_name': 'Boston College', 'ror': 'https://ror.org/02n2fzt79', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103531236']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['CN', 'GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Tim Fennell', 'raw_affiliation_string': '1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org', 'raw_affiliation_strings': ['1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088950998', 'display_name': 'Jue Ruan', 'orcid': 'https://orcid.org/0000-0003-3713-3192'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I2801577699', 'display_name': 'Beijing Institute of Genomics', 'ror': 'https://ror.org/049gn7z52', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I2801577699']}, {'id': 'https://openalex.org/I103531236', 'display_name': 'Boston College', 'ror': 'https://ror.org/02n2fzt79', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103531236']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['CN', 'GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Jue Ruan', 'raw_affiliation_string': '1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org', 'raw_affiliation_strings': ['1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090073148', 'display_name': 'Nils Homer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I2801577699', 'display_name': 'Beijing Institute of Genomics', 'ror': 'https://ror.org/049gn7z52', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I2801577699']}, {'id': 'https://openalex.org/I103531236', 'display_name': 'Boston College', 'ror': 'https://ror.org/02n2fzt79', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103531236']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['CN', 'GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Nils Homer', 'raw_affiliation_string': '1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org', 'raw_affiliation_strings': ['1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000369565', 'display_name': 'Gábor Marth', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I2801577699', 'display_name': 'Beijing Institute of Genomics', 'ror': 'https://ror.org/049gn7z52', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I2801577699']}, {'id': 'https://openalex.org/I103531236', 'display_name': 'Boston College', 'ror': 'https://ror.org/02n2fzt79', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103531236']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['CN', 'GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Gabor Marth', 'raw_affiliation_string': '1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org', 'raw_affiliation_strings': ['1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013097813', 'display_name': 'Gonçalo R. Abecasis', 'orcid': 'https://orcid.org/0000-0003-1509-1825'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I2801577699', 'display_name': 'Beijing Institute of Genomics', 'ror': 'https://ror.org/049gn7z52', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I2801577699']}, {'id': 'https://openalex.org/I103531236', 'display_name': 'Boston College', 'ror': 'https://ror.org/02n2fzt79', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103531236']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['CN', 'GB', 'US'], 'is_corresponding': False, 'raw_author_name': 'Goncalo Abecasis', 'raw_affiliation_string': '1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org', 'raw_affiliation_strings': ['1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5082040351', 'display_name': 'Richard Durbin', 'orcid': 'https://orcid.org/0000-0002-9130-1006'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}, {'id': 'https://openalex.org/I2801577699', 'display_name': 'Beijing Institute of Genomics', 'ror': 'https://ror.org/049gn7z52', 'country_code': 'CN', 'type': 'facility', 'lineage': ['https://openalex.org/I19820366', 'https://openalex.org/I2801577699']}, {'id': 'https://openalex.org/I103531236', 'display_name': 'Boston College', 'ror': 'https://ror.org/02n2fzt79', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I103531236']}, {'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}, {'id': 'https://openalex.org/I107606265', 'display_name': 'Broad Institute', 'ror': 'https://ror.org/05a0ya142', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I107606265']}], 'countries': ['CN', 'GB', 'US'], 'is_corresponding': True, 'raw_author_name': 'Richard Durbin', 'raw_affiliation_string': '1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org', 'raw_affiliation_strings': ['1 Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK, 2Broad Institute of MIT and Harvard, Cambridge, MA 02141, USA, 3Beijing Institute of Genomics, Chinese Academy of Science, Beijing 100029, China, 4Department of Computer Science, University of California Los Angeles, Los Angeles, CA 90095, 5Department of Biology, Boston College, Chestnut Hill, MA 02467, 6Center for Statistical Genetics, Department of Biostatistics, University of Michigan, Ann Arbor, MI 48109, USA and 7http://1000genomes.org']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5082040351'], 'corresponding_institution_ids': ['https://openalex.org/I2802476451', 'https://openalex.org/I2801577699', 'https://openalex.org/I103531236', 'https://openalex.org/I161318765', 'https://openalex.org/I107606265'], 'apc_list': {'value': 3618, 'currency': 'USD', 'value_usd': 3618, 'provenance': 'doaj'}, 'apc_paid': {'value': 3618, 'currency': 'USD', 'value_usd': 3618, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 44005, 'biblio': {'volume': '25', 'issue': '16', 'first_page': '2078', 'last_page': '2079'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.65484}, {'id': 'https://openalex.org/C75165309', 'wikidata': 'https://www.wikidata.org/wiki/Q2258979', 'display_name': 'Search engine indexing', 'level': 2, 'score': 0.63828766}, {'id': 'https://openalex.org/C45484198', 'wikidata': 'https://www.wikidata.org/wiki/Q827246', 'display_name': 'Sequence alignment', 'level': 4, 'score': 0.57803}, {'id': 'https://openalex.org/C2279292', 'wikidata': 'https://www.wikidata.org/wiki/Q6322851', 'display_name': 'k-mer', 'level': 4, 'score': 0.55922514}, {'id': 'https://openalex.org/C88031987', 'wikidata': 'https://www.wikidata.org/wiki/Q1377767', 'display_name': 'Multiple sequence alignment', 'level': 5, 'score': 0.54954076}, {'id': 'https://openalex.org/C97250363', 'wikidata': 'https://www.wikidata.org/wiki/Q235557', 'display_name': 'File format', 'level': 2, 'score': 0.51182264}, {'id': 'https://openalex.org/C76818968', 'wikidata': 'https://www.wikidata.org/wiki/Q181940', 'display_name': 'Sanger sequencing', 'level': 4, 'score': 0.4933521}, {'id': 'https://openalex.org/C2778112365', 'wikidata': 'https://www.wikidata.org/wiki/Q3511065', 'display_name': 'Sequence (biology)', 'level': 2, 'score': 0.47240633}, {'id': 'https://openalex.org/C180384323', 'wikidata': 'https://www.wikidata.org/wiki/Q16335137', 'display_name': 'Alignment-free sequence analysis', 'level': 5, 'score': 0.421603}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 0.36660326}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.3508337}, {'id': 'https://openalex.org/C141231307', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genome', 'level': 3, 'score': 0.29459575}, {'id': 'https://openalex.org/C51679486', 'wikidata': 'https://www.wikidata.org/wiki/Q380546', 'display_name': 'DNA sequencing', 'level': 3, 'score': 0.26770496}, {'id': 'https://openalex.org/C77088390', 'wikidata': 'https://www.wikidata.org/wiki/Q8513', 'display_name': 'Database', 'level': 1, 'score': 0.21367827}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.17457798}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.12808388}, {'id': 'https://openalex.org/C167625842', 'wikidata': 'https://www.wikidata.org/wiki/Q899763', 'display_name': 'Peptide sequence', 'level': 3, 'score': 0.10386661}, {'id': 'https://openalex.org/C552990157', 'wikidata': 'https://www.wikidata.org/wiki/Q7430', 'display_name': 'DNA', 'level': 2, 'score': 0.07189095}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.063994646}], 'mesh': [{'descriptor_ui': 'D019295', 'descriptor_name': 'Computational Biology', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D017422', 'descriptor_name': 'Sequence Analysis, DNA', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001483', 'descriptor_name': 'Base Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019295', 'descriptor_name': 'Computational Biology', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016678', 'descriptor_name': 'Genome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D023281', 'descriptor_name': 'Genomics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008969', 'descriptor_name': 'Molecular Sequence Data', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017422', 'descriptor_name': 'Sequence Analysis, DNA', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/bioinformatics/btp352', 'pdf_url': 'https://academic.oup.com/bioinformatics/article-pdf/25/16/2078/48994296/bioinformatics_25_16_2078.pdf', 'source': {'id': 'https://openalex.org/S52395412', 'display_name': 'Bioinformatics', 'issn_l': '1367-4803', 'issn': ['1367-4811', '1367-4803'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2723002', 'pdf_url': 'https://europepmc.org/articles/pmc2723002?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://nrs.harvard.edu/urn-3:HUL.InstRepos:10246875', 'pdf_url': 'https://dash.harvard.edu/bitstream/1/10246875/1/2723002.pdf', 'source': {'id': 'https://openalex.org/S4306401540', 'display_name': 'Digital Access to Scholarship at Harvard (DASH) (Harvard University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I136199984', 'host_organization_name': 'Harvard University', 'host_organization_lineage': ['https://openalex.org/I136199984'], 'host_organization_lineage_names': ['Harvard University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2723002', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/19505943', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/bioinformatics/btp352', 'pdf_url': 'https://academic.oup.com/bioinformatics/article-pdf/25/16/2078/48994296/bioinformatics_25_16_2078.pdf', 'source': {'id': 'https://openalex.org/S52395412', 'display_name': 'Bioinformatics', 'issn_l': '1367-4803', 'issn': ['1367-4811', '1367-4803'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.11}], 'grants': [], 'referenced_works_count': 4, 'referenced_works': ['https://openalex.org/W2103903744', 'https://openalex.org/W2112113834', 'https://openalex.org/W2124985265', 'https://openalex.org/W2128016314'], 'related_works': ['https://openalex.org/W40413237', 'https://openalex.org/W88386512', 'https://openalex.org/W1725737257', 'https://openalex.org/W1977143711', 'https://openalex.org/W1992408360', 'https://openalex.org/W2003893195', 'https://openalex.org/W2101990673', 'https://openalex.org/W2129361631', 'https://openalex.org/W2160791843', 'https://openalex.org/W3210186669'], 'ngrams_url': 'https://api.openalex.org/works/W2108234281/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'Summary:': [1], 'The': [2], 'Sequence': [3], 'Alignment/Map': [4], '(SAM)': [5], 'format': [6, 11, 48], 'is': [7, 34, 46], 'a': [8], 'generic': [9], 'alignment': [10, 76], 'for': [12, 63, 83], 'storing': [13], 'read': [14, 85], 'alignments': [15, 51, 65], 'against': [16], 'reference': [17], 'sequences,': [18], 'supporting': [19], 'short': [20], 'and': [21, 45, 75, 78], 'long': [22], 'reads': [23], '(up': [24], 'to': [25], '128': [26], 'Mbp)': [27], 'produced': [28], 'by': [29], 'different': [30], 'sequencing': [31], 'platforms.': [32], 'It': [33], 'flexible': [35], 'in': [36, 39, 42, 49, 66], 'style,': [37], 'compact': [38], 'size,': [40], 'efficient': [41], 'random': [43], 'access': [44], 'the': [47, 53, 67], 'which': [50], 'from': [52], '1000': [54], 'Genomes': [55], 'Project': [56], 'are': [57], 'released.': [58], 'SAMtools': [59], 'implements': [60], 'various': [61], 'utilities': [62], 'post-processing': [64], 'SAM': [68], 'format,': [69], 'such': [70], 'as': [71], 'indexing,': [72], 'variant': [73], 'caller': [74], 'viewer,': [77], 'thus': [79], 'provides': [80], 'universal': [81], 'tools': [82], 'processing': [84], 'alignments.': [86], 'Availability:': [87], 'http://samtools.sourceforge.net': [88], 'Contact:': [89], 'rd@sanger.ac.uk': [90]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2108234281', 'counts_by_year': [{'year': 2023, 'cited_by_count': 4250}, {'year': 2022, 'cited_by_count': 6187}, {'year': 2021, 'cited_by_count': 6691}, {'year': 2020, 'cited_by_count': 5752}, {'year': 2019, 'cited_by_count': 4687}, {'year': 2018, 'cited_by_count': 3763}, {'year': 2017, 'cited_by_count': 3185}, {'year': 2016, 'cited_by_count': 2632}, {'year': 2015, 'cited_by_count': 2275}, {'year': 2014, 'cited_by_count': 1826}, {'year': 2013, 'cited_by_count': 1308}, {'year': 2012, 'cited_by_count': 819}], 'updated_date': '2023-10-04T05:56:59.803723', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2030976617', 'doi': 'https://doi.org/10.1103/physrev.136.b864', 'title': 'Inhomogeneous Electron Gas', 'display_name': 'Inhomogeneous Electron Gas', 'publication_year': 1964, 'publication_date': '1964-11-09', 'ids': {'openalex': 'https://openalex.org/W2030976617', 'doi': 'https://doi.org/10.1103/physrev.136.b864', 'mag': '2030976617'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1103/physrev.136.b864', 'pdf_url': 'http://link.aps.org/pdf/10.1103/PhysRev.136.B864', 'source': {'id': 'https://openalex.org/S54862371', 'display_name': 'Physical Review', 'issn_l': '0031-899X', 'issn': ['1536-6065', '0031-899X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320257', 'host_organization_name': 'American Institute of Physics', 'host_organization_lineage': ['https://openalex.org/P4310320257'], 'host_organization_lineage_names': ['American Institute of Physics'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://link.aps.org/pdf/10.1103/PhysRev.136.B864', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5084778951', 'display_name': 'P. C. Hohenberg', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210162280', 'display_name': 'Laboratoire de Géologie de l’École Normale Supérieure', 'ror': 'https://ror.org/05vg9cw43', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I29607241', 'https://openalex.org/I4210148025', 'https://openalex.org/I4210162280']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'P. C. Hohenberg', 'raw_affiliation_string': 'École Normale Superieure, Paris, France', 'raw_affiliation_strings': ['École Normale Superieure, Paris, France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5015070406', 'display_name': 'W. Kohn', 'orcid': None}, 'institutions': [], 'countries': ['FR', 'US'], 'is_corresponding': False, 'raw_author_name': 'Walter Kohn', 'raw_affiliation_string': 'École Normale Superieure, Paris, France and Faculté des Sciences, Orsay, France and University of California at San Diego, La Jolla, California', 'raw_affiliation_strings': ['École Normale Superieure, Paris, France and Faculté des Sciences, Orsay, France and University of California at San Diego, La Jolla, California']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 42563, 'biblio': {'volume': '136', 'issue': '3B', 'first_page': 'B864', 'last_page': 'B871'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.765786}, {'id': 'https://openalex.org/C186370098', 'wikidata': 'https://www.wikidata.org/wiki/Q442787', 'display_name': 'Energy (signal processing)', 'level': 2, 'score': 0.66431403}, {'id': 'https://openalex.org/C182306322', 'wikidata': 'https://www.wikidata.org/wiki/Q1779371', 'display_name': 'Order (exchange)', 'level': 2, 'score': 0.61453927}, {'id': 'https://openalex.org/C69523127', 'wikidata': 'https://www.wikidata.org/wiki/Q4480008', 'display_name': 'Ground state', 'level': 2, 'score': 0.6040361}, {'id': 'https://openalex.org/C85867844', 'wikidata': 'https://www.wikidata.org/wiki/Q1072904', 'display_name': 'Fermi gas', 'level': 3, 'score': 0.5343325}, {'id': 'https://openalex.org/C48103436', 'wikidata': 'https://www.wikidata.org/wiki/Q599031', 'display_name': 'State (computer science)', 'level': 2, 'score': 0.5049644}, {'id': 'https://openalex.org/C147120987', 'wikidata': 'https://www.wikidata.org/wiki/Q2225', 'display_name': 'Electron', 'level': 2, 'score': 0.47635674}, {'id': 'https://openalex.org/C184779094', 'wikidata': 'https://www.wikidata.org/wiki/Q26383', 'display_name': 'Atomic physics', 'level': 1, 'score': 0.4453995}, {'id': 'https://openalex.org/C114614502', 'wikidata': 'https://www.wikidata.org/wiki/Q76592', 'display_name': 'Combinatorics', 'level': 1, 'score': 0.37428623}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.24763402}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.09009746}, {'id': 'https://openalex.org/C10138342', 'wikidata': 'https://www.wikidata.org/wiki/Q43015', 'display_name': 'Finance', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1103/physrev.136.b864', 'pdf_url': 'http://link.aps.org/pdf/10.1103/PhysRev.136.B864', 'source': {'id': 'https://openalex.org/S54862371', 'display_name': 'Physical Review', 'issn_l': '0031-899X', 'issn': ['1536-6065', '0031-899X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320257', 'host_organization_name': 'American Institute of Physics', 'host_organization_lineage': ['https://openalex.org/P4310320257'], 'host_organization_lineage_names': ['American Institute of Physics'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1103/physrev.136.b864', 'pdf_url': 'http://link.aps.org/pdf/10.1103/PhysRev.136.B864', 'source': {'id': 'https://openalex.org/S54862371', 'display_name': 'Physical Review', 'issn_l': '0031-899X', 'issn': ['1536-6065', '0031-899X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320257', 'host_organization_name': 'American Institute of Physics', 'host_organization_lineage': ['https://openalex.org/P4310320257'], 'host_organization_lineage_names': ['American Institute of Physics'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.72}], 'grants': [], 'referenced_works_count': 12, 'referenced_works': ['https://openalex.org/W1975616445', 'https://openalex.org/W1979040280', 'https://openalex.org/W1982301951', 'https://openalex.org/W1987487474', 'https://openalex.org/W1997470640', 'https://openalex.org/W2031876963', 'https://openalex.org/W2049635189', 'https://openalex.org/W2056066460', 'https://openalex.org/W2061401141', 'https://openalex.org/W2065022163', 'https://openalex.org/W2085640160', 'https://openalex.org/W2092130730'], 'related_works': ['https://openalex.org/W69032430', 'https://openalex.org/W1997086491', 'https://openalex.org/W2009892941', 'https://openalex.org/W2018452082', 'https://openalex.org/W2036427972', 'https://openalex.org/W2082591874', 'https://openalex.org/W2086395407', 'https://openalex.org/W2128002174', 'https://openalex.org/W2143758965', 'https://openalex.org/W4234173548'], 'ngrams_url': 'https://api.openalex.org/works/W2030976617/ngrams', 'abstract_inverted_index': {'This': [0, 100], 'paper': [1], 'deals': [2], 'with': [3, 48, 69], 'the': [4, 27, 35, 43, 85], 'ground': [5], 'state': [6], 'of': [7, 26, 31, 84, 95, 116], 'an': [8, 13], 'interacting': [9], 'electron': [10, 98], 'gas': [11], 'in': [12, 82], 'external': [14], 'potential': [15], '$v(\\mathrm{r})$.': [16, 49], 'It': [17], 'is': [18, 53], 'proved': [19], 'that': [20, 34], 'there': [21], 'exists': [22], 'a': [23, 96], 'universal': [24], 'functional': [25, 51], 'density,': [28], '$F[n(\\mathrm{r})]$,': [29], 'independent': [30], '$v(\\mathrm{r})$,': [32], 'such': [33], 'expression': [36], '$E\\ensuremath{\\equiv}\\ensuremath{\\int}v(\\mathrm{r})n(\\mathrm{r})d\\mathrm{r}+F[n(\\mathrm{r})]$': [37], 'has': [38], 'as': [39], 'its': [40], 'minimum': [41], 'value': [42], 'correct': [44], 'ground-state': [45], 'energy': [46, 87], 'associated': [47], 'The': [50], '$F[n(\\mathrm{r})]$': [52], 'then': [54], 'discussed': [55], 'for': [56], 'two': [57], 'situations:': [58], '(1)': [59], '$n(\\mathrm{r})={n}_{0}+\\stackrel{\\ifmmode': [60], '\\tilde{}\\else': [61, 64], '\\~{}\\fi{}}{n}(\\mathrm{r})$,': [62], '$\\frac{\\stackrel{\\ifmmode': [63], '\\~{}\\fi{}}{n}}{{n}_{0}}\\ensuremath{\\ll}1$,': [65], 'and': [66, 72, 88, 90, 110], '(2)': [67], '$n(\\mathrm{r})=\\ensuremath{\\phi}(\\frac{\\mathrm{r}}{{r}_{0}})$': [68], '$\\ensuremath{\\phi}$': [70], 'arbitrary': [71], '${r}_{0}\\ensuremath{\\rightarrow}\\ensuremath{\\infty}$.': [73], 'In': [74], 'both': [75], 'cases': [76], '$F$': [77], 'can': [78], 'be': [79], 'expressed': [80], 'entirely': [81], 'terms': [83], 'correlation': [86], 'linear': [89], 'higher': [91], 'order': [92], 'electronic': [93], 'polarizabilities': [94], 'uniform': [97], 'gas.': [99], 'approach': [101], 'also': [102], 'sheds': [103], 'some': [104], 'light': [105], 'on': [106], 'generalized': [107], 'Thomas-Fermi': [108], 'methods': [109, 118], 'their': [111], 'limitations.': [112], 'Some': [113], 'new': [114], 'extensions': [115], 'these': [117], 'are': [119], 'presented.': [120]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2030976617', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1869}, {'year': 2022, 'cited_by_count': 2461}, {'year': 2021, 'cited_by_count': 2404}, {'year': 2020, 'cited_by_count': 2404}, {'year': 2019, 'cited_by_count': 2156}, {'year': 2018, 'cited_by_count': 2100}, {'year': 2017, 'cited_by_count': 2037}, {'year': 2016, 'cited_by_count': 1943}, {'year': 2015, 'cited_by_count': 1896}, {'year': 2014, 'cited_by_count': 1800}, {'year': 2013, 'cited_by_count': 1686}, {'year': 2012, 'cited_by_count': 1537}], 'updated_date': '2023-10-01T03:33:58.142210', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2167279371', 'doi': 'https://doi.org/10.1038/nmeth.2019', 'title': 'Fiji: an open-source platform for biological-image analysis', 'display_name': 'Fiji: an open-source platform for biological-image analysis', 'publication_year': 2012, 'publication_date': '2012-06-28', 'ids': {'openalex': 'https://openalex.org/W2167279371', 'doi': 'https://doi.org/10.1038/nmeth.2019', 'mag': '2167279371', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/22743772', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3855844'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nmeth.2019', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S127827428', 'display_name': 'Nature Methods', 'issn_l': '1548-7091', 'issn': ['1548-7105', '1548-7091'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://europepmc.org/articles/pmc3855844?pdf=render', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5050085853', 'display_name': 'Johannes Schindelin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210159854', 'display_name': 'Max Planck Institute of Molecular Cell Biology and Genetics', 'ror': 'https://ror.org/05b8d3w18', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210159854']}, {'id': 'https://openalex.org/I195573530', 'display_name': 'Janelia Research Campus', 'ror': 'https://ror.org/013sk6x84', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1344073410', 'https://openalex.org/I195573530']}, {'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['DE', 'US'], 'is_corresponding': False, 'raw_author_name': 'Johannes Schindelin', 'raw_affiliation_string': 'Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany; Present addresses: Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, Wisconsin, USA (J.S.), Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany (B.S.) and Janelia Farm Research Campus, Howard Hughes Medical Institute, Ashburn, Virginia, USA (S.P. and A.C.).,', 'raw_affiliation_strings': ['Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany', 'Present addresses: Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, Wisconsin, USA (J.S.), Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany (B.S.) and Janelia Farm Research Campus, Howard Hughes Medical Institute, Ashburn, Virginia, USA (S.P. and A.C.).,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021284069', 'display_name': 'Ignacio Arganda‐Carreras', 'orcid': 'https://orcid.org/0000-0003-0229-5722'}, 'institutions': [{'id': 'https://openalex.org/I4210104429', 'display_name': 'Institute of Cognitive and Brain Sciences', 'ror': 'https://ror.org/01c3w3270', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I4210104429']}, {'id': 'https://openalex.org/I63966007', 'display_name': 'Massachusetts Institute of Technology', 'ror': 'https://ror.org/042nb2s44', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I63966007']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ignacio Arganda-Carreras', 'raw_affiliation_string': 'Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, USA', 'raw_affiliation_strings': ['Department of Brain and Cognitive Sciences, Massachusetts Institute of Technology, Cambridge, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005279299', 'display_name': 'Erwin Frise', 'orcid': 'https://orcid.org/0000-0002-9281-4567'}, 'institutions': [{'id': 'https://openalex.org/I148283060', 'display_name': 'Lawrence Berkeley National Laboratory', 'ror': 'https://ror.org/02jbv0t02', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I148283060']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Erwin Frise', 'raw_affiliation_string': 'Department of Genome Dynamics, Berkeley Drosophila Genome Project, Lawrence Berkeley National Laboratory, Berkeley, USA', 'raw_affiliation_strings': ['Department of Genome Dynamics, Berkeley Drosophila Genome Project, Lawrence Berkeley National Laboratory, Berkeley, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055757900', 'display_name': 'Verena Kaynig', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5124864', 'display_name': 'École Polytechnique Fédérale de Lausanne', 'ror': 'https://ror.org/02s376052', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I2799323385', 'https://openalex.org/I5124864']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Verena Kaynig', 'raw_affiliation_string': 'Department of Computer Science of the Swiss Federal Institute of Technology Zurich, Zurich, Switzerland', 'raw_affiliation_strings': ['Department of Computer Science of the Swiss Federal Institute of Technology Zurich, Zurich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024201884', 'display_name': 'Mark Longair', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I12708293', 'display_name': 'SIB Swiss Institute of Bioinformatics', 'ror': 'https://ror.org/002n09z45', 'country_code': 'CH', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I12708293']}, {'id': 'https://openalex.org/I202697423', 'display_name': 'University of Zurich', 'ror': 'https://ror.org/02crff812', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I202697423']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Mark Longair', 'raw_affiliation_string': 'Institute of Neuroinformatics of the University of Zurich and Swiss Federal Institute of Technology Zurich, Zurich, Switzerland', 'raw_affiliation_strings': ['Institute of Neuroinformatics of the University of Zurich and Swiss Federal Institute of Technology Zurich, Zurich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081122949', 'display_name': 'Tobias Pietzsch', 'orcid': 'https://orcid.org/0000-0002-9477-3957'}, 'institutions': [{'id': 'https://openalex.org/I4210159854', 'display_name': 'Max Planck Institute of Molecular Cell Biology and Genetics', 'ror': 'https://ror.org/05b8d3w18', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210159854']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Tobias Pietzsch', 'raw_affiliation_string': 'Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany', 'raw_affiliation_strings': ['Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036369136', 'display_name': 'Stephan Preibisch', 'orcid': 'https://orcid.org/0000-0002-0276-494X'}, 'institutions': [{'id': 'https://openalex.org/I4210159854', 'display_name': 'Max Planck Institute of Molecular Cell Biology and Genetics', 'ror': 'https://ror.org/05b8d3w18', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210159854']}, {'id': 'https://openalex.org/I195573530', 'display_name': 'Janelia Research Campus', 'ror': 'https://ror.org/013sk6x84', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1344073410', 'https://openalex.org/I195573530']}, {'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['DE', 'US'], 'is_corresponding': False, 'raw_author_name': 'Stephan Preibisch', 'raw_affiliation_string': 'Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany; Present addresses: Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, Wisconsin, USA (J.S.), Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany (B.S.) and Janelia Farm Research Campus, Howard Hughes Medical Institute, Ashburn, Virginia, USA (S.P. and A.C.).,', 'raw_affiliation_strings': ['Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany', 'Present addresses: Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, Wisconsin, USA (J.S.), Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany (B.S.) and Janelia Farm Research Campus, Howard Hughes Medical Institute, Ashburn, Virginia, USA (S.P. and A.C.).,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078540488', 'display_name': 'Curtis Rueden', 'orcid': 'https://orcid.org/0000-0001-7055-6707'}, 'institutions': [{'id': 'https://openalex.org/I135310074', 'display_name': 'University of Wisconsin–Madison', 'ror': 'https://ror.org/01y2jtd41', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1304256225', 'https://openalex.org/I135310074']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Curtis T. Rueden', 'raw_affiliation_string': 'Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, USA', 'raw_affiliation_strings': ['Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024381551', 'display_name': 'Stephan Saalfeld', 'orcid': 'https://orcid.org/0000-0002-4106-1761'}, 'institutions': [{'id': 'https://openalex.org/I4210159854', 'display_name': 'Max Planck Institute of Molecular Cell Biology and Genetics', 'ror': 'https://ror.org/05b8d3w18', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210159854']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Stephan Saalfeld', 'raw_affiliation_string': 'Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany', 'raw_affiliation_strings': ['Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003321899', 'display_name': 'Benjamin Schmid', 'orcid': 'https://orcid.org/0000-0002-9327-2296'}, 'institutions': [{'id': 'https://openalex.org/I25974101', 'display_name': 'University of Würzburg', 'ror': 'https://ror.org/00fbnyb24', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I25974101']}, {'id': 'https://openalex.org/I195573530', 'display_name': 'Janelia Research Campus', 'ror': 'https://ror.org/013sk6x84', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1344073410', 'https://openalex.org/I195573530']}, {'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}, {'id': 'https://openalex.org/I4210159854', 'display_name': 'Max Planck Institute of Molecular Cell Biology and Genetics', 'ror': 'https://ror.org/05b8d3w18', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210159854']}], 'countries': ['DE', 'US'], 'is_corresponding': False, 'raw_author_name': 'Benjamin Schmid', 'raw_affiliation_string': 'Department of Neurobiology and Genetics, University of Wurzburg, Wurzburg, Germany; Present addresses: Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, Wisconsin, USA (J.S.), Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany (B.S.) and Janelia Farm Research Campus, Howard Hughes Medical Institute, Ashburn, Virginia, USA (S.P. and A.C.).,', 'raw_affiliation_strings': ['Department of Neurobiology and Genetics, University of Wurzburg, Wurzburg, Germany', 'Present addresses: Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, Wisconsin, USA (J.S.), Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany (B.S.) and Janelia Farm Research Campus, Howard Hughes Medical Institute, Ashburn, Virginia, USA (S.P. and A.C.).,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068316606', 'display_name': 'Jean-Yves Tinévez', 'orcid': 'https://orcid.org/0000-0002-0998-4718'}, 'institutions': [{'id': 'https://openalex.org/I157536573', 'display_name': 'Institut Pasteur', 'ror': 'https://ror.org/0495fxg12', 'country_code': 'FR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I157536573']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean-Yves Tinevez', 'raw_affiliation_string': "Institut Pasteur, Imagopole, La plate-forme d'imagerie dynamique, Paris, France", 'raw_affiliation_strings': ["Institut Pasteur, Imagopole, La plate-forme d'imagerie dynamique, Paris, France"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065589000', 'display_name': 'Daniel J. White', 'orcid': 'https://orcid.org/0000-0002-1799-5804'}, 'institutions': [{'id': 'https://openalex.org/I4210159854', 'display_name': 'Max Planck Institute of Molecular Cell Biology and Genetics', 'ror': 'https://ror.org/05b8d3w18', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210159854']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Daniel James White', 'raw_affiliation_string': 'Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany', 'raw_affiliation_strings': ['Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023873563', 'display_name': 'Volker Hartenstein', 'orcid': 'https://orcid.org/0000-0001-9676-7393'}, 'institutions': [{'id': 'https://openalex.org/I161318765', 'display_name': 'University of California, Los Angeles', 'ror': 'https://ror.org/046rm7j60', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I161318765', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Volker Hartenstein', 'raw_affiliation_string': 'Department of Molecular, Cell and Developmental Biology, University of California, Los Angeles, USA', 'raw_affiliation_strings': ['Department of Molecular, Cell and Developmental Biology, University of California, Los Angeles, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010413374', 'display_name': 'Kevin W. Eliceiri', 'orcid': 'https://orcid.org/0000-0001-8678-670X'}, 'institutions': [{'id': 'https://openalex.org/I135310074', 'display_name': 'University of Wisconsin–Madison', 'ror': 'https://ror.org/01y2jtd41', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1304256225', 'https://openalex.org/I135310074']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kevin Eliceiri', 'raw_affiliation_string': 'Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, USA', 'raw_affiliation_strings': ['Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042671050', 'display_name': 'Pavel Tomančák', 'orcid': 'https://orcid.org/0000-0002-2222-9370'}, 'institutions': [{'id': 'https://openalex.org/I4210159854', 'display_name': 'Max Planck Institute of Molecular Cell Biology and Genetics', 'ror': 'https://ror.org/05b8d3w18', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210159854']}], 'countries': ['DE'], 'is_corresponding': True, 'raw_author_name': 'Pavel Tomancak', 'raw_affiliation_string': 'Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany', 'raw_affiliation_strings': ['Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5042603640', 'display_name': 'Albert Cardona', 'orcid': 'https://orcid.org/0000-0003-4941-6536'}, 'institutions': [{'id': 'https://openalex.org/I12708293', 'display_name': 'SIB Swiss Institute of Bioinformatics', 'ror': 'https://ror.org/002n09z45', 'country_code': 'CH', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I12708293']}, {'id': 'https://openalex.org/I202697423', 'display_name': 'University of Zurich', 'ror': 'https://ror.org/02crff812', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I202697423']}, {'id': 'https://openalex.org/I195573530', 'display_name': 'Janelia Research Campus', 'ror': 'https://ror.org/013sk6x84', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1344073410', 'https://openalex.org/I195573530']}, {'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}, {'id': 'https://openalex.org/I4210159854', 'display_name': 'Max Planck Institute of Molecular Cell Biology and Genetics', 'ror': 'https://ror.org/05b8d3w18', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I149899117', 'https://openalex.org/I4210159854']}], 'countries': ['CH', 'DE', 'US'], 'is_corresponding': True, 'raw_author_name': 'Albert Cardona', 'raw_affiliation_string': 'Institute of Neuroinformatics of the University of Zurich and Swiss Federal Institute of Technology Zurich, Zurich, Switzerland; Present addresses: Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, Wisconsin, USA (J.S.), Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany (B.S.) and Janelia Farm Research Campus, Howard Hughes Medical Institute, Ashburn, Virginia, USA (S.P. and A.C.).,', 'raw_affiliation_strings': ['Institute of Neuroinformatics of the University of Zurich and Swiss Federal Institute of Technology Zurich, Zurich, Switzerland', 'Present addresses: Laboratory for Optical and Computational Instrumentation, University of Wisconsin at Madison, Madison, Wisconsin, USA (J.S.), Max Planck Institute of Molecular Cell Biology and Genetics, Dresden, Germany (B.S.) and Janelia Farm Research Campus, Howard Hughes Medical Institute, Ashburn, Virginia, USA (S.P. and A.C.).,']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 13, 'corresponding_author_ids': ['https://openalex.org/A5042671050', 'https://openalex.org/A5042603640'], 'corresponding_institution_ids': ['https://openalex.org/I4210159854', 'https://openalex.org/I12708293', 'https://openalex.org/I202697423', 'https://openalex.org/I195573530', 'https://openalex.org/I1344073410', 'https://openalex.org/I4210159854'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 42033, 'biblio': {'volume': '9', 'issue': '7', 'first_page': '676', 'last_page': '682'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C4924752', 'wikidata': 'https://www.wikidata.org/wiki/Q184148', 'display_name': 'Plug-in', 'level': 2, 'score': 0.8567352}, {'id': 'https://openalex.org/C61423126', 'wikidata': 'https://www.wikidata.org/wiki/Q187432', 'display_name': 'Scripting language', 'level': 2, 'score': 0.7908275}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.6884339}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6636074}, {'id': 'https://openalex.org/C3018397939', 'wikidata': 'https://www.wikidata.org/wiki/Q3644502', 'display_name': 'Open source', 'level': 3, 'score': 0.6430507}, {'id': 'https://openalex.org/C2988343187', 'wikidata': 'https://www.wikidata.org/wiki/Q1130645', 'display_name': 'Open source software', 'level': 3, 'score': 0.61635464}, {'id': 'https://openalex.org/C204241405', 'wikidata': 'https://www.wikidata.org/wiki/Q461499', 'display_name': 'Transformation (genetics)', 'level': 3, 'score': 0.5662284}, {'id': 'https://openalex.org/C115903868', 'wikidata': 'https://www.wikidata.org/wiki/Q80993', 'display_name': 'Software engineering', 'level': 1, 'score': 0.5058048}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.4283149}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.39276093}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.17714402}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.17176542}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D019295', 'descriptor_name': 'Computational Biology', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D007091', 'descriptor_name': 'Image Processing, Computer-Assisted', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001921', 'descriptor_name': 'Brain', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001921', 'descriptor_name': 'Brain', 'qualifier_ui': 'Q000648', 'qualifier_name': 'ultrastructure', 'is_major_topic': False}, {'descriptor_ui': 'D019295', 'descriptor_name': 'Computational Biology', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004331', 'descriptor_name': 'Drosophila melanogaster', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004331', 'descriptor_name': 'Drosophila melanogaster', 'qualifier_ui': 'Q000648', 'qualifier_name': 'ultrastructure', 'is_major_topic': False}, {'descriptor_ui': 'D007089', 'descriptor_name': 'Image Enhancement', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007089', 'descriptor_name': 'Image Enhancement', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D007091', 'descriptor_name': 'Image Processing, Computer-Assisted', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D021621', 'descriptor_name': 'Imaging, Three-Dimensional', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D021621', 'descriptor_name': 'Imaging, Three-Dimensional', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D033181', 'descriptor_name': 'Information Dissemination', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012985', 'descriptor_name': 'Software Design', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nmeth.2019', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S127827428', 'display_name': 'Nature Methods', 'issn_l': '1548-7091', 'issn': ['1548-7105', '1548-7091'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3855844', 'pdf_url': 'https://europepmc.org/articles/pmc3855844?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3855844', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/22743772', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3855844', 'pdf_url': 'https://europepmc.org/articles/pmc3855844?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.59}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.17}], 'grants': [], 'referenced_works_count': 38, 'referenced_works': ['https://openalex.org/W1540070193', 'https://openalex.org/W1548529611', 'https://openalex.org/W1635391495', 'https://openalex.org/W1835740130', 'https://openalex.org/W1969013163', 'https://openalex.org/W2000396646', 'https://openalex.org/W2016029650', 'https://openalex.org/W2018227909', 'https://openalex.org/W2022235653', 'https://openalex.org/W2026140461', 'https://openalex.org/W2031312855', 'https://openalex.org/W2055043387', 'https://openalex.org/W2064043367', 'https://openalex.org/W2065455422', 'https://openalex.org/W2069981183', 'https://openalex.org/W2078930619', 'https://openalex.org/W2091733078', 'https://openalex.org/W2094574421', 'https://openalex.org/W2104095591', 'https://openalex.org/W2104827963', 'https://openalex.org/W2107554012', 'https://openalex.org/W2123813246', 'https://openalex.org/W2124404372', 'https://openalex.org/W2128339343', 'https://openalex.org/W2128366179', 'https://openalex.org/W2129289695', 'https://openalex.org/W2130623599', 'https://openalex.org/W2133990480', 'https://openalex.org/W2146153534', 'https://openalex.org/W2147762902', 'https://openalex.org/W2149404019', 'https://openalex.org/W2151103935', 'https://openalex.org/W2154917588', 'https://openalex.org/W2156755609', 'https://openalex.org/W2162979438', 'https://openalex.org/W2166572577', 'https://openalex.org/W2171911690', 'https://openalex.org/W2991126964'], 'related_works': ['https://openalex.org/W134149728', 'https://openalex.org/W1966500600', 'https://openalex.org/W2167279371', 'https://openalex.org/W3011348691', 'https://openalex.org/W3043142516', 'https://openalex.org/W4240041134', 'https://openalex.org/W4312283156', 'https://openalex.org/W4381430436', 'https://openalex.org/W4384198140', 'https://openalex.org/W4387211031'], 'ngrams_url': 'https://api.openalex.org/works/W2167279371/ngrams', 'abstract_inverted_index': {'Fiji': [0, 14, 39, 63], 'is': [1], 'a': [2, 26, 65], 'distribution': [3], 'of': [4, 29, 36, 43], 'the': [5, 41], 'popular': [6], 'open-source': [7], 'software': [8, 17, 23], 'ImageJ': [9, 47], 'focused': [10], 'on': [11], 'biological-image': [12], 'analysis.': [13], 'uses': [15], 'modern': [16], 'engineering': [18], 'practices': [19], 'to': [20, 32], 'combine': [21], 'powerful': [22], 'libraries': [24], 'with': [25, 53], 'broad': [27], 'range': [28], 'scripting': [30], 'languages': [31], 'enable': [33], 'rapid': [34], 'prototyping': [35], 'image-processing': [37], 'algorithms.': [38], 'facilitates': [40], 'transformation': [42], 'new': [44], 'algorithms': [45], 'into': [46], 'plugins': [48], 'that': [49], 'can': [50], 'be': [51], 'shared': [52], 'end': [54], 'users': [55], 'through': [56], 'an': [57], 'integrated': [58], 'update': [59], 'system.': [60], 'We': [61], 'propose': [62], 'as': [64], 'platform': [66], 'for': [67], 'productive': [68], 'collaboration': [69], 'between': [70], 'computer': [71], 'science': [72], 'and': [73], 'biology': [74], 'research': [75], 'communities.': [76]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2167279371', 'counts_by_year': [{'year': 2023, 'cited_by_count': 5703}, {'year': 2022, 'cited_by_count': 7246}, {'year': 2021, 'cited_by_count': 7379}, {'year': 2020, 'cited_by_count': 6537}, {'year': 2019, 'cited_by_count': 5101}, {'year': 2018, 'cited_by_count': 3626}, {'year': 2017, 'cited_by_count': 2580}, {'year': 2016, 'cited_by_count': 1646}, {'year': 2015, 'cited_by_count': 1045}, {'year': 2014, 'cited_by_count': 686}, {'year': 2013, 'cited_by_count': 337}, {'year': 2012, 'cited_by_count': 33}], 'updated_date': '2023-10-03T05:36:10.801231', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2015795623', 'doi': 'https://doi.org/10.1016/s0140-6736(86)90837-8', 'title': 'STATISTICAL METHODS FOR ASSESSING AGREEMENT BETWEEN TWO METHODS OF CLINICAL MEASUREMENT', 'display_name': 'STATISTICAL METHODS FOR ASSESSING AGREEMENT BETWEEN TWO METHODS OF CLINICAL MEASUREMENT', 'publication_year': 1986, 'publication_date': '1986-02-01', 'ids': {'openalex': 'https://openalex.org/W2015795623', 'doi': 'https://doi.org/10.1016/s0140-6736(86)90837-8', 'mag': '2015795623', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/2868172'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(86)90837-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5077416182', 'display_name': 'John M. Bland', 'orcid': 'https://orcid.org/0000-0003-1167-7415'}, 'institutions': [{'id': 'https://openalex.org/I2802052328', 'display_name': 'Northwick Park Hospital', 'ror': 'https://ror.org/030j6qm79', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800484787', 'https://openalex.org/I2802052328']}, {'id': 'https://openalex.org/I165862685', 'display_name': "St George's, University of London", 'ror': 'https://ror.org/040f08y74', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I165862685']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'J M Bland', 'raw_affiliation_string': "Department of Clinical Epidemiology and Social Medicine, St George's Hospital Medical School, London SW17, United Kingdon; and Division of Medical Statistics, MRC Clinical Research Centre, Northwick Park Hospital, Harrow, Middlesex, United Kingdom", 'raw_affiliation_strings': ["Department of Clinical Epidemiology and Social Medicine, St George's Hospital Medical School, London SW17, United Kingdon", 'and Division of Medical Statistics, MRC Clinical Research Centre, Northwick Park Hospital, Harrow, Middlesex, United Kingdom']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5042962646', 'display_name': 'Douglas G. Altman', 'orcid': 'https://orcid.org/0000-0002-7183-4083'}, 'institutions': [{'id': 'https://openalex.org/I2802052328', 'display_name': 'Northwick Park Hospital', 'ror': 'https://ror.org/030j6qm79', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800484787', 'https://openalex.org/I2802052328']}, {'id': 'https://openalex.org/I165862685', 'display_name': "St George's, University of London", 'ror': 'https://ror.org/040f08y74', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I165862685']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'D G Altman', 'raw_affiliation_string': "Department of Clinical Epidemiology and Social Medicine, St George's Hospital Medical School, London SW17, United Kingdon; and Division of Medical Statistics, MRC Clinical Research Centre, Northwick Park Hospital, Harrow, Middlesex, United Kingdom", 'raw_affiliation_strings': ["Department of Clinical Epidemiology and Social Medicine, St George's Hospital Medical School, London SW17, United Kingdon", 'and Division of Medical Statistics, MRC Clinical Research Centre, Northwick Park Hospital, Harrow, Middlesex, United Kingdom']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 41928, 'biblio': {'volume': '327', 'issue': '8476', 'first_page': '307', 'last_page': '310'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C154020017', 'wikidata': 'https://www.wikidata.org/wiki/Q520171', 'display_name': 'Repeatability', 'level': 2, 'score': 0.6634541}, {'id': 'https://openalex.org/C117220453', 'wikidata': 'https://www.wikidata.org/wiki/Q5172842', 'display_name': 'Correlation', 'level': 2, 'score': 0.54379773}, {'id': 'https://openalex.org/C2780586882', 'wikidata': 'https://www.wikidata.org/wiki/Q7520643', 'display_name': 'Simple (philosophy)', 'level': 2, 'score': 0.5404753}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.5370675}, {'id': 'https://openalex.org/C25343380', 'wikidata': 'https://www.wikidata.org/wiki/Q277521', 'display_name': 'Relation (database)', 'level': 2, 'score': 0.4393529}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.42140952}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.33065695}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.3227878}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C2524010', 'wikidata': 'https://www.wikidata.org/wiki/Q8087', 'display_name': 'Geometry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D003933', 'descriptor_name': 'Diagnosis', 'qualifier_ui': 'Q000592', 'qualifier_name': 'standards', 'is_major_topic': True}, {'descriptor_ui': 'D013223', 'descriptor_name': 'Statistics as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D003933', 'descriptor_name': 'Diagnosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010366', 'descriptor_name': 'Peak Expiratory Flow Rate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(86)90837-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/2868172', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.1}], 'grants': [], 'referenced_works_count': 5, 'referenced_works': ['https://openalex.org/W2043276332', 'https://openalex.org/W2109316327', 'https://openalex.org/W2119095059', 'https://openalex.org/W2132970644', 'https://openalex.org/W2133750711'], 'related_works': ['https://openalex.org/W1887191277', 'https://openalex.org/W1965976175', 'https://openalex.org/W2018619927', 'https://openalex.org/W2046577163', 'https://openalex.org/W2329865134', 'https://openalex.org/W2334954212', 'https://openalex.org/W2776018879', 'https://openalex.org/W2964285269', 'https://openalex.org/W4235288607', 'https://openalex.org/W4248389398'], 'ngrams_url': 'https://api.openalex.org/works/W2015795623/ngrams', 'abstract_inverted_index': {'In': [0], 'clinical': [1], 'measurement': [2, 7], 'comparison': [3], 'of': [4, 42, 68], 'a': [5], 'new': [6, 24], 'technique': [8], 'with': [9, 59], 'an': [10], 'established': [11], 'one': [12], 'is': [13, 44, 56], 'often': [14, 32], 'needed': [15], 'to': [16, 25], 'see': [17], 'whether': [18], 'they': [19], 'agree': [20], 'sufficiently': [21], 'for': [22], 'the': [23, 27, 60, 66], 'replace': [26], 'old.': [28], 'Such': [29], 'investigations': [30], 'are': [31], 'analysed': [33], 'inappropriately,': [34], 'notably': [35], 'by': [36], 'using': [37], 'correlation': [38, 43], 'coefficients.': [39], 'The': [40], 'use': [41], 'misleading.': [45], 'An': [46], 'alternative': [47], 'approach,': [48], 'based': [49], 'on': [50], 'graphical': [51], 'techniques': [52], 'and': [53, 65], 'simple': [54], 'calculations,': [55], 'described,': [57], 'together': [58], 'relation': [61], 'between': [62], 'this': [63], 'analysis': [64], 'assessment': [67], 'repeatability.': [69]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2015795623', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1083}, {'year': 2022, 'cited_by_count': 1538}, {'year': 2021, 'cited_by_count': 1793}, {'year': 2020, 'cited_by_count': 1757}, {'year': 2019, 'cited_by_count': 1708}, {'year': 2018, 'cited_by_count': 1662}, {'year': 2017, 'cited_by_count': 1776}, {'year': 2016, 'cited_by_count': 1821}, {'year': 2015, 'cited_by_count': 1989}, {'year': 2014, 'cited_by_count': 2005}, {'year': 2013, 'cited_by_count': 1978}, {'year': 2012, 'cited_by_count': 2008}], 'updated_date': '2023-09-30T01:23:07.018269', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W3128646645', 'doi': 'https://doi.org/10.3322/caac.21660', 'title': 'Global Cancer Statistics 2020: GLOBOCAN Estimates of Incidence and Mortality Worldwide for 36 Cancers in 185 Countries', 'display_name': 'Global Cancer Statistics 2020: GLOBOCAN Estimates of Incidence and Mortality Worldwide for 36 Cancers in 185 Countries', 'publication_year': 2021, 'publication_date': '2021-02-04', 'ids': {'openalex': 'https://openalex.org/W3128646645', 'doi': 'https://doi.org/10.3322/caac.21660', 'mag': '3128646645', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/33538338'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21660', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21660', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21660', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5082191284', 'display_name': 'Hyuna Sung', 'orcid': 'https://orcid.org/0000-0002-8021-5997'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Hyuna Sung', 'raw_affiliation_string': 'Surveillance and Health Equity Science, American Cancer Society, Atlanta, Georgia', 'raw_affiliation_strings': ['Surveillance and Health Equity Science, American Cancer Society, Atlanta, Georgia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051830072', 'display_name': 'Jacques Ferlay', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jacques Ferlay', 'raw_affiliation_string': 'Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047300895', 'display_name': 'Rebecca L. Siegel', 'orcid': 'https://orcid.org/0000-0001-5247-8522'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rebecca L. Siegel', 'raw_affiliation_string': 'Surveillance and Health Equity Science, American Cancer Society, Atlanta, Georgia', 'raw_affiliation_strings': ['Surveillance and Health Equity Science, American Cancer Society, Atlanta, Georgia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5026861762', 'display_name': 'Mathieu Laversanne', 'orcid': 'https://orcid.org/0000-0002-1568-7218'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Mathieu Laversanne', 'raw_affiliation_string': 'Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057880586', 'display_name': 'Isabelle Soerjomataram', 'orcid': 'https://orcid.org/0000-0002-6017-741X'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Isabelle Soerjomataram', 'raw_affiliation_string': 'Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009198168', 'display_name': 'Ahmedin Jemal', 'orcid': 'https://orcid.org/0000-0002-0000-4111'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ahmedin Jemal', 'raw_affiliation_string': 'Surveillance and Health Equity Science, American Cancer Society, Atlanta, Georgia', 'raw_affiliation_strings': ['Surveillance and Health Equity Science, American Cancer Society, Atlanta, Georgia']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5064215217', 'display_name': 'Freddie Bray', 'orcid': 'https://orcid.org/0000-0002-3248-7787'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'Freddie Bray', 'raw_affiliation_string': 'Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Section of Cancer Surveillance, International Agency for Research on Cancer, Lyon, France']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5064215217'], 'corresponding_institution_ids': ['https://openalex.org/I42237331'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 40759, 'biblio': {'volume': '71', 'issue': '3', 'first_page': '209', 'last_page': '249'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.69232476}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.6842504}, {'id': 'https://openalex.org/C530470458', 'wikidata': 'https://www.wikidata.org/wiki/Q128581', 'display_name': 'Breast cancer', 'level': 3, 'score': 0.66365254}, {'id': 'https://openalex.org/C2777789703', 'wikidata': 'https://www.wikidata.org/wiki/Q192102', 'display_name': 'Skin cancer', 'level': 3, 'score': 0.5786121}, {'id': 'https://openalex.org/C2776256026', 'wikidata': 'https://www.wikidata.org/wiki/Q47912', 'display_name': 'Lung cancer', 'level': 2, 'score': 0.57390743}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.5140325}, {'id': 'https://openalex.org/C526805850', 'wikidata': 'https://www.wikidata.org/wiki/Q188874', 'display_name': 'Colorectal cancer', 'level': 3, 'score': 0.5134683}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.51032895}, {'id': 'https://openalex.org/C179755657', 'wikidata': 'https://www.wikidata.org/wiki/Q58702', 'display_name': 'Mortality rate', 'level': 2, 'score': 0.45119286}, {'id': 'https://openalex.org/C2780192828', 'wikidata': 'https://www.wikidata.org/wiki/Q181257', 'display_name': 'Prostate cancer', 'level': 3, 'score': 0.45117137}, {'id': 'https://openalex.org/C2779454504', 'wikidata': 'https://www.wikidata.org/wiki/Q189588', 'display_name': 'Stomach cancer', 'level': 3, 'score': 0.41248116}, {'id': 'https://openalex.org/C143998085', 'wikidata': 'https://www.wikidata.org/wiki/Q162555', 'display_name': 'Oncology', 'level': 1, 'score': 0.3226648}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.3192706}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21660', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21660', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.21660', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.21660', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.35}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.31}, {'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.24}], 'grants': [], 'referenced_works_count': 200, 'referenced_works': ['https://openalex.org/W130099911', 'https://openalex.org/W250128136', 'https://openalex.org/W1275532855', 'https://openalex.org/W1502967669', 'https://openalex.org/W1563649485', 'https://openalex.org/W1593442063', 'https://openalex.org/W1861891407', 'https://openalex.org/W1877917243', 'https://openalex.org/W1964088794', 'https://openalex.org/W1965385210', 'https://openalex.org/W1968960710', 'https://openalex.org/W1969875009', 'https://openalex.org/W1974541194', 'https://openalex.org/W1975347641', 'https://openalex.org/W1978173745', 'https://openalex.org/W1980771473', 'https://openalex.org/W1987350137', 'https://openalex.org/W1990738892', 'https://openalex.org/W2000312566', 'https://openalex.org/W2012312490', 'https://openalex.org/W2013585067', 'https://openalex.org/W2016251600', 'https://openalex.org/W2016761556', 'https://openalex.org/W2018394758', 'https://openalex.org/W2020830322', 'https://openalex.org/W2021052809', 'https://openalex.org/W2021773870', 'https://openalex.org/W2030467932', 'https://openalex.org/W2035446368', 'https://openalex.org/W2037450389', 'https://openalex.org/W2040143851', 'https://openalex.org/W2042328371', 'https://openalex.org/W2056494011', 'https://openalex.org/W2074075370', 'https://openalex.org/W2087308105', 'https://openalex.org/W2089300758', 'https://openalex.org/W2093829713', 'https://openalex.org/W2095866442', 'https://openalex.org/W2096619957', 'https://openalex.org/W2099023213', 'https://openalex.org/W2099113990', 'https://openalex.org/W2106787323', 'https://openalex.org/W2110938744', 'https://openalex.org/W2113017183', 'https://openalex.org/W2114520506', 'https://openalex.org/W2117705442', 'https://openalex.org/W2119391023', 'https://openalex.org/W2121732950', 'https://openalex.org/W2122816088', 'https://openalex.org/W2124006484', 'https://openalex.org/W2125587655', 'https://openalex.org/W2132900617', 'https://openalex.org/W2133874643', 'https://openalex.org/W2134793522', 'https://openalex.org/W2137584842', 'https://openalex.org/W2145150141', 'https://openalex.org/W2145461245', 'https://openalex.org/W2147072570', 'https://openalex.org/W2147496191', 'https://openalex.org/W2150061011', 'https://openalex.org/W2151780198', 'https://openalex.org/W2151781453', 'https://openalex.org/W2153383900', 'https://openalex.org/W2155210401', 'https://openalex.org/W2155329254', 'https://openalex.org/W2160780272', 'https://openalex.org/W2161697947', 'https://openalex.org/W2163308724', 'https://openalex.org/W2165686484', 'https://openalex.org/W2166609686', 'https://openalex.org/W2167546181', 'https://openalex.org/W2169422079', 'https://openalex.org/W2171191579', 'https://openalex.org/W2181458187', 'https://openalex.org/W2188842737', 'https://openalex.org/W2209941301', 'https://openalex.org/W2225425202', 'https://openalex.org/W2284583894', 'https://openalex.org/W2298986959', 'https://openalex.org/W2302003756', 'https://openalex.org/W2308263493', 'https://openalex.org/W2322310797', 'https://openalex.org/W2333865060', 'https://openalex.org/W2415076046', 'https://openalex.org/W2473162054', 'https://openalex.org/W2475385134', 'https://openalex.org/W2480418585', 'https://openalex.org/W2492982562', 'https://openalex.org/W2498679987', 'https://openalex.org/W2511731321', 'https://openalex.org/W2511744717', 'https://openalex.org/W2514008771', 'https://openalex.org/W2518132675', 'https://openalex.org/W2528938021', 'https://openalex.org/W2552131239', 'https://openalex.org/W2556079332', 'https://openalex.org/W2573691690', 'https://openalex.org/W2587879016', 'https://openalex.org/W2590417095', 'https://openalex.org/W2590857018', 'https://openalex.org/W2598689477', 'https://openalex.org/W2603577764', 'https://openalex.org/W2609752905', 'https://openalex.org/W2617093818', 'https://openalex.org/W2621568616', 'https://openalex.org/W2724765905', 'https://openalex.org/W2726042157', 'https://openalex.org/W2738256061', 'https://openalex.org/W2743598935', 'https://openalex.org/W2761242421', 'https://openalex.org/W2762223230', 'https://openalex.org/W2765904016', 'https://openalex.org/W2765952964', 'https://openalex.org/W2766085363', 'https://openalex.org/W2768132193', 'https://openalex.org/W2775003344', 'https://openalex.org/W2787553551', 'https://openalex.org/W2790011499', 'https://openalex.org/W2804239158', 'https://openalex.org/W2804784400', 'https://openalex.org/W2805885226', 'https://openalex.org/W2829068939', 'https://openalex.org/W2884656419', 'https://openalex.org/W2889646458', 'https://openalex.org/W2891793107', 'https://openalex.org/W2892686665', 'https://openalex.org/W2894223279', 'https://openalex.org/W2895202671', 'https://openalex.org/W2895926103', 'https://openalex.org/W2896293589', 'https://openalex.org/W2900053041', 'https://openalex.org/W2902477821', 'https://openalex.org/W2902810541', 'https://openalex.org/W2909795031', 'https://openalex.org/W2911188335', 'https://openalex.org/W2912618139', 'https://openalex.org/W2915406741', 'https://openalex.org/W2917837889', 'https://openalex.org/W2921046410', 'https://openalex.org/W2924528896', 'https://openalex.org/W2928271642', 'https://openalex.org/W2929070495', 'https://openalex.org/W2940731404', 'https://openalex.org/W2946089174', 'https://openalex.org/W2946385297', 'https://openalex.org/W2946421024', 'https://openalex.org/W2954417969', 'https://openalex.org/W2964933269', 'https://openalex.org/W2966258052', 'https://openalex.org/W2970045605', 'https://openalex.org/W2971546771', 'https://openalex.org/W2972102107', 'https://openalex.org/W2972904252', 'https://openalex.org/W2973153606', 'https://openalex.org/W2979291688', 'https://openalex.org/W2980064491', 'https://openalex.org/W2981876570', 'https://openalex.org/W2983078877', 'https://openalex.org/W2986365253', 'https://openalex.org/W2997281102', 'https://openalex.org/W3002834433', 'https://openalex.org/W3003227613', 'https://openalex.org/W3003249044', 'https://openalex.org/W3003415550', 'https://openalex.org/W3004181286', 'https://openalex.org/W3004708148', 'https://openalex.org/W3009424821', 'https://openalex.org/W3009963727', 'https://openalex.org/W3011426090', 'https://openalex.org/W3012064831', 'https://openalex.org/W3013007496', 'https://openalex.org/W3014713533', 'https://openalex.org/W3017004020', 'https://openalex.org/W3017004682', 'https://openalex.org/W3020186439', 'https://openalex.org/W3020562942', 'https://openalex.org/W3020713926', 'https://openalex.org/W3023041338', 'https://openalex.org/W3026900255', 'https://openalex.org/W3027977671', 'https://openalex.org/W3036054806', 'https://openalex.org/W3036766775', 'https://openalex.org/W3039469286', 'https://openalex.org/W3042226836', 'https://openalex.org/W3043984268', 'https://openalex.org/W3044605555', 'https://openalex.org/W3045996770', 'https://openalex.org/W3048008346', 'https://openalex.org/W3061102166', 'https://openalex.org/W3080117085', 'https://openalex.org/W3083403433', 'https://openalex.org/W3087788105', 'https://openalex.org/W3088359032', 'https://openalex.org/W3090300247', 'https://openalex.org/W3092675651', 'https://openalex.org/W3098207268', 'https://openalex.org/W3143569680', 'https://openalex.org/W4236443795', 'https://openalex.org/W4239206548', 'https://openalex.org/W4255100288'], 'related_works': ['https://openalex.org/W145339873', 'https://openalex.org/W166547393', 'https://openalex.org/W2089703660', 'https://openalex.org/W2094064972', 'https://openalex.org/W2119179260', 'https://openalex.org/W2224319365', 'https://openalex.org/W2378300941', 'https://openalex.org/W2378767135', 'https://openalex.org/W2411796362', 'https://openalex.org/W2561456511'], 'ngrams_url': 'https://api.openalex.org/works/W3128646645/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'This': [1], 'article': [2], 'provides': [3], 'an': [4, 31, 73, 103], 'update': [5], 'on': [6, 28], 'the': [7, 12, 23, 67, 96, 238], 'global': [8, 178, 255], 'cancer': [9, 17, 36, 48, 61, 65, 94, 100, 179, 241, 247, 256], 'burden': [10, 180], 'using': [11], 'GLOBOCAN': [13], '2020': [14], 'estimates': [15], 'of': [16, 99, 240, 246], 'incidence': [18, 123], 'and': [19, 44, 89, 117, 144, 153, 170, 227, 244], 'mortality': [20, 139], 'produced': [21], 'by': [22, 81, 110, 220], 'International': [24], 'Agency': [25], 'for': [26, 135, 142, 146, 150, 237, 254], 'Research': [27], 'Cancer.': [29], 'Worldwide,': [30], 'estimated': [32, 74, 104], '19.3': [33], 'million': [34, 39, 47, 51, 76, 106, 186], 'new': [35, 77], 'cases': [37, 78, 187], '(18.1': [38], 'excluding': [40, 52], 'nonmelanoma': [41, 53], 'skin': [42, 54], 'cancer)': [43, 55], 'almost': [45], '10.0': [46], 'deaths': [49, 107], '(9.9': [50], 'occurred': [56], 'in': [57, 130, 160, 188, 199, 249], '2020.': [58], 'Female': [59], 'breast': [60, 119, 152], 'has': [62], 'surpassed': [63], 'lung': [64, 82], 'as': [66], 'most': [68], 'commonly': [69], 'diagnosed': [70], 'cancer,': [71], 'with': [72, 102, 195, 225], '2.3': [75], '(11.7%),': [79], 'followed': [80, 109], '(11.4%),': [83], 'colorectal': [84, 111], '(10.0': [85], '%),': [86], 'prostate': [87], '(7.3%),': [88], 'stomach': [90, 115], '(5.6%)': [91], 'cancers.': [92, 121], 'Lung': [93], 'remained': [95], 'leading': [97], 'cause': [98], 'death,': [101], '1.8': [105], '(18%),': [108], '(9.4%),': [112], 'liver': [113], '(8.3%),': [114], '(7.7%),': [116], 'female': [118, 151], '(6.9%)': [120], 'Overall': [122], 'was': [124], 'from': [125, 193], '2‐fold': [126], 'to': [127, 183, 202, 207, 211, 232], '3‐fold': [128], 'higher': [129, 159], 'transitioned': [131, 163, 205], 'versus': [132, 162, 204], 'transitioning': [133, 161, 200, 250], 'countries': [134, 164, 209, 251], 'both': [136], 'sexes,': [137], 'whereas': [138], 'varied': [140], '<2‐fold': [141], 'men': [143], 'little': [145], 'women.': [147], 'Death': [148], 'rates': [149], 'cervical': [154], 'cancers,': [155], 'however,': [156], 'were': [157], 'considerably': [158], '(15.0': [165], 'vs': [166, 172], '12.8': [167], 'per': [168, 174], '100,000': [169], '12.4': [171], '5.2': [173], '100,000,': [175], 'respectively).': [176], 'The': [177], 'is': [181, 252], 'expected': [182], 'be': [184, 217], '28.4': [185], '2040,': [189], 'a': [190, 196, 228, 234], '47%': [191], 'rise': [192], '2020,': [194], 'larger': [197], 'increase': [198], '(64%': [201], '95%)': [203], '(32%': [206], '56%)': [208], 'due': [210], 'demographic': [212], 'changes,': [213], 'although': [214], 'this': [215], 'may': [216], 'further': [218], 'exacerbated': [219], 'increasing': [221], 'risk': [222], 'factors': [223], 'associated': [224], 'globalization': [226], 'growing': [229], 'economy.': [230], 'Efforts': [231], 'build': [233], 'sustainable': [235], 'infrastructure': [236], 'dissemination': [239], 'prevention': [242], 'measures': [243], 'provision': [245], 'care': [248], 'critical': [253], 'control.': [257]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3128646645', 'counts_by_year': [{'year': 2023, 'cited_by_count': 17912}, {'year': 2022, 'cited_by_count': 18429}, {'year': 2021, 'cited_by_count': 4631}, {'year': 2020, 'cited_by_count': 2}, {'year': 2019, 'cited_by_count': 1}], 'updated_date': '2023-10-01T05:50:10.580680', 'created_date': '2021-02-15'}, {'id': 'https://openalex.org/W2157823046', 'doi': 'https://doi.org/10.1136/bmj.315.7109.629', 'title': 'Bias in meta-analysis detected by a simple, graphical test', 'display_name': 'Bias in meta-analysis detected by a simple, graphical test', 'publication_year': 1997, 'publication_date': '1997-09-13', 'ids': {'openalex': 'https://openalex.org/W2157823046', 'doi': 'https://doi.org/10.1136/bmj.315.7109.629', 'mag': '2157823046', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9310563', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2127453'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1136/bmj.315.7109.629', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://europepmc.org/articles/pmc2127453?pdf=render', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5089941167', 'display_name': 'Matthias Egger', 'orcid': 'https://orcid.org/0000-0002-1791-1842'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Matthias Egger', 'raw_affiliation_string': 'Department of Social Medicine, University of Bristol, Bristol BS8 2PR', 'raw_affiliation_strings': ['Department of Social Medicine, University of Bristol, Bristol BS8 2PR']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076124471', 'display_name': 'George Davey Smith', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'George Davey Smith', 'raw_affiliation_string': 'Department of Social Medicine, University of Bristol, Bristol BS8 2PR', 'raw_affiliation_strings': ['Department of Social Medicine, University of Bristol, Bristol BS8 2PR']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041117409', 'display_name': 'Martin Schneider', 'orcid': 'https://orcid.org/0000-0001-8215-7359'}, 'institutions': [{'id': 'https://openalex.org/I4210135124', 'display_name': 'Institute of Social and Preventive Medicine', 'ror': 'https://ror.org/038esz880', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I2802229882', 'https://openalex.org/I4210135124', 'https://openalex.org/I97565354']}, {'id': 'https://openalex.org/I118564535', 'display_name': 'University of Bern', 'ror': 'https://ror.org/02k7v4d05', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I118564535']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Martin Schneider', 'raw_affiliation_string': 'Department of Social and Preventive Medicine, University of Berne, CH-3012 Berne, Switzerland', 'raw_affiliation_strings': ['Department of Social and Preventive Medicine, University of Berne, CH-3012 Berne, Switzerland']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5050786065', 'display_name': 'Christoph E. Minder', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210135124', 'display_name': 'Institute of Social and Preventive Medicine', 'ror': 'https://ror.org/038esz880', 'country_code': 'CH', 'type': 'facility', 'lineage': ['https://openalex.org/I2802229882', 'https://openalex.org/I4210135124', 'https://openalex.org/I97565354']}, {'id': 'https://openalex.org/I118564535', 'display_name': 'University of Bern', 'ror': 'https://ror.org/02k7v4d05', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I118564535']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Christoph Minder', 'raw_affiliation_string': 'Department of Social and Preventive Medicine, University of Berne, CH-3012 Berne, Switzerland', 'raw_affiliation_strings': ['Department of Social and Preventive Medicine, University of Berne, CH-3012 Berne, Switzerland']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 40116, 'biblio': {'volume': '315', 'issue': '7109', 'first_page': '629', 'last_page': '634'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C82605166', 'wikidata': 'https://www.wikidata.org/wiki/Q967190', 'display_name': 'Funnel plot', 'level': 4, 'score': 0.97537184}, {'id': 'https://openalex.org/C2780439572', 'wikidata': 'https://www.wikidata.org/wiki/Q919364', 'display_name': 'Publication bias', 'level': 3, 'score': 0.87894756}, {'id': 'https://openalex.org/C95190672', 'wikidata': 'https://www.wikidata.org/wiki/Q815382', 'display_name': 'Meta-analysis', 'level': 2, 'score': 0.86306846}, {'id': 'https://openalex.org/C160798450', 'wikidata': 'https://www.wikidata.org/wiki/Q4230870', 'display_name': 'Concordance', 'level': 2, 'score': 0.7013434}, {'id': 'https://openalex.org/C124936440', 'wikidata': 'https://www.wikidata.org/wiki/Q6822263', 'display_name': 'Meta-regression', 'level': 3, 'score': 0.65366405}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.5475879}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.43950042}, {'id': 'https://openalex.org/C38976095', 'wikidata': 'https://www.wikidata.org/wiki/Q752641', 'display_name': 'Asymmetry', 'level': 2, 'score': 0.43839985}, {'id': 'https://openalex.org/C129848803', 'wikidata': 'https://www.wikidata.org/wiki/Q2564360', 'display_name': 'Sample size determination', 'level': 2, 'score': 0.43189982}, {'id': 'https://openalex.org/C194661718', 'wikidata': 'https://www.wikidata.org/wiki/Q1437217', 'display_name': 'Forest plot', 'level': 3, 'score': 0.42866102}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.41591695}, {'id': 'https://openalex.org/C100253034', 'wikidata': 'https://www.wikidata.org/wiki/Q196372', 'display_name': 'Systematic error', 'level': 2, 'score': 0.41169423}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.21708584}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.20966291}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.09139556}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D015982', 'descriptor_name': 'Bias', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D015201', 'descriptor_name': 'Meta-Analysis as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D016032', 'descriptor_name': 'Randomized Controlled Trials as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012044', 'descriptor_name': 'Regression Analysis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013223', 'descriptor_name': 'Statistics as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016896', 'descriptor_name': 'Treatment Outcome', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1136/bmj.315.7109.629', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2127453', 'pdf_url': 'https://europepmc.org/articles/pmc2127453?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2127453', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9310563', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2127453', 'pdf_url': 'https://europepmc.org/articles/pmc2127453?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.56}], 'grants': [], 'referenced_works_count': 86, 'referenced_works': ['https://openalex.org/W10194002', 'https://openalex.org/W56033953', 'https://openalex.org/W207807409', 'https://openalex.org/W297892089', 'https://openalex.org/W1529335551', 'https://openalex.org/W1541048963', 'https://openalex.org/W1548990295', 'https://openalex.org/W1552051186', 'https://openalex.org/W1690120260', 'https://openalex.org/W1920261218', 'https://openalex.org/W1964435302', 'https://openalex.org/W1964796004', 'https://openalex.org/W1966064036', 'https://openalex.org/W1966953116', 'https://openalex.org/W1967171762', 'https://openalex.org/W1968360165', 'https://openalex.org/W1968380870', 'https://openalex.org/W1968524473', 'https://openalex.org/W1972936145', 'https://openalex.org/W1977383469', 'https://openalex.org/W1982017364', 'https://openalex.org/W1982301032', 'https://openalex.org/W1982885757', 'https://openalex.org/W1986024842', 'https://openalex.org/W1987345335', 'https://openalex.org/W1988861786', 'https://openalex.org/W1990324195', 'https://openalex.org/W1995662581', 'https://openalex.org/W1995937915', 'https://openalex.org/W1997447489', 'https://openalex.org/W2002374079', 'https://openalex.org/W2010418295', 'https://openalex.org/W2011151477', 'https://openalex.org/W2011932878', 'https://openalex.org/W2015795623', 'https://openalex.org/W2023175531', 'https://openalex.org/W2024674799', 'https://openalex.org/W2026858889', 'https://openalex.org/W2027652926', 'https://openalex.org/W2028906289', 'https://openalex.org/W2030192997', 'https://openalex.org/W2031760606', 'https://openalex.org/W2034562813', 'https://openalex.org/W2035979005', 'https://openalex.org/W2036160497', 'https://openalex.org/W2038886783', 'https://openalex.org/W2044053804', 'https://openalex.org/W2045731599', 'https://openalex.org/W2045971912', 'https://openalex.org/W2047680459', 'https://openalex.org/W2049773889', 'https://openalex.org/W2052223361', 'https://openalex.org/W2053424198', 'https://openalex.org/W2056590595', 'https://openalex.org/W2057606887', 'https://openalex.org/W2057953907', 'https://openalex.org/W2060034169', 'https://openalex.org/W2067498167', 'https://openalex.org/W2072271529', 'https://openalex.org/W2075875553', 'https://openalex.org/W2076638640', 'https://openalex.org/W2091755086', 'https://openalex.org/W2092233783', 'https://openalex.org/W2094064127', 'https://openalex.org/W2101299963', 'https://openalex.org/W2103395470', 'https://openalex.org/W2112339576', 'https://openalex.org/W2128859532', 'https://openalex.org/W2132915228', 'https://openalex.org/W2143751244', 'https://openalex.org/W2143796580', 'https://openalex.org/W2155132414', 'https://openalex.org/W2157102615', 'https://openalex.org/W2162028237', 'https://openalex.org/W2170170141', 'https://openalex.org/W2171171236', 'https://openalex.org/W2316873690', 'https://openalex.org/W2317115473', 'https://openalex.org/W2328368311', 'https://openalex.org/W2470097850', 'https://openalex.org/W2471961894', 'https://openalex.org/W2585382523', 'https://openalex.org/W2769264260', 'https://openalex.org/W2895806954', 'https://openalex.org/W2941787107', 'https://openalex.org/W3147999441'], 'related_works': ['https://openalex.org/W2011770339', 'https://openalex.org/W2020488794', 'https://openalex.org/W2099177143', 'https://openalex.org/W2157823046', 'https://openalex.org/W2164093802', 'https://openalex.org/W2432791694', 'https://openalex.org/W2519525366', 'https://openalex.org/W2982383209', 'https://openalex.org/W3092972104', 'https://openalex.org/W4251984183'], 'ngrams_url': 'https://api.openalex.org/works/W2157823046/ngrams', 'abstract_inverted_index': {'Funnel': [0, 188], 'plots': [1, 34, 94, 228], '(plots': [2], 'of': [3, 30, 32, 37, 51, 61, 70, 88, 92, 103, 118, 122, 125, 136, 145, 196, 203, 226, 237, 259], 'effect': [4], 'estimates': [5], 'against': [6, 140], 'sample': [7], 'size)': [8], 'may': [9], 'be': [10, 249, 268], 'useful': [11, 231], 'to': [12, 43, 57, 183, 245], 'detect': [13, 246], 'bias': [14, 52, 238, 247], 'in': [15, 53, 77, 193, 201, 239], 'meta-analyses': [16, 40, 97, 112, 184, 210, 252], 'that': [17, 150, 220], 'were': [18, 76, 151, 170], 'later': [19], 'contradicted': [20], 'by': [21, 131], 'large': [22, 44, 67, 148], 'trials.': [23], 'We': [24], 'examined': [25], 'whether': [26], 'a': [27, 62, 65, 100, 230, 256], 'simple': [28, 224], 'test': [29, 232], 'asymmetry': [31, 128, 190, 218], 'funnel': [33, 93, 126, 216, 227], 'predicts': [35], 'discordance': [36, 180], 'results': [38, 71, 263], 'when': [39, 251], 'are': [41, 253], 'compared': [42], 'trials,': [45], 'and': [46, 64, 81, 110, 147, 173, 211], 'we': [47], 'assessed': [48], 'the': [49, 78, 82, 89, 114, 119, 132, 142, 234, 243, 262], 'prevalence': [50], 'published': [54], 'meta-analyses.Medline': [55], 'search': [56, 102], 'identify': [58], 'pairs': [59, 144, 199], 'consisting': [60], 'meta-analysis': [63, 146], 'single': [66], 'trial': [68, 149], '(concordance': [69], 'was': [72, 85, 181, 191, 222], 'assumed': [73], 'if': [74], 'effects': [75], 'same': [79], 'direction': [80], 'meta-analytic': [83], 'estimate': [84], 'within': [86], '30%': [87], 'trial);': [90], 'analysis': [91, 225], 'from': [95, 99, 113, 134, 154, 158, 162, 166, 264], '37': [96], 'identified': [98, 152], 'hand': [101], 'four': [104, 171, 174, 197], 'leading': [105], 'general': [106], 'medicine': [107], 'journals': [108], '1993-6': [109], '38': [111], 'second': [115], '1996': [116], 'issue': [117], 'Cochrane': [120, 214], 'Database': [121], 'Systematic': [123], 'Reviews.Degree': [124], 'plot': [127, 189, 217], 'as': [129, 242], 'measured': [130], 'intercept': [133], 'regression': [135], 'standard': [137], 'normal': [138], 'deviates': [139], 'precision.In': [141], 'eight': [143], '(five': [153], 'cardiovascular': [155], 'medicine,': [156, 160, 164], 'one': [157, 161, 165], 'diabetic': [159], 'geriatric': [163], 'perinatal': [167], 'medicine)': [168], 'there': [169, 221], 'concordant': [172, 204], 'discordant': [175, 198], 'pairs.': [176, 205], 'In': [177, 206], 'all': [178], 'cases': [179], 'due': [182], 'showing': [185], 'larger': [186], 'effects.': [187], 'present': [192], 'three': [194], 'out': [195], 'but': [200, 241], 'none': [202], '14': [207], '(38%)': [208], 'journal': [209], '5': [212], '(13%)': [213], 'reviews,': [215], 'indicated': [219], 'bias.A': [223], 'provides': [229], 'for': [233], 'likely': [235], 'presence': [236], 'meta-analyses,': [240], 'capacity': [244], 'will': [248], 'limited': [250, 257], 'based': [254], 'on': [255], 'number': [258], 'small': [260], 'trials': [261], 'such': [265], 'analyses': [266], 'should': [267], 'treated': [269], 'with': [270], 'considerable': [271], 'caution.': [272]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2157823046', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2862}, {'year': 2022, 'cited_by_count': 3924}, {'year': 2021, 'cited_by_count': 3732}, {'year': 2020, 'cited_by_count': 3393}, {'year': 2019, 'cited_by_count': 2966}, {'year': 2018, 'cited_by_count': 2645}, {'year': 2017, 'cited_by_count': 2611}, {'year': 2016, 'cited_by_count': 2477}, {'year': 2015, 'cited_by_count': 2623}, {'year': 2014, 'cited_by_count': 2468}, {'year': 2013, 'cited_by_count': 2262}, {'year': 2012, 'cited_by_count': 1885}], 'updated_date': '2023-10-04T05:49:09.514791', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2103441770', 'doi': 'https://doi.org/10.1093/bioinformatics/btp324', 'title': 'Fast and accurate short read alignment with Burrows–Wheeler transform', 'display_name': 'Fast and accurate short read alignment with Burrows–Wheeler transform', 'publication_year': 2009, 'publication_date': '2009-05-18', 'ids': {'openalex': 'https://openalex.org/W2103441770', 'doi': 'https://doi.org/10.1093/bioinformatics/btp324', 'mag': '2103441770', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/20080505', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2828108'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/bioinformatics/btp324', 'pdf_url': 'https://academic.oup.com/bioinformatics/article-pdf/25/14/1754/48994219/bioinformatics_25_14_1754.pdf', 'source': {'id': 'https://openalex.org/S52395412', 'display_name': 'Bioinformatics', 'issn_l': '1367-4803', 'issn': ['1367-4811', '1367-4803'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://academic.oup.com/bioinformatics/article-pdf/25/14/1754/48994219/bioinformatics_25_14_1754.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5081850178', 'display_name': 'Heng Li', 'orcid': 'https://orcid.org/0000-0003-4874-2874'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Heng Li', 'raw_affiliation_string': 'Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK', 'raw_affiliation_strings': ['Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5082040351', 'display_name': 'Richard Durbin', 'orcid': 'https://orcid.org/0000-0002-9130-1006'}, 'institutions': [{'id': 'https://openalex.org/I2802476451', 'display_name': 'Wellcome Sanger Institute', 'ror': 'https://ror.org/05cy4wa09', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802476451', 'https://openalex.org/I87048295']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Richard Durbin', 'raw_affiliation_string': 'Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK', 'raw_affiliation_strings': ['Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Cambridge, CB10 1SA, UK']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3618, 'currency': 'USD', 'value_usd': 3618, 'provenance': 'doaj'}, 'apc_paid': {'value': 3618, 'currency': 'USD', 'value_usd': 3618, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 39209, 'biblio': {'volume': '25', 'issue': '14', 'first_page': '1754', 'last_page': '1760'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.8048326}, {'id': 'https://openalex.org/C99138194', 'wikidata': 'https://www.wikidata.org/wiki/Q183427', 'display_name': 'Hash function', 'level': 2, 'score': 0.64871395}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.62907565}, {'id': 'https://openalex.org/C67388219', 'wikidata': 'https://www.wikidata.org/wiki/Q207440', 'display_name': 'Hash table', 'level': 3, 'score': 0.501889}, {'id': 'https://openalex.org/C2778112365', 'wikidata': 'https://www.wikidata.org/wiki/Q3511065', 'display_name': 'Sequence (biology)', 'level': 2, 'score': 0.45481244}, {'id': 'https://openalex.org/C192953774', 'wikidata': 'https://www.wikidata.org/wiki/Q7307127', 'display_name': 'Reference genome', 'level': 4, 'score': 0.43646395}, {'id': 'https://openalex.org/C51679486', 'wikidata': 'https://www.wikidata.org/wiki/Q380546', 'display_name': 'DNA sequencing', 'level': 3, 'score': 0.39791283}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.13878778}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.12264618}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.10310218}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.102255285}, {'id': 'https://openalex.org/C552990157', 'wikidata': 'https://www.wikidata.org/wiki/Q7430', 'display_name': 'DNA', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D023281', 'descriptor_name': 'Genomics', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D001483', 'descriptor_name': 'Base Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015894', 'descriptor_name': 'Genome, Human', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D023281', 'descriptor_name': 'Genomics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017422', 'descriptor_name': 'Sequence Analysis, DNA', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/bioinformatics/btp324', 'pdf_url': 'https://academic.oup.com/bioinformatics/article-pdf/25/14/1754/48994219/bioinformatics_25_14_1754.pdf', 'source': {'id': 'https://openalex.org/S52395412', 'display_name': 'Bioinformatics', 'issn_l': '1367-4803', 'issn': ['1367-4811', '1367-4803'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2705234', 'pdf_url': 'https://europepmc.org/articles/pmc2705234?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.358.2821', 'pdf_url': 'http://bioinformatics.oxfordjournals.org/content/early/2009/05/18/bioinformatics.btp324.full.pdf', 'source': {'id': 'https://openalex.org/S4306400349', 'display_name': 'CiteSeer X (The Pennsylvania State University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130769515', 'host_organization_name': 'Pennsylvania State University', 'host_organization_lineage': ['https://openalex.org/I130769515'], 'host_organization_lineage_names': ['Pennsylvania State University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2705234', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/19451168', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/bioinformatics/btp324', 'pdf_url': 'https://academic.oup.com/bioinformatics/article-pdf/25/14/1754/48994219/bioinformatics_25_14_1754.pdf', 'source': {'id': 'https://openalex.org/S52395412', 'display_name': 'Bioinformatics', 'issn_l': '1367-4803', 'issn': ['1367-4811', '1367-4803'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.11}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.11}], 'grants': [], 'referenced_works_count': 14, 'referenced_works': ['https://openalex.org/W2017808314', 'https://openalex.org/W2072193858', 'https://openalex.org/W2091273836', 'https://openalex.org/W2096760403', 'https://openalex.org/W2097862362', 'https://openalex.org/W2101286050', 'https://openalex.org/W2106808791', 'https://openalex.org/W2111858824', 'https://openalex.org/W2112113834', 'https://openalex.org/W2121762798', 'https://openalex.org/W2124985265', 'https://openalex.org/W2129713651', 'https://openalex.org/W2139760555', 'https://openalex.org/W2143124024'], 'related_works': ['https://openalex.org/W69216466', 'https://openalex.org/W1988408736', 'https://openalex.org/W2056763800', 'https://openalex.org/W2155206775', 'https://openalex.org/W2156435549', 'https://openalex.org/W2177492383', 'https://openalex.org/W2352031993', 'https://openalex.org/W2377410343', 'https://openalex.org/W2381965617', 'https://openalex.org/W2391206957'], 'ngrams_url': 'https://api.openalex.org/works/W2103441770/ngrams', 'abstract_inverted_index': {'Many': [0], 'programs': [1], 'for': [2, 25, 33, 45], 'aligning': [3], 'short': [4, 26, 46], 'sequencing': [5, 50, 55], 'reads': [6, 27, 34, 60], 'to': [7, 65, 111, 116, 148], 'a': [8, 103, 120, 129], 'reference': [9], 'genome': [10], 'have': [11], 'been': [12], 'developed': [13], 'in': [14, 92], 'the': [15, 38, 80, 125], 'last': [16], '2': [17], 'years.': [18], 'Most': [19], 'of': [20, 94, 132, 150], 'them': [21], 'are': [22, 40, 63, 86], 'very': [23], 'efficient': [24], 'but': [28], 'inefficient': [29], 'or': [30], 'not': [31], 'applicable': [32], '>200': [35], 'bp': [36], 'because': [37], 'algorithms': [39], 'heavily': [41], 'and': [42, 61, 77, 101, 145], 'specifically': [43], 'tuned': [44], 'queries': [47], 'with': [48, 128], 'low': [49], 'error': [51], 'rate.': [52], 'However,': [53], 'some': [54], 'platforms': [56], 'already': [57], 'produce': [58], 'longer': [59, 70], 'others': [62], 'expected': [64], 'become': [66], 'available': [67], 'soon.': [68], 'For': [69], 'reads,': [71], 'hashing-based': [72], 'software': [73], 'such': [74], 'as': [75, 137, 139], 'BLAT': [76], 'SSAHA2': [78], 'remain': [79], 'only': [81], 'choices.': [82], 'Nonetheless,': [83], 'these': [84], 'methods': [85], 'substantially': [87], 'slower': [88], 'than': [89, 143, 153], 'short-read': [90], 'aligners': [91], 'terms': [93], 'aligned': [95], 'bases': [96], 'per': [97], 'unit': [98], 'time.We': [99], 'designed': [100], 'implemented': [102], 'new': [104], 'algorithm,': [105], 'Burrows-Wheeler': [106], "Aligner's": [107], 'Smith-Waterman': [108], 'Alignment': [109], '(BWA-SW),': [110], 'align': [112], 'long': [113], 'sequences': [114], 'up': [115], '1': [117], 'Mb': [118], 'against': [119], 'large': [121], 'sequence': [122], 'database': [123], '(e.g.': [124], 'human': [126], 'genome)': [127], 'few': [130], 'gigabytes': [131], 'memory.': [133], 'The': [134], 'algorithm': [135], 'is': [136, 146], 'accurate': [138, 142], 'SSAHA2,': [140], 'more': [141], 'BLAT,': [144], 'several': [147], 'tens': [149], 'times': [151], 'faster': [152], 'both.http://bio-bwa.sourceforge.net': [154]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2103441770', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3759}, {'year': 2022, 'cited_by_count': 5212}, {'year': 2021, 'cited_by_count': 4963}, {'year': 2020, 'cited_by_count': 4653}, {'year': 2019, 'cited_by_count': 3981}, {'year': 2018, 'cited_by_count': 3627}, {'year': 2017, 'cited_by_count': 3175}, {'year': 2016, 'cited_by_count': 2767}, {'year': 2015, 'cited_by_count': 2402}, {'year': 2014, 'cited_by_count': 1907}, {'year': 2013, 'cited_by_count': 1337}, {'year': 2012, 'cited_by_count': 855}], 'updated_date': '2023-09-29T19:16:14.217620', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2156098321', 'doi': 'https://doi.org/10.1136/bmj.b2535', 'title': 'Preferred reporting items for systematic reviews and meta-analyses: the PRISMA statement', 'display_name': 'Preferred reporting items for systematic reviews and meta-analyses: the PRISMA statement', 'publication_year': 2009, 'publication_date': '2009-07-21', 'ids': {'openalex': 'https://openalex.org/W2156098321', 'doi': 'https://doi.org/10.1136/bmj.b2535', 'mag': '2156098321', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/19631508', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2714657'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1136/bmj.b2535', 'pdf_url': 'https://www.bmj.com/content/bmj/339/bmj.b2535.full.pdf', 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://www.bmj.com/content/bmj/339/bmj.b2535.full.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5068353058', 'display_name': 'David Moher', 'orcid': 'https://orcid.org/0000-0003-2434-4206'}, 'institutions': [{'id': 'https://openalex.org/I2800722420', 'display_name': 'Ottawa Hospital', 'ror': 'https://ror.org/03c62dg59', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800722420']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'D. Moher', 'raw_affiliation_string': 'Department of Epidemiology and Community Medicine, Faculty of Medicine, University of Ottawa, Ottawa, Ontario, Canada; Ottawa Methods Centre, Ottawa Hospital Research Institute, Ottawa, Ontario, Canada', 'raw_affiliation_strings': ['Department of Epidemiology and Community Medicine, Faculty of Medicine, University of Ottawa, Ottawa, Ontario, Canada', 'Ottawa Methods Centre, Ottawa Hospital Research Institute, Ottawa, Ontario, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004761866', 'display_name': 'Alessandro Liberati', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I122346577', 'display_name': 'University of Modena and Reggio Emilia', 'ror': 'https://ror.org/02d4c4y02', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I122346577']}, {'id': 'https://openalex.org/I19630809', 'display_name': 'Mario Negri Institute for Pharmacological Research', 'ror': 'https://ror.org/05aspc753', 'country_code': 'IT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I19630809', 'https://openalex.org/I4210110338', 'https://openalex.org/I4210153126']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'A. Liberati', 'raw_affiliation_string': 'Centro Cochrane Italiano, Istituto Ricerche Farmacologiche Mario Negri, Milan, Italy; Università di Modena e Reggio Emilia, Modena, Italy', 'raw_affiliation_strings': ['Centro Cochrane Italiano, Istituto Ricerche Farmacologiche Mario Negri, Milan, Italy', 'Università di Modena e Reggio Emilia, Modena, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076572041', 'display_name': 'Jennifer Tetzlaff', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2800722420', 'display_name': 'Ottawa Hospital', 'ror': 'https://ror.org/03c62dg59', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800722420']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'J. Tetzlaff', 'raw_affiliation_string': 'Ottawa Methods Centre, Ottawa Hospital Research Institute, Ottawa, Ontario, Canada', 'raw_affiliation_strings': ['Ottawa Methods Centre, Ottawa Hospital Research Institute, Ottawa, Ontario, Canada']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5042962646', 'display_name': 'Douglas G. Altman', 'orcid': 'https://orcid.org/0000-0002-7183-4083'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'D. G Altman', 'raw_affiliation_string': 'Centre for Statistics in Medicine, University of Oxford, Oxford, United Kingdom', 'raw_affiliation_strings': ['Centre for Statistics in Medicine, University of Oxford, Oxford, United Kingdom']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 5, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 36940, 'biblio': {'volume': '339', 'issue': 'jul21 1', 'first_page': 'b2535', 'last_page': 'b2535'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2777026412', 'wikidata': 'https://www.wikidata.org/wiki/Q2684591', 'display_name': 'Statement (logic)', 'level': 2, 'score': 0.7137608}, {'id': 'https://openalex.org/C189708586', 'wikidata': 'https://www.wikidata.org/wiki/Q1504425', 'display_name': 'Systematic review', 'level': 3, 'score': 0.7112286}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.58051324}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 0.5038826}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.49744704}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.3886724}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.099478334}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D015201', 'descriptor_name': 'Meta-Analysis as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': 'Q000592', 'qualifier_name': 'standards', 'is_major_topic': True}, {'descriptor_ui': 'D012196', 'descriptor_name': 'Review Literature as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D055317', 'descriptor_name': 'Evidence-Based Practice', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055317', 'descriptor_name': 'Evidence-Based Practice', 'qualifier_ui': 'Q000592', 'qualifier_name': 'standards', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': 'Q000592', 'qualifier_name': 'standards', 'is_major_topic': False}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017594', 'descriptor_name': 'Publication Bias', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011786', 'descriptor_name': 'Quality Control', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009626', 'descriptor_name': 'Terminology as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1136/bmj.b2535', 'pdf_url': 'https://www.bmj.com/content/bmj/339/bmj.b2535.full.pdf', 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2714657', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2714657', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2434/211973', 'pdf_url': 'https://air.unimi.it/bitstream/2434/211973/2/prisma_BMJ.pdf', 'source': {'id': 'https://openalex.org/S4306400516', 'display_name': 'Archivio Istituzionale della Ricerca (Universita Degli Studi Di Milano)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I189158943', 'host_organization_name': 'University of Milan', 'host_organization_lineage': ['https://openalex.org/I189158943'], 'host_organization_lineage_names': ['University of Milan'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/19631508', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1136/bmj.b2535', 'pdf_url': 'https://www.bmj.com/content/bmj/339/bmj.b2535.full.pdf', 'source': {'id': 'https://openalex.org/S192814187', 'display_name': 'BMJ', 'issn_l': '0959-8138', 'issn': ['0959-8138'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319945', 'host_organization_name': 'BMJ', 'host_organization_lineage': ['https://openalex.org/P4310319945'], 'host_organization_lineage_names': ['BMJ'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.1}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.1}], 'grants': [], 'referenced_works_count': 47, 'referenced_works': ['https://openalex.org/W160580327', 'https://openalex.org/W1490605517', 'https://openalex.org/W1498589284', 'https://openalex.org/W1560778466', 'https://openalex.org/W1590137713', 'https://openalex.org/W1690786713', 'https://openalex.org/W1774591799', 'https://openalex.org/W1853602163', 'https://openalex.org/W1971186240', 'https://openalex.org/W1972054739', 'https://openalex.org/W1980300818', 'https://openalex.org/W1983540313', 'https://openalex.org/W2000442546', 'https://openalex.org/W2012932483', 'https://openalex.org/W2015421910', 'https://openalex.org/W2029163232', 'https://openalex.org/W2043759984', 'https://openalex.org/W2058084426', 'https://openalex.org/W2065267852', 'https://openalex.org/W2066896354', 'https://openalex.org/W2067550511', 'https://openalex.org/W2068694980', 'https://openalex.org/W2068769841', 'https://openalex.org/W2093211493', 'https://openalex.org/W2093579014', 'https://openalex.org/W2098631889', 'https://openalex.org/W2100729569', 'https://openalex.org/W2102487800', 'https://openalex.org/W2112505828', 'https://openalex.org/W2116810060', 'https://openalex.org/W2129303461', 'https://openalex.org/W2129829737', 'https://openalex.org/W2132161915', 'https://openalex.org/W2133774931', 'https://openalex.org/W2134833483', 'https://openalex.org/W2135010675', 'https://openalex.org/W2144086043', 'https://openalex.org/W2147581820', 'https://openalex.org/W2158379591', 'https://openalex.org/W2159096825', 'https://openalex.org/W2163839878', 'https://openalex.org/W2165010366', 'https://openalex.org/W2599076725', 'https://openalex.org/W2811157820', 'https://openalex.org/W2982712704', 'https://openalex.org/W2986772077', 'https://openalex.org/W3022903699'], 'related_works': ['https://openalex.org/W1493324536', 'https://openalex.org/W1536405386', 'https://openalex.org/W1597238586', 'https://openalex.org/W2086064646', 'https://openalex.org/W2115485936', 'https://openalex.org/W2119135658', 'https://openalex.org/W2349174110', 'https://openalex.org/W2357241418', 'https://openalex.org/W2792377126', 'https://openalex.org/W3022131925'], 'ngrams_url': 'https://api.openalex.org/works/W2156098321/ngrams', 'abstract_inverted_index': {'David': [0], 'Moher': [1], 'and': [2, 17], 'colleagues': [3], 'introduce': [5], 'PRISMA,': [6], 'an': [7], 'update': [8], 'of': [9], 'the': [10], 'QUOROM': [11], 'guidelines': [12], 'for': [13], 'reporting': [14], 'systematic': [15], 'reviews': [16], 'meta-analyses': [18]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2156098321', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2978}, {'year': 2022, 'cited_by_count': 6398}, {'year': 2021, 'cited_by_count': 5630}, {'year': 2020, 'cited_by_count': 4720}, {'year': 2019, 'cited_by_count': 4127}, {'year': 2018, 'cited_by_count': 3386}, {'year': 2017, 'cited_by_count': 2817}, {'year': 2016, 'cited_by_count': 2327}, {'year': 2015, 'cited_by_count': 1869}, {'year': 2014, 'cited_by_count': 1066}, {'year': 2013, 'cited_by_count': 702}, {'year': 2012, 'cited_by_count': 476}], 'updated_date': '2023-10-04T00:30:14.883892', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2097382368', 'doi': 'https://doi.org/10.1093/nar/25.24.4876', 'title': 'The CLUSTAL_X windows interface: flexible strategies for multiple sequence alignment aided by quality analysis tools', 'display_name': 'The CLUSTAL_X windows interface: flexible strategies for multiple sequence alignment aided by quality analysis tools', 'publication_year': 1997, 'publication_date': '1997-12-15', 'ids': {'openalex': 'https://openalex.org/W2097382368', 'doi': 'https://doi.org/10.1093/nar/25.24.4876', 'mag': '2097382368', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9396791', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/147148'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1093/nar/25.24.4876', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S134668137', 'display_name': 'Nucleic Acids Research', 'issn_l': '0305-1048', 'issn': ['1362-4962', '1362-4954', '0305-1048'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://europepmc.org/articles/pmc147148?pdf=render', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5039921905', 'display_name': 'Julie Thompson', 'orcid': 'https://orcid.org/0000-0003-4893-3478'}, 'institutions': [{'id': 'https://openalex.org/I4210086872', 'display_name': 'Institute of Genetics and Molecular and Cellular Biology', 'ror': 'https://ror.org/0015ws592', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I4210086872', 'https://openalex.org/I4210096427', 'https://openalex.org/I68947357']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Julie D. Thompson', 'raw_affiliation_string': 'Institut de Génétique et de Biologie Moléculaire et Cellulaire, CNRS/INSERM/ULP, BP 163, 67404, Illkirch, Cedex France', 'raw_affiliation_strings': ['Institut de Génétique et de Biologie Moléculaire et Cellulaire, CNRS/INSERM/ULP, BP 163, 67404, Illkirch, Cedex France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004328524', 'display_name': 'Toby J. Gibson', 'orcid': 'https://orcid.org/0000-0003-0657-5166'}, 'institutions': [{'id': 'https://openalex.org/I4210153543', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/050589e39', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560', 'https://openalex.org/I4210153543']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Toby J. Gibson', 'raw_affiliation_string': 'European Molecular Biology Laboratory, Postfach 10.2209, 69012 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biology Laboratory, Postfach 10.2209, 69012 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054655496', 'display_name': 'Frédéric Plewniak', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210086872', 'display_name': 'Institute of Genetics and Molecular and Cellular Biology', 'ror': 'https://ror.org/0015ws592', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I4210086872', 'https://openalex.org/I4210096427', 'https://openalex.org/I68947357']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Frederica Plewniak', 'raw_affiliation_string': 'Institut de Génétique et de Biologie Moléculaire et Cellulaire, CNRS/INSERM/ULP, BP 163, 67404, Illkirch, Cedex France', 'raw_affiliation_strings': ['Institut de Génétique et de Biologie Moléculaire et Cellulaire, CNRS/INSERM/ULP, BP 163, 67404, Illkirch, Cedex France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077324657', 'display_name': 'F Jeanmougin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210086872', 'display_name': 'Institute of Genetics and Molecular and Cellular Biology', 'ror': 'https://ror.org/0015ws592', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I4210086872', 'https://openalex.org/I4210096427', 'https://openalex.org/I68947357']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Francois Jeanmougin', 'raw_affiliation_string': 'Institut de Génétique et de Biologie Moléculaire et Cellulaire, CNRS/INSERM/ULP, BP 163, 67404, Illkirch, Cedex France', 'raw_affiliation_strings': ['Institut de Génétique et de Biologie Moléculaire et Cellulaire, CNRS/INSERM/ULP, BP 163, 67404, Illkirch, Cedex France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5090607558', 'display_name': 'Desmond G. Higgins', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I27577105', 'display_name': 'University College Cork', 'ror': 'https://ror.org/03265fv13', 'country_code': 'IE', 'type': 'education', 'lineage': ['https://openalex.org/I181231927', 'https://openalex.org/I27577105']}], 'countries': ['IE'], 'is_corresponding': False, 'raw_author_name': 'Desmond G. Higgins', 'raw_affiliation_string': 'Department of Biochemistry University College Cork, Ireland', 'raw_affiliation_strings': ['Department of Biochemistry University College Cork, Ireland']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 5, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3630, 'currency': 'USD', 'value_usd': 3630, 'provenance': 'doaj'}, 'apc_paid': {'value': 3630, 'currency': 'USD', 'value_usd': 3630, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 36356, 'biblio': {'volume': '25', 'issue': '24', 'first_page': '4876', 'last_page': '4882'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C88031987', 'wikidata': 'https://www.wikidata.org/wiki/Q1377767', 'display_name': 'Multiple sequence alignment', 'level': 5, 'score': 0.7760352}, {'id': 'https://openalex.org/C112968700', 'wikidata': 'https://www.wikidata.org/wiki/Q11368', 'display_name': 'Unix', 'level': 3, 'score': 0.6608473}, {'id': 'https://openalex.org/C45484198', 'wikidata': 'https://www.wikidata.org/wiki/Q827246', 'display_name': 'Sequence alignment', 'level': 4, 'score': 0.6316449}, {'id': 'https://openalex.org/C21442007', 'wikidata': 'https://www.wikidata.org/wiki/Q1027879', 'display_name': 'Graphics', 'level': 2, 'score': 0.57564974}, {'id': 'https://openalex.org/C2778112365', 'wikidata': 'https://www.wikidata.org/wiki/Q3511065', 'display_name': 'Sequence (biology)', 'level': 2, 'score': 0.5333445}, {'id': 'https://openalex.org/C180384323', 'wikidata': 'https://www.wikidata.org/wiki/Q16335137', 'display_name': 'Alignment-free sequence analysis', 'level': 5, 'score': 0.5321148}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5007818}, {'id': 'https://openalex.org/C61053724', 'wikidata': 'https://www.wikidata.org/wiki/Q1154615', 'display_name': 'Sequence analysis', 'level': 3, 'score': 0.4927812}, {'id': 'https://openalex.org/C113843644', 'wikidata': 'https://www.wikidata.org/wiki/Q901882', 'display_name': 'Interface (matter)', 'level': 4, 'score': 0.49099758}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.46991506}, {'id': 'https://openalex.org/C170723468', 'wikidata': 'https://www.wikidata.org/wiki/Q182933', 'display_name': 'x86', 'level': 3, 'score': 0.43172574}, {'id': 'https://openalex.org/C508378895', 'wikidata': 'https://www.wikidata.org/wiki/Q1406', 'display_name': 'Microsoft Windows', 'level': 3, 'score': 0.41871873}, {'id': 'https://openalex.org/C60644358', 'wikidata': 'https://www.wikidata.org/wiki/Q128570', 'display_name': 'Bioinformatics', 'level': 1, 'score': 0.32533926}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.29151475}, {'id': 'https://openalex.org/C121684516', 'wikidata': 'https://www.wikidata.org/wiki/Q7600677', 'display_name': 'Computer graphics (images)', 'level': 1, 'score': 0.26670313}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.25707418}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.1672079}, {'id': 'https://openalex.org/C167625842', 'wikidata': 'https://www.wikidata.org/wiki/Q899763', 'display_name': 'Peptide sequence', 'level': 3, 'score': 0.16673288}, {'id': 'https://openalex.org/C157915830', 'wikidata': 'https://www.wikidata.org/wiki/Q2928001', 'display_name': 'Bubble', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C129307140', 'wikidata': 'https://www.wikidata.org/wiki/Q6795880', 'display_name': 'Maximum bubble pressure method', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D016415', 'descriptor_name': 'Sequence Alignment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D014584', 'descriptor_name': 'User-Computer Interface', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000595', 'descriptor_name': 'Amino Acid Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003626', 'descriptor_name': 'Data Display', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008969', 'descriptor_name': 'Molecular Sequence Data', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012689', 'descriptor_name': 'Sequence Homology, Nucleic Acid', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1093/nar/25.24.4876', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S134668137', 'display_name': 'Nucleic Acids Research', 'issn_l': '0305-1048', 'issn': ['1362-4962', '1362-4954', '0305-1048'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.science/hal-03869069', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc147148', 'pdf_url': 'https://europepmc.org/articles/pmc147148?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC147148', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9396791', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc147148', 'pdf_url': 'https://europepmc.org/articles/pmc147148?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.46}, {'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.11}], 'grants': [], 'referenced_works_count': 27, 'referenced_works': ['https://openalex.org/W1525759724', 'https://openalex.org/W1969153299', 'https://openalex.org/W1970999032', 'https://openalex.org/W1975001431', 'https://openalex.org/W1978667203', 'https://openalex.org/W1982996449', 'https://openalex.org/W1987328021', 'https://openalex.org/W1990554768', 'https://openalex.org/W1997451177', 'https://openalex.org/W2057368087', 'https://openalex.org/W2066562848', 'https://openalex.org/W2094004308', 'https://openalex.org/W2094031081', 'https://openalex.org/W2095542051', 'https://openalex.org/W2099254366', 'https://openalex.org/W2101418959', 'https://openalex.org/W2102941368', 'https://openalex.org/W2105484013', 'https://openalex.org/W2105516199', 'https://openalex.org/W2106882534', 'https://openalex.org/W2109905685', 'https://openalex.org/W2111222383', 'https://openalex.org/W2113852734', 'https://openalex.org/W2129898029', 'https://openalex.org/W2132109794', 'https://openalex.org/W2149160071', 'https://openalex.org/W2149208773'], 'related_works': ['https://openalex.org/W40413237', 'https://openalex.org/W88386512', 'https://openalex.org/W1725737257', 'https://openalex.org/W1977143711', 'https://openalex.org/W2003893195', 'https://openalex.org/W2051319991', 'https://openalex.org/W2097382368', 'https://openalex.org/W2184990081', 'https://openalex.org/W2317368819', 'https://openalex.org/W3119443523'], 'ngrams_url': 'https://api.openalex.org/works/W2097382368/ngrams', 'abstract_inverted_index': {'CLUSTAL': [0, 15, 39, 166], 'X': [1, 40, 167], 'is': [2, 20], 'a': [3, 46, 97, 108, 150], 'new': [4, 18], 'windows': [5], 'interface': [6], 'for': [7, 28, 73, 186, 190], 'the': [8, 37, 42, 49, 57, 64, 70, 83, 90, 93, 100, 111, 120, 147], 'widely-used': [9], 'progressive': [10], 'multiple': [11, 30, 75], 'sequence': [12, 31, 43, 53, 76], 'alignment': [13, 44, 112], 'program': [14], 'W.': [16], 'The': [17], 'system': [19, 27], 'easy': [21], 'to': [22, 59, 85, 88, 102, 113, 153, 160], 'use,': [23], 'providing': [24], 'an': [25], 'integrated': [26], 'performing': [29], 'and': [32, 35, 77, 105, 116, 129, 140, 155, 159, 193], 'profile': [33, 78], 'alignments': [34, 158], 'analysing': [36], 'results.': [38], 'displays': [41], 'in': [45, 63, 163], 'window': [47], 'on': [48, 171, 175, 180], 'screen.': [50], 'A': [51], 'versatile': [52], 'colouring': [54], 'scheme': [55], 'allows': [56], 'user': [58, 148], 'highlight': [60], 'conserved': [61], 'features': [62, 81], 'alignment.': [65, 79, 122], 'Pull-down': [66], 'menus': [67], 'provide': [68, 146], 'all': [69], 'options': [71], 'required': [72], 'traditional': [74], 'New': [80], 'include:': [82], 'ability': [84], 'cut-and-paste': [86], 'sequences': [87, 101], 'change': [89], 'order': [91], 'of': [92, 96, 99, 107, 110, 142], 'alignment,': [94], 'selection': [95, 106], 'subset': [98], 'be': [103, 114, 127, 136], 'realigned,': [104], 'sub-range': [109], 'realigned': [115], 'inserted': [117], 'back': [118], 'into': [119], 'original': [121], 'Alignment': [123], 'quality': [124], 'analysis': [125, 139], 'can': [126, 135], 'performed': [128], 'low-scoring': [130], 'segments': [131], 'or': [132], 'exceptional': [133], 'residues': [134], 'highlighted.': [137], 'Quality': [138], 'realignment': [141], 'selected': [143], 'residue': [144], 'ranges': [145], 'with': [149], 'powerful': [151], 'tool': [152], 'improve': [154], 'refine': [156], 'difficult': [157], 'trap': [161], 'errors': [162], 'input': [164], 'sequences.': [165], 'has': [168], 'been': [169], 'compiled': [170], 'SUN': [172], 'Solaris,': [173], 'IRIX5.3': [174], 'Silicon': [176], 'Graphics,': [177], 'Digital': [178], 'UNIX': [179], 'DECstations,': [181], 'Microsoft': [182], 'Windows': [183], '(32': [184], 'bit)': [185], 'PCs,': [187, 192], 'Linux': [188], 'ELF': [189], 'x86': [191], 'Macintosh': [194], 'PowerMac.': [195]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2097382368', 'counts_by_year': [{'year': 2023, 'cited_by_count': 406}, {'year': 2022, 'cited_by_count': 652}, {'year': 2021, 'cited_by_count': 740}, {'year': 2020, 'cited_by_count': 862}, {'year': 2019, 'cited_by_count': 916}, {'year': 2018, 'cited_by_count': 951}, {'year': 2017, 'cited_by_count': 1135}, {'year': 2016, 'cited_by_count': 1374}, {'year': 2015, 'cited_by_count': 1686}, {'year': 2014, 'cited_by_count': 1755}, {'year': 2013, 'cited_by_count': 2133}, {'year': 2012, 'cited_by_count': 2184}], 'updated_date': '2023-09-30T06:21:18.742370', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2166281097', 'doi': 'https://doi.org/10.1111/j.1600-0447.1983.tb09716.x', 'title': 'The Hospital Anxiety and Depression Scale', 'display_name': 'The Hospital Anxiety and Depression Scale', 'publication_year': 1983, 'publication_date': '1983-06-01', 'ids': {'openalex': 'https://openalex.org/W2166281097', 'doi': 'https://doi.org/10.1111/j.1600-0447.1983.tb09716.x', 'mag': '2166281097', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/6880820'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/j.1600-0447.1983.tb09716.x', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S199498439', 'display_name': 'Acta Psychiatrica Scandinavica', 'issn_l': '0001-690X', 'issn': ['1600-0447', '0001-690X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5007379298', 'display_name': 'A. S. Zigmond', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I130828816', 'display_name': 'University of Leeds', 'ror': 'https://ror.org/024mrxd33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I130828816']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'A. S. Zigmond', 'raw_affiliation_string': 'Dept. of Psychiatry, 15 Hyde Terrace, Leeds LS2 9LT, England', 'raw_affiliation_strings': ['Dept. of Psychiatry, 15 Hyde Terrace, Leeds LS2 9LT, England']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5088498607', 'display_name': 'R. P. Snaith', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I130828816', 'display_name': 'University of Leeds', 'ror': 'https://ror.org/024mrxd33', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I130828816']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'R. P. Snaith', 'raw_affiliation_string': 'Dept. of Psychiatry, 15 Hyde Terrace, Leeds LS2 9LT, England', 'raw_affiliation_strings': ['Dept. of Psychiatry, 15 Hyde Terrace, Leeds LS2 9LT, England']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5088498607'], 'corresponding_institution_ids': ['https://openalex.org/I130828816'], 'apc_list': {'value': 4430, 'currency': 'USD', 'value_usd': 4430, 'provenance': 'doaj'}, 'apc_paid': {'value': 4430, 'currency': 'USD', 'value_usd': 4430, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 35962, 'biblio': {'volume': '67', 'issue': '6', 'first_page': '361', 'last_page': '370'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C558461103', 'wikidata': 'https://www.wikidata.org/wiki/Q154430', 'display_name': 'Anxiety', 'level': 2, 'score': 0.7434341}, {'id': 'https://openalex.org/C2776867660', 'wikidata': 'https://www.wikidata.org/wiki/Q1814941', 'display_name': 'Depression (economics)', 'level': 2, 'score': 0.68711495}, {'id': 'https://openalex.org/C2778739829', 'wikidata': 'https://www.wikidata.org/wiki/Q17027611', 'display_name': 'Hospital Anxiety and Depression Scale', 'level': 3, 'score': 0.60964787}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 0.5547701}, {'id': 'https://openalex.org/C2778755073', 'wikidata': 'https://www.wikidata.org/wiki/Q10858537', 'display_name': 'Scale (ratio)', 'level': 2, 'score': 0.509752}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.5072267}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 0.4895881}, {'id': 'https://openalex.org/C3020110884', 'wikidata': 'https://www.wikidata.org/wiki/Q695416', 'display_name': 'Outpatient clinic', 'level': 2, 'score': 0.4500523}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.3587268}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C139719470', 'wikidata': 'https://www.wikidata.org/wiki/Q39680', 'display_name': 'Macroeconomics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/j.1600-0447.1983.tb09716.x', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S199498439', 'display_name': 'Acta Psychiatrica Scandinavica', 'issn_l': '0001-690X', 'issn': ['1600-0447', '0001-690X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.66}], 'grants': [], 'referenced_works_count': 8, 'referenced_works': ['https://openalex.org/W1971198533', 'https://openalex.org/W1985955058', 'https://openalex.org/W2046687511', 'https://openalex.org/W2109226331', 'https://openalex.org/W2117170428', 'https://openalex.org/W2130631302', 'https://openalex.org/W2152068408', 'https://openalex.org/W2168250407'], 'related_works': ['https://openalex.org/W1971389176', 'https://openalex.org/W2021347507', 'https://openalex.org/W2140287473', 'https://openalex.org/W2280234387', 'https://openalex.org/W2315774440', 'https://openalex.org/W2565275698', 'https://openalex.org/W2916733025', 'https://openalex.org/W2979144773', 'https://openalex.org/W3024065882', 'https://openalex.org/W3028923775'], 'ngrams_url': 'https://api.openalex.org/works/W2166281097/ngrams', 'abstract_inverted_index': {'ABSTRACT–': [0], 'A': [1], 'self-assessment': [2], 'scale': [3], 'has': [4], 'been': [5], 'developed': [6], 'and': [7, 19, 32, 65, 74, 78], 'found': [8], 'to': [9], 'be': [10], 'a': [11], 'reliable': [12], 'instrument': [13], 'for': [14], 'detecting': [15], 'states': [16], 'of': [17, 24, 39, 41, 51, 63, 67], 'depression': [18], 'anxiety': [20, 31], 'in': [21, 70, 76], 'the': [22, 42, 49, 52, 60], 'setting': [23], 'an': [25], 'hospital': [26, 56], 'medical': [27, 77], 'outpatient': [28], 'clinic.': [29], 'The': [30], 'depressive': [33], 'subscales': [34], 'are': [35], 'also': [36], 'valid': [37], 'measures': [38], 'severity': [40], 'emotional': [43, 68], 'disorder.': [44], 'It': [45], 'is': [46], 'suggested': [47], 'that': [48], 'introduction': [50], 'scales': [53], 'into': [54], 'general': [55], 'practice': [57], 'would': [58], 'facilitate': [59], 'large': [61], 'task': [62], 'detection': [64], 'management': [66], 'disorder': [69], 'patients': [71], 'under': [72], 'investigation': [73], 'treatment': [75], 'surgical': [79], 'departments.': [80]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2166281097', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1829}, {'year': 2022, 'cited_by_count': 2633}, {'year': 2021, 'cited_by_count': 2660}, {'year': 2020, 'cited_by_count': 2410}, {'year': 2019, 'cited_by_count': 2221}, {'year': 2018, 'cited_by_count': 2017}, {'year': 2017, 'cited_by_count': 1947}, {'year': 2016, 'cited_by_count': 1947}, {'year': 2015, 'cited_by_count': 1947}, {'year': 2014, 'cited_by_count': 1906}, {'year': 2013, 'cited_by_count': 1879}, {'year': 2012, 'cited_by_count': 1611}], 'updated_date': '2023-10-04T05:57:24.510221', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2106787323', 'doi': 'https://doi.org/10.3322/caac.20107', 'title': 'Global cancer statistics', 'display_name': 'Global cancer statistics', 'publication_year': 2011, 'publication_date': '2011-02-04', 'ids': {'openalex': 'https://openalex.org/W2106787323', 'doi': 'https://doi.org/10.3322/caac.20107', 'mag': '2106787323', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/21296855'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.20107', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.20107', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.20107', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5009198168', 'display_name': 'Ahmedin Jemal', 'orcid': 'https://orcid.org/0000-0002-0000-4111'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Ahmedin Jemal', 'raw_affiliation_string': 'Vice President, Surveillance Research, American Cancer Society, Atlanta, GA', 'raw_affiliation_strings': ['Vice President, Surveillance Research, American Cancer Society, Atlanta, GA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064215217', 'display_name': 'Freddie Bray', 'orcid': 'https://orcid.org/0000-0002-3248-7787'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Freddie Bray', 'raw_affiliation_string': 'Deputy Head, Section of Cancer Information, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Deputy Head, Section of Cancer Information, International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5026176121', 'display_name': 'Melissa M. Center', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Melissa M. Center', 'raw_affiliation_string': 'Epidemiologist, Surveillance Research, American Cancer Society, Atlanta, GA', 'raw_affiliation_strings': ['Epidemiologist, Surveillance Research, American Cancer Society, Atlanta, GA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051830072', 'display_name': 'Jacques Ferlay', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jacques Ferlay', 'raw_affiliation_string': 'Informatics Officer, Section of Cancer Information, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Informatics Officer, Section of Cancer Information, International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000024586', 'display_name': 'Elizabeth Ward', 'orcid': 'https://orcid.org/0000-0001-6410-1116'}, 'institutions': [{'id': 'https://openalex.org/I1288198617', 'display_name': 'American Cancer Society', 'ror': 'https://ror.org/02e463172', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1288198617']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Elizabeth Ward', 'raw_affiliation_string': 'National Vice President, Intramural Research, American Cancer Society, Atlanta, GA', 'raw_affiliation_strings': ['National Vice President, Intramural Research, American Cancer Society, Atlanta, GA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5003920321', 'display_name': 'David Forman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'David Forman', 'raw_affiliation_string': 'Head, Section of Cancer Information, International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['Head, Section of Cancer Information, International Agency for Research on Cancer, Lyon, France']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5009198168'], 'corresponding_institution_ids': ['https://openalex.org/I1288198617'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 34339, 'biblio': {'volume': '61', 'issue': '2', 'first_page': '69', 'last_page': '90'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.48863727}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.46324176}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.22549808}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.21673658}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0754087}], 'mesh': [{'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001943', 'descriptor_name': 'Breast Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001943', 'descriptor_name': 'Breast Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002648', 'descriptor_name': 'Child', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003110', 'descriptor_name': 'Colonic Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003110', 'descriptor_name': 'Colonic Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D019049', 'descriptor_name': 'Developed Countries', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019049', 'descriptor_name': 'Developed Countries', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D003906', 'descriptor_name': 'Developing Countries', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D003906', 'descriptor_name': 'Developing Countries', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015994', 'descriptor_name': 'Incidence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008113', 'descriptor_name': 'Liver Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D008113', 'descriptor_name': 'Liver Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008175', 'descriptor_name': 'Lung Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008175', 'descriptor_name': 'Lung Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009369', 'descriptor_name': 'Neoplasms', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D015995', 'descriptor_name': 'Prevalence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012004', 'descriptor_name': 'Rectal Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D012004', 'descriptor_name': 'Rectal Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013274', 'descriptor_name': 'Stomach Neoplasms', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D013274', 'descriptor_name': 'Stomach Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015996', 'descriptor_name': 'Survival Rate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.20107', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.20107', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/10200776', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3322/caac.20107', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.3322/caac.20107', 'source': {'id': 'https://openalex.org/S126094547', 'display_name': 'CA: A Cancer Journal for Clinicians', 'issn_l': '0007-9235', 'issn': ['1542-4863', '0007-9235'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.63}], 'grants': [], 'referenced_works_count': 127, 'referenced_works': ['https://openalex.org/W70349491', 'https://openalex.org/W166144408', 'https://openalex.org/W1967814209', 'https://openalex.org/W1971183831', 'https://openalex.org/W1971965404', 'https://openalex.org/W1974062822', 'https://openalex.org/W1975563887', 'https://openalex.org/W1975989949', 'https://openalex.org/W1976538114', 'https://openalex.org/W1978496731', 'https://openalex.org/W1980989148', 'https://openalex.org/W1988399301', 'https://openalex.org/W1991030978', 'https://openalex.org/W1992262527', 'https://openalex.org/W1993815702', 'https://openalex.org/W1994618270', 'https://openalex.org/W1994998567', 'https://openalex.org/W1995048352', 'https://openalex.org/W1996143085', 'https://openalex.org/W1997343063', 'https://openalex.org/W2000336618', 'https://openalex.org/W2001543371', 'https://openalex.org/W2002710886', 'https://openalex.org/W2005312471', 'https://openalex.org/W2006200510', 'https://openalex.org/W2010948558', 'https://openalex.org/W2011152729', 'https://openalex.org/W2019075819', 'https://openalex.org/W2019226655', 'https://openalex.org/W2022573759', 'https://openalex.org/W2023167790', 'https://openalex.org/W2025948439', 'https://openalex.org/W2026946589', 'https://openalex.org/W2027065571', 'https://openalex.org/W2027107462', 'https://openalex.org/W2028651012', 'https://openalex.org/W2028758880', 'https://openalex.org/W2030593198', 'https://openalex.org/W2031306701', 'https://openalex.org/W2033156615', 'https://openalex.org/W2038777574', 'https://openalex.org/W2039745983', 'https://openalex.org/W2041614937', 'https://openalex.org/W2043002015', 'https://openalex.org/W2044608007', 'https://openalex.org/W2046686567', 'https://openalex.org/W2048359072', 'https://openalex.org/W2050533871', 'https://openalex.org/W2056008056', 'https://openalex.org/W2057977939', 'https://openalex.org/W2058250738', 'https://openalex.org/W2058254371', 'https://openalex.org/W2059061584', 'https://openalex.org/W2059267594', 'https://openalex.org/W2060470792', 'https://openalex.org/W2060763328', 'https://openalex.org/W2061178459', 'https://openalex.org/W2062216607', 'https://openalex.org/W2066648341', 'https://openalex.org/W2069304635', 'https://openalex.org/W2077475521', 'https://openalex.org/W2078531409', 'https://openalex.org/W2079486618', 'https://openalex.org/W2079494912', 'https://openalex.org/W2079572370', 'https://openalex.org/W2080267655', 'https://openalex.org/W2081522627', 'https://openalex.org/W2081911461', 'https://openalex.org/W2083375435', 'https://openalex.org/W2087870203', 'https://openalex.org/W2089300758', 'https://openalex.org/W2092444220', 'https://openalex.org/W2093364314', 'https://openalex.org/W2094230188', 'https://openalex.org/W2095761465', 'https://openalex.org/W2098491904', 'https://openalex.org/W2102673605', 'https://openalex.org/W2107140582', 'https://openalex.org/W2111247797', 'https://openalex.org/W2114328084', 'https://openalex.org/W2115641957', 'https://openalex.org/W2119805230', 'https://openalex.org/W2122992204', 'https://openalex.org/W2126945850', 'https://openalex.org/W2128732636', 'https://openalex.org/W2130297731', 'https://openalex.org/W2131553001', 'https://openalex.org/W2132239791', 'https://openalex.org/W2132528779', 'https://openalex.org/W2132900617', 'https://openalex.org/W2133423870', 'https://openalex.org/W2134175543', 'https://openalex.org/W2134644558', 'https://openalex.org/W2137624131', 'https://openalex.org/W2138424758', 'https://openalex.org/W2140481064', 'https://openalex.org/W2143820284', 'https://openalex.org/W2144635719', 'https://openalex.org/W2145426305', 'https://openalex.org/W2146233513', 'https://openalex.org/W2148800999', 'https://openalex.org/W2148818765', 'https://openalex.org/W2150286564', 'https://openalex.org/W2150337151', 'https://openalex.org/W2152576550', 'https://openalex.org/W2154007598', 'https://openalex.org/W2158180864', 'https://openalex.org/W2158914520', 'https://openalex.org/W2159292095', 'https://openalex.org/W2159788418', 'https://openalex.org/W2164856565', 'https://openalex.org/W2165693726', 'https://openalex.org/W2166609686', 'https://openalex.org/W2326637772', 'https://openalex.org/W2408947131', 'https://openalex.org/W2484656965', 'https://openalex.org/W2491954529', 'https://openalex.org/W2992644483', 'https://openalex.org/W3000617624', 'https://openalex.org/W3142001192', 'https://openalex.org/W3148445834', 'https://openalex.org/W4214755598', 'https://openalex.org/W4234507149', 'https://openalex.org/W4235437899', 'https://openalex.org/W4246748514', 'https://openalex.org/W4247483179', 'https://openalex.org/W4249797929'], 'related_works': ['https://openalex.org/W1523310174', 'https://openalex.org/W1922851888', 'https://openalex.org/W1965283770', 'https://openalex.org/W2186113122', 'https://openalex.org/W2531913951', 'https://openalex.org/W2979752698', 'https://openalex.org/W4232219214', 'https://openalex.org/W4243634448', 'https://openalex.org/W4283831541', 'https://openalex.org/W4302381976'], 'ngrams_url': 'https://api.openalex.org/works/W2106787323/ngrams', 'abstract_inverted_index': {'Statistics': [0], 'are': [1], 'given': [2], 'for': [3, 11], 'global': [4], 'patterns': [5], 'of': [6, 18], 'cancer': [7], 'incidence': [8], 'and': [9, 13], 'mortality': [10], 'males': [12], 'females': [14], 'in': [15], '23': [16], 'regions': [17], 'the': [19], 'world.': [20]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2106787323', 'counts_by_year': [{'year': 2023, 'cited_by_count': 424}, {'year': 2022, 'cited_by_count': 771}, {'year': 2021, 'cited_by_count': 1161}, {'year': 2020, 'cited_by_count': 1440}, {'year': 2019, 'cited_by_count': 1847}, {'year': 2018, 'cited_by_count': 2261}, {'year': 2017, 'cited_by_count': 2817}, {'year': 2016, 'cited_by_count': 3470}, {'year': 2015, 'cited_by_count': 5150}, {'year': 2014, 'cited_by_count': 5069}, {'year': 2013, 'cited_by_count': 4172}, {'year': 2012, 'cited_by_count': 2878}], 'updated_date': '2023-09-30T15:16:50.880089', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2014935324', 'doi': 'https://doi.org/10.1038/nmat1849', 'title': 'The rise of graphene', 'display_name': 'The rise of graphene', 'publication_year': 2007, 'publication_date': '2007-03-01', 'ids': {'openalex': 'https://openalex.org/W2014935324', 'doi': 'https://doi.org/10.1038/nmat1849', 'mag': '2014935324', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/17330084'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nmat1849', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S103895331', 'display_name': 'Nature Materials', 'issn_l': '1476-1122', 'issn': ['1476-4660', '1476-1122'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5058357018', 'display_name': 'A. K. Geǐm', 'orcid': 'https://orcid.org/0000-0003-2861-8331'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Andre K. Geim', 'raw_affiliation_string': 'Manchester Centre for Mesoscience and Nanotechnology, University of Manchester, Manchester, UK', 'raw_affiliation_strings': ['Manchester Centre for Mesoscience and Nanotechnology, University of Manchester, Manchester, UK']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5072248970', 'display_name': 'К. С. Новоселов', 'orcid': 'https://orcid.org/0000-0003-4972-5371'}, 'institutions': [{'id': 'https://openalex.org/I28407311', 'display_name': 'University of Manchester', 'ror': 'https://ror.org/027m9bs27', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I28407311']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Kostya S. Novoselov', 'raw_affiliation_string': 'Manchester Centre for Mesoscience and Nanotechnology, University of Manchester, Manchester, UK', 'raw_affiliation_strings': ['Manchester Centre for Mesoscience and Nanotechnology, University of Manchester, Manchester, UK']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5058357018', 'https://openalex.org/A5072248970'], 'corresponding_institution_ids': ['https://openalex.org/I28407311', 'https://openalex.org/I28407311'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 34096, 'biblio': {'volume': '6', 'issue': '3', 'first_page': '183', 'last_page': '191'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C30080830', 'wikidata': 'https://www.wikidata.org/wiki/Q169917', 'display_name': 'Graphene', 'level': 2, 'score': 0.8266845}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.5290569}, {'id': 'https://openalex.org/C33332235', 'wikidata': 'https://www.wikidata.org/wiki/Q18362', 'display_name': 'Theoretical physics', 'level': 1, 'score': 0.41971368}, {'id': 'https://openalex.org/C171250308', 'wikidata': 'https://www.wikidata.org/wiki/Q11468', 'display_name': 'Nanotechnology', 'level': 1, 'score': 0.40524554}, {'id': 'https://openalex.org/C61696701', 'wikidata': 'https://www.wikidata.org/wiki/Q770766', 'display_name': 'Engineering physics', 'level': 1, 'score': 0.32718486}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.25539315}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 0.21203855}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nmat1849', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S103895331', 'display_name': 'Nature Materials', 'issn_l': '1476-1122', 'issn': ['1476-4660', '1476-1122'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/17330084', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.22}], 'grants': [], 'referenced_works_count': 87, 'referenced_works': ['https://openalex.org/W1491016379', 'https://openalex.org/W1598581722', 'https://openalex.org/W1760544772', 'https://openalex.org/W1965319603', 'https://openalex.org/W1970565395', 'https://openalex.org/W1977838850', 'https://openalex.org/W1980512989', 'https://openalex.org/W1983208835', 'https://openalex.org/W1983421851', 'https://openalex.org/W1983977749', 'https://openalex.org/W1984447059', 'https://openalex.org/W1986583880', 'https://openalex.org/W1988829538', 'https://openalex.org/W1991855909', 'https://openalex.org/W1992935537', 'https://openalex.org/W1997613934', 'https://openalex.org/W1998521147', 'https://openalex.org/W2008138427', 'https://openalex.org/W2010724164', 'https://openalex.org/W2011918196', 'https://openalex.org/W2012304502', 'https://openalex.org/W2017713688', 'https://openalex.org/W2018317672', 'https://openalex.org/W2022235068', 'https://openalex.org/W2022581387', 'https://openalex.org/W2022877146', 'https://openalex.org/W2026237155', 'https://openalex.org/W2028260084', 'https://openalex.org/W2030126423', 'https://openalex.org/W2031165376', 'https://openalex.org/W2032276957', 'https://openalex.org/W2032490333', 'https://openalex.org/W2033121022', 'https://openalex.org/W2035743770', 'https://openalex.org/W2037012265', 'https://openalex.org/W2037915714', 'https://openalex.org/W2047986838', 'https://openalex.org/W2050949257', 'https://openalex.org/W2052976411', 'https://openalex.org/W2054921835', 'https://openalex.org/W2057008393', 'https://openalex.org/W2058122340', 'https://openalex.org/W2060724751', 'https://openalex.org/W2068824512', 'https://openalex.org/W2070716620', 'https://openalex.org/W2072020654', 'https://openalex.org/W2072542791', 'https://openalex.org/W2072923279', 'https://openalex.org/W2074757955', 'https://openalex.org/W2076037500', 'https://openalex.org/W2079854619', 'https://openalex.org/W2080870246', 'https://openalex.org/W2084630589', 'https://openalex.org/W2087687862', 'https://openalex.org/W2087980253', 'https://openalex.org/W2088485687', 'https://openalex.org/W2088498991', 'https://openalex.org/W2088599176', 'https://openalex.org/W2092831789', 'https://openalex.org/W2094679283', 'https://openalex.org/W2096285801', 'https://openalex.org/W2101893110', 'https://openalex.org/W2101977779', 'https://openalex.org/W2102415385', 'https://openalex.org/W2103480351', 'https://openalex.org/W2108375990', 'https://openalex.org/W2118492507', 'https://openalex.org/W2121772044', 'https://openalex.org/W2125284466', 'https://openalex.org/W2126874034', 'https://openalex.org/W2134233006', 'https://openalex.org/W2136334331', 'https://openalex.org/W2138159532', 'https://openalex.org/W2139754676', 'https://openalex.org/W2148226925', 'https://openalex.org/W2148903494', 'https://openalex.org/W2155422709', 'https://openalex.org/W2171613665', 'https://openalex.org/W2172264954', 'https://openalex.org/W2476433526', 'https://openalex.org/W3092914166', 'https://openalex.org/W3100326631', 'https://openalex.org/W3101025532', 'https://openalex.org/W3101754194', 'https://openalex.org/W3104935337', 'https://openalex.org/W4249290289', 'https://openalex.org/W4300610810'], 'related_works': ['https://openalex.org/W2033058137', 'https://openalex.org/W2101324952', 'https://openalex.org/W2261536002', 'https://openalex.org/W2592958380', 'https://openalex.org/W2593210242', 'https://openalex.org/W2757214187', 'https://openalex.org/W2767184073', 'https://openalex.org/W2898288368', 'https://openalex.org/W3020434143', 'https://openalex.org/W3131082295'], 'ngrams_url': 'https://api.openalex.org/works/W2014935324/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2014935324', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1231}, {'year': 2022, 'cited_by_count': 1599}, {'year': 2021, 'cited_by_count': 1905}, {'year': 2020, 'cited_by_count': 2218}, {'year': 2019, 'cited_by_count': 2458}, {'year': 2018, 'cited_by_count': 2737}, {'year': 2017, 'cited_by_count': 2989}, {'year': 2016, 'cited_by_count': 2960}, {'year': 2015, 'cited_by_count': 3115}, {'year': 2014, 'cited_by_count': 2978}, {'year': 2013, 'cited_by_count': 2728}, {'year': 2012, 'cited_by_count': 2424}], 'updated_date': '2023-10-04T05:57:26.260146', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2063450941', 'doi': 'https://doi.org/10.1016/s0022-2836(75)80083-0', 'title': 'Detection of specific sequences among DNA fragments separated by gel electrophoresis', 'display_name': 'Detection of specific sequences among DNA fragments separated by gel electrophoresis', 'publication_year': 1975, 'publication_date': '1975-11-01', 'ids': {'openalex': 'https://openalex.org/W2063450941', 'doi': 'https://doi.org/10.1016/s0022-2836(75)80083-0', 'mag': '2063450941', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/1195397'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0022-2836(75)80083-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S46058472', 'display_name': 'Journal of Molecular Biology', 'issn_l': '0022-2836', 'issn': ['1089-8638', '0022-2836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5059063753', 'display_name': 'Edwin M. Southern', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I90344618', 'display_name': 'Medical Research Council', 'ror': 'https://ror.org/03x94j517', 'country_code': 'GB', 'type': 'government', 'lineage': ['https://openalex.org/I4210087105', 'https://openalex.org/I90344618']}, {'id': 'https://openalex.org/I98677209', 'display_name': 'University of Edinburgh', 'ror': 'https://ror.org/01nrxwf90', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I98677209']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'E.M. Southern', 'raw_affiliation_string': 'Medical Research Council Mammalian Genome Unit Department of Zoology, University of Edinburgh, West Mains Road Edinburgh, Scotland', 'raw_affiliation_strings': ['Medical Research Council Mammalian Genome Unit Department of Zoology, University of Edinburgh, West Mains Road Edinburgh, Scotland']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5059063753'], 'corresponding_institution_ids': ['https://openalex.org/I90344618', 'https://openalex.org/I98677209'], 'apc_list': {'value': 4250, 'currency': 'USD', 'value_usd': 4250, 'provenance': 'doaj'}, 'apc_paid': {'value': 4250, 'currency': 'USD', 'value_usd': 4250, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 31902, 'biblio': {'volume': '98', 'issue': '3', 'first_page': '503', 'last_page': '517'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C116084860', 'wikidata': 'https://www.wikidata.org/wiki/Q48255', 'display_name': 'Gel electrophoresis', 'level': 2, 'score': 0.64576066}, {'id': 'https://openalex.org/C552990157', 'wikidata': 'https://www.wikidata.org/wiki/Q7430', 'display_name': 'DNA', 'level': 2, 'score': 0.5986264}, {'id': 'https://openalex.org/C40250595', 'wikidata': 'https://www.wikidata.org/wiki/Q185098', 'display_name': 'Electrophoresis', 'level': 2, 'score': 0.5227297}, {'id': 'https://openalex.org/C190911170', 'wikidata': 'https://www.wikidata.org/wiki/Q4531118', 'display_name': 'Gel electrophoresis of nucleic acids', 'level': 3, 'score': 0.5156387}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.4878066}, {'id': 'https://openalex.org/C153911025', 'wikidata': 'https://www.wikidata.org/wiki/Q7202', 'display_name': 'Molecular biology', 'level': 1, 'score': 0.44016117}, {'id': 'https://openalex.org/C35859425', 'wikidata': 'https://www.wikidata.org/wiki/Q384609', 'display_name': 'Gel electrophoresis of proteins', 'level': 4, 'score': 0.4117559}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.40301034}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.35317957}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.3520767}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.3452786}, {'id': 'https://openalex.org/C101660505', 'wikidata': 'https://www.wikidata.org/wiki/Q898301', 'display_name': 'Polyacrylamide gel electrophoresis', 'level': 3, 'score': 0.32765466}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.26540947}, {'id': 'https://openalex.org/C181199279', 'wikidata': 'https://www.wikidata.org/wiki/Q8047', 'display_name': 'Enzyme', 'level': 2, 'score': 0.070019394}], 'mesh': [{'descriptor_ui': 'D004247', 'descriptor_name': 'DNA', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': True}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001483', 'descriptor_name': 'Base Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004247', 'descriptor_name': 'DNA', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004586', 'descriptor_name': 'Electrophoresis', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D004586', 'descriptor_name': 'Electrophoresis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004586', 'descriptor_name': 'Electrophoresis', 'qualifier_ui': 'Q000295', 'qualifier_name': 'instrumentation', 'is_major_topic': False}, {'descriptor_ui': 'D008970', 'descriptor_name': 'Molecular Weight', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009693', 'descriptor_name': 'Nucleic Acid Hybridization', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009838', 'descriptor_name': 'Oligodeoxyribonucleotides', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': False}, {'descriptor_ui': 'D009838', 'descriptor_name': 'Oligodeoxyribonucleotides', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009994', 'descriptor_name': 'Osmolar Concentration', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012685', 'descriptor_name': 'Sepharose', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013045', 'descriptor_name': 'Species Specificity', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0022-2836(75)80083-0', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S46058472', 'display_name': 'Journal of Molecular Biology', 'issn_l': '0022-2836', 'issn': ['1089-8638', '0022-2836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/1195397', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.12}], 'grants': [], 'referenced_works_count': 10, 'referenced_works': ['https://openalex.org/W1506010125', 'https://openalex.org/W1833411966', 'https://openalex.org/W2034277598', 'https://openalex.org/W2038124483', 'https://openalex.org/W2062418913', 'https://openalex.org/W2079486044', 'https://openalex.org/W2090118483', 'https://openalex.org/W2196945965', 'https://openalex.org/W2228388336', 'https://openalex.org/W3028055819'], 'related_works': ['https://openalex.org/W1139788748', 'https://openalex.org/W1529410132', 'https://openalex.org/W1991835233', 'https://openalex.org/W1997557332', 'https://openalex.org/W1999076623', 'https://openalex.org/W2037877708', 'https://openalex.org/W2049881746', 'https://openalex.org/W2150902358', 'https://openalex.org/W2183959742', 'https://openalex.org/W2403455262'], 'ngrams_url': 'https://api.openalex.org/works/W2063450941/ngrams', 'abstract_inverted_index': {'This': [0], 'paper': [1], 'describes': [2], 'a': [3], 'method': [4, 34], 'of': [5, 8, 39], 'transferring': [6], 'fragments': [7, 18, 41], 'DNA': [9], 'from': [10, 46, 57], 'agarose': [11], 'gels': [12], 'to': [13, 23, 43], 'cellulose': [14], 'nitrate': [15], 'filters.': [16], 'The': [17, 33], 'can': [19], 'then': [20], 'be': [21], 'hybridized': [22], 'radioactive': [24], 'RNA': [25], 'and': [26, 51, 56], 'hybrids': [27], 'detected': [28], 'by': [29, 37], 'radioautography': [30], 'or': [31], 'fluorography.': [32], 'is': [35], 'illustrated': [36], 'analyses': [38], 'restriction': [40], 'complementary': [42], 'ribosomal': [44], 'RNAs': [45], 'Escherichia': [48], 'coli': [49], 'Xenopus': [53], 'laevis': [54], ',': [55], 'several': [58], 'mammals.': [59]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2063450941', 'counts_by_year': [{'year': 2023, 'cited_by_count': 42}, {'year': 2022, 'cited_by_count': 63}, {'year': 2021, 'cited_by_count': 60}, {'year': 2020, 'cited_by_count': 57}, {'year': 2019, 'cited_by_count': 82}, {'year': 2018, 'cited_by_count': 106}, {'year': 2017, 'cited_by_count': 75}, {'year': 2016, 'cited_by_count': 113}, {'year': 2015, 'cited_by_count': 104}, {'year': 2014, 'cited_by_count': 92}, {'year': 2013, 'cited_by_count': 139}, {'year': 2012, 'cited_by_count': 135}], 'updated_date': '2023-09-30T07:28:44.266926', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2160234571', 'doi': 'https://doi.org/10.1007/bf00280883', 'title': 'Homeostasis model assessment: insulin resistance and ?-cell function from fasting plasma glucose and insulin concentrations in man', 'display_name': 'Homeostasis model assessment: insulin resistance and ?-cell function from fasting plasma glucose and insulin concentrations in man', 'publication_year': 1985, 'publication_date': '1985-07-01', 'ids': {'openalex': 'https://openalex.org/W2160234571', 'doi': 'https://doi.org/10.1007/bf00280883', 'mag': '2160234571', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/3899825'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/bf00280883', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/BF00280883.pdf', 'source': {'id': 'https://openalex.org/S104375418', 'display_name': 'Diabetologia', 'issn_l': '0012-186X', 'issn': ['1432-0428', '0012-186X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://link.springer.com/content/pdf/10.1007/BF00280883.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5011127007', 'display_name': 'David R. Matthews', 'orcid': 'https://orcid.org/0000-0001-6504-0036'}, 'institutions': [{'id': 'https://openalex.org/I4210129944', 'display_name': 'Oxford Centre for Diabetes, Endocrinology and Metabolism', 'ror': 'https://ror.org/03myafa32', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I40120149', 'https://openalex.org/I4210129944', 'https://openalex.org/I4210147381']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'D. R. Matthews', 'raw_affiliation_string': 'Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.', 'raw_affiliation_strings': ['Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023878566', 'display_name': 'J. P. Hosker', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210129944', 'display_name': 'Oxford Centre for Diabetes, Endocrinology and Metabolism', 'ror': 'https://ror.org/03myafa32', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I40120149', 'https://openalex.org/I4210129944', 'https://openalex.org/I4210147381']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'J. P. Hosker', 'raw_affiliation_string': 'Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.', 'raw_affiliation_strings': ['Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038152340', 'display_name': 'A Rudenski', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210129944', 'display_name': 'Oxford Centre for Diabetes, Endocrinology and Metabolism', 'ror': 'https://ror.org/03myafa32', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I40120149', 'https://openalex.org/I4210129944', 'https://openalex.org/I4210147381']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'A. S. Rudenski', 'raw_affiliation_string': 'Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.', 'raw_affiliation_strings': ['Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048895008', 'display_name': 'B. A. Naylor', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210129944', 'display_name': 'Oxford Centre for Diabetes, Endocrinology and Metabolism', 'ror': 'https://ror.org/03myafa32', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I40120149', 'https://openalex.org/I4210129944', 'https://openalex.org/I4210147381']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'B. A. Naylor', 'raw_affiliation_string': 'Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.', 'raw_affiliation_strings': ['Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072282052', 'display_name': 'D.F. Treacher', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210129944', 'display_name': 'Oxford Centre for Diabetes, Endocrinology and Metabolism', 'ror': 'https://ror.org/03myafa32', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I40120149', 'https://openalex.org/I4210129944', 'https://openalex.org/I4210147381']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'D. F. Treacher', 'raw_affiliation_string': 'Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.', 'raw_affiliation_strings': ['Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5007719363', 'display_name': 'R. C. Turner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210129944', 'display_name': 'Oxford Centre for Diabetes, Endocrinology and Metabolism', 'ror': 'https://ror.org/03myafa32', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I40120149', 'https://openalex.org/I4210129944', 'https://openalex.org/I4210147381']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'R. C. Turner', 'raw_affiliation_string': 'Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.', 'raw_affiliation_strings': ['Diabetes Research Laboratories, Radcliffe Infirmary, Oxford, UK.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3890, 'currency': 'EUR', 'value_usd': 4990, 'provenance': 'doaj'}, 'apc_paid': {'value': 3890, 'currency': 'EUR', 'value_usd': 4990, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 27668, 'biblio': {'volume': '28', 'issue': '7', 'first_page': '412', 'last_page': '419'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2777391703', 'wikidata': 'https://www.wikidata.org/wiki/Q1053470', 'display_name': 'Insulin resistance', 'level': 3, 'score': 0.8396636}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.8130535}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 0.7889458}, {'id': 'https://openalex.org/C63645605', 'wikidata': 'https://www.wikidata.org/wiki/Q103191', 'display_name': 'Homeostasis', 'level': 2, 'score': 0.76401204}, {'id': 'https://openalex.org/C2779306644', 'wikidata': 'https://www.wikidata.org/wiki/Q2002370', 'display_name': 'Insulin', 'level': 2, 'score': 0.7385479}, {'id': 'https://openalex.org/C2778024521', 'wikidata': 'https://www.wikidata.org/wiki/Q55639806', 'display_name': 'Basal (medicine)', 'level': 3, 'score': 0.68929946}, {'id': 'https://openalex.org/C3018667095', 'wikidata': 'https://www.wikidata.org/wiki/Q3455903', 'display_name': 'Glucose homeostasis', 'level': 4, 'score': 0.6237469}, {'id': 'https://openalex.org/C2778808658', 'wikidata': 'https://www.wikidata.org/wiki/Q2975183', 'display_name': 'Glucose clamp technique', 'level': 5, 'score': 0.5717586}, {'id': 'https://openalex.org/C2776828364', 'wikidata': 'https://www.wikidata.org/wiki/Q1767180', 'display_name': 'Beta cell', 'level': 4, 'score': 0.53545165}, {'id': 'https://openalex.org/C2776161997', 'wikidata': 'https://www.wikidata.org/wiki/Q846600', 'display_name': 'Clamp', 'level': 3, 'score': 0.43810755}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.4375097}, {'id': 'https://openalex.org/C2776174256', 'wikidata': 'https://www.wikidata.org/wiki/Q830842', 'display_name': 'BETA (programming language)', 'level': 2, 'score': 0.43627632}, {'id': 'https://openalex.org/C2780352109', 'wikidata': 'https://www.wikidata.org/wiki/Q728309', 'display_name': 'Pancreatic hormone', 'level': 4, 'score': 0.37290657}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.35428384}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C84111939', 'wikidata': 'https://www.wikidata.org/wiki/Q5125465', 'display_name': 'Clamping', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C165220095', 'wikidata': 'https://www.wikidata.org/wiki/Q207524', 'display_name': 'Islet', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D001786', 'descriptor_name': 'Blood Glucose', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': 'Q000175', 'qualifier_name': 'diagnosis', 'is_major_topic': True}, {'descriptor_ui': 'D007328', 'descriptor_name': 'Insulin', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': True}, {'descriptor_ui': 'D007333', 'descriptor_name': 'Insulin Resistance', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D007515', 'descriptor_name': 'Islets of Langerhans', 'qualifier_ui': 'Q000503', 'qualifier_name': 'physiopathology', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001786', 'descriptor_name': 'Blood Glucose', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003201', 'descriptor_name': 'Computers', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': 'Q000503', 'qualifier_name': 'physiopathology', 'is_major_topic': False}, {'descriptor_ui': 'D004912', 'descriptor_name': 'Erythrocytes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004912', 'descriptor_name': 'Erythrocytes', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D005215', 'descriptor_name': 'Fasting', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006706', 'descriptor_name': 'Homeostasis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007328', 'descriptor_name': 'Insulin', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007515', 'descriptor_name': 'Islets of Langerhans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009000', 'descriptor_name': 'Monocytes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009000', 'descriptor_name': 'Monocytes', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D011972', 'descriptor_name': 'Receptor, Insulin', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011972', 'descriptor_name': 'Receptor, Insulin', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/bf00280883', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/BF00280883.pdf', 'source': {'id': 'https://openalex.org/S104375418', 'display_name': 'Diabetologia', 'issn_l': '0012-186X', 'issn': ['1432-0428', '0012-186X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/3899825', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/bf00280883', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/BF00280883.pdf', 'source': {'id': 'https://openalex.org/S104375418', 'display_name': 'Diabetologia', 'issn_l': '0012-186X', 'issn': ['1432-0428', '0012-186X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.12}], 'grants': [], 'referenced_works_count': 17, 'referenced_works': ['https://openalex.org/W1971705620', 'https://openalex.org/W1987560885', 'https://openalex.org/W2003471965', 'https://openalex.org/W2008251449', 'https://openalex.org/W2009011154', 'https://openalex.org/W2013651740', 'https://openalex.org/W2018720934', 'https://openalex.org/W2020255798', 'https://openalex.org/W2022626487', 'https://openalex.org/W2105912552', 'https://openalex.org/W2109752400', 'https://openalex.org/W2113850105', 'https://openalex.org/W2125624587', 'https://openalex.org/W2148654989', 'https://openalex.org/W2152187001', 'https://openalex.org/W2157739430', 'https://openalex.org/W2336112887'], 'related_works': ['https://openalex.org/W2001555803', 'https://openalex.org/W2002175422', 'https://openalex.org/W2012273189', 'https://openalex.org/W2057640534', 'https://openalex.org/W2079309060', 'https://openalex.org/W2094672900', 'https://openalex.org/W2884204026', 'https://openalex.org/W3023111068', 'https://openalex.org/W3093769985', 'https://openalex.org/W4243941683'], 'ngrams_url': 'https://api.openalex.org/works/W2160234571/ngrams', 'abstract_inverted_index': {'The': [0, 70, 102, 161, 204], 'steady-state': [1], 'basal': [2, 243], 'plasma': [3], 'glucose': [4, 99, 194, 244], 'and': [5, 35, 58, 72, 88, 93, 96, 140, 187, 220, 245], 'insulin': [6, 36, 56, 86, 105, 131, 218, 246], 'concentrations': [7, 27], 'are': [8, 248], 'determined': [9, 79, 250], 'by': [10, 80, 108, 116, 168, 251], 'their': [11], 'interaction': [12], 'in': [13], 'a': [14, 40, 49, 252], 'feedback': [15], 'loop.': [16, 256], 'A': [17], 'computer-solved': [18], 'model': [19, 67, 110, 170, 212], 'has': [20], 'been': [21, 78], 'used': [22], 'to': [23, 62], 'predict': [24], 'the': [25, 45, 53, 63, 75, 119, 129, 141, 177, 189, 192, 208, 211, 229, 232, 240], 'homeostatic': [26], 'which': [28], 'arise': [29], 'from': [30, 191, 210], 'varying': [31], 'degrees': [32], 'beta-cell': [33, 60, 89, 165, 223], 'deficiency': [34], 'resistance.': [37], 'Comparison': [38], 'of': [39, 52, 55, 74, 85, 104, 118, 158, 163, 207, 214, 231], "patient's": [41], 'fasting': [42, 64, 130], 'values': [43], 'with': [44, 82, 113, 155, 173, 188, 235, 239], "model's": [46, 233], 'predictions': [47], 'allows': [48], 'quantitative': [50], 'assessment': [51, 111, 171], 'contributions': [54], 'resistance': [57, 87, 106, 219], 'deficient': [59, 164], 'function': [61, 90, 166], 'hyperglycaemia': [65], '(homeostasis': [66], 'assessment,': [68], 'HOMA).': [69], 'accuracy': [71], 'precision': [73, 206], 'estimate': [76, 103, 162, 190], 'have': [77], 'comparison': [81], 'independent': [83], 'measures': [84], 'using': [91, 176], 'hyperglycaemic': [92, 142, 178], 'euglycaemic': [94, 120], 'clamps': [95], 'an': [97], 'intravenous': [98, 193], 'tolerance': [100, 195], 'test.': [101], 'obtained': [107, 115, 167], 'homeostasis': [109, 169], 'correlated': [112, 172], 'estimates': [114, 209, 234], 'use': [117], 'clamp': [121, 179], '(Rs': [122, 133, 144, 180, 197], '=': [123, 134, 145, 181, 198], '0.88,': [124], 'p': [125, 136, 147, 183, 200], 'less': [126, 137, 148, 184, 201], 'than': [127, 138, 149, 185, 202], '0.0001),': [128, 139], 'concentration': [132], '0.81,': [135], 'clamp,': [143], '0.69,': [146], '0.01).': [150], 'There': [151], 'was': [152], 'no': [153], 'correlation': [154, 230], 'any': [156], 'aspect': [157], 'insulin-receptor': [159], 'binding.': [160], 'that': [174, 242], 'derived': [175], '0.61,': [182], '0.01)': [186], 'test': [196], '0.64,': [199], '0.05).': [203], 'low': [205], '(coefficients': [213], 'variation:': [215], '31%': [216], 'for': [217, 222], '32%': [221], 'deficit)': [224], 'limits': [225], 'its': [226], 'use,': [227], 'but': [228], 'patient': [236], 'data': [237], 'accords': [238], 'hypothesis': [241], 'interactions': [247], 'largely': [249], 'simple': [253], 'feed': [254], 'back': [255]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2160234571', 'counts_by_year': [{'year': 2023, 'cited_by_count': 951}, {'year': 2022, 'cited_by_count': 1365}, {'year': 2021, 'cited_by_count': 1404}, {'year': 2020, 'cited_by_count': 1380}, {'year': 2019, 'cited_by_count': 1376}, {'year': 2018, 'cited_by_count': 1413}, {'year': 2017, 'cited_by_count': 1438}, {'year': 2016, 'cited_by_count': 1473}, {'year': 2015, 'cited_by_count': 1736}, {'year': 2014, 'cited_by_count': 1719}, {'year': 2013, 'cited_by_count': 1709}, {'year': 2012, 'cited_by_count': 1511}], 'updated_date': '2023-10-01T19:47:06.885660', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2126930838', 'doi': 'https://doi.org/10.1002/sim.1186', 'title': 'Quantifying heterogeneity in a meta‐analysis', 'display_name': 'Quantifying heterogeneity in a meta‐analysis', 'publication_year': 2002, 'publication_date': '2002-05-21', 'ids': {'openalex': 'https://openalex.org/W2126930838', 'doi': 'https://doi.org/10.1002/sim.1186', 'mag': '2126930838', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/12111919'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/sim.1186', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S55189604', 'display_name': 'Statistics in Medicine', 'issn_l': '0277-6715', 'issn': ['0277-6715', '1097-0258'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5031195893', 'display_name': 'Julian P T Higgins', 'orcid': 'https://orcid.org/0000-0002-8323-2514'}, 'institutions': [{'id': 'https://openalex.org/I4210134973', 'display_name': 'MRC Biostatistics Unit', 'ror': 'https://ror.org/046vje122', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I241749', 'https://openalex.org/I4210134973', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': True, 'raw_author_name': 'Julian P. T. Higgins', 'raw_affiliation_string': 'MRC Biostatistics Unit, Institute of Public Health, Robinson Way, Cambridge CB2 2SR, U.K.', 'raw_affiliation_strings': ['MRC Biostatistics Unit, Institute of Public Health, Robinson Way, Cambridge CB2 2SR, U.K.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5007606690', 'display_name': 'Simon G. Thompson', 'orcid': 'https://orcid.org/0000-0002-1785-1261'}, 'institutions': [{'id': 'https://openalex.org/I4210134973', 'display_name': 'MRC Biostatistics Unit', 'ror': 'https://ror.org/046vje122', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I241749', 'https://openalex.org/I4210134973', 'https://openalex.org/I90344618']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Simon G. Thompson', 'raw_affiliation_string': 'MRC Biostatistics Unit, Institute of Public Health, Robinson Way, Cambridge CB2 2SR, U.K.', 'raw_affiliation_strings': ['MRC Biostatistics Unit, Institute of Public Health, Robinson Way, Cambridge CB2 2SR, U.K.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5031195893'], 'corresponding_institution_ids': ['https://openalex.org/I4210134973'], 'apc_list': {'value': 4940, 'currency': 'USD', 'value_usd': 4940, 'provenance': 'doaj'}, 'apc_paid': {'value': 4940, 'currency': 'USD', 'value_usd': 4940, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 25562, 'biblio': {'volume': '21', 'issue': '11', 'first_page': '1539', 'last_page': '1558'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C95190672', 'wikidata': 'https://www.wikidata.org/wiki/Q815382', 'display_name': 'Meta-analysis', 'level': 2, 'score': 0.7981831}, {'id': 'https://openalex.org/C119423318', 'wikidata': 'https://www.wikidata.org/wiki/Q7628405', 'display_name': 'Study heterogeneity', 'level': 3, 'score': 0.7465903}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.7078449}, {'id': 'https://openalex.org/C89128539', 'wikidata': 'https://www.wikidata.org/wiki/Q1949963', 'display_name': 'Statistic', 'level': 2, 'score': 0.56291014}, {'id': 'https://openalex.org/C168743327', 'wikidata': 'https://www.wikidata.org/wiki/Q1826427', 'display_name': 'Random effects model', 'level': 3, 'score': 0.5584756}, {'id': 'https://openalex.org/C176217482', 'wikidata': 'https://www.wikidata.org/wiki/Q860554', 'display_name': 'Metric (unit)', 'level': 2, 'score': 0.5346462}, {'id': 'https://openalex.org/C180478619', 'wikidata': 'https://www.wikidata.org/wiki/Q7574066', 'display_name': 'Spatial heterogeneity', 'level': 2, 'score': 0.52035993}, {'id': 'https://openalex.org/C149782125', 'wikidata': 'https://www.wikidata.org/wiki/Q160039', 'display_name': 'Econometrics', 'level': 1, 'score': 0.4971731}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.49046656}, {'id': 'https://openalex.org/C196083921', 'wikidata': 'https://www.wikidata.org/wiki/Q7915758', 'display_name': 'Variance (accounting)', 'level': 2, 'score': 0.47894746}, {'id': 'https://openalex.org/C18747219', 'wikidata': 'https://www.wikidata.org/wiki/Q620994', 'display_name': 'Standard error', 'level': 2, 'score': 0.4736337}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.45156175}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.32205087}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.16845676}, {'id': 'https://openalex.org/C21547014', 'wikidata': 'https://www.wikidata.org/wiki/Q1423657', 'display_name': 'Operations management', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C121955636', 'wikidata': 'https://www.wikidata.org/wiki/Q4116214', 'display_name': 'Accounting', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D002986', 'descriptor_name': 'Clinical Trials as Topic', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D015201', 'descriptor_name': 'Meta-Analysis as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D013223', 'descriptor_name': 'Statistics as Topic', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D000418', 'descriptor_name': 'Albumins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000418', 'descriptor_name': 'Albumins', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': False}, {'descriptor_ui': 'D017024', 'descriptor_name': 'Chemotherapy, Adjuvant', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017024', 'descriptor_name': 'Chemotherapy, Adjuvant', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D002986', 'descriptor_name': 'Clinical Trials as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003072', 'descriptor_name': 'Cognition Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003072', 'descriptor_name': 'Cognition Disorders', 'qualifier_ui': 'Q000188', 'qualifier_name': 'drug therapy', 'is_major_topic': False}, {'descriptor_ui': 'D003566', 'descriptor_name': 'Cytidine Diphosphate Choline', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003566', 'descriptor_name': 'Cytidine Diphosphate Choline', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': False}, {'descriptor_ui': 'D005355', 'descriptor_name': 'Fibrosis', 'qualifier_ui': 'Q000628', 'qualifier_name': 'therapy', 'is_major_topic': False}, {'descriptor_ui': 'D005355', 'descriptor_name': 'Fibrosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005592', 'descriptor_name': 'Fracture Fixation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005592', 'descriptor_name': 'Fracture Fixation', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D006620', 'descriptor_name': 'Hip Fractures', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006620', 'descriptor_name': 'Hip Fractures', 'qualifier_ui': 'Q000601', 'qualifier_name': 'surgery', 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012151', 'descriptor_name': 'Resuscitation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012151', 'descriptor_name': 'Resuscitation', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D012509', 'descriptor_name': 'Sarcoma', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012509', 'descriptor_name': 'Sarcoma', 'qualifier_ui': 'Q000188', 'qualifier_name': 'drug therapy', 'is_major_topic': False}, {'descriptor_ui': 'D015911', 'descriptor_name': 'Sclerotherapy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013223', 'descriptor_name': 'Statistics as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/sim.1186', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S55189604', 'display_name': 'Statistics in Medicine', 'issn_l': '0277-6715', 'issn': ['0277-6715', '1097-0258'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/12111919', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.8}], 'grants': [], 'referenced_works_count': 20, 'referenced_works': ['https://openalex.org/W1554783366', 'https://openalex.org/W1966953116', 'https://openalex.org/W1995662581', 'https://openalex.org/W2027304644', 'https://openalex.org/W2049217505', 'https://openalex.org/W2057022425', 'https://openalex.org/W2099880429', 'https://openalex.org/W2107328434', 'https://openalex.org/W2116455948', 'https://openalex.org/W2128841980', 'https://openalex.org/W2132966541', 'https://openalex.org/W2160323354', 'https://openalex.org/W2161147823', 'https://openalex.org/W2169997396', 'https://openalex.org/W2170521505', 'https://openalex.org/W2275599683', 'https://openalex.org/W2315123323', 'https://openalex.org/W4240242204', 'https://openalex.org/W4241900704', 'https://openalex.org/W4293874313'], 'related_works': ['https://openalex.org/W2057236131', 'https://openalex.org/W2110861740', 'https://openalex.org/W2147234629', 'https://openalex.org/W2510242960', 'https://openalex.org/W2513330125', 'https://openalex.org/W2762279224', 'https://openalex.org/W2765228684', 'https://openalex.org/W2939225615', 'https://openalex.org/W3128342263', 'https://openalex.org/W4313829825'], 'ngrams_url': 'https://api.openalex.org/works/W2126930838/ngrams', 'abstract_inverted_index': {'The': [0], 'extent': [1, 16], 'of': [2, 41, 49, 57, 60, 71, 74, 93, 102, 108, 112, 125, 136, 142, 161, 175, 195, 198], 'heterogeneity': [3, 42, 61, 96], 'in': [4, 11, 51, 145, 167, 206, 209], 'a': [5, 22, 31, 63, 117, 126, 134], 'meta-analysis': [6, 120], 'partly': [7], 'determines': [8], 'the': [9, 39, 47, 52, 58, 72, 77, 90, 94, 106, 109, 113, 122, 140, 196, 212], 'difficulty': [10], 'drawing': [12], 'overall': [13], 'conclusions.': [14], 'This': [15], 'may': [17], 'be': [18, 186, 204], 'measured': [19], 'by': [20, 99], 'estimating': [21], 'between-study': [23], 'variance,': [24], 'but': [25, 44], 'interpretation': [26], 'is': [27, 89, 105, 133, 149], 'then': [28], 'specific': [29], 'to': [30, 121, 151, 211], 'particular': [32], 'treatment': [33, 78], 'effect': [34, 79, 128], 'metric.': [35, 80], 'A': [36], 'test': [37, 213], 'for': [38, 188, 214], 'existence': [40], 'exists,': [43], 'depends': [45], 'on': [46, 62], 'number': [48, 73], 'studies': [50, 75], 'meta-analysis.': [53], 'We': [54, 81, 153, 177], 'develop': [55], 'measures': [56, 163], 'impact': [59, 197], 'meta-analysis,': [64], 'from': [65, 116], 'mathematical': [66], 'criteria,': [67], 'that': [68, 138, 148, 179], 'are': [69, 191], 'independent': [70], 'and': [76, 83, 131, 158, 164, 181], 'derive': [82], 'propose': [84], 'three': [85], 'suitable': [86], 'statistics:': [87], 'H': [88, 180], 'square': [91], 'root': [92], 'chi2': [95], 'statistic': [97], 'divided': [98], 'its': [100], 'degrees': [101], 'freedom;': [103], 'R': [104], 'ratio': [107], 'standard': [110, 123], 'error': [111, 124], 'underlying': [114], 'mean': [115], 'random': [118], 'effects': [119], 'fixed': [127], 'meta-analytic': [129], 'estimate,': [130], 'I2': [132], 'transformation': [135], '(H)': [137], 'describes': [139], 'proportion': [141], 'total': [143], 'variation': [144], 'study': [146], 'estimates': [147, 157], 'due': [150], 'heterogeneity.': [152, 176, 199, 215], 'discuss': [154], 'interpretation,': [155], 'interval': [156], 'other': [159], 'properties': [160], 'these': [162], 'examine': [165], 'them': [166], 'five': [168], 'example': [169], 'data': [170], 'sets': [171], 'showing': [172], 'different': [173], 'amounts': [174], 'conclude': [178], 'I2,': [182], 'which': [183], 'can': [184], 'usually': [185], 'calculated': [187], 'published': [189, 207], 'meta-analyses,': [190], 'particularly': [192], 'useful': [193], 'summaries': [194], 'One': [200], 'or': [201], 'both': [202], 'should': [203], 'presented': [205], 'meta-analyses': [208], 'preference': [210]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2126930838', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1953}, {'year': 2022, 'cited_by_count': 2560}, {'year': 2021, 'cited_by_count': 2575}, {'year': 2020, 'cited_by_count': 2400}, {'year': 2019, 'cited_by_count': 2135}, {'year': 2018, 'cited_by_count': 1805}, {'year': 2017, 'cited_by_count': 1695}, {'year': 2016, 'cited_by_count': 1645}, {'year': 2015, 'cited_by_count': 1679}, {'year': 2014, 'cited_by_count': 1538}, {'year': 2013, 'cited_by_count': 1318}, {'year': 2012, 'cited_by_count': 1089}], 'updated_date': '2023-10-02T01:14:39.564567', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2144081223', 'doi': 'https://doi.org/10.1107/s0907444904019158', 'title': '<i>Coot</i>: model-building tools for molecular graphics', 'display_name': '<i>Coot</i>: model-building tools for molecular graphics', 'publication_year': 2004, 'publication_date': '2004-11-26', 'ids': {'openalex': 'https://openalex.org/W2144081223', 'doi': 'https://doi.org/10.1107/s0907444904019158', 'mag': '2144081223', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/15572765'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0907444904019158', 'pdf_url': 'http://journals.iucr.org/d/issues/2004/12/01/ba5070/ba5070.pdf', 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://journals.iucr.org/d/issues/2004/12/01/ba5070/ba5070.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5071138931', 'display_name': 'Paul Emsley', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I52099693', 'display_name': 'University of York', 'ror': 'https://ror.org/04m01e293', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I52099693']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Paul Emsley', 'raw_affiliation_string': 'York Structural Biology Laboratory, University of York, Heslington, York YO10 5YW, England', 'raw_affiliation_strings': ['York Structural Biology Laboratory, University of York, Heslington, York YO10 5YW, England']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5018808577', 'display_name': 'Kevin Cowtan', 'orcid': 'https://orcid.org/0000-0002-0189-1437'}, 'institutions': [{'id': 'https://openalex.org/I52099693', 'display_name': 'University of York', 'ror': 'https://ror.org/04m01e293', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I52099693']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Kevin Cowtan', 'raw_affiliation_string': 'York Structural Biology Laboratory, University of York, Heslington, York YO10 5YW, England', 'raw_affiliation_strings': ['York Structural Biology Laboratory, University of York, Heslington, York YO10 5YW, England']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 25492, 'biblio': {'volume': '60', 'issue': '12', 'first_page': '2126', 'last_page': '2132'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C21442007', 'wikidata': 'https://www.wikidata.org/wiki/Q1027879', 'display_name': 'Graphics', 'level': 2, 'score': 0.7773676}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5557119}, {'id': 'https://openalex.org/C2984074130', 'wikidata': 'https://www.wikidata.org/wiki/Q73539779', 'display_name': 'R package', 'level': 2, 'score': 0.49377617}, {'id': 'https://openalex.org/C126766683', 'wikidata': 'https://www.wikidata.org/wiki/Q6896006', 'display_name': 'Molecular graphics', 'level': 3, 'score': 0.47119805}, {'id': 'https://openalex.org/C121684516', 'wikidata': 'https://www.wikidata.org/wiki/Q7600677', 'display_name': 'Computer graphics (images)', 'level': 1, 'score': 0.46108976}, {'id': 'https://openalex.org/C77660652', 'wikidata': 'https://www.wikidata.org/wiki/Q150971', 'display_name': 'Computer graphics', 'level': 2, 'score': 0.38505578}, {'id': 'https://openalex.org/C459310', 'wikidata': 'https://www.wikidata.org/wiki/Q117801', 'display_name': 'Computational science', 'level': 1, 'score': 0.12438136}], 'mesh': [{'descriptor_ui': 'D003196', 'descriptor_name': 'Computer Graphics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018360', 'descriptor_name': 'Crystallography, X-Ray', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D008958', 'descriptor_name': 'Models, Molecular', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018360', 'descriptor_name': 'Crystallography, X-Ray', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008024', 'descriptor_name': 'Ligands', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014867', 'descriptor_name': 'Water', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0907444904019158', 'pdf_url': 'http://journals.iucr.org/d/issues/2004/12/01/ba5070/ba5070.pdf', 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/15572765', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0907444904019158', 'pdf_url': 'http://journals.iucr.org/d/issues/2004/12/01/ba5070/ba5070.pdf', 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.18}], 'grants': [], 'referenced_works_count': 5, 'referenced_works': ['https://openalex.org/W1969222787', 'https://openalex.org/W1986830449', 'https://openalex.org/W2013083986', 'https://openalex.org/W2130479394', 'https://openalex.org/W2135839939'], 'related_works': ['https://openalex.org/W60215396', 'https://openalex.org/W173599405', 'https://openalex.org/W180368539', 'https://openalex.org/W1965462237', 'https://openalex.org/W1973763755', 'https://openalex.org/W2032402250', 'https://openalex.org/W2041985731', 'https://openalex.org/W2064846875', 'https://openalex.org/W2080528351', 'https://openalex.org/W2121373519'], 'ngrams_url': 'https://api.openalex.org/works/W2144081223/ngrams', 'abstract_inverted_index': {'CCP4mg': [0], 'is': [1], 'a': [2, 8, 33], 'project': [3], 'that': [4], 'aims': [5], 'to': [6], 'provide': [7], 'general-purpose': [9], 'tool': [10], 'for': [11, 16], 'structural': [12], 'biologists,': [13], 'providing': [14], 'tools': [15, 29], 'X-ray': [17], 'structure': [18, 20], 'solution,': [19], 'comparison': [21], 'and': [22, 24], 'analysis,': [23], 'publication-quality': [25], 'graphics.': [26], 'The': [27], 'map-fitting': [28], 'are': [30], 'available': [31], 'as': [32, 37], 'stand-alone': [34], 'package,': [35], 'distributed': [36], "'Coot'.": [38]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2144081223', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1310}, {'year': 2022, 'cited_by_count': 1740}, {'year': 2021, 'cited_by_count': 1708}, {'year': 2020, 'cited_by_count': 1719}, {'year': 2019, 'cited_by_count': 1725}, {'year': 2018, 'cited_by_count': 1553}, {'year': 2017, 'cited_by_count': 1409}, {'year': 2016, 'cited_by_count': 1479}, {'year': 2015, 'cited_by_count': 1397}, {'year': 2014, 'cited_by_count': 1459}, {'year': 2013, 'cited_by_count': 1629}, {'year': 2012, 'cited_by_count': 1596}], 'updated_date': '2023-10-04T05:49:13.399433', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2098126593', 'doi': 'https://doi.org/10.1093/genetics/155.2.945', 'title': 'Inference of Population Structure Using Multilocus Genotype Data', 'display_name': 'Inference of Population Structure Using Multilocus Genotype Data', 'publication_year': 2000, 'publication_date': '2000-06-01', 'ids': {'openalex': 'https://openalex.org/W2098126593', 'doi': 'https://doi.org/10.1093/genetics/155.2.945', 'mag': '2098126593', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/10835412', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/1461096'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/genetics/155.2.945', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S65932378', 'display_name': 'Genetics', 'issn_l': '0016-6731', 'issn': ['0016-6731', '1943-2631'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://doi.org/10.1093/genetics/155.2.945', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5051388103', 'display_name': 'Jonathan K. Pritchard', 'orcid': 'https://orcid.org/0000-0002-8828-5236'}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Jonathan K. Pritchard', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036504609', 'display_name': 'Matthew Stephens', 'orcid': 'https://orcid.org/0000-0001-5397-9257'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Matthew Stephens', 'raw_affiliation_string': 'Department of Statistics, University of Oxford, Oxford OX1 3TG, United Kingdom', 'raw_affiliation_strings': ['Department of Statistics, University of Oxford, Oxford OX1 3TG, United Kingdom']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5077722090', 'display_name': 'Peter Donnelly', 'orcid': 'https://orcid.org/0000-0001-9495-3408'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Peter Donnelly', 'raw_affiliation_string': 'Department of Statistics, University of Oxford, Oxford OX1 3TG, United Kingdom', 'raw_affiliation_strings': ['Department of Statistics, University of Oxford, Oxford OX1 3TG, United Kingdom']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5051388103'], 'corresponding_institution_ids': [], 'apc_list': {'value': 4264, 'currency': 'USD', 'value_usd': 4264, 'provenance': 'doaj'}, 'apc_paid': {'value': 4264, 'currency': 'USD', 'value_usd': 4264, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 25350, 'biblio': {'volume': '155', 'issue': '2', 'first_page': '945', 'last_page': '959'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.87988615}, {'id': 'https://openalex.org/C61320498', 'wikidata': 'https://www.wikidata.org/wiki/Q265193', 'display_name': 'Microsatellite', 'level': 4, 'score': 0.7162957}, {'id': 'https://openalex.org/C135763542', 'wikidata': 'https://www.wikidata.org/wiki/Q106016', 'display_name': 'Genotype', 'level': 3, 'score': 0.69072104}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.62882817}, {'id': 'https://openalex.org/C84597430', 'wikidata': 'https://www.wikidata.org/wiki/Q106227', 'display_name': 'Locus (genetics)', 'level': 3, 'score': 0.6271581}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.5801042}, {'id': 'https://openalex.org/C2776214188', 'wikidata': 'https://www.wikidata.org/wiki/Q408386', 'display_name': 'Inference', 'level': 2, 'score': 0.5499456}, {'id': 'https://openalex.org/C73555534', 'wikidata': 'https://www.wikidata.org/wiki/Q622825', 'display_name': 'Cluster analysis', 'level': 2, 'score': 0.5199124}, {'id': 'https://openalex.org/C85721925', 'wikidata': 'https://www.wikidata.org/wiki/Q31151', 'display_name': 'Population genetics', 'level': 3, 'score': 0.50820374}, {'id': 'https://openalex.org/C180754005', 'wikidata': 'https://www.wikidata.org/wiki/Q80726', 'display_name': 'Allele', 'level': 3, 'score': 0.50055265}, {'id': 'https://openalex.org/C78458016', 'wikidata': 'https://www.wikidata.org/wiki/Q840400', 'display_name': 'Evolutionary biology', 'level': 1, 'score': 0.4768913}, {'id': 'https://openalex.org/C37463918', 'wikidata': 'https://www.wikidata.org/wiki/Q387981', 'display_name': 'Allele frequency', 'level': 4, 'score': 0.464828}, {'id': 'https://openalex.org/C2993807623', 'wikidata': 'https://www.wikidata.org/wiki/Q7020', 'display_name': 'Genetic data', 'level': 3, 'score': 0.45291352}, {'id': 'https://openalex.org/C46576788', 'wikidata': 'https://www.wikidata.org/wiki/Q5532925', 'display_name': 'Genetic structure', 'level': 4, 'score': 0.44163114}, {'id': 'https://openalex.org/C2983611323', 'wikidata': 'https://www.wikidata.org/wiki/Q7229822', 'display_name': 'Population structure', 'level': 3, 'score': 0.42424893}, {'id': 'https://openalex.org/C68873052', 'wikidata': 'https://www.wikidata.org/wiki/Q349856', 'display_name': 'Genetic variation', 'level': 3, 'score': 0.2652445}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.09831163}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.09101522}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.08050665}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/genetics/155.2.945', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S65932378', 'display_name': 'Genetics', 'issn_l': '0016-6731', 'issn': ['0016-6731', '1943-2631'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1461096', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1093/genetics/155.2.945', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S65932378', 'display_name': 'Genetics', 'issn_l': '0016-6731', 'issn': ['0016-6731', '1943-2631'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310311648', 'host_organization_name': 'Oxford University Press', 'host_organization_lineage': ['https://openalex.org/P4310311647', 'https://openalex.org/P4310311648'], 'host_organization_lineage_names': ['University of Oxford', 'Oxford University Press'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.33}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.17}], 'grants': [], 'referenced_works_count': 18, 'referenced_works': ['https://openalex.org/W1511747216', 'https://openalex.org/W1992249693', 'https://openalex.org/W2015749074', 'https://openalex.org/W2019249381', 'https://openalex.org/W2027255954', 'https://openalex.org/W2037763236', 'https://openalex.org/W2038885294', 'https://openalex.org/W2050299213', 'https://openalex.org/W2060515508', 'https://openalex.org/W2065458978', 'https://openalex.org/W2072076632', 'https://openalex.org/W2080319886', 'https://openalex.org/W2087101057', 'https://openalex.org/W2097325658', 'https://openalex.org/W2106706098', 'https://openalex.org/W2116329478', 'https://openalex.org/W2121996702', 'https://openalex.org/W2122647159'], 'related_works': ['https://openalex.org/W1912112583', 'https://openalex.org/W2022324823', 'https://openalex.org/W2053791891', 'https://openalex.org/W2072349881', 'https://openalex.org/W2086024908', 'https://openalex.org/W2098126593', 'https://openalex.org/W2313558987', 'https://openalex.org/W2406907254', 'https://openalex.org/W2416884031', 'https://openalex.org/W2741914977'], 'ngrams_url': 'https://api.openalex.org/works/W2098126593/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'We': [1, 21, 127], 'describe': [2], 'a': [3, 23, 42, 79], 'model-based': [4], 'clustering': [5], 'method': [6, 106, 131], 'for': [7, 159], 'using': [8, 137, 148], 'multilocus': [9], 'genotype': [10, 149], 'data': [11, 150], 'to': [12, 19, 57, 61, 88, 116], 'infer': [13], 'population': [14, 112], 'structure': [15], 'and': [16, 83, 121, 124], 'assign': [17], 'individuals': [18, 115], 'populations.': [20], 'assume': [22, 78], 'model': [24, 75], 'in': [25, 51, 145], 'which': [26, 38], 'there': [27], 'are': [28, 54, 72, 99], 'K': [29, 32], 'populations': [30, 65], '(where': [31], 'may': [33], 'be': [34, 86], 'unknown),': [35], 'each': [36, 48], 'of': [37, 44, 90, 104, 111, 140], 'is': [39, 162], 'characterized': [40], 'by': [41], 'set': [43], 'allele': [45], 'frequencies': [46], 'at': [47], 'locus.': [49], 'Individuals': [50], 'the': [52, 91, 109, 130], 'sample': [53], 'assigned': [55], '(probabilistically)': [56], 'populations,': [58, 117], 'or': [59, 63], 'jointly': [60], 'two': [62], 'more': [64], 'if': [66], 'their': [67], 'genotypes': [68], 'indicate': [69], 'that': [70, 97, 129], 'they': [71, 98], 'admixed.': [73], 'Our': [74], 'does': [76], 'not': [77, 100], 'particular': [80], 'mutation': [81], 'process,': [82], 'it': [84], 'can': [85, 132], 'applied': [87], 'most': [89], 'commonly': [92], 'used': [93, 158], 'genetic': [94], 'markers,': [95], 'provided': [96], 'closely': [101], 'linked.': [102], 'Applications': [103], 'our': [105], 'include': [107], 'demonstrating': [108], 'presence': [110], 'structure,': [113], 'assigning': [114], 'studying': [118], 'hybrid': [119], 'zones,': [120], 'identifying': [122], 'migrants': [123], 'admixed': [125], 'individuals.': [126], 'show': [128], 'produce': [133], 'highly': [134], 'accurate': [135], 'assignments': [136], 'modest': [138], 'numbers': [139], 'loci—e.g.,': [141], 'seven': [142], 'microsatellite': [143], 'loci': [144], 'an': [146, 152], 'example': [147], 'from': [151, 164], 'endangered': [153], 'bird': [154], 'species.': [155], 'The': [156], 'software': [157], 'this': [160], 'article': [161], 'available': [163], 'http://www.stats.ox.ac.uk/~pritch/home.html.': [165]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2098126593', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1152}, {'year': 2022, 'cited_by_count': 1560}, {'year': 2021, 'cited_by_count': 1661}, {'year': 2020, 'cited_by_count': 1671}, {'year': 2019, 'cited_by_count': 1678}, {'year': 2018, 'cited_by_count': 1616}, {'year': 2017, 'cited_by_count': 1644}, {'year': 2016, 'cited_by_count': 1670}, {'year': 2015, 'cited_by_count': 1808}, {'year': 2014, 'cited_by_count': 1795}, {'year': 2013, 'cited_by_count': 1595}, {'year': 2012, 'cited_by_count': 1540}], 'updated_date': '2023-10-03T17:50:47.120913', 'created_date': '2016-06-24'}]
paginación
OpenAlex ofrece dos métodos de paginación: paginación básica y paginación del cursor. Ambos métodos son compatibles con PyAlex, aunque la paginación del cursor parece ser más fácil de implementar y menos propensa a errores.
paginación básica
Consulte las limitaciones de la paginación básica en la documentación de OpenAlex. Es relativamente fácil implementar la paginación básica con PyAlex; sin embargo, se recomienda utilizar el buscapersonas integrado basado en la paginación del cursor.
paginación del cursor
Utilice paginate()
para paginar resultados. Cada página es una lista de registros, con un máximo de per_page
(25 por defecto). De forma predeterminada, el argumento de paginación
n_max
está establecido en 10000. Utilice None
para recuperar todos los resultados.
from pyalex import Authors
pager = Authors().search_filter(display_name="einstein").paginate(per_page=200)
for page in pager:
print(len(page))
200 200 200 146
¿Busca un método sencillo para iterar los registros de un buscapersonas?
from itertools import chain
from pyalex import Authors
query = Authors().search_filter(display_name="einstein")
for record in chain(*query.paginate(per_page=200)):
print(record["id"])
https://openalex.org/A5054034686 https://openalex.org/A5042867497 https://openalex.org/A5022765499 https://openalex.org/A5024186639 https://openalex.org/A5055570312 https://openalex.org/A5018193731 https://openalex.org/A5046690126 https://openalex.org/A5039560306 https://openalex.org/A5084744777 https://openalex.org/A5069454846 https://openalex.org/A5052054641 https://openalex.org/A5062509996 https://openalex.org/A5083138872 https://openalex.org/A5013223961 https://openalex.org/A5082978728 https://openalex.org/A5069681584 https://openalex.org/A5035765034 https://openalex.org/A5071941068 https://openalex.org/A5038989795 https://openalex.org/A5005665875 https://openalex.org/A5085196499 https://openalex.org/A5029726949 https://openalex.org/A5019378827 https://openalex.org/A5063818955 https://openalex.org/A5009908799 https://openalex.org/A5046260960 https://openalex.org/A5034274263 https://openalex.org/A5090399610 https://openalex.org/A5045871550 https://openalex.org/A5041232059 https://openalex.org/A5018505133 https://openalex.org/A5031890333 https://openalex.org/A5072529305 https://openalex.org/A5000042837 https://openalex.org/A5051332842 https://openalex.org/A5068148101 https://openalex.org/A5030202950 https://openalex.org/A5020250985 https://openalex.org/A5037078883 https://openalex.org/A5062671545 https://openalex.org/A5024250119 https://openalex.org/A5054008969 https://openalex.org/A5008301812 https://openalex.org/A5037078211 https://openalex.org/A5076179175 https://openalex.org/A5044495460 https://openalex.org/A5039707458 https://openalex.org/A5052160352 https://openalex.org/A5075169492 https://openalex.org/A5033476195 https://openalex.org/A5085173829 https://openalex.org/A5054894539 https://openalex.org/A5029956016 https://openalex.org/A5019345350 https://openalex.org/A5007273939 https://openalex.org/A5055907730 https://openalex.org/A5021030588 https://openalex.org/A5071258254 https://openalex.org/A5036427290 https://openalex.org/A5026977447 https://openalex.org/A5064586993 https://openalex.org/A5011586240 https://openalex.org/A5078947491 https://openalex.org/A5089535401 https://openalex.org/A5047332212 https://openalex.org/A5016145921 https://openalex.org/A5004139662 https://openalex.org/A5007748967 https://openalex.org/A5052567344 https://openalex.org/A5024825166 https://openalex.org/A5007341693 https://openalex.org/A5002006828 https://openalex.org/A5083143186 https://openalex.org/A5047005486 https://openalex.org/A5038479628 https://openalex.org/A5037495279 https://openalex.org/A5078380300 https://openalex.org/A5062677673 https://openalex.org/A5041974875 https://openalex.org/A5034271030 https://openalex.org/A5087033311 https://openalex.org/A5038738926 https://openalex.org/A5034291422 https://openalex.org/A5045612172 https://openalex.org/A5051536731 https://openalex.org/A5036691662 https://openalex.org/A5065077617 https://openalex.org/A5025349812 https://openalex.org/A5052338828 https://openalex.org/A5063195178 https://openalex.org/A5087314873 https://openalex.org/A5051746645 https://openalex.org/A5015987298 https://openalex.org/A5021528490 https://openalex.org/A5049206935 https://openalex.org/A5018270005 https://openalex.org/A5078930757 https://openalex.org/A5043263009 https://openalex.org/A5066689741 https://openalex.org/A5025424932 https://openalex.org/A5010942285 https://openalex.org/A5002482135 https://openalex.org/A5021418842 https://openalex.org/A5031447671 https://openalex.org/A5025158076 https://openalex.org/A5073249077 https://openalex.org/A5072327739 https://openalex.org/A5056329466 https://openalex.org/A5067628892 https://openalex.org/A5089233759 https://openalex.org/A5038646765 https://openalex.org/A5056400401 https://openalex.org/A5052126293 https://openalex.org/A5022695114 https://openalex.org/A5077414949 https://openalex.org/A5028776539 https://openalex.org/A5030582733 https://openalex.org/A5088398769 https://openalex.org/A5042597678 https://openalex.org/A5011290708 https://openalex.org/A5039460499 https://openalex.org/A5047242411 https://openalex.org/A5066703667 https://openalex.org/A5060382432 https://openalex.org/A5001922813 https://openalex.org/A5063114057 https://openalex.org/A5076096706 https://openalex.org/A5066351282 https://openalex.org/A5003865409 https://openalex.org/A5087250095 https://openalex.org/A5008303494 https://openalex.org/A5016601687 https://openalex.org/A5026833737 https://openalex.org/A5009749104 https://openalex.org/A5040198727 https://openalex.org/A5065407703 https://openalex.org/A5022132388 https://openalex.org/A5009940410 https://openalex.org/A5048059204 https://openalex.org/A5001325494 https://openalex.org/A5068886456 https://openalex.org/A5081613334 https://openalex.org/A5090499124 https://openalex.org/A5027111866 https://openalex.org/A5012090988 https://openalex.org/A5043362144 https://openalex.org/A5009450856 https://openalex.org/A5081693010 https://openalex.org/A5080373426 https://openalex.org/A5072143580 https://openalex.org/A5088193667 https://openalex.org/A5026040382 https://openalex.org/A5012981037 https://openalex.org/A5038050468 https://openalex.org/A5040047131 https://openalex.org/A5026297940 https://openalex.org/A5072127562 https://openalex.org/A5044604113 https://openalex.org/A5043040602 https://openalex.org/A5006531668 https://openalex.org/A5085172004 https://openalex.org/A5079714632 https://openalex.org/A5054072703 https://openalex.org/A5086217005 https://openalex.org/A5046508662 https://openalex.org/A5087162429 https://openalex.org/A5086966785 https://openalex.org/A5083062009 https://openalex.org/A5054604524 https://openalex.org/A5078490710 https://openalex.org/A5003818375 https://openalex.org/A5032240623 https://openalex.org/A5013868764 https://openalex.org/A5036277772 https://openalex.org/A5091298660 https://openalex.org/A5045077849 https://openalex.org/A5075156103 https://openalex.org/A5002777846 https://openalex.org/A5003710794 https://openalex.org/A5066838669 https://openalex.org/A5038467157 https://openalex.org/A5064896745 https://openalex.org/A5003130165 https://openalex.org/A5008523590 https://openalex.org/A5086497615 https://openalex.org/A5081970925 https://openalex.org/A5039399584 https://openalex.org/A5064826889 https://openalex.org/A5014629495 https://openalex.org/A5033012293 https://openalex.org/A5060418690 https://openalex.org/A5068887610 https://openalex.org/A5002899734 https://openalex.org/A5022458071 https://openalex.org/A5064315455 https://openalex.org/A5075498827 https://openalex.org/A5030504199 https://openalex.org/A5054075549 https://openalex.org/A5076408099 https://openalex.org/A5038010000 https://openalex.org/A5022114311 https://openalex.org/A5030817542 https://openalex.org/A5015614763 https://openalex.org/A5078769505 https://openalex.org/A5028383862 https://openalex.org/A5087115222 https://openalex.org/A5008814698 https://openalex.org/A5011327914 https://openalex.org/A5071335523 https://openalex.org/A5041849781 https://openalex.org/A5005099769 https://openalex.org/A5077221270 https://openalex.org/A5029314418 https://openalex.org/A5055935378 https://openalex.org/A5000681693 https://openalex.org/A5000947245 https://openalex.org/A5074491753 https://openalex.org/A5054582805 https://openalex.org/A5074334736 https://openalex.org/A5070473009 https://openalex.org/A5013741920 https://openalex.org/A5054738333 https://openalex.org/A5022300276 https://openalex.org/A5040298147 https://openalex.org/A5004167189 https://openalex.org/A5068507686 https://openalex.org/A5073505000 https://openalex.org/A5080145934 https://openalex.org/A5010282399 https://openalex.org/A5045105384 https://openalex.org/A5055257640 https://openalex.org/A5069150282 https://openalex.org/A5040999180 https://openalex.org/A5048844438 https://openalex.org/A5007325005 https://openalex.org/A5036751623 https://openalex.org/A5090933815 https://openalex.org/A5023688909 https://openalex.org/A5047478957 https://openalex.org/A5065191969 https://openalex.org/A5083415888 https://openalex.org/A5071173242 https://openalex.org/A5045706657 https://openalex.org/A5060437173 https://openalex.org/A5039186636 https://openalex.org/A5009222798 https://openalex.org/A5018180651 https://openalex.org/A5021695139 https://openalex.org/A5036485900 https://openalex.org/A5075537545 https://openalex.org/A5028143913 https://openalex.org/A5017742035 https://openalex.org/A5084324822 https://openalex.org/A5017214207 https://openalex.org/A5051999867 https://openalex.org/A5056439766 https://openalex.org/A5069778878 https://openalex.org/A5002825305 https://openalex.org/A5018126168 https://openalex.org/A5002344618 https://openalex.org/A5047833209 https://openalex.org/A5050288842 https://openalex.org/A5056101346 https://openalex.org/A5075777524 https://openalex.org/A5050134602 https://openalex.org/A5001257929 https://openalex.org/A5044672918 https://openalex.org/A5052066850 https://openalex.org/A5047089673 https://openalex.org/A5037319318 https://openalex.org/A5023362276 https://openalex.org/A5034903280 https://openalex.org/A5070260700 https://openalex.org/A5034516829 https://openalex.org/A5064568779 https://openalex.org/A5084710796 https://openalex.org/A5005700664 https://openalex.org/A5007606139 https://openalex.org/A5049455659 https://openalex.org/A5000543481 https://openalex.org/A5005781101 https://openalex.org/A5006527468 https://openalex.org/A5019315872 https://openalex.org/A5034320671 https://openalex.org/A5077065553 https://openalex.org/A5006867622 https://openalex.org/A5002417199 https://openalex.org/A5063393795 https://openalex.org/A5041631774 https://openalex.org/A5009160240 https://openalex.org/A5038841523 https://openalex.org/A5054549050 https://openalex.org/A5064641514 https://openalex.org/A5071672286 https://openalex.org/A5079280982 https://openalex.org/A5078886359 https://openalex.org/A5022004445 https://openalex.org/A5056280800 https://openalex.org/A5072759822 https://openalex.org/A5073818243 https://openalex.org/A5090907622 https://openalex.org/A5025264546 https://openalex.org/A5082482094 https://openalex.org/A5071430301 https://openalex.org/A5016635914 https://openalex.org/A5047395229 https://openalex.org/A5020654544 https://openalex.org/A5027196262 https://openalex.org/A5062612440 https://openalex.org/A5054037728 https://openalex.org/A5014283199 https://openalex.org/A5040714121 https://openalex.org/A5067467434 https://openalex.org/A5055045217 https://openalex.org/A5089477692 https://openalex.org/A5039578179 https://openalex.org/A5069415123 https://openalex.org/A5006948985 https://openalex.org/A5055479238 https://openalex.org/A5063117550 https://openalex.org/A5036450822 https://openalex.org/A5062714469 https://openalex.org/A5072435576 https://openalex.org/A5014329486 https://openalex.org/A5062942745 https://openalex.org/A5036202604 https://openalex.org/A5080644973 https://openalex.org/A5023994831 https://openalex.org/A5045522160 https://openalex.org/A5056435349 https://openalex.org/A5008946187 https://openalex.org/A5021481860 https://openalex.org/A5052325964 https://openalex.org/A5001350115 https://openalex.org/A5030747669 https://openalex.org/A5072202159 https://openalex.org/A5089666034 https://openalex.org/A5090308326 https://openalex.org/A5003733621 https://openalex.org/A5009842612 https://openalex.org/A5013421590 https://openalex.org/A5018109187 https://openalex.org/A5023502003 https://openalex.org/A5029432765 https://openalex.org/A5032093892 https://openalex.org/A5034584526 https://openalex.org/A5040745096 https://openalex.org/A5043431267 https://openalex.org/A5052356320 https://openalex.org/A5058284045 https://openalex.org/A5080072941 https://openalex.org/A5088537960 https://openalex.org/A5002071539 https://openalex.org/A5002410010 https://openalex.org/A5002701977 https://openalex.org/A5008858292 https://openalex.org/A5011430403 https://openalex.org/A5014828778 https://openalex.org/A5016293176 https://openalex.org/A5016744331 https://openalex.org/A5024159082 https://openalex.org/A5027198734 https://openalex.org/A5028278105 https://openalex.org/A5028539446 https://openalex.org/A5028584895 https://openalex.org/A5033791920 https://openalex.org/A5035409014 https://openalex.org/A5038108362 https://openalex.org/A5039189105 https://openalex.org/A5040244710 https://openalex.org/A5040488610 https://openalex.org/A5040998406 https://openalex.org/A5043338342 https://openalex.org/A5043890271 https://openalex.org/A5049078988 https://openalex.org/A5049337087 https://openalex.org/A5050559766 https://openalex.org/A5051523151 https://openalex.org/A5055681981 https://openalex.org/A5055779435 https://openalex.org/A5057021053 https://openalex.org/A5059037520 https://openalex.org/A5060395625 https://openalex.org/A5061065550 https://openalex.org/A5061261990 https://openalex.org/A5063041826 https://openalex.org/A5067481022 https://openalex.org/A5070493372 https://openalex.org/A5072367737 https://openalex.org/A5072419111 https://openalex.org/A5074611917 https://openalex.org/A5076491039 https://openalex.org/A5078798831 https://openalex.org/A5084608059 https://openalex.org/A5087192391 https://openalex.org/A5087983396 https://openalex.org/A5090224403 https://openalex.org/A5000245500 https://openalex.org/A5000266332 https://openalex.org/A5000627300 https://openalex.org/A5000840843 https://openalex.org/A5001525446 https://openalex.org/A5001878012 https://openalex.org/A5001983836 https://openalex.org/A5002254979 https://openalex.org/A5002481339 https://openalex.org/A5002745538 https://openalex.org/A5002777351 https://openalex.org/A5002880453 https://openalex.org/A5003332123 https://openalex.org/A5003394292 https://openalex.org/A5003658079 https://openalex.org/A5003920046 https://openalex.org/A5004277365 https://openalex.org/A5004598081 https://openalex.org/A5004804098 https://openalex.org/A5005287014 https://openalex.org/A5005457806 https://openalex.org/A5005577478 https://openalex.org/A5005751182 https://openalex.org/A5005938699 https://openalex.org/A5006132461 https://openalex.org/A5006234403 https://openalex.org/A5006557816 https://openalex.org/A5006982925 https://openalex.org/A5008299059 https://openalex.org/A5008454692 https://openalex.org/A5008603887 https://openalex.org/A5008613849 https://openalex.org/A5009073688 https://openalex.org/A5009093167 https://openalex.org/A5009561655 https://openalex.org/A5009771366 https://openalex.org/A5009893731 https://openalex.org/A5010671948 https://openalex.org/A5010718576 https://openalex.org/A5011233648 https://openalex.org/A5012025815 https://openalex.org/A5012186205 https://openalex.org/A5012214816 https://openalex.org/A5012715369 https://openalex.org/A5012783613 https://openalex.org/A5013179460 https://openalex.org/A5013216329 https://openalex.org/A5013217804 https://openalex.org/A5014216396 https://openalex.org/A5014329735 https://openalex.org/A5014736241 https://openalex.org/A5015046927 https://openalex.org/A5015432234 https://openalex.org/A5016011179 https://openalex.org/A5016076992 https://openalex.org/A5016571721 https://openalex.org/A5016850861 https://openalex.org/A5016891178 https://openalex.org/A5017090187 https://openalex.org/A5017450803 https://openalex.org/A5017712233 https://openalex.org/A5017876007 https://openalex.org/A5017965758 https://openalex.org/A5018093331 https://openalex.org/A5018095234 https://openalex.org/A5018371423 https://openalex.org/A5018856276 https://openalex.org/A5018920069 https://openalex.org/A5018995385 https://openalex.org/A5019046107 https://openalex.org/A5019148152 https://openalex.org/A5019358761 https://openalex.org/A5019434250 https://openalex.org/A5019628579 https://openalex.org/A5019668549 https://openalex.org/A5019996632 https://openalex.org/A5020154031 https://openalex.org/A5020208156 https://openalex.org/A5020647832 https://openalex.org/A5020700198 https://openalex.org/A5020839844 https://openalex.org/A5020955373 https://openalex.org/A5021400640 https://openalex.org/A5021491977 https://openalex.org/A5021515044 https://openalex.org/A5021695026 https://openalex.org/A5021799408 https://openalex.org/A5021937790 https://openalex.org/A5022284539 https://openalex.org/A5022369006 https://openalex.org/A5022814137 https://openalex.org/A5023148953 https://openalex.org/A5023233668 https://openalex.org/A5023312644 https://openalex.org/A5023400271 https://openalex.org/A5023475968 https://openalex.org/A5023514273 https://openalex.org/A5023706380 https://openalex.org/A5023849602 https://openalex.org/A5024047623 https://openalex.org/A5024183964 https://openalex.org/A5024443169 https://openalex.org/A5024598936 https://openalex.org/A5024657511 https://openalex.org/A5024922907 https://openalex.org/A5025086663 https://openalex.org/A5025382920 https://openalex.org/A5025538296 https://openalex.org/A5027082005 https://openalex.org/A5027429493 https://openalex.org/A5027460725 https://openalex.org/A5027508595 https://openalex.org/A5027798280 https://openalex.org/A5027863209 https://openalex.org/A5028236784 https://openalex.org/A5028282916 https://openalex.org/A5028494873 https://openalex.org/A5028552379 https://openalex.org/A5029624848 https://openalex.org/A5029854674 https://openalex.org/A5030573413 https://openalex.org/A5031171860 https://openalex.org/A5031542999 https://openalex.org/A5031862363 https://openalex.org/A5031866865 https://openalex.org/A5033688674 https://openalex.org/A5034709085 https://openalex.org/A5034730486 https://openalex.org/A5034856934 https://openalex.org/A5034908402 https://openalex.org/A5035077438 https://openalex.org/A5035136079 https://openalex.org/A5035267619 https://openalex.org/A5035601178 https://openalex.org/A5035915649 https://openalex.org/A5037174412 https://openalex.org/A5037576487 https://openalex.org/A5038039912 https://openalex.org/A5038110190 https://openalex.org/A5038371708 https://openalex.org/A5038809720 https://openalex.org/A5039171055 https://openalex.org/A5039183166 https://openalex.org/A5039461045 https://openalex.org/A5039467557 https://openalex.org/A5039523631 https://openalex.org/A5039819227 https://openalex.org/A5040093167 https://openalex.org/A5040609224 https://openalex.org/A5041599246 https://openalex.org/A5041672680 https://openalex.org/A5041863810 https://openalex.org/A5042001870 https://openalex.org/A5042135221 https://openalex.org/A5042711324 https://openalex.org/A5042741434 https://openalex.org/A5042784930 https://openalex.org/A5043221724 https://openalex.org/A5043252881 https://openalex.org/A5043259678 https://openalex.org/A5043583704 https://openalex.org/A5044117578 https://openalex.org/A5044240366 https://openalex.org/A5044462147 https://openalex.org/A5044474564 https://openalex.org/A5044513410 https://openalex.org/A5045294298 https://openalex.org/A5045414051 https://openalex.org/A5046038684 https://openalex.org/A5047509016 https://openalex.org/A5047654170 https://openalex.org/A5047914158 https://openalex.org/A5047916101 https://openalex.org/A5047985982 https://openalex.org/A5048164858 https://openalex.org/A5048840642 https://openalex.org/A5048872173 https://openalex.org/A5049225678 https://openalex.org/A5049418784 https://openalex.org/A5049545915 https://openalex.org/A5049548658 https://openalex.org/A5049758669 https://openalex.org/A5049789187 https://openalex.org/A5050234309 https://openalex.org/A5050495936 https://openalex.org/A5050513607 https://openalex.org/A5050659275 https://openalex.org/A5050701353 https://openalex.org/A5050922103 https://openalex.org/A5051272623 https://openalex.org/A5051710146 https://openalex.org/A5051833249 https://openalex.org/A5052265863 https://openalex.org/A5052978115 https://openalex.org/A5052983844 https://openalex.org/A5053472586 https://openalex.org/A5053500227 https://openalex.org/A5053606269 https://openalex.org/A5053616433 https://openalex.org/A5053630720 https://openalex.org/A5053853000 https://openalex.org/A5053936009 https://openalex.org/A5054175405 https://openalex.org/A5054269808 https://openalex.org/A5054618368 https://openalex.org/A5054979058 https://openalex.org/A5054997296 https://openalex.org/A5055023005 https://openalex.org/A5055181331 https://openalex.org/A5055247995 https://openalex.org/A5055377758 https://openalex.org/A5055535877 https://openalex.org/A5055549483 https://openalex.org/A5055559233 https://openalex.org/A5055666046 https://openalex.org/A5055957997 https://openalex.org/A5056102714 https://openalex.org/A5056139298 https://openalex.org/A5056278500 https://openalex.org/A5056747097 https://openalex.org/A5056893805 https://openalex.org/A5057162150 https://openalex.org/A5057445389 https://openalex.org/A5057530253 https://openalex.org/A5057606980 https://openalex.org/A5057690296 https://openalex.org/A5058247902 https://openalex.org/A5058376860 https://openalex.org/A5058437909 https://openalex.org/A5058699234 https://openalex.org/A5059002826 https://openalex.org/A5059318389 https://openalex.org/A5059485356 https://openalex.org/A5059509245 https://openalex.org/A5060725291 https://openalex.org/A5061133242 https://openalex.org/A5061289870 https://openalex.org/A5061752484 https://openalex.org/A5061942921 https://openalex.org/A5062703148 https://openalex.org/A5062805421 https://openalex.org/A5063499576 https://openalex.org/A5063865193 https://openalex.org/A5064338707 https://openalex.org/A5064567611 https://openalex.org/A5064765035 https://openalex.org/A5064941616 https://openalex.org/A5065098913 https://openalex.org/A5065324837 https://openalex.org/A5065428224 https://openalex.org/A5065659049 https://openalex.org/A5065749466 https://openalex.org/A5066060709 https://openalex.org/A5066136838 https://openalex.org/A5066677501 https://openalex.org/A5066789075 https://openalex.org/A5067147809 https://openalex.org/A5067150019 https://openalex.org/A5067576595 https://openalex.org/A5067683869 https://openalex.org/A5067721761 https://openalex.org/A5067767764 https://openalex.org/A5067830641 https://openalex.org/A5067847625 https://openalex.org/A5068022464 https://openalex.org/A5068024337 https://openalex.org/A5068993190 https://openalex.org/A5069033248 https://openalex.org/A5069126531 https://openalex.org/A5069181100 https://openalex.org/A5069416900 https://openalex.org/A5069634564 https://openalex.org/A5069690344 https://openalex.org/A5070037030 https://openalex.org/A5070207547 https://openalex.org/A5070329247 https://openalex.org/A5070406843 https://openalex.org/A5070599929 https://openalex.org/A5070748120 https://openalex.org/A5071133988 https://openalex.org/A5071379005 https://openalex.org/A5071388686 https://openalex.org/A5071642934 https://openalex.org/A5071727211 https://openalex.org/A5071826635 https://openalex.org/A5072277544 https://openalex.org/A5072368404 https://openalex.org/A5072844418 https://openalex.org/A5073352163 https://openalex.org/A5075298181 https://openalex.org/A5076431817 https://openalex.org/A5076512111 https://openalex.org/A5076568313 https://openalex.org/A5076754653 https://openalex.org/A5077069348 https://openalex.org/A5077165093 https://openalex.org/A5077478452 https://openalex.org/A5077716721 https://openalex.org/A5078135158 https://openalex.org/A5078153457 https://openalex.org/A5078168297 https://openalex.org/A5078294468 https://openalex.org/A5078377531 https://openalex.org/A5078675367 https://openalex.org/A5078832924 https://openalex.org/A5078842938 https://openalex.org/A5078984624 https://openalex.org/A5078995058 https://openalex.org/A5079743931 https://openalex.org/A5080126970 https://openalex.org/A5080213832 https://openalex.org/A5080311141 https://openalex.org/A5080446662 https://openalex.org/A5080616344 https://openalex.org/A5080861896 https://openalex.org/A5081397510 https://openalex.org/A5082343888 https://openalex.org/A5082548816 https://openalex.org/A5082606743 https://openalex.org/A5082806989 https://openalex.org/A5082807385 https://openalex.org/A5083723712 https://openalex.org/A5083917831 https://openalex.org/A5084139869 https://openalex.org/A5084690686 https://openalex.org/A5084822492 https://openalex.org/A5084867379 https://openalex.org/A5084919037 https://openalex.org/A5084982173 https://openalex.org/A5085170304 https://openalex.org/A5085477263 https://openalex.org/A5085537177 https://openalex.org/A5085762604 https://openalex.org/A5085932358 https://openalex.org/A5086712174 https://openalex.org/A5087302531 https://openalex.org/A5087414246 https://openalex.org/A5087532885 https://openalex.org/A5088456552 https://openalex.org/A5088718227 https://openalex.org/A5089516425 https://openalex.org/A5089638974 https://openalex.org/A5090130577 https://openalex.org/A5090164926 https://openalex.org/A5090632931 https://openalex.org/A5090797671 https://openalex.org/A5091021934 https://openalex.org/A5091323607 https://openalex.org/A5092877083
Obtener N-gramos
Referencia de OpenAlex: Obtener N-gramas.
Works()["W2023271753"].ngrams()
[{'ngram': 'energy formula into a functional', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'functional of the electron density', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy formula due to Colle', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'correlation energy density be express', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'density be express in term', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'term of the electron density', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'electron density and a Laplacian', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'restate as a formula involve', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'involve the density and local', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'gradient expansion for the 1ocal', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'expansion for the 1ocal kinetic', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'functional formula for the correlation', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'formula for the correlation energy', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'correlation energy and correlation potential', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'correlation potential be then obtain', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'numerical calculation on a number', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'energy within a few percent', 'ngram_tokens': 5, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'I. INTRODUCTION Interest in calculation', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'calculation of the correlation energy', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'e here report a new', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Salvetti formula for calculate correlation', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula for calculate correlation energy', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation energy from the Hartree', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order density matrix be convert', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fock electron density and p2', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'diagonal element of the second', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'express in term of interparticle', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Salvetti formula for correlation energy', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation energy then be r', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy then be r P2', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'DKNSITIKS first consider a closed', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy density and -PRON- ~', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density and -PRON- ~ p', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "-l~'P = t x pi", 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '= t x pi r', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'pi r be the local', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r be the local Hartree', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'V p recommend for inclusion', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy in term of density', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'function of Snyder and Basch', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'complete agreement with the result', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'result of Colle and Salvetti', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'system in a state describe', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'state describe by a general', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'describe by a general single', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density difFers from the p', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'spin orbital in the closed', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'spin orbital in the rest', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy density in the sense', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'result obtain from the formula', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'lack of be pure density', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'depend on individual orbital density', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'shell gradient expansion of thf', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient expansion of thf give', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'functional formula by use gradient', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula by use gradient expansions"whereby', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expansions"whereby t HF be expand', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correspond formula be readily derive', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation energy formula of Eqs', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '1 E. = a f,/', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p+2bp 2 C p +2', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '2 C p +2 C', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C p +2 C p13ptt', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p +2 C p13ptt /3', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+2 C p13ptt /3 +', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C p13ptt /3 + 9(pa', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p13ptt /3 + 9(pa Pv+Pt3', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '/3 + 9(pa Pv+Pt3 s', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+ is(pa ~ p~+pp ~', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'is(pa ~ p~+pp ~ Pp', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula be obtain by strike', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula be obtain by replace', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table -PRON- give numerical result', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'result obtain from these formula', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order gradient formula be hardly', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient formula be hardly distinguishable', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'hardly distinguishable from the original', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'distinguishable from the original Eqs', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'provide excellent representation of actual', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'excellent representation of actual correlation', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'representation of actual correlation energy', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient formula and the zero', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation potential be the functional', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'potential be the functional derivative', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'derivative of Ec with respect', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Ec with respect to p(r', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'see to provide a good', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'good way to calculate correlation', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'way to calculate correlation energy', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'calculate correlation energy from elec', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'error in correlation energy determine', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy determine from various density', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tabulate as value of E""(expt', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table -PRON- a sllllllal table', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order gradient expansion be see', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'excellent approximation to the Colle', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'good as the other extant', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'computational advantage of the present', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'advantage of the present formula', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'exchange potential contain no term', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'potential contain no term include', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'term include the computationally awkward', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "include the computationally awkward V'~V", 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "awkward V'~V p~. the good", 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "V'~V p~. the good numerical", 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p~. the good numerical accuracy', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'numerical accuracy of the Colle', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'datum on helium and theoretical', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'commend -PRON- for further improvement', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'predictive power can be improve', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'improve by reparametrization use datum', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'note for example that multiply', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'example that multiply the parameter', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'research grant from the National', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'grant from the National Institute', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Health and the National Science', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Science Foundation to the University', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Rev. 8 33 , 8822', 'ngram_tokens': 5, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'development of the Colic', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula into a functional', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'functional of the electron', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'electron density a correlation', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula due to Colle', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'energy density be express', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'term of the electron', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'density and a Laplacian', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Laplacian of the second', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'restate as a formula', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'formula involve the density', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'density and local kinetic', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'insertion of gradient expansion', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'expansion for the 1ocal', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'formula for the correlation', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'correlation energy and correlation', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'energy and correlation potential', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'potential be then obtain', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'calculation on a number', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'demonstrate that these formula', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'like the original Colle', 'ngram_tokens': 4, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'INTRODUCTION Interest in calculation', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'calculation of the correlation', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation energy continue unabated', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'report a new development', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Salvetti formula for calculate', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula for calculate correlation', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy from the Hartree', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density matrix be convert', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'convert into a density', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'electron density and p2', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'element of the second', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fock reduce density matrix', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '1«2 d ~ tv«3dr4', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'term of interparticle coordinate', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Salvetti formula for correlation', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula for correlation energy', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy then be r', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'FORMULAS INVOLVING LOCAL KINETIC', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ENERGY DKNSITIKS first consider', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'shell atom or molecule', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'have an even number', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order reduced density matrix', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r"rl)=N f f 1I1', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'dr2dr3 note that p', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'interparticle coordinate of Eq', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density and -PRON- ~', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "-l~'P = t x", 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '= t x pi', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 't x pi r', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r be the local', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p recommend for inclusion', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'inclusion in other connection', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 's = 0 limit', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'obtain the correlation energy', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation energy in term', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'wave function of Snyder', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'agreement with the result', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'follow directly from Eq', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'consider next a system', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'system in a state', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'describe by a general', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'spin electron density difFers', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'difFers from the p', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'orbital in the closed', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'orbital in the rest', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density in the sense', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'obtain from the formula', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula be very good', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'lack of be pure', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'depend on individual orbital', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'adopt that the orbital', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'orbital be the Kohn', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'quantity too be functional', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'functional of the density', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'view for the present"one', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'present"one can turn Eqs', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient expansion of thf', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expansion of thf give', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula by use gradient', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient expansions"whereby t HF', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 't HF be expand', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expand about the Thomas', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy density be give', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'alternative formula be provide', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'provide by the mean', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correspond formula be readily', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula be readily derive', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy formula of Eqs', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'E. = a f,/', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p+2bp 2 C p', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '2 C p +2', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C p +2 C', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p +2 C p13ptt', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+2 C p13ptt /3', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C p13ptt /3 +', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p13ptt /3 + 9(pa', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '/3 + 9(pa Pv+Pt3', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+ 9(pa Pv+Pt3 s', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+ is(pa ~ p~+pp', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'is(pa ~ p~+pp ~', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~ p~+pp ~ Pp', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order gradient expansion formula', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'closed and open shell', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order formula be obtain', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'strike out the term', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'term within the parenthesis', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'parenthesis in each case', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'path formula be obtain', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table -PRON- give numerical', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'give numerical result obtain', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'obtain from these formula', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient formula be hardly', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula be hardly distinguishable', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'distinguishable from the original', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'excellent representation of actual', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'representation of actual correlation', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula and the zero', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'potential be the functional', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'functional derivative of Ec', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'provide a good way', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'good way to calculate', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'way to calculate correlation', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation energy from elec', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'error in correlation energy', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'determine from various density', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '-E""(calc)for the various method', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table -PRON- a sllllllal', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'sllllllal table 111 Rcf', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient expansion be see', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'approximation to the Colle', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'advantage of the present', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Sham exchange potential contain', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'potential contain no term', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'contain no term include', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'term include the computationally', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'include the computationally awkward', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "computationally awkward V'~V p~.", 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "V'~V p~. the good", 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p~. the good numerical', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'accuracy of the Colle', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'helium and theoretical argument', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'power can be improve', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'datum on more system', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'greatly improve the zero', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'prove possible to correct', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correct for the deficiency', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'deficiency in the derivation', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'work have be aid', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'aid by research grant', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'grant from the National', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Health and the National', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Foundation to the University', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Hartree - Fock electron', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Hartree - Fock 6rst', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "C~= - , '", 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'elec - table II', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Kohn - Sham exchange', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'National Institute of Health', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'University of North Carolina', 'ngram_tokens': 4, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density a correlation', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Colle and Salvetti', 'ngram_tokens': 3, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'correlation energy density', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'density be express', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'express in term', 'ngram_tokens': 3, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'Fock density matrix', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'involve the density', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'density and local', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'insertion of gradient', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'energy and correlation', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'number of atom', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'like the original', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Interest in calculation', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation energy continue', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy continue unabated', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'e here report', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'report a new', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula for calculate', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'calculate correlation energy', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'order density matrix', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'matrix be convert', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fock electron density', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density and p2', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fock reduce density', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'reduce density matrix', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ri ~ ir2~2', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '1«2 d ~', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'd ~ tv«3dr4', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'term of interparticle', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ri+r2 f 2', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 's = r', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula for correlation', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'FORMULAS INVOLVING LOCAL', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'INVOLVING LOCAL KINETIC', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'DKNSITIKS first consider', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'consider a closed', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'atom or molecule', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'number of electron', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'rl r2)= p(rl)p(r2', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order reduced density', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'reduced density matrix', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r"rl)=N f f', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'f f 1I1', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r 2tr 2', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'note that p', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'coordinate of Eq', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~. P«i r2}l', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "-l~'P = t", 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '= t x', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 't x pi', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'x pi r', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'note that ta', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'define include term', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'V p recommend', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'recommend for inclusion', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 's = 0', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '= 0 limit', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'obtain the correlation', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy in term', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'term of density', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Clementi wave function', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'function of Snyder', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Snyder and Basch', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'result of Colle', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'directly from Eq', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'general single determinant', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'spin electron density', 'ngram_tokens': 3, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'electron density difFers', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'shell restrict Hartree', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'excess of lx', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'replace by p2', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)thf(r)+ptl(r)t ~ hf(r', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'spin and p', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 't ~ z"(r', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'sense of Eq', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '2p1,pp(rl r2)p1,pp(r2 rl', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'numerical result obtain', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'pure density functional', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Pock local kinetic', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy density thf', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'depend on individual', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'individual orbital density', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'view be adopt', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'pure densityfunctional expression', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'eschew that view', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'present"one can turn', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tT"(r)=C ~ p(r)\'i', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'shell gradient expansion', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expansion of thf', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'l functional formula', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient expansions"whereby t', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expansions"whereby t HF', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'HF be expand', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fermi local kinetic', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy density tTF', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density be give', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula be provide', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula be readily', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 't ~ h"(r', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation energy formula', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula of Eqs', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '= a f,/', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p+2bp 2 C', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '2 C p', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C p +2', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p +2 C', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+2 C p13ptt', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C p13ptt /3', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p13ptt /3 +', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '/3 + 9(pa', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+ 9(pa Pv+Pt3', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '9(pa Pv+Pt3 s', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+ is(pa ~', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'is(pa ~ p~+pp', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~ p~+pp ~', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p~+pp ~ Pp', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'j as write', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order gradient expansion', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'gradient expansion formula', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'closed and open', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'formula be obtain', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'obtain by strike', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'obtain by replace', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table -PRON- give', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'give numerical result', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order gradient formula', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'formula be hardly', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'provide excellent representation', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'representation of actual', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'actual correlation energy', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'derivative of Ec', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Ec with respect', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'respect to p(r', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'form here derive', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'see to provide', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'provide a good', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'way to calculate', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy from elec', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'error in correlation', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correlation energy determine', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tabulate as value', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'value of E""(expt', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'value see table', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'sllllllal table 111', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table 111 Rcf', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'thc present second', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expansion be see', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'extant densityfunctional formula', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'considerable computational advantage', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Sham exchange potential', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'exchange potential contain', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'contain no term', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'include the computationally', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "computationally awkward V'~V", 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "awkward V'~V p~.", 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p~. the good', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'good numerical accuracy', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'datum on helium', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'helium and theoretical', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'improvement and analysis', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'improve by reparametrization', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'reparametrization use datum', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'note for example', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'example that multiply', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'multiply the parameter', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'improve the zero', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'possible to correct', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ACKNOWLEDGMENT this work', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'aid by research', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Institute of Health', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'University of North', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Rev. 8 33', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Hartree - Fock', 'ngram_tokens': 3, 'ngram_count': 6, 'term_frequency': 0.003271537622682661}, {'ngram': 'Colle - Salvetti', 'ngram_tokens': 3, 'ngram_count': 6, 'term_frequency': 0.003271537622682661}, {'ngram': 'I. INTRODUCTION Interest', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'HF N(N -1', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'HF HF -Pl', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '= -a y(r)dr', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table I. III', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'GRADIENT EXPANSION FGRMUI', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Kohn - Sham', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Thomas - Fermi', 'ngram_tokens': 3, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': '1 E. =', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'National Science Foundation', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'J. P. Perdew', 'ngram_tokens': 3, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'present second', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Salvetti correlation', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy formula', 'ngram_tokens': 2, 'ngram_count': 4, 'term_frequency': 0.0021810250817884407}, {'ngram': 'electron density', 'ngram_tokens': 2, 'ngram_count': 7, 'term_frequency': 0.003816793893129771}, {'ngram': "Acta 3'7", 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'correlation energy', 'ngram_tokens': 2, 'ngram_count': 14, 'term_frequency': 0.007633587786259542}, {'ngram': 'energy density', 'ngram_tokens': 2, 'ngram_count': 12, 'term_frequency': 0.006543075245365322}, {'ngram': 'order Hartree', 'ngram_tokens': 2, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'Fock density', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'density matrix', 'ngram_tokens': 2, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': 'formula involve', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'local kinetic', 'ngram_tokens': 2, 'ngram_count': 4, 'term_frequency': 0.0021810250817884407}, {'ngram': 'gradient expansion', 'ngram_tokens': 2, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': '1ocal kinetic', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Salvetti formula', 'ngram_tokens': 2, 'ngram_count': 6, 'term_frequency': 0.003271537622682661}, {'ngram': 'functional formula', 'ngram_tokens': 2, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': 'correlation potential', 'ngram_tokens': 2, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'numerical calculation', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'positive ion', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'openand closed', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'shell type', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'original Colle', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'I. INTRODUCTION', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'INTRODUCTION Interest', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy continue', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'continue unabated', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'new development', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'calculate correlation', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Fock second', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order density', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'let p(r', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fock electron', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'diagonal element', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fock reduce', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'reduce density', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'HF N(N', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'N(N -1', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ri ~', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~ ir2~2', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '1«2 d', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'd ~', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~ tv«3dr4', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'x p2', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'interparticle coordinate', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'ri+r2 f', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'f 2', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 's =', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': '= r', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r P2', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'FORMULAS INVOLVING', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'INVOLVING LOCAL', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'LOCAL KINETIC', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ENERGY DKNSITIKS', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'shell atom', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'rl r2)=', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r2)= p(rl)p(r2', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'rl r2)P1', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r2 rl', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Fock 6rst', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order reduced', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'reduced density', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r"rl)=N f', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'f f', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'f 1I1', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r tr', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r 2tr', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'dr2dr3 note', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~ p', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~. P«i', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'P«i r2}l', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "-l~'P =", 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '= t', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 't x', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'x pi', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'pi r', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'local Hartree', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fock kinetic', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'define include', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'include term', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'V p', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p recommend', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'prove Eq', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '= 0', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '0 limit', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Clementi wave', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'wave function', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'complete agreement', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'follow directly', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'state describe', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'general single', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'single determinant', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'spin electron', 'ngram_tokens': 2, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'density difFers', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'shell restrict', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'restrict Hartree', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fock case', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'primary concern', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'spin orbital', 'ngram_tokens': 2, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'r 1', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'T p', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '0 --2[p', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)thf(r)+ptl(r)t ~', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~ hf(r', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 't ~', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': '~ z"(r', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correspond kinetic', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'HF HF', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'HF -Pl', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ri r2)Pl', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '2p1,pp(rl r2)p1,pp(r2', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r2)p1,pp(r2 rl', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '-1/3 p(r)+2bp(r', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)t H"(r)+ptl(r)t~~"(r', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)-]e E', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '= -a', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '-a y(r)dr', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'numerical result', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'result obtain', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'table I.', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'I. III', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'GRADIENT EXPANSION', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'EXPANSION FGRMUI', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'pure density', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density functional', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Pock local', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density thf', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 't HF', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'individual orbital', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'orbital density', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Sham orbital', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'pure densityfunctional', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'densityfunctional expression', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'turn Eqs', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'explicit density', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tT"(r)=C ~', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "~ p(r)'i", 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'conventional closed', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'shell gradient', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'thf give', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'zero order', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'second order', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'l functional', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient expansions"whereby', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expansions"whereby t', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fermi local', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'density tTF', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Fermi kinetic', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'alternative formula', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'path approximation', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'shell case', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correspond formula', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'readily derive', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~ h"(r', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '1 E.', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'E. =', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tCt p', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p+2bp 2', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '2 C', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C p', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p +2', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+2 C', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C p13ptt', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p13ptt /3', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '/3 +', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+ 9(pa', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '9(pa Pv+Pt3', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Pv+Pt3 s', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+ is(pa', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'is(pa ~', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~ p~+pp', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p~+pp ~', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~ Pp', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'conventional second', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order gradient', 'ngram_tokens': 2, 'ngram_count': 4, 'term_frequency': 0.0021810250817884407}, {'ngram': 'expansion formula', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'open shell', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order formula', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order mean', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'excellent approximation', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'extant densityfunctional', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'densityfunctional formula', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'considerable computational', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'computational advantage', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'present formula', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'resultant Kohn', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Sham exchange', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'exchange potential', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'potential contain', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'term include', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'computationally awkward', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "awkward V'~V", 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "V'~V p~.", 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'good numerical', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'numerical accuracy', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'theoretical argument', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'predictive power', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'greatly improve', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'order result', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'prove possible', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'research grant', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'National Institute', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'National Science', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Science Foundation', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'North Carolina', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'J. P.', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'P. Perdew', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Rev. 8', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '8 33', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'path formula', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'give numerical', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'gradient formula', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'hardly distinguishable', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'original Eqs', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'provide excellent', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'excellent representation', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'actual correlation', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'conventional zero', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'functional derivative', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'good way', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table II', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'energy determine', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'sllllllal table', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table 111', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '111 Rcf', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'thc present', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'few percent', 'ngram_tokens': 2, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': '2tr 2', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Inserting Eq', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'y(r)=2 1p', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'as Equations', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Phys .', 'ngram_tokens': 2, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'development', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Colic', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Salvetti', 'ngram_tokens': 1, 'ngram_count': 10, 'term_frequency': 0.0054525627044711015}, {'ngram': 'correlation', 'ngram_tokens': 1, 'ngram_count': 20, 'term_frequency': 0.010905125408942203}, {'ngram': 'energy', 'ngram_tokens': 1, 'ngram_count': 27, 'term_frequency': 0.014721919302071973}, {'ngram': 'formula', 'ngram_tokens': 1, 'ngram_count': 31, 'term_frequency': 0.016902944383860415}, {'ngram': 'functional', 'ngram_tokens': 1, 'ngram_count': 9, 'term_frequency': 0.004907306434023991}, {'ngram': 'electron', 'ngram_tokens': 1, 'ngram_count': 8, 'term_frequency': 0.004362050163576881}, {'ngram': 'density', 'ngram_tokens': 1, 'ngram_count': 35, 'term_frequency': 0.019083969465648856}, {'ngram': 'Theor', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Chim', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Acta', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'express', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'term', 'ngram_tokens': 1, 'ngram_count': 9, 'term_frequency': 0.004907306434023991}, {'ngram': 'second', 'ngram_tokens': 1, 'ngram_count': 8, 'term_frequency': 0.004362050163576881}, {'ngram': 'order', 'ngram_tokens': 1, 'ngram_count': 16, 'term_frequency': 0.008724100327153763}, {'ngram': 'Hartree', 'ngram_tokens': 1, 'ngram_count': 9, 'term_frequency': 0.004907306434023991}, {'ngram': 'Fock', 'ngram_tokens': 1, 'ngram_count': 8, 'term_frequency': 0.004362050163576881}, {'ngram': 'matrix', 'ngram_tokens': 1, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': 'restate', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'involve', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'local', 'ngram_tokens': 1, 'ngram_count': 6, 'term_frequency': 0.003271537622682661}, {'ngram': 'kinetic', 'ngram_tokens': 1, 'ngram_count': 10, 'term_frequency': 0.0054525627044711015}, {'ngram': 'insertion', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'gradient', 'ngram_tokens': 1, 'ngram_count': 8, 'term_frequency': 0.004362050163576881}, {'ngram': 'expansion', 'ngram_tokens': 1, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': 'potential', 'ngram_tokens': 1, 'ngram_count': 4, 'term_frequency': 0.0021810250817884407}, {'ngram': 'obtain', 'ngram_tokens': 1, 'ngram_count': 7, 'term_frequency': 0.003816793893129771}, {'ngram': 'numerical', 'ngram_tokens': 1, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': 'calculation', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'number', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'atom', 'ngram_tokens': 1, 'ngram_count': 4, 'term_frequency': 0.0021810250817884407}, {'ngram': 'positive', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'ion', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'molecule', 'ngram_tokens': 1, 'ngram_count': 4, 'term_frequency': 0.0021810250817884407}, {'ngram': 'openand', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'closed', 'ngram_tokens': 1, 'ngram_count': 6, 'term_frequency': 0.003271537622682661}, {'ngram': 'shell', 'ngram_tokens': 1, 'ngram_count': 8, 'term_frequency': 0.004362050163576881}, {'ngram': 'type', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'demonstrate', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'like', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'original', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'Colle', 'ngram_tokens': 1, 'ngram_count': 9, 'term_frequency': 0.004907306434023991}, {'ngram': 'percent', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'I.', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'INTRODUCTION', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Interest', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'continue', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'unabated', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'e', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'report', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'new', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'calculate', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'convert', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'let', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p(r', 'ngram_tokens': 1, 'ngram_count': 4, 'term_frequency': 0.0021810250817884407}, {'ngram': 'p2', 'ngram_tokens': 1, 'ngram_count': 6, 'term_frequency': 0.003271537622682661}, {'ngram': 'r', 'ngram_tokens': 1, 'ngram_count': 24, 'term_frequency': 0.013086150490730643}, {'ngram': 'diagonal', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'element', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'reduce', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'HF', 'ngram_tokens': 1, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': 'N(N', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '-1', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ri', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': '~', 'ngram_tokens': 1, 'ngram_count': 9, 'term_frequency': 0.004907306434023991}, {'ngram': 'ir2~2', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '1«2', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'd', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tv«3dr4', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'x', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'interparticle', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'coordinate', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 's', 'ngram_tokens': 1, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': 'ri+r2', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'f', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': '=', 'ngram_tokens': 1, 'ngram_count': 12, 'term_frequency': 0.006543075245365322}, {'ngram': '-r2', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'P2', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'II', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'FORMULAS', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'INVOLVING', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'LOCAL', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'KINETIC', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ENERGY', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'DKNSITIKS', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'consider', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'have', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'rl', 'ngram_tokens': 1, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': 'r2)=', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p(rl)p(r2', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Pl', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r2)P1', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r2', 'ngram_tokens': 1, 'ngram_count': 4, 'term_frequency': 0.0021810250817884407}, {'ngram': 'p', 'ngram_tokens': 1, 'ngram_count': 18, 'term_frequency': 0.009814612868047983}, {'ngram': '6rst', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'reduced', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r"rl)=N', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '1I1', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'rlcr', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tr', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'X%\'""(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'o', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '2tr', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '2', 'ngram_tokens': 1, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': "gdO'IdO'2", 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'dr2dr3', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'note', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'r)=p(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)=', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'lq', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'eizsacker', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "tHF(r)=-,'[~.", 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '~.', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'P«i', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "-l~'P", 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 't', 'ngram_tokens': 1, 'ngram_count': 7, 'term_frequency': 0.003816793893129771}, {'ngram': 'pi', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ta', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tH"(r', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'define', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'include', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'V', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'recommend', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'inclusion', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'connection', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'prove', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'operate', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'v"-v', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'limit', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Inserting', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Eq', 'ngram_tokens': 1, 'ngram_count': 10, 'term_frequency': 0.0054525627044711015}, {'ngram': '7', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 't"F(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ts', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'table', 'ngram_tokens': 1, 'ngram_count': 6, 'term_frequency': 0.003271537622682661}, {'ngram': 'wave', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'function', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'complete', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'agreement', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'result', 'ngram_tokens': 1, 'ngram_count': 4, 'term_frequency': 0.0021810250817884407}, {'ngram': 'follow', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'directly', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'system', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'state', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'describe', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'general', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'single', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'determinant', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'spin', 'ngram_tokens': 1, 'ngram_count': 7, 'term_frequency': 0.003816793893129771}, {'ngram': 'difFers', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'open', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'restrict', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'case', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'primary', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'concern', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'orbital', 'ngram_tokens': 1, 'ngram_count': 6, 'term_frequency': 0.003271537622682661}, {'ngram': 'excess', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'lx', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'rest', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'equation', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'replace', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': "p'(r", 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)+pp(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'T', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)+ptt(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'y(r)=2', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '1p', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '0', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': '--2[p', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)thf(r)+ptl(r)t', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'hf(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'ptl(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'z"(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'correspond', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'sense', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '-Pl', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r2)Pl', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r2)p1,pp(r2', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '-p(r)tll', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '-1/3', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p(r)+2bp(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)t', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'H"(r)+ptl(r)t~~"(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p(r)ts', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)-]e', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'E', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '-a', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'y(r)dr', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'good', 'ngram_tokens': 1, 'ngram_count': 5, 'term_frequency': 0.0027262813522355507}, {'ngram': 'III', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'GRADIENT', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'EXPANSION', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'FGRMUI', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Equations', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'lack', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'pure', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'appearance', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Pock', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'depend', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'individual', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'view', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'adopt', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Kohn', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Sham', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'quantity', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'densityfunctional', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'expression', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'interpretation', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'eschew', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'present"one', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'turn', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'explicit', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tT"(r)=C', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "p(r)'i", 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C~=', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'conventional', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'give', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'thf(r)=ttf(r)+', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tg', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'r)+', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'l', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expansions"whereby', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expand', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Thomas', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'Fermi', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'tTF', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'alternative', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'provide', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'mean', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'path', 'ngram_tokens': 1, 'ngram_count': 3, 'term_frequency': 0.0016357688113413304}, {'ngram': 'approximation', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'th"(r)=ttf(r)+', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tn-(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'readily', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'derive', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'r)=-', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'h"(r', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '1', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'E.', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'IP+bp', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '2tw-+', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tw+-', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "~'P)~", 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p+2bp', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'C', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': '+2', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p13ptt', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '/3', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': '+', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': '9(pa', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Pv+Pt3', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'is(pa', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Pp', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'j', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'write', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'respectively', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'strike', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'parenthesis', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'hardly', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'distinguishable', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'excellent', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'representation', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'actual', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'derivative', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'respect', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'form', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'see', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'way', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'elec', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'error', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'determine', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'tabulate', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'value', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': '-E""(calc)for', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'method', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'expt', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'sllllllal', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'Rcf', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'thc', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'present', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'extant', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'considerable', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'computational', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'advantage', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'resultant', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'exchange', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'contain', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'computationally', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'awkward', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': "V'~V", 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'p~.', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'accuracy', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'incorporate', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'datum', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'helium', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'theoretical', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'argument', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'commend', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'improvement', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'analysis', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'predictive', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'power', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'improve', 'ngram_tokens': 1, 'ngram_count': 2, 'term_frequency': 0.0010905125408942203}, {'ngram': 'reparametrization', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, {'ngram': 'example', 'ngram_tokens': 1, 'ngram_count': 1, 'term_frequency': 0.0005452562704471102}, ...]
Fragmentos de código
Una lista de increíbles casos de uso del conjunto de datos OpenAlex.
Publicaciones citadas (obras referenciadas)
from pyalex import Works
# El trabajo para extraer las obras referenciadas de
w = Works()["W2741809807"]
Works()[w["referenced_works"]]
[{'id': 'https://openalex.org/W1767272795', 'doi': 'https://doi.org/10.1007/s11192-015-1765-5', 'title': 'The journal coverage of Web of Science and Scopus: a comparative analysis', 'display_name': 'The journal coverage of Web of Science and Scopus: a comparative analysis', 'publication_year': 2015, 'publication_date': '2015-10-19', 'ids': {'openalex': 'https://openalex.org/W1767272795', 'doi': 'https://doi.org/10.1007/s11192-015-1765-5', 'mag': '1767272795'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s11192-015-1765-5', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S148561398', 'display_name': 'Scientometrics', 'issn_l': '0138-9130', 'issn': ['1588-2861', '0138-9130'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320108', 'host_organization_name': 'Springer Nature (Netherlands)', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310320108'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Nature (Netherlands)'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'http://arxiv.org/pdf/1511.08096', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5081963935', 'display_name': 'Philippe Mongeon', 'orcid': 'https://orcid.org/0000-0003-1021-059X'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Philippe Mongeon', 'raw_affiliation_string': "École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montréal, Canada H3C 3J7#TAB#", 'raw_affiliation_strings': ["École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montréal, Canada H3C 3J7#TAB#"]}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5086152924', 'display_name': 'Adèle Paul‐Hus', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Adèle Paul-Hus', 'raw_affiliation_string': "École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montréal, Canada H3C 3J7#TAB#", 'raw_affiliation_strings': ["École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montréal, Canada H3C 3J7#TAB#"]}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2290, 'currency': 'EUR', 'value_usd': 2890, 'provenance': 'doaj'}, 'apc_paid': {'value': 2290, 'currency': 'EUR', 'value_usd': 2890, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 1763, 'biblio': {'volume': '106', 'issue': '1', 'first_page': '213', 'last_page': '228'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C83867959', 'wikidata': 'https://www.wikidata.org/wiki/Q371467', 'display_name': 'Scopus', 'level': 3, 'score': 0.91193604}, {'id': 'https://openalex.org/C3020774429', 'wikidata': 'https://www.wikidata.org/wiki/Q1201886', 'display_name': 'Web of science', 'level': 3, 'score': 0.7515701}, {'id': 'https://openalex.org/C2777683733', 'wikidata': 'https://www.wikidata.org/wiki/Q201456', 'display_name': 'Directory', 'level': 2, 'score': 0.65623564}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.50317234}, {'id': 'https://openalex.org/C525823164', 'wikidata': 'https://www.wikidata.org/wiki/Q472342', 'display_name': 'Scientometrics', 'level': 2, 'score': 0.48778254}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4757723}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.46368876}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.41247702}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 0.3274908}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.20922059}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.1316598}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s11192-015-1765-5', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S148561398', 'display_name': 'Scientometrics', 'issn_l': '0138-9130', 'issn': ['1588-2861', '0138-9130'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320108', 'host_organization_name': 'Springer Nature (Netherlands)', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310320108'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Nature (Netherlands)'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/1511.08096', 'pdf_url': 'http://arxiv.org/pdf/1511.08096', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1866/23284', 'pdf_url': 'https://papyrus.bib.umontreal.ca/xmlui/bitstream/1866/23284/1/1511.08096.pdf', 'source': {'id': 'https://openalex.org/S4306400658', 'display_name': '@nalyses (University of Ottawa)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I153718931', 'host_organization_name': 'University of Ottawa', 'host_organization_lineage': ['https://openalex.org/I153718931'], 'host_organization_lineage_names': ['University of Ottawa'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/1511.08096', 'pdf_url': 'http://arxiv.org/pdf/1511.08096', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.15}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1655306493', 'https://openalex.org/W1964117853', 'https://openalex.org/W1970211697', 'https://openalex.org/W1991526941', 'https://openalex.org/W2034085520', 'https://openalex.org/W2061922306', 'https://openalex.org/W2065157469', 'https://openalex.org/W2070593969', 'https://openalex.org/W2071257110', 'https://openalex.org/W2071707531', 'https://openalex.org/W2080222100', 'https://openalex.org/W2108440411', 'https://openalex.org/W2113847349', 'https://openalex.org/W2132615533', 'https://openalex.org/W2147002372', 'https://openalex.org/W2164534115', 'https://openalex.org/W2165122403', 'https://openalex.org/W2952984634', 'https://openalex.org/W4255356361'], 'related_works': ['https://openalex.org/W2529708521', 'https://openalex.org/W2592919332', 'https://openalex.org/W2610521679', 'https://openalex.org/W2741010772', 'https://openalex.org/W2768982561', 'https://openalex.org/W2769647066', 'https://openalex.org/W3027978877', 'https://openalex.org/W3184138364', 'https://openalex.org/W3198896222', 'https://openalex.org/W4310919946'], 'ngrams_url': 'https://api.openalex.org/works/W1767272795/ngrams', 'abstract_inverted_index': {'Bibliometric': [0], 'methods': [1], 'are': [2, 100], 'used': [3], 'in': [4, 20, 43], 'multiple': [5], 'fields': [6], 'for': [7, 13, 58, 70], 'a': [8, 56, 119], 'variety': [9], 'of': [10, 28, 40, 45, 65, 90, 105, 123], 'purposes,': [11], 'namely': [12], 'research': [14, 35, 71], 'evaluation.': [15], 'Most': [16], 'bibliometric': [17, 124], 'analyses': [18, 125], 'have': [19], 'common': [21], 'their': [22, 114], 'data': [23], 'sources:': [24], 'Thomson': [25], "Reuters'": [26], 'Web': [27], 'Science': [29], '(WoS)': [30], 'and': [31, 48, 80, 93, 95], "Elsevier's": [32], 'Scopus.': [33], 'This': [34], 'compares': [36], 'the': [37, 63, 88, 103, 121, 130], 'journal': [38], 'coverage': [39, 115], 'both': [41, 109], 'databases': [42, 110], 'terms': [44], 'fields,': [46], 'countries': [47], 'languages,': [49], 'using': [50], "Ulrich's": [51], 'extensive': [52], 'periodical': [53], 'directory': [54], 'as': [55, 82, 84], 'base': [57], 'comparison.': [59], 'Results': [60], 'indicate': [61], 'that': [62, 76], 'use': [64], 'either': [66], 'WoS': [67], 'or': [68], 'Scopus': [69], 'evaluation': [72], 'may': [73, 126], 'introduces': [74], 'biases': [75], 'favor': [77], 'Natural': [78], 'Sciences': [79, 92], 'Engineering': [81], 'well': [83], 'Biomedical': [85], 'Research': [86], 'to': [87, 102], 'detriment': [89, 104], 'Social': [91], 'Arts': [94], 'Humanities.': [96], 'Similarly,': [97], 'English-language': [98], 'journals': [99], 'overrepresented': [101], 'other': [106], 'languages.': [107], 'While': [108], 'share': [111], 'these': [112], 'biases,': [113], 'differs': [116], 'substantially.': [117], 'As': [118], 'consequence,': [120], 'results': [122], 'vary': [127], 'depending': [128], 'on': [129], 'database': [131], 'used.': [132]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1767272795', 'counts_by_year': [{'year': 2023, 'cited_by_count': 369}, {'year': 2022, 'cited_by_count': 431}, {'year': 2021, 'cited_by_count': 354}, {'year': 2020, 'cited_by_count': 262}, {'year': 2019, 'cited_by_count': 178}, {'year': 2018, 'cited_by_count': 97}, {'year': 2017, 'cited_by_count': 51}, {'year': 2016, 'cited_by_count': 24}, {'year': 2015, 'cited_by_count': 2}], 'updated_date': '2023-10-02T08:17:16.558007', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2016860460', 'doi': 'https://doi.org/10.1371/journal.pone.0020961', 'title': 'The Development of Open Access Journal Publishing from 1993 to 2009', 'display_name': 'The Development of Open Access Journal Publishing from 1993 to 2009', 'publication_year': 2011, 'publication_date': '2011-06-13', 'ids': {'openalex': 'https://openalex.org/W2016860460', 'doi': 'https://doi.org/10.1371/journal.pone.0020961', 'mag': '2016860460', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/21695139', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3113847'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0020961', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.1371/journal.pone.0020961', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5067698582', 'display_name': 'null null', 'orcid': 'https://orcid.org/0000-0003-3951-7990'}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': True, 'raw_author_name': 'Mikael Laakso', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047186166', 'display_name': 'Patrik Welling', 'orcid': 'https://orcid.org/0000-0002-2545-1831'}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Patrik Welling', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006435364', 'display_name': 'Helena Bukvova', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I78650965', 'display_name': 'TU Dresden', 'ror': 'https://ror.org/042aqky30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I78650965']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Helena Bukvova', 'raw_affiliation_string': 'Technische Universität Dresden, Dresden, Germany', 'raw_affiliation_strings': ['Technische Universität Dresden, Dresden, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031998462', 'display_name': 'Linus Nyman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Linus Nyman', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036789552', 'display_name': 'Bo‐Christer Björk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Bo-Christer Björk', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5000440069', 'display_name': 'Turid Hedlund', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Turid Hedlund', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5067698582'], 'corresponding_institution_ids': ['https://openalex.org/I5085271'], 'apc_list': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'apc_paid': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 459, 'biblio': {'volume': '6', 'issue': '6', 'first_page': 'e20961', 'last_page': 'e20961'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.85682374}, {'id': 'https://openalex.org/C2777683733', 'wikidata': 'https://www.wikidata.org/wiki/Q201456', 'display_name': 'Directory', 'level': 2, 'score': 0.7842863}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.5295333}, {'id': 'https://openalex.org/C110875604', 'wikidata': 'https://www.wikidata.org/wiki/Q75', 'display_name': 'The Internet', 'level': 2, 'score': 0.43981385}, {'id': 'https://openalex.org/C41458344', 'wikidata': 'https://www.wikidata.org/wiki/Q732577', 'display_name': 'Publication', 'level': 2, 'score': 0.42542478}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.40927523}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.3609289}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.21819496}, {'id': 'https://openalex.org/C112698675', 'wikidata': 'https://www.wikidata.org/wiki/Q37038', 'display_name': 'Advertising', 'level': 1, 'score': 0.15019953}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.105216086}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D022126', 'descriptor_name': 'Access to Information', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': 'Q000266', 'qualifier_name': 'history', 'is_major_topic': True}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': 'Q000266', 'qualifier_name': 'history', 'is_major_topic': True}, {'descriptor_ui': 'D049673', 'descriptor_name': 'History, 20th Century', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D049674', 'descriptor_name': 'History, 21st Century', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020407', 'descriptor_name': 'Internet', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010380', 'descriptor_name': 'Peer Review', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': False}, {'descriptor_ui': 'D011327', 'descriptor_name': 'Printing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011327', 'descriptor_name': 'Printing', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': False}, {'descriptor_ui': 'D012586', 'descriptor_name': 'Science', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0020961', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/c6b82f71a6a3475ab04892ce7860e470', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3113847', 'pdf_url': 'https://europepmc.org/articles/pmc3113847?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3113847', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/21695139', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0020961', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.62}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.15}], 'grants': [], 'referenced_works_count': 7, 'referenced_works': ['https://openalex.org/W1496956611', 'https://openalex.org/W2038248859', 'https://openalex.org/W2056102844', 'https://openalex.org/W2062692254', 'https://openalex.org/W2074445819', 'https://openalex.org/W2080804168', 'https://openalex.org/W2147843639'], 'related_works': ['https://openalex.org/W133041525', 'https://openalex.org/W578972399', 'https://openalex.org/W1492168358', 'https://openalex.org/W1500988995', 'https://openalex.org/W1553306029', 'https://openalex.org/W1561014762', 'https://openalex.org/W1867513371', 'https://openalex.org/W1931747098', 'https://openalex.org/W2298227616', 'https://openalex.org/W2509983753'], 'ngrams_url': 'https://api.openalex.org/works/W2016860460/ngrams', 'abstract_inverted_index': {'Open': [0, 114], 'Access': [1, 115], '(OA)': [2], 'is': [3, 32, 269], 'a': [4, 68, 157, 243, 263], 'model': [5], 'for': [6, 71, 194, 201], 'publishing': [7, 31, 47, 163, 219, 249], 'scholarly': [8], 'peer': [9, 233], 'reviewed': [10, 234], 'journals,': [11, 230], 'made': [12], 'possible': [13], 'by': [14], 'the': [15, 30, 42, 73, 82, 111, 120, 127, 132, 135, 165, 169, 183, 186, 195, 202, 211, 224, 240, 251, 257, 275, 280], 'Internet.': [16], 'The': [17, 154, 271], 'full': [18], 'text': [19], 'of': [20, 45, 52, 75, 91, 113, 123, 134, 145, 161, 197, 204, 226, 231], 'OA': [21, 46, 76, 92, 149, 162, 229, 247], 'journals': [22, 77, 124, 150, 198], 'and': [23, 62, 199, 260, 279], 'articles': [24, 93, 176, 227], 'can': [25, 207], 'be': [26, 208], 'freely': [27], 'read,': [28], 'as': [29], 'funded': [33], 'through': [34], 'means': [35], 'other': [36], 'than': [37], 'subscriptions.': [38], 'Empirical': [39], 'research': [40], 'concerning': [41], 'quantitative': [43], 'development': [44, 74], 'has': [48, 191], 'so': [49], 'far': [50], 'consisted': [51], 'scattered': [53], 'individual': [54], 'studies': [55], 'providing': [56], 'brief': [57], 'snapshots,': [58], 'using': [59], 'varying': [60], 'methods': [61], 'data': [63, 97, 108, 262], 'sources.': [64], 'This': [65, 206], 'study': [66], 'adopts': [67], 'systematic': [69, 95], 'method': [70], 'studying': [72], 'from': [78, 99, 110], 'their': [79], 'beginnings': [80], 'in': [81, 126, 179, 217, 220, 228, 246], 'early': [83, 147], '1990s': [84], 'until': [85], '2009.': [86], 'Because': [87], 'no': [88], 'comprehensive': [89], 'index': [90], 'exists,': [94], 'manual': [96], 'collection': [98], 'journal': [100, 218, 235, 248], 'web': [101], 'sites': [102], 'was': [103, 140, 151], 'conducted': [104], 'based': [105], 'on': [106, 256], 'journal-level': [107], 'extracted': [109], 'Directory': [112], 'Journals': [116], '(DOAJ).': [117], 'Due': [118], 'to': [119, 210], 'high': [121], 'number': [122, 196, 203], 'registered': [125], 'DOAJ,': [128], 'almost': [129], '5000': [130], 'at': [131], 'time': [133], 'study,': [136], 'stratified': [137], 'random': [138], 'sampling': [139, 258], 'used.': [141], 'A': [142], 'separate': [143], 'sample': [144], 'verified': [146], 'pioneer': [148], 'also': [152], 'studied.': [153], 'results': [155, 241, 259], 'show': [156], 'very': [158], 'rapid': [159, 244], 'growth': [160, 189, 245], 'during': [164], 'period': [166], '1993-2009.': [167], 'During': [168], 'last': [170, 252], 'year': [171, 184], 'an': [172], 'estimated': [173], '191': [174], '000': [175], 'were': [177], 'published': [178], '4769': [180], 'journals.': [181], 'Since': [182], '2000,': [185], 'average': [187], 'annual': [188], 'rate': [190], 'been': [192], '18%': [193], '30%': [200], 'articles.': [205], 'contrasted': [209], 'reported': [212], '3,5%': [213], 'yearly': [214], 'volume': [215], 'increase': [216], 'general.': [221], 'In': [222], '2009': [223], 'share': [225], 'all': [232], 'articles,': [236], 'reached': [237], '7,7%.': [238], 'Overall,': [239], 'document': [242], 'over': [250], 'fifteen': [253], 'years.': [254], 'Based': [255], 'qualitative': [261], 'division': [264], 'into': [265], 'three': [266], 'distinct': [267], 'periods': [268], 'suggested:': [270], 'Pioneering': [272], 'years': [273, 277, 282], '(1993-1999),': [274], 'Innovation': [276], '(2000-2004),': [278], 'Consolidation': [281], '(2005-2009).': [283]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2016860460', 'counts_by_year': [{'year': 2023, 'cited_by_count': 25}, {'year': 2022, 'cited_by_count': 30}, {'year': 2021, 'cited_by_count': 39}, {'year': 2020, 'cited_by_count': 43}, {'year': 2019, 'cited_by_count': 44}, {'year': 2018, 'cited_by_count': 34}, {'year': 2017, 'cited_by_count': 32}, {'year': 2016, 'cited_by_count': 31}, {'year': 2015, 'cited_by_count': 40}, {'year': 2014, 'cited_by_count': 52}, {'year': 2013, 'cited_by_count': 42}, {'year': 2012, 'cited_by_count': 39}], 'updated_date': '2023-10-02T07:26:39.362030', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2463568293', 'doi': 'https://doi.org/10.7554/elife.16800', 'title': 'How open science helps researchers succeed', 'display_name': 'How open science helps researchers succeed', 'publication_year': 2016, 'publication_date': '2016-07-07', 'ids': {'openalex': 'https://openalex.org/W2463568293', 'doi': 'https://doi.org/10.7554/elife.16800', 'mag': '2463568293', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/27387362', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4973366'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7554/elife.16800', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1336409049', 'display_name': 'eLife', 'issn_l': '2050-084X', 'issn': ['2050-084X'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311710', 'host_organization_name': 'eLife Sciences Publications Ltd', 'host_organization_lineage': ['https://openalex.org/P4310311710'], 'host_organization_lineage_names': ['eLife Sciences Publications Ltd'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.7554/elife.16800', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5086963837', 'display_name': 'Erin C. McKiernan', 'orcid': 'https://orcid.org/0000-0002-9430-5221'}, 'institutions': [{'id': 'https://openalex.org/I8961855', 'display_name': 'Universidad Nacional Autónoma de México', 'ror': 'https://ror.org/01tmp8f25', 'country_code': 'MX', 'type': 'education', 'lineage': ['https://openalex.org/I8961855']}], 'countries': ['MX'], 'is_corresponding': False, 'raw_author_name': 'Erin C McKiernan', 'raw_affiliation_string': 'Department of Physics, Faculty of Science, National Autonomous University of Mexico, Mexico City, Mexico', 'raw_affiliation_strings': ['Department of Physics, Faculty of Science, National Autonomous University of Mexico, Mexico City, Mexico']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075833022', 'display_name': 'Philip E. Bourne', 'orcid': 'https://orcid.org/0000-0002-7618-7292'}, 'institutions': [{'id': 'https://openalex.org/I4210091794', 'display_name': 'Office of the Director', 'ror': 'https://ror.org/00fj8a872', 'country_code': 'US', 'type': 'other', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210091794']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Philip E Bourne', 'raw_affiliation_string': 'Office of the Director, National Institutes of Health, Bethesda, United States', 'raw_affiliation_strings': ['Office of the Director, National Institutes of Health, Bethesda, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042685093', 'display_name': 'Calvin Brown', 'orcid': 'https://orcid.org/0000-0002-1980-774X'}, 'institutions': [{'id': 'https://openalex.org/I84218800', 'display_name': 'University of California, Davis', 'ror': 'https://ror.org/05rrcem69', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I84218800']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'C Titus Brown', 'raw_affiliation_string': 'Population Health and Reproduction, University of California, Davis, Davis, United States', 'raw_affiliation_strings': ['Population Health and Reproduction, University of California, Davis, Davis, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079789496', 'display_name': 'Stuart Buck', 'orcid': 'https://orcid.org/0000-0002-8111-3239'}, 'institutions': [{'id': 'https://openalex.org/I2802036385', 'display_name': 'Arnold Ventures', 'ror': 'https://ror.org/04hqxh742', 'country_code': 'US', 'type': 'other', 'lineage': ['https://openalex.org/I2802036385']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stuart Buck', 'raw_affiliation_string': 'Laura and John Arnold Foundation, Houston, United States', 'raw_affiliation_strings': ['Laura and John Arnold Foundation, Houston, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030524013', 'display_name': 'Amye Kenall', 'orcid': 'https://orcid.org/0000-0002-3030-8001'}, 'institutions': [{'id': 'https://openalex.org/I150016208', 'display_name': 'BioMed Central (United Kingdom)', 'ror': 'https://ror.org/0009s9p66', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I150016208']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Amye Kenall', 'raw_affiliation_string': 'BioMed Central, London, United Kingdom', 'raw_affiliation_strings': ['BioMed Central, London, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056041496', 'display_name': 'Jennifer Lin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210165732', 'display_name': 'Holy Cross College', 'ror': 'https://ror.org/05tjyqz67', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I4210165732']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jennifer Lin', 'raw_affiliation_string': 'CrossRef, Oxford, United Kingdom', 'raw_affiliation_strings': ['CrossRef, Oxford, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006676862', 'display_name': 'Damon McDougall', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Damon McDougall', 'raw_affiliation_string': 'Institute for Computational Engineering and Sciences, University of Texas at Austin, Austin, United States', 'raw_affiliation_strings': ['Institute for Computational Engineering and Sciences, University of Texas at Austin, Austin, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081641856', 'display_name': 'Brian A. Nosek', 'orcid': 'https://orcid.org/0000-0001-6797-5476'}, 'institutions': [{'id': 'https://openalex.org/I2799848540', 'display_name': 'Center for Open Science', 'ror': 'https://ror.org/05d5mza29', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2799848540']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Brian A Nosek', 'raw_affiliation_string': 'Center for Open Science, Charlottesville, United States', 'raw_affiliation_strings': ['Center for Open Science, Charlottesville, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037691598', 'display_name': 'Karthik Ram', 'orcid': 'https://orcid.org/0000-0002-0233-1757'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Karthik Ram', 'raw_affiliation_string': 'Berkeley Institute for Data Science, University of California, Berkeley, Berkeley, United States', 'raw_affiliation_strings': ['Berkeley Institute for Data Science, University of California, Berkeley, Berkeley, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060958781', 'display_name': 'Courtney K. Soderberg', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2799848540', 'display_name': 'Center for Open Science', 'ror': 'https://ror.org/05d5mza29', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2799848540']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Courtney K Soderberg', 'raw_affiliation_string': 'Center for Open Science, Charlottesville, United States', 'raw_affiliation_strings': ['Center for Open Science, Charlottesville, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088467790', 'display_name': 'Jeffrey R. Spies', 'orcid': 'https://orcid.org/0000-0003-2135-5874'}, 'institutions': [{'id': 'https://openalex.org/I2799848540', 'display_name': 'Center for Open Science', 'ror': 'https://ror.org/05d5mza29', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2799848540']}, {'id': 'https://openalex.org/I51556381', 'display_name': 'University of Virginia', 'ror': 'https://ror.org/0153tk833', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I51556381']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jeffrey R Spies', 'raw_affiliation_string': 'Center for Open Science, Charlottesville, United States; Department of Engineering and Society, University of Virginia, Charlottesville, United States', 'raw_affiliation_strings': ['Center for Open Science, Charlottesville, United States', 'Department of Engineering and Society, University of Virginia, Charlottesville, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091158837', 'display_name': 'Kaitlin Thaney', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1291431925', 'display_name': 'Mozilla Foundation', 'ror': 'https://ror.org/01y8r3379', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1291431925']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kaitlin Thaney', 'raw_affiliation_string': 'Mozilla Science Lab, Mozilla Foundation, New York, United States', 'raw_affiliation_strings': ['Mozilla Science Lab, Mozilla Foundation, New York, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000056829', 'display_name': 'Updegrove Andrew', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Andrew Updegrove', 'raw_affiliation_string': 'Gesmer Updegrove LLP, Boston, United States', 'raw_affiliation_strings': ['Gesmer Updegrove LLP, Boston, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004427441', 'display_name': 'Kara Woo', 'orcid': 'https://orcid.org/0000-0002-5125-4188'}, 'institutions': [{'id': 'https://openalex.org/I72951846', 'display_name': 'Washington State University', 'ror': 'https://ror.org/05dk0ce17', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I72951846']}, {'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kara H Woo', 'raw_affiliation_string': 'Center for Environmental Research, Education, and Outreach, Washington State University, Pullman, United States; Information School, University of Washington, Seattle, United States', 'raw_affiliation_strings': ['Center for Environmental Research, Education, and Outreach, Washington State University, Pullman, United States', 'Information School, University of Washington, Seattle, United States']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5089396175', 'display_name': 'Tal Yarkoni', 'orcid': 'https://orcid.org/0000-0002-6558-5113'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tal Yarkoni', 'raw_affiliation_string': 'Department of Psychology, University of Texas at Austin, Austin, United States', 'raw_affiliation_strings': ['Department of Psychology, University of Texas at Austin, Austin, United States']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 15, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3000, 'currency': 'USD', 'value_usd': 3000, 'provenance': 'doaj'}, 'apc_paid': {'value': 3000, 'currency': 'USD', 'value_usd': 3000, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 415, 'biblio': {'volume': '5', 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778149293', 'wikidata': 'https://www.wikidata.org/wiki/Q309823', 'display_name': 'Open science', 'level': 2, 'score': 0.8299537}, {'id': 'https://openalex.org/C2780586970', 'wikidata': 'https://www.wikidata.org/wiki/Q1357284', 'display_name': 'Popularity', 'level': 2, 'score': 0.7868899}, {'id': 'https://openalex.org/C2780535194', 'wikidata': 'https://www.wikidata.org/wiki/Q309901', 'display_name': 'Open data', 'level': 2, 'score': 0.6181091}, {'id': 'https://openalex.org/C2778061430', 'wikidata': 'https://www.wikidata.org/wiki/Q188823', 'display_name': 'Scholarship', 'level': 2, 'score': 0.6154021}, {'id': 'https://openalex.org/C18762648', 'wikidata': 'https://www.wikidata.org/wiki/Q42213', 'display_name': 'Work (physics)', 'level': 2, 'score': 0.53995156}, {'id': 'https://openalex.org/C3018397939', 'wikidata': 'https://www.wikidata.org/wiki/Q3644502', 'display_name': 'Open source', 'level': 3, 'score': 0.48449084}, {'id': 'https://openalex.org/C39549134', 'wikidata': 'https://www.wikidata.org/wiki/Q133080', 'display_name': 'Public relations', 'level': 1, 'score': 0.4707371}, {'id': 'https://openalex.org/C2778464652', 'wikidata': 'https://www.wikidata.org/wiki/Q309849', 'display_name': 'Open research', 'level': 2, 'score': 0.45523882}, {'id': 'https://openalex.org/C184356942', 'wikidata': 'https://www.wikidata.org/wiki/Q830382', 'display_name': 'Best practice', 'level': 2, 'score': 0.42706883}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.39831182}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.38192916}, {'id': 'https://openalex.org/C56739046', 'wikidata': 'https://www.wikidata.org/wiki/Q192060', 'display_name': 'Knowledge management', 'level': 1, 'score': 0.37959376}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.3527847}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.23703104}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.17977473}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.14256859}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C1276947', 'wikidata': 'https://www.wikidata.org/wiki/Q333', 'display_name': 'Astronomy', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D022126', 'descriptor_name': 'Access to Information', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D066295', 'descriptor_name': 'Open Access Publishing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D012106', 'descriptor_name': 'Research', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': True}, {'descriptor_ui': 'D012108', 'descriptor_name': 'Research Personnel', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': True}, {'descriptor_ui': 'D012106', 'descriptor_name': 'Research', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012108', 'descriptor_name': 'Research Personnel', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 7, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.7554/elife.16800', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1336409049', 'display_name': 'eLife', 'issn_l': '2050-084X', 'issn': ['2050-084X'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311710', 'host_organization_name': 'eLife Sciences Publications Ltd', 'host_organization_lineage': ['https://openalex.org/P4310311710'], 'host_organization_lineage_names': ['eLife Sciences Publications Ltd'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4973366', 'pdf_url': 'https://europepmc.org/articles/pmc4973366?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4973366', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://figshare.com/articles/journal_contribution/The_open_research_value_proposition_How_sharing_can_help_researchers_succeed/1619902', 'pdf_url': 'https://figshare.com/articles/journal_contribution/The_open_research_value_proposition_How_sharing_can_help_researchers_succeed/1619902/7/files/5470175.pdf', 'source': {'id': 'https://openalex.org/S4306402621', 'display_name': 'INDIGO (University of Illinois at Chicago)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I39422238', 'host_organization_name': 'University of Illinois at Chicago', 'host_organization_lineage': ['https://openalex.org/I39422238'], 'host_organization_lineage_names': ['University of Illinois at Chicago'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://digitalcommons.unl.edu/scholcom/24', 'pdf_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1023&context=scholcom', 'source': {'id': 'https://openalex.org/S4377196105', 'display_name': 'Digital Commons - University of Nebraska Lincoln (University of Nebraska–Lincoln)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114395901', 'host_organization_name': 'University of Nebraska–Lincoln', 'host_organization_lineage': ['https://openalex.org/I114395901'], 'host_organization_lineage_names': ['University of Nebraska–Lincoln'], 'type': 'repository'}, 'license': 'cc-by-sa', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1023&context=scholcom', 'pdf_url': 'http://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1023&context=scholcom', 'source': {'id': 'https://openalex.org/S4377196105', 'display_name': 'Digital Commons - University of Nebraska Lincoln (University of Nebraska–Lincoln)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114395901', 'host_organization_name': 'University of Nebraska–Lincoln', 'host_organization_lineage': ['https://openalex.org/I114395901'], 'host_organization_lineage_names': ['University of Nebraska–Lincoln'], 'type': 'repository'}, 'license': 'cc-by-sa', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/27387362', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7554/elife.16800', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1336409049', 'display_name': 'eLife', 'issn_l': '2050-084X', 'issn': ['2050-084X'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311710', 'host_organization_name': 'eLife Sciences Publications Ltd', 'host_organization_lineage': ['https://openalex.org/P4310311710'], 'host_organization_lineage_names': ['eLife Sciences Publications Ltd'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.3}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.11}], 'grants': [{'funder': 'https://openalex.org/F4320306193', 'funder_display_name': 'John Templeton Foundation', 'award_id': '46545'}, {'funder': 'https://openalex.org/F4320311571', 'funder_display_name': 'Laura and John Arnold Foundation', 'award_id': None}, {'funder': 'https://openalex.org/F4320337337', 'funder_display_name': 'National Institute on Aging', 'award_id': 'R24AG048124'}], 'referenced_works_count': 73, 'referenced_works': ['https://openalex.org/W855927983', 'https://openalex.org/W1487640135', 'https://openalex.org/W1494080438', 'https://openalex.org/W1560783210', 'https://openalex.org/W1575893985', 'https://openalex.org/W1897139626', 'https://openalex.org/W1941783251', 'https://openalex.org/W1944584781', 'https://openalex.org/W1970217003', 'https://openalex.org/W1974132922', 'https://openalex.org/W1995054497', 'https://openalex.org/W1995917404', 'https://openalex.org/W1996515099', 'https://openalex.org/W2011524506', 'https://openalex.org/W2014890944', 'https://openalex.org/W2023783748', 'https://openalex.org/W2024487857', 'https://openalex.org/W2025617971', 'https://openalex.org/W2029304379', 'https://openalex.org/W2031934506', 'https://openalex.org/W2037150872', 'https://openalex.org/W2041212401', 'https://openalex.org/W2041971736', 'https://openalex.org/W2044701702', 'https://openalex.org/W2045657963', 'https://openalex.org/W2048185449', 'https://openalex.org/W2056422940', 'https://openalex.org/W2058954808', 'https://openalex.org/W2062490671', 'https://openalex.org/W2063743914', 'https://openalex.org/W2065412713', 'https://openalex.org/W2086496065', 'https://openalex.org/W2089604928', 'https://openalex.org/W2094656162', 'https://openalex.org/W2096610763', 'https://openalex.org/W2097939446', 'https://openalex.org/W2100117397', 'https://openalex.org/W2103948822', 'https://openalex.org/W2104772551', 'https://openalex.org/W2122805793', 'https://openalex.org/W2124583515', 'https://openalex.org/W2125183513', 'https://openalex.org/W2128186353', 'https://openalex.org/W2128189891', 'https://openalex.org/W2128349488', 'https://openalex.org/W2140283616', 'https://openalex.org/W2150469595', 'https://openalex.org/W2160597895', 'https://openalex.org/W2163887529', 'https://openalex.org/W2167023602', 'https://openalex.org/W2168401819', 'https://openalex.org/W2171827218', 'https://openalex.org/W2273245404', 'https://openalex.org/W2276801815', 'https://openalex.org/W2300867265', 'https://openalex.org/W2333445708', 'https://openalex.org/W2339181936', 'https://openalex.org/W2390706404', 'https://openalex.org/W2399850256', 'https://openalex.org/W2405035507', 'https://openalex.org/W2606762388', 'https://openalex.org/W2917079055', 'https://openalex.org/W3103616818', 'https://openalex.org/W3121442279', 'https://openalex.org/W3121567788', 'https://openalex.org/W3124752986', 'https://openalex.org/W4214836368', 'https://openalex.org/W4232412557', 'https://openalex.org/W4232875366', 'https://openalex.org/W4233049228', 'https://openalex.org/W4236770619', 'https://openalex.org/W4238545833', 'https://openalex.org/W4248629402'], 'related_works': ['https://openalex.org/W2345835657', 'https://openalex.org/W2463568293', 'https://openalex.org/W2768425673', 'https://openalex.org/W2770314099', 'https://openalex.org/W3006255515', 'https://openalex.org/W3013147303', 'https://openalex.org/W3035983737', 'https://openalex.org/W3049152823', 'https://openalex.org/W4210730450', 'https://openalex.org/W4309176816'], 'ngrams_url': 'https://api.openalex.org/works/W2463568293/ngrams', 'abstract_inverted_index': {'Open': [0], 'access,': [1], 'open': [2, 4, 8, 49, 71], 'data,': [3], 'source': [5], 'and': [6, 15, 63], 'other': [7], 'scholarship': [9], 'practices': [10, 22, 73], 'are': [11, 33, 68], 'growing': [12], 'in': [13, 55], 'popularity': [14], 'necessity.': [16], 'However,': [17], 'widespread': [18], 'adoption': [19], 'of': [20], 'these': [21], 'has': [23], 'not': [24], 'yet': [25], 'been': [26], 'achieved.': [27], 'One': [28], 'reason': [29], 'is': [30, 51], 'that': [31, 48, 70], 'researchers': [32, 78], 'uncertain': [34], 'about': [35], 'how': [36], 'sharing': [37], 'their': [38, 42], 'work': [39], 'will': [40], 'affect': [41], 'careers.': [43], 'We': [44], 'review': [45], 'literature': [46], 'demonstrating': [47], 'research': [50, 72], 'associated': [52], 'with': [53], 'increases': [54], 'citations,': [56], 'media': [57], 'attention,': [58], 'potential': [59], 'collaborators,': [60], 'job': [61], 'opportunities': [62], 'funding': [64], 'opportunities.': [65], 'These': [66], 'findings': [67], 'evidence': [69], 'bring': [74], 'significant': [75], 'benefits': [76], 'to': [77, 80], 'relative': [79], 'more': [81], 'traditional': [82], 'closed': [83], 'practices.': [84]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2463568293', 'counts_by_year': [{'year': 2023, 'cited_by_count': 53}, {'year': 2022, 'cited_by_count': 63}, {'year': 2021, 'cited_by_count': 68}, {'year': 2020, 'cited_by_count': 77}, {'year': 2019, 'cited_by_count': 60}, {'year': 2018, 'cited_by_count': 46}, {'year': 2017, 'cited_by_count': 39}, {'year': 2016, 'cited_by_count': 9}], 'updated_date': '2023-10-01T20:16:02.201378', 'created_date': '2016-07-22'}, {'id': 'https://openalex.org/W2048185449', 'doi': 'https://doi.org/10.1371/journal.pone.0013636', 'title': 'Self-Selected or Mandated, Open Access Increases Citation Impact for Higher Quality Research', 'display_name': 'Self-Selected or Mandated, Open Access Increases Citation Impact for Higher Quality Research', 'publication_year': 2010, 'publication_date': '2010-10-18', 'ids': {'openalex': 'https://openalex.org/W2048185449', 'doi': 'https://doi.org/10.1371/journal.pone.0013636', 'mag': '2048185449', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/20976155', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2956678'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0013636', 'pdf_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0013636&type=printable', 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0013636&type=printable', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5057135074', 'display_name': 'Yassine Gargouri', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Yassine Gargouri', 'raw_affiliation_string': 'Institut des Sciences Cognitives, Université du Québec à Montréal, Montréal, Québec, Canada', 'raw_affiliation_strings': ['Institut des Sciences Cognitives, Université du Québec à Montréal, Montréal, Québec, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015643870', 'display_name': 'Chawki Hajjem', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Chawki Hajjem', 'raw_affiliation_string': 'Institut des Sciences Cognitives, Université du Québec à Montréal, Montréal, Québec, Canada', 'raw_affiliation_strings': ['Institut des Sciences Cognitives, Université du Québec à Montréal, Montréal, Québec, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068542997', 'display_name': 'Vincent Larivière', 'orcid': 'https://orcid.org/0000-0002-2733-0689'}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Vincent Larivière', 'raw_affiliation_string': 'Observatoire des Sciences et des Technologies, Université du Québec à Montréal, Montréal, Québec, Canada', 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies, Université du Québec à Montréal, Montréal, Québec, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074283997', 'display_name': 'Yves Gingras', 'orcid': 'https://orcid.org/0000-0002-4729-1269'}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Yves Gingras', 'raw_affiliation_string': 'Canada Research Chair in the History and Sociology of Science, Université du Québec à Montréal, Montréal, Québec, Canada', 'raw_affiliation_strings': ['Canada Research Chair in the History and Sociology of Science, Université du Québec à Montréal, Montréal, Québec, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007835111', 'display_name': 'Les Carr', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I43439940', 'display_name': 'University of Southampton', 'ror': 'https://ror.org/01ryk1543', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I43439940']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Les Carr', 'raw_affiliation_string': 'School of Electronics and Computer Science, University of Southampton, Southampton, United Kingdom', 'raw_affiliation_strings': ['School of Electronics and Computer Science, University of Southampton, Southampton, United Kingdom']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034672788', 'display_name': 'Tim Brody', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I43439940', 'display_name': 'University of Southampton', 'ror': 'https://ror.org/01ryk1543', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I43439940']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Tim Brody', 'raw_affiliation_string': 'School of Electronics and Computer Science, University of Southampton, Southampton, United Kingdom', 'raw_affiliation_strings': ['School of Electronics and Computer Science, University of Southampton, Southampton, United Kingdom']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5068938534', 'display_name': 'Stevan Harnad', 'orcid': 'https://orcid.org/0000-0001-6153-1129'}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}, {'id': 'https://openalex.org/I43439940', 'display_name': 'University of Southampton', 'ror': 'https://ror.org/01ryk1543', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I43439940']}], 'countries': ['CA', 'GB'], 'is_corresponding': True, 'raw_author_name': 'Stevan Harnad', 'raw_affiliation_string': 'Canada Research Chair in Cognitive Sciences, Université du Québec à Montréal, Montréal, Québec, Canada; School of Electronics and Computer Science, University of Southampton, Southampton, United Kingdom', 'raw_affiliation_strings': ['Canada Research Chair in Cognitive Sciences, Université du Québec à Montréal, Montréal, Québec, Canada', 'School of Electronics and Computer Science, University of Southampton, Southampton, United Kingdom']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5068938534'], 'corresponding_institution_ids': ['https://openalex.org/I159129438', 'https://openalex.org/I43439940'], 'apc_list': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'apc_paid': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 411, 'biblio': {'volume': '5', 'issue': '10', 'first_page': 'e13636', 'last_page': 'e13636'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779455604', 'wikidata': 'https://www.wikidata.org/wiki/Q5330', 'display_name': 'Impact factor', 'level': 2, 'score': 0.6384444}, {'id': 'https://openalex.org/C2779530757', 'wikidata': 'https://www.wikidata.org/wiki/Q1207505', 'display_name': 'Quality (philosophy)', 'level': 2, 'score': 0.6121005}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.6067076}, {'id': 'https://openalex.org/C2780439572', 'wikidata': 'https://www.wikidata.org/wiki/Q919364', 'display_name': 'Publication bias', 'level': 3, 'score': 0.46911696}, {'id': 'https://openalex.org/C151956035', 'wikidata': 'https://www.wikidata.org/wiki/Q1132755', 'display_name': 'Logistic regression', 'level': 2, 'score': 0.45263422}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.40762144}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.3982755}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.33026886}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.31776008}, {'id': 'https://openalex.org/C95190672', 'wikidata': 'https://www.wikidata.org/wiki/Q815382', 'display_name': 'Meta-analysis', 'level': 2, 'score': 0.1878492}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.1703346}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D055811', 'descriptor_name': 'Journal Impact Factor', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D020407', 'descriptor_name': 'Internet', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 12, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0013636', 'pdf_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0013636&type=printable', 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/3c748cf195ea41658b704604e26fbf2a', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1001.0361', 'pdf_url': 'https://arxiv.org/pdf/1001.0361', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2956678', 'pdf_url': 'https://europepmc.org/articles/pmc2956678?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1866/23194', 'pdf_url': 'https://papyrus.bib.umontreal.ca/xmlui/bitstream/1866/23194/1/journal.pone.0013636.PDF', 'source': {'id': 'https://openalex.org/S4306400658', 'display_name': '@nalyses (University of Ottawa)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I153718931', 'host_organization_name': 'University of Ottawa', 'host_organization_lineage': ['https://openalex.org/I153718931'], 'host_organization_lineage_names': ['University of Ottawa'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2956678', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://www.archipel.uqam.ca/6560/1/MandateOA_PLOSpostprint.pdf', 'pdf_url': 'http://www.archipel.uqam.ca/6560/1/MandateOA_PLOSpostprint.pdf', 'source': {'id': 'https://openalex.org/S4306401005', 'display_name': 'Archipelago (Université du Québec à Montréal)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4210093668', 'host_organization_name': 'Quebec Intensive Silviculture Network', 'host_organization_lineage': ['https://openalex.org/I4210093668'], 'host_organization_lineage_names': ['Quebec Intensive Silviculture Network'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://eprints.soton.ac.uk/268493/6/MandateOA_PLOSpostprint.pdf', 'pdf_url': 'https://eprints.soton.ac.uk/268493/6/MandateOA_PLOSpostprint.pdf', 'source': {'id': 'https://openalex.org/S4306401020', 'display_name': 'ePrints Soton (University of Southampton)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I43439940', 'host_organization_name': 'University of Southampton', 'host_organization_lineage': ['https://openalex.org/I43439940'], 'host_organization_lineage_names': ['University of Southampton'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://eprints.soton.ac.uk/268493/2/Supp1_CERNmSOTON.pdf', 'pdf_url': 'https://eprints.soton.ac.uk/268493/2/Supp1_CERNmSOTON.pdf', 'source': {'id': 'https://openalex.org/S4306401020', 'display_name': 'ePrints Soton (University of Southampton)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I43439940', 'host_organization_name': 'University of Southampton', 'host_organization_lineage': ['https://openalex.org/I43439940'], 'host_organization_lineage_names': ['University of Southampton'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://eprints.soton.ac.uk/268493/4/Supp3_CiteRanges.pdf', 'pdf_url': 'https://eprints.soton.ac.uk/268493/4/Supp3_CiteRanges.pdf', 'source': {'id': 'https://openalex.org/S4306401019', 'display_name': 'ePrints Soton (University of Southampton)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I43439940', 'host_organization_name': 'University of Southampton', 'host_organization_lineage': ['https://openalex.org/I43439940'], 'host_organization_lineage_names': ['University of Southampton'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://eprints.soton.ac.uk/268493/5/Supp4_IndivCites.pdf', 'pdf_url': 'https://eprints.soton.ac.uk/268493/5/Supp4_IndivCites.pdf', 'source': {'id': 'https://openalex.org/S4306401019', 'display_name': 'ePrints Soton (University of Southampton)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I43439940', 'host_organization_name': 'University of Southampton', 'host_organization_lineage': ['https://openalex.org/I43439940'], 'host_organization_lineage_names': ['University of Southampton'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/20976155', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0013636', 'pdf_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0013636&type=printable', 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.18}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.11}], 'grants': [], 'referenced_works_count': 50, 'referenced_works': ['https://openalex.org/W2714887', 'https://openalex.org/W161085327', 'https://openalex.org/W210630565', 'https://openalex.org/W277782899', 'https://openalex.org/W874287882', 'https://openalex.org/W1488271674', 'https://openalex.org/W1517527467', 'https://openalex.org/W1530473725', 'https://openalex.org/W1540815740', 'https://openalex.org/W1546460521', 'https://openalex.org/W1549882300', 'https://openalex.org/W1582493912', 'https://openalex.org/W1640247171', 'https://openalex.org/W1666451001', 'https://openalex.org/W1714515152', 'https://openalex.org/W1715687586', 'https://openalex.org/W1782003150', 'https://openalex.org/W1846006564', 'https://openalex.org/W1854214752', 'https://openalex.org/W1931854307', 'https://openalex.org/W1970217003', 'https://openalex.org/W2002034968', 'https://openalex.org/W2002728047', 'https://openalex.org/W2013531606', 'https://openalex.org/W2038122275', 'https://openalex.org/W2045816279', 'https://openalex.org/W2047089384', 'https://openalex.org/W2053928690', 'https://openalex.org/W2066636486', 'https://openalex.org/W2069656088', 'https://openalex.org/W2088909840', 'https://openalex.org/W2089123513', 'https://openalex.org/W2089604928', 'https://openalex.org/W2092749046', 'https://openalex.org/W2100117397', 'https://openalex.org/W2104772551', 'https://openalex.org/W2117536809', 'https://openalex.org/W2125660293', 'https://openalex.org/W2129840456', 'https://openalex.org/W2131489534', 'https://openalex.org/W2135547856', 'https://openalex.org/W2137725064', 'https://openalex.org/W2140880926', 'https://openalex.org/W2142628731', 'https://openalex.org/W2167419936', 'https://openalex.org/W2167665082', 'https://openalex.org/W2168160236', 'https://openalex.org/W2168190036', 'https://openalex.org/W2168201538', 'https://openalex.org/W2484754563'], 'related_works': ['https://openalex.org/W1587247635', 'https://openalex.org/W1971287178', 'https://openalex.org/W1975352293', 'https://openalex.org/W2135336774', 'https://openalex.org/W2373387871', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W2910622723', 'https://openalex.org/W2971657019', 'https://openalex.org/W4383531847'], 'ngrams_url': 'https://api.openalex.org/works/W2048185449/ngrams', 'abstract_inverted_index': {'Articles': [0], 'whose': [1], 'authors': [2, 65, 190], 'have': [3, 43, 49], 'supplemented': [4], 'subscription-based': [5], 'access': [6], 'to': [7, 17, 193, 206, 219], 'the': [8, 25, 37, 108, 136, 179, 214, 231], "publisher's": [9], 'version': [10], 'by': [11, 211, 237], 'self-archiving': [12, 77, 80, 235], 'their': [13], 'own': [14], 'final': [15], 'draft': [16], 'make': [18, 67, 194], 'it': [19], 'accessible': [20], 'free': [21], 'for': [22, 81, 101, 135, 178], 'all': [23, 172], 'on': [24], 'web': [26], '("Open': [27], 'Access",': [28], 'OA)': [29], 'are': [30, 162], 'cited': [31, 139], 'significantly': [32], 'more': [33, 180], 'than': [34], 'articles': [35, 69, 86, 167], 'in': [36, 89], 'same': [38], 'journal': [39, 119], 'and': [40, 133, 147, 208, 241], 'year': [41], 'that': [42, 51, 107, 225], 'not': [44, 56, 183], 'been': [45], 'made': [46], 'OA.': [47, 70], 'Some': [48], 'suggested': [50], 'this': [52, 73], '"OA': [53], 'Advantage"': [54], 'may': [55], 'be': [57], 'causal': [58], 'but': [59, 149, 196], 'just': [60, 98, 158], 'a': [61, 82, 186, 199], 'self-selection': [62], 'bias,': [63], 'because': [64, 184, 197], 'preferentially': [66], 'higher-quality': [68], 'To': [71], 'test': [72], 'we': [74], 'compared': [75], 'self-selective': [76], 'with': [78, 156], 'mandatory': [79], 'sample': [83], 'of': [84, 112, 115, 123, 166, 171, 185, 198, 216, 233], '27,197': [85], 'published': [87], '2002-2006': [88], '1,984': [90], 'journals.': [91], 'METHDOLOGY/PRINCIPAL': [92], 'FINDINGS:': [93], 'The': [94, 141], 'OA': [95, 142, 174, 212, 234], 'Advantage': [96, 143], 'proved': [97], 'as': [99, 159], 'high': [100], 'both.': [102], 'Logistic': [103], 'regression': [104], 'analysis': [105], 'showed': [106], 'advantage': [109, 175], 'is': [110, 144, 153, 176, 223], 'independent': [111, 146], 'other': [113], 'correlates': [114], 'citations': [116, 160], '(article': [117], 'age;': [118], 'impact': [120], 'factor;': [121], 'number': [122], 'co-authors,': [124], 'references': [125], 'or': [126, 131], 'pages;': [127], 'field;': [128], 'article': [129], 'type;': [130], 'country)': [132], 'highest': [134], 'most': [137], 'highly': [138], 'articles.': [140], 'real,': [145], 'causal,': [148], 'skewed.': [150], 'Its': [151], 'size': [152], 'indeed': [154], 'correlated': [155], 'quality,': [157], 'themselves': [161], '(the': [163], 'top': [164], '20%': [165], 'receive': [168], 'about': [169], '80%': [170], 'citations).The': [173], 'greater': [177], 'citable': [181], 'articles,': [182], 'quality': [187, 200], 'bias': [188], 'from': [189, 202, 213], 'self-selecting': [191, 204], 'what': [192, 205], 'OA,': [195], 'advantage,': [201], 'users': [203], 'use': [207], 'cite,': [209], 'freed': [210], 'constraints': [215], 'selective': [217], 'accessibility': [218], 'subscribers': [220], 'only.': [221], 'It': [222], 'hoped': [224], 'these': [226], 'findings': [227], 'will': [228], 'help': [229], 'motivate': [230], 'adoption': [232], 'mandates': [236], 'universities,': [238], 'research': [239, 242], 'institutions': [240], 'funders.': [243]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2048185449', 'counts_by_year': [{'year': 2023, 'cited_by_count': 10}, {'year': 2022, 'cited_by_count': 20}, {'year': 2021, 'cited_by_count': 19}, {'year': 2020, 'cited_by_count': 53}, {'year': 2019, 'cited_by_count': 30}, {'year': 2018, 'cited_by_count': 22}, {'year': 2017, 'cited_by_count': 32}, {'year': 2016, 'cited_by_count': 30}, {'year': 2015, 'cited_by_count': 33}, {'year': 2014, 'cited_by_count': 41}, {'year': 2013, 'cited_by_count': 48}, {'year': 2012, 'cited_by_count': 36}], 'updated_date': '2023-10-02T14:22:16.270546', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2140880926', 'doi': 'https://doi.org/10.1371/journal.pone.0011273', 'title': 'Open Access to the Scientific Journal Literature: Situation 2009', 'display_name': 'Open Access to the Scientific Journal Literature: Situation 2009', 'publication_year': 2010, 'publication_date': '2010-06-23', 'ids': {'openalex': 'https://openalex.org/W2140880926', 'doi': 'https://doi.org/10.1371/journal.pone.0011273', 'mag': '2140880926', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/20585653', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2890572'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0011273', 'pdf_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0011273&type=printable', 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0011273&type=printable', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5036789552', 'display_name': 'Bo‐Christer Björk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Bo-Christer Björk', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047186166', 'display_name': 'Patrik Welling', 'orcid': 'https://orcid.org/0000-0002-2545-1831'}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Patrik Welling', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067698582', 'display_name': 'null null', 'orcid': 'https://orcid.org/0000-0003-3951-7990'}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': True, 'raw_author_name': 'Mikael Laakso', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087870453', 'display_name': 'Péter Majlender', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Peter Majlender', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000440069', 'display_name': 'Turid Hedlund', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Turid Hedlund', 'raw_affiliation_string': 'HANKEN School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['HANKEN School of Economics, Helsinki, Finland']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5017773495', 'display_name': 'Guðni Guðnason', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210154186', 'display_name': 'Innovation Center Iceland', 'ror': 'https://ror.org/052yhxz58', 'country_code': 'IS', 'type': 'company', 'lineage': ['https://openalex.org/I4210154186']}], 'countries': ['IS'], 'is_corresponding': False, 'raw_author_name': 'Guðni Guðnason', 'raw_affiliation_string': 'Innovation Center Iceland, Reykjavik, Iceland', 'raw_affiliation_strings': ['Innovation Center Iceland, Reykjavik, Iceland']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5067698582'], 'corresponding_institution_ids': ['https://openalex.org/I5085271'], 'apc_list': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'apc_paid': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 346, 'biblio': {'volume': '5', 'issue': '6', 'first_page': 'e11273', 'last_page': 'e11273'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.6597961}, {'id': 'https://openalex.org/C3020774429', 'wikidata': 'https://www.wikidata.org/wiki/Q1201886', 'display_name': 'Web of science', 'level': 3, 'score': 0.5385059}, {'id': 'https://openalex.org/C2984423262', 'wikidata': 'https://www.wikidata.org/wiki/Q17327049', 'display_name': 'Scientific publishing', 'level': 3, 'score': 0.5227371}, {'id': 'https://openalex.org/C2779455604', 'wikidata': 'https://www.wikidata.org/wiki/Q5330', 'display_name': 'Impact factor', 'level': 2, 'score': 0.5208383}, {'id': 'https://openalex.org/C110875604', 'wikidata': 'https://www.wikidata.org/wiki/Q75', 'display_name': 'The Internet', 'level': 2, 'score': 0.51481}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.4992051}, {'id': 'https://openalex.org/C3019393901', 'wikidata': 'https://www.wikidata.org/wiki/Q232932', 'display_name': 'Open access publishing', 'level': 2, 'score': 0.43378752}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.40046084}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.38532045}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.37241673}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.33488125}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.10508335}], 'mesh': [{'descriptor_ui': 'D022126', 'descriptor_name': 'Access to Information', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D020407', 'descriptor_name': 'Internet', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018156', 'descriptor_name': 'Journalism, Medical', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D016247', 'descriptor_name': 'Information Storage and Retrieval', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0011273', 'pdf_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0011273&type=printable', 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/10dbaac198ac4cb2b5334d62f50fcabb', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2890572', 'pdf_url': 'https://europepmc.org/articles/pmc2890572?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10227/649', 'pdf_url': 'https://helda.helsinki.fi/bitstream/10227/649/2/bjork_welling_laakso_majlender_hedlund_gudnason.pdf', 'source': {'id': 'https://openalex.org/S4306401476', 'display_name': 'Helda (University of Helsinki)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I133731052', 'host_organization_name': 'University of Helsinki', 'host_organization_lineage': ['https://openalex.org/I133731052'], 'host_organization_lineage_names': ['University of Helsinki'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2890572', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/20585653', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0011273', 'pdf_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0011273&type=printable', 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.47}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.23}], 'grants': [], 'referenced_works_count': 12, 'referenced_works': ['https://openalex.org/W1998008481', 'https://openalex.org/W2031754690', 'https://openalex.org/W2056102844', 'https://openalex.org/W2058923091', 'https://openalex.org/W2061451796', 'https://openalex.org/W2088230841', 'https://openalex.org/W2088909840', 'https://openalex.org/W2137725064', 'https://openalex.org/W2148804784', 'https://openalex.org/W4214836368', 'https://openalex.org/W4230129368', 'https://openalex.org/W4244409774'], 'related_works': ['https://openalex.org/W2586139670', 'https://openalex.org/W2626832881', 'https://openalex.org/W2738568675', 'https://openalex.org/W2748952813', 'https://openalex.org/W3012490403', 'https://openalex.org/W3140354243', 'https://openalex.org/W4200274579', 'https://openalex.org/W4206629863', 'https://openalex.org/W4226071046', 'https://openalex.org/W4285761886'], 'ngrams_url': 'https://api.openalex.org/works/W2140880926/ngrams', 'abstract_inverted_index': {'The': [0, 217, 260], 'Internet': [1], 'has': [2, 167], 'recently': [3], 'made': [4], 'possible': [5], 'the': [6, 50, 78, 104, 121, 129, 138, 160, 173, 176, 190, 194, 207, 245], 'free': [7, 111], 'global': [8], 'availability': [9, 174, 252], 'of': [10, 29, 52, 61, 64, 86, 133, 175, 196, 198, 211, 253], 'scientific': [11, 22, 177, 187], 'journal': [12, 68, 178], 'articles.': [13], 'Open': [14], 'Access': [15], '(OA)': [16], 'can': [17], 'occur': [18], 'either': [19], 'via': [20, 25], 'OA': [21, 53, 123, 147, 165, 230, 251], 'journals,': [23], 'or': [24], 'authors': [26], 'posting': [27], 'manuscripts': [28], 'articles': [30, 95], 'published': [31, 96], 'in': [32, 35, 55, 74, 97, 146, 189, 202, 231], 'subscription': [33], 'journals': [34, 148], 'open': [36], 'web': [37, 91], 'repositories.': [38], 'So': [39], 'far': [40], 'there': [41, 182], 'have': [42], 'been': [43], 'few': [44], 'systematic': [45], 'studies': [46, 57, 274], 'showing': [47], 'how': [48], 'big': [49, 184], 'extent': [51], 'is,': [54], 'particular': [56], 'covering': [58], 'all': [59, 153, 215], 'fields': [60, 155, 204], 'science.The': [62], 'proportion': [63], 'peer': [65], 'reviewed': [66], 'scholarly': [67], 'articles,': [69], 'which': [70], 'are': [71, 183, 247], 'available': [72, 102], 'openly': [73], 'full': [75], 'text': [76], 'on': [77, 172], 'web,': [79], 'was': [80, 149], 'studied': [81], 'using': [82, 117], 'a': [83, 90, 168, 268], 'random': [84], 'sample': [85], '1837': [87], 'titles': [88], 'and': [89, 143, 180, 235, 262], 'search': [92, 118, 263], 'engine.': [93], 'Of': [94], '2008,': [98], '8.5%': [99], 'were': [100], 'freely': [101], 'at': [103], "publishers'": [105], 'sites.': [106], 'For': [107], 'an': [108], 'additional': [109], '11.9%': [110], 'manuscript': [112, 157], 'versions': [113], 'could': [114], 'be': [115, 210], 'found': [116], 'engines,': [119], 'making': [120], 'overall': [122, 131], 'percentage': [124], '20.4%.': [125], 'Chemistry': [126], '(13%)': [127], 'had': [128], 'lowest': [130], 'share': [132], 'OA,': [134], 'Earth': [135], 'Sciences': [136], '(33%)': [137], 'highest.': [139], 'In': [140, 152], 'medicine,': [141], 'biochemistry': [142], 'chemistry': [144], 'publishing': [145], 'more': [150, 272], 'common.': [151], 'other': [154], 'author-posted': [156], 'copies': [158], 'dominated': [159], 'picture.The': [161], 'results': [162, 208, 218, 254], 'show': [163], 'that': [164, 181], 'already': [166], 'significant': [169], 'positive': [170], 'impact': [171], 'literature': [179], 'differences': [185], 'between': [186], 'disciplines': [188], 'uptake.': [191], 'Due': [192], 'to': [193, 214, 226, 249], 'lack': [195], 'awareness': [197], 'OA-publishing': [199], 'among': [200], 'scientists': [201], 'most': [203], 'outside': [205], 'physics,': [206], 'should': [209, 219], 'general': [212], 'interest': [213, 221], 'scholars.': [216], 'also': [220, 266], 'academic': [222], 'publishers,': [223], 'who': [224, 243], 'need': [225], 'take': [227], 'into': [228], 'account': [229], 'their': [232], 'business': [233], 'strategies': [234], 'copyright': [236], 'policies,': [237], 'as': [238, 240, 275, 277], 'well': [239, 276], 'research': [241, 256], 'funders,': [242], 'like': [244], 'NIH': [246], 'starting': [248], 'require': [250], 'from': [255], 'projects': [257], 'they': [258], 'fund.': [259], 'method': [261], 'tools': [264], 'developed': [265], 'offer': [267], 'good': [269], 'basis': [270], 'for': [271], 'in-depth': [273], 'longitudinal': [278], 'studies.': [279]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2140880926', 'counts_by_year': [{'year': 2023, 'cited_by_count': 8}, {'year': 2022, 'cited_by_count': 10}, {'year': 2021, 'cited_by_count': 15}, {'year': 2020, 'cited_by_count': 22}, {'year': 2019, 'cited_by_count': 15}, {'year': 2018, 'cited_by_count': 25}, {'year': 2017, 'cited_by_count': 32}, {'year': 2016, 'cited_by_count': 24}, {'year': 2015, 'cited_by_count': 25}, {'year': 2014, 'cited_by_count': 48}, {'year': 2013, 'cited_by_count': 54}, {'year': 2012, 'cited_by_count': 27}], 'updated_date': '2023-09-30T11:09:32.052295', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2089123513', 'doi': 'https://doi.org/10.1016/j.joi.2007.04.001', 'title': 'Do open access articles have greater citation impact?A critical review of the literature', 'display_name': 'Do open access articles have greater citation impact?A critical review of the literature', 'publication_year': 2007, 'publication_date': '2007-07-01', 'ids': {'openalex': 'https://openalex.org/W2089123513', 'doi': 'https://doi.org/10.1016/j.joi.2007.04.001', 'mag': '2089123513'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.joi.2007.04.001', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S205292342', 'display_name': 'Journal of Informetrics', 'issn_l': '1751-1577', 'issn': ['1875-5879', '1751-1577'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5003800098', 'display_name': 'Iain D. Craig', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210114768', 'display_name': 'John Wiley & Sons (United Kingdom)', 'ror': 'https://ror.org/01zm94433', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I4210114768', 'https://openalex.org/I4210131007']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Iain D. Craig', 'raw_affiliation_string': 'Wiley-Blackwell, 9600 Garsington Road, Oxford OX4 2DQ, UK', 'raw_affiliation_strings': ['Wiley-Blackwell, 9600 Garsington Road, Oxford OX4 2DQ, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068430545', 'display_name': 'Andrew Plume', 'orcid': 'https://orcid.org/0000-0002-4942-1426'}, 'institutions': [{'id': 'https://openalex.org/I4210160603', 'display_name': 'RELX Group (United Kingdom)', 'ror': 'https://ror.org/055j8ya05', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I4210160603']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Andrew M. Plume', 'raw_affiliation_string': 'Elsevier, The Boulevard, Langford Lane, Kidlington, Oxford OX5 1GB, UK', 'raw_affiliation_strings': ['Elsevier, The Boulevard, Langford Lane, Kidlington, Oxford OX5 1GB, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044349787', 'display_name': 'Marie E. McVeigh', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I68384125', 'display_name': 'Thomson Reuters (United States)', 'ror': 'https://ror.org/00m7gt169', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I68384125']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Marie E. McVeigh', 'raw_affiliation_string': 'Thomson Scientific, 3501 Market Street, Philadelphia, PA 19104, USA', 'raw_affiliation_strings': ['Thomson Scientific, 3501 Market Street, Philadelphia, PA 19104, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013399379', 'display_name': 'J. E. Pringle', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I68384125', 'display_name': 'Thomson Reuters (United States)', 'ror': 'https://ror.org/00m7gt169', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I68384125']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James Pringle', 'raw_affiliation_string': 'Thomson Scientific, 3501 Market Street, Philadelphia, PA 19104, USA', 'raw_affiliation_strings': ['Thomson Scientific, 3501 Market Street, Philadelphia, PA 19104, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5007627534', 'display_name': 'Mayur Amin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210160603', 'display_name': 'RELX Group (United Kingdom)', 'ror': 'https://ror.org/055j8ya05', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I4210160603']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Mayur Amin', 'raw_affiliation_string': 'Elsevier, The Boulevard, Langford Lane, Kidlington, Oxford OX5 1GB, UK', 'raw_affiliation_strings': ['Elsevier, The Boulevard, Langford Lane, Kidlington, Oxford OX5 1GB, UK']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3680, 'currency': 'USD', 'value_usd': 3680, 'provenance': 'doaj'}, 'apc_paid': {'value': 3680, 'currency': 'USD', 'value_usd': 3680, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 289, 'biblio': {'volume': '1', 'issue': '3', 'first_page': '239', 'last_page': '248'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.6259652}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.61287415}, {'id': 'https://openalex.org/C2778793908', 'wikidata': 'https://www.wikidata.org/wiki/Q5122404', 'display_name': 'Citation impact', 'level': 3, 'score': 0.563381}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 0.402989}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.39872354}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.2608945}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.joi.2007.04.001', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S205292342', 'display_name': 'Journal of Informetrics', 'issn_l': '1751-1577', 'issn': ['1875-5879', '1751-1577'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.31}], 'grants': [], 'referenced_works_count': 25, 'referenced_works': ['https://openalex.org/W1546460521', 'https://openalex.org/W1552729918', 'https://openalex.org/W1648386405', 'https://openalex.org/W1651221766', 'https://openalex.org/W1715687586', 'https://openalex.org/W1931854307', 'https://openalex.org/W1978384731', 'https://openalex.org/W2011634531', 'https://openalex.org/W2016698734', 'https://openalex.org/W2019020540', 'https://openalex.org/W2037150872', 'https://openalex.org/W2047089384', 'https://openalex.org/W2086496065', 'https://openalex.org/W2089604928', 'https://openalex.org/W2089745446', 'https://openalex.org/W2100117397', 'https://openalex.org/W2102340402', 'https://openalex.org/W2104772551', 'https://openalex.org/W2108058852', 'https://openalex.org/W2132991430', 'https://openalex.org/W2137725064', 'https://openalex.org/W2146932304', 'https://openalex.org/W2167463947', 'https://openalex.org/W2168160236', 'https://openalex.org/W2316294663'], 'related_works': ['https://openalex.org/W474924215', 'https://openalex.org/W1901794552', 'https://openalex.org/W2007482842', 'https://openalex.org/W2074908989', 'https://openalex.org/W2116585540', 'https://openalex.org/W2513297789', 'https://openalex.org/W2792393069', 'https://openalex.org/W2944325159', 'https://openalex.org/W3031641511', 'https://openalex.org/W4287769930'], 'ngrams_url': 'https://api.openalex.org/works/W2089123513/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'The': [3, 131], 'last': [4], 'few': [5], 'years': [6], 'have': [7, 87, 103], 'seen': [8], 'the': [9, 41, 44, 61, 89, 92, 109, 146, 150, 164, 174, 202], 'emergence': [10], 'of': [11, 52, 68, 80, 91, 204], 'several': [12], 'open': [13, 33, 119], 'access': [14, 34, 120], 'options': [15], 'in': [16, 153], 'scholarly': [17, 53], 'communication': [18], 'which': [19], 'can': [20], 'broadly': [21], 'be': [22], 'grouped': [23], 'into': [24], 'two': [25], 'areas': [26], 'referred': [27], 'to': [28, 106, 135, 172, 200], 'as': [29], '‘gold’': [30], 'and': [31, 49, 70, 74, 98, 115, 126, 158], '‘green’': [32], '(OA).': [35], 'In': [36], 'this': [37, 205], 'article': [38, 95, 180], 'we': [39], 'review': [40], 'literature': [42], 'examining': [43], 'relationship': [45, 93], 'between': [46, 60, 94, 113, 156], 'OA': [47, 66, 96, 114, 157, 175, 181], 'status': [48, 67, 97, 182], 'citation': [50, 72, 111, 154], 'counts': [51, 155], 'articles.': [54], 'Early': [55], 'studies': [56, 192], 'showed': [57, 141], 'a': [58, 122, 194], 'correlation': [59], 'free': [62], 'online': [63], 'availability': [64], 'or': [65, 186], 'articles': [69, 160], 'higher': [71], 'counts,': [73], 'implied': [75], 'causality': [76], 'without': [77], 'due': [78], 'consideration': [79], 'potential': [81], 'confounding': [82], 'factors.': [83], 'More': [84], 'recent': [85], 'investigations': [86], 'dissected': [88], 'nature': [90], 'citations.': [99, 190], 'Three': [100], 'non-exclusive': [101], 'postulates': [102], 'been': [104], 'proposed': [105], 'account': [107], 'for': [108, 145], 'observed': [110], 'differences': [112], 'non-OA': [116, 159], 'articles:': [117], 'an': [118, 127], 'postulate,': [121, 125, 149], 'selection': [123, 165], 'bias': [124, 166], 'early': [128, 147], 'view': [129, 148], 'postulate.': [130, 167], 'most': [132], 'rigorous': [133, 196], 'study': [134], 'date': [136], '(in': [137], 'condensed': [138], 'matter': [139], 'physics)': [140], 'that,': [142], 'after': [143], 'controlling': [144], 'remaining': [151], 'difference': [152], 'is': [161], 'explained': [162], 'by': [163], 'No': [168], 'evidence': [169], 'was': [170], 'found': [171], 'support': [173], 'postulate': [176], 'per': [177], 'se;': [178], 'i.e.': [179], 'alone': [183], 'has': [184], 'little': [185], 'no': [187], 'effect': [188], 'on': [189], 'Further': [191], 'using': [193], 'similarly': [195], 'approach': [197], 'are': [198], 'required': [199], 'determine': [201], 'generality': [203], 'finding.': [206]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2089123513', 'counts_by_year': [{'year': 2023, 'cited_by_count': 12}, {'year': 2022, 'cited_by_count': 8}, {'year': 2021, 'cited_by_count': 14}, {'year': 2020, 'cited_by_count': 17}, {'year': 2019, 'cited_by_count': 16}, {'year': 2018, 'cited_by_count': 15}, {'year': 2017, 'cited_by_count': 19}, {'year': 2016, 'cited_by_count': 20}, {'year': 2015, 'cited_by_count': 17}, {'year': 2014, 'cited_by_count': 27}, {'year': 2013, 'cited_by_count': 19}, {'year': 2012, 'cited_by_count': 19}], 'updated_date': '2023-09-24T17:09:02.369745', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2322381034', 'doi': 'https://doi.org/10.12688/f1000research.8460.3', 'title': 'The academic, economic and societal impacts of Open Access: an evidence-based review', 'display_name': 'The academic, economic and societal impacts of Open Access: an evidence-based review', 'publication_year': 2016, 'publication_date': '2016-09-21', 'ids': {'openalex': 'https://openalex.org/W2322381034', 'doi': 'https://doi.org/10.12688/f1000research.8460.3', 'mag': '2322381034', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/27738511', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4837983'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.12688/f1000research.8460.3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210239046', 'display_name': 'F1000Research', 'issn_l': '2046-1402', 'issn': ['2046-1402'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320357', 'host_organization_name': 'Faculty of 1000', 'host_organization_lineage': ['https://openalex.org/P4310320357'], 'host_organization_lineage_names': ['Faculty of 1000'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.12688/f1000research.8460.3', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5009210770', 'display_name': 'Jonathan Tennant', 'orcid': 'https://orcid.org/0000-0001-7794-0218'}, 'institutions': [{'id': 'https://openalex.org/I47508984', 'display_name': 'Imperial College London', 'ror': 'https://ror.org/041kmwe10', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I47508984']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jonathan P. Tennant', 'raw_affiliation_string': 'Dept. of Earth Science and Engineering, Imperial College London, London, UK', 'raw_affiliation_strings': ['Dept. of Earth Science and Engineering, Imperial College London, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062689394', 'display_name': 'François Waldner', 'orcid': 'https://orcid.org/0000-0002-5599-7456'}, 'institutions': [{'id': 'https://openalex.org/I95674353', 'display_name': 'Université Catholique de Louvain', 'ror': 'https://ror.org/02495e989', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I95674353']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'François Waldner', 'raw_affiliation_string': 'Earth and Life Institute, Université Catholique de Louvain, Louvain-la-Neuve, Belgium', 'raw_affiliation_strings': ['Earth and Life Institute, Université Catholique de Louvain, Louvain-la-Neuve, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081003521', 'display_name': 'Denis Jacques', 'orcid': 'https://orcid.org/0000-0002-9069-4143'}, 'institutions': [{'id': 'https://openalex.org/I95674353', 'display_name': 'Université Catholique de Louvain', 'ror': 'https://ror.org/02495e989', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I95674353']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Damien Christophe Jacques', 'raw_affiliation_string': 'Earth and Life Institute, Université Catholique de Louvain, Louvain-la-Neuve, Belgium', 'raw_affiliation_strings': ['Earth and Life Institute, Université Catholique de Louvain, Louvain-la-Neuve, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079670845', 'display_name': 'Paola Masuzzo', 'orcid': 'https://orcid.org/0000-0003-3699-1195'}, 'institutions': [{'id': 'https://openalex.org/I4210151194', 'display_name': 'VIB-UGent Center for Medical Biotechnology', 'ror': 'https://ror.org/04hbttm44', 'country_code': 'BE', 'type': 'facility', 'lineage': ['https://openalex.org/I2802017950', 'https://openalex.org/I32597200', 'https://openalex.org/I4210151194']}, {'id': 'https://openalex.org/I32597200', 'display_name': 'Ghent University', 'ror': 'https://ror.org/00cv9y106', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I32597200']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Paola Masuzzo', 'raw_affiliation_string': 'Medical Biotechnology Center, VIB, Ghent, Belgium, Department of Biochemistry, Ghent University, Ghent, Belgium', 'raw_affiliation_strings': ['Medical Biotechnology Center, VIB, Ghent, Belgium, Department of Biochemistry, Ghent University, Ghent, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032787867', 'display_name': 'Lauren Collister', 'orcid': 'https://orcid.org/0000-0001-5767-8486'}, 'institutions': [{'id': 'https://openalex.org/I170201317', 'display_name': 'University of Pittsburgh', 'ror': 'https://ror.org/01an3r305', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I170201317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lauren B. Collister', 'raw_affiliation_string': 'University Library System, University of Pittsburgh, Pittsburgh, PA, USA', 'raw_affiliation_strings': ['University Library System, University of Pittsburgh, Pittsburgh, PA, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5005753203', 'display_name': 'C.H.J. Hartgerink', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193700539', 'display_name': 'Tilburg University', 'ror': 'https://ror.org/04b8v1s79', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193700539']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Chris. H. J. Hartgerink', 'raw_affiliation_string': 'Department of Methodology and Statistics, Tilburg University, Tilburg, Netherlands', 'raw_affiliation_strings': ['Department of Methodology and Statistics, Tilburg University, Tilburg, Netherlands']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 6, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 1350, 'currency': 'USD', 'value_usd': 1350, 'provenance': 'doaj'}, 'apc_paid': {'value': 1350, 'currency': 'USD', 'value_usd': 1350, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 269, 'biblio': {'volume': '5', 'issue': None, 'first_page': '632', 'last_page': '632'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776035091', 'wikidata': 'https://www.wikidata.org/wiki/Q7928819', 'display_name': 'Viewpoints', 'level': 2, 'score': 0.6749196}, {'id': 'https://openalex.org/C2778149293', 'wikidata': 'https://www.wikidata.org/wiki/Q309823', 'display_name': 'Open science', 'level': 2, 'score': 0.6456413}, {'id': 'https://openalex.org/C41458344', 'wikidata': 'https://www.wikidata.org/wiki/Q732577', 'display_name': 'Publication', 'level': 2, 'score': 0.6454146}, {'id': 'https://openalex.org/C2778012447', 'wikidata': 'https://www.wikidata.org/wiki/Q1034415', 'display_name': 'Scope (computer science)', 'level': 2, 'score': 0.6118679}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.55143005}, {'id': 'https://openalex.org/C39549134', 'wikidata': 'https://www.wikidata.org/wiki/Q133080', 'display_name': 'Public relations', 'level': 1, 'score': 0.5477901}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.50089145}, {'id': 'https://openalex.org/C2780535194', 'wikidata': 'https://www.wikidata.org/wiki/Q309901', 'display_name': 'Open data', 'level': 2, 'score': 0.49496382}, {'id': 'https://openalex.org/C80783014', 'wikidata': 'https://www.wikidata.org/wiki/Q1754062', 'display_name': 'Societal impact of nanotechnology', 'level': 2, 'score': 0.48028156}, {'id': 'https://openalex.org/C18762648', 'wikidata': 'https://www.wikidata.org/wiki/Q42213', 'display_name': 'Work (physics)', 'level': 2, 'score': 0.4636539}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.4557502}, {'id': 'https://openalex.org/C2777482740', 'wikidata': 'https://www.wikidata.org/wiki/Q232932', 'display_name': 'Open access journal', 'level': 4, 'score': 0.45354074}, {'id': 'https://openalex.org/C2778464652', 'wikidata': 'https://www.wikidata.org/wiki/Q309849', 'display_name': 'Open research', 'level': 2, 'score': 0.4244374}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.41003954}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.40207914}, {'id': 'https://openalex.org/C83867959', 'wikidata': 'https://www.wikidata.org/wiki/Q371467', 'display_name': 'Scopus', 'level': 3, 'score': 0.24201787}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.14121142}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.13174027}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.12098521}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.118740916}, {'id': 'https://openalex.org/C1276947', 'wikidata': 'https://www.wikidata.org/wiki/Q333', 'display_name': 'Astronomy', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C171250308', 'wikidata': 'https://www.wikidata.org/wiki/Q11468', 'display_name': 'Nanotechnology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C192562407', 'wikidata': 'https://www.wikidata.org/wiki/Q228736', 'display_name': 'Materials science', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.12688/f1000research.8460.3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210239046', 'display_name': 'F1000Research', 'issn_l': '2046-1402', 'issn': ['2046-1402'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320357', 'host_organization_name': 'Faculty of 1000', 'host_organization_lineage': ['https://openalex.org/P4310320357'], 'host_organization_lineage_names': ['Faculty of 1000'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4837983', 'pdf_url': 'https://europepmc.org/articles/pmc4837983?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10044/1/31023', 'pdf_url': 'http://spiral.imperial.ac.uk/bitstream/10044/1/31023/6/8450723b-d4ee-47bc-b462-7578f368d0db_8460_-_jon_tennant.pdf', 'source': {'id': 'https://openalex.org/S4306401396', 'display_name': 'Spiral (Imperial College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I47508984', 'host_organization_name': 'Imperial College London', 'host_organization_lineage': ['https://openalex.org/I47508984'], 'host_organization_lineage_names': ['Imperial College London'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4837983', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://d-scholarship.pitt.edu/29598/1/tennant-et-al-academic-economic-societal-impacts-open-access.pdf', 'pdf_url': 'http://d-scholarship.pitt.edu/29598/1/tennant-et-al-academic-economic-societal-impacts-open-access.pdf', 'source': {'id': 'https://openalex.org/S4306402375', 'display_name': 'D-Scholarship@Pitt (University of Pittsburgh)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I170201317', 'host_organization_name': 'University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/I170201317'], 'host_organization_lineage_names': ['University of Pittsburgh'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://d-scholarship.pitt.edu/28179/1/tennant_et_al-ImpactsofOpenAccess.pdf', 'pdf_url': 'http://d-scholarship.pitt.edu/28179/1/tennant_et_al-ImpactsofOpenAccess.pdf', 'source': {'id': 'https://openalex.org/S4306402375', 'display_name': 'D-Scholarship@Pitt (University of Pittsburgh)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I170201317', 'host_organization_name': 'University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/I170201317'], 'host_organization_lineage_names': ['University of Pittsburgh'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.12688/f1000research.8460.3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210239046', 'display_name': 'F1000Research', 'issn_l': '2046-1402', 'issn': ['2046-1402'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320357', 'host_organization_name': 'Faculty of 1000', 'host_organization_lineage': ['https://openalex.org/P4310320357'], 'host_organization_lineage_names': ['Faculty of 1000'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.52}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.21}], 'grants': [], 'referenced_works_count': 130, 'referenced_works': ['https://openalex.org/W135571246', 'https://openalex.org/W947748625', 'https://openalex.org/W1453894062', 'https://openalex.org/W1484499251', 'https://openalex.org/W1487640135', 'https://openalex.org/W1548026587', 'https://openalex.org/W1560783210', 'https://openalex.org/W1571881866', 'https://openalex.org/W1572136682', 'https://openalex.org/W1572720804', 'https://openalex.org/W1595946397', 'https://openalex.org/W1655306493', 'https://openalex.org/W1773719568', 'https://openalex.org/W1828697651', 'https://openalex.org/W1886990456', 'https://openalex.org/W1897139626', 'https://openalex.org/W1910875068', 'https://openalex.org/W1919025045', 'https://openalex.org/W1943561512', 'https://openalex.org/W1963590969', 'https://openalex.org/W1965964177', 'https://openalex.org/W1969232170', 'https://openalex.org/W1970217003', 'https://openalex.org/W1970866405', 'https://openalex.org/W1973514905', 'https://openalex.org/W1975947821', 'https://openalex.org/W1983948274', 'https://openalex.org/W1989318653', 'https://openalex.org/W1991869139', 'https://openalex.org/W1994864579', 'https://openalex.org/W1995917404', 'https://openalex.org/W1996515099', 'https://openalex.org/W1998212996', 'https://openalex.org/W2000334110', 'https://openalex.org/W2000601862', 'https://openalex.org/W2002414224', 'https://openalex.org/W2009097359', 'https://openalex.org/W2013167537', 'https://openalex.org/W2014890944', 'https://openalex.org/W2015649048', 'https://openalex.org/W2016860460', 'https://openalex.org/W2021375187', 'https://openalex.org/W2022888213', 'https://openalex.org/W2023304992', 'https://openalex.org/W2031508102', 'https://openalex.org/W2032739348', 'https://openalex.org/W2032993717', 'https://openalex.org/W2037150872', 'https://openalex.org/W2041212401', 'https://openalex.org/W2044361056', 'https://openalex.org/W2045657963', 'https://openalex.org/W2046766973', 'https://openalex.org/W2048185449', 'https://openalex.org/W2050127148', 'https://openalex.org/W2052511316', 'https://openalex.org/W2053424457', 'https://openalex.org/W2056649965', 'https://openalex.org/W2058653048', 'https://openalex.org/W2062490671', 'https://openalex.org/W2064219096', 'https://openalex.org/W2067386452', 'https://openalex.org/W2067517664', 'https://openalex.org/W2069226445', 'https://openalex.org/W2071475771', 'https://openalex.org/W2072022739', 'https://openalex.org/W2072620887', 'https://openalex.org/W2077429985', 'https://openalex.org/W2078014116', 'https://openalex.org/W2086496065', 'https://openalex.org/W2088909840', 'https://openalex.org/W2089604928', 'https://openalex.org/W2090174702', 'https://openalex.org/W2090179500', 'https://openalex.org/W2097509366', 'https://openalex.org/W2097939446', 'https://openalex.org/W2098321252', 'https://openalex.org/W2099794271', 'https://openalex.org/W2100117397', 'https://openalex.org/W2100267603', 'https://openalex.org/W2103948822', 'https://openalex.org/W2107141268', 'https://openalex.org/W2113084224', 'https://openalex.org/W2113791402', 'https://openalex.org/W2115339903', 'https://openalex.org/W2123263696', 'https://openalex.org/W2124651310', 'https://openalex.org/W2127115560', 'https://openalex.org/W2128186353', 'https://openalex.org/W2128349488', 'https://openalex.org/W2130479394', 'https://openalex.org/W2133731705', 'https://openalex.org/W2136528623', 'https://openalex.org/W2137725064', 'https://openalex.org/W2144981148', 'https://openalex.org/W2145064763', 'https://openalex.org/W2145485458', 'https://openalex.org/W2147560547', 'https://openalex.org/W2151589533', 'https://openalex.org/W2152198644', 'https://openalex.org/W2156451368', 'https://openalex.org/W2156487032', 'https://openalex.org/W2156654705', 'https://openalex.org/W2158156550', 'https://openalex.org/W2160597895', 'https://openalex.org/W2161498332', 'https://openalex.org/W2164277894', 'https://openalex.org/W2169214811', 'https://openalex.org/W2169420254', 'https://openalex.org/W2172877930', 'https://openalex.org/W2194387418', 'https://openalex.org/W2212494754', 'https://openalex.org/W2218785363', 'https://openalex.org/W2252795400', 'https://openalex.org/W2276801815', 'https://openalex.org/W2295521619', 'https://openalex.org/W2342552654', 'https://openalex.org/W2343014812', 'https://openalex.org/W2345444281', 'https://openalex.org/W2441943932', 'https://openalex.org/W2484754563', 'https://openalex.org/W2505879148', 'https://openalex.org/W2509820451', 'https://openalex.org/W2963173690', 'https://openalex.org/W3121567788', 'https://openalex.org/W3122491393', 'https://openalex.org/W3124043943', 'https://openalex.org/W3124752986', 'https://openalex.org/W4229805339', 'https://openalex.org/W4232875366', 'https://openalex.org/W4249183283'], 'related_works': ['https://openalex.org/W50226482', 'https://openalex.org/W2055161913', 'https://openalex.org/W2103980064', 'https://openalex.org/W2143880454', 'https://openalex.org/W2188513444', 'https://openalex.org/W2322381034', 'https://openalex.org/W2527829392', 'https://openalex.org/W2997143876', 'https://openalex.org/W2998136689', 'https://openalex.org/W3087405157'], 'ngrams_url': 'https://api.openalex.org/works/W2322381034/ngrams', 'abstract_inverted_index': {'<ns4:p>Ongoing': [0], 'debates': [1], 'surrounding': [2], 'Open': [3, 26, 66, 86, 105, 159, 188, 219, 240, 272, 299], 'Access': [4, 27, 87, 106, 160, 189, 220, 241, 273, 300], 'to': [5, 56, 94, 148, 170, 193, 211, 249, 277, 288, 290], 'the': [6, 23, 60, 80, 102, 149, 171, 191, 232, 250, 275, 305, 309, 332], 'scholarly': [7, 42, 251, 296, 310], 'literature': [8, 173, 252], 'are': [9, 131, 286], 'multifaceted': [10], 'and': [11, 15, 53, 63, 83, 117, 179, 184, 197, 205, 230, 257, 331], 'complicated': [12], 'by': [13, 107], 'disparate': [14], 'often': [16], 'polarised': [17], 'viewpoints': [18], 'from': [19], 'engaged': [20], 'stakeholders.': [21], 'At': [22], 'current': [24, 99], 'stage,': [25], 'has': [28, 190, 274], 'become': [29, 278], 'such': [30], 'a': [31, 74, 96, 134, 180, 293], 'global': [32], 'issue': [33], 'that': [34, 168, 267, 308], 'it': [35, 165, 317], 'is': [36, 73, 121, 161, 166, 174, 221, 313], 'critical': [37], 'for': [38, 98, 125, 138, 176, 225, 235, 280, 321], 'all': [39, 243], 'involved': [40], 'in': [41, 111, 223, 237, 292], 'publishing,': [43], 'including': [44, 133], 'policymakers,': [45], 'publishers,': [46], 'research': [47, 110, 172, 198, 281], 'funders,': [48], 'governments,': [49], 'learned': [50], 'societies,': [51], 'librarians,': [52], 'academic': [54], 'communities,': [55], 'be': [57, 95], 'well-informed': [58], 'on': [59, 101], 'history,': [61], 'benefits,': [62], 'pitfalls': [64], 'of': [65, 70, 77, 85, 104, 152, 158, 182, 202, 218, 247, 261, 264, 304, 329, 335], 'Access.': [67], 'In': [68], 'spite': [69], 'this,': [71], 'there': [72, 120], 'general': [75], 'lack': [76], 'consensus': [78], 'regarding': [79, 326], 'potential': [81, 192, 244, 276], 'pros': [82], 'cons': [84], 'at': [88], 'multiple': [89, 306], 'levels.': [90], 'This': [91], 'review': [92], 'aims': [93], 'resource': [97], 'knowledge': [100, 269], 'impacts': [103], 'synthesizing': [108], 'important': [109], 'three': [112], 'major': [113], 'areas:': [114], 'academic,': [115], 'economic': [116, 156, 209], 'societal.': [118], 'While': [119], 'clearly': [122], 'much': [123], 'scope': [124], 'additional': [126, 146], 'research,': [127], 'several': [128], 'key': [129, 175], 'trends': [130], 'identified,': [132], 'broad': [135], 'citation': [136], 'advantage': [137], 'researchers': [139, 236, 325], 'who': [140], 'publish': [141], 'openly,': [142], 'as': [143, 145], 'well': [144], 'benefits': [147, 210], 'non-academic': [150], 'dissemination': [151], 'their': [153], 'work.': [154], 'The': [155, 215], 'impact': [157, 217], 'less': [162], 'well-understood,': [163], 'although': [164], 'clear': [167], 'access': [169, 248], 'innovative': [177], 'enterprises,': [178], 'range': [181], 'governmental': [183], 'non-governmental': [185], 'services.': [186], 'Furthermore,': [187], 'save': [194], 'both': [195], 'publishers': [196, 266], 'funders': [199], 'considerable': [200], 'amounts': [201], 'financial': [203, 262], 'resources,': [204], 'can': [206], 'provide': [207], 'some': [208], 'traditionally': [212], 'subscription-based': [213], 'journals.': [214], 'societal': [216], 'strong,': [222], 'particular': [224], 'advancing': [226], 'citizen': [227], 'science': [228], 'initiatives,': [229], 'leveling': [231], 'playing': [233], 'field': [234], 'developing': [238], 'countries.': [239], 'supersedes': [242], 'alternative': [245], 'modes': [246], 'through': [253], 'enabling': [254], 'unrestricted': [255], 're-use,': [256], 'long-term': [258], 'stability': [259], 'independent': [260], 'constraints': [263], 'traditional': [265], 'impede': [268], 'sharing.': [270], 'However,': [271], 'unsustainable': [279], 'communities': [282], 'if': [283], 'high-cost': [284], 'options': [285], 'allowed': [287], 'continue': [289], 'prevail': [291], 'widely': [294], 'unregulated': [295], 'publishing': [297, 311, 330], 'market.': [298], 'remains': [301], 'only': [302], 'one': [303, 319], 'challenges': [307], 'system': [312], 'currently': [314], 'facing.': [315], 'Yet,': [316], 'provides': [318], 'foundation': [320], 'increasing': [322], 'engagement': [323], 'with': [324], 'ethical': [327], 'standards': [328], 'broader': [333], 'implications': [334], "'Open": [336], "Research'.</ns4:p>": [337]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2322381034', 'counts_by_year': [{'year': 2023, 'cited_by_count': 32}, {'year': 2022, 'cited_by_count': 48}, {'year': 2021, 'cited_by_count': 50}, {'year': 2020, 'cited_by_count': 44}, {'year': 2019, 'cited_by_count': 37}, {'year': 2018, 'cited_by_count': 30}, {'year': 2017, 'cited_by_count': 23}, {'year': 2016, 'cited_by_count': 5}], 'updated_date': '2023-10-01T08:45:21.646639', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2115339903', 'doi': 'https://doi.org/10.1186/1741-7015-10-124', 'title': 'Anatomy of open access publishing: a study of longitudinal development and internal structure', 'display_name': 'Anatomy of open access publishing: a study of longitudinal development and internal structure', 'publication_year': 2012, 'publication_date': '2012-10-22', 'ids': {'openalex': 'https://openalex.org/W2115339903', 'doi': 'https://doi.org/10.1186/1741-7015-10-124', 'mag': '2115339903', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/23088823', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3478161'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1186/1741-7015-10-124', 'pdf_url': 'https://bmcmedicine.biomedcentral.com/counter/pdf/10.1186/1741-7015-10-124', 'source': {'id': 'https://openalex.org/S135560524', 'display_name': 'BMC Medicine', 'issn_l': '1741-7015', 'issn': ['1741-7015'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://bmcmedicine.biomedcentral.com/counter/pdf/10.1186/1741-7015-10-124', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5067698582', 'display_name': 'null null', 'orcid': 'https://orcid.org/0000-0003-3951-7990'}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': True, 'raw_author_name': 'Mikael Laakso', 'raw_affiliation_string': 'Hanken School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['Hanken School of Economics, Helsinki, Finland']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5036789552', 'display_name': 'Bo‐Christer Björk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Bo-Christer Björk', 'raw_affiliation_string': 'Hanken School of Economics, Helsinki, Finland', 'raw_affiliation_strings': ['Hanken School of Economics, Helsinki, Finland']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5067698582'], 'corresponding_institution_ids': ['https://openalex.org/I5085271'], 'apc_list': {'value': 2490, 'currency': 'GBP', 'value_usd': 3054, 'provenance': 'doaj'}, 'apc_paid': {'value': 2490, 'currency': 'GBP', 'value_usd': 3054, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 252, 'biblio': {'volume': '10', 'issue': '1', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.74746746}, {'id': 'https://openalex.org/C2777683733', 'wikidata': 'https://www.wikidata.org/wiki/Q201456', 'display_name': 'Directory', 'level': 2, 'score': 0.6583111}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.616783}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.49656445}, {'id': 'https://openalex.org/C195487862', 'wikidata': 'https://www.wikidata.org/wiki/Q850210', 'display_name': 'Revenue', 'level': 2, 'score': 0.43044287}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.2194708}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.16612735}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.127094}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.11404231}, {'id': 'https://openalex.org/C121955636', 'wikidata': 'https://www.wikidata.org/wiki/Q4116214', 'display_name': 'Accounting', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D015706', 'descriptor_name': 'Bibliometrics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017712', 'descriptor_name': 'Peer Review, Research', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1186/1741-7015-10-124', 'pdf_url': 'https://bmcmedicine.biomedcentral.com/counter/pdf/10.1186/1741-7015-10-124', 'source': {'id': 'https://openalex.org/S135560524', 'display_name': 'BMC Medicine', 'issn_l': '1741-7015', 'issn': ['1741-7015'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/786deefc00e145e2b553bcdd65a9ddd5', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3478161', 'pdf_url': 'https://europepmc.org/articles/pmc3478161?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10138/157657', 'pdf_url': 'https://helda.helsinki.fi/bitstream/10138/157657/3/Laakso_Bj_rk_2012.pdf', 'source': {'id': 'https://openalex.org/S4306401476', 'display_name': 'Helda (University of Helsinki)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I133731052', 'host_organization_name': 'University of Helsinki', 'host_organization_lineage': ['https://openalex.org/I133731052'], 'host_organization_lineage_names': ['University of Helsinki'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3478161', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23088823', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1186/1741-7015-10-124', 'pdf_url': 'https://bmcmedicine.biomedcentral.com/counter/pdf/10.1186/1741-7015-10-124', 'source': {'id': 'https://openalex.org/S135560524', 'display_name': 'BMC Medicine', 'issn_l': '1741-7015', 'issn': ['1741-7015'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.45}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.24}], 'grants': [], 'referenced_works_count': 12, 'referenced_works': ['https://openalex.org/W2003844967', 'https://openalex.org/W2016860460', 'https://openalex.org/W2023783748', 'https://openalex.org/W2031754690', 'https://openalex.org/W2058954808', 'https://openalex.org/W2062692254', 'https://openalex.org/W2087438767', 'https://openalex.org/W2089123513', 'https://openalex.org/W2097509366', 'https://openalex.org/W2140880926', 'https://openalex.org/W2170955543', 'https://openalex.org/W4232875366'], 'related_works': ['https://openalex.org/W301847373', 'https://openalex.org/W1494474573', 'https://openalex.org/W1499669727', 'https://openalex.org/W1561014762', 'https://openalex.org/W1572556960', 'https://openalex.org/W2345807927', 'https://openalex.org/W2912055019', 'https://openalex.org/W4232500196', 'https://openalex.org/W4244759962', 'https://openalex.org/W4256031845'], 'ngrams_url': 'https://api.openalex.org/works/W2115339903/ngrams', 'abstract_inverted_index': {'Open': [0, 122], 'access': [1, 9], '(OA)': [2], 'is': [3, 184, 311], 'a': [4, 88, 195, 198, 233], 'revolutionary': [5], 'way': [6], 'of': [7, 23, 31, 52, 74, 77, 103, 116, 121, 178, 189, 214, 259, 270, 286, 305, 317, 327], 'providing': [8], 'to': [10, 27, 42, 70, 136, 186, 203], 'the': [11, 18, 29, 50, 72, 119, 187, 208, 215, 247, 271, 281, 313, 332], 'scholarly': [12, 261, 287], 'journal': [13, 79, 251, 262, 294, 309, 329], 'literature': [14], 'made': [15, 83], 'possible': [16], 'by': [17, 85, 155, 264], 'Internet.': [19], 'The': [20, 66, 130], 'primary': [21], 'aim': [22, 68], 'this': [24], 'study': [25], 'was': [26, 69, 128], 'measure': [28, 71], 'volume': [30, 221], 'scientific': [32, 64, 227, 318], 'articles': [33, 76, 82, 94, 152, 174, 216, 263, 274, 288, 297, 330], 'published': [34, 154, 217, 275, 328], 'in': [35, 49, 95, 110, 118, 175, 218, 280, 323], 'full': [36, 157], 'immediate': [37, 158], 'OA': [38, 53, 75, 84, 93, 104, 159, 163, 180, 209, 250, 292, 308], 'journals': [39, 97, 117, 160, 164], 'from': [40, 140], '2000': [41, 135, 239], '2011,': [43], 'while': [44], 'observing': [45], 'longitudinal': [46], 'internal': [47], 'shifts': [48], 'structure': [51], 'publishing': [54, 105, 172, 252, 310], 'concerning': [55], 'revenue': [56], 'models,': [57], 'publisher': [58], 'types': [59], 'and': [60, 90, 144, 242, 278], 'relative': [61, 257, 324], 'distribution': [62], 'among': [63], 'disciplines.': [65], 'secondary': [67], 'share': [73, 258, 326], 'all': [78, 179, 225, 260], 'articles,': [80], 'including': [81], 'publishers': [86], 'with': [87], 'delay': [89], 'individual': [91], 'author-paid': [92], 'subscription': [96], '(hybrid': [98], 'OA),': [99], 'as': [100], 'these': [101], 'subsets': [102], 'have': [106, 168, 201], 'mostly': [107], 'been': [108], 'ignored': [109], 'previous': [111], 'studies.': [112], 'Stratified': [113], 'random': [114], 'sampling': [115], 'Directory': [120], 'Access': [123], 'Journals': [124], '(n': [125], '=': [126], '787)': [127], 'performed.': [129], 'annual': [131, 325], 'publication': [132, 142, 306], 'volumes': [133], 'spanning': [134], '2011': [137, 176, 243, 277], 'were': [138, 153], 'retrieved': [139], 'major': [141, 226], 'indexes': [143], 'through': [145, 293], 'manual': [146], 'data': [147], 'collection.': [148], 'An': [149], 'estimated': [150], '340,000': [151], '6,713': [156], 'during': [161, 276, 331], '2011.': [162, 219], 'requiring': [165], 'article-processing': [166], 'charges': [167], 'become': [169, 204], 'increasingly': [170], 'common,': [171], '166,700': [173], '(49%': [177], 'articles).': [181, 245], 'This': [182], 'growth': [183, 188, 237], 'related': [185], 'commercial': [190], 'publishers,': [191, 295], 'who,': [192], 'despite': [193], 'only': [194], 'marginal': [196], 'presence': [197], 'decade': [199], 'ago,': [200], 'grown': [202, 223, 322], 'key': [205], 'actors': [206], 'on': [207], 'scene,': [210], 'responsible': [211], 'for': [212], '120,000': [213], 'Publication': [220], 'has': [222, 231, 253], 'within': [224, 302], 'disciplines,': [228], 'however,': [229], 'biomedicine': [230], 'seen': [232], 'particularly': [234], 'rapid': [235], '16-fold': [236], 'between': [238], '(7,400': [240], 'articles)': [241], '(120,900': [244], 'Over': [246], 'past': [248], 'decade,': [249], 'steadily': [254], 'increased': [255], 'its': [256], 'about': [265], '1%': [266], 'annually.': [267], 'Approximately': [268], '17%': [269], '1.66': [272], 'million': [273], 'indexed': [279], 'most': [282, 296], 'comprehensive': [283], 'article-level': [284], 'index': [285], '(Scopus)': [289], 'are': [290], 'available': [291], 'immediately': [298], '(12%)': [299], 'but': [300], 'some': [301], '12': [303], 'months': [304], '(5%).': [307], 'disrupting': [312], 'dominant': [314], 'subscription-based': [315], 'model': [316], 'publishing,': [319], 'having': [320], 'rapidly': [321], 'last': [333], 'decade.': [334]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2115339903', 'counts_by_year': [{'year': 2023, 'cited_by_count': 15}, {'year': 2022, 'cited_by_count': 9}, {'year': 2021, 'cited_by_count': 13}, {'year': 2020, 'cited_by_count': 22}, {'year': 2019, 'cited_by_count': 22}, {'year': 2018, 'cited_by_count': 11}, {'year': 2017, 'cited_by_count': 22}, {'year': 2016, 'cited_by_count': 36}, {'year': 2015, 'cited_by_count': 28}, {'year': 2014, 'cited_by_count': 33}, {'year': 2013, 'cited_by_count': 39}, {'year': 2012, 'cited_by_count': 2}], 'updated_date': '2023-10-03T23:16:47.139261', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2160597895', 'doi': 'https://doi.org/10.1096/fj.11-183988', 'title': 'Open access, readership, citations: a randomized controlled trial of scientific journal publishing', 'display_name': 'Open access, readership, citations: a randomized controlled trial of scientific journal publishing', 'publication_year': 2011, 'publication_date': '2011-03-30', 'ids': {'openalex': 'https://openalex.org/W2160597895', 'doi': 'https://doi.org/10.1096/fj.11-183988', 'mag': '2160597895', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/21450907'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1096/fj.11-183988', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S25293849', 'display_name': 'The FASEB Journal', 'issn_l': '0892-6638', 'issn': ['0892-6638', '1530-6860'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320358', 'host_organization_name': 'Federation of American Societies for Experimental Biology', 'host_organization_lineage': ['https://openalex.org/P4310320358'], 'host_organization_lineage_names': ['Federation of American Societies for Experimental Biology'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5055227795', 'display_name': 'Philip M. Davis', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Philip Meir Davis', 'raw_affiliation_string': 'Department of Communication, Cornell University, Ithaca, New York, USA', 'raw_affiliation_strings': ['Department of Communication, Cornell University, Ithaca, New York, USA']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5055227795'], 'corresponding_institution_ids': ['https://openalex.org/I205783295'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 203, 'biblio': {'volume': '25', 'issue': '7', 'first_page': '2129', 'last_page': '2134'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C82307848', 'wikidata': 'https://www.wikidata.org/wiki/Q847520', 'display_name': 'Audience measurement', 'level': 2, 'score': 0.7978809}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.755329}, {'id': 'https://openalex.org/C3020366717', 'wikidata': 'https://www.wikidata.org/wiki/Q14075', 'display_name': 'Free access', 'level': 2, 'score': 0.5421253}, {'id': 'https://openalex.org/C168563851', 'wikidata': 'https://www.wikidata.org/wiki/Q1436668', 'display_name': 'Randomized controlled trial', 'level': 2, 'score': 0.4550565}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.45109248}, {'id': 'https://openalex.org/C2984423262', 'wikidata': 'https://www.wikidata.org/wiki/Q17327049', 'display_name': 'Scientific publishing', 'level': 3, 'score': 0.43682122}, {'id': 'https://openalex.org/C2983643791', 'wikidata': 'https://www.wikidata.org/wiki/Q1999993', 'display_name': 'Open peer review', 'level': 3, 'score': 0.42376354}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.35246754}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.32571113}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.24223801}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.23531255}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.20835805}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.20099059}, {'id': 'https://openalex.org/C112698675', 'wikidata': 'https://www.wikidata.org/wiki/Q37038', 'display_name': 'Advertising', 'level': 1, 'score': 0.18160513}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.13080198}, {'id': 'https://openalex.org/C2992936677', 'wikidata': 'https://www.wikidata.org/wiki/Q441', 'display_name': 'Plant biology', 'level': 2, 'score': 0.09879717}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C59822182', 'wikidata': 'https://www.wikidata.org/wiki/Q441', 'display_name': 'Botany', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C141071460', 'wikidata': 'https://www.wikidata.org/wiki/Q40821', 'display_name': 'Surgery', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D035843', 'descriptor_name': 'Biomedical Research', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D033181', 'descriptor_name': 'Information Dissemination', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D016247', 'descriptor_name': 'Information Storage and Retrieval', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D022126', 'descriptor_name': 'Access to Information', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D033181', 'descriptor_name': 'Information Dissemination', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016247', 'descriptor_name': 'Information Storage and Retrieval', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020407', 'descriptor_name': 'Internet', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1096/fj.11-183988', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S25293849', 'display_name': 'The FASEB Journal', 'issn_l': '0892-6638', 'issn': ['0892-6638', '1530-6860'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320358', 'host_organization_name': 'Federation of American Societies for Experimental Biology', 'host_organization_lineage': ['https://openalex.org/P4310320358'], 'host_organization_lineage_names': ['Federation of American Societies for Experimental Biology'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/21450907', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.69}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.11}], 'grants': [{'funder': 'https://openalex.org/F4320306146', 'funder_display_name': 'Andrew W. Mellon Foundation', 'award_id': None}], 'referenced_works_count': 20, 'referenced_works': ['https://openalex.org/W1907242353', 'https://openalex.org/W1970217003', 'https://openalex.org/W1981083189', 'https://openalex.org/W2002034968', 'https://openalex.org/W2003844967', 'https://openalex.org/W2015134878', 'https://openalex.org/W2069656088', 'https://openalex.org/W2088209891', 'https://openalex.org/W2088909840', 'https://openalex.org/W2089123513', 'https://openalex.org/W2089604928', 'https://openalex.org/W2096345420', 'https://openalex.org/W2100117397', 'https://openalex.org/W2137725064', 'https://openalex.org/W2145046628', 'https://openalex.org/W2950890478', 'https://openalex.org/W2951351472', 'https://openalex.org/W2952984634', 'https://openalex.org/W3147537460', 'https://openalex.org/W4229617755'], 'related_works': ['https://openalex.org/W2033731551', 'https://openalex.org/W2035291853', 'https://openalex.org/W2036280840', 'https://openalex.org/W2160597895', 'https://openalex.org/W2245442218', 'https://openalex.org/W2761630013', 'https://openalex.org/W3212696615', 'https://openalex.org/W3213532152', 'https://openalex.org/W4254519173', 'https://openalex.org/W4286827290'], 'ngrams_url': 'https://api.openalex.org/works/W2160597895/ngrams', 'abstract_inverted_index': {'Does': [0], 'free': [1, 39], 'access': [2, 20, 40, 51, 107, 117], 'to': [3, 108], 'journal': [4, 151], 'articles': [5, 78], 'result': [6], 'in': [7, 26, 48], 'greater': [8], 'diffusion': [9], 'of': [10, 18, 38, 101, 115, 127, 137, 149], 'scientific': [11, 95, 110, 150], 'knowledge?': [12], 'Using': [13], 'a': [14, 60, 91, 98, 145], 'randomized': [15, 146], 'controlled': [16, 147], 'trial': [17, 148], 'open': [19, 50, 116], 'publishing,': [21], 'involving': [22], '36': [23], 'participating': [24], 'journals': [25], 'the': [27, 36, 49, 64, 109, 122, 135], 'sciences,': [28, 30], 'social': [29, 89], 'and': [31, 44, 58], 'humanities,': [32], 'we': [33], 'report': [34], 'on': [35, 41], 'effects': [37], 'article': [42], 'downloads': [43, 57], 'citations.': [45], 'Articles': [46], 'placed': [47], 'condition': [52], '(n=712)': [53], 'received': [54], 'significantly': [55], 'more': [56, 71], 'reached': [59], 'broader': [61], 'audience': [62], 'within': [63, 80], 'first': [65], 'year,': [66], 'yet': [67], 'were': [68], 'cited': [69], 'no': [70], 'frequently,': [72], 'nor': [73], 'earlier,': [74], 'than': [75], 'subscription-access': [76], 'control': [77], '(n=2533)': [79], '3': [81], 'yr.': [82], 'These': [83], 'results': [84], 'may': [85, 119], 'be': [86, 121], 'explained': [87], 'by': [88], 'stratification,': [90], 'process': [92], 'that': [93, 129], 'concentrates': [94], 'authors': [96], 'at': [97], 'small': [99], 'number': [100], 'elite': [102], 'research': [103, 123], 'universities': [104], 'with': [105], 'excellent': [106], 'literature.': [111], 'The': [112], 'real': [113], 'beneficiaries': [114], 'publishing': [118], 'not': [120], 'community': [124], 'but': [125, 131], 'communities': [126], 'practice': [128], 'consume,': [130], 'rarely': [132], 'contribute': [133], 'to,': [134], 'corpus': [136], 'literature.—Davis,': [138], 'P.': [139], 'M.': [140], 'Open': [141], 'access,': [142], 'readership,': [143], 'citations:': [144], 'publishing.': [152], 'FASEB': [153], 'J.': [154], '25,': [155], '2129-2134': [156], '(2011).': [157], 'www.fasebj.org': [158]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2160597895', 'counts_by_year': [{'year': 2023, 'cited_by_count': 10}, {'year': 2022, 'cited_by_count': 11}, {'year': 2021, 'cited_by_count': 15}, {'year': 2020, 'cited_by_count': 21}, {'year': 2019, 'cited_by_count': 15}, {'year': 2018, 'cited_by_count': 11}, {'year': 2017, 'cited_by_count': 15}, {'year': 2016, 'cited_by_count': 19}, {'year': 2015, 'cited_by_count': 16}, {'year': 2014, 'cited_by_count': 20}, {'year': 2013, 'cited_by_count': 31}, {'year': 2012, 'cited_by_count': 13}], 'updated_date': '2023-09-26T06:02:46.574341', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1560783210', 'doi': 'https://doi.org/10.1002/asi.22963', 'title': 'Anatomy of green open access', 'display_name': 'Anatomy of green open access', 'publication_year': 2013, 'publication_date': '2013-11-06', 'ids': {'openalex': 'https://openalex.org/W1560783210', 'doi': 'https://doi.org/10.1002/asi.22963', 'mag': '1560783210'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/asi.22963', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210197613', 'display_name': 'Journal of the Association for Information Science and Technology', 'issn_l': '2330-1635', 'issn': ['2330-1643', '2330-1635'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://helda.helsinki.fi/bitstream/10138/157659/3/Bj_rk_Laakso_Welling_Paetau_2014_Anatomy_of_Green_OA.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5036789552', 'display_name': 'Bo‐Christer Björk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Bo-Christer Björk', 'raw_affiliation_string': 'Hanken School of Economics; Helsinki Campus; PB 479 Helsinki Finland', 'raw_affiliation_strings': ['Hanken School of Economics; Helsinki Campus; PB 479 Helsinki Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5067698582', 'display_name': 'null null', 'orcid': 'https://orcid.org/0000-0003-3951-7990'}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Mikael Laakso', 'raw_affiliation_string': 'Hanken School of Economics; Helsinki Campus; PB 479 Helsinki Finland', 'raw_affiliation_strings': ['Hanken School of Economics; Helsinki Campus; PB 479 Helsinki Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047186166', 'display_name': 'Patrik Welling', 'orcid': 'https://orcid.org/0000-0002-2545-1831'}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Patrik Welling', 'raw_affiliation_string': 'Hanken School of Economics; Helsinki Campus; PB 479 Helsinki Finland', 'raw_affiliation_strings': ['Hanken School of Economics; Helsinki Campus; PB 479 Helsinki Finland']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5034331492', 'display_name': 'Patrik Paetau', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Patrik Paetau', 'raw_affiliation_string': 'Hanken School of Economics; Vaasa Campus; PB 287 Vaasa Finland', 'raw_affiliation_strings': ['Hanken School of Economics; Vaasa Campus; PB 287 Vaasa Finland']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3000, 'currency': 'USD', 'value_usd': 3000, 'provenance': 'doaj'}, 'apc_paid': {'value': 3000, 'currency': 'USD', 'value_usd': 3000, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 129, 'biblio': {'volume': '65', 'issue': '2', 'first_page': '237', 'last_page': '250'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71901391', 'wikidata': 'https://www.wikidata.org/wiki/Q7126699', 'display_name': 'Upload', 'level': 2, 'score': 0.5643144}, {'id': 'https://openalex.org/C2778012447', 'wikidata': 'https://www.wikidata.org/wiki/Q1034415', 'display_name': 'Scope (computer science)', 'level': 2, 'score': 0.5368835}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.5081341}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.50060725}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.49855852}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.44513848}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.38976905}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.32236266}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.3199162}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.17601544}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/asi.22963', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210197613', 'display_name': 'Journal of the Association for Information Science and Technology', 'issn_l': '2330-1635', 'issn': ['2330-1643', '2330-1635'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10138/157659', 'pdf_url': 'https://helda.helsinki.fi/bitstream/10138/157659/3/Bj_rk_Laakso_Welling_Paetau_2014_Anatomy_of_Green_OA.pdf', 'source': {'id': 'https://openalex.org/S4306401476', 'display_name': 'Helda (University of Helsinki)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I133731052', 'host_organization_name': 'University of Helsinki', 'host_organization_lineage': ['https://openalex.org/I133731052'], 'host_organization_lineage_names': ['University of Helsinki'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10138/157659', 'pdf_url': 'https://helda.helsinki.fi/bitstream/10138/157659/3/Bj_rk_Laakso_Welling_Paetau_2014_Anatomy_of_Green_OA.pdf', 'source': {'id': 'https://openalex.org/S4306401476', 'display_name': 'Helda (University of Helsinki)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I133731052', 'host_organization_name': 'University of Helsinki', 'host_organization_lineage': ['https://openalex.org/I133731052'], 'host_organization_lineage_names': ['University of Helsinki'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.41}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.15}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.13}, {'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.1}], 'grants': [], 'referenced_works_count': 28, 'referenced_works': ['https://openalex.org/W1842065797', 'https://openalex.org/W1976396629', 'https://openalex.org/W1985814542', 'https://openalex.org/W1987360189', 'https://openalex.org/W1997125517', 'https://openalex.org/W2006972602', 'https://openalex.org/W2011443643', 'https://openalex.org/W2020123068', 'https://openalex.org/W2020874028', 'https://openalex.org/W2029057325', 'https://openalex.org/W2031754690', 'https://openalex.org/W2039146085', 'https://openalex.org/W2040069617', 'https://openalex.org/W2048185449', 'https://openalex.org/W2054299130', 'https://openalex.org/W2058954808', 'https://openalex.org/W2061451796', 'https://openalex.org/W2063332351', 'https://openalex.org/W2089745446', 'https://openalex.org/W2100379340', 'https://openalex.org/W2115339903', 'https://openalex.org/W2124116191', 'https://openalex.org/W2134049161', 'https://openalex.org/W2140880926', 'https://openalex.org/W4232875366', 'https://openalex.org/W4240507605', 'https://openalex.org/W4252798611', 'https://openalex.org/W4291732787'], 'related_works': ['https://openalex.org/W1983811306', 'https://openalex.org/W2074473210', 'https://openalex.org/W2089848187', 'https://openalex.org/W2358742051', 'https://openalex.org/W2365093105', 'https://openalex.org/W2516405122', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W3125968054', 'https://openalex.org/W3200259506'], 'ngrams_url': 'https://api.openalex.org/works/W1560783210/ngrams', 'abstract_inverted_index': {'Open': [0], 'access': [1, 6], '(OA)': [2], 'is': [3, 70, 117, 155, 189], 'free,': [4], 'unrestricted': [5], 'to': [7, 22, 98, 161], 'electronic': [8], 'versions': [9], 'of': [10, 32, 57, 65, 128, 137, 168, 173, 178, 187], 'scholarly': [11], 'publications.': [12], 'For': [13], 'peer-reviewed': [14], 'journal': [15, 68], 'articles,': [16, 139, 188], 'there': [17], 'are': [18], 'two': [19], 'main': [20], 'routes': [21], 'OA:': [23], 'publishing': [24], 'in': [25, 111, 165], 'OA': [26, 63, 79, 105, 153, 179], 'journals': [27], '(gold': [28], 'OA)': [29], 'or': [30, 35], 'archiving': [31], 'article': [33], 'copies': [34, 80, 106, 136], 'manuscripts': [36, 100], 'at': [37], 'other': [38], 'web': [39], 'locations': [40, 133], '(green': [41], 'OA).': [42], 'This': [43], 'study': [44], 'focuses': [45], 'on': [46, 119, 143], 'summarizing': [47], 'and': [48, 93, 122], 'extending': [49], 'current': [50], 'knowledge': [51], 'about': [52], 'green': [53, 62, 78, 104, 152], 'OA.': [54], 'A': [55], 'synthesis': [56], 'previous': [58], 'studies': [59], 'indicates': [60], 'that': [61], 'coverage': [64], 'all': [66], 'published': [67, 138], 'articles': [69, 174], 'approximately': [71], '12%,': [72], 'with': [73, 125], 'substantial': [74], 'disciplinary': [75], 'variation.': [76], 'Typically,': [77], 'become': [81], 'available': [82], 'after': [83], 'considerable': [84], 'time': [85], 'delays,': [86], 'partly': [87, 94], 'caused': [88], 'by': [89, 95], 'publisher-imposed': [90], 'embargo': [91], 'periods,': [92], 'author': [96], 'tendencies': [97], 'archive': [99], 'only': [101], 'periodically.': [102], 'Although': [103], 'should': [107], 'ideally': [108], 'be': [109], 'archived': [110], 'proper': [112], 'repositories,': [113], 'a': [114], 'large': [115], 'share': [116], 'stored': [118], 'home': [120], 'pages': [121], 'similar': [123], 'locations,': [124], 'no': [126], 'assurance': [127], 'long-term': [129], 'preservation.': [130], 'Often': [131], 'such': [132], 'contain': [134], 'exact': [135], 'which': [140, 181], 'may': [141], 'infringe': [142], 'the': [144, 162, 166, 176, 184], "publisher's": [145], 'exclusive': [146], 'rights.': [147], 'The': [148, 171], 'technical': [149], 'foundation': [150], 'for': [151], 'uploading': [154], 'becoming': [156], 'increasingly': [157], 'solid': [158], 'largely': [159], 'due': [160], 'rapid': [163], 'increase': [164], 'number': [167, 172], 'institutional': [169], 'repositories.': [170], 'within': [175], 'scope': [177], 'mandates,': [180], 'strongly': [182], 'influence': [183], 'self-archival': [185], 'rate': [186], 'nevertheless': [190], 'still': [191], 'low.': [192]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1560783210', 'counts_by_year': [{'year': 2023, 'cited_by_count': 5}, {'year': 2022, 'cited_by_count': 5}, {'year': 2021, 'cited_by_count': 10}, {'year': 2020, 'cited_by_count': 20}, {'year': 2019, 'cited_by_count': 8}, {'year': 2018, 'cited_by_count': 13}, {'year': 2017, 'cited_by_count': 16}, {'year': 2016, 'cited_by_count': 18}, {'year': 2015, 'cited_by_count': 18}, {'year': 2014, 'cited_by_count': 15}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-10-01T14:29:17.277627', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2343014812', 'doi': 'https://doi.org/10.1126/science.352.6285.508', 'title': "Who's downloading pirated papers? Everyone", 'display_name': "Who's downloading pirated papers? Everyone", 'publication_year': 2016, 'publication_date': '2016-04-29', 'ids': {'openalex': 'https://openalex.org/W2343014812', 'doi': 'https://doi.org/10.1126/science.352.6285.508', 'mag': '2343014812', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/27126020'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.352.6285.508', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5019596252', 'display_name': 'John Bohannon', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'John Bohannon', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5019596252'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 118, 'biblio': {'volume': '352', 'issue': '6285', 'first_page': '508', 'last_page': '512'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71901391', 'wikidata': 'https://www.wikidata.org/wiki/Q7126699', 'display_name': 'Upload', 'level': 2, 'score': 0.8333018}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5628594}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.4027325}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.352.6285.508', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/27126020', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.2}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.12}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1983811306', 'https://openalex.org/W2358742051', 'https://openalex.org/W2365093105', 'https://openalex.org/W2371012949', 'https://openalex.org/W2372117511', 'https://openalex.org/W2388056151', 'https://openalex.org/W2725799216', 'https://openalex.org/W2748952813', 'https://openalex.org/W2986391169', 'https://openalex.org/W4253802685'], 'ngrams_url': 'https://api.openalex.org/works/W2343014812/ngrams', 'abstract_inverted_index': {'Data': [0], 'from': [1], 'the': [2, 8], 'controversial': [3], 'website': [4], 'Sci-Hub': [5], 'reveal': [6], 'that': [7], 'whole': [9], 'world': [10], 'turns': [11], 'to': [12], 'it': [13], 'for': [14], 'journal': [15], 'articles.': [16]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2343014812', 'counts_by_year': [{'year': 2023, 'cited_by_count': 10}, {'year': 2022, 'cited_by_count': 27}, {'year': 2021, 'cited_by_count': 10}, {'year': 2020, 'cited_by_count': 17}, {'year': 2019, 'cited_by_count': 15}, {'year': 2018, 'cited_by_count': 22}, {'year': 2017, 'cited_by_count': 12}, {'year': 2016, 'cited_by_count': 5}], 'updated_date': '2023-09-30T02:00:23.342838', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2003844967', 'doi': 'https://doi.org/10.3163/1536-5050.99.3.008', 'title': 'The impact of free access to the scientific literature: a review of recent research', 'display_name': 'The impact of free access to the scientific literature: a review of recent research', 'publication_year': 2011, 'publication_date': '2011-07-01', 'ids': {'openalex': 'https://openalex.org/W2003844967', 'doi': 'https://doi.org/10.3163/1536-5050.99.3.008', 'mag': '2003844967', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/21753913', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3133904'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3163/1536-5050.99.3.008', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S146304353', 'display_name': 'Journal of The Medical Library Association', 'issn_l': '1536-5050', 'issn': ['1536-5050', '1558-9439'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320335', 'host_organization_name': 'University Library System, University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/P4310320335', 'https://openalex.org/P4310316479'], 'host_organization_lineage_names': ['University Library System, University of Pittsburgh', 'University of Pittsburgh'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.3163/1536-5050.99.3.008', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5055227795', 'display_name': 'Philip M. Davis', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Philip M Davis', 'raw_affiliation_string': 'Postdoctoral Associate, Department of Communication, 301 Kennedy Hall, Cornell University, Ithaca, NY 14853, USA.', 'raw_affiliation_strings': ['Postdoctoral Associate, Department of Communication, 301 Kennedy Hall, Cornell University, Ithaca, NY 14853, USA.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5074821613', 'display_name': 'William H. Walters', 'orcid': 'https://orcid.org/0000-0001-9490-4032'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'William H Walters', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'apc_paid': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 116, 'biblio': {'volume': '99', 'issue': '3', 'first_page': '208', 'last_page': '217'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41458344', 'wikidata': 'https://www.wikidata.org/wiki/Q732577', 'display_name': 'Publication', 'level': 2, 'score': 0.6513358}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.5748538}, {'id': 'https://openalex.org/C3020366717', 'wikidata': 'https://www.wikidata.org/wiki/Q14075', 'display_name': 'Free access', 'level': 2, 'score': 0.5652769}, {'id': 'https://openalex.org/C2781083858', 'wikidata': 'https://www.wikidata.org/wiki/Q17327049', 'display_name': 'Scientific literature', 'level': 2, 'score': 0.50724167}, {'id': 'https://openalex.org/C189708586', 'wikidata': 'https://www.wikidata.org/wiki/Q1504425', 'display_name': 'Systematic review', 'level': 3, 'score': 0.5041863}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4901193}, {'id': 'https://openalex.org/C2776543384', 'wikidata': 'https://www.wikidata.org/wiki/Q593289', 'display_name': 'Information access', 'level': 2, 'score': 0.4285433}, {'id': 'https://openalex.org/C2982933515', 'wikidata': 'https://www.wikidata.org/wiki/Q104381823', 'display_name': 'Public access', 'level': 2, 'score': 0.41591254}, {'id': 'https://openalex.org/C138368954', 'wikidata': 'https://www.wikidata.org/wiki/Q215028', 'display_name': 'Peer review', 'level': 2, 'score': 0.41338533}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.41129237}, {'id': 'https://openalex.org/C39549134', 'wikidata': 'https://www.wikidata.org/wiki/Q133080', 'display_name': 'Public relations', 'level': 1, 'score': 0.38886642}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.37810877}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.35430324}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.34952492}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.30035764}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.2775678}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.27667564}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D022126', 'descriptor_name': 'Access to Information', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D003132', 'descriptor_name': 'Commerce', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D008490', 'descriptor_name': 'Medical Informatics', 'qualifier_ui': 'Q000191', 'qualifier_name': 'economics', 'is_major_topic': True}, {'descriptor_ui': 'D001319', 'descriptor_name': 'Authorship', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008490', 'descriptor_name': 'Medical Informatics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3163/1536-5050.99.3.008', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S146304353', 'display_name': 'Journal of The Medical Library Association', 'issn_l': '1536-5050', 'issn': ['1536-5050', '1558-9439'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320335', 'host_organization_name': 'University Library System, University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/P4310320335', 'https://openalex.org/P4310316479'], 'host_organization_lineage_names': ['University Library System, University of Pittsburgh', 'University of Pittsburgh'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3133904', 'pdf_url': 'https://europepmc.org/articles/pmc3133904?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3133904', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/21753913', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3163/1536-5050.99.3.008', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S146304353', 'display_name': 'Journal of The Medical Library Association', 'issn_l': '1536-5050', 'issn': ['1536-5050', '1558-9439'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320335', 'host_organization_name': 'University Library System, University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/P4310320335', 'https://openalex.org/P4310316479'], 'host_organization_lineage_names': ['University Library System, University of Pittsburgh', 'University of Pittsburgh'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.56}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.2}], 'grants': [], 'referenced_works_count': 42, 'referenced_works': ['https://openalex.org/W1550064549', 'https://openalex.org/W1584231374', 'https://openalex.org/W1587907859', 'https://openalex.org/W1587957360', 'https://openalex.org/W1648386405', 'https://openalex.org/W1715687586', 'https://openalex.org/W1782003150', 'https://openalex.org/W1931854307', 'https://openalex.org/W1970217003', 'https://openalex.org/W1981083189', 'https://openalex.org/W1981745473', 'https://openalex.org/W1994668300', 'https://openalex.org/W1995917404', 'https://openalex.org/W2000334110', 'https://openalex.org/W2026926922', 'https://openalex.org/W2045313021', 'https://openalex.org/W2047089384', 'https://openalex.org/W2063271628', 'https://openalex.org/W2075229674', 'https://openalex.org/W2079175517', 'https://openalex.org/W2088909840', 'https://openalex.org/W2089123513', 'https://openalex.org/W2089862950', 'https://openalex.org/W2096345420', 'https://openalex.org/W2096432317', 'https://openalex.org/W2100117397', 'https://openalex.org/W2104772551', 'https://openalex.org/W2115894769', 'https://openalex.org/W2116110543', 'https://openalex.org/W2116190778', 'https://openalex.org/W2125660293', 'https://openalex.org/W2127115560', 'https://openalex.org/W2128349488', 'https://openalex.org/W2145046628', 'https://openalex.org/W2147459514', 'https://openalex.org/W2152356462', 'https://openalex.org/W2314844535', 'https://openalex.org/W2414798408', 'https://openalex.org/W2571309454', 'https://openalex.org/W2886916203', 'https://openalex.org/W3122386429', 'https://openalex.org/W3125813890'], 'related_works': ['https://openalex.org/W1639595420', 'https://openalex.org/W2003844967', 'https://openalex.org/W2077273832', 'https://openalex.org/W2143880454', 'https://openalex.org/W2163191314', 'https://openalex.org/W2562570997', 'https://openalex.org/W2806131098', 'https://openalex.org/W3070568294', 'https://openalex.org/W3125103490', 'https://openalex.org/W3191733743'], 'ngrams_url': 'https://api.openalex.org/works/W2003844967/ngrams', 'abstract_inverted_index': {'The': [0, 131], 'paper': [1, 45], 'reviews': [2], 'recent': [3], 'studies': [4, 113, 151], 'that': [5, 60, 94, 115, 159], 'evaluate': [6], 'the': [7, 15, 32, 36, 42, 51, 64, 74, 98, 123, 137, 142, 157, 167, 190], 'impact': [8, 105], 'of': [9, 17, 50, 56, 77, 100, 122, 133, 141, 192], 'free': [10, 95, 134, 177], 'access': [11, 62, 75, 96, 135, 165, 178], '(open': [12], 'access)': [13], 'on': [14, 106, 136], 'behavior': [16], 'scientists': [18], 'as': [19], 'authors,': [20, 73], 'readers,': [21], 'and': [22, 26, 70, 186, 198], 'citers': [23], 'in': [24, 164, 183], 'developed': [25], 'developing': [27], 'nations.': [28], 'It': [29], 'also': [30], 'examines': [31], 'extent': [33], 'to': [34, 63, 88, 125, 155, 166, 174, 187], 'which': [35], 'biomedical': [37], 'literature': [38, 66, 145, 194], 'is': [39, 46, 67, 80, 91, 109, 161, 172, 179], 'used': [40], 'by': [41], 'general': [43, 138], 'public.The': [44], 'a': [47, 78, 162, 181], 'critical': [48], 'review': [49], 'literature,': [52], 'with': [53], 'systematic': [54], 'description': [55], 'key': [57], 'studies.Researchers': [58], 'report': [59], 'their': [61], 'scientific': [65, 193], 'generally': [68], 'good': [69], 'improving.': [71], 'For': [72], 'status': [76], 'journal': [79], 'not': [81, 110, 147], 'an': [82], 'important': [83], 'consideration': [84], 'when': [85], 'deciding': [86], 'where': [87], 'publish.': [89], 'There': [90], 'clear': [92], 'evidence': [93, 154], 'increases': [97], 'number': [99], 'article': [101, 107], 'downloads,': [102], 'although': [103], 'its': [104], 'citations': [108], 'clear.': [111], 'Recent': [112], 'indicate': [114], 'large': [116], 'citation': [117], 'advantages': [118], 'are': [119], 'simply': [120], 'artifacts': [121], 'failure': [124], 'adequately': [126], 'control': [127], 'for': [128], 'confounding': [129], 'variables.': [130], 'effect': [132], "public's": [139], 'use': [140], 'primary': [143], 'medical': [144], 'has': [146], 'been': [148], 'thoroughly': [149], 'evaluated.Recent': [150], 'provide': [152], 'little': [153], 'support': [156], 'idea': [158], 'there': [160], 'crisis': [163], 'scholarly': [168], 'literature.': [169], 'Further': [170], 'research': [171], 'needed': [173], 'investigate': [175], 'whether': [176], 'making': [180], 'difference': [182], 'non-research': [184], 'contexts': [185], 'better': [188], 'understand': [189], 'dissemination': [191], 'through': [195], 'peer-to-peer': [196], 'networks': [197], 'other': [199], 'informal': [200], 'mechanisms.': [201]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2003844967', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2022, 'cited_by_count': 5}, {'year': 2021, 'cited_by_count': 13}, {'year': 2020, 'cited_by_count': 7}, {'year': 2019, 'cited_by_count': 16}, {'year': 2018, 'cited_by_count': 10}, {'year': 2017, 'cited_by_count': 13}, {'year': 2016, 'cited_by_count': 12}, {'year': 2015, 'cited_by_count': 5}, {'year': 2014, 'cited_by_count': 13}, {'year': 2013, 'cited_by_count': 7}, {'year': 2012, 'cited_by_count': 7}], 'updated_date': '2023-09-30T07:55:29.942335', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2997143876', 'doi': 'https://doi.org/10.12688/f1000research.8460.1', 'title': 'The academic, economic and societal impacts of Open Access: an evidence-based review', 'display_name': 'The academic, economic and societal impacts of Open Access: an evidence-based review', 'publication_year': 2016, 'publication_date': '2016-04-11', 'ids': {'openalex': 'https://openalex.org/W2997143876', 'doi': 'https://doi.org/10.12688/f1000research.8460.1', 'mag': '2997143876', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/27158456'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.12688/f1000research.8460.1', 'pdf_url': 'https://f1000research.com/articles/5-632/v1/pdf', 'source': {'id': 'https://openalex.org/S4210239046', 'display_name': 'F1000Research', 'issn_l': '2046-1402', 'issn': ['2046-1402'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320357', 'host_organization_name': 'Faculty of 1000', 'host_organization_lineage': ['https://openalex.org/P4310320357'], 'host_organization_lineage_names': ['Faculty of 1000'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://f1000research.com/articles/5-632/v1/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5009210770', 'display_name': 'Jonathan Tennant', 'orcid': 'https://orcid.org/0000-0001-7794-0218'}, 'institutions': [{'id': 'https://openalex.org/I47508984', 'display_name': 'Imperial College London', 'ror': 'https://ror.org/041kmwe10', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I47508984']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jonathan P. Tennant', 'raw_affiliation_string': 'Department of Earth Science and Engineering, Imperial College London, London', 'raw_affiliation_strings': ['Department of Earth Science and Engineering, Imperial College London, London']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062689394', 'display_name': 'François Waldner', 'orcid': 'https://orcid.org/0000-0002-5599-7456'}, 'institutions': [{'id': 'https://openalex.org/I95674353', 'display_name': 'Université Catholique de Louvain', 'ror': 'https://ror.org/02495e989', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I95674353']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'François Waldner', 'raw_affiliation_string': 'Earth and Life Institute, Université catholique de Louvain, Louvain-la-Neuve', 'raw_affiliation_strings': ['Earth and Life Institute, Université catholique de Louvain, Louvain-la-Neuve']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081003521', 'display_name': 'Denis Jacques', 'orcid': 'https://orcid.org/0000-0002-9069-4143'}, 'institutions': [{'id': 'https://openalex.org/I95674353', 'display_name': 'Université Catholique de Louvain', 'ror': 'https://ror.org/02495e989', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I95674353']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Damien C. Jacques', 'raw_affiliation_string': 'Earth and Life Institute, Université catholique de Louvain, Louvain-la-Neuve', 'raw_affiliation_strings': ['Earth and Life Institute, Université catholique de Louvain, Louvain-la-Neuve']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079670845', 'display_name': 'Paola Masuzzo', 'orcid': 'https://orcid.org/0000-0003-3699-1195'}, 'institutions': [{'id': 'https://openalex.org/I4210151194', 'display_name': 'VIB-UGent Center for Medical Biotechnology', 'ror': 'https://ror.org/04hbttm44', 'country_code': 'BE', 'type': 'facility', 'lineage': ['https://openalex.org/I2802017950', 'https://openalex.org/I32597200', 'https://openalex.org/I4210151194']}, {'id': 'https://openalex.org/I32597200', 'display_name': 'Ghent University', 'ror': 'https://ror.org/00cv9y106', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I32597200']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Paola Masuzzo', 'raw_affiliation_string': 'Department of Biochemistry, Ghent University, Ghent; Medical Biotechnology Center, VIB, Ghent', 'raw_affiliation_strings': ['Department of Biochemistry, Ghent University, Ghent', 'Medical Biotechnology Center, VIB, Ghent']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032787867', 'display_name': 'Lauren Collister', 'orcid': 'https://orcid.org/0000-0001-5767-8486'}, 'institutions': [{'id': 'https://openalex.org/I170201317', 'display_name': 'University of Pittsburgh', 'ror': 'https://ror.org/01an3r305', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I170201317']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lauren B. Collister', 'raw_affiliation_string': 'University Library System, University of Pittsburgh, Pittsburgh, PA', 'raw_affiliation_strings': ['University Library System, University of Pittsburgh, Pittsburgh, PA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5051997500', 'display_name': 'Chris Hartgerink', 'orcid': 'https://orcid.org/0000-0003-1050-6809'}, 'institutions': [{'id': 'https://openalex.org/I193700539', 'display_name': 'Tilburg University', 'ror': 'https://ror.org/04b8v1s79', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193700539']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Chris. H. J. Hartgerink', 'raw_affiliation_string': 'Department of Methodology and Statistics, Tilburg University, Tilburg', 'raw_affiliation_strings': ['Department of Methodology and Statistics, Tilburg University, Tilburg']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 6, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 1350, 'currency': 'USD', 'value_usd': 1350, 'provenance': 'doaj'}, 'apc_paid': {'value': 1350, 'currency': 'USD', 'value_usd': 1350, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 110, 'biblio': {'volume': '5', 'issue': None, 'first_page': '632', 'last_page': '632'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2776035091', 'wikidata': 'https://www.wikidata.org/wiki/Q7928819', 'display_name': 'Viewpoints', 'level': 2, 'score': 0.69468343}, {'id': 'https://openalex.org/C41458344', 'wikidata': 'https://www.wikidata.org/wiki/Q732577', 'display_name': 'Publication', 'level': 2, 'score': 0.65217197}, {'id': 'https://openalex.org/C2778149293', 'wikidata': 'https://www.wikidata.org/wiki/Q309823', 'display_name': 'Open science', 'level': 2, 'score': 0.6335863}, {'id': 'https://openalex.org/C39549134', 'wikidata': 'https://www.wikidata.org/wiki/Q133080', 'display_name': 'Public relations', 'level': 1, 'score': 0.5616612}, {'id': 'https://openalex.org/C2778012447', 'wikidata': 'https://www.wikidata.org/wiki/Q1034415', 'display_name': 'Scope (computer science)', 'level': 2, 'score': 0.5608759}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.54266447}, {'id': 'https://openalex.org/C2780535194', 'wikidata': 'https://www.wikidata.org/wiki/Q309901', 'display_name': 'Open data', 'level': 2, 'score': 0.495499}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.48719472}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.47097066}, {'id': 'https://openalex.org/C18762648', 'wikidata': 'https://www.wikidata.org/wiki/Q42213', 'display_name': 'Work (physics)', 'level': 2, 'score': 0.440238}, {'id': 'https://openalex.org/C2777482740', 'wikidata': 'https://www.wikidata.org/wiki/Q232932', 'display_name': 'Open access journal', 'level': 4, 'score': 0.43927395}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.42068118}, {'id': 'https://openalex.org/C2778464652', 'wikidata': 'https://www.wikidata.org/wiki/Q309849', 'display_name': 'Open research', 'level': 2, 'score': 0.41926247}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.37659872}, {'id': 'https://openalex.org/C83867959', 'wikidata': 'https://www.wikidata.org/wiki/Q371467', 'display_name': 'Scopus', 'level': 3, 'score': 0.1794779}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.15926325}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.12995791}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.12778327}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.12175283}, {'id': 'https://openalex.org/C1276947', 'wikidata': 'https://www.wikidata.org/wiki/Q333', 'display_name': 'Astronomy', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C153349607', 'wikidata': 'https://www.wikidata.org/wiki/Q36649', 'display_name': 'Visual arts', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.12688/f1000research.8460.1', 'pdf_url': 'https://f1000research.com/articles/5-632/v1/pdf', 'source': {'id': 'https://openalex.org/S4210239046', 'display_name': 'F1000Research', 'issn_l': '2046-1402', 'issn': ['2046-1402'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320357', 'host_organization_name': 'Faculty of 1000', 'host_organization_lineage': ['https://openalex.org/P4310320357'], 'host_organization_lineage_names': ['Faculty of 1000'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10044/1/31023', 'pdf_url': 'http://spiral.imperial.ac.uk/bitstream/10044/1/31023/6/8450723b-d4ee-47bc-b462-7578f368d0db_8460_-_jon_tennant.pdf', 'source': {'id': 'https://openalex.org/S4306401396', 'display_name': 'Spiral (Imperial College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I47508984', 'host_organization_name': 'Imperial College London', 'host_organization_lineage': ['https://openalex.org/I47508984'], 'host_organization_lineage_names': ['Imperial College London'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://d-scholarship.pitt.edu/29598/1/tennant-et-al-academic-economic-societal-impacts-open-access.pdf', 'pdf_url': 'http://d-scholarship.pitt.edu/29598/1/tennant-et-al-academic-economic-societal-impacts-open-access.pdf', 'source': {'id': 'https://openalex.org/S4306402375', 'display_name': 'D-Scholarship@Pitt (University of Pittsburgh)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I170201317', 'host_organization_name': 'University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/I170201317'], 'host_organization_lineage_names': ['University of Pittsburgh'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://d-scholarship.pitt.edu/28179/1/tennant_et_al-ImpactsofOpenAccess.pdf', 'pdf_url': 'http://d-scholarship.pitt.edu/28179/1/tennant_et_al-ImpactsofOpenAccess.pdf', 'source': {'id': 'https://openalex.org/S4306402375', 'display_name': 'D-Scholarship@Pitt (University of Pittsburgh)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I170201317', 'host_organization_name': 'University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/I170201317'], 'host_organization_lineage_names': ['University of Pittsburgh'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/27158456', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.12688/f1000research.8460.1', 'pdf_url': 'https://f1000research.com/articles/5-632/v1/pdf', 'source': {'id': 'https://openalex.org/S4210239046', 'display_name': 'F1000Research', 'issn_l': '2046-1402', 'issn': ['2046-1402'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320357', 'host_organization_name': 'Faculty of 1000', 'host_organization_lineage': ['https://openalex.org/P4310320357'], 'host_organization_lineage_names': ['Faculty of 1000'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.53}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.17}], 'grants': [], 'referenced_works_count': 98, 'referenced_works': ['https://openalex.org/W947748625', 'https://openalex.org/W1484499251', 'https://openalex.org/W1487640135', 'https://openalex.org/W1572136682', 'https://openalex.org/W1572720804', 'https://openalex.org/W1595946397', 'https://openalex.org/W1655306493', 'https://openalex.org/W1773719568', 'https://openalex.org/W1897139626', 'https://openalex.org/W1910875068', 'https://openalex.org/W1919025045', 'https://openalex.org/W1943561512', 'https://openalex.org/W1963590969', 'https://openalex.org/W1965964177', 'https://openalex.org/W1969232170', 'https://openalex.org/W1970217003', 'https://openalex.org/W1975947821', 'https://openalex.org/W1983948274', 'https://openalex.org/W1989318653', 'https://openalex.org/W1991869139', 'https://openalex.org/W1994864579', 'https://openalex.org/W1995917404', 'https://openalex.org/W1996515099', 'https://openalex.org/W1998212996', 'https://openalex.org/W2000601862', 'https://openalex.org/W2002414224', 'https://openalex.org/W2009097359', 'https://openalex.org/W2013167537', 'https://openalex.org/W2014890944', 'https://openalex.org/W2015649048', 'https://openalex.org/W2016860460', 'https://openalex.org/W2021375187', 'https://openalex.org/W2022888213', 'https://openalex.org/W2023304992', 'https://openalex.org/W2031508102', 'https://openalex.org/W2032993717', 'https://openalex.org/W2037150872', 'https://openalex.org/W2045657963', 'https://openalex.org/W2046766973', 'https://openalex.org/W2048185449', 'https://openalex.org/W2052511316', 'https://openalex.org/W2053424457', 'https://openalex.org/W2056649965', 'https://openalex.org/W2058653048', 'https://openalex.org/W2062490671', 'https://openalex.org/W2067386452', 'https://openalex.org/W2067517664', 'https://openalex.org/W2069226445', 'https://openalex.org/W2071475771', 'https://openalex.org/W2072022739', 'https://openalex.org/W2072620887', 'https://openalex.org/W2077429985', 'https://openalex.org/W2078014116', 'https://openalex.org/W2086496065', 'https://openalex.org/W2088909840', 'https://openalex.org/W2089604928', 'https://openalex.org/W2090179500', 'https://openalex.org/W2097509366', 'https://openalex.org/W2097939446', 'https://openalex.org/W2098321252', 'https://openalex.org/W2099794271', 'https://openalex.org/W2100117397', 'https://openalex.org/W2100267603', 'https://openalex.org/W2107141268', 'https://openalex.org/W2113084224', 'https://openalex.org/W2113791402', 'https://openalex.org/W2123263696', 'https://openalex.org/W2128186353', 'https://openalex.org/W2128349488', 'https://openalex.org/W2130479394', 'https://openalex.org/W2133731705', 'https://openalex.org/W2136528623', 'https://openalex.org/W2137725064', 'https://openalex.org/W2144981148', 'https://openalex.org/W2145485458', 'https://openalex.org/W2151589533', 'https://openalex.org/W2156451368', 'https://openalex.org/W2156487032', 'https://openalex.org/W2158156550', 'https://openalex.org/W2160597895', 'https://openalex.org/W2161498332', 'https://openalex.org/W2164277894', 'https://openalex.org/W2169214811', 'https://openalex.org/W2169420254', 'https://openalex.org/W2172877930', 'https://openalex.org/W2194387418', 'https://openalex.org/W2212494754', 'https://openalex.org/W2252795400', 'https://openalex.org/W2441943932', 'https://openalex.org/W2484754563', 'https://openalex.org/W2505879148', 'https://openalex.org/W2509820451', 'https://openalex.org/W3121567788', 'https://openalex.org/W3122491393', 'https://openalex.org/W3124043943', 'https://openalex.org/W3124752986', 'https://openalex.org/W4229805339', 'https://openalex.org/W4249183283'], 'related_works': ['https://openalex.org/W50226482', 'https://openalex.org/W2188513444', 'https://openalex.org/W2271740208', 'https://openalex.org/W2488837725', 'https://openalex.org/W2802304912', 'https://openalex.org/W2913956427', 'https://openalex.org/W3117184711', 'https://openalex.org/W3195993666', 'https://openalex.org/W4206368770', 'https://openalex.org/W4312103929'], 'ngrams_url': 'https://api.openalex.org/works/W2997143876/ngrams', 'abstract_inverted_index': {'Ongoing': [0], 'debates': [1], 'surrounding': [2], 'Open': [3, 26, 66, 85, 105, 161, 190, 210, 231, 262, 297, 351], 'Access': [4, 27, 86, 106, 162, 191, 211, 232, 263, 298], 'to': [5, 56, 93, 94, 150, 172, 195, 240, 305, 318, 347], 'the': [6, 23, 60, 80, 102, 151, 173, 193, 223, 241, 268, 272, 320, 326, 330, 340], 'scholarly': [7, 42, 242, 273, 313, 331], 'literature': [8, 175, 243], 'are': [9, 133], 'multifaceted': [10], 'and': [11, 15, 53, 63, 119, 181, 186, 198, 221, 248, 310], 'complicated': [12], 'by': [13, 107], 'disparate': [14], 'often': [16], 'polarised': [17], 'viewpoints': [18], 'from': [19], 'engaged': [20], 'stakeholders.': [21], 'At': [22], 'current': [24, 99], 'stage,': [25], 'has': [28, 192], 'become': [29], 'such': [30], 'a': [31, 74, 96, 136, 182, 348], 'global': [32], 'issue': [33], 'that': [34, 170, 258, 271, 296], 'it': [35, 167, 280], 'is': [36, 73, 123, 163, 168, 176, 212, 276], 'critical': [37], 'for': [38, 98, 127, 140, 160, 178, 209, 216, 226, 284], 'all': [39, 234], 'involved': [40], 'in': [41, 111, 214, 228], 'publishing,': [43], 'including': [44, 135], 'policymakers,': [45], 'publishers,': [46], 'research': [47, 110, 174, 199, 337], 'funders,': [48], 'governments,': [49], 'learned': [50], 'societies,': [51], 'librarians,': [52], 'academic': [54], 'communities,': [55], 'be': [57, 95], 'well-informed': [58], 'on': [59, 101, 303, 334], 'history,': [61], 'benefits,': [62], 'pitfalls': [64], 'of': [65, 70, 77, 84, 104, 115, 154, 184, 203, 238, 252, 255, 267, 292, 312, 325, 329, 343, 350], 'Access.': [67], 'In': [68], 'spite': [69], 'this,': [71, 335], 'there': [72, 122], 'general': [75], 'lack': [76], 'consensus': [78], 'regarding': [79, 289], 'advantages': [81], 'or': [82], 'disadvantages': [83], 'at': [87], 'multiple': [88, 269], 'levels.': [89], 'This': [90], 'review': [91], 'aims': [92], 'resource': [97], 'knowledge': [100, 260], 'impacts': [103, 342], 'synthesizing': [108], 'important': [109], 'three': [112], 'major': [113], 'areas': [114], 'impact:': [116], 'academic,': [117], 'economic': [118, 158], 'societal.': [120], 'While': [121], 'clearly': [124], 'much': [125], 'scope': [126], 'additional': [128, 148], 'research,': [129], 'several': [130], 'key': [131, 177], 'trends': [132], 'identified,': [134], 'broad': [137], 'citation': [138], 'advantage': [139], 'researchers': [141, 227, 288], 'who': [142], 'publish': [143], 'openly,': [144], 'as': [145, 147, 323], 'well': [146], 'benefits': [149], 'non-academic': [152], 'dissemination': [153], 'their': [155, 301], 'work.': [156], 'The': [157, 206], 'case': [159, 208], 'less': [164], 'well-understood,': [165], 'although': [166], 'clear': [169], 'access': [171, 239], 'innovative': [179], 'enterprises,': [180], 'range': [183], 'governmental': [185], 'non-governmental': [187], 'services.': [188], 'Furthermore,': [189], 'potential': [194, 235], 'save': [196], 'publishers': [197, 257], 'funders': [200], 'considerable': [201], 'amounts': [202], 'financial': [204, 253], 'resources.': [205], 'social': [207], 'strong,': [213], 'particular': [215], 'advancing': [217], 'citizen': [218], 'science': [219], 'initiatives,': [220], 'leveling': [222], 'playing': [224], 'field': [225], 'developing': [229], 'countries.': [230], 'supersedes': [233], 'alternative': [236], 'modes': [237], 'through': [244], 'enabling': [245], 'unrestricted': [246], 're-use,': [247], 'long-term': [249], 'stability': [250], 'independent': [251], 'constraints': [254], 'traditional': [256], 'impede': [259], 'sharing.': [261], 'remains': [264], 'only': [265], 'one': [266, 282], 'challenges': [270], 'publishing': [274], 'system': [275, 349], 'currently': [277], 'facing.': [278], 'Yet,': [279], 'provides': [281], 'foundation': [283], 'increasing': [285], 'engagement': [286], 'with': [287], 'ethical': [290], 'standards': [291], 'publishing.': [293], 'We': [294], 'recommend': [295], 'supporters': [299], 'focus': [300], 'efforts': [302], 'working': [304], 'establish': [306], 'viable': [307], 'new': [308], 'models': [309], 'systems': [311], 'communication,': [314], 'rather': [315], 'than': [316], 'trying': [317], 'undermine': [319], 'existing': [321], 'ones': [322], 'part': [324], 'natural': [327], 'evolution': [328], 'ecosystem.': [332], 'Based': [333], 'future': [336], 'should': [338], 'investigate': [339], 'wider': [341], 'an': [344], 'ecosystem-wide': [345], 'transformation': [346], 'Research.': [352]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2997143876', 'counts_by_year': [{'year': 2023, 'cited_by_count': 16}, {'year': 2022, 'cited_by_count': 22}, {'year': 2021, 'cited_by_count': 8}, {'year': 2020, 'cited_by_count': 14}, {'year': 2019, 'cited_by_count': 28}, {'year': 2018, 'cited_by_count': 13}, {'year': 2017, 'cited_by_count': 8}, {'year': 2016, 'cited_by_count': 1}], 'updated_date': '2023-10-02T07:20:55.564738', 'created_date': '2020-01-10'}, {'id': 'https://openalex.org/W3121567788', 'doi': 'https://doi.org/10.1111/ecin.12064', 'title': 'IDENTIFYING THE EFFECT OF OPEN ACCESS ON CITATIONS USING A PANEL OF SCIENCE JOURNALS', 'display_name': 'IDENTIFYING THE EFFECT OF OPEN ACCESS ON CITATIONS USING A PANEL OF SCIENCE JOURNALS', 'publication_year': 2014, 'publication_date': '2014-02-20', 'ids': {'openalex': 'https://openalex.org/W3121567788', 'doi': 'https://doi.org/10.1111/ecin.12064', 'mag': '3121567788'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/ecin.12064', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S206615888', 'display_name': 'Economic Inquiry', 'issn_l': '0095-2583', 'issn': ['0043-3640', '1465-7295', '0095-2583'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'http://deepblue.lib.umich.edu/bitstream/2027.42/108305/1/ecin12064.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5011747945', 'display_name': 'Mark J. McCabe', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Mark J. McCABE', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5080665508', 'display_name': 'Christopher M. Snyder', 'orcid': 'https://orcid.org/0000-0002-5279-2279'}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Christopher M. Snyder', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5011747945', 'https://openalex.org/A5080665508'], 'corresponding_institution_ids': [], 'apc_list': {'value': 3240, 'currency': 'USD', 'value_usd': 3240, 'provenance': 'doaj'}, 'apc_paid': {'value': 3240, 'currency': 'USD', 'value_usd': 3240, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 92, 'biblio': {'volume': '52', 'issue': '4', 'first_page': '1284', 'last_page': '1300'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C95803793', 'wikidata': 'https://www.wikidata.org/wiki/Q191836', 'display_name': 'CITES', 'level': 2, 'score': 0.8716849}, {'id': 'https://openalex.org/C91306197', 'wikidata': 'https://www.wikidata.org/wiki/Q45767', 'display_name': 'Competition (biology)', 'level': 2, 'score': 0.7003697}, {'id': 'https://openalex.org/C195487862', 'wikidata': 'https://www.wikidata.org/wiki/Q850210', 'display_name': 'Revenue', 'level': 2, 'score': 0.6174108}, {'id': 'https://openalex.org/C198531522', 'wikidata': 'https://www.wikidata.org/wiki/Q485146', 'display_name': 'Sample (material)', 'level': 2, 'score': 0.5574981}, {'id': 'https://openalex.org/C2776502983', 'wikidata': 'https://www.wikidata.org/wiki/Q690182', 'display_name': 'Contrast (vision)', 'level': 2, 'score': 0.51719487}, {'id': 'https://openalex.org/C2778149293', 'wikidata': 'https://www.wikidata.org/wiki/Q309823', 'display_name': 'Open science', 'level': 2, 'score': 0.5104024}, {'id': 'https://openalex.org/C2778793908', 'wikidata': 'https://www.wikidata.org/wiki/Q5122404', 'display_name': 'Citation impact', 'level': 3, 'score': 0.48572737}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.47227797}, {'id': 'https://openalex.org/C6422946', 'wikidata': 'https://www.wikidata.org/wiki/Q857354', 'display_name': 'Panel data', 'level': 2, 'score': 0.46291047}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.4372912}, {'id': 'https://openalex.org/C2779455604', 'wikidata': 'https://www.wikidata.org/wiki/Q5330', 'display_name': 'Impact factor', 'level': 2, 'score': 0.4200252}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.2854595}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.27393028}, {'id': 'https://openalex.org/C149782125', 'wikidata': 'https://www.wikidata.org/wiki/Q160039', 'display_name': 'Econometrics', 'level': 1, 'score': 0.24955118}, {'id': 'https://openalex.org/C121955636', 'wikidata': 'https://www.wikidata.org/wiki/Q4116214', 'display_name': 'Accounting', 'level': 1, 'score': 0.1866546}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.1600132}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.13451019}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.13015479}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.09333408}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C505870484', 'wikidata': 'https://www.wikidata.org/wiki/Q180538', 'display_name': 'Fishery', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1111/ecin.12064', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S206615888', 'display_name': 'Economic Inquiry', 'issn_l': '0095-2583', 'issn': ['0043-3640', '1465-7295', '0095-2583'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2027.42/108305', 'pdf_url': 'http://deepblue.lib.umich.edu/bitstream/2027.42/108305/1/ecin12064.pdf', 'source': {'id': 'https://openalex.org/S4306400393', 'display_name': 'Deep Blue (University of Michigan)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I27837315', 'host_organization_name': 'University of Michigan–Ann Arbor', 'host_organization_lineage': ['https://openalex.org/I27837315'], 'host_organization_lineage_names': ['University of Michigan–Ann Arbor'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://shs.hal.science/halshs-01948343/file/McCabe_Snyder_EI.pdf', 'pdf_url': 'https://shs.hal.science/halshs-01948343/file/McCabe_Snyder_EI.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://shs.hal.science/halshs-01948343', 'pdf_url': 'https://shs.hal.science/halshs-01948343/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2027.42/108305', 'pdf_url': 'http://deepblue.lib.umich.edu/bitstream/2027.42/108305/1/ecin12064.pdf', 'source': {'id': 'https://openalex.org/S4306400393', 'display_name': 'Deep Blue (University of Michigan)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I27837315', 'host_organization_name': 'University of Michigan–Ann Arbor', 'host_organization_lineage': ['https://openalex.org/I27837315'], 'host_organization_lineage_names': ['University of Michigan–Ann Arbor'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.39}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.18}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.11}], 'grants': [], 'referenced_works_count': 22, 'referenced_works': ['https://openalex.org/W1540180240', 'https://openalex.org/W1830719945', 'https://openalex.org/W1830976680', 'https://openalex.org/W1970217003', 'https://openalex.org/W2014227060', 'https://openalex.org/W2065363189', 'https://openalex.org/W2088909840', 'https://openalex.org/W2089123513', 'https://openalex.org/W2089604928', 'https://openalex.org/W2104772551', 'https://openalex.org/W2118179338', 'https://openalex.org/W2136074788', 'https://openalex.org/W2143288831', 'https://openalex.org/W2160597895', 'https://openalex.org/W2331929593', 'https://openalex.org/W3103867449', 'https://openalex.org/W3122120688', 'https://openalex.org/W3123575923', 'https://openalex.org/W3124163687', 'https://openalex.org/W3124269080', 'https://openalex.org/W3124752986', 'https://openalex.org/W3125252835'], 'related_works': ['https://openalex.org/W2040540004', 'https://openalex.org/W2066461606', 'https://openalex.org/W2172025811', 'https://openalex.org/W2949156273', 'https://openalex.org/W3104719570', 'https://openalex.org/W3122827288', 'https://openalex.org/W3143260564', 'https://openalex.org/W3194237245', 'https://openalex.org/W4224442691', 'https://openalex.org/W4238198562'], 'ngrams_url': 'https://api.openalex.org/works/W3121567788/ngrams', 'abstract_inverted_index': {'An': [0], 'open-access': [1], 'journal': [2], 'allows': [3], 'free': [4], 'online': [5], 'access': [6, 42, 67, 87, 108], 'to': [7, 15, 31, 47, 65, 95, 104], 'its': [8], 'articles,': [9], 'obtaining': [10], 'revenue': [11], 'from': [12, 19, 63], 'fees': [13], 'charged': [14], 'submitting': [16], 'authors': [17], 'or': [18], 'institutional': [20], 'support.': [21], 'Using': [22], 'panel': [23], 'data': [24], 'on': [25, 43, 72], 'science': [26], 'journals,': [27], 'we': [28, 56], 'are': [29], 'able': [30], 'circumvent': [32], 'problems': [33], 'plaguing': [34], 'previous': [35, 54], 'studies': [36], 'of': [37, 40], 'the': [38, 48, 96], 'impact': [39], 'open': [41, 66, 86, 107], 'citations.': [44], 'In': [45, 84], 'contrast': [46], 'huge': [49], 'effects': [50], 'found': [51], 'in': [52, 74, 93, 99], 'these': [53], 'studies,': [55], 'find': [57], 'a': [58, 89], 'more': [59], 'modest': [60], 'effect:': [61], 'moving': [62], 'paid': [64], 'increases': [68], 'cites': [69, 94], 'by': [70], '8%': [71], 'average': [73], 'our': [75, 100], 'sample.': [76], 'The': [77], 'benefit': [78], 'is': [79], 'concentrated': [80], 'among': [81, 112], 'top-ranked': [82], 'journals.': [83], 'fact,': [85], 'causes': [88], 'statistically': [90], 'significant': [91], 'reduction': [92], 'bottom-ranked': [97], 'journals': [98], 'sample,': [101], 'leading': [102], 'us': [103], 'conjecture': [105], 'that': [106], 'may': [109], 'intensify': [110], 'competition': [111], 'articles': [113], 'for': [114], "readers'": [115], 'attention,': [116], 'generating': [117], 'losers': [118], 'as': [119, 121], 'well': [120], 'winners.': [122], '(JEL': [123], 'L17,': [124], 'O33)': [125]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3121567788', 'counts_by_year': [{'year': 2023, 'cited_by_count': 7}, {'year': 2022, 'cited_by_count': 9}, {'year': 2021, 'cited_by_count': 15}, {'year': 2020, 'cited_by_count': 14}, {'year': 2019, 'cited_by_count': 9}, {'year': 2018, 'cited_by_count': 7}, {'year': 2017, 'cited_by_count': 15}, {'year': 2016, 'cited_by_count': 8}, {'year': 2015, 'cited_by_count': 3}, {'year': 2014, 'cited_by_count': 5}], 'updated_date': '2023-09-25T04:13:07.421386', 'created_date': '2021-02-01'}, {'id': 'https://openalex.org/W2753353163', 'doi': 'https://doi.org/10.1186/s12961-017-0235-3', 'title': 'Knowledge sharing in global health research – the impact, uptake and cost of open access to scholarly literature', 'display_name': 'Knowledge sharing in global health research – the impact, uptake and cost of open access to scholarly literature', 'publication_year': 2017, 'publication_date': '2017-08-29', 'ids': {'openalex': 'https://openalex.org/W2753353163', 'doi': 'https://doi.org/10.1186/s12961-017-0235-3', 'mag': '2753353163', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/28851401', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/5576373'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1186/s12961-017-0235-3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S201446958', 'display_name': 'Health Research Policy and Systems', 'issn_l': '1478-4505', 'issn': ['1478-4505'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320256', 'host_organization_name': 'BioMed Central', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310320256'], 'host_organization_lineage_names': ['Springer Nature', 'BioMed Central'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.1186/s12961-017-0235-3', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5090777482', 'display_name': 'Elise Smith', 'orcid': 'https://orcid.org/0000-0002-4615-8204'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Elise Smith', 'raw_affiliation_string': 'École de Bibliothéconomie et des Sciences de l’Information, Université de Montréal, Montréal, Canada', 'raw_affiliation_strings': ['École de Bibliothéconomie et des Sciences de l’Information, Université de Montréal, Montréal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014077037', 'display_name': 'Stefanie Haustein', 'orcid': 'https://orcid.org/0000-0003-0157-1430'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Stefanie Haustein', 'raw_affiliation_string': "École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montreal, Canada.", 'raw_affiliation_strings': ["École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montreal, Canada."]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081963935', 'display_name': 'Philippe Mongeon', 'orcid': 'https://orcid.org/0000-0003-1021-059X'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Philippe Mongeon', 'raw_affiliation_string': "École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montreal, Canada.", 'raw_affiliation_strings': ["École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montreal, Canada."]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064266755', 'display_name': 'Fei Shu', 'orcid': 'https://orcid.org/0000-0002-1946-5065'}, 'institutions': [{'id': 'https://openalex.org/I5023651', 'display_name': 'McGill University', 'ror': 'https://ror.org/01pxwe438', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I5023651']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Fei Shu', 'raw_affiliation_string': 'School of Information, Studies, McGill University, Montreal, Canada', 'raw_affiliation_strings': ['School of Information, Studies, McGill University, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000656520', 'display_name': 'Valéry Ridde', 'orcid': 'https://orcid.org/0000-0001-9299-8266'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Valéry Ridde', 'raw_affiliation_string': 'Université de Montréal Public Health Research Institute (Institut de Recherche en Santé Publique (IRSPUM)), Université de Montréal, Montréal, Canada; École de Santé Publique, Département de Médecine Sociale et Préventive, Université de Montréal, Montréal, Canada', 'raw_affiliation_strings': ['Université de Montréal Public Health Research Institute (Institut de Recherche en Santé Publique (IRSPUM)), Université de Montréal, Montréal, Canada', 'École de Santé Publique, Département de Médecine Sociale et Préventive, Université de Montréal, Montréal, Canada']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5068542997', 'display_name': 'Vincent Larivière', 'orcid': 'https://orcid.org/0000-0002-2733-0689'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}, {'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Vincent Larivière', 'raw_affiliation_string': 'Observatoire des Sciences et des Technologies (OST - CIRST), Université du Québec à Montréal, Montréal, Canada; École de Bibliothéconomie et des Sciences de l’Information, Université de Montréal, Montréal, Canada', 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies (OST - CIRST), Université du Québec à Montréal, Montréal, Canada', 'École de Bibliothéconomie et des Sciences de l’Information, Université de Montréal, Montréal, Canada']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 1890, 'currency': 'GBP', 'value_usd': 2318, 'provenance': 'doaj'}, 'apc_paid': {'value': 1890, 'currency': 'GBP', 'value_usd': 2318, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 91, 'biblio': {'volume': '15', 'issue': '1', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779343474', 'wikidata': 'https://www.wikidata.org/wiki/Q3109175', 'display_name': 'Context (archaeology)', 'level': 2, 'score': 0.6121935}, {'id': 'https://openalex.org/C127598652', 'wikidata': 'https://www.wikidata.org/wiki/Q558635', 'display_name': 'Per capita', 'level': 3, 'score': 0.5851977}, {'id': 'https://openalex.org/C110246401', 'wikidata': 'https://www.wikidata.org/wiki/Q6803767', 'display_name': 'Gross national income', 'level': 3, 'score': 0.5540756}, {'id': 'https://openalex.org/C46578552', 'wikidata': 'https://www.wikidata.org/wiki/Q2725393', 'display_name': 'Global health', 'level': 3, 'score': 0.4983287}, {'id': 'https://openalex.org/C2780877353', 'wikidata': 'https://www.wikidata.org/wiki/Q2518253', 'display_name': 'Health services research', 'level': 3, 'score': 0.48137596}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.47849813}, {'id': 'https://openalex.org/C138816342', 'wikidata': 'https://www.wikidata.org/wiki/Q189603', 'display_name': 'Public health', 'level': 2, 'score': 0.4697837}, {'id': 'https://openalex.org/C114350782', 'wikidata': 'https://www.wikidata.org/wiki/Q12638', 'display_name': 'Gross domestic product', 'level': 2, 'score': 0.34794268}, {'id': 'https://openalex.org/C39549134', 'wikidata': 'https://www.wikidata.org/wiki/Q133080', 'display_name': 'Public relations', 'level': 1, 'score': 0.33129913}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.30122834}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.2565143}, {'id': 'https://openalex.org/C50522688', 'wikidata': 'https://www.wikidata.org/wiki/Q189833', 'display_name': 'Economic growth', 'level': 1, 'score': 0.25371724}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.19872528}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.1879054}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.14128801}, {'id': 'https://openalex.org/C159110408', 'wikidata': 'https://www.wikidata.org/wiki/Q121176', 'display_name': 'Nursing', 'level': 1, 'score': 0.11045596}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D022126', 'descriptor_name': 'Access to Information', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D035843', 'descriptor_name': 'Biomedical Research', 'qualifier_ui': 'Q000191', 'qualifier_name': 'economics', 'is_major_topic': True}, {'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D066295', 'descriptor_name': 'Open Access Publishing', 'qualifier_ui': 'Q000191', 'qualifier_name': 'economics', 'is_major_topic': True}, {'descriptor_ui': 'D035843', 'descriptor_name': 'Biomedical Research', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019359', 'descriptor_name': 'Knowledge', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D066295', 'descriptor_name': 'Open Access Publishing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011642', 'descriptor_name': 'Publications', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1186/s12961-017-0235-3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S201446958', 'display_name': 'Health Research Policy and Systems', 'issn_l': '1478-4505', 'issn': ['1478-4505'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320256', 'host_organization_name': 'BioMed Central', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310320256'], 'host_organization_lineage_names': ['Springer Nature', 'BioMed Central'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/ca12b887301f49b2960e47364fa55ca1', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc5576373', 'pdf_url': 'https://europepmc.org/articles/pmc5576373?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1866/23270', 'pdf_url': 'https://papyrus.bib.umontreal.ca/xmlui/bitstream/1866/23270/1/s12961-017-0235-3.pdf', 'source': {'id': 'https://openalex.org/S4306400658', 'display_name': '@nalyses (University of Ottawa)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I153718931', 'host_organization_name': 'University of Ottawa', 'host_organization_lineage': ['https://openalex.org/I153718931'], 'host_organization_lineage_names': ['University of Ottawa'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5576373', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/28851401', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1186/s12961-017-0235-3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S201446958', 'display_name': 'Health Research Policy and Systems', 'issn_l': '1478-4505', 'issn': ['1478-4505'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320256', 'host_organization_name': 'BioMed Central', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310320256'], 'host_organization_lineage_names': ['Springer Nature', 'BioMed Central'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/1', 'display_name': 'No poverty', 'score': 0.29}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.22}, {'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.18}], 'grants': [], 'referenced_works_count': 39, 'referenced_works': ['https://openalex.org/W1531416379', 'https://openalex.org/W1572720804', 'https://openalex.org/W1605459673', 'https://openalex.org/W1655306493', 'https://openalex.org/W1859041380', 'https://openalex.org/W1886990456', 'https://openalex.org/W2000334110', 'https://openalex.org/W2004205348', 'https://openalex.org/W2009097359', 'https://openalex.org/W2016860460', 'https://openalex.org/W2048185449', 'https://openalex.org/W2056649965', 'https://openalex.org/W2058954808', 'https://openalex.org/W2070382614', 'https://openalex.org/W2084473120', 'https://openalex.org/W2087915636', 'https://openalex.org/W2089604928', 'https://openalex.org/W2089890029', 'https://openalex.org/W2090174702', 'https://openalex.org/W2115339903', 'https://openalex.org/W2137660945', 'https://openalex.org/W2139317974', 'https://openalex.org/W2140880926', 'https://openalex.org/W2142537492', 'https://openalex.org/W2143290856', 'https://openalex.org/W2160284109', 'https://openalex.org/W2165845288', 'https://openalex.org/W2278065067', 'https://openalex.org/W2322381034', 'https://openalex.org/W2339106159', 'https://openalex.org/W2443678641', 'https://openalex.org/W2468976629', 'https://openalex.org/W2498021002', 'https://openalex.org/W2997143876', 'https://openalex.org/W3121567788', 'https://openalex.org/W3122845826', 'https://openalex.org/W4238228559', 'https://openalex.org/W4243213981', 'https://openalex.org/W4254840757'], 'related_works': ['https://openalex.org/W2185545036', 'https://openalex.org/W2303185486', 'https://openalex.org/W2463387686', 'https://openalex.org/W2506135237', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W3140248094', 'https://openalex.org/W4213250572', 'https://openalex.org/W4253642679', 'https://openalex.org/W4385759348'], 'ngrams_url': 'https://api.openalex.org/works/W2753353163/ngrams', 'abstract_inverted_index': {'In': [0], '1982,': [1], 'the': [2, 23, 36, 58, 80, 89, 100, 119, 128, 138, 164, 219, 249, 263], 'Annals': [3], 'of': [4, 17, 22, 38, 85, 91, 94, 121, 124, 133, 143, 154, 170, 211, 240, 265, 285, 327, 334], 'Virology': [5], 'published': [6, 107], 'a': [7, 13, 298], 'paper': [8], 'showing': [9], 'how': [10], 'Liberia': [11], 'has': [12], 'highly': [14], 'endemic': [15], 'potential': [16, 26], 'Ebola': [18], 'warning': [19], 'health': [20, 48, 72, 328, 335], 'authorities': [21], 'risk': [24], 'for': [25, 57, 67, 192, 199, 275], 'outbreaks;': [27], 'this': [28], 'journal': [29, 186], 'is': [30, 180, 271], 'only': [31, 291], 'available': [32, 161], 'by': [33, 54, 218, 282, 297], 'subscription.': [34], 'Limiting': [35], 'accessibility': [37], 'such': [39], 'knowledge': [40, 312], 'may': [41, 254], 'have': [42], 'reduced': [43], 'information': [44], 'propagation': [45], 'toward': [46], 'public': [47, 319, 332], 'actors': [49], 'who': [50], 'were': [51, 112, 213], 'indeed': [52], 'surprised': [53], 'and': [55, 83, 110, 135, 148, 182, 231, 273, 277, 325, 330], 'unprepared': [56], '2014': [59, 111], 'epidemic.': [60], 'Open': [61], 'access': [62, 69, 320], '(OA)': [63], 'publication': [64, 223], 'can': [65, 321], 'allow': [66], 'increased': [68], 'to': [70, 78, 116, 215, 279, 294, 316], 'global': [71, 258], 'research': [73, 96, 259, 293, 315], '(GHR).': [74], 'Our': [75], 'study': [76], 'aims': [77], 'assess': [79], 'use,': [81], 'cost': [82], 'impact': [84, 147, 323], 'OA': [86, 253, 281, 307], 'diffusion': [87], 'in': [88, 183, 244, 256, 261], 'context': [90], 'GHR.A': [92], 'total': [93, 189], '3366': [95], 'articles': [97], 'indexed': [98], 'under': [99], 'Medical': [101], 'Heading': [102, 104], 'Subject': [103], '"Global': [105], 'Health"': [106], 'between': [108, 140], '2010': [109], 'retrieved': [113], 'using': [114], 'PubMed': [115], '(1)': [117], 'quantify': [118], 'uptake': [120], 'various': [122], 'types': [123, 142, 239], 'OA,': [125, 134, 144, 241], '(2)': [126], 'estimate': [127], 'article': [129], 'processing': [130], 'charges': [131], '(APCs)': [132], '(3)': [136], 'analyse': [137], 'relationship': [139], 'different': [141], 'their': [145, 175], 'scholarly': [146], 'gross': [149], 'national': [150], 'income': [151], 'per': [152, 208], 'capita': [153], 'citing': [155, 236, 248], 'countries.Most': [156], 'GHR': [157], 'publications': [158, 266, 284], 'are': [159, 234, 247], 'not': [160, 173, 290, 309], 'directly': [162], 'on': [163, 205], "journal's": [165], 'website': [166], '(69%).': [167], 'Further,': [168], '60.8%': [169], 'researchers': [171, 243, 278], 'do': [172], 'self-archive': [174], 'work': [176], 'even': [177], 'when': [178], 'it': [179, 289, 301], 'free': [181], 'keeping': [184], 'with': [185, 202], 'policy.': [187], 'The': [188], 'amount': [190], 'paid': [191, 214], 'APCs': [193, 212], 'was': [194], 'estimated': [195], 'at': [196], 'US$1.7': [197], 'million': [198], '627': [200], 'papers,': [201], 'authors': [203], 'paying': [204], 'average': [206], 'US$2732': [207], 'publication;': [209], '94%': [210], 'journals': [216], 'owned': [217], 'ten': [220], 'most': [221, 250], 'prominent': [222], 'houses': [224], 'from': [225, 229, 314], 'high-income': [226, 245], 'countries.': [227], 'Researchers': [228], 'low-': [230], 'middle-income': [232], 'countries': [233, 246], 'generally': [235], 'less': [237], 'expensive': [238, 251], 'while': [242], 'OA.Although': [252], 'help': [255], 'building': [257], 'capacity': [260], 'GHR,': [262], 'majority': [264], 'remain': [267], 'subscription': [268], 'only.': [269], 'It': [270], 'logical': [272], 'cost-efficient': [274], 'institutions': [276], 'promote': [280], 'self-archiving': [283], 'restricted': [286], 'access,': [287], 'as': [288], 'allows': [292], 'be': [295], 'cited': [296], 'broader': [299], 'audience,': [300], 'also': [302], 'augments': [303], 'citation': [304], 'rates.': [305], 'Although': [306], 'does': [308], 'ensure': [310], 'full': [311], 'transfer': [313], 'practice,': [317], 'limiting': [318], 'negatively': [322], 'implementation': [324], 'outcomes': [326], 'policy': [329], 'reduce': [331], 'understanding': [333], 'issues.': [336]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2753353163', 'counts_by_year': [{'year': 2023, 'cited_by_count': 12}, {'year': 2022, 'cited_by_count': 7}, {'year': 2021, 'cited_by_count': 47}, {'year': 2020, 'cited_by_count': 12}, {'year': 2019, 'cited_by_count': 8}, {'year': 2018, 'cited_by_count': 4}, {'year': 2016, 'cited_by_count': 1}], 'updated_date': '2023-10-02T03:38:31.421988', 'created_date': '2017-09-15'}, {'id': 'https://openalex.org/W2785823074', 'doi': 'https://doi.org/10.7554/elife.32822', 'title': 'Sci-Hub provides access to nearly all scholarly literature', 'display_name': 'Sci-Hub provides access to nearly all scholarly literature', 'publication_year': 2018, 'publication_date': '2018-03-01', 'ids': {'openalex': 'https://openalex.org/W2785823074', 'doi': 'https://doi.org/10.7554/elife.32822', 'mag': '2785823074', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/29424689', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/5832410'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7554/elife.32822', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1336409049', 'display_name': 'eLife', 'issn_l': '2050-084X', 'issn': ['2050-084X'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311710', 'host_organization_name': 'eLife Sciences Publications Ltd', 'host_organization_lineage': ['https://openalex.org/P4310311710'], 'host_organization_lineage_names': ['eLife Sciences Publications Ltd'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.7554/elife.32822', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5047137990', 'display_name': 'Daniel S. Himmelstein', 'orcid': 'https://orcid.org/0000-0002-3012-7446'}, 'institutions': [{'id': 'https://openalex.org/I4210125521', 'display_name': 'Translational Therapeutics (United States)', 'ror': 'https://ror.org/02z3rcy16', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210125521']}, {'id': 'https://openalex.org/I79576946', 'display_name': 'University of Pennsylvania', 'ror': 'https://ror.org/00b30xv10', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I79576946']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Daniel Scott Himmelstein', 'raw_affiliation_string': 'Department of Systems Pharmacology and Translational Therapeutics, University of Pennsylvania, Philadelphia, United States', 'raw_affiliation_strings': ['Department of Systems Pharmacology and Translational Therapeutics, University of Pennsylvania, Philadelphia, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005016288', 'display_name': 'Ariel Rodriguez Romero', 'orcid': 'https://orcid.org/0000-0003-2290-4927'}, 'institutions': [{'id': 'https://openalex.org/I4210128108', 'display_name': 'Healthwise', 'ror': 'https://ror.org/0379w2016', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210128108']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ariel Rodriguez Romero', 'raw_affiliation_string': 'Bidwise, Inc, Miami, United States', 'raw_affiliation_strings': ['Bidwise, Inc, Miami, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088807673', 'display_name': 'Jacob Levernier', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I79576946', 'display_name': 'University of Pennsylvania', 'ror': 'https://ror.org/00b30xv10', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I79576946']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jacob G. Levernier', 'raw_affiliation_string': 'Library Technology Services and Strategic Initiatives, University of Pennsylvania, Philadelphia, United States', 'raw_affiliation_strings': ['Library Technology Services and Strategic Initiatives, University of Pennsylvania, Philadelphia, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040325195', 'display_name': 'Thomas A. Munro', 'orcid': 'https://orcid.org/0000-0002-3366-7149'}, 'institutions': [{'id': 'https://openalex.org/I149704539', 'display_name': 'Deakin University', 'ror': 'https://ror.org/02czsnj07', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I149704539']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Thomas Anthony Munro', 'raw_affiliation_string': 'School of Life and Environmental Sciences, Deakin University, Melbourne, Australia', 'raw_affiliation_strings': ['School of Life and Environmental Sciences, Deakin University, Melbourne, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054724157', 'display_name': 'Stephen Reid McLaughlin', 'orcid': 'https://orcid.org/0000-0002-9888-3168'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephen Reid McLaughlin', 'raw_affiliation_string': 'School of Information, University of Texas at Austin, Austin, United States', 'raw_affiliation_strings': ['School of Information, University of Texas at Austin, Austin, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018956214', 'display_name': 'Bastian Greshake Tzovaras', 'orcid': 'https://orcid.org/0000-0002-9925-9623'}, 'institutions': [{'id': 'https://openalex.org/I114090438', 'display_name': 'Goethe University Frankfurt', 'ror': 'https://ror.org/04cvxnb49', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I114090438']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Bastian Greshake Tzovaras', 'raw_affiliation_string': 'Department of Applied Bioinformatics, Institute of Cell Biology and Neuroscience, Goethe University, Frankfurt, Germany', 'raw_affiliation_strings': ['Department of Applied Bioinformatics, Institute of Cell Biology and Neuroscience, Goethe University, Frankfurt, Germany']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5050692257', 'display_name': 'Casey S. Greene', 'orcid': 'https://orcid.org/0000-0001-8713-9213'}, 'institutions': [{'id': 'https://openalex.org/I4210125521', 'display_name': 'Translational Therapeutics (United States)', 'ror': 'https://ror.org/02z3rcy16', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210125521']}, {'id': 'https://openalex.org/I79576946', 'display_name': 'University of Pennsylvania', 'ror': 'https://ror.org/00b30xv10', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I79576946']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Casey S Greene', 'raw_affiliation_string': 'Department of Systems Pharmacology and Translational Therapeutics, University of Pennsylvania, Philadelphia, United States', 'raw_affiliation_strings': ['Department of Systems Pharmacology and Translational Therapeutics, University of Pennsylvania, Philadelphia, United States']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 6, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 89, 'biblio': {'volume': '7', 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778025104', 'wikidata': 'https://www.wikidata.org/wiki/Q408004', 'display_name': 'Toll', 'level': 2, 'score': 0.81840897}, {'id': 'https://openalex.org/C2780154274', 'wikidata': 'https://www.wikidata.org/wiki/Q7126717', 'display_name': 'Download', 'level': 2, 'score': 0.7349004}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.5672667}, {'id': 'https://openalex.org/C83849155', 'wikidata': 'https://www.wikidata.org/wiki/Q1472399', 'display_name': 'Internet access', 'level': 3, 'score': 0.506359}, {'id': 'https://openalex.org/C110875604', 'wikidata': 'https://www.wikidata.org/wiki/Q75', 'display_name': 'The Internet', 'level': 2, 'score': 0.48685235}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.48214266}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.45844436}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.43512386}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.42069817}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.32552725}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.23236495}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.121234715}, {'id': 'https://openalex.org/C203014093', 'wikidata': 'https://www.wikidata.org/wiki/Q101929', 'display_name': 'Immunology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 7, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.7554/elife.32822', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1336409049', 'display_name': 'eLife', 'issn_l': '2050-084X', 'issn': ['2050-084X'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311710', 'host_organization_name': 'eLife Sciences Publications Ltd', 'host_organization_lineage': ['https://openalex.org/P4310311710'], 'host_organization_lineage_names': ['eLife Sciences Publications Ltd'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/28226571ee6e40c6ae89e033d18fb4e3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc5832410', 'pdf_url': 'https://europepmc.org/articles/pmc5832410?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://figshare.com/articles/journal_contribution/Sci-Hub_provides_access_to_nearly_all_scholarly_literature/20813899', 'pdf_url': 'https://figshare.com/articles/journal_contribution/Sci-Hub_provides_access_to_nearly_all_scholarly_literature/20813899/1/files/37071541.pdf', 'source': {'id': 'https://openalex.org/S4306400572', 'display_name': 'OPAL (Open@LaTrobe) (La Trobe University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I196829312', 'host_organization_name': 'La Trobe University', 'host_organization_lineage': ['https://openalex.org/I196829312'], 'host_organization_lineage_names': ['La Trobe University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10536/DRO/DU:30108128', 'pdf_url': 'https://dro.deakin.edu.au/articles/journal_contribution/Sci-Hub_provides_access_to_nearly_all_scholarly_literature/20813899/1/files/37071541.pdf', 'source': {'id': 'https://openalex.org/S4306402457', 'display_name': 'Deakin Research Online (Deakin University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I149704539', 'host_organization_name': 'Deakin University', 'host_organization_lineage': ['https://openalex.org/I149704539'], 'host_organization_lineage_names': ['Deakin University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://nbn-resolving.org/urn:nbn:de:hebis:30:3-508641', 'pdf_url': 'http://publikationen.ub.uni-frankfurt.de/files/50864/elife-32822-v3.pdf', 'source': {'id': 'https://openalex.org/S4306400432', 'display_name': 'Publication Server of Goethe University Frankfurt am Main (Goethe University Frankfurt)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114090438', 'host_organization_name': 'Goethe University Frankfurt', 'host_organization_lineage': ['https://openalex.org/I114090438'], 'host_organization_lineage_names': ['Goethe University Frankfurt'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5832410', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7554/elife.32822', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1336409049', 'display_name': 'eLife', 'issn_l': '2050-084X', 'issn': ['2050-084X'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310311710', 'host_organization_name': 'eLife Sciences Publications Ltd', 'host_organization_lineage': ['https://openalex.org/P4310311710'], 'host_organization_lineage_names': ['eLife Sciences Publications Ltd'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.33}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.29}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.25}], 'grants': [{'funder': 'https://openalex.org/F4320306202', 'funder_display_name': 'Gordon and Betty Moore Foundation', 'award_id': 'GBMF 4552'}], 'referenced_works_count': 70, 'referenced_works': ['https://openalex.org/W1505765206', 'https://openalex.org/W1655306493', 'https://openalex.org/W1767272795', 'https://openalex.org/W1943561512', 'https://openalex.org/W1977728350', 'https://openalex.org/W1983947637', 'https://openalex.org/W1991869139', 'https://openalex.org/W2039478628', 'https://openalex.org/W2044361056', 'https://openalex.org/W2090732597', 'https://openalex.org/W2105754179', 'https://openalex.org/W2113791402', 'https://openalex.org/W2122805793', 'https://openalex.org/W2149720062', 'https://openalex.org/W2156487032', 'https://openalex.org/W2157743029', 'https://openalex.org/W2163525143', 'https://openalex.org/W2164281077', 'https://openalex.org/W2199019584', 'https://openalex.org/W2231201268', 'https://openalex.org/W2269912728', 'https://openalex.org/W2276484030', 'https://openalex.org/W2318503549', 'https://openalex.org/W2322381034', 'https://openalex.org/W2326451878', 'https://openalex.org/W2343014812', 'https://openalex.org/W2344863847', 'https://openalex.org/W2418767502', 'https://openalex.org/W2441943932', 'https://openalex.org/W2462729574', 'https://openalex.org/W2474273830', 'https://openalex.org/W2483871874', 'https://openalex.org/W2512041484', 'https://openalex.org/W2514318498', 'https://openalex.org/W2516678343', 'https://openalex.org/W2550881361', 'https://openalex.org/W2563251083', 'https://openalex.org/W2566143661', 'https://openalex.org/W2589050661', 'https://openalex.org/W2594244013', 'https://openalex.org/W2597357676', 'https://openalex.org/W2603933359', 'https://openalex.org/W2605083293', 'https://openalex.org/W2618245351', 'https://openalex.org/W2625964787', 'https://openalex.org/W2671156528', 'https://openalex.org/W2737712680', 'https://openalex.org/W2740856569', 'https://openalex.org/W2741809807', 'https://openalex.org/W2749776495', 'https://openalex.org/W2750962818', 'https://openalex.org/W2757403221', 'https://openalex.org/W2759437537', 'https://openalex.org/W2762597540', 'https://openalex.org/W2763998066', 'https://openalex.org/W2767970565', 'https://openalex.org/W2782849621', 'https://openalex.org/W2783957468', 'https://openalex.org/W2785446770', 'https://openalex.org/W2786693834', 'https://openalex.org/W2787010429', 'https://openalex.org/W2945722469', 'https://openalex.org/W2953072907', 'https://openalex.org/W3209990477', 'https://openalex.org/W4206709873', 'https://openalex.org/W4213368509', 'https://openalex.org/W4239201219', 'https://openalex.org/W4241960481', 'https://openalex.org/W4251960336', 'https://openalex.org/W4255191241'], 'related_works': ['https://openalex.org/W622965250', 'https://openalex.org/W1597521063', 'https://openalex.org/W1914782968', 'https://openalex.org/W2020046386', 'https://openalex.org/W2062745311', 'https://openalex.org/W2157331703', 'https://openalex.org/W2610428050', 'https://openalex.org/W2748952813', 'https://openalex.org/W3123628433', 'https://openalex.org/W4309130683'], 'ngrams_url': 'https://api.openalex.org/works/W2785823074/ngrams', 'abstract_inverted_index': {'The': [0], 'website': [1], 'Sci-Hub': [2, 22, 81, 94], 'enables': [3], 'users': [4, 134], 'to': [5, 114, 135, 153], 'download': [6], 'PDF': [7], 'versions': [8], 'of': [9, 34, 45, 52, 63, 101], 'scholarly': [10, 56, 148], 'articles,': [11, 90], 'including': [12], 'many': [13], 'articles': [14, 57, 64, 117], 'that': [15, 72, 80, 93], 'are': [16], 'paywalled': [17, 85], 'at': [18, 131], 'their': [19], 'journal’s': [20], 'site.': [21], 'has': [23, 37], 'grown': [24], 'rapidly': [25], 'since': [26], 'its': [27, 35], 'creation': [28], 'in': [29, 66, 107, 139], '2011,': [30], 'but': [31], 'the': [32, 53, 99, 108, 122, 143, 160], 'extent': [33], 'coverage': [36, 73, 97], 'been': [38], 'unclear.': [39], 'Here': [40], 'we': [41, 91], 'report': [42], 'that,': [43], 'as': [44], 'March': [46], '2017,': [47], 'Sci-Hub’s': [48], 'database': [49], 'contains': [50], '68.9%': [51], '81.6': [54], 'million': [55], 'registered': [58], 'with': [59, 155], 'Crossref': [60], 'and': [61, 77, 79], '85.1%': [62], 'published': [65], 'toll': [67, 88, 115, 161], 'access': [68, 89, 113, 116, 162], 'journals.': [69], 'We': [70], 'find': [71, 92], 'varies': [74], 'by': [75], 'discipline': [76], 'publisher,': [78], 'preferentially': [82], 'covers': [83], 'popular,': [84], 'content.': [86], 'For': [87, 142], 'provides': [95], 'greater': [96], 'than': [98], 'University': [100], 'Pennsylvania,': [102], 'a': [103], 'major': [104], 'research': [105], 'university': [106], 'United': [109], 'States.': [110], 'Green': [111], 'open': [112], 'via': [118], 'licit': [119], 'services,': [120], 'on': [121], 'other': [123], 'hand,': [124], 'remains': [125], 'quite': [126], 'limited.': [127], 'Our': [128], 'interactive': [129], 'browser': [130], 'https://greenelab.github.io/scihub': [132], 'allows': [133], 'explore': [136], 'these': [137], 'findings': [138], 'more': [140], 'detail.': [141], 'first': [144], 'time,': [145], 'nearly': [146], 'all': [147], 'literature': [149], 'is': [150], 'available': [151], 'gratis': [152], 'anyone': [154], 'an': [156], 'Internet': [157], 'connection,': [158], 'suggesting': [159], 'business': [163], 'model': [164], 'may': [165], 'become': [166], 'unsustainable.': [167]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2785823074', 'counts_by_year': [{'year': 2023, 'cited_by_count': 8}, {'year': 2022, 'cited_by_count': 9}, {'year': 2021, 'cited_by_count': 24}, {'year': 2020, 'cited_by_count': 19}, {'year': 2019, 'cited_by_count': 22}, {'year': 2018, 'cited_by_count': 6}, {'year': 2016, 'cited_by_count': 1}], 'updated_date': '2023-10-01T16:54:33.327787', 'created_date': '2018-02-23'}, {'id': 'https://openalex.org/W2588027260', 'doi': 'https://doi.org/10.1007/s11192-017-2291-4', 'title': 'Copyright compliance and infringement in ResearchGate full-text journal articles', 'display_name': 'Copyright compliance and infringement in ResearchGate full-text journal articles', 'publication_year': 2017, 'publication_date': '2017-02-16', 'ids': {'openalex': 'https://openalex.org/W2588027260', 'doi': 'https://doi.org/10.1007/s11192-017-2291-4', 'mag': '2588027260'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s11192-017-2291-4', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S148561398', 'display_name': 'Scientometrics', 'issn_l': '0138-9130', 'issn': ['1588-2861', '0138-9130'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320108', 'host_organization_name': 'Springer Nature (Netherlands)', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310320108'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Nature (Netherlands)'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023462838', 'display_name': 'Hamid R. Jamali', 'orcid': 'https://orcid.org/0000-0003-1232-6473'}, 'institutions': [{'id': 'https://openalex.org/I153230381', 'display_name': 'Charles Sturt University', 'ror': 'https://ror.org/00wfvh315', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I153230381']}], 'countries': ['AU'], 'is_corresponding': True, 'raw_author_name': 'Hamid R. Jamali', 'raw_affiliation_string': 'School of Information Studies, Charles Sturt University, Wagga Wagga, Australia', 'raw_affiliation_strings': ['School of Information Studies, Charles Sturt University, Wagga Wagga, Australia']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5023462838'], 'corresponding_institution_ids': ['https://openalex.org/I153230381'], 'apc_list': {'value': 2290, 'currency': 'EUR', 'value_usd': 2890, 'provenance': 'doaj'}, 'apc_paid': {'value': 2290, 'currency': 'EUR', 'value_usd': 2890, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 87, 'biblio': {'volume': '112', 'issue': '1', 'first_page': '241', 'last_page': '254'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71901391', 'wikidata': 'https://www.wikidata.org/wiki/Q7126699', 'display_name': 'Upload', 'level': 2, 'score': 0.68944955}, {'id': 'https://openalex.org/C43169469', 'wikidata': 'https://www.wikidata.org/wiki/Q580922', 'display_name': 'Preprint', 'level': 2, 'score': 0.6106732}, {'id': 'https://openalex.org/C2779776346', 'wikidata': 'https://www.wikidata.org/wiki/Q647578', 'display_name': 'Copyright infringement', 'level': 3, 'score': 0.51913923}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.47550067}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.43551064}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.43052563}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.3758134}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.3553042}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.23539922}, {'id': 'https://openalex.org/C110875604', 'wikidata': 'https://www.wikidata.org/wiki/Q75', 'display_name': 'The Internet', 'level': 2, 'score': 0.14503339}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s11192-017-2291-4', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S148561398', 'display_name': 'Scientometrics', 'issn_l': '0138-9130', 'issn': ['1588-2861', '0138-9130'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320108', 'host_organization_name': 'Springer Nature (Netherlands)', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310320108'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Nature (Netherlands)'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.56}], 'grants': [{'funder': 'https://openalex.org/F4320323850', 'funder_display_name': 'Kharazmi University', 'award_id': 'na'}], 'referenced_works_count': 23, 'referenced_works': ['https://openalex.org/W1005483714', 'https://openalex.org/W1482203796', 'https://openalex.org/W1505765206', 'https://openalex.org/W1758588624', 'https://openalex.org/W1810416454', 'https://openalex.org/W1915912712', 'https://openalex.org/W1968017487', 'https://openalex.org/W2011044371', 'https://openalex.org/W2020123068', 'https://openalex.org/W2027663019', 'https://openalex.org/W2030585128', 'https://openalex.org/W2038196424', 'https://openalex.org/W2079507141', 'https://openalex.org/W2128104492', 'https://openalex.org/W2135997210', 'https://openalex.org/W2173388148', 'https://openalex.org/W2256443297', 'https://openalex.org/W2280689914', 'https://openalex.org/W2321098369', 'https://openalex.org/W2324810750', 'https://openalex.org/W2471459742', 'https://openalex.org/W4230888552', 'https://openalex.org/W4247643883'], 'related_works': ['https://openalex.org/W1983811306', 'https://openalex.org/W2088379619', 'https://openalex.org/W2329432077', 'https://openalex.org/W2365093105', 'https://openalex.org/W2405035507', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W4224230083', 'https://openalex.org/W4295630651', 'https://openalex.org/W4322501846'], 'ngrams_url': 'https://api.openalex.org/works/W2588027260/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2588027260', 'counts_by_year': [{'year': 2023, 'cited_by_count': 6}, {'year': 2022, 'cited_by_count': 14}, {'year': 2021, 'cited_by_count': 13}, {'year': 2020, 'cited_by_count': 11}, {'year': 2019, 'cited_by_count': 22}, {'year': 2018, 'cited_by_count': 15}, {'year': 2017, 'cited_by_count': 6}], 'updated_date': '2023-10-02T17:48:57.479393', 'created_date': '2017-02-24'}, {'id': 'https://openalex.org/W4254015553', 'doi': 'https://doi.org/10.1080/00987913.2008.10765150', 'title': 'The Access/Impact Problem and the Green and Gold Roads to Open Access: An Update', 'display_name': 'The Access/Impact Problem and the Green and Gold Roads to Open Access: An Update', 'publication_year': 2008, 'publication_date': '2008-03-01', 'ids': {'openalex': 'https://openalex.org/W4254015553', 'doi': 'https://doi.org/10.1080/00987913.2008.10765150'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1080/00987913.2008.10765150', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S94385113', 'display_name': 'Serials Review', 'issn_l': '0098-7913', 'issn': ['1879-095X', '0098-7913'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://eprints.soton.ac.uk/265852/1/serev-revised.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5068938534', 'display_name': 'Stevan Harnad', 'orcid': 'https://orcid.org/0000-0001-6153-1129'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Stevan Harnad', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034672788', 'display_name': 'Tim Brody', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Tim Brody', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023606178', 'display_name': 'François Vallières', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'François Vallières', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007835111', 'display_name': 'Les Carr', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Les Carr', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060025971', 'display_name': 'Steve Hitchcock', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Steve Hitchcock', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074283997', 'display_name': 'Yves Gingras', 'orcid': 'https://orcid.org/0000-0002-4729-1269'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Yves Gingras', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005748252', 'display_name': 'Charles Oppenheim', 'orcid': 'https://orcid.org/0000-0001-8195-3572'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Charles Oppenheim', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015643870', 'display_name': 'Chawki Hajjem', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Chawki Hajjem', 'raw_affiliation_string': 'Hajjem is Doctoral Candidate, Université du Québec Ã\xa0 Montréal, Quebec, Canada', 'raw_affiliation_strings': ['Hajjem is Doctoral Candidate, Université du Québec Ã\xa0 Montréal, Quebec, Canada']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5067665999', 'display_name': 'Eberhard R. Hilf', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Eberhard R. Hilf', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 85, 'biblio': {'volume': '34', 'issue': '1', 'first_page': '36', 'last_page': '40'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41458344', 'wikidata': 'https://www.wikidata.org/wiki/Q732577', 'display_name': 'Publication', 'level': 2, 'score': 0.6613618}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.6447683}, {'id': 'https://openalex.org/C2778793908', 'wikidata': 'https://www.wikidata.org/wiki/Q5122404', 'display_name': 'Citation impact', 'level': 3, 'score': 0.5108304}, {'id': 'https://openalex.org/C2779455604', 'wikidata': 'https://www.wikidata.org/wiki/Q5330', 'display_name': 'Impact factor', 'level': 2, 'score': 0.4177785}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.41315502}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.37439817}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.37150577}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.35761222}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.32938543}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.29608828}, {'id': 'https://openalex.org/C112698675', 'wikidata': 'https://www.wikidata.org/wiki/Q37038', 'display_name': 'Advertising', 'level': 1, 'score': 0.1506396}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.07050535}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1080/00987913.2008.10765150', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S94385113', 'display_name': 'Serials Review', 'issn_l': '0098-7913', 'issn': ['1879-095X', '0098-7913'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://eprints.soton.ac.uk/265852/1/serev-revised.pdf', 'pdf_url': 'https://eprints.soton.ac.uk/265852/1/serev-revised.pdf', 'source': {'id': 'https://openalex.org/S4306401020', 'display_name': 'ePrints Soton (University of Southampton)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I43439940', 'host_organization_name': 'University of Southampton', 'host_organization_lineage': ['https://openalex.org/I43439940'], 'host_organization_lineage_names': ['University of Southampton'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://eprints.soton.ac.uk/265852/2/serev-revised.doc', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401020', 'display_name': 'ePrints Soton (University of Southampton)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I43439940', 'host_organization_name': 'University of Southampton', 'host_organization_lineage': ['https://openalex.org/I43439940'], 'host_organization_lineage_names': ['University of Southampton'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://eprints.soton.ac.uk/265852/1/serev-revised.pdf', 'pdf_url': 'https://eprints.soton.ac.uk/265852/1/serev-revised.pdf', 'source': {'id': 'https://openalex.org/S4306401020', 'display_name': 'ePrints Soton (University of Southampton)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I43439940', 'host_organization_name': 'University of Southampton', 'host_organization_lineage': ['https://openalex.org/I43439940'], 'host_organization_lineage_names': ['University of Southampton'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.28}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.17}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.15}], 'grants': [], 'referenced_works_count': 5, 'referenced_works': ['https://openalex.org/W1969232170', 'https://openalex.org/W2002034968', 'https://openalex.org/W2104772551', 'https://openalex.org/W2162763177', 'https://openalex.org/W4239916788'], 'related_works': ['https://openalex.org/W1524638436', 'https://openalex.org/W2014782383', 'https://openalex.org/W2559683341', 'https://openalex.org/W2748952813', 'https://openalex.org/W3104719570', 'https://openalex.org/W3107570630', 'https://openalex.org/W3194863483', 'https://openalex.org/W4281558941', 'https://openalex.org/W4311413985', 'https://openalex.org/W4328024213'], 'ngrams_url': 'https://api.openalex.org/works/W4254015553/ngrams', 'abstract_inverted_index': {'The': [0, 24], 'research': [1, 22], 'access/impact': [2], 'problem': [3], 'arises': [4], 'because': [5], 'journal': [6, 76], 'articles': [7, 30, 41, 113], 'are': [8, 19, 51, 89, 94, 133], 'not': [9], 'accessible': [10, 35], 'to': [11, 27, 54, 106, 123, 137], 'all': [12, 29], 'of': [13, 87, 112], 'their': [14, 101], 'would-be': [15], 'users;': [16], 'hence,': [17], 'they': [18, 98, 132], 'losing': [20], 'potential': [21], 'impact.': [23], 'solution': [25], 'is': [26], 'make': [28], 'open': [31], 'access': [32], '(OA,': [33], 'i.e.,': [34], 'online,': [36], 'free': [37], 'for': [38], 'all).': [39], 'OA': [40, 64, 83], 'have': [42, 99, 114], 'significantly': [43], 'higher': [44], 'citation': [45], 'impact': [46], 'than': [47], 'non-OA': [48, 75], 'articles.': [49], 'There': [50], 'two': [52], 'roads': [53], 'OA:': [55], 'the': [56, 67, 103], '“golden”': [57], 'road': [58, 69], '(publish': [59, 70], 'your': [60, 71], 'article': [61, 72], 'in': [62, 73, 81], 'an': [63, 82], 'journal)': [65], 'and': [66, 129], '“green”': [68], 'a': [74], 'but': [77, 91], 'also': [78], 'self-archive': [79], 'it': [80], 'archive).': [84], 'About': [85], '10%': [86], 'journals': [88], 'gold,': [90], 'over': [92], '90%': [93], 'already': [95], 'green': [96, 104], '(i.e.,': [97], 'given': [100], 'authors': [102], 'light': [105], 'self-archive);': [107], 'yet': [108], 'only': [109], 'about': [110], '10–20%': [111], 'been': [115], 'self-archived.': [116], 'To': [117], 'reach': [118], '100%': [119], 'OA,': [120], 'self-archiving': [121], 'needs': [122], 'be': [124], 'mandated': [125], 'by': [126], 'researchers’': [127], 'employers': [128], 'funders,': [130], 'as': [131], 'now': [134], 'increasingly': [135], 'beginning': [136], 'do.': [138]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4254015553', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3}, {'year': 2022, 'cited_by_count': 7}, {'year': 2021, 'cited_by_count': 7}, {'year': 2020, 'cited_by_count': 8}, {'year': 2019, 'cited_by_count': 10}, {'year': 2018, 'cited_by_count': 9}, {'year': 2017, 'cited_by_count': 4}, {'year': 2016, 'cited_by_count': 5}, {'year': 2015, 'cited_by_count': 6}, {'year': 2014, 'cited_by_count': 6}, {'year': 2013, 'cited_by_count': 3}, {'year': 2012, 'cited_by_count': 3}], 'updated_date': '2023-09-30T05:20:27.674087', 'created_date': '2022-05-12'}, {'id': 'https://openalex.org/W2587705861', 'doi': 'https://doi.org/10.1002/leap.1096', 'title': 'Gold, green, and black open access', 'display_name': 'Gold, green, and black open access', 'publication_year': 2017, 'publication_date': '2017-02-07', 'ids': {'openalex': 'https://openalex.org/W2587705861', 'doi': 'https://doi.org/10.1002/leap.1096', 'mag': '2587705861'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/leap.1096', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S29676049', 'display_name': 'Learned Publishing', 'issn_l': '0953-1513', 'issn': ['0953-1513', '1741-4857'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'bronze', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5036789552', 'display_name': 'Bo‐Christer Björk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': True, 'raw_author_name': 'Bo-Christer Björk', 'raw_affiliation_string': 'HANKEN School of Economics Helsinki Finland', 'raw_affiliation_strings': ['HANKEN School of Economics Helsinki Finland']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5036789552'], 'corresponding_institution_ids': ['https://openalex.org/I5085271'], 'apc_list': {'value': 3090, 'currency': 'USD', 'value_usd': 3090, 'provenance': 'doaj'}, 'apc_paid': {'value': 3090, 'currency': 'USD', 'value_usd': 3090, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 76, 'biblio': {'volume': '30', 'issue': '2', 'first_page': '173', 'last_page': '175'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.33482602}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/leap.1096', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S29676049', 'display_name': 'Learned Publishing', 'issn_l': '0953-1513', 'issn': ['0953-1513', '1741-4857'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.34}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.24}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.11}], 'grants': [], 'referenced_works_count': 6, 'referenced_works': ['https://openalex.org/W1560783210', 'https://openalex.org/W2089745446', 'https://openalex.org/W2306268324', 'https://openalex.org/W2471459742', 'https://openalex.org/W2603933359', 'https://openalex.org/W4245649719'], 'related_works': ['https://openalex.org/W1491839574', 'https://openalex.org/W1947684173', 'https://openalex.org/W2022548390', 'https://openalex.org/W2055151044', 'https://openalex.org/W2581745084', 'https://openalex.org/W2586531396', 'https://openalex.org/W2596173151', 'https://openalex.org/W2624733068', 'https://openalex.org/W2765153054', 'https://openalex.org/W3020938133'], 'ngrams_url': 'https://api.openalex.org/works/W2587705861/ngrams', 'abstract_inverted_index': {'Key': [0], 'points\r\nThe': [1], 'debate': [2], 'about': [3], 'open': [4, 46], 'access': [5, 49], 'has': [6, 27], 'until': [7], 'now': [8], 'focused': [9], 'on': [10], 'the': [11, 15, 30, 55], 'gold': [12], '(journals)': [13], 'versus': [14], 'green': [16], 'route': [17], '(manuscript': [18], 'self-archival).\r\nRecently': [19], 'an': [20], 'even': [21], 'more': [22], 'disruptive': [23], 'form': [24, 31], 'of': [25, 32, 54], 'OA': [26], 'emerged,': [28], 'in': [29, 63], 'illegal': [33], 'article': [34, 57], 'copies': [35], 'retrievable': [36], 'from': [37], 'academic': [38], 'social': [39], 'networks': [40], 'or': [41, 44], 'pirate': [42], 'sites.\r\nIllegal,': [43], '“black': [45], 'access”,': [47], 'provides': [48], 'to': [50], 'a': [51], 'large': [52], 'part': [53], 'pay-walled': [56], 'output': [58], 'which': [59], 'cannot': [60], 'be': [61], 'found': [62], 'repositories.': [64]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2587705861', 'counts_by_year': [{'year': 2023, 'cited_by_count': 6}, {'year': 2022, 'cited_by_count': 11}, {'year': 2021, 'cited_by_count': 15}, {'year': 2020, 'cited_by_count': 15}, {'year': 2019, 'cited_by_count': 14}, {'year': 2018, 'cited_by_count': 10}, {'year': 2017, 'cited_by_count': 5}], 'updated_date': '2023-10-02T06:43:53.606781', 'created_date': '2017-02-17'}, {'id': 'https://openalex.org/W2029057325', 'doi': 'https://doi.org/10.1002/asi.22856', 'title': 'Delayed open access: An overlooked high-impact category of openly available scientific literature', 'display_name': 'Delayed open access: An overlooked high-impact category of openly available scientific literature', 'publication_year': 2013, 'publication_date': '2013-05-23', 'ids': {'openalex': 'https://openalex.org/W2029057325', 'doi': 'https://doi.org/10.1002/asi.22856', 'mag': '2029057325'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/asi.22856', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S80113298', 'display_name': 'Journal of the Association for Information Science and Technology', 'issn_l': '1532-2882', 'issn': ['1532-2882', '1532-2890'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://helda.helsinki.fi/bitstream/10138/157658/3/Laakso_Bj_rk_2013_Delayed_OA.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5067698582', 'display_name': 'null null', 'orcid': 'https://orcid.org/0000-0003-3951-7990'}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': True, 'raw_author_name': 'Mikael Laakso', 'raw_affiliation_string': 'Hanken School of Economics; P.O. Box 479; 00101; Helsinki; Finland', 'raw_affiliation_strings': ['Hanken School of Economics; P.O. Box 479; 00101; Helsinki; Finland']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5036789552', 'display_name': 'Bo‐Christer Björk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': True, 'raw_author_name': 'Bo-Christer Björk', 'raw_affiliation_string': 'Hanken School of Economics; P.O. Box 479; 00101; Helsinki; Finland', 'raw_affiliation_strings': ['Hanken School of Economics; P.O. Box 479; 00101; Helsinki; Finland']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5067698582', 'https://openalex.org/A5036789552'], 'corresponding_institution_ids': ['https://openalex.org/I5085271', 'https://openalex.org/I5085271'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 68, 'biblio': {'volume': '64', 'issue': '7', 'first_page': '1323', 'last_page': '1329'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.7826481}, {'id': 'https://openalex.org/C2779455604', 'wikidata': 'https://www.wikidata.org/wiki/Q5330', 'display_name': 'Impact factor', 'level': 2, 'score': 0.7202301}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.7008398}, {'id': 'https://openalex.org/C3020774429', 'wikidata': 'https://www.wikidata.org/wiki/Q1201886', 'display_name': 'Web of science', 'level': 3, 'score': 0.48067698}, {'id': 'https://openalex.org/C105345328', 'wikidata': 'https://www.wikidata.org/wiki/Q206276', 'display_name': 'Citation analysis', 'level': 3, 'score': 0.48012495}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.45636174}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.44635615}, {'id': 'https://openalex.org/C2781083858', 'wikidata': 'https://www.wikidata.org/wiki/Q17327049', 'display_name': 'Scientific literature', 'level': 2, 'score': 0.43051744}, {'id': 'https://openalex.org/C2984423262', 'wikidata': 'https://www.wikidata.org/wiki/Q17327049', 'display_name': 'Scientific publishing', 'level': 3, 'score': 0.42545837}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.4247072}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.39439273}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.3171474}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.29864377}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.2562834}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.09534517}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.08278987}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/asi.22856', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S80113298', 'display_name': 'Journal of the Association for Information Science and Technology', 'issn_l': '1532-2882', 'issn': ['1532-2882', '1532-2890'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10138/157658', 'pdf_url': 'https://helda.helsinki.fi/bitstream/10138/157658/3/Laakso_Bj_rk_2013_Delayed_OA.pdf', 'source': {'id': 'https://openalex.org/S4306401476', 'display_name': 'Helda (University of Helsinki)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I133731052', 'host_organization_name': 'University of Helsinki', 'host_organization_lineage': ['https://openalex.org/I133731052'], 'host_organization_lineage_names': ['University of Helsinki'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10138/157658', 'pdf_url': 'https://helda.helsinki.fi/bitstream/10138/157658/3/Laakso_Bj_rk_2013_Delayed_OA.pdf', 'source': {'id': 'https://openalex.org/S4306401476', 'display_name': 'Helda (University of Helsinki)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I133731052', 'host_organization_name': 'University of Helsinki', 'host_organization_lineage': ['https://openalex.org/I133731052'], 'host_organization_lineage_names': ['University of Helsinki'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.42}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.1}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.1}], 'grants': [], 'referenced_works_count': 6, 'referenced_works': ['https://openalex.org/W2010041172', 'https://openalex.org/W2023783748', 'https://openalex.org/W2058954808', 'https://openalex.org/W2088230841', 'https://openalex.org/W2115339903', 'https://openalex.org/W2140880926'], 'related_works': ['https://openalex.org/W31370679', 'https://openalex.org/W2029057325', 'https://openalex.org/W2041004369', 'https://openalex.org/W2135336774', 'https://openalex.org/W2152361179', 'https://openalex.org/W2263390431', 'https://openalex.org/W2623032108', 'https://openalex.org/W2778737260', 'https://openalex.org/W2945741359', 'https://openalex.org/W2952852693'], 'ngrams_url': 'https://api.openalex.org/works/W2029057325/ngrams', 'abstract_inverted_index': {'Delayed': [0], 'open': [1], 'access': [2], '(OA)': [3], 'refers': [4], 'to': [5], 'scholarly': [6, 160], 'articles': [7, 89, 95], 'in': [8, 90], 'subscription': [9, 133], 'journals': [10, 34, 65, 80, 120, 134, 151], 'made': [11, 97], 'available': [12, 107, 159], 'openly': [13, 158], 'on': [14, 124], 'the': [15, 19, 22, 145, 157], 'web': [16], 'directly': [17], 'through': [18], 'publisher': [20], 'at': [21], 'expiry': [23], 'of': [24, 33, 53, 87, 93, 131, 156, 175], 'a': [25, 30, 84, 172], 'set': [26], 'embargo': [27, 73], 'period.': [28], 'Although': [29], 'substantial': [31, 173], 'number': [32], 'have': [35, 48, 121], 'practiced': [36], 'delayed': [37, 63, 118, 149], 'OA': [38, 47, 64, 98, 119, 142, 150], 'since': [39], 'they': [40], 'started': [41], 'publishing': [42, 83], 'e-versions,': [43], 'empirical': [44], 'studies': [45], 'concerning': [46, 69], 'often': [49], 'overlooked': [50], 'this': [51], 'body': [52], 'literature.': [54], 'This': [55], 'study': [56], 'provides': [57], 'comprehensive': [58], 'quantitative': [59], 'measurements': [60], 'by': [61, 164, 170], 'identifying': [62], 'and': [66, 75, 135, 169], 'collecting': [67], 'data': [68], 'their': [70, 165], 'publication': [71], 'volumes,': [72], 'lengths,': [74], 'citation': [76, 122], 'rates.': [77], 'Altogether,': [78], '492': [79], 'were': [81, 96], 'identified,': [82], 'combined': [85], 'total': [86], '111,312': [88], '2011;': [91], '77.8%': [92], 'these': [94], 'within': [99, 108], '12': [100], 'months': [101], 'from': [102], 'publication,': [103], 'with': [104], '85.4%': [105], 'becoming': [106], '24': [109], 'months.': [110], 'A': [111], 'journal': [112, 161], 'impact': [113], 'factor': [114], 'analysis': [115], 'revealed': [116], 'that': [117, 148], 'rates': [123], 'average': [125], 'twice': [126], 'as': [127, 129, 138, 140], 'high': [128, 139], 'those': [130], 'closed': [132], 'three': [136], 'times': [137], 'immediate': [141], 'journals.': [143, 177], 'Overall,': [144], 'results': [146], 'demonstrate': [147], 'constitute': [152], 'an': [153], 'important': [154], 'segment': [155], 'literature,': [162], 'both': [163], 'sheer': [166], 'article': [167], 'volume': [168], 'including': [171], 'proportion': [174], 'high-impact': [176]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2029057325', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3}, {'year': 2022, 'cited_by_count': 4}, {'year': 2021, 'cited_by_count': 8}, {'year': 2020, 'cited_by_count': 9}, {'year': 2019, 'cited_by_count': 11}, {'year': 2018, 'cited_by_count': 8}, {'year': 2017, 'cited_by_count': 7}, {'year': 2016, 'cited_by_count': 5}, {'year': 2015, 'cited_by_count': 6}, {'year': 2014, 'cited_by_count': 4}, {'year': 2013, 'cited_by_count': 3}], 'updated_date': '2023-10-02T11:58:58.153301', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2520991028', 'doi': 'https://doi.org/10.1016/j.joi.2016.08.002', 'title': 'Hybrid open access—A longitudinal study', 'display_name': 'Hybrid open access—A longitudinal study', 'publication_year': 2016, 'publication_date': '2016-11-01', 'ids': {'openalex': 'https://openalex.org/W2520991028', 'doi': 'https://doi.org/10.1016/j.joi.2016.08.002', 'mag': '2520991028'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.joi.2016.08.002', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S205292342', 'display_name': 'Journal of Informetrics', 'issn_l': '1751-1577', 'issn': ['1875-5879', '1751-1577'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://doi.org/10.1016/j.joi.2016.08.002', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5067698582', 'display_name': 'null null', 'orcid': 'https://orcid.org/0000-0003-3951-7990'}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Mikael Laakso', 'raw_affiliation_string': 'Information Systems Science, Department of Management and Organisation, Hanken School of Economics, P.O. Box 479 (Arkadiankatu 22), FI-00101 Helsinki, Finland', 'raw_affiliation_strings': ['Information Systems Science, Department of Management and Organisation, Hanken School of Economics, P.O. Box 479 (Arkadiankatu 22), FI-00101 Helsinki, Finland']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5036789552', 'display_name': 'Bo‐Christer Björk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5085271', 'display_name': 'Hanken School of Economics', 'ror': 'https://ror.org/026086s92', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I5085271']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Bo-Christer Björk', 'raw_affiliation_string': 'Information Systems Science, Department of Management and Organisation, Hanken School of Economics, P.O. Box 479 (Arkadiankatu 22), FI-00101 Helsinki, Finland', 'raw_affiliation_strings': ['Information Systems Science, Department of Management and Organisation, Hanken School of Economics, P.O. Box 479 (Arkadiankatu 22), FI-00101 Helsinki, Finland']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 3680, 'currency': 'USD', 'value_usd': 3680, 'provenance': 'doaj'}, 'apc_paid': {'value': 3680, 'currency': 'USD', 'value_usd': 3680, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 61, 'biblio': {'volume': '10', 'issue': '4', 'first_page': '919', 'last_page': '932'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5891779}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.33594418}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.joi.2016.08.002', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S205292342', 'display_name': 'Journal of Informetrics', 'issn_l': '1751-1577', 'issn': ['1875-5879', '1751-1577'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.joi.2016.08.002', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S205292342', 'display_name': 'Journal of Informetrics', 'issn_l': '1751-1577', 'issn': ['1875-5879', '1751-1577'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.39}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.14}], 'grants': [], 'referenced_works_count': 9, 'referenced_works': ['https://openalex.org/W606560209', 'https://openalex.org/W1560783210', 'https://openalex.org/W1934095247', 'https://openalex.org/W2029057325', 'https://openalex.org/W2058954808', 'https://openalex.org/W2087931041', 'https://openalex.org/W2115339903', 'https://openalex.org/W2291789472', 'https://openalex.org/W4244409774'], 'related_works': ['https://openalex.org/W1585501219', 'https://openalex.org/W2087861504', 'https://openalex.org/W2093578348', 'https://openalex.org/W2351790455', 'https://openalex.org/W2358668433', 'https://openalex.org/W2390279801', 'https://openalex.org/W2570974996', 'https://openalex.org/W2748952813', 'https://openalex.org/W2752793062', 'https://openalex.org/W2899084033'], 'ngrams_url': 'https://api.openalex.org/works/W2520991028/ngrams', 'abstract_inverted_index': {'Abstract': [0], 'This': [3], 'study': [4, 26, 165], 'estimates': [5], 'the': [6, 18, 25, 28, 80, 91, 120, 136, 147, 156, 167], 'development': [7], 'of': [8, 32, 68, 75, 93, 109, 115, 122, 140, 149, 160], 'hybrid': [9, 53, 97, 110, 131, 161, 176], 'open': [10], 'access': [11, 190], '(OA),': [12], 'i.e.': [13], 'articles': [14, 94, 111, 118], 'published': [15, 95, 117], 'openly': [16], 'on': [17], 'web': [19], 'within': [20, 135], 'subscription-access': [21], 'journals.': [22], 'Included': [23], 'in': [24, 90, 145, 172], 'are': [27], 'five': [29], 'largest': [30], 'publishers': [31, 159, 183], 'scholarly': [33], 'journals;': [34], 'Elsevier,': [35], 'Springer,': [36], 'Wiley-Blackwell,': [37], 'Taylor': [38], '&': [39], 'Francis,': [40], 'and': [41, 65, 72, 142], 'Sage.': [42], 'Since': [43], 'no': [44], 'central': [45], 'indexing': [46], 'or': [47], 'standardized': [48], 'metadata': [49], 'exists': [50], 'for': [51, 119, 124, 181, 188], 'identifying': [52], 'OA': [54, 98, 132, 162], 'an': [55], 'explorative': [56], 'bottom-up': [57], 'methodological': [58, 169], 'approach': [59], 'was': [60, 112], 'developed.': [61], 'The': [62, 83, 107, 164], 'individual': [63], 'search': [64], 'filtering': [66], 'features': [67], 'each': [69], 'publisher': [70], 'website': [71], 'a-priori': [73], 'availability': [74], 'data': [76], 'were': [77, 151], 'leveraged': [78], 'to': [79, 103, 153, 192], 'extent': [81], 'possible.': [82], 'results': [84], 'indicate': [85], 'a': [86, 178], 'strong': [87], 'sustained': [88], 'growth': [89], 'volume': [92], 'as': [96, 184], 'during': [99], '2007': [100], '(666': [101], 'articles)': [102], '2013': [104], '(13\xa0994': [105], 'articles).': [106], 'share': [108], 'at': [113, 127], '3.8%': [114], 'total': [116], 'period': [121], '2011–2013': [123], 'journals': [125], 'with': [126], 'least': [128], 'one': [129], 'identified': [130], 'article.': [133], 'Journals': [134], 'Scopus': [137], 'discipline': [138], 'categorization': [139], 'Health': [141], 'Life': [143], 'Sciences,': [144], 'particular': [146], 'field': [148], 'Medicine,': [150], 'found': [152], 'be': [154], 'among': [155], 'most': [157], 'frequent': [158], 'content.': [163], 'surfaces': [166], 'many': [168], 'challenges': [170], 'involved': [171], 'obtaining': [173], 'metrics': [174], 'regarding': [175], 'OA,': [177], 'growing': [179], 'business': [180], 'journal': [182], 'science': [185], 'policy': [186], 'pressures': [187], 'reduced': [189], 'barriers': [191], 'research': [193], 'publications.': [194]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2520991028', 'counts_by_year': [{'year': 2023, 'cited_by_count': 4}, {'year': 2022, 'cited_by_count': 8}, {'year': 2021, 'cited_by_count': 11}, {'year': 2020, 'cited_by_count': 8}, {'year': 2019, 'cited_by_count': 11}, {'year': 2018, 'cited_by_count': 11}, {'year': 2017, 'cited_by_count': 7}, {'year': 2016, 'cited_by_count': 1}], 'updated_date': '2023-09-26T14:24:59.354822', 'created_date': '2016-09-23'}, {'id': 'https://openalex.org/W2231201268', 'doi': 'https://doi.org/10.1016/j.joi.2015.11.008', 'title': 'Availability of digital object identifiers (DOIs) in Web of Science and Scopus', 'display_name': 'Availability of digital object identifiers (DOIs) in Web of Science and Scopus', 'publication_year': 2016, 'publication_date': '2016-02-01', 'ids': {'openalex': 'https://openalex.org/W2231201268', 'doi': 'https://doi.org/10.1016/j.joi.2015.11.008', 'mag': '2231201268'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.joi.2015.11.008', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S205292342', 'display_name': 'Journal of Informetrics', 'issn_l': '1751-1577', 'issn': ['1875-5879', '1751-1577'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5032440048', 'display_name': 'Juan Gorraiz', 'orcid': 'https://orcid.org/0000-0002-2414-3212'}, 'institutions': [{'id': 'https://openalex.org/I2802781690', 'display_name': 'Austrian National Library', 'ror': 'https://ror.org/03dscga50', 'country_code': 'AT', 'type': 'archive', 'lineage': ['https://openalex.org/I2802781690']}, {'id': 'https://openalex.org/I129774422', 'display_name': 'University of Vienna', 'ror': 'https://ror.org/03prydq77', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I129774422']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Juan Gorraiz', 'raw_affiliation_string': 'University of Vienna, Library and Archive Services, Bibliometrics and Publication Strategies, Vienna, Austria', 'raw_affiliation_strings': ['University of Vienna, Library and Archive Services, Bibliometrics and Publication Strategies, Vienna, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019903378', 'display_name': 'David Melero-Fuentes', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I283262890', 'display_name': 'Valencia Catholic University Saint Vincent Martyr', 'ror': 'https://ror.org/03d7a9c68', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I283262890']}, {'id': 'https://openalex.org/I16097986', 'display_name': 'University of Valencia', 'ror': 'https://ror.org/043nxc105', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I16097986']}], 'countries': ['ES'], 'is_corresponding': True, 'raw_author_name': 'David Melero-Fuentes', 'raw_affiliation_string': 'Catholic University of Valencia, Institute of Documentation and Information Technologies & UISYS (University of Valencia—Spanish National Research Council), Valencia, Spain', 'raw_affiliation_strings': ['Catholic University of Valencia, Institute of Documentation and Information Technologies & UISYS (University of Valencia—Spanish National Research Council), Valencia, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018269342', 'display_name': 'Christian Gumpenberger', 'orcid': 'https://orcid.org/0000-0002-9188-8716'}, 'institutions': [{'id': 'https://openalex.org/I2802781690', 'display_name': 'Austrian National Library', 'ror': 'https://ror.org/03dscga50', 'country_code': 'AT', 'type': 'archive', 'lineage': ['https://openalex.org/I2802781690']}, {'id': 'https://openalex.org/I129774422', 'display_name': 'University of Vienna', 'ror': 'https://ror.org/03prydq77', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I129774422']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Christian Gumpenberger', 'raw_affiliation_string': 'University of Vienna, Library and Archive Services, Bibliometrics and Publication Strategies, Vienna, Austria', 'raw_affiliation_strings': ['University of Vienna, Library and Archive Services, Bibliometrics and Publication Strategies, Vienna, Austria']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5025240874', 'display_name': 'Juan Carlos Valderrama‐Zurián', 'orcid': 'https://orcid.org/0000-0001-5787-6853'}, 'institutions': [{'id': 'https://openalex.org/I16097986', 'display_name': 'University of Valencia', 'ror': 'https://ror.org/043nxc105', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I16097986']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Juan-Carlos Valderrama-Zurián', 'raw_affiliation_string': 'University of Valencia, Department of History of Science and Documentation & UISYS (University of Valencia—Spanish National Research Council), Valencia, Spain', 'raw_affiliation_strings': ['University of Valencia, Department of History of Science and Documentation & UISYS (University of Valencia—Spanish National Research Council), Valencia, Spain']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 4, 'corresponding_author_ids': ['https://openalex.org/A5019903378'], 'corresponding_institution_ids': ['https://openalex.org/I283262890', 'https://openalex.org/I16097986'], 'apc_list': {'value': 3680, 'currency': 'USD', 'value_usd': 3680, 'provenance': 'doaj'}, 'apc_paid': {'value': 3680, 'currency': 'USD', 'value_usd': 3680, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 56, 'biblio': {'volume': '10', 'issue': '1', 'first_page': '98', 'last_page': '109'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C83867959', 'wikidata': 'https://www.wikidata.org/wiki/Q371467', 'display_name': 'Scopus', 'level': 3, 'score': 0.7827655}, {'id': 'https://openalex.org/C154504017', 'wikidata': 'https://www.wikidata.org/wiki/Q853614', 'display_name': 'Identifier', 'level': 2, 'score': 0.67196876}, {'id': 'https://openalex.org/C2781238097', 'wikidata': 'https://www.wikidata.org/wiki/Q175026', 'display_name': 'Object (grammar)', 'level': 2, 'score': 0.65161014}, {'id': 'https://openalex.org/C123403432', 'wikidata': 'https://www.wikidata.org/wiki/Q654068', 'display_name': 'Visibility', 'level': 2, 'score': 0.64826155}, {'id': 'https://openalex.org/C70789860', 'wikidata': 'https://www.wikidata.org/wiki/Q2018526', 'display_name': 'The arts', 'level': 2, 'score': 0.62890655}, {'id': 'https://openalex.org/C22467394', 'wikidata': 'https://www.wikidata.org/wiki/Q849359', 'display_name': 'Multidisciplinary approach', 'level': 2, 'score': 0.5509934}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.5280465}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.5087567}, {'id': 'https://openalex.org/C3020774429', 'wikidata': 'https://www.wikidata.org/wiki/Q1201886', 'display_name': 'Web of science', 'level': 3, 'score': 0.4722516}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.46389723}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.36977816}, {'id': 'https://openalex.org/C36289849', 'wikidata': 'https://www.wikidata.org/wiki/Q34749', 'display_name': 'Social science', 'level': 1, 'score': 0.3217255}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.31494984}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.18784937}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.18026698}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.12325686}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.joi.2015.11.008', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S205292342', 'display_name': 'Journal of Informetrics', 'issn_l': '1751-1577', 'issn': ['1875-5879', '1751-1577'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.73}], 'grants': [], 'referenced_works_count': 15, 'referenced_works': ['https://openalex.org/W1539269131', 'https://openalex.org/W1975278090', 'https://openalex.org/W1980041083', 'https://openalex.org/W1981525104', 'https://openalex.org/W2008216281', 'https://openalex.org/W2022428934', 'https://openalex.org/W2022442393', 'https://openalex.org/W2022878293', 'https://openalex.org/W2038196424', 'https://openalex.org/W2039239356', 'https://openalex.org/W2108967617', 'https://openalex.org/W2124106033', 'https://openalex.org/W2126622095', 'https://openalex.org/W2992581565', 'https://openalex.org/W4254036095'], 'related_works': ['https://openalex.org/W954928704', 'https://openalex.org/W1486508950', 'https://openalex.org/W2231201268', 'https://openalex.org/W2514699491', 'https://openalex.org/W2594473065', 'https://openalex.org/W2736955210', 'https://openalex.org/W2748952813', 'https://openalex.org/W2785788960', 'https://openalex.org/W3120902997', 'https://openalex.org/W4376611767'], 'ngrams_url': 'https://api.openalex.org/works/W2231201268/ngrams', 'abstract_inverted_index': {'This': [0], 'study': [1], 'aims': [2], 'to': [3, 154, 169, 175], 'shed': [4], 'light': [5], 'on': [6], 'the': [7, 10, 16, 31, 48, 61, 74, 77, 88, 108, 116, 120, 146, 156], 'implementation': [8], 'of': [9, 24, 42, 63, 110, 135, 161], 'digital': [11], 'object': [12], 'identifier': [13], '(DOI)': [14], 'in': [15, 46, 50, 73, 80, 87, 140], 'two': [17], 'most': [18], 'important': [19], 'multidisciplinary': [20], 'databases,': [21, 52], 'namely': [22], 'Web': [23], 'Science': [25], 'Core': [26], 'Collection': [27], 'and': [28, 58, 76, 102, 119, 149, 159, 174], 'Scopus,': [29], 'within': [30], 'last': [32], 'decade': [33], '(2005–2014).': [34], 'The': [35, 97, 124], 'results': [36], 'show': [37], 'a': [38, 67, 132], 'generally': [39], 'increased': [40], 'percentage': [41, 62], 'items': [43, 65, 136], 'with': [44, 66, 131, 179], 'DOI': [45, 68, 181], 'all': [47], 'disciplines': [49], 'both': [51], 'which': [53], 'provide': [54], 'very': [55], 'similar': [56], 'numbers': [57], 'trends.': [59], 'While': [60], 'citable': [64], 'has': [69, 83], 'already': [70], 'reached': [71], '90%': [72], 'Sciences': [75, 79, 118], 'Social': [78, 117], '2014,': [81], 'it': [82], 'remained': [84], 'much': [85], 'lower': [86, 106], 'Arts': [89, 121], '&': [90, 122], 'Humanities,': [91], 'exceeding': [92], '50%': [93], 'only': [94], 'since': [95], '2013.': [96], 'observed': [98], 'values': [99], 'for': [100, 115, 145], 'Books': [101], 'Proceedings': [103], 'are': [104, 128, 166], 'even': [105], 'despite': [107], 'importance': [109], 'these': [111], 'document': [112], 'types,': [113], 'particularly': [114], 'Humanities.': [123], 'fact': [125], 'that': [126], 'there': [127], 'still': [129, 137], 'journals': [130], 'large': [133], 'number': [134], 'lacking': [138], 'DOIs': [139], '2014': [141], 'should': [142, 150], 'be': [143], 'alarming': [144], 'corresponding': [147], 'editors': [148], 'give': [151], 'them': [152], 'reason': [153], 'enhance': [155], 'formal': [157], 'quality': [158], 'visibility': [160], 'their': [162, 171], 'journals.': [163], 'Finally,': [164], 'scientists': [165], 'also': [167], 'encouraged': [168], 'review': [170], 'publication': [172, 177], 'strategies': [173], 'favour': [176], 'channels': [178], 'established': [180], 'assignments.': [182]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2231201268', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3}, {'year': 2022, 'cited_by_count': 9}, {'year': 2021, 'cited_by_count': 12}, {'year': 2020, 'cited_by_count': 11}, {'year': 2019, 'cited_by_count': 8}, {'year': 2018, 'cited_by_count': 6}, {'year': 2017, 'cited_by_count': 5}, {'year': 2016, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}], 'updated_date': '2023-10-02T08:51:31.376236', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2511661767', 'doi': 'https://doi.org/10.1371/journal.pone.0159614', 'title': 'The Post-Embargo Open Access Citation Advantage: It Exists (Probably), It’s Modest (Usually), and the Rich Get Richer (of Course)', 'display_name': 'The Post-Embargo Open Access Citation Advantage: It Exists (Probably), It’s Modest (Usually), and the Rich Get Richer (of Course)', 'publication_year': 2016, 'publication_date': '2016-08-22', 'ids': {'openalex': 'https://openalex.org/W2511661767', 'doi': 'https://doi.org/10.1371/journal.pone.0159614', 'mag': '2511661767', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/27548723', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4993511'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0159614', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.1371/journal.pone.0159614', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5087372563', 'display_name': 'Ottaviani Jim', 'orcid': 'https://orcid.org/0000-0001-7293-9576'}, 'institutions': [{'id': 'https://openalex.org/I4210086738', 'display_name': 'Library of Michigan', 'ror': 'https://ror.org/002r6qy28', 'country_code': 'US', 'type': 'archive', 'lineage': ['https://openalex.org/I4210086738']}, {'id': 'https://openalex.org/I27837315', 'display_name': 'University of Michigan–Ann Arbor', 'ror': 'https://ror.org/00jmfr291', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I27837315']}, {'id': 'https://openalex.org/I4210111179', 'display_name': 'Michigan United', 'ror': 'https://ror.org/0291ys696', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210111179']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Jim Ottaviani', 'raw_affiliation_string': 'Michigan Publishing, University Library, University of Michigan, Ann Arbor, Michigan, United States of America', 'raw_affiliation_strings': ['Michigan Publishing, University Library, University of Michigan, Ann Arbor, Michigan, United States of America']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5087372563'], 'corresponding_institution_ids': ['https://openalex.org/I4210086738', 'https://openalex.org/I27837315', 'https://openalex.org/I4210111179'], 'apc_list': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'apc_paid': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 52, 'biblio': {'volume': '11', 'issue': '8', 'first_page': 'e0159614', 'last_page': 'e0159614'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.91141486}, {'id': 'https://openalex.org/C130440534', 'wikidata': 'https://www.wikidata.org/wiki/Q14946528', 'display_name': 'Conflation', 'level': 2, 'score': 0.59358674}, {'id': 'https://openalex.org/C77350462', 'wikidata': 'https://www.wikidata.org/wiki/Q1125472', 'display_name': 'Confounding', 'level': 2, 'score': 0.5004666}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.46504417}, {'id': 'https://openalex.org/C105345328', 'wikidata': 'https://www.wikidata.org/wiki/Q206276', 'display_name': 'Citation analysis', 'level': 3, 'score': 0.41545087}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 0.37637106}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.3306455}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.3297664}, {'id': 'https://openalex.org/C111472728', 'wikidata': 'https://www.wikidata.org/wiki/Q9471', 'display_name': 'Epistemology', 'level': 1, 'score': 0.120010704}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.10575777}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D015706', 'descriptor_name': 'Bibliometrics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D066295', 'descriptor_name': 'Open Access Publishing', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D035843', 'descriptor_name': 'Biomedical Research', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D033181', 'descriptor_name': 'Information Dissemination', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D066295', 'descriptor_name': 'Open Access Publishing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D066295', 'descriptor_name': 'Open Access Publishing', 'qualifier_ui': 'Q000941', 'qualifier_name': 'ethics', 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0159614', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/fc09f57ca0b142beb98b37905b8aac1e', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4993511', 'pdf_url': 'https://europepmc.org/articles/pmc4993511?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4993511', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/27548723', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0159614', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.14}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.11}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.11}], 'grants': [], 'referenced_works_count': 6, 'referenced_works': ['https://openalex.org/W1970217003', 'https://openalex.org/W2024487857', 'https://openalex.org/W2048185449', 'https://openalex.org/W2128349488', 'https://openalex.org/W2160597895', 'https://openalex.org/W3124752986'], 'related_works': ['https://openalex.org/W1531250499', 'https://openalex.org/W1594137570', 'https://openalex.org/W1801697423', 'https://openalex.org/W1973555456', 'https://openalex.org/W2115398541', 'https://openalex.org/W2116585540', 'https://openalex.org/W2126953195', 'https://openalex.org/W2182473523', 'https://openalex.org/W2559452788', 'https://openalex.org/W2748952813'], 'ngrams_url': 'https://api.openalex.org/works/W2511661767/ngrams', 'abstract_inverted_index': {'Many': [0], 'studies': [1], 'show': [2], 'that': [3, 31, 92], 'open': [4, 94], 'access': [5, 95], '(OA)': [6], 'articles-articles': [7], 'from': [8], 'scholarly': [9], 'journals': [10], 'made': [11, 128], 'freely': [12], 'available': [13], 'to': [14, 51, 65], 'readers': [15], 'without': [16], 'requiring': [17], 'subscription': [18], 'fees-are': [19], 'downloaded,': [20], 'and': [21, 90], 'presumably': [22], 'read,': [23], 'more': [24, 37, 40, 126], 'often': [25, 38], 'than': [26], 'closed': [27], 'access/subscription-only': [28], 'articles.': [29], 'Assertions': [30], 'OA': [32], 'articles': [33, 50, 62, 105, 124], 'are': [34, 106], 'also': [35], 'cited': [36], 'generate': [39], 'controversy.': [41], 'Confounding': [42], 'factors': [43, 89], '(authors': [44], 'may': [45], 'self-select': [46], 'only': [47], 'the': [48], 'best': [49], 'make': [52, 78], 'OA;': [53], 'absence': [54], 'of': [55, 60, 70, 75, 112], 'an': [56, 93], 'appropriate': [57], 'control': [58], 'group': [59], 'non-OA': [61], 'with': [63], 'which': [64], 'compare': [66], 'citation': [67, 82, 96, 115], 'figures;': [68], 'conflation': [69], 'pre-publication': [71], 'vs.': [72], 'published/publisher': [73], 'versions': [74], 'articles,': [76], 'etc.)': [77], 'demonstrating': [79], 'a': [80], 'real': [81], 'difference': [83], 'difficult.': [84], 'This': [85], 'study': [86], 'addresses': [87], 'those': [88], 'shows': [91], 'advantage': [97], 'as': [98, 100, 121], 'high': [99], '19%': [101], 'exists,': [102], 'even': [103], 'when': [104, 127], 'embargoed': [107], 'during': [108], 'some': [109], 'or': [110], 'all': [111], 'their': [113], 'prime': [114], 'years.': [116], 'Not': [117], 'surprisingly,': [118], 'better': [119], '(defined': [120], 'above': [122], 'median)': [123], 'gain': [125], 'OA.': [129]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2511661767', 'counts_by_year': [{'year': 2023, 'cited_by_count': 8}, {'year': 2022, 'cited_by_count': 6}, {'year': 2021, 'cited_by_count': 9}, {'year': 2020, 'cited_by_count': 7}, {'year': 2019, 'cited_by_count': 10}, {'year': 2018, 'cited_by_count': 6}, {'year': 2017, 'cited_by_count': 5}, {'year': 2016, 'cited_by_count': 1}], 'updated_date': '2023-09-29T12:54:09.790382', 'created_date': '2016-09-16'}, {'id': 'https://openalex.org/W2031754690', 'doi': 'https://doi.org/10.3163/1536-5050.97.1.002', 'title': 'Status of open access in the biomedical field in 2005', 'display_name': 'Status of open access in the biomedical field in 2005', 'publication_year': 2009, 'publication_date': '2009-01-01', 'ids': {'openalex': 'https://openalex.org/W2031754690', 'doi': 'https://doi.org/10.3163/1536-5050.97.1.002', 'mag': '2031754690', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/19159007', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2605039'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3163/1536-5050.97.1.002', 'pdf_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2605039/pdf/mlab-97-01-4.pdf', 'source': {'id': 'https://openalex.org/S146304353', 'display_name': 'Journal of The Medical Library Association', 'issn_l': '1536-5050', 'issn': ['1536-5050', '1558-9439'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320335', 'host_organization_name': 'University Library System, University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/P4310320335', 'https://openalex.org/P4310316479'], 'host_organization_lineage_names': ['University Library System, University of Pittsburgh', 'University of Pittsburgh'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2605039/pdf/mlab-97-01-4.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5075388605', 'display_name': 'Mamiko Matsubayashi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I146399215', 'display_name': 'University of Tsukuba', 'ror': 'https://ror.org/02956yf07', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I146399215']}], 'countries': ['JP'], 'is_corresponding': True, 'raw_author_name': 'Mamiko Matsubayashi', 'raw_affiliation_string': 'Graduate School of Library, Information and Media Studies, University of Tsukuba, 1-2 Kasuga, Tsukuba City, Ibaraki 305-8550, Japan pj.ca. abukust.sils@okimam', 'raw_affiliation_strings': ['Graduate School of Library, Information and Media Studies, University of Tsukuba, 1-2 Kasuga, Tsukuba City, Ibaraki 305-8550, Japan pj.ca. abukust.sils@okimam']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062402570', 'display_name': 'Keiko Kurata', 'orcid': 'https://orcid.org/0000-0002-8486-2438'}, 'institutions': [{'id': 'https://openalex.org/I203951103', 'display_name': 'Keio University', 'ror': 'https://ror.org/02kn6nx58', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I203951103']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Keiko Kurata', 'raw_affiliation_string': 'School of Library and Information Science, Keio University, 2-15-45 Mita, Minato-ku, Tokyo 108-8345, Japan pj.ca.oiek.sils@okiek', 'raw_affiliation_strings': ['School of Library and Information Science, Keio University, 2-15-45 Mita, Minato-ku, Tokyo 108-8345, Japan pj.ca.oiek.sils@okiek']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039781071', 'display_name': 'Yukiko Sakai', 'orcid': 'https://orcid.org/0000-0003-2795-8297'}, 'institutions': [{'id': 'https://openalex.org/I4210107168', 'display_name': 'Keio University Hospital', 'ror': 'https://ror.org/01k8ej563', 'country_code': 'JP', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210107168']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Yukiko Sakai', 'raw_affiliation_string': 'Shinanomachi Media Center, Keio University, 35 Shinanomachi, Shinjuku-ku, Tokyo 160-8582, Japan pj.ca.oiek.bil@okikuy', 'raw_affiliation_strings': ['Shinanomachi Media Center, Keio University, 35 Shinanomachi, Shinjuku-ku, Tokyo 160-8582, Japan pj.ca.oiek.bil@okikuy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044873143', 'display_name': 'Tomoko Morioka', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3130890911', 'display_name': 'Kunitachi College of Music', 'ror': 'https://ror.org/056gdnv76', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I3130890911']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Tomoko Morioka', 'raw_affiliation_string': 'Kunitachi College of Music Library, Kunitachi College of Music, 5-5-1 Kashiwa-cho, Tachikawa City, Tokyo 190-8520, Japan moc.ytfin@77000BYQ', 'raw_affiliation_strings': ['Kunitachi College of Music Library, Kunitachi College of Music, 5-5-1 Kashiwa-cho, Tachikawa City, Tokyo 190-8520, Japan moc.ytfin@77000BYQ']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029441483', 'display_name': 'Shigehiko Kato', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I201537933', 'display_name': 'Tohoku University', 'ror': 'https://ror.org/01dq60k83', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I201537933']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Shinya Kato', 'raw_affiliation_string': 'Tohoku University Library, Tohoku University, 27-1 Kawachi, Aoba-ku, Sendai City, Miyagi, 980-8576, Japan pj.ca.ukohot.uaerub@otaks', 'raw_affiliation_strings': ['Tohoku University Library, Tohoku University, 27-1 Kawachi, Aoba-ku, Sendai City, Miyagi, 980-8576, Japan pj.ca.ukohot.uaerub@otaks']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017508695', 'display_name': 'Shinji Mine', 'orcid': 'https://orcid.org/0000-0002-5322-4644'}, 'institutions': [{'id': 'https://openalex.org/I60134161', 'display_name': 'Nagoya University', 'ror': 'https://ror.org/04chrp450', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I60134161']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Shinji Mine', 'raw_affiliation_string': 'Library Studies, Nagoya University, Furo-cho, Chikusa-ku, Nagoya City, Aichi 464-8601, Japan pj.u-ayogan @enims', 'raw_affiliation_strings': ['Library Studies, Nagoya University, Furo-cho, Chikusa-ku, Nagoya City, Aichi 464-8601, Japan pj.u-ayogan @enims']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5027804824', 'display_name': 'Shuichi Ueda', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I203951103', 'display_name': 'Keio University', 'ror': 'https://ror.org/02kn6nx58', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I203951103']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Shuichi Ueda', 'raw_affiliation_string': 'School of Library and Information Science, Keio University, 2-15-45 Mita, Minato-ku, Tokyo 108-8345, Japan pj.ca.oiek.sils@adeu', 'raw_affiliation_strings': ['School of Library and Information Science, Keio University, 2-15-45 Mita, Minato-ku, Tokyo 108-8345, Japan pj.ca.oiek.sils@adeu']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 6, 'corresponding_author_ids': ['https://openalex.org/A5075388605'], 'corresponding_institution_ids': ['https://openalex.org/I146399215'], 'apc_list': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'apc_paid': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 45, 'biblio': {'volume': '97', 'issue': '1', 'first_page': '4', 'last_page': '11'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779343474', 'wikidata': 'https://www.wikidata.org/wiki/Q3109175', 'display_name': 'Context (archaeology)', 'level': 2, 'score': 0.6429215}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.6149273}, {'id': 'https://openalex.org/C2779455604', 'wikidata': 'https://www.wikidata.org/wiki/Q5330', 'display_name': 'Impact factor', 'level': 2, 'score': 0.52614284}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.51353955}, {'id': 'https://openalex.org/C3019393901', 'wikidata': 'https://www.wikidata.org/wiki/Q232932', 'display_name': 'Open access publishing', 'level': 2, 'score': 0.4974344}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.49270156}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.47946203}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.4727933}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.44422618}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.41509867}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.35984093}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.22935006}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.10555655}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D022126', 'descriptor_name': 'Access to Information', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D015706', 'descriptor_name': 'Bibliometrics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D033181', 'descriptor_name': 'Information Dissemination', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D016247', 'descriptor_name': 'Information Storage and Retrieval', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D020407', 'descriptor_name': 'Internet', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D017150', 'descriptor_name': 'Public Sector', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': True}, {'descriptor_ui': 'D035843', 'descriptor_name': 'Biomedical Research', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D033181', 'descriptor_name': 'Information Dissemination', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016247', 'descriptor_name': 'Information Storage and Retrieval', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020407', 'descriptor_name': 'Internet', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055811', 'descriptor_name': 'Journal Impact Factor', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010506', 'descriptor_name': 'Periodicals as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017150', 'descriptor_name': 'Public Sector', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3163/1536-5050.97.1.002', 'pdf_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2605039/pdf/mlab-97-01-4.pdf', 'source': {'id': 'https://openalex.org/S146304353', 'display_name': 'Journal of The Medical Library Association', 'issn_l': '1536-5050', 'issn': ['1536-5050', '1558-9439'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320335', 'host_organization_name': 'University Library System, University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/P4310320335', 'https://openalex.org/P4310316479'], 'host_organization_lineage_names': ['University Library System, University of Pittsburgh', 'University of Pittsburgh'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2605039', 'pdf_url': 'https://europepmc.org/articles/pmc2605039?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2605039', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/19159007', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3163/1536-5050.97.1.002', 'pdf_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2605039/pdf/mlab-97-01-4.pdf', 'source': {'id': 'https://openalex.org/S146304353', 'display_name': 'Journal of The Medical Library Association', 'issn_l': '1536-5050', 'issn': ['1536-5050', '1558-9439'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320335', 'host_organization_name': 'University Library System, University of Pittsburgh', 'host_organization_lineage': ['https://openalex.org/P4310320335', 'https://openalex.org/P4310316479'], 'host_organization_lineage_names': ['University Library System, University of Pittsburgh', 'University of Pittsburgh'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.33}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.26}], 'grants': [], 'referenced_works_count': 9, 'referenced_works': ['https://openalex.org/W1550064549', 'https://openalex.org/W1715687586', 'https://openalex.org/W1931854307', 'https://openalex.org/W2086496065', 'https://openalex.org/W2092419780', 'https://openalex.org/W2096345420', 'https://openalex.org/W2104772551', 'https://openalex.org/W2137725064', 'https://openalex.org/W2168948528'], 'related_works': ['https://openalex.org/W203102807', 'https://openalex.org/W447360342', 'https://openalex.org/W1516633488', 'https://openalex.org/W2224142343', 'https://openalex.org/W2357101735', 'https://openalex.org/W2748952813', 'https://openalex.org/W2782427734', 'https://openalex.org/W2936516371', 'https://openalex.org/W4319835079', 'https://openalex.org/W4383596988'], 'ngrams_url': 'https://api.openalex.org/works/W2031754690/ngrams', 'abstract_inverted_index': {'Objectives:This': [0], 'study': [1], 'was': [2, 18, 141, 150], 'designed': [3], 'to': [4, 20, 39, 68, 113, 181], 'document': [5], 'the': [6, 13, 41, 72, 80, 91, 118, 132, 147], 'state': [7, 74], 'of': [8, 43, 56, 60, 75, 78, 90, 120, 127, 134, 155, 167, 185], 'open': [9], 'access': [10], '(OA)': [11], 'in': [12, 16, 28, 106, 117, 138, 146], 'biomedical': [14, 148], 'field': [15, 149], '2005.Methods:PubMed': [17], 'used': [19, 38], 'collect': [21], 'bibliographic': [22], 'data': [23], 'on': [24], 'target': [25], 'articles': [26, 81, 93, 105, 116, 129, 162], 'published': [27, 164, 170, 176], '2005.': [29], 'PubMed,': [30], 'Google': [31], 'Scholar,': [32], 'Google,': [33], 'and': [34, 65], 'OAIster': [35], 'were': [36, 52, 82, 94, 163], 'then': [37], 'establish': [40], 'availability': [42], 'free': [44], 'full': [45], 'text': [46], 'online': [47], 'for': [48], 'these': [49], 'publications.': [50], 'Articles': [51], 'analyzed': [53], 'by': [54, 171, 177], 'type': [55, 59], 'OA,': [57], 'country,': [58], 'article,': [61], 'impact': [62], 'factor,': [63], 'publisher,': [64], 'publishing': [66], 'model': [67], 'provide': [69, 114], 'insight': [70], 'into': [71], 'current': [73], 'OA.Results:Twenty-seven': [76], 'percent': [77], 'all': [79, 186], 'accessible': [83], 'as': [84, 165], 'OA': [85, 92, 104, 107, 115, 128, 145, 161, 174, 187], 'articles.': [86, 188], 'More': [87], 'than': [88], '70%': [89], 'provided': [95, 103], 'through': [96], 'journal': [97], 'websites.': [98], 'Mid-rank': [99], 'commercial': [100], 'publishers': [101, 111], 'often': [102], 'journals,': [108], 'while': [109], 'society': [110], 'tended': [112], 'context': [119], 'a': [121, 182], 'traditional': [122], 'subscription': [123, 168], 'model.': [124], 'The': [125], 'rate': [126], 'available': [130], 'from': [131], 'websites': [133], 'individual': [135], 'authors': [136], 'or': [137], 'institutional': [139], 'repositories': [140], 'quite': [142], 'low.Discussion/Conclusions:In': [143], '2005,': [144], 'achieved': [151], 'under': [152], 'an': [153], 'umbrella': [154], 'existing': [156], 'scholarly': [157, 172], 'communication': [158], 'systems.': [159], 'Typically,': [160], 'part': [166], 'journals': [169, 175], 'societies.': [173], 'BioMed': [178], 'Central': [179], 'contributed': [180], 'small': [183], 'portion': [184]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2031754690', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2020, 'cited_by_count': 4}, {'year': 2019, 'cited_by_count': 3}, {'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 3}, {'year': 2016, 'cited_by_count': 3}, {'year': 2015, 'cited_by_count': 2}, {'year': 2014, 'cited_by_count': 3}, {'year': 2013, 'cited_by_count': 3}, {'year': 2012, 'cited_by_count': 3}], 'updated_date': '2023-09-24T11:43:29.644257', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1957687230', 'doi': 'https://doi.org/10.47678/cjhe.v39i3.479', 'title': 'The SciELO Open Access: A Gold Way from the South', 'display_name': 'The SciELO Open Access: A Gold Way from the South', 'publication_year': 2010, 'publication_date': '2010-03-09', 'ids': {'openalex': 'https://openalex.org/W1957687230', 'doi': 'https://doi.org/10.47678/cjhe.v39i3.479', 'mag': '1957687230'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.47678/cjhe.v39i3.479', 'pdf_url': 'https://journals.sfu.ca/cjhe/index.php/cjhe/article/download/479/504', 'source': {'id': 'https://openalex.org/S2737435106', 'display_name': 'Canadian Journal of Higher Education', 'issn_l': '0316-1218', 'issn': ['0316-1218', '2293-6602'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310312961', 'host_organization_name': 'Canadian Society for the Study of Higher Education', 'host_organization_lineage': ['https://openalex.org/P4310312961'], 'host_organization_lineage_names': ['Canadian Society for the Study of Higher Education'], 'type': 'journal'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://journals.sfu.ca/cjhe/index.php/cjhe/article/download/479/504', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5074742346', 'display_name': 'Abel L. Packer', 'orcid': 'https://orcid.org/0000-0001-9610-5728'}, 'institutions': [{'id': 'https://openalex.org/I66804793', 'display_name': 'Pan American Health Organization (Cuba)', 'ror': 'https://ror.org/01p1fe256', 'country_code': 'CU', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210089393', 'https://openalex.org/I66804793']}, {'id': 'https://openalex.org/I4210105654', 'display_name': 'World Health Organization', 'ror': 'https://ror.org/01f80g185', 'country_code': 'CH', 'type': 'government', 'lineage': ['https://openalex.org/I4210105654']}, {'id': 'https://openalex.org/I4210131006', 'display_name': 'Centro Latino-Americano e do Caribe de Informação em Ciências da Saúde', 'ror': 'https://ror.org/02xdmj269', 'country_code': 'BR', 'type': 'other', 'lineage': ['https://openalex.org/I4210131006']}], 'countries': ['BR', 'CH', 'CU'], 'is_corresponding': True, 'raw_author_name': 'Abel L. Packer', 'raw_affiliation_string': 'Latin American and Caribbean Center on Health Sciences Information, Pan American Health Organization, World Health Organization', 'raw_affiliation_strings': ['Latin American and Caribbean Center on Health Sciences Information, Pan American Health Organization, World Health Organization']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5074742346'], 'corresponding_institution_ids': ['https://openalex.org/I66804793', 'https://openalex.org/I4210105654', 'https://openalex.org/I4210131006'], 'apc_list': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'apc_paid': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 38, 'biblio': {'volume': '39', 'issue': '3', 'first_page': '111', 'last_page': '126'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779962280', 'wikidata': 'https://www.wikidata.org/wiki/Q7433389', 'display_name': 'SciELO', 'level': 3, 'score': 0.9717755}, {'id': 'https://openalex.org/C2780224610', 'wikidata': 'https://www.wikidata.org/wiki/Q1530061', 'display_name': 'Credibility', 'level': 2, 'score': 0.625416}, {'id': 'https://openalex.org/C3019393901', 'wikidata': 'https://www.wikidata.org/wiki/Q232932', 'display_name': 'Open access publishing', 'level': 2, 'score': 0.54148364}, {'id': 'https://openalex.org/C2780233690', 'wikidata': 'https://www.wikidata.org/wiki/Q535347', 'display_name': 'Transparency (behavior)', 'level': 2, 'score': 0.50972146}, {'id': 'https://openalex.org/C2777482740', 'wikidata': 'https://www.wikidata.org/wiki/Q232932', 'display_name': 'Open access journal', 'level': 4, 'score': 0.48937768}, {'id': 'https://openalex.org/C2985829316', 'wikidata': 'https://www.wikidata.org/wiki/Q26084', 'display_name': 'Access to information', 'level': 3, 'score': 0.48037323}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.46408248}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.4597888}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.35479736}, {'id': 'https://openalex.org/C2776543384', 'wikidata': 'https://www.wikidata.org/wiki/Q593289', 'display_name': 'Information access', 'level': 2, 'score': 0.3452044}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.3201405}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.115061104}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.076646745}, {'id': 'https://openalex.org/C83867959', 'wikidata': 'https://www.wikidata.org/wiki/Q371467', 'display_name': 'Scopus', 'level': 3, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.47678/cjhe.v39i3.479', 'pdf_url': 'https://journals.sfu.ca/cjhe/index.php/cjhe/article/download/479/504', 'source': {'id': 'https://openalex.org/S2737435106', 'display_name': 'Canadian Journal of Higher Education', 'issn_l': '0316-1218', 'issn': ['0316-1218', '2293-6602'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310312961', 'host_organization_name': 'Canadian Society for the Study of Higher Education', 'host_organization_lineage': ['https://openalex.org/P4310312961'], 'host_organization_lineage_names': ['Canadian Society for the Study of Higher Education'], 'type': 'journal'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.47678/cjhe.v39i3.479', 'pdf_url': 'https://journals.sfu.ca/cjhe/index.php/cjhe/article/download/479/504', 'source': {'id': 'https://openalex.org/S2737435106', 'display_name': 'Canadian Journal of Higher Education', 'issn_l': '0316-1218', 'issn': ['0316-1218', '2293-6602'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310312961', 'host_organization_name': 'Canadian Society for the Study of Higher Education', 'host_organization_lineage': ['https://openalex.org/P4310312961'], 'host_organization_lineage_names': ['Canadian Society for the Study of Higher Education'], 'type': 'journal'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.52}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.25}], 'grants': [], 'referenced_works_count': 11, 'referenced_works': ['https://openalex.org/W1513475161', 'https://openalex.org/W1586848016', 'https://openalex.org/W1985110651', 'https://openalex.org/W2005944538', 'https://openalex.org/W2058180517', 'https://openalex.org/W2062552166', 'https://openalex.org/W2069786663', 'https://openalex.org/W2153664318', 'https://openalex.org/W2409236884', 'https://openalex.org/W2417224758', 'https://openalex.org/W3116389901'], 'related_works': ['https://openalex.org/W1546820302', 'https://openalex.org/W1957687230', 'https://openalex.org/W2108218409', 'https://openalex.org/W2181593220', 'https://openalex.org/W2353701073', 'https://openalex.org/W2410740379', 'https://openalex.org/W2531189499', 'https://openalex.org/W2550670207', 'https://openalex.org/W2748952813', 'https://openalex.org/W2761389517'], 'ngrams_url': 'https://api.openalex.org/works/W1957687230/ngrams', 'abstract_inverted_index': {'Open': [0, 77], 'access': [1, 5, 11, 15, 60, 68, 78, 119], 'has': [2, 79], 'long': [3], 'emphasized': [4], 'to': [6, 16, 61], 'scholarly': [7], 'materials.': [8], 'However,': [9], 'open': [10, 67, 118], 'can': [12], 'also': [13], 'mean': [14], 'the': [17, 70, 87, 107, 127], 'means': [18], 'of': [19, 55, 59, 113], 'producing': [20], 'visible': [21], 'and': [22, 32, 65, 84, 99, 110], 'recognized': [23], 'journals.': [24], 'This': [25], 'issue': [26], 'is': [27], 'particularly': [28], 'important': [29], 'in': [30, 44, 49, 69], 'developing': [31], 'emergent': [33], 'countries.': [34], 'The': [35], 'SciELO': [36, 88, 105], '(Scientific': [37], 'Electronic': [38], 'Library': [39], 'On-line)': [40], 'project,': [41], 'first': [42], 'started': [43], 'Brazil': [45], 'and,': [46], 'shortly': [47], 'afterward,': [48], 'Chile,': [50], 'offers': [51], 'a': [52, 94], 'prime': [53], 'example': [54, 112], 'how': [56, 66], 'this': [57], 'form': [58], 'publishing': [62, 122], 'was': [63, 73], 'achieved': [64], 'traditional': [71], 'sense': [72], 'incorporated': [74], 'within': [75], 'it.': [76], 'allowed': [80], 'more': [81, 100], 'visibility,': [82], 'transparency,': [83], 'credibility': [85], 'for': [86], 'journals': [89], 'that': [90, 116], 'now': [91], 'span': [92], 'over': [93], 'dozen': [95], 'countries,': [96], 'three': [97], 'continents,': [98], 'than': [101, 124], '600': [102], 'titles.': [103], 'Conversely,': [104], 'incarnates': [106], 'most': [108], 'successful': [109], 'impressive': [111], '“gold': [114], 'OA,”': [115], 'is,': [117], 'based': [120], 'on': [121], 'rather': [123], 'self-archiving;': [125], 'at': [126], 'same': [128], 'time,': [129], 'its': [130], 'database': [131], 'acts': [132], 'like': [133], 'an': [134], 'open-access': [135], 'depository.
': [136]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1957687230', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2}, {'year': 2022, 'cited_by_count': 2}, {'year': 2021, 'cited_by_count': 3}, {'year': 2020, 'cited_by_count': 9}, {'year': 2019, 'cited_by_count': 2}, {'year': 2018, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 3}, {'year': 2016, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 5}, {'year': 2014, 'cited_by_count': 4}, {'year': 2013, 'cited_by_count': 1}, {'year': 2012, 'cited_by_count': 2}], 'updated_date': '2023-09-30T22:24:06.562653', 'created_date': '2016-06-24'}]
Consigue obras de un solo autor
from pyalex import Works
Works().filter(author={"id": "A5023888391"}).get()
[{'id': 'https://openalex.org/W2741809807', 'doi': 'https://doi.org/10.7717/peerj.4375', 'title': 'The state of OA: a large-scale analysis of the prevalence and impact of Open Access articles', 'display_name': 'The state of OA: a large-scale analysis of the prevalence and impact of Open Access articles', 'publication_year': 2018, 'publication_date': '2018-02-13', 'ids': {'openalex': 'https://openalex.org/W2741809807', 'doi': 'https://doi.org/10.7717/peerj.4375', 'mag': '2741809807', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/29456894', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/5815332'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7717/peerj.4375', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1983995261', 'display_name': 'PeerJ', 'issn_l': '2167-8359', 'issn': ['2167-8359'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320104', 'host_organization_name': 'PeerJ, Inc.', 'host_organization_lineage': ['https://openalex.org/P4310320104'], 'host_organization_lineage_names': ['PeerJ, Inc.'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.7717/peerj.4375', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Heather Piwowar', 'raw_affiliation_string': 'Impactstory, Sanford, NC, USA', 'raw_affiliation_strings': ['Impactstory, Sanford, NC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'Impactstory, Sanford, NC, USA', 'raw_affiliation_strings': ['Impactstory, Sanford, NC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068542997', 'display_name': 'Vincent Larivière', 'orcid': 'https://orcid.org/0000-0002-2733-0689'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}, {'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Vincent Larivière', 'raw_affiliation_string': "Observatoire des Sciences et des Technologies (OST) Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST) Université du Québec à Montréal Montréal QC Canada; École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montréal, QC, Canada.", 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies (OST) Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST) Université du Québec à Montréal Montréal QC Canada', "École de bibliothéconomie et des sciences de l'information, Université de Montréal, Montréal, QC, Canada."]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045110184', 'display_name': 'Juan Pablo Alperín', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I18014758', 'display_name': 'Simon Fraser University', 'ror': 'https://ror.org/0213rcc28', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I18014758']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Juan Pablo Alperin', 'raw_affiliation_string': 'Canadian Institute for Studies in Publishing, Simon Fraser University, Vancouver, BC, Canada.; Public Knowledge Project, Canada.', 'raw_affiliation_strings': ['Canadian Institute for Studies in Publishing, Simon Fraser University, Vancouver, BC, Canada.', 'Public Knowledge Project, Canada.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066880338', 'display_name': 'Lisa Matthias', 'orcid': 'https://orcid.org/0000-0002-2612-2132'}, 'institutions': [{'id': 'https://openalex.org/I18014758', 'display_name': 'Simon Fraser University', 'ror': 'https://ror.org/0213rcc28', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I18014758']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Lisa Matthias', 'raw_affiliation_string': 'Scholarly Communications Lab, Simon Fraser University, Vancouver, Canada.', 'raw_affiliation_strings': ['Scholarly Communications Lab, Simon Fraser University, Vancouver, Canada.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015414792', 'display_name': 'Bree Norlander', 'orcid': 'https://orcid.org/0000-0002-0431-4221'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bree Norlander', 'raw_affiliation_string': 'Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['Information School, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062989025', 'display_name': 'Ashley Farley', 'orcid': 'https://orcid.org/0000-0001-9310-6944'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ashley Farley', 'raw_affiliation_string': 'Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['Information School, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046879461', 'display_name': 'Jevin D. West', 'orcid': 'https://orcid.org/0000-0002-4118-0322'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jevin West', 'raw_affiliation_string': '[Information School, University of Washington, Seattle, USA]', 'raw_affiliation_strings': ['[Information School, University of Washington, Seattle, USA]']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014077037', 'display_name': 'Stefanie Haustein', 'orcid': 'https://orcid.org/0000-0003-0157-1430'}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Stefanie Haustein', 'raw_affiliation_string': 'Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada; School of Information Studies, University of Ottawa, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada', 'School of Information Studies, University of Ottawa, Ottawa, ON, Canada']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 7, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 1395, 'currency': 'USD', 'value_usd': 1395, 'provenance': 'doaj'}, 'apc_paid': {'value': 1395, 'currency': 'USD', 'value_usd': 1395, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 558, 'biblio': {'volume': '6', 'issue': None, 'first_page': 'e4375', 'last_page': 'e4375'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.6969976}, {'id': 'https://openalex.org/C2780560020', 'wikidata': 'https://www.wikidata.org/wiki/Q79719', 'display_name': 'License', 'level': 2, 'score': 0.5732989}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.56451726}, {'id': 'https://openalex.org/C2778149293', 'wikidata': 'https://www.wikidata.org/wiki/Q309823', 'display_name': 'Open science', 'level': 2, 'score': 0.5139629}, {'id': 'https://openalex.org/C3020774429', 'wikidata': 'https://www.wikidata.org/wiki/Q1201886', 'display_name': 'Web of science', 'level': 3, 'score': 0.50954634}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.48490006}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.45719635}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4483324}, {'id': 'https://openalex.org/C105345328', 'wikidata': 'https://www.wikidata.org/wiki/Q206276', 'display_name': 'Citation analysis', 'level': 3, 'score': 0.44086933}, {'id': 'https://openalex.org/C40993552', 'wikidata': 'https://www.wikidata.org/wiki/Q514654', 'display_name': 'Gold standard (test)', 'level': 2, 'score': 0.42916885}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.40353703}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.33899075}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.21957943}, {'id': 'https://openalex.org/C95190672', 'wikidata': 'https://www.wikidata.org/wiki/Q815382', 'display_name': 'Meta-analysis', 'level': 2, 'score': 0.16627166}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.14990711}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.1178624}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.10001665}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.7717/peerj.4375', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1983995261', 'display_name': 'PeerJ', 'issn_l': '2167-8359', 'issn': ['2167-8359'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320104', 'host_organization_name': 'PeerJ, Inc.', 'host_organization_lineage': ['https://openalex.org/P4310320104'], 'host_organization_lineage_names': ['PeerJ, Inc.'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc5815332', 'pdf_url': 'https://europepmc.org/articles/pmc5815332?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5815332', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1143&context=scholcom', 'pdf_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1143&context=scholcom', 'source': {'id': 'https://openalex.org/S4377196105', 'display_name': 'Digital Commons - University of Nebraska Lincoln (University of Nebraska–Lincoln)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114395901', 'host_organization_name': 'University of Nebraska–Lincoln', 'host_organization_lineage': ['https://openalex.org/I114395901'], 'host_organization_lineage_names': ['University of Nebraska–Lincoln'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1866/23242', 'pdf_url': 'https://papyrus.bib.umontreal.ca/xmlui/bitstream/1866/23242/1/peerj-06-4375.pdf', 'source': {'id': 'https://openalex.org/S4306402422', 'display_name': 'Papyrus : Institutional Repository (Université de Montréal)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I70931966', 'host_organization_name': 'Université de Montréal', 'host_organization_lineage': ['https://openalex.org/I70931966'], 'host_organization_lineage_names': ['Université de Montréal'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/29456894', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7717/peerj.4375', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S1983995261', 'display_name': 'PeerJ', 'issn_l': '2167-8359', 'issn': ['2167-8359'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320104', 'host_organization_name': 'PeerJ, Inc.', 'host_organization_lineage': ['https://openalex.org/P4310320104'], 'host_organization_lineage_names': ['PeerJ, Inc.'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.33}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.24}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.21}], 'grants': [], 'referenced_works_count': 35, 'referenced_works': ['https://openalex.org/W1560783210', 'https://openalex.org/W1724212071', 'https://openalex.org/W1767272795', 'https://openalex.org/W1957687230', 'https://openalex.org/W2003844967', 'https://openalex.org/W2016860460', 'https://openalex.org/W2020807482', 'https://openalex.org/W2029057325', 'https://openalex.org/W2031754690', 'https://openalex.org/W2048185449', 'https://openalex.org/W2078310052', 'https://openalex.org/W2089123513', 'https://openalex.org/W2115339903', 'https://openalex.org/W2140880926', 'https://openalex.org/W2160597895', 'https://openalex.org/W2231201268', 'https://openalex.org/W2306268324', 'https://openalex.org/W2322381034', 'https://openalex.org/W2343014812', 'https://openalex.org/W2345375849', 'https://openalex.org/W2463568293', 'https://openalex.org/W2511661767', 'https://openalex.org/W2520991028', 'https://openalex.org/W2563251083', 'https://openalex.org/W2566143661', 'https://openalex.org/W2587705861', 'https://openalex.org/W2588027260', 'https://openalex.org/W2737712680', 'https://openalex.org/W2753353163', 'https://openalex.org/W2785823074', 'https://openalex.org/W2953072907', 'https://openalex.org/W2997143876', 'https://openalex.org/W3121567788', 'https://openalex.org/W4254015553', 'https://openalex.org/W4298108315'], 'related_works': ['https://openalex.org/W2055275276', 'https://openalex.org/W2078188943', 'https://openalex.org/W2586021869', 'https://openalex.org/W2741809807', 'https://openalex.org/W3003267280', 'https://openalex.org/W3115560629', 'https://openalex.org/W3131211795', 'https://openalex.org/W3136123362', 'https://openalex.org/W4235038322', 'https://openalex.org/W4245410681'], 'ngrams_url': 'https://api.openalex.org/works/W2741809807/ngrams', 'abstract_inverted_index': {'Despite': [0], 'growing': [1], 'interest': [2], 'in': [3, 57, 73, 110, 122], 'Open': [4, 201], 'Access': [5], '(OA)': [6], 'to': [7, 54, 252], 'scholarly': [8, 105], 'literature,': [9], 'there': [10], 'is': [11, 107, 116, 176], 'an': [12, 34, 85, 185, 199, 231], 'unmet': [13], 'need': [14, 31], 'for': [15, 42, 174, 219], 'large-scale,': [16], 'up-to-date,': [17], 'and': [18, 24, 77, 112, 124, 144, 221, 237, 256], 'reproducible': [19], 'studies': [20], 'assessing': [21], 'the': [22, 104, 134, 145, 170, 195, 206, 213, 245], 'prevalence': [23], 'characteristics': [25], 'of': [26, 51, 75, 83, 103, 137, 141, 163, 209], 'OA.': [27, 168, 239], 'We': [28, 46, 97, 203, 240], 'address': [29], 'this': [30, 114, 142], 'using': [32, 95, 244], 'oaDOI,': [33], 'open': [35], 'online': [36], 'service': [37], 'that': [38, 89, 99, 113, 147, 155], 'determines': [39], 'OA': [40, 56, 93, 108, 138, 159, 175, 210, 223, 254], 'status': [41], '67': [43], 'million': [44], 'articles.': [45], 'use': [47], 'three': [48, 58], 'samples,': [49], 'each': [50], '100,000': [52], 'articles,': [53, 152, 211], 'investigate': [55], 'populations:': [59], '(1)': [60], 'all': [61], 'journal': [62, 70], 'articles': [63, 71, 79, 94, 164, 191, 224], 'assigned': [64], 'a': [65, 250], 'Crossref': [66], 'DOI,': [67], '(2)': [68], 'recent': [69, 128], 'indexed': [72], 'Web': [74], 'Science,': [76], '(3)': [78], 'viewed': [80], 'by': [81, 120, 235], 'users': [82, 91, 157], 'Unpaywall,': [84], 'open-source': [86], 'browser': [87], 'extension': [88], 'lets': [90], 'find': [92, 154], 'oaDOI.': [96], 'estimate': [98], 'at': [100], 'least': [101], '28%': [102], 'literature': [106], '(19M': [109], 'total)': [111], 'proportion': [115], 'growing,': [117], 'driven': [118, 233], 'particularly': [119], 'growth': [121], 'Gold': [123], 'Hybrid.': [125], 'The': [126], 'most': [127, 171], 'year': [129], 'analyzed': [130], '(2015)': [131], 'also': [132, 204], 'has': [133], 'highest': [135], 'percentage': [136], '(45%).': [139], 'Because': [140], 'growth,': [143], 'fact': [146], 'readers': [148], 'disproportionately': [149], 'access': [150], 'newer': [151], 'we': [153, 188], 'Unpaywall': [156], 'encounter': [158], 'quite': [160], 'frequently:': [161], '47%': [162], 'they': [165], 'view': [166], 'are': [167], 'Notably,': [169], 'common': [172], 'mechanism': [173], 'not': [177], 'Gold,': [178], 'Green,': [179], 'or': [180], 'Hybrid': [181, 238], 'OA,': [182], 'but': [183], 'rather': [184], 'under-discussed': [186], 'category': [187], 'dub': [189], 'Bronze:': [190], 'made': [192], 'free-to-read': [193], 'on': [194], 'publisher': [196], 'website,': [197], 'without': [198], 'explicit': [200], 'license.': [202], 'examine': [205], 'citation': [207, 216], 'impact': [208], 'corroborating': [212], 'so-called': [214], 'open-access': [215], 'advantage:': [217], 'accounting': [218], 'age': [220], 'discipline,': [222], 'receive': [225], '18%': [226], 'more': [227], 'citations': [228], 'than': [229], 'average,': [230], 'effect': [232], 'primarily': [234], 'Green': [236], 'encourage': [241], 'further': [242], 'research': [243], 'free': [246], 'oaDOI': [247], 'service,': [248], 'as': [249], 'way': [251], 'inform': [253], 'policy': [255], 'practice.': [257]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2741809807', 'counts_by_year': [{'year': 2023, 'cited_by_count': 66}, {'year': 2022, 'cited_by_count': 113}, {'year': 2021, 'cited_by_count': 103}, {'year': 2020, 'cited_by_count': 133}, {'year': 2019, 'cited_by_count': 98}, {'year': 2018, 'cited_by_count': 42}, {'year': 2017, 'cited_by_count': 3}], 'updated_date': '2023-10-02T13:57:04.358776', 'created_date': '2017-08-08'}, {'id': 'https://openalex.org/W2122130843', 'doi': 'https://doi.org/10.5210/fm.v15i7.2874', 'title': 'Scientometrics 2.0: New metrics of scholarly impact on the social Web', 'display_name': 'Scientometrics 2.0: New metrics of scholarly impact on the social Web', 'publication_year': 2010, 'publication_date': '2010-07-02', 'ids': {'openalex': 'https://openalex.org/W2122130843', 'doi': 'https://doi.org/10.5210/fm.v15i7.2874', 'mag': '2122130843'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.5210/fm.v15i7.2874', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S102129144', 'display_name': 'First Monday', 'issn_l': '1396-0458', 'issn': ['1396-0466', '1396-0458'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316040', 'host_organization_name': 'University of Illinois at Chicago', 'host_organization_lineage': ['https://openalex.org/P4310316040'], 'host_organization_lineage_names': ['University of Illinois at Chicago'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'School of Information and Library Science University of North Carolina at Chapel Hill', 'raw_affiliation_strings': ['School of Information and Library Science University of North Carolina at Chapel Hill']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5001395463', 'display_name': 'Bradely H. Hemminger', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bradely H. Hemminger', 'raw_affiliation_string': 'School of Information and Library Science University of North Carolina at Chapel Hill', 'raw_affiliation_strings': ['School of Information and Library Science University of North Carolina at Chapel Hill']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 243, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C176504155', 'wikidata': 'https://www.wikidata.org/wiki/Q4943254', 'display_name': 'Bookmarking', 'level': 2, 'score': 0.9785063}, {'id': 'https://openalex.org/C143275388', 'wikidata': 'https://www.wikidata.org/wiki/Q92438', 'display_name': 'Microblogging', 'level': 3, 'score': 0.7313243}, {'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.69323653}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.6859108}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.63723254}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6299458}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.6135862}, {'id': 'https://openalex.org/C136699151', 'wikidata': 'https://www.wikidata.org/wiki/Q131164', 'display_name': 'Web 2.0', 'level': 3, 'score': 0.56478894}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.5443489}, {'id': 'https://openalex.org/C525823164', 'wikidata': 'https://www.wikidata.org/wiki/Q472342', 'display_name': 'Scientometrics', 'level': 2, 'score': 0.51665455}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.44123963}, {'id': 'https://openalex.org/C2776291640', 'wikidata': 'https://www.wikidata.org/wiki/Q2912517', 'display_name': 'Value (mathematics)', 'level': 2, 'score': 0.4389456}, {'id': 'https://openalex.org/C35578498', 'wikidata': 'https://www.wikidata.org/wiki/Q193424', 'display_name': 'Web service', 'level': 2, 'score': 0.36668122}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.5210/fm.v15i7.2874', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S102129144', 'display_name': 'First Monday', 'issn_l': '1396-0458', 'issn': ['1396-0466', '1396-0458'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316040', 'host_organization_name': 'University of Illinois at Chicago', 'host_organization_lineage': ['https://openalex.org/P4310316040'], 'host_organization_lineage_names': ['University of Illinois at Chicago'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.46}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.18}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W2122130843', 'https://openalex.org/W2171990619', 'https://openalex.org/W2194909339', 'https://openalex.org/W2415114730', 'https://openalex.org/W2765086574', 'https://openalex.org/W2953062557', 'https://openalex.org/W3110931014', 'https://openalex.org/W3163984286', 'https://openalex.org/W4244706521', 'https://openalex.org/W4302384041'], 'ngrams_url': 'https://api.openalex.org/works/W2122130843/ngrams', 'abstract_inverted_index': {'The': [0], 'growing': [1], 'flood': [2], 'of': [3, 10, 14, 31, 61, 71, 82], 'scholarly': [4], 'literature': [5], 'is': [6, 24], 'exposing': [7], 'the': [8, 27, 67, 77, 89, 99], 'weaknesses': [9], 'current,': [11], 'citation-based': [12], 'methods': [13], 'evaluating': [15], 'and': [16, 21, 29, 43, 57, 80, 94], 'filtering': [17], 'articles.': [18], 'A': [19], 'novel': [20], 'promising': [22], 'approach': [23], 'to': [25, 74], 'examine': [26], 'use': [28], 'citation': [30], 'articles': [32], 'in': [33], 'a': [34, 52], 'new': [35], 'forum:': [36], 'Web': [37], '2.0': [38], 'services': [39, 73], 'like': [40], 'social': [41, 100], 'bookmarking': [42], 'microblogging.': [44], 'Metrics': [45], 'based': [46], 'on': [47], 'this': [48], 'data': [49, 83], 'could': [50], 'build': [51], '“Scientometics': [53], '2.0,”': [54], 'supporting': [55], 'richer': [56], 'more': [58], 'timely': [59], 'pictures': [60], "articles'": [62], 'impact.': [63], 'This': [64], 'paper': [65], 'develops': [66], 'most': [68], 'comprehensive': [69], 'list': [70], 'these': [72], 'date,': [75], 'assessing': [76], 'potential': [78], 'value': [79], 'availability': [81], 'from': [84, 98], 'each.': [85], 'We': [86], 'also': [87], 'suggest': [88], 'next': [90], 'steps': [91], 'toward': [92], 'building': [93], 'validating': [95], 'metrics': [96], 'drawn': [97], 'Web.': [101]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2122130843', 'counts_by_year': [{'year': 2023, 'cited_by_count': 9}, {'year': 2022, 'cited_by_count': 15}, {'year': 2021, 'cited_by_count': 6}, {'year': 2020, 'cited_by_count': 19}, {'year': 2019, 'cited_by_count': 18}, {'year': 2018, 'cited_by_count': 19}, {'year': 2017, 'cited_by_count': 28}, {'year': 2016, 'cited_by_count': 28}, {'year': 2015, 'cited_by_count': 27}, {'year': 2014, 'cited_by_count': 31}, {'year': 2013, 'cited_by_count': 20}, {'year': 2012, 'cited_by_count': 10}], 'updated_date': '2023-10-02T17:18:34.373663', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2041540760', 'doi': 'https://doi.org/10.1002/meet.14504701201', 'title': 'How and why scholars cite on Twitter', 'display_name': 'How and why scholars cite on Twitter', 'publication_year': 2010, 'publication_date': '2010-11-01', 'ids': {'openalex': 'https://openalex.org/W2041540760', 'doi': 'https://doi.org/10.1002/meet.14504701201', 'mag': '2041540760'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/meet.14504701201', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/meet.14504701201', 'source': {'id': 'https://openalex.org/S4210184376', 'display_name': 'Proceedings Of The Association For Information Science And Technology', 'issn_l': '0044-7870', 'issn': ['0044-7870'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/meet.14504701201', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'School of Information and Library Science, University of North Carolina at Chapel Hill CB #3360, 100 Manning Hall, Chapel Hill, NC', 'raw_affiliation_strings': ['School of Information and Library Science, University of North Carolina at Chapel Hill CB #3360, 100 Manning Hall, Chapel Hill, NC']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014552457', 'display_name': 'Kaitlin Light Costello', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Kaitlin Light Costello', 'raw_affiliation_string': 'School of Information and Library Science, University of North Carolina at Chapel Hill CB #3360, 100 Manning Hall, Chapel Hill, NC', 'raw_affiliation_strings': ['School of Information and Library Science, University of North Carolina at Chapel Hill CB #3360, 100 Manning Hall, Chapel Hill, NC']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5023888391', 'https://openalex.org/A5014552457'], 'corresponding_institution_ids': ['https://openalex.org/I114027177', 'https://openalex.org/I114027177'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 206, 'biblio': {'volume': '47', 'issue': '1', 'first_page': '1', 'last_page': '4'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C143275388', 'wikidata': 'https://www.wikidata.org/wiki/Q92438', 'display_name': 'Microblogging', 'level': 3, 'score': 0.9444791}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.7675694}, {'id': 'https://openalex.org/C2777200299', 'wikidata': 'https://www.wikidata.org/wiki/Q52943', 'display_name': 'Conversation', 'level': 2, 'score': 0.7479144}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.7246066}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.60840046}, {'id': 'https://openalex.org/C198531522', 'wikidata': 'https://www.wikidata.org/wiki/Q485146', 'display_name': 'Sample (material)', 'level': 2, 'score': 0.50304574}, {'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.5026419}, {'id': 'https://openalex.org/C525823164', 'wikidata': 'https://www.wikidata.org/wiki/Q472342', 'display_name': 'Scientometrics', 'level': 2, 'score': 0.4340602}, {'id': 'https://openalex.org/C2780378061', 'wikidata': 'https://www.wikidata.org/wiki/Q25351891', 'display_name': 'Service (business)', 'level': 2, 'score': 0.42011836}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.3775167}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.37207398}, {'id': 'https://openalex.org/C29595303', 'wikidata': 'https://www.wikidata.org/wiki/Q165650', 'display_name': 'Media studies', 'level': 1, 'score': 0.35004008}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.27118385}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.17551404}, {'id': 'https://openalex.org/C46312422', 'wikidata': 'https://www.wikidata.org/wiki/Q11024', 'display_name': 'Communication', 'level': 1, 'score': 0.07224038}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.058030248}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C162853370', 'wikidata': 'https://www.wikidata.org/wiki/Q39809', 'display_name': 'Marketing', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/meet.14504701201', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/meet.14504701201', 'source': {'id': 'https://openalex.org/S4210184376', 'display_name': 'Proceedings Of The Association For Information Science And Technology', 'issn_l': '0044-7870', 'issn': ['0044-7870'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/meet.14504701201', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/meet.14504701201', 'source': {'id': 'https://openalex.org/S4210184376', 'display_name': 'Proceedings Of The Association For Information Science And Technology', 'issn_l': '0044-7870', 'issn': ['0044-7870'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.75}], 'grants': [], 'referenced_works_count': 5, 'referenced_works': ['https://openalex.org/W2001653897', 'https://openalex.org/W2044326206', 'https://openalex.org/W2046804949', 'https://openalex.org/W2093842354', 'https://openalex.org/W4230271968'], 'related_works': ['https://openalex.org/W2088858100', 'https://openalex.org/W2142756309', 'https://openalex.org/W2290499851', 'https://openalex.org/W2748952813', 'https://openalex.org/W2953062557', 'https://openalex.org/W2953318847', 'https://openalex.org/W3184245196', 'https://openalex.org/W4244706521', 'https://openalex.org/W4293064639', 'https://openalex.org/W4302384041'], 'ngrams_url': 'https://api.openalex.org/works/W2041540760/ngrams', 'abstract_inverted_index': {'Scholars': [0], 'are': [1, 56], 'increasingly': [2], 'using': [3], 'the': [4], 'microblogging': [5], 'service': [6], 'Twitter': [7, 54, 68], 'as': [8], 'a': [9, 15, 38, 59, 77], 'communication': [10], 'platform.': [11], 'Since': [12], 'citing': [13], 'is': [14], 'central': [16], 'practice': [17], 'of': [18, 40, 58], 'scholarly': [19, 66], 'communication,': [20], 'we': [21], 'investigated': [22], 'whether': [23], 'and': [24, 33, 43], 'how': [25], 'scholars': [26, 42], 'cite': [27, 48], 'on': [28, 49], 'Twitter.': [29], 'We': [30], 'conducted': [31], 'interviews': [32], 'harvested': [34], '46,515': [35], 'tweets': [36], 'from': [37], 'sample': [39], '28': [41], 'found': [44], 'that': [45, 62], 'they': [46], 'do': [47], 'Twitter,': [50], 'though': [51], 'often': [52], 'indirectly.': [53], 'citations': [55], 'part': [57], 'fast-moving': [60], 'conversation': [61], 'participants': [63], 'believe': [64], 'reflects': [65], 'impact.': [67], 'citation': [69, 74], 'metrics': [70], 'could': [71], 'augment': [72], 'traditional': [73], 'analysis,': [75], 'supporting': [76], '“scientometrics': [78], '2.0.”': [79]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2041540760', 'counts_by_year': [{'year': 2023, 'cited_by_count': 8}, {'year': 2022, 'cited_by_count': 9}, {'year': 2021, 'cited_by_count': 17}, {'year': 2020, 'cited_by_count': 14}, {'year': 2019, 'cited_by_count': 15}, {'year': 2018, 'cited_by_count': 18}, {'year': 2017, 'cited_by_count': 15}, {'year': 2016, 'cited_by_count': 21}, {'year': 2015, 'cited_by_count': 19}, {'year': 2014, 'cited_by_count': 27}, {'year': 2013, 'cited_by_count': 26}, {'year': 2012, 'cited_by_count': 12}], 'updated_date': '2023-09-27T11:59:20.920242', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2038196424', 'doi': 'https://doi.org/10.1007/s11192-013-1221-3', 'title': 'Coverage and adoption of altmetrics sources in the bibliometric community', 'display_name': 'Coverage and adoption of altmetrics sources in the bibliometric community', 'publication_year': 2014, 'publication_date': '2014-01-04', 'ids': {'openalex': 'https://openalex.org/W2038196424', 'doi': 'https://doi.org/10.1007/s11192-013-1221-3', 'mag': '2038196424'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s11192-013-1221-3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S148561398', 'display_name': 'Scientometrics', 'issn_l': '0138-9130', 'issn': ['1588-2861', '0138-9130'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320108', 'host_organization_name': 'Springer Nature (Netherlands)', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310320108'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Nature (Netherlands)'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'http://hdl.handle.net/11108/158', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5014077037', 'display_name': 'Stefanie Haustein', 'orcid': 'https://orcid.org/0000-0003-0157-1430'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Stefanie Haustein', 'raw_affiliation_string': 'École de bibliothéconomie et des sciences de l’information, Université de Montréal, Montréal (Canada) and Science-Metrix, Montreal, Canada', 'raw_affiliation_strings': ['École de bibliothéconomie et des sciences de l’information, Université de Montréal, Montréal (Canada) and Science-Metrix, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051954808', 'display_name': 'Isabella Peters', 'orcid': 'https://orcid.org/0000-0001-5840-0806'}, 'institutions': [{'id': 'https://openalex.org/I2800024560', 'display_name': 'ZBW – Leibniz-Informationszentrum Wirtschaft', 'ror': 'https://ror.org/03a96gc12', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I2800024560', 'https://openalex.org/I315704651']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Isabella Peters', 'raw_affiliation_string': 'ZBW – German National Library of Economics, Leibniz Information Centre for Economics, Kiel, Germany', 'raw_affiliation_strings': ['ZBW – German National Library of Economics, Leibniz Information Centre for Economics, Kiel, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001893735', 'display_name': 'Judit Bar‐Ilan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I13955877', 'display_name': 'Bar-Ilan University', 'ror': 'https://ror.org/03kgsv495', 'country_code': 'IL', 'type': 'education', 'lineage': ['https://openalex.org/I13955877']}], 'countries': ['IL'], 'is_corresponding': True, 'raw_author_name': 'Judit Bar-Ilan', 'raw_affiliation_string': 'Department of Information Science, Bar-Ilan University, Ramat-Gan, Israel', 'raw_affiliation_strings': ['Department of Information Science, Bar-Ilan University, Ramat-Gan, Israel']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'School of Information and Library Science, University of North Carolina at Chapel Hill, Chapel Hill, USA', 'raw_affiliation_strings': ['School of Information and Library Science, University of North Carolina at Chapel Hill, Chapel Hill, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055957807', 'display_name': 'Hadas Shema', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I13955877', 'display_name': 'Bar-Ilan University', 'ror': 'https://ror.org/03kgsv495', 'country_code': 'IL', 'type': 'education', 'lineage': ['https://openalex.org/I13955877']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'Hadas Shema', 'raw_affiliation_string': 'Department of Information Science, Bar-Ilan University, Ramat-Gan, Israel', 'raw_affiliation_strings': ['Department of Information Science, Bar-Ilan University, Ramat-Gan, Israel']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5007913994', 'display_name': 'Jens Terliesner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I44260953', 'display_name': 'Heinrich Heine University Düsseldorf', 'ror': 'https://ror.org/024z2rq82', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I44260953']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jens Terliesner', 'raw_affiliation_string': 'Department of Information Science, Heinrich Heine University, Duesseldorf, Germany', 'raw_affiliation_strings': ['Department of Information Science, Heinrich Heine University, Duesseldorf, Germany']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 5, 'corresponding_author_ids': ['https://openalex.org/A5001893735'], 'corresponding_institution_ids': ['https://openalex.org/I13955877'], 'apc_list': {'value': 2290, 'currency': 'EUR', 'value_usd': 2890, 'provenance': 'doaj'}, 'apc_paid': {'value': 2290, 'currency': 'EUR', 'value_usd': 2890, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 197, 'biblio': {'volume': '101', 'issue': '2', 'first_page': '1145', 'last_page': '1163'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.9907138}, {'id': 'https://openalex.org/C176504155', 'wikidata': 'https://www.wikidata.org/wiki/Q4943254', 'display_name': 'Bookmarking', 'level': 2, 'score': 0.8415303}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.8047025}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.64366204}, {'id': 'https://openalex.org/C2775936607', 'wikidata': 'https://www.wikidata.org/wiki/Q466845', 'display_name': 'Tracking (education)', 'level': 2, 'score': 0.5327727}, {'id': 'https://openalex.org/C83867959', 'wikidata': 'https://www.wikidata.org/wiki/Q371467', 'display_name': 'Scopus', 'level': 3, 'score': 0.48297492}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.47388476}, {'id': 'https://openalex.org/C2780154274', 'wikidata': 'https://www.wikidata.org/wiki/Q7126717', 'display_name': 'Download', 'level': 2, 'score': 0.4379566}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4055729}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.3676476}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.32467502}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.14986339}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.12879115}, {'id': 'https://openalex.org/C19417346', 'wikidata': 'https://www.wikidata.org/wiki/Q7922', 'display_name': 'Pedagogy', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/s11192-013-1221-3', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S148561398', 'display_name': 'Scientometrics', 'issn_l': '0138-9130', 'issn': ['1588-2861', '0138-9130'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320108', 'host_organization_name': 'Springer Nature (Netherlands)', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310320108'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Nature (Netherlands)'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11108/158', 'pdf_url': 'http://hdl.handle.net/11108/158', 'source': {'id': 'https://openalex.org/S4306402552', 'display_name': 'ZBW Publication Archive (ZBW – Leibniz Information Centre for Economics)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2800024560', 'host_organization_name': 'ZBW – Leibniz-Informationszentrum Wirtschaft', 'host_organization_lineage': ['https://openalex.org/I2800024560'], 'host_organization_lineage_names': ['ZBW – Leibniz-Informationszentrum Wirtschaft'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://cdr.lib.unc.edu/downloads/d504rv85k', 'pdf_url': 'https://cdr.lib.unc.edu/downloads/d504rv85k', 'source': {'id': 'https://openalex.org/S4306401075', 'display_name': 'Carolina Digital Repository (University of North Carolina at Chapel Hill)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114027177', 'host_organization_name': 'University of North Carolina at Chapel Hill', 'host_organization_lineage': ['https://openalex.org/I114027177'], 'host_organization_lineage_names': ['University of North Carolina at Chapel Hill'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1304.7300', 'pdf_url': 'https://arxiv.org/pdf/1304.7300', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11108/158', 'pdf_url': 'http://hdl.handle.net/11108/158', 'source': {'id': 'https://openalex.org/S4306402552', 'display_name': 'ZBW Publication Archive (ZBW – Leibniz Information Centre for Economics)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2800024560', 'host_organization_name': 'ZBW – Leibniz-Informationszentrum Wirtschaft', 'host_organization_lineage': ['https://openalex.org/I2800024560'], 'host_organization_lineage_names': ['ZBW – Leibniz-Informationszentrum Wirtschaft'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.79}], 'grants': [], 'referenced_works_count': 15, 'referenced_works': ['https://openalex.org/W1559646899', 'https://openalex.org/W1572136682', 'https://openalex.org/W1601133125', 'https://openalex.org/W1973816953', 'https://openalex.org/W2019945085', 'https://openalex.org/W2025321386', 'https://openalex.org/W2068517964', 'https://openalex.org/W2073023209', 'https://openalex.org/W2073784871', 'https://openalex.org/W2076872364', 'https://openalex.org/W2110875044', 'https://openalex.org/W2143612877', 'https://openalex.org/W3154793279', 'https://openalex.org/W4210997956', 'https://openalex.org/W4236811854'], 'related_works': ['https://openalex.org/W2038196424', 'https://openalex.org/W2171990619', 'https://openalex.org/W2357888573', 'https://openalex.org/W2414441297', 'https://openalex.org/W2613734879', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W2949258821', 'https://openalex.org/W3168377380', 'https://openalex.org/W4301494992'], 'ngrams_url': 'https://api.openalex.org/works/W2038196424/ngrams', 'abstract_inverted_index': {'Altmetrics,': [0], 'indices': [1, 20], 'based': [2], 'on': [3, 72, 182], 'social': [4, 28, 37, 50, 73, 128, 205], 'media': [5, 51, 129], 'platforms': [6, 65], 'and': [7, 30, 47, 66, 154, 175, 204, 221], 'tools,': [8], 'have': [9], 'recently': [10], 'emerged': [11], 'as': [12], 'alternative': [13], 'means': [14], 'of': [15, 49, 56, 63, 69, 82, 118, 124, 138, 145, 160, 164, 229], 'measuring': [16], 'scholarly': [17, 33], 'impact.': [18], 'Such': [19], 'assume': [21], 'that': [22, 127, 211, 222], 'scholars': [23], 'in': [24, 35, 90, 99, 195, 199], 'fact': [25], 'populate': [26], 'online': [27, 64, 139, 213], 'environments,': [29], 'interact': [31], 'with': [32, 107], 'products': [34], 'the': [36, 45, 67, 116, 119], 'web.': [38], 'We': [39, 111], 'tested': [40], 'this': [41], 'assumption': [42], 'by': [43, 85, 219], 'examining': [44, 58], 'use': [46, 62, 68, 218], 'coverage': [48, 78], 'environments': [52], 'amongst': [53], 'a': [54, 113, 158, 191, 225], 'sample': [55], 'bibliometricians': [57, 87, 178], 'both': [59, 173], 'their': [60, 70, 133], 'own': [61], 'papers': [71], 'reference': [74, 202], 'managers.': [75], 'As': [76], 'expected,': [77], 'varied:': [79], '82': [80], '%': [81, 96, 144, 186], 'articles': [83], 'published': [84], 'sampled': [86], 'were': [88, 97, 131], 'included': [89, 98], 'Mendeley': [91, 101], 'libraries,': [92], 'while': [93, 151, 190], 'only': [94], '28': [95], 'CiteULike.': [100], 'bookmarking': [102], 'was': [103], 'moderately': [104], 'correlated': [105], '(.45)': [106], 'Scopus': [108], 'citation': [109], 'counts.': [110], 'conducted': [112], 'survey': [114], 'among': [115], 'participants': [117], 'STI2012': [120], 'participants.': [121], 'Over': [122], 'half': [123, 163], 'respondents': [125], 'asserted': [126], 'tools': [130, 140, 214], 'affecting': [132], 'professional': [134], 'lives,': [135], 'although': [136], 'uptake': [137], 'varied': [141], 'widely.': [142], '68': [143], 'those': [146, 165], 'surveyed': [147], 'had': [148, 167, 179], 'LinkedIn': [149], 'accounts,': [150, 169], 'Academia.edu,': [152], 'Mendeley,': [153], 'ResearchGate': [155], 'each': [156], 'claimed': [157], 'fifth': [159], 'respondents.': [161], 'Nearly': [162], 'responding': [166], 'Twitter': [168], 'which': [170], 'they': [171, 223], 'used': [172], 'personally': [174], 'professionally.': [176], 'Surveyed': [177], 'mixed': [180], 'opinions': [181], 'altmetrics’': [183], 'potential;': [184], '72': [185], 'valued': [187], 'download': [188], 'counts,': [189], 'third': [192], 'saw': [193], 'potential': [194], 'tracking': [196], 'articles’': [197], 'influence': [198], 'blogs,': [200], 'Wikipedia,': [201], 'managers,': [203], 'media.': [206], 'Altogether,': [207], 'these': [208], 'findings': [209], 'suggest': [210], 'some': [212], 'are': [215], 'seeing': [216], 'substantial': [217], 'bibliometricians,': [220], 'present': [224], 'potentially': [226], 'valuable': [227], 'source': [228], 'impact': [230], 'data.': [231]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2038196424', 'counts_by_year': [{'year': 2023, 'cited_by_count': 9}, {'year': 2022, 'cited_by_count': 11}, {'year': 2021, 'cited_by_count': 14}, {'year': 2020, 'cited_by_count': 21}, {'year': 2019, 'cited_by_count': 26}, {'year': 2018, 'cited_by_count': 22}, {'year': 2017, 'cited_by_count': 32}, {'year': 2016, 'cited_by_count': 26}, {'year': 2015, 'cited_by_count': 19}, {'year': 2014, 'cited_by_count': 16}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-10-02T00:40:10.331543', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2396414759', 'doi': 'https://doi.org/10.1371/journal.pone.0048753', 'title': 'The Altmetrics Collection', 'display_name': 'The Altmetrics Collection', 'publication_year': 2012, 'publication_date': '2012-11-01', 'ids': {'openalex': 'https://openalex.org/W2396414759', 'doi': 'https://doi.org/10.1371/journal.pone.0048753', 'mag': '2396414759', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/23133655', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3486795'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0048753', 'pdf_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0048753&type=printable', 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0048753&type=printable', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'School of Information & Library Science, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America', 'raw_affiliation_strings': ['School of Information & Library Science, University of North Carolina at Chapel Hill, Chapel Hill, North Carolina, United States of America']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038031162', 'display_name': 'Paul Groth', 'orcid': 'https://orcid.org/0000-0003-0183-6910'}, 'institutions': [{'id': 'https://openalex.org/I911458345', 'display_name': 'Amsterdam UMC Location VUmc', 'ror': 'https://ror.org/00q6h8f30', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210151833', 'https://openalex.org/I911458345']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Paul Groth', 'raw_affiliation_string': 'Department of Computer Science and The Network Institute, VU University Amsterdam, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Department of Computer Science and The Network Institute, VU University Amsterdam, Amsterdam, The Netherlands']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5042757004', 'display_name': 'Dario Taraborelli', 'orcid': 'https://orcid.org/0000-0002-0082-8508'}, 'institutions': [{'id': 'https://openalex.org/I4210126245', 'display_name': 'Wikimedia Foundation', 'ror': 'https://ror.org/032q98j12', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210126245']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Dario Taraborelli', 'raw_affiliation_string': 'The Wikimedia Foundation, San Francisco, California, United States of America', 'raw_affiliation_strings': ['The Wikimedia Foundation, San Francisco, California, United States of America']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5038031162'], 'corresponding_institution_ids': ['https://openalex.org/I911458345'], 'apc_list': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'apc_paid': {'value': 1805, 'currency': 'USD', 'value_usd': 1805, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 190, 'biblio': {'volume': '7', 'issue': '11', 'first_page': 'e48753', 'last_page': 'e48753'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.75835454}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.32896572}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.2537465}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.21861693}], 'mesh': [{'descriptor_ui': 'D035843', 'descriptor_name': 'Biomedical Research', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': True}, {'descriptor_ui': 'D011642', 'descriptor_name': 'Publications', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D035843', 'descriptor_name': 'Biomedical Research', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020407', 'descriptor_name': 'Internet', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D061108', 'descriptor_name': 'Social Media', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D013223', 'descriptor_name': 'Statistics as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0048753', 'pdf_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0048753&type=printable', 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/06290a692bf44b788cfeeed02eea55fc', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3486795', 'pdf_url': 'https://europepmc.org/articles/pmc3486795?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research.vu.nl/en/publications/c155d882-6880-4291-abe6-b2702e6d5e54', 'pdf_url': 'https://research.vu.nl/ws/files/619727/296608.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3486795', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23133655', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1371/journal.pone.0048753', 'pdf_url': 'https://journals.plos.org/plosone/article/file?id=10.1371/journal.pone.0048753&type=printable', 'source': {'id': 'https://openalex.org/S202381698', 'display_name': 'PLOS ONE', 'issn_l': '1932-6203', 'issn': ['1932-6203'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310315706', 'host_organization_name': 'Public Library of Science', 'host_organization_lineage': ['https://openalex.org/P4310315706'], 'host_organization_lineage_names': ['Public Library of Science'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.36}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.21}], 'grants': [], 'referenced_works_count': 17, 'referenced_works': ['https://openalex.org/W1648137327', 'https://openalex.org/W1980824281', 'https://openalex.org/W2000866189', 'https://openalex.org/W2002034968', 'https://openalex.org/W2009405785', 'https://openalex.org/W2017124168', 'https://openalex.org/W2019020697', 'https://openalex.org/W2041710630', 'https://openalex.org/W2067333003', 'https://openalex.org/W2069656088', 'https://openalex.org/W2076872364', 'https://openalex.org/W2089302091', 'https://openalex.org/W2168201538', 'https://openalex.org/W3106316009', 'https://openalex.org/W4210997956', 'https://openalex.org/W4232412557', 'https://openalex.org/W4233311391'], 'related_works': ['https://openalex.org/W1995515455', 'https://openalex.org/W2039318446', 'https://openalex.org/W2073023209', 'https://openalex.org/W2080531066', 'https://openalex.org/W2166317738', 'https://openalex.org/W2618017038', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W3032375762', 'https://openalex.org/W3150373829'], 'ngrams_url': 'https://api.openalex.org/works/W2396414759/ngrams', 'abstract_inverted_index': {'What': [0], 'paper': [1], 'should': [2, 7, 17, 632], 'I': [3, 8], 'read': [4], 'next?': [5], 'Who': [6], 'talk': [9], 'to': [10, 31, 60, 73, 110, 173, 193, 274, 294, 305, 412, 473, 492, 548, 617, 646], 'at': [11, 643], 'a': [12, 125, 240, 258, 276, 347, 408, 557, 567, 576], 'conference?': [13], 'Which': [14], 'research': [15, 157, 216, 226, 520], 'group': [16], 'get': [18], 'this': [19], 'grant?': [20], 'Researchers': [21], 'and': [22, 37, 94, 122, 150, 182, 189, 196, 201, 215, 235, 256, 300, 311, 333, 337, 360, 378, 426, 430, 438, 445, 452, 470, 501, 517, 528, 540, 572, 595, 611, 615, 628, 667, 682], 'funders': [23], 'alike': [24], 'must': [25, 649], 'make': [26], 'daily': [27], 'judgments': [28], 'on': [29, 106, 362, 380, 535, 587, 599, 701], 'how': [30, 156], 'best': [32], 'spend': [33], 'their': [34, 475], 'limited': [35], 'time': [36], 'money–judgments': [38], 'that': [39, 129, 218, 582, 694], 'are': [40, 185, 190, 467, 484], 'becoming': [41], 'increasingly': [42, 198], 'difficult': [43], 'as': [44, 137, 590], 'the': [45, 54, 97, 101, 113, 153, 177, 222, 244, 266, 281, 295, 316, 345, 381, 393, 478, 526, 550, 579, 600, 618, 623, 626, 662, 675], 'volume': [46], 'of': [47, 56, 68, 96, 115, 139, 155, 221, 224, 243, 280, 297, 308, 344, 370, 376, 388, 395, 465, 496, 504, 514, 530, 559, 569, 578, 608, 630, 664, 674], 'scholarly': [48, 57, 210, 363, 421, 451, 531, 588], 'communication': [49, 69], 'increases.': [50], 'Not': [51], 'only': [52, 231, 239], 'does': [53], 'number': [55], 'papers': [58], 'continue': [59], 'grow,': [61], 'it': [62, 262, 574, 583], 'is': [63, 159, 525, 563, 575], 'joined': [64], 'by': [65, 100, 373], 'new': [66, 209, 259, 272, 358, 410, 560], 'forms': [67, 211], 'from': [70], 'data': [71, 398], 'publications': [72], 'microblog': [74], 'posts.\r\n\r\nTo': [75], 'deal': [76, 650], 'with': [77, 176, 477, 490, 498, 635, 651], 'incoming': [78], 'information,': [79], 'scholars': [80, 466], 'have': [81, 145, 151, 367, 406], 'always': [82], 'relied': [83], 'upon': [84], 'filters.': [85], 'At': [86], 'first': [87], 'these': [88, 469, 505], 'filters': [89, 104, 128, 144, 359], 'were': [90], 'manually': [91], 'compiled': [92], 'compendia': [93], 'corpora': [95], 'literature.': [98, 479], 'But': [99], 'mid-20th': [102], 'century,': [103], 'built': [105], 'manual': [107, 163], 'indexing': [108, 164], 'began': [109], 'break': [111], 'under': [112], 'weight': [114], 'booming': [116], 'postwar': [117], 'science': [118, 245, 282, 317, 676], 'production.': [119], 'Garfield': [120], '[1]': [121], 'others': [123], 'pioneered': [124], 'solution:': [126], 'automated': [127, 512], 'leveraged': [130], 'scientists': [131], 'own': [132], 'impact': [133, 158, 372, 415, 532, 661], 'judgments,': [134], 'aggregating': [135], 'citations': [136, 230], '“pellets': [138], 'peer': [140], 'recognition.”': [141], '[2].\r\n\r\nThese': [142], 'citation-based': [143], 'dramatically': [146], 'grown': [147], 'in': [148, 265, 330, 338, 423, 537, 555, 564, 581, 592, 652], 'importance': [149], 'become': [152, 698], 'tenet': [154], 'measured.': [160], 'But,': [161], 'like': [162, 212, 436, 442, 448, 456, 462], '60': [165], 'years': [166], 'ago,': [167], 'they': [168, 207, 237, 483], 'may': [169, 249, 604, 640, 670, 687], 'today': [170], 'be': [171, 633], 'failing': [172], 'keep': [174], 'up': [175], 'literature’s': [178], 'growing': [179], 'volume,': [180], 'velocity,': [181], 'diversity': [183], '[3].\r\n\r\nCitations': [184], 'heavily': [186], 'gamed': [187], '[4]–[6]': [188], 'painfully': [191], 'slow': [192], 'accumulate': [194], '[7],': [195, 399], 'overlook': [197, 208], 'important': [199, 386], 'societal': [200], 'clinical': [202], 'impacts': [203, 310], '[8].': [204], 'Most': [205], 'importantly,': [206], 'datasets,': [213], 'software,': [214], 'blogs': [217], 'fall': [219], 'outside': [220], 'scope': [223], 'citable': [225], 'objects.': [227], 'In': [228, 480], 'sum,': [229], 'reflect': [232], 'formal': [233, 267], 'acknowledgment': [234], 'thus': [236], 'provide': [238, 312], 'partial': [241], 'picture': [242, 279, 673], 'system': [246, 620, 677, 691], '[9].': [247], 'Scholars': [248], 'discuss,': [250], 'annotate,': [251], 'recommend,': [252], 'refute,': [253], 'comment,': [254], 'read,': [255], 'teach': [257], 'finding': [260], 'before': [261], 'ever': [263], 'appears': [264], 'citation': [268, 298], 'registry.': [269], 'We': [270], 'need': [271], 'mechanisms': [273], 'create': [275], 'subtler,': [277], 'higher-resolution': [278], 'system.\r\n\r\nThe': [283], 'Quest': [284], 'for': [285, 350, 357, 692], 'Better': [286], 'Filters\r\nThe': [287], 'scientometrics': [288, 571], 'community': [289], 'has': [290, 301, 353, 390, 544, 697], 'not': [291, 679], 'been': [292, 546], 'blind': [293], 'limitations': [296], 'measures,': [299], 'collectively': [302], 'proposed': [303], 'methods': [304], 'gather': [306], 'evidence': [307, 369], 'broader': [309, 382, 610], 'more': [313, 585, 602, 612], 'detail': [314], 'about': [315], 'system:': [318], 'tracking': [319, 417], 'acknowledgements': [320], '[10],': [321], 'patents': [322], '[11],': [323], 'mentorships': [324], '[12],': [325], 'news': [326], 'articles': [327], '[8],': [328], 'usage': [329], 'syllabuses': [331], '[13],': [332], 'many': [334, 695], 'others,': [335], 'separately': [336], 'various': [339], 'combinations': [340], '[14].': [341], 'The': [342, 542], 'emergence': [343], 'Web,': [346], '“nutrient-rich': [348], 'space': [349], 'scholars”': [351], '[15],': [352], 'held': [354], 'particular': [355], 'promise': [356], 'lenses': [361], 'output.': [364], 'Webometrics': [365], 'researchers': [366], 'uncovered': [368], 'informal': [371, 494], 'examining': [374], 'networks': [375], 'hyperlinks': [377], 'mentions': [379], 'Web': [383, 601], '[16]–[18].': [384], 'An': [385], 'strand': [387], 'webometrics': [389], 'also': [391, 545], 'examined': [392], 'properties': [394], 'article': [396], 'download': [397], '[19],': [400], '[20].\r\n\r\nThe': [401], 'last': [402], 'several': [403], 'years,': [404], 'however,': [405], 'presented': [407], 'promising': [409], 'approach': [411], 'gathering': [413], 'fine-grained': [414], 'data:': [416], 'large-scale': [418], 'activity': [419, 536], 'around': [420, 519], 'products': [422], 'online': [424, 515, 538, 593], 'tools': [425, 429, 472, 506, 539, 594], 'environments.': [427, 541], 'These': [428], 'environments': [431], 'include,': [432], 'among': [433], 'others:\r\n\r\n\r\nsocial': [434], 'media': [435], 'Twitter': [437], 'Facebook\r\n\r\n\r\nonline': [439], 'reference': [440], 'managers': [441], 'CiteULike,': [443], 'Zotero,': [444], 'Mendeley\r\n\r\n\r\ncollaborative': [446], 'encyclopedias': [447], 'Wikipedia\r\n\r\n\r\nblogs,': [449], 'both': [450, 570], 'general-audience\r\n\r\n\r\nscholarly': [453], 'social': [454], 'networks,': [455], 'ResearchGate': [457], 'or': [458], 'Academia.edu\r\n\r\n\r\nconference': [459], 'organization': [460], 'sites': [461], 'Lanyrd.com\r\n\r\n\r\n\r\nGrowing': [463], 'numbers': [464], 'using': [468], 'similar': [471, 645], 'mediate': [474], 'interaction': [476], 'doing': [481], 'so,': [482], 'leaving': [485], 'valuable': [486], 'tracks': [487], 'behind': [488], 'them–tracks': [489], 'potential': [491], 'show': [493], 'paths': [495], 'influence': [497, 589], 'unprecedented': [499], 'speed': [500], 'resolution.': [502], 'Many': [503], 'offer': [507], 'open': [508], 'APIs,': [509], 'supporting': [510], 'large-scale,': [511], 'mining': [513], 'activities': [516], 'conversations': [518], 'objects': [521], '[21].\r\n\r\nAltmetrics': [522], '[22],': [523], '[23]': [524], 'study': [527], 'use': [529, 627], 'measures': [533, 669], 'based': [534], 'term': [543], 'used': [547], 'describe': [549], 'metrics': [551], 'themselves–one': [552], 'could': [553], 'propose': [554], 'plural': [556], '“set': [558], 'altmetrics.”': [561], 'Altmetrics': [562, 639], 'most': [565], 'cases': [566], 'subset': [568, 577], 'webometrics;': [573], 'latter': [580], 'focuses': [584], 'narrowly': [586], 'measured': [591], 'environments,': [596], 'rather': [597], 'than': [598], 'generally.\r\n\r\nAltmetrics': [603], 'support': [605], 'finer-grained': [606], 'maps': [607], 'science,': [609], 'equitable': [613], 'evaluations,': [614], 'improvements': [616], 'peer-review': [619], '[24].': [621], 'On': [622], 'other': [624], 'hand,': [625], 'development': [629], 'altmetrics': [631, 686], 'pursued': [634], 'appropriate': [636], 'scientific': [637], 'caution.': [638], 'face': [641], 'attempts': [642], 'manipulation': [644, 658], 'what': [647], 'Google': [648], 'web': [653], 'search': [654], 'ranking.': [655], 'Addressing': [656], 'such': [657], 'may,': [659], 'in-turn,': [660], 'transparency': [663], 'altmetrics.': [665], 'New': [666], 'complex': [668], 'distort': [671], 'our': [672], 'if': [678], 'rigorously': [680], 'assessed': [681], 'correctly': [683], 'understood.': [684], 'Finally,': [685], 'promote': [688], 'an': [689], 'evaluation': [690], 'scholarship': [693], 'argue': [696], 'overly': [699], 'focused': [700], 'metrics.': [702]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2396414759', 'counts_by_year': [{'year': 2023, 'cited_by_count': 11}, {'year': 2022, 'cited_by_count': 26}, {'year': 2021, 'cited_by_count': 16}, {'year': 2020, 'cited_by_count': 21}, {'year': 2019, 'cited_by_count': 19}, {'year': 2018, 'cited_by_count': 12}, {'year': 2017, 'cited_by_count': 18}, {'year': 2016, 'cited_by_count': 14}, {'year': 2015, 'cited_by_count': 20}, {'year': 2014, 'cited_by_count': 13}, {'year': 2013, 'cited_by_count': 20}], 'updated_date': '2023-10-02T09:49:24.363044', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2059275568', 'doi': 'https://doi.org/10.1038/495437a', 'title': 'Beyond the paper', 'display_name': 'Beyond the paper', 'publication_year': 2013, 'publication_date': '2013-03-01', 'ids': {'openalex': 'https://openalex.org/W2059275568', 'doi': 'https://doi.org/10.1038/495437a', 'mag': '2059275568', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/23538811'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/495437a', 'pdf_url': 'https://www.nature.com/articles/495437a.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nature.com/articles/495437a.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'Jason Priem is an information scientist at the University of North Carolina at Chapel Hill, North Carolina, USA, and co-founder of ImpactStory.,', 'raw_affiliation_strings': ['Jason Priem is an information scientist at the University of North Carolina at Chapel Hill, North Carolina, USA, and co-founder of ImpactStory.,']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5023888391'], 'corresponding_institution_ids': ['https://openalex.org/I114027177'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 138, 'biblio': {'volume': '495', 'issue': '7442', 'first_page': '437', 'last_page': '440'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.38446495}], 'mesh': [{'descriptor_ui': 'D033181', 'descriptor_name': 'Information Dissemination', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D017712', 'descriptor_name': 'Peer Review, Research', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': True}, {'descriptor_ui': 'D017712', 'descriptor_name': 'Peer Review, Research', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': True}, {'descriptor_ui': 'D000465', 'descriptor_name': 'Algorithms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D057218', 'descriptor_name': 'Blogging', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D063045', 'descriptor_name': 'Crowdsourcing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D063045', 'descriptor_name': 'Crowdsourcing', 'qualifier_ui': 'Q000639', 'qualifier_name': 'trends', 'is_major_topic': False}, {'descriptor_ui': 'D063045', 'descriptor_name': 'Crowdsourcing', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D033181', 'descriptor_name': 'Information Dissemination', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020407', 'descriptor_name': 'Internet', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020407', 'descriptor_name': 'Internet', 'qualifier_ui': 'Q000706', 'qualifier_name': 'statistics & numerical data', 'is_major_topic': False}, {'descriptor_ui': 'D017712', 'descriptor_name': 'Peer Review, Research', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017712', 'descriptor_name': 'Peer Review, Research', 'qualifier_ui': 'Q000592', 'qualifier_name': 'standards', 'is_major_topic': False}, {'descriptor_ui': 'D011643', 'descriptor_name': 'Publishing', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012201', 'descriptor_name': 'Reward', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/495437a', 'pdf_url': 'https://www.nature.com/articles/495437a.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23538811', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1038/495437a', 'pdf_url': 'https://www.nature.com/articles/495437a.pdf', 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.5}], 'grants': [], 'referenced_works_count': 7, 'referenced_works': ['https://openalex.org/W1572136682', 'https://openalex.org/W2041955505', 'https://openalex.org/W2054381589', 'https://openalex.org/W2067333003', 'https://openalex.org/W2077217220', 'https://openalex.org/W2089447016', 'https://openalex.org/W2144816075'], 'related_works': ['https://openalex.org/W1596801655', 'https://openalex.org/W2130043461', 'https://openalex.org/W2350741829', 'https://openalex.org/W2358668433', 'https://openalex.org/W2376932109', 'https://openalex.org/W2382290278', 'https://openalex.org/W2390279801', 'https://openalex.org/W2530322880', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033'], 'ngrams_url': 'https://api.openalex.org/works/W2059275568/ngrams', 'abstract_inverted_index': {'The': [0], 'journal': [1], 'and': [2, 12], 'article': [3], 'are': [4], 'being': [5], 'superseded': [6], 'by': [7], 'algorithms': [8], 'that': [9], 'filter,': [10], 'rate': [11], 'disseminate': [13], 'scholarship': [14], 'as': [15], 'it': [16], 'happens,': [17], 'argues': [18], 'Jason': [19], 'Priem.': [20]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2059275568', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3}, {'year': 2022, 'cited_by_count': 4}, {'year': 2021, 'cited_by_count': 9}, {'year': 2020, 'cited_by_count': 11}, {'year': 2019, 'cited_by_count': 8}, {'year': 2018, 'cited_by_count': 12}, {'year': 2017, 'cited_by_count': 22}, {'year': 2016, 'cited_by_count': 14}, {'year': 2015, 'cited_by_count': 22}, {'year': 2014, 'cited_by_count': 15}, {'year': 2013, 'cited_by_count': 18}], 'updated_date': '2023-09-28T02:56:37.525839', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W3130540911', 'doi': None, 'title': 'altmetrics: a manifesto', 'display_name': 'altmetrics: a manifesto', 'publication_year': 2011, 'publication_date': '2011-01-01', 'ids': {'openalex': 'https://openalex.org/W3130540911', 'mag': '3130540911'}, 'language': 'ca', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1187&context=scholcom', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042757004', 'display_name': 'Dario Taraborelli', 'orcid': 'https://orcid.org/0000-0002-0082-8508'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Dario Taraborelli', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034924491', 'display_name': 'Paul Groth', 'orcid': 'https://orcid.org/0000-0003-0757-7665'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Paul Groth', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5072104268', 'display_name': 'Cameron Neylon', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Cameron Neylon', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 100, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.87747437}, {'id': 'https://openalex.org/C2778896172', 'wikidata': 'https://www.wikidata.org/wiki/Q46337', 'display_name': 'Manifesto', 'level': 2, 'score': 0.7097621}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.32078287}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.2755885}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.16183686}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1187&context=scholcom', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.16}, {'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.14}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1491754772', 'https://openalex.org/W1531607676', 'https://openalex.org/W1553564559', 'https://openalex.org/W1572136682', 'https://openalex.org/W1731700882', 'https://openalex.org/W1965964177', 'https://openalex.org/W1971087125', 'https://openalex.org/W2038196424', 'https://openalex.org/W2064816492', 'https://openalex.org/W2073023209', 'https://openalex.org/W2088858100', 'https://openalex.org/W2122130843', 'https://openalex.org/W2128438887', 'https://openalex.org/W2143612877', 'https://openalex.org/W2150455238', 'https://openalex.org/W2164277894', 'https://openalex.org/W2169420254', 'https://openalex.org/W2518646621', 'https://openalex.org/W2912512198', 'https://openalex.org/W2963475133'], 'ngrams_url': 'https://api.openalex.org/works/W3130540911/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3130540911', 'counts_by_year': [{'year': 2021, 'cited_by_count': 2}, {'year': 2020, 'cited_by_count': 5}, {'year': 2019, 'cited_by_count': 14}, {'year': 2018, 'cited_by_count': 8}, {'year': 2017, 'cited_by_count': 3}, {'year': 2016, 'cited_by_count': 10}, {'year': 2015, 'cited_by_count': 20}, {'year': 2014, 'cited_by_count': 25}, {'year': 2013, 'cited_by_count': 10}, {'year': 2012, 'cited_by_count': 3}], 'updated_date': '2023-09-23T08:08:05.573574', 'created_date': '2021-03-01'}, {'id': 'https://openalex.org/W2104791248', 'doi': 'https://doi.org/10.1016/j.iheduc.2008.03.002', 'title': 'Data for free: Using LMS activity logs to measure community in online courses', 'display_name': 'Data for free: Using LMS activity logs to measure community in online courses', 'publication_year': 2008, 'publication_date': '2008-01-01', 'ids': {'openalex': 'https://openalex.org/W2104791248', 'doi': 'https://doi.org/10.1016/j.iheduc.2008.03.002', 'mag': '2104791248'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.iheduc.2008.03.002', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S166850901', 'display_name': 'Internet and Higher Education', 'issn_l': '1096-7516', 'issn': ['1096-7516', '1873-5525'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5014214673', 'display_name': 'Erik W. Black', 'orcid': 'https://orcid.org/0000-0002-5284-135X'}, 'institutions': [{'id': 'https://openalex.org/I94062374', 'display_name': 'Florida College', 'ror': 'https://ror.org/010bgev76', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I94062374']}, {'id': 'https://openalex.org/I33213144', 'display_name': 'University of Florida', 'ror': 'https://ror.org/02y3ad647', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2801649442', 'https://openalex.org/I33213144']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Erik W. Black', 'raw_affiliation_string': 'University of Florida, College of Education, School of Teaching and Learning, United States', 'raw_affiliation_strings': ['University of Florida, College of Education, School of Teaching and Learning, United States']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089894610', 'display_name': 'Kara Dawson', 'orcid': 'https://orcid.org/0000-0002-1855-0719'}, 'institutions': [{'id': 'https://openalex.org/I94062374', 'display_name': 'Florida College', 'ror': 'https://ror.org/010bgev76', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I94062374']}, {'id': 'https://openalex.org/I33213144', 'display_name': 'University of Florida', 'ror': 'https://ror.org/02y3ad647', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2801649442', 'https://openalex.org/I33213144']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kara M. Dawson', 'raw_affiliation_string': 'University of Florida, College of Education, School of Teaching and Learning, United States', 'raw_affiliation_strings': ['University of Florida, College of Education, School of Teaching and Learning, United States']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I94062374', 'display_name': 'Florida College', 'ror': 'https://ror.org/010bgev76', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I94062374']}, {'id': 'https://openalex.org/I33213144', 'display_name': 'University of Florida', 'ror': 'https://ror.org/02y3ad647', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2801649442', 'https://openalex.org/I33213144']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'University of Florida, College of Education, School of Teaching and Learning, United States', 'raw_affiliation_strings': ['University of Florida, College of Education, School of Teaching and Learning, United States']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5014214673'], 'corresponding_institution_ids': ['https://openalex.org/I94062374', 'https://openalex.org/I33213144'], 'apc_list': {'value': 4440, 'currency': 'USD', 'value_usd': 4440, 'provenance': 'doaj'}, 'apc_paid': {'value': 4440, 'currency': 'USD', 'value_usd': 4440, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 97, 'biblio': {'volume': '11', 'issue': '2', 'first_page': '65', 'last_page': '70'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C201943243', 'wikidata': 'https://www.wikidata.org/wiki/Q7551008', 'display_name': 'Social connectedness', 'level': 2, 'score': 0.6721955}, {'id': 'https://openalex.org/C2779114481', 'wikidata': 'https://www.wikidata.org/wiki/Q6510117', 'display_name': 'Learning Management', 'level': 2, 'score': 0.6611706}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6267151}, {'id': 'https://openalex.org/C2778165684', 'wikidata': 'https://www.wikidata.org/wiki/Q6576792', 'display_name': 'Online community', 'level': 2, 'score': 0.58681375}, {'id': 'https://openalex.org/C2779942219', 'wikidata': 'https://www.wikidata.org/wiki/Q7451000', 'display_name': 'Sense of community', 'level': 2, 'score': 0.52536285}, {'id': 'https://openalex.org/C2986087404', 'wikidata': 'https://www.wikidata.org/wiki/Q15946010', 'display_name': 'Online learning', 'level': 2, 'score': 0.50624794}, {'id': 'https://openalex.org/C2777648619', 'wikidata': 'https://www.wikidata.org/wiki/Q2845208', 'display_name': 'Learning analytics', 'level': 2, 'score': 0.49643308}, {'id': 'https://openalex.org/C2777808570', 'wikidata': 'https://www.wikidata.org/wiki/Q967853', 'display_name': 'Massive open online course', 'level': 2, 'score': 0.4933702}, {'id': 'https://openalex.org/C39343751', 'wikidata': 'https://www.wikidata.org/wiki/Q1040098', 'display_name': 'Learning community', 'level': 2, 'score': 0.4876455}, {'id': 'https://openalex.org/C2776954719', 'wikidata': 'https://www.wikidata.org/wiki/Q5155020', 'display_name': 'Community of inquiry', 'level': 3, 'score': 0.45898852}, {'id': 'https://openalex.org/C26760741', 'wikidata': 'https://www.wikidata.org/wiki/Q160402', 'display_name': 'Perception', 'level': 2, 'score': 0.4437746}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.43802422}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.3323316}, {'id': 'https://openalex.org/C145420912', 'wikidata': 'https://www.wikidata.org/wiki/Q853077', 'display_name': 'Mathematics education', 'level': 1, 'score': 0.3097614}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.29461852}, {'id': 'https://openalex.org/C169900460', 'wikidata': 'https://www.wikidata.org/wiki/Q2200417', 'display_name': 'Cognition', 'level': 2, 'score': 0.13922119}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C169760540', 'wikidata': 'https://www.wikidata.org/wiki/Q207011', 'display_name': 'Neuroscience', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C542102704', 'wikidata': 'https://www.wikidata.org/wiki/Q183257', 'display_name': 'Psychotherapist', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/j.iheduc.2008.03.002', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S166850901', 'display_name': 'Internet and Higher Education', 'issn_l': '1096-7516', 'issn': ['1096-7516', '1873-5525'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.72}], 'grants': [], 'referenced_works_count': 18, 'referenced_works': ['https://openalex.org/W1602919837', 'https://openalex.org/W1965129292', 'https://openalex.org/W1966646122', 'https://openalex.org/W1976375825', 'https://openalex.org/W1976934248', 'https://openalex.org/W2010201110', 'https://openalex.org/W2027711578', 'https://openalex.org/W2056203448', 'https://openalex.org/W2064731679', 'https://openalex.org/W2088597624', 'https://openalex.org/W2088744788', 'https://openalex.org/W2107047614', 'https://openalex.org/W2123919454', 'https://openalex.org/W2145008037', 'https://openalex.org/W2167602294', 'https://openalex.org/W2168612921', 'https://openalex.org/W2739808602', 'https://openalex.org/W2751027325'], 'related_works': ['https://openalex.org/W1170389938', 'https://openalex.org/W1490974549', 'https://openalex.org/W2056793395', 'https://openalex.org/W2101106313', 'https://openalex.org/W2104791248', 'https://openalex.org/W2483539048', 'https://openalex.org/W2748952813', 'https://openalex.org/W2923893721', 'https://openalex.org/W3171146262', 'https://openalex.org/W3207368856'], 'ngrams_url': 'https://api.openalex.org/works/W2104791248/ngrams', 'abstract_inverted_index': {'In': [0], 'the': [1, 47, 52, 58], 'study': [2, 18, 84], 'of': [3, 30, 42, 51, 61, 73, 78, 93], 'online': [4, 34, 97, 114], 'learning': [5, 54, 98], 'community,': [6], 'many': [7], 'investigators': [8], 'have': [9], 'turned': [10], 'attention': [11], 'to': [12, 20, 26, 39, 86], 'automatically': [13], 'logged': [14], 'web': [15], 'data.': [16], 'This': [17, 83], 'aims': [19], 'further': [21], 'this': [22], 'work': [23], 'by': [24], 'seeking': [25], 'determine': [27], 'whether': [28], 'logs': [29, 70], 'student': [31, 40, 81], 'activity': [32], 'within': [33], 'graduate': [35], 'level': [36], 'courses': [37], 'related': [38], 'perceptions': [41], 'course': [43, 68], 'community.': [44, 82, 115], 'Researchers': [45], 'utilized': [46], 'data': [48, 69], 'logging': [49], 'features': [50], 'Moodle': [53], 'management': [55], 'system': [56], 'and': [57, 80, 100], 'Classroom': [59], 'Sense': [60], 'Community': [62], 'Index.': [63], 'Results': [64], 'reveal': [65], 'that': [66], 'cumulative': [67], 'are': [71], 'predictive': [72], 'both': [74], 'a': [75, 87, 90, 102], "student's": [76], 'sense': [77], 'connectedness': [79], 'adds': [85], 'foundation': [88], 'for': [89, 105, 112], 'non-invasive': [91], 'assessment': [92], 'affective': [94], 'variables': [95], 'in': [96], 'environments,': [99], 'suggests': [101], 'simple': [103], 'method': [104], 'providing': [106], 'e-learning': [107], 'instructors': [108], 'with': [109], 'real-time': [110], 'feedback': [111], 'fostering': [113]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2104791248', 'counts_by_year': [{'year': 2023, 'cited_by_count': 3}, {'year': 2022, 'cited_by_count': 4}, {'year': 2021, 'cited_by_count': 3}, {'year': 2020, 'cited_by_count': 5}, {'year': 2019, 'cited_by_count': 2}, {'year': 2018, 'cited_by_count': 8}, {'year': 2017, 'cited_by_count': 4}, {'year': 2016, 'cited_by_count': 9}, {'year': 2015, 'cited_by_count': 11}, {'year': 2014, 'cited_by_count': 10}, {'year': 2013, 'cited_by_count': 6}, {'year': 2012, 'cited_by_count': 14}], 'updated_date': '2023-10-04T05:42:34.570793', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1553564559', 'doi': None, 'title': 'Altmetrics in the wild: Using social media to explore scholarly impact', 'display_name': 'Altmetrics in the wild: Using social media to explore scholarly impact', 'publication_year': 2012, 'publication_date': '2012-03-20', 'ids': {'openalex': 'https://openalex.org/W1553564559', 'mag': '1553564559'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://arxiv.org/abs/1203.4745', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Heather A. Piwowar', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5074459108', 'display_name': 'Bradley M. Hemminger', 'orcid': 'https://orcid.org/0000-0003-0558-8862'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Bradley M. Hemminger', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 87, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.9872199}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.749833}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.7196592}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.5059158}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.46136016}, {'id': 'https://openalex.org/C2781316041', 'wikidata': 'https://www.wikidata.org/wiki/Q1230584', 'display_name': 'Diversity (politics)', 'level': 2, 'score': 0.43998492}, {'id': 'https://openalex.org/C2779455604', 'wikidata': 'https://www.wikidata.org/wiki/Q5330', 'display_name': 'Impact factor', 'level': 2, 'score': 0.43603402}, {'id': 'https://openalex.org/C105345328', 'wikidata': 'https://www.wikidata.org/wiki/Q206276', 'display_name': 'Citation analysis', 'level': 3, 'score': 0.42563555}, {'id': 'https://openalex.org/C197352329', 'wikidata': 'https://www.wikidata.org/wiki/Q1093434', 'display_name': 'Citizen science', 'level': 2, 'score': 0.4205796}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.41864887}, {'id': 'https://openalex.org/C126349790', 'wikidata': 'https://www.wikidata.org/wiki/Q905036', 'display_name': 'Computational sociology', 'level': 2, 'score': 0.41673708}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.22793913}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.19010451}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.08643454}, {'id': 'https://openalex.org/C59822182', 'wikidata': 'https://www.wikidata.org/wiki/Q441', 'display_name': 'Botany', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C19165224', 'wikidata': 'https://www.wikidata.org/wiki/Q23404', 'display_name': 'Anthropology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://arxiv.org/abs/1203.4745', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.81}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1491754772', 'https://openalex.org/W1519117689', 'https://openalex.org/W1531607676', 'https://openalex.org/W1572136682', 'https://openalex.org/W1731700882', 'https://openalex.org/W1965964177', 'https://openalex.org/W1971087125', 'https://openalex.org/W2038196424', 'https://openalex.org/W2041540760', 'https://openalex.org/W2054174667', 'https://openalex.org/W2064816492', 'https://openalex.org/W2073023209', 'https://openalex.org/W2122130843', 'https://openalex.org/W2143612877', 'https://openalex.org/W2159336657', 'https://openalex.org/W2164277894', 'https://openalex.org/W2912512198', 'https://openalex.org/W2963475133', 'https://openalex.org/W3130540911'], 'ngrams_url': 'https://api.openalex.org/works/W1553564559/ngrams', 'abstract_inverted_index': {'In': [0], 'growing': [1], 'numbers,': [2], 'scholars': [3, 201], 'are': [4, 87, 150], 'integrating': [5], 'social': [6, 57], 'media': [7], 'tools': [8, 24], 'like': [9], 'blogs,': [10], 'Twitter,': [11], 'and': [12, 26, 32, 124, 129, 155, 198], 'Mendeley': [13, 102, 154], 'into': [14, 211], 'their': [15], 'professional': [16], 'communications.': [17], 'The': [18], 'online,': [19], 'public': [20], 'nature': [21], 'of': [22, 44, 55, 70, 84, 112, 145, 157, 184], 'these': [23, 56, 206], 'exposes': [25], 'reifies': [27], 'scholarly': [28, 146], 'processes': [29], 'once': [30], 'hidden': [31], 'ephemeral.': [33], 'Metrics': [34], 'based': [35], 'on': [36, 187], 'this': [37], 'activities': [38], 'could': [39], 'inform': [40], 'broader,': [41], 'faster': [42], 'measures': [43], 'impact,': [45], 'complementing': [46], 'traditional': [47, 216], 'citation': [48, 128, 217], 'metrics.': [49], 'This': [50], 'study': [51], 'explores': [52], 'the': [53, 67, 142], 'properties': [54], 'media-based': [58], 'metrics': [59], 'or': [60, 119], 'altmetrics,': [61], 'sampling': [62], '24,331': [63], 'articles': [64, 86, 113, 193], 'published': [65], 'by': [66, 200], 'Public': [68], 'Library': [69], 'Science.': [71], '\r\nWe': [72], 'find': [73], 'that': [74, 75, 176], 'different': [76, 121, 179, 185, 188], 'indicators': [77, 131, 163], 'vary': [78], 'greatly': [79], 'in': [80, 89, 98, 174], 'activity.': [81], 'Around': [82], '5%': [83], 'sampled': [85], 'cited': [88], 'Wikipedia,': [90], 'while': [91], 'close': [92], 'to': [93, 140, 165, 170, 215], '80%': [94], 'have': [95, 114], 'been': [96], 'included': [97], 'at': [99], 'least': [100], 'one': [101], 'library.': [103], 'There': [104, 149], 'is,': [105], 'however,': [106], 'an': [107], 'encouraging': [108], 'diversity;': [109], 'a': [110], 'quarter': [111], 'nonzero': [115], 'data': [116], 'from': [117], 'five': [118, 178], 'more': [120, 209], 'sources.': [122], 'Correlation': [123], 'factor': [125], 'analysis': [126], 'suggest': [127, 177], 'altmetrics': [130, 212], 'track': [132], 'related': [133], 'but': [134, 160, 202], 'distinct': [135], 'impacts,': [136], 'with': [137], 'neither': [138], 'able': [139], 'describe': [141], 'complete': [143], 'picture': [144], 'use': [147], 'alone.': [148], 'moderate': [151], 'correlations': [152], 'between': [153], 'Web': [156], 'Science': [158], 'citation,': [159], 'many': [161], 'altmetric': [162], 'seem': [164], 'measure': [166], 'impact': [167, 180], 'mostly': [168], 'orthogonal': [169], 'citation.': [171], 'Articles': [172], 'cluster': [173], 'ways': [175], 'flavors,': [181], 'capturing': [182], 'impacts': [183], 'types': [186], 'audiences;': [189], 'for': [190], 'instance,': [191], 'some': [192], 'may': [194], 'be': [195], 'heavily': [196], 'read': [197], 'saved': [199], 'seldom': [203], 'cited.': [204], 'Together,': [205], 'findings': [207], 'encourage': [208], 'research': [210], 'as': [213], 'complements': [214], 'measures.': [218]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1553564559', 'counts_by_year': [{'year': 2021, 'cited_by_count': 5}, {'year': 2020, 'cited_by_count': 5}, {'year': 2019, 'cited_by_count': 3}, {'year': 2018, 'cited_by_count': 5}, {'year': 2017, 'cited_by_count': 5}, {'year': 2016, 'cited_by_count': 10}, {'year': 2015, 'cited_by_count': 17}, {'year': 2014, 'cited_by_count': 16}, {'year': 2013, 'cited_by_count': 18}, {'year': 2012, 'cited_by_count': 3}], 'updated_date': '2023-09-27T07:37:13.917514', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2051771537', 'doi': 'https://doi.org/10.1002/bult.2013.1720390405', 'title': 'The power of altmetrics on a CV', 'display_name': 'The power of altmetrics on a CV', 'publication_year': 2013, 'publication_date': '2013-04-01', 'ids': {'openalex': 'https://openalex.org/W2051771537', 'doi': 'https://doi.org/10.1002/bult.2013.1720390405', 'mag': '2051771537'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/bult.2013.1720390405', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/bult.2013.1720390405', 'source': {'id': 'https://openalex.org/S4210204412', 'display_name': 'Bulletin of the American Society for Information Science', 'issn_l': '0095-4403', 'issn': ['0095-4403', '2163-4289'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315583', 'host_organization_name': 'Association for Information Science and Technology', 'host_organization_lineage': ['https://openalex.org/P4310315583'], 'host_organization_lineage_names': ['Association for Information Science and Technology'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/bult.2013.1720390405', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}, {'id': 'https://openalex.org/I4210161256', 'display_name': 'Impact', 'ror': 'https://ror.org/05d9dsr70', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210161256']}], 'countries': ['CA', 'US'], 'is_corresponding': True, 'raw_author_name': 'Heather Piwowar', 'raw_affiliation_string': 'Duke University, studying the adoption and use of open research data. She is also a co-founder of ImpactStory (http://impactstory.org/), an open-source web tool that helps scholars track and report the broader impacts of their research', 'raw_affiliation_strings': ['Duke University, studying the adoption and use of open research data. She is also a co-founder of ImpactStory (http://impactstory.org/), an open-source web tool that helps scholars track and report the broader impacts of their research']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}, {'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'University of North Carolina at Chapel Hill. He is also a co-founder of ImpactStory (http://impactstory.org/)', 'raw_affiliation_strings': ['University of North Carolina at Chapel Hill. He is also a co-founder of ImpactStory (http://impactstory.org/)']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5048491430', 'https://openalex.org/A5023888391'], 'corresponding_institution_ids': ['https://openalex.org/I4210166736', 'https://openalex.org/I4210161256', 'https://openalex.org/I114027177', 'https://openalex.org/I4210166736'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 74, 'biblio': {'volume': '39', 'issue': '4', 'first_page': '10', 'last_page': '13'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.994843}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.6368998}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.50568986}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.4708635}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.38783228}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.23200366}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/bult.2013.1720390405', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/bult.2013.1720390405', 'source': {'id': 'https://openalex.org/S4210204412', 'display_name': 'Bulletin of the American Society for Information Science', 'issn_l': '0095-4403', 'issn': ['0095-4403', '2163-4289'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315583', 'host_organization_name': 'Association for Information Science and Technology', 'host_organization_lineage': ['https://openalex.org/P4310315583'], 'host_organization_lineage_names': ['Association for Information Science and Technology'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/bult.2013.1720390405', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/bult.2013.1720390405', 'source': {'id': 'https://openalex.org/S4210204412', 'display_name': 'Bulletin of the American Society for Information Science', 'issn_l': '0095-4403', 'issn': ['0095-4403', '2163-4289'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315583', 'host_organization_name': 'Association for Information Science and Technology', 'host_organization_lineage': ['https://openalex.org/P4310315583'], 'host_organization_lineage_names': ['Association for Information Science and Technology'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.77}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1956265961', 'https://openalex.org/W2404565929', 'https://openalex.org/W2748952813', 'https://openalex.org/W2885871747', 'https://openalex.org/W2971547614', 'https://openalex.org/W3110931014', 'https://openalex.org/W3145384786', 'https://openalex.org/W4293060465', 'https://openalex.org/W4323356342', 'https://openalex.org/W4362706211'], 'ngrams_url': 'https://api.openalex.org/works/W2051771537/ngrams', 'abstract_inverted_index': {"Editor's": [0], 'Summary': [1], 'Alternative': [2], 'metrics': [3, 34, 74], 'demonstrate': [4], 'the': [5, 20, 47], 'value': [6], 'and': [7, 17, 30, 52, 75, 94, 111], 'influence': [8], 'of': [9, 22, 49, 58, 85], "scholars'": [10], 'work': [11, 51], 'apart': [12], 'from': [13], 'traditional': [14, 42, 73], 'citation': [15], 'counts': [16], 'can': [18, 31, 66], 'enhance': [19], 'impact': [21, 48], 'a': [23, 104], 'CV.': [24], 'Altmetrics': [25, 65], 'provide': [26], 'additional,': [27], 'supplementary': [28], 'information': [29], 'balance': [32], 'misleading': [33], 'tied': [35], 'to': [36, 55, 90], 'particular': [37], 'journals.': [38], 'More': [39], 'timely': [40], 'than': [41], 'metrics,': [43], 'altmetrics': [44, 86, 106], 'quickly': [45], 'reveal': [46], 'recent': [50], 'add': [53], 'authority': [54], 'different': [56], 'types': [57], 'scholarly': [59, 81], 'products': [60], 'not': [61], 'captured': [62], 'as': [63], 'articles.': [64], 'capture': [67], 'social': [68], 'media': [69], 'references': [70], 'that': [71], 'escape': [72], 'reflect': [76], 'public': [77], 'engagement': [78], 'prompted': [79], 'by': [80], 'writing.': [82], 'The': [83], 'availability': [84], 'expands': [87], 'publishing': [88], 'opportunities': [89], 'include': [91], 'new': [92], 'venues': [93], 'stimulates': [95], 'innovative': [96], 'strategies': [97], 'for': [98], 'evaluating': [99], 'research.': [100], 'When': [101], 'included': [102], 'in': [103], 'CV': [105], 'must': [107], 'be': [108], 'accurate,': [109], 'clear': [110], 'meaningful.': [112]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2051771537', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2}, {'year': 2022, 'cited_by_count': 2}, {'year': 2021, 'cited_by_count': 9}, {'year': 2020, 'cited_by_count': 6}, {'year': 2019, 'cited_by_count': 6}, {'year': 2018, 'cited_by_count': 9}, {'year': 2017, 'cited_by_count': 5}, {'year': 2016, 'cited_by_count': 11}, {'year': 2015, 'cited_by_count': 14}, {'year': 2014, 'cited_by_count': 8}, {'year': 2013, 'cited_by_count': 2}], 'updated_date': '2023-10-02T05:19:08.554882', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2144816075', 'doi': 'https://doi.org/10.3389/fncom.2012.00019', 'title': 'Decoupling the scholarly journal', 'display_name': 'Decoupling the scholarly journal', 'publication_year': 2012, 'publication_date': '2012-01-01', 'ids': {'openalex': 'https://openalex.org/W2144816075', 'doi': 'https://doi.org/10.3389/fncom.2012.00019', 'mag': '2144816075', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/22493574', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3319915'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3389/fncom.2012.00019', 'pdf_url': 'https://www.frontiersin.org/articles/10.3389/fncom.2012.00019/pdf', 'source': {'id': 'https://openalex.org/S19778766', 'display_name': 'Frontiers in Computational Neuroscience', 'issn_l': '1662-5188', 'issn': ['1662-5188'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320527', 'host_organization_name': 'Frontiers Media', 'host_organization_lineage': ['https://openalex.org/P4310320527'], 'host_organization_lineage_names': ['Frontiers Media'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.frontiersin.org/articles/10.3389/fncom.2012.00019/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'University of North Carolina at Chapel Hill, School of Information and Library Science, CB #3360, 100 Manning Hall, Chapel Hill, 27599-3360, NC, United States', 'raw_affiliation_strings': ['University of North Carolina at Chapel Hill, School of Information and Library Science, CB #3360, 100 Manning Hall, Chapel Hill, 27599-3360, NC, United States']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5074459108', 'display_name': 'Bradley M. Hemminger', 'orcid': 'https://orcid.org/0000-0003-0558-8862'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bradley M. Hemminger', 'raw_affiliation_string': 'University of North Carolina at Chapel Hill, School of Information and Library Science, CB #3360, 100 Manning Hall, Chapel Hill, 27599-3360, NC, United States', 'raw_affiliation_strings': ['University of North Carolina at Chapel Hill, School of Information and Library Science, CB #3360, 100 Manning Hall, Chapel Hill, 27599-3360, NC, United States']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2950, 'currency': 'USD', 'value_usd': 2950, 'provenance': 'doaj'}, 'apc_paid': {'value': 2950, 'currency': 'USD', 'value_usd': 2950, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 54, 'biblio': {'volume': '6', 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.630949}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.5227009}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.5216187}, {'id': 'https://openalex.org/C110875604', 'wikidata': 'https://www.wikidata.org/wiki/Q75', 'display_name': 'The Internet', 'level': 2, 'score': 0.49376234}, {'id': 'https://openalex.org/C205606062', 'wikidata': 'https://www.wikidata.org/wiki/Q5249645', 'display_name': 'Decoupling (probability)', 'level': 2, 'score': 0.483365}, {'id': 'https://openalex.org/C46304622', 'wikidata': 'https://www.wikidata.org/wiki/Q374814', 'display_name': 'Certification', 'level': 2, 'score': 0.4589383}, {'id': 'https://openalex.org/C188045909', 'wikidata': 'https://www.wikidata.org/wiki/Q3306359', 'display_name': 'Atomicity', 'level': 3, 'score': 0.41836572}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.39223045}, {'id': 'https://openalex.org/C75949130', 'wikidata': 'https://www.wikidata.org/wiki/Q848010', 'display_name': 'Database transaction', 'level': 2, 'score': 0.28952134}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.24155176}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.22728422}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.11587316}, {'id': 'https://openalex.org/C77088390', 'wikidata': 'https://www.wikidata.org/wiki/Q8513', 'display_name': 'Database', 'level': 1, 'score': 0.09818208}, {'id': 'https://openalex.org/C133731056', 'wikidata': 'https://www.wikidata.org/wiki/Q4917288', 'display_name': 'Control engineering', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3389/fncom.2012.00019', 'pdf_url': 'https://www.frontiersin.org/articles/10.3389/fncom.2012.00019/pdf', 'source': {'id': 'https://openalex.org/S19778766', 'display_name': 'Frontiers in Computational Neuroscience', 'issn_l': '1662-5188', 'issn': ['1662-5188'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320527', 'host_organization_name': 'Frontiers Media', 'host_organization_lineage': ['https://openalex.org/P4310320527'], 'host_organization_lineage_names': ['Frontiers Media'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3319915', 'pdf_url': 'https://europepmc.org/articles/pmc3319915?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://doi.org/10.17615/t6x2-d431', 'pdf_url': 'https://cdr.lib.unc.edu/downloads/v692tf20s', 'source': {'id': 'https://openalex.org/S4306401075', 'display_name': 'Carolina Digital Repository (University of North Carolina at Chapel Hill)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114027177', 'host_organization_name': 'University of North Carolina at Chapel Hill', 'host_organization_lineage': ['https://openalex.org/I114027177'], 'host_organization_lineage_names': ['University of North Carolina at Chapel Hill'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3319915', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': 'unspecified-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/22493574', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3389/fncom.2012.00019', 'pdf_url': 'https://www.frontiersin.org/articles/10.3389/fncom.2012.00019/pdf', 'source': {'id': 'https://openalex.org/S19778766', 'display_name': 'Frontiers in Computational Neuroscience', 'issn_l': '1662-5188', 'issn': ['1662-5188'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320527', 'host_organization_name': 'Frontiers Media', 'host_organization_lineage': ['https://openalex.org/P4310320527'], 'host_organization_lineage_names': ['Frontiers Media'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.59}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.14}], 'grants': [], 'referenced_works_count': 46, 'referenced_works': ['https://openalex.org/W10966293', 'https://openalex.org/W78967494', 'https://openalex.org/W1488712546', 'https://openalex.org/W1561585380', 'https://openalex.org/W1562425496', 'https://openalex.org/W1578561495', 'https://openalex.org/W1715553689', 'https://openalex.org/W1787706205', 'https://openalex.org/W1907242353', 'https://openalex.org/W1980171941', 'https://openalex.org/W2002034968', 'https://openalex.org/W2006987993', 'https://openalex.org/W2015186536', 'https://openalex.org/W2015934453', 'https://openalex.org/W2019020697', 'https://openalex.org/W2019236511', 'https://openalex.org/W2034083929', 'https://openalex.org/W2037890806', 'https://openalex.org/W2038032083', 'https://openalex.org/W2041540760', 'https://openalex.org/W2041597977', 'https://openalex.org/W2043205981', 'https://openalex.org/W2044550240', 'https://openalex.org/W2048780939', 'https://openalex.org/W2051738082', 'https://openalex.org/W2054381589', 'https://openalex.org/W2059709761', 'https://openalex.org/W2077217220', 'https://openalex.org/W2087021579', 'https://openalex.org/W2089215017', 'https://openalex.org/W2093998522', 'https://openalex.org/W2102073367', 'https://openalex.org/W2104173591', 'https://openalex.org/W2110562193', 'https://openalex.org/W2115748934', 'https://openalex.org/W2126433075', 'https://openalex.org/W2130307546', 'https://openalex.org/W2132736842', 'https://openalex.org/W2133420304', 'https://openalex.org/W2150072903', 'https://openalex.org/W2166327137', 'https://openalex.org/W2171468534', 'https://openalex.org/W2464514413', 'https://openalex.org/W2913217271', 'https://openalex.org/W2917372634', 'https://openalex.org/W3160877400'], 'related_works': ['https://openalex.org/W135928233', 'https://openalex.org/W2013315290', 'https://openalex.org/W2290369472', 'https://openalex.org/W2358690946', 'https://openalex.org/W2371420181', 'https://openalex.org/W2383284615', 'https://openalex.org/W2384193616', 'https://openalex.org/W2391816308', 'https://openalex.org/W2748952813', 'https://openalex.org/W2998398829'], 'ngrams_url': 'https://api.openalex.org/works/W2144816075/ngrams', 'abstract_inverted_index': {'Although': [0], 'many': [1], 'observers': [2], 'have': [3, 18, 120], 'advocated': [4], 'the': [5, 8, 29, 33, 36, 70, 78, 81, 88, 106, 180, 200, 205, 213], 'reform': [6], 'of': [7, 32, 40, 53, 55, 69, 161, 171, 176, 208], 'scholarly': [9], 'publishing': [10, 159], 'system,': [11, 71, 87], 'improvements': [12], 'to': [13, 28, 64, 97, 105, 153, 186, 197, 212], 'functions': [14, 39, 89], 'like': [15, 179], 'peer': [16, 141, 217], 'review': [17], 'been': [19], 'adopted': [20], 'sluggishly.': [21], 'We': [22, 75], 'argue': [23], 'that': [24, 77, 149], 'this': [25, 86, 193], 'is': [26, 80, 195], 'due': [27], 'tight': [30, 59], 'coupling': [31, 60], 'journal': [34, 83], 'system:': [35], "system's": [37], 'essential': [38], 'archiving,': [41], 'registration,': [42], 'dissemination,': [43], 'and': [44, 49, 92, 101, 123, 140, 166, 189], 'certification': [45], 'are': [46, 90], 'bundled': [47], 'together': [48], 'siloed': [50], 'into': [51], 'tens': [52], 'thousands': [54], 'individual': [56], 'journals.': [57], 'This': [58], 'makes': [61], 'it': [62, 121], 'difficult': [63], 'change': [65], 'any': [66], 'one': [67, 126, 144], 'aspect': [68], 'choking': [72], 'out': [73, 160], 'innovation.': [74], 'suggest': [76], 'solution': [79], '"decoupled': [82], '(DcJ)."': [84], 'In': [85], 'unbundled': [91], 'performed': [93], 'as': [94], 'services,': [95], 'able': [96, 196], 'compete': [98], 'for': [99, 129, 216], 'patronage': [100], 'evolve': [102, 198], 'in': [103, 116, 184], 'response': [104, 185], 'market.': [107], 'For': [108], 'instance,': [109], 'a': [110, 168], 'scholar': [111], 'might': [112], 'deposit': [113], 'an': [114], 'article': [115], 'her': [117, 136, 151], 'institutional': [118], 'repository,': [119], 'copyedited': [122], 'typeset': [124], 'by': [125, 131, 143], 'company,': [127], 'indexed': [128], 'search': [130], 'several': [132], 'others,': [133], 'self-marketed': [134], 'over': [135], 'own': [137], 'social': [138], 'networks,': [139], 'reviewed': [142], 'or': [145], 'more': [146], 'stamping': [147], 'agencies': [148], 'connect': [150], 'paper': [152], 'external': [154, 211], 'reviewers.': [155], 'The': [156], 'DcJ': [157], 'brings': [158], 'its': [162], 'current': [163, 201], 'seventeenth-century': [164], 'paradigm,': [165], 'creates': [167], 'Web-like': [169], 'environment': [170], 'loosely': [172], 'joined': [173], 'pieces-a': [174], 'marketplace': [175], 'tools': [177], 'that,': [178], 'Web,': [181], 'evolves': [182], 'quickly': [183], 'new': [187], 'technologies': [188], "users'": [190], 'needs.': [191], 'Importantly,': [192], 'system': [194], 'from': [199], 'one,': [202], 'requiring': [203], 'only': [204], 'continued': [206], 'development': [207], 'bolt-on': [209], 'services': [210], 'journal,': [214], 'particularly': [215], 'review.': [218]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2144816075', 'counts_by_year': [{'year': 2023, 'cited_by_count': 2}, {'year': 2022, 'cited_by_count': 3}, {'year': 2021, 'cited_by_count': 2}, {'year': 2020, 'cited_by_count': 5}, {'year': 2019, 'cited_by_count': 4}, {'year': 2018, 'cited_by_count': 5}, {'year': 2017, 'cited_by_count': 6}, {'year': 2016, 'cited_by_count': 4}, {'year': 2015, 'cited_by_count': 4}, {'year': 2014, 'cited_by_count': 3}, {'year': 2013, 'cited_by_count': 10}, {'year': 2012, 'cited_by_count': 6}], 'updated_date': '2023-09-30T10:59:27.667267', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2980172586', 'doi': 'https://doi.org/10.1101/795310', 'title': 'The Future of OA: A large-scale analysis projecting Open Access publication and readership', 'display_name': 'The Future of OA: A large-scale analysis projecting Open Access publication and readership', 'publication_year': 2019, 'publication_date': '2019-10-09', 'ids': {'openalex': 'https://openalex.org/W2980172586', 'doi': 'https://doi.org/10.1101/795310', 'mag': '2980172586'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/795310', 'pdf_url': 'https://www.biorxiv.org/content/biorxiv/early/2019/10/09/795310.full.pdf', 'source': {'id': 'https://openalex.org/S4306402567', 'display_name': 'bioRxiv (Cold Spring Harbor Laboratory)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2750212522', 'host_organization_name': 'Cold Spring Harbor Laboratory', 'host_organization_lineage': ['https://openalex.org/I2750212522'], 'host_organization_lineage_names': ['Cold Spring Harbor Laboratory'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://www.biorxiv.org/content/biorxiv/early/2019/10/09/795310.full.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4200000001', 'display_name': 'OurResearch', 'ror': 'https://ror.org/02nr0ka47', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4200000001']}], 'countries': ['CA'], 'is_corresponding': True, 'raw_author_name': 'Heather Piwowar', 'raw_affiliation_string': 'Our Research ()', 'raw_affiliation_strings': ['Our Research ()']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I4200000001', 'display_name': 'OurResearch', 'ror': 'https://ror.org/02nr0ka47', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4200000001']}], 'countries': ['CA'], 'is_corresponding': True, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'Our Research ()', 'raw_affiliation_strings': ['Our Research ()']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5057272882', 'display_name': 'Richard Orr', 'orcid': 'https://orcid.org/0000-0002-5503-9370'}, 'institutions': [{'id': 'https://openalex.org/I4200000001', 'display_name': 'OurResearch', 'ror': 'https://ror.org/02nr0ka47', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4200000001']}], 'countries': ['CA'], 'is_corresponding': True, 'raw_author_name': 'Richard Orr', 'raw_affiliation_string': 'Our Research ()', 'raw_affiliation_strings': ['Our Research ()']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5048491430', 'https://openalex.org/A5023888391', 'https://openalex.org/A5057272882'], 'corresponding_institution_ids': ['https://openalex.org/I4200000001', 'https://openalex.org/I4200000001', 'https://openalex.org/I4200000001'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 38, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C82307848', 'wikidata': 'https://www.wikidata.org/wiki/Q847520', 'display_name': 'Audience measurement', 'level': 2, 'score': 0.9143442}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.52844}, {'id': 'https://openalex.org/C158154518', 'wikidata': 'https://www.wikidata.org/wiki/Q7310970', 'display_name': 'Relevance (law)', 'level': 2, 'score': 0.4323817}, {'id': 'https://openalex.org/C2778755073', 'wikidata': 'https://www.wikidata.org/wiki/Q10858537', 'display_name': 'Scale (ratio)', 'level': 2, 'score': 0.42720044}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.34059763}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.32840282}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.3105541}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.30841804}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.27207953}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.20561051}, {'id': 'https://openalex.org/C112698675', 'wikidata': 'https://www.wikidata.org/wiki/Q37038', 'display_name': 'Advertising', 'level': 1, 'score': 0.18735984}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.13182932}, {'id': 'https://openalex.org/C58640448', 'wikidata': 'https://www.wikidata.org/wiki/Q42515', 'display_name': 'Cartography', 'level': 1, 'score': 0.09299025}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/795310', 'pdf_url': 'https://www.biorxiv.org/content/biorxiv/early/2019/10/09/795310.full.pdf', 'source': {'id': 'https://openalex.org/S4306402567', 'display_name': 'bioRxiv (Cold Spring Harbor Laboratory)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2750212522', 'host_organization_name': 'Cold Spring Harbor Laboratory', 'host_organization_lineage': ['https://openalex.org/I2750212522'], 'host_organization_lineage_names': ['Cold Spring Harbor Laboratory'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1101/795310', 'pdf_url': 'https://www.biorxiv.org/content/biorxiv/early/2019/10/09/795310.full.pdf', 'source': {'id': 'https://openalex.org/S4306402567', 'display_name': 'bioRxiv (Cold Spring Harbor Laboratory)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I2750212522', 'host_organization_name': 'Cold Spring Harbor Laboratory', 'host_organization_lineage': ['https://openalex.org/I2750212522'], 'host_organization_lineage_names': ['Cold Spring Harbor Laboratory'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.63}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.14}], 'grants': [], 'referenced_works_count': 4, 'referenced_works': ['https://openalex.org/W2029057325', 'https://openalex.org/W2163525143', 'https://openalex.org/W2741809807', 'https://openalex.org/W2983758268'], 'related_works': ['https://openalex.org/W91919785', 'https://openalex.org/W1516841646', 'https://openalex.org/W1584628001', 'https://openalex.org/W1843462531', 'https://openalex.org/W2036641180', 'https://openalex.org/W2127765089', 'https://openalex.org/W2167091778', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W3105626663'], 'ngrams_url': 'https://api.openalex.org/works/W2980172586/ngrams', 'abstract_inverted_index': {'Summary': [0], 'Understanding': [1], 'the': [2, 22, 39, 51, 73, 111, 149, 218, 224], 'growth': [3, 41], 'of': [4, 24, 43, 54, 75, 110, 143, 151, 164, 173, 189, 199, 210, 220, 229, 235], 'open': [5], 'access': [6, 212], '(OA)': [7], 'is': [8, 104, 157, 214], 'important': [9], 'for': [10], 'deciding': [11], 'funder': [12], 'policy,': [13], 'subscription': [14], 'allocation,': [15], 'and': [16, 38, 62, 123, 154], 'infrastructure': [17], 'planning.': [18], 'This': [19], 'study': [20, 65], 'analyses': [21], 'number': [23], 'papers': [25, 125, 137], 'available': [26, 139, 169, 195], 'as': [27, 170, 196], 'OA': [28, 35, 45, 52, 78, 171, 178, 197, 205, 232, 238], 'over': [29, 47, 100], 'time.': [30, 101], 'The': [31, 64, 207], 'models': [32], 'includes': [33], 'both': [34], 'embargo': [36], 'data': [37, 103], 'relative': [40], 'rates': [42], 'different': [44], 'types': [46], 'time,': [48], 'based': [49, 105], 'on': [50, 106], 'status': [53], '70': [55], 'million': [56, 108], 'journal': [57, 166, 191], 'articles': [58, 79, 83, 156, 167, 179, 192, 206, 213], 'published': [59], 'between': [60], '1950': [61], '2019.': [63, 117], 'also': [66, 146], 'looks': [67], 'at': [68], 'article': [69, 174, 200], 'usage': [70], 'data,': [71], 'analyzing': [72], 'proportion': [74, 150], 'views': [76, 81, 128, 175, 201], 'to': [77, 82, 93, 177, 204, 216, 226], 'vs': [80], 'which': [84], 'are': [85, 91, 168, 176], 'closed': [86, 211], 'access.': [87], 'Signal': [88], 'processing': [89], 'techniques': [90], 'used': [92], 'model': [94], 'how': [95], 'these': [96], 'viewership': [97], 'patterns': [98], 'change': [99, 217], 'Viewership': [102], '2.8': [107], 'uses': [109], 'Unpaywall': [112], 'browser': [113], 'extension': [114], 'in': [115, 223], 'July': [116], 'We': [118, 145], 'found': [119, 147], 'that': [120, 148, 185], 'Green,': [121, 152], 'Gold,': [122, 153], 'Hybrid': [124, 155], 'receive': [126], 'more': [127], 'than': [129], 'their': [130], 'Closed': [131], 'or': [132], 'Bronze': [133], 'counterparts,': [134], 'particularly': [135], 'Green': [136], 'made': [138], 'within': [140], 'a': [141], 'year': [142], 'publication.': [144], 'growing': [158], 'most': [159], 'quickly.': [160], 'In': [161], '2019:': [162], '31%': [163], 'all': [165, 190], '52%': [172], 'Given': [180], 'existing': [181], 'trends,': [182], 'we': [183], 'estimate': [184], 'by': [186, 231, 237], '2025:': [187], '44%': [188], 'will': [193, 202], 'be': [194, 203], '70%': [198], 'declining': [208], 'relevance': [209], 'likely': [215], 'landscape': [219], 'scholarly': [221], 'communication': [222], 'years': [225], 'come.': [227], 'Percent': [228, 234], 'views,': [230], 'type:': [233, 239], 'papers,': [236]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2980172586', 'counts_by_year': [{'year': 2023, 'cited_by_count': 8}, {'year': 2022, 'cited_by_count': 7}, {'year': 2021, 'cited_by_count': 10}, {'year': 2020, 'cited_by_count': 12}, {'year': 2019, 'cited_by_count': 1}], 'updated_date': '2023-10-04T02:08:18.452938', 'created_date': '2019-10-18'}, {'id': 'https://openalex.org/W1519117689', 'doi': None, 'title': "Beyond citations: Scholars' visibility on the social Web", 'display_name': "Beyond citations: Scholars' visibility on the social Web", 'publication_year': 2012, 'publication_date': '2012-05-25', 'ids': {'openalex': 'https://openalex.org/W1519117689', 'mag': '1519117689'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://arxiv.org/pdf/1205.5611', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5001893735', 'display_name': 'Judit Bar‐Ilan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I13955877', 'display_name': 'Bar-Ilan University', 'ror': 'https://ror.org/03kgsv495', 'country_code': 'IL', 'type': 'education', 'lineage': ['https://openalex.org/I13955877']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'Judit Bar-Ilan', 'raw_affiliation_string': 'Department of Information Science, Bar‐ilan University', 'raw_affiliation_strings': ['Department of Information Science, Bar‐ilan University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014077037', 'display_name': 'Stefanie Haustein', 'orcid': 'https://orcid.org/0000-0003-0157-1430'}, 'institutions': [{'id': 'https://openalex.org/I171892758', 'display_name': 'Forschungszentrum Jülich', 'ror': 'https://ror.org/02nv7yv05', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I171892758']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Stefanie Haustein', 'raw_affiliation_string': 'Central Library, Forschungszentrum Jülich', 'raw_affiliation_strings': ['Central Library, Forschungszentrum Jülich']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051954808', 'display_name': 'Isabella Peters', 'orcid': 'https://orcid.org/0000-0001-5840-0806'}, 'institutions': [{'id': 'https://openalex.org/I44260953', 'display_name': 'Heinrich Heine University Düsseldorf', 'ror': 'https://ror.org/024z2rq82', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I44260953']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Isabella Peters', 'raw_affiliation_string': 'Department of Information Science, Heinrich-Heine-University', 'raw_affiliation_strings': ['Department of Information Science, Heinrich-Heine-University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': '[School of Information and Library Science, University of North Carolina, Chapel Hill]', 'raw_affiliation_strings': ['[School of Information and Library Science, University of North Carolina, Chapel Hill]']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055957807', 'display_name': 'Hadas Shema', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I13955877', 'display_name': 'Bar-Ilan University', 'ror': 'https://ror.org/03kgsv495', 'country_code': 'IL', 'type': 'education', 'lineage': ['https://openalex.org/I13955877']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'Hadas Shema', 'raw_affiliation_string': 'Department of Information Science, Bar‐ilan University', 'raw_affiliation_strings': ['Department of Information Science, Bar‐ilan University']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5007913994', 'display_name': 'Jens Terliesner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I44260953', 'display_name': 'Heinrich Heine University Düsseldorf', 'ror': 'https://ror.org/024z2rq82', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I44260953']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jens Terliesner', 'raw_affiliation_string': 'Department of Information Science, Heinrich-Heine-University', 'raw_affiliation_strings': ['Department of Information Science, Heinrich-Heine-University']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 4, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 34, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C83867959', 'wikidata': 'https://www.wikidata.org/wiki/Q371467', 'display_name': 'Scopus', 'level': 3, 'score': 0.8648459}, {'id': 'https://openalex.org/C123403432', 'wikidata': 'https://www.wikidata.org/wiki/Q654068', 'display_name': 'Visibility', 'level': 2, 'score': 0.77585554}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.6451673}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.5881395}, {'id': 'https://openalex.org/C3020774429', 'wikidata': 'https://www.wikidata.org/wiki/Q1201886', 'display_name': 'Web of science', 'level': 3, 'score': 0.57529515}, {'id': 'https://openalex.org/C136197465', 'wikidata': 'https://www.wikidata.org/wiki/Q1729295', 'display_name': 'Variety (cybernetics)', 'level': 2, 'score': 0.44103765}, {'id': 'https://openalex.org/C503923677', 'wikidata': 'https://www.wikidata.org/wiki/Q2724244', 'display_name': 'Social web', 'level': 3, 'score': 0.43320388}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.39408642}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.35068214}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.32819438}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.30357087}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.23903212}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.15977085}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C153294291', 'wikidata': 'https://www.wikidata.org/wiki/Q25261', 'display_name': 'Meteorology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://arxiv.org/pdf/1205.5611', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.37}, {'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.11}], 'grants': [], 'referenced_works_count': 20, 'referenced_works': ['https://openalex.org/W1507867301', 'https://openalex.org/W1522246304', 'https://openalex.org/W1539164042', 'https://openalex.org/W1965964177', 'https://openalex.org/W2009405785', 'https://openalex.org/W2033950949', 'https://openalex.org/W2038032083', 'https://openalex.org/W2040937204', 'https://openalex.org/W2041540760', 'https://openalex.org/W2054174667', 'https://openalex.org/W2077217220', 'https://openalex.org/W2081116169', 'https://openalex.org/W2098932131', 'https://openalex.org/W2109249821', 'https://openalex.org/W2143612877', 'https://openalex.org/W2144925873', 'https://openalex.org/W2167465293', 'https://openalex.org/W2181126706', 'https://openalex.org/W2495607178', 'https://openalex.org/W2531098728'], 'related_works': ['https://openalex.org/W1491754772', 'https://openalex.org/W1531607676', 'https://openalex.org/W1553564559', 'https://openalex.org/W1601133125', 'https://openalex.org/W1731700882', 'https://openalex.org/W1965964177', 'https://openalex.org/W1971087125', 'https://openalex.org/W1989833929', 'https://openalex.org/W2002034968', 'https://openalex.org/W2019945085', 'https://openalex.org/W2038196424', 'https://openalex.org/W2041540760', 'https://openalex.org/W2054174667', 'https://openalex.org/W2064816492', 'https://openalex.org/W2073023209', 'https://openalex.org/W2122130843', 'https://openalex.org/W2143612877', 'https://openalex.org/W2159336657', 'https://openalex.org/W2164277894', 'https://openalex.org/W3130540911'], 'ngrams_url': 'https://api.openalex.org/works/W1519117689/ngrams', 'abstract_inverted_index': {'Traditionally,': [0], 'scholarly': [1, 15], 'impact': [2, 50], 'and': [3, 11, 38, 43, 72, 89, 106, 123, 139], 'visibility': [4], 'have': [5], 'been': [6], 'measured': [7], 'by': [8], 'counting': [9], 'publications': [10], 'citations': [12, 73], 'in': [13, 28], 'the': [14, 24, 65, 80], 'literature.': [16], 'However,': [17], 'increasingly': [18], 'scholars': [19, 93], 'are': [20, 143], 'also': [21], 'visible': [22], 'on': [23, 98, 109], 'Web,': [25], 'establishing': [26], 'presences': [27], 'a': [29], 'growing': [30], 'variety': [31], 'of': [32, 47, 92, 125, 136], 'social': [33, 48, 115], 'ecosystems.': [34], 'But': [35], 'how': [36, 44], 'wide': [37], 'established': [39], 'is': [40], 'this': [41], 'presence,': [42], 'do': [45], 'measures': [46], 'Web': [49, 82, 86, 124], 'relate': [51], 'to': [52, 121, 147], 'their': [53], 'more': [54, 133], 'traditional': [55], 'counterparts?': [56], 'To': [57], 'answer': [58], 'this,': [59], 'we': [60, 128], 'sampled': [61, 112, 137], '57': [62], 'presenters': [63], 'from': [64, 79], '2010': [66], 'Leiden': [67], 'STI': [68], 'Conference,': [69], 'gathering': [70], 'publication': [71], 'counts': [74], 'as': [75, 77], 'well': [76], 'data': [78], "presenters'": [81], 'footprints.': [83], 'We': [84], 'found': [85, 129], 'presence': [87], 'widespread': [88], 'diverse:': [90], '84%': [91], 'had': [94, 101], 'homepages,': [95], '70%': [96], 'were': [97, 108, 119], 'LinkedIn,': [99], '23%': [100], 'public': [102], 'Google': [103], 'Scholar': [104], 'profiles,': [105], '16%': [107], 'Twitter.': [110], 'For': [111], "scholars'": [113], 'publications,': [114], 'reference': [116], 'manager': [117], 'bookmarks': [118, 142], 'compared': [120], 'Scopus': [122, 148], 'Science': [126], 'citations;': [127], 'that': [130, 140], 'Mendeley': [131, 141], 'covers': [132], 'than': [134], '80%': [135], 'articles,': [138], 'significantly': [144], 'correlated': [145], '(r=.45)': [146], 'citation': [149], 'counts.': [150]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1519117689', 'counts_by_year': [{'year': 2021, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 3}, {'year': 2015, 'cited_by_count': 9}, {'year': 2014, 'cited_by_count': 9}, {'year': 2013, 'cited_by_count': 8}, {'year': 2012, 'cited_by_count': 2}], 'updated_date': '2023-09-27T07:33:08.379220', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4235038322', 'doi': 'https://doi.org/10.7287/peerj.preprints.3119v1', 'title': 'The State of OA: A large-scale analysis of the prevalence and impact of Open Access articles', 'display_name': 'The State of OA: A large-scale analysis of the prevalence and impact of Open Access articles', 'publication_year': 2017, 'publication_date': '2017-08-02', 'ids': {'openalex': 'https://openalex.org/W4235038322', 'doi': 'https://doi.org/10.7287/peerj.preprints.3119v1'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7287/peerj.preprints.3119v1', 'pdf_url': None, 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://doi.org/10.7287/peerj.preprints.3119v1', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Heather Piwowar', 'raw_affiliation_string': 'Impactstory, Sanford, USA', 'raw_affiliation_strings': ['Impactstory, Sanford, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'Impactstory, Sanford, USA', 'raw_affiliation_strings': ['Impactstory, Sanford, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068542997', 'display_name': 'Vincent Larivière', 'orcid': 'https://orcid.org/0000-0002-2733-0689'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}, {'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Vincent Larivière', 'raw_affiliation_string': 'Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada; École de bibliothéconomie et des sciences de l’information, Université de Montréal, Montréal, QC, Canada', 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada', 'École de bibliothéconomie et des sciences de l’information, Université de Montréal, Montréal, QC, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085171399', 'display_name': 'Juan Pablo Alperin', 'orcid': 'https://orcid.org/0000-0002-9344-7439'}, 'institutions': [{'id': 'https://openalex.org/I18014758', 'display_name': 'Simon Fraser University', 'ror': 'https://ror.org/0213rcc28', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I18014758']}, {'id': 'https://openalex.org/I4210152428', 'display_name': 'Public Knowledge', 'ror': 'https://ror.org/04fd1ra95', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210152428']}], 'countries': ['CA', 'US'], 'is_corresponding': False, 'raw_author_name': 'Juan Pablo Alperin', 'raw_affiliation_string': 'Canadian Institute for Studies in Publishing, Simon Fraser University, Vancouver, BC, Canada; Public Knowledge Project', 'raw_affiliation_strings': ['Canadian Institute for Studies in Publishing, Simon Fraser University, Vancouver, BC, Canada', 'Public Knowledge Project']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066880338', 'display_name': 'Lisa Matthias', 'orcid': 'https://orcid.org/0000-0002-2612-2132'}, 'institutions': [], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Lisa Matthias', 'raw_affiliation_string': 'Independent Scholar, Berlin, Germany', 'raw_affiliation_strings': ['Independent Scholar, Berlin, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015414792', 'display_name': 'Bree Norlander', 'orcid': 'https://orcid.org/0000-0002-0431-4221'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bree Norlander', 'raw_affiliation_string': 'FlourishOA; Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['FlourishOA', 'Information School, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062989025', 'display_name': 'Ashley Farley', 'orcid': 'https://orcid.org/0000-0001-9310-6944'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ashley Farley', 'raw_affiliation_string': 'FlourishOA; Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['FlourishOA', 'Information School, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046879461', 'display_name': 'Jevin D. West', 'orcid': 'https://orcid.org/0000-0002-4118-0322'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jevin West', 'raw_affiliation_string': 'Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['Information School, University of Washington, Seattle, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014077037', 'display_name': 'Stefanie Haustein', 'orcid': 'https://orcid.org/0000-0003-0157-1430'}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Stefanie Haustein', 'raw_affiliation_string': 'Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada; School of Information Studies, University of Ottawa, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada', 'School of Information Studies, University of Ottawa, Ottawa, ON, Canada']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 8, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 26, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.6960782}, {'id': 'https://openalex.org/C2780560020', 'wikidata': 'https://www.wikidata.org/wiki/Q79719', 'display_name': 'License', 'level': 2, 'score': 0.6139138}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.5820359}, {'id': 'https://openalex.org/C3020774429', 'wikidata': 'https://www.wikidata.org/wiki/Q1201886', 'display_name': 'Web of science', 'level': 3, 'score': 0.5040566}, {'id': 'https://openalex.org/C2778149293', 'wikidata': 'https://www.wikidata.org/wiki/Q309823', 'display_name': 'Open science', 'level': 2, 'score': 0.46964687}, {'id': 'https://openalex.org/C105345328', 'wikidata': 'https://www.wikidata.org/wiki/Q206276', 'display_name': 'Citation analysis', 'level': 3, 'score': 0.4679265}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.4669721}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.43623853}, {'id': 'https://openalex.org/C2780378061', 'wikidata': 'https://www.wikidata.org/wiki/Q25351891', 'display_name': 'Service (business)', 'level': 2, 'score': 0.4173399}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.38353893}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.37945026}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.37374926}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.26680386}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.23907912}, {'id': 'https://openalex.org/C95190672', 'wikidata': 'https://www.wikidata.org/wiki/Q815382', 'display_name': 'Meta-analysis', 'level': 2, 'score': 0.16874173}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.13150802}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.110832095}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.100824565}, {'id': 'https://openalex.org/C162853370', 'wikidata': 'https://www.wikidata.org/wiki/Q39809', 'display_name': 'Marketing', 'level': 1, 'score': 0.09082779}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.7287/peerj.preprints.3119v1', 'pdf_url': None, 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1143&context=scholcom', 'pdf_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1143&context=scholcom', 'source': {'id': 'https://openalex.org/S4377196105', 'display_name': 'Digital Commons - University of Nebraska Lincoln (University of Nebraska–Lincoln)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114395901', 'host_organization_name': 'University of Nebraska–Lincoln', 'host_organization_lineage': ['https://openalex.org/I114395901'], 'host_organization_lineage_names': ['University of Nebraska–Lincoln'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1866/23242', 'pdf_url': 'https://papyrus.bib.umontreal.ca/xmlui/bitstream/1866/23242/1/peerj-06-4375.pdf', 'source': {'id': 'https://openalex.org/S4306402422', 'display_name': 'Papyrus : Institutional Repository (Université de Montréal)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I70931966', 'host_organization_name': 'Université de Montréal', 'host_organization_lineage': ['https://openalex.org/I70931966'], 'host_organization_lineage_names': ['Université de Montréal'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7287/peerj.preprints.3119v1', 'pdf_url': None, 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.32}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.21}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W31370679', 'https://openalex.org/W2400525429', 'https://openalex.org/W2741809807', 'https://openalex.org/W2952852693', 'https://openalex.org/W2981657363', 'https://openalex.org/W3003267280', 'https://openalex.org/W4225528844', 'https://openalex.org/W4235038322', 'https://openalex.org/W4245410681', 'https://openalex.org/W4288710643'], 'ngrams_url': 'https://api.openalex.org/works/W4235038322/ngrams', 'abstract_inverted_index': {'Despite': [0], 'growing': [1], 'interest': [2], 'in': [3, 57, 73, 110, 122], 'Open': [4, 201], 'Access': [5], '(OA)': [6], 'to': [7, 54, 252], 'scholarly': [8, 105], 'literature,': [9], 'there': [10], 'is': [11, 107, 116, 176], 'an': [12, 34, 85, 185, 199, 231], 'unmet': [13], 'need': [14, 31], 'for': [15, 42, 174, 219], 'large-scale,': [16], 'up-to-date,': [17], 'and': [18, 24, 77, 112, 124, 144, 221, 237, 256], 'reproducible': [19], 'studies': [20], 'assessing': [21], 'the': [22, 104, 134, 145, 170, 195, 206, 213, 245], 'prevalence': [23], 'characteristics': [25], 'of': [26, 51, 75, 83, 103, 137, 141, 163, 209], 'OA.': [27, 168, 239], 'We': [28, 46, 97, 203, 240], 'address': [29], 'this': [30, 114, 142], 'using': [32, 95, 244], 'oaDOI,': [33], 'open': [35], 'online': [36], 'service': [37], 'that': [38, 89, 99, 113, 147, 155], 'determines': [39], 'OA': [40, 56, 93, 108, 138, 159, 175, 210, 223, 254], 'status': [41], '67': [43], 'million': [44], 'articles.': [45], 'use': [47], 'three': [48, 58], 'samples,': [49], 'each': [50], '100,000': [52], 'articles,': [53, 152, 211], 'investigate': [55], 'populations:': [59], '1)': [60], 'all': [61], 'journal': [62, 70], 'articles': [63, 71, 79, 94, 164, 191, 224], 'assigned': [64], 'a': [65, 250], 'Crossref': [66], 'DOI,': [67], '2)': [68], 'recent': [69, 128], 'indexed': [72], 'Web': [74], 'Science,': [76], '3)': [78], 'viewed': [80], 'by': [81, 120, 235], 'users': [82, 91, 157], 'Unpaywall,': [84], 'open-source': [86], 'browser': [87], 'extension': [88], 'lets': [90], 'find': [92, 154], 'oaDOI.': [96], 'estimate': [98], 'at': [100], 'least': [101], '28%': [102], 'literature': [106], '(19M': [109], 'total)': [111], 'proportion': [115], 'growing,': [117], 'driven': [118, 233], 'particularly': [119], 'growth': [121], 'Gold': [123], 'Hybrid.': [125], 'The': [126], 'most': [127, 171], 'year': [129], 'analyzed': [130], '(2015)': [131], 'also': [132, 204], 'has': [133], 'highest': [135], 'percentage': [136], '(45%).': [139], 'Because': [140], 'growth,': [143], 'fact': [146], 'readers': [148], 'disproportionately': [149], 'access': [150], 'newer': [151], 'we': [153, 188], 'Unpaywall': [156], 'encounter': [158], 'quite': [160], 'frequently:': [161], '47%': [162], 'they': [165], 'view': [166], 'are': [167], 'Notably,': [169], 'common': [172], 'mechanism': [173], 'not': [177], 'Gold,': [178], 'Green,': [179], 'or': [180], 'Hybrid': [181, 238], 'OA,': [182], 'but': [183], 'rather': [184], 'under-discussed': [186], 'category': [187], 'dub': [189], 'Bronze:': [190], 'made': [192], 'free-to-read': [193], 'on': [194], 'publisher': [196], 'website,': [197], 'without': [198], 'explicit': [200], 'license.': [202], 'examine': [205], 'citation': [207, 216], 'impact': [208], 'corroborating': [212], 'so-called': [214], 'open-access': [215], 'advantage:': [217], 'accounting': [218], 'age': [220], 'discipline,': [222], 'receive': [225], '18%': [226], 'more': [227], 'citations': [228], 'than': [229], 'average,': [230], 'effect': [232], 'primarily': [234], 'Green': [236], 'encourage': [241], 'further': [242], 'research': [243], 'free': [246], 'oaDOI': [247], 'service,': [248], 'as': [249], 'way': [251], 'inform': [253], 'policy': [255], 'practice.': [257]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4235038322', 'counts_by_year': [{'year': 2022, 'cited_by_count': 4}, {'year': 2021, 'cited_by_count': 3}, {'year': 2020, 'cited_by_count': 7}, {'year': 2019, 'cited_by_count': 3}, {'year': 2018, 'cited_by_count': 4}, {'year': 2017, 'cited_by_count': 5}], 'updated_date': '2023-10-02T05:13:31.411736', 'created_date': '2022-05-12'}, {'id': 'https://openalex.org/W2014140050', 'doi': 'https://doi.org/10.1629/2048-7754.79', 'title': 'New perspectives on article-level metrics: developing ways to assess research uptake and impact online', 'display_name': 'New perspectives on article-level metrics: developing ways to assess research uptake and impact online', 'publication_year': 2013, 'publication_date': '2013-07-01', 'ids': {'openalex': 'https://openalex.org/W2014140050', 'doi': 'https://doi.org/10.1629/2048-7754.79', 'mag': '2014140050'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1629/2048-7754.79', 'pdf_url': 'https://storage.googleapis.com/jnl-up-j-i-files/journals/1/articles/73/submission/proof/73-1-71-2-10-20141216.pdf', 'source': {'id': 'https://openalex.org/S2738164666', 'display_name': 'Insights: The UKSG Journal', 'issn_l': '2048-7754', 'issn': ['2048-7754'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320706', 'host_organization_name': 'UKSG', 'host_organization_lineage': ['https://openalex.org/P4310320706'], 'host_organization_lineage_names': ['UKSG'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://storage.googleapis.com/jnl-up-j-i-files/journals/1/articles/73/submission/proof/73-1-71-2-10-20141216.pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'University of North Carolina at Chapel Hill#TAB#', 'raw_affiliation_strings': ['University of North Carolina at Chapel Hill#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088323672', 'display_name': 'Cristhian Parra', 'orcid': 'https://orcid.org/0000-0002-6275-5818'}, 'institutions': [{'id': 'https://openalex.org/I193223587', 'display_name': 'University of Trento', 'ror': 'https://ror.org/05trd4x28', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I193223587']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Cristhian Parra', 'raw_affiliation_string': 'University of Trento', 'raw_affiliation_strings': ['University of Trento']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Heather A. Piwowar', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5034924491', 'display_name': 'Paul Groth', 'orcid': 'https://orcid.org/0000-0003-0757-7665'}, 'institutions': [{'id': 'https://openalex.org/I4210164862', 'display_name': 'Artificial Intelligence in Medicine (Canada)', 'ror': 'https://ror.org/05p590m36', 'country_code': 'CA', 'type': 'company', 'lineage': ['https://openalex.org/I4210164862']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Paul Groth', 'raw_affiliation_string': 'Artificial intelligence', 'raw_affiliation_strings': ['Artificial intelligence']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5048705669', 'display_name': 'Andra Waagmeester', 'orcid': 'https://orcid.org/0000-0001-9773-4008'}, 'institutions': [{'id': 'https://openalex.org/I34352273', 'display_name': 'Maastricht University', 'ror': 'https://ror.org/02jz4aj89', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I34352273']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Andra Waagmeester', 'raw_affiliation_string': 'Maastricht University', 'raw_affiliation_strings': ['Maastricht University']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 4, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'apc_paid': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 25, 'biblio': {'volume': '26', 'issue': '2', 'first_page': '153', 'last_page': '158'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.9922323}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.6259773}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.56056184}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.5502574}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.45372605}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.4162411}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.3400217}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.24099314}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.19654247}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1629/2048-7754.79', 'pdf_url': 'https://storage.googleapis.com/jnl-up-j-i-files/journals/1/articles/73/submission/proof/73-1-71-2-10-20141216.pdf', 'source': {'id': 'https://openalex.org/S2738164666', 'display_name': 'Insights: The UKSG Journal', 'issn_l': '2048-7754', 'issn': ['2048-7754'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320706', 'host_organization_name': 'UKSG', 'host_organization_lineage': ['https://openalex.org/P4310320706'], 'host_organization_lineage_names': ['UKSG'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1629/2048-7754.79', 'pdf_url': 'https://storage.googleapis.com/jnl-up-j-i-files/journals/1/articles/73/submission/proof/73-1-71-2-10-20141216.pdf', 'source': {'id': 'https://openalex.org/S2738164666', 'display_name': 'Insights: The UKSG Journal', 'issn_l': '2048-7754', 'issn': ['2048-7754'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320706', 'host_organization_name': 'UKSG', 'host_organization_lineage': ['https://openalex.org/P4310320706'], 'host_organization_lineage_names': ['UKSG'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.34}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.25}], 'grants': [], 'referenced_works_count': 4, 'referenced_works': ['https://openalex.org/W1965964177', 'https://openalex.org/W2064816492', 'https://openalex.org/W2073023209', 'https://openalex.org/W2162165208'], 'related_works': ['https://openalex.org/W2187985434', 'https://openalex.org/W2292502401', 'https://openalex.org/W2417546259', 'https://openalex.org/W2619221831', 'https://openalex.org/W2895986144', 'https://openalex.org/W2899490515', 'https://openalex.org/W2904800587', 'https://openalex.org/W2966804491', 'https://openalex.org/W3023129446', 'https://openalex.org/W4250904909'], 'ngrams_url': 'https://api.openalex.org/works/W2014140050/ngrams', 'abstract_inverted_index': {'Altmetrics': [0], 'were': [1], 'born': [2], 'from': [3], 'a': [4, 78, 89], 'desire': [5], 'to': [6, 20, 43, 122, 136], 'see': [7], 'and': [8, 47, 94, 101, 131], 'measure': [9], 'research': [10, 26], 'impact': [11, 27, 76, 87], 'differently.': [12], 'Complementing': [13], 'traditional': [14], 'citation': [15], 'analysis,': [16], 'altmetrics': [17, 58, 118], 'are': [18, 113, 120, 132], 'intended': [19], 'reflect': [21], 'more': [22], 'broad': [23], 'views': [24], 'of': [25, 34, 73, 84, 88, 91, 98, 128, 142], 'by': [28, 54, 67], 'taking': [29], 'into': [30], 'account': [31], 'the': [32, 51, 71, 82, 85, 96, 124, 138], 'use': [33], 'digital': [35], 'scholarly': [36, 45, 92, 129], 'communication': [37], 'tools.': [38], 'Aggregating': [39], 'online': [40], 'attention': [41, 111], 'paid': [42], 'individual': [44], 'articles': [46, 108], 'data': [48, 119], 'sets': [49], 'is': [50], 'approach': [52], 'taken': [53], 'Altmetric': [55, 68], 'LLP,': [56], 'an': [57, 74], 'tool': [59], 'provider.': [60], 'Potential': [61], 'uses': [62], 'for': [63], 'article-level': [64], 'metrics': [65, 112], 'collected': [66], 'include:': [69], '1)': [70], 'assessment': [72, 83], "article's": [75], 'within': [77], 'particular': [79, 107], 'community,': [80], '2)': [81], 'overall': [86], 'body': [90], 'work,': [93], '3)': [95], 'characterization': [97], 'entire': [99], 'author': [100], 'reader': [102], 'communities': [103], 'that': [104], 'engage': [105], 'with': [106], 'online.': [109], 'Although': [110], 'still': [114], 'being': [115], 'refined,': [116], 'qualitative': [117], 'beginning': [121], 'illustrate': [123], 'rich': [125], 'new': [126], 'world': [127], 'communication,': [130], 'emerging': [133], 'as': [134], 'ways': [135], 'highlight': [137], 'immediate': [139], 'societal': [140], 'impacts': [141], 'research.': [143]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2014140050', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1}, {'year': 2022, 'cited_by_count': 2}, {'year': 2021, 'cited_by_count': 1}, {'year': 2020, 'cited_by_count': 1}, {'year': 2019, 'cited_by_count': 2}, {'year': 2018, 'cited_by_count': 2}, {'year': 2017, 'cited_by_count': 2}, {'year': 2016, 'cited_by_count': 3}, {'year': 2015, 'cited_by_count': 5}, {'year': 2014, 'cited_by_count': 3}, {'year': 2013, 'cited_by_count': 2}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-09-25T20:06:12.243777', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2109312864', 'doi': 'https://doi.org/10.5860/crln.74.6.8960', 'title': 'Riding the crest of the altmetrics wave: How librarians can help prepare faculty for the next generation of research impact metrics', 'display_name': 'Riding the crest of the altmetrics wave: How librarians can help prepare faculty for the next generation of research impact metrics', 'publication_year': 2013, 'publication_date': '2013-06-01', 'ids': {'openalex': 'https://openalex.org/W2109312864', 'doi': 'https://doi.org/10.5860/crln.74.6.8960', 'mag': '2109312864'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.5860/crln.74.6.8960', 'pdf_url': 'https://crln.acrl.org/index.php/crlnews/article/download/8960/9707', 'source': {'id': 'https://openalex.org/S62523962', 'display_name': 'College & Research Libraries News', 'issn_l': '0099-0086', 'issn': ['0099-0086', '2150-6698'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316146', 'host_organization_name': 'Association of College and Research Libraries', 'host_organization_lineage': ['https://openalex.org/P4310315903', 'https://openalex.org/P4310316146'], 'host_organization_lineage_names': ['American Library Association', 'Association of College and Research Libraries'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://crln.acrl.org/index.php/crlnews/article/download/8960/9707', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5089455644', 'display_name': 'Scott Lapinski', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Scott Lapinski', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Heather A. Piwowar', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 22, 'biblio': {'volume': '74', 'issue': '6', 'first_page': '292', 'last_page': '300'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.97638005}, {'id': 'https://openalex.org/C48880136', 'wikidata': 'https://www.wikidata.org/wiki/Q864673', 'display_name': 'Crest', 'level': 2, 'score': 0.5111874}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.3695277}, {'id': 'https://openalex.org/C39549134', 'wikidata': 'https://www.wikidata.org/wiki/Q133080', 'display_name': 'Public relations', 'level': 1, 'score': 0.36695057}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.33800736}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.33376783}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.3301786}, {'id': 'https://openalex.org/C509550671', 'wikidata': 'https://www.wikidata.org/wiki/Q126945', 'display_name': 'Medical education', 'level': 1, 'score': 0.32692963}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.29397482}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.15085375}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.1263532}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.10817054}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.5860/crln.74.6.8960', 'pdf_url': 'https://crln.acrl.org/index.php/crlnews/article/download/8960/9707', 'source': {'id': 'https://openalex.org/S62523962', 'display_name': 'College & Research Libraries News', 'issn_l': '0099-0086', 'issn': ['0099-0086', '2150-6698'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316146', 'host_organization_name': 'Association of College and Research Libraries', 'host_organization_lineage': ['https://openalex.org/P4310315903', 'https://openalex.org/P4310316146'], 'host_organization_lineage_names': ['American Library Association', 'Association of College and Research Libraries'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/1305.3328', 'pdf_url': 'https://arxiv.org/pdf/1305.3328', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.5860/crln.74.6.8960', 'pdf_url': 'https://crln.acrl.org/index.php/crlnews/article/download/8960/9707', 'source': {'id': 'https://openalex.org/S62523962', 'display_name': 'College & Research Libraries News', 'issn_l': '0099-0086', 'issn': ['0099-0086', '2150-6698'], 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310316146', 'host_organization_name': 'Association of College and Research Libraries', 'host_organization_lineage': ['https://openalex.org/P4310315903', 'https://openalex.org/P4310316146'], 'host_organization_lineage_names': ['American Library Association', 'Association of College and Research Libraries'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.86}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W2042076536', 'https://openalex.org/W2256785439', 'https://openalex.org/W2298224214', 'https://openalex.org/W2323581027', 'https://openalex.org/W2585881131', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W2904710799', 'https://openalex.org/W4300652719', 'https://openalex.org/W4377088579'], 'ngrams_url': 'https://api.openalex.org/works/W2109312864/ngrams', 'abstract_inverted_index': {'As': [0, 60], 'scholars': [1], 'migrate': [2], 'into': [3], 'online': [4], 'spaces': [5], 'like': [6, 19], 'Mendeley,': [7], 'blogs,': [8], 'Twitter,': [9], 'and': [10, 23, 35, 48, 103, 109, 114], 'more,': [11], 'they': [12], 'leave': [13], 'new': [14, 30], 'traces': [15, 27], 'of': [16, 32, 116], 'once-invisible': [17], 'interactions': [18], 'reading,': [20], 'saving,': [21], 'discussing,': [22], 'recommending.': [24], 'Observing': [25], 'these': [26, 122], 'can': [28, 51, 82], 'inform': [29], 'metrics': [31], 'scholarly': [33], 'influence': [34], 'impact': [36], '--': [37], 'so-called': [38], 'altmetrics.': [39], 'Stakeholders': [40], 'in': [41, 66, 86, 105], 'academia': [42], 'are': [43, 65], 'beginning': [44], 'to': [45, 70, 118], 'discuss': [46], 'how': [47], 'where': [49], 'altmetrics': [50, 101, 107], 'be': [52], 'useful': [53], 'towards': [54], 'evaluating': [55], 'a': [56, 67], "researcher's": [57], 'academic': [58], 'contribution.': [59], 'this': [61, 84], 'interest': [62], 'grows,': [63], 'libraries': [64], 'unique': [68], 'position': [69], 'help': [71, 119], 'support': [72, 85], 'an': [73], 'informed': [74], 'dialog': [75], 'on': [76], 'campus.': [77], 'We': [78, 111], 'suggest': [79], 'that': [80], 'librarians': [81, 120], 'provide': [83], 'three': [87], 'main': [88], 'ways:': [89], 'informing': [90], 'emerging': [91, 100], 'conversations': [92], 'with': [93, 99], 'the': [94], 'latest': [95], 'research,': [96], 'supporting': [97], 'experimentation': [98], 'tools,': [102], 'engaging': [104], 'early': [106], 'education': [108], 'outreach.': [110], 'include': [112], 'examples': [113], 'lists': [115], 'resources': [117], 'fill': [121], 'roles.': [123]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2109312864', 'counts_by_year': [{'year': 2019, 'cited_by_count': 2}, {'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 5}, {'year': 2016, 'cited_by_count': 2}, {'year': 2015, 'cited_by_count': 6}, {'year': 2014, 'cited_by_count': 5}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-09-22T23:32:54.693557', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4229010617', 'doi': 'https://doi.org/10.48550/arxiv.2205.01833', 'title': 'OpenAlex: A fully-open index of scholarly works, authors, venues,\n institutions, and concepts', 'display_name': 'OpenAlex: A fully-open index of scholarly works, authors, venues,\n institutions, and concepts', 'publication_year': 2022, 'publication_date': '2022-05-03', 'ids': {'openalex': 'https://openalex.org/W4229010617', 'doi': 'https://doi.org/10.48550/arxiv.2205.01833'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/2205.01833', 'pdf_url': 'https://arxiv.org/pdf/2205.01833', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://arxiv.org/pdf/2205.01833', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Priem, Jason', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Piwowar, Heather', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5078860158', 'display_name': 'Richard A. Orr', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Orr, Richard', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 13, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.8026347}, {'id': 'https://openalex.org/C93518851', 'wikidata': 'https://www.wikidata.org/wiki/Q180160', 'display_name': 'Metadata', 'level': 2, 'score': 0.65387106}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.6346406}, {'id': 'https://openalex.org/C186644900', 'wikidata': 'https://www.wikidata.org/wiki/Q194152', 'display_name': 'Parsing', 'level': 2, 'score': 0.61995447}, {'id': 'https://openalex.org/C32587265', 'wikidata': 'https://www.wikidata.org/wiki/Q1182260', 'display_name': 'Data deduplication', 'level': 2, 'score': 0.5448612}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.50739974}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 0.45097488}, {'id': 'https://openalex.org/C132525143', 'wikidata': 'https://www.wikidata.org/wiki/Q141488', 'display_name': 'Graph', 'level': 2, 'score': 0.43831345}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.41654122}, {'id': 'https://openalex.org/C77088390', 'wikidata': 'https://www.wikidata.org/wiki/Q8513', 'display_name': 'Database', 'level': 1, 'score': 0.22527727}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.11339784}, {'id': 'https://openalex.org/C80444323', 'wikidata': 'https://www.wikidata.org/wiki/Q2878974', 'display_name': 'Theoretical computer science', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/2205.01833', 'pdf_url': 'https://arxiv.org/pdf/2205.01833', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://zenodo.org/record/6936227', 'pdf_url': 'https://zenodo.org/record/6936227/files/193.pdf', 'source': {'id': 'https://openalex.org/S4306400562', 'display_name': 'Zenodo (CERN European Organization for Nuclear Research)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I67311998', 'host_organization_name': 'European Organization for Nuclear Research', 'host_organization_lineage': ['https://openalex.org/I67311998'], 'host_organization_lineage_names': ['European Organization for Nuclear Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://arxiv.org/abs/2205.01833', 'pdf_url': 'http://arxiv.org/pdf/2205.01833', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://arxiv.org/abs/2205.01833', 'pdf_url': 'https://arxiv.org/pdf/2205.01833', 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.35}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.28}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.16}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1626210897', 'https://openalex.org/W1977765916', 'https://openalex.org/W1992807924', 'https://openalex.org/W2062427795', 'https://openalex.org/W2081666882', 'https://openalex.org/W2164109559', 'https://openalex.org/W2515214618', 'https://openalex.org/W2748952813', 'https://openalex.org/W2766145069', 'https://openalex.org/W3003602898'], 'ngrams_url': 'https://api.openalex.org/works/W4229010617/ngrams', 'abstract_inverted_index': {'OpenAlex': [0], 'is': [1, 60, 79], 'a': [2, 66, 69], 'new,': [3], 'fully-open': [4], 'scientific': [5], 'knowledge': [6], 'graph': [7], '(SKG),': [8], 'launched': [9], 'to': [10, 50], 'replace': [11], 'the': [12], 'discontinued': [13], 'Microsoft': [14], 'Academic': [15], 'Graph': [16], '(MAG).': [17], 'It': [18], 'contains': [19], 'metadata': [20], 'for': [21], '209M': [22], 'works': [23, 51], '(journal': [24], 'articles,': [25], 'books,': [26], 'etc);': [27], '2013M': [28], 'disambiguated': [29], 'authors;': [30], '124k': [31], 'venues': [32], '(places': [33], 'that': [34], 'host': [35], 'works,': [36], 'such': [37], 'as': [38], 'journals': [39], 'and': [40, 45, 62, 73, 83, 89, 94, 97], 'online': [41], 'repositories);': [42], '109k': [43], 'institutions;': [44], '65k': [46], 'Wikidata': [47], 'concepts': [48], '(linked': [49], 'via': [52, 65], 'an': [53], 'automated': [54], 'hierarchical': [55], 'multi-tag': [56], 'classifier).': [57], 'The': [58, 77], 'dataset': [59], 'fully': [61], 'freely': [63], 'available': [64], 'web-based': [67], 'GUI,': [68], 'full': [70], 'data': [71], 'dump,': [72], 'high-volume': [74], 'REST': [75], 'API.': [76], 'resource': [78], 'under': [80], 'active': [81], 'development': [82], 'future': [84], 'work': [85], 'will': [86], 'improve': [87], 'accuracy': [88], 'coverage': [90], 'of': [91], 'citation': [92], 'information': [93], 'author/institution': [95], 'parsing': [96], 'deduplication.': [98]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4229010617', 'counts_by_year': [{'year': 2023, 'cited_by_count': 9}, {'year': 2022, 'cited_by_count': 4}], 'updated_date': '2023-10-02T02:02:08.895210', 'created_date': '2022-05-08'}, {'id': 'https://openalex.org/W4245410681', 'doi': 'https://doi.org/10.7287/peerj.preprints.3119', 'title': 'The State of OA: A large-scale analysis of the prevalence and impact of Open Access articles', 'display_name': 'The State of OA: A large-scale analysis of the prevalence and impact of Open Access articles', 'publication_year': 2017, 'publication_date': '2017-08-02', 'ids': {'openalex': 'https://openalex.org/W4245410681', 'doi': 'https://doi.org/10.7287/peerj.preprints.3119'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7287/peerj.preprints.3119', 'pdf_url': None, 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://doi.org/10.7287/peerj.preprints.3119', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Heather Piwowar', 'raw_affiliation_string': 'Impactstory, Sanford, USA', 'raw_affiliation_strings': ['Impactstory, Sanford, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I4210166736', 'display_name': 'Impact Technology Development (United States)', 'ror': 'https://ror.org/05ppvf150', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I4210166736']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'Impactstory, Sanford, USA', 'raw_affiliation_strings': ['Impactstory, Sanford, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068542997', 'display_name': 'Vincent Larivière', 'orcid': 'https://orcid.org/0000-0002-2733-0689'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}, {'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Vincent Larivière', 'raw_affiliation_string': 'Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada; École de bibliothéconomie et des sciences de l’information, Université de Montréal, Montréal, QC, Canada', 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada', 'École de bibliothéconomie et des sciences de l’information, Université de Montréal, Montréal, QC, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085171399', 'display_name': 'Juan Pablo Alperin', 'orcid': 'https://orcid.org/0000-0002-9344-7439'}, 'institutions': [{'id': 'https://openalex.org/I18014758', 'display_name': 'Simon Fraser University', 'ror': 'https://ror.org/0213rcc28', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I18014758']}, {'id': 'https://openalex.org/I4210152428', 'display_name': 'Public Knowledge', 'ror': 'https://ror.org/04fd1ra95', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210152428']}], 'countries': ['CA', 'US'], 'is_corresponding': False, 'raw_author_name': 'Juan Pablo Alperin', 'raw_affiliation_string': 'Canadian Institute for Studies in Publishing, Simon Fraser University, Vancouver, BC, Canada; Public Knowledge Project', 'raw_affiliation_strings': ['Canadian Institute for Studies in Publishing, Simon Fraser University, Vancouver, BC, Canada', 'Public Knowledge Project']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066880338', 'display_name': 'Lisa Matthias', 'orcid': 'https://orcid.org/0000-0002-2612-2132'}, 'institutions': [], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Lisa Matthias', 'raw_affiliation_string': 'Independent Scholar, Berlin, Germany', 'raw_affiliation_strings': ['Independent Scholar, Berlin, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015414792', 'display_name': 'Bree Norlander', 'orcid': 'https://orcid.org/0000-0002-0431-4221'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bree Norlander', 'raw_affiliation_string': 'FlourishOA; Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['FlourishOA', 'Information School, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062989025', 'display_name': 'Ashley Farley', 'orcid': 'https://orcid.org/0000-0001-9310-6944'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ashley Farley', 'raw_affiliation_string': 'FlourishOA; Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['FlourishOA', 'Information School, University of Washington, Seattle, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046879461', 'display_name': 'Jevin D. West', 'orcid': 'https://orcid.org/0000-0002-4118-0322'}, 'institutions': [{'id': 'https://openalex.org/I201448701', 'display_name': 'University of Washington', 'ror': 'https://ror.org/00cvxb145', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I201448701']}, {'id': 'https://openalex.org/I58610484', 'display_name': 'Seattle University', 'ror': 'https://ror.org/02jqc0m91', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I58610484']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jevin West', 'raw_affiliation_string': 'Information School, University of Washington, Seattle, USA', 'raw_affiliation_strings': ['Information School, University of Washington, Seattle, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014077037', 'display_name': 'Stefanie Haustein', 'orcid': 'https://orcid.org/0000-0003-0157-1430'}, 'institutions': [{'id': 'https://openalex.org/I159129438', 'display_name': 'Université du Québec à Montréal', 'ror': 'https://ror.org/002rjbv21', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I159129438', 'https://openalex.org/I49663120']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Stefanie Haustein', 'raw_affiliation_string': 'Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada; School of Information Studies, University of Ottawa, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Observatoire des Sciences et des Technologies (OST), Centre Interuniversitaire de Recherche sur la Science et la Technologie (CIRST),, Université du Québec à Montréal, Montréal, QC, Canada', 'School of Information Studies, University of Ottawa, Ottawa, ON, Canada']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 8, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 7, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.68628216}, {'id': 'https://openalex.org/C2780560020', 'wikidata': 'https://www.wikidata.org/wiki/Q79719', 'display_name': 'License', 'level': 2, 'score': 0.59364283}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.5494095}, {'id': 'https://openalex.org/C3020774429', 'wikidata': 'https://www.wikidata.org/wiki/Q1201886', 'display_name': 'Web of science', 'level': 3, 'score': 0.51832736}, {'id': 'https://openalex.org/C2778149293', 'wikidata': 'https://www.wikidata.org/wiki/Q309823', 'display_name': 'Open science', 'level': 2, 'score': 0.4563719}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.4534039}, {'id': 'https://openalex.org/C105345328', 'wikidata': 'https://www.wikidata.org/wiki/Q206276', 'display_name': 'Citation analysis', 'level': 3, 'score': 0.43635345}, {'id': 'https://openalex.org/C40993552', 'wikidata': 'https://www.wikidata.org/wiki/Q514654', 'display_name': 'Gold standard (test)', 'level': 2, 'score': 0.42440826}, {'id': 'https://openalex.org/C2778755073', 'wikidata': 'https://www.wikidata.org/wiki/Q10858537', 'display_name': 'Scale (ratio)', 'level': 2, 'score': 0.41638896}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.41333425}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.3892733}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.38733202}, {'id': 'https://openalex.org/C161191863', 'wikidata': 'https://www.wikidata.org/wiki/Q199655', 'display_name': 'Library science', 'level': 1, 'score': 0.37116334}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.28996432}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.22090411}, {'id': 'https://openalex.org/C95190672', 'wikidata': 'https://www.wikidata.org/wiki/Q815382', 'display_name': 'Meta-analysis', 'level': 2, 'score': 0.15682879}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.15505973}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.12223956}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.11449289}, {'id': 'https://openalex.org/C58640448', 'wikidata': 'https://www.wikidata.org/wiki/Q42515', 'display_name': 'Cartography', 'level': 1, 'score': 0.11306518}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.7287/peerj.preprints.3119', 'pdf_url': None, 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1866/23242', 'pdf_url': 'https://papyrus.bib.umontreal.ca/xmlui/bitstream/1866/23242/1/peerj-06-4375.pdf', 'source': {'id': 'https://openalex.org/S4306402422', 'display_name': 'Papyrus : Institutional Repository (Université de Montréal)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I70931966', 'host_organization_name': 'Université de Montréal', 'host_organization_lineage': ['https://openalex.org/I70931966'], 'host_organization_lineage_names': ['Université de Montréal'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1143&context=scholcom', 'pdf_url': 'https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1143&context=scholcom', 'source': {'id': 'https://openalex.org/S4377196105', 'display_name': 'Digital Commons - University of Nebraska Lincoln (University of Nebraska–Lincoln)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114395901', 'host_organization_name': 'University of Nebraska–Lincoln', 'host_organization_lineage': ['https://openalex.org/I114395901'], 'host_organization_lineage_names': ['University of Nebraska–Lincoln'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.7287/peerj.preprints.3119', 'pdf_url': None, 'source': None, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.32}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.25}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.21}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W13150', 'https://openalex.org/W1668647', 'https://openalex.org/W2578464', 'https://openalex.org/W2675362', 'https://openalex.org/W2805241', 'https://openalex.org/W3335220', 'https://openalex.org/W3664672', 'https://openalex.org/W3929977', 'https://openalex.org/W5911929', 'https://openalex.org/W7437972'], 'ngrams_url': 'https://api.openalex.org/works/W4245410681/ngrams', 'abstract_inverted_index': {'Despite': [0], 'growing': [1], 'interest': [2], 'in': [3, 57, 73, 110, 122], 'Open': [4, 201], 'Access': [5], '(OA)': [6], 'to': [7, 54, 252], 'scholarly': [8, 105], 'literature,': [9], 'there': [10], 'is': [11, 107, 116, 176], 'an': [12, 34, 85, 185, 199, 231], 'unmet': [13], 'need': [14, 31], 'for': [15, 42, 174, 219], 'large-scale,': [16], 'up-to-date,': [17], 'and': [18, 24, 77, 112, 124, 144, 221, 237, 256], 'reproducible': [19], 'studies': [20], 'assessing': [21], 'the': [22, 104, 134, 145, 170, 195, 206, 213, 245], 'prevalence': [23], 'characteristics': [25], 'of': [26, 51, 75, 83, 103, 137, 141, 163, 209], 'OA.': [27, 168, 239], 'We': [28, 46, 97, 203, 240], 'address': [29], 'this': [30, 114, 142], 'using': [32, 95, 244], 'oaDOI,': [33], 'open': [35], 'online': [36], 'service': [37], 'that': [38, 89, 99, 113, 147, 155], 'determines': [39], 'OA': [40, 56, 93, 108, 138, 159, 175, 210, 223, 254], 'status': [41], '67': [43], 'million': [44], 'articles.': [45], 'use': [47], 'three': [48, 58], 'samples,': [49], 'each': [50], '100,000': [52], 'articles,': [53, 152, 211], 'investigate': [55], 'populations:': [59], '1)': [60], 'all': [61], 'journal': [62, 70], 'articles': [63, 71, 79, 94, 164, 191, 224], 'assigned': [64], 'a': [65, 250], 'Crossref': [66], 'DOI,': [67], '2)': [68], 'recent': [69, 128], 'indexed': [72], 'Web': [74], 'Science,': [76], '3)': [78], 'viewed': [80], 'by': [81, 120, 235], 'users': [82, 91, 157], 'Unpaywall,': [84], 'open-source': [86], 'browser': [87], 'extension': [88], 'lets': [90], 'find': [92, 154], 'oaDOI.': [96], 'estimate': [98], 'at': [100], 'least': [101], '28%': [102], 'literature': [106], '(19M': [109], 'total)': [111], 'proportion': [115], 'growing,': [117], 'driven': [118, 233], 'particularly': [119], 'growth': [121], 'Gold': [123], 'Hybrid.': [125], 'The': [126], 'most': [127, 171], 'year': [129], 'analyzed': [130], '(2015)': [131], 'also': [132, 204], 'has': [133], 'highest': [135], 'percentage': [136], '(45%).': [139], 'Because': [140], 'growth,': [143], 'fact': [146], 'readers': [148], 'disproportionately': [149], 'access': [150], 'newer': [151], 'we': [153, 188], 'Unpaywall': [156], 'encounter': [158], 'quite': [160], 'frequently:': [161], '47%': [162], 'they': [165], 'view': [166], 'are': [167], 'Notably,': [169], 'common': [172], 'mechanism': [173], 'not': [177], 'Gold,': [178], 'Green,': [179], 'or': [180], 'Hybrid': [181, 238], 'OA,': [182], 'but': [183], 'rather': [184], 'under-discussed': [186], 'category': [187], 'dub': [189], 'Bronze:': [190], 'made': [192], 'free-to-read': [193], 'on': [194], 'publisher': [196], 'website,': [197], 'without': [198], 'explicit': [200], 'license.': [202], 'examine': [205], 'citation': [207, 216], 'impact': [208], 'corroborating': [212], 'so-called': [214], 'open-access': [215], 'advantage:': [217], 'accounting': [218], 'age': [220], 'discipline,': [222], 'receive': [225], '18%': [226], 'more': [227], 'citations': [228], 'than': [229], 'average,': [230], 'effect': [232], 'primarily': [234], 'Green': [236], 'encourage': [241], 'further': [242], 'research': [243], 'free': [246], 'oaDOI': [247], 'service,': [248], 'as': [249], 'way': [251], 'inform': [253], 'policy': [255], 'practice.': [257]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4245410681', 'counts_by_year': [{'year': 2021, 'cited_by_count': 3}, {'year': 2019, 'cited_by_count': 1}, {'year': 2018, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}], 'updated_date': '2023-10-01T05:10:51.660697', 'created_date': '2022-05-12'}, {'id': 'https://openalex.org/W2143461694', 'doi': 'https://doi.org/10.1002/meet.14504901155', 'title': 'Information visualization state of the art and future directions', 'display_name': 'Information visualization state of the art and future directions', 'publication_year': 2012, 'publication_date': '2012-01-01', 'ids': {'openalex': 'https://openalex.org/W2143461694', 'doi': 'https://doi.org/10.1002/meet.14504901155', 'mag': '2143461694'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/meet.14504901155', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210184376', 'display_name': 'Proceedings Of The Association For Information Science And Technology', 'issn_l': '0044-7870', 'issn': ['0044-7870'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://doi.org/10.1002/meet.14504901155', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5072363876', 'display_name': 'Staša Milojević', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210119109', 'display_name': 'Indiana University Bloomington', 'ror': 'https://ror.org/02k40bc56', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I4210119109', 'https://openalex.org/I592451']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Staša Milojević', 'raw_affiliation_string': 'School of Library and Information Science, Indiana University Bloomington, Bloomington, IN 47405', 'raw_affiliation_strings': ['School of Library and Information Science, Indiana University Bloomington, Bloomington, IN 47405']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5074459108', 'display_name': 'Bradley M. Hemminger', 'orcid': 'https://orcid.org/0000-0003-0558-8862'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Bradley M. Hemminger', 'raw_affiliation_string': 'School of Information and Library Science, University of North Carolina Chapel Hill, Chapel Hill, NC 27599', 'raw_affiliation_strings': ['School of Information and Library Science, University of North Carolina Chapel Hill, Chapel Hill, NC 27599']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'School of Information and Library Science, University of North Carolina Chapel Hill, Chapel Hill, NC 27599', 'raw_affiliation_strings': ['School of Information and Library Science, University of North Carolina Chapel Hill, Chapel Hill, NC 27599']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018100309', 'display_name': 'Chaomei Chen', 'orcid': 'https://orcid.org/0000-0001-8584-1041'}, 'institutions': [{'id': 'https://openalex.org/I72816309', 'display_name': 'Drexel University', 'ror': 'https://ror.org/04bdffz58', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I72816309']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Chaomei Chen', 'raw_affiliation_string': 'College of Information Science and Technology, Drexel University, Philadelphia, PA 19104', 'raw_affiliation_strings': ['College of Information Science and Technology, Drexel University, Philadelphia, PA 19104']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024996172', 'display_name': 'Loet Leydesdorff', 'orcid': 'https://orcid.org/0000-0002-7835-3098'}, 'institutions': [{'id': 'https://openalex.org/I887064364', 'display_name': 'University of Amsterdam', 'ror': 'https://ror.org/04dkp9463', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I887064364']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Loet Leydesdorff', 'raw_affiliation_string': 'Amsterdam School of Communication Research, University of Amsterdam, 1012 CX Amsterdam', 'raw_affiliation_strings': ['Amsterdam School of Communication Research, University of Amsterdam, 1012 CX Amsterdam']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5011682416', 'display_name': 'Scott Weingart', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210119109', 'display_name': 'Indiana University Bloomington', 'ror': 'https://ror.org/02k40bc56', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I4210119109', 'https://openalex.org/I592451']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Scott B. Weingart', 'raw_affiliation_string': 'School of Library and Information Science, Indiana University Bloomington, Bloomington, IN 4740', 'raw_affiliation_strings': ['School of Library and Information Science, Indiana University Bloomington, Bloomington, IN 4740']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 4, 'corresponding_author_ids': ['https://openalex.org/A5072363876', 'https://openalex.org/A5074459108', 'https://openalex.org/A5023888391', 'https://openalex.org/A5018100309', 'https://openalex.org/A5024996172', 'https://openalex.org/A5011682416'], 'corresponding_institution_ids': ['https://openalex.org/I4210119109', 'https://openalex.org/I114027177', 'https://openalex.org/I114027177', 'https://openalex.org/I72816309', 'https://openalex.org/I887064364', 'https://openalex.org/I4210119109'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 5, 'biblio': {'volume': '49', 'issue': '1', 'first_page': '1', 'last_page': '3'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C36464697', 'wikidata': 'https://www.wikidata.org/wiki/Q451553', 'display_name': 'Visualization', 'level': 2, 'score': 0.7212647}, {'id': 'https://openalex.org/C9652623', 'wikidata': 'https://www.wikidata.org/wiki/Q190109', 'display_name': 'Field (mathematics)', 'level': 2, 'score': 0.61368227}, {'id': 'https://openalex.org/C185578843', 'wikidata': 'https://www.wikidata.org/wiki/Q10609775', 'display_name': 'Information visualization', 'level': 3, 'score': 0.6006197}, {'id': 'https://openalex.org/C48103436', 'wikidata': 'https://www.wikidata.org/wiki/Q599031', 'display_name': 'State (computer science)', 'level': 2, 'score': 0.5890666}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.57935786}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.53140366}, {'id': 'https://openalex.org/C2781433648', 'wikidata': 'https://www.wikidata.org/wiki/Q2100278', 'display_name': 'Panel discussion', 'level': 2, 'score': 0.528055}, {'id': 'https://openalex.org/C176217482', 'wikidata': 'https://www.wikidata.org/wiki/Q860554', 'display_name': 'Metric (unit)', 'level': 2, 'score': 0.49903917}, {'id': 'https://openalex.org/C3018574109', 'wikidata': 'https://www.wikidata.org/wiki/Q329338', 'display_name': 'State of art', 'level': 2, 'score': 0.42938846}, {'id': 'https://openalex.org/C107457646', 'wikidata': 'https://www.wikidata.org/wiki/Q207434', 'display_name': 'Human–computer interaction', 'level': 1, 'score': 0.3730966}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.14621386}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.1432366}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.11890498}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.09758431}, {'id': 'https://openalex.org/C21547014', 'wikidata': 'https://www.wikidata.org/wiki/Q1423657', 'display_name': 'Operations management', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C112698675', 'wikidata': 'https://www.wikidata.org/wiki/Q37038', 'display_name': 'Advertising', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C202444582', 'wikidata': 'https://www.wikidata.org/wiki/Q837863', 'display_name': 'Pure mathematics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/meet.14504901155', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210184376', 'display_name': 'Proceedings Of The Association For Information Science And Technology', 'issn_l': '0044-7870', 'issn': ['0044-7870'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1002/meet.14504901155', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210184376', 'display_name': 'Proceedings Of The Association For Information Science And Technology', 'issn_l': '0044-7870', 'issn': ['0044-7870'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.44}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.1}], 'grants': [], 'referenced_works_count': 6, 'referenced_works': ['https://openalex.org/W1573697696', 'https://openalex.org/W1637660785', 'https://openalex.org/W1725227998', 'https://openalex.org/W2100484636', 'https://openalex.org/W2124689559', 'https://openalex.org/W4238591974'], 'related_works': ['https://openalex.org/W1549056443', 'https://openalex.org/W1967451046', 'https://openalex.org/W2106197512', 'https://openalex.org/W2124832696', 'https://openalex.org/W2143461694', 'https://openalex.org/W2374467746', 'https://openalex.org/W2966016106', 'https://openalex.org/W3126691231', 'https://openalex.org/W3208583824', 'https://openalex.org/W3211326156'], 'ngrams_url': 'https://api.openalex.org/works/W2143461694/ngrams', 'abstract_inverted_index': {'The': [0, 26], 'panel': [1, 30], 'explores': [2], 'the': [3, 18, 29], 'theoretical,': [4], 'metric,': [5], 'algorithmic,': [6], 'and': [7, 14, 20], 'design': [8], 'aspects': [9], 'of': [10, 28, 40], 'state-of-the-art': [11], 'information': [12], 'visualization,': [13], 'offers': [15], 'insights': [16], 'regarding': [17], 'challenges': [19], 'future': [21], 'directions': [22], 'in': [23], 'this': [24], 'field.': [25], 'goal': [27], 'is': [31], 'to': [32], 'start': [33], 'a': [34, 38], 'collaborative': [35], 'discussion': [36], 'around': [37], 'number': [39], 'important': [41], 'themes.': [42]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2143461694', 'counts_by_year': [{'year': 2020, 'cited_by_count': 1}, {'year': 2017, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-09-27T18:21:09.534907', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2017292130', 'doi': 'https://doi.org/10.3998/3336451.0017.301', 'title': 'The Imperative for Open Altmetrics', 'display_name': 'The Imperative for Open Altmetrics', 'publication_year': 2014, 'publication_date': '2014-09-22', 'ids': {'openalex': 'https://openalex.org/W2017292130', 'doi': 'https://doi.org/10.3998/3336451.0017.301', 'mag': '2017292130'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3998/3336451.0017.301', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S105231406', 'display_name': 'Journal of Electronic Publishing', 'issn_l': '1080-2711', 'issn': ['1080-2711'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310319910', 'host_organization_name': 'Michigan Publishing', 'host_organization_lineage': ['https://openalex.org/P4310319910'], 'host_organization_lineage_names': ['Michigan Publishing'], 'type': 'journal'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://doi.org/10.3998/3336451.0017.301', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5028450063', 'display_name': 'Stacy Konkiel', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Stacy Konkiel', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Heather Piwowar', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'apc_paid': {'value': 0, 'currency': 'USD', 'value_usd': 0, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 4, 'biblio': {'volume': '17', 'issue': '3', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.7846172}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.37696847}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.30359408}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3998/3336451.0017.301', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S105231406', 'display_name': 'Journal of Electronic Publishing', 'issn_l': '1080-2711', 'issn': ['1080-2711'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310319910', 'host_organization_name': 'Michigan Publishing', 'host_organization_lineage': ['https://openalex.org/P4310319910'], 'host_organization_lineage_names': ['Michigan Publishing'], 'type': 'journal'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2027/spo.3336451.0017.301', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402431', 'display_name': 'Hathi Trust Digital Library (The HathiTrust Research Center)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': 'cc-by', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3998/3336451.0017.301', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S105231406', 'display_name': 'Journal of Electronic Publishing', 'issn_l': '1080-2711', 'issn': ['1080-2711'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310319910', 'host_organization_name': 'Michigan Publishing', 'host_organization_lineage': ['https://openalex.org/P4310319910'], 'host_organization_lineage_names': ['Michigan Publishing'], 'type': 'journal'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.62}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.14}], 'grants': [], 'referenced_works_count': 14, 'referenced_works': ['https://openalex.org/W428878620', 'https://openalex.org/W1031369026', 'https://openalex.org/W1965964177', 'https://openalex.org/W2029057325', 'https://openalex.org/W2033069678', 'https://openalex.org/W2054174667', 'https://openalex.org/W2081116169', 'https://openalex.org/W2089604928', 'https://openalex.org/W2096081073', 'https://openalex.org/W2115339903', 'https://openalex.org/W2143612877', 'https://openalex.org/W2144816075', 'https://openalex.org/W2151997125', 'https://openalex.org/W3130540911'], 'related_works': ['https://openalex.org/W1506282065', 'https://openalex.org/W1507112395', 'https://openalex.org/W2323581027', 'https://openalex.org/W2351790455', 'https://openalex.org/W2570974996', 'https://openalex.org/W2618017038', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W2904710799', 'https://openalex.org/W3193776318'], 'ngrams_url': 'https://api.openalex.org/works/W2017292130/ngrams', 'abstract_inverted_index': {'If': [0, 844], 'scholarly': [1, 125, 154, 253, 304, 349, 360, 442, 453, 677, 827, 903, 955, 991, 1091], 'communication': [2, 86, 126, 361, 678], 'is': [3, 44, 87, 106, 258, 279, 308, 328, 476, 625, 716, 832, 874, 916, 1094], 'broken,': [4], 'how': [5, 621], 'will': [6, 1047], 'we': [7, 52, 67, 606, 630, 845, 855, 893], 'fix': [8], 'it?': [9], 'At': [10], 'Impactstory—a': [11], 'non-profit': [12], 'devoted': [13], 'to': [14, 47, 71, 95, 119, 162, 170, 203, 210, 218, 289, 364, 402, 423, 478, 516, 533, 553, 588, 595, 620, 674, 783, 801, 847, 849, 911, 930, 975, 1054, 1065, 1082], 'helping': [15], 'scholars': [16, 271, 534, 682, 791], 'gather': [17], 'and': [18, 35, 62, 78, 83, 112, 146, 175, 182, 229, 242, 261, 296, 340, 355, 394, 409, 414, 430, 494, 535, 562, 600, 642, 665, 683, 698, 702, 710, 731, 742, 749, 754, 776, 790, 891, 907, 967, 971, 985, 1002, 1029, 1044, 1060, 1077], 'share': [19, 68, 341, 399], 'evidence': [20, 958], 'of': [21, 29, 57, 124, 136, 153, 224, 270, 299, 303, 346, 367, 376, 389, 459, 470, 497, 574, 585, 645, 651, 720, 795, 866, 885, 902, 921, 933, 942, 951, 959, 964, 982, 988, 997, 1005, 1041, 1058, 1070], 'their': [22, 129, 348, 555], 'research': [23, 41, 130, 181, 230, 274, 623, 998, 1023], 'impact': [24, 223, 298, 345, 564, 706, 923, 960], 'by': [25, 432, 598, 787, 817, 836], 'tracking': [26], 'online': [27, 922, 965, 1063], 'usage': [28], 'scholarship': [30, 812, 877, 984, 1046], 'via': [31, 42, 689], 'blogs,': [32], 'Wikipedia,': [33], 'Mendeley,': [34], 'more—we': [36], 'believe': [37, 352], 'that': [38, 165, 200, 237, 335, 353, 358, 484, 529, 612, 634, 647, 655, 680, 713, 804, 839, 858, 925], 'incentivizing': [39], 'web-native': [40, 609, 826, 853, 983, 1027, 1045, 1061, 1090], 'altmetrics': [43, 61, 307, 393, 764, 796, 973, 1059, 1071], 'the': [45, 54, 58, 134, 222, 233, 259, 267, 273, 344, 365, 386, 390, 460, 503, 536, 549, 572, 583, 586, 596, 632, 639, 652, 672, 684, 687, 694, 704, 718, 882, 948, 952, 977, 980, 986, 989, 1000, 1056, 1067], 'place': [46], 'start.': [48], 'In': [49, 381, 506], 'this': [50, 91, 322, 382, 508, 912, 1039], 'article,': [51, 235, 383], 'describe': [53, 79, 385, 410], 'current': [55, 387, 417], 'state': [56, 388], 'art': [59, 391], 'in': [60, 324, 392, 525, 614, 717, 809, 936, 954], 'its': [63, 395, 512], 'effects': [64, 396], 'on': [65, 196, 397, 451, 939], 'publishing,': [66, 398, 454, 692], 'Impactstory’s': [69], 'plan': [70, 401], 'build': [72, 403, 895], 'an': [73, 310, 404, 615, 1073, 1078], 'open': [74, 212, 225, 264, 331, 405, 697, 1079], 'infrastructure': [75, 199, 265, 406, 1081], 'for': [76, 93, 142, 173, 221, 252, 314, 371, 407, 441, 457, 482, 502, 571, 861, 876, 881], 'altmetrics,': [77, 408], 'our': [80, 184, 400, 411], 'company’s': [81, 412], 'ethos': [82, 413], 'actions.': [84, 415], '“Scholarly': [85], 'broken.”': [88], 'We’ve': [89], 'heard': [90], 'refrain': [92], 'close': [94], 'twenty': [96], 'years': [97], 'now,': [98, 191], 'but': [99, 455, 591, 1025], 'what': [100, 873], 'does': [101], 'it': [102, 216, 421, 521], 'mean?': [103], 'Academic': [104], 'publishing': [105, 143, 193, 418, 527, 610, 726, 819], 'still': [107], 'mostly': [108], 'a': [109, 148, 163, 197, 249, 262, 282, 291, 300, 329, 448, 474, 479, 526, 569, 575, 608, 669, 676, 799, 802, 818, 820, 850, 896, 918, 962, 1088], 'slow,': [110], 'arduous,': [111], 'closed': [113, 198], 'process.': [114], 'Researchers': [115, 207], 'have': [116, 246], 'little': [117], 'incentive': [118, 185], 'experiment': [120], 'with': [121, 321, 342, 544], 'new': [122, 714, 897, 913, 1017], 'forms': [123], 'or': [127, 169, 824], 'make': [128, 857], 'freely': [131], 'available': [132], 'at': [133], 'speed': [135], 'science,': [137, 854], 'since': [138], 'they’re': [139], 'mainly': [140], 'recognized': [141], 'journal': [144, 234, 278, 481, 485, 563, 640], 'articles': [145], 'books:': [147], 'narrow,': [149], 'very': [150], 'traditional': [151, 452, 480, 842, 928], 'form': [152], 'impact.': [155], 'Most': [156], 'arguments': [157], 'attribute': [158], 'academic': [159, 192, 466], 'publishing’s': [160], 'problems': [161], 'system': [164, 509, 670, 715, 898, 915], 'benefits': [166, 681], 'corporate': [167], 'interests': [168], 'perverse': [171], 'incentives': [172], 'tenure': [174], 'promotion.': [176], 'The': [177, 276, 369, 416, 793, 859, 909], 'solution?': [178], 'Open': [179, 372, 690, 862], 'up': [180], 'update': [183], 'systems': [186], 'accordingly.': [187], 'For': [188], 'too': [189], 'long': [190], 'has': [194, 510, 522, 671], 'relied': [195], 'was': [201], 'architected': [202], 'serve': [204, 359], 'commercial': [205], 'interests.': [206], 'who': [208], 'attempt': [209], 'practice': [211, 313], 'science': [213], 'can': [214, 530], 'find': [215], 'difficult': [217], 'get': [219], 'recognition': [220], 'access': [226, 542], '(OA)': [227], 'publications': [228, 287], 'products': [231, 236, 904], 'beyond': [232, 927], 'include': [238], 'scientific': [239], 'software,': [240], 'data,': [241], 'so': [243], 'on.': [244], 'Some': [245], 'already': [247], 'imagined': [248, 607], 'better': [250, 834], 'future': [251, 323, 366], 'communication,': [254, 956], 'one': [255], 'where': [256, 811, 899, 1095], 'OA': [257, 286], 'norm': [260], 'new,': [263, 1089], 'serves': [266], 'diverse': [268, 301, 934, 937, 940], 'needs': [269, 422], 'throughout': [272], 'lifecycle.': [275], 'decoupled': [277, 631], 'slowly': [280], 'becoming': [281, 309], 'reality,': [283], '[1]': [284], '[#N1]': [285], 'continue': [288], 'gain': [290], 'market': [292], 'share,': [293], '[2]': [294], '[#N2]': [295], 'measuring': [297], 'set': [302], 'outputs': [305], 'through': [306, 696, 707], 'increasingly': [311, 805], 'common': [312], 'scholars.': [315], '[3]': [316], '[#N3]': [317], 'We': [318, 351], 'founded': [319], 'Impactstory': [320, 326, 354, 767, 1096], 'mind.': [325], '[http://impactstory.org]': [327], 'non-profit,': [330], 'source': [332], 'web': [333], 'application': [334], 'helps': [336], 'researchers': [337], 'gather,': [338], 'understand,': [339], 'others': [343], 'all': [347, 458, 900], 'outputs.': [350], 'other': [356, 498, 825, 972], 'services': [357, 499, 633, 654, 727, 736, 765], 'are': [362, 468, 761, 780, 798, 905], 'essential': [363, 653], 'academia.': [368], 'Imperative': [370, 860], 'Altmetrics': [373, 797, 863, 946], 'http://quod.lib.umich.edu/cgi/t/text/idx/j/jep/3336451.0017.301/...': [374, 864], '1': [375], '12': [377, 867], '11/3/14,': [378, 868], '9:06': [379, 869], 'PM': [380, 870], 'we’ll': [384], 'ecosystem—and': [419], 'why': [420], 'be': [424, 531, 589, 784, 814], 'changed': [425], 'Altmetrics—sometimes': [426], 'called': [427], '“alternative': [428], 'metrics”': [429], 'defined': [431], 'Priem,': [433], 'Piwowar,': [434], '&': [435], 'Hemminger': [436], 'as': [437, 568, 1072, 1085], 'social': [438], 'media-based': [439], 'metrics': [440, 709, 1018], 'works': [443], '[4]': [444], '[#N4]': [445], '—are': [446], 'having': [447], 'major': [449], 'effect': [450], 'not': [456, 1021, 1048], 'reasons': [461], 'you': [462], 'might': [463], 'expect.': [464], 'Traditional': [465], 'publishers': [467, 551, 789], 'masters': [469], 'vertical': [471], 'integration.': [472], 'Once': [473], 'manuscript': [475], 'submitted': [477], 'publication,': [483], 'coordinates': [486], 'peer-review,': [487, 659], 'copy-edits,': [488], 'publishes,': [489], 'markets,': [490], 'manages': [491], 'copyright': [492], 'for,': [493], 'provides': [495], 'scores': [496, 644], '[5]': [500], '[#N5]': [501], 'published': [504, 576], 'article.': [505], 'general,': [507], 'done': [511], 'job': [513], 'relatively': [514], 'well': [515], 'date—publishing': [517], 'pay-to-read': [518], 'journals.': [519], 'But': [520], 'also': [523, 781, 1026], 'resulted': [524], 'ecosystem': [528, 611], 'harmful': [532], 'public': [537], '[6]': [538], '[#N6]': [539], ':': [540], 'toll': [541], 'journals': [543, 636], 'exorbitant': [545], 'subscription': [546], 'fees': [547], '(as': [548], 'for-profit': [550], 'seek': [552], 'expand': [554], 'ever-widening': [556], 'profit': [557], 'margin': [558], '[7]': [559], '[#N7]': [560], ')': [561], 'factors': [565], 'being': [566, 721], 'used': [567], 'proxy': [570], 'quality': [573], 'article': [577, 758], 'when': [578], 'evaluating': [579], 'scholars’': [580], 'work': [581], '(not': [582], 'fault': [584], 'publishers,': [587], 'sure,': [590], 'they': [592, 1086], 'nonetheless': [593], 'contribute': [594], 'problem': [597, 803], 'promoting': [599], 'sustaining': [601], 'JIF': [602], 'hype).': [603], 'What': [604, 628], 'if': [605, 629], 'functioned': [613], 'open,': [616], 'networked': [617], 'manner,': [618], 'similar': [619], 'much': [622], 'itself': [624], 'conducted': [626], 'nowadays?': [627], 'many': [635, 650], 'provide': [637, 649], 'from': [638], 'itself,': [641], 'had': [643], 'businesses': [646], 'could': [648], 'authors': [656], 'need,': [657], 'like': [658, 728, 766], 'copy': [660], 'editing,': [661], 'marketing—with': [662], 'less': [663], 'overhead': [664], 'greater': [666], 'transparency?': [667], 'Such': [668], 'opportunity': [673], 'foster': [675], 'environment': [679], 'public,': [685], 'freeing': [686], 'literature': [688, 695], 'Access': [691], 'improving': [693], 'post-publication': [699], 'peer': [700], 'review,': [701], 'understanding': [703], 'literature’s': [705], 'article-level': [708], 'altmetrics.': [711, 1006], 'Luckily,': [712], 'process': [719], 'built.': [722], 'Every': [723], 'day,': [724], 'game-changing': [725], 'Publons': [729], '[https://publons.com/]': [730], 'Rubriq': [732], '[http://www.rubriq.com/]': [733], '(stand-alone': [734], 'peer-review': [735], '[8]': [737], '[#N8]': [738], '),': [739], 'Annotum': [740], '[http://annotum.org/]': [741], 'PressForward': [743], '[http://pressforward.org/]': [744], '(publishing': [745], 'platforms),': [746, 753], 'Dryad': [747], '[http://datadryad.org/]': [748], 'Figshare': [750], '[http://figshare.com/]': [751], '(data-sharing': [752], 'Kudos': [755], '[https://www.growkudos.com/]': [756], '(an': [757], 'marketing': [759], 'service)': [760], 'debuted.': [762], 'And': [763], '[https://impactstory.org/]': [768], ',': [769, 772, 775], 'Altmetric': [770], '[http://www.altmetric.com/]': [771], 'PlumX': [773], '[https://plu.mx/]': [774], 'PLOS': [777], 'ALMs': [778], '[http://article-levelmetrics.plos.org/]': [779], 'starting': [782], 'widely': [785], 'adopted,': [786], 'both': [788], 'alike.': [792], 'rise': [794], 'solution': [800], 'plagues': [806], 'scholars:': [807], 'even': [808], 'situations': [810], 'may': [813, 1019], 'best': [815], 'served': [816, 835], 'dataset,': [821], 'blog': [822], 'post,': [823], 'product,': [828], 'one’s': [829], 'own': [830], 'career': [831], 'often': [833], 'instead': [837], 'putting': [838], 'effort': [840], 'into': [841], 'article-writing.': [843], 'want': [846], 'move': [848], 'more': [851], 'efficient,': [852, 1042], 'must': [856, 878, 894], '2': [865], 'dilemma': [871], 'disappear:': [872], 'good': [875, 880], 'become': [879], 'scholar.': [883], 'Instead': [884], 'assessing': [886], 'only': [887, 1022], 'paper-native': [888, 990], 'articles,': [889], 'books,': [890], 'proceedings,': [892], 'types': [901], 'evaluated': [906], 'rewarded.': [908], 'key': [910], 'reward': [914, 992], 'altmetrics:': [917], 'broad': [919], 'suite': [920], 'indicators': [924], 'goes': [926], 'citations': [929], 'measure': [931], 'impacts': [932], 'products,': [935], 'platforms,': [938], 'groups': [941], 'people.': [943], '[9]': [944], '[#N9]': [945], 'leverage': [947], 'increasing': [949], 'centrality': [950], 'Web': [953], 'mining': [957], 'across': [961], 'range': [963], 'tools': [966, 1064], 'environments:': [968], '[/j/jep/images/3336451.0017.301-00000001.jpg]': [969], 'These': [970], 'promise': [974], 'bridge': [976], 'gap': [978], 'between': [979], 'potential': [981, 1003], 'limitations': [987], 'system.': [993], 'A': [994], 'growing': [995], 'body': [996], 'supports': [999], 'validity': [1001], 'usefulness': [1004], '[10]': [1007], '[#N10]': [1008], '[11]': [1009], '[#N11]': [1010], '[12]': [1011], '[#N12]': [1012], '[13]': [1013], '[#N13]': [1014], 'Eventually,': [1015], 'these': [1016], 'power': [1020], 'evaluation,': [1024], 'filtering': [1028], 'recommendation': [1030], 'tools.': [1031], '[14]': [1032], '[#N14]': [1033], '[15]': [1034], '[#N15]': [1035], '[16]': [1036], '[#N16]': [1037], 'However,': [1038], 'vision': [1040], 'altmetrics-powered,': [1043], 'occur': [1049], 'accidentally.': [1050], 'It': [1051], 'requires': [1052], 'advocacy': [1053], 'promote': [1055], 'value': [1057, 1069], 'scholarship,': [1062], 'demonstrate': [1066], 'immediate': [1068], 'assessment': [1074], 'approach': [1075], 'today,': [1076], 'data': [1080], 'support': [1083], 'developers': [1084], 'create': [1087], 'ecosystem.': [1092], 'This': [1093], 'comes': [1097], 'in.': [1098]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2017292130', 'counts_by_year': [{'year': 2022, 'cited_by_count': 1}, {'year': 2021, 'cited_by_count': 1}, {'year': 2016, 'cited_by_count': 2}], 'updated_date': '2023-09-23T16:56:51.286574', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2949258821', 'doi': None, 'title': 'Coverage and adoption of altmetrics sources in the bibliometric community', 'display_name': 'Coverage and adoption of altmetrics sources in the bibliometric community', 'publication_year': 2013, 'publication_date': '2013-04-26', 'ids': {'openalex': 'https://openalex.org/W2949258821', 'mag': '2949258821'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://arxiv.org/pdf/1304.7300', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5014077037', 'display_name': 'Stefanie Haustein', 'orcid': 'https://orcid.org/0000-0003-0157-1430'}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Stefanie Haustein', 'raw_affiliation_string': 'École de bibliothéconomie et des sciences de l’information, Université de Montréal, Montréal', 'raw_affiliation_strings': ['École de bibliothéconomie et des sciences de l’information, Université de Montréal, Montréal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051954808', 'display_name': 'Isabella Peters', 'orcid': 'https://orcid.org/0000-0001-5840-0806'}, 'institutions': [{'id': 'https://openalex.org/I44260953', 'display_name': 'Heinrich Heine University Düsseldorf', 'ror': 'https://ror.org/024z2rq82', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I44260953']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Isabella Peters', 'raw_affiliation_string': 'Department of Information Science, Heinrich-Heine-University', 'raw_affiliation_strings': ['Department of Information Science, Heinrich-Heine-University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001893735', 'display_name': 'Judit Bar‐Ilan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I13955877', 'display_name': 'Bar-Ilan University', 'ror': 'https://ror.org/03kgsv495', 'country_code': 'IL', 'type': 'education', 'lineage': ['https://openalex.org/I13955877']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'Judit Bar-Ilan', 'raw_affiliation_string': 'Department of Information Science, Bar‐ilan University', 'raw_affiliation_strings': ['Department of Information Science, Bar‐ilan University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'School of Information and Library Science University of North Carolina at Chapel Hill', 'raw_affiliation_strings': ['School of Information and Library Science University of North Carolina at Chapel Hill']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055957807', 'display_name': 'Hadas Shema', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I13955877', 'display_name': 'Bar-Ilan University', 'ror': 'https://ror.org/03kgsv495', 'country_code': 'IL', 'type': 'education', 'lineage': ['https://openalex.org/I13955877']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'Hadas Shema', 'raw_affiliation_string': 'Department of Information Science, Bar‐ilan University', 'raw_affiliation_strings': ['Department of Information Science, Bar‐ilan University']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5007913994', 'display_name': 'Jens Terliesner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I44260953', 'display_name': 'Heinrich Heine University Düsseldorf', 'ror': 'https://ror.org/024z2rq82', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I44260953']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jens Terliesner', 'raw_affiliation_string': 'Department of Information Science, Heinrich-Heine-University', 'raw_affiliation_strings': ['Department of Information Science, Heinrich-Heine-University']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 4, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 4, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.9930824}, {'id': 'https://openalex.org/C176504155', 'wikidata': 'https://www.wikidata.org/wiki/Q4943254', 'display_name': 'Bookmarking', 'level': 2, 'score': 0.8814673}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.799168}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.63995844}, {'id': 'https://openalex.org/C2775936607', 'wikidata': 'https://www.wikidata.org/wiki/Q466845', 'display_name': 'Tracking (education)', 'level': 2, 'score': 0.53222877}, {'id': 'https://openalex.org/C83867959', 'wikidata': 'https://www.wikidata.org/wiki/Q371467', 'display_name': 'Scopus', 'level': 3, 'score': 0.5163573}, {'id': 'https://openalex.org/C2780154274', 'wikidata': 'https://www.wikidata.org/wiki/Q7126717', 'display_name': 'Download', 'level': 2, 'score': 0.50472605}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.4657375}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.42460328}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.40662175}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.3263287}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.3006066}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.20215833}, {'id': 'https://openalex.org/C2779473830', 'wikidata': 'https://www.wikidata.org/wiki/Q1540899', 'display_name': 'MEDLINE', 'level': 2, 'score': 0.13661128}, {'id': 'https://openalex.org/C19417346', 'wikidata': 'https://www.wikidata.org/wiki/Q7922', 'display_name': 'Pedagogy', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://arxiv.org/pdf/1304.7300', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.79}], 'grants': [], 'referenced_works_count': 24, 'referenced_works': ['https://openalex.org/W1519117689', 'https://openalex.org/W1539164042', 'https://openalex.org/W1559646899', 'https://openalex.org/W1601133125', 'https://openalex.org/W1965964177', 'https://openalex.org/W1973816953', 'https://openalex.org/W2019945085', 'https://openalex.org/W2025321386', 'https://openalex.org/W2038032083', 'https://openalex.org/W2054174667', 'https://openalex.org/W2073938428', 'https://openalex.org/W2076872364', 'https://openalex.org/W2081116169', 'https://openalex.org/W2109249821', 'https://openalex.org/W2110875044', 'https://openalex.org/W2111418748', 'https://openalex.org/W2125281300', 'https://openalex.org/W2143612877', 'https://openalex.org/W2167465293', 'https://openalex.org/W2181126706', 'https://openalex.org/W2329395632', 'https://openalex.org/W2495607178', 'https://openalex.org/W2802441101', 'https://openalex.org/W3154793279'], 'related_works': ['https://openalex.org/W1553564559', 'https://openalex.org/W2060017479', 'https://openalex.org/W2474118071', 'https://openalex.org/W2601484670', 'https://openalex.org/W2767077033', 'https://openalex.org/W2776101262', 'https://openalex.org/W2777838128', 'https://openalex.org/W2797866561', 'https://openalex.org/W2804384251', 'https://openalex.org/W2890548174', 'https://openalex.org/W2972086169', 'https://openalex.org/W2983943611', 'https://openalex.org/W3017392237', 'https://openalex.org/W3022460410', 'https://openalex.org/W3030039856', 'https://openalex.org/W3037292520', 'https://openalex.org/W3093334759', 'https://openalex.org/W3097332303', 'https://openalex.org/W3100189027', 'https://openalex.org/W3101879744'], 'ngrams_url': 'https://api.openalex.org/works/W2949258821/ngrams', 'abstract_inverted_index': {'Altmetrics,': [0], 'indices': [1, 20], 'based': [2], 'on': [3, 148], 'social': [4, 28, 47, 93, 170], 'media': [5, 48, 94], 'platforms': [6], 'and': [7, 30, 44, 120, 141, 169, 186], 'tools,': [8], 'have': [9], 'recently': [10], 'emerged': [11], 'as': [12], 'alternative': [13], 'means': [14], 'of': [15, 46, 53, 60, 89, 103, 109, 126, 130, 194], 'measuring': [16], 'scholarly': [17, 33], 'impact.': [18], 'Such': [19], 'assume': [21], 'that': [22, 92, 176, 187], 'scholars': [23], 'in': [24, 68, 76, 160, 164], 'fact': [25], 'populate': [26], 'online': [27, 104, 178], 'environments,': [29], 'interact': [31], 'with': [32, 84], 'products': [34], 'there.': [35], 'We': [36], 'tested': [37], 'this': [38, 116], 'assumption': [39], 'by': [40, 63, 184], 'examining': [41], 'the': [42], 'use': [43, 183], 'coverage': [45, 57], 'environments': [49], 'amongst': [50], 'a': [51, 124, 156, 190], 'sample': [52], 'bibliometricians.': [54], 'As': [55], 'expected,': [56], 'varied:': [58], '82%': [59], 'articles': [61], 'published': [62], 'sampled': [64], 'bibliometricians': [65, 144], 'were': [66, 74, 96], 'included': [67, 75], 'Mendeley': [69, 78], 'libraries,': [70], 'while': [71, 115, 155], 'only': [72], '28%': [73], 'CiteULike.': [77], 'bookmarking': [79], 'was': [80], 'moderately': [81], 'correlated': [82], '(.45)': [83], 'Scopus': [85], 'citation.': [86], 'Over': [87], 'half': [88, 129], 'respondents': [90], 'asserted': [91], 'tools': [95, 105, 179], 'affecting': [97], 'their': [98], 'professional': [99], 'lives,': [100], 'although': [101], 'uptake': [102], 'varied': [106], 'widely.': [107], '68%': [108], 'those': [110, 131], 'surveyed': [111], 'had': [112, 133, 145], 'LinkedIn': [113], 'accounts,': [114, 135], 'http': [117], 'URL,': [118], 'Mendeley,': [119], 'ResearchGate': [121], 'each': [122], 'claimed': [123], 'fifth': [125], 'respondents.': [127], 'Nearly': [128], 'responding': [132], 'Twitter': [134], 'which': [136], 'they': [137, 188], 'used': [138], 'both': [139], 'personally': [140], 'professionally.': [142], 'Surveyed': [143], 'mixed': [146], 'opinions': [147], "altmetrics'": [149], 'potential;': [150], '72%': [151], 'valued': [152], 'download': [153], 'counts,': [154], 'third': [157], 'saw': [158], 'potential': [159], 'tracking': [161], "articles'": [162], 'influence': [163], 'blogs,': [165], 'Wikipedia,': [166], 'reference': [167], 'managers,': [168], 'media.': [171], 'Altogether,': [172], 'these': [173], 'findings': [174], 'suggest': [175], 'some': [177], 'are': [180], 'seeing': [181], 'substantial': [182], 'bibliometricians,': [185], 'present': [189], 'potentially': [191], 'valuable': [192], 'source': [193], 'impact': [195], 'data.': [196]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2949258821', 'counts_by_year': [{'year': 2021, 'cited_by_count': 1}, {'year': 2015, 'cited_by_count': 1}, {'year': 2014, 'cited_by_count': 1}, {'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-10-01T23:25:17.574768', 'created_date': '2019-06-27'}, {'id': 'https://openalex.org/W3208256308', 'doi': 'https://doi.org/10.1145/3462204.3482889', 'title': 'CiteAs: Better Software through Sociotechnical Change for Better Software Citation', 'display_name': 'CiteAs: Better Software through Sociotechnical Change for Better Software Citation', 'publication_year': 2021, 'publication_date': '2021-10-23', 'ids': {'openalex': 'https://openalex.org/W3208256308', 'doi': 'https://doi.org/10.1145/3462204.3482889', 'mag': '3208256308'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1145/3462204.3482889', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'proceedings-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5059105472', 'display_name': 'Caifan Du', 'orcid': 'https://orcid.org/0000-0003-2538-607X'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Caifan Du', 'raw_affiliation_string': 'School of Information The University of Texas at Austin USA', 'raw_affiliation_strings': ['School of Information The University of Texas at Austin USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091768359', 'display_name': 'Johanna Cohoon', 'orcid': 'https://orcid.org/0000-0002-3352-9766'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Johanna Cohoon', 'raw_affiliation_string': 'School of Information The University of Texas at Austin USA', 'raw_affiliation_strings': ['School of Information The University of Texas at Austin USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I4200000001', 'display_name': 'OurResearch', 'ror': 'https://ror.org/02nr0ka47', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4200000001']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'Our Research Inc., Canada', 'raw_affiliation_strings': ['Our Research Inc., Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058608862', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4200000001', 'display_name': 'OurResearch', 'ror': 'https://ror.org/02nr0ka47', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4200000001']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Heather Piwowar', 'raw_affiliation_string': 'Our Research Inc., Canada', 'raw_affiliation_strings': ['Our Research Inc., Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060778558', 'display_name': 'Casey Meyer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4200000001', 'display_name': 'OurResearch', 'ror': 'https://ror.org/02nr0ka47', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4200000001']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Casey Meyer', 'raw_affiliation_string': 'Our Research Inc., Canada', 'raw_affiliation_strings': ['Our Research Inc., Canada']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5034085206', 'display_name': 'James Howison', 'orcid': 'https://orcid.org/0000-0002-5702-149X'}, 'institutions': [{'id': 'https://openalex.org/I86519309', 'display_name': 'The University of Texas at Austin', 'ror': 'https://ror.org/00hj54h04', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I16452829', 'https://openalex.org/I86519309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James Howison', 'raw_affiliation_string': 'School of Information The University of Texas at Austin USA', 'raw_affiliation_strings': ['School of Information The University of Texas at Austin USA']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 3, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C127627568', 'wikidata': 'https://www.wikidata.org/wiki/Q1639361', 'display_name': 'Sociotechnical system', 'level': 2, 'score': 0.73281}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6319537}, {'id': 'https://openalex.org/C74579156', 'wikidata': 'https://www.wikidata.org/wiki/Q7554342', 'display_name': 'Software peer review', 'level': 5, 'score': 0.60651505}, {'id': 'https://openalex.org/C29122968', 'wikidata': 'https://www.wikidata.org/wiki/Q1414816', 'display_name': 'Incentive', 'level': 2, 'score': 0.6010771}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.52652967}, {'id': 'https://openalex.org/C115903868', 'wikidata': 'https://www.wikidata.org/wiki/Q80993', 'display_name': 'Software engineering', 'level': 1, 'score': 0.5139987}, {'id': 'https://openalex.org/C48798503', 'wikidata': 'https://www.wikidata.org/wiki/Q877546', 'display_name': 'Reputation', 'level': 2, 'score': 0.5054467}, {'id': 'https://openalex.org/C171981572', 'wikidata': 'https://www.wikidata.org/wiki/Q7554239', 'display_name': 'Software analytics', 'level': 5, 'score': 0.5016377}, {'id': 'https://openalex.org/C117447612', 'wikidata': 'https://www.wikidata.org/wiki/Q1412670', 'display_name': 'Software quality', 'level': 4, 'score': 0.49232757}, {'id': 'https://openalex.org/C182500959', 'wikidata': 'https://www.wikidata.org/wiki/Q7551380', 'display_name': 'Social software engineering', 'level': 5, 'score': 0.48667532}, {'id': 'https://openalex.org/C186846655', 'wikidata': 'https://www.wikidata.org/wiki/Q3398377', 'display_name': 'Software construction', 'level': 4, 'score': 0.4790322}, {'id': 'https://openalex.org/C529173508', 'wikidata': 'https://www.wikidata.org/wiki/Q638608', 'display_name': 'Software development', 'level': 3, 'score': 0.47097018}, {'id': 'https://openalex.org/C46110900', 'wikidata': 'https://www.wikidata.org/wiki/Q11702993', 'display_name': 'Software walkthrough', 'level': 5, 'score': 0.45577124}, {'id': 'https://openalex.org/C2778805511', 'wikidata': 'https://www.wikidata.org/wiki/Q1713', 'display_name': 'Citation', 'level': 2, 'score': 0.42457646}, {'id': 'https://openalex.org/C18762648', 'wikidata': 'https://www.wikidata.org/wiki/Q42213', 'display_name': 'Work (physics)', 'level': 2, 'score': 0.41953138}, {'id': 'https://openalex.org/C39890963', 'wikidata': 'https://www.wikidata.org/wiki/Q1702721', 'display_name': 'Personal software process', 'level': 5, 'score': 0.41226947}, {'id': 'https://openalex.org/C56739046', 'wikidata': 'https://www.wikidata.org/wiki/Q192060', 'display_name': 'Knowledge management', 'level': 1, 'score': 0.31024504}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.23483202}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.18509123}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.08336836}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0695208}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C175444787', 'wikidata': 'https://www.wikidata.org/wiki/Q39072', 'display_name': 'Microeconomics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1145/3462204.3482889', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.48}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.21}], 'grants': [{'funder': 'https://openalex.org/F4320306151', 'funder_display_name': 'Alfred P. Sloan Foundation', 'award_id': '2016-7209'}], 'referenced_works_count': 7, 'referenced_works': ['https://openalex.org/W1622429627', 'https://openalex.org/W1967483856', 'https://openalex.org/W2054628911', 'https://openalex.org/W2119890358', 'https://openalex.org/W2141540530', 'https://openalex.org/W2148906281', 'https://openalex.org/W2278163684'], 'related_works': ['https://openalex.org/W403164', 'https://openalex.org/W1985363770', 'https://openalex.org/W2007890167', 'https://openalex.org/W2068215719', 'https://openalex.org/W2088814939', 'https://openalex.org/W2132409541', 'https://openalex.org/W2167986768', 'https://openalex.org/W2512341330', 'https://openalex.org/W2907869806', 'https://openalex.org/W4255517991'], 'ngrams_url': 'https://api.openalex.org/works/W3208256308/ngrams', 'abstract_inverted_index': {'Research': [0], 'increasingly': [1], 'depends': [2], 'on': [3], 'software,': [4, 117], 'yet': [5], 'software': [6, 33, 58, 76, 79, 122], 'work': [7, 34, 123], 'is': [8, 90], 'often': [9], 'relatively': [10], 'invisible': [11], 'to': [12, 28, 53, 59, 67, 71, 77, 125], 'the': [13, 40, 83, 87, 113, 121], 'reputation': [14], 'economy': [15], 'shaping': [16], 'research': [17, 46, 57, 75, 116], 'careers.': [18], 'To': [19], 'address': [20], 'this,': [21], 'we': [22, 107], 'demonstrate': [23], 'CiteAs,': [24], 'a': [25, 93], 'system': [26, 44], 'designed': [27], 'improve': [29], 'incentives': [30, 119], 'for': [31, 63, 120], 'high-quality': [32], 'by': [35, 86], 'altering': [36], 'citation': [37], 'behaviors': [38], 'in': [39], 'loosely': [41], 'governed': [42], 'sociotechnical': [43], 'producing': [45, 56], 'software.': [47], 'CiteAs': [48, 89, 110], 'has': [49], 'two': [50], 'goals:': [51], 'first,': [52], 'encourage': [54, 72], 'those': [55], 'make': [60], 'clear': [61], 'requests': [62], 'citations': [64, 84], 'most': [65], 'valuable': [66], 'them;': [68], 'and': [69, 81, 102], 'second,': [70], 'users': [73], 'of': [74, 115], 'cite': [78], 'more': [80], 'follow': [82], 'requested': [85], 'developer.': [88], 'implemented': [91], 'as': [92], 'specialized': [94], 'search': [95], 'engine': [96], 'at': [97], 'https://citeas.org/': [98], 'that': [99, 109], 'explains': [100], 'itself': [101], 'instructs': [103], 'better': [104], 'practices.': [105], 'Ultimately': [106], 'hope': [108], 'will': [111], 'increase': [112], 'visibility': [114], 'improving': [118], 'needed': [124], 'advance': [126], 'research.': [127]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W3208256308', 'counts_by_year': [{'year': 2022, 'cited_by_count': 2}, {'year': 2021, 'cited_by_count': 1}], 'updated_date': '2023-10-01T22:16:54.844948', 'created_date': '2021-11-08'}, {'id': 'https://openalex.org/W2290499851', 'doi': None, 'title': 'As scholars undertake a great migration to online publishing, altmetrics stands to provide an academic measurement of twitter and other online activity', 'display_name': 'As scholars undertake a great migration to online publishing, altmetrics stands to provide an academic measurement of twitter and other online activity', 'publication_year': 2011, 'publication_date': '2011-11-21', 'ids': {'openalex': 'https://openalex.org/W2290499851', 'mag': '2290499851'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://eprints.lse.ac.uk/51855/', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5023888391'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 2, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.91507834}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.74141943}, {'id': 'https://openalex.org/C518677369', 'wikidata': 'https://www.wikidata.org/wiki/Q202833', 'display_name': 'Social media', 'level': 2, 'score': 0.73576826}, {'id': 'https://openalex.org/C110875604', 'wikidata': 'https://www.wikidata.org/wiki/Q75', 'display_name': 'The Internet', 'level': 2, 'score': 0.60686934}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.4914621}, {'id': 'https://openalex.org/C143275388', 'wikidata': 'https://www.wikidata.org/wiki/Q92438', 'display_name': 'Microblogging', 'level': 3, 'score': 0.4856795}, {'id': 'https://openalex.org/C29595303', 'wikidata': 'https://www.wikidata.org/wiki/Q165650', 'display_name': 'Media studies', 'level': 1, 'score': 0.47844648}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.4179323}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.40930012}, {'id': 'https://openalex.org/C112698675', 'wikidata': 'https://www.wikidata.org/wiki/Q37038', 'display_name': 'Advertising', 'level': 1, 'score': 0.4054752}, {'id': 'https://openalex.org/C39549134', 'wikidata': 'https://www.wikidata.org/wiki/Q133080', 'display_name': 'Public relations', 'level': 1, 'score': 0.39624247}, {'id': 'https://openalex.org/C108827166', 'wikidata': 'https://www.wikidata.org/wiki/Q175975', 'display_name': 'Internet privacy', 'level': 1, 'score': 0.3778711}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.34726578}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.28194687}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.20366886}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://eprints.lse.ac.uk/51855/', 'pdf_url': None, 'source': None, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.81}], 'grants': [], 'referenced_works_count': 0, 'referenced_works': [], 'related_works': ['https://openalex.org/W1025717885', 'https://openalex.org/W1534119363', 'https://openalex.org/W1541016824', 'https://openalex.org/W1562130072', 'https://openalex.org/W1877474545', 'https://openalex.org/W2004043344', 'https://openalex.org/W2206192201', 'https://openalex.org/W2461638445', 'https://openalex.org/W2751145220', 'https://openalex.org/W2774997170', 'https://openalex.org/W2901859218', 'https://openalex.org/W2903389621', 'https://openalex.org/W2904619369', 'https://openalex.org/W2904707422', 'https://openalex.org/W2906871826', 'https://openalex.org/W2969856002', 'https://openalex.org/W2975192224', 'https://openalex.org/W2990948100', 'https://openalex.org/W3083569239', 'https://openalex.org/W3168199097'], 'ngrams_url': 'https://api.openalex.org/works/W2290499851/ngrams', 'abstract_inverted_index': {'The': [0], 'internet': [1], 'seems': [2], 'to': [3, 34, 40], 'have': [4], 'transformed': [5], 'all': [6], 'industries': [7], 'except': [8], 'one:': [9], 'scholarly': [10], 'communication.': [11], 'Jason': [12], 'Priem': [13], 'has': [14], 'studied': [15], 'academics’': [16], 'use': [17], 'of': [18], 'Twitter': [19], 'and': [20, 39], 'charts': [21], 'terrific': [22], 'interest': [23], 'among': [24, 43], 'academics': [25], 'in': [26], 'the': [27], 'social': [28], 'media': [29], 'tool': [30], 'as': [31], 'an': [32], 'aid': [33], 'discuss': [35], 'literature,': [36], 'for': [37], 'teaching': [38], 'enrich': [41], 'conferences': [42], 'his': [44], 'results.': [45]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2290499851', 'counts_by_year': [{'year': 2016, 'cited_by_count': 1}, {'year': 2012, 'cited_by_count': 1}], 'updated_date': '2023-09-28T01:50:24.351720', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W854896339', 'doi': None, 'title': 'Altmetrics (Chapter from Beyond Bibliometrics: Harnessing Multidimensional Indicators of Scholarly Impact)', 'display_name': 'Altmetrics (Chapter from Beyond Bibliometrics: Harnessing Multidimensional Indicators of Scholarly Impact)', 'publication_year': 2015, 'publication_date': '2015-07-06', 'ids': {'openalex': 'https://openalex.org/W854896339', 'mag': '854896339'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://arxiv.org/pdf/1507.01328.pdf', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'posted-content', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [], 'countries': [], 'is_corresponding': True, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 0, 'institutions_distinct_count': 0, 'corresponding_author_ids': ['https://openalex.org/A5023888391'], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 2, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778407487', 'wikidata': 'https://www.wikidata.org/wiki/Q14565201', 'display_name': 'Altmetrics', 'level': 2, 'score': 0.9973861}, {'id': 'https://openalex.org/C178315738', 'wikidata': 'https://www.wikidata.org/wiki/Q603441', 'display_name': 'Bibliometrics', 'level': 2, 'score': 0.76011896}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.60239875}, {'id': 'https://openalex.org/C525823164', 'wikidata': 'https://www.wikidata.org/wiki/Q472342', 'display_name': 'Scientometrics', 'level': 2, 'score': 0.5605355}, {'id': 'https://openalex.org/C197352329', 'wikidata': 'https://www.wikidata.org/wiki/Q1093434', 'display_name': 'Citizen science', 'level': 2, 'score': 0.47084305}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.46138814}, {'id': 'https://openalex.org/C62230096', 'wikidata': 'https://www.wikidata.org/wiki/Q275969', 'display_name': 'Crowdsourcing', 'level': 2, 'score': 0.43539858}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.24770388}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.07207999}, {'id': 'https://openalex.org/C59822182', 'wikidata': 'https://www.wikidata.org/wiki/Q441', 'display_name': 'Botany', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://arxiv.org/pdf/1507.01328.pdf', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306400194', 'display_name': 'arXiv (Cornell University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205783295', 'host_organization_name': 'Cornell University', 'host_organization_lineage': ['https://openalex.org/I205783295'], 'host_organization_lineage_names': ['Cornell University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.5}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.13}], 'grants': [], 'referenced_works_count': 48, 'referenced_works': ['https://openalex.org/W180517311', 'https://openalex.org/W317321535', 'https://openalex.org/W1488712546', 'https://openalex.org/W1519117689', 'https://openalex.org/W1553564559', 'https://openalex.org/W1559646899', 'https://openalex.org/W1907242353', 'https://openalex.org/W1965964177', 'https://openalex.org/W1974132922', 'https://openalex.org/W1975856267', 'https://openalex.org/W1980824281', 'https://openalex.org/W1986322041', 'https://openalex.org/W2000866189', 'https://openalex.org/W2006987993', 'https://openalex.org/W2009405785', 'https://openalex.org/W2015186536', 'https://openalex.org/W2017124168', 'https://openalex.org/W2021266202', 'https://openalex.org/W2023754051', 'https://openalex.org/W2034083929', 'https://openalex.org/W2042408065', 'https://openalex.org/W2043205981', 'https://openalex.org/W2051738082', 'https://openalex.org/W2053549370', 'https://openalex.org/W2054101970', 'https://openalex.org/W2054174667', 'https://openalex.org/W2069613886', 'https://openalex.org/W2076439854', 'https://openalex.org/W2076872364', 'https://openalex.org/W2077217220', 'https://openalex.org/W2081116169', 'https://openalex.org/W2093842354', 'https://openalex.org/W2096081073', 'https://openalex.org/W2099811601', 'https://openalex.org/W2105326496', 'https://openalex.org/W2126433075', 'https://openalex.org/W2143612877', 'https://openalex.org/W2148288651', 'https://openalex.org/W2150569271', 'https://openalex.org/W2150769162', 'https://openalex.org/W2159336657', 'https://openalex.org/W2167465293', 'https://openalex.org/W2168201538', 'https://openalex.org/W2169882007', 'https://openalex.org/W2171468534', 'https://openalex.org/W2963866139', 'https://openalex.org/W3101689191', 'https://openalex.org/W3205320270'], 'related_works': ['https://openalex.org/W628012024', 'https://openalex.org/W1731700882', 'https://openalex.org/W2042076536', 'https://openalex.org/W2164277894', 'https://openalex.org/W2264078859', 'https://openalex.org/W2355517701', 'https://openalex.org/W2404332404', 'https://openalex.org/W2791879265', 'https://openalex.org/W2807902004', 'https://openalex.org/W2948028435', 'https://openalex.org/W2962788265', 'https://openalex.org/W2971812273', 'https://openalex.org/W3019661053', 'https://openalex.org/W3037558128', 'https://openalex.org/W3104770682', 'https://openalex.org/W3130540911', 'https://openalex.org/W3132563420', 'https://openalex.org/W3134411344', 'https://openalex.org/W3196735725', 'https://openalex.org/W3206543762'], 'ngrams_url': 'https://api.openalex.org/works/W854896339/ngrams', 'abstract_inverted_index': {'This': [0], 'chapter': [1], 'discusses': [2], 'altmetrics': [3, 62, 97], '(short': [4], 'for': [5, 102], 'alternative': [6], 'metrics),': [7], 'an': [8], 'approach': [9], 'to': [10, 54], 'uncovering': [11], 'previously-invisible': [12], 'traces': [13], 'of': [14, 35, 43, 73, 86, 90, 96], 'scholarly': [15, 41], 'impact': [16], 'by': [17], 'observing': [18], 'activity': [19, 80], 'in': [20], 'online': [21, 44], 'tools': [22, 45], 'and': [23, 37, 49, 63, 76, 98], 'systems.': [24], 'I': [25, 60, 92], 'argue': [26], 'that': [27, 38], 'citations,': [28], 'while': [29], 'useful,': [30], 'miss': [31], 'many': [32], 'important': [33], 'kinds': [34], 'impacts,': [36], 'the': [39, 71, 87, 94], 'increasing': [40], 'use': [42], 'like': [46], 'Mendeley,': [47], 'Twitter,': [48], 'blogs': [50], 'may': [51], 'allow': [52], 'us': [53], 'measure': [55], 'these': [56, 74], 'hidden': [57], 'impacts.': [58], 'Next,': [59], 'define': [61], 'discuss': [64], 'research': [65, 69, 78], 'on': [66, 81], 'altmetric': [67], 'sources--both': [68], 'mapping': [70], 'growth': [72], 'sources,': [75], 'scientometric': [77], 'measuring': [79], 'them.': [82], 'Following': [83], 'a': [84], 'discussion': [85], 'potential': [88], 'uses': [89], 'altmetrics,': [91], 'consider': [93], 'limitations': [95], 'recommend': [99], 'areas': [100], 'ripe': [101], 'future': [103], 'research.': [104]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W854896339', 'counts_by_year': [{'year': 2018, 'cited_by_count': 2}], 'updated_date': '2023-09-27T07:00:13.481377', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2110180658', 'doi': 'https://doi.org/10.1002/meet.2011.14504801205', 'title': 'Shaking it up: Embracing new methods for publishing, finding, discussing, and measuring our research output', 'display_name': 'Shaking it up: Embracing new methods for publishing, finding, discussing, and measuring our research output', 'publication_year': 2011, 'publication_date': '2011-01-01', 'ids': {'openalex': 'https://openalex.org/W2110180658', 'doi': 'https://doi.org/10.1002/meet.2011.14504801205', 'mag': '2110180658'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/meet.2011.14504801205', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/meet.2011.14504801205', 'source': {'id': 'https://openalex.org/S4210184376', 'display_name': 'Proceedings Of The Association For Information Science And Technology', 'issn_l': '0044-7870', 'issn': ['0044-7870'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5080819927', 'display_name': 'Alex Garnett', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I212119943', 'display_name': 'University of Victoria', 'ror': 'https://ror.org/04s5mat29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I212119943']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Alex Garnett', 'raw_affiliation_string': 'University of Victoria, Electronic Textual Cultures Lab', 'raw_affiliation_strings': ['University of Victoria, Electronic Textual Cultures Lab']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014156820', 'display_name': 'Kim Holmberg', 'orcid': 'https://orcid.org/0000-0002-4185-9298'}, 'institutions': [{'id': 'https://openalex.org/I130217899', 'display_name': 'Åbo Akademi University', 'ror': 'https://ror.org/029pk6x14', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I130217899']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Kim Holmberg', 'raw_affiliation_string': 'Abo Akademi University Abo Finland', 'raw_affiliation_strings': ['Abo Akademi University Abo Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068602755', 'display_name': 'Christina K. Pikas', 'orcid': 'https://orcid.org/0000-0002-4455-8036'}, 'institutions': [{'id': 'https://openalex.org/I66946132', 'display_name': 'University of Maryland, College Park', 'ror': 'https://ror.org/047s2c258', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1317227900', 'https://openalex.org/I66946132']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Christina K. Pikas', 'raw_affiliation_string': 'University of Maryland College of Information Studies#TAB#', 'raw_affiliation_strings': ['University of Maryland College of Information Studies#TAB#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048491430', 'display_name': 'Heather Piwowar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I6002401', 'display_name': 'National Evolutionary Synthesis Center', 'ror': 'https://ror.org/001ykb961', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I6002401']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Heather A. Piwowar', 'raw_affiliation_string': 'DataONE and Dryad, National Evolutionary Synthesis Center', 'raw_affiliation_strings': ['DataONE and Dryad, National Evolutionary Synthesis Center']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023888391', 'display_name': 'Jason Priem', 'orcid': 'https://orcid.org/0000-0001-6187-6610'}, 'institutions': [{'id': 'https://openalex.org/I114027177', 'display_name': 'University of North Carolina at Chapel Hill', 'ror': 'https://ror.org/0130frc33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I114027177', 'https://openalex.org/I4210158053']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jason Priem', 'raw_affiliation_string': 'University of North Carolina at Chapel Hill, School of Library and Information Science', 'raw_affiliation_strings': ['University of North Carolina at Chapel Hill, School of Library and Information Science']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5085874183', 'display_name': 'Nicholas Weber', 'orcid': 'https://orcid.org/0000-0002-6008-3763'}, 'institutions': [{'id': 'https://openalex.org/I157725225', 'display_name': 'University of Illinois Urbana-Champaign', 'ror': 'https://ror.org/047426m28', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I157725225', 'https://openalex.org/I2801919071']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nicholas M. Weber', 'raw_affiliation_string': 'University of Illinois, U-C, Graduate School of Library & Information Science', 'raw_affiliation_strings': ['University of Illinois, U-C, Graduate School of Library & Information Science']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 6, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 1, 'biblio': {'volume': None, 'issue': None, 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41458344', 'wikidata': 'https://www.wikidata.org/wiki/Q732577', 'display_name': 'Publication', 'level': 2, 'score': 0.76290774}, {'id': 'https://openalex.org/C9652623', 'wikidata': 'https://www.wikidata.org/wiki/Q190109', 'display_name': 'Field (mathematics)', 'level': 2, 'score': 0.66536087}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.65284705}, {'id': 'https://openalex.org/C2777462167', 'wikidata': 'https://www.wikidata.org/wiki/Q7432048', 'display_name': 'Scholarly communication', 'level': 3, 'score': 0.6326433}, {'id': 'https://openalex.org/C151719136', 'wikidata': 'https://www.wikidata.org/wiki/Q3972943', 'display_name': 'Publishing', 'level': 2, 'score': 0.6237406}, {'id': 'https://openalex.org/C2779182362', 'wikidata': 'https://www.wikidata.org/wiki/Q17126187', 'display_name': 'Session (web analytics)', 'level': 2, 'score': 0.6006466}, {'id': 'https://openalex.org/C2522767166', 'wikidata': 'https://www.wikidata.org/wiki/Q2374463', 'display_name': 'Data science', 'level': 1, 'score': 0.5906332}, {'id': 'https://openalex.org/C2779527642', 'wikidata': 'https://www.wikidata.org/wiki/Q108874', 'display_name': 'Happening', 'level': 3, 'score': 0.4636935}, {'id': 'https://openalex.org/C136764020', 'wikidata': 'https://www.wikidata.org/wiki/Q466', 'display_name': 'World Wide Web', 'level': 1, 'score': 0.41291457}, {'id': 'https://openalex.org/C55587333', 'wikidata': 'https://www.wikidata.org/wiki/Q1133029', 'display_name': 'Engineering ethics', 'level': 1, 'score': 0.37256676}, {'id': 'https://openalex.org/C56739046', 'wikidata': 'https://www.wikidata.org/wiki/Q192060', 'display_name': 'Knowledge management', 'level': 1, 'score': 0.3268845}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.24427444}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.173866}, {'id': 'https://openalex.org/C142362112', 'wikidata': 'https://www.wikidata.org/wiki/Q735', 'display_name': 'Art', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C554144382', 'wikidata': 'https://www.wikidata.org/wiki/Q213156', 'display_name': 'Performance art', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C202444582', 'wikidata': 'https://www.wikidata.org/wiki/Q837863', 'display_name': 'Pure mathematics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C52119013', 'wikidata': 'https://www.wikidata.org/wiki/Q50637', 'display_name': 'Art history', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/meet.2011.14504801205', 'pdf_url': 'https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/meet.2011.14504801205', 'source': {'id': 'https://openalex.org/S4210184376', 'display_name': 'Proceedings Of The Association For Information Science And Technology', 'issn_l': '0044-7870', 'issn': ['0044-7870'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.38}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.12}, {'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.12}], 'grants': [], 'referenced_works_count': 2, 'referenced_works': ['https://openalex.org/W1998339750', 'https://openalex.org/W2008262948'], 'related_works': ['https://openalex.org/W54355840', 'https://openalex.org/W320348422', 'https://openalex.org/W627342557', 'https://openalex.org/W795605846', 'https://openalex.org/W929977232', 'https://openalex.org/W1519982170', 'https://openalex.org/W1528996362', 'https://openalex.org/W1537664926', 'https://openalex.org/W1784199708', 'https://openalex.org/W1812652964', 'https://openalex.org/W1933607367', 'https://openalex.org/W1971935763', 'https://openalex.org/W2036041813', 'https://openalex.org/W2101633467', 'https://openalex.org/W2808456753', 'https://openalex.org/W2886756489', 'https://openalex.org/W2911940158', 'https://openalex.org/W2942991516', 'https://openalex.org/W2961810719', 'https://openalex.org/W2994843948'], 'ngrams_url': 'https://api.openalex.org/works/W2110180658/ngrams', 'abstract_inverted_index': {'The': [0, 35], 'scholarly': [1, 132], 'communication': [2], 'ecosystem': [3], 'is': [4, 44], 'changing.': [5], 'Scholars': [6], 'produce': [7], 'and': [8, 18, 20, 41, 52, 72, 94, 108, 139, 141], 'publish': [9], 'a': [10, 99], 'wider': [11], 'range': [12], 'of': [13, 38, 56, 91, 101, 111, 115, 121, 131, 136, 151], 'products': [14, 27, 40], 'than': [15, 68], 'ever': [16], 'before,': [17], 'scholars': [19], 'others': [21], 'increasingly': [22], 'interact': [23], 'with': [24, 119], 'these': [25, 64, 112], 'diverse': [26, 54], 'in': [28, 148], 'new': [29, 46, 65, 113, 129], 'ways': [30, 114], 'within': [31], 'the': [32, 80, 89, 122, 149], 'online': [33], 'ecosystem.': [34], 'widespread': [36], 'availability': [37], 'research': [39, 57, 60], 'interaction': [42], 'paths': [43], 'informing': [45], 'methods': [47, 66, 130], 'for': [48], 'finding,': [49], 'discussing,': [50], 'measuring,': [51], 'rewarding': [53], 'types': [55], 'output.': [58], 'Some': [59], 'fields': [61, 79], 'are': [62, 82], 'adopting': [63], 'faster': [67], 'supporting': [69], 'tools,': [70], 'processes,': [71], 'policies': [73], 'can': [74], 'keep': [75], 'up.': [76], 'In': [77], 'other': [78], 'changes': [81], 'happening': [83], 'very': [84], 'slowly': [85], '‐': [86], 'perhaps': [87], 'at': [88], 'expense': [90], 'accelerated': [92], 'progress': [93], 'impact.': [95], 'We': [96], 'have': [97], 'assembled': [98], 'panel': [100], 'information': [102, 152], 'science': [103], 'researchers': [104], 'who': [105], 'both': [106], 'study': [107], 'implement': [109], 'many': [110], 'doing': [116], 'research.': [117], 'Together': [118], 'attendees': [120], 'session': [123], '(you!),': [124], 'we': [125], 'will': [126], 'consider': [127], 'several': [128], 'communication,': [133], 'highlight': [134], 'some': [135], 'their': [137], 'strengths': [138], 'drawbacks,': [140], 'discuss': [142], 'how': [143], 'they': [144], 'play': [145], 'out': [146], 'today': [147], 'field': [150], 'science.': [153]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2110180658', 'counts_by_year': [{'year': 2013, 'cited_by_count': 1}], 'updated_date': '2023-09-23T06:20:43.938066', 'created_date': '2016-06-24'}]
Publicaciones de conjuntos de datos en el sur global
from pyalex import Works
# El trabajo para extraer las obras referenciadas de
w = Works() \
.filter(institutions={"is_global_south":True}) \
.filter(type="dataset") \
.group_by("institutions.country_code") \
.get()
Publicaciones más citadas en su organización
from pyalex import Works
Works() \
.filter(authorships={"institutions": {"ror": "04pp8hn57"}}) \
.sort(cited_by_count="desc") \
.get()
[{'id': 'https://openalex.org/W1995017064', 'doi': 'https://doi.org/10.1107/s0907444998003254', 'title': 'Crystallography & NMR System: A New Software Suite for Macromolecular Structure Determination', 'display_name': 'Crystallography & NMR System: A New Software Suite for Macromolecular Structure Determination', 'publication_year': 1998, 'publication_date': '1998-09-01', 'ids': {'openalex': 'https://openalex.org/W1995017064', 'doi': 'https://doi.org/10.1107/s0907444998003254', 'mag': '1995017064', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9757107'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1107/s0907444998003254', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5056911622', 'display_name': 'A.T. Brünger', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}, {'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'A.T. Brünger', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT 06511, USA; The Howard Hughes Medical Institute, Yale University, New Haven, CT 06511, USA', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT 06511, USA', 'The Howard Hughes Medical Institute, Yale University, New Haven, CT 06511, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027915011', 'display_name': 'Paul D. Adams', 'orcid': 'https://orcid.org/0000-0001-9333-8219'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'P.D. Adams', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024727980', 'display_name': 'G. Marius Clore', 'orcid': 'https://orcid.org/0000-0003-3809-1027'}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G.M. Clore', 'raw_affiliation_string': 'Laboratory of Chemical Physics, Building 5, National Institute of Diabetes and Digestive and Kidney Diseases National Institutes of Health, Bethesda, MD 20892-0520, USA.', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, Building 5, National Institute of Diabetes and Digestive and Kidney Diseases National Institutes of Health, Bethesda, MD 20892-0520, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090802246', 'display_name': 'Warren L. DeLano', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I180670191', 'display_name': 'University of California, San Francisco', 'ror': 'https://ror.org/043mz5j54', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I180670191', 'https://openalex.org/I2803209242']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'W.L. DeLano', 'raw_affiliation_string': 'Graduate Group in Biophysics, Box 0448, University of California, San Francisco, CA 94143, USA', 'raw_affiliation_strings': ['Graduate Group in Biophysics, Box 0448, University of California, San Francisco, CA 94143, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045574506', 'display_name': 'Piet Gros', 'orcid': 'https://orcid.org/0000-0002-7782-2585'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'P. Gros', 'raw_affiliation_string': 'Crystal and Structural Chemistry, Bijvoet Center for Biomolecular Research; Utrecht University, Padualaan 8; 3584 CH Utrecht The Netherlands', 'raw_affiliation_strings': ['Crystal and Structural Chemistry, Bijvoet Center for Biomolecular Research; Utrecht University, Padualaan 8; 3584 CH Utrecht The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068760000', 'display_name': 'Ralf W. Grosse‐Kunstleve', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}, {'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'R.W. Grosse-Kunstleve', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT 06511, USA; The Howard Hughes Medical Institute, Yale University, New Haven, CT 06511, USA', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT 06511, USA', 'The Howard Hughes Medical Institute, Yale University, New Haven, CT 06511, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011813946', 'display_name': 'Jiansheng Jiang', 'orcid': 'https://orcid.org/0000-0003-0964-5481'}, 'institutions': [{'id': 'https://openalex.org/I200870766', 'display_name': 'Brookhaven National Laboratory', 'ror': 'https://ror.org/02ex6cf31', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I200870766', 'https://openalex.org/I4210142672']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J.-S. Jiang', 'raw_affiliation_string': 'Protein Data Bank, Biology Department, Brookhaven National Laboratory, Upton, NY 11973–5000, USA', 'raw_affiliation_strings': ['Protein Data Bank, Biology Department, Brookhaven National Laboratory, Upton, NY 11973–5000, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046828897', 'display_name': 'John Kuszewski', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J. Kuszewski', 'raw_affiliation_string': 'Laboratory of Chemical Physics, Building 5, National Institute of Diabetes and Digestive and Kidney Diseases National Institutes of Health, Bethesda, MD 20892-0520, USA.', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, Building 5, National Institute of Diabetes and Digestive and Kidney Diseases National Institutes of Health, Bethesda, MD 20892-0520, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024276029', 'display_name': 'Michaël Nilges', 'orcid': 'https://orcid.org/0000-0002-1451-8092'}, 'institutions': [{'id': 'https://openalex.org/I4210153543', 'display_name': 'European Molecular Biology Laboratory', 'ror': 'https://ror.org/050589e39', 'country_code': 'DE', 'type': 'government', 'lineage': ['https://openalex.org/I4210138560', 'https://openalex.org/I4210153543']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'M. Nilges', 'raw_affiliation_string': 'European Molecular Biology Laboratory, Meyerhofstrasse 1, D-69117 Heidelberg, Germany', 'raw_affiliation_strings': ['European Molecular Biology Laboratory, Meyerhofstrasse 1, D-69117 Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028415040', 'display_name': 'Navraj S. Pannu', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I154425047', 'display_name': 'University of Alberta', 'ror': 'https://ror.org/0160cpw27', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I154425047']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'N.S. Pannu', 'raw_affiliation_string': 'Dept. of Mathematical Sciences , University of Alberta , Edmonton, Alberta, T6G 2G1, Canada', 'raw_affiliation_strings': ['Dept. of Mathematical Sciences , University of Alberta , Edmonton, Alberta, T6G 2G1, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068323278', 'display_name': 'Randy J. Read', 'orcid': 'https://orcid.org/0000-0001-8273-0047'}, 'institutions': [{'id': 'https://openalex.org/I154425047', 'display_name': 'University of Alberta', 'ror': 'https://ror.org/0160cpw27', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I154425047']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'R.J. Read', 'raw_affiliation_string': '<!--label omitted: 1-->Department of Medical Microbiology and Immunology, University of Alberta, Edmonton, Alberta T6G 2H7, Canada', 'raw_affiliation_strings': ['<!--label omitted: 1-->Department of Medical Microbiology and Immunology, University of Alberta, Edmonton, Alberta T6G 2H7, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056334757', 'display_name': 'Luke M. Rice', 'orcid': 'https://orcid.org/0000-0001-6551-3307'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'L.M. Rice', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033410644', 'display_name': 'Thomas Simonson', 'orcid': 'https://orcid.org/0000-0002-5117-7338'}, 'institutions': [{'id': 'https://openalex.org/I4210086872', 'display_name': 'Institute of Genetics and Molecular and Cellular Biology', 'ror': 'https://ror.org/0015ws592', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I4210086872', 'https://openalex.org/I4210096427', 'https://openalex.org/I68947357']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'T. Simonson', 'raw_affiliation_string': 'Laboratoire de Biologie Structurale (CNRS), IGBMC, 1 rue Laurent Fries, 67404 Illkirch (CU de Strasbourg), France', 'raw_affiliation_strings': ['Laboratoire de Biologie Structurale (CNRS), IGBMC, 1 rue Laurent Fries, 67404 Illkirch (CU de Strasbourg), France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5057042667', 'display_name': 'Gregory L. Warren', 'orcid': 'https://orcid.org/0000-0003-4017-0162'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'G.L. Warren', 'raw_affiliation_string': 'Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.', 'raw_affiliation_strings': ['Department of Molecular Biophysics and Biochemistry, Yale University, New Haven, CT, 06511, USA.']}], 'countries_distinct_count': 5, 'institutions_distinct_count': 11, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 14424, 'biblio': {'volume': '54', 'issue': '5', 'first_page': '905', 'last_page': '921'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.72384906}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.57246274}, {'id': 'https://openalex.org/C113843644', 'wikidata': 'https://www.wikidata.org/wiki/Q901882', 'display_name': 'Interface (matter)', 'level': 4, 'score': 0.5481338}, {'id': 'https://openalex.org/C43126263', 'wikidata': 'https://www.wikidata.org/wiki/Q128751', 'display_name': 'Source code', 'level': 2, 'score': 0.5148703}, {'id': 'https://openalex.org/C89505385', 'wikidata': 'https://www.wikidata.org/wiki/Q47146', 'display_name': 'User interface', 'level': 2, 'score': 0.48756737}, {'id': 'https://openalex.org/C79581498', 'wikidata': 'https://www.wikidata.org/wiki/Q1367530', 'display_name': 'Suite', 'level': 2, 'score': 0.44443786}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.38524842}, {'id': 'https://openalex.org/C8010536', 'wikidata': 'https://www.wikidata.org/wiki/Q160398', 'display_name': 'Crystallography', 'level': 1, 'score': 0.35406613}, {'id': 'https://openalex.org/C459310', 'wikidata': 'https://www.wikidata.org/wiki/Q117801', 'display_name': 'Computational science', 'level': 1, 'score': 0.32636222}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.19327521}, {'id': 'https://openalex.org/C173608175', 'wikidata': 'https://www.wikidata.org/wiki/Q232661', 'display_name': 'Parallel computing', 'level': 1, 'score': 0.09065375}, {'id': 'https://openalex.org/C166957645', 'wikidata': 'https://www.wikidata.org/wiki/Q23498', 'display_name': 'Archaeology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C157915830', 'wikidata': 'https://www.wikidata.org/wiki/Q2928001', 'display_name': 'Bubble', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C129307140', 'wikidata': 'https://www.wikidata.org/wiki/Q6795880', 'display_name': 'Maximum bubble pressure method', 'level': 3, 'score': 0.0}, {'id': 'https://openalex.org/C95457728', 'wikidata': 'https://www.wikidata.org/wiki/Q309', 'display_name': 'History', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018360', 'descriptor_name': 'Crystallography, X-Ray', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D015394', 'descriptor_name': 'Molecular Structure', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D003198', 'descriptor_name': 'Computer Simulation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016013', 'descriptor_name': 'Likelihood Functions', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 3, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1107/s0907444998003254', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.science/hal-04016855', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9757107', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.57}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.11}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.11}], 'grants': [], 'referenced_works_count': 48, 'referenced_works': ['https://openalex.org/W1481344232', 'https://openalex.org/W1510543252', 'https://openalex.org/W1530792563', 'https://openalex.org/W1570906644', 'https://openalex.org/W1632997067', 'https://openalex.org/W1757061999', 'https://openalex.org/W1969156185', 'https://openalex.org/W1972190404', 'https://openalex.org/W1973621188', 'https://openalex.org/W1975914851', 'https://openalex.org/W1979131204', 'https://openalex.org/W1979936737', 'https://openalex.org/W1993390869', 'https://openalex.org/W1996607909', 'https://openalex.org/W2001575235', 'https://openalex.org/W2011009086', 'https://openalex.org/W2015248861', 'https://openalex.org/W2016098772', 'https://openalex.org/W2021876859', 'https://openalex.org/W2024534366', 'https://openalex.org/W2025305309', 'https://openalex.org/W2027249579', 'https://openalex.org/W2035346668', 'https://openalex.org/W2035409833', 'https://openalex.org/W2037304739', 'https://openalex.org/W2043662803', 'https://openalex.org/W2044815019', 'https://openalex.org/W2045192978', 'https://openalex.org/W2047173579', 'https://openalex.org/W2047768577', 'https://openalex.org/W2055898626', 'https://openalex.org/W2060448324', 'https://openalex.org/W2065300643', 'https://openalex.org/W2066318940', 'https://openalex.org/W2072789222', 'https://openalex.org/W2075299598', 'https://openalex.org/W2077981203', 'https://openalex.org/W2083031722', 'https://openalex.org/W2084763593', 'https://openalex.org/W2088686292', 'https://openalex.org/W2091406106', 'https://openalex.org/W2094060360', 'https://openalex.org/W2132177601', 'https://openalex.org/W2139783945', 'https://openalex.org/W2147305636', 'https://openalex.org/W2156995522', 'https://openalex.org/W2162362489', 'https://openalex.org/W2419271322'], 'related_works': ['https://openalex.org/W283806354', 'https://openalex.org/W585208592', 'https://openalex.org/W1507167368', 'https://openalex.org/W2013531410', 'https://openalex.org/W2135396778', 'https://openalex.org/W2347608685', 'https://openalex.org/W2380602769', 'https://openalex.org/W2519339279', 'https://openalex.org/W2785279175', 'https://openalex.org/W4233387348'], 'ngrams_url': 'https://api.openalex.org/works/W1995017064/ngrams', 'abstract_inverted_index': {'A': [0], 'new': [1, 133], 'software': [2], 'suite,': [3], 'called': [4], 'Crystallography': [5], '&': [6], 'NMR': [7, 53], 'System': [8], '(CNS),': [9], 'has': [10, 56, 176], 'been': [11, 177], 'developed': [12], 'for': [13, 41, 189, 201], 'macromolecular': [14, 206], 'structure': [15, 163, 207], 'determination': [16, 208], 'by': [17, 179, 209], 'X-ray': [18, 210], 'crystallography': [19, 211], 'or': [20], 'solution': [21, 213], 'nuclear': [22], 'magnetic': [23], 'resonance': [24], '(NMR)': [25], 'spectroscopy.': [26, 54], 'In': [27], 'contrast': [28], 'to': [29, 43, 88, 145, 155], 'existing': [30], 'structure-determination': [31, 45, 76], 'programs': [32], 'the': [33, 89, 97, 101, 109, 140, 146, 153, 173, 180], 'architecture': [34], 'of': [35, 108, 172, 182, 186, 205], 'CNS': [36, 55, 124, 141, 150, 174], 'is': [37, 86, 121, 126], 'highly': [38], 'flexible,': [39], 'allowing': [40], 'extension': [42], 'other': [44, 110], 'methods,': [46], 'such': [47, 161], 'as': [48, 162], 'electron': [49], 'microscopy': [50], 'and': [51, 80, 129, 167, 193, 212], 'solid-state': [52], 'a': [57, 60, 74, 183], 'hierarchical': [58], 'structure:': [59], 'high-level': [61], 'hypertext': [62], 'markup': [63], 'language': [64, 77, 125, 142, 151, 175], '(HTML)': [65], 'user': [66, 69, 93, 104, 154], 'interface,': [67, 99], 'task-oriented': [68, 196], 'input': [70, 197], 'files,': [71, 73], 'module': [72], 'symbolic': [75], '(CNS': [78], 'language),': [79], 'low-level': [81], 'source': [82, 113, 147], 'code.': [83, 148], 'Each': [84], 'layer': [85], 'accessible': [87], 'user.': [90], 'The': [91, 112, 123, 149, 170], 'novice': [92], 'may': [94, 105], 'just': [95], 'use': [96, 106], 'HTML': [98], 'while': [100], 'more': [102], 'advanced': [103], 'any': [107], 'layers.': [111], 'code': [114], 'will': [115], 'be': [116, 136], 'distributed,': [117], 'thus': [118], 'source-code': [119], 'modification': [120, 192], 'possible.': [122], 'sufficiently': [127], 'powerful': [128], 'flexible': [130], 'that': [131], 'many': [132], 'algorithms': [134], 'can': [135], 'easily': [137], 'implemented': [138], 'in': [139], 'without': [143], 'changes': [144], 'allows': [152], 'perform': [156], 'operations': [157], 'on': [158], 'data': [159], 'structures,': [160], 'factors,': [164], 'electron-density': [165], 'maps,': [166], 'atomic': [168], 'properties.': [169], 'power': [171], 'demonstrated': [178], 'implementation': [181], 'comprehensive': [184], 'set': [185], 'crystallographic': [187], 'procedures': [188], 'phasing,': [190], 'density': [191], 'refinement.': [194], 'User-friendly': [195], 'files': [198], 'are': [199], 'available': [200], 'nearly': [202], 'all': [203], 'aspects': [204], 'NMR.': [214]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1995017064', 'counts_by_year': [{'year': 2023, 'cited_by_count': 59}, {'year': 2022, 'cited_by_count': 94}, {'year': 2021, 'cited_by_count': 132}, {'year': 2020, 'cited_by_count': 162}, {'year': 2019, 'cited_by_count': 154}, {'year': 2018, 'cited_by_count': 160}, {'year': 2017, 'cited_by_count': 201}, {'year': 2016, 'cited_by_count': 257}, {'year': 2015, 'cited_by_count': 279}, {'year': 2014, 'cited_by_count': 384}, {'year': 2013, 'cited_by_count': 440}, {'year': 2012, 'cited_by_count': 555}], 'updated_date': '2023-10-01T12:47:03.872808', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2169821755', 'doi': 'https://doi.org/10.1007/bf00197809', 'title': 'NMRPipe: A multidimensional spectral processing system based on UNIX pipes', 'display_name': 'NMRPipe: A multidimensional spectral processing system based on UNIX pipes', 'publication_year': 1995, 'publication_date': '1995-11-01', 'ids': {'openalex': 'https://openalex.org/W2169821755', 'doi': 'https://doi.org/10.1007/bf00197809', 'mag': '2169821755', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/8520220'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf00197809', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S181390377', 'display_name': 'Journal of Biomolecular NMR', 'issn_l': '0925-2738', 'issn': ['0925-2738', '1573-5001'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5061019231', 'display_name': 'Frank Delaglio', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Frank Delaglio', 'raw_affiliation_string': 'Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health, Bethesda, MD, 20892, USA.', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health, Bethesda, MD, 20892, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079674718', 'display_name': 'Stephan Grzesiek', 'orcid': 'https://orcid.org/0000-0003-1998-4225'}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Stephan Grzesiek', 'raw_affiliation_string': 'Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health,Bethesda,USA', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health,Bethesda,USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039036315', 'display_name': 'Geerten W. Vuister', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Geerten W. Vuister', 'raw_affiliation_string': 'Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands', 'raw_affiliation_strings': ['Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088432822', 'display_name': 'Guang Zhu', 'orcid': 'https://orcid.org/0000-0001-9970-4988'}, 'institutions': [{'id': 'https://openalex.org/I200769079', 'display_name': 'Hong Kong University of Science and Technology', 'ror': 'https://ror.org/00q4vv597', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I200769079']}, {'id': 'https://openalex.org/I889458895', 'display_name': 'University of Hong Kong', 'ror': 'https://ror.org/02zhqgq86', 'country_code': 'HK', 'type': 'education', 'lineage': ['https://openalex.org/I889458895']}], 'countries': ['CN', 'HK'], 'is_corresponding': False, 'raw_author_name': 'Guang Zhu', 'raw_affiliation_string': 'Department of Biochemistry, The Hong Kong University of Science and Technology, Kowloon, Hong Kong', 'raw_affiliation_strings': ['Department of Biochemistry, The Hong Kong University of Science and Technology, Kowloon, Hong Kong']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002293166', 'display_name': 'John D. Pfeifer', 'orcid': 'https://orcid.org/0000-0001-7652-5151'}, 'institutions': [{'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John Pfeifer', 'raw_affiliation_string': 'Division of Computer Research and Technology, National Institutes of Health, Bethesda, USA', 'raw_affiliation_strings': ['Division of Computer Research and Technology, National Institutes of Health, Bethesda, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5082289559', 'display_name': 'Ad Bax', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210090567', 'display_name': 'National Institute of Diabetes and Digestive and Kidney Diseases', 'ror': 'https://ror.org/00adh9b73', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210090567']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Ad Bax', 'raw_affiliation_string': 'Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health,Bethesda,USA', 'raw_affiliation_strings': ['Laboratory of Chemical Physics, National Institute of Diabetes and Digestive and Kidney Diseases, National Institutes of Health,Bethesda,USA']}], 'countries_distinct_count': 4, 'institutions_distinct_count': 5, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2590, 'currency': 'EUR', 'value_usd': 3280, 'provenance': 'doaj'}, 'apc_paid': {'value': 2590, 'currency': 'EUR', 'value_usd': 3280, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 13006, 'biblio': {'volume': '6', 'issue': '3', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C112968700', 'wikidata': 'https://www.wikidata.org/wiki/Q11368', 'display_name': 'Unix', 'level': 3, 'score': 0.83676636}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.80089164}, {'id': 'https://openalex.org/C138827492', 'wikidata': 'https://www.wikidata.org/wiki/Q6661985', 'display_name': 'Data processing', 'level': 2, 'score': 0.5999986}, {'id': 'https://openalex.org/C43521106', 'wikidata': 'https://www.wikidata.org/wiki/Q2165493', 'display_name': 'Pipeline (software)', 'level': 2, 'score': 0.5739002}, {'id': 'https://openalex.org/C107027933', 'wikidata': 'https://www.wikidata.org/wiki/Q2006448', 'display_name': 'Stream processing', 'level': 2, 'score': 0.5704288}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.47943586}, {'id': 'https://openalex.org/C151319957', 'wikidata': 'https://www.wikidata.org/wiki/Q752739', 'display_name': 'Asynchronous communication', 'level': 2, 'score': 0.4229994}, {'id': 'https://openalex.org/C120314980', 'wikidata': 'https://www.wikidata.org/wiki/Q180634', 'display_name': 'Distributed computing', 'level': 1, 'score': 0.37944868}, {'id': 'https://openalex.org/C77088390', 'wikidata': 'https://www.wikidata.org/wiki/Q8513', 'display_name': 'Database', 'level': 1, 'score': 0.23963964}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.22340006}, {'id': 'https://openalex.org/C31258907', 'wikidata': 'https://www.wikidata.org/wiki/Q1301371', 'display_name': 'Computer network', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': 'Q000295', 'qualifier_name': 'instrumentation', 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf00197809', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S181390377', 'display_name': 'Journal of Biomolecular NMR', 'issn_l': '0925-2738', 'issn': ['0925-2738', '1573-5001'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/8520220', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.41}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.18}], 'grants': [], 'referenced_works_count': 8, 'referenced_works': ['https://openalex.org/W1005786615', 'https://openalex.org/W1038395503', 'https://openalex.org/W1971359249', 'https://openalex.org/W1978225136', 'https://openalex.org/W2024027456', 'https://openalex.org/W2055497516', 'https://openalex.org/W2082176639', 'https://openalex.org/W2093700493'], 'related_works': ['https://openalex.org/W90634539', 'https://openalex.org/W1560009980', 'https://openalex.org/W1616504750', 'https://openalex.org/W1992678927', 'https://openalex.org/W2107990303', 'https://openalex.org/W2169821755', 'https://openalex.org/W2364921833', 'https://openalex.org/W2386391743', 'https://openalex.org/W2993182345', 'https://openalex.org/W4297662120'], 'ngrams_url': 'https://api.openalex.org/works/W2169821755/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2169821755', 'counts_by_year': [{'year': 2023, 'cited_by_count': 415}, {'year': 2022, 'cited_by_count': 567}, {'year': 2021, 'cited_by_count': 668}, {'year': 2020, 'cited_by_count': 678}, {'year': 2019, 'cited_by_count': 594}, {'year': 2018, 'cited_by_count': 626}, {'year': 2017, 'cited_by_count': 645}, {'year': 2016, 'cited_by_count': 622}, {'year': 2015, 'cited_by_count': 629}, {'year': 2014, 'cited_by_count': 616}, {'year': 2013, 'cited_by_count': 626}, {'year': 2012, 'cited_by_count': 648}], 'updated_date': '2023-09-30T15:21:45.358045', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2145538332', 'doi': 'https://doi.org/10.1107/s090744490804362x', 'title': 'Structure validation in chemical crystallography', 'display_name': 'Structure validation in chemical crystallography', 'publication_year': 2009, 'publication_date': '2009-01-20', 'ids': {'openalex': 'https://openalex.org/W2145538332', 'doi': 'https://doi.org/10.1107/s090744490804362x', 'mag': '2145538332', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/19171970', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2631630'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s090744490804362x', 'pdf_url': 'http://journals.iucr.org/d/issues/2009/02/00/ba5124/ba5124.pdf', 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://journals.iucr.org/d/issues/2009/02/00/ba5124/ba5124.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5070010505', 'display_name': 'Anthony L. Spek', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Anthony L. Spek', 'raw_affiliation_string': 'Utrecht University, Bijvoet Center for Biomolecular Research, Padualaan 8, 3584 CH Utrecht, The Netherlands', 'raw_affiliation_strings': ['Utrecht University, Bijvoet Center for Biomolecular Research, Padualaan 8, 3584 CH Utrecht, The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5070010505'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 12968, 'biblio': {'volume': '65', 'issue': '2', 'first_page': '148', 'last_page': '155'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.68842113}, {'id': 'https://openalex.org/C2776436953', 'wikidata': 'https://www.wikidata.org/wiki/Q5163215', 'display_name': 'Consistency (knowledge bases)', 'level': 2, 'score': 0.543863}, {'id': 'https://openalex.org/C17231256', 'wikidata': 'https://www.wikidata.org/wiki/Q5156540', 'display_name': 'Completeness (order theory)', 'level': 2, 'score': 0.4778942}, {'id': 'https://openalex.org/C124101348', 'wikidata': 'https://www.wikidata.org/wiki/Q172491', 'display_name': 'Data mining', 'level': 1, 'score': 0.46108574}, {'id': 'https://openalex.org/C162319229', 'wikidata': 'https://www.wikidata.org/wiki/Q175263', 'display_name': 'Data structure', 'level': 2, 'score': 0.44987124}, {'id': 'https://openalex.org/C2777904410', 'wikidata': 'https://www.wikidata.org/wiki/Q7397', 'display_name': 'Software', 'level': 2, 'score': 0.42698413}, {'id': 'https://openalex.org/C23123220', 'wikidata': 'https://www.wikidata.org/wiki/Q816826', 'display_name': 'Information retrieval', 'level': 1, 'score': 0.3939277}, {'id': 'https://openalex.org/C11413529', 'wikidata': 'https://www.wikidata.org/wiki/Q8366', 'display_name': 'Algorithm', 'level': 1, 'score': 0.37375975}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.250008}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.16753751}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.14381823}, {'id': 'https://openalex.org/C134306372', 'wikidata': 'https://www.wikidata.org/wiki/Q7754', 'display_name': 'Mathematical analysis', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D018360', 'descriptor_name': 'Crystallography, X-Ray', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D018360', 'descriptor_name': 'Crystallography, X-Ray', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008958', 'descriptor_name': 'Models, Molecular', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s090744490804362x', 'pdf_url': 'http://journals.iucr.org/d/issues/2009/02/00/ba5124/ba5124.pdf', 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2631630', 'pdf_url': 'https://europepmc.org/articles/pmc2631630?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2631630', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/19171970', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s090744490804362x', 'pdf_url': 'http://journals.iucr.org/d/issues/2009/02/00/ba5124/ba5124.pdf', 'source': {'id': 'https://openalex.org/S114502960', 'display_name': 'Acta Crystallographica Section D-biological Crystallography', 'issn_l': '0907-4449', 'issn': ['0907-4449', '1399-0047'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.29}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.11}], 'grants': [], 'referenced_works_count': 15, 'referenced_works': ['https://openalex.org/W2005873002', 'https://openalex.org/W2054660280', 'https://openalex.org/W2066141370', 'https://openalex.org/W2070942956', 'https://openalex.org/W2083494937', 'https://openalex.org/W2103352069', 'https://openalex.org/W2128179591', 'https://openalex.org/W2131350133', 'https://openalex.org/W2150630389', 'https://openalex.org/W2156118208', 'https://openalex.org/W2156779445', 'https://openalex.org/W2162701869', 'https://openalex.org/W2166856471', 'https://openalex.org/W2171623191', 'https://openalex.org/W2478447331'], 'related_works': ['https://openalex.org/W1597238586', 'https://openalex.org/W2086064646', 'https://openalex.org/W2115485936', 'https://openalex.org/W2119135658', 'https://openalex.org/W2153015554', 'https://openalex.org/W2349174110', 'https://openalex.org/W2353865532', 'https://openalex.org/W2357241418', 'https://openalex.org/W3022131925', 'https://openalex.org/W4321371234'], 'ngrams_url': 'https://api.openalex.org/works/W2145538332/ngrams', 'abstract_inverted_index': {'Automated': [0], 'structure': [1, 24, 42, 71, 118, 143], 'validation': [2, 88, 111, 144], 'was': [3], 'introduced': [4], 'in': [5, 22, 59, 78, 92, 121, 127], 'chemical': [6], 'crystallography': [7], 'about': [8], '12': [9], 'years': [10], 'ago': [11], 'as': [12, 48, 125], 'a': [13, 40, 49, 96, 128], 'tool': [14], 'to': [15, 45, 84, 103], 'assist': [16], 'practitioners': [17], 'with': [18, 117], 'the': [19, 57, 60, 69, 79, 93, 101, 139], 'exponential': [20], 'growth': [21], 'crystal': [23, 41], 'analyses.': [25], 'Validation': [26], 'has': [27, 44, 112], 'since': [28], 'evolved': [29], 'into': [30], 'an': [31], 'easy-to-use': [32], 'checkCIF/PLATON': [33], 'web-based': [34], 'IUCr': [35, 122], 'service.': [36], 'The': [37, 53], 'result': [38], 'of': [39, 95, 98, 131, 142], 'determination': [43], 'be': [46, 85, 104], 'supplied': [47], 'CIF-formatted': [50], 'computer-readable': [51], 'file.': [52], 'checking': [54], 'software': [55], 'tests': [56], 'data': [58], 'CIF': [61], 'for': [62, 74], 'completeness,': [63], 'quality': [64], 'and': [65, 81, 145], 'consistency.': [66], 'In': [67], 'addition,': [68], 'reported': [70], 'is': [72, 90], 'checked': [73, 106], 'incomplete': [75], 'analysis,': [76], 'errors': [77], 'analysis': [80], 'relevant': [82], 'issues': [83, 102], 'verified.': [86], 'A': [87], 'report': [89], 'generated': [91], 'form': [94], 'list': [97], 'ALERTS': [99], 'on': [100, 138], 'corrected,': [105], 'or': [107], 'commented': [108], 'on.': [109], 'Structure': [110], 'largely': [113], 'eliminated': [114], 'obvious': [115], 'problems': [116], 'reports': [119, 137], 'published': [120], 'journals,': [123], 'such': [124], 'refinement': [126], 'space': [129], 'group': [130], 'too': [132], 'low': [133], 'symmetry.': [134], 'This': [135], 'paper': [136], 'current': [140], 'status': [141], 'possible': [146], 'future': [147], 'extensions.': [148]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2145538332', 'counts_by_year': [{'year': 2023, 'cited_by_count': 397}, {'year': 2022, 'cited_by_count': 545}, {'year': 2021, 'cited_by_count': 550}, {'year': 2020, 'cited_by_count': 644}, {'year': 2019, 'cited_by_count': 853}, {'year': 2018, 'cited_by_count': 857}, {'year': 2017, 'cited_by_count': 847}, {'year': 2016, 'cited_by_count': 950}, {'year': 2015, 'cited_by_count': 985}, {'year': 2014, 'cited_by_count': 855}, {'year': 2013, 'cited_by_count': 894}, {'year': 2012, 'cited_by_count': 1187}], 'updated_date': '2023-09-29T19:04:12.198770', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2166689829', 'doi': 'https://doi.org/10.1107/s0021889802022112', 'title': 'Single-crystal structure validation with the program<i>PLATON</i>', 'display_name': 'Single-crystal structure validation with the program<i>PLATON</i>', 'publication_year': 2003, 'publication_date': '2003-01-21', 'ids': {'openalex': 'https://openalex.org/W2166689829', 'doi': 'https://doi.org/10.1107/s0021889802022112', 'mag': '2166689829'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0021889802022112', 'pdf_url': 'http://journals.iucr.org/j/issues/2003/01/00/os0104/os0104.pdf', 'source': {'id': 'https://openalex.org/S79162954', 'display_name': 'Journal of Applied Crystallography', 'issn_l': '0021-8898', 'issn': ['1600-5767', '0021-8898'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'http://journals.iucr.org/j/issues/2003/01/00/os0104/os0104.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5070010505', 'display_name': 'Anthony L. Spek', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'A.L. Spek', 'raw_affiliation_string': 'Crystal and Structural Chemistry, Bijvoet Centre for Biomolecular Research, Utrecht University, Padualaan 8, 3584 CH Utrecht, The Netherlands', 'raw_affiliation_strings': ['Crystal and Structural Chemistry, Bijvoet Centre for Biomolecular Research, Utrecht University, Padualaan 8, 3584 CH Utrecht, The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5070010505'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': {'value': 4640, 'currency': 'USD', 'value_usd': 4640, 'provenance': 'doaj'}, 'apc_paid': {'value': 4640, 'currency': 'USD', 'value_usd': 4640, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 12122, 'biblio': {'volume': '36', 'issue': '1', 'first_page': '7', 'last_page': '13'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.6031352}, {'id': 'https://openalex.org/C2780129039', 'wikidata': 'https://www.wikidata.org/wiki/Q1931107', 'display_name': 'Section (typography)', 'level': 2, 'score': 0.51550156}, {'id': 'https://openalex.org/C177264268', 'wikidata': 'https://www.wikidata.org/wiki/Q1514741', 'display_name': 'Set (abstract data type)', 'level': 2, 'score': 0.42920998}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.18173042}, {'id': 'https://openalex.org/C111919701', 'wikidata': 'https://www.wikidata.org/wiki/Q9135', 'display_name': 'Operating system', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0021889802022112', 'pdf_url': 'http://journals.iucr.org/j/issues/2003/01/00/os0104/os0104.pdf', 'source': {'id': 'https://openalex.org/S79162954', 'display_name': 'Journal of Applied Crystallography', 'issn_l': '0021-8898', 'issn': ['1600-5767', '0021-8898'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/14318', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/14318/10.1107-S0021889802022112.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401649', 'display_name': 'Utrecht University Repository (Utrecht University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I193662353', 'host_organization_name': 'Utrecht University', 'host_organization_lineage': ['https://openalex.org/I193662353'], 'host_organization_lineage_names': ['Utrecht University'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1107/s0021889802022112', 'pdf_url': 'http://journals.iucr.org/j/issues/2003/01/00/os0104/os0104.pdf', 'source': {'id': 'https://openalex.org/S79162954', 'display_name': 'Journal of Applied Crystallography', 'issn_l': '0021-8898', 'issn': ['1600-5767', '0021-8898'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320503', 'host_organization_name': 'Wiley-Blackwell', 'host_organization_lineage': ['https://openalex.org/P4310320503', 'https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley-Blackwell', 'Wiley'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.21}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W2005873002', 'https://openalex.org/W2009046603', 'https://openalex.org/W2054660280', 'https://openalex.org/W2065120110', 'https://openalex.org/W2066141370', 'https://openalex.org/W2070942956', 'https://openalex.org/W2071698151', 'https://openalex.org/W2083494937', 'https://openalex.org/W2105345125', 'https://openalex.org/W2114312014', 'https://openalex.org/W2119903796', 'https://openalex.org/W2138564374', 'https://openalex.org/W2148095955', 'https://openalex.org/W2150630389', 'https://openalex.org/W2162701869', 'https://openalex.org/W2166856471', 'https://openalex.org/W2171623191', 'https://openalex.org/W2951709330', 'https://openalex.org/W2952028208'], 'related_works': ['https://openalex.org/W269334422', 'https://openalex.org/W1563787543', 'https://openalex.org/W2355215981', 'https://openalex.org/W2560853036', 'https://openalex.org/W2566696415', 'https://openalex.org/W2748952813', 'https://openalex.org/W2890304493', 'https://openalex.org/W2899084033', 'https://openalex.org/W2909241626', 'https://openalex.org/W3123884868'], 'ngrams_url': 'https://api.openalex.org/works/W2166689829/ngrams', 'abstract_inverted_index': {'The': [0, 30, 76], 'results': [1], 'of': [2, 36, 78, 92, 97, 109, 122, 127, 149, 166], 'a': [3, 34, 139], 'single-crystal': [4], 'structure': [5, 124, 129, 151], 'determination': [6, 130], 'when': [7], 'in': [8, 24, 72, 85], 'CIF': [9], 'format': [10], 'can': [11, 27, 116], 'now': [12], 'be': [13, 28, 41, 117], 'validated': [14], 'routinely': [15], 'by': [16, 43, 54, 81, 103], 'automatic': [17], 'procedures.': [18], 'In': [19], 'this': [20], 'way,': [21], 'many': [22], 'errors': [23], 'published': [25], 'papers': [26], 'avoided.': [29], 'validation': [31, 79, 93, 115, 159], 'software': [32], 'generates': [33], 'set': [35], 'ALERTS': [37], 'detailing': [38], 'issues': [39], 'to': [40], 'addressed': [42], 'the': [44, 55, 90, 95, 104, 110, 123, 128, 147, 164, 174], 'experimenter,': [45], 'author,': [46], 'referee': [47], 'and': [48, 62, 94, 133], 'publication': [49, 71, 165], 'journal.': [50], 'Validation': [51], 'was': [52], 'pioneered': [53], 'IUCr': [56, 74, 111], 'journal': [57], 'Acta': [58], 'Crystallographica': [59], 'Section': [60], 'C': [61], 'is': [63, 84, 134], 'currently': [64], 'standard': [65], 'procedure': [66], 'for': [67, 70, 136, 173], 'structures': [68, 168], 'submitted': [69], 'all': [73], 'journals.': [75], 'implementation': [77], 'procedures': [80, 160], 'other': [82], 'journals': [83], 'progress.': [86], 'This': [87], 'paper': [88], 'describes': [89], 'concepts': [91], 'classes': [96], 'checks': [98], 'that': [99, 169], 'are': [100, 155], 'carried': [101], 'out': [102], 'program': [105], 'PLATON': [106, 114], 'as': [107, 138], 'part': [108], 'checkCIF': [112], 'facility.': [113], 'run': [118], 'at': [119, 144, 146], 'any': [120], 'stage': [121], 'refinement,': [125], 'independent': [126], 'package': [131], 'used,': [132], 'recommended': [135], 'use': [137], 'routine': [140], 'tool': [141], 'during': [142], 'or': [143], 'least': [145], 'completion': [148], 'every': [150], 'determination.': [152], 'Two': [153], 'examples': [154], 'discussed': [156], 'where': [157], 'proper': [158], 'could': [161], 'have': [162], 'avoided': [163], 'incorrect': [167], 'had': [170], 'serious': [171], 'consequences': [172], 'chemistry': [175], 'involved.': [176]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2166689829', 'counts_by_year': [{'year': 2023, 'cited_by_count': 452}, {'year': 2022, 'cited_by_count': 607}, {'year': 2021, 'cited_by_count': 618}, {'year': 2020, 'cited_by_count': 549}, {'year': 2019, 'cited_by_count': 604}, {'year': 2018, 'cited_by_count': 663}, {'year': 2017, 'cited_by_count': 676}, {'year': 2016, 'cited_by_count': 733}, {'year': 2015, 'cited_by_count': 748}, {'year': 2014, 'cited_by_count': 755}, {'year': 2013, 'cited_by_count': 801}, {'year': 2012, 'cited_by_count': 712}], 'updated_date': '2023-09-29T18:29:35.133295', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2110052313', 'doi': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'title': 'A comparative risk assessment of burden of disease and injury attributable to 67 risk factors and risk factor clusters in 21 regions, 1990–2010: a systematic analysis for the Global Burden of Disease Study 2010', 'display_name': 'A comparative risk assessment of burden of disease and injury attributable to 67 risk factors and risk factor clusters in 21 regions, 1990–2010: a systematic analysis for the Global Burden of Disease Study 2010', 'publication_year': 2012, 'publication_date': '2012-12-01', 'ids': {'openalex': 'https://openalex.org/W2110052313', 'doi': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'mag': '2110052313', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/23245609', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4156511'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5035873783', 'display_name': 'Stephen S Lim', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Stephen S. Lim', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007119101', 'display_name': 'Theo Vos', 'orcid': 'https://orcid.org/0000-0002-5690-5365'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Theo Vos', 'raw_affiliation_string': 'School of Population Health, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['School of Population Health, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055212893', 'display_name': 'Abraham D. Flaxman', 'orcid': 'https://orcid.org/0000-0001-6033-4713'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Abraham D. Flaxman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040825196', 'display_name': 'Goodarz Danaei', 'orcid': 'https://orcid.org/0000-0003-2456-5463'}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Goodarz Danaei', 'raw_affiliation_string': 'School of Public Health, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['School of Public Health, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082274727', 'display_name': 'Kenji Shibuya', 'orcid': 'https://orcid.org/0000-0003-2528-7530'}, 'institutions': [], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Kenji Shibuya', 'raw_affiliation_string': 'Department of Global Health Policy, Tokyo, Japan', 'raw_affiliation_strings': ['Department of Global Health Policy, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057324794', 'display_name': 'Heather Adair-Rohani', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Heather Adair-Rohani', 'raw_affiliation_string': 'University of California, Berkeley, Berkeley, CA, USA', 'raw_affiliation_strings': ['University of California, Berkeley, Berkeley, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043897815', 'display_name': 'Mohammad A. AlMazroa', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210127754', 'display_name': 'Ministry of Health', 'ror': 'https://ror.org/030atj633', 'country_code': 'SA', 'type': 'government', 'lineage': ['https://openalex.org/I4210127754']}], 'countries': ['SA'], 'is_corresponding': False, 'raw_author_name': 'Mohammad A. AlMazroa', 'raw_affiliation_string': 'Ministry of Health, Riyadh, Saudi Arabia', 'raw_affiliation_strings': ['Ministry of Health, Riyadh, Saudi Arabia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001761691', 'display_name': 'Markus Amann', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1317774081', 'display_name': 'International Institute for Applied Systems Analysis', 'ror': 'https://ror.org/02wfhk785', 'country_code': 'AT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1317774081']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Markus Amann', 'raw_affiliation_string': 'International Institute for Applied Systems Analysis, Laxenburg, Austria', 'raw_affiliation_strings': ['International Institute for Applied Systems Analysis, Laxenburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062029752', 'display_name': 'Hugh Anderson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165862685', 'display_name': "St George's, University of London", 'ror': 'https://ror.org/040f08y74', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I165862685']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'H. Ross Anderson', 'raw_affiliation_string': "St George's, University of London, London, UK", 'raw_affiliation_strings': ["St George's, University of London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046889147', 'display_name': 'Kathryn Andrews', 'orcid': 'https://orcid.org/0000-0002-7782-1152'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kathryn G. Andrews', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050285238', 'display_name': 'Martin J. Aryee', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I126744593', 'display_name': 'University of Maryland, Baltimore', 'ror': 'https://ror.org/04rq5mt64', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I126744593', 'https://openalex.org/I1317227900']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Martin Aryee', 'raw_affiliation_string': 'School of Medicine, Baltimore, MD, USA', 'raw_affiliation_strings': ['School of Medicine, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053164921', 'display_name': 'Charles Atkinson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Charles Atkinson', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022860074', 'display_name': 'Loraine J. Bacchus', 'orcid': 'https://orcid.org/0000-0002-9966-8208'}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Loraine J. Bacchus', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028556470', 'display_name': 'Adil N. Bahalim', 'orcid': None}, 'institutions': [], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Adil N. Bahalim', 'raw_affiliation_string': 'Independent Consultant, Geneva, Switzerland', 'raw_affiliation_strings': ['Independent Consultant, Geneva, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003956918', 'display_name': 'Kalpana Balakrishnan', 'orcid': 'https://orcid.org/0000-0002-5905-1801'}, 'institutions': [{'id': 'https://openalex.org/I20107917', 'display_name': 'Sri Ramachandra Institute of Higher Education and Research', 'ror': 'https://ror.org/0108gdg43', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I20107917']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Kalpana Balakrishnan', 'raw_affiliation_string': 'Sri Ramachandra University, Chennai, India', 'raw_affiliation_strings': ['Sri Ramachandra University, Chennai, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063912769', 'display_name': 'John R. Balmes', 'orcid': 'https://orcid.org/0000-0002-2246-7002'}, 'institutions': [{'id': 'https://openalex.org/I4210147807', 'display_name': 'Berkeley Public Health Division', 'ror': 'https://ror.org/05r9c7f43', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210147807']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'John Balmes', 'raw_affiliation_string': 'School of Public Health, Berkeley, Berkeley, CA, USA', 'raw_affiliation_strings': ['School of Public Health, Berkeley, Berkeley, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014574924', 'display_name': 'Suzanne Barker‐Collo', 'orcid': 'https://orcid.org/0000-0002-8659-0202'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Suzanne Barker-Collo', 'raw_affiliation_string': 'University of Auckland, Auckland, New Zealand', 'raw_affiliation_strings': ['University of Auckland, Auckland, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045639587', 'display_name': 'Amanda J. Baxter', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105605', 'display_name': 'Queensland Centre for Mental Health Research', 'ror': 'https://ror.org/017zhda45', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I4210105605']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Amanda Baxter', 'raw_affiliation_string': 'Queensland Centre for Mental Health Research, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland Centre for Mental Health Research, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010365641', 'display_name': 'Michelle L. Bell', 'orcid': 'https://orcid.org/0000-0002-3965-1359'}, 'institutions': [{'id': 'https://openalex.org/I32971472', 'display_name': 'Yale University', 'ror': 'https://ror.org/03v76x132', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I32971472']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michelle L. Bell', 'raw_affiliation_string': 'Yale University, New Haven, CT, USA', 'raw_affiliation_strings': ['Yale University, New Haven, CT, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038109773', 'display_name': 'Jed D Blore', 'orcid': None}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jed D. Blore', 'raw_affiliation_string': 'School of Population Health, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['School of Population Health, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023316478', 'display_name': 'Fiona Blyth', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Fiona M. Blyth', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5087990860', 'display_name': 'Carissa Bonner', 'orcid': 'https://orcid.org/0000-0002-4797-6460'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Carissa Bonner', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027957855', 'display_name': 'Guilherme Borges', 'orcid': 'https://orcid.org/0000-0002-3269-0507'}, 'institutions': [{'id': 'https://openalex.org/I200362191', 'display_name': 'Universidad Autónoma Metropolitana', 'ror': 'https://ror.org/02kta5139', 'country_code': 'MX', 'type': 'education', 'lineage': ['https://openalex.org/I200362191']}], 'countries': ['MX'], 'is_corresponding': False, 'raw_author_name': 'Guilherme Borges', 'raw_affiliation_string': 'Metropolitan Autonomous University, Mexico City, Mexico; National Institute of Psychiatry, Mexico City, Mexico', 'raw_affiliation_strings': ['Metropolitan Autonomous University, Mexico City, Mexico', 'National Institute of Psychiatry, Mexico City, Mexico']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045824020', 'display_name': 'Rupert Bourne', 'orcid': 'https://orcid.org/0000-0002-8169-1645'}, 'institutions': [{'id': 'https://openalex.org/I51216347', 'display_name': 'Anglia Ruskin University', 'ror': 'https://ror.org/0009t4v78', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51216347']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Rupert Bourne', 'raw_affiliation_string': 'Vision and Eye Research Unit, Anglia Ruskin University, Cambridge, UK', 'raw_affiliation_strings': ['Vision and Eye Research Unit, Anglia Ruskin University, Cambridge, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089460160', 'display_name': 'Michel Boussinesq', 'orcid': 'https://orcid.org/0000-0001-6312-0681'}, 'institutions': [{'id': 'https://openalex.org/I4210166444', 'display_name': 'Institut de Recherche pour le Développement', 'ror': 'https://ror.org/05q3vnk25', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I2802056588', 'https://openalex.org/I4210090127', 'https://openalex.org/I4210131494', 'https://openalex.org/I4210166444']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Michel Boussinesq', 'raw_affiliation_string': 'Institut de Recherche pour le Développement, Martinique, France', 'raw_affiliation_strings': ['Institut de Recherche pour le Développement, Martinique, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082018855', 'display_name': 'Michael Bräuer', 'orcid': 'https://orcid.org/0000-0002-9103-9343'}, 'institutions': [{'id': 'https://openalex.org/I141945490', 'display_name': 'University of British Columbia', 'ror': 'https://ror.org/03rmrcq20', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Michael Brauer', 'raw_affiliation_string': 'University of British Columbia, Vancouver, BC, Canada', 'raw_affiliation_strings': ['University of British Columbia, Vancouver, BC, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030544708', 'display_name': 'Peter Brooks', 'orcid': 'https://orcid.org/0000-0001-7733-7750'}, 'institutions': [{'id': 'https://openalex.org/I165779595', 'display_name': 'University of Melbourne', 'ror': 'https://ror.org/01ej9dk98', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165779595']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Peter Brooks', 'raw_affiliation_string': 'University of Melbourne, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['University of Melbourne, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060670910', 'display_name': 'Nigel Bruce', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I146655781', 'display_name': 'University of Liverpool', 'ror': 'https://ror.org/04xs57h96', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I146655781']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Nigel G. Bruce', 'raw_affiliation_string': 'University of Liverpool, Liverpool, UK', 'raw_affiliation_strings': ['University of Liverpool, Liverpool, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025017022', 'display_name': 'Bert Brunekreef', 'orcid': 'https://orcid.org/0000-0001-9908-0060'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Bert Brunekreef', 'raw_affiliation_string': 'Insititute for Risk Assessment Sciences, Utrecht University, Utrecht, Netherlands', 'raw_affiliation_strings': ['Insititute for Risk Assessment Sciences, Utrecht University, Utrecht, Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037027128', 'display_name': 'Claire Bryan-Hancock', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I169541294', 'display_name': 'Flinders University', 'ror': 'https://ror.org/01kpzv902', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I169541294']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Claire Bryan-Hancock', 'raw_affiliation_string': 'Flinders University, Adelaide, SA, Australia', 'raw_affiliation_strings': ['Flinders University, Adelaide, SA, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059236956', 'display_name': 'Chiara Bucello', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I31746571', 'display_name': 'UNSW Sydney', 'ror': 'https://ror.org/03r8z3t63', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I31746571']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Chiara Bucello', 'raw_affiliation_string': 'University of New South Wales, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of New South Wales, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036470851', 'display_name': 'Rachelle Buchbinder', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210093052', 'display_name': 'Cabrini Hospital', 'ror': 'https://ror.org/00qbkg805', 'country_code': 'AU', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210093052']}, {'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Rachelle Buchbinder', 'raw_affiliation_string': 'Cabrini Institute, Malvern, VIC, Australia; Monash University, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['Cabrini Institute, Malvern, VIC, Australia', 'Monash University, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073165795', 'display_name': 'Fiona Bull', 'orcid': 'https://orcid.org/0000-0001-8035-4973'}, 'institutions': [{'id': 'https://openalex.org/I177877127', 'display_name': 'University of Western Australia', 'ror': 'https://ror.org/047272k79', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I177877127']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Fiona Bull', 'raw_affiliation_string': 'University of Western Australia, Perth, WA, Australia', 'raw_affiliation_strings': ['University of Western Australia, Perth, WA, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032852812', 'display_name': 'Richard T. Burnett', 'orcid': 'https://orcid.org/0000-0001-6772-4239'}, 'institutions': [{'id': 'https://openalex.org/I1288894424', 'display_name': 'Health Canada', 'ror': 'https://ror.org/05p8nb362', 'country_code': 'CA', 'type': 'government', 'lineage': ['https://openalex.org/I1288894424']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Richard T. Burnett', 'raw_affiliation_string': 'Health Canada, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Health Canada, Ottawa, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071090276', 'display_name': 'Tim Byers', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I151808059', 'display_name': 'Colorado School of Public Health', 'ror': 'https://ror.org/005x9g035', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I151808059']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tim E. Byers', 'raw_affiliation_string': 'Colorado School of Public Health, Aurora, CO, USA', 'raw_affiliation_strings': ['Colorado School of Public Health, Aurora, CO, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053895312', 'display_name': 'Bianca Calabria', 'orcid': 'https://orcid.org/0000-0001-6444-4696'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Bianca Calabria', 'raw_affiliation_string': 'National Drug and Alcohol Research Centre, Sydney, NSW, Australia', 'raw_affiliation_strings': ['National Drug and Alcohol Research Centre, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023976277', 'display_name': 'Jonathan R. Carapetis', 'orcid': 'https://orcid.org/0000-0002-1182-9792'}, 'institutions': [{'id': 'https://openalex.org/I175234967', 'display_name': 'Telethon Kids Institute', 'ror': 'https://ror.org/01dbmzx78', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I175234967']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jonathan Carapetis', 'raw_affiliation_string': 'Telethon Institute for Child Health Research, Centre for Child Health Research, Perth, WA, Australia', 'raw_affiliation_strings': ['Telethon Institute for Child Health Research, Centre for Child Health Research, Perth, WA, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050635617', 'display_name': 'Emily Carnahan', 'orcid': 'https://orcid.org/0000-0002-1763-5120'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Emily Carnahan', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045442194', 'display_name': 'Zoë Chafe', 'orcid': 'https://orcid.org/0000-0001-6670-6979'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Zoe Chafe', 'raw_affiliation_string': 'University of California, Berkeley, Berkeley, CA, USA', 'raw_affiliation_strings': ['University of California, Berkeley, Berkeley, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5050370220', 'display_name': 'Fiona J Charlson', 'orcid': 'https://orcid.org/0000-0003-2876-5040'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Fiona Charlson', 'raw_affiliation_string': 'School of Population Health, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['School of Population Health, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010092165', 'display_name': 'Honglei Chen', 'orcid': 'https://orcid.org/0000-0003-3446-7779'}, 'institutions': [{'id': 'https://openalex.org/I4210095140', 'display_name': 'National Institute of Environmental Health Sciences', 'ror': 'https://ror.org/00j4k1h63', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210095140']}, {'id': 'https://openalex.org/I4210090916', 'display_name': 'Triangle', 'ror': 'https://ror.org/00fhbr831', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210090916']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Honglei Chen', 'raw_affiliation_string': 'National Institute of Environmental Health Sciences, Research Triangle Park, NC, USA', 'raw_affiliation_strings': ['National Institute of Environmental Health Sciences, Research Triangle Park, NC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083373577', 'display_name': 'Jian Chen', 'orcid': 'https://orcid.org/0000-0002-5149-1781'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jian Shen Chen', 'raw_affiliation_string': 'Institute of Bone and Joint Research, Sydney, NSW, Australia', 'raw_affiliation_strings': ['Institute of Bone and Joint Research, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088384934', 'display_name': 'Andrew T. A. Cheng', 'orcid': 'https://orcid.org/0000-0002-6601-1963'}, 'institutions': [{'id': 'https://openalex.org/I4210096666', 'display_name': 'Institute of Biomedical Sciences, Academia Sinica', 'ror': 'https://ror.org/00tk6s776', 'country_code': 'TW', 'type': 'facility', 'lineage': ['https://openalex.org/I4210096666', 'https://openalex.org/I84653119']}], 'countries': ['TW'], 'is_corresponding': False, 'raw_author_name': 'Andrew Tai-Ann Cheng', 'raw_affiliation_string': 'Institute of Biomedical Sciences, Academia Sinica, Taipei, Taiwan', 'raw_affiliation_strings': ['Institute of Biomedical Sciences, Academia Sinica, Taipei, Taiwan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017238213', 'display_name': 'Jennifer Child', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Jennifer Christine Child', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015515466', 'display_name': 'Aarón Cohen', 'orcid': 'https://orcid.org/0000-0001-5847-6202'}, 'institutions': [{'id': 'https://openalex.org/I1303043848', 'display_name': 'Health Effects Institute', 'ror': 'https://ror.org/000a1tn51', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1303043848']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Aaron Cohen', 'raw_affiliation_string': 'Health Effects Institute, Boston, MA, USA', 'raw_affiliation_strings': ['Health Effects Institute, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009976376', 'display_name': 'K. Ellicott Colson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'K. Ellicott Colson', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043086835', 'display_name': 'Benjamin C Cowie', 'orcid': 'https://orcid.org/0000-0002-7087-5895'}, 'institutions': [{'id': 'https://openalex.org/I4210088630', 'display_name': 'Victorian Infectious Diseases Reference Laboratory', 'ror': 'https://ror.org/005ynf375', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I4210088630']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Benjamin C. Cowie', 'raw_affiliation_string': 'Victorian Infectious Diseases Reference Laboratory, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['Victorian Infectious Diseases Reference Laboratory, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077992903', 'display_name': 'Sarah C. Darby', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sarah Darby', 'raw_affiliation_string': 'University of Oxford, Oxford, UK', 'raw_affiliation_strings': ['University of Oxford, Oxford, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041909554', 'display_name': 'Susan M. Darling', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Susan Darling', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046431320', 'display_name': 'Adrian Davis', 'orcid': 'https://orcid.org/0000-0001-7134-7528'}, 'institutions': [], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Adrian Davis', 'raw_affiliation_string': 'MRC Hearing and Communication Group, Manchester, UK', 'raw_affiliation_strings': ['MRC Hearing and Communication Group, Manchester, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006875478', 'display_name': 'Louisa Degenhardt', 'orcid': 'https://orcid.org/0000-0002-8513-2218'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Louisa Degenhardt', 'raw_affiliation_string': 'Centre for Health Policy, Programs and Economics, Melbourne, VIC, Australia; National Drug and Alcohol Research Centre, Sydney, NSW, Australia', 'raw_affiliation_strings': ['Centre for Health Policy, Programs and Economics, Melbourne, VIC, Australia', 'National Drug and Alcohol Research Centre, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046528783', 'display_name': 'Frank Dentener', 'orcid': 'https://orcid.org/0000-0001-7556-3076'}, 'institutions': [{'id': 'https://openalex.org/I2800387288', 'display_name': 'European Commission', 'ror': 'https://ror.org/00k4n6c32', 'country_code': 'BE', 'type': 'government', 'lineage': ['https://openalex.org/I1320481043', 'https://openalex.org/I2800387288']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Frank Dentener', 'raw_affiliation_string': 'European Commission, Joint Research Centre, Brussels, Belgium', 'raw_affiliation_strings': ['European Commission, Joint Research Centre, Brussels, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080704496', 'display_name': 'Don C. Des Jarlais', 'orcid': 'https://orcid.org/0000-0002-0157-8168'}, 'institutions': [{'id': 'https://openalex.org/I1287643137', 'display_name': 'Mount Sinai Beth Israel', 'ror': 'https://ror.org/01742jq13', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1287643137', 'https://openalex.org/I1320796813']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Don C. Des Jarlais', 'raw_affiliation_string': 'Beth Israel Medical Center, New York City, NY, USA', 'raw_affiliation_strings': ['Beth Israel Medical Center, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040399914', 'display_name': 'Karen Devries', 'orcid': 'https://orcid.org/0000-0001-8935-2181'}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Karen Devries', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017165758', 'display_name': 'Mukesh Dherani', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I146655781', 'display_name': 'University of Liverpool', 'ror': 'https://ror.org/04xs57h96', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I146655781']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Mukesh Dherani', 'raw_affiliation_string': 'University of Liverpool, Liverpool, UK', 'raw_affiliation_strings': ['University of Liverpool, Liverpool, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091864668', 'display_name': 'Eric L. Ding', 'orcid': 'https://orcid.org/0000-0002-5881-8097'}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Eric L. Ding', 'raw_affiliation_string': 'School of Public Health, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['School of Public Health, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063476651', 'display_name': 'E. Ray Dorsey', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'E. Ray Dorsey', 'raw_affiliation_string': 'Johns Hopkins University, Baltimore, MD, USA', 'raw_affiliation_strings': ['Johns Hopkins University, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008850617', 'display_name': 'Tim Driscoll', 'orcid': 'https://orcid.org/0000-0003-0057-2490'}, 'institutions': [], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Tim Driscoll', 'raw_affiliation_string': 'School of Public Health, Sydney, NSW, Australia', 'raw_affiliation_strings': ['School of Public Health, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035560946', 'display_name': 'Karen Edmond', 'orcid': 'https://orcid.org/0000-0001-5421-0511'}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Karen Edmond', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041559187', 'display_name': 'Suad Eltahir Ali', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210108680', 'display_name': 'Federal Ministry of Health', 'ror': 'https://ror.org/01d59nd22', 'country_code': 'SD', 'type': 'government', 'lineage': ['https://openalex.org/I4210108680']}], 'countries': ['SD'], 'is_corresponding': False, 'raw_author_name': 'Suad Eltahir Ali', 'raw_affiliation_string': 'Federal Ministry of Health, Khartoum, Sudan', 'raw_affiliation_strings': ['Federal Ministry of Health, Khartoum, Sudan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053087719', 'display_name': 'Rebecca E. Engell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rebecca E. Engell', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036488282', 'display_name': 'Patricia J. Erwin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210125099', 'display_name': 'Mayo Clinic', 'ror': 'https://ror.org/03jp40720', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1330342723', 'https://openalex.org/I4210125099']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Patricia J. Erwin', 'raw_affiliation_string': 'Mayo Clinic, Rochester, MN, USA', 'raw_affiliation_strings': ['Mayo Clinic, Rochester, MN, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075930206', 'display_name': 'Saman Fahimi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I241749', 'display_name': 'University of Cambridge', 'ror': 'https://ror.org/013meh722', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I241749']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Saman Fahimi', 'raw_affiliation_string': 'Department of Public Health and Primary Care, University of Cambridge, Cambridge, UK', 'raw_affiliation_strings': ['Department of Public Health and Primary Care, University of Cambridge, Cambridge, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002785818', 'display_name': 'Gail Falder', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210089966', 'display_name': 'London School of Hygiene & Tropical Medicine', 'ror': 'https://ror.org/00a0jsq62', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I4210089966']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gail Falder', 'raw_affiliation_string': 'London School of Hygiene and Tropical Medicine, London, UK', 'raw_affiliation_strings': ['London School of Hygiene and Tropical Medicine, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035870050', 'display_name': 'Farshad Farzadfar', 'orcid': 'https://orcid.org/0000-0001-8288-4046'}, 'institutions': [{'id': 'https://openalex.org/I70640408', 'display_name': 'Tehran University of Medical Sciences', 'ror': 'https://ror.org/01c4pz451', 'country_code': 'IR', 'type': 'education', 'lineage': ['https://openalex.org/I70640408']}], 'countries': ['IR'], 'is_corresponding': False, 'raw_author_name': 'Farshad Farzadfar', 'raw_affiliation_string': 'Tehran University of Medical Sciences, Tehran, Iran', 'raw_affiliation_strings': ['Tehran University of Medical Sciences, Tehran, Iran']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077063694', 'display_name': 'Alize J. Ferrari', 'orcid': 'https://orcid.org/0000-0002-7863-9117'}, 'institutions': [{'id': 'https://openalex.org/I4210105605', 'display_name': 'Queensland Centre for Mental Health Research', 'ror': 'https://ror.org/017zhda45', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I4210105605']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Alize Ferrari', 'raw_affiliation_string': 'Queensland Centre for Mental Health Research, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland Centre for Mental Health Research, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048010382', 'display_name': 'Mariel M. Finucane', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mariel M. Finucane', 'raw_affiliation_string': 'Department of Biostatistics, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['Department of Biostatistics, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032005702', 'display_name': 'Seth Flaxman', 'orcid': 'https://orcid.org/0000-0002-2477-4217'}, 'institutions': [{'id': 'https://openalex.org/I74973139', 'display_name': 'Carnegie Mellon University', 'ror': 'https://ror.org/05x2bcf33', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I74973139']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Seth Flaxman', 'raw_affiliation_string': 'Carnegie Mellon University, Pittsburgh, PA, USA', 'raw_affiliation_strings': ['Carnegie Mellon University, Pittsburgh, PA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077225204', 'display_name': 'F. G. R. Fowkes', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I98677209', 'display_name': 'University of Edinburgh', 'ror': 'https://ror.org/01nrxwf90', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I98677209']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Francis Gerry R. Fowkes', 'raw_affiliation_string': 'University of Edinburgh, Edinburgh, Scotland, UK', 'raw_affiliation_strings': ['University of Edinburgh, Edinburgh, Scotland, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032821015', 'display_name': 'Greg Freedman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Greg Freedman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086215797', 'display_name': 'Michael K. Freeman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael K. Freeman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037038907', 'display_name': 'Emmanuela Gakidou', 'orcid': 'https://orcid.org/0000-0002-8992-591X'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Emmanuela Gakidou', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081453182', 'display_name': 'Santu Ghosh', 'orcid': 'https://orcid.org/0000-0002-9373-9570'}, 'institutions': [{'id': 'https://openalex.org/I20107917', 'display_name': 'Sri Ramachandra Institute of Higher Education and Research', 'ror': 'https://ror.org/0108gdg43', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I20107917']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Santu Ghosh', 'raw_affiliation_string': 'Sri Ramachandra University, Chennai, India', 'raw_affiliation_strings': ['Sri Ramachandra University, Chennai, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038373228', 'display_name': 'Edward Giovannucci', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Edward Giovannucci', 'raw_affiliation_string': 'School of Public Health, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['School of Public Health, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021550111', 'display_name': 'Gerhard Gmel', 'orcid': 'https://orcid.org/0000-0001-9403-9405'}, 'institutions': [{'id': 'https://openalex.org/I4210097117', 'display_name': 'Addiction Switzerland', 'ror': 'https://ror.org/00ytxqz74', 'country_code': 'CH', 'type': 'other', 'lineage': ['https://openalex.org/I4210097117']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Gerhard Gmel', 'raw_affiliation_string': 'Addiction Info Switzerland, Lausanne, Switzerland', 'raw_affiliation_strings': ['Addiction Info Switzerland, Lausanne, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086700399', 'display_name': 'Kathryn Graham', 'orcid': 'https://orcid.org/0000-0003-3318-3598'}, 'institutions': [{'id': 'https://openalex.org/I1338135719', 'display_name': 'Centre for Addiction and Mental Health', 'ror': 'https://ror.org/03e71c577', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1338135719']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Kathryn Graham', 'raw_affiliation_string': 'Centre for Addiction and Mental Health, Toronto, ON, Canada', 'raw_affiliation_strings': ['Centre for Addiction and Mental Health, Toronto, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045945972', 'display_name': 'Rebecca Grainger', 'orcid': 'https://orcid.org/0000-0001-9201-8678'}, 'institutions': [{'id': 'https://openalex.org/I80281795', 'display_name': 'University of Otago', 'ror': 'https://ror.org/01jmxt844', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I80281795']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['NZ', 'US'], 'is_corresponding': False, 'raw_author_name': 'Rebecca Grainger', 'raw_affiliation_string': 'National Institutes of Health, Bethesda, MD, USA; University of Otago, Dunedin, New Zealand', 'raw_affiliation_strings': ['National Institutes of Health, Bethesda, MD, USA', 'University of Otago, Dunedin, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015015256', 'display_name': 'Bridget F. Grant', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bridget Grant', 'raw_affiliation_string': 'National Institutes of Health, Bethesda, MD, USA', 'raw_affiliation_strings': ['National Institutes of Health, Bethesda, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027462458', 'display_name': 'David Gunnell', 'orcid': 'https://orcid.org/0000-0002-0829-6470'}, 'institutions': [{'id': 'https://openalex.org/I36234482', 'display_name': 'University of Bristol', 'ror': 'https://ror.org/0524sp257', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I36234482']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'David Gunnell', 'raw_affiliation_string': 'University of Bristol, Bristol, UK', 'raw_affiliation_strings': ['University of Bristol, Bristol, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006472329', 'display_name': 'H Gutierrez', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I78577930', 'display_name': 'Columbia University', 'ror': 'https://ror.org/00hj8s172', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I78577930']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Hialy R. Gutierrez', 'raw_affiliation_string': 'Mailman School of Public Health, Columbia University, New York City, NY, USA', 'raw_affiliation_strings': ['Mailman School of Public Health, Columbia University, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053840112', 'display_name': 'Wayne Hall', 'orcid': 'https://orcid.org/0000-0003-1984-0096'}, 'institutions': [{'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Wayne Hall', 'raw_affiliation_string': 'University of Queensland, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['University of Queensland, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019399793', 'display_name': 'Hans W. Hoek', 'orcid': 'https://orcid.org/0000-0001-6353-5465'}, 'institutions': [{'id': 'https://openalex.org/I4210085896', 'display_name': 'Parnassia Groep', 'ror': 'https://ror.org/002wh3v03', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210085896']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Hans W. Hoek', 'raw_affiliation_string': 'Parnassia Psychiatric Institute, The Hague, Netherlands', 'raw_affiliation_strings': ['Parnassia Psychiatric Institute, The Hague, Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051852867', 'display_name': 'Anthony Hogan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I118347636', 'display_name': 'Australian National University', 'ror': 'https://ror.org/019wvm592', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I118347636']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Anthony Hogan', 'raw_affiliation_string': 'Australian National University, Canberra, ACT, Australia', 'raw_affiliation_strings': ['Australian National University, Canberra, ACT, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035139239', 'display_name': 'H. Dean Hosgood', 'orcid': 'https://orcid.org/0000-0003-4151-1133'}, 'institutions': [{'id': 'https://openalex.org/I129975664', 'display_name': 'Albert Einstein College of Medicine', 'ror': 'https://ror.org/05cf8a891', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I129975664', 'https://openalex.org/I19772626', 'https://openalex.org/I4210112371']}, {'id': 'https://openalex.org/I19772626', 'display_name': 'Yeshiva University', 'ror': 'https://ror.org/045x93337', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I19772626']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'H. Dean Hosgood Iii', 'raw_affiliation_string': 'Albert Einstein College of Medicine, Yeshiva University, New York City, NY, USA', 'raw_affiliation_strings': ['Albert Einstein College of Medicine, Yeshiva University, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060761472', 'display_name': 'Damian Hoy', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I56590836', 'display_name': 'Monash University', 'ror': 'https://ror.org/02bfwt286', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I56590836']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Damian Hoy', 'raw_affiliation_string': 'Monash University, Melbourne, VIC, Australia', 'raw_affiliation_strings': ['Monash University, Melbourne, VIC, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078987114', 'display_name': 'Howard Hu', 'orcid': 'https://orcid.org/0000-0002-3676-2707'}, 'institutions': [{'id': 'https://openalex.org/I4210125326', 'display_name': 'Public Health Ontario', 'ror': 'https://ror.org/025z8ah66', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210125326']}, {'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Howard Hu', 'raw_affiliation_string': 'Dalla Lana School of Public Health, University of Toronto, Toronto, ON, Canada', 'raw_affiliation_strings': ['Dalla Lana School of Public Health, University of Toronto, Toronto, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082767970', 'display_name': 'Bryan Hubbell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1302368450', 'display_name': 'Environmental Protection Agency', 'ror': 'https://ror.org/03tns0030', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1302368450', 'https://openalex.org/I2800421839']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bryan J. Hubbell', 'raw_affiliation_string': 'US Environmental Protection Agency, Washington, DC, USA', 'raw_affiliation_strings': ['US Environmental Protection Agency, Washington, DC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048446997', 'display_name': 'Sally Hutchings', 'orcid': 'https://orcid.org/0000-0003-0720-9707'}, 'institutions': [{'id': 'https://openalex.org/I47508984', 'display_name': 'Imperial College London', 'ror': 'https://ror.org/041kmwe10', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I47508984']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Sally J. Hutchings', 'raw_affiliation_string': 'MRC-HPA Centre for Environment and Health, Department of Epidemiology and Biostatistics, School of Public Health, Imperial College London, London, UK', 'raw_affiliation_strings': ['MRC-HPA Centre for Environment and Health, Department of Epidemiology and Biostatistics, School of Public Health, Imperial College London, London, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064254684', 'display_name': 'S Ibeanusi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I100116408', 'display_name': 'University of Port Harcourt', 'ror': 'https://ror.org/005bw2d06', 'country_code': 'NG', 'type': 'education', 'lineage': ['https://openalex.org/I100116408']}], 'countries': ['NG'], 'is_corresponding': False, 'raw_author_name': 'Sydney E. Ibeanusi', 'raw_affiliation_string': 'University of Port Harcourt, Port Harcourt, Nigeria', 'raw_affiliation_strings': ['University of Port Harcourt, Port Harcourt, Nigeria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055310352', 'display_name': 'Gemma Jacklyn', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Gemma L. Jacklyn', 'raw_affiliation_string': 'University of Sydney, Sydney, NSW, Australia', 'raw_affiliation_strings': ['University of Sydney, Sydney, NSW, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051940183', 'display_name': 'Rashmi Jasrasaria', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Rashmi Jasrasaria', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082561940', 'display_name': 'Jost B. Jonas', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I223822909', 'display_name': 'Heidelberg University', 'ror': 'https://ror.org/038t36y30', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I223822909']}, {'id': 'https://openalex.org/I2802164966', 'display_name': 'University Hospital Heidelberg', 'ror': 'https://ror.org/013czdx64', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802164966']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Jost B. Jonas', 'raw_affiliation_string': 'Department of Ophthalmology, Medical Faculty Mannheim of the Ruprecht Karls University Heidelberg, Heidelberg, Germany', 'raw_affiliation_strings': ['Department of Ophthalmology, Medical Faculty Mannheim of the Ruprecht Karls University Heidelberg, Heidelberg, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013092108', 'display_name': 'Haidong Kan', 'orcid': 'https://orcid.org/0000-0003-2693-9596'}, 'institutions': [{'id': 'https://openalex.org/I24943067', 'display_name': 'Fudan University', 'ror': 'https://ror.org/013q1eq08', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I24943067']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Haidong Kan', 'raw_affiliation_string': 'Fudan University, Shanghai, China', 'raw_affiliation_strings': ['Fudan University, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024756058', 'display_name': 'John А. Kanis', 'orcid': 'https://orcid.org/0000-0002-3129-4326'}, 'institutions': [{'id': 'https://openalex.org/I91136226', 'display_name': 'University of Sheffield', 'ror': 'https://ror.org/05krs5044', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I91136226']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'John A. Kanis', 'raw_affiliation_string': 'University of Sheffield, Sheffield, UK', 'raw_affiliation_strings': ['University of Sheffield, Sheffield, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023196986', 'display_name': 'Nicholas J Kassebaum', 'orcid': 'https://orcid.org/0000-0002-4299-9348'}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Nicholas Kassebaum', 'raw_affiliation_string': 'Department of Anesthesiology and Pain Medicine, Seattle, WA, USA', 'raw_affiliation_strings': ['Department of Anesthesiology and Pain Medicine, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000299641', 'display_name': 'Norito Kawakami', 'orcid': 'https://orcid.org/0000-0003-1080-2720'}, 'institutions': [{'id': 'https://openalex.org/I74801974', 'display_name': 'The University of Tokyo', 'ror': 'https://ror.org/057zh3y96', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I74801974']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Norito Kawakami', 'raw_affiliation_string': 'University of Tokyo, Tokyo, Japan', 'raw_affiliation_strings': ['University of Tokyo, Tokyo, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088103101', 'display_name': 'Young-Ho Khang', 'orcid': 'https://orcid.org/0000-0002-9585-8266'}, 'institutions': [{'id': 'https://openalex.org/I40542001', 'display_name': 'University of Ulsan', 'ror': 'https://ror.org/02c2f8975', 'country_code': 'KR', 'type': 'education', 'lineage': ['https://openalex.org/I40542001']}, {'id': 'https://openalex.org/I116631150', 'display_name': 'Ulsan College', 'ror': 'https://ror.org/02tec3785', 'country_code': 'KR', 'type': 'education', 'lineage': ['https://openalex.org/I116631150']}], 'countries': ['KR'], 'is_corresponding': False, 'raw_author_name': 'Young-Ho Khang', 'raw_affiliation_string': 'Department of Preventive Medicine, University of Ulsan College of Medicine, Seoul, South Korea', 'raw_affiliation_strings': ['Department of Preventive Medicine, University of Ulsan College of Medicine, Seoul, South Korea']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020072479', 'display_name': 'Shahab Khatibzadeh', 'orcid': 'https://orcid.org/0000-0001-9860-0220'}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Shahab Khatibzadeh', 'raw_affiliation_string': 'Department of Epidemiology, Harvard University, Boston, MA, USA', 'raw_affiliation_strings': ['Department of Epidemiology, Harvard University, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078619821', 'display_name': 'Jon-Paul Khoo', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105605', 'display_name': 'Queensland Centre for Mental Health Research', 'ror': 'https://ror.org/017zhda45', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I1302211766', 'https://openalex.org/I4210105605']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Jon-Paul Khoo', 'raw_affiliation_string': 'Queensland Centre for Mental Health Research, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland Centre for Mental Health Research, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036361675', 'display_name': 'Cindy Kok', 'orcid': 'https://orcid.org/0000-0003-3086-7097'}, 'institutions': [], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Cindy Kok', 'raw_affiliation_string': 'Spinal Cord Injury Network, Glebe, New Zealand', 'raw_affiliation_strings': ['Spinal Cord Injury Network, Glebe, New Zealand']}], 'countries_distinct_count': 28, 'institutions_distinct_count': 121, 'corresponding_author_ids': ['https://openalex.org/A5035873783'], 'corresponding_institution_ids': ['https://openalex.org/I3143470655'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'is_authors_truncated': True, 'has_fulltext': False, 'cited_by_count': 9508, 'biblio': {'volume': '380', 'issue': '9859', 'first_page': '2224', 'last_page': '2260'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.7246825}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.6928486}, {'id': 'https://openalex.org/C3020448403', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Burden of disease', 'level': 3, 'score': 0.6636276}, {'id': 'https://openalex.org/C2778049256', 'wikidata': 'https://www.wikidata.org/wiki/Q55627', 'display_name': 'Disability-adjusted life year', 'level': 4, 'score': 0.613168}, {'id': 'https://openalex.org/C12174686', 'wikidata': 'https://www.wikidata.org/wiki/Q1058438', 'display_name': 'Risk assessment', 'level': 2, 'score': 0.5984204}, {'id': 'https://openalex.org/C2780664029', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Disease burden', 'level': 3, 'score': 0.5875498}, {'id': 'https://openalex.org/C16851059', 'wikidata': 'https://www.wikidata.org/wiki/Q182467', 'display_name': 'Attributable risk', 'level': 3, 'score': 0.57980216}, {'id': 'https://openalex.org/C82789193', 'wikidata': 'https://www.wikidata.org/wiki/Q2142611', 'display_name': 'Relative risk', 'level': 3, 'score': 0.55507255}, {'id': 'https://openalex.org/C50440223', 'wikidata': 'https://www.wikidata.org/wiki/Q1475848', 'display_name': 'Risk factor', 'level': 2, 'score': 0.5340098}, {'id': 'https://openalex.org/C126451531', 'wikidata': 'https://www.wikidata.org/wiki/Q2852035', 'display_name': 'Years of potential life lost', 'level': 4, 'score': 0.52231926}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.5140894}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.32254788}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.3037449}, {'id': 'https://openalex.org/C133925201', 'wikidata': 'https://www.wikidata.org/wiki/Q188419', 'display_name': 'Life expectancy', 'level': 3, 'score': 0.28589213}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.17670405}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.064958274}, {'id': 'https://openalex.org/C38652104', 'wikidata': 'https://www.wikidata.org/wiki/Q3510521', 'display_name': 'Computer security', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D014943', 'descriptor_name': 'Global Health', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000367', 'descriptor_name': 'Age Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002648', 'descriptor_name': 'Child', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002675', 'descriptor_name': 'Child, Preschool', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007223', 'descriptor_name': 'Infant', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007231', 'descriptor_name': 'Infant, Newborn', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009026', 'descriptor_name': 'Mortality', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019057', 'descriptor_name': 'Quality-Adjusted Life Years', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018570', 'descriptor_name': 'Risk Assessment', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012737', 'descriptor_name': 'Sex Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 9, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(12)61766-8', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'pdf_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research-repository.uwa.edu.au/en/publications/43ae1599-d161-48e4-b1d6-bc8050199c3a', 'pdf_url': 'https://research-repository.uwa.edu.au/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2445/126083', 'pdf_url': 'https://diposit.ub.edu/dspace/bitstream/2445/126083/1/619412.pdf', 'source': {'id': 'https://openalex.org/S4306401653', 'display_name': 'Dipòsit Digital de la Universitat de Barcelona (Universitat de Barcelona)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I71999127', 'host_organization_name': 'University of Barcelona', 'host_organization_lineage': ['https://openalex.org/I71999127'], 'host_organization_lineage_names': ['University of Barcelona'], 'type': 'repository'}, 'license': 'cc0', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://nrs.harvard.edu/urn-3:HUL.InstRepos:41392110', 'pdf_url': 'https://dash.harvard.edu/bitstream/1/41392110/1/115027%20nihms589916.pdf', 'source': {'id': 'https://openalex.org/S4306401540', 'display_name': 'Digital Access to Scholarship at Harvard (DASH) (Harvard University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I136199984', 'host_organization_name': 'Harvard University', 'host_organization_lineage': ['https://openalex.org/I136199984'], 'host_organization_lineage_names': ['Harvard University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4156511', 'pdf_url': 'https://europepmc.org/articles/pmc4156511?pdf=render', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4156511', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10072/49807', 'pdf_url': 'https://research-repository.griffith.edu.au/bitstream/10072/49807/1/LallooPUB22.pdf', 'source': {'id': 'https://openalex.org/S4306402548', 'display_name': 'Griffith Research Online (Griffith University, Queensland, Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I11701301', 'host_organization_name': 'Griffith University', 'host_organization_lineage': ['https://openalex.org/I11701301'], 'host_organization_lineage_names': ['Griffith University'], 'type': 'repository'}, 'license': 'cc-by-nc-nd', 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23245609', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'pdf_url': 'https://api.research-repository.uwa.edu.au/ws/files/79075845/AAM_A_comparative_risk_assessment.pdf', 'source': {'id': 'https://openalex.org/S4306402523', 'display_name': 'UWA Profiles and Research Repository (University of Western Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I177877127', 'host_organization_name': 'University of Western Australia', 'host_organization_lineage': ['https://openalex.org/I177877127'], 'host_organization_lineage_names': ['University of Western Australia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.88}], 'grants': [], 'referenced_works_count': 166, 'referenced_works': ['https://openalex.org/W75245760', 'https://openalex.org/W1275357281', 'https://openalex.org/W1491165075', 'https://openalex.org/W1528134127', 'https://openalex.org/W1538627990', 'https://openalex.org/W1542476404', 'https://openalex.org/W1543871407', 'https://openalex.org/W1551604617', 'https://openalex.org/W1559813904', 'https://openalex.org/W1579569321', 'https://openalex.org/W1591686206', 'https://openalex.org/W1607804102', 'https://openalex.org/W1639251217', 'https://openalex.org/W1810100348', 'https://openalex.org/W1841168474', 'https://openalex.org/W1907953089', 'https://openalex.org/W1964829247', 'https://openalex.org/W1971243234', 'https://openalex.org/W1971378348', 'https://openalex.org/W1973443484', 'https://openalex.org/W1978290051', 'https://openalex.org/W1979343441', 'https://openalex.org/W1980385042', 'https://openalex.org/W1980989148', 'https://openalex.org/W1983086210', 'https://openalex.org/W1988433993', 'https://openalex.org/W1992358256', 'https://openalex.org/W1993777042', 'https://openalex.org/W1993857965', 'https://openalex.org/W1994543560', 'https://openalex.org/W1995856488', 'https://openalex.org/W1997046781', 'https://openalex.org/W1997231767', 'https://openalex.org/W1999386633', 'https://openalex.org/W1999679380', 'https://openalex.org/W2000154455', 'https://openalex.org/W2000171265', 'https://openalex.org/W2000795003', 'https://openalex.org/W2006422309', 'https://openalex.org/W2009455262', 'https://openalex.org/W2015746229', 'https://openalex.org/W2017507967', 'https://openalex.org/W2021002667', 'https://openalex.org/W2022010079', 'https://openalex.org/W2024022289', 'https://openalex.org/W2029401079', 'https://openalex.org/W2032995180', 'https://openalex.org/W2033435847', 'https://openalex.org/W2035460411', 'https://openalex.org/W2040389144', 'https://openalex.org/W2048605574', 'https://openalex.org/W2049182348', 'https://openalex.org/W2053223480', 'https://openalex.org/W2054534251', 'https://openalex.org/W2054796764', 'https://openalex.org/W2056013702', 'https://openalex.org/W2060050759', 'https://openalex.org/W2061816970', 'https://openalex.org/W2063360446', 'https://openalex.org/W2064137374', 'https://openalex.org/W2065434037', 'https://openalex.org/W2065828665', 'https://openalex.org/W2066148159', 'https://openalex.org/W2069977802', 'https://openalex.org/W2073563426', 'https://openalex.org/W2081814119', 'https://openalex.org/W2085324843', 'https://openalex.org/W2087999767', 'https://openalex.org/W2088193277', 'https://openalex.org/W2089312949', 'https://openalex.org/W2090024638', 'https://openalex.org/W2094232937', 'https://openalex.org/W2095768296', 'https://openalex.org/W2096528587', 'https://openalex.org/W2096673955', 'https://openalex.org/W2097226936', 'https://openalex.org/W2097950056', 'https://openalex.org/W2098189516', 'https://openalex.org/W2099748942', 'https://openalex.org/W2100149246', 'https://openalex.org/W2100553071', 'https://openalex.org/W2101763942', 'https://openalex.org/W2102747024', 'https://openalex.org/W2103109120', 'https://openalex.org/W2103601316', 'https://openalex.org/W2104049876', 'https://openalex.org/W2104101804', 'https://openalex.org/W2106898952', 'https://openalex.org/W2108344016', 'https://openalex.org/W2109401990', 'https://openalex.org/W2111161766', 'https://openalex.org/W2111266914', 'https://openalex.org/W2112728975', 'https://openalex.org/W2114245889', 'https://openalex.org/W2114344041', 'https://openalex.org/W2114616454', 'https://openalex.org/W2116797869', 'https://openalex.org/W2117662245', 'https://openalex.org/W2117678428', 'https://openalex.org/W2119805230', 'https://openalex.org/W2120876750', 'https://openalex.org/W2122386393', 'https://openalex.org/W2122816088', 'https://openalex.org/W2124558473', 'https://openalex.org/W2125065061', 'https://openalex.org/W2126451218', 'https://openalex.org/W2126489758', 'https://openalex.org/W2126541538', 'https://openalex.org/W2128738304', 'https://openalex.org/W2128842312', 'https://openalex.org/W2128948174', 'https://openalex.org/W2129241344', 'https://openalex.org/W2130189158', 'https://openalex.org/W2136007084', 'https://openalex.org/W2136331793', 'https://openalex.org/W2137068815', 'https://openalex.org/W2137876021', 'https://openalex.org/W2138755493', 'https://openalex.org/W2139343763', 'https://openalex.org/W2140464336', 'https://openalex.org/W2142170772', 'https://openalex.org/W2142215400', 'https://openalex.org/W2142382772', 'https://openalex.org/W2143738433', 'https://openalex.org/W2144635719', 'https://openalex.org/W2144981148', 'https://openalex.org/W2145006846', 'https://openalex.org/W2145987399', 'https://openalex.org/W2146384937', 'https://openalex.org/W2147663252', 'https://openalex.org/W2148099625', 'https://openalex.org/W2148815007', 'https://openalex.org/W2149284219', 'https://openalex.org/W2150344339', 'https://openalex.org/W2150751323', 'https://openalex.org/W2150870806', 'https://openalex.org/W2152057480', 'https://openalex.org/W2152576550', 'https://openalex.org/W2153383900', 'https://openalex.org/W2155329925', 'https://openalex.org/W2155725298', 'https://openalex.org/W2156304629', 'https://openalex.org/W2156317766', 'https://openalex.org/W2156924995', 'https://openalex.org/W2158299772', 'https://openalex.org/W2158569927', 'https://openalex.org/W2158822657', 'https://openalex.org/W2160280522', 'https://openalex.org/W2161766347', 'https://openalex.org/W2162197463', 'https://openalex.org/W2162774380', 'https://openalex.org/W2164227241', 'https://openalex.org/W2164520085', 'https://openalex.org/W2164683920', 'https://openalex.org/W2168658532', 'https://openalex.org/W2169460954', 'https://openalex.org/W2171668678', 'https://openalex.org/W2172098474', 'https://openalex.org/W2175592470', 'https://openalex.org/W2252415804', 'https://openalex.org/W2320016678', 'https://openalex.org/W2323572885', 'https://openalex.org/W3125554979', 'https://openalex.org/W4253369196', 'https://openalex.org/W4253588582', 'https://openalex.org/W4292230194'], 'related_works': ['https://openalex.org/W1503945640', 'https://openalex.org/W1715219350', 'https://openalex.org/W2004121541', 'https://openalex.org/W2071508989', 'https://openalex.org/W2110052313', 'https://openalex.org/W2111200801', 'https://openalex.org/W2519064677', 'https://openalex.org/W3094464411', 'https://openalex.org/W3139731355', 'https://openalex.org/W3196428696'], 'ngrams_url': 'https://api.openalex.org/works/W2110052313/ngrams', 'abstract_inverted_index': {'Background': [0], 'Quantification': [1], 'of': [2, 16, 30, 73, 81, 90, 96, 123, 141, 150, 182, 206, 265, 319, 327, 374, 377, 448, 511, 551], 'the': [3, 87, 147, 156, 166, 188, 227, 271, 339, 347, 401, 420, 446, 481, 509, 533, 540, 554], 'disease': [4, 32, 173, 195, 453], 'burden': [5, 33, 56, 157, 196, 454], 'caused': [6, 34], 'by': [7, 12, 23, 35, 125], 'different': [8, 19, 449], 'risks': [9, 120, 229, 275, 287, 341, 463, 513, 542, 556], 'informs': [10], 'prevention': [11], 'providing': [13], 'an': [14], 'account': [15], 'health': [17], 'loss': [18], 'to': [20, 58, 86, 154, 159, 452, 480, 506, 531], 'that': [21, 288, 565], 'provided': [22], 'a': [24, 42, 459], 'disease-by-disease': [25], 'analysis.': [26], 'No': [27], 'complete': [28], 'revision': [29], 'global': [31, 194, 207, 266, 320], 'risk': [36, 44, 59, 92, 97, 161, 191, 253, 349, 355, 403, 422, 450, 499], 'factors': [37, 60, 93, 98, 192, 254, 451], 'has': [38, 52, 414, 455, 504, 536], 'been': [39], 'done': [40], 'since': [41], 'comparative': [43], 'assessment': [45], 'in': [46, 55, 102, 172, 268, 279, 284, 304, 322, 325, 342, 350, 357, 367, 372, 404, 423, 433, 467, 474, 493, 498, 508], '2000,': [47], 'and': [48, 67, 79, 94, 104, 115, 118, 128, 131, 144, 177, 216, 244, 255, 281, 297, 299, 308, 313, 333, 335, 363, 382, 385, 408, 417, 425, 429, 439, 442, 496, 517, 521, 524, 538, 563], 'no': [49], 'previous': [50], 'analysis': [51], 'assessed': [53], 'changes': [54, 477, 492, 497, 507], 'attributable': [57, 85, 158, 183], 'over': [61], 'time.': [62], 'Methods': [63], 'We': [64, 106, 134, 169], 'estimated': [65, 107], 'deaths': [66, 143], 'disability-adjusted': [68], 'life': [69, 82], 'years': [70, 74, 80], '(DALYs;': [71], 'sum': [72], 'lived': [75], 'with': [76, 139, 165, 270, 310, 458, 561], 'disability': [77], '[YLD]': [78], 'lost': [83], '[YLL])': [84], 'independent': [88], 'effects': [89], '67': [91], 'clusters': [95], 'for': [99, 110, 193, 260, 316, 464, 471], '21': [100], 'regions': [101], '1990': [103, 307], '2010.': [105, 323], 'exposure': [108, 124, 163], 'distributions': [109], 'each': [111, 160], 'year,': [112], 'region,': [113], 'sex,': [114], 'age': [116], 'group,': [117], 'relative': [119, 175], 'per': [121], 'unit': [122], 'systematically': [126], 'reviewing': [127], 'synthesising': [129], 'published': [130], 'unpublished': [132], 'data.': [133], 'used': [135], 'these': [136], 'estimates,': [137], 'together': [138], 'estimates': [140, 181], 'cause-specific': [142], 'DALYs': [145, 267, 321], 'from': [146, 220, 238, 462], 'Global': [148], 'Burden': [149], 'Disease': [151], 'Study': [152], '2010,': [153, 187, 269, 309, 343], 'calculate': [155], 'factor': [162, 356, 500], 'compared': [164], 'theoretical-minimum-risk': [167], 'exposure.': [168], 'incorporated': [170], 'uncertainty': [171, 203], 'burden,': [174], 'risks,': [176], 'exposures': [178], 'into': [179], 'our': [180], 'burden.': [184], 'Findings': [185], 'In': [186, 225, 549], 'three': [189], 'leading': [190, 228, 340, 348, 354, 402, 421, 541, 555], 'were': [197, 230, 338], 'high': [198, 283, 390, 432], 'blood': [199, 391], 'pressure': [200], '(7·0%': [201], '[95%': [202], 'interval': [204], '6·2–7·7]': [205], 'DALYs),': [208], 'tobacco': [209, 245, 395], 'smoking': [210, 246, 396], 'including': [211, 247, 294, 397, 514], 'second-hand': [212, 248, 398], 'smoke': [213, 249, 399], '(6·3%': [214], '[5·5–7·0]),': [215], 'household': [217, 235], 'air': [218, 236], 'pollution': [219, 237], 'solid': [221, 239], 'fuels': [222, 240], '(4·3%': [223], '[3·4–5·3]).': [224], '1990,': [226], 'childhood': [231, 291, 300, 330], 'underweight': [232], '(7·9%': [233], '[6·8–9·4]),': [234], '(HAP;': [241], '6·8%': [242], '[5·5–8·0]),': [243], '(6·1%': [250], '[5·4–6·8]).': [251], 'Dietary': [252], 'physical': [256], 'inactivity': [257], 'collectively': [258], 'accounted': [259], '10·0%': [261], '(95%': [262], 'UI': [263], '9·2–10·8)': [264], 'most': [272, 326, 373, 376], 'prominent': [273], 'dietary': [274], 'being': [276], 'diets': [277], 'low': [278], 'fruits': [280], 'those': [282, 470, 559, 564], 'sodium.': [285], 'Several': [286], 'primarily': [289], 'affect': [290, 566], 'communicable': [292, 465], 'diseases,': [293], 'unimproved': [295, 311, 515], 'water': [296, 312, 516], 'sanitation': [298, 314], 'micronutrient': [301], 'deficiencies,': [302, 523], 'fell': [303], 'rank': [305], 'between': [306], 'accounting': [315], '0·9%': [317], '(0·4–1·6)': [318], 'However,': [324], 'sub-Saharan': [328, 365, 552], 'Africa': [329, 366, 381, 438], 'underweight,': [331], 'HAP,': [332], 'non-exclusive': [334], 'discontinued': [336], 'breastfeeding': [337], 'while': [344], 'HAP': [345], 'was': [346, 369, 389], 'south': [351], 'Asia.': [352], 'The': [353, 529], 'Eastern': [358], 'Europe,': [359], 'Andean': [360], 'Latin': [361, 378, 427], 'America,': [362, 379, 428], 'southern': [364, 426], '2010': [368], 'alcohol': [370], 'use;': [371], 'Asia,': [375], 'North': [380, 437], 'Middle': [383, 440], 'East,': [384, 441], 'central': [386], 'Europe': [387], 'it': [388, 418], 'pressure.': [392], 'Despite': [393], 'declines,': [394], 'remained': [400], 'high-income': [405, 435], 'north': [406], 'America': [407], 'western': [409], 'Europe.': [410], 'High': [411], 'body-mass': [412], 'index': [413], 'increased': [415], 'globally': [416], 'is': [419], 'Australasia': [424], 'also': [430], 'ranks': [431], 'other': [434], 'regions,': [436], 'Oceania.': [443], 'Interpretation': [444], 'Worldwide,': [445], 'contribution': [447], 'changed': [456], 'substantially,': [457], 'shift': [460, 535], 'away': [461], 'diseases': [466, 473], 'children': [468, 487], 'towards': [469], 'non-communicable': [472], 'adults.': [475], 'These': [476], 'are': [478, 544, 557], 'related': [479], 'ageing': [482], 'population,': [483], 'decreased': [484], 'mortality': [485], 'among': [486], 'younger': [488], 'than': [489], '5': [490], 'years,': [491], 'cause-of-death': [494], 'composition,': [495], 'exposures.': [501], 'New': [502], 'evidence': [503], 'led': [505], 'magnitude': [510], 'key': [512], 'sanitation,': [518], 'vitamin': [519], 'A': [520], 'zinc': [522], 'ambient': [525], 'particulate': [526], 'matter': [527], 'pollution.': [528], 'extent': [530], 'which': [532], 'epidemiological': [534], 'occurred': [537], 'what': [539], 'currently': [543], 'varies': [545], 'greatly': [546], 'across': [547], 'regions.': [548], 'much': [550], 'Africa,': [553], 'still': [558], 'associated': [560], 'poverty': [562], 'children.': [567], 'Funding': [568], 'Bill': [569], '&': [570], 'Melinda': [571], 'Gates': [572], 'Foundation.': [573]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2110052313', 'counts_by_year': [{'year': 2023, 'cited_by_count': 403}, {'year': 2022, 'cited_by_count': 601}, {'year': 2021, 'cited_by_count': 710}, {'year': 2020, 'cited_by_count': 823}, {'year': 2019, 'cited_by_count': 946}, {'year': 2018, 'cited_by_count': 1040}, {'year': 2017, 'cited_by_count': 1102}, {'year': 2016, 'cited_by_count': 1157}, {'year': 2015, 'cited_by_count': 1235}, {'year': 2014, 'cited_by_count': 995}, {'year': 2013, 'cited_by_count': 473}, {'year': 2012, 'cited_by_count': 13}], 'updated_date': '2023-10-03T05:37:21.628462', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2136489990', 'doi': 'https://doi.org/10.1056/nejmoa0905561', 'title': 'Dabigatran versus Warfarin in Patients with Atrial Fibrillation', 'display_name': 'Dabigatran versus Warfarin in Patients with Atrial Fibrillation', 'publication_year': 2009, 'publication_date': '2009-09-17', 'ids': {'openalex': 'https://openalex.org/W2136489990', 'doi': 'https://doi.org/10.1056/nejmoa0905561', 'mag': '2136489990', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/19717844'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0905561', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0905561?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0905561?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079046512', 'display_name': 'Stuart J. Connolly', 'orcid': 'https://orcid.org/0000-0002-7377-335X'}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Stuart J. Connolly', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029533765', 'display_name': 'Michael D. Ezekowitz', 'orcid': 'https://orcid.org/0000-0003-3623-2252'}, 'institutions': [{'id': 'https://openalex.org/I182321934', 'display_name': 'Lankenau Institute for Medical Research', 'ror': 'https://ror.org/030g3hg75', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I182321934']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael D. Ezekowitz', 'raw_affiliation_string': 'Lankenau Institute for Medical Research and the Heart Center, Wynnewood, PA', 'raw_affiliation_strings': ['Lankenau Institute for Medical Research and the Heart Center, Wynnewood, PA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028695564', 'display_name': 'Salim Yusuf', 'orcid': 'https://orcid.org/0000-0003-4776-5601'}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Salim Yusuf', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084746877', 'display_name': 'John W. Eikelboom', 'orcid': 'https://orcid.org/0000-0003-4126-1285'}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'John Eikelboom', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081852908', 'display_name': 'Jonas Oldgren', 'orcid': 'https://orcid.org/0000-0002-9969-3921'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Jonas Oldgren', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003780786', 'display_name': 'Amit Parekh', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I182321934', 'display_name': 'Lankenau Institute for Medical Research', 'ror': 'https://ror.org/030g3hg75', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I182321934']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Amit Parekh', 'raw_affiliation_string': 'Lankenau Institute for Medical Research and the Heart Center, Wynnewood, PA', 'raw_affiliation_strings': ['Lankenau Institute for Medical Research and the Heart Center, Wynnewood, PA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047726859', 'display_name': 'Janice Pogue', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Janice Pogue', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5081398468', 'display_name': 'Paul Reilly', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210160255', 'display_name': 'Boehringer Ingelheim (United States)', 'ror': 'https://ror.org/05kffp613', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1330995197', 'https://openalex.org/I4210160255']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Paul A. Reilly', 'raw_affiliation_string': 'Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT', 'raw_affiliation_strings': ['Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069794158', 'display_name': 'Ellison Themeles', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802834092', 'display_name': 'Population Health Research Institute', 'ror': 'https://ror.org/03kwaeq96', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802834092']}, {'id': 'https://openalex.org/I76442945', 'display_name': 'Hamilton Health Sciences', 'ror': 'https://ror.org/02dqdxm48', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I76442945']}, {'id': 'https://openalex.org/I98251732', 'display_name': 'McMaster University', 'ror': 'https://ror.org/02fa3aq29', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I98251732']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Ellison Themeles', 'raw_affiliation_string': 'the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada', 'raw_affiliation_strings': ['the Population Health Research Institute, McMaster University and Hamilton Health Sciences, Hamilton, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055275555', 'display_name': 'Jeanne Varrone', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210160255', 'display_name': 'Boehringer Ingelheim (United States)', 'ror': 'https://ror.org/05kffp613', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1330995197', 'https://openalex.org/I4210160255']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jeanne Varrone', 'raw_affiliation_string': 'Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT', 'raw_affiliation_strings': ['Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017248548', 'display_name': 'Susan Wang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210160255', 'display_name': 'Boehringer Ingelheim (United States)', 'ror': 'https://ror.org/05kffp613', 'country_code': 'US', 'type': 'company', 'lineage': ['https://openalex.org/I1330995197', 'https://openalex.org/I4210160255']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Susan Wang', 'raw_affiliation_string': 'Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT', 'raw_affiliation_strings': ['Boehringer Ingelheim Pharmaceuticals, Ridgefield, CT']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043836827', 'display_name': 'Marco Alings', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Marco Alings', 'raw_affiliation_string': 'Working Group on Cardiovascular Research the Netherlands, Utrecht, the Netherlands', 'raw_affiliation_strings': ['Working Group on Cardiovascular Research the Netherlands, Utrecht, the Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057705555', 'display_name': 'Denis Xavier', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210129261', 'display_name': "St. John's National Academy of Health Sciences", 'ror': 'https://ror.org/03qvjzj64', 'country_code': 'IN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210129261']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Denis Xavier', 'raw_affiliation_string': "St. John's National Academy of Health Sciences, Bangalore, India", 'raw_affiliation_strings': ["St. John's National Academy of Health Sciences, Bangalore, India"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025840041', 'display_name': 'Jun Zhu', 'orcid': 'https://orcid.org/0000-0002-4309-5789'}, 'institutions': [{'id': 'https://openalex.org/I4210161896', 'display_name': 'Fu Wai Hospital', 'ror': 'https://ror.org/0590dnz19', 'country_code': 'CN', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210161896']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Jun Zhu', 'raw_affiliation_string': 'FuWai Hospital, Beijing', 'raw_affiliation_strings': ['FuWai Hospital, Beijing']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013408607', 'display_name': 'Rafael Dı́az', 'orcid': 'https://orcid.org/0000-0003-2181-9579'}, 'institutions': [{'id': 'https://openalex.org/I4210138750', 'display_name': 'Estudios Clínicos Latinoamérica', 'ror': 'https://ror.org/04qypp211', 'country_code': 'AR', 'type': 'facility', 'lineage': ['https://openalex.org/I4210138750']}], 'countries': ['AR'], 'is_corresponding': False, 'raw_author_name': 'Rafael Diaz', 'raw_affiliation_string': 'Estudios Clínicos Latinoamérica, Rosario, Argentina', 'raw_affiliation_strings': ['Estudios Clínicos Latinoamérica, Rosario, Argentina']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002556684', 'display_name': 'Basil S. Lewis', 'orcid': 'https://orcid.org/0000-0002-2353-3585'}, 'institutions': [{'id': 'https://openalex.org/I4210113769', 'display_name': 'Carmel Medical Center', 'ror': 'https://ror.org/02cy9a842', 'country_code': 'IL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210113769']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'Basil S. Lewis', 'raw_affiliation_string': 'Lady Davis Carmel Medical Center, Haifa, Israel', 'raw_affiliation_strings': ['Lady Davis Carmel Medical Center, Haifa, Israel']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048095806', 'display_name': 'Harald Darius', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210109729', 'display_name': 'Vivantes Klinikum', 'ror': 'https://ror.org/01x29t295', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109729']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Harald Darius', 'raw_affiliation_string': 'Vivantes Klinikum Neukölln, Berlin', 'raw_affiliation_strings': ['Vivantes Klinikum Neukölln, Berlin']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033104412', 'display_name': 'Hans–Christoph Diener', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I62318514', 'display_name': 'University of Duisburg-Essen', 'ror': 'https://ror.org/04mz5ra38', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I62318514']}, {'id': 'https://openalex.org/I4210109729', 'display_name': 'Vivantes Klinikum', 'ror': 'https://ror.org/01x29t295', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210109729']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Hans-Christoph Diener', 'raw_affiliation_string': 'University Duisburg-Essen, Essen, Germany; Vivantes Klinikum Neukölln, Berlin', 'raw_affiliation_strings': ['University Duisburg-Essen, Essen, Germany', 'Vivantes Klinikum Neukölln, Berlin']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053946443', 'display_name': 'Campbell Joyner', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1323843004', 'display_name': 'Sunnybrook Health Science Centre', 'ror': 'https://ror.org/03wefcv03', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1323843004']}, {'id': 'https://openalex.org/I2802362269', 'display_name': 'Health Sciences Centre', 'ror': 'https://ror.org/05pr37258', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I110535807', 'https://openalex.org/I2802362269']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Campbell D. Joyner', 'raw_affiliation_string': 'Sunnybrook Health Sciences Centre, Toronto', 'raw_affiliation_strings': ['Sunnybrook Health Sciences Centre, Toronto']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5063591215', 'display_name': 'Lars Wallentin', 'orcid': 'https://orcid.org/0000-0003-0378-6531'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Lars Wallentin', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 8, 'institutions_distinct_count': 14, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 9382, 'biblio': {'volume': '361', 'issue': '12', 'first_page': '1139', 'last_page': '1151'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778810321', 'wikidata': 'https://www.wikidata.org/wiki/Q419345', 'display_name': 'Dabigatran', 'level': 4, 'score': 0.95864916}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.9533397}, {'id': 'https://openalex.org/C2776301958', 'wikidata': 'https://www.wikidata.org/wiki/Q407431', 'display_name': 'Warfarin', 'level': 3, 'score': 0.8788973}, {'id': 'https://openalex.org/C2779161974', 'wikidata': 'https://www.wikidata.org/wiki/Q815819', 'display_name': 'Atrial fibrillation', 'level': 2, 'score': 0.83231676}, {'id': 'https://openalex.org/C2780645631', 'wikidata': 'https://www.wikidata.org/wiki/Q671554', 'display_name': 'Stroke (engine)', 'level': 2, 'score': 0.63768744}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.6185064}, {'id': 'https://openalex.org/C42219234', 'wikidata': 'https://www.wikidata.org/wiki/Q131130', 'display_name': 'Anesthesia', 'level': 1, 'score': 0.53130555}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.49771336}, {'id': 'https://openalex.org/C82789193', 'wikidata': 'https://www.wikidata.org/wiki/Q2142611', 'display_name': 'Relative risk', 'level': 3, 'score': 0.49432945}, {'id': 'https://openalex.org/C2776710957', 'wikidata': 'https://www.wikidata.org/wiki/Q5280395', 'display_name': 'Direct thrombin inhibitor', 'level': 5, 'score': 0.4295614}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000925', 'descriptor_name': 'Anticoagulants', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D001281', 'descriptor_name': 'Atrial Fibrillation', 'qualifier_ui': 'Q000188', 'qualifier_name': 'drug therapy', 'is_major_topic': True}, {'descriptor_ui': 'D001562', 'descriptor_name': 'Benzimidazoles', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D011725', 'descriptor_name': 'Pyridines', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D014859', 'descriptor_name': 'Warfarin', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': True}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000925', 'descriptor_name': 'Anticoagulants', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000925', 'descriptor_name': 'Anticoagulants', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': False}, {'descriptor_ui': 'D000925', 'descriptor_name': 'Anticoagulants', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D001281', 'descriptor_name': 'Atrial Fibrillation', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D001281', 'descriptor_name': 'Atrial Fibrillation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001281', 'descriptor_name': 'Atrial Fibrillation', 'qualifier_ui': 'Q000150', 'qualifier_name': 'complications', 'is_major_topic': False}, {'descriptor_ui': 'D001562', 'descriptor_name': 'Benzimidazoles', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D001562', 'descriptor_name': 'Benzimidazoles', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016009', 'descriptor_name': 'Chi-Square Distribution', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000069604', 'descriptor_name': 'Dabigatran', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004311', 'descriptor_name': 'Double-Blind Method', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004415', 'descriptor_name': 'Dyspepsia', 'qualifier_ui': 'Q000139', 'qualifier_name': 'chemically induced', 'is_major_topic': False}, {'descriptor_ui': 'D004415', 'descriptor_name': 'Dyspepsia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004617', 'descriptor_name': 'Embolism', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D004617', 'descriptor_name': 'Embolism', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005500', 'descriptor_name': 'Follow-Up Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006470', 'descriptor_name': 'Hemorrhage', 'qualifier_ui': 'Q000139', 'qualifier_name': 'chemically induced', 'is_major_topic': False}, {'descriptor_ui': 'D006470', 'descriptor_name': 'Hemorrhage', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008099', 'descriptor_name': 'Liver', 'qualifier_ui': 'Q000187', 'qualifier_name': 'drug effects', 'is_major_topic': False}, {'descriptor_ui': 'D008099', 'descriptor_name': 'Liver', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009203', 'descriptor_name': 'Myocardial Infarction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009203', 'descriptor_name': 'Myocardial Infarction', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D011355', 'descriptor_name': 'Prodrugs', 'qualifier_ui': 'Q000627', 'qualifier_name': 'therapeutic use', 'is_major_topic': False}, {'descriptor_ui': 'D011355', 'descriptor_name': 'Prodrugs', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016016', 'descriptor_name': 'Proportional Hazards Models', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011725', 'descriptor_name': 'Pyridines', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D011725', 'descriptor_name': 'Pyridines', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D020521', 'descriptor_name': 'Stroke', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D020521', 'descriptor_name': 'Stroke', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D020521', 'descriptor_name': 'Stroke', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014859', 'descriptor_name': 'Warfarin', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014859', 'descriptor_name': 'Warfarin', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D014859', 'descriptor_name': 'Warfarin', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': False}], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0905561', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0905561?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11343/221723', 'pdf_url': 'http://minerva-access.unimelb.edu.au/bitstreams/569dfacb-d2f4-5ca9-b88e-90f2ff51becb/download', 'source': {'id': 'https://openalex.org/S4377196259', 'display_name': 'Minerva Access (University of Melbourne)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165779595', 'host_organization_name': 'University of Melbourne', 'host_organization_lineage': ['https://openalex.org/I165779595'], 'host_organization_lineage_names': ['University of Melbourne'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/19717844', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0905561', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0905561?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.78}], 'grants': [], 'referenced_works_count': 17, 'referenced_works': ['https://openalex.org/W1586488555', 'https://openalex.org/W1967046500', 'https://openalex.org/W1967889750', 'https://openalex.org/W1999468381', 'https://openalex.org/W2015398317', 'https://openalex.org/W2046051565', 'https://openalex.org/W2060630424', 'https://openalex.org/W2062786076', 'https://openalex.org/W2062946016', 'https://openalex.org/W2074119210', 'https://openalex.org/W2083035480', 'https://openalex.org/W2103053426', 'https://openalex.org/W2113089341', 'https://openalex.org/W2115348966', 'https://openalex.org/W2159193915', 'https://openalex.org/W2403689317', 'https://openalex.org/W2744079636'], 'related_works': ['https://openalex.org/W1810372846', 'https://openalex.org/W1973989324', 'https://openalex.org/W1993190469', 'https://openalex.org/W2018572947', 'https://openalex.org/W2022043463', 'https://openalex.org/W2080910965', 'https://openalex.org/W2090821460', 'https://openalex.org/W2097201002', 'https://openalex.org/W2108977729', 'https://openalex.org/W2170786340'], 'ngrams_url': 'https://api.openalex.org/works/W2136489990/ngrams', 'abstract_inverted_index': {'Warfarin': [0], 'reduces': [1], 'the': [2, 13, 73, 88, 96, 106, 134, 163, 173, 186, 204, 237], 'risk': [3, 14, 44, 115], 'of': [4, 15, 45, 55, 72, 87, 112, 140, 155, 178, 191, 196, 216, 226, 249, 259, 271, 278, 296, 304, 316, 324], 'stroke': [5, 46, 83, 198, 279, 317], 'in': [6, 49, 63, 95, 105, 133, 162, 172, 185, 203, 236], 'patients': [7, 37, 262], 'with': [8, 101, 116, 168, 209, 213, 223, 242, 246, 256, 263, 276, 289, 309, 313], 'atrial': [9, 40, 264], 'fibrillation': [10, 41], 'but': [11, 321], 'increases': [12], 'hemorrhage': [16], 'and': [17, 42, 129, 181, 219, 252, 280, 318], 'is': [18, 23], 'difficult': [19], 'to': [20, 47, 124, 148, 286], 'use.': [21], 'Dabigatran': [22, 299], 'a': [24, 43, 50, 269, 302], 'new': [25], 'oral': [26], 'direct': [27], 'thrombin': [28], 'inhibitor.In': [29], 'this': [30], 'noninferiority': [31], 'trial,': [32], 'we': [33], 'randomly': [34], 'assigned': [35], '18,113': [36], 'who': [38], 'had': [39], 'receive,': [48], 'blinded': [51], 'fashion,': [52, 66], 'fixed': [53], 'doses': [54], 'dabigatran--110': [56], 'mg': [57, 60, 111, 139, 177, 190, 215, 225, 248, 258, 273], 'or': [58, 84], '150': [59, 138, 189, 224, 257, 305], 'twice': [61], 'daily--or,': [62], 'an': [64], 'unblinded': [65], 'adjusted-dose': [67], 'warfarin.': [68], 'The': [69, 79, 153, 194, 229], 'median': [70], 'duration': [71], 'follow-up': [74], 'period': [75], 'was': [76, 82, 158, 199, 232, 274, 311], '2.0': [77], 'years.': [78], 'primary': [80, 89], 'outcome': [81, 90], 'systemic': [85, 281, 319], 'embolism.Rates': [86], 'were': [91, 284], '1.69%': [92], 'per': [93, 103, 131, 160, 170, 183, 201, 211, 221, 234, 244, 254], 'year': [94, 104, 132, 161, 171, 184, 202, 212, 222, 235, 245, 255], 'warfarin': [97, 164, 205, 238], 'group,': [98, 165, 206, 239], 'as': [99, 166, 207, 240, 291, 293, 307], 'compared': [100, 167, 208, 241, 308], '1.53%': [102], 'group': [107, 135, 174, 187], 'that': [108, 136, 283], 'received': [109, 137], '110': [110, 176, 214, 247, 272], 'dabigatran': [113, 141, 179, 192, 217, 227, 250, 260, 266], '(relative': [114, 142], 'dabigatran,': [117], '0.91;': [118], '95%': [119, 145], 'confidence': [120], 'interval': [121], '[CI],': [122], '0.74': [123], '1.11;': [125], 'P<0.001': [126, 150], 'for': [127, 151], 'noninferiority)': [128], '1.11%': [130], 'risk,': [143], '0.66;': [144], 'CI,': [146], '0.53': [147], '0.82;': [149], 'superiority).': [152], 'rate': [154, 195, 231], 'major': [156, 297, 325], 'bleeding': [157], '3.36%': [159], '2.71%': [169], 'receiving': [175, 188], '(P=0.003)': [180], '3.11%': [182], '(P=0.31).': [193], 'hemorrhagic': [197], '0.38%': [200], '0.12%': [210], '(P<0.001)': [218], '0.10%': [220], '(P<0.001).': [228], 'mortality': [230], '4.13%': [233], '3.75%': [243], '(P=0.13)': [251], '3.64%': [253], '(P=0.051).In': [261], 'fibrillation,': [265], 'given': [267], 'at': [268, 301], 'dose': [270, 303], 'associated': [275, 288, 312], 'rates': [277, 295, 315, 323], 'embolism': [282, 320], 'similar': [285, 322], 'those': [287], 'warfarin,': [290, 310], 'well': [292], 'lower': [294, 314], 'hemorrhage.': [298, 326], 'administered': [300], 'mg,': [306], '(ClinicalTrials.gov': [327], 'number,': [328], 'NCT00262600.)': [329]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2136489990', 'counts_by_year': [{'year': 2023, 'cited_by_count': 324}, {'year': 2022, 'cited_by_count': 443}, {'year': 2021, 'cited_by_count': 615}, {'year': 2020, 'cited_by_count': 663}, {'year': 2019, 'cited_by_count': 648}, {'year': 2018, 'cited_by_count': 683}, {'year': 2017, 'cited_by_count': 733}, {'year': 2016, 'cited_by_count': 831}, {'year': 2015, 'cited_by_count': 853}, {'year': 2014, 'cited_by_count': 831}, {'year': 2013, 'cited_by_count': 956}, {'year': 2012, 'cited_by_count': 865}], 'updated_date': '2023-10-04T03:16:48.526754', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W4213284804', 'doi': 'https://doi.org/10.1146/annurev.psych.52.1.397', 'title': 'Job Burnout', 'display_name': 'Job Burnout', 'publication_year': 2001, 'publication_date': '2001-02-01', 'ids': {'openalex': 'https://openalex.org/W4213284804', 'doi': 'https://doi.org/10.1146/annurev.psych.52.1.397', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/11148311'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1146/annurev.psych.52.1.397', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S90670110', 'display_name': 'Annual Review of Psychology', 'issn_l': '0066-4308', 'issn': ['1545-2085', '0066-4308'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320373', 'host_organization_name': 'Annual Reviews', 'host_organization_lineage': ['https://openalex.org/P4310320373'], 'host_organization_lineage_names': ['Annual Reviews'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5079876687', 'display_name': 'Christina Maslach', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}, {'id': 'https://openalex.org/I92688161', 'display_name': 'Acadia University', 'ror': 'https://ror.org/00839we02', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I92688161']}], 'countries': ['CA', 'NL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Christina Maslach', 'raw_affiliation_string': 'Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;; Psychology Department, University of California, Berkeley, California 94720-1650;; Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;', 'raw_affiliation_strings': ['Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;', 'Psychology Department, University of California, Berkeley, California 94720-1650;', 'Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006499627', 'display_name': 'Wilmar B. Schaufeli', 'orcid': 'https://orcid.org/0000-0002-6070-7150'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}, {'id': 'https://openalex.org/I92688161', 'display_name': 'Acadia University', 'ror': 'https://ror.org/00839we02', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I92688161']}], 'countries': ['CA', 'NL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Wilmar B. Schaufeli', 'raw_affiliation_string': 'Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;; Psychology Department, University of California, Berkeley, California 94720-1650;; Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;', 'raw_affiliation_strings': ['Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;', 'Psychology Department, University of California, Berkeley, California 94720-1650;', 'Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5023248014', 'display_name': 'Michael P. Leiter', 'orcid': 'https://orcid.org/0000-0001-5680-0363'}, 'institutions': [{'id': 'https://openalex.org/I95457486', 'display_name': 'University of California, Berkeley', 'ror': 'https://ror.org/01an7q238', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I95457486']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}, {'id': 'https://openalex.org/I92688161', 'display_name': 'Acadia University', 'ror': 'https://ror.org/00839we02', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I92688161']}], 'countries': ['CA', 'NL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Michael P. Leiter', 'raw_affiliation_string': 'Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;; Psychology Department, University of California, Berkeley, California 94720-1650;; Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;', 'raw_affiliation_strings': ['Psychology Department, Acadia University Wolfville, NS BOP 1X0 Canada;', 'Psychology Department, University of California, Berkeley, California 94720-1650;', 'Psychology Department, Utrecht University, Utrecht, 3508 TC The Netherlands;']}], 'countries_distinct_count': 3, 'institutions_distinct_count': 3, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 7778, 'biblio': {'volume': '52', 'issue': '1', 'first_page': '397', 'last_page': '422'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C143916079', 'wikidata': 'https://www.wikidata.org/wiki/Q2629248', 'display_name': 'Burnout', 'level': 2, 'score': 0.90871185}, {'id': 'https://openalex.org/C2779114464', 'wikidata': 'https://www.wikidata.org/wiki/Q245781', 'display_name': 'Cynicism', 'level': 3, 'score': 0.8303132}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.7838212}, {'id': 'https://openalex.org/C88519622', 'wikidata': 'https://www.wikidata.org/wiki/Q776232', 'display_name': 'Emotional exhaustion', 'level': 3, 'score': 0.62469965}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.5998004}, {'id': 'https://openalex.org/C125370674', 'wikidata': 'https://www.wikidata.org/wiki/Q1527480', 'display_name': 'Stressor', 'level': 2, 'score': 0.53759307}, {'id': 'https://openalex.org/C2779343474', 'wikidata': 'https://www.wikidata.org/wiki/Q3109175', 'display_name': 'Context (archaeology)', 'level': 2, 'score': 0.48976517}, {'id': 'https://openalex.org/C164850336', 'wikidata': 'https://www.wikidata.org/wiki/Q3685487', 'display_name': 'Interpersonal communication', 'level': 2, 'score': 0.48042083}, {'id': 'https://openalex.org/C2718322', 'wikidata': 'https://www.wikidata.org/wiki/Q629463', 'display_name': 'Job satisfaction', 'level': 2, 'score': 0.4741387}, {'id': 'https://openalex.org/C27415008', 'wikidata': 'https://www.wikidata.org/wiki/Q7256382', 'display_name': 'Psychological intervention', 'level': 2, 'score': 0.42009374}, {'id': 'https://openalex.org/C75630572', 'wikidata': 'https://www.wikidata.org/wiki/Q538904', 'display_name': 'Applied psychology', 'level': 1, 'score': 0.36014506}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 0.27489072}, {'id': 'https://openalex.org/C118552586', 'wikidata': 'https://www.wikidata.org/wiki/Q7867', 'display_name': 'Psychiatry', 'level': 1, 'score': 0.084183425}, {'id': 'https://openalex.org/C151730666', 'wikidata': 'https://www.wikidata.org/wiki/Q7205', 'display_name': 'Paleontology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C94625758', 'wikidata': 'https://www.wikidata.org/wiki/Q7163', 'display_name': 'Politics', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D002055', 'descriptor_name': 'Burnout, Professional', 'qualifier_ui': 'Q000523', 'qualifier_name': 'psychology', 'is_major_topic': True}, {'descriptor_ui': 'D014937', 'descriptor_name': 'Work', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D001290', 'descriptor_name': 'Attitude', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002055', 'descriptor_name': 'Burnout, Professional', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007398', 'descriptor_name': 'Interpersonal Relations', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010551', 'descriptor_name': 'Personality', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011582', 'descriptor_name': 'Psychological Theory', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1146/annurev.psych.52.1.397', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S90670110', 'display_name': 'Annual Review of Psychology', 'issn_l': '0066-4308', 'issn': ['1545-2085', '0066-4308'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320373', 'host_organization_name': 'Annual Reviews', 'host_organization_lineage': ['https://openalex.org/P4310320373'], 'host_organization_lineage_names': ['Annual Reviews'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/11148311', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/5', 'display_name': 'Gender equality', 'score': 0.2}, {'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.16}], 'grants': [], 'referenced_works_count': 24, 'referenced_works': ['https://openalex.org/W2009666894', 'https://openalex.org/W2022062009', 'https://openalex.org/W2026347647', 'https://openalex.org/W2043311808', 'https://openalex.org/W2045514285', 'https://openalex.org/W2053205185', 'https://openalex.org/W2053272917', 'https://openalex.org/W2093407013', 'https://openalex.org/W2097408315', 'https://openalex.org/W2098462375', 'https://openalex.org/W2144816256', 'https://openalex.org/W2167029842', 'https://openalex.org/W2169460625', 'https://openalex.org/W2896637382', 'https://openalex.org/W2904461966', 'https://openalex.org/W3126140319', 'https://openalex.org/W4229701870', 'https://openalex.org/W4235758203', 'https://openalex.org/W4237283835', 'https://openalex.org/W4238251654', 'https://openalex.org/W4241243730', 'https://openalex.org/W4243606573', 'https://openalex.org/W4255727661', 'https://openalex.org/W4294877277'], 'related_works': ['https://openalex.org/W2037867014', 'https://openalex.org/W2096401403', 'https://openalex.org/W2972233440', 'https://openalex.org/W2998712538', 'https://openalex.org/W3145727294', 'https://openalex.org/W3168502322', 'https://openalex.org/W4200177143', 'https://openalex.org/W4210600274', 'https://openalex.org/W4229566604', 'https://openalex.org/W4256748201'], 'ngrams_url': 'https://api.openalex.org/works/W4213284804/ngrams', 'abstract_inverted_index': {'Burnout': [0], 'is': [1, 15], 'a': [2, 46, 111], 'prolonged': [3], 'response': [4], 'to': [5, 53, 67, 81, 87, 106, 116], 'chronic': [6], 'emotional': [7], 'and': [8, 14, 24, 39, 64, 102, 113, 119], 'interpersonal': [9], 'stressors': [10], 'on': [11, 59, 73, 85], 'the': [12, 18, 34, 37, 41, 57, 75, 95, 100, 107], 'job,': [13], 'defined': [16], 'by': [17], 'three': [19], 'dimensions': [20], 'of': [21, 30, 36, 50, 78, 93], 'exhaustion,': [22], 'cynicism,': [23], 'inefficacy.': [25], 'The': [26, 71, 90], 'past': [27], '25': [28], 'years': [29], 'research': [31, 97], 'has': [32, 61, 65], 'established': [33], 'complexity': [35], 'construct,': [38], 'places': [40], 'individual': [42], 'stress': [43], 'experience': [44], 'within': [45], 'larger': [47], 'organizational': [48], 'context': [49], "people's": [51, 117], 'relation': [52], 'their': [54], 'work.': [55], 'Recently,': [56], 'work': [58, 108], 'burnout': [60], 'expanded': [62], 'internationally': [63], 'led': [66], 'new': [68, 83], 'conceptual': [69], 'models.': [70], 'focus': [72, 92], 'engagement,': [74], 'positive': [76], 'antithesis': [77], 'burnout,': [79, 94], 'promises': [80], 'yield': [82], 'perspectives': [84], 'interventions': [86], 'alleviate': [88], 'burnout.': [89], 'social': [91], 'solid': [96], 'basis': [98], 'concerning': [99], 'syndrome,': [101], 'its': [103], 'specific': [104], 'ties': [105], 'domain': [109], 'make': [110], 'distinct': [112], 'valuable': [114], 'contribution': [115], 'health': [118], 'well-being.': [120]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W4213284804', 'counts_by_year': [{'year': 2023, 'cited_by_count': 682}, {'year': 2022, 'cited_by_count': 1014}, {'year': 2021, 'cited_by_count': 880}, {'year': 2020, 'cited_by_count': 828}, {'year': 2019, 'cited_by_count': 683}, {'year': 2018, 'cited_by_count': 567}, {'year': 2017, 'cited_by_count': 509}, {'year': 2016, 'cited_by_count': 470}, {'year': 2015, 'cited_by_count': 348}, {'year': 2014, 'cited_by_count': 326}, {'year': 2013, 'cited_by_count': 311}, {'year': 2012, 'cited_by_count': 230}], 'updated_date': '2023-10-01T17:05:29.804782', 'created_date': '2022-02-24'}, {'id': 'https://openalex.org/W2010348352', 'doi': 'https://doi.org/10.1108/02683940710733115', 'title': 'The Job Demands‐Resources model: state of the art', 'display_name': 'The Job Demands‐Resources model: state of the art', 'publication_year': 2007, 'publication_date': '2007-04-03', 'ids': {'openalex': 'https://openalex.org/W2010348352', 'doi': 'https://doi.org/10.1108/02683940710733115', 'mag': '2010348352'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1108/02683940710733115', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S53726244', 'display_name': 'Journal of Managerial Psychology', 'issn_l': '0268-3946', 'issn': ['1758-7778', '0268-3946'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319811', 'host_organization_name': 'Emerald Publishing Limited', 'host_organization_lineage': ['https://openalex.org/P4310319811'], 'host_organization_lineage_names': ['Emerald Publishing Limited'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5084220210', 'display_name': 'Arnold B. Bakker', 'orcid': 'https://orcid.org/0000-0003-1489-1847'}, 'institutions': [{'id': 'https://openalex.org/I913958620', 'display_name': 'Erasmus University Rotterdam', 'ror': 'https://ror.org/057w15z03', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I913958620']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Arnold B. Bakker', 'raw_affiliation_string': '(Erasmus University Rotterdam, Institute of Psychology, Department of Work and Organizational Psychology, Rotterdam, The Netherlands)', 'raw_affiliation_strings': ['(Erasmus University Rotterdam, Institute of Psychology, Department of Work and Organizational Psychology, Rotterdam, The Netherlands)']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5027950123', 'display_name': 'Evangelia Demerouti', 'orcid': 'https://orcid.org/0000-0002-4615-6532'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Evangelia Demerouti', 'raw_affiliation_string': 'Utrecht University, Dept. of Social & Organizational Psychology, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Utrecht University, Dept. of Social & Organizational Psychology, Utrecht, The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 6855, 'biblio': {'volume': '22', 'issue': '3', 'first_page': '309', 'last_page': '328'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C63882131', 'wikidata': 'https://www.wikidata.org/wiki/Q17122954', 'display_name': 'Strengths and weaknesses', 'level': 2, 'score': 0.62299615}, {'id': 'https://openalex.org/C202372285', 'wikidata': 'https://www.wikidata.org/wiki/Q1056396', 'display_name': 'Human resource management', 'level': 2, 'score': 0.60568833}, {'id': 'https://openalex.org/C2776950860', 'wikidata': 'https://www.wikidata.org/wiki/Q2914681', 'display_name': 'Originality', 'level': 3, 'score': 0.5924584}, {'id': 'https://openalex.org/C107645774', 'wikidata': 'https://www.wikidata.org/wiki/Q5467169', 'display_name': 'Human resources', 'level': 2, 'score': 0.5319246}, {'id': 'https://openalex.org/C2776291640', 'wikidata': 'https://www.wikidata.org/wiki/Q2912517', 'display_name': 'Value (mathematics)', 'level': 2, 'score': 0.49917722}, {'id': 'https://openalex.org/C2775924081', 'wikidata': 'https://www.wikidata.org/wiki/Q55608371', 'display_name': 'Control (management)', 'level': 2, 'score': 0.44158435}, {'id': 'https://openalex.org/C18762648', 'wikidata': 'https://www.wikidata.org/wiki/Q42213', 'display_name': 'Work (physics)', 'level': 2, 'score': 0.41200238}, {'id': 'https://openalex.org/C56739046', 'wikidata': 'https://www.wikidata.org/wiki/Q192060', 'display_name': 'Knowledge management', 'level': 1, 'score': 0.40576857}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.38214573}, {'id': 'https://openalex.org/C195094911', 'wikidata': 'https://www.wikidata.org/wiki/Q14167904', 'display_name': 'Process management', 'level': 1, 'score': 0.36350942}, {'id': 'https://openalex.org/C539667460', 'wikidata': 'https://www.wikidata.org/wiki/Q2414942', 'display_name': 'Management science', 'level': 1, 'score': 0.3381337}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.31344908}, {'id': 'https://openalex.org/C144133560', 'wikidata': 'https://www.wikidata.org/wiki/Q4830453', 'display_name': 'Business', 'level': 0, 'score': 0.30539685}, {'id': 'https://openalex.org/C187736073', 'wikidata': 'https://www.wikidata.org/wiki/Q2920921', 'display_name': 'Management', 'level': 1, 'score': 0.22448233}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.1753957}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.16799903}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.14552057}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C119857082', 'wikidata': 'https://www.wikidata.org/wiki/Q2539', 'display_name': 'Machine learning', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C11012388', 'wikidata': 'https://www.wikidata.org/wiki/Q170658', 'display_name': 'Creativity', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1108/02683940710733115', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S53726244', 'display_name': 'Journal of Managerial Psychology', 'issn_l': '0268-3946', 'issn': ['1758-7778', '0268-3946'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319811', 'host_organization_name': 'Emerald Publishing Limited', 'host_organization_lineage': ['https://openalex.org/P4310319811'], 'host_organization_lineage_names': ['Emerald Publishing Limited'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.66}], 'grants': [], 'referenced_works_count': 60, 'referenced_works': ['https://openalex.org/W1675116265', 'https://openalex.org/W1909639450', 'https://openalex.org/W1968265757', 'https://openalex.org/W1975256020', 'https://openalex.org/W1976211709', 'https://openalex.org/W1997397294', 'https://openalex.org/W1999424113', 'https://openalex.org/W2004829268', 'https://openalex.org/W2005673510', 'https://openalex.org/W2009990982', 'https://openalex.org/W2015263422', 'https://openalex.org/W2017210691', 'https://openalex.org/W2020031758', 'https://openalex.org/W2025063626', 'https://openalex.org/W2027761822', 'https://openalex.org/W2046767259', 'https://openalex.org/W2048385562', 'https://openalex.org/W2049852455', 'https://openalex.org/W2052729098', 'https://openalex.org/W2055461003', 'https://openalex.org/W2072544276', 'https://openalex.org/W2075670547', 'https://openalex.org/W2081155210', 'https://openalex.org/W2082540799', 'https://openalex.org/W2083806169', 'https://openalex.org/W2093609010', 'https://openalex.org/W2095870081', 'https://openalex.org/W2096077734', 'https://openalex.org/W2101343975', 'https://openalex.org/W2102463240', 'https://openalex.org/W2107309765', 'https://openalex.org/W2108154693', 'https://openalex.org/W2109545665', 'https://openalex.org/W2113953571', 'https://openalex.org/W2124761614', 'https://openalex.org/W2125147250', 'https://openalex.org/W2127625785', 'https://openalex.org/W2129002932', 'https://openalex.org/W2135590301', 'https://openalex.org/W2136313384', 'https://openalex.org/W2138263263', 'https://openalex.org/W2138629166', 'https://openalex.org/W2139952493', 'https://openalex.org/W2140198967', 'https://openalex.org/W2140976637', 'https://openalex.org/W2143855459', 'https://openalex.org/W2147510781', 'https://openalex.org/W2148115887', 'https://openalex.org/W2153610778', 'https://openalex.org/W2153814444', 'https://openalex.org/W2157057634', 'https://openalex.org/W2163577748', 'https://openalex.org/W2163884583', 'https://openalex.org/W2167590758', 'https://openalex.org/W2167900707', 'https://openalex.org/W4233789578', 'https://openalex.org/W4238563431', 'https://openalex.org/W4239393701', 'https://openalex.org/W4243321329', 'https://openalex.org/W4246739810'], 'related_works': ['https://openalex.org/W74093271', 'https://openalex.org/W1967014934', 'https://openalex.org/W2049617375', 'https://openalex.org/W2113584119', 'https://openalex.org/W2186424967', 'https://openalex.org/W2329749695', 'https://openalex.org/W2387403275', 'https://openalex.org/W2600808350', 'https://openalex.org/W2604843180', 'https://openalex.org/W4312739318'], 'ngrams_url': 'https://api.openalex.org/works/W2010348352/ngrams', 'abstract_inverted_index': {'Purpose': [0], 'The': [1, 20, 43, 58, 84], 'purpose': [2], 'of': [3, 13, 24, 63, 79, 106, 130, 149], 'this': [4], 'paper': [5, 44, 59, 117], 'is': [6], 'to': [7, 145, 154], 'give': [8], 'a': [9, 91, 146], 'state‐of‐the': [10], 'art': [11], 'overview': [12, 62], 'the': [14, 25, 29, 47, 64, 71, 80, 102, 139], 'Job': [15], 'Demands‐Resources': [16], '(JD‐R)': [17], 'model': [18, 27, 32, 51, 86, 141], 'Design/methodology/approach': [19], 'strengths': [21, 103], 'and': [22, 28, 52, 104, 111, 122, 127, 151, 159], 'weaknesses': [23, 105], 'demand‐control': [26], 'effort‐reward': [30], 'imbalance': [31], 'regarding': [33], 'their': [34], 'predictive': [35], 'value': [36], 'for': [37, 77, 93], 'employee': [38, 131, 156], 'well': [39, 132, 157], 'being': [40, 158], 'are': [41], 'discussed.': [42], 'then': [45], 'introduces': [46], 'more': [48], 'flexible': [49], 'JD‐R': [50, 72, 85, 140], 'discusses': [53, 75], 'its': [54], 'basic': [55], 'premises.': [56], 'Findings': [57], 'provides': [60], 'an': [61], 'studies': [65], 'that': [66], 'have': [67], 'been': [68], 'conducted': [69], 'with': [70], 'model.': [73], 'It': [74], 'evidence': [76], 'each': [78], "model's": [81], 'main': [82], 'propositions.': [83], 'can': [87, 100, 142], 'be': [88, 143, 152], 'used': [89, 153], 'as': [90], 'tool': [92], 'human': [94], 'resource': [95], 'management.': [96], 'A': [97], 'two‐stage': [98], 'approach': [99], 'highlight': [101], 'individuals,': [107], 'work': [108], 'groups,': [109], 'departments,': [110], 'organizations': [112], 'at': [113], 'large.': [114], 'Originality/value': [115], 'This': [116], 'challenges': [118], 'existing': [119], 'stress': [120], 'models,': [121], 'focuses': [123], 'on': [124], 'both': [125], 'negative': [126], 'positive': [128], 'indicators': [129], 'being.': [133], 'In': [134], 'addition,': [135], 'it': [136], 'outlines': [137], 'how': [138], 'applied': [144], 'wide': [147], 'range': [148], 'occupations,': [150], 'improve': [155], 'performance.': [160]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2010348352', 'counts_by_year': [{'year': 2023, 'cited_by_count': 626}, {'year': 2022, 'cited_by_count': 842}, {'year': 2021, 'cited_by_count': 746}, {'year': 2020, 'cited_by_count': 701}, {'year': 2019, 'cited_by_count': 628}, {'year': 2018, 'cited_by_count': 515}, {'year': 2017, 'cited_by_count': 511}, {'year': 2016, 'cited_by_count': 454}, {'year': 2015, 'cited_by_count': 424}, {'year': 2014, 'cited_by_count': 389}, {'year': 2013, 'cited_by_count': 337}, {'year': 2012, 'cited_by_count': 266}], 'updated_date': '2023-09-30T17:41:20.676127', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1902610065', 'doi': 'https://doi.org/10.1023/a:1015630930326', 'title': None, 'display_name': None, 'publication_year': 2002, 'publication_date': '2002-01-01', 'ids': {'openalex': 'https://openalex.org/W1902610065', 'doi': 'https://doi.org/10.1023/a:1015630930326', 'mag': '1902610065'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1023/a:1015630930326', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202734349', 'display_name': 'Journal of Happiness Studies', 'issn_l': '1389-4978', 'issn': ['1389-4978', '1573-7780'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5006499627', 'display_name': 'Wilmar B. Schaufeli', 'orcid': 'https://orcid.org/0000-0002-6070-7150'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Wilmar B. Schaufeli', 'raw_affiliation_string': 'Department of Psychology, Utrecht University, Utrecht, the Netherlands.', 'raw_affiliation_strings': ['Department of Psychology, Utrecht University, Utrecht, the Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079283736', 'display_name': 'Marisa Salanova', 'orcid': 'https://orcid.org/0000-0001-7873-7078'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Marisa Salanova', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078306555', 'display_name': 'Vicente González-Romá', 'orcid': 'https://orcid.org/0000-0002-0657-7375'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Vicente González-romá', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014550530', 'display_name': 'Arnold B. Bakker', 'orcid': 'https://orcid.org/0000-0003-0417-641X'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Arnold B. Bakker', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2490, 'currency': 'EUR', 'value_usd': 3090, 'provenance': 'doaj'}, 'apc_paid': {'value': 2490, 'currency': 'EUR', 'value_usd': 3090, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 6525, 'biblio': {'volume': '3', 'issue': '1', 'first_page': '71', 'last_page': '92'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2779114464', 'wikidata': 'https://www.wikidata.org/wiki/Q245781', 'display_name': 'Cynicism', 'level': 3, 'score': 0.8636071}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.81310815}, {'id': 'https://openalex.org/C143916079', 'wikidata': 'https://www.wikidata.org/wiki/Q2629248', 'display_name': 'Burnout', 'level': 2, 'score': 0.7796271}, {'id': 'https://openalex.org/C2781160688', 'wikidata': 'https://www.wikidata.org/wiki/Q2234192', 'display_name': 'Work engagement', 'level': 3, 'score': 0.6781086}, {'id': 'https://openalex.org/C40722632', 'wikidata': 'https://www.wikidata.org/wiki/Q5160137', 'display_name': 'Confirmatory factor analysis', 'level': 3, 'score': 0.5834303}, {'id': 'https://openalex.org/C71104824', 'wikidata': 'https://www.wikidata.org/wiki/Q1476639', 'display_name': 'Structural equation modeling', 'level': 2, 'score': 0.56547827}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.53070706}, {'id': 'https://openalex.org/C88519622', 'wikidata': 'https://www.wikidata.org/wiki/Q776232', 'display_name': 'Emotional exhaustion', 'level': 3, 'score': 0.47687632}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 0.26414737}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.14016068}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.077840686}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.067319006}, {'id': 'https://openalex.org/C147789679', 'wikidata': 'https://www.wikidata.org/wiki/Q11372', 'display_name': 'Physical chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C94625758', 'wikidata': 'https://www.wikidata.org/wiki/Q7163', 'display_name': 'Politics', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C143141573', 'wikidata': 'https://www.wikidata.org/wiki/Q7450971', 'display_name': 'Sense (electronics)', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1023/a:1015630930326', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S202734349', 'display_name': 'Journal of Happiness Studies', 'issn_l': '1389-4978', 'issn': ['1389-4978', '1573-7780'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [], 'grants': [], 'referenced_works_count': 29, 'referenced_works': ['https://openalex.org/W7600810', 'https://openalex.org/W1572252684', 'https://openalex.org/W1688915732', 'https://openalex.org/W1732817535', 'https://openalex.org/W1779735677', 'https://openalex.org/W1974999136', 'https://openalex.org/W1991671273', 'https://openalex.org/W1992193527', 'https://openalex.org/W2017111451', 'https://openalex.org/W2018201949', 'https://openalex.org/W2045058778', 'https://openalex.org/W2047892611', 'https://openalex.org/W2053133047', 'https://openalex.org/W2057958177', 'https://openalex.org/W2074526772', 'https://openalex.org/W2087553395', 'https://openalex.org/W2096034734', 'https://openalex.org/W2107309765', 'https://openalex.org/W2127625785', 'https://openalex.org/W2140205964', 'https://openalex.org/W2144816256', 'https://openalex.org/W2151904515', 'https://openalex.org/W2154331121', 'https://openalex.org/W2158862141', 'https://openalex.org/W2170527761', 'https://openalex.org/W2508588924', 'https://openalex.org/W2511901496', 'https://openalex.org/W2904461966', 'https://openalex.org/W2945055388'], 'related_works': ['https://openalex.org/W59198854', 'https://openalex.org/W2546965259', 'https://openalex.org/W2554549047', 'https://openalex.org/W2770306218', 'https://openalex.org/W3148959753', 'https://openalex.org/W4321634614', 'https://openalex.org/W4362461325', 'https://openalex.org/W4378710496', 'https://openalex.org/W4380485546', 'https://openalex.org/W4381664126'], 'ngrams_url': 'https://api.openalex.org/works/W1902610065/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1902610065', 'counts_by_year': [{'year': 2023, 'cited_by_count': 509}, {'year': 2022, 'cited_by_count': 734}, {'year': 2021, 'cited_by_count': 705}, {'year': 2020, 'cited_by_count': 665}, {'year': 2019, 'cited_by_count': 531}, {'year': 2018, 'cited_by_count': 455}, {'year': 2017, 'cited_by_count': 435}, {'year': 2016, 'cited_by_count': 447}, {'year': 2015, 'cited_by_count': 387}, {'year': 2014, 'cited_by_count': 388}, {'year': 2013, 'cited_by_count': 345}, {'year': 2012, 'cited_by_count': 255}], 'updated_date': '2023-09-30T19:55:17.206194', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2900756811', 'doi': 'https://doi.org/10.1080/20013078.2018.1535750', 'title': 'Minimal information for studies of extracellular vesicles 2018 (MISEV2018): a position statement of the International Society for Extracellular Vesicles and update of the MISEV2014 guidelines', 'display_name': 'Minimal information for studies of extracellular vesicles 2018 (MISEV2018): a position statement of the International Society for Extracellular Vesicles and update of the MISEV2014 guidelines', 'publication_year': 2018, 'publication_date': '2018-11-23', 'ids': {'openalex': 'https://openalex.org/W2900756811', 'doi': 'https://doi.org/10.1080/20013078.2018.1535750', 'mag': '2900756811', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/30637094', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/6322352'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1080/20013078.2018.1535750', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.1080/20013078.2018.1535750?needAccess=true', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.tandfonline.com/doi/pdf/10.1080/20013078.2018.1535750?needAccess=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5024968347', 'display_name': 'Clotilde Théry', 'orcid': 'https://orcid.org/0000-0001-8294-6884'}, 'institutions': [{'id': 'https://openalex.org/I2746051580', 'display_name': 'PSL Research University', 'ror': 'https://ror.org/013cjyk83', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I2746051580']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I80043', 'display_name': 'Institute Curie', 'ror': 'https://ror.org/04t0gwh46', 'country_code': 'FR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I80043']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'Clotilde Théry', 'raw_affiliation_string': 'Institut Curie, INSERM U932, PSL Research University, Paris, France', 'raw_affiliation_strings': ['Institut Curie, INSERM U932, PSL Research University, Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078835957', 'display_name': 'Kenneth W. Witwer', 'orcid': 'https://orcid.org/0000-0003-1664-4233'}, 'institutions': [{'id': 'https://openalex.org/I2799853436', 'display_name': 'Johns Hopkins Medicine', 'ror': 'https://ror.org/037zgn354', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2799853436']}, {'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Kenneth W. Witwer', 'raw_affiliation_string': 'The Johns Hopkins University School of Medicine, Department of Molecular and Comparative Pathobiology, Baltimore, MD, USA', 'raw_affiliation_strings': ['The Johns Hopkins University School of Medicine, Department of Molecular and Comparative Pathobiology, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064521237', 'display_name': 'Elena Aikawa', 'orcid': 'https://orcid.org/0000-0001-7835-2135'}, 'institutions': [{'id': 'https://openalex.org/I1283280774', 'display_name': "Brigham and Women's Hospital", 'ror': 'https://ror.org/04b6nzv94', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1283280774', 'https://openalex.org/I48633490']}, {'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Elena Aikawa', 'raw_affiliation_string': 'Brigham and Women’s Hospital, Center for Interdisciplinary Cardiovascular Sciences, Boston, MA, USA; Harvard Medical School, Cardiovascular Medicine, Boston, MA, USA', 'raw_affiliation_strings': ['Brigham and Women’s Hospital, Center for Interdisciplinary Cardiovascular Sciences, Boston, MA, USA', 'Harvard Medical School, Cardiovascular Medicine, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045289907', 'display_name': 'Marı́a José Alcaraz', 'orcid': 'https://orcid.org/0000-0002-5459-6407'}, 'institutions': [{'id': 'https://openalex.org/I60053951', 'display_name': 'Universitat Politècnica de València', 'ror': 'https://ror.org/01460j859', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I60053951']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Maria Jose Alcaraz', 'raw_affiliation_string': 'Interuniversity Research Institute for Molecular Recognition and Technological Development (IDM), University of Valencia, Polytechnic University of Valencia, Valencia, Spain', 'raw_affiliation_strings': ['Interuniversity Research Institute for Molecular Recognition and Technological Development (IDM), University of Valencia, Polytechnic University of Valencia, Valencia, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072521797', 'display_name': 'Johnathon D. Anderson', 'orcid': 'https://orcid.org/0000-0001-5404-2298'}, 'institutions': [{'id': 'https://openalex.org/I84218800', 'display_name': 'University of California, Davis', 'ror': 'https://ror.org/05rrcem69', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2803209242', 'https://openalex.org/I84218800']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Johnathon D. Anderson', 'raw_affiliation_string': 'University of California, Davis, Department of Otolaryngology, Davis, CA, USA', 'raw_affiliation_strings': ['University of California, Davis, Department of Otolaryngology, Davis, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084952116', 'display_name': 'Ramaroson Andriantsitohaina', 'orcid': 'https://orcid.org/0000-0002-4770-3585'}, 'institutions': [{'id': 'https://openalex.org/I49451733', 'display_name': 'University of Angers', 'ror': 'https://ror.org/04yrqp957', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I49451733']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Ramaroson Andriantsitohaina', 'raw_affiliation_string': 'INSERM U1063, Université d’Angers, CHU d’Angers, Angers, France', 'raw_affiliation_strings': ['INSERM U1063, Université d’Angers, CHU d’Angers, Angers, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056186924', 'display_name': 'Anna Antoniou', 'orcid': 'https://orcid.org/0000-0002-3907-2330'}, 'institutions': [{'id': 'https://openalex.org/I2801533059', 'display_name': 'German Center for Neurodegenerative Diseases', 'ror': 'https://ror.org/043j0f473', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I1305996414', 'https://openalex.org/I2801533059']}, {'id': 'https://openalex.org/I2799391451', 'display_name': 'University Hospital Bonn', 'ror': 'https://ror.org/01xnwqx93', 'country_code': 'DE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2799391451']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Anna Antoniou', 'raw_affiliation_string': 'German Centre for Neurodegenerative Diseases (DZNE), Bonn, Germany; University Hospital Bonn (UKB), Bonn, Germany', 'raw_affiliation_strings': ['German Centre for Neurodegenerative Diseases (DZNE), Bonn, Germany', 'University Hospital Bonn (UKB), Bonn, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052064234', 'display_name': 'Tanina Arab', 'orcid': 'https://orcid.org/0000-0003-4485-1096'}, 'institutions': [{'id': 'https://openalex.org/I4210164350', 'display_name': 'Protéomique, Réponse Inflammatoire et Spectrométrie de Masse', 'ror': 'https://ror.org/05dm3m993', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2279609970', 'https://openalex.org/I3018718406', 'https://openalex.org/I4210093160', 'https://openalex.org/I4210141925', 'https://openalex.org/I4210164350', 'https://openalex.org/I7171862']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I2279609970', 'display_name': 'University of Lille', 'ror': 'https://ror.org/02kzqn938', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I2279609970']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Tanina Arab', 'raw_affiliation_string': 'Université de Lille, INSERM, U-1192, Laboratoire Protéomique, Réponse Inflammatoire et Spectrométrie de Masse - PRISM, Lille, France', 'raw_affiliation_strings': ['Université de Lille, INSERM, U-1192, Laboratoire Protéomique, Réponse Inflammatoire et Spectrométrie de Masse - PRISM, Lille, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057484980', 'display_name': 'Fabienne Archer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I159885104', 'display_name': 'École Pratique des Hautes Études', 'ror': 'https://ror.org/046b3cj80', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I159885104', 'https://openalex.org/I2746051580']}, {'id': 'https://openalex.org/I100532134', 'display_name': 'Claude Bernard University Lyon 1', 'ror': 'https://ror.org/029brtt94', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I100532134', 'https://openalex.org/I203339264']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Fabienne Archer', 'raw_affiliation_string': 'University of Lyon, INRA, EPHE, UMR754 Viral Infections and Comparative Pathology, Lyon, France', 'raw_affiliation_strings': ['University of Lyon, INRA, EPHE, UMR754 Viral Infections and Comparative Pathology, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065313793', 'display_name': 'Georgia K. Atkin-Smith', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I196829312', 'display_name': 'La Trobe University', 'ror': 'https://ror.org/01rxfrp27', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I196829312']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Georgia K. Atkin-Smith', 'raw_affiliation_string': 'La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia', 'raw_affiliation_strings': ['La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009163427', 'display_name': 'D. Craig Ayre', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210137444', 'display_name': 'Atlantic Cancer Research Institute', 'ror': 'https://ror.org/04neva792', 'country_code': 'CA', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210137444']}, {'id': 'https://openalex.org/I163902620', 'display_name': 'Mount Allison University', 'ror': 'https://ror.org/03grc6f14', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I163902620']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'D. Craig Ayre', 'raw_affiliation_string': 'Atlantic Cancer Research Institute, Moncton, Canada; Mount Allison University, Department of Chemistry and Biochemistry, Sackville, Canada', 'raw_affiliation_strings': ['Atlantic Cancer Research Institute, Moncton, Canada', 'Mount Allison University, Department of Chemistry and Biochemistry, Sackville, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017016380', 'display_name': 'Jean‐Marie Bach', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210149833', 'display_name': 'Université Bretagne Loire', 'ror': 'https://ror.org/04x1a4s97', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210149833']}, {'id': 'https://openalex.org/I4210157468', 'display_name': 'Oniris', 'ror': 'https://ror.org/05q0ncs32', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210157468']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Jean Marie Bach', 'raw_affiliation_string': 'Université Bretagne Loire, Oniris, INRA, IECM, Nantes, France', 'raw_affiliation_strings': ['Université Bretagne Loire, Oniris, INRA, IECM, Nantes, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084730445', 'display_name': 'Daniel Bachurski', 'orcid': 'https://orcid.org/0000-0001-9168-9680'}, 'institutions': [{'id': 'https://openalex.org/I180923762', 'display_name': 'University of Cologne', 'ror': 'https://ror.org/00rcxh774', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I180923762']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Daniel Bachurski', 'raw_affiliation_string': 'University of Cologne, Department of Internal Medicine I, Cologne, Germany', 'raw_affiliation_strings': ['University of Cologne, Department of Internal Medicine I, Cologne, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091186278', 'display_name': 'Hossein Baharvand', 'orcid': 'https://orcid.org/0000-0001-6528-3687'}, 'institutions': [{'id': 'https://openalex.org/I202419968', 'display_name': 'Royan Institute', 'ror': 'https://ror.org/02exhb815', 'country_code': 'IR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I202419968', 'https://openalex.org/I2802694670']}, {'id': 'https://openalex.org/I2802694670', 'display_name': 'Academic Center for Education, Culture and Research', 'ror': 'https://ror.org/0126z4b94', 'country_code': 'IR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802694670']}, {'id': 'https://openalex.org/I11750234', 'display_name': 'University of Science and Culture', 'ror': 'https://ror.org/048e0p659', 'country_code': 'IR', 'type': 'education', 'lineage': ['https://openalex.org/I11750234']}], 'countries': ['IR'], 'is_corresponding': False, 'raw_author_name': 'Hossein Baharvand', 'raw_affiliation_string': 'Royan Institute for Stem Cell Biology and Technology, ACECR, Cell Science Research Center, Department of Stem Cells and Developmental Biology, Tehran, Iran; University of Science and Culture, ACECR, Department of Developmental Biology, Tehran, Iran', 'raw_affiliation_strings': ['Royan Institute for Stem Cell Biology and Technology, ACECR, Cell Science Research Center, Department of Stem Cells and Developmental Biology, Tehran, Iran', 'University of Science and Culture, ACECR, Department of Developmental Biology, Tehran, Iran']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014953188', 'display_name': 'Leonora Balaj', 'orcid': 'https://orcid.org/0000-0003-0931-9715'}, 'institutions': [{'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Leonora Balaj', 'raw_affiliation_string': 'Massachusetts General Hospital, Department of Neurosurgery, Boston, MA, USA', 'raw_affiliation_strings': ['Massachusetts General Hospital, Department of Neurosurgery, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015675649', 'display_name': 'Shawn Baldacchino', 'orcid': 'https://orcid.org/0000-0001-7501-0842'}, 'institutions': [{'id': 'https://openalex.org/I197854408', 'display_name': 'University of Malta', 'ror': 'https://ror.org/03a62bv60', 'country_code': 'MT', 'type': 'education', 'lineage': ['https://openalex.org/I197854408']}], 'countries': ['MT'], 'is_corresponding': False, 'raw_author_name': 'Shawn Baldacchino', 'raw_affiliation_string': 'University of Malta, Department of Pathology, Msida, Malta', 'raw_affiliation_strings': ['University of Malta, Department of Pathology, Msida, Malta']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043544752', 'display_name': 'Natalie Bauer', 'orcid': 'https://orcid.org/0000-0002-6612-1302'}, 'institutions': [{'id': 'https://openalex.org/I83809506', 'display_name': 'University of South Alabama', 'ror': 'https://ror.org/01s7b5y08', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I83809506']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Natalie N. Bauer', 'raw_affiliation_string': 'University of South Alabama, Department of Pharmacology, Center for Lung Biology, Mobile, AL, USA', 'raw_affiliation_strings': ['University of South Alabama, Department of Pharmacology, Center for Lung Biology, Mobile, AL, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039089126', 'display_name': 'Amy A. Baxter', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I196829312', 'display_name': 'La Trobe University', 'ror': 'https://ror.org/01rxfrp27', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I196829312']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Amy A. Baxter', 'raw_affiliation_string': 'La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia', 'raw_affiliation_strings': ['La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018610727', 'display_name': 'Mary Bebawy', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I114017466', 'display_name': 'University of Technology Sydney', 'ror': 'https://ror.org/03f0f6041', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I114017466']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Mary Bebawy', 'raw_affiliation_string': 'University of Technology Sydney, Discipline of Pharmacy, Graduate School of Health, Sydney, Australia', 'raw_affiliation_strings': ['University of Technology Sydney, Discipline of Pharmacy, Graduate School of Health, Sydney, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009708128', 'display_name': 'Carla Beckham', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I5388228', 'display_name': 'University of Rochester', 'ror': 'https://ror.org/022kthw22', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I5388228']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Carla Beckham', 'raw_affiliation_string': 'University of Rochester, Rochester, NY, USA', 'raw_affiliation_strings': ['University of Rochester, Rochester, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072142431', 'display_name': 'Apolonija Bedina Zavec', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210152560', 'display_name': 'National Institute of Chemistry', 'ror': 'https://ror.org/050mac570', 'country_code': 'SI', 'type': 'facility', 'lineage': ['https://openalex.org/I4210152560']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Apolonija Bedina Zavec', 'raw_affiliation_string': 'National Institute of Chemistry, Department of Molecular Biology and Nanobiotechnology, Ljubljana, Slovenia', 'raw_affiliation_strings': ['National Institute of Chemistry, Department of Molecular Biology and Nanobiotechnology, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5088552577', 'display_name': 'Abderrahim Benmoussa', 'orcid': 'https://orcid.org/0000-0002-9504-3120'}, 'institutions': [{'id': 'https://openalex.org/I4210139308', 'display_name': "Centre hospitalier de l'Université Laval", 'ror': 'https://ror.org/041v96n47', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210139308']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Abderrahim Benmoussa', 'raw_affiliation_string': 'Université Laval, Centre de Recherche du CHU de Québec, Department of Infectious Diseases and Immunity, Quebec City, Canada', 'raw_affiliation_strings': ['Université Laval, Centre de Recherche du CHU de Québec, Department of Infectious Diseases and Immunity, Quebec City, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004553967', 'display_name': 'Anna C. Berardi', 'orcid': 'https://orcid.org/0000-0002-5078-6158'}, 'institutions': [{'id': 'https://openalex.org/I4210107523', 'display_name': 'Ospedale di Santo Spirito', 'ror': 'https://ror.org/01jj26143', 'country_code': 'IT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210107523']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Anna C. Berardi', 'raw_affiliation_string': 'Ospedale Santo Spirito, Pescara, Italy', 'raw_affiliation_strings': ['Ospedale Santo Spirito, Pescara, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000990562', 'display_name': 'Paolo Bergese', 'orcid': 'https://orcid.org/0000-0002-4652-2168'}, 'institutions': [{'id': 'https://openalex.org/I4210098328', 'display_name': 'Consorzio Interuniversitario per lo Sviluppo dei Sistemi a Grande Interfase', 'ror': 'https://ror.org/010wgh593', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I4210098328', 'https://openalex.org/I4210104782']}, {'id': 'https://openalex.org/I4210155898', 'display_name': 'National Interuniversity Consortium of Materials Science and Technology', 'ror': 'https://ror.org/04k80k910', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I4210155898']}, {'id': 'https://openalex.org/I79940851', 'display_name': 'University of Brescia', 'ror': 'https://ror.org/02q2d2610', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I79940851']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Paolo Bergese', 'raw_affiliation_string': 'CSGI - Research Center for Colloids and Nanoscience, Florence, Italy; INSTM - National Interuniversity Consortium of Materials Science and Technology, Florence, Italy; University of Brescia, Department of Molecular and Translational Medicine, Brescia, Italy', 'raw_affiliation_strings': ['CSGI - Research Center for Colloids and Nanoscience, Florence, Italy', 'INSTM - National Interuniversity Consortium of Materials Science and Technology, Florence, Italy', 'University of Brescia, Department of Molecular and Translational Medicine, Brescia, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023949391', 'display_name': 'Ewa Bielska', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I79619799', 'display_name': 'University of Birmingham', 'ror': 'https://ror.org/03angcq70', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79619799']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Ewa Bielska', 'raw_affiliation_string': 'University of Birmingham, Institute of Microbiology and Infection, Birmingham, UK', 'raw_affiliation_strings': ['University of Birmingham, Institute of Microbiology and Infection, Birmingham, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049860411', 'display_name': 'Cherie Blenkiron', 'orcid': 'https://orcid.org/0000-0002-0217-3808'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Cherie Blenkiron', 'raw_affiliation_string': 'University of Auckland, Auckland, New Zealand', 'raw_affiliation_strings': ['University of Auckland, Auckland, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028613166', 'display_name': 'Sylwia Bobis‐Wozowicz', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I126596746', 'display_name': 'Jagiellonian University', 'ror': 'https://ror.org/03bqmcz70', 'country_code': 'PL', 'type': 'education', 'lineage': ['https://openalex.org/I126596746']}], 'countries': ['PL'], 'is_corresponding': False, 'raw_author_name': 'Sylwia Bobis-Wozowicz', 'raw_affiliation_string': 'Jagiellonian University, Faculty of Biochemistry, Biophysics and Biotechnology, Department of Cell Biology, Kraków, Poland', 'raw_affiliation_strings': ['Jagiellonian University, Faculty of Biochemistry, Biophysics and Biotechnology, Department of Cell Biology, Kraków, Poland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042606678', 'display_name': 'Éric Boilard', 'orcid': 'https://orcid.org/0000-0001-6319-6432'}, 'institutions': [{'id': 'https://openalex.org/I4210139308', 'display_name': "Centre hospitalier de l'Université Laval", 'ror': 'https://ror.org/041v96n47', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210139308']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Eric Boilard', 'raw_affiliation_string': 'Université Laval, Centre de Recherche du CHU de Québec, Department of Infectious Diseases and Immunity, Quebec City, Canada', 'raw_affiliation_strings': ['Université Laval, Centre de Recherche du CHU de Québec, Department of Infectious Diseases and Immunity, Quebec City, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5014626784', 'display_name': 'Wilfrid Boireau', 'orcid': 'https://orcid.org/0000-0002-5667-8254'}, 'institutions': [{'id': 'https://openalex.org/I2802759292', 'display_name': 'Franche-Comté Électronique Mécanique Thermique et Optique - Sciences et Technologies', 'ror': 'https://ror.org/004fmxv66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2802759292', 'https://openalex.org/I37553959', 'https://openalex.org/I4210095849', 'https://openalex.org/I53262699', 'https://openalex.org/I90843659']}, {'id': 'https://openalex.org/I53262699', 'display_name': 'École Nationale Supérieure de Mécanique et des Microtechniques', 'ror': 'https://ror.org/05813w841', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I53262699']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Wilfrid Boireau', 'raw_affiliation_string': 'FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France', 'raw_affiliation_strings': ['FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037780803', 'display_name': 'Antonella Bongiovanni', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210105756', 'display_name': 'Istituto di Biomedicina e di Immunologia Molecolare Alberto Monroy', 'ror': 'https://ror.org/01dy2q607', 'country_code': 'IT', 'type': 'facility', 'lineage': ['https://openalex.org/I4210105756', 'https://openalex.org/I4210155236']}, {'id': 'https://openalex.org/I4210155236', 'display_name': 'National Research Council', 'ror': 'https://ror.org/04zaypm56', 'country_code': 'IT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210155236']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Antonella Bongiovanni', 'raw_affiliation_string': 'Institute of Biomedicine and Molecular Immunology (IBIM), National Research Council (CNR) of Italy, Palermo, Italy', 'raw_affiliation_strings': ['Institute of Biomedicine and Molecular Immunology (IBIM), National Research Council (CNR) of Italy, Palermo, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041562886', 'display_name': 'Francesc E. Borràs', 'orcid': 'https://orcid.org/0000-0003-4038-1912'}, 'institutions': [{'id': 'https://openalex.org/I4210137002', 'display_name': "Institut d'Investigació en Ciències de la Salut Germans Trias i Pujol", 'ror': 'https://ror.org/03bzdww12', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210137002']}, {'id': 'https://openalex.org/I4210153460', 'display_name': 'Hospital Universitari Germans Trias i Pujol', 'ror': 'https://ror.org/04wxdxa47', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210153292', 'https://openalex.org/I4210153460']}, {'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Francesc E. Borràs', 'raw_affiliation_string': 'Germans Trias i Pujol Research Institute (IGTP), Can Ruti Campus, REMAR-IVECAT Group, Badalona, Spain; Germans Trias i Pujol University Hospital, Nephrology Service, Badalona, Spain; Universitat Autònoma de Barcelona, Department of Cell Biology, Physiology & Immunology, Barcelona, Spain', 'raw_affiliation_strings': ['Germans Trias i Pujol Research Institute (IGTP), Can Ruti Campus, REMAR-IVECAT Group, Badalona, Spain', 'Germans Trias i Pujol University Hospital, Nephrology Service, Badalona, Spain', 'Universitat Autònoma de Barcelona, Department of Cell Biology, Physiology & Immunology, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015090114', 'display_name': 'Steffi Bosch', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210149833', 'display_name': 'Université Bretagne Loire', 'ror': 'https://ror.org/04x1a4s97', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210149833']}, {'id': 'https://openalex.org/I4210157468', 'display_name': 'Oniris', 'ror': 'https://ror.org/05q0ncs32', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I4210157468']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Steffi Bosch', 'raw_affiliation_string': 'Université Bretagne Loire, Oniris, INRA, IECM, Nantes, France', 'raw_affiliation_strings': ['Université Bretagne Loire, Oniris, INRA, IECM, Nantes, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062560561', 'display_name': 'Chantal M. Boulanger', 'orcid': 'https://orcid.org/0000-0002-3687-651X'}, 'institutions': [{'id': 'https://openalex.org/I4210131199', 'display_name': 'Paris Cardiovascular Research Center', 'ror': 'https://ror.org/03gvnh520', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I154526488', 'https://openalex.org/I204730241', 'https://openalex.org/I4210131199']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I110736937', 'display_name': 'Délégation Paris 5', 'ror': 'https://ror.org/02e0y6e06', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I110736937', 'https://openalex.org/I154526488']}, {'id': 'https://openalex.org/I4210091437', 'display_name': 'Sorbonne Paris Cité', 'ror': 'https://ror.org/001z21q04', 'country_code': 'FR', 'type': 'other', 'lineage': ['https://openalex.org/I4210091437']}, {'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Chantal M. Boulanger', 'raw_affiliation_string': 'INSERM UMR-S 970, Paris Cardiovascular Research Center, Paris, France; Université Paris Descartes, Sorbonne Paris Cité, Paris, France', 'raw_affiliation_strings': ['INSERM UMR-S 970, Paris Cardiovascular Research Center, Paris, France', 'Université Paris Descartes, Sorbonne Paris Cité, Paris, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059573074', 'display_name': 'Xandra O. Breakefield', 'orcid': 'https://orcid.org/0000-0001-6036-0399'}, 'institutions': [{'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}, {'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Xandra Breakefield', 'raw_affiliation_string': 'Massachusetts General Hospital and Neuroscience Program, Harvard Medical School, Department of Neurology and Radiology, Boston, MA, USA', 'raw_affiliation_strings': ['Massachusetts General Hospital and Neuroscience Program, Harvard Medical School, Department of Neurology and Radiology, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082970078', 'display_name': 'Andrew Breglio', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I98704320', 'display_name': 'Icahn School of Medicine at Mount Sinai', 'ror': 'https://ror.org/04a9tmd77', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1320796813', 'https://openalex.org/I98704320']}, {'id': 'https://openalex.org/I4210156075', 'display_name': 'National Institute on Deafness and Other Communication Disorders', 'ror': 'https://ror.org/04mhx6838', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299303238', 'https://openalex.org/I4210156075']}, {'id': 'https://openalex.org/I1299303238', 'display_name': 'National Institutes of Health', 'ror': 'https://ror.org/01cwqze88', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1299022934', 'https://openalex.org/I1299303238']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Andrew M. Breglio', 'raw_affiliation_string': 'Icahn School of Medicine at Mount Sinai, New York City, NY, USA; National Institutes of Health, National Institute on Deafness and Other Communication Disorders, Bethesda, MD, USA', 'raw_affiliation_strings': ['Icahn School of Medicine at Mount Sinai, New York City, NY, USA', 'National Institutes of Health, National Institute on Deafness and Other Communication Disorders, Bethesda, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000267366', 'display_name': 'Meadhbh Á. Brennan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I136199984', 'display_name': 'Harvard University', 'ror': 'https://ror.org/03vek6s52', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I136199984']}, {'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}, {'id': 'https://openalex.org/I97188460', 'display_name': 'Nantes Université', 'ror': 'https://ror.org/03gnr7b55', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I97188460']}, {'id': 'https://openalex.org/I154526488', 'display_name': 'Inserm', 'ror': 'https://ror.org/02vjkv261', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I154526488']}], 'countries': ['FR', 'US'], 'is_corresponding': False, 'raw_author_name': 'Meadhbh Brennan', 'raw_affiliation_string': 'Harvard University, School of Engineering and Applied Sciences, Cambridge, MA, USA; Massachusetts General Hospital, Harvard Medical School, Department of Neurology, Boston, MA, USA; Université de Nantes INSERM UMR 1238 Bone Sarcoma and Remodeling of Calcified Tissues PhyOS Nantes France', 'raw_affiliation_strings': ['Harvard University, School of Engineering and Applied Sciences, Cambridge, MA, USA', 'Massachusetts General Hospital, Harvard Medical School, Department of Neurology, Boston, MA, USA', 'Université de Nantes INSERM UMR 1238 Bone Sarcoma and Remodeling of Calcified Tissues PhyOS Nantes France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083186525', 'display_name': 'David R. Brigstock', 'orcid': 'https://orcid.org/0000-0001-8651-6486'}, 'institutions': [{'id': 'https://openalex.org/I1314135232', 'display_name': "Nationwide Children's Hospital", 'ror': 'https://ror.org/003rfsp33', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1314135232']}, {'id': 'https://openalex.org/I52357470', 'display_name': 'The Ohio State University', 'ror': 'https://ror.org/00rs6vg23', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802096936', 'https://openalex.org/I52357470']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David R. Brigstock', 'raw_affiliation_string': 'Nationwide Children’s Hospital, Columbus, OH, USA; The Ohio State University, Columbus, OH, USA', 'raw_affiliation_strings': ['Nationwide Children’s Hospital, Columbus, OH, USA', 'The Ohio State University, Columbus, OH, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046985587', 'display_name': 'Alain Brisson', 'orcid': 'https://orcid.org/0000-0003-0342-352X'}, 'institutions': [{'id': 'https://openalex.org/I15057530', 'display_name': 'University of Bordeaux', 'ror': 'https://ror.org/057qpr032', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I15057530']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Alain Brisson', 'raw_affiliation_string': 'UMR‐CBMN CNRS‐Université de Bordeaux Bordeaux France', 'raw_affiliation_strings': ['UMR‐CBMN CNRS‐Université de Bordeaux Bordeaux France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063693691', 'display_name': 'Marike L. D. Broekman', 'orcid': 'https://orcid.org/0000-0002-0226-0119'}, 'institutions': [{'id': 'https://openalex.org/I4210097307', 'display_name': 'Medisch Centrum Haaglanden', 'ror': 'https://ror.org/00v2tx290', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210097307']}, {'id': 'https://openalex.org/I2800006345', 'display_name': 'Leiden University Medical Center', 'ror': 'https://ror.org/05xvt9f17', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800006345']}, {'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}], 'countries': ['NL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Marike L.D. Broekman', 'raw_affiliation_string': 'Haaglanden Medical Center, Department of Neurosurgery, The Hague, The Netherlands; Leiden University Medical Center, Department of Neurosurgery, Leiden, The Netherlands; Massachusetts General Hospital, Department of Neurology, Boston, MA, USA', 'raw_affiliation_strings': ['Haaglanden Medical Center, Department of Neurosurgery, The Hague, The Netherlands', 'Leiden University Medical Center, Department of Neurosurgery, Leiden, The Netherlands', 'Massachusetts General Hospital, Department of Neurology, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040275059', 'display_name': 'Jacqueline Bromberg', 'orcid': 'https://orcid.org/0000-0002-7957-9339'}, 'institutions': [{'id': 'https://openalex.org/I1334819555', 'display_name': 'Memorial Sloan Kettering Cancer Center', 'ror': 'https://ror.org/02yrq0923', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1334819555']}, {'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jacqueline F. Bromberg', 'raw_affiliation_string': 'Memorial Sloan Kettering Cancer Center, Department of Medicine, New York City, NY, USA; Weill Cornell Medicine, Department of Medicine, New York City, NY, USA', 'raw_affiliation_strings': ['Memorial Sloan Kettering Cancer Center, Department of Medicine, New York City, NY, USA', 'Weill Cornell Medicine, Department of Medicine, New York City, NY, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058778314', 'display_name': 'Paulina Bryl-Górecka', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I187531555', 'display_name': 'Lund University', 'ror': 'https://ror.org/012a77v79', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I187531555']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Paulina Bryl-Górecka', 'raw_affiliation_string': 'Lund University, Department of Cardiology, Lund, Sweden', 'raw_affiliation_strings': ['Lund University, Department of Cardiology, Lund, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053649150', 'display_name': 'Shilpa Buch', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I59130452', 'display_name': 'University of Nebraska Medical Center', 'ror': 'https://ror.org/00thqtb16', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I59130452']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Shilpa J Buch', 'raw_affiliation_string': 'University of Nebraska Medical Center, Department of Pharmacology and Experimental Neuroscience, Omaha, NE, USA', 'raw_affiliation_strings': ['University of Nebraska Medical Center, Department of Pharmacology and Experimental Neuroscience, Omaha, NE, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016490989', 'display_name': 'Amy H. Buck', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210129072', 'display_name': 'Centre for Immunity, Infection and Evolution', 'ror': 'https://ror.org/03qp5ww24', 'country_code': 'GB', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210129072']}, {'id': 'https://openalex.org/I98677209', 'display_name': 'University of Edinburgh', 'ror': 'https://ror.org/01nrxwf90', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I98677209']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Amy H. Buck', 'raw_affiliation_string': 'University of Edinburgh, Institute of Immunology & Infection Research, Edinburgh, UK', 'raw_affiliation_strings': ['University of Edinburgh, Institute of Immunology & Infection Research, Edinburgh, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029308902', 'display_name': 'Dylan Burger', 'orcid': 'https://orcid.org/0000-0003-3951-2911'}, 'institutions': [{'id': 'https://openalex.org/I2800722420', 'display_name': 'Ottawa Hospital', 'ror': 'https://ror.org/03c62dg59', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800722420']}, {'id': 'https://openalex.org/I153718931', 'display_name': 'University of Ottawa', 'ror': 'https://ror.org/03c4mmv16', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I153718931']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Dylan Burger', 'raw_affiliation_string': 'Kidney Research Centre, Ottawa, Canada; Ottawa Hospital Research Institute, Ottawa, Canada; University of Ottawa, Ottawa, Canada', 'raw_affiliation_strings': ['Kidney Research Centre, Ottawa, Canada', 'Ottawa Hospital Research Institute, Ottawa, Canada', 'University of Ottawa, Ottawa, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019922180', 'display_name': 'Sara Busatto', 'orcid': 'https://orcid.org/0000-0002-9128-5579'}, 'institutions': [{'id': 'https://openalex.org/I4210146710', 'display_name': 'Mayo Clinic', 'ror': 'https://ror.org/03zzw1w08', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1330342723', 'https://openalex.org/I4210146710']}, {'id': 'https://openalex.org/I2802423016', 'display_name': 'Winneshiek Medical Center', 'ror': 'https://ror.org/02s47w807', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2802423016']}, {'id': 'https://openalex.org/I79940851', 'display_name': 'University of Brescia', 'ror': 'https://ror.org/02q2d2610', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I79940851']}], 'countries': ['IT', 'US'], 'is_corresponding': False, 'raw_author_name': 'Sara Busatto', 'raw_affiliation_string': 'Mayo Clinic, Department of Transplantation, Jacksonville, FL, USA; University of Brescia, Department of Molecular and Translational Medicine, Brescia, Italy', 'raw_affiliation_strings': ['Mayo Clinic, Department of Transplantation, Jacksonville, FL, USA', 'University of Brescia, Department of Molecular and Translational Medicine, Brescia, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025718257', 'display_name': 'Dominik Buschmann', 'orcid': 'https://orcid.org/0000-0003-0460-6459'}, 'institutions': [{'id': 'https://openalex.org/I62916508', 'display_name': 'Technical University of Munich', 'ror': 'https://ror.org/02kkvpp62', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I62916508']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Dominik Buschmann', 'raw_affiliation_string': 'Technical University of Munich, TUM School of Life Sciences Weihenstephan, Division of Animal Physiology and Immunology, Freising, Germany', 'raw_affiliation_strings': ['Technical University of Munich, TUM School of Life Sciences Weihenstephan, Division of Animal Physiology and Immunology, Freising, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5077458481', 'display_name': 'Benedetta Bussolati', 'orcid': 'https://orcid.org/0000-0002-3663-5134'}, 'institutions': [{'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Benedetta Bussolati', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086107375', 'display_name': 'Edit I. Buzás', 'orcid': 'https://orcid.org/0000-0002-3744-206X'}, 'institutions': [{'id': 'https://openalex.org/I4210090688', 'display_name': 'ImmunoGenes (Hungary)', 'ror': 'https://ror.org/00bdga736', 'country_code': 'HU', 'type': 'company', 'lineage': ['https://openalex.org/I4210090688']}, {'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Edit I. Buzás', 'raw_affiliation_string': 'MTA-SE Immuno-Proteogenomics Research Groups, Budapest, Hungary; Semmelweis University, Department of Genetics, Cell- and Immunobiology, Budapest, Hungary', 'raw_affiliation_strings': ['MTA-SE Immuno-Proteogenomics Research Groups, Budapest, Hungary', 'Semmelweis University, Department of Genetics, Cell- and Immunobiology, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065971122', 'display_name': 'James Brian Byrd', 'orcid': 'https://orcid.org/0000-0002-0509-3520'}, 'institutions': [{'id': 'https://openalex.org/I27837315', 'display_name': 'University of Michigan–Ann Arbor', 'ror': 'https://ror.org/00jmfr291', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I27837315']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'James Bryan Byrd', 'raw_affiliation_string': 'University of Michigan, Department of Medicine, Ann Arbor, MI, USA', 'raw_affiliation_strings': ['University of Michigan, Department of Medicine, Ann Arbor, MI, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045100634', 'display_name': 'Giovanni Camussi', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I55143463', 'display_name': 'University of Turin', 'ror': 'https://ror.org/048tbm396', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I55143463']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Giovanni Camussi', 'raw_affiliation_string': '', 'raw_affiliation_strings': []}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065891926', 'display_name': 'David R. F. Carter', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I124261462', 'display_name': 'Oxford Brookes University', 'ror': 'https://ror.org/04v2twj65', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124261462']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'David R.F. Carter', 'raw_affiliation_string': 'Oxford Brookes University, Department of Biological and Medical Sciences, Oxford, UK', 'raw_affiliation_strings': ['Oxford Brookes University, Department of Biological and Medical Sciences, Oxford, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5061356260', 'display_name': 'Sarah Caruso', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I196829312', 'display_name': 'La Trobe University', 'ror': 'https://ror.org/01rxfrp27', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I196829312']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Sarah Caruso', 'raw_affiliation_string': 'La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia', 'raw_affiliation_strings': ['La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030843016', 'display_name': 'Lawrence W. Chamley', 'orcid': 'https://orcid.org/0000-0001-7875-4468'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Lawrence W. Chamley', 'raw_affiliation_string': 'University of Auckland, Department of Obstetrics and Gynaecology, Auckland, New Zealand', 'raw_affiliation_strings': ['University of Auckland, Department of Obstetrics and Gynaecology, Auckland, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039531064', 'display_name': 'Yu Chang', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210131804', 'display_name': 'National Taiwan University Hospital', 'ror': 'https://ror.org/03nteze27', 'country_code': 'TW', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210131804']}], 'countries': ['TW'], 'is_corresponding': False, 'raw_author_name': 'Yu Ting Chang', 'raw_affiliation_string': 'National Taiwan University Hospital, Department of Internal Medicine, Taipei, Taiwan', 'raw_affiliation_strings': ['National Taiwan University Hospital, Department of Internal Medicine, Taipei, Taiwan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039409144', 'display_name': 'Amrita Datta Chaudhuri', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I25846049', 'display_name': 'National Tsing Hua University', 'ror': 'https://ror.org/00zdnkx70', 'country_code': 'TW', 'type': 'education', 'lineage': ['https://openalex.org/I25846049', 'https://openalex.org/I2802348453']}], 'countries': ['TW'], 'is_corresponding': False, 'raw_author_name': 'Amrita Datta Chaudhuri', 'raw_affiliation_string': 'National Tsing Hua University, Department of Power Mechanical Engineering, Hsinchu, Taiwan', 'raw_affiliation_strings': ['National Tsing Hua University, Department of Power Mechanical Engineering, Hsinchu, Taiwan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059632105', 'display_name': 'Chihchen Chen', 'orcid': 'https://orcid.org/0000-0002-2195-4802'}, 'institutions': [{'id': 'https://openalex.org/I4210119682', 'display_name': 'Research Institute for Farm Animal Biology (FBN)', 'ror': 'https://ror.org/02n5r1g44', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I315704651', 'https://openalex.org/I4210119682']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Chihchen Chen', 'raw_affiliation_string': 'Leibniz Institute for Farm Animal Biology (FBN), Institute of Reproductive Biology, Dummerstorf, Germany', 'raw_affiliation_strings': ['Leibniz Institute for Farm Animal Biology (FBN), Institute of Reproductive Biology, Dummerstorf, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5049317673', 'display_name': 'Shuai Chen', 'orcid': 'https://orcid.org/0000-0002-8351-7421'}, 'institutions': [{'id': 'https://openalex.org/I196829312', 'display_name': 'La Trobe University', 'ror': 'https://ror.org/01rxfrp27', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I196829312']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Shuai Chen', 'raw_affiliation_string': 'La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia', 'raw_affiliation_strings': ['La Trobe University, La Trobe Institute for Molecular Science, Department of Biochemistry and Genetics, Bundoora, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035048222', 'display_name': 'Lesley Cheng', 'orcid': 'https://orcid.org/0000-0002-8075-6144'}, 'institutions': [{'id': 'https://openalex.org/I1282927834', 'display_name': 'Cedars-Sinai Medical Center', 'ror': 'https://ror.org/02pammg90', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1282927834']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lesley Cheng', 'raw_affiliation_string': 'Cedars-Sinai Medical Center, Los Angeles, CA, USA', 'raw_affiliation_strings': ['Cedars-Sinai Medical Center, Los Angeles, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062088465', 'display_name': 'Andrew R. Chin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I79510175', 'display_name': 'Cardiff University', 'ror': 'https://ror.org/03kk7td41', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79510175']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Andrew R. Chin', 'raw_affiliation_string': 'Cardiff University, School of Medicine, Cardiff, UK', 'raw_affiliation_strings': ['Cardiff University, School of Medicine, Cardiff, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086641002', 'display_name': 'Aled Clayton', 'orcid': 'https://orcid.org/0000-0002-3087-9226'}, 'institutions': [{'id': 'https://openalex.org/I181391015', 'display_name': 'Universidade Estadual de Campinas', 'ror': 'https://ror.org/04wffgt70', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I181391015']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Aled Clayton', 'raw_affiliation_string': 'UNICAMP, Institute of Biology, Campinas, Brazil', 'raw_affiliation_strings': ['UNICAMP, Institute of Biology, Campinas, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060906697', 'display_name': 'Stefano Piatto Clerici', 'orcid': 'https://orcid.org/0000-0003-4231-1213'}, 'institutions': [{'id': 'https://openalex.org/I79510175', 'display_name': 'Cardiff University', 'ror': 'https://ror.org/03kk7td41', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I79510175']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Stefano P. Clerici', 'raw_affiliation_string': 'Cardiff University, School of Medicine, Cardiff, UK', 'raw_affiliation_strings': ['Cardiff University, School of Medicine, Cardiff, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5036321799', 'display_name': 'Alex Cocks', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I52357470', 'display_name': 'The Ohio State University', 'ror': 'https://ror.org/00rs6vg23', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802096936', 'https://openalex.org/I52357470']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Alex Cocks', 'raw_affiliation_string': 'The Ohio State University, College of Pharmacy, Division of Pharmaceutics and Pharmaceutical Chemistry, Columbus, OH, USA', 'raw_affiliation_strings': ['The Ohio State University, College of Pharmacy, Division of Pharmaceutics and Pharmaceutical Chemistry, Columbus, OH, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040199755', 'display_name': 'Emanuele Cocucci', 'orcid': 'https://orcid.org/0000-0002-0088-9845'}, 'institutions': [{'id': 'https://openalex.org/I901861585', 'display_name': 'Vanderbilt University Medical Center', 'ror': 'https://ror.org/05dq2gs74', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210162197', 'https://openalex.org/I901861585']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Emanuele Cocucci', 'raw_affiliation_string': 'Vanderbilt University Medical Center, Epithelial Biology Center, Department of Medicine, Nashville, TN, USA', 'raw_affiliation_strings': ['Vanderbilt University Medical Center, Epithelial Biology Center, Department of Medicine, Nashville, TN, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5046249010', 'display_name': 'Robert J. Coffey', 'orcid': 'https://orcid.org/0000-0002-2180-3844'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Robert J. Coffey', 'raw_affiliation_string': 'University of Porto, Faculty of Pharmacy (FFUP), IBMC/I3S, Porto, Portugal', 'raw_affiliation_strings': ['University of Porto, Faculty of Pharmacy (FFUP), IBMC/I3S, Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080872827', 'display_name': 'Anabela Cordeiro-da-Silva', 'orcid': 'https://orcid.org/0000-0003-2392-6087'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Anabela Cordeiro-da-Silva', 'raw_affiliation_string': 'University of Oxford, Radcliffe Department of Medicine, Acute Stroke Programme - Investigative Medicine, Oxford, UK', 'raw_affiliation_strings': ['University of Oxford, Radcliffe Department of Medicine, Acute Stroke Programme - Investigative Medicine, Oxford, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031656032', 'display_name': 'Yvonne Couch', 'orcid': 'https://orcid.org/0000-0002-5623-5568'}, 'institutions': [{'id': 'https://openalex.org/I887064364', 'display_name': 'University of Amsterdam', 'ror': 'https://ror.org/04dkp9463', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I887064364']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Yvonne Couch', 'raw_affiliation_string': 'Academic Medical Centre of the University of Amsterdam, Department of Clinical Chemistry and Vesicle Observation Centre, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Academic Medical Centre of the University of Amsterdam, Department of Clinical Chemistry and Vesicle Observation Centre, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051665042', 'display_name': 'F.A.W. Coumans', 'orcid': 'https://orcid.org/0000-0001-6282-6009'}, 'institutions': [{'id': 'https://openalex.org/I4210101552', 'display_name': 'Brain Tumour Research', 'ror': 'https://ror.org/018kx8h28', 'country_code': 'GB', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210101552']}, {'id': 'https://openalex.org/I142263535', 'display_name': 'University of Nottingham', 'ror': 'https://ror.org/01ee9ar58', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I142263535']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Frank A.W. Coumans', 'raw_affiliation_string': 'The University of Nottingham, School of Medicine, Children’s Brain Tumour Research Centre, Nottingham, UK', 'raw_affiliation_strings': ['The University of Nottingham, School of Medicine, Children’s Brain Tumour Research Centre, Nottingham, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073293416', 'display_name': 'Beth Coyle', 'orcid': 'https://orcid.org/0000-0003-2957-1862'}, 'institutions': [{'id': 'https://openalex.org/I881427289', 'display_name': 'University of Gothenburg', 'ror': 'https://ror.org/01tm6cn81', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I881427289']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Beth Coyle', 'raw_affiliation_string': 'University of Gothenburg, Institute of Medicine at Sahlgrenska Academy, Krefting Research Centre, Gothenburg, Sweden', 'raw_affiliation_strings': ['University of Gothenburg, Institute of Medicine at Sahlgrenska Academy, Krefting Research Centre, Gothenburg, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5009041716', 'display_name': 'Rossella Crescitelli', 'orcid': 'https://orcid.org/0000-0002-1714-3169'}, 'institutions': [{'id': 'https://openalex.org/I17974374', 'display_name': 'Universidade de São Paulo', 'ror': 'https://ror.org/036rp1748', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I17974374']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Rossella Crescitelli', 'raw_affiliation_string': 'University of São Paulo, Ribeirão Preto Medical School, Ribeirão Preto, Brazil', 'raw_affiliation_strings': ['University of São Paulo, Ribeirão Preto Medical School, Ribeirão Preto, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022094216', 'display_name': 'Miriã Ferreira Criado', 'orcid': 'https://orcid.org/0000-0002-0640-137X'}, 'institutions': [{'id': 'https://openalex.org/I107639228', 'display_name': 'University of Notre Dame', 'ror': 'https://ror.org/00mkhxb43', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I107639228']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Miria Ferreira Criado', 'raw_affiliation_string': 'University of Notre Dame, Department of Biological Sciences, Notre Dame, IN, USA', 'raw_affiliation_strings': ['University of Notre Dame, Department of Biological Sciences, Notre Dame, IN, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021978606', 'display_name': 'Crislyn D’Souza‐Schorey', 'orcid': 'https://orcid.org/0000-0002-8389-055X'}, 'institutions': [{'id': 'https://openalex.org/I4210087915', 'display_name': 'Massachusetts General Hospital', 'ror': 'https://ror.org/002pd6e78', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210087915', 'https://openalex.org/I48633490']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Crislyn D’Souza-Schorey', 'raw_affiliation_string': 'Massachusetts General Hospital, Boston, MA, USA', 'raw_affiliation_strings': ['Massachusetts General Hospital, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017137382', 'display_name': 'Saumya Das', 'orcid': 'https://orcid.org/0000-0002-4521-4606'}, 'institutions': [{'id': 'https://openalex.org/I2799853436', 'display_name': 'Johns Hopkins Medicine', 'ror': 'https://ror.org/037zgn354', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2799853436']}, {'id': 'https://openalex.org/I145311948', 'display_name': 'Johns Hopkins University', 'ror': 'https://ror.org/00za53h95', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I145311948']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Saumya Das', 'raw_affiliation_string': 'The Johns Hopkins University School of Medicine, Department of Neurology, Baltimore, MD, USA', 'raw_affiliation_strings': ['The Johns Hopkins University School of Medicine, Department of Neurology, Baltimore, MD, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056961111', 'display_name': 'Paola de Candia', 'orcid': 'https://orcid.org/0000-0003-4767-446X'}, 'institutions': [{'id': 'https://openalex.org/I4210094922', 'display_name': 'MultiMedica', 'ror': 'https://ror.org/01h8ey223', 'country_code': 'IT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210094922', 'https://openalex.org/I4210153126']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Paola de Candia', 'raw_affiliation_string': 'IRCCS MultiMedica, Milan, Italy', 'raw_affiliation_strings': ['IRCCS MultiMedica, Milan, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086384411', 'display_name': 'Eliezer F. De Santana', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2800288331', 'display_name': 'Hospital Israelita Albert Einstein', 'ror': 'https://ror.org/04cwrbc27', 'country_code': 'BR', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2800288331']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Eliezer F. De Santana', 'raw_affiliation_string': 'The Sociedade Beneficente Israelita Brasileira Albert Einstein, São Paulo, Brazil', 'raw_affiliation_strings': ['The Sociedade Beneficente Israelita Brasileira Albert Einstein, São Paulo, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080974432', 'display_name': 'Olivier De Wever', 'orcid': 'https://orcid.org/0000-0002-5453-760X'}, 'institutions': [{'id': 'https://openalex.org/I4210118715', 'display_name': 'Cancer Research Institute Ghent', 'ror': 'https://ror.org/02afm7029', 'country_code': 'BE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210118715']}, {'id': 'https://openalex.org/I32597200', 'display_name': 'Ghent University', 'ror': 'https://ror.org/00cv9y106', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I32597200']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Olivier De Wever', 'raw_affiliation_string': 'Cancer Research Institute Ghent, Ghent, Belgium; Ghent University, Department of Radiation Oncology and Experimental Cancer Research, Laboratory of Experimental Cancer Research, Ghent, Belgium', 'raw_affiliation_strings': ['Cancer Research Institute Ghent, Ghent, Belgium', 'Ghent University, Department of Radiation Oncology and Experimental Cancer Research, Laboratory of Experimental Cancer Research, Ghent, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062896436', 'display_name': 'Hernando A. del Portillo', 'orcid': 'https://orcid.org/0000-0002-5278-3452'}, 'institutions': [{'id': 'https://openalex.org/I11932220', 'display_name': 'Institució Catalana de Recerca i Estudis Avançats', 'ror': 'https://ror.org/0371hy230', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I11932220']}, {'id': 'https://openalex.org/I4210137002', 'display_name': "Institut d'Investigació en Ciències de la Salut Germans Trias i Pujol", 'ror': 'https://ror.org/03bzdww12', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210137002']}, {'id': 'https://openalex.org/I71999127', 'display_name': 'University of Barcelona', 'ror': 'https://ror.org/021018s57', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I71999127']}, {'id': 'https://openalex.org/I4210148332', 'display_name': 'Barcelona Institute for Global Health', 'ror': 'https://ror.org/03hjgt059', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210148332']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Hernando A. del Portillo', 'raw_affiliation_string': 'ISGlobal, Hospital Clínic - Universitat de Barcelona, PVREX Group, Barcelona, Spain; Institució Catalana de Recerca i Estudis Avançats (ICREA), Barcelona, Spain; Institut d’Investigació Germans Trias i Pujol (IGTP), PVREX group, Badalona, Spain', 'raw_affiliation_strings': ['ISGlobal, Hospital Clínic - Universitat de Barcelona, PVREX Group, Barcelona, Spain', 'Institució Catalana de Recerca i Estudis Avançats (ICREA), Barcelona, Spain', 'Institut d’Investigació Germans Trias i Pujol (IGTP), PVREX group, Badalona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016154946', 'display_name': 'Tanguy Demaret', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I95674353', 'display_name': 'Université Catholique de Louvain', 'ror': 'https://ror.org/02495e989', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I95674353']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Tanguy Demaret', 'raw_affiliation_string': 'Université Catholique de Louvain, Institut de Recherche Expérimentale et Clinique (IREC), Laboratory of Pediatric Hepatology and Cell Therapy, Brussels, Belgium', 'raw_affiliation_strings': ['Université Catholique de Louvain, Institut de Recherche Expérimentale et Clinique (IREC), Laboratory of Pediatric Hepatology and Cell Therapy, Brussels, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068966114', 'display_name': 'Sarah Deville', 'orcid': 'https://orcid.org/0000-0002-5615-8603'}, 'institutions': [{'id': 'https://openalex.org/I878454856', 'display_name': 'Hasselt University', 'ror': 'https://ror.org/04nbhqj75', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I878454856']}, {'id': 'https://openalex.org/I68522396', 'display_name': 'Flemish Institute for Technological Research', 'ror': 'https://ror.org/04gq0w522', 'country_code': 'BE', 'type': 'facility', 'lineage': ['https://openalex.org/I68522396']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Sarah Deville', 'raw_affiliation_string': 'Universiteit Hasselt, Diepenbeek, Belgium; Vlaamse Instelling voor Technologisch Onderzoek (VITO), Mol, Belgium', 'raw_affiliation_strings': ['Universiteit Hasselt, Diepenbeek, Belgium', 'Vlaamse Instelling voor Technologisch Onderzoek (VITO), Mol, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063138725', 'display_name': 'Andrew Devitt', 'orcid': 'https://orcid.org/0000-0002-4651-6761'}, 'institutions': [{'id': 'https://openalex.org/I169199633', 'display_name': 'Aston University', 'ror': 'https://ror.org/05j0ve876', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I169199633']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Andrew Devitt', 'raw_affiliation_string': 'Aston University, School of Life & Health Sciences, Birmingham, UK', 'raw_affiliation_strings': ['Aston University, School of Life & Health Sciences, Birmingham, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002872965', 'display_name': 'Bert Dhondt', 'orcid': 'https://orcid.org/0000-0001-7223-7670'}, 'institutions': [{'id': 'https://openalex.org/I4210118715', 'display_name': 'Cancer Research Institute Ghent', 'ror': 'https://ror.org/02afm7029', 'country_code': 'BE', 'type': 'facility', 'lineage': ['https://openalex.org/I4210118715']}, {'id': 'https://openalex.org/I2801227569', 'display_name': 'Ghent University Hospital', 'ror': 'https://ror.org/00xmkp704', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801227569']}, {'id': 'https://openalex.org/I32597200', 'display_name': 'Ghent University', 'ror': 'https://ror.org/00cv9y106', 'country_code': 'BE', 'type': 'education', 'lineage': ['https://openalex.org/I32597200']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Bert Dhondt', 'raw_affiliation_string': 'Cancer Research Institute Ghent, Ghent, Belgium; Ghent University Hospital, Department of Urology, Ghent, Belgium; Ghent University, Department of Radiation Oncology and Experimental Cancer Research, Laboratory of Experimental Cancer Research, Ghent, Belgium', 'raw_affiliation_strings': ['Cancer Research Institute Ghent, Ghent, Belgium', 'Ghent University Hospital, Department of Urology, Ghent, Belgium', 'Ghent University, Department of Radiation Oncology and Experimental Cancer Research, Laboratory of Experimental Cancer Research, Ghent, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059046046', 'display_name': 'Dolores Di Vizio', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1282927834', 'display_name': 'Cedars-Sinai Medical Center', 'ror': 'https://ror.org/02pammg90', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1282927834']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Dolores Di Vizio', 'raw_affiliation_string': 'Cedars-Sinai Medical Center, Los Angeles, CA, USA', 'raw_affiliation_strings': ['Cedars-Sinai Medical Center, Los Angeles, CA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041983373', 'display_name': 'Lothar C. Dieterich', 'orcid': 'https://orcid.org/0000-0001-7908-5710'}, 'institutions': [{'id': 'https://openalex.org/I35440088', 'display_name': 'ETH Zurich', 'ror': 'https://ror.org/05a28rw58', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I2799323385', 'https://openalex.org/I35440088']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Lothar C. Dieterich', 'raw_affiliation_string': 'ETH Zurich, Institute of Pharmaceutical Sciences, Zurich, Switzerland', 'raw_affiliation_strings': ['ETH Zurich, Institute of Pharmaceutical Sciences, Zurich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006143315', 'display_name': 'Vincenza Dolo', 'orcid': 'https://orcid.org/0000-0003-0424-6676'}, 'institutions': [{'id': 'https://openalex.org/I26415053', 'display_name': "University of L'Aquila", 'ror': 'https://ror.org/01j9p1r26', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I26415053']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Vincenza Dolo', 'raw_affiliation_string': 'University of L’Aquila, Department of Life, Health and Environmental Sciences, L’Aquila, Italy', 'raw_affiliation_strings': ['University of L’Aquila, Department of Life, Health and Environmental Sciences, L’Aquila, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025001078', 'display_name': 'Ana Paula Domínguez Rubio', 'orcid': 'https://orcid.org/0000-0003-4499-8397'}, 'institutions': [{'id': 'https://openalex.org/I53241121', 'display_name': 'Fundación Ciencias Exactas y Naturales', 'ror': 'https://ror.org/05rxmkq09', 'country_code': 'AR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I53241121']}, {'id': 'https://openalex.org/I24354313', 'display_name': 'University of Buenos Aires', 'ror': 'https://ror.org/0081fs513', 'country_code': 'AR', 'type': 'education', 'lineage': ['https://openalex.org/I24354313']}], 'countries': ['AR'], 'is_corresponding': False, 'raw_author_name': 'Ana Paula Dominguez Rubio', 'raw_affiliation_string': 'Universidad de Buenos Aires, Facultad de Ciencias Exactas y Naturales, Departamento de Química Biológica, Buenos Aires, Argentina', 'raw_affiliation_strings': ['Universidad de Buenos Aires, Facultad de Ciencias Exactas y Naturales, Departamento de Química Biológica, Buenos Aires, Argentina']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038322549', 'display_name': 'Massimo Dominici', 'orcid': 'https://orcid.org/0000-0002-4007-1503'}, 'institutions': [{'id': 'https://openalex.org/I4210135599', 'display_name': 'Ospedale di Mirano', 'ror': 'https://ror.org/03rjjzx12', 'country_code': 'IT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210135599']}, {'id': 'https://openalex.org/I122346577', 'display_name': 'University of Modena and Reggio Emilia', 'ror': 'https://ror.org/02d4c4y02', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I122346577']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Massimo Dominici', 'raw_affiliation_string': 'TPM of Mirandola, Mirandola, Italy; University of Modena and Reggio Emilia, Division of Oncology, Modena, Italy', 'raw_affiliation_strings': ['TPM of Mirandola, Mirandola, Italy', 'University of Modena and Reggio Emilia, Division of Oncology, Modena, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080580395', 'display_name': 'Maurício Rocha Dourado', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I181391015', 'display_name': 'Universidade Estadual de Campinas', 'ror': 'https://ror.org/04wffgt70', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I181391015']}, {'id': 'https://openalex.org/I98381234', 'display_name': 'University of Oulu', 'ror': 'https://ror.org/03yj89h83', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I98381234']}], 'countries': ['BR', 'FI'], 'is_corresponding': False, 'raw_author_name': 'Mauricio R. Dourado', 'raw_affiliation_string': 'University of Campinas, Piracicaba Dental School, Department of Oral Diagnosis, Piracicaba, Brazil; University of Oulu, Faculty of Medicine, Cancer and Translational Medicine Research Unit, Oulu, Finland', 'raw_affiliation_strings': ['University of Campinas, Piracicaba Dental School, Department of Oral Diagnosis, Piracicaba, Brazil', 'University of Oulu, Faculty of Medicine, Cancer and Translational Medicine Research Unit, Oulu, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055254489', 'display_name': 'Tom A.P. Driedonks', 'orcid': 'https://orcid.org/0000-0003-0928-9712'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Tom A.P. Driedonks', 'raw_affiliation_string': 'Utrecht University, Faculty of Veterinary Medicine, Department of Biochemistry and Cell Biology, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Utrecht University, Faculty of Veterinary Medicine, Department of Biochemistry and Cell Biology, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012062701', 'display_name': 'Filipe V. Duarte', 'orcid': 'https://orcid.org/0000-0003-0287-0328'}, 'institutions': [], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Filipe V. Duarte', 'raw_affiliation_string': 'Exogenus Therapeutics, Cantanhede, Portugal', 'raw_affiliation_strings': ['Exogenus Therapeutics, Cantanhede, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012779265', 'display_name': 'Heather M. Duncan', 'orcid': 'https://orcid.org/0000-0001-6176-4846'}, 'institutions': [{'id': 'https://openalex.org/I5023651', 'display_name': 'McGill University', 'ror': 'https://ror.org/01pxwe438', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I5023651']}, {'id': 'https://openalex.org/I2801766832', 'display_name': 'McGill University Health Centre', 'ror': 'https://ror.org/04cpxjv19', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801766832']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Heather M. Duncan', 'raw_affiliation_string': 'McGill University, Division of Experimental Medicine, Montreal, Canada; McGill University, The Research Institute of the McGill University Health Centre, Child Health and Human Development Program, Montreal, Canada', 'raw_affiliation_strings': ['McGill University, Division of Experimental Medicine, Montreal, Canada', 'McGill University, The Research Institute of the McGill University Health Centre, Child Health and Human Development Program, Montreal, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084069127', 'display_name': 'Ramon M. Eichenberger', 'orcid': 'https://orcid.org/0000-0002-9337-9616'}, 'institutions': [{'id': 'https://openalex.org/I2801053747', 'display_name': 'Australian Institute of Tropical Health and Medicine', 'ror': 'https://ror.org/03dsbfb14', 'country_code': 'AU', 'type': 'facility', 'lineage': ['https://openalex.org/I2801053747']}, {'id': 'https://openalex.org/I86467917', 'display_name': 'James Cook University', 'ror': 'https://ror.org/04gsp2c11', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I86467917']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Ramon M. Eichenberger', 'raw_affiliation_string': 'James Cook University, Australian Institute of Tropical Health and Medicine, Centre for Biodiscovery and Molecular Development of Therapeutics, Cairns, Australia', 'raw_affiliation_strings': ['James Cook University, Australian Institute of Tropical Health and Medicine, Centre for Biodiscovery and Molecular Development of Therapeutics, Cairns, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028079459', 'display_name': 'Karin M. Ekström', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I881427289', 'display_name': 'University of Gothenburg', 'ror': 'https://ror.org/01tm6cn81', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I881427289']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Karin Ekström', 'raw_affiliation_string': 'University of Gothenburg, Institute of Clinical Sciences at Sahlgrenska Academy, Department of Biomaterials, Gothenburg, Sweden', 'raw_affiliation_strings': ['University of Gothenburg, Institute of Clinical Sciences at Sahlgrenska Academy, Department of Biomaterials, Gothenburg, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059897226', 'display_name': 'Samir El Andaloussi', 'orcid': 'https://orcid.org/0000-0003-4468-9113'}, 'institutions': [{'id': 'https://openalex.org/I4210102991', 'display_name': 'PsiOxus Therapeutics (United Kingdom)', 'ror': 'https://ror.org/019g16n05', 'country_code': 'GB', 'type': 'company', 'lineage': ['https://openalex.org/I4210102991']}, {'id': 'https://openalex.org/I28166907', 'display_name': 'Karolinska Institutet', 'ror': 'https://ror.org/056d84691', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I28166907']}], 'countries': ['GB', 'SE'], 'is_corresponding': False, 'raw_author_name': 'Samir El Andaloussi', 'raw_affiliation_string': 'Evox Therapeutics Limited, Oxford, UK; Karolinska Institute, Stockholm, Sweden', 'raw_affiliation_strings': ['Evox Therapeutics Limited, Oxford, UK', 'Karolinska Institute, Stockholm, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048998029', 'display_name': 'Céline Élie-Caille', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802759292', 'display_name': 'Franche-Comté Électronique Mécanique Thermique et Optique - Sciences et Technologies', 'ror': 'https://ror.org/004fmxv66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2802759292', 'https://openalex.org/I37553959', 'https://openalex.org/I4210095849', 'https://openalex.org/I53262699', 'https://openalex.org/I90843659']}, {'id': 'https://openalex.org/I53262699', 'display_name': 'École Nationale Supérieure de Mécanique et des Microtechniques', 'ror': 'https://ror.org/05813w841', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I53262699']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Celine Elie-Caille', 'raw_affiliation_string': 'FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France', 'raw_affiliation_strings': ['FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008493376', 'display_name': 'Uta Erdbrügger', 'orcid': 'https://orcid.org/0000-0002-6829-6624'}, 'institutions': [{'id': 'https://openalex.org/I2799765794', 'display_name': 'University of Virginia Health System', 'ror': 'https://ror.org/00wn7d965', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2799765794']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Uta Erdbrügger', 'raw_affiliation_string': 'University of Virginia Health System, Department of Medicine, Division of Nephrology, Charlottesville, VA, USA', 'raw_affiliation_strings': ['University of Virginia Health System, Department of Medicine, Division of Nephrology, Charlottesville, VA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054735287', 'display_name': 'Juan Manuel Falcón‐Pérez', 'orcid': 'https://orcid.org/0000-0003-3133-0670'}, 'institutions': [{'id': 'https://openalex.org/I4210112728', 'display_name': 'CIC bioGUNE', 'ror': 'https://ror.org/02x5c5y60', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210112728']}, {'id': 'https://openalex.org/I4210132431', 'display_name': 'Centro de Investigación Biomédica en Red de Enfermedades Hepáticas y Digestivas', 'ror': 'https://ror.org/03cn6tr16', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210132431']}, {'id': 'https://openalex.org/I110594554', 'display_name': 'Ikerbasque', 'ror': 'https://ror.org/01cc3fy72', 'country_code': 'ES', 'type': 'other', 'lineage': ['https://openalex.org/I110594554']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Juan M. Falcón-Pérez', 'raw_affiliation_string': 'CIC bioGUNE, CIBERehd, Exosomes Laboratory & Metabolomics Platform, Derio, Spain; IKERBASQUE Research Science Foundation, Bilbao, Spain', 'raw_affiliation_strings': ['CIC bioGUNE, CIBERehd, Exosomes Laboratory & Metabolomics Platform, Derio, Spain', 'IKERBASQUE Research Science Foundation, Bilbao, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083527611', 'display_name': 'Farah Fatima', 'orcid': 'https://orcid.org/0000-0002-0696-8675'}, 'institutions': [{'id': 'https://openalex.org/I17974374', 'display_name': 'Universidade de São Paulo', 'ror': 'https://ror.org/036rp1748', 'country_code': 'BR', 'type': 'education', 'lineage': ['https://openalex.org/I17974374']}], 'countries': ['BR'], 'is_corresponding': False, 'raw_author_name': 'Farah Fatima', 'raw_affiliation_string': 'University of São Paulo, Ribeirão Preto Medical School, Department of Pathology and Forensic Medicine, Ribeirão Preto, Brazil', 'raw_affiliation_strings': ['University of São Paulo, Ribeirão Preto Medical School, Department of Pathology and Forensic Medicine, Ribeirão Preto, Brazil']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078017816', 'display_name': 'Jason E. Fish', 'orcid': 'https://orcid.org/0000-0003-0640-7277'}, 'institutions': [{'id': 'https://openalex.org/I1325899441', 'display_name': 'University Health Network', 'ror': 'https://ror.org/042xt5161', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1325899441']}, {'id': 'https://openalex.org/I2801845744', 'display_name': 'Toronto General Hospital', 'ror': 'https://ror.org/026pg9j08', 'country_code': 'CA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1325899441', 'https://openalex.org/I2801845744']}, {'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Jason E. Fish', 'raw_affiliation_string': 'Toronto General Hospital Research Institute, University Health Network, Toronto, Canada; University of Toronto, Department of Laboratory Medicine and Pathobiology, Toronto, Canada', 'raw_affiliation_strings': ['Toronto General Hospital Research Institute, University Health Network, Toronto, Canada', 'University of Toronto, Department of Laboratory Medicine and Pathobiology, Toronto, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5085718869', 'display_name': 'Miguel Flores-Bellver', 'orcid': 'https://orcid.org/0000-0003-3421-3699'}, 'institutions': [{'id': 'https://openalex.org/I921990950', 'display_name': 'University of Colorado Denver', 'ror': 'https://ror.org/02hh7en24', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802236040', 'https://openalex.org/I921990950']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Miguel Flores-Bellver', 'raw_affiliation_string': 'University of Colorado, School of Medicine, Department of Ophthalmology, Cell Sight-Ocular Stem Cell and Regeneration Program, Aurora, CO, USA', 'raw_affiliation_strings': ['University of Colorado, School of Medicine, Department of Ophthalmology, Cell Sight-Ocular Stem Cell and Regeneration Program, Aurora, CO, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068380408', 'display_name': 'András Försönits', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'András Försönits', 'raw_affiliation_string': 'Semmelweis University, Department of Genetics, Cell- and Immunobiology, Budapest, Hungary', 'raw_affiliation_strings': ['Semmelweis University, Department of Genetics, Cell- and Immunobiology, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062280207', 'display_name': 'Annie Frelet-Barrand', 'orcid': 'https://orcid.org/0000-0002-0849-9040'}, 'institutions': [{'id': 'https://openalex.org/I2802759292', 'display_name': 'Franche-Comté Électronique Mécanique Thermique et Optique - Sciences et Technologies', 'ror': 'https://ror.org/004fmxv66', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I2802759292', 'https://openalex.org/I37553959', 'https://openalex.org/I4210095849', 'https://openalex.org/I53262699', 'https://openalex.org/I90843659']}, {'id': 'https://openalex.org/I53262699', 'display_name': 'École Nationale Supérieure de Mécanique et des Microtechniques', 'ror': 'https://ror.org/05813w841', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I53262699']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Annie Frelet-Barrand', 'raw_affiliation_string': 'FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France', 'raw_affiliation_strings': ['FEMTO‐ST Institute UBFC CNRS ENSMM UTBM Besançon France']}], 'countries_distinct_count': 44, 'institutions_distinct_count': 327, 'corresponding_author_ids': ['https://openalex.org/A5024968347', 'https://openalex.org/A5078835957'], 'corresponding_institution_ids': ['https://openalex.org/I2746051580', 'https://openalex.org/I154526488', 'https://openalex.org/I80043', 'https://openalex.org/I2799853436', 'https://openalex.org/I145311948'], 'apc_list': {'value': 3850, 'currency': 'USD', 'value_usd': 3850, 'provenance': 'doaj'}, 'apc_paid': {'value': 3850, 'currency': 'USD', 'value_usd': 3850, 'provenance': 'doaj'}, 'is_authors_truncated': True, 'has_fulltext': False, 'cited_by_count': 6056, 'biblio': {'volume': '7', 'issue': '1', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C20518536', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicles', 'level': 4, 'score': 0.90619385}, {'id': 'https://openalex.org/C2992929900', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicles', 'level': 2, 'score': 0.8323716}, {'id': 'https://openalex.org/C14036430', 'wikidata': 'https://www.wikidata.org/wiki/Q3736076', 'display_name': 'Function (biology)', 'level': 2, 'score': 0.6603655}, {'id': 'https://openalex.org/C131934819', 'wikidata': 'https://www.wikidata.org/wiki/Q135390', 'display_name': 'Biogenesis', 'level': 3, 'score': 0.64058447}, {'id': 'https://openalex.org/C2908689518', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicle', 'level': 5, 'score': 0.5926956}, {'id': 'https://openalex.org/C130316041', 'wikidata': 'https://www.wikidata.org/wiki/Q189206', 'display_name': 'Vesicle', 'level': 3, 'score': 0.5350327}, {'id': 'https://openalex.org/C2909763251', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicle', 'level': 5, 'score': 0.51600266}, {'id': 'https://openalex.org/C2781261824', 'wikidata': 'https://www.wikidata.org/wiki/Q903634', 'display_name': 'Exosome', 'level': 5, 'score': 0.4385513}, {'id': 'https://openalex.org/C2777230681', 'wikidata': 'https://www.wikidata.org/wiki/Q7923820', 'display_name': 'Vetting', 'level': 2, 'score': 0.42375842}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.41475302}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.39793593}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.39326397}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.30807397}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.1598244}, {'id': 'https://openalex.org/C38652104', 'wikidata': 'https://www.wikidata.org/wiki/Q3510521', 'display_name': 'Computer security', 'level': 1, 'score': 0.1254201}, {'id': 'https://openalex.org/C145059251', 'wikidata': 'https://www.wikidata.org/wiki/Q310899', 'display_name': 'microRNA', 'level': 3, 'score': 0.094141096}, {'id': 'https://openalex.org/C41625074', 'wikidata': 'https://www.wikidata.org/wiki/Q176088', 'display_name': 'Membrane', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}], 'mesh': [], 'locations_count': 56, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1080/20013078.2018.1535750', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.1080/20013078.2018.1535750?needAccess=true', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02323217', 'pdf_url': 'https://hal.science/hal-02323217/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': None, 'pdf_url': 'https://hal.archives-ouvertes.fr/hal-02323217/document', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://zenodo.org/record/3606631', 'pdf_url': 'https://zenodo.org/record/3606631/files/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306400562', 'display_name': 'Zenodo (CERN European Organization for Nuclear Research)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I67311998', 'host_organization_name': 'European Organization for Nuclear Research', 'host_organization_lineage': ['https://openalex.org/I67311998'], 'host_organization_lineage_names': ['European Organization for Nuclear Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/2027.42/163594', 'pdf_url': 'http://deepblue.lib.umich.edu/bitstream/2027.42/163594/1/jev2bf00336.pdf', 'source': {'id': 'https://openalex.org/S4306400393', 'display_name': 'Deep Blue (University of Michigan)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I27837315', 'host_organization_name': 'University of Michigan–Ann Arbor', 'host_organization_lineage': ['https://openalex.org/I27837315'], 'host_organization_lineage_names': ['University of Michigan–Ann Arbor'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/6dfd3309492545d6af940b9b91fdda8e', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://hal.science/hal-02323217', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc6322352', 'pdf_url': 'https://europepmc.org/articles/pmc6322352?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2445/134921', 'pdf_url': 'https://diposit.ub.edu/dspace/bitstream/2445/134921/1/Thery_C_J_Extracell_Vesicles_2018.pdf', 'source': {'id': 'https://openalex.org/S4306401653', 'display_name': 'Dipòsit Digital de la Universitat de Barcelona (Universitat de Barcelona)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I71999127', 'host_organization_name': 'University of Barcelona', 'host_organization_lineage': ['https://openalex.org/I71999127'], 'host_organization_lineage_names': ['University of Barcelona'], 'type': 'repository'}, 'license': 'cc0', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11380/1172556', 'pdf_url': 'https://iris.unimore.it/bitstream/11380/1172556/1/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4377196318', 'display_name': 'Iris Unimore (University of Modena and Reggio Emilia)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I122346577', 'host_organization_name': 'University of Modena and Reggio Emilia', 'host_organization_lineage': ['https://openalex.org/I122346577'], 'host_organization_lineage_names': ['University of Modena and Reggio Emilia'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://biblio.ugent.be/publication/8582724/file/8582725', 'pdf_url': 'https://biblio.ugent.be/publication/8582724/file/8582725', 'source': {'id': 'https://openalex.org/S4306400478', 'display_name': 'Ghent University Academic Bibliography (Ghent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I32597200', 'host_organization_name': 'Ghent University', 'host_organization_lineage': ['https://openalex.org/I32597200'], 'host_organization_lineage_names': ['Ghent University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1854/LU-8582724', 'pdf_url': 'https://biblio.ugent.be/publication/8582724/file/8582725.pdf', 'source': {'id': 'https://openalex.org/S4306400478', 'display_name': 'Ghent University Academic Bibliography (Ghent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I32597200', 'host_organization_name': 'Ghent University', 'host_organization_lineage': ['https://openalex.org/I32597200'], 'host_organization_lineage_names': ['Ghent University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://orbi.uliege.be/handle/2268/291362', 'pdf_url': 'https://orbi.uliege.be/bitstream/2268/291362/1/20181128-Demaret_et_al-2019-JEV.pdf', 'source': {'id': 'https://openalex.org/S4306400651', 'display_name': 'Open Repository and Bibliography (University of Liège)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I157674565', 'host_organization_name': 'University of Liège', 'host_organization_lineage': ['https://openalex.org/I157674565'], 'host_organization_lineage_names': ['University of Liège'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10453/134307', 'pdf_url': 'https://opus.lib.uts.edu.au/bitstream/10453/134307/1/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20%28MISEV2018%29%3a%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles%20and%20update%20of%20the%20MISEV2014%20guidelines.pdf', 'source': {'id': 'https://openalex.org/S4377196279', 'display_name': 'OPUS - Open Publications of UTS Scholars (University of Technology Sydney)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114017466', 'host_organization_name': 'University of Technology Sydney', 'host_organization_lineage': ['https://openalex.org/I114017466'], 'host_organization_lineage_names': ['University of Technology Sydney'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10044/1/66229', 'pdf_url': 'http://spiral.imperial.ac.uk/bitstream/10044/1/66229/7/2_4_2019_Minimal%20in.pdf', 'source': {'id': 'https://openalex.org/S4306401396', 'display_name': 'Spiral (Imperial College London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I47508984', 'host_organization_name': 'Imperial College London', 'host_organization_lineage': ['https://openalex.org/I47508984'], 'host_organization_lineage_names': ['Imperial College London'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2299/21645', 'pdf_url': 'http://uhra.herts.ac.uk/bitstream/2299/21645/1/MISEV_2018_JEV.pdf', 'source': {'id': 'https://openalex.org/S4306400241', 'display_name': 'University of Hertfordshire Research Archive (University of Hertfordshire)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I141584323', 'host_organization_name': 'University of Hertfordshire', 'host_organization_lineage': ['https://openalex.org/I141584323'], 'host_organization_lineage_names': ['University of Hertfordshire'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://curis.ku.dk/ws/files/212160688/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'pdf_url': 'https://curis.ku.dk/ws/files/212160688/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401983', 'display_name': 'Research at the University of Copenhagen (University of Copenhagen)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I124055696', 'host_organization_name': 'University of Copenhagen', 'host_organization_lineage': ['https://openalex.org/I124055696'], 'host_organization_lineage_names': ['University of Copenhagen'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1942/27552', 'pdf_url': 'https://documentserver.uhasselt.be//bitstream/1942/27552/1/thery%201.pdf', 'source': {'id': 'https://openalex.org/S4306401926', 'display_name': 'Document Server@UHasselt (UHasselt)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I878454856', 'host_organization_name': 'Hasselt University', 'host_organization_lineage': ['https://openalex.org/I878454856'], 'host_organization_lineage_names': ['Hasselt University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/377123', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/377123/Minimal.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.archives-ouvertes.fr/hal-02323217/file/zjev-7-1535750.pdf', 'pdf_url': 'https://hal.archives-ouvertes.fr/hal-02323217/file/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hal.science/hal-02323217/file/zjev-7-1535750.pdf', 'pdf_url': 'https://hal.science/hal-02323217/file/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306402512', 'display_name': 'HAL (Le Centre pour la Communication Scientifique Directe)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1294671590', 'host_organization_name': 'French National Centre for Scientific Research', 'host_organization_lineage': ['https://openalex.org/I1294671590'], 'host_organization_lineage_names': ['French National Centre for Scientific Research'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11379/512523', 'pdf_url': 'https://iris.unibs.it/bitstream/11379/512523/1/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306400804', 'display_name': 'Institutional Research Information System (Università degli Studi di Brescia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I66752286', 'host_organization_name': 'University of Milano-Bicocca', 'host_organization_lineage': ['https://openalex.org/I66752286'], 'host_organization_lineage_names': ['University of Milano-Bicocca'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://oasis.postech.ac.kr/handle/2014.oak/98580', 'pdf_url': 'https://oasis.postech.ac.kr/bitstream/2014.oak/98580/1/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401965', 'display_name': 'Open Access System for Information Sharing (Pohang University of Science and Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I123900574', 'host_organization_name': 'Pohang University of Science and Technology', 'host_organization_lineage': ['https://openalex.org/I123900574'], 'host_organization_lineage_names': ['Pohang University of Science and Technology'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://publications.rwth-aachen.de/record/751492', 'pdf_url': 'https://publications.rwth-aachen.de/record/751492/files/751492.pdf', 'source': {'id': 'https://openalex.org/S4306401362', 'display_name': 'RWTH Publications (RWTH Aachen)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I887968799', 'host_organization_name': 'RWTH Aachen University', 'host_organization_lineage': ['https://openalex.org/I887968799'], 'host_organization_lineage_names': ['RWTH Aachen University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://pure.eur.nl/ws/files/48060355/Minimal-information-for-studies-of-extracellular-vesicles-2018-MISEV2018-a-position-statement-of-the-International-Society-for-Extracellular-Vesicles.pdf', 'pdf_url': 'https://pure.eur.nl/ws/files/48060355/Minimal-information-for-studies-of-extracellular-vesicles-2018-MISEV2018-a-position-statement-of-the-International-Society-for-Extracellular-Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401266', 'display_name': 'EUR Research Repository (Erasmus University Rotterdam)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I913958620', 'host_organization_name': 'Erasmus University Rotterdam', 'host_organization_lineage': ['https://openalex.org/I913958620'], 'host_organization_lineage_names': ['Erasmus University Rotterdam'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://qmro.qmul.ac.uk/xmlui/handle/123456789/56996', 'pdf_url': 'https://qmro.qmul.ac.uk/xmlui/bitstream/123456789/56996/2/TH%c3%89RY%20et%20al.%202018.%20Minimal%20information.pdf', 'source': {'id': 'https://openalex.org/S4306400530', 'display_name': 'Queen Mary Research Online (Queen Mary University of London)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I166337079', 'host_organization_name': 'Queen Mary University of London', 'host_organization_lineage': ['https://openalex.org/I166337079'], 'host_organization_lineage_names': ['Queen Mary University of London'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/1983/5b359d6d-eb63-4519-97c0-55afd29621c3', 'pdf_url': 'https://research-information.bris.ac.uk/files/185831494/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306400895', 'display_name': 'Bristol Research (University of Bristol)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I36234482', 'host_organization_name': 'University of Bristol', 'host_organization_lineage': ['https://openalex.org/I36234482'], 'host_organization_lineage_names': ['University of Bristol'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://vbn.aau.dk/ws/files/294176713/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'pdf_url': 'https://vbn.aau.dk/ws/files/294176713/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401731', 'display_name': 'VBN Forskningsportal (Aalborg Universitet)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I891191580', 'host_organization_name': 'Aalborg University', 'host_organization_lineage': ['https://openalex.org/I891191580'], 'host_organization_lineage_names': ['Aalborg University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/20.500.11850/307977', 'pdf_url': 'https://www.research-collection.ethz.ch/bitstream/20.500.11850/307977/2/Minimalinformationforstudiesofextracellularvesicles2018MISEV2018apositionstatementoftheInternationalSocietyforExtracellularVesicles.pdf', 'source': {'id': 'https://openalex.org/S4306402302', 'display_name': 'Repository for Publications and Research Data (ETH Zurich)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I35440088', 'host_organization_name': 'ETH Zurich', 'host_organization_lineage': ['https://openalex.org/I35440088'], 'host_organization_lineage_names': ['ETH Zurich'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11343/253299', 'pdf_url': 'http://minerva-access.unimelb.edu.au/bitstreams/017b2a77-d2c4-517b-8849-d9e6b2019d8d/download', 'source': {'id': 'https://openalex.org/S4306402500', 'display_name': 'Minerva Access (University of Melbourne)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165779595', 'host_organization_name': 'University of Melbourne', 'host_organization_lineage': ['https://openalex.org/I165779595'], 'host_organization_lineage_names': ['University of Melbourne'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/11568/1160355', 'pdf_url': 'https://arpi.unipi.it/bitstream/11568/1160355/2/MISEV2018.pdf', 'source': {'id': 'https://openalex.org/S4377196265', 'display_name': 'CINECA IRIS Institutial research information system (University of Pisa)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I108290504', 'host_organization_name': 'University of Pisa', 'host_organization_lineage': ['https://openalex.org/I108290504'], 'host_organization_lineage_names': ['University of Pisa'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research-information.bris.ac.uk/ws/files/185831494/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'pdf_url': 'https://research-information.bris.ac.uk/ws/files/185831494/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306400895', 'display_name': 'Bristol Research (University of Bristol)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I36234482', 'host_organization_name': 'University of Bristol', 'host_organization_lineage': ['https://openalex.org/I36234482'], 'host_organization_lineage_names': ['University of Bristol'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1887/86493', 'pdf_url': 'https://scholarlypublications.universiteitleiden.nl/access/item%3A3007027/view', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/10216/127050', 'pdf_url': 'https://repositorio-aberto.up.pt/bitstream/10216/127050/1/10.1080-20013078.2018.1535750.pdf', 'source': {'id': 'https://openalex.org/S4306402433', 'display_name': 'Portuguese National Funding Agency for Science, Research and Technology (RCAAP Project by FCT)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11577/3290105', 'pdf_url': 'https://www.research.unipd.it/bitstream/11577/3290105/2/Minimal%20Information%20MM.pdf', 'source': {'id': 'https://openalex.org/S4306402547', 'display_name': 'Padua Research Archive (University of Padova)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I138689650', 'host_organization_name': 'University of Padua', 'host_organization_lineage': ['https://openalex.org/I138689650'], 'host_organization_lineage_names': ['University of Padua'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1765/112565', 'pdf_url': 'https://repub.eur.nl/pub/112565/Minimal-information-for-studies-of-extracellular-vesicles-2018-MISEV2018-a-position-statement-of-the-International-Society-for-Extracellular-Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11573/1255764', 'pdf_url': 'https://iris.uniroma1.it/bitstream/11573/1255764/1/Thery_Minimal_2018.pdf', 'source': {'id': 'https://openalex.org/S4377196107', 'display_name': 'IRIS Research product catalog (Sapienza University of Rome)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://repo.lib.semmelweis.hu//handle/123456789/6699', 'pdf_url': 'http://repo.lib.semmelweis.hu//bitstream/123456789/6699/1/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306402199', 'display_name': 'Semmelweis University Repository (Semmelweis University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I101202996', 'host_organization_name': 'Semmelweis University', 'host_organization_lineage': ['https://openalex.org/I101202996'], 'host_organization_lineage_names': ['Semmelweis University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://hdl.handle.net/20.500.12008/22040', 'pdf_url': 'https://www.colibri.udelar.edu.uy/jspui/bitstream/20.500.12008/22040/1/1010802001307820181535750.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://ruj.uj.edu.pl/xmlui/handle/item/65062', 'pdf_url': 'https://ruj.uj.edu.pl/xmlui/bitstream/handle/item/65062/zuba-surma_minimal_information_for_studies_of_extracellular_2018.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306400316', 'display_name': 'Homo Politicus (Academy of Humanities and Economics in Lodz)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://scholar.colorado.edu/downloads/2r36tz12f', 'pdf_url': 'https://scholar.colorado.edu/downloads/2r36tz12f', 'source': {'id': 'https://openalex.org/S4306401957', 'display_name': 'CU Scholar (University of Colorado Boulder)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I188538660', 'host_organization_name': 'University of Colorado Boulder', 'host_organization_lineage': ['https://openalex.org/I188538660'], 'host_organization_lineage_names': ['University of Colorado Boulder'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://publikationen.ub.uni-frankfurt.de/files/49074/zjev-7-1535750.pdf', 'pdf_url': 'http://publikationen.ub.uni-frankfurt.de/files/49074/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306400432', 'display_name': 'Publication Server of Goethe University Frankfurt am Main (Goethe University Frankfurt)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I114090438', 'host_organization_name': 'Goethe University Frankfurt', 'host_organization_lineage': ['https://openalex.org/I114090438'], 'host_organization_lineage_names': ['Goethe University Frankfurt'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2262/91089', 'pdf_url': 'http://www.tara.tcd.ie/bitstream/2262/91089/1/MISEV2018.pdf', 'source': {'id': 'https://openalex.org/S4306400387', 'display_name': "Trinity's Access to Research Output (TARA) (Trinity College Dublin)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I205274468', 'host_organization_name': 'Trinity College Dublin', 'host_organization_lineage': ['https://openalex.org/I205274468'], 'host_organization_lineage_names': ['Trinity College Dublin'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://pure.eur.nl/en/publications/ac64f688-afde-4649-a5e9-609927c4edca', 'pdf_url': 'https://pure.eur.nl/files/48060355/Minimal-information-for-studies-of-extracellular-vesicles-2018-MISEV2018-a-position-statement-of-the-International-Society-for-Extracellular-Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10852/67101', 'pdf_url': 'https://www.duo.uio.no/bitstream/10852/67101/1/Minimal%2binformation%2bfor%2bstudies%2bof%2bextracellular%2bvesicles%2b2018%2bMISEV2018%2ba%2bposition%2bstatement%2bof%2bthe%2bInternational%2bSociety%2bfor%2bExtracellular%2bVesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401716', 'display_name': 'Duo Research Archive (University of Oslo)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I184942183', 'host_organization_name': 'University of Oslo', 'host_organization_lineage': ['https://openalex.org/I184942183'], 'host_organization_lineage_names': ['University of Oslo'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://research.birmingham.ac.uk/portal/en/publications/minimal-information-for-studies-of-extracellular-vesicles-2018-misev2018(4749f590-eb2a-4a49-a618-8ce7c386a0bb).html', 'pdf_url': 'http://pure-oai.bham.ac.uk/ws/files/55848225/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306402634', 'display_name': 'University of Birmingham Research Portal (University of Birmingham)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I79619799', 'host_organization_name': 'University of Birmingham', 'host_organization_lineage': ['https://openalex.org/I79619799'], 'host_organization_lineage_names': ['University of Birmingham'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/375053', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/375053/thery.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://lirias.kuleuven.be/handle/123456789/633338', 'pdf_url': 'https://lirias.kuleuven.be/bitstream/123456789/633338/2/Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401954', 'display_name': 'Lirias (KU Leuven)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I99464096', 'host_organization_name': 'KU Leuven', 'host_organization_lineage': ['https://openalex.org/I99464096'], 'host_organization_lineage_names': ['KU Leuven'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://oskar-bordeaux.fr/handle/20.500.12278/109281', 'pdf_url': 'https://oskar-bordeaux.fr/bitstream/20.500.12278/109281/1/cbmn-JEV_Brisson.pdf', 'source': {'id': 'https://openalex.org/S4306402569', 'display_name': 'Oskar-Bordeaux (Universite de Bordeaux)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://vbn.aau.dk/da/publications/1e394a0c-0222-434c-9d5c-bddc22c5d688', 'pdf_url': 'https://vbn.aau.dk/files/294176713/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401731', 'display_name': 'VBN Forskningsportal (Aalborg Universitet)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I891191580', 'host_organization_name': 'Aalborg University', 'host_organization_lineage': ['https://openalex.org/I891191580'], 'host_organization_lineage_names': ['Aalborg University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10033/621669', 'pdf_url': 'https://repository.helmholtz-hzi.de/bitstream/10033/621669/1/Thery%20et%20al.pdf', 'source': {'id': 'https://openalex.org/S4306400447', 'display_name': 'HZI Open Repository (Helmholtz-Zentrum für Infektionsforschung GmbH)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I3018134672', 'host_organization_name': 'Helmholtz Zentrum München', 'host_organization_lineage': ['https://openalex.org/I3018134672'], 'host_organization_lineage_names': ['Helmholtz Zentrum München'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6322352', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://orca.cardiff.ac.uk/id/eprint/117303/1/Clayton%20-%20Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'pdf_url': 'https://orca.cardiff.ac.uk/id/eprint/117303/1/Clayton%20-%20Minimal%20information%20for%20studies%20of%20extracellular%20vesicles%202018%20MISEV2018%20a%20position%20statement%20of%20the%20International%20Society%20for%20Extracellular%20Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306401195', 'display_name': 'ORCA Online Research @Cardiff (Cardiff University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I79510175', 'host_organization_name': 'Cardiff University', 'host_organization_lineage': ['https://openalex.org/I79510175'], 'host_organization_lineage_names': ['Cardiff University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://publications.aston.ac.uk/id/eprint/39953/1/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'pdf_url': 'https://publications.aston.ac.uk/id/eprint/39953/1/Minimal_information_for_studies_of_extracellular_vesicles_2018_MISEV2018_a_position_statement_of_the_International_Society_for_Extracellular_Vesicles.pdf', 'source': {'id': 'https://openalex.org/S4306400484', 'display_name': 'Aston Publications Explorer (Aston University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I169199633', 'host_organization_name': 'Aston University', 'host_organization_lineage': ['https://openalex.org/I169199633'], 'host_organization_lineage_names': ['Aston University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://real.mtak.hu/90722/1/zjev-7-1535750.pdf', 'pdf_url': 'http://real.mtak.hu/90722/1/zjev-7-1535750.pdf', 'source': {'id': 'https://openalex.org/S4306400081', 'display_name': "Repository of the Academy's Library (Library of the Hungarian Academy of Sciences)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4210140733', 'host_organization_name': 'Library and Information Centre of the Hungarian Academy of Sciences', 'host_organization_lineage': ['https://openalex.org/I4210140733'], 'host_organization_lineage_names': ['Library and Information Centre of the Hungarian Academy of Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/30637094', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1080/20013078.2018.1535750', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.1080/20013078.2018.1535750?needAccess=true', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.55}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.11}], 'grants': [{'funder': 'https://openalex.org/F4320310985', 'funder_display_name': 'Sidaction', 'award_id': '17-1-AAE-1138'}, {'funder': 'https://openalex.org/F4320320883', 'funder_display_name': 'Agence Nationale de la Recherche', 'award_id': 'ANR-10-IDEX-0001-02 PSL'}, {'funder': 'https://openalex.org/F4320322361', 'funder_display_name': 'Fondation ARC pour la Recherche sur le Cancer', 'award_id': 'PJA 20171206453'}, {'funder': 'https://openalex.org/F4320323807', 'funder_display_name': 'Institut National Du Cancer', 'award_id': 'INCA-11548'}, {'funder': 'https://openalex.org/F4320337337', 'funder_display_name': 'National Institute on Aging', 'award_id': 'AG057430'}, {'funder': 'https://openalex.org/F4320337346', 'funder_display_name': 'National Institute of Mental Health', 'award_id': 'MH118164'}, {'funder': 'https://openalex.org/F4320337347', 'funder_display_name': 'National Institute on Drug Abuse', 'award_id': 'DA040385'}], 'referenced_works_count': 318, 'referenced_works': ['https://openalex.org/W21200892', 'https://openalex.org/W1506167085', 'https://openalex.org/W1511544167', 'https://openalex.org/W1564861304', 'https://openalex.org/W1571387405', 'https://openalex.org/W1574663134', 'https://openalex.org/W1596785172', 'https://openalex.org/W1607030744', 'https://openalex.org/W1682077723', 'https://openalex.org/W1769060942', 'https://openalex.org/W1787140000', 'https://openalex.org/W1793480972', 'https://openalex.org/W1807400738', 'https://openalex.org/W1811603389', 'https://openalex.org/W1835592430', 'https://openalex.org/W1839188703', 'https://openalex.org/W1864285629', 'https://openalex.org/W1872071454', 'https://openalex.org/W1877686344', 'https://openalex.org/W1888751811', 'https://openalex.org/W1914452730', 'https://openalex.org/W1917937260', 'https://openalex.org/W1959468401', 'https://openalex.org/W1964340735', 'https://openalex.org/W1965152917', 'https://openalex.org/W1965774359', 'https://openalex.org/W1966089788', 'https://openalex.org/W1969891160', 'https://openalex.org/W1971853030', 'https://openalex.org/W1974540586', 'https://openalex.org/W1975320047', 'https://openalex.org/W1975585079', 'https://openalex.org/W1975718300', 'https://openalex.org/W1977678686', 'https://openalex.org/W1978250223', 'https://openalex.org/W1978816264', 'https://openalex.org/W1979751563', 'https://openalex.org/W1985207716', 'https://openalex.org/W1985844219', 'https://openalex.org/W1988192362', 'https://openalex.org/W1989090719', 'https://openalex.org/W1992226521', 'https://openalex.org/W1992825075', 'https://openalex.org/W1996289020', 'https://openalex.org/W1997122898', 'https://openalex.org/W1998307755', 'https://openalex.org/W2001849319', 'https://openalex.org/W2003343932', 'https://openalex.org/W2004152924', 'https://openalex.org/W2004252622', 'https://openalex.org/W2007499410', 'https://openalex.org/W2008627178', 'https://openalex.org/W2009111405', 'https://openalex.org/W2009649000', 'https://openalex.org/W2010821717', 'https://openalex.org/W2012528990', 'https://openalex.org/W2014869316', 'https://openalex.org/W2016008005', 'https://openalex.org/W2018106032', 'https://openalex.org/W2020863352', 'https://openalex.org/W2021065026', 'https://openalex.org/W2021861291', 'https://openalex.org/W2024206172', 'https://openalex.org/W2032696674', 'https://openalex.org/W2033112925', 'https://openalex.org/W2033598310', 'https://openalex.org/W2036999916', 'https://openalex.org/W2037876980', 'https://openalex.org/W2039313867', 'https://openalex.org/W2039731107', 'https://openalex.org/W2039764357', 'https://openalex.org/W2040392478', 'https://openalex.org/W2040465412', 'https://openalex.org/W2041275674', 'https://openalex.org/W2044638539', 'https://openalex.org/W2048939659', 'https://openalex.org/W2051720243', 'https://openalex.org/W2053508438', 'https://openalex.org/W2054077259', 'https://openalex.org/W2055424631', 'https://openalex.org/W2055791162', 'https://openalex.org/W2056418246', 'https://openalex.org/W2057713753', 'https://openalex.org/W2060248677', 'https://openalex.org/W2062155172', 'https://openalex.org/W2063331767', 'https://openalex.org/W2063919942', 'https://openalex.org/W2072167135', 'https://openalex.org/W2072476260', 'https://openalex.org/W2073626888', 'https://openalex.org/W2074239306', 'https://openalex.org/W2076637458', 'https://openalex.org/W2078424563', 'https://openalex.org/W2078894965', 'https://openalex.org/W2079069744', 'https://openalex.org/W2080876621', 'https://openalex.org/W2084770914', 'https://openalex.org/W2086500857', 'https://openalex.org/W2087048469', 'https://openalex.org/W2088276922', 'https://openalex.org/W2089943045', 'https://openalex.org/W2093457236', 'https://openalex.org/W2093608913', 'https://openalex.org/W2093838537', 'https://openalex.org/W2097343453', 'https://openalex.org/W2098259366', 'https://openalex.org/W2098494194', 'https://openalex.org/W2099491642', 'https://openalex.org/W2100886586', 'https://openalex.org/W2106583271', 'https://openalex.org/W2109179710', 'https://openalex.org/W2109337529', 'https://openalex.org/W2111019629', 'https://openalex.org/W2111560326', 'https://openalex.org/W2113671336', 'https://openalex.org/W2114032563', 'https://openalex.org/W2114688837', 'https://openalex.org/W2116268000', 'https://openalex.org/W2117890823', 'https://openalex.org/W2119764013', 'https://openalex.org/W2121875081', 'https://openalex.org/W2123030744', 'https://openalex.org/W2124242076', 'https://openalex.org/W2124663458', 'https://openalex.org/W2125087964', 'https://openalex.org/W2125198788', 'https://openalex.org/W2125451833', 'https://openalex.org/W2125691719', 'https://openalex.org/W2126210405', 'https://openalex.org/W2128111546', 'https://openalex.org/W2128384671', 'https://openalex.org/W2128638548', 'https://openalex.org/W2128891846', 'https://openalex.org/W2134921841', 'https://openalex.org/W2139143133', 'https://openalex.org/W2139250130', 'https://openalex.org/W2139406636', 'https://openalex.org/W2140362890', 'https://openalex.org/W2140684126', 'https://openalex.org/W2147356401', 'https://openalex.org/W2147854273', 'https://openalex.org/W2150079601', 'https://openalex.org/W2150475026', 'https://openalex.org/W2150623910', 'https://openalex.org/W2150707647', 'https://openalex.org/W2151940597', 'https://openalex.org/W2152990750', 'https://openalex.org/W2153733800', 'https://openalex.org/W2154479094', 'https://openalex.org/W2156694465', 'https://openalex.org/W2158347593', 'https://openalex.org/W2159401023', 'https://openalex.org/W2164783491', 'https://openalex.org/W2165342832', 'https://openalex.org/W2166595775', 'https://openalex.org/W2167038248', 'https://openalex.org/W2167591654', 'https://openalex.org/W2167604259', 'https://openalex.org/W2167844952', 'https://openalex.org/W2169323390', 'https://openalex.org/W2169491358', 'https://openalex.org/W2169894204', 'https://openalex.org/W2169977305', 'https://openalex.org/W2170194949', 'https://openalex.org/W2176301470', 'https://openalex.org/W2180207848', 'https://openalex.org/W2195965780', 'https://openalex.org/W2200617834', 'https://openalex.org/W2204776416', 'https://openalex.org/W2207291742', 'https://openalex.org/W2214616458', 'https://openalex.org/W2218656852', 'https://openalex.org/W2226953621', 'https://openalex.org/W2242548945', 'https://openalex.org/W2255264739', 'https://openalex.org/W2259481044', 'https://openalex.org/W2274860869', 'https://openalex.org/W2275491855', 'https://openalex.org/W2281182212', 'https://openalex.org/W2288512038', 'https://openalex.org/W2289938426', 'https://openalex.org/W2309727226', 'https://openalex.org/W2313785159', 'https://openalex.org/W2324322428', 'https://openalex.org/W2338060077', 'https://openalex.org/W2340514456', 'https://openalex.org/W2342982379', 'https://openalex.org/W2345987556', 'https://openalex.org/W2346513181', 'https://openalex.org/W2405783129', 'https://openalex.org/W2409619909', 'https://openalex.org/W2412782622', 'https://openalex.org/W2414083225', 'https://openalex.org/W2460208024', 'https://openalex.org/W2469270620', 'https://openalex.org/W2486624425', 'https://openalex.org/W2504479221', 'https://openalex.org/W2505772441', 'https://openalex.org/W2511160790', 'https://openalex.org/W2511380210', 'https://openalex.org/W2513129213', 'https://openalex.org/W2514688978', 'https://openalex.org/W2517735605', 'https://openalex.org/W2520225690', 'https://openalex.org/W2520566087', 'https://openalex.org/W2520985535', 'https://openalex.org/W2521338131', 'https://openalex.org/W2521450141', 'https://openalex.org/W2522802829', 'https://openalex.org/W2522821491', 'https://openalex.org/W2527247503', 'https://openalex.org/W2540034041', 'https://openalex.org/W2547530520', 'https://openalex.org/W2548267094', 'https://openalex.org/W2549584294', 'https://openalex.org/W2552630650', 'https://openalex.org/W2553886049', 'https://openalex.org/W2554427090', 'https://openalex.org/W2559827920', 'https://openalex.org/W2560492303', 'https://openalex.org/W2561224646', 'https://openalex.org/W2568400808', 'https://openalex.org/W2569150814', 'https://openalex.org/W2575039370', 'https://openalex.org/W2580861781', 'https://openalex.org/W2581984518', 'https://openalex.org/W2585739546', 'https://openalex.org/W2586982562', 'https://openalex.org/W2587366712', 'https://openalex.org/W2588263337', 'https://openalex.org/W2592131051', 'https://openalex.org/W2592524105', 'https://openalex.org/W2593629244', 'https://openalex.org/W2593896392', 'https://openalex.org/W2594599876', 'https://openalex.org/W2597520820', 'https://openalex.org/W2597876129', 'https://openalex.org/W2600094664', 'https://openalex.org/W2601301923', 'https://openalex.org/W2605627625', 'https://openalex.org/W2607253888', 'https://openalex.org/W2607716704', 'https://openalex.org/W2610623677', 'https://openalex.org/W2612774616', 'https://openalex.org/W2613857401', 'https://openalex.org/W2619136320', 'https://openalex.org/W2621601071', 'https://openalex.org/W2624735470', 'https://openalex.org/W2625200959', 'https://openalex.org/W2684501113', 'https://openalex.org/W2725390633', 'https://openalex.org/W2725858897', 'https://openalex.org/W2725999880', 'https://openalex.org/W2730553355', 'https://openalex.org/W2734045880', 'https://openalex.org/W2735330142', 'https://openalex.org/W2739380147', 'https://openalex.org/W2741588972', 'https://openalex.org/W2743262744', 'https://openalex.org/W2744919507', 'https://openalex.org/W2745104750', 'https://openalex.org/W2745201210', 'https://openalex.org/W2746180191', 'https://openalex.org/W2746273252', 'https://openalex.org/W2746580132', 'https://openalex.org/W2747721696', 'https://openalex.org/W2748508681', 'https://openalex.org/W2748556198', 'https://openalex.org/W2749156271', 'https://openalex.org/W2749873219', 'https://openalex.org/W2751170717', 'https://openalex.org/W2752823190', 'https://openalex.org/W2754283165', 'https://openalex.org/W2754569507', 'https://openalex.org/W2756112558', 'https://openalex.org/W2758102094', 'https://openalex.org/W2758269250', 'https://openalex.org/W2761458899', 'https://openalex.org/W2762774283', 'https://openalex.org/W2763817699', 'https://openalex.org/W2766340448', 'https://openalex.org/W2766975063', 'https://openalex.org/W2767654638', 'https://openalex.org/W2767903251', 'https://openalex.org/W2769092861', 'https://openalex.org/W2769100785', 'https://openalex.org/W2769610250', 'https://openalex.org/W2774100359', 'https://openalex.org/W2774564892', 'https://openalex.org/W2779044993', 'https://openalex.org/W2779444716', 'https://openalex.org/W2781579322', 'https://openalex.org/W2782865844', 'https://openalex.org/W2783823932', 'https://openalex.org/W2785371699', 'https://openalex.org/W2786202610', 'https://openalex.org/W2787148816', 'https://openalex.org/W2788878978', 'https://openalex.org/W2789596991', 'https://openalex.org/W2789802139', 'https://openalex.org/W2789893810', 'https://openalex.org/W2789992655', 'https://openalex.org/W2790088751', 'https://openalex.org/W2790165362', 'https://openalex.org/W2790701366', 'https://openalex.org/W2790927266', 'https://openalex.org/W2791575850', 'https://openalex.org/W2793688962', 'https://openalex.org/W2793809429', 'https://openalex.org/W2794653051', 'https://openalex.org/W2795741191', 'https://openalex.org/W2796790338', 'https://openalex.org/W2801026471', 'https://openalex.org/W2804149102', 'https://openalex.org/W2804499694', 'https://openalex.org/W2807926135', 'https://openalex.org/W2950481872', 'https://openalex.org/W4210471029'], 'related_works': ['https://openalex.org/W2063793616', 'https://openalex.org/W2134921841', 'https://openalex.org/W2259481044', 'https://openalex.org/W2786514708', 'https://openalex.org/W2900756811', 'https://openalex.org/W2945105722', 'https://openalex.org/W3007279081', 'https://openalex.org/W3107437091', 'https://openalex.org/W4213002622', 'https://openalex.org/W4298009518'], 'ngrams_url': 'https://api.openalex.org/works/W2900756811/ngrams', 'abstract_inverted_index': {'ABSTRACT': [0], 'The': [1, 73, 189], 'last': [2, 110], 'decade': [3], 'has': [4], 'seen': [5], 'a': [6, 24, 121, 144, 210], 'sharp': [7], 'increase': [8], 'in': [9, 93, 108, 126, 143], 'the': [10, 91, 105, 109], 'number': [11], 'of': [12, 20, 30, 85, 104, 131, 135, 141, 173, 178, 196, 216], 'scientific': [13], 'publications': [14], 'describing': [15], 'physiological': [16], 'and': [17, 42, 57, 69, 148, 160, 180, 194, 199], 'pathological': [18], 'functions': [19], 'extracellular': [21], 'vesicles': [22], '(EVs),': [23], 'collective': [25, 106], 'term': [26], 'covering': [27], 'various': [28], 'subtypes': [29, 130], 'cell‐released,': [31], 'membranous': [32], 'structures,': [33], 'called': [34], 'exosomes,': [35], 'microvesicles,': [36], 'microparticles,': [37], 'ectosomes,': [38], 'oncosomes,': [39], 'apoptotic': [40], 'bodies,': [41], 'many': [43], 'other': [44, 185], 'names.': [45], 'However,': [46], 'specific': [47, 122, 136, 161, 175, 205], 'issues': [48], 'arise': [49], 'when': [50], 'working': [51], 'with': [52, 158, 184, 214], 'these': [53, 98], 'entities,': [54], 'whose': [55], 'size': [56], 'amount': [58], 'often': [59], 'make': [60], 'them': [61], 'difficult': [62, 164], 'to': [63, 70, 116, 124, 129, 165, 201, 203], 'obtain': [64], 'as': [65, 182], 'relatively': [66], 'pure': [67], 'preparations,': [68], 'characterize': [71], 'properly.': [72], 'International': [74], 'Society': [75], 'for': [76, 83, 90], 'Extracellular': [77, 86], 'Vesicles': [78, 87], '(ISEV)': [79], 'proposed': [80], 'Minimal': [81], 'Information': [82], 'Studies': [84], '(“MISEV”)': [88], 'guidelines': [89, 100, 191], 'field': [92], '2014.': [94], 'We': [95], 'now': [96], 'update': [97], '“MISEV2014”': [99], 'based': [101], 'on': [102], 'evolution': [103], 'knowledge': [107, 172], 'four': [111], 'years.': [112], 'An': [113], 'important': [114], 'point': [115], 'consider': [117], 'is': [118, 212], 'that': [119, 154], 'ascribing': [120], 'function': [123, 142], 'EVs': [125], 'general,': [127], 'or': [128], 'EVs,': [132], 'requires': [133], 'reporting': [134], 'information': [137], 'beyond': [138], 'mere': [139], 'description': [140], 'crude,': [145], 'potentially': [146], 'contaminated,': [147], 'heterogeneous': [149], 'preparation.': [150], 'For': [151], 'example,': [152], 'claims': [153], 'exosomes': [155], 'are': [156], 'endowed': [157], 'exquisite': [159], 'activities': [162], 'remain': [163], 'support': [166], 'experimentally,': [167], 'given': [168], 'our': [169], 'still': [170], 'limited': [171], 'their': [174], 'molecular': [176], 'machineries': [177], 'biogenesis': [179], 'release,': [181], 'compared': [183], 'biophysically': [186], 'similar': [187], 'EVs.': [188], 'MISEV2018': [190], 'include': [192], 'tables': [193], 'outlines': [195], 'suggested': [197], 'protocols': [198], 'steps': [200], 'follow': [202], 'document': [204], 'EV‐associated': [206], 'functional': [207], 'activities.': [208], 'Finally,': [209], 'checklist': [211], 'provided': [213], 'summaries': [215], 'key': [217], 'points.': [218]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2900756811', 'counts_by_year': [{'year': 2023, 'cited_by_count': 1345}, {'year': 2022, 'cited_by_count': 1665}, {'year': 2021, 'cited_by_count': 1521}, {'year': 2020, 'cited_by_count': 1075}, {'year': 2019, 'cited_by_count': 420}, {'year': 2018, 'cited_by_count': 7}], 'updated_date': '2023-10-04T03:29:16.238862', 'created_date': '2018-11-29'}, {'id': 'https://openalex.org/W1526927233', 'doi': 'https://doi.org/10.1056/nejmoa0802987', 'title': 'Intensive Blood Glucose Control and Vascular Outcomes in Patients with Type 2 Diabetes', 'display_name': 'Intensive Blood Glucose Control and Vascular Outcomes in Patients with Type 2 Diabetes', 'publication_year': 2008, 'publication_date': '2008-06-12', 'ids': {'openalex': 'https://openalex.org/W1526927233', 'doi': 'https://doi.org/10.1056/nejmoa0802987', 'mag': '1526927233', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/18539916'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0802987', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0802987?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'bronze', 'oa_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0802987?articleTools=true', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5085682074', 'display_name': 'Anushka Patel', 'orcid': 'https://orcid.org/0000-0003-3825-4092'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Anushka Patel', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5026262569', 'display_name': 'Stephen MacMahon', 'orcid': 'https://orcid.org/0000-0003-2064-7699'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Stephen MacMahon', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5055394217', 'display_name': 'John Chalmers', 'orcid': 'https://orcid.org/0000-0002-9931-0580'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'John Chalmers', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075162144', 'display_name': 'Bruce Neal', 'orcid': 'https://orcid.org/0000-0002-0490-7465'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Bruce Neal', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011046660', 'display_name': 'Laurent Billot', 'orcid': 'https://orcid.org/0000-0002-4975-9793'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Laurent Billot', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037890696', 'display_name': 'Mark Woodward', 'orcid': 'https://orcid.org/0000-0001-9800-5296'}, 'institutions': [{'id': 'https://openalex.org/I98704320', 'display_name': 'Icahn School of Medicine at Mount Sinai', 'ror': 'https://ror.org/04a9tmd77', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1320796813', 'https://openalex.org/I98704320']}, {'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU', 'US'], 'is_corresponding': False, 'raw_author_name': 'Mark Woodward', 'raw_affiliation_string': 'Icahn School of Medicine at Mount Sinai; University of Sydney', 'raw_affiliation_strings': ['Icahn School of Medicine at Mount Sinai', 'University of Sydney']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000309355', 'display_name': 'Michel Marre', 'orcid': 'https://orcid.org/0000-0002-3071-1837'}, 'institutions': [{'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Michel Marre', 'raw_affiliation_string': ' Université Paris 7', 'raw_affiliation_strings': [' Université Paris 7']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062670268', 'display_name': 'Mark E. Cooper', 'orcid': 'https://orcid.org/0000-0001-7785-2488'}, 'institutions': [], 'countries': [], 'is_corresponding': False, 'raw_author_name': 'Mark Cooper', 'raw_affiliation_string': 'Baker Heart Research Institute', 'raw_affiliation_strings': ['Baker Heart Research Institute']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005751643', 'display_name': 'Paul Glasziou', 'orcid': 'https://orcid.org/0000-0001-7564-073X'}, 'institutions': [{'id': 'https://openalex.org/I40120149', 'display_name': 'University of Oxford', 'ror': 'https://ror.org/052gg0110', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I40120149']}, {'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU', 'GB'], 'is_corresponding': False, 'raw_author_name': 'Paul Glasziou', 'raw_affiliation_string': 'University of Oxford; University of Queensland', 'raw_affiliation_strings': ['University of Oxford', 'University of Queensland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007679161', 'display_name': 'Diederick E. Grobbee', 'orcid': 'https://orcid.org/0000-0003-4472-4468'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Diederick Grobbee', 'raw_affiliation_string': 'Utrecht University', 'raw_affiliation_strings': ['Utrecht University']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025572908', 'display_name': 'Pavel Hamet', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I70931966', 'display_name': 'Université de Montréal', 'ror': 'https://ror.org/0161xgx34', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I70931966']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Pavel Hamet', 'raw_affiliation_string': 'Universitè de Montreal', 'raw_affiliation_strings': ['Universitè de Montreal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022273017', 'display_name': 'Stephen B Harrap', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165779595', 'display_name': 'University of Melbourne', 'ror': 'https://ror.org/01ej9dk98', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165779595']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Stephen Harrap', 'raw_affiliation_string': 'University of Melbourne', 'raw_affiliation_strings': ['University of Melbourne']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052889466', 'display_name': 'Simon Heller', 'orcid': 'https://orcid.org/0000-0002-2425-9565'}, 'institutions': [{'id': 'https://openalex.org/I91136226', 'display_name': 'University of Sheffield', 'ror': 'https://ror.org/05krs5044', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I91136226']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Simon Heller', 'raw_affiliation_string': 'University of Sheffield#N#', 'raw_affiliation_strings': ['University of Sheffield#N#']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021591848', 'display_name': 'Lisheng Liu', 'orcid': 'https://orcid.org/0000-0002-8254-8031'}, 'institutions': [{'id': 'https://openalex.org/I4210135551', 'display_name': 'Hypertension Institute', 'ror': 'https://ror.org/04azstb81', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210135551']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Lisheng Liu', 'raw_affiliation_string': 'Chinese Hypertension League Institute', 'raw_affiliation_strings': ['Chinese Hypertension League Institute']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084756058', 'display_name': 'Giuseppe Mancia', 'orcid': 'https://orcid.org/0000-0003-0942-3176'}, 'institutions': [{'id': 'https://openalex.org/I4210134201', 'display_name': 'Istituto Auxologico Italiano', 'ror': 'https://ror.org/033qpss18', 'country_code': 'IT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210134201', 'https://openalex.org/I4210153126']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Giuseppe Mancia', 'raw_affiliation_string': 'Fondazione Istituto Auxologico Italiano', 'raw_affiliation_strings': ['Fondazione Istituto Auxologico Italiano']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001181021', 'display_name': 'Carl Erik Mogensen', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I204337017', 'display_name': 'Aarhus University', 'ror': 'https://ror.org/01aj84f44', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I204337017']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Carl Erik Mogensen', 'raw_affiliation_string': 'Aarhus university;', 'raw_affiliation_strings': ['Aarhus university;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033041702', 'display_name': 'Changyu Pan', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3132630691', 'display_name': 'Chinese General Hospital College of Nursing and Liberal Arts', 'ror': 'https://ror.org/00fweme20', 'country_code': 'PH', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3132630691']}], 'countries': ['PH'], 'is_corresponding': False, 'raw_author_name': 'Changyu Pan', 'raw_affiliation_string': "General Hospital of People's Liberation Army", 'raw_affiliation_strings': ["General Hospital of People's Liberation Army"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072011562', 'display_name': 'Neil Poulter', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210133745', 'display_name': 'St. Mary’s Hospital', 'ror': 'https://ror.org/041j39g66', 'country_code': 'ZA', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210133745']}], 'countries': ['ZA'], 'is_corresponding': False, 'raw_author_name': 'Neil Poulter', 'raw_affiliation_string': "St Mary's Hospital London.", 'raw_affiliation_strings': ["St Mary's Hospital London."]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5015704931', 'display_name': 'Anthony Rodgers', 'orcid': 'https://orcid.org/0000-0003-1282-1896'}, 'institutions': [{'id': 'https://openalex.org/I154130895', 'display_name': 'University of Auckland', 'ror': 'https://ror.org/03b94tp07', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I154130895']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Anthony Rodgers', 'raw_affiliation_string': 'UNIVERSITY OF AUCKLAND,', 'raw_affiliation_strings': ['UNIVERSITY OF AUCKLAND,']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5017971948', 'display_name': 'Bryan Williams', 'orcid': 'https://orcid.org/0000-0002-8094-1841'}, 'institutions': [{'id': 'https://openalex.org/I153648349', 'display_name': 'University of Leicester', 'ror': 'https://ror.org/04h699437', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I153648349']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Bryan Williams', 'raw_affiliation_string': '*University of Leicester.', 'raw_affiliation_strings': ['*University of Leicester.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5038059770', 'display_name': 'Severine Bompoint', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I183874623', 'display_name': 'George Institute for Global Health', 'ror': 'https://ror.org/04h0zjx60', 'country_code': 'GB', 'type': 'facility', 'lineage': ['https://openalex.org/I183874623']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Severine Bompoint', 'raw_affiliation_string': 'The George Institute for Global Health', 'raw_affiliation_strings': ['The George Institute for Global Health']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065175958', 'display_name': 'Bastiaan E. de Galan', 'orcid': 'https://orcid.org/0000-0002-1255-7741'}, 'institutions': [{'id': 'https://openalex.org/I2802934949', 'display_name': 'Radboud University Nijmegen Medical Centre', 'ror': 'https://ror.org/05wg1m734', 'country_code': 'NL', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802934949']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Bastiaan E de Galan', 'raw_affiliation_string': 'George Institute for Global Health (Australia); Radboud University Medical Centre', 'raw_affiliation_strings': ['George Institute for Global Health (Australia)', 'Radboud University Medical Centre']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5043935096', 'display_name': 'Rohina Joshi', 'orcid': 'https://orcid.org/0000-0002-3374-401X'}, 'institutions': [{'id': 'https://openalex.org/I129604602', 'display_name': 'University of Sydney', 'ror': 'https://ror.org/0384j8v12', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I129604602']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Rohina Joshi', 'raw_affiliation_string': 'University of Sydney', 'raw_affiliation_strings': ['University of Sydney']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5052297925', 'display_name': 'F. Travert', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I204730241', 'display_name': 'Université Paris Cité', 'ror': 'https://ror.org/05f82e368', 'country_code': 'FR', 'type': 'education', 'lineage': ['https://openalex.org/I204730241']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Florence Travert', 'raw_affiliation_string': ' Université Paris 7', 'raw_affiliation_strings': [' Université Paris 7']}], 'countries_distinct_count': 11, 'institutions_distinct_count': 18, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 6041, 'biblio': {'volume': '358', 'issue': '24', 'first_page': '2560', 'last_page': '2572'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.93674695}, {'id': 'https://openalex.org/C207103383', 'wikidata': 'https://www.wikidata.org/wiki/Q3930246', 'display_name': 'Hazard ratio', 'level': 3, 'score': 0.76180804}, {'id': 'https://openalex.org/C2777538456', 'wikidata': 'https://www.wikidata.org/wiki/Q311213', 'display_name': 'Glycated hemoglobin', 'level': 4, 'score': 0.7563147}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.68358517}, {'id': 'https://openalex.org/C2777180221', 'wikidata': 'https://www.wikidata.org/wiki/Q3025883', 'display_name': 'Type 2 diabetes', 'level': 3, 'score': 0.64390683}, {'id': 'https://openalex.org/C2778313320', 'wikidata': 'https://www.wikidata.org/wiki/Q550455', 'display_name': 'Retinopathy', 'level': 3, 'score': 0.61852884}, {'id': 'https://openalex.org/C2781184683', 'wikidata': 'https://www.wikidata.org/wiki/Q1054718', 'display_name': 'Nephropathy', 'level': 3, 'score': 0.5336144}, {'id': 'https://openalex.org/C555293320', 'wikidata': 'https://www.wikidata.org/wiki/Q12206', 'display_name': 'Diabetes mellitus', 'level': 2, 'score': 0.51984507}, {'id': 'https://openalex.org/C2779829184', 'wikidata': 'https://www.wikidata.org/wiki/Q631361', 'display_name': 'Diabetic retinopathy', 'level': 3, 'score': 0.47359636}, {'id': 'https://openalex.org/C2776174234', 'wikidata': 'https://www.wikidata.org/wiki/Q974792', 'display_name': 'Albuminuria', 'level': 3, 'score': 0.4467811}, {'id': 'https://openalex.org/C61511704', 'wikidata': 'https://www.wikidata.org/wiki/Q1671857', 'display_name': 'Incidence (geometry)', 'level': 2, 'score': 0.43704903}, {'id': 'https://openalex.org/C2780645631', 'wikidata': 'https://www.wikidata.org/wiki/Q671554', 'display_name': 'Stroke (engine)', 'level': 2, 'score': 0.41807267}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.38494986}, {'id': 'https://openalex.org/C134018914', 'wikidata': 'https://www.wikidata.org/wiki/Q162606', 'display_name': 'Endocrinology', 'level': 1, 'score': 0.27204573}, {'id': 'https://openalex.org/C159641895', 'wikidata': 'https://www.wikidata.org/wiki/Q108377937', 'display_name': 'Renal function', 'level': 2, 'score': 0.15215015}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C120665830', 'wikidata': 'https://www.wikidata.org/wiki/Q14620', 'display_name': 'Optics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': 'Q000188', 'qualifier_name': 'drug therapy', 'is_major_topic': True}, {'descriptor_ui': 'D005907', 'descriptor_name': 'Gliclazide', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D006442', 'descriptor_name': 'Glycated Hemoglobin A', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': True}, {'descriptor_ui': 'D007004', 'descriptor_name': 'Hypoglycemic Agents', 'qualifier_ui': 'Q000008', 'qualifier_name': 'administration & dosage', 'is_major_topic': True}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001786', 'descriptor_name': 'Blood Glucose', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001786', 'descriptor_name': 'Blood Glucose', 'qualifier_ui': 'Q000032', 'qualifier_name': 'analysis', 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D002318', 'descriptor_name': 'Cardiovascular Diseases', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': 'Q000097', 'qualifier_name': 'blood', 'is_major_topic': False}, {'descriptor_ui': 'D003924', 'descriptor_name': 'Diabetes Mellitus, Type 2', 'qualifier_ui': 'Q000401', 'qualifier_name': 'mortality', 'is_major_topic': False}, {'descriptor_ui': 'D003925', 'descriptor_name': 'Diabetic Angiopathies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003925', 'descriptor_name': 'Diabetic Angiopathies', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003925', 'descriptor_name': 'Diabetic Angiopathies', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D003928', 'descriptor_name': 'Diabetic Nephropathies', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': False}, {'descriptor_ui': 'D003928', 'descriptor_name': 'Diabetic Nephropathies', 'qualifier_ui': 'Q000517', 'qualifier_name': 'prevention & control', 'is_major_topic': False}, {'descriptor_ui': 'D003928', 'descriptor_name': 'Diabetic Nephropathies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004359', 'descriptor_name': 'Drug Therapy, Combination', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005500', 'descriptor_name': 'Follow-Up Studies', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005907', 'descriptor_name': 'Gliclazide', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005907', 'descriptor_name': 'Gliclazide', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D006442', 'descriptor_name': 'Glycated Hemoglobin A', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007003', 'descriptor_name': 'Hypoglycemia', 'qualifier_ui': 'Q000139', 'qualifier_name': 'chemically induced', 'is_major_topic': False}, {'descriptor_ui': 'D007003', 'descriptor_name': 'Hypoglycemia', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007004', 'descriptor_name': 'Hypoglycemic Agents', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007004', 'descriptor_name': 'Hypoglycemic Agents', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D016016', 'descriptor_name': 'Proportional Hazards Models', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012307', 'descriptor_name': 'Risk Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 6, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0802987', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0802987?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://figshare.com/articles/journal_contribution/Intensive_blood_glucose_control_and_vascular_outcomes_in_patients_with_type_2_diabetes/10113323', 'pdf_url': 'https://figshare.com/articles/journal_contribution/Intensive_blood_glucose_control_and_vascular_outcomes_in_patients_with_type_2_diabetes/10113323/1/files/18229133.pdf', 'source': {'id': 'https://openalex.org/S4306400572', 'display_name': 'OPAL (Open@LaTrobe) (La Trobe University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I196829312', 'host_organization_name': 'La Trobe University', 'host_organization_lineage': ['https://openalex.org/I196829312'], 'host_organization_lineage_names': ['La Trobe University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10072/26242', 'pdf_url': 'https://research-repository.griffith.edu.au/bitstream/10072/26242/1/52762_1.pdf', 'source': {'id': 'https://openalex.org/S4306402548', 'display_name': 'Griffith Research Online (Griffith University, Queensland, Australia)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I11701301', 'host_organization_name': 'Griffith University', 'host_organization_lineage': ['https://openalex.org/I11701301'], 'host_organization_lineage_names': ['Griffith University'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2066/69678', 'pdf_url': 'https://repository.ubn.ru.nl/bitstream/handle/2066/69678/1/69678.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2381/17328', 'pdf_url': 'https://leicester.figshare.com/articles/journal_contribution/Intensive_blood_glucose_control_and_vascular_outcomes_in_patients_with_type_2_diabetes/10113323/1/files/18229133.pdf', 'source': {'id': 'https://openalex.org/S4306402365', 'display_name': 'Leicester Research Archive (University of Leicester)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I153648349', 'host_organization_name': 'University of Leicester', 'host_organization_lineage': ['https://openalex.org/I153648349'], 'host_organization_lineage_names': ['University of Leicester'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/18539916', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1056/nejmoa0802987', 'pdf_url': 'https://www.nejm.org/doi/pdf/10.1056/NEJMoa0802987?articleTools=true', 'source': {'id': 'https://openalex.org/S62468778', 'display_name': 'The New England Journal of Medicine', 'issn_l': '0028-4793', 'issn': ['0028-4793', '1533-4406'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320239', 'host_organization_name': 'Massachusetts Medical Society', 'host_organization_lineage': ['https://openalex.org/P4310320239'], 'host_organization_lineage_names': ['Massachusetts Medical Society'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.87}], 'grants': [], 'referenced_works_count': 28, 'referenced_works': ['https://openalex.org/W165619514', 'https://openalex.org/W172609984', 'https://openalex.org/W179126878', 'https://openalex.org/W1604542334', 'https://openalex.org/W1782778410', 'https://openalex.org/W1891884419', 'https://openalex.org/W1984796849', 'https://openalex.org/W2034698532', 'https://openalex.org/W2055416829', 'https://openalex.org/W2061652040', 'https://openalex.org/W2068150037', 'https://openalex.org/W2078089300', 'https://openalex.org/W2089770071', 'https://openalex.org/W2107031719', 'https://openalex.org/W2110664743', 'https://openalex.org/W2114299222', 'https://openalex.org/W2129817060', 'https://openalex.org/W2137489898', 'https://openalex.org/W2145632027', 'https://openalex.org/W2157677292', 'https://openalex.org/W2170271198', 'https://openalex.org/W2188846692', 'https://openalex.org/W2247997571', 'https://openalex.org/W2337454357', 'https://openalex.org/W4210559565', 'https://openalex.org/W4234314368', 'https://openalex.org/W4234853462', 'https://openalex.org/W4254345572'], 'related_works': ['https://openalex.org/W2021951305', 'https://openalex.org/W2062317228', 'https://openalex.org/W2095529597', 'https://openalex.org/W2389336858', 'https://openalex.org/W2412716042', 'https://openalex.org/W2755646453', 'https://openalex.org/W2889207237', 'https://openalex.org/W3009470800', 'https://openalex.org/W4229050006', 'https://openalex.org/W4239566972'], 'ngrams_url': 'https://api.openalex.org/works/W1526927233/ngrams', 'abstract_inverted_index': {'In': [0], 'patients': [1, 20], 'with': [2, 21, 132, 188, 212, 228, 245], 'type': [3, 22, 202], '2': [4, 23], 'diabetes,': [5], 'the': [6, 37, 99, 107, 113, 120, 172, 201, 263, 270, 298, 310], 'effects': [7, 199], 'of': [8, 39, 54, 63, 94, 97, 122, 150, 168, 174, 200, 203, 283, 313, 323], 'intensive': [9, 32, 213, 229, 246, 284], 'glucose': [10, 29, 33, 204, 285], 'control': [11, 30, 118, 205], 'on': [12, 192, 206], 'vascular': [13], 'outcomes': [14], 'remain': [15], 'uncertain.We': [16], 'randomly': [17], 'assigned': [18], '11,140': [19], 'diabetes': [24], 'to': [25, 48, 143, 163, 185, 219, 235, 252, 279, 302], 'undergo': [26], 'either': [27], 'standard': [28, 133], 'or': [31, 56, 74, 82, 85, 238], 'control,': [34, 214, 230, 247, 286], 'defined': [35], 'as': [36, 46, 146, 148, 294, 320], 'use': [38], 'gliclazide': [40, 288], '(modified': [41, 289], 'release)': [42, 290], 'plus': [43], 'other': [44, 292], 'drugs': [45, 293], 'required': [47], 'achieve': [49], 'a': [50, 92, 169, 305, 321, 324], 'glycated': [51, 101, 299], 'hemoglobin': [52, 102, 300], 'value': [53, 301], '6.5%': [55, 303], 'less.': [57], 'Primary': [58], 'end': [59], 'points': [60], 'were': [61, 196], 'composites': [62], 'major': [64, 78, 124, 151, 207, 314], 'macrovascular': [65, 125, 208, 315], 'events': [66, 80, 128, 153, 209], '(death': [67], 'from': [68, 223, 240], 'cardiovascular': [69, 224], 'causes,': [70], 'nonfatal': [71, 75], 'myocardial': [72], 'infarction,': [73], 'stroke)': [76], 'and': [77, 90, 126, 291, 316], 'microvascular': [79, 127, 152, 317], '(new': [81], 'worsening': [83], 'nephropathy': [84, 175], 'retinopathy),': [86], 'assessed': [87], 'both': [88], 'jointly': [89], 'separately.After': [91], 'median': [93], '5': [95], 'years': [96], 'follow-up,': [98], 'mean': [100], 'level': [103], 'was': [104, 259], 'lower': [105], 'in': [106, 112, 171, 262, 269, 309, 328], 'intensive-control': [108, 264], 'group': [109, 115, 265], '(6.5%)': [110], 'than': [111], 'standard-control': [114, 271], '(7.3%).': [116], 'Intensive': [117], 'reduced': [119], 'incidence': [121, 173], 'combined': [123, 311], '(18.1%,': [129], 'vs.': [130, 155, 177, 267], '20.0%': [131], 'control;': [134], 'hazard': [135, 157, 179, 273], 'ratio,': [136, 158, 180, 274], '0.90;': [137], '95%': [138, 160, 182, 216, 232, 249, 276], 'confidence': [139], 'interval': [140], '[CI],': [141], '0.82': [142], '0.98;': [144], 'P=0.01),': [145, 165], 'well': [147], 'that': [149, 296], '(9.4%': [154], '10.9%;': [156], '0.86;': [159], 'CI,': [161, 183, 217, 233, 250, 277], '0.77': [162], '0.97;': [164], 'primarily': [166, 319], 'because': [167], 'reduction': [170, 308, 327], '(4.1%': [176], '5.2%;': [178], '0.79;': [181], '0.66': [184], '0.93;': [186, 248], 'P=0.006),': [187], 'no': [189, 197], 'significant': [190, 198], 'effect': [191], 'retinopathy': [193], '(P=0.50).': [194], 'There': [195], '(hazard': [210, 226, 243], 'ratio': [211, 227, 244], '0.94;': [215], '0.84': [218], '1.06;': [220, 253], 'P=0.32),': [221], 'death': [222, 239], 'causes': [225], '0.88;': [231], '0.74': [234], '1.04;': [236], 'P=0.12),': [237], 'any': [241], 'cause': [242], '0.83': [251], 'P=0.28).': [254], 'Severe': [255], 'hypoglycemia,': [256], 'although': [257], 'uncommon,': [258], 'more': [260], 'common': [261], '(2.7%,': [266], '1.5%': [268], 'group;': [272], '1.86;': [275], '1.42': [278], '2.40;': [280], 'P<0.001).A': [281], 'strategy': [282], 'involving': [287], 'required,': [295], 'lowered': [297], 'yielded': [304], '10%': [306], 'relative': [307, 326], 'outcome': [312], 'events,': [318], 'consequence': [322], '21%': [325], 'nephropathy.': [329], '(ClinicalTrials.gov': [330], 'number,': [331], 'NCT00145925.)': [332]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1526927233', 'counts_by_year': [{'year': 2023, 'cited_by_count': 185}, {'year': 2022, 'cited_by_count': 272}, {'year': 2021, 'cited_by_count': 301}, {'year': 2020, 'cited_by_count': 328}, {'year': 2019, 'cited_by_count': 352}, {'year': 2018, 'cited_by_count': 419}, {'year': 2017, 'cited_by_count': 398}, {'year': 2016, 'cited_by_count': 414}, {'year': 2015, 'cited_by_count': 451}, {'year': 2014, 'cited_by_count': 464}, {'year': 2013, 'cited_by_count': 437}, {'year': 2012, 'cited_by_count': 457}], 'updated_date': '2023-09-30T21:01:34.515058', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2153610778', 'doi': 'https://doi.org/10.1002/job.248', 'title': 'Job demands, job resources, and their relationship with burnout and engagement: a multi-sample study', 'display_name': 'Job demands, job resources, and their relationship with burnout and engagement: a multi-sample study', 'publication_year': 2004, 'publication_date': '2004-03-30', 'ids': {'openalex': 'https://openalex.org/W2153610778', 'doi': 'https://doi.org/10.1002/job.248', 'mag': '2153610778'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/job.248', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S160573970', 'display_name': 'Journal of Organizational Behavior', 'issn_l': '0894-3796', 'issn': ['1099-1379', '0894-3796'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5006499627', 'display_name': 'Wilmar B. Schaufeli', 'orcid': 'https://orcid.org/0000-0002-6070-7150'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Wilmar B. Schaufeli', 'raw_affiliation_string': 'Department of Psychology and Research Institute Psychology and Health, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Psychology and Research Institute Psychology and Health, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5084220210', 'display_name': 'Arnold B. Bakker', 'orcid': 'https://orcid.org/0000-0003-1489-1847'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Arnold B. Bakker', 'raw_affiliation_string': 'Department of Psychology and Research Institute Psychology and Health, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Psychology and Research Institute Psychology and Health, Utrecht University, Utrecht, The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5006499627'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': {'value': 3860, 'currency': 'USD', 'value_usd': 3860, 'provenance': 'doaj'}, 'apc_paid': {'value': 3860, 'currency': 'USD', 'value_usd': 3860, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 5973, 'biblio': {'volume': '25', 'issue': '3', 'first_page': '293', 'last_page': '315'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C143916079', 'wikidata': 'https://www.wikidata.org/wiki/Q2629248', 'display_name': 'Burnout', 'level': 2, 'score': 0.9013574}, {'id': 'https://openalex.org/C2781160688', 'wikidata': 'https://www.wikidata.org/wiki/Q2234192', 'display_name': 'Work engagement', 'level': 3, 'score': 0.70215166}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.69858694}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.56701714}, {'id': 'https://openalex.org/C71104824', 'wikidata': 'https://www.wikidata.org/wiki/Q1476639', 'display_name': 'Structural equation modeling', 'level': 2, 'score': 0.53544337}, {'id': 'https://openalex.org/C198531522', 'wikidata': 'https://www.wikidata.org/wiki/Q485146', 'display_name': 'Sample (material)', 'level': 2, 'score': 0.44110727}, {'id': 'https://openalex.org/C99753626', 'wikidata': 'https://www.wikidata.org/wiki/Q14937678', 'display_name': 'Employee engagement', 'level': 2, 'score': 0.4187828}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 0.26455426}, {'id': 'https://openalex.org/C187736073', 'wikidata': 'https://www.wikidata.org/wiki/Q2920921', 'display_name': 'Management', 'level': 1, 'score': 0.14638191}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.09634754}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.0688155}, {'id': 'https://openalex.org/C162324750', 'wikidata': 'https://www.wikidata.org/wiki/Q8134', 'display_name': 'Economics', 'level': 0, 'score': 0.06467199}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.059571326}, {'id': 'https://openalex.org/C147789679', 'wikidata': 'https://www.wikidata.org/wiki/Q11372', 'display_name': 'Physical chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C143141573', 'wikidata': 'https://www.wikidata.org/wiki/Q7450971', 'display_name': 'Sense (electronics)', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C43617362', 'wikidata': 'https://www.wikidata.org/wiki/Q170050', 'display_name': 'Chromatography', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1002/job.248', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S160573970', 'display_name': 'Journal of Organizational Behavior', 'issn_l': '0894-3796', 'issn': ['1099-1379', '0894-3796'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320595', 'host_organization_name': 'Wiley', 'host_organization_lineage': ['https://openalex.org/P4310320595'], 'host_organization_lineage_names': ['Wiley'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.71}], 'grants': [], 'referenced_works_count': 65, 'referenced_works': ['https://openalex.org/W7600810', 'https://openalex.org/W100644501', 'https://openalex.org/W273431730', 'https://openalex.org/W1530561322', 'https://openalex.org/W1536791815', 'https://openalex.org/W1564762945', 'https://openalex.org/W1572252684', 'https://openalex.org/W1585013689', 'https://openalex.org/W1755691788', 'https://openalex.org/W1779735677', 'https://openalex.org/W1865492099', 'https://openalex.org/W1902610065', 'https://openalex.org/W1975762104', 'https://openalex.org/W1981511071', 'https://openalex.org/W1992193527', 'https://openalex.org/W1997397294', 'https://openalex.org/W1998326697', 'https://openalex.org/W2010707353', 'https://openalex.org/W2013328906', 'https://openalex.org/W2018201949', 'https://openalex.org/W2025989394', 'https://openalex.org/W2026370699', 'https://openalex.org/W2044879847', 'https://openalex.org/W2052729098', 'https://openalex.org/W2053090172', 'https://openalex.org/W2053133047', 'https://openalex.org/W2062530052', 'https://openalex.org/W2064529779', 'https://openalex.org/W2065228212', 'https://openalex.org/W2066264410', 'https://openalex.org/W2070400052', 'https://openalex.org/W2074526772', 'https://openalex.org/W2081155210', 'https://openalex.org/W2087542355', 'https://openalex.org/W2095179393', 'https://openalex.org/W2099102168', 'https://openalex.org/W2100884444', 'https://openalex.org/W2101178741', 'https://openalex.org/W2107295930', 'https://openalex.org/W2107309765', 'https://openalex.org/W2109642229', 'https://openalex.org/W2114435871', 'https://openalex.org/W2118769530', 'https://openalex.org/W2122447448', 'https://openalex.org/W2127625785', 'https://openalex.org/W2139952493', 'https://openalex.org/W2140205964', 'https://openalex.org/W2141302415', 'https://openalex.org/W2143477303', 'https://openalex.org/W2147851174', 'https://openalex.org/W2149999335', 'https://openalex.org/W2158862141', 'https://openalex.org/W2160569991', 'https://openalex.org/W2163988453', 'https://openalex.org/W2167900707', 'https://openalex.org/W2508588924', 'https://openalex.org/W2530355104', 'https://openalex.org/W2594904626', 'https://openalex.org/W2783706358', 'https://openalex.org/W2795596299', 'https://openalex.org/W2889508061', 'https://openalex.org/W2896637382', 'https://openalex.org/W2945055388', 'https://openalex.org/W3019273456', 'https://openalex.org/W3142492581'], 'related_works': ['https://openalex.org/W1985412853', 'https://openalex.org/W2086890727', 'https://openalex.org/W2118093579', 'https://openalex.org/W2146618936', 'https://openalex.org/W2356547572', 'https://openalex.org/W2397906106', 'https://openalex.org/W3185221230', 'https://openalex.org/W4283374425', 'https://openalex.org/W4286716311', 'https://openalex.org/W4377694480'], 'ngrams_url': 'https://api.openalex.org/works/W2153610778/ngrams', 'abstract_inverted_index': {'This': [0], 'study': [1], 'focuses': [2], 'on': [3], 'burnout': [4, 15, 51, 70, 94, 115, 139, 159], 'and': [5, 16, 21, 52, 62, 122, 133, 140, 148], 'its': [6], 'positive': [7], 'antipode—engagement.': [8], 'A': [9], 'model': [10, 47], 'is': [11, 71, 86, 95, 108, 160, 166], 'tested': [12], 'in': [13], 'which': [14], 'engagement': [17, 53, 85, 107, 126, 141, 165], 'have': [18], 'different': [19, 22, 143, 152], 'predictors': [20], 'possible': [23, 146], 'consequences.': [24], 'Structural': [25], 'equation': [26], 'modeling': [27], 'was': [28], 'used': [29, 157], 'to': [30, 97, 103, 111, 161, 167], 'simultaneously': [31], 'analyze': [32], 'data': [33], 'from': [34], 'four': [35], 'independent': [36], 'occupational': [37], 'samples': [38], '(total': [39], 'N': [40], '=': [41], '1698).': [42], 'Results': [43], 'confirm': [44], 'the': [45, 112, 117, 128], 'hypothesized': [46], 'indicating': [48], 'that:': [49], '(1)': [50], 'are': [54], 'negatively': [55], 'related,': [56], 'sharing': [57], 'between': [58, 119, 130], '10': [59], 'per': [60, 64], 'cent': [61, 65], '25': [63], 'of': [66, 81, 145], 'their': [67], 'variances;': [68], '(2)': [69], 'mainly': [72], 'predicted': [73, 88], 'by': [74, 79, 89], 'job': [75, 82, 91, 120, 131], 'demands': [76, 121], 'but': [77], 'also': [78], 'lack': [80], 'resources,': [83], 'whereas': [84, 106, 125], 'exclusively': [87], 'available': [90], 'resources;': [92], '(3)': [93], 'related': [96, 109], 'health': [98, 123], 'problems': [99], 'as': [100, 102], 'well': [101], 'turnover': [104, 134], 'intention,': [105], 'only': [110], 'latter;': [113], '(4)': [114], 'mediates': [116, 127], 'relationship': [118, 129], 'problems,': [124], 'resources': [132], 'intention.': [135], 'The': [136], 'fact': [137], 'that': [138, 151], 'exhibit': [142], 'patterns': [144], 'causes': [147], 'consequences': [149], 'implies': [150], 'intervention': [153], 'strategies': [154], 'should': [155], 'be': [156, 162, 168], 'when': [158], 'reduced': [163], 'or': [164], 'enhanced.': [169], 'Copyright': [170], '©': [171], '2004': [172], 'John': [173], 'Wiley': [174], '&': [175], 'Sons,': [176], 'Ltd.': [177]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2153610778', 'counts_by_year': [{'year': 2023, 'cited_by_count': 354}, {'year': 2022, 'cited_by_count': 556}, {'year': 2021, 'cited_by_count': 541}, {'year': 2020, 'cited_by_count': 508}, {'year': 2019, 'cited_by_count': 446}, {'year': 2018, 'cited_by_count': 376}, {'year': 2017, 'cited_by_count': 404}, {'year': 2016, 'cited_by_count': 395}, {'year': 2015, 'cited_by_count': 394}, {'year': 2014, 'cited_by_count': 436}, {'year': 2013, 'cited_by_count': 418}, {'year': 2012, 'cited_by_count': 300}], 'updated_date': '2023-09-30T03:51:12.566845', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1965173894', 'doi': 'https://doi.org/10.1016/s0031-8914(34)90011-2', 'title': 'Über die Zuordnung von Wellenfunktionen und Eigenwerten zu den Einzelnen Elektronen Eines Atoms', 'display_name': 'Über die Zuordnung von Wellenfunktionen und Eigenwerten zu den Einzelnen Elektronen Eines Atoms', 'publication_year': 1934, 'publication_date': '1934-01-01', 'ids': {'openalex': 'https://openalex.org/W1965173894', 'doi': 'https://doi.org/10.1016/s0031-8914(34)90011-2', 'mag': '1965173894'}, 'language': 'de', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0031-8914(34)90011-2', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210195125', 'display_name': 'Physica', 'issn_l': '0031-8914', 'issn': ['1873-1767', '0031-8914'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5057129707', 'display_name': 'Timo Koopmans', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'T Koopmans', 'raw_affiliation_string': 'Mitteilung aus der Arbeitsgemeinschaft für theoretische Physik der Utrechter Universität. The Netherlands', 'raw_affiliation_strings': ['Mitteilung aus der Arbeitsgemeinschaft für theoretische Physik der Utrechter Universität. The Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': ['https://openalex.org/A5057129707'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': False, 'cited_by_count': 5945, 'biblio': {'volume': '1', 'issue': '1-6', 'first_page': '104', 'last_page': '113'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.6280544}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.45321128}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1016/s0031-8914(34)90011-2', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4210195125', 'display_name': 'Physica', 'issn_l': '0031-8914', 'issn': ['1873-1767', '0031-8914'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/7', 'display_name': 'Affordable and clean energy', 'score': 0.3}, {'id': 'https://metadata.un.org/sdg/10', 'display_name': 'Reduced inequalities', 'score': 0.1}], 'grants': [], 'referenced_works_count': 6, 'referenced_works': ['https://openalex.org/W2048948958', 'https://openalex.org/W2055939670', 'https://openalex.org/W2067234809', 'https://openalex.org/W2081270947', 'https://openalex.org/W2883197357', 'https://openalex.org/W4253354136'], 'related_works': ['https://openalex.org/W54078636', 'https://openalex.org/W1501425562', 'https://openalex.org/W2298861036', 'https://openalex.org/W2748952813', 'https://openalex.org/W2899084033', 'https://openalex.org/W2902782467', 'https://openalex.org/W2935759653', 'https://openalex.org/W2954470139', 'https://openalex.org/W3084825885', 'https://openalex.org/W3105167352'], 'ngrams_url': 'https://api.openalex.org/works/W1965173894/ngrams', 'abstract_inverted_index': {'Die': [0, 52], 'von': [1, 48], 'Fock': [2, 49], 'im': [3], 'Rahmen': [4], 'seiner': [5], 'Näherungsmethode': [6], 'zur': [7], 'Behandlung': [8], 'des': [9], 'quantenmechanischen': [10], 'Mehrelektronenproblems': [11], 'aufgestellten': [12], 'Gleichungen': [13], 'werden': [14], 'auf': [15, 56], 'etwas': [16, 45], 'allgemeinerer': [17], 'Grundlage': [18], 'diskutiert.': [19], 'Es': [20], 'wird': [21], 'angegeben,': [22], 'wie': [23], 'man': [24], 'in': [25, 43, 72], 'eindeutiger': [26], 'Weise': [27], 'den': [28, 59], 'einzelnen': [29, 62], 'Elektronen': [30, 63], 'bestimmte': [31], 'Wellenfunktionen': [32], 'und': [33], 'Eigenwerte': [34, 53], 'zuordnen': [35], 'kann.': [36], 'Diese': [37], 'Eigenfunktionen': [38], 'genügen': [39], 'einer': [40, 78], 'Gleichung,': [41], 'die': [42, 83], 'einem': [44], 'anderen': [46], 'Zusammenhang': [47], 'abgeleitet': [50], 'wurde.': [51], 'sind': [54], 'bis': [55], 'kleinen': [57], 'Korrektionen': [58], 'Ablösungsarbeiten': [60], 'der': [61, 76], 'entgegengesetzt': [64], 'gleich.': [65], 'Das': [66], 'erreichte': [67], 'Ergebnis': [68], 'hat': [69], 'nur': [70], 'Bedeutung': [71], 'denjenigen': [73], 'Fällen,': [74], 'wo': [75], 'Ansatz': [77], 'einzigen': [79], 'Slaterschen': [80], 'Determinante': [81], 'für': [82], 'Wellenfunktion': [84], 'sinnvoll': [85], 'ist.': [86]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1965173894', 'counts_by_year': [{'year': 2023, 'cited_by_count': 389}, {'year': 2022, 'cited_by_count': 458}, {'year': 2021, 'cited_by_count': 399}, {'year': 2020, 'cited_by_count': 376}, {'year': 2019, 'cited_by_count': 225}, {'year': 2018, 'cited_by_count': 205}, {'year': 2017, 'cited_by_count': 203}, {'year': 2016, 'cited_by_count': 208}, {'year': 2015, 'cited_by_count': 193}, {'year': 2014, 'cited_by_count': 155}, {'year': 2013, 'cited_by_count': 135}, {'year': 2012, 'cited_by_count': 151}], 'updated_date': '2023-09-30T19:43:22.526673', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2121354606', 'doi': 'https://doi.org/10.1083/jcb.201211138', 'title': 'Extracellular vesicles: Exosomes, microvesicles, and friends', 'display_name': 'Extracellular vesicles: Exosomes, microvesicles, and friends', 'publication_year': 2013, 'publication_date': '2013-02-18', 'ids': {'openalex': 'https://openalex.org/W2121354606', 'doi': 'https://doi.org/10.1083/jcb.201211138', 'mag': '2121354606', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/PMC3575529', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/3575529'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1083/jcb.201211138', 'pdf_url': 'http://jcb.rupress.org/content/jcb/200/4/373.full.pdf', 'source': {'id': 'https://openalex.org/S96410829', 'display_name': 'Journal of Cell Biology', 'issn_l': '0021-9525', 'issn': ['1540-8140', '0021-9525'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315676', 'host_organization_name': 'Rockefeller University Press', 'host_organization_lineage': ['https://openalex.org/P4310315676'], 'host_organization_lineage_names': ['Rockefeller University Press'], 'type': 'journal'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://jcb.rupress.org/content/jcb/200/4/373.full.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5069469830', 'display_name': 'Graça Raposo', 'orcid': 'https://orcid.org/0000-0001-9590-1298'}, 'institutions': [{'id': 'https://openalex.org/I80043', 'display_name': 'Institute Curie', 'ror': 'https://ror.org/04t0gwh46', 'country_code': 'FR', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I80043']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': True, 'raw_author_name': 'Graça Raposo', 'raw_affiliation_string': 'Institut Curie, Centre de Recherche, F-75248 Paris, Cedex 05, France; Structure and Membrane Compartments, Centre National de la Recherche Scientifique, Unité Mixte de Recherche 144, Paris F-75248, Cedex 05, France', 'raw_affiliation_strings': ['Institut Curie, Centre de Recherche, F-75248 Paris, Cedex 05, France', 'Structure and Membrane Compartments, Centre National de la Recherche Scientifique, Unité Mixte de Recherche 144, Paris F-75248, Cedex 05, France']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5062040060', 'display_name': 'Willem Stoorvogel', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Willem Stoorvogel', 'raw_affiliation_string': 'Faculty of Veterinary Medicine, Utrecht University, 3584 CM Utrecht, Netherlands', 'raw_affiliation_strings': ['Faculty of Veterinary Medicine, Utrecht University, 3584 CM Utrecht, Netherlands']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5069469830'], 'corresponding_institution_ids': ['https://openalex.org/I80043', 'https://openalex.org/I1294671590'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 5943, 'biblio': {'volume': '200', 'issue': '4', 'first_page': '373', 'last_page': '383'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C20518536', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicles', 'level': 4, 'score': 0.9773612}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.7873101}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.7807872}, {'id': 'https://openalex.org/C102747710', 'wikidata': 'https://www.wikidata.org/wiki/Q824237', 'display_name': 'Endosome', 'level': 3, 'score': 0.751243}, {'id': 'https://openalex.org/C130316041', 'wikidata': 'https://www.wikidata.org/wiki/Q189206', 'display_name': 'Vesicle', 'level': 3, 'score': 0.69266367}, {'id': 'https://openalex.org/C28406088', 'wikidata': 'https://www.wikidata.org/wiki/Q5571762', 'display_name': 'Extracellular', 'level': 2, 'score': 0.6399765}, {'id': 'https://openalex.org/C2908689518', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicle', 'level': 5, 'score': 0.6183815}, {'id': 'https://openalex.org/C2992929900', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicles', 'level': 2, 'score': 0.61695814}, {'id': 'https://openalex.org/C79879829', 'wikidata': 'https://www.wikidata.org/wiki/Q5571762', 'display_name': 'Intracellular', 'level': 2, 'score': 0.5948078}, {'id': 'https://openalex.org/C2781261824', 'wikidata': 'https://www.wikidata.org/wiki/Q903634', 'display_name': 'Exosome', 'level': 5, 'score': 0.52309227}, {'id': 'https://openalex.org/C98539663', 'wikidata': 'https://www.wikidata.org/wiki/Q220599', 'display_name': 'Cytosol', 'level': 3, 'score': 0.51699317}, {'id': 'https://openalex.org/C2909763251', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicle', 'level': 5, 'score': 0.45973313}, {'id': 'https://openalex.org/C14036430', 'wikidata': 'https://www.wikidata.org/wiki/Q3736076', 'display_name': 'Function (biology)', 'level': 2, 'score': 0.41991556}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.2502317}, {'id': 'https://openalex.org/C41625074', 'wikidata': 'https://www.wikidata.org/wiki/Q176088', 'display_name': 'Membrane', 'level': 2, 'score': 0.21423769}, {'id': 'https://openalex.org/C145059251', 'wikidata': 'https://www.wikidata.org/wiki/Q310899', 'display_name': 'microRNA', 'level': 3, 'score': 0.14440778}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C181199279', 'wikidata': 'https://www.wikidata.org/wiki/Q8047', 'display_name': 'Enzyme', 'level': 2, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D055354', 'descriptor_name': 'Exosomes', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': True}, {'descriptor_ui': 'D008954', 'descriptor_name': 'Models, Biological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D001692', 'descriptor_name': 'Biological Transport', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': False}, {'descriptor_ui': 'D001692', 'descriptor_name': 'Biological Transport', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002450', 'descriptor_name': 'Cell Communication', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': 'Q000648', 'qualifier_name': 'ultrastructure', 'is_major_topic': False}, {'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055354', 'descriptor_name': 'Exosomes', 'qualifier_ui': 'Q000648', 'qualifier_name': 'ultrastructure', 'is_major_topic': False}, {'descriptor_ui': 'D055354', 'descriptor_name': 'Exosomes', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008561', 'descriptor_name': 'Membrane Fusion', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1083/jcb.201211138', 'pdf_url': 'http://jcb.rupress.org/content/jcb/200/4/373.full.pdf', 'source': {'id': 'https://openalex.org/S96410829', 'display_name': 'Journal of Cell Biology', 'issn_l': '0021-9525', 'issn': ['1540-8140', '0021-9525'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315676', 'host_organization_name': 'Rockefeller University Press', 'host_organization_lineage': ['https://openalex.org/P4310315676'], 'host_organization_lineage_names': ['Rockefeller University Press'], 'type': 'journal'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc3575529', 'pdf_url': 'https://europepmc.org/articles/pmc3575529?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/287090', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/287090/Extracellular%20vesicles%20Exosomes%2c%20microvesicles%20and%20friends.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3575529', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/23420871', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1083/jcb.201211138', 'pdf_url': 'http://jcb.rupress.org/content/jcb/200/4/373.full.pdf', 'source': {'id': 'https://openalex.org/S96410829', 'display_name': 'Journal of Cell Biology', 'issn_l': '0021-9525', 'issn': ['1540-8140', '0021-9525'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315676', 'host_organization_name': 'Rockefeller University Press', 'host_organization_lineage': ['https://openalex.org/P4310315676'], 'host_organization_lineage_names': ['Rockefeller University Press'], 'type': 'journal'}, 'license': 'cc-by-nc-sa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.59}, {'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.17}, {'id': 'https://metadata.un.org/sdg/6', 'display_name': 'Clean water and sanitation', 'score': 0.11}], 'grants': [], 'referenced_works_count': 132, 'referenced_works': ['https://openalex.org/W1494035906', 'https://openalex.org/W1521676890', 'https://openalex.org/W1538522759', 'https://openalex.org/W1542647879', 'https://openalex.org/W1571387405', 'https://openalex.org/W1581255805', 'https://openalex.org/W1600015917', 'https://openalex.org/W1601973441', 'https://openalex.org/W1698471795', 'https://openalex.org/W1723090406', 'https://openalex.org/W1835592430', 'https://openalex.org/W1874379912', 'https://openalex.org/W1904412191', 'https://openalex.org/W1951092263', 'https://openalex.org/W1967427925', 'https://openalex.org/W1969002010', 'https://openalex.org/W1969095017', 'https://openalex.org/W1969738372', 'https://openalex.org/W1972811031', 'https://openalex.org/W1973107172', 'https://openalex.org/W1974035668', 'https://openalex.org/W1974954833', 'https://openalex.org/W1975320047', 'https://openalex.org/W1975363398', 'https://openalex.org/W1976196055', 'https://openalex.org/W1977208217', 'https://openalex.org/W1979751563', 'https://openalex.org/W1984109999', 'https://openalex.org/W1985175917', 'https://openalex.org/W1986321004', 'https://openalex.org/W1986986277', 'https://openalex.org/W1987019376', 'https://openalex.org/W1987357218', 'https://openalex.org/W1987409881', 'https://openalex.org/W1988019446', 'https://openalex.org/W1991043494', 'https://openalex.org/W1991820745', 'https://openalex.org/W1993528700', 'https://openalex.org/W1994215544', 'https://openalex.org/W1997989369', 'https://openalex.org/W1998079639', 'https://openalex.org/W1998307755', 'https://openalex.org/W2001739973', 'https://openalex.org/W2004895989', 'https://openalex.org/W2009649000', 'https://openalex.org/W2012252491', 'https://openalex.org/W2015256188', 'https://openalex.org/W2015312036', 'https://openalex.org/W2018312750', 'https://openalex.org/W2020992406', 'https://openalex.org/W2021861291', 'https://openalex.org/W2027167191', 'https://openalex.org/W2028248159', 'https://openalex.org/W2028622306', 'https://openalex.org/W2029042594', 'https://openalex.org/W2030701238', 'https://openalex.org/W2032945008', 'https://openalex.org/W2034005055', 'https://openalex.org/W2035805790', 'https://openalex.org/W2036073789', 'https://openalex.org/W2037872626', 'https://openalex.org/W2038236600', 'https://openalex.org/W2038544607', 'https://openalex.org/W2039313867', 'https://openalex.org/W2039912157', 'https://openalex.org/W2046758915', 'https://openalex.org/W2046783628', 'https://openalex.org/W2047703658', 'https://openalex.org/W2048883725', 'https://openalex.org/W2049369927', 'https://openalex.org/W2054410308', 'https://openalex.org/W2055313665', 'https://openalex.org/W2056048178', 'https://openalex.org/W2061369703', 'https://openalex.org/W2062711653', 'https://openalex.org/W2062800617', 'https://openalex.org/W2065236536', 'https://openalex.org/W2066432115', 'https://openalex.org/W2067013656', 'https://openalex.org/W2071188263', 'https://openalex.org/W2077047479', 'https://openalex.org/W2080879611', 'https://openalex.org/W2086275775', 'https://openalex.org/W2089154872', 'https://openalex.org/W2089713288', 'https://openalex.org/W2090044366', 'https://openalex.org/W2090175640', 'https://openalex.org/W2093013992', 'https://openalex.org/W2096851468', 'https://openalex.org/W2099491642', 'https://openalex.org/W2102327977', 'https://openalex.org/W2107008239', 'https://openalex.org/W2107240342', 'https://openalex.org/W2107486259', 'https://openalex.org/W2111560326', 'https://openalex.org/W2112187582', 'https://openalex.org/W2119764013', 'https://openalex.org/W2121633863', 'https://openalex.org/W2122635106', 'https://openalex.org/W2123039682', 'https://openalex.org/W2124116044', 'https://openalex.org/W2124373678', 'https://openalex.org/W2125153740', 'https://openalex.org/W2126210405', 'https://openalex.org/W2126400039', 'https://openalex.org/W2128384671', 'https://openalex.org/W2128891846', 'https://openalex.org/W2129062330', 'https://openalex.org/W2129396527', 'https://openalex.org/W2129935560', 'https://openalex.org/W2129991672', 'https://openalex.org/W2130512072', 'https://openalex.org/W2132603657', 'https://openalex.org/W2141003137', 'https://openalex.org/W2142755954', 'https://openalex.org/W2146865049', 'https://openalex.org/W2147116051', 'https://openalex.org/W2147993839', 'https://openalex.org/W2148525460', 'https://openalex.org/W2150079601', 'https://openalex.org/W2154974799', 'https://openalex.org/W2155366992', 'https://openalex.org/W2156281143', 'https://openalex.org/W2157303955', 'https://openalex.org/W2166595775', 'https://openalex.org/W2167056256', 'https://openalex.org/W2169599832', 'https://openalex.org/W2170114979', 'https://openalex.org/W2170609747', 'https://openalex.org/W2171471266', 'https://openalex.org/W2171618078', 'https://openalex.org/W2409894076'], 'related_works': ['https://openalex.org/W2121354606', 'https://openalex.org/W2134921841', 'https://openalex.org/W2159401023', 'https://openalex.org/W2257805971', 'https://openalex.org/W2260459001', 'https://openalex.org/W2780439829', 'https://openalex.org/W2804246866', 'https://openalex.org/W2905073085', 'https://openalex.org/W2917685500', 'https://openalex.org/W4213002622'], 'ngrams_url': 'https://api.openalex.org/works/W2121354606/ngrams', 'abstract_inverted_index': {'Cells': [0], 'release': [1], 'into': [2], 'the': [3, 54, 67, 91], 'extracellular': [4, 23], 'environment': [5], 'diverse': [6], 'types': [7], 'of': [8, 11, 30, 41, 53, 62, 69, 79, 93], 'membrane': [9, 15, 42], 'vesicles': [10, 24], 'endosomal': [12], 'and': [13, 19, 43, 47, 60, 95, 104], 'plasma': [14], 'origin': [16], 'called': [17], 'exosomes': [18], 'microvesicles,': [20], 'respectively.': [21], 'These': [22], '(EVs)': [25], 'represent': [26], 'an': [27], 'important': [28], 'mode': [29], 'intercellular': [31], 'communication': [32], 'by': [33], 'serving': [34], 'as': [35], 'vehicles': [36], 'for': [37, 57, 100], 'transfer': [38], 'between': [39], 'cells': [40], 'cytosolic': [44], 'proteins,': [45], 'lipids,': [46], 'RNA.': [48], 'Deficiencies': [49], 'in': [50, 83], 'our': [51], 'knowledge': [52], 'molecular': [55], 'mechanisms': [56, 99], 'EV': [58], 'formation': [59], 'lack': [61], 'methods': [63], 'to': [64], 'interfere': [65], 'with': [66, 72], 'packaging': [68], 'cargo': [70], 'or': [71], 'vesicle': [73], 'release,': [74], 'however,': [75], 'still': [76], 'hamper': [77], 'identification': [78], 'their': [80, 101], 'physiological': [81], 'relevance': [82], 'vivo.': [84], 'In': [85], 'this': [86], 'review,': [87], 'we': [88], 'focus': [89], 'on': [90, 96], 'characterization': [92], 'EVs': [94], 'currently': [97], 'proposed': [98], 'formation,': [102], 'targeting,': [103], 'function.': [105]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2121354606', 'counts_by_year': [{'year': 2023, 'cited_by_count': 538}, {'year': 2022, 'cited_by_count': 820}, {'year': 2021, 'cited_by_count': 895}, {'year': 2020, 'cited_by_count': 871}, {'year': 2019, 'cited_by_count': 671}, {'year': 2018, 'cited_by_count': 632}, {'year': 2017, 'cited_by_count': 553}, {'year': 2016, 'cited_by_count': 440}, {'year': 2015, 'cited_by_count': 279}, {'year': 2014, 'cited_by_count': 198}, {'year': 2013, 'cited_by_count': 39}], 'updated_date': '2023-10-04T05:56:49.675367', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2118295263', 'doi': 'https://doi.org/10.1038/nature02403', 'title': 'The worldwide leaf economics spectrum', 'display_name': 'The worldwide leaf economics spectrum', 'publication_year': 2004, 'publication_date': '2004-04-01', 'ids': {'openalex': 'https://openalex.org/W2118295263', 'doi': 'https://doi.org/10.1038/nature02403', 'mag': '2118295263', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/15103368'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nature02403', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'http://conservancy.umn.edu/bitstream/11299/176900/1/Wright%20et%20al%202004.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5028139677', 'display_name': 'Ian J. Wright', 'orcid': 'https://orcid.org/0000-0001-8338-9143'}, 'institutions': [{'id': 'https://openalex.org/I99043593', 'display_name': 'Macquarie University', 'ror': 'https://ror.org/01sf06y89', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I99043593']}], 'countries': ['AU'], 'is_corresponding': True, 'raw_author_name': 'Ian J. Wright', 'raw_affiliation_string': 'Department of Biological Sciences, Macquarie University, New South Wales, Australia', 'raw_affiliation_strings': ['Department of Biological Sciences, Macquarie University, New South Wales, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044264078', 'display_name': 'Peter B. Reich', 'orcid': 'https://orcid.org/0000-0003-4424-662X'}, 'institutions': [{'id': 'https://openalex.org/I1322780083', 'display_name': 'Minnesota Department of Natural Resources', 'ror': 'https://ror.org/056vcnr65', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1322780083']}, {'id': 'https://openalex.org/I130238516', 'display_name': 'University of Minnesota', 'ror': 'https://ror.org/017zqws13', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I130238516', 'https://openalex.org/I2800403580']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Peter B. Reich', 'raw_affiliation_string': 'Department of Forest Resources, University of Minnesota, St Paul, USA', 'raw_affiliation_strings': ['Department of Forest Resources, University of Minnesota, St Paul, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006801508', 'display_name': 'Mark Westoby', 'orcid': 'https://orcid.org/0000-0001-7690-4530'}, 'institutions': [{'id': 'https://openalex.org/I99043593', 'display_name': 'Macquarie University', 'ror': 'https://ror.org/01sf06y89', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I99043593']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Mark Westoby', 'raw_affiliation_string': 'Department of Biological Sciences, Macquarie University, New South Wales, Australia', 'raw_affiliation_strings': ['Department of Biological Sciences, Macquarie University, New South Wales, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062999942', 'display_name': 'David D. Ackerly', 'orcid': 'https://orcid.org/0000-0002-1847-7398'}, 'institutions': [{'id': 'https://openalex.org/I97018004', 'display_name': 'Stanford University', 'ror': 'https://ror.org/00f54p054', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I97018004']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'David D. Ackerly', 'raw_affiliation_string': 'Department of Biological Sciences, Stanford University, Stanford, USA', 'raw_affiliation_strings': ['Department of Biological Sciences, Stanford University, Stanford, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037253468', 'display_name': 'Zdravko Baruch', 'orcid': 'https://orcid.org/0000-0002-7264-4812'}, 'institutions': [{'id': 'https://openalex.org/I629287', 'display_name': 'Simón Bolívar University', 'ror': 'https://ror.org/01ak5cj98', 'country_code': 'VE', 'type': 'education', 'lineage': ['https://openalex.org/I629287']}], 'countries': ['VE'], 'is_corresponding': False, 'raw_author_name': 'Zdravko Baruch', 'raw_affiliation_string': 'Departamento de Estudios Ambientales, Universidad Simón Bolivar, Caracas, Venezuela', 'raw_affiliation_strings': ['Departamento de Estudios Ambientales, Universidad Simón Bolivar, Caracas, Venezuela']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059282890', 'display_name': 'Frans Bongers', 'orcid': 'https://orcid.org/0000-0002-8431-6189'}, 'institutions': [{'id': 'https://openalex.org/I913481162', 'display_name': 'Wageningen University & Research', 'ror': 'https://ror.org/04qw24q55', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I913481162']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Frans Bongers', 'raw_affiliation_string': 'Forest Ecology and Forest Management Group, Department of Environmental Sciences, Wageningen University, Wageningen, The Netherlands', 'raw_affiliation_strings': ['Forest Ecology and Forest Management Group, Department of Environmental Sciences, Wageningen University, Wageningen, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041317932', 'display_name': 'Jeannine Cavender‐Bares', 'orcid': 'https://orcid.org/0000-0003-3375-9630'}, 'institutions': [{'id': 'https://openalex.org/I52218309', 'display_name': 'Smithsonian Environmental Research Center', 'ror': 'https://ror.org/032a13752', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I103187081', 'https://openalex.org/I52218309']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jeannine Cavender-Bares', 'raw_affiliation_string': 'Smithsonian Environmental Research Center, USA', 'raw_affiliation_strings': ['Smithsonian Environmental Research Center, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003690199', 'display_name': 'Terry Chapin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I141472210', 'display_name': 'University of Alaska Fairbanks', 'ror': 'https://ror.org/01j7nq853', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I141472210', 'https://openalex.org/I2802090665']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Terry Chapin', 'raw_affiliation_string': 'Institute of Arctic Biology, University of Alaska, Fairbanks, USA', 'raw_affiliation_strings': ['Institute of Arctic Biology, University of Alaska, Fairbanks, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004631615', 'display_name': 'Johannes H. C. Cornelissen', 'orcid': 'https://orcid.org/0000-0002-2346-1585'}, 'institutions': [{'id': 'https://openalex.org/I865915315', 'display_name': 'Vrije Universiteit Amsterdam', 'ror': 'https://ror.org/008xxew50', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I865915315']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Johannes H. C. Cornelissen', 'raw_affiliation_string': 'Institute of Ecological Science, Department of Systems Ecology, Vrije Universiteit, Amsterdam, The Netherlands', 'raw_affiliation_strings': ['Institute of Ecological Science, Department of Systems Ecology, Vrije Universiteit, Amsterdam, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024530154', 'display_name': 'Matthias Diemer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I202697423', 'display_name': 'University of Zurich', 'ror': 'https://ror.org/02crff812', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I202697423']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Matthias Diemer', 'raw_affiliation_string': 'Institute für Umweltwissensch, University of Zurich, Zurich, Switzerland', 'raw_affiliation_strings': ['Institute für Umweltwissensch, University of Zurich, Zurich, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012286871', 'display_name': 'Jaume Flexas', 'orcid': 'https://orcid.org/0000-0002-3069-175X'}, 'institutions': [], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Jaume Flexas', 'raw_affiliation_string': 'Departament de Biologia, Laboratori de Fisiologia Vegetal, Universidad de Illes Balears, Illes Balears, Spain', 'raw_affiliation_strings': ['Departament de Biologia, Laboratori de Fisiologia Vegetal, Universidad de Illes Balears, Illes Balears, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035575373', 'display_name': 'Éric Garnier', 'orcid': 'https://orcid.org/0000-0002-9392-5154'}, 'institutions': [{'id': 'https://openalex.org/I4210089824', 'display_name': "Centre d'Écologie Fonctionnelle et Évolutive", 'ror': 'https://ror.org/008rywf59', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I159885104', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I24906876', 'https://openalex.org/I4210088668', 'https://openalex.org/I4210089824', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210107625', 'https://openalex.org/I4210136436', 'https://openalex.org/I4210166444']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Eric Garnier', 'raw_affiliation_string': "Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France", 'raw_affiliation_strings': ["Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082409817', 'display_name': 'Philip K. Groom', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I205640436', 'display_name': 'Curtin University', 'ror': 'https://ror.org/02n415q13', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I205640436']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Philip K. Groom', 'raw_affiliation_string': 'Department of Environmental Biology, Curtin University of Technology, Perth, Australia', 'raw_affiliation_strings': ['Department of Environmental Biology, Curtin University of Technology, Perth, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057139024', 'display_name': 'Javier Gulías', 'orcid': None}, 'institutions': [], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Javier Gulias', 'raw_affiliation_string': 'Departament de Biologia, Laboratori de Fisiologia Vegetal, Universidad de Illes Balears, Illes Balears, Spain', 'raw_affiliation_strings': ['Departament de Biologia, Laboratori de Fisiologia Vegetal, Universidad de Illes Balears, Illes Balears, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029597228', 'display_name': 'Kouki Hikosaka', 'orcid': 'https://orcid.org/0000-0003-1744-3775'}, 'institutions': [{'id': 'https://openalex.org/I201537933', 'display_name': 'Tohoku University', 'ror': 'https://ror.org/01dq60k83', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I201537933']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Kouki Hikosaka', 'raw_affiliation_string': 'Graduate School of Life Sciences, Tohoku University, Aoba, Sendai, Japan', 'raw_affiliation_strings': ['Graduate School of Life Sciences, Tohoku University, Aoba, Sendai, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057290137', 'display_name': 'Byron B. Lamont', 'orcid': 'https://orcid.org/0000-0001-9279-7149'}, 'institutions': [{'id': 'https://openalex.org/I205640436', 'display_name': 'Curtin University', 'ror': 'https://ror.org/02n415q13', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I205640436']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Byron B. Lamont', 'raw_affiliation_string': 'Department of Environmental Biology, Curtin University of Technology, Perth, Australia', 'raw_affiliation_strings': ['Department of Environmental Biology, Curtin University of Technology, Perth, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032129273', 'display_name': 'Tali D. Lee', 'orcid': 'https://orcid.org/0000-0002-3933-6607'}, 'institutions': [{'id': 'https://openalex.org/I124727415', 'display_name': 'University of Wisconsin–Eau Claire', 'ror': 'https://ror.org/03mnm0t94', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I124727415', 'https://openalex.org/I1304256225']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Tali Lee', 'raw_affiliation_string': 'Department of Biology, University of Wisconsin-Eau Claire, Eau Claire, USA', 'raw_affiliation_strings': ['Department of Biology, University of Wisconsin-Eau Claire, Eau Claire, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048222625', 'display_name': 'William Lee', 'orcid': 'https://orcid.org/0000-0002-0650-1442'}, 'institutions': [{'id': 'https://openalex.org/I86609021', 'display_name': 'Manaaki Whenua – Landcare Research', 'ror': 'https://ror.org/02p9cyn66', 'country_code': 'NZ', 'type': 'government', 'lineage': ['https://openalex.org/I2799419803', 'https://openalex.org/I86609021']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'William Lee', 'raw_affiliation_string': 'Landcare Research, Dunedin, New Zealand', 'raw_affiliation_strings': ['Landcare Research, Dunedin, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052046414', 'display_name': 'Christopher H. Lusk', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I172787465', 'display_name': 'University of Concepción', 'ror': 'https://ror.org/0460jpj73', 'country_code': 'CL', 'type': 'education', 'lineage': ['https://openalex.org/I172787465']}], 'countries': ['CL'], 'is_corresponding': False, 'raw_author_name': 'Christopher Lusk', 'raw_affiliation_string': 'Departamento de Botánica, Universidad de Concepción, Concepción, Chile', 'raw_affiliation_strings': ['Departamento de Botánica, Universidad de Concepción, Concepción, Chile']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048912887', 'display_name': 'Jeremy J. Midgley', 'orcid': 'https://orcid.org/0000-0001-7831-2301'}, 'institutions': [{'id': 'https://openalex.org/I157614274', 'display_name': 'University of Cape Town', 'ror': 'https://ror.org/03p74gp79', 'country_code': 'ZA', 'type': 'education', 'lineage': ['https://openalex.org/I157614274']}], 'countries': ['ZA'], 'is_corresponding': False, 'raw_author_name': 'Jeremy J. Midgley', 'raw_affiliation_string': 'Department of Botany, University of Cape Town, Rondebosch, South Africa', 'raw_affiliation_strings': ['Department of Botany, University of Cape Town, Rondebosch, South Africa']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079886289', 'display_name': 'Marie‐Laure Navas', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210089824', 'display_name': "Centre d'Écologie Fonctionnelle et Évolutive", 'ror': 'https://ror.org/008rywf59', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I159885104', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I24906876', 'https://openalex.org/I4210088668', 'https://openalex.org/I4210089824', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210107625', 'https://openalex.org/I4210136436', 'https://openalex.org/I4210166444']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Marie-Laure Navas', 'raw_affiliation_string': "Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France", 'raw_affiliation_strings': ["Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023326297', 'display_name': 'Ülo Niinemets', 'orcid': 'https://orcid.org/0000-0002-3078-2192'}, 'institutions': [{'id': 'https://openalex.org/I56085075', 'display_name': 'University of Tartu', 'ror': 'https://ror.org/03z77qz90', 'country_code': 'EE', 'type': 'education', 'lineage': ['https://openalex.org/I56085075']}], 'countries': ['EE'], 'is_corresponding': False, 'raw_author_name': 'Ülo Niinemets', 'raw_affiliation_string': 'Department of Plant Physiology, University of Tartu, Tartu, Estonia', 'raw_affiliation_strings': ['Department of Plant Physiology, University of Tartu, Tartu, Estonia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5059384280', 'display_name': 'Jacek Oleksyn', 'orcid': 'https://orcid.org/0000-0002-6576-3258'}, 'institutions': [{'id': 'https://openalex.org/I1322780083', 'display_name': 'Minnesota Department of Natural Resources', 'ror': 'https://ror.org/056vcnr65', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1322780083']}, {'id': 'https://openalex.org/I130238516', 'display_name': 'University of Minnesota', 'ror': 'https://ror.org/017zqws13', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I130238516', 'https://openalex.org/I2800403580']}, {'id': 'https://openalex.org/I4210107922', 'display_name': 'Institute of Dendrology', 'ror': 'https://ror.org/01kjc7m95', 'country_code': 'PL', 'type': 'facility', 'lineage': ['https://openalex.org/I4210107922', 'https://openalex.org/I99542240']}, {'id': 'https://openalex.org/I99542240', 'display_name': 'Polish Academy of Sciences', 'ror': 'https://ror.org/01dr6c206', 'country_code': 'PL', 'type': 'government', 'lineage': ['https://openalex.org/I99542240']}], 'countries': ['PL', 'US'], 'is_corresponding': False, 'raw_author_name': 'Jacek Oleksyn', 'raw_affiliation_string': 'Department of Forest Resources, University of Minnesota, St Paul, USA; Polish Academy of Sciences, Institute of Dendrology, Kornik, Poland', 'raw_affiliation_strings': ['Department of Forest Resources, University of Minnesota, St Paul, USA', 'Polish Academy of Sciences, Institute of Dendrology, Kornik, Poland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5020171320', 'display_name': 'Noriyuki Osada', 'orcid': 'https://orcid.org/0000-0002-7767-0446'}, 'institutions': [{'id': 'https://openalex.org/I161296585', 'display_name': 'Tokyo University of Science', 'ror': 'https://ror.org/05sj3n476', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I161296585']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Noriyuki Osada', 'raw_affiliation_string': 'Nikko Botanical Garden, Graduate School of Science, University of Tokyo, Nikko, Tochigi, Japan', 'raw_affiliation_strings': ['Nikko Botanical Garden, Graduate School of Science, University of Tokyo, Nikko, Tochigi, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073309142', 'display_name': 'Hendrik Poorter', 'orcid': 'https://orcid.org/0000-0001-9900-2433'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Hendrik Poorter', 'raw_affiliation_string': 'Plant Ecophysiology, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Plant Ecophysiology, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5056015980', 'display_name': 'Pieter Poot', 'orcid': 'https://orcid.org/0000-0001-7721-0696'}, 'institutions': [{'id': 'https://openalex.org/I177877127', 'display_name': 'University of Western Australia', 'ror': 'https://ror.org/047272k79', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I177877127']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Pieter Poot', 'raw_affiliation_string': 'School of Plant Biology, University of Western Australia, Crawley, Australia', 'raw_affiliation_strings': ['School of Plant Biology, University of Western Australia, Crawley, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091454893', 'display_name': 'Lynda D. Prior', 'orcid': 'https://orcid.org/0000-0002-5511-2320'}, 'institutions': [{'id': 'https://openalex.org/I29894533', 'display_name': 'Charles Darwin University', 'ror': 'https://ror.org/048zcaj52', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I29894533']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Lynda Prior', 'raw_affiliation_string': 'Key Centre for Tropical Wildlife Management, Charles Darwin University, Northern Territory, Darwin, Australia', 'raw_affiliation_strings': ['Key Centre for Tropical Wildlife Management, Charles Darwin University, Northern Territory, Darwin, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016559122', 'display_name': 'V. I. P’yankov', 'orcid': None}, 'institutions': [], 'countries': ['RU'], 'is_corresponding': False, 'raw_author_name': 'Vladimir I. Pyankov', 'raw_affiliation_string': 'Ural State University, Yekaterinburg, Russia', 'raw_affiliation_strings': ['Ural State University, Yekaterinburg, Russia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032846592', 'display_name': 'Catherine Roumet', 'orcid': 'https://orcid.org/0000-0003-1320-9770'}, 'institutions': [{'id': 'https://openalex.org/I4210089824', 'display_name': "Centre d'Écologie Fonctionnelle et Évolutive", 'ror': 'https://ror.org/008rywf59', 'country_code': 'FR', 'type': 'facility', 'lineage': ['https://openalex.org/I159885104', 'https://openalex.org/I19894307', 'https://openalex.org/I208215962', 'https://openalex.org/I24906876', 'https://openalex.org/I4210088668', 'https://openalex.org/I4210089824', 'https://openalex.org/I4210095130', 'https://openalex.org/I4210107625', 'https://openalex.org/I4210136436', 'https://openalex.org/I4210166444']}, {'id': 'https://openalex.org/I1294671590', 'display_name': 'French National Centre for Scientific Research', 'ror': 'https://ror.org/02feahw73', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I1294671590']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Catherine Roumet', 'raw_affiliation_string': "Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France", 'raw_affiliation_strings': ["Centre d'Ecologie Fonctionnelle et Evolutive, CNRS, UMR 5175, Montpellier cedex, France"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5000618157', 'display_name': 'Sean C. Thomas', 'orcid': 'https://orcid.org/0000-0002-0686-2483'}, 'institutions': [{'id': 'https://openalex.org/I185261750', 'display_name': 'University of Toronto', 'ror': 'https://ror.org/03dbr7087', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I185261750']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Sean C. Thomas', 'raw_affiliation_string': 'Faculty of Forestry, University of Toronto, Toronto, Canada', 'raw_affiliation_strings': ['Faculty of Forestry, University of Toronto, Toronto, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5065668860', 'display_name': 'Mark G. Tjoelker', 'orcid': 'https://orcid.org/0000-0003-4607-5238'}, 'institutions': [{'id': 'https://openalex.org/I91045830', 'display_name': 'Texas A&M University', 'ror': 'https://ror.org/01f5ytq51', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I173268674', 'https://openalex.org/I91045830']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mark G. Tjoelker', 'raw_affiliation_string': 'Department of Forest Science, Texas A&M University, College Station, USA', 'raw_affiliation_strings': ['Department of Forest Science, Texas A&M University, College Station, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5021315401', 'display_name': 'Erik J. Veneklaas', 'orcid': 'https://orcid.org/0000-0002-7030-4056'}, 'institutions': [{'id': 'https://openalex.org/I177877127', 'display_name': 'University of Western Australia', 'ror': 'https://ror.org/047272k79', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I177877127']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Erik J. Veneklaas', 'raw_affiliation_string': 'School of Plant Biology, University of Western Australia, Crawley, Australia', 'raw_affiliation_strings': ['School of Plant Biology, University of Western Australia, Crawley, Australia']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5022344138', 'display_name': 'Rafael Villar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I53110688', 'display_name': 'University of Córdoba', 'ror': 'https://ror.org/05yc77b46', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I53110688']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Rafael Villar', 'raw_affiliation_string': 'Area de Ecología, Campus de Rabanales, Universidad de Córdoba, Córdoba, Spain', 'raw_affiliation_strings': ['Area de Ecología, Campus de Rabanales, Universidad de Córdoba, Córdoba, Spain']}], 'countries_distinct_count': 15, 'institutions_distinct_count': 28, 'corresponding_author_ids': ['https://openalex.org/A5028139677'], 'corresponding_institution_ids': ['https://openalex.org/I99043593'], 'apc_list': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'apc_paid': {'value': 9750, 'currency': 'EUR', 'value_usd': 11690, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 5531, 'biblio': {'volume': '428', 'issue': '6985', 'first_page': '821', 'last_page': '827'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C89920630', 'wikidata': 'https://www.wikidata.org/wiki/Q101998', 'display_name': 'Biome', 'level': 3, 'score': 0.8530239}, {'id': 'https://openalex.org/C106934330', 'wikidata': 'https://www.wikidata.org/wiki/Q1971873', 'display_name': 'Trait', 'level': 2, 'score': 0.7461662}, {'id': 'https://openalex.org/C2776615292', 'wikidata': 'https://www.wikidata.org/wiki/Q7574996', 'display_name': 'Specific leaf area', 'level': 3, 'score': 0.6329256}, {'id': 'https://openalex.org/C2780946806', 'wikidata': 'https://www.wikidata.org/wiki/Q7201515', 'display_name': 'Plant functional type', 'level': 3, 'score': 0.53333193}, {'id': 'https://openalex.org/C2779303498', 'wikidata': 'https://www.wikidata.org/wiki/Q6725527', 'display_name': 'Leaf size', 'level': 2, 'score': 0.51952535}, {'id': 'https://openalex.org/C142796444', 'wikidata': 'https://www.wikidata.org/wiki/Q181394', 'display_name': 'Nutrient', 'level': 2, 'score': 0.492739}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.49192715}, {'id': 'https://openalex.org/C2778755073', 'wikidata': 'https://www.wikidata.org/wiki/Q10858537', 'display_name': 'Scale (ratio)', 'level': 2, 'score': 0.48284608}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.45461094}, {'id': 'https://openalex.org/C2776133958', 'wikidata': 'https://www.wikidata.org/wiki/Q7918366', 'display_name': 'Vegetation (pathology)', 'level': 2, 'score': 0.41248602}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.36210573}, {'id': 'https://openalex.org/C59822182', 'wikidata': 'https://www.wikidata.org/wiki/Q441', 'display_name': 'Botany', 'level': 1, 'score': 0.34437713}, {'id': 'https://openalex.org/C183688256', 'wikidata': 'https://www.wikidata.org/wiki/Q11982', 'display_name': 'Photosynthesis', 'level': 2, 'score': 0.3313625}, {'id': 'https://openalex.org/C110872660', 'wikidata': 'https://www.wikidata.org/wiki/Q37813', 'display_name': 'Ecosystem', 'level': 2, 'score': 0.2976633}, {'id': 'https://openalex.org/C205649164', 'wikidata': 'https://www.wikidata.org/wiki/Q1071', 'display_name': 'Geography', 'level': 0, 'score': 0.23983255}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.14409792}, {'id': 'https://openalex.org/C58640448', 'wikidata': 'https://www.wikidata.org/wiki/Q42515', 'display_name': 'Cartography', 'level': 1, 'score': 0.1009644}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C142724271', 'wikidata': 'https://www.wikidata.org/wiki/Q7208', 'display_name': 'Pathology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C199360897', 'wikidata': 'https://www.wikidata.org/wiki/Q9143', 'display_name': 'Programming language', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D002980', 'descriptor_name': 'Climate', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D005843', 'descriptor_name': 'Geography', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': True}, {'descriptor_ui': 'D018533', 'descriptor_name': 'Biomass', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017753', 'descriptor_name': 'Ecosystem', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008954', 'descriptor_name': 'Models, Biological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009747', 'descriptor_name': 'Nutritional Physiological Phenomena', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010788', 'descriptor_name': 'Photosynthesis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': 'Q000254', 'qualifier_name': 'growth & development', 'is_major_topic': False}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': 'Q000033', 'qualifier_name': 'anatomy & histology', 'is_major_topic': False}, {'descriptor_ui': 'D018515', 'descriptor_name': 'Plant Leaves', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011891', 'descriptor_name': 'Rain', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 4, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nature02403', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S137773608', 'display_name': 'Nature', 'issn_l': '0028-0836', 'issn': ['1476-4687', '0028-0836'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11299/176900', 'pdf_url': 'http://conservancy.umn.edu/bitstream/11299/176900/1/Wright%20et%20al%202004.pdf', 'source': {'id': 'https://openalex.org/S4306402521', 'display_name': 'University of Minnesota Digital Conservancy (University of Minnesota)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130238516', 'host_organization_name': 'University of Minnesota', 'host_organization_lineage': ['https://openalex.org/I130238516'], 'host_organization_lineage_names': ['University of Minnesota'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10995/112236', 'pdf_url': 'https://elar.urfu.ru/bitstream/10995/112236/1/2-s2.0-11144357645.pdf', 'source': {'id': 'https://openalex.org/S4306401522', 'display_name': 'Electronic scientific archive of UrFU (Ural Federal University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130823665', 'host_organization_name': 'Ural Federal University', 'host_organization_lineage': ['https://openalex.org/I130823665'], 'host_organization_lineage_names': ['Ural Federal University'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/15103368', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11299/176900', 'pdf_url': 'http://conservancy.umn.edu/bitstream/11299/176900/1/Wright%20et%20al%202004.pdf', 'source': {'id': 'https://openalex.org/S4306402521', 'display_name': 'University of Minnesota Digital Conservancy (University of Minnesota)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I130238516', 'host_organization_name': 'University of Minnesota', 'host_organization_lineage': ['https://openalex.org/I130238516'], 'host_organization_lineage_names': ['University of Minnesota'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.62}], 'grants': [], 'referenced_works_count': 41, 'referenced_works': ['https://openalex.org/W1657306314', 'https://openalex.org/W1981533496', 'https://openalex.org/W2012187461', 'https://openalex.org/W2012456614', 'https://openalex.org/W2031418293', 'https://openalex.org/W2036828757', 'https://openalex.org/W2042760595', 'https://openalex.org/W2058835813', 'https://openalex.org/W2060864193', 'https://openalex.org/W2062627036', 'https://openalex.org/W2066163557', 'https://openalex.org/W2067945500', 'https://openalex.org/W2076306922', 'https://openalex.org/W2081858128', 'https://openalex.org/W2089049615', 'https://openalex.org/W2098916819', 'https://openalex.org/W2114118310', 'https://openalex.org/W2118425913', 'https://openalex.org/W2119619836', 'https://openalex.org/W2120423689', 'https://openalex.org/W2128584137', 'https://openalex.org/W2131795541', 'https://openalex.org/W2136448175', 'https://openalex.org/W2139710557', 'https://openalex.org/W2152599683', 'https://openalex.org/W2154524337', 'https://openalex.org/W2154948142', 'https://openalex.org/W2155285359', 'https://openalex.org/W2156805939', 'https://openalex.org/W2156903881', 'https://openalex.org/W2163521665', 'https://openalex.org/W2165441477', 'https://openalex.org/W2179545855', 'https://openalex.org/W2181150263', 'https://openalex.org/W2231279108', 'https://openalex.org/W2479619805', 'https://openalex.org/W4237143226', 'https://openalex.org/W4243034052', 'https://openalex.org/W4247573241', 'https://openalex.org/W4298466131', 'https://openalex.org/W4302383021'], 'related_works': ['https://openalex.org/W146262768', 'https://openalex.org/W2118295263', 'https://openalex.org/W2425914095', 'https://openalex.org/W2597407486', 'https://openalex.org/W2892087403', 'https://openalex.org/W2901387751', 'https://openalex.org/W2902097943', 'https://openalex.org/W2914099451', 'https://openalex.org/W3202341238', 'https://openalex.org/W4214950050'], 'ngrams_url': 'https://api.openalex.org/works/W2118295263/ngrams', 'abstract_inverted_index': {'Bringing': [0], 'together': [1], 'leaf': [2, 24, 71, 90, 95, 118], 'trait': [3, 98], 'data': [4], 'spanning': [5], '2,548': [6], 'species': [7], 'and': [8, 31, 46, 51, 97, 108, 121, 133, 139], '175': [9], 'sites': [10], 'we': [11], 'describe,': [12], 'for': [13, 129], 'the': [14, 65, 75, 117], 'first': [15], 'time': [16], 'at': [17, 74], 'global': [18, 76], 'scale,': [19], 'a': [20], 'universal': [21], 'spectrum': [22, 35, 66, 120], 'of': [23, 27, 44, 55, 94, 116], 'economics': [25, 119], 'consisting': [26], 'key': [28], 'chemical,': [29], 'structural': [30], 'physiological': [32], 'properties.': [33], 'The': [34], 'runs': [36], 'from': [37], 'quick': [38], 'to': [39], 'slow': [40], 'return': [41], 'on': [42], 'investments': [43], 'nutrients': [45], 'dry': [47], 'mass': [48], 'in': [49, 68, 88], 'leaves,': [50], 'operates': [52], 'largely': [53], 'independently': [54], 'growth': [56], 'form,': [57], 'plant': [58, 80], 'functional': [59, 81, 84], 'type': [60], 'or': [61], 'biome.': [62], 'Categories': [63], 'along': [64], 'would,': [67], 'general,': [69], 'describe': [70], 'economic': [72], 'variation': [73], 'scale': [77], 'better': [78], 'than': [79], 'types,': [82], 'because': [83], 'types': [85], 'overlap': [86], 'substantially': [87], 'their': [89], 'traits.': [91], 'Overall,': [92], 'modulation': [93], 'traits': [96], 'relationships': [99], 'by': [100], 'climate': [101, 125], 'is': [102], 'surprisingly': [103], 'modest,': [104], 'although': [105], 'some': [106], 'striking': [107], 'significant': [109], 'patterns': [110], 'can': [111], 'be': [112], 'seen.': [113], 'Reliable': [114], 'quantification': [115], 'its': [122], 'interaction': [123], 'with': [124], 'will': [126], 'prove': [127], 'valuable': [128], 'modelling': [130], 'nutrient': [131], 'fluxes': [132], 'vegetation': [134], 'boundaries': [135], 'under': [136], 'changing': [137], 'land-use': [138], 'climate.': [140]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2118295263', 'counts_by_year': [{'year': 2023, 'cited_by_count': 452}, {'year': 2022, 'cited_by_count': 541}, {'year': 2021, 'cited_by_count': 531}, {'year': 2020, 'cited_by_count': 455}, {'year': 2019, 'cited_by_count': 474}, {'year': 2018, 'cited_by_count': 344}, {'year': 2017, 'cited_by_count': 309}, {'year': 2016, 'cited_by_count': 330}, {'year': 2015, 'cited_by_count': 313}, {'year': 2014, 'cited_by_count': 296}, {'year': 2013, 'cited_by_count': 270}, {'year': 2012, 'cited_by_count': 233}], 'updated_date': '2023-09-30T10:57:34.275746', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1991308688', 'doi': 'https://doi.org/10.1007/s10584-011-0148-z', 'title': 'The representative concentration pathways: an overview', 'display_name': 'The representative concentration pathways: an overview', 'publication_year': 2011, 'publication_date': '2011-08-05', 'ids': {'openalex': 'https://openalex.org/W1991308688', 'doi': 'https://doi.org/10.1007/s10584-011-0148-z', 'mag': '1991308688'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/s10584-011-0148-z', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/s10584-011-0148-z.pdf', 'source': {'id': 'https://openalex.org/S204799461', 'display_name': 'Climatic Change', 'issn_l': '0165-0009', 'issn': ['0165-0009', '1573-1480'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'https://link.springer.com/content/pdf/10.1007/s10584-011-0148-z.pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5082748474', 'display_name': 'Detlef van Vuuren', 'orcid': 'https://orcid.org/0000-0003-0398-2831'}, 'institutions': [{'id': 'https://openalex.org/I1326018075', 'display_name': 'Netherlands Environmental Assessment Agency', 'ror': 'https://ror.org/052x1hs80', 'country_code': 'NL', 'type': 'facility', 'lineage': ['https://openalex.org/I1326018075', 'https://openalex.org/I331567899']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Detlef P. van Vuuren', 'raw_affiliation_string': 'PBL Netherlands Environmental Assessment Agency, AH Bilthoven, The Netherlands; Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['PBL Netherlands Environmental Assessment Agency, AH Bilthoven, The Netherlands', 'Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002143026', 'display_name': 'Jae Edmonds', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I112475681', 'display_name': 'Joint Global Change Research Institute', 'ror': 'https://ror.org/058cmd703', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I112475681', 'https://openalex.org/I142606810', 'https://openalex.org/I66946132']}, {'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jae Edmonds', 'raw_affiliation_string': 'Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA', 'raw_affiliation_strings': ['Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5057527241', 'display_name': 'Mikiko Kainuma', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I200202764', 'display_name': 'National Institute for Environmental Studies', 'ror': 'https://ror.org/02hw5fp67', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I200202764']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Mikiko Kainuma', 'raw_affiliation_string': 'National Institute for Environmental Studies (NIES), Tsukuba, Japan', 'raw_affiliation_strings': ['National Institute for Environmental Studies (NIES), Tsukuba, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035238849', 'display_name': 'Keywan Riahi', 'orcid': 'https://orcid.org/0000-0001-7193-3498'}, 'institutions': [{'id': 'https://openalex.org/I1317774081', 'display_name': 'International Institute for Applied Systems Analysis', 'ror': 'https://ror.org/02wfhk785', 'country_code': 'AT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1317774081']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Keywan Riahi', 'raw_affiliation_string': 'International Institute for Applied System Analysis, Laxenburg, Austria', 'raw_affiliation_strings': ['International Institute for Applied System Analysis, Laxenburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5037289317', 'display_name': 'Allison M. Thomson', 'orcid': 'https://orcid.org/0000-0001-5326-1755'}, 'institutions': [{'id': 'https://openalex.org/I112475681', 'display_name': 'Joint Global Change Research Institute', 'ror': 'https://ror.org/058cmd703', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I112475681', 'https://openalex.org/I142606810', 'https://openalex.org/I66946132']}, {'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Allison Thomson', 'raw_affiliation_string': 'Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA', 'raw_affiliation_strings': ['Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5028171286', 'display_name': 'Kathy Hibbard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}, {'id': 'https://openalex.org/I116545467', 'display_name': 'University of Mary', 'ror': 'https://ror.org/055f0jp24', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I116545467']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kathy Hibbard', 'raw_affiliation_string': 'Atmospheric Sciences and Global Change Division, Pacific Northwest National Laboratory and the University of Maryland, Richland, USA', 'raw_affiliation_strings': ['Atmospheric Sciences and Global Change Division, Pacific Northwest National Laboratory and the University of Maryland, Richland, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031682856', 'display_name': 'George C. Hurtt', 'orcid': 'https://orcid.org/0000-0001-7278-202X'}, 'institutions': [{'id': 'https://openalex.org/I112475681', 'display_name': 'Joint Global Change Research Institute', 'ror': 'https://ror.org/058cmd703', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I112475681', 'https://openalex.org/I142606810', 'https://openalex.org/I66946132']}, {'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}, {'id': 'https://openalex.org/I66946132', 'display_name': 'University of Maryland, College Park', 'ror': 'https://ror.org/047s2c258', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I1317227900', 'https://openalex.org/I66946132']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'George C. Hurtt', 'raw_affiliation_string': 'Department of Geography, University of Maryland, College Park, USA; Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA', 'raw_affiliation_strings': ['Department of Geography, University of Maryland, College Park, USA', 'Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066635961', 'display_name': 'Tom Kram', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1326018075', 'display_name': 'Netherlands Environmental Assessment Agency', 'ror': 'https://ror.org/052x1hs80', 'country_code': 'NL', 'type': 'facility', 'lineage': ['https://openalex.org/I1326018075', 'https://openalex.org/I331567899']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Tom Kram', 'raw_affiliation_string': 'PBL Netherlands Environmental Assessment Agency, AH Bilthoven, The Netherlands', 'raw_affiliation_strings': ['PBL Netherlands Environmental Assessment Agency, AH Bilthoven, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5002659722', 'display_name': 'Volker Krey', 'orcid': 'https://orcid.org/0000-0003-0307-3515'}, 'institutions': [{'id': 'https://openalex.org/I1317774081', 'display_name': 'International Institute for Applied Systems Analysis', 'ror': 'https://ror.org/02wfhk785', 'country_code': 'AT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1317774081']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Volker Krey', 'raw_affiliation_string': 'International Institute for Applied System Analysis, Laxenburg, Austria', 'raw_affiliation_strings': ['International Institute for Applied System Analysis, Laxenburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023864655', 'display_name': 'J. F. Lamarque', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I107766831', 'display_name': 'National Center for Atmospheric Research', 'ror': 'https://ror.org/05cvfcr44', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I107766831', 'https://openalex.org/I2799356940']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Jean Francois Lamarque', 'raw_affiliation_string': 'Atmospheric Chemistry Division, National Center for Atmospheric Research, Boulder, USA', 'raw_affiliation_strings': ['Atmospheric Chemistry Division, National Center for Atmospheric Research, Boulder, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5070175112', 'display_name': 'Toshihiko Masui', 'orcid': 'https://orcid.org/0000-0002-4001-4824'}, 'institutions': [{'id': 'https://openalex.org/I200202764', 'display_name': 'National Institute for Environmental Studies', 'ror': 'https://ror.org/02hw5fp67', 'country_code': 'JP', 'type': 'education', 'lineage': ['https://openalex.org/I200202764']}], 'countries': ['JP'], 'is_corresponding': False, 'raw_author_name': 'Toshihiko Masui', 'raw_affiliation_string': 'National Institute for Environmental Studies (NIES), Tsukuba, Japan', 'raw_affiliation_strings': ['National Institute for Environmental Studies (NIES), Tsukuba, Japan']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008924658', 'display_name': 'Malte Meinshausen', 'orcid': 'https://orcid.org/0000-0003-4048-3521'}, 'institutions': [{'id': 'https://openalex.org/I60200437', 'display_name': 'Potsdam Institute for Climate Impact Research', 'ror': 'https://ror.org/03e8s1d88', 'country_code': 'DE', 'type': 'facility', 'lineage': ['https://openalex.org/I315704651', 'https://openalex.org/I60200437']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Malte Meinshausen', 'raw_affiliation_string': 'Potsdam Institute for Climate Impact Research (PIK), Potsdam, Germany', 'raw_affiliation_strings': ['Potsdam Institute for Climate Impact Research (PIK), Potsdam, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001783200', 'display_name': 'Nebojša Nakićenović', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1317774081', 'display_name': 'International Institute for Applied Systems Analysis', 'ror': 'https://ror.org/02wfhk785', 'country_code': 'AT', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1317774081']}, {'id': 'https://openalex.org/I145847075', 'display_name': 'TU Wien', 'ror': 'https://ror.org/04d836q62', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I145847075']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Nebojsa Nakicenovic', 'raw_affiliation_string': 'International Institute for Applied System Analysis, Laxenburg, Austria; Vienna University of Technology, Vienna, Austria', 'raw_affiliation_strings': ['International Institute for Applied System Analysis, Laxenburg, Austria', 'Vienna University of Technology, Vienna, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5016947364', 'display_name': 'Steven J. Smith', 'orcid': 'https://orcid.org/0000-0002-3369-4534'}, 'institutions': [{'id': 'https://openalex.org/I112475681', 'display_name': 'Joint Global Change Research Institute', 'ror': 'https://ror.org/058cmd703', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I112475681', 'https://openalex.org/I142606810', 'https://openalex.org/I66946132']}, {'id': 'https://openalex.org/I142606810', 'display_name': 'Pacific Northwest National Laboratory', 'ror': 'https://ror.org/05h992307', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I1330989302', 'https://openalex.org/I142606810']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Steven J. Smith', 'raw_affiliation_string': 'Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA', 'raw_affiliation_strings': ['Joint Global Change Research Institute, Pacific Northwest National Laboratory and the University of Maryland, College Park, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5034105218', 'display_name': 'Steven K. Rose', 'orcid': 'https://orcid.org/0000-0003-0682-8565'}, 'institutions': [{'id': 'https://openalex.org/I1335486098', 'display_name': 'Electric Power Research Institute', 'ror': 'https://ror.org/02dqztz06', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1335486098']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Steven K. Rose', 'raw_affiliation_string': 'Electric Power Research Institute, Palo Alto, USA', 'raw_affiliation_strings': ['Electric Power Research Institute, Palo Alto, USA']}], 'countries_distinct_count': 5, 'institutions_distinct_count': 12, 'corresponding_author_ids': ['https://openalex.org/A5082748474'], 'corresponding_institution_ids': ['https://openalex.org/I1326018075', 'https://openalex.org/I193662353'], 'apc_list': {'value': 3290, 'currency': 'EUR', 'value_usd': 3990, 'provenance': 'doaj'}, 'apc_paid': {'value': 3290, 'currency': 'EUR', 'value_usd': 3990, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 5530, 'biblio': {'volume': '109', 'issue': '1-2', 'first_page': '5', 'last_page': '31'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778760939', 'wikidata': 'https://www.wikidata.org/wiki/Q7314241', 'display_name': 'Representative Concentration Pathways', 'level': 4, 'score': 0.9472337}, {'id': 'https://openalex.org/C39432304', 'wikidata': 'https://www.wikidata.org/wiki/Q188847', 'display_name': 'Environmental science', 'level': 0, 'score': 0.7206502}, {'id': 'https://openalex.org/C47737302', 'wikidata': 'https://www.wikidata.org/wiki/Q167336', 'display_name': 'Greenhouse gas', 'level': 2, 'score': 0.62290835}, {'id': 'https://openalex.org/C99578197', 'wikidata': 'https://www.wikidata.org/wiki/Q1463606', 'display_name': 'Radiative forcing', 'level': 3, 'score': 0.5923304}, {'id': 'https://openalex.org/C168754636', 'wikidata': 'https://www.wikidata.org/wiki/Q620920', 'display_name': 'Climate model', 'level': 3, 'score': 0.49548447}, {'id': 'https://openalex.org/C132651083', 'wikidata': 'https://www.wikidata.org/wiki/Q7942', 'display_name': 'Climate change', 'level': 2, 'score': 0.49160916}, {'id': 'https://openalex.org/C2780648208', 'wikidata': 'https://www.wikidata.org/wiki/Q3001793', 'display_name': 'Land cover', 'level': 3, 'score': 0.42307112}, {'id': 'https://openalex.org/C4792198', 'wikidata': 'https://www.wikidata.org/wiki/Q1165944', 'display_name': 'Land use', 'level': 2, 'score': 0.36416745}, {'id': 'https://openalex.org/C49204034', 'wikidata': 'https://www.wikidata.org/wiki/Q52139', 'display_name': 'Climatology', 'level': 1, 'score': 0.33210182}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.09863919}, {'id': 'https://openalex.org/C147176958', 'wikidata': 'https://www.wikidata.org/wiki/Q77590', 'display_name': 'Civil engineering', 'level': 1, 'score': 0.09672013}, {'id': 'https://openalex.org/C18903297', 'wikidata': 'https://www.wikidata.org/wiki/Q7150', 'display_name': 'Ecology', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C127313418', 'wikidata': 'https://www.wikidata.org/wiki/Q1069', 'display_name': 'Geology', 'level': 0, 'score': 0.0}], 'mesh': [], 'locations_count': 3, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/s10584-011-0148-z', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/s10584-011-0148-z.pdf', 'source': {'id': 'https://openalex.org/S204799461', 'display_name': 'Climatic Change', 'issn_l': '0165-0009', 'issn': ['0165-0009', '1573-1480'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://publications.pik-potsdam.de/pubman/item/item_17475', 'pdf_url': 'https://publications.pik-potsdam.de/pubman/item/item_17475_1/component/file_17476/5217.pdf', 'source': {'id': 'https://openalex.org/S4306400891', 'display_name': 'Publication Database PIK (Potsdam Institute for Climate Impact Research (PIK))', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I60200437', 'host_organization_name': 'Potsdam Institute for Climate Impact Research', 'host_organization_lineage': ['https://openalex.org/I60200437'], 'host_organization_lineage_names': ['Potsdam Institute for Climate Impact Research'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/314088', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/314088/0148_z.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1007/s10584-011-0148-z', 'pdf_url': 'https://link.springer.com/content/pdf/10.1007/s10584-011-0148-z.pdf', 'source': {'id': 'https://openalex.org/S204799461', 'display_name': 'Climatic Change', 'issn_l': '0165-0009', 'issn': ['0165-0009', '1573-1480'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/13', 'display_name': 'Climate action', 'score': 0.78}], 'grants': [], 'referenced_works_count': 31, 'referenced_works': ['https://openalex.org/W1895518694', 'https://openalex.org/W1986124765', 'https://openalex.org/W1997065014', 'https://openalex.org/W1997466867', 'https://openalex.org/W2010134782', 'https://openalex.org/W2010693672', 'https://openalex.org/W2017900025', 'https://openalex.org/W2034188327', 'https://openalex.org/W2036877639', 'https://openalex.org/W2052305988', 'https://openalex.org/W2054653365', 'https://openalex.org/W2067087368', 'https://openalex.org/W2071756666', 'https://openalex.org/W2074625570', 'https://openalex.org/W2080481328', 'https://openalex.org/W2082562995', 'https://openalex.org/W2085772619', 'https://openalex.org/W2104302493', 'https://openalex.org/W2108940449', 'https://openalex.org/W2119855777', 'https://openalex.org/W2123186171', 'https://openalex.org/W2123627601', 'https://openalex.org/W2127376629', 'https://openalex.org/W2136080546', 'https://openalex.org/W2144151958', 'https://openalex.org/W2154665623', 'https://openalex.org/W2158999820', 'https://openalex.org/W2169606954', 'https://openalex.org/W2170086526', 'https://openalex.org/W2171357716', 'https://openalex.org/W2171984413'], 'related_works': ['https://openalex.org/W94007795', 'https://openalex.org/W1990345816', 'https://openalex.org/W2050069927', 'https://openalex.org/W2123659855', 'https://openalex.org/W3029928337', 'https://openalex.org/W3208854956', 'https://openalex.org/W4289170324', 'https://openalex.org/W4296560318', 'https://openalex.org/W4296560382', 'https://openalex.org/W4313430979'], 'ngrams_url': 'https://api.openalex.org/works/W1991308688/ngrams', 'abstract_inverted_index': {'This': [0], 'paper': [1], 'summarizes': [2], 'the': [3, 10, 23, 41, 51, 63, 97, 172, 179, 198], 'development': [4, 206], 'process': [5], 'and': [6, 32, 78, 93, 104, 109, 149, 156, 210, 218, 223], 'main': [7], 'characteristics': [8], 'of': [9, 17, 43, 65, 106, 178], 'Representative': [11], 'Concentration': [12, 189], 'Pathways': [13], '(RCPs),': [14], 'a': [15, 28, 86, 116, 133, 175, 212], 'set': [16, 89], 'four': [18, 37], 'new': [19], 'pathways': [20], 'developed': [21], 'for': [22, 30, 96, 144, 215], 'climate': [24, 73, 194, 208], 'modeling': [25, 34, 195], 'community': [26], 'as': [27], 'basis': [29], 'long-term': [31], 'near-term': [33], 'experiments.': [35], 'The': [36, 60, 82, 138, 182, 201], 'RCPs': [38, 61, 173, 183, 202], 'together': [39], 'span': [40], 'range': [42, 177], 'year': [44, 199], '2100': [45], 'radiative': [46], 'forcing': [47], 'values': [48], 'found': [49], 'in': [50, 207], 'open': [52], 'literature,': [53], 'i.e.': [54], 'from': [55], '2.6': [56], 'to': [57, 100, 158], '8.5': [58], 'W/m2.': [59], 'are': [62, 112, 184, 203], 'product': [64, 84], 'an': [66, 204], 'innovative': [67], 'collaboration': [68], 'between': [69], 'integrated': [70, 140], 'assessment': [71, 141], 'modelers,': [72, 74], 'terrestrial': [75], 'ecosystem': [76], 'modelers': [77], 'emission': [79], 'inventory': [80], 'experts.': [81], 'resulting': [83], 'forms': [85], 'comprehensive': [87], 'data': [88, 151], 'with': [90, 123, 161, 186], 'high': [91], 'spatial': [92, 121], 'sectoral': [94], 'resolutions': [95], 'period': [98], 'extending': [99], '2100.': [101], 'Land': [102], 'use': [103], 'emissions': [105, 148, 221], 'air': [107, 124], 'pollutants': [108, 125], 'greenhouse': [110], 'gases': [111], 'reported': [113], 'mostly': [114], 'at': [115], '0.5': [117, 119], '×': [118], 'degree': [120], 'resolution,': [122], 'also': [126], 'provided': [127], 'per': [128], 'sector': [129], '(for': [130], 'well-mixed': [131], 'gases,': [132], 'coarser': [134], 'resolution': [135], 'is': [136], 'used).': [137], 'underlying': [139], 'model': [142], 'outputs': [143], 'land': [145], 'use,': [146], 'atmospheric': [147], 'concentration': [150], 'were': [152], 'harmonized': [153], 'across': [154], 'models': [155], 'scenarios': [157], 'ensure': [159], 'consistency': [160], 'historical': [162], 'observations': [163], 'while': [164], 'preserving': [165], 'individual': [166], 'scenario': [167], 'trends.': [168], 'For': [169], 'most': [170], 'variables,': [171], 'cover': [174], 'wide': [176], 'existing': [180], 'literature.': [181], 'supplemented': [185], 'extensions': [187], '(Extended': [188], 'Pathways,': [190], 'ECPs),': [191], 'which': [192], 'allow': [193], 'experiments': [196], 'through': [197], '2300.': [200], 'important': [205], 'research': [209, 217], 'provide': [211], 'potential': [213], 'foundation': [214], 'further': [216], 'assessment,': [219], 'including': [220], 'mitigation': [222], 'impact': [224], 'analysis.': [225]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1991308688', 'counts_by_year': [{'year': 2023, 'cited_by_count': 367}, {'year': 2022, 'cited_by_count': 576}, {'year': 2021, 'cited_by_count': 712}, {'year': 2020, 'cited_by_count': 720}, {'year': 2019, 'cited_by_count': 604}, {'year': 2018, 'cited_by_count': 569}, {'year': 2017, 'cited_by_count': 483}, {'year': 2016, 'cited_by_count': 447}, {'year': 2015, 'cited_by_count': 403}, {'year': 2014, 'cited_by_count': 288}, {'year': 2013, 'cited_by_count': 223}, {'year': 2012, 'cited_by_count': 106}], 'updated_date': '2023-10-03T05:41:00.020093', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2125872855', 'doi': 'https://doi.org/10.1038/nrm2330', 'title': 'Membrane lipids: where they are and how they behave', 'display_name': 'Membrane lipids: where they are and how they behave', 'publication_year': 2008, 'publication_date': '2008-02-01', 'ids': {'openalex': 'https://openalex.org/W2125872855', 'doi': 'https://doi.org/10.1038/nrm2330', 'mag': '2125872855', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/18216768', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/2642958'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nrm2330', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S196724125', 'display_name': 'Nature Reviews Molecular Cell Biology', 'issn_l': '1471-0072', 'issn': ['1471-0072', '1471-0080'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/33200/16.%20van%20Meer%202008%20pp112-24%2c%2008.pdf?sequence=1&isAllowed=y', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5030256996', 'display_name': 'Gerrit van Meer', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Gerrit van Meer', 'raw_affiliation_string': 'Bijvoet Center and Institute of Biomembranes, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Bijvoet Center and Institute of Biomembranes, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044700206', 'display_name': 'Dennis R. Voelker', 'orcid': 'https://orcid.org/0000-0002-3254-6644'}, 'institutions': [{'id': 'https://openalex.org/I3019586173', 'display_name': 'National Jewish Health', 'ror': 'https://ror.org/016z2bp30', 'country_code': 'US', 'type': 'healthcare', 'lineage': ['https://openalex.org/I3019586173']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Dennis R. Voelker', 'raw_affiliation_string': 'Department of Medicine, National Jewish Medical Research Center, Denver, USA', 'raw_affiliation_strings': ['Department of Medicine, National Jewish Medical Research Center, Denver, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5063759089', 'display_name': 'Gerald W. Feigenson', 'orcid': 'https://orcid.org/0000-0002-3821-8166'}, 'institutions': [{'id': 'https://openalex.org/I205783295', 'display_name': 'Cornell University', 'ror': 'https://ror.org/05bnh6r87', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I205783295']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Gerald W. Feigenson', 'raw_affiliation_string': 'Department of Molecular Biology and Genetics, Cornell University, Ithaca, USA', 'raw_affiliation_strings': ['Department of Molecular Biology and Genetics, Cornell University, Ithaca, USA']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 3, 'corresponding_author_ids': ['https://openalex.org/A5030256996'], 'corresponding_institution_ids': ['https://openalex.org/I193662353'], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 5333, 'biblio': {'volume': '9', 'issue': '2', 'first_page': '112', 'last_page': '124'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C41625074', 'wikidata': 'https://www.wikidata.org/wiki/Q176088', 'display_name': 'Membrane', 'level': 2, 'score': 0.71741223}, {'id': 'https://openalex.org/C125501631', 'wikidata': 'https://www.wikidata.org/wiki/Q1587185', 'display_name': 'Biological membrane', 'level': 3, 'score': 0.5944145}, {'id': 'https://openalex.org/C39944091', 'wikidata': 'https://www.wikidata.org/wiki/Q423279', 'display_name': 'Lipid bilayer', 'level': 3, 'score': 0.59119505}, {'id': 'https://openalex.org/C96942376', 'wikidata': 'https://www.wikidata.org/wiki/Q21130714', 'display_name': 'Catabolism', 'level': 3, 'score': 0.59082943}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.5019841}, {'id': 'https://openalex.org/C1008401', 'wikidata': 'https://www.wikidata.org/wiki/Q184681', 'display_name': 'Anabolism', 'level': 2, 'score': 0.5000646}, {'id': 'https://openalex.org/C107565407', 'wikidata': 'https://www.wikidata.org/wiki/Q6815134', 'display_name': 'Membrane lipids', 'level': 3, 'score': 0.49891734}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.4960576}, {'id': 'https://openalex.org/C12554922', 'wikidata': 'https://www.wikidata.org/wiki/Q7100', 'display_name': 'Biophysics', 'level': 1, 'score': 0.45021892}, {'id': 'https://openalex.org/C55493867', 'wikidata': 'https://www.wikidata.org/wiki/Q7094', 'display_name': 'Biochemistry', 'level': 1, 'score': 0.38047457}, {'id': 'https://openalex.org/C181199279', 'wikidata': 'https://www.wikidata.org/wiki/Q8047', 'display_name': 'Enzyme', 'level': 2, 'score': 0.35046786}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.32837126}], 'mesh': [{'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D008051', 'descriptor_name': 'Lipid Bilayers', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': True}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001671', 'descriptor_name': 'Biochemistry', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D001671', 'descriptor_name': 'Biochemistry', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001703', 'descriptor_name': 'Biophysics', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': False}, {'descriptor_ui': 'D001703', 'descriptor_name': 'Biophysics', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002462', 'descriptor_name': 'Cell Membrane', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003600', 'descriptor_name': 'Cytosol', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D003600', 'descriptor_name': 'Cytosol', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006056', 'descriptor_name': 'Golgi Apparatus', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D006056', 'descriptor_name': 'Golgi Apparatus', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008051', 'descriptor_name': 'Lipid Bilayers', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008055', 'descriptor_name': 'Lipids', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D008055', 'descriptor_name': 'Lipids', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008954', 'descriptor_name': 'Models, Biological', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010713', 'descriptor_name': 'Phosphatidylcholines', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D010713', 'descriptor_name': 'Phosphatidylcholines', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D021381', 'descriptor_name': 'Protein Transport', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 5, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1038/nrm2330', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S196724125', 'display_name': 'Nature Reviews Molecular Cell Biology', 'issn_l': '1471-0072', 'issn': ['1471-0072', '1471-0080'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319908', 'host_organization_name': 'Nature Portfolio', 'host_organization_lineage': ['https://openalex.org/P4310319908', 'https://openalex.org/P4310319965'], 'host_organization_lineage_names': ['Nature Portfolio', 'Springer Nature'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/33200', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/33200/16.%20van%20Meer%202008%20pp112-24%2c%2008.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc2642958', 'pdf_url': 'https://europepmc.org/articles/pmc2642958?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2642958', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/18216768', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/33200', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/33200/16.%20van%20Meer%202008%20pp112-24%2c%2008.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/15', 'display_name': 'Life in Land', 'score': 0.35}, {'id': 'https://metadata.un.org/sdg/14', 'display_name': 'Life below water', 'score': 0.11}], 'grants': [], 'referenced_works_count': 120, 'referenced_works': ['https://openalex.org/W1489573754', 'https://openalex.org/W1519919607', 'https://openalex.org/W1539102283', 'https://openalex.org/W1568987948', 'https://openalex.org/W1583090955', 'https://openalex.org/W1583154040', 'https://openalex.org/W1586395651', 'https://openalex.org/W1669771493', 'https://openalex.org/W1844745998', 'https://openalex.org/W1937590177', 'https://openalex.org/W1964679889', 'https://openalex.org/W1967816643', 'https://openalex.org/W1977272323', 'https://openalex.org/W1979089005', 'https://openalex.org/W1981261838', 'https://openalex.org/W1982880498', 'https://openalex.org/W1986880706', 'https://openalex.org/W1988215270', 'https://openalex.org/W1988807673', 'https://openalex.org/W1989126866', 'https://openalex.org/W1990627676', 'https://openalex.org/W1992603021', 'https://openalex.org/W1996395796', 'https://openalex.org/W1996477510', 'https://openalex.org/W1996977823', 'https://openalex.org/W1997469380', 'https://openalex.org/W1997673080', 'https://openalex.org/W1997900152', 'https://openalex.org/W1998697778', 'https://openalex.org/W1999955296', 'https://openalex.org/W2000638372', 'https://openalex.org/W2000764878', 'https://openalex.org/W2001277908', 'https://openalex.org/W2001901220', 'https://openalex.org/W2001956269', 'https://openalex.org/W2002475067', 'https://openalex.org/W2003372992', 'https://openalex.org/W2003895492', 'https://openalex.org/W2005025746', 'https://openalex.org/W2008178647', 'https://openalex.org/W2008265157', 'https://openalex.org/W2008291568', 'https://openalex.org/W2008765490', 'https://openalex.org/W2009559464', 'https://openalex.org/W2014903703', 'https://openalex.org/W2016689892', 'https://openalex.org/W2024039941', 'https://openalex.org/W2024372419', 'https://openalex.org/W2028626877', 'https://openalex.org/W2034450620', 'https://openalex.org/W2035998354', 'https://openalex.org/W2037787296', 'https://openalex.org/W2042481140', 'https://openalex.org/W2045155470', 'https://openalex.org/W2047138447', 'https://openalex.org/W2047695457', 'https://openalex.org/W2048658013', 'https://openalex.org/W2049027987', 'https://openalex.org/W2049185462', 'https://openalex.org/W2050896765', 'https://openalex.org/W2052246936', 'https://openalex.org/W2053380205', 'https://openalex.org/W2055401750', 'https://openalex.org/W2062089314', 'https://openalex.org/W2062337964', 'https://openalex.org/W2062501171', 'https://openalex.org/W2063412344', 'https://openalex.org/W2068592796', 'https://openalex.org/W2068602562', 'https://openalex.org/W2069331019', 'https://openalex.org/W2069921134', 'https://openalex.org/W2071251525', 'https://openalex.org/W2072033208', 'https://openalex.org/W2072384875', 'https://openalex.org/W2075530070', 'https://openalex.org/W2081681270', 'https://openalex.org/W2083696553', 'https://openalex.org/W2086853859', 'https://openalex.org/W2090515621', 'https://openalex.org/W2091589417', 'https://openalex.org/W2091884933', 'https://openalex.org/W2096623610', 'https://openalex.org/W2096769282', 'https://openalex.org/W2101934167', 'https://openalex.org/W2122187054', 'https://openalex.org/W2124948961', 'https://openalex.org/W2125738893', 'https://openalex.org/W2126835844', 'https://openalex.org/W2129932192', 'https://openalex.org/W2133172971', 'https://openalex.org/W2134723427', 'https://openalex.org/W2135164336', 'https://openalex.org/W2135585405', 'https://openalex.org/W2135859072', 'https://openalex.org/W2138623102', 'https://openalex.org/W2141189073', 'https://openalex.org/W2141521022', 'https://openalex.org/W2141612710', 'https://openalex.org/W2142300557', 'https://openalex.org/W2142471033', 'https://openalex.org/W2143213067', 'https://openalex.org/W2144447780', 'https://openalex.org/W2144576353', 'https://openalex.org/W2148231248', 'https://openalex.org/W2151276945', 'https://openalex.org/W2151603054', 'https://openalex.org/W2152528438', 'https://openalex.org/W2154925541', 'https://openalex.org/W2156802128', 'https://openalex.org/W2160816118', 'https://openalex.org/W2164091619', 'https://openalex.org/W2164186679', 'https://openalex.org/W2164227168', 'https://openalex.org/W2164565944', 'https://openalex.org/W2165852907', 'https://openalex.org/W2503386386', 'https://openalex.org/W3192085238', 'https://openalex.org/W4231733340', 'https://openalex.org/W4241922471', 'https://openalex.org/W4255794096'], 'related_works': ['https://openalex.org/W1819983349', 'https://openalex.org/W1877370551', 'https://openalex.org/W2082591809', 'https://openalex.org/W2093666789', 'https://openalex.org/W2792213734', 'https://openalex.org/W3110055093', 'https://openalex.org/W3118491887', 'https://openalex.org/W3171224921', 'https://openalex.org/W3216040407', 'https://openalex.org/W4310920922'], 'ngrams_url': 'https://api.openalex.org/works/W2125872855/ngrams', 'abstract_inverted_index': {'Throughout': [0], 'the': [1, 11, 16, 35, 49, 56, 75, 90], 'biological': [2], 'world,': [3], 'a': [4, 31], '30': [5], 'A': [6], 'hydrophobic': [7], 'film': [8], 'typically': [9], 'delimits': [10], 'environments': [12], 'that': [13], 'serve': [14], 'as': [15], 'margin': [17], 'between': [18], 'life': [19], 'and': [20, 26, 37, 54, 68, 72, 82, 93], 'death': [21], 'for': [22], 'individual': [23, 98], 'cells.': [24], 'Biochemical': [25], 'biophysical': [27], 'findings': [28], 'have': [29], 'provided': [30], 'detailed': [32], 'model': [33], 'of': [34, 39, 44, 61, 80, 96], 'composition': [36], 'structure': [38], 'membranes,': [40], 'which': [41], 'includes': [42], 'levels': [43], 'dynamic': [45], 'organization': [46], 'both': [47], 'across': [48], 'lipid': [50], 'bilayer': [51], '(lipid': [52, 59], 'asymmetry)': [53], 'in': [55], 'lateral': [57], 'dimension': [58], 'domains)': [60], 'membranes.': [62], 'How': [63], 'do': [64], 'cells': [65], 'apply': [66], 'anabolic': [67], 'catabolic': [69], 'enzymes,': [70], 'translocases': [71], 'transporters,': [73], 'plus': [74], 'intrinsic': [76], 'physical': [77], 'phase': [78], 'behaviour': [79], 'lipids': [81], 'their': [83, 97], 'interactions': [84], 'with': [85], 'membrane': [86], 'proteins,': [87], 'to': [88], 'create': [89], 'unique': [91], 'compositions': [92], 'multiple': [94], 'functionalities': [95], 'membranes?': [99]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2125872855', 'counts_by_year': [{'year': 2023, 'cited_by_count': 390}, {'year': 2022, 'cited_by_count': 518}, {'year': 2021, 'cited_by_count': 573}, {'year': 2020, 'cited_by_count': 532}, {'year': 2019, 'cited_by_count': 482}, {'year': 2018, 'cited_by_count': 429}, {'year': 2017, 'cited_by_count': 380}, {'year': 2016, 'cited_by_count': 398}, {'year': 2015, 'cited_by_count': 336}, {'year': 2014, 'cited_by_count': 324}, {'year': 2013, 'cited_by_count': 246}, {'year': 2012, 'cited_by_count': 232}], 'updated_date': '2023-10-02T13:18:34.352844', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2107648723', 'doi': 'https://doi.org/10.1016/j.cell.2006.10.018', 'title': 'Wnt/β-Catenin Signaling in Development and Disease', 'display_name': 'Wnt/β-Catenin Signaling in Development and Disease', 'publication_year': 2006, 'publication_date': '2006-11-01', 'ids': {'openalex': 'https://openalex.org/W2107648723', 'doi': 'https://doi.org/10.1016/j.cell.2006.10.018', 'mag': '2107648723', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/17081971'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2006.10.018', 'pdf_url': 'http://www.cell.com/article/S0092867406013444/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://www.cell.com/article/S0092867406013444/pdf', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5062248785', 'display_name': 'Hans Clevers', 'orcid': 'https://orcid.org/0000-0002-3077-5582'}, 'institutions': [{'id': 'https://openalex.org/I4210115206', 'display_name': 'Hubrecht Institute for Developmental Biology and Stem Cell Research', 'ror': 'https://ror.org/023qc4a07', 'country_code': 'NL', 'type': 'facility', 'lineage': ['https://openalex.org/I1322597698', 'https://openalex.org/I4210115206']}, {'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': True, 'raw_author_name': 'Hans Clevers', 'raw_affiliation_string': 'Hubrecht Laboratory and Utrecht University, Uppsalalaan 8, 3584CT, Utrecht, the Netherlands', 'raw_affiliation_strings': ['Hubrecht Laboratory and Utrecht University, Uppsalalaan 8, 3584CT, Utrecht, the Netherlands']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 2, 'corresponding_author_ids': ['https://openalex.org/A5062248785'], 'corresponding_institution_ids': ['https://openalex.org/I4210115206', 'https://openalex.org/I193662353'], 'apc_list': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'apc_paid': {'value': 10100, 'currency': 'USD', 'value_usd': 10100, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 4956, 'biblio': {'volume': '127', 'issue': '3', 'first_page': '469', 'last_page': '480'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.9508548}, {'id': 'https://openalex.org/C137620995', 'wikidata': 'https://www.wikidata.org/wiki/Q155769', 'display_name': 'Wnt signaling pathway', 'level': 3, 'score': 0.820804}, {'id': 'https://openalex.org/C2779134260', 'wikidata': 'https://www.wikidata.org/wiki/Q12136', 'display_name': 'Disease', 'level': 2, 'score': 0.5566079}, {'id': 'https://openalex.org/C30145163', 'wikidata': 'https://www.wikidata.org/wiki/Q384104', 'display_name': 'Catenin', 'level': 4, 'score': 0.5235802}, {'id': 'https://openalex.org/C62478195', 'wikidata': 'https://www.wikidata.org/wiki/Q828130', 'display_name': 'Signal transduction', 'level': 2, 'score': 0.52013975}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.47810382}, {'id': 'https://openalex.org/C2779324961', 'wikidata': 'https://www.wikidata.org/wiki/Q1634046', 'display_name': 'Beta-catenin', 'level': 4, 'score': 0.47571832}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.3851863}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.38329792}, {'id': 'https://openalex.org/C502942594', 'wikidata': 'https://www.wikidata.org/wiki/Q3421914', 'display_name': 'Cancer research', 'level': 1, 'score': 0.34483784}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.16729796}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D015398', 'descriptor_name': 'Signal Transduction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D015534', 'descriptor_name': 'Trans-Activators', 'qualifier_ui': 'Q000502', 'qualifier_name': 'physiology', 'is_major_topic': True}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000818', 'descriptor_name': 'Animals', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D047108', 'descriptor_name': 'Embryonic Development', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018507', 'descriptor_name': 'Gene Expression Regulation, Developmental', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015972', 'descriptor_name': 'Gene Expression Regulation, Neoplastic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018095', 'descriptor_name': 'Germ-Line Mutation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007414', 'descriptor_name': 'Intestinal Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007414', 'descriptor_name': 'Intestinal Neoplasms', 'qualifier_ui': 'Q000209', 'qualifier_name': 'etiology', 'is_major_topic': False}, {'descriptor_ui': 'D015534', 'descriptor_name': 'Trans-Activators', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D051153', 'descriptor_name': 'Wnt Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D051176', 'descriptor_name': 'beta Catenin', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2006.10.018', 'pdf_url': 'http://www.cell.com/article/S0092867406013444/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/17081971', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/j.cell.2006.10.018', 'pdf_url': 'http://www.cell.com/article/S0092867406013444/pdf', 'source': {'id': 'https://openalex.org/S110447773', 'display_name': 'Cell', 'issn_l': '0092-8674', 'issn': ['0092-8674', '1097-4172'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315673', 'host_organization_name': 'Cell Press', 'host_organization_lineage': ['https://openalex.org/P4310320990', 'https://openalex.org/P4310315673'], 'host_organization_lineage_names': ['Elsevier BV', 'Cell Press'], 'type': 'journal'}, 'license': 'publisher-specific-oa', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.42}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.16}], 'grants': [], 'referenced_works_count': 112, 'referenced_works': ['https://openalex.org/W1484268538', 'https://openalex.org/W1504655784', 'https://openalex.org/W1511545125', 'https://openalex.org/W1564357553', 'https://openalex.org/W1611720630', 'https://openalex.org/W1631692643', 'https://openalex.org/W1635607892', 'https://openalex.org/W1640296793', 'https://openalex.org/W1666932156', 'https://openalex.org/W1858233634', 'https://openalex.org/W1902879109', 'https://openalex.org/W1967137553', 'https://openalex.org/W1967243795', 'https://openalex.org/W1967897273', 'https://openalex.org/W1971388047', 'https://openalex.org/W1972666776', 'https://openalex.org/W1973422437', 'https://openalex.org/W1975993620', 'https://openalex.org/W1976353556', 'https://openalex.org/W1980344438', 'https://openalex.org/W1983641693', 'https://openalex.org/W1989215255', 'https://openalex.org/W1989962446', 'https://openalex.org/W1990236663', 'https://openalex.org/W1990768206', 'https://openalex.org/W1991756459', 'https://openalex.org/W1991959472', 'https://openalex.org/W1996984755', 'https://openalex.org/W2000042026', 'https://openalex.org/W2000572318', 'https://openalex.org/W2002725330', 'https://openalex.org/W2004379183', 'https://openalex.org/W2004823255', 'https://openalex.org/W2008221746', 'https://openalex.org/W2009684443', 'https://openalex.org/W2011842366', 'https://openalex.org/W2012962381', 'https://openalex.org/W2013548303', 'https://openalex.org/W2015222495', 'https://openalex.org/W2015270157', 'https://openalex.org/W2017048635', 'https://openalex.org/W2017632960', 'https://openalex.org/W2017668082', 'https://openalex.org/W2017862163', 'https://openalex.org/W2018602900', 'https://openalex.org/W2024791799', 'https://openalex.org/W2025453970', 'https://openalex.org/W2027304196', 'https://openalex.org/W2028574954', 'https://openalex.org/W2029042594', 'https://openalex.org/W2030491643', 'https://openalex.org/W2031522329', 'https://openalex.org/W2033106726', 'https://openalex.org/W2038073573', 'https://openalex.org/W2039424163', 'https://openalex.org/W2041827225', 'https://openalex.org/W2042082068', 'https://openalex.org/W2043046936', 'https://openalex.org/W2047694154', 'https://openalex.org/W2048873522', 'https://openalex.org/W2052749020', 'https://openalex.org/W2055824128', 'https://openalex.org/W2057830803', 'https://openalex.org/W2059813946', 'https://openalex.org/W2066078074', 'https://openalex.org/W2067526109', 'https://openalex.org/W2067937471', 'https://openalex.org/W2068229316', 'https://openalex.org/W2070642667', 'https://openalex.org/W2071397057', 'https://openalex.org/W2072895744', 'https://openalex.org/W2076073895', 'https://openalex.org/W2077487482', 'https://openalex.org/W2078591745', 'https://openalex.org/W2081758458', 'https://openalex.org/W2081985759', 'https://openalex.org/W2082387343', 'https://openalex.org/W2083574228', 'https://openalex.org/W2084771679', 'https://openalex.org/W2086267296', 'https://openalex.org/W2087560312', 'https://openalex.org/W2090636859', 'https://openalex.org/W2091138883', 'https://openalex.org/W2093531978', 'https://openalex.org/W2095537830', 'https://openalex.org/W2097806230', 'https://openalex.org/W2100070586', 'https://openalex.org/W2100701799', 'https://openalex.org/W2102091298', 'https://openalex.org/W2102512718', 'https://openalex.org/W2104764813', 'https://openalex.org/W2104989755', 'https://openalex.org/W2116610925', 'https://openalex.org/W2117156715', 'https://openalex.org/W2118453722', 'https://openalex.org/W2119284420', 'https://openalex.org/W2120155792', 'https://openalex.org/W2125566651', 'https://openalex.org/W2135715423', 'https://openalex.org/W2138224451', 'https://openalex.org/W2139739677', 'https://openalex.org/W2146167376', 'https://openalex.org/W2147864074', 'https://openalex.org/W2152123530', 'https://openalex.org/W2155507705', 'https://openalex.org/W2155603123', 'https://openalex.org/W2157756800', 'https://openalex.org/W2163170981', 'https://openalex.org/W2165781463', 'https://openalex.org/W2165924903', 'https://openalex.org/W2171996338', 'https://openalex.org/W2472955934'], 'related_works': ['https://openalex.org/W2012919091', 'https://openalex.org/W2034792192', 'https://openalex.org/W2047578621', 'https://openalex.org/W2382776397', 'https://openalex.org/W2550335841', 'https://openalex.org/W2783287126', 'https://openalex.org/W2807440658', 'https://openalex.org/W2887190758', 'https://openalex.org/W4220768843', 'https://openalex.org/W4323923351'], 'ngrams_url': 'https://api.openalex.org/works/W2107648723/ngrams', 'abstract_inverted_index': {'A': [0, 80, 1407, 1660, 1991, 2050, 2605, 3278, 3545, 3656], 'remarkable': [1, 81], 'interdisciplinary': [2, 82], 'effort': [3, 83], 'has': [4, 84, 691, 1019, 1348, 2333, 2817, 3981, 4133], 'unraveled': [5, 85], 'the': [6, 15, 57, 72, 86, 95, 137, 152, 181, 202, 212, 216, 230, 304, 312, 328, 343, 350, 360, 373, 393, 412, 435, 476, 511, 537, 547, 563, 580, 586, 609, 638, 696, 744, 790, 838, 936, 968, 991, 1007, 1011, 1061, 1066, 1086, 1089, 1110, 1122, 1133, 1165, 1194, 1198, 1206, 1212, 1220, 1231, 1236, 1294, 1303, 1306, 1309, 1439, 1456, 1470, 1537, 1630, 1638, 1649, 1668, 1691, 1732, 1747, 1822, 1902, 1995, 2054, 2086, 2207, 2313, 2317, 2357, 2367, 2381, 2400, 2417, 2452, 2500, 2520, 2542, 2553, 2608, 2638, 2646, 2664, 2677, 2713, 2744, 2823, 2833, 2867, 2890, 2923, 3008, 3053, 3107, 3185, 3190, 3246, 3250, 3363, 3368, 3389, 3434, 3468, 3480, 3567, 3570, 3577, 3583, 3596, 3603, 3612, 3677, 3749, 3763, 3773, 3786, 3792, 3865, 3892, 3912, 3926, 3935, 3939, 3942, 3951, 3968, 4007, 4018, 4021, 4041, 4070, 4085, 4091, 4097, 4118, 4124, 4148, 4172, 4178, 4185, 4197, 4200, 4203, 4261, 4292, 4316, 4321, 4327, 4338, 4356, 4362, 4381], 'WNT': [7, 87, 3833], '(Wingless': [8, 88], 'and': [9, 43, 64, 74, 89, 123, 144, 154, 173, 192, 256, 266, 357, 376, 445, 472, 503, 525, 528, 595, 602, 628, 684, 694, 729, 760, 821, 924, 1014, 1053, 1205, 1218, 1247, 1257, 1259, 1266, 1288, 1290, 1317, 1339, 1388, 1461, 1493, 1558, 1608, 1655, 1677, 1689, 1751, 1782, 1794, 1864, 2072, 2132, 2134, 2219, 2224, 2239, 2325, 2346, 2561, 2588, 2666, 2675, 2715, 2721, 2795, 2895, 2897, 2926, 2929, 2983, 3055, 3092, 3135, 3165, 3210, 3287, 3300, 3313, 3325, 3388, 3401, 3418, 3552, 3663, 3729, 3791, 3799, 3801, 3820, 3840, 3886, 3928, 3986, 4061, 4066, 4082, 4094, 4105, 4143, 4154, 4226, 4289, 4291, 4340], 'INT-1)': [10, 90], 'signal': [11, 91, 417, 502, 747, 1337, 1773, 2192, 3461, 3514, 3622, 3711], 'transduction': [12, 92, 418], 'cascade': [13, 93, 419, 3752], 'over': [14, 94], 'last': [16, 96, 762], 'two': [17, 97, 2627, 3793], 'decades.': [18, 98], 'Wnt': [19, 32, 58, 99, 112, 138, 589, 610, 746, 832, 1012, 1029, 1038, 1062, 1081, 1101, 1126, 1166, 1191, 1233, 1265, 1284, 1296, 1311, 1319, 1332, 1362, 1384, 1476, 1603, 1687, 1695, 1710, 1740, 1756, 1761, 1789, 1907, 2022, 2155, 2191, 2339, 2358, 2373, 2446, 2476, 2532, 2544, 2635, 2746, 2761, 2899, 2950, 3062, 3095, 3138, 3167, 3194, 3255, 3285, 3308, 3320, 3348, 3353, 3392, 3437, 3460, 3509, 3549, 3629, 3660, 3681, 3706, 3751, 3819, 3936, 4071, 4119, 4188, 4201, 4225, 4398], 'genes': [20, 100, 378, 410, 884, 921, 1127, 1921, 2901], 'encode': [21, 101, 236, 1469], 'small': [22, 102], 'secreted': [23, 103, 238, 831, 1028, 1289, 2790, 2945, 2981, 3061, 3241, 3280], 'proteins': [24, 104, 1285, 1320, 1333, 1385, 1541, 2027, 2189, 2630, 2918, 2948, 2982, 3035, 3239, 3286, 4287], 'that': [25, 105, 240, 408, 588, 748, 1022, 1079, 1096, 1125, 1433, 1449, 1472, 1501, 1599, 1620, 1640, 1667, 1731, 1821, 1924, 2019, 2338, 2392, 2631, 2742, 2763, 2884, 3039, 3282, 3383, 3467, 3607, 3925, 4014, 4025, 4089, 4101, 4136, 4246, 4323, 4358, 4392], 'are': [26, 67, 106, 147, 1185, 1286, 1321, 1340, 1343, 1386, 1466, 1635, 1816, 1860, 1883, 1959, 2632, 2749, 2752, 2919, 3036, 3240, 3302, 3563, 3619, 3836, 4000, 4033, 4345], 'found': [27, 107, 942, 2819], 'in': [28, 36, 48, 56, 108, 116, 128, 136, 169, 186, 211, 268, 342, 372, 389, 404, 475, 480, 510, 540, 566, 612, 668, 700, 732, 752, 799, 819, 846, 922, 1047, 1065, 1105, 1129, 1169, 1299, 1313, 1438, 1455, 1594, 1648, 1663, 1674, 1716, 1737, 1780, 1792, 1890, 1901, 1914, 1920, 1931, 1940, 2018, 2092, 2136, 2157, 2190, 2217, 2221, 2246, 2316, 2323, 2380, 2653, 2663, 2681, 2712, 2880, 2985, 3225, 3311, 3323, 3399, 3459, 3479, 3606, 3611, 3748, 3804, 3818, 3934, 3950, 3967, 4011, 4108, 4123, 4184, 4199, 4224, 4243], 'all': [29, 109, 3783], 'animal': [30, 110, 1134], 'genomes.': [31, 111], 'signaling': [33, 113, 430, 478, 590, 698, 793, 827, 1234, 1245, 1297, 1543, 1790, 1942, 2156, 2238, 2523, 2545, 2574, 2679, 2747, 2794, 2951, 3168, 3321, 3346, 3370, 3393, 4110, 4130, 4189, 4317, 4341], 'is': [34, 114, 241, 309, 335, 363, 1215, 1219, 1238, 1359, 1473, 1494, 1600, 1621, 1683, 1730, 1735, 1762, 1776, 1810, 1819, 2210, 2353, 2370, 2474, 2645, 2651, 2759, 2788, 2796, 2973, 3160, 3446, 3452, 3600, 3609, 3676, 3753, 3760, 3861, 3884, 3908, 3972, 4027, 4138, 4205, 4255, 4324, 4330, 4334, 4359, 4376, 4385, 4393], 'involved': [35, 115, 1673, 1736], 'virtually': [37, 117], 'every': [38, 118], 'aspect': [39, 119], 'of': [40, 51, 71, 77, 120, 131, 151, 157, 215, 283, 303, 327, 330, 401, 414, 438, 514, 536, 546, 562, 570, 577, 608, 626, 632, 641, 654, 664, 835, 881, 918, 967, 990, 1060, 1068, 1088, 1100, 1164, 1223, 1308, 1327, 1409, 1453, 1539, 1571, 1632, 1693, 1906, 1936, 1994, 2053, 2085, 2204, 2241, 2290, 2312, 2319, 2329, 2350, 2443, 2481, 2607, 2629, 2642, 2792, 2825, 2835, 2863, 2893, 2976, 2980, 3005, 3057, 3094, 3189, 3193, 3213, 3249, 3253, 3386, 3396, 3410, 3436, 3483, 3569, 3573, 3579, 3633, 3775, 3848, 3873, 3941, 3984, 4009, 4020, 4059, 4069, 4096, 4114, 4128, 4145, 4171, 4177, 4180, 4187, 4196, 4251, 4264, 4319, 4343, 4361], 'embryonic': [41, 121, 548, 2292], 'development': [42, 122, 254, 1793, 2711, 3324], 'also': [44, 124, 617, 1684, 2551, 3065, 3344], 'controls': [45, 125, 249, 2377, 3394, 3630], 'homeostatic': [46, 126], 'self-renewal': [47, 127], 'a': [49, 75, 129, 155, 176, 208, 237, 280, 396, 415, 560, 600, 629, 661, 824, 847, 1069, 1097, 1170, 1324, 1352, 1434, 1451, 1490, 1499, 1531, 1576, 1616, 1670, 1694, 1739, 1752, 1767, 1771, 1893, 1916, 2002, 2020, 2061, 2081, 2213, 2310, 2361, 2475, 2509, 2531, 2656, 2723, 2760, 2789, 2829, 2974, 2977, 3089, 3161, 3166, 3215, 3223, 3380, 3441, 3755, 3846, 3871, 3874, 3881, 3909, 3982, 4193, 4208, 4240, 4249, 4299, 4348], 'number': [50, 130, 265, 1326], 'adult': [52, 132], 'tissues.': [53, 79, 133, 159], 'Germline': [54, 134], 'mutations': [55, 66, 135, 146, 371, 388, 1913, 2322], 'pathway': [59, 139, 479, 611, 794, 1013, 1214, 1246, 1298, 1312, 1750, 1791, 2555, 2680, 2748, 3322, 3371, 4120], 'cause': [60, 140, 392], 'several': [61, 141], 'hereditary': [62, 142, 848], 'diseases,': [63, 143], 'somatic': [65, 145], 'associated': [68, 148, 4162], 'with': [69, 149, 366, 945, 972, 996, 1412, 1658, 1963, 2080, 2309, 2344, 2512, 2670, 2765, 2889, 3243, 3378, 3472, 3782, 3991, 3995, 4302], 'cancer': [70, 150, 849, 926, 1249, 4012], 'intestine': [73, 153], 'variety': [76, 156, 1452], 'other': [78, 158, 1232, 3784, 4109, 4169], 'The': [160, 300, 815, 1613, 1643, 1788, 2013, 2202, 2944, 3319, 3407, 3745, 3766, 4057, 4283], 'mouse': [161, 203, 305, 571, 2291], 'wnt1': [162], 'gene,': [163], 'originally': [164], 'named': [165, 1605], 'Int-1,': [166], 'was': [167, 233, 276, 591, 616, 754, 844, 941, 1103], 'identified': [168, 755], '1982': [170], 'by': [171, 201, 340, 619, 758, 830, 1323, 1880, 2556, 2615, 2660, 2719, 2952, 3067, 3347, 3351, 3359, 3680, 3737, 3762, 3864, 3891, 4160, 4380, 4397], 'Nusse': [172, 298, 469, 1382, 1786, 1989, 2048, 2565, 3272, 3317], 'Varmus': [174, 196, 722, 2603], 'as': [175, 338, 660, 756, 1051, 1391, 1744, 1766, 2001, 2060, 2090, 2508, 3105, 3306, 3772, 3778, 3947, 3956, 4248, 4268], 'preferential': [177], 'integration': [178], 'site': [179], 'for': [180, 796, 1361, 1414, 1475, 1602, 1686, 1690, 1862, 1895, 2121, 2236, 2288, 2459, 2479, 2798, 2922, 3163, 3548, 3621, 3659, 3888, 3911, 3965, 4140, 4168, 4260, 4369], 'Mouse': [182, 2915], 'Mammary': [183], 'Tumor': [184], 'Virus': [185], 'virally': [187], 'induced': [188, 200, 618], 'breast': [189], 'tumors': [190, 199], '(Nusse': [191], 'Varmus,': [193], '1982Nusse': [194], 'R.': [195, 299, 470, 1383, 1787, 1990, 2049, 2177, 2566, 3087, 3273, 3318, 3406, 3538, 3649, 3906, 4052, 4054], 'H.E.': [197, 723], 'Many': [198], 'mammary': [204, 306], 'tumor': [205, 993, 3767, 3787], 'virus': [206], 'contain': [207], 'provirus': [209], 'integrated': [210], 'same': [213], 'region': [214], 'host': [217], 'genome.Cell.': [218], '1982;': [219], '31:': [220], '99-109Abstract': [221], 'Full': [222, 320, 452, 553, 805, 807, 1422, 1424, 1548, 1550, 1583, 1585, 2251, 2253, 2297, 2299, 2487, 2489, 2730, 2732, 2805, 2807], 'Text': [223, 321, 453, 554, 806, 808, 1423, 1425, 1549, 1551, 1584, 1586, 2252, 2254, 2298, 2300, 2488, 2490, 2731, 2733, 2806, 2808], 'PDF': [224, 322, 454, 555, 809, 1426, 1552, 1587, 2255, 2301, 2491, 2734, 2809], 'PubMed': [225, 273, 323, 455, 485, 519, 556, 678, 708, 738, 810, 891, 931, 977, 1001, 1176, 1275, 1399, 1427, 1509, 1553, 1588, 1722, 1803, 1870, 1948, 2008, 2067, 2127, 2162, 2197, 2256, 2302, 2424, 2492, 2583, 2620, 2735, 2810, 2873, 2939, 2991, 3046, 3100, 3145, 3175, 3233, 3294, 3334, 3424, 3519, 3557, 3668, 3716, 3827, 3919, 4077, 4233, 4310], 'Google': [226, 274, 324, 458, 488, 520, 557, 681, 711, 739, 813, 892, 932, 978, 1002, 1179, 1255, 1278, 1402, 1430, 1512, 1556, 1591, 1725, 1806, 1873, 1951, 2011, 2070, 2130, 2165, 2200, 2259, 2305, 2427, 2495, 2586, 2623, 2738, 2813, 2876, 2942, 2994, 3049, 3103, 3148, 3178, 3236, 3297, 3337, 3427, 3522, 3560, 3671, 3719, 3830, 3922, 4080, 4236, 4313], 'Scholar).': [227, 325, 521, 740, 814, 933, 1003, 1180, 1403, 1513, 1726, 1807, 1874, 1952, 2012, 2201, 2306, 2428, 2624, 2739, 2814, 2877, 2943, 2995, 3179, 3237, 3298, 3428, 3561, 3720, 3923, 4314], 'When': [228, 3721, 3832], 'sequenced,': [229], 'Wnt1': [231, 284, 572], 'proto-oncogene': [232, 538], 'seen': [234], 'to': [235, 278, 311, 349, 383, 442, 544, 605, 943, 1187, 1240, 1351, 1446, 1468, 1496, 1536, 1626, 1681, 1755, 1764, 1838, 2206, 2355, 2518, 2540, 2634, 2673, 2767, 2820, 2955, 3002, 3069, 3133, 3219, 3245, 3284, 3304, 3438, 3512, 3565, 3595, 3709, 3723, 4039, 4207, 4326, 4395], 'protein': [239, 940, 995, 1354, 1534, 1619, 1645, 2119, 2153, 2234, 2569, 2610, 2648, 3217, 3281, 3382, 3414, 3757, 3769, 3789, 3869, 4375], 'cysteine': [242, 1329, 1356], 'rich.': [243], 'Subsequently,': [244], 'Drosophila': [245, 301, 436, 820, 1052, 1435, 1487, 1595, 1891, 1999, 2058, 2093, 2218, 2375, 2418, 2501, 3220, 4293], 'wingless': [246, 477, 1928, 2237], '(wg),': [247], 'which': [248, 353, 1031, 1358, 1882, 1958, 2650, 2751, 2831, 3992, 4164, 4365], 'segment': [250, 264, 313, 4294], 'polarity': [251, 267, 314, 1202, 4295], 'during': [252, 1085, 1943], 'larval': [253], '(Nüsslein-Volhard': [255], 'Wieschaus,': [257], '1980Nüsslein-Volhard': [258], 'C.': [259, 770, 1144, 1519, 1523, 1664, 1855, 2179, 2275, 2699, 2784, 2969, 2971, 3032, 3503, 3700], 'Wieschaus': [260, 499, 4279], 'E.': [261, 293, 424, 500, 1372, 1853, 2110, 2857, 4048, 4280], 'Mutations': [262, 917], 'affecting': [263], 'Drosophila.Nature.': [269, 481], '1980;': [270], '287:': [271], '795-801Crossref': [272], 'Scholar),': [275, 3050, 3104], 'shown': [277], 'be': [279, 1033, 1188, 1836, 1878, 2457, 4040, 4084, 4158], 'fly': [281, 333], 'homolog': [282, 302, 437, 625, 640, 1464, 2503], '(Rijsewijk': [285], 'et': [286, 421, 461, 491, 645, 714, 765, 857, 879, 895, 948, 981, 1137, 1365, 1479, 1516, 1560, 1698, 1846, 1971, 2030, 2095, 2139, 2168, 2262, 2403, 2462, 2591, 2686, 2771, 2838, 2860, 2903, 2958, 3011, 3033, 3072, 3113, 3151, 3197, 3258, 3486, 3525, 3636, 3683, 3895, 4045, 4271], 'al.,': [287, 422, 462, 492, 646, 715, 766, 858, 896, 949, 982, 1138, 1366, 1480, 1517, 1561, 1699, 1847, 1972, 2031, 2096, 2140, 2169, 2263, 2404, 2463, 2592, 2687, 2772, 2839, 2904, 2959, 3012, 3073, 3114, 3152, 3198, 3259, 3487, 3526, 3637, 3684, 3896, 4046, 4272], '1987Rijsewijk': [288], 'F.': [289, 2183], 'Schuermann': [290], 'M.': [291, 494, 498, 774, 780, 1146, 1243, 1569, 1976, 2035, 2098, 2173, 2410, 2843, 2851, 3022, 3154, 3203, 4274], 'Wagenaar': [292], 'Parren': [294], 'P.': [295, 876, 916, 965, 1525, 1974, 2033, 2782, 2859, 3030, 3124, 3499, 3696], 'Weigel': [296], 'D.': [297, 496, 778, 878, 1484, 1521, 1567, 1849, 1986, 2045, 2108, 2471, 3028, 3130], 'oncogene': [307], 'int-1': [308, 539], 'identical': [310], 'gene': [315, 843, 970, 1167, 1436, 1598, 1614, 2932, 4296], 'wingless.Cell.': [316], '1987;': [317], '50:': [318], '649-657Abstract': [319], 'Segmentation': [326], 'epidermis': [329], 'wg': [331, 361, 384], 'mutant': [332, 385], 'embryos': [334, 369, 542, 578], 'severely': [336], 'impaired': [337], 'evidenced': [339], 'abnormalities': [341, 382, 2662], 'overlying': [344], 'ventral': [345, 575], 'cuticle.': [346, 398], 'In': [347, 522, 1055, 1629, 2075, 2756, 4347], 'contrast': [348], 'wild-type': [351], 'cuticle,': [352], 'exhibits': [354], 'alternating': [355], 'denticle': [356], 'naked': [358, 397], 'belts,': [359], 'cuticle': [362, 381, 402], 'completely': [364], 'covered': [365], 'denticles.': [367], 'Fly': [368], 'carrying': [370, 1912], 'porcupine,': [374, 1443], 'dishevelled,': [375], 'armadillo': [377, 473, 4297], 'display': [379], 'similar': [380, 4303], 'embryos,': [386], 'whereas': [387, 3586, 3949], 'shaggy/zeste-white': [390, 642], '3': [391, 505, 636, 643, 658], 'opposite': [394], 'phenotype,': [395], 'Epistatic': [399], 'analysis': [400, 1120, 4068], 'structure': [403, 3209], 'double': [405], 'mutants': [406, 1929], 'indicated': [407, 3466], 'these': [409, 836, 1210, 1813, 2643, 4003, 4129, 4181], 'constituted': [411], 'core': [413], 'new': [416, 1992, 2051, 2978, 3279], '(Siegfried': [420], '1992Siegfried': [423], 'Chou': [425], 'T.B.': [426], 'Perrimon': [427, 467], 'N.': [428, 468, 1565, 3075], 'Wingless': [429, 501, 1865, 2003, 2062, 2122], 'acts': [431, 3066, 3771], 'through': [432, 2432, 3474, 3614, 3739], 'zeste-white': [433], '3,': [434], 'glycogen': [439, 633, 655], 'synthase': [440, 634, 656, 727], 'kinase-3,': [441], 'regulate': [443, 3040], 'engrailed': [444], 'establish': [446], 'cell': [447, 1201, 1393, 1639, 1941, 2208, 3416, 3419], 'fate.Cell.': [448], '1992;': [449, 4307], '71:': [450], '1167-1179Abstract': [451], 'Scopus': [456, 486, 679, 709, 811, 1177, 1276, 1400, 1428, 1510, 1554, 1589, 1723, 1804, 1871, 1949, 2009, 2068, 2128, 2163, 2198, 2257, 2303, 2425, 2493, 2584, 2621, 2736, 2811, 2874, 2940, 2992, 3047, 3101, 3146, 3176, 3234, 3295, 3335, 3425, 3520, 3558, 3669, 3717, 3828, 3920, 4078, 4234, 4311], '(243)': [457], 'Scholar,': [459, 489, 682, 712, 893, 979, 2166, 2260, 3149, 3523], 'Noordermeer': [460], '1994Noordermeer': [463], 'J.': [464, 466, 786, 912, 1148, 1988, 2047, 2144, 2227, 2600, 2697, 2709, 2845, 3020, 3126, 3277, 3493, 3495, 3542, 3653, 3690, 3692, 3902, 3915], 'Klingensmith': [465], 'Dishevelled': [471, 620, 2517], 'act': [474, 1390, 1765, 3946, 3955], '1994;': [482, 516], '367:': [483], '80-83Crossref': [484], '(224)': [487], 'Peifer': [490], '1994Peifer': [493], 'Sweeton': [495], 'Casey': [497], 'Zeste-white': [504], 'kinase': [506, 635, 657, 2364, 2454, 2527, 3390, 3505, 3588, 3678, 3702, 3794, 3814, 4220], 'trigger': [507], 'opposing': [508], 'changes': [509, 4122, 4165], 'intracellular': [512, 1675], 'distribution': [513, 3212], 'Armadillo.Development.': [515], '120:': [517, 803], '369-380Crossref': [518], '1989,': [523], 'McMahon': [524], 'Moon': [526, 532, 1263], '(McMahon': [527], 'Moon,': [529, 1260], '1989McMahon': [530], 'A.P.': [531, 2967], 'R.T.': [533, 1264], 'Ectopic': [534], 'expression': [535, 2349, 4008], 'Xenopus': [541, 567, 669, 701, 733, 753, 800, 822, 2799], 'leads': [543], 'duplication': [545, 561, 615], 'axis.Cell.': [549], '1989;': [550], '58:': [551], '1075-1084Abstract': [552], 'Scholar)': [558, 2071, 2131, 2587, 3338, 3672, 4081, 4237], 'observed': [559], 'body': [564], 'axis': [565, 666, 750, 797, 2613], 'following': [568], 'injection': [569], 'mRNA': [573], 'into': [574, 1035], 'blastomeres': [576], 'at': [579, 1057, 3845], '4-cell': [581], 'stage.': [582], 'This': [583, 1004, 1076, 1280, 1346], 'observation': [584, 1005], 'supported': [585], 'notion': [587], 'shared': [592], 'between': [593, 1010, 1746, 4002], 'vertebrates': [594, 2137], 'invertebrates': [596], 'and,': [597], 'moreover,': [598], 'provided': [599, 1006], 'rapid': [601, 3889, 4092], 'convenient': [603], 'assay': [604], 'study': [606], 'components': [607, 4170], 'vertebrates.': [613], 'Axis': [614], '(Dsh),': [621], 'β-catenin': [622, 946, 2769, 2836, 3387, 3844, 3860, 3883, 4146, 4238, 4344, 4353, 4374], '(the': [623, 1071], 'vertebrate': [624, 639, 4284], 'armadillo),': [627], 'dominant-negative': [630], 'version': [631], '(GSK3),': [637], '(Dominguez': [644], '1995Dominguez': [647], 'I.': [648, 898, 955, 2602, 2780], 'Itoh': [649], 'K.': [650, 910, 1142, 1368, 1406, 1529, 1563, 2102, 2171, 2273, 2707, 3156, 3530, 3641], 'Sokol': [651], 'S.Y.': [652], 'Role': [653], 'beta': [659], 'negative': [662], 'regulator': [663], 'dorsoventral': [665, 730], 'formation': [667, 798, 1712], 'embryos.Proc.': [670], 'Natl.': [671], 'Acad.': [672], 'Sci.': [673, 1418], 'USA.': [674], '1995;': [675, 705, 735], '92:': [676], '8498-8502Crossref': [677], '(240)': [680], 'Guger': [683], 'Gumbiner,': [685], '1995Guger': [686], 'K.A.': [687, 2841], 'Gumbiner': [688, 4281], 'B.M.': [689, 3024, 4282], 'Beta-Catenin': [690], 'Wnt-like': [692], 'activity': [693, 1775, 4019, 4127], 'mimics': [695], 'Nieuwkoop': [697], 'center': [699], 'dorsal-ventral': [702], 'patterning.Dev.': [703], 'Biol.': [704, 1504, 1799, 2579, 2934, 3140, 3170, 3228, 3330, 4073, 4306], '172:': [706], '115-125Crossref': [707], '(112)': [710], 'He': [713, 2186, 3157, 3543, 3654], '1995He': [716], 'X.': [717, 784, 1934, 2187, 2594, 3116, 3158, 3528, 3544, 3639, 3655], 'Saint-Jeannet': [718, 2184, 2595], 'J.P.': [719, 1984, 2043, 2185, 2596], 'Woodgett': [720, 3541, 3652], 'J.R.': [721, 1381], 'Dawid': [724, 2601, 3274], 'I.B.': [725, 3275], 'Glycogen': [726], 'kinase-3': [728], 'patterning': [731, 1131], 'embryos.Nature.': [734], '374:': [736], '617-622Crossref': [737], 'Although': [741, 1331, 2331, 3958], 'long': [742], 'elusive,': [743], 'specific': [745, 3977], 'triggers': [749], 'induction': [751, 2614], 'Wnt11': [757], 'Heasman': [759, 785], 'colleagues': [761], 'year': [763], '(Tao': [764], '2005Tao': [767], 'Q.': [768, 2689], 'Yokota': [769], 'Puck': [771], 'H.': [772, 906, 1851, 2604, 2965, 3026, 3120, 3536, 3540, 3647, 3651, 3898], 'Kofron': [773], 'Birsoy': [775], 'B.': [776, 866, 951, 953, 986, 1157, 2469, 2855, 3014, 3200, 3532, 3643], 'Yan': [777], 'Asashima': [779], 'Wylie': [781], 'C.C.': [782], 'Lin': [783], 'Maternal': [787], 'wnt11': [788], 'activates': [789, 2570, 2676, 3367], 'canonical': [791, 1195, 1213, 1295, 1310, 2521, 2543, 2554, 2678, 2745, 3137, 3369, 3750], 'wnt': [792, 1415, 1540, 1572], 'required': [795, 1437, 1861, 2235, 2354, 2478, 2797, 4139], 'embryos.Cell.': [801], '2005;': [802, 1173, 1252, 1272, 1867, 2870, 3142, 3172, 3421, 3516, 3554, 3665, 3713], '857-871Abstract': [804], '(263)': [812], 'combined': [816], 'observations': [817, 3960], 'made': [818], 'delineated': [823], 'highly': [825, 3849, 4331, 4389], 'conserved': [826, 1037, 1328, 1532, 1577, 1597, 1622, 1678, 3850], 'pathway,': [828, 1204, 2546, 4202], 'activated': [829, 1189], 'proteins.': [833, 1908, 2755], 'Independent': [834], 'studies,': [837], 'adenomatous': [839, 853], 'polyposis': [840, 854], 'coli': [841], '(APC)': [842], 'discovered': [845], 'syndrome': [850], 'termed': [851, 1442], 'familial': [852], '(FAP)': [855], '(Kinzler': [856], '1991Kinzler': [859], 'K.W.': [860, 988], 'Nilbert': [861], 'M.C.': [862, 1705], 'Su': [863, 980], 'L.K.': [864, 984], 'Vogelstein': [865, 985], 'Bryan': [867], 'T.M.': [868], 'Levy': [869], 'D.B.': [870], 'Smith': [871, 2909, 3084], 'K.J.': [872, 4278], 'Preisinger': [873], 'A.C.': [874], 'Hedge': [875, 915], 'McKechnie': [877], 'al.Identification': [880], 'FAP': [882, 923], 'locus': [883], 'from': [885, 1542, 1623, 1679, 1828, 1998, 2057, 2366, 4064, 4121], 'chromosome': [886, 919], '5q21.Science.': [887], '1991;': [888, 928], '253:': [889, 929], '661-665Crossref': [890], 'Nishisho': [894], '1991Nishisho': [897], 'Nakamura': [899], 'Y.': [900, 902, 904, 1982, 2041, 2175, 2181, 2598, 2691, 2853, 3118], 'Miyoshi': [901], 'Miki': [903], 'Ando': [905], 'Horii': [907], 'A.': [908, 1140, 1155, 2112, 2693, 2776, 2961, 3081, 3267, 3501, 3698, 3900, 3904, 4050], 'Koyama': [909], 'Utsunomiya': [911], 'Baba': [913], 'S.': [914, 963, 1486, 1857, 2106, 2114, 2146, 2271, 2406, 2912, 3079, 3205, 3534, 3645], '5q21': [920], 'colorectal': [925], 'patients.Science.': [927], '665-669Crossref': [930], 'Soon': [934], 'after,': [935], 'large': [937], 'cytoplasmic': [938, 3381, 3481, 3513, 3571, 3710, 3756, 4149, 4262, 4373], 'APC': [939, 969, 992, 3966, 3980, 4016, 4026, 4060, 4137, 4153, 4382], 'interact': [944, 2888, 3377], '(Rubinfeld': [947], '1993Rubinfeld': [950], 'Souza': [952], 'Albert': [954], 'Muller': [956], 'O.': [957, 1707, 2774], 'Chamberlain': [958], 'S.H.': [959], 'Masiarz': [960], 'F.R.': [961], 'Munemitsu': [962], 'Polakis': [964], 'Association': [966, 989], 'product': [971], 'beta-catenin.Science.': [973], '1993;': [974, 998], '262:': [975, 999], '1731-1734Crossref': [976], '1993Su': [983], 'Kinzler': [987], 'suppressor': [994, 3768, 3788], 'catenins.Science.': [997], '1734-1737Crossref': [1000], 'first': [1008, 4354], 'connection': [1009], 'human': [1015, 1248, 2864], 'cancer.': [1016, 1318], 'Genome': [1017], 'sequencing': [1018], 'since': [1020], 'revealed': [1021, 1666], 'mammalian': [1023, 2505], 'species': [1024], 'have': [1025, 1045, 3465], 'roughly': [1026], '20': [1027, 3987], 'proteins,': [1030, 1957], 'can': [1032, 1389, 2023, 2537, 2550, 2886, 3375, 4156], 'divided': [1034], '12': [1036], 'subfamilies.': [1039], 'Of': [1040, 1209], 'these,': [1041], 'only': [1042, 4028, 4386], '6': [1043], 'subfamilies': [1044, 1063, 1082], 'counterparts': [1046], 'ecdysozoan': [1048, 1090], 'animals': [1049, 1107], 'such': [1050, 4267], 'Caenorhabditis.': [1054], 'contrast,': [1056], 'least': [1058, 2626], '11': [1059], 'occur': [1064], 'genome': [1067], 'cnidarian': [1070], 'sea': [1072, 1171], 'anemone': [1073], 'Nematostella': [1074], 'vectensis).': [1075], 'finding': [1077], 'suggests': [1078], 'some': [1080], 'were': [1083], 'lost': [1084], 'evolution': [1087], 'lineage': [1091], 'but': [1092], 'more': [1093, 3810, 4216], 'importantly': [1094], 'reveals': [1095], 'complex': [1098, 1672, 1734, 3366, 3777, 3953], 'inventory': [1099], 'factors': [1102, 2636, 2644, 2741], 'present': [1104], 'multicellular': [1106], 'well': [1108], 'before': [1109], 'Cambrian': [1111], 'explosion': [1112], '(550': [1113], 'million': [1114], 'years': [1115], 'ago).': [1116], 'Thus,': [1117, 1459, 1833], 'comparative': [1118], 'genomic': [1119], 'underscores': [1121], 'crucial': [1123], 'role': [1124, 1894, 2311, 3224, 3964, 4242], 'play': [1128], 'organismal': [1130], 'throughout': [1132], 'kingdom': [1135], '(Kusserow': [1136], '2005Kusserow': [1139], 'Pang': [1141], 'Sturm': [1143], 'Hrouda': [1145], 'Lentferm': [1147], 'Schmidt': [1149], 'H.A.': [1150], 'Technau': [1151], 'U.': [1152, 3497, 3694], 'von': [1153], 'Haeseler': [1154], 'Hobmayer': [1156], 'Martindale': [1158], 'M.Q.': [1159], 'Holstein': [1160], 'T.W.': [1161], 'Unexpected': [1162], 'complexity': [1163], 'family': [1168, 1997, 2056, 2088, 2244, 2611, 2917, 2979, 3109, 3192, 3605, 3816, 4222, 4301], 'anemone.Nature.': [1172], '433:': [1174], '156-160Crossref': [1175], '(262)': [1178], 'Currently,': [1181], 'three': [1182], 'different': [1183], 'pathways': [1184], 'believed': [1186, 1467, 3303], 'upon': [1190], 'receptor': [1192, 1742, 2243, 2365, 2447, 2577, 3510, 3707, 3834], 'activation:': [1193], 'Wnt/β-catenin': [1196, 2522], 'cascade,': [1197], 'noncanonical': [1199], 'planar': [1200], '(PCP)': [1203], 'Wnt/Ca2+': [1207], 'pathway.': [1208, 2524, 3937], 'three,': [1211], 'best': [1216], 'understood': [1217], 'primary': [1221], 'subject': [1222, 4394], 'this': [1224, 2444, 2997, 3776, 4387], 'review.': [1225], 'For': [1226, 1909, 4192], 'recent': [1227, 4209], 'comprehensive': [1228, 4194], 'overviews': [1229], 'on': [1230, 2212, 2576, 2866, 3341, 3975], 'pathways,': [1235, 4111], 'reader': [1237, 4204], 'referred': [1239, 4206], 'Katoh,': [1241], '2005Katoh': [1242], 'WNT/PCP': [1244], '(review).Oncol.': [1250], 'Rep.': [1251], '14:': [1253], '1583-1588PubMed': [1254], 'Scholar': [1256, 1431, 1557, 1592, 2496], 'Kohn': [1258], '2005Kohn': [1261], 'A.D.': [1262], 'calcium': [1267], 'signaling:': [1268], 'β-Catenin-independent': [1269], 'pathways.Cell': [1270], 'Calcium.': [1271], '38:': [1273], '439-446Crossref': [1274], '(286)': [1277], 'Scholar.': [1279], 'review': [1281, 1304, 4210], 'discusses': [1282], 'how': [1283, 1291, 1812, 3449, 3455], 'produced': [1287], 'they': [1292, 1342, 2394, 3945, 3954], 'activate': [1293, 2519, 2552, 2637, 2743, 2768, 2898, 2930], 'recipient': [1300], 'cells.': [1301], 'Further,': [1302], 'examines': [1305], 'roles': [1307, 3933, 4058], 'development,': [1314], 'tissue': [1315, 3211], 'self-renewal,': [1316], 'characterized': [1322, 2659], 'high': [1325, 2671], 'residues.': [1330], 'carry': [1334], 'an': [1335, 1964, 2117, 2231, 2284, 2371, 2682, 3412, 3962, 4256], 'N-terminal': [1336, 1966], 'peptide': [1338], 'secreted,': [1341], 'relatively': [1344], 'insoluble.': [1345], 'insolubility': [1347], 'been': [1349, 2335, 2818, 4134], 'attributed': [1350], 'particular': [1353], 'modification,': [1355], 'palmitoylation,': [1357], 'essential': [1360, 1601, 1685, 2120, 2287, 3620, 3963, 4029, 4257], 'function': [1363, 1715, 3305], '(Willert': [1364], '2003Willert': [1367], 'Brown': [1369, 2272], 'J.D.': [1370], 'Danenberg': [1371], 'Duncan': [1373], 'A.W.': [1374], 'Weissman': [1375], 'I.L.': [1376], 'Reya': [1377], 'T.': [1378, 2279, 2847, 2849], 'Yates': [1379], '3rd,': [1380], 'lipid-modified': [1387], 'stem': [1392], 'growth': [1394], 'factors.Nature.': [1395], '2003;': [1396, 2248, 2294, 2421, 3097, 4074], '423:': [1397], '448-452Crossref': [1398], '(1088)': [1401], 'Hofmann,': [1404], '2000Hofmann': [1405], 'superfamily': [1408], 'membrane-bound': [1410], 'O-acyltransferases': [1411], 'implications': [1413], 'signaling.Trends': [1416], 'Biochem.': [1417], '2000;': [1419, 2124, 2159, 2194], '25:': [1420], '111-112Abstract': [1421], '(215)': [1429], 'reported': [1432], 'Wnt-secreting': [1440], 'cell,': [1441], 'displays': [1444], 'homology': [1445], 'acyl-transferases,': [1447], 'enzymes': [1448, 1923], 'acylate': [1450], 'substrates': [1454], 'endoplasmic': [1457, 2232], 'reticulum.': [1458], 'porcupine': [1460], 'its': [1462, 2433, 3854, 3976], 'worm': [1463], 'mom-1': [1465], 'enzyme': [1471], 'responsible': [1474], 'palmitoylation': [1477], '(Zhai': [1478], '2004Zhai': [1481], 'L.': [1482, 2104, 2267, 2269, 2703, 3263], 'Chaturvedi': [1483], 'Cumberledge': [1485], 'wnt-1': [1488], 'undergoes': [1489], 'hydrophobic': [1491], 'modification': [1492], 'targeted': [1495, 3887], 'lipid': [1497, 1831], 'rafts,': [1498], 'process': [1500, 2830], 'requires': [1502, 1574, 1713], 'porcupine.J.': [1503], 'Chem.': [1505, 2935, 3141, 3171, 3229], '2004;': [1506, 1800, 1945, 2484, 2727, 2802, 3331], '279:': [1507], '33220-33227Crossref': [1508], '(116)': [1511], 'Recently,': [1514], 'Banziger': [1515], '2006Banziger': [1518], 'Soldini': [1520], 'Schutt': [1522], 'Zipperlen': [1524], 'Hausmann': [1526], 'G.': [1527, 1703, 3018, 3489, 3686], 'Basler': [1528], 'Wntless,': [1530], 'membrane': [1533, 3613, 3726], 'dedicated': [1535, 1754, 3875], 'secretion': [1538, 1688, 1757, 3354], 'cells.Cell.': [1544], '2006;': [1545, 1580, 1719, 2580, 2936, 3824, 4230], '125:': [1546, 1581], '509-522Abstract': [1547], '(182)': [1555], 'Bartscherer': [1559], '2006Bartscherer': [1562], 'Pelte': [1564], 'Ingelfinger': [1566], 'Boutros': [1568], 'Secretion': [1570], 'ligands': [1573, 2921], 'evi,': [1575], 'transmembrane': [1578, 1618, 1961, 2083, 2362, 3006, 3254], 'protein.Cell.': [1579], '523-533Abstract': [1582], '(185)': [1590], 'uncovered': [1593], 'another': [1596, 3003], 'secretion,': [1604], 'wntless': [1606], '(wls)': [1607], 'evenness': [1609], 'interrupted': [1610], '(evi),': [1611], 'respectively.': [1612], 'encodes': [1615, 2116, 2283], 'seven-pass': [1617, 1960], 'worms': [1624], '(mom-3)': [1625], 'man': [1627], '(hWLS).': [1628], 'absence': [1631], 'Wls/evi,': [1633], 'Wnts': [1634, 1834, 1876, 1953, 2766, 3562], 'retained': [1636], 'inside': [1637], 'produces': [1641], 'them.': [1642], 'Wntless': [1644], 'resides': [1646], 'primarily': [1647], 'Golgi': [1650], 'apparatus,': [1651], 'where': [1652], 'it': [1653, 1809, 2332, 3430, 3447, 3608, 3779, 3993], 'colocalizes': [1654], 'physically': [1656, 2887, 3376], 'interacts': [1657, 3471, 3781, 3994], 'Wnts.': [1659], 'genetic': [1661, 3959], 'screen': [1662], 'elegans': [1665], 'retromer,': [1669], 'multiprotein': [1671], 'trafficking': [1676, 2240], 'yeast': [1680], 'man,': [1682], 'generation': [1692], 'gradient': [1696, 1711], '(Coudreuse': [1697], '2006Coudreuse': [1700], 'D.Y.': [1701], 'Roel': [1702], 'Betist': [1704], 'Destree': [1706], 'Korswagen': [1708], 'H.C.': [1709], 'retromer': [1714, 1733], 'Wnt-producing': [1717], 'cells.Science.': [1718], '312:': [1720], '921-924Crossref': [1721], '(132)': [1724, 2941], 'An': [1727, 2151, 3059], 'attractive': [1728], 'hypothesis': [1729], 'recycling': [1738], 'cargo': [1741], '(such': [1743], 'Wntless)': [1745], 'default': [1748], 'secretory': [1749], 'compartment': [1753], '(see': [1758], 'Figure': [1759], '1).': [1760], 'thought': [1763, 3564], 'morphogen': [1768], '(that': [1769], 'is,': [1770, 2393, 4247], 'long-range': [1772, 1814], 'whose': [1774, 3758], 'concentration': [1777], 'dependent)': [1778], '(reviewed': [1779, 1930, 3310, 3398], 'Logan': [1781, 3312], 'Nusse,': [1783, 2562, 3314], '2004Logan': [1784, 3315], 'C.Y.': [1785, 3316], 'disease.Annu.': [1795, 3326], 'Rev.': [1796, 3327], 'Cell': [1797, 3328, 4305], 'Dev.': [1798, 3329, 3823, 4229], '20:': [1801, 3332, 3825, 4231], '781-810Crossref': [1802, 3333], '(2105)': [1805, 3336], 'However,': [1808, 3429], 'unclear': [1811, 3432, 4336], 'gradients': [1815], 'generated.': [1817], 'It': [1818, 3624, 4132, 4254, 4333, 4384], 'conceivable': [1820], 'palmitoyl': [1823], 'moiety': [1824], 'constrains': [1825], 'movement': [1826], 'away': [1827], 'membranes': [1829], 'or': [1830, 1842, 1904, 1919, 2571, 3350, 3355, 3454, 3673, 4126], 'particles.': [1832], 'may': [1835, 1877, 2456, 3343, 3731, 4083, 4116], 'tethered': [1837], 'intercellular': [1839], 'transport': [1840, 1903, 2203, 2318], 'vesicles': [1841], 'lipoprotein': [1843], 'particles': [1844, 1859], '(Panakova': [1845], '2005Panakova': [1848], 'Sprong': [1850], 'Marois': [1852], 'Thiele': [1854], 'Eaton': [1856], 'Lipoprotein': [1858], 'Hedgehog': [1863, 3821, 4227], 'signaling.Nature.': [1866, 2123, 3042], '435:': [1868], '58-65Crossref': [1869], '(276)': [1872], 'Alternatively,': [1875], 'transported': [1879], 'cytonemes,': [1881], 'long,': [1884], 'thin': [1885], 'filopodial': [1886], 'processes.': [1887], 'Additionally,': [1888], 'studies': [1889, 2879, 3464], 'suggest': [1892, 3222], 'extracellular': [1896, 1965, 2434, 2891, 3247, 3307], 'heparan': [1897, 1937], 'sulfate': [1898, 1938], 'proteoglycans': [1899, 1939], '(HSPG)': [1900], 'stabilization': [1905, 2834, 3349], 'instance,': [1910], 'flies': [1911], 'Dally,': [1915], 'GPI-anchored': [1917], 'HSPG,': [1918], 'encoding': [1922], 'modify': [1925], 'HSPGs': [1926], 'resemble': [1927, 2327, 2388, 3184], 'Lin,': [1932], '2004Lin': [1933], 'Functions': [1935], 'development.Development.': [1944], '131:': [1946], '6009-6021Crossref': [1947], '(316)': [1950], 'bind': [1954, 2024], 'Frizzled': [1955, 2026, 2609, 3191], '(Fz)': [1956], 'receptors': [1962, 2352, 2928, 3038, 3195, 3256], 'cysteine-rich': [1967], 'domain': [1968, 2455, 3188], '(CRD)': [1969], '(Bhanot': [1970], '1996Bhanot': [1973, 2032], 'Brink': [1975, 2034], 'Samos': [1977, 2036, 3270], 'C.H.': [1978, 2037, 3271], 'Hsieh': [1979, 2038, 2261], 'J.C.': [1980, 2039, 2265, 3085, 3261], 'Wang': [1981, 2040, 2597, 2690], 'Macke': [1983, 2042], 'Andrew': [1985, 2044], 'Nathans': [1987, 2046, 2599, 2708, 3276], 'member': [1993, 2052, 2606, 2975, 3110], 'frizzled': [1996, 2055, 2924], 'functions': [2000, 2059, 2507, 2984, 3384, 3458], 'receptor.Nature.': [2004, 2063, 2420], '1996;': [2005, 2064, 3230], '382:': [2006, 2065], '225-230Crossref': [2007, 2066], '(931)': [2010, 2069], 'Wnt-Fz': [2014], 'interaction': [2015], 'appears': [2016, 4038], 'promiscuous,': [2017], 'single': [2021], 'multiple': [2025, 3592], '(e.g.,': [2028], 'Bhanot': [2029], 'vice': [2073], 'versa.': [2074], 'binding': [2076, 2533, 2954, 3068, 3435, 4258], 'Wnt,': [2077], 'Fzs': [2078], 'cooperate': [2079], 'single-pass': [2082], 'molecule': [2084, 4088], 'LRP': [2087, 3070, 3484, 3943], 'known': [2089, 3448], 'Arrow': [2091, 2115], '(Wehrli': [2094], '2000Wehrli': [2097], 'Dougan': [2099], 'S.T.': [2100], 'Caldwell': [2101], "O'Keefe": [2103], 'Schwartz': [2105], 'Vaizel-Ohayon': [2107], 'Schejter': [2109], 'Tomlinson': [2111], 'DiNardo': [2113], 'LDL-receptor-related': [2118, 2152, 2188], '407:': [2125, 2160, 2195], '527-530Crossref': [2126], '(547)': [2129], 'LRP5': [2133], '-6': [2135], '(Pinson': [2138], '2000Pinson': [2141], ...}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2107648723', 'counts_by_year': [{'year': 2023, 'cited_by_count': 151}, {'year': 2022, 'cited_by_count': 226}, {'year': 2021, 'cited_by_count': 253}, {'year': 2020, 'cited_by_count': 297}, {'year': 2019, 'cited_by_count': 291}, {'year': 2018, 'cited_by_count': 291}, {'year': 2017, 'cited_by_count': 308}, {'year': 2016, 'cited_by_count': 308}, {'year': 2015, 'cited_by_count': 348}, {'year': 2014, 'cited_by_count': 332}, {'year': 2013, 'cited_by_count': 368}, {'year': 2012, 'cited_by_count': 401}], 'updated_date': '2023-09-29T23:13:03.087063', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2128990851', 'doi': 'https://doi.org/10.1109/70.508439', 'title': 'Probabilistic roadmaps for path planning in high-dimensional configuration spaces', 'display_name': 'Probabilistic roadmaps for path planning in high-dimensional configuration spaces', 'publication_year': 1996, 'publication_date': '1996-01-01', 'ids': {'openalex': 'https://openalex.org/W2128990851', 'doi': 'https://doi.org/10.1109/70.508439', 'mag': '2128990851'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/70.508439', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S116420536', 'display_name': 'IEEE Transactions on Robotics and Automation', 'issn_l': '1042-296X', 'issn': ['1042-296X', '2374-958X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319808', 'host_organization_name': 'Institute of Electrical and Electronics Engineers', 'host_organization_lineage': ['https://openalex.org/P4310319808'], 'host_organization_lineage_names': ['Institute of Electrical and Electronics Engineers'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'green', 'oa_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/17328/kavraki_94_probabilistic.pdf?sequence=1&isAllowed=y', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5067205988', 'display_name': 'Lydia E. Kavraki', 'orcid': 'https://orcid.org/0000-0003-0699-8038'}, 'institutions': [{'id': 'https://openalex.org/I97018004', 'display_name': 'Stanford University', 'ror': 'https://ror.org/00f54p054', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I97018004']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'L.E. Kavraki', 'raw_affiliation_string': '[Department of Computer Science, Stanford University, CA, USA]', 'raw_affiliation_strings': ['[Department of Computer Science, Stanford University, CA, USA]']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027514967', 'display_name': 'P. Švestka', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'P. Svestka', 'raw_affiliation_string': '[Dept Of Computer Science, University of Utrecht, Utrecht, Netherlands]', 'raw_affiliation_strings': ['[Dept Of Computer Science, University of Utrecht, Utrecht, Netherlands]']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011934101', 'display_name': 'Jean‐Claude Latombe', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'J.-C. Latombe', 'raw_affiliation_string': '[Robotics Laboratory, Department of Computer Science, University of Stanford, Stanford, CA, USA]', 'raw_affiliation_strings': ['[Robotics Laboratory, Department of Computer Science, University of Stanford, Stanford, CA, USA]']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5058462867', 'display_name': 'Mark H. Overmars', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'M.H. Overmars', 'raw_affiliation_string': '[Dept Of Computer Science, University of Utrecht, Utrecht, Netherlands]', 'raw_affiliation_strings': ['[Dept Of Computer Science, University of Utrecht, Utrecht, Netherlands]']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 4802, 'biblio': {'volume': '12', 'issue': '4', 'first_page': '566', 'last_page': '580'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C49937458', 'wikidata': 'https://www.wikidata.org/wiki/Q2599292', 'display_name': 'Probabilistic logic', 'level': 2, 'score': 0.63719726}, {'id': 'https://openalex.org/C2778803389', 'wikidata': 'https://www.wikidata.org/wiki/Q7246866', 'display_name': 'Probabilistic roadmap', 'level': 4, 'score': 0.5563734}, {'id': 'https://openalex.org/C2777735758', 'wikidata': 'https://www.wikidata.org/wiki/Q817765', 'display_name': 'Path (computing)', 'level': 2, 'score': 0.55528283}, {'id': 'https://openalex.org/C81074085', 'wikidata': 'https://www.wikidata.org/wiki/Q366872', 'display_name': 'Motion planning', 'level': 3, 'score': 0.54408896}, {'id': 'https://openalex.org/C41008148', 'wikidata': 'https://www.wikidata.org/wiki/Q21198', 'display_name': 'Computer science', 'level': 0, 'score': 0.54308736}, {'id': 'https://openalex.org/C154945302', 'wikidata': 'https://www.wikidata.org/wiki/Q11660', 'display_name': 'Artificial intelligence', 'level': 1, 'score': 0.29210937}, {'id': 'https://openalex.org/C90509273', 'wikidata': 'https://www.wikidata.org/wiki/Q11012', 'display_name': 'Robot', 'level': 2, 'score': 0.14284801}, {'id': 'https://openalex.org/C31258907', 'wikidata': 'https://www.wikidata.org/wiki/Q1301371', 'display_name': 'Computer network', 'level': 1, 'score': 0.10191861}], 'mesh': [], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1109/70.508439', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S116420536', 'display_name': 'IEEE Transactions on Robotics and Automation', 'issn_l': '1042-296X', 'issn': ['1042-296X', '2374-958X'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319808', 'host_organization_name': 'Institute of Electrical and Electronics Engineers', 'host_organization_lineage': ['https://openalex.org/P4310319808'], 'host_organization_lineage_names': ['Institute of Electrical and Electronics Engineers'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/17328', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/17328/kavraki_94_probabilistic.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401649', 'display_name': 'Utrecht University Repository (Utrecht University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I193662353', 'host_organization_name': 'Utrecht University', 'host_organization_lineage': ['https://openalex.org/I193662353'], 'host_organization_lineage_names': ['Utrecht University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/17328', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/17328/kavraki_94_probabilistic.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401649', 'display_name': 'Utrecht University Repository (Utrecht University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I193662353', 'host_organization_name': 'Utrecht University', 'host_organization_lineage': ['https://openalex.org/I193662353'], 'host_organization_lineage_names': ['Utrecht University'], 'type': 'repository'}, 'license': None, 'version': 'submittedVersion', 'is_accepted': False, 'is_published': False}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/11', 'display_name': 'Sustainable cities and communities', 'score': 0.75}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.11}], 'grants': [], 'referenced_works_count': 32, 'referenced_works': ['https://openalex.org/W1547197954', 'https://openalex.org/W1846245586', 'https://openalex.org/W1847125952', 'https://openalex.org/W1866151417', 'https://openalex.org/W1903576784', 'https://openalex.org/W1947401476', 'https://openalex.org/W1965244358', 'https://openalex.org/W1965440866', 'https://openalex.org/W1978301848', 'https://openalex.org/W2022921915', 'https://openalex.org/W2053407718', 'https://openalex.org/W2096636360', 'https://openalex.org/W2101508786', 'https://openalex.org/W2104906962', 'https://openalex.org/W2108963891', 'https://openalex.org/W2110057603', 'https://openalex.org/W2110144538', 'https://openalex.org/W2125973284', 'https://openalex.org/W2132973123', 'https://openalex.org/W2139062144', 'https://openalex.org/W2145114880', 'https://openalex.org/W2146121861', 'https://openalex.org/W2147226148', 'https://openalex.org/W2150500908', 'https://openalex.org/W2151931936', 'https://openalex.org/W2158380902', 'https://openalex.org/W2159152411', 'https://openalex.org/W2160799476', 'https://openalex.org/W2163178194', 'https://openalex.org/W4206246621', 'https://openalex.org/W4242811155', 'https://openalex.org/W4248732262'], 'related_works': ['https://openalex.org/W163864709', 'https://openalex.org/W2065499315', 'https://openalex.org/W2100656238', 'https://openalex.org/W2137520303', 'https://openalex.org/W2152311680', 'https://openalex.org/W2157132000', 'https://openalex.org/W2381469031', 'https://openalex.org/W2389713625', 'https://openalex.org/W4308651025', 'https://openalex.org/W4321065611'], 'ngrams_url': 'https://api.openalex.org/works/W2128990851/ngrams', 'abstract_inverted_index': {'A': [0], 'new': [1], 'motion': [2], 'planning': [3, 196], 'method': [4, 13, 100, 166, 179], 'for': [5, 92, 215], 'robots': [6, 185], 'in': [7, 15, 200], 'static': [8], 'workspaces': [9], 'is': [10, 32, 89, 101, 137, 180], 'presented.': [11], 'This': [12], 'proceeds': [14], 'two': [16, 82, 97], 'phases:': [17], 'a': [18, 22, 29, 37, 60, 93, 201, 204, 207], 'learning': [19, 27, 128, 214], 'phase': [20], 'and': [21, 34, 45, 62, 73, 103, 140], 'query': [23, 68], 'phase.': [24], 'In': [25, 66, 175], 'the': [26, 67, 77, 85, 87, 124, 127, 134, 138, 165, 168, 172, 178], 'phase,': [28, 69], 'probabilistic': [30], 'roadmap': [31, 88], 'constructed': [33], 'stored': [35], 'as': [36], 'graph': [38], 'whose': [39, 46, 130], 'nodes': [40, 83], 'correspond': [41, 48], 'to': [42, 49, 81, 105, 111, 148, 152, 171, 182], 'collision-free': [43], 'configurations': [44, 75], 'edges': [47], 'feasible': [50], 'paths': [51, 56], 'between': [52], 'these': [53, 96, 144], 'configurations.': [54], 'These': [55], 'are': [57, 79], 'computed': [58], 'using': [59], 'simple': [61], 'fast': [63], 'local': [64, 169], 'planner.': [65], 'any': [70, 113], 'given': [71], 'start': [72], 'goal': [74], 'of': [76, 84, 115, 126, 164, 189, 203, 219], 'robot': [78, 139], 'connected': [80], 'roadmap;': [86], 'then': [90], 'searched': [91], 'path': [94, 195], 'joining': [95], 'nodes.': [98], 'The': [99], 'general': [102], 'easy': [104, 151], 'implement.': [106], 'It': [107, 118], 'can': [108, 156, 197], 'be': [109, 149, 158, 198], 'applied': [110, 181], 'virtually': [112], 'type': [114], 'holonomic': [116], 'robot.': [117], 'requires': [119], 'selecting': [120], 'certain': [121], 'parameters': [122], '(e.g.,': [123, 167], 'duration': [125], 'phase)': [129], 'values': [131, 145], 'depend': [132], 'on': [133, 206], 'scene,': [135], 'that': [136, 194], 'its': [141], 'workspace.': [142], 'But': [143], 'turn': [146], 'out': [147], 'relatively': [150, 216], 'choose,': [153], 'Increased': [154], 'efficiency': [155], 'also': [157], 'achieved': [159], 'by': [160], 'tailoring': [161], 'some': [162], 'components': [163], 'planner)': [170], 'considered': [173], 'robots.': [174], 'this': [176], 'paper': [177], 'planar': [183], 'articulated': [184], 'with': [186], 'many': [187], 'degrees': [188], 'freedom.': [190], 'Experimental': [191], 'results': [192], 'show': [193], 'done': [199], 'fraction': [202], 'second': [205], 'contemporary': [208], 'workstation': [209], '(/spl': [210], 'ap/150': [211], 'MIPS),': [212], 'after': [213], 'short': [217], 'periods': [218], 'time': [220], '(a': [221], 'few': [222], 'dozen': [223], 'seconds).': [224]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2128990851', 'counts_by_year': [{'year': 2023, 'cited_by_count': 212}, {'year': 2022, 'cited_by_count': 317}, {'year': 2021, 'cited_by_count': 405}, {'year': 2020, 'cited_by_count': 383}, {'year': 2019, 'cited_by_count': 319}, {'year': 2018, 'cited_by_count': 271}, {'year': 2017, 'cited_by_count': 253}, {'year': 2016, 'cited_by_count': 245}, {'year': 2015, 'cited_by_count': 227}, {'year': 2014, 'cited_by_count': 233}, {'year': 2013, 'cited_by_count': 258}, {'year': 2012, 'cited_by_count': 176}], 'updated_date': '2023-10-01T11:01:26.209752', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1969661146', 'doi': 'https://doi.org/10.1161/01.str.19.5.604', 'title': 'Interobserver agreement for the assessment of handicap in stroke patients.', 'display_name': 'Interobserver agreement for the assessment of handicap in stroke patients.', 'publication_year': 1988, 'publication_date': '1988-05-01', 'ids': {'openalex': 'https://openalex.org/W1969661146', 'doi': 'https://doi.org/10.1161/01.str.19.5.604', 'mag': '1969661146', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/3363593'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1161/01.str.19.5.604', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62532593', 'display_name': 'Stroke', 'issn_l': '0039-2499', 'issn': ['1524-4628', '0039-2499'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315671', 'host_organization_name': 'Lippincott Williams & Wilkins', 'host_organization_lineage': ['https://openalex.org/P4310315671', 'https://openalex.org/P4310318547'], 'host_organization_lineage_names': ['Lippincott Williams & Wilkins', 'Wolters Kluwer'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'closed', 'oa_url': 'https://doi.org/10.1161/01.str.19.5.604', 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5068916121', 'display_name': 'John van Swieten', 'orcid': 'https://orcid.org/0000-0001-6278-6844'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'J C van Swieten', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5063851108', 'display_name': 'Peter J. Koudstaal', 'orcid': 'https://orcid.org/0000-0003-4998-9609'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'P J Koudstaal', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5058817860', 'display_name': 'Marieke C. Visser', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'M C Visser', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027717027', 'display_name': 'H J Schouten', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'H J Schouten', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5066554954', 'display_name': 'J. van Gijn', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'J van Gijn', 'raw_affiliation_string': 'University Department of Neurology, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['University Department of Neurology, Utrecht, The Netherlands.']}], 'countries_distinct_count': 1, 'institutions_distinct_count': 1, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'pdf', 'cited_by_count': 4740, 'biblio': {'volume': '19', 'issue': '5', 'first_page': '604', 'last_page': '607'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.9393352}, {'id': 'https://openalex.org/C2778724333', 'wikidata': 'https://www.wikidata.org/wiki/Q14401', 'display_name': 'Kappa', 'level': 2, 'score': 0.8533931}, {'id': 'https://openalex.org/C163864269', 'wikidata': 'https://www.wikidata.org/wiki/Q1107106', 'display_name': "Cohen's kappa", 'level': 2, 'score': 0.6158385}, {'id': 'https://openalex.org/C2780645631', 'wikidata': 'https://www.wikidata.org/wiki/Q671554', 'display_name': 'Stroke (engine)', 'level': 2, 'score': 0.57971084}, {'id': 'https://openalex.org/C2780931571', 'wikidata': 'https://www.wikidata.org/wiki/Q568775', 'display_name': 'Modified Rankin Scale', 'level': 4, 'score': 0.5647981}, {'id': 'https://openalex.org/C1862650', 'wikidata': 'https://www.wikidata.org/wiki/Q186005', 'display_name': 'Physical therapy', 'level': 1, 'score': 0.4531177}, {'id': 'https://openalex.org/C3020199598', 'wikidata': 'https://www.wikidata.org/wiki/Q12202', 'display_name': 'Ischemic stroke', 'level': 3, 'score': 0.22164062}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.18809637}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.18228137}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C138885662', 'wikidata': 'https://www.wikidata.org/wiki/Q5891', 'display_name': 'Philosophy', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C41895202', 'wikidata': 'https://www.wikidata.org/wiki/Q8162', 'display_name': 'Linguistics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C541997718', 'wikidata': 'https://www.wikidata.org/wiki/Q188151', 'display_name': 'Ischemia', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D002561', 'descriptor_name': 'Cerebrovascular Disorders', 'qualifier_ui': 'Q000503', 'qualifier_name': 'physiopathology', 'is_major_topic': True}, {'descriptor_ui': 'D000203', 'descriptor_name': 'Activities of Daily Living', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002561', 'descriptor_name': 'Cerebrovascular Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009460', 'descriptor_name': 'Neurologic Examination', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011379', 'descriptor_name': 'Prognosis', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1161/01.str.19.5.604', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62532593', 'display_name': 'Stroke', 'issn_l': '0039-2499', 'issn': ['1524-4628', '0039-2499'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315671', 'host_organization_name': 'Lippincott Williams & Wilkins', 'host_organization_lineage': ['https://openalex.org/P4310315671', 'https://openalex.org/P4310318547'], 'host_organization_lineage_names': ['Lippincott Williams & Wilkins', 'Wolters Kluwer'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/3363593', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1161/01.str.19.5.604', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S62532593', 'display_name': 'Stroke', 'issn_l': '0039-2499', 'issn': ['1524-4628', '0039-2499'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315671', 'host_organization_name': 'Lippincott Williams & Wilkins', 'host_organization_lineage': ['https://openalex.org/P4310315671', 'https://openalex.org/P4310318547'], 'host_organization_lineage_names': ['Lippincott Williams & Wilkins', 'Wolters Kluwer'], 'type': 'journal'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/4', 'display_name': 'Quality Education', 'score': 0.56}], 'grants': [], 'referenced_works_count': 24, 'referenced_works': ['https://openalex.org/W35107922', 'https://openalex.org/W1480640670', 'https://openalex.org/W1874700596', 'https://openalex.org/W1964809661', 'https://openalex.org/W1974930980', 'https://openalex.org/W2004531802', 'https://openalex.org/W2037789405', 'https://openalex.org/W2038844819', 'https://openalex.org/W2042743879', 'https://openalex.org/W2053154970', 'https://openalex.org/W2072399893', 'https://openalex.org/W2074782909', 'https://openalex.org/W2076021167', 'https://openalex.org/W2087915573', 'https://openalex.org/W2113073759', 'https://openalex.org/W2122948909', 'https://openalex.org/W2128849654', 'https://openalex.org/W2147180004', 'https://openalex.org/W2148791531', 'https://openalex.org/W2152862738', 'https://openalex.org/W2164777277', 'https://openalex.org/W2189726121', 'https://openalex.org/W2336652691', 'https://openalex.org/W2564261990'], 'related_works': ['https://openalex.org/W149304902', 'https://openalex.org/W2048898636', 'https://openalex.org/W2133442890', 'https://openalex.org/W2161289444', 'https://openalex.org/W2410164861', 'https://openalex.org/W2744631500', 'https://openalex.org/W2911786404', 'https://openalex.org/W3151475222', 'https://openalex.org/W4234562704', 'https://openalex.org/W4248247165'], 'ngrams_url': 'https://api.openalex.org/works/W1969661146/ngrams', 'abstract_inverted_index': {'Interobserver': [0], 'agreement': [1, 57], 'for': [2, 61, 92, 100], 'the': [3, 47, 69, 98, 112, 115, 120], 'assessment': [4, 121], 'of': [5, 15, 39, 71, 114, 122], 'handicap': [6, 40, 72, 123], 'in': [7, 12, 34, 73, 81, 88, 119, 124], 'stroke': [8, 125], 'patients': [9, 27, 83], 'was': [10, 41, 96, 107], 'investigated': [11], 'a': [13], 'group': [14], '10': [16], 'senior': [17], 'neurologists': [18], 'and': [19, 84], '24': [20], 'residents': [21], 'from': [22], 'two': [23, 32, 86], 'centers.': [24], 'One': [25], 'hundred': [26], 'were': [28, 59], 'separately': [29], 'interviewed': [30], 'by': [31, 43, 78, 85], 'physicians': [33, 66], 'different': [35], 'combinations.': [36], 'The': [37, 56], 'degree': [38, 70], 'recorded': [42], 'each': [44], 'observer': [45], 'on': [46, 68], 'modified': [48, 116], 'Rankin': [49, 117], 'scale,': [50], 'which': [51], 'has': [52], 'six': [53], 'grades': [54, 87], '(0-5).': [55], 'rates': [58], 'corrected': [60], 'chance': [62], '(kappa': [63], 'statistics).': [64], 'Both': [65], 'agreed': [67], '65': [74], 'patients;': [75, 126], 'they': [76], 'differed': [77], 'one': [79], 'grade': [80], '32': [82], '3': [89], 'patients.': [90], 'Kappa': [91], 'all': [93], 'pairwise': [94], 'observations': [95], '0.56;': [97], 'value': [99, 113], 'weighted': [101], 'kappa': [102], '(with': [103], 'quadratic': [104], 'disagreement': [105], 'weights)': [106], '0.91.': [108], 'Our': [109], 'results': [110], 'confirm': [111], 'scale': [118], 'nevertheless,': [127], 'further': [128], 'improvements': [129], 'are': [130], 'possible.': [131]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1969661146', 'counts_by_year': [{'year': 2023, 'cited_by_count': 234}, {'year': 2022, 'cited_by_count': 409}, {'year': 2021, 'cited_by_count': 358}, {'year': 2020, 'cited_by_count': 321}, {'year': 2019, 'cited_by_count': 265}, {'year': 2018, 'cited_by_count': 245}, {'year': 2017, 'cited_by_count': 298}, {'year': 2016, 'cited_by_count': 283}, {'year': 2015, 'cited_by_count': 248}, {'year': 2014, 'cited_by_count': 225}, {'year': 2013, 'cited_by_count': 246}, {'year': 2012, 'cited_by_count': 232}], 'updated_date': '2023-10-01T07:01:32.152023', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W1975459052', 'doi': 'https://doi.org/10.1007/bf00228148', 'title': 'AQUA and PROCHECK-NMR: Programs for checking the quality of protein structures solved by NMR', 'display_name': 'AQUA and PROCHECK-NMR: Programs for checking the quality of protein structures solved by NMR', 'publication_year': 1996, 'publication_date': '1996-12-01', 'ids': {'openalex': 'https://openalex.org/W1975459052', 'doi': 'https://doi.org/10.1007/bf00228148', 'mag': '1975459052', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9008363'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf00228148', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S181390377', 'display_name': 'Journal of Biomolecular NMR', 'issn_l': '0925-2738', 'issn': ['0925-2738', '1573-5001'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5032262618', 'display_name': 'Roman Laskowski', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'R A Laskowski', 'raw_affiliation_string': 'Department of Biochemistry and Molecular Biology, University College London, UK.', 'raw_affiliation_strings': ['Department of Biochemistry and Molecular Biology, University College London, UK.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010864689', 'display_name': 'J A Rullmannn', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'J A Rullmannn', 'raw_affiliation_string': 'Department of NMR Spectroscopy, Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands.', 'raw_affiliation_strings': ['Department of NMR Spectroscopy, Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011559218', 'display_name': 'Malcolm W. MacArthur', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'M W MacArthur', 'raw_affiliation_string': 'Biomolecular Structure and Modelling Unit, Department of Biochemistry and Molecular Biology, University College London, London, U.K.', 'raw_affiliation_strings': ['Biomolecular Structure and Modelling Unit, Department of Biochemistry and Molecular Biology, University College London, London, U.K.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053027227', 'display_name': 'Robert Kaptein', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'R Kaptein', 'raw_affiliation_string': 'Department of NMR Spectroscopy, Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands.', 'raw_affiliation_strings': ['Department of NMR Spectroscopy, Bijvoet Center for Biomolecular Research, Utrecht University, Utrecht, the Netherlands.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5068874280', 'display_name': 'Janet M. Thornton', 'orcid': 'https://orcid.org/0000-0003-0824-4096'}, 'institutions': [{'id': 'https://openalex.org/I45129253', 'display_name': 'University College London', 'ror': 'https://ror.org/02jx3x895', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I45129253']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'J M Thornton', 'raw_affiliation_string': 'Biomolecular Structure and Modelling Unit, Department of Biochemistry and Molecular Biology, University College London, London, U.K.', 'raw_affiliation_strings': ['Biomolecular Structure and Modelling Unit, Department of Biochemistry and Molecular Biology, University College London, London, U.K.']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': {'value': 2590, 'currency': 'EUR', 'value_usd': 3280, 'provenance': 'doaj'}, 'apc_paid': {'value': 2590, 'currency': 'EUR', 'value_usd': 3280, 'provenance': 'doaj'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 4663, 'biblio': {'volume': '8', 'issue': '4', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.5825676}, {'id': 'https://openalex.org/C2779530757', 'wikidata': 'https://www.wikidata.org/wiki/Q1207505', 'display_name': 'Quality (philosophy)', 'level': 2, 'score': 0.5051063}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.14677557}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': 'Q000379', 'qualifier_name': 'methods', 'is_major_topic': True}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': True}, {'descriptor_ui': 'D012984', 'descriptor_name': 'Software', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D000595', 'descriptor_name': 'Amino Acid Sequence', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001426', 'descriptor_name': 'Bacterial Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D001426', 'descriptor_name': 'Bacterial Proteins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D001426', 'descriptor_name': 'Bacterial Proteins', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D004268', 'descriptor_name': 'DNA-Binding Proteins', 'qualifier_ui': 'Q000737', 'qualifier_name': 'chemistry', 'is_major_topic': False}, {'descriptor_ui': 'D004268', 'descriptor_name': 'DNA-Binding Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004268', 'descriptor_name': 'DNA-Binding Proteins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D005069', 'descriptor_name': 'Evaluation Studies as Topic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009682', 'descriptor_name': 'Magnetic Resonance Spectroscopy', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008958', 'descriptor_name': 'Models, Molecular', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008969', 'descriptor_name': 'Molecular Sequence Data', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015394', 'descriptor_name': 'Molecular Structure', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017433', 'descriptor_name': 'Protein Structure, Secondary', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': False}, {'descriptor_ui': 'D011506', 'descriptor_name': 'Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D011786', 'descriptor_name': 'Quality Control', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015203', 'descriptor_name': 'Reproducibility of Results', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012996', 'descriptor_name': 'Solutions', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1007/bf00228148', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S181390377', 'display_name': 'Journal of Biomolecular NMR', 'issn_l': '0925-2738', 'issn': ['0925-2738', '1573-5001'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310319900', 'host_organization_name': 'Springer Science+Business Media', 'host_organization_lineage': ['https://openalex.org/P4310319965', 'https://openalex.org/P4310319900'], 'host_organization_lineage_names': ['Springer Nature', 'Springer Science+Business Media'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9008363', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/12', 'display_name': 'Responsible consumption and production', 'score': 0.23}, {'id': 'https://metadata.un.org/sdg/2', 'display_name': 'Zero hunger', 'score': 0.21}, {'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.18}], 'grants': [], 'referenced_works_count': 13, 'referenced_works': ['https://openalex.org/W1531035296', 'https://openalex.org/W1964072615', 'https://openalex.org/W1966041739', 'https://openalex.org/W2002195659', 'https://openalex.org/W2008708467', 'https://openalex.org/W2032878969', 'https://openalex.org/W2039877146', 'https://openalex.org/W2049902088', 'https://openalex.org/W2056139298', 'https://openalex.org/W2059392350', 'https://openalex.org/W2064896234', 'https://openalex.org/W2082963324', 'https://openalex.org/W2157165549'], 'related_works': ['https://openalex.org/W1531601525', 'https://openalex.org/W1990781990', 'https://openalex.org/W2314643286', 'https://openalex.org/W2606768298', 'https://openalex.org/W2606769243', 'https://openalex.org/W2606837276', 'https://openalex.org/W2748952813', 'https://openalex.org/W2778153218', 'https://openalex.org/W2899084033', 'https://openalex.org/W2948807893'], 'ngrams_url': 'https://api.openalex.org/works/W1975459052/ngrams', 'abstract_inverted_index': None, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1975459052', 'counts_by_year': [{'year': 2023, 'cited_by_count': 162}, {'year': 2022, 'cited_by_count': 216}, {'year': 2021, 'cited_by_count': 198}, {'year': 2020, 'cited_by_count': 170}, {'year': 2019, 'cited_by_count': 160}, {'year': 2018, 'cited_by_count': 123}, {'year': 2017, 'cited_by_count': 157}, {'year': 2016, 'cited_by_count': 187}, {'year': 2015, 'cited_by_count': 190}, {'year': 2014, 'cited_by_count': 235}, {'year': 2013, 'cited_by_count': 228}, {'year': 2012, 'cited_by_count': 227}], 'updated_date': '2023-10-03T02:46:56.531708', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2172273046', 'doi': 'https://doi.org/10.1177/0013164405282471', 'title': 'The Measurement of Work Engagement With a Short Questionnaire', 'display_name': 'The Measurement of Work Engagement With a Short Questionnaire', 'publication_year': 2006, 'publication_date': '2006-08-01', 'ids': {'openalex': 'https://openalex.org/W2172273046', 'doi': 'https://doi.org/10.1177/0013164405282471', 'mag': '2172273046'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1177/0013164405282471', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S176831015', 'display_name': 'Educational and Psychological Measurement', 'issn_l': '0013-1644', 'issn': ['1552-3888', '0013-1644'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320017', 'host_organization_name': 'SAGE Publishing', 'host_organization_lineage': ['https://openalex.org/P4310320017'], 'host_organization_lineage_names': ['SAGE Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5006499627', 'display_name': 'Wilmar B. Schaufeli', 'orcid': 'https://orcid.org/0000-0002-6070-7150'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Wilmar B. Schaufeli', 'raw_affiliation_string': 'Utrecht University, Utrecht, Netherlands;', 'raw_affiliation_strings': ['Utrecht University, Utrecht, Netherlands;']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5084220210', 'display_name': 'Arnold B. Bakker', 'orcid': 'https://orcid.org/0000-0003-1489-1847'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Arnold B. Bakker', 'raw_affiliation_string': 'Utrecht University, Utrecht, Netherlands;', 'raw_affiliation_strings': ['Utrecht University, Utrecht, Netherlands;']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5079283736', 'display_name': 'Marisa Salanova', 'orcid': 'https://orcid.org/0000-0001-7873-7078'}, 'institutions': [{'id': 'https://openalex.org/I10902133', 'display_name': 'Jaume I University', 'ror': 'https://ror.org/02ws1xc11', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I10902133']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Marisa Salanova', 'raw_affiliation_string': 'Jaume I Univ. (Spain)', 'raw_affiliation_strings': ['Jaume I Univ. (Spain)']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 4592, 'biblio': {'volume': '66', 'issue': '4', 'first_page': '701', 'last_page': '716'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2781160688', 'wikidata': 'https://www.wikidata.org/wiki/Q2234192', 'display_name': 'Work engagement', 'level': 3, 'score': 0.9298183}, {'id': 'https://openalex.org/C15744967', 'wikidata': 'https://www.wikidata.org/wiki/Q9418', 'display_name': 'Psychology', 'level': 0, 'score': 0.7918105}, {'id': 'https://openalex.org/C2779114464', 'wikidata': 'https://www.wikidata.org/wiki/Q245781', 'display_name': 'Cynicism', 'level': 3, 'score': 0.7774748}, {'id': 'https://openalex.org/C143916079', 'wikidata': 'https://www.wikidata.org/wiki/Q2629248', 'display_name': 'Burnout', 'level': 2, 'score': 0.76145935}, {'id': 'https://openalex.org/C2778755073', 'wikidata': 'https://www.wikidata.org/wiki/Q10858537', 'display_name': 'Scale (ratio)', 'level': 2, 'score': 0.57271224}, {'id': 'https://openalex.org/C40722632', 'wikidata': 'https://www.wikidata.org/wiki/Q5160137', 'display_name': 'Confirmatory factor analysis', 'level': 3, 'score': 0.5684144}, {'id': 'https://openalex.org/C3018868096', 'wikidata': 'https://www.wikidata.org/wiki/Q2693233', 'display_name': 'Internal consistency', 'level': 3, 'score': 0.47588718}, {'id': 'https://openalex.org/C43214815', 'wikidata': 'https://www.wikidata.org/wiki/Q7310987', 'display_name': 'Reliability (semiconductor)', 'level': 3, 'score': 0.4664974}, {'id': 'https://openalex.org/C70410870', 'wikidata': 'https://www.wikidata.org/wiki/Q199906', 'display_name': 'Clinical psychology', 'level': 1, 'score': 0.46649715}, {'id': 'https://openalex.org/C77805123', 'wikidata': 'https://www.wikidata.org/wiki/Q161272', 'display_name': 'Social psychology', 'level': 1, 'score': 0.4343854}, {'id': 'https://openalex.org/C171606756', 'wikidata': 'https://www.wikidata.org/wiki/Q506132', 'display_name': 'Psychometrics', 'level': 2, 'score': 0.35349295}, {'id': 'https://openalex.org/C18762648', 'wikidata': 'https://www.wikidata.org/wiki/Q42213', 'display_name': 'Work (physics)', 'level': 2, 'score': 0.29992378}, {'id': 'https://openalex.org/C71104824', 'wikidata': 'https://www.wikidata.org/wiki/Q1476639', 'display_name': 'Structural equation modeling', 'level': 2, 'score': 0.2098597}, {'id': 'https://openalex.org/C105795698', 'wikidata': 'https://www.wikidata.org/wiki/Q12483', 'display_name': 'Statistics', 'level': 1, 'score': 0.09473938}, {'id': 'https://openalex.org/C78519656', 'wikidata': 'https://www.wikidata.org/wiki/Q101333', 'display_name': 'Mechanical engineering', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C127413603', 'wikidata': 'https://www.wikidata.org/wiki/Q11023', 'display_name': 'Engineering', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C163258240', 'wikidata': 'https://www.wikidata.org/wiki/Q25342', 'display_name': 'Power (physics)', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C121332964', 'wikidata': 'https://www.wikidata.org/wiki/Q413', 'display_name': 'Physics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C33923547', 'wikidata': 'https://www.wikidata.org/wiki/Q395', 'display_name': 'Mathematics', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C62520636', 'wikidata': 'https://www.wikidata.org/wiki/Q944', 'display_name': 'Quantum mechanics', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C94625758', 'wikidata': 'https://www.wikidata.org/wiki/Q7163', 'display_name': 'Politics', 'level': 2, 'score': 0.0}, {'id': 'https://openalex.org/C17744445', 'wikidata': 'https://www.wikidata.org/wiki/Q36442', 'display_name': 'Political science', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C199539241', 'wikidata': 'https://www.wikidata.org/wiki/Q7748', 'display_name': 'Law', 'level': 1, 'score': 0.0}], 'mesh': [], 'locations_count': 1, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1177/0013164405282471', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S176831015', 'display_name': 'Educational and Psychological Measurement', 'issn_l': '0013-1644', 'issn': ['1552-3888', '0013-1644'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320017', 'host_organization_name': 'SAGE Publishing', 'host_organization_lineage': ['https://openalex.org/P4310320017'], 'host_organization_lineage_names': ['SAGE Publishing'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/8', 'display_name': 'Decent work and economic growth', 'score': 0.27}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.18}, {'id': 'https://metadata.un.org/sdg/16', 'display_name': 'Peace, Justice and strong institutions', 'score': 0.12}], 'grants': [], 'referenced_works_count': 19, 'referenced_works': ['https://openalex.org/W1883573204', 'https://openalex.org/W1902610065', 'https://openalex.org/W1976908451', 'https://openalex.org/W1986370875', 'https://openalex.org/W2006923243', 'https://openalex.org/W2018201949', 'https://openalex.org/W2057254045', 'https://openalex.org/W2061339789', 'https://openalex.org/W2071666535', 'https://openalex.org/W2087542355', 'https://openalex.org/W2107309765', 'https://openalex.org/W2109642229', 'https://openalex.org/W2123821623', 'https://openalex.org/W2139952493', 'https://openalex.org/W2153610778', 'https://openalex.org/W2158862141', 'https://openalex.org/W2170527761', 'https://openalex.org/W4213284804', 'https://openalex.org/W4241286296'], 'related_works': ['https://openalex.org/W2041290817', 'https://openalex.org/W2041938686', 'https://openalex.org/W2060022011', 'https://openalex.org/W2127224673', 'https://openalex.org/W2164182910', 'https://openalex.org/W2369191872', 'https://openalex.org/W2375587725', 'https://openalex.org/W2379368440', 'https://openalex.org/W2980426082', 'https://openalex.org/W2994381393'], 'ngrams_url': 'https://api.openalex.org/works/W2172273046/ngrams', 'abstract_inverted_index': {'This': [0], 'article': [1], 'reports': [2], 'on': [3, 146], 'the': [4, 42, 61, 70, 109, 121, 130, 139], 'development': [5], 'of': [6, 17, 60, 124], 'a': [7, 82, 86], 'short': [8], 'questionnaire': [9], 'to': [10, 53, 108], 'measure': [11], 'work': [12, 115], 'engagement—a': [13], 'positive': [14, 122, 147], 'work-related': [15], 'state': [16], 'fulfillment': [18], 'that': [19, 41, 114, 129, 138], 'is': [20, 127], 'characterized': [21], 'by': [22], 'vigor,': [23, 100], 'dedication,': [24, 101], 'and': [25, 38, 69, 78, 92, 94, 103, 137], 'absorption.': [26], 'Data': [27], 'were': [28], 'collected': [29], 'in': [30, 144], '10': [31], 'different': [32], 'countries': [33], '(': [34], 'N': [35], '=': [36], '14,521),': [37], 'results': [39, 112], 'indicated': [40], 'original': [43], '17-item': [44], 'Utrecht': [45], 'Work': [46], 'Engagement': [47, 97], 'Scale': [48], '(UWES)': [49], 'can': [50, 141], 'be': [51, 118, 142], 'shortened': [52], '9': [54], 'items': [55], '(UWES-9).': [56], 'The': [57], 'factorial': [58], 'validity': [59], 'UWES-9': [62, 131], 'was': [63], 'demonstrated': [64], 'using': [65], 'confirmatory': [66], 'factor': [67, 89, 98], 'analyses,': [68], 'three': [71], 'scale': [72], 'scores': [73, 132], 'have': [74], 'good': [75], 'internal': [76], 'consistency': [77], 'test-retest': [79], 'reliability.': [80], 'Furthermore,': [81], 'two-factor': [83], 'model': [84], 'with': [85], 'reduced': [87], 'Burnout': [88], '(including': [90, 99], 'exhaustion': [91], 'cynicism)': [93], 'an': [95], 'expanded': [96], 'absorption,': [102], 'professional': [104], 'efficacy)': [105], 'fit': [106], 'best': [107], 'data.': [110], 'These': [111], 'confirm': [113], 'engagement': [116], 'may': [117], 'conceived': [119], 'as': [120], 'antipode': [123], 'burnout.': [125], 'It': [126], 'concluded': [128], 'has': [133], 'acceptable': [134], 'psychometric': [135], 'properties': [136], 'instrument': [140], 'used': [143], 'studies': [145], 'organizational': [148], 'behavior.': [149]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2172273046', 'counts_by_year': [{'year': 2023, 'cited_by_count': 412}, {'year': 2022, 'cited_by_count': 551}, {'year': 2021, 'cited_by_count': 553}, {'year': 2020, 'cited_by_count': 484}, {'year': 2019, 'cited_by_count': 439}, {'year': 2018, 'cited_by_count': 329}, {'year': 2017, 'cited_by_count': 333}, {'year': 2016, 'cited_by_count': 295}, {'year': 2015, 'cited_by_count': 259}, {'year': 2014, 'cited_by_count': 282}, {'year': 2013, 'cited_by_count': 234}, {'year': 2012, 'cited_by_count': 165}], 'updated_date': '2023-10-02T09:57:49.243522', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2607350314', 'doi': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'title': 'Estimates and 25-year trends of the global burden of disease attributable to ambient air pollution: an analysis of data from the Global Burden of Diseases Study 2015', 'display_name': 'Estimates and 25-year trends of the global burden of disease attributable to ambient air pollution: an analysis of data from the Global Burden of Diseases Study 2015', 'publication_year': 2017, 'publication_date': '2017-05-01', 'ids': {'openalex': 'https://openalex.org/W2607350314', 'doi': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'mag': '2607350314', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/28408086', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/5439030'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'pdf_url': 'http://www.thelancet.com/article/S0140673617305056/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'hybrid', 'oa_url': 'http://www.thelancet.com/article/S0140673617305056/pdf', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5015515466', 'display_name': 'Aarón Cohen', 'orcid': 'https://orcid.org/0000-0001-5847-6202'}, 'institutions': [{'id': 'https://openalex.org/I1303043848', 'display_name': 'Health Effects Institute', 'ror': 'https://ror.org/000a1tn51', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1303043848']}], 'countries': ['US'], 'is_corresponding': True, 'raw_author_name': 'Aaron J. Cohen', 'raw_affiliation_string': 'Health Effects Institute, Boston, MA, USA', 'raw_affiliation_strings': ['Health Effects Institute, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082018855', 'display_name': 'Michael Bräuer', 'orcid': 'https://orcid.org/0000-0002-9103-9343'}, 'institutions': [{'id': 'https://openalex.org/I141945490', 'display_name': 'University of British Columbia', 'ror': 'https://ror.org/03rmrcq20', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I141945490']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Michael Brauer Brauer', 'raw_affiliation_string': 'University of British Columbia, Vancouver, BC, Canada', 'raw_affiliation_strings': ['University of British Columbia, Vancouver, BC, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032852812', 'display_name': 'Richard T. Burnett', 'orcid': 'https://orcid.org/0000-0001-6772-4239'}, 'institutions': [{'id': 'https://openalex.org/I1288894424', 'display_name': 'Health Canada', 'ror': 'https://ror.org/05p8nb362', 'country_code': 'CA', 'type': 'government', 'lineage': ['https://openalex.org/I1288894424']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Richard Burnett', 'raw_affiliation_string': 'Health Canada, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Health Canada, Ottawa, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062029752', 'display_name': 'Hugh Anderson', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165862685', 'display_name': "St George's, University of London", 'ror': 'https://ror.org/040f08y74', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I124357947', 'https://openalex.org/I165862685']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'H. Ross Anderson', 'raw_affiliation_string': "St George's, University of London, London, UK", 'raw_affiliation_strings': ["St George's, University of London, London, UK"]}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5076573700', 'display_name': 'Joseph Frostad', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Joseph Frostad', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071339137', 'display_name': 'Kara Estep', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kara Estep', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003956918', 'display_name': 'Kalpana Balakrishnan', 'orcid': 'https://orcid.org/0000-0002-5905-1801'}, 'institutions': [{'id': 'https://openalex.org/I20107917', 'display_name': 'Sri Ramachandra Institute of Higher Education and Research', 'ror': 'https://ror.org/0108gdg43', 'country_code': 'IN', 'type': 'education', 'lineage': ['https://openalex.org/I20107917']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Kalpana Balakrishnan', 'raw_affiliation_string': 'Sri Ramachandra University, Chennai, Tamil Nadu, India', 'raw_affiliation_strings': ['Sri Ramachandra University, Chennai, Tamil Nadu, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025017022', 'display_name': 'Bert Brunekreef', 'orcid': 'https://orcid.org/0000-0001-9908-0060'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Bert Brunekreef', 'raw_affiliation_string': 'University of Utrecht, Utrecht, Netherlands', 'raw_affiliation_strings': ['University of Utrecht, Utrecht, Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5053191539', 'display_name': 'Lalit Dandona', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}, {'id': 'https://openalex.org/I74653059', 'display_name': 'Public Health Foundation of India', 'ror': 'https://ror.org/058s20p71', 'country_code': 'IN', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I74653059']}], 'countries': ['IN', 'US'], 'is_corresponding': False, 'raw_author_name': 'Lalit Dandona', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA; Public Health Foundation of India, New Delhi, India', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'Public Health Foundation of India, New Delhi, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005629692', 'display_name': 'Rakhi Dandona', 'orcid': 'https://orcid.org/0000-0003-0926-788X'}, 'institutions': [{'id': 'https://openalex.org/I74653059', 'display_name': 'Public Health Foundation of India', 'ror': 'https://ror.org/058s20p71', 'country_code': 'IN', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I74653059']}], 'countries': ['IN'], 'is_corresponding': False, 'raw_author_name': 'Rakhi Dandona', 'raw_affiliation_string': 'Public Health Foundation of India, New Delhi, India', 'raw_affiliation_strings': ['Public Health Foundation of India, New Delhi, India']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052615582', 'display_name': 'Valery L. Feigin', 'orcid': 'https://orcid.org/0000-0002-6372-1740'}, 'institutions': [{'id': 'https://openalex.org/I39854758', 'display_name': 'Auckland University of Technology', 'ror': 'https://ror.org/01zvqw119', 'country_code': 'NZ', 'type': 'education', 'lineage': ['https://openalex.org/I39854758']}], 'countries': ['NZ'], 'is_corresponding': False, 'raw_author_name': 'Valery Feigin', 'raw_affiliation_string': 'Auckland University of Technology, Auckland, New Zealand', 'raw_affiliation_strings': ['Auckland University of Technology, Auckland, New Zealand']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032821015', 'display_name': 'Greg Freedman', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Greg Freedman', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5082767970', 'display_name': 'Bryan Hubbell', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1302368450', 'display_name': 'Environmental Protection Agency', 'ror': 'https://ror.org/03tns0030', 'country_code': 'US', 'type': 'government', 'lineage': ['https://openalex.org/I1302368450', 'https://openalex.org/I2800421839']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bryan Hubbell', 'raw_affiliation_string': 'United States Environmental Protection Agency, Washington, DC, USA', 'raw_affiliation_strings': ['United States Environmental Protection Agency, Washington, DC, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003232525', 'display_name': 'Amelia Jobling', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I51601045', 'display_name': 'University of Bath', 'ror': 'https://ror.org/002h8g185', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51601045']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Amelia Jobling', 'raw_affiliation_string': 'University of Bath, Bath, UK', 'raw_affiliation_strings': ['University of Bath, Bath, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013092108', 'display_name': 'Haidong Kan', 'orcid': 'https://orcid.org/0000-0003-2693-9596'}, 'institutions': [{'id': 'https://openalex.org/I24943067', 'display_name': 'Fudan University', 'ror': 'https://ror.org/013q1eq08', 'country_code': 'CN', 'type': 'education', 'lineage': ['https://openalex.org/I24943067']}], 'countries': ['CN'], 'is_corresponding': False, 'raw_author_name': 'Haidong Kan', 'raw_affiliation_string': 'Fudan University, Yangpu Qu, Shanghai, China', 'raw_affiliation_strings': ['Fudan University, Yangpu Qu, Shanghai, China']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5019979485', 'display_name': 'Luke D. Knibbs', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I165143802', 'display_name': 'University of Queensland', 'ror': 'https://ror.org/00rqy9422', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I165143802']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Luke Knibbs', 'raw_affiliation_string': 'University of Queensland, St Lucia, QLD, Australia', 'raw_affiliation_strings': ['University of Queensland, St Lucia, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075943191', 'display_name': 'Yang Liu', 'orcid': 'https://orcid.org/0000-0001-5477-2186'}, 'institutions': [{'id': 'https://openalex.org/I150468666', 'display_name': 'Emory University', 'ror': 'https://ror.org/03czfpz43', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I150468666']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Yang Liu', 'raw_affiliation_string': 'Emory University, Atlanta, GA, USA', 'raw_affiliation_strings': ['Emory University, Atlanta, GA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5048852015', 'display_name': 'Randall V. Martin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I129902397', 'display_name': 'Dalhousie University', 'ror': 'https://ror.org/01e6qks80', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I129902397']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Randall Martin', 'raw_affiliation_string': 'Dalhousie University, Halifax, NS, Canada', 'raw_affiliation_strings': ['Dalhousie University, Halifax, NS, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5066175060', 'display_name': 'Lidia Morawska', 'orcid': 'https://orcid.org/0000-0002-0594-9683'}, 'institutions': [{'id': 'https://openalex.org/I160993911', 'display_name': 'Queensland University of Technology', 'ror': 'https://ror.org/03pnv4752', 'country_code': 'AU', 'type': 'education', 'lineage': ['https://openalex.org/I160993911']}], 'countries': ['AU'], 'is_corresponding': False, 'raw_author_name': 'Lidia Morawska', 'raw_affiliation_string': 'Queensland University of Technology, Brisbane, QLD, Australia', 'raw_affiliation_strings': ['Queensland University of Technology, Brisbane, QLD, Australia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008547429', 'display_name': 'C. Arden Pope', 'orcid': 'https://orcid.org/0000-0002-4239-6686'}, 'institutions': [{'id': 'https://openalex.org/I100005738', 'display_name': 'Brigham Young University', 'ror': 'https://ror.org/047rhhm47', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I100005738']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'C. Arden Pope Iii', 'raw_affiliation_string': 'Brigham Young University, Provo, UT, USA', 'raw_affiliation_strings': ['Brigham Young University, Provo, UT, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5030191508', 'display_name': 'Hwashin Hyun Shin', 'orcid': 'https://orcid.org/0000-0002-7263-6257'}, 'institutions': [{'id': 'https://openalex.org/I1288894424', 'display_name': 'Health Canada', 'ror': 'https://ror.org/05p8nb362', 'country_code': 'CA', 'type': 'government', 'lineage': ['https://openalex.org/I1288894424']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Hwashin Shin', 'raw_affiliation_string': 'Health Canada, Ottawa, ON, Canada', 'raw_affiliation_strings': ['Health Canada, Ottawa, ON, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5079199364', 'display_name': 'Kurt Straif', 'orcid': 'https://orcid.org/0000-0003-1402-2406'}, 'institutions': [{'id': 'https://openalex.org/I42237331', 'display_name': 'International Agency For Research On Cancer', 'ror': 'https://ror.org/00v452281', 'country_code': 'FR', 'type': 'government', 'lineage': ['https://openalex.org/I42237331']}], 'countries': ['FR'], 'is_corresponding': False, 'raw_author_name': 'Kurt Straif', 'raw_affiliation_string': 'International Agency for Research on Cancer, Lyon, France', 'raw_affiliation_strings': ['International Agency for Research on Cancer, Lyon, France']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045755072', 'display_name': 'Gavin Shaddick', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I51601045', 'display_name': 'University of Bath', 'ror': 'https://ror.org/002h8g185', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51601045']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Gavin Shaddick', 'raw_affiliation_string': 'University of Bath, Bath, UK', 'raw_affiliation_strings': ['University of Bath, Bath, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008206166', 'display_name': 'Matthew L. Thomas', 'orcid': 'https://orcid.org/0000-0001-8171-1936'}, 'institutions': [{'id': 'https://openalex.org/I51601045', 'display_name': 'University of Bath', 'ror': 'https://ror.org/002h8g185', 'country_code': 'GB', 'type': 'education', 'lineage': ['https://openalex.org/I51601045']}], 'countries': ['GB'], 'is_corresponding': False, 'raw_author_name': 'Matthew Thomas', 'raw_affiliation_string': 'University of Bath, Bath, UK', 'raw_affiliation_strings': ['University of Bath, Bath, UK']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047660675', 'display_name': 'Rita Van Dingenen', 'orcid': 'https://orcid.org/0000-0003-2521-4972'}, 'institutions': [{'id': 'https://openalex.org/I2800387288', 'display_name': 'European Commission', 'ror': 'https://ror.org/00k4n6c32', 'country_code': 'BE', 'type': 'government', 'lineage': ['https://openalex.org/I1320481043', 'https://openalex.org/I2800387288']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Rita van Dingenen', 'raw_affiliation_string': 'European Commission, Brussels, Belgium', 'raw_affiliation_strings': ['European Commission, Brussels, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5078905259', 'display_name': 'Aaron van Donkelaar', 'orcid': 'https://orcid.org/0000-0002-2998-8521'}, 'institutions': [{'id': 'https://openalex.org/I129902397', 'display_name': 'Dalhousie University', 'ror': 'https://ror.org/01e6qks80', 'country_code': 'CA', 'type': 'education', 'lineage': ['https://openalex.org/I129902397']}], 'countries': ['CA'], 'is_corresponding': False, 'raw_author_name': 'Aaron van Donkelaar', 'raw_affiliation_string': 'Dalhousie University, Halifax, NS, Canada', 'raw_affiliation_strings': ['Dalhousie University, Halifax, NS, Canada']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5007119101', 'display_name': 'Theo Vos', 'orcid': 'https://orcid.org/0000-0002-5690-5365'}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Theo Vos', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5004515522', 'display_name': 'Christopher J L Murray', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Christopher J. L. Murray', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5014781791', 'display_name': 'Mohammad H. Forouzanfar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I3143470655', 'display_name': 'Institute for Health Metrics and Evaluation', 'ror': 'https://ror.org/02684h094', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I3143470655']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Mohammad H. Forouzanfar', 'raw_affiliation_string': 'Institute for Health Metrics and Evaluation, Seattle, WA, USA', 'raw_affiliation_strings': ['Institute for Health Metrics and Evaluation, Seattle, WA, USA']}], 'countries_distinct_count': 10, 'institutions_distinct_count': 19, 'corresponding_author_ids': ['https://openalex.org/A5015515466'], 'corresponding_institution_ids': ['https://openalex.org/I1303043848'], 'apc_list': {'value': 6830, 'currency': 'USD', 'value_usd': 6830, 'provenance': 'doaj'}, 'apc_paid': {'value': 4469, 'currency': 'EUR', 'value_usd': 4819, 'provenance': 'openapc'}, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 3836, 'biblio': {'volume': '389', 'issue': '10082', 'first_page': '1907', 'last_page': '1918'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2780664029', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Disease burden', 'level': 3, 'score': 0.61507654}, {'id': 'https://openalex.org/C99454951', 'wikidata': 'https://www.wikidata.org/wiki/Q932068', 'display_name': 'Environmental health', 'level': 1, 'score': 0.6098124}, {'id': 'https://openalex.org/C71924100', 'wikidata': 'https://www.wikidata.org/wiki/Q11190', 'display_name': 'Medicine', 'level': 0, 'score': 0.58443934}, {'id': 'https://openalex.org/C3020448403', 'wikidata': 'https://www.wikidata.org/wiki/Q5282120', 'display_name': 'Burden of disease', 'level': 3, 'score': 0.56063557}, {'id': 'https://openalex.org/C82789193', 'wikidata': 'https://www.wikidata.org/wiki/Q2142611', 'display_name': 'Relative risk', 'level': 3, 'score': 0.5223459}, {'id': 'https://openalex.org/C2778049256', 'wikidata': 'https://www.wikidata.org/wiki/Q55627', 'display_name': 'Disability-adjusted life year', 'level': 4, 'score': 0.51904374}, {'id': 'https://openalex.org/C16851059', 'wikidata': 'https://www.wikidata.org/wiki/Q182467', 'display_name': 'Attributable risk', 'level': 3, 'score': 0.5167103}, {'id': 'https://openalex.org/C2908647359', 'wikidata': 'https://www.wikidata.org/wiki/Q2625603', 'display_name': 'Population', 'level': 2, 'score': 0.51414996}, {'id': 'https://openalex.org/C126451531', 'wikidata': 'https://www.wikidata.org/wiki/Q2852035', 'display_name': 'Years of potential life lost', 'level': 4, 'score': 0.4541128}, {'id': 'https://openalex.org/C559116025', 'wikidata': 'https://www.wikidata.org/wiki/Q131123', 'display_name': 'Air pollution', 'level': 2, 'score': 0.4453062}, {'id': 'https://openalex.org/C107130276', 'wikidata': 'https://www.wikidata.org/wiki/Q133805', 'display_name': 'Epidemiology', 'level': 2, 'score': 0.42653805}, {'id': 'https://openalex.org/C149923435', 'wikidata': 'https://www.wikidata.org/wiki/Q37732', 'display_name': 'Demography', 'level': 1, 'score': 0.35574126}, {'id': 'https://openalex.org/C44249647', 'wikidata': 'https://www.wikidata.org/wiki/Q208498', 'display_name': 'Confidence interval', 'level': 2, 'score': 0.33968836}, {'id': 'https://openalex.org/C133925201', 'wikidata': 'https://www.wikidata.org/wiki/Q188419', 'display_name': 'Life expectancy', 'level': 3, 'score': 0.3078648}, {'id': 'https://openalex.org/C126322002', 'wikidata': 'https://www.wikidata.org/wiki/Q11180', 'display_name': 'Internal medicine', 'level': 1, 'score': 0.09407282}, {'id': 'https://openalex.org/C185592680', 'wikidata': 'https://www.wikidata.org/wiki/Q2329', 'display_name': 'Chemistry', 'level': 0, 'score': 0.0}, {'id': 'https://openalex.org/C178790620', 'wikidata': 'https://www.wikidata.org/wiki/Q11351', 'display_name': 'Organic chemistry', 'level': 1, 'score': 0.0}, {'id': 'https://openalex.org/C144024400', 'wikidata': 'https://www.wikidata.org/wiki/Q21201', 'display_name': 'Sociology', 'level': 0, 'score': 0.0}], 'mesh': [{'descriptor_ui': 'D000397', 'descriptor_name': 'Air Pollution', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': True}, {'descriptor_ui': 'D002561', 'descriptor_name': 'Cerebrovascular Disorders', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D004781', 'descriptor_name': 'Environmental Exposure', 'qualifier_ui': 'Q000009', 'qualifier_name': 'adverse effects', 'is_major_topic': True}, {'descriptor_ui': 'D000071219', 'descriptor_name': 'Global Burden of Disease', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D006331', 'descriptor_name': 'Heart Diseases', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D012140', 'descriptor_name': 'Respiratory Tract Diseases', 'qualifier_ui': 'Q000453', 'qualifier_name': 'epidemiology', 'is_major_topic': True}, {'descriptor_ui': 'D000293', 'descriptor_name': 'Adolescent', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000328', 'descriptor_name': 'Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000368', 'descriptor_name': 'Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000369', 'descriptor_name': 'Aged, 80 and over', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D000397', 'descriptor_name': 'Air Pollution', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002561', 'descriptor_name': 'Cerebrovascular Disorders', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002648', 'descriptor_name': 'Child', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D002675', 'descriptor_name': 'Child, Preschool', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D004781', 'descriptor_name': 'Environmental Exposure', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D005260', 'descriptor_name': 'Female', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006331', 'descriptor_name': 'Heart Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007223', 'descriptor_name': 'Infant', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D007231', 'descriptor_name': 'Infant, Newborn', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008297', 'descriptor_name': 'Male', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D008875', 'descriptor_name': 'Middle Aged', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D019057', 'descriptor_name': 'Quality-Adjusted Life Years', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D012140', 'descriptor_name': 'Respiratory Tract Diseases', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D055815', 'descriptor_name': 'Young Adult', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 10, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'pdf_url': 'http://www.thelancet.com/article/S0140673617305056/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc5439030', 'pdf_url': 'https://europepmc.org/articles/pmc5439030?pdf=render', 'source': {'id': 'https://openalex.org/S4306400806', 'display_name': 'Europe PMC (PubMed Central)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1303153112', 'host_organization_name': 'European Bioinformatics Institute', 'host_organization_lineage': ['https://openalex.org/I1303153112'], 'host_organization_lineage_names': ['European Bioinformatics Institute'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10292/10670', 'pdf_url': 'https://openrepository.aut.ac.nz/bitstream/10292/10670/2/ambient.pdf', 'source': {'id': 'https://openalex.org/S4306401809', 'display_name': 'Tuwhera (Auckland University of Technology)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I39854758', 'host_organization_name': 'Auckland University of Technology', 'host_organization_lineage': ['https://openalex.org/I39854758'], 'host_organization_lineage_names': ['Auckland University of Technology'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/360404', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/handle/1874/360404/air_pollution.pdf?sequence=1&isAllowed=y', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5439030', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://openaccess.sgul.ac.uk/108553/29/PIIS0140673617305056.pdf', 'pdf_url': 'http://openaccess.sgul.ac.uk/108553/29/PIIS0140673617305056.pdf', 'source': {'id': 'https://openalex.org/S4306400552', 'display_name': "St George's Online Research Archive (St George's University of London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165862685', 'host_organization_name': "St George's, University of London", 'host_organization_lineage': ['https://openalex.org/I165862685'], 'host_organization_lineage_names': ["St George's, University of London"], 'type': 'repository'}, 'license': 'cc-by', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://openaccess.sgul.ac.uk/108553/19/GBD%202015%20AAP%20appendix%20111416.pdf', 'pdf_url': 'http://openaccess.sgul.ac.uk/108553/19/GBD%202015%20AAP%20appendix%20111416.pdf', 'source': {'id': 'https://openalex.org/S4306400552', 'display_name': "St George's Online Research Archive (St George's University of London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165862685', 'host_organization_name': "St George's, University of London", 'host_organization_lineage': ['https://openalex.org/I165862685'], 'host_organization_lineage_names': ["St George's, University of London"], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://openaccess.sgul.ac.uk/108553/7/GBD%202015%20AAP%20figures%20111416.pdf', 'pdf_url': 'http://openaccess.sgul.ac.uk/108553/7/GBD%202015%20AAP%20figures%20111416.pdf', 'source': {'id': 'https://openalex.org/S4306400552', 'display_name': "St George's Online Research Archive (St George's University of London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165862685', 'host_organization_name': "St George's, University of London", 'host_organization_lineage': ['https://openalex.org/I165862685'], 'host_organization_lineage_names': ["St George's, University of London"], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'http://openaccess.sgul.ac.uk/108553/12/GBD%202015%20AAP%20tables%20111416.pdf', 'pdf_url': 'http://openaccess.sgul.ac.uk/108553/12/GBD%202015%20AAP%20tables%20111416.pdf', 'source': {'id': 'https://openalex.org/S4306400552', 'display_name': "St George's Online Research Archive (St George's University of London)", 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I165862685', 'host_organization_name': "St George's, University of London", 'host_organization_lineage': ['https://openalex.org/I165862685'], 'host_organization_lineage_names': ["St George's, University of London"], 'type': 'repository'}, 'license': None, 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/28408086', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.1016/s0140-6736(17)30505-6', 'pdf_url': 'http://www.thelancet.com/article/S0140673617305056/pdf', 'source': {'id': 'https://openalex.org/S49861241', 'display_name': 'The Lancet', 'issn_l': '0140-6736', 'issn': ['1474-547X', '0099-5355', '0140-6736'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310320990', 'host_organization_name': 'Elsevier BV', 'host_organization_lineage': ['https://openalex.org/P4310320990'], 'host_organization_lineage_names': ['Elsevier BV'], 'type': 'journal'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.53}, {'id': 'https://metadata.un.org/sdg/1', 'display_name': 'No poverty', 'score': 0.35}], 'grants': [], 'referenced_works_count': 27, 'referenced_works': ['https://openalex.org/W220683005', 'https://openalex.org/W1552989130', 'https://openalex.org/W1617145133', 'https://openalex.org/W1981188583', 'https://openalex.org/W1985683313', 'https://openalex.org/W1992255721', 'https://openalex.org/W2009052925', 'https://openalex.org/W2017927239', 'https://openalex.org/W2063421373', 'https://openalex.org/W2077925494', 'https://openalex.org/W2079481627', 'https://openalex.org/W2096880772', 'https://openalex.org/W2100346673', 'https://openalex.org/W2107656403', 'https://openalex.org/W2110052313', 'https://openalex.org/W2122520859', 'https://openalex.org/W2126836106', 'https://openalex.org/W2141970008', 'https://openalex.org/W2168658532', 'https://openalex.org/W2209260785', 'https://openalex.org/W2278565264', 'https://openalex.org/W2294362895', 'https://openalex.org/W2402291092', 'https://openalex.org/W2461336101', 'https://openalex.org/W2528385426', 'https://openalex.org/W2614986146', 'https://openalex.org/W3143437408'], 'related_works': ['https://openalex.org/W1503945640', 'https://openalex.org/W1715219350', 'https://openalex.org/W2071508989', 'https://openalex.org/W2110052313', 'https://openalex.org/W2111200801', 'https://openalex.org/W2364990976', 'https://openalex.org/W2519064677', 'https://openalex.org/W2560087623', 'https://openalex.org/W3092575905', 'https://openalex.org/W3177368980'], 'ngrams_url': 'https://api.openalex.org/works/W2607350314/ngrams', 'abstract_inverted_index': {'BackgroundExposure': [0], 'to': [1, 14, 31, 37, 136, 147, 184, 195, 200, 205, 211, 232, 247, 263], 'ambient': [2, 32, 185], 'air': [3, 33, 243, 273], 'pollution': [4, 34, 244, 274], 'increases': [5], 'morbidity': [6], 'and': [7, 9, 21, 26, 42, 61, 78, 109, 151, 169, 179, 224, 271, 277, 312], 'mortality,': [8], 'is': [10, 299], 'a': [11, 225], 'leading': [12], 'contributor': [13], 'global': [15, 46, 122, 167, 172, 249], 'disease': [16, 29, 240, 252, 269], 'burden.': [17], 'We': [18], 'explored': [19], 'spatial': [20], 'temporal': [22], 'trends': [23], 'in': [24, 133, 161, 177, 198, 208, 241, 253, 267, 275, 282, 286], 'mortality': [25, 96, 130], 'burden': [27, 250, 283], 'of': [28, 50, 88, 95, 124, 165, 171, 175, 227, 251], 'attributable': [30, 183], 'from': [35, 97, 113, 188, 236, 305], '1990': [36, 199], '2015': [38], 'at': [39, 63], 'global,': [40], 'regional,': [41], 'country': [43], 'levels.MethodsWe': [44], 'estimated': [45, 91], 'population-weighted': [47], 'mean': [48], 'concentrations': [49], 'particle': [51], 'mass': [52], 'with': [53, 72], 'aerodynamic': [54], 'diameter': [55], 'less': [56], 'than': [57], '2·5': [58], 'μm': [59], '(PM2·5)': [60], 'ozone': [62, 212], 'an': [64, 214], 'approximate': [65], '11': [66, 69], 'km': [67, 70], '×': [68], 'resolution': [71], 'satellite-based': [73], 'estimates,': [74], 'chemical': [75], 'transport': [76], 'models,': [77], 'ground-level': [79], 'measurements.': [80], 'Using': [81], 'integrated': [82], 'exposure–response': [83, 118], 'functions': [84, 119], 'for': [85, 301], 'each': [86], 'cause': [87], 'death,': [89], 'we': [90], 'the': [92, 121, 128, 248, 258, 287], 'relative': [93], 'risk': [94, 131], 'ischaemic': [98], 'heart': [99], 'disease,': [100, 102, 106], 'cerebrovascular': [101], 'chronic': [103, 237], 'obstructive': [104, 238], 'pulmonary': [105, 239], 'lung': [107], 'cancer,': [108], 'lower': [110], 'respiratory': [111], 'infections': [112], 'epidemiological': [114], 'studies': [115], 'using': [116], 'non-linear': [117], 'spanning': [120], 'range': [123], 'exposure.FindingsAmbient': [125], 'PM2·5': [126, 137, 186, 292], 'was': [127], 'fifth-ranking': [129], 'factor': [132], '2015.': [134, 209], 'Exposure': [135, 210], 'caused': [138, 213], '4·2': [139, 201], 'million': [140, 146, 153, 155, 190, 194, 202, 204, 229, 231], '(95%': [141, 191, 218], 'uncertainty': [142], 'interval': [143], '[UI]': [144], '3·7': [145], '4·8': [148, 206], 'million)': [149, 157, 197, 207, 234], 'deaths': [150, 168, 223], '103·1': [152], '(90·8': [154], '115·1': [156], 'disability-adjusted': [158], 'life-years': [159], '(DALYs)': [160], '2015,': [162, 254], 'representing': [163], '7·6%': [164], 'total': [166], '4·2%': [170], 'DALYs,': [173], '59%': [174], 'these': [176], 'east': [178], 'south': [180], 'Asia.': [181], 'Deaths': [182], 'increased': [187, 256], '3·5': [189], 'UI': [192, 219], '3·0': [193], '4·0': [196], '(3·7': [203], 'additional': [215], '254': [216], '000': [217], '97': [220], '000–422': [221], '000)': [222], 'loss': [226], '4·1': [228], '(1·6': [230], '6·8': [233], 'DALYs': [235], '2015.InterpretationAmbient': [242], 'contributed': [245], 'substantially': [246], 'which': [255], 'over': [257], 'past': [259], '25': [260], 'years,': [261], 'due': [262], 'population': [264], 'ageing,': [265], 'changes': [266], 'non-communicable': [268], 'rates,': [270], 'increasing': [272], 'low-income': [276], 'middle-income': [278], 'countries.': [279], 'Modest': [280], 'reductions': [281], 'will': [284], 'occur': [285], 'most': [288], 'polluted': [289], 'countries': [290], 'unless': [291], 'values': [293], 'are': [294], 'decreased': [295], 'substantially,': [296], 'but': [297], 'there': [298], 'potential': [300], 'substantial': [302], 'health': [303], 'benefits': [304], 'exposure': [306], 'reduction.FundingBill': [307], '&': [308], 'Melinda': [309], 'Gates': [310], 'Foundation': [311], 'Health': [313], 'Effects': [314], 'Institute.': [315]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2607350314', 'counts_by_year': [{'year': 2023, 'cited_by_count': 579}, {'year': 2022, 'cited_by_count': 806}, {'year': 2021, 'cited_by_count': 798}, {'year': 2020, 'cited_by_count': 725}, {'year': 2019, 'cited_by_count': 510}, {'year': 2018, 'cited_by_count': 342}, {'year': 2017, 'cited_by_count': 63}], 'updated_date': '2023-10-03T12:53:36.318646', 'created_date': '2017-04-28'}, {'id': 'https://openalex.org/W1967137553', 'doi': 'https://doi.org/10.1126/science.275.5307.1787', 'title': 'Activation of β-Catenin-Tcf Signaling in Colon Cancer by Mutations in β-Catenin or APC', 'display_name': 'Activation of β-Catenin-Tcf Signaling in Colon Cancer by Mutations in β-Catenin or APC', 'publication_year': 1997, 'publication_date': '1997-03-21', 'ids': {'openalex': 'https://openalex.org/W1967137553', 'doi': 'https://doi.org/10.1126/science.275.5307.1787', 'mag': '1967137553', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/9065402'}, 'language': 'en', 'primary_location': {'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.275.5307.1787', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': False, 'oa_status': 'closed', 'oa_url': None, 'any_repository_has_fulltext': False}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5082675587', 'display_name': 'Patrice J. Morin', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Patrice J. Morin', 'raw_affiliation_string': 'P. J. Morin and B. Vogelstein, Howard Hughes Medical Institute and Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.', 'raw_affiliation_strings': ['P. J. Morin and B. Vogelstein, Howard Hughes Medical Institute and Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023586968', 'display_name': 'Andrew B. Sparks', 'orcid': None}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Andrew B. Sparks', 'raw_affiliation_string': 'A. B. Sparks and K. W. Kinzler, Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.', 'raw_affiliation_strings': ['A. B. Sparks and K. W. Kinzler, Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071928972', 'display_name': 'Vladimír Kořínek', 'orcid': 'https://orcid.org/0000-0002-9777-4664'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Vladimir Korinek', 'raw_affiliation_string': 'V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5073963216', 'display_name': 'Nick Barker', 'orcid': 'https://orcid.org/0000-0003-3566-4475'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Nick Barker', 'raw_affiliation_string': 'V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062248785', 'display_name': 'Hans Clevers', 'orcid': 'https://orcid.org/0000-0002-3077-5582'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Hans Clevers', 'raw_affiliation_string': 'V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.', 'raw_affiliation_strings': ['V. Korinek, N. Barker, H. Clevers, Department of Immunology, University Hospital, 35008 GA, Utrecht, The Netherlands.']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072858943', 'display_name': 'Bert Vogelstein', 'orcid': 'https://orcid.org/0000-0003-0766-3854'}, 'institutions': [{'id': 'https://openalex.org/I1344073410', 'display_name': 'Howard Hughes Medical Institute', 'ror': 'https://ror.org/006w34k90', 'country_code': 'US', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I1344073410']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Bert Vogelstein', 'raw_affiliation_string': 'P. J. Morin and B. Vogelstein, Howard Hughes Medical Institute and Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.', 'raw_affiliation_strings': ['P. J. Morin and B. Vogelstein, Howard Hughes Medical Institute and Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5059462255', 'display_name': 'Kenneth W. Kinzler', 'orcid': 'https://orcid.org/0000-0001-5591-1176'}, 'institutions': [], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Kenneth W. Kinzler', 'raw_affiliation_string': 'A. B. Sparks and K. W. Kinzler, Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.', 'raw_affiliation_strings': ['A. B. Sparks and K. W. Kinzler, Johns Hopkins Oncology Center, 424 North Bond Street, Baltimore, MD 21231, USA.']}], 'countries_distinct_count': 2, 'institutions_distinct_count': 2, 'corresponding_author_ids': [], 'corresponding_institution_ids': [], 'apc_list': None, 'apc_paid': None, 'has_fulltext': True, 'fulltext_origin': 'ngrams', 'cited_by_count': 3693, 'biblio': {'volume': '275', 'issue': '5307', 'first_page': '1787', 'last_page': '1790'}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2778237340', 'wikidata': 'https://www.wikidata.org/wiki/Q14883378', 'display_name': 'Adenomatous polyposis coli', 'level': 4, 'score': 0.93846107}, {'id': 'https://openalex.org/C30145163', 'wikidata': 'https://www.wikidata.org/wiki/Q384104', 'display_name': 'Catenin', 'level': 4, 'score': 0.71587694}, {'id': 'https://openalex.org/C526805850', 'wikidata': 'https://www.wikidata.org/wiki/Q188874', 'display_name': 'Colorectal cancer', 'level': 3, 'score': 0.6426434}, {'id': 'https://openalex.org/C502942594', 'wikidata': 'https://www.wikidata.org/wiki/Q3421914', 'display_name': 'Cancer research', 'level': 1, 'score': 0.6300345}, {'id': 'https://openalex.org/C2779324961', 'wikidata': 'https://www.wikidata.org/wiki/Q1634046', 'display_name': 'Beta-catenin', 'level': 4, 'score': 0.6262231}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.5802763}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.529017}, {'id': 'https://openalex.org/C86339819', 'wikidata': 'https://www.wikidata.org/wiki/Q407384', 'display_name': 'Transcription factor', 'level': 3, 'score': 0.5156185}, {'id': 'https://openalex.org/C143065580', 'wikidata': 'https://www.wikidata.org/wiki/Q3285695', 'display_name': 'Mutant', 'level': 3, 'score': 0.50179935}, {'id': 'https://openalex.org/C179185449', 'wikidata': 'https://www.wikidata.org/wiki/Q219699', 'display_name': 'Suppressor', 'level': 3, 'score': 0.49958444}, {'id': 'https://openalex.org/C501734568', 'wikidata': 'https://www.wikidata.org/wiki/Q42918', 'display_name': 'Mutation', 'level': 3, 'score': 0.45411092}, {'id': 'https://openalex.org/C2780814781', 'wikidata': 'https://www.wikidata.org/wiki/Q1369011', 'display_name': 'Familial adenomatous polyposis', 'level': 4, 'score': 0.43854496}, {'id': 'https://openalex.org/C2778264664', 'wikidata': 'https://www.wikidata.org/wiki/Q422445', 'display_name': 'Tumor suppressor gene', 'level': 4, 'score': 0.4152186}, {'id': 'https://openalex.org/C11960822', 'wikidata': 'https://www.wikidata.org/wiki/Q242736', 'display_name': 'Phosphorylation', 'level': 2, 'score': 0.4134945}, {'id': 'https://openalex.org/C137620995', 'wikidata': 'https://www.wikidata.org/wiki/Q155769', 'display_name': 'Wnt signaling pathway', 'level': 3, 'score': 0.36684155}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.3271819}, {'id': 'https://openalex.org/C121608353', 'wikidata': 'https://www.wikidata.org/wiki/Q12078', 'display_name': 'Cancer', 'level': 2, 'score': 0.25657326}, {'id': 'https://openalex.org/C555283112', 'wikidata': 'https://www.wikidata.org/wiki/Q1637543', 'display_name': 'Carcinogenesis', 'level': 3, 'score': 0.17894396}], 'mesh': [{'descriptor_ui': 'D003110', 'descriptor_name': 'Colonic Neoplasms', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D003598', 'descriptor_name': 'Cytoskeletal Proteins', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D003598', 'descriptor_name': 'Cytoskeletal Proteins', 'qualifier_ui': 'Q000235', 'qualifier_name': 'genetics', 'is_major_topic': True}, {'descriptor_ui': 'D017491', 'descriptor_name': 'Genes, APC', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D015534', 'descriptor_name': 'Trans-Activators', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D014157', 'descriptor_name': 'Transcription Factors', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': True}, {'descriptor_ui': 'D014158', 'descriptor_name': 'Transcription, Genetic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': True}, {'descriptor_ui': 'D025601', 'descriptor_name': 'Adenomatous Polyposis Coli Protein', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003110', 'descriptor_name': 'Colonic Neoplasms', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D003110', 'descriptor_name': 'Colonic Neoplasms', 'qualifier_ui': 'Q000378', 'qualifier_name': 'metabolism', 'is_major_topic': False}, {'descriptor_ui': 'D003598', 'descriptor_name': 'Cytoskeletal Proteins', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015972', 'descriptor_name': 'Gene Expression Regulation, Neoplastic', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D017930', 'descriptor_name': 'Genes, Reporter', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D018095', 'descriptor_name': 'Germ-Line Mutation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D006801', 'descriptor_name': 'Humans', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D009154', 'descriptor_name': 'Mutation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D010766', 'descriptor_name': 'Phosphorylation', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D015398', 'descriptor_name': 'Signal Transduction', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D051820', 'descriptor_name': 'TCF Transcription Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D058118', 'descriptor_name': 'Transcription Factor 7-Like 2 Protein', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014157', 'descriptor_name': 'Transcription Factors', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014162', 'descriptor_name': 'Transfection', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D014407', 'descriptor_name': 'Tumor Cells, Cultured', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}, {'descriptor_ui': 'D051176', 'descriptor_name': 'beta Catenin', 'qualifier_ui': '', 'qualifier_name': None, 'is_major_topic': False}], 'locations_count': 2, 'locations': [{'is_oa': False, 'landing_page_url': 'https://doi.org/10.1126/science.275.5307.1787', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S3880285', 'display_name': 'Science', 'issn_l': '0036-8075', 'issn': ['0036-8075', '1095-9203'], 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/P4310315823', 'host_organization_name': 'American Association for the Advancement of Science', 'host_organization_lineage': ['https://openalex.org/P4310315823'], 'host_organization_lineage_names': ['American Association for the Advancement of Science'], 'type': 'journal'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/9065402', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': None, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/3', 'display_name': 'Good health and well-being', 'score': 0.79}], 'grants': [], 'referenced_works_count': 25, 'referenced_works': ['https://openalex.org/W1948533188', 'https://openalex.org/W1966121721', 'https://openalex.org/W1971884902', 'https://openalex.org/W1975307794', 'https://openalex.org/W1975781876', 'https://openalex.org/W1979618971', 'https://openalex.org/W1989215255', 'https://openalex.org/W1998649191', 'https://openalex.org/W2009713979', 'https://openalex.org/W2012039807', 'https://openalex.org/W2018348035', 'https://openalex.org/W2022112198', 'https://openalex.org/W2036541245', 'https://openalex.org/W2057296050', 'https://openalex.org/W2059813946', 'https://openalex.org/W2071377606', 'https://openalex.org/W2081758458', 'https://openalex.org/W2085252478', 'https://openalex.org/W2090636859', 'https://openalex.org/W2093531978', 'https://openalex.org/W2099727102', 'https://openalex.org/W2105556617', 'https://openalex.org/W2118184847', 'https://openalex.org/W2122507780', 'https://openalex.org/W2146167376'], 'related_works': ['https://openalex.org/W141799699', 'https://openalex.org/W1550966763', 'https://openalex.org/W2032578973', 'https://openalex.org/W2108670406', 'https://openalex.org/W2171313185', 'https://openalex.org/W2518081961', 'https://openalex.org/W2550335841', 'https://openalex.org/W2886446274', 'https://openalex.org/W2887140083', 'https://openalex.org/W3093124326'], 'ngrams_url': 'https://api.openalex.org/works/W1967137553/ngrams', 'abstract_inverted_index': {'Inactivation': [0], 'of': [1, 16, 27, 43, 72, 85], 'the': [2, 17, 22], 'adenomatous': [3], 'polyposis': [4], 'coli': [5], '(': [6], 'APC': [7, 23, 45, 64, 105], ')': [8], 'tumor': [9, 91], 'suppressor': [10], 'gene': [11], 'initiates': [12], 'colorectal': [13, 49, 60], 'neoplasia.': [14], 'One': [15], 'biochemical': [18], 'activities': [19], 'associated': [20], 'with': [21, 62], 'protein': [24, 41], 'is': [25, 87], 'down-regulation': [26], 'transcriptional': [28], 'activation': [29], 'mediated': [30], 'by': [31, 101], 'β-catenin': [32, 73, 86], 'and': [33, 94], 'T': [34], 'cell': [35], 'transcription': [36], 'factor': [37], '4': [38], '(Tcf-4).': [39], 'The': [40], 'products': [42], 'mutant': [44], 'genes': [46, 65], 'present': [47], 'in': [48, 56, 103], 'tumors': [50, 61], 'were': [51, 66], 'found': [52, 67], 'to': [53, 68, 89], 'be': [54, 99], 'defective': [55], 'this': [57, 96], 'activity.': [58], 'Furthermore,': [59], 'intact': [63], 'contain': [69], 'activating': [70], 'mutations': [71, 102], 'that': [74, 83, 95], 'altered': [75], 'functionally': [76], 'significant': [77], 'phosphorylation': [78], 'sites.': [79], 'These': [80], 'results': [81], 'indicate': [82], 'regulation': [84, 97], 'critical': [88], "APC's": [90], 'suppressive': [92], 'effect': [93], 'can': [98], 'circumvented': [100], 'either': [104], 'or': [106], 'β-catenin.': [107]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W1967137553', 'counts_by_year': [{'year': 2023, 'cited_by_count': 59}, {'year': 2022, 'cited_by_count': 73}, {'year': 2021, 'cited_by_count': 87}, {'year': 2020, 'cited_by_count': 91}, {'year': 2019, 'cited_by_count': 90}, {'year': 2018, 'cited_by_count': 118}, {'year': 2017, 'cited_by_count': 151}, {'year': 2016, 'cited_by_count': 132}, {'year': 2015, 'cited_by_count': 134}, {'year': 2014, 'cited_by_count': 157}, {'year': 2013, 'cited_by_count': 142}, {'year': 2012, 'cited_by_count': 146}], 'updated_date': '2023-10-03T03:03:51.475350', 'created_date': '2016-06-24'}, {'id': 'https://openalex.org/W2170852633', 'doi': 'https://doi.org/10.3402/jev.v4.27066', 'title': 'Biological properties of extracellular vesicles and their physiological functions', 'display_name': 'Biological properties of extracellular vesicles and their physiological functions', 'publication_year': 2015, 'publication_date': '2015-01-01', 'ids': {'openalex': 'https://openalex.org/W2170852633', 'doi': 'https://doi.org/10.3402/jev.v4.27066', 'mag': '2170852633', 'pmid': 'https://pubmed.ncbi.nlm.nih.gov/25979354', 'pmcid': 'https://www.ncbi.nlm.nih.gov/pmc/articles/4433489'}, 'language': 'en', 'primary_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3402/jev.v4.27066', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.3402/jev.v4.27066?needAccess=true&role=button', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'type': 'article', 'type_crossref': 'journal-article', 'open_access': {'is_oa': True, 'oa_status': 'gold', 'oa_url': 'https://www.tandfonline.com/doi/pdf/10.3402/jev.v4.27066?needAccess=true&role=button', 'any_repository_has_fulltext': True}, 'authorships': [{'author_position': 'first', 'author': {'id': 'https://openalex.org/A5035093031', 'display_name': 'Marı́a Yáñez-Mó', 'orcid': 'https://orcid.org/0000-0001-7484-2866'}, 'institutions': [{'id': 'https://openalex.org/I4210103870', 'display_name': 'Hospital Universitario Santa Cristina', 'ror': 'https://ror.org/01bynmm24', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210103870', 'https://openalex.org/I4210139293']}, {'id': 'https://openalex.org/I4210146061', 'display_name': 'Centro de Biología Molecular Severo Ochoa', 'ror': 'https://ror.org/03v9e8t09', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I134820265', 'https://openalex.org/I4210146061']}, {'id': 'https://openalex.org/I63634437', 'display_name': 'Autonomous University of Madrid', 'ror': 'https://ror.org/01cby8j38', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I63634437']}], 'countries': ['ES'], 'is_corresponding': True, 'raw_author_name': 'María Yáñez-Mó', 'raw_affiliation_string': 'Departamento de Biología Molecular UAM Madrid Spain; Unidad de Investigación Hospital Sta Cristina Instituto de Investigaciones Sanitarias Princesa (IIS‐IP) Madrid Spain', 'raw_affiliation_strings': ['Departamento de Biología Molecular UAM Madrid Spain', 'Unidad de Investigación Hospital Sta Cristina Instituto de Investigaciones Sanitarias Princesa (IIS‐IP) Madrid Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5011053615', 'display_name': 'Pia Siljander', 'orcid': 'https://orcid.org/0000-0003-2326-5821'}, 'institutions': [{'id': 'https://openalex.org/I133731052', 'display_name': 'University of Helsinki', 'ror': 'https://ror.org/040af2s02', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I133731052']}], 'countries': ['FI'], 'is_corresponding': True, 'raw_author_name': 'Pia R.-M. Siljander', 'raw_affiliation_string': 'Extracellular Vesicle Research, Division of Biochemistry and Biotechnology, Department of Biosciences, University of Helsinki, Helsinki, Finland', 'raw_affiliation_strings': ['Extracellular Vesicle Research, Division of Biochemistry and Biotechnology, Department of Biosciences, University of Helsinki, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5006930013', 'display_name': 'Zoraida Andreu', 'orcid': 'https://orcid.org/0000-0002-7407-4825'}, 'institutions': [{'id': 'https://openalex.org/I4210103870', 'display_name': 'Hospital Universitario Santa Cristina', 'ror': 'https://ror.org/01bynmm24', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210103870', 'https://openalex.org/I4210139293']}, {'id': 'https://openalex.org/I4210146061', 'display_name': 'Centro de Biología Molecular Severo Ochoa', 'ror': 'https://ror.org/03v9e8t09', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I134820265', 'https://openalex.org/I4210146061']}, {'id': 'https://openalex.org/I63634437', 'display_name': 'Autonomous University of Madrid', 'ror': 'https://ror.org/01cby8j38', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I63634437']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Zoraida Andreu', 'raw_affiliation_string': 'Departamento de Biología Molecular UAM Madrid Spain; Unidad de Investigación Hospital Sta Cristina Instituto de Investigaciones Sanitarias Princesa (IIS‐IP) Madrid Spain', 'raw_affiliation_strings': ['Departamento de Biología Molecular UAM Madrid Spain', 'Unidad de Investigación Hospital Sta Cristina Instituto de Investigaciones Sanitarias Princesa (IIS‐IP) Madrid Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072142431', 'display_name': 'Apolonija Bedina Zavec', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210152560', 'display_name': 'National Institute of Chemistry', 'ror': 'https://ror.org/050mac570', 'country_code': 'SI', 'type': 'facility', 'lineage': ['https://openalex.org/I4210152560']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Apolonija Bedina Zavec', 'raw_affiliation_string': 'Laboratory for Molecular Biology and Nanobiotechnology, National Institute of Chemistry, Ljubljana, Slovenia', 'raw_affiliation_strings': ['Laboratory for Molecular Biology and Nanobiotechnology, National Institute of Chemistry, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5041562886', 'display_name': 'Francesc E. Borràs', 'orcid': 'https://orcid.org/0000-0003-4038-1912'}, 'institutions': [{'id': 'https://openalex.org/I4210137002', 'display_name': "Institut d'Investigació en Ciències de la Salut Germans Trias i Pujol", 'ror': 'https://ror.org/03bzdww12', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210137002']}, {'id': 'https://openalex.org/I4210153460', 'display_name': 'Hospital Universitari Germans Trias i Pujol', 'ror': 'https://ror.org/04wxdxa47', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210153292', 'https://openalex.org/I4210153460']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Francesc E. Borràs', 'raw_affiliation_string': 'IVECAT Group – “Germans Trias i Pujol” Research Institute, Badalona, Spain; Nephrology Service – “Germans Trias i Pujol” University Hospital, Badalona, Spain', 'raw_affiliation_strings': ['IVECAT Group – “Germans Trias i Pujol” Research Institute, Badalona, Spain', 'Nephrology Service – “Germans Trias i Pujol” University Hospital, Badalona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5086107375', 'display_name': 'Edit I. Buzás', 'orcid': 'https://orcid.org/0000-0002-3744-206X'}, 'institutions': [{'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Edit I. Buzas', 'raw_affiliation_string': 'Department of Genetics, Cell- and Immunobiology, Semmelweis University, Budapest, Hungary', 'raw_affiliation_strings': ['Department of Genetics, Cell- and Immunobiology, Semmelweis University, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5022275698', 'display_name': 'Krisztina Buzás', 'orcid': 'https://orcid.org/0000-0001-8933-2033'}, 'institutions': [{'id': 'https://openalex.org/I2800351701', 'display_name': 'Biological Research Centre', 'ror': 'https://ror.org/016gb1631', 'country_code': 'HU', 'type': 'facility', 'lineage': ['https://openalex.org/I2800351701', 'https://openalex.org/I7597260']}, {'id': 'https://openalex.org/I7597260', 'display_name': 'Hungarian Academy of Sciences', 'ror': 'https://ror.org/02ks8qq67', 'country_code': 'HU', 'type': 'government', 'lineage': ['https://openalex.org/I7597260']}, {'id': 'https://openalex.org/I227486990', 'display_name': 'University of Szeged', 'ror': 'https://ror.org/01pnej532', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I227486990']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Krisztina Buzas', 'raw_affiliation_string': 'Biological Research Centre, Hungarian Academy of Sciences, Szeged, Hungary; Faculty of Dentistry, University of Szeged, Szeged Hungary', 'raw_affiliation_strings': ['Biological Research Centre, Hungarian Academy of Sciences, Szeged, Hungary', 'Faculty of Dentistry, University of Szeged, Szeged Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032476075', 'display_name': 'Enriqueta Casal', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210112728', 'display_name': 'CIC bioGUNE', 'ror': 'https://ror.org/02x5c5y60', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210112728']}, {'id': 'https://openalex.org/I4210132431', 'display_name': 'Centro de Investigación Biomédica en Red de Enfermedades Hepáticas y Digestivas', 'ror': 'https://ror.org/03cn6tr16', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210132431']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Enriqueta Casal', 'raw_affiliation_string': 'Metabolomics Unit, CIC bioGUNE, CIBERehd, Bizkaia Technology Park, Derio, Spain', 'raw_affiliation_strings': ['Metabolomics Unit, CIC bioGUNE, CIBERehd, Bizkaia Technology Park, Derio, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5089930164', 'display_name': 'Francesco Cappello', 'orcid': 'https://orcid.org/0000-0001-9288-1148'}, 'institutions': [{'id': 'https://openalex.org/I900890020', 'display_name': 'University of Palermo', 'ror': 'https://ror.org/044k9ta02', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I900890020']}, {'id': 'https://openalex.org/I4210162772', 'display_name': 'Istituto Euro Mediterraneo di Scienza e Tecnologia', 'ror': 'https://ror.org/05sfcd303', 'country_code': 'IT', 'type': 'education', 'lineage': ['https://openalex.org/I4210162772']}], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Francesco Cappello', 'raw_affiliation_string': 'Department of Experimental Biomedicine and Clinical Neuroscience, Human Anatomy Section, University of Palermo, Palermo, Italy; Euro-Mediterranean Institute of Science and Technology, Palermo, Italy', 'raw_affiliation_strings': ['Department of Experimental Biomedicine and Clinical Neuroscience, Human Anatomy Section, University of Palermo, Palermo, Italy', 'Euro-Mediterranean Institute of Science and Technology, Palermo, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5003154361', 'display_name': 'Joana Carvalho', 'orcid': 'https://orcid.org/0000-0001-9743-438X'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Joana Carvalho', 'raw_affiliation_string': 'Expression Regulation in Cancer, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal', 'raw_affiliation_strings': ['Expression Regulation in Cancer, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091517373', 'display_name': 'Eva Colás', 'orcid': 'https://orcid.org/0000-0003-0302-4828'}, 'institutions': [{'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Eva Colás', 'raw_affiliation_string': 'Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain', 'raw_affiliation_strings': ['Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5080872827', 'display_name': 'Anabela Cordeiro-da-Silva', 'orcid': 'https://orcid.org/0000-0003-2392-6087'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Anabela Cordeiro-da Silva', 'raw_affiliation_string': 'Department of Biological Sciences, Faculty of Pharmacy, University of Porto, Porto, Portugal', 'raw_affiliation_strings': ['Department of Biological Sciences, Faculty of Pharmacy, University of Porto, Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008077481', 'display_name': 'Stefano Fais', 'orcid': 'https://orcid.org/0000-0001-9060-2766'}, 'institutions': [], 'countries': ['IT'], 'is_corresponding': False, 'raw_author_name': 'Stefano Fais', 'raw_affiliation_string': 'Anti-Tumour Drugs Section, Department of Therapeutic Research and Medicines Evaluation, National Institute of Health (ISS), Rome, Italy', 'raw_affiliation_strings': ['Anti-Tumour Drugs Section, Department of Therapeutic Research and Medicines Evaluation, National Institute of Health (ISS), Rome, Italy']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054735287', 'display_name': 'Juan Manuel Falcón‐Pérez', 'orcid': 'https://orcid.org/0000-0003-3133-0670'}, 'institutions': [{'id': 'https://openalex.org/I4210112728', 'display_name': 'CIC bioGUNE', 'ror': 'https://ror.org/02x5c5y60', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I4210112728']}, {'id': 'https://openalex.org/I4210132431', 'display_name': 'Centro de Investigación Biomédica en Red de Enfermedades Hepáticas y Digestivas', 'ror': 'https://ror.org/03cn6tr16', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210132431']}, {'id': 'https://openalex.org/I110594554', 'display_name': 'Ikerbasque', 'ror': 'https://ror.org/01cc3fy72', 'country_code': 'ES', 'type': 'other', 'lineage': ['https://openalex.org/I110594554']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Juan M. Falcon-Perez', 'raw_affiliation_string': 'IKERBASQUE, Basque Foundation for Science, Bilbao, Spain; Metabolomics Unit, CIC bioGUNE, CIBERehd, Bizkaia Technology Park, Derio, Spain', 'raw_affiliation_strings': ['IKERBASQUE, Basque Foundation for Science, Bilbao, Spain', 'Metabolomics Unit, CIC bioGUNE, CIBERehd, Bizkaia Technology Park, Derio, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023152679', 'display_name': 'Irène M. Ghobrial', 'orcid': 'https://orcid.org/0000-0001-7361-3092'}, 'institutions': [{'id': 'https://openalex.org/I4210117453', 'display_name': 'Dana-Farber Cancer Institute', 'ror': 'https://ror.org/02jzgtq86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210117453']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Irene M. Ghobrial', 'raw_affiliation_string': 'Dana-Farber Cancer Institute, Boston, MA, USA', 'raw_affiliation_strings': ['Dana-Farber Cancer Institute, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5031009228', 'display_name': 'Bernd Giebel', 'orcid': 'https://orcid.org/0000-0003-2446-948X'}, 'institutions': [{'id': 'https://openalex.org/I62318514', 'display_name': 'University of Duisburg-Essen', 'ror': 'https://ror.org/04mz5ra38', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I62318514']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Bernd Giebel', 'raw_affiliation_string': 'Institute for Transfusion Medicine, University Hospital Essen, University of Duisburg-Essen, Essen, Germany', 'raw_affiliation_strings': ['Institute for Transfusion Medicine, University Hospital Essen, University of Duisburg-Essen, Essen, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062521086', 'display_name': 'Mario Gimona', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}, {'id': 'https://openalex.org/I4210141866', 'display_name': 'Salzburger Landeskliniken', 'ror': 'https://ror.org/0500kmp11', 'country_code': 'AT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141866']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Mario Gimona', 'raw_affiliation_string': 'Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria; Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria', 'raw_affiliation_strings': ['Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria', 'Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5010187620', 'display_name': 'Michael W. Graner', 'orcid': 'https://orcid.org/0000-0002-3097-0257'}, 'institutions': [{'id': 'https://openalex.org/I921990950', 'display_name': 'University of Colorado Denver', 'ror': 'https://ror.org/02hh7en24', 'country_code': 'US', 'type': 'education', 'lineage': ['https://openalex.org/I2802236040', 'https://openalex.org/I921990950']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Michael Graner', 'raw_affiliation_string': 'Department of Neurosurgery, University of Colorado Denver, CO, USA', 'raw_affiliation_strings': ['Department of Neurosurgery, University of Colorado Denver, CO, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045479717', 'display_name': 'İhsan Gürsel', 'orcid': 'https://orcid.org/0000-0003-3761-1166'}, 'institutions': [{'id': 'https://openalex.org/I168864056', 'display_name': 'Bilkent University', 'ror': 'https://ror.org/02vh8a032', 'country_code': 'TR', 'type': 'education', 'lineage': ['https://openalex.org/I168864056']}], 'countries': ['TR'], 'is_corresponding': False, 'raw_author_name': 'Ihsan Gursel', 'raw_affiliation_string': 'Department of Molecular Biology and Genetics Thorlab-Therapeutic Oligonucleotide Research Lab, Bilkent University, Ankara, Turkey', 'raw_affiliation_strings': ['Department of Molecular Biology and Genetics Thorlab-Therapeutic Oligonucleotide Research Lab, Bilkent University, Ankara, Turkey']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5027443646', 'display_name': 'Mayda Gürsel', 'orcid': 'https://orcid.org/0000-0003-0044-9054'}, 'institutions': [{'id': 'https://openalex.org/I201799495', 'display_name': 'Middle East Technical University', 'ror': 'https://ror.org/014weej12', 'country_code': 'TR', 'type': 'education', 'lineage': ['https://openalex.org/I201799495']}], 'countries': ['TR'], 'is_corresponding': False, 'raw_author_name': 'Mayda Gursel', 'raw_affiliation_string': 'Department of Biological Sciences Middle East Technical University, Ankara, Turkey', 'raw_affiliation_strings': ['Department of Biological Sciences Middle East Technical University, Ankara, Turkey']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5033697331', 'display_name': 'Niels H. H. Heegaard', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I177969490', 'display_name': 'University of Southern Denmark', 'ror': 'https://ror.org/03yrrjy16', 'country_code': 'DK', 'type': 'education', 'lineage': ['https://openalex.org/I177969490']}, {'id': 'https://openalex.org/I2801498763', 'display_name': 'Odense University Hospital', 'ror': 'https://ror.org/00ey0ed83', 'country_code': 'DK', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801498763']}, {'id': 'https://openalex.org/I101527212', 'display_name': 'Statens Serum Institut', 'ror': 'https://ror.org/0417ye583', 'country_code': 'DK', 'type': 'facility', 'lineage': ['https://openalex.org/I101527212']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Niels H. H. Heegaard', 'raw_affiliation_string': 'Analytical Protein Chemistry, Department of Clinical Biochemistry, Immunology & Genetics, Statens Serum Institut, Copenhagen, Denmark; Department of Clinical Biochemistry and Pharmacology, Odense University Hospital, University of Southern Denmark, Odense, Denmark', 'raw_affiliation_strings': ['Analytical Protein Chemistry, Department of Clinical Biochemistry, Immunology & Genetics, Statens Serum Institut, Copenhagen, Denmark', 'Department of Clinical Biochemistry and Pharmacology, Odense University Hospital, University of Southern Denmark, Odense, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5075264102', 'display_name': 'An Hendrix', 'orcid': 'https://orcid.org/0000-0002-1883-8309'}, 'institutions': [{'id': 'https://openalex.org/I2801227569', 'display_name': 'Ghent University Hospital', 'ror': 'https://ror.org/00xmkp704', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801227569']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'An Hendrix', 'raw_affiliation_string': 'Laboratory of Experimental Cancer Research, Department of Radiation Oncology and Experimental Cancer Research, Ghent University Hospital, Ghent, Belgium', 'raw_affiliation_strings': ['Laboratory of Experimental Cancer Research, Department of Radiation Oncology and Experimental Cancer Research, Ghent University Hospital, Ghent, Belgium']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5083337086', 'display_name': 'Peter Kierulf', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I1281400175', 'display_name': 'Oslo University Hospital', 'ror': 'https://ror.org/00j9c2840', 'country_code': 'NO', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1281400175']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'Peter Kierulf', 'raw_affiliation_string': 'Bood Cell Research Group, Department of Medical Biochemistry, Oslo University Hospital, Oslo, Norway', 'raw_affiliation_strings': ['Bood Cell Research Group, Department of Medical Biochemistry, Oslo University Hospital, Oslo, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5091281426', 'display_name': 'Katsutoshi Kokubun', 'orcid': 'https://orcid.org/0000-0002-0613-6481'}, 'institutions': [{'id': 'https://openalex.org/I4210117453', 'display_name': 'Dana-Farber Cancer Institute', 'ror': 'https://ror.org/02jzgtq86', 'country_code': 'US', 'type': 'facility', 'lineage': ['https://openalex.org/I4210117453']}], 'countries': ['US'], 'is_corresponding': False, 'raw_author_name': 'Katsutoshi Kokubun', 'raw_affiliation_string': 'Dana-Farber Cancer Institute, Boston, MA, USA', 'raw_affiliation_strings': ['Dana-Farber Cancer Institute, Boston, MA, USA']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5018798934', 'display_name': 'Maja Kosanović', 'orcid': 'https://orcid.org/0000-0002-1143-1805'}, 'institutions': [{'id': 'https://openalex.org/I4068193', 'display_name': 'University of Belgrade', 'ror': 'https://ror.org/02qsmb048', 'country_code': 'RS', 'type': 'education', 'lineage': ['https://openalex.org/I4068193']}], 'countries': ['RS'], 'is_corresponding': False, 'raw_author_name': 'Maja Kosanovic', 'raw_affiliation_string': 'Department of Immunochemistry and Glycobiology, Institute for the Application of Nuclear Energy, INEP, University of Belgrade, Belgrade, Serbia', 'raw_affiliation_strings': ['Department of Immunochemistry and Glycobiology, Institute for the Application of Nuclear Energy, INEP, University of Belgrade, Belgrade, Serbia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5008022751', 'display_name': 'Veronika Kralj‐Iglič', 'orcid': 'https://orcid.org/0000-0002-7496-2005'}, 'institutions': [{'id': 'https://openalex.org/I153976015', 'display_name': 'University of Ljubljana', 'ror': 'https://ror.org/05njb9z20', 'country_code': 'SI', 'type': 'education', 'lineage': ['https://openalex.org/I153976015']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Veronika Kralj-Iglic', 'raw_affiliation_string': 'Laboratory of Clinical Biophysics, Faculty of Health Sciences, University of Ljubljana, Ljubljana, Slovenia', 'raw_affiliation_strings': ['Laboratory of Clinical Biophysics, Faculty of Health Sciences, University of Ljubljana, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5060118221', 'display_name': 'Eva-Maria Krämer-Albers', 'orcid': 'https://orcid.org/0000-0001-7994-1185'}, 'institutions': [{'id': 'https://openalex.org/I4210165314', 'display_name': 'Focus (Germany)', 'ror': 'https://ror.org/05tq5rp50', 'country_code': 'DE', 'type': 'company', 'lineage': ['https://openalex.org/I4210165314']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Eva-Maria Krämer-Albers', 'raw_affiliation_string': 'Molecular Cell Biology and Focus Program Translational Neurosciences, University of Mainz, Mainz, Germany', 'raw_affiliation_strings': ['Molecular Cell Biology and Focus Program Translational Neurosciences, University of Mainz, Mainz, Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054141328', 'display_name': 'Saara Laitinen', 'orcid': 'https://orcid.org/0000-0002-3482-1304'}, 'institutions': [{'id': 'https://openalex.org/I2801434414', 'display_name': 'Finnish Red Cross', 'ror': 'https://ror.org/045thge14', 'country_code': 'FI', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I2801434414']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Saara Laitinen', 'raw_affiliation_string': 'Research and Cell Services, Finnish Red Cross Blood Service, Helsinki, Finland', 'raw_affiliation_strings': ['Research and Cell Services, Finnish Red Cross Blood Service, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5072739191', 'display_name': 'Cecilia Lässer', 'orcid': 'https://orcid.org/0000-0003-1279-1746'}, 'institutions': [{'id': 'https://openalex.org/I881427289', 'display_name': 'University of Gothenburg', 'ror': 'https://ror.org/01tm6cn81', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I881427289']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Cecilia Lässer', 'raw_affiliation_string': 'Krefting Research Centre, Institute of Medicine at the Sahlgrenska Academy, University of Gothenburg, Gothenburg, Sweden', 'raw_affiliation_strings': ['Krefting Research Centre, Institute of Medicine at the Sahlgrenska Academy, University of Gothenburg, Gothenburg, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035064326', 'display_name': 'Thomas Lener', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}, {'id': 'https://openalex.org/I4210141866', 'display_name': 'Salzburger Landeskliniken', 'ror': 'https://ror.org/0500kmp11', 'country_code': 'AT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141866']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Thomas Lener', 'raw_affiliation_string': 'Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria; Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria', 'raw_affiliation_strings': ['Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria', 'Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5023653704', 'display_name': 'Erzsébet Ligeti', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Erzsébet Ligeti', 'raw_affiliation_string': 'Department of Physiology, Semmelweis University, Budapest, Hungary', 'raw_affiliation_strings': ['Department of Physiology, Semmelweis University, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001115344', 'display_name': 'Aija Linē', 'orcid': 'https://orcid.org/0000-0002-8492-4758'}, 'institutions': [{'id': 'https://openalex.org/I141777705', 'display_name': 'Latvian Biomedical Research and Study Centre', 'ror': 'https://ror.org/01gckhp53', 'country_code': 'LV', 'type': 'facility', 'lineage': ['https://openalex.org/I141777705']}], 'countries': ['LV'], 'is_corresponding': False, 'raw_author_name': 'Aija Linē', 'raw_affiliation_string': 'Latvian Biomedical Research and Study Centre, Riga, Latvia', 'raw_affiliation_strings': ['Latvian Biomedical Research and Study Centre, Riga, Latvia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5039594754', 'display_name': 'Georg Lipps', 'orcid': 'https://orcid.org/0000-0002-5376-9716'}, 'institutions': [{'id': 'https://openalex.org/I2972652528', 'display_name': 'University of Applied Sciences and Arts Northwestern Switzerland', 'ror': 'https://ror.org/04mq2g308', 'country_code': 'CH', 'type': 'education', 'lineage': ['https://openalex.org/I2972652528']}], 'countries': ['CH'], 'is_corresponding': False, 'raw_author_name': 'Georg Lipps', 'raw_affiliation_string': 'Institute of Chemistry and Bioanalytics, School of Life Sciences, University of Applied Sciences and Arts Northwestern Switzerland, Muttenz, Switzerland', 'raw_affiliation_strings': ['Institute of Chemistry and Bioanalytics, School of Life Sciences, University of Applied Sciences and Arts Northwestern Switzerland, Muttenz, Switzerland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5047949591', 'display_name': 'Alicia Llorente', 'orcid': 'https://orcid.org/0000-0002-0045-071X'}, 'institutions': [{'id': 'https://openalex.org/I1281400175', 'display_name': 'Oslo University Hospital', 'ror': 'https://ror.org/00j9c2840', 'country_code': 'NO', 'type': 'healthcare', 'lineage': ['https://openalex.org/I1281400175']}], 'countries': ['NO'], 'is_corresponding': False, 'raw_author_name': 'Alicia Llorente', 'raw_affiliation_string': 'Department of Molecular Cell Biology, Institute for Cancer Research, Oslo University Hospital – The Norwegian Radium Hospital, Oslo, Norway', 'raw_affiliation_strings': ['Department of Molecular Cell Biology, Institute for Cancer Research, Oslo University Hospital – The Norwegian Radium Hospital, Oslo, Norway']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5001571542', 'display_name': 'Jan Lötvall', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I881427289', 'display_name': 'University of Gothenburg', 'ror': 'https://ror.org/01tm6cn81', 'country_code': 'SE', 'type': 'education', 'lineage': ['https://openalex.org/I881427289']}], 'countries': ['SE'], 'is_corresponding': False, 'raw_author_name': 'Jan Lötvall', 'raw_affiliation_string': 'Krefting Research Centre, Institute of Medicine at the Sahlgrenska Academy, University of Gothenburg, Gothenburg, Sweden', 'raw_affiliation_strings': ['Krefting Research Centre, Institute of Medicine at the Sahlgrenska Academy, University of Gothenburg, Gothenburg, Sweden']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5052849229', 'display_name': 'Mateja Manček-Keber', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210152560', 'display_name': 'National Institute of Chemistry', 'ror': 'https://ror.org/050mac570', 'country_code': 'SI', 'type': 'facility', 'lineage': ['https://openalex.org/I4210152560']}, {'id': 'https://openalex.org/I4210149465', 'display_name': 'EN-FIST Centre of Excellence (Slovenia)', 'ror': 'https://ror.org/04s1b0x88', 'country_code': 'SI', 'type': 'company', 'lineage': ['https://openalex.org/I4210149465']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Mateja Manček-Keber', 'raw_affiliation_string': 'EN→FIST Centre of Excellence, Ljubljana, Slovenia; National Institute of Chemistry, Laboratory of Biotechnology, Ljubljana, Slovenia', 'raw_affiliation_strings': ['EN→FIST Centre of Excellence, Ljubljana, Slovenia', 'National Institute of Chemistry, Laboratory of Biotechnology, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090728771', 'display_name': 'Antonio Marcilla', 'orcid': 'https://orcid.org/0000-0003-0004-0531'}, 'institutions': [{'id': 'https://openalex.org/I16097986', 'display_name': 'University of Valencia', 'ror': 'https://ror.org/043nxc105', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I16097986']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Antonio Marcilla', 'raw_affiliation_string': 'Departamento de Biología Celular y Parasitologia, Facultat de Farmacia, Universitat de Valencia, Valencia, Spain', 'raw_affiliation_strings': ['Departamento de Biología Celular y Parasitologia, Facultat de Farmacia, Universitat de Valencia, Valencia, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5032075495', 'display_name': 'Marı́a Mittelbrunn', 'orcid': 'https://orcid.org/0000-0003-3487-8762'}, 'institutions': [{'id': 'https://openalex.org/I4210130400', 'display_name': 'Spanish National Centre for Cardiovascular Research', 'ror': 'https://ror.org/02qs1a797', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210098440', 'https://openalex.org/I4210130400']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Maria Mittelbrunn', 'raw_affiliation_string': 'Department of Vascular Biology and Inflammation, Centro Nacional de Investigaciones Cardiovasculares, Madrid, Spain', 'raw_affiliation_strings': ['Department of Vascular Biology and Inflammation, Centro Nacional de Investigaciones Cardiovasculares, Madrid, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045031133', 'display_name': 'Irina Nazarenko', 'orcid': 'https://orcid.org/0000-0002-2633-1161'}, 'institutions': [{'id': 'https://openalex.org/I161046081', 'display_name': 'University of Freiburg', 'ror': 'https://ror.org/0245cg223', 'country_code': 'DE', 'type': 'education', 'lineage': ['https://openalex.org/I161046081']}], 'countries': ['DE'], 'is_corresponding': False, 'raw_author_name': 'Irina Nazarenko', 'raw_affiliation_string': 'Institute for Environmental Health Sciences and Hospital Infection Control Medical Center – University of Freiburg Freiburg im Breisgau Germany', 'raw_affiliation_strings': ['Institute for Environmental Health Sciences and Hospital Infection Control Medical Center – University of Freiburg Freiburg im Breisgau Germany']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5051288617', 'display_name': 'Esther N. M. Nolte‐‘t Hoen', 'orcid': 'https://orcid.org/0000-0002-3172-9959'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Esther N.M. Nolte-‘t Hoen', 'raw_affiliation_string': 'Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5071351094', 'display_name': 'Tuula A. Nyman', 'orcid': 'https://orcid.org/0000-0001-8787-5886'}, 'institutions': [{'id': 'https://openalex.org/I133731052', 'display_name': 'University of Helsinki', 'ror': 'https://ror.org/040af2s02', 'country_code': 'FI', 'type': 'education', 'lineage': ['https://openalex.org/I133731052']}], 'countries': ['FI'], 'is_corresponding': False, 'raw_author_name': 'Tuula A. Nyman', 'raw_affiliation_string': 'Institute of Biotechnology, (Viikinkaari 1), University of Helsinki, Helsinki, Finland', 'raw_affiliation_strings': ['Institute of Biotechnology, (Viikinkaari 1), University of Helsinki, Helsinki, Finland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5025907836', 'display_name': 'Lorraine O’Driscoll', 'orcid': 'https://orcid.org/0000-0002-9860-8262'}, 'institutions': [{'id': 'https://openalex.org/I205274468', 'display_name': 'Trinity College Dublin', 'ror': 'https://ror.org/02tyrky19', 'country_code': 'IE', 'type': 'education', 'lineage': ['https://openalex.org/I205274468']}], 'countries': ['IE'], 'is_corresponding': False, 'raw_author_name': "Lorraine O'Driscoll", 'raw_affiliation_string': 'School of Pharmacy and Pharmaceutical Sciences & Trinity Biomedical Sciences Institute, Trinity College Dublin, Dublin, Ireland', 'raw_affiliation_strings': ['School of Pharmacy and Pharmaceutical Sciences & Trinity Biomedical Sciences Institute, Trinity College Dublin, Dublin, Ireland']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5012466556', 'display_name': 'Mireia Oliván', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Mireia Olivan', 'raw_affiliation_string': 'Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain', 'raw_affiliation_strings': ['Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5064854472', 'display_name': 'Carla Oliveira', 'orcid': 'https://orcid.org/0000-0001-8340-2264'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'Carla Oliveira', 'raw_affiliation_string': 'Expression Regulation in Cancer, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal', 'raw_affiliation_strings': ['Expression Regulation in Cancer, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5069889713', 'display_name': 'Éva Pállinger', 'orcid': 'https://orcid.org/0000-0002-5789-0951'}, 'institutions': [{'id': 'https://openalex.org/I101202996', 'display_name': 'Semmelweis University', 'ror': 'https://ror.org/01g9ty582', 'country_code': 'HU', 'type': 'education', 'lineage': ['https://openalex.org/I101202996']}], 'countries': ['HU'], 'is_corresponding': False, 'raw_author_name': 'Éva Pállinger', 'raw_affiliation_string': 'Department of Genetics, Cell- and Immunobiology, Semmelweis University, Budapest, Hungary', 'raw_affiliation_strings': ['Department of Genetics, Cell- and Immunobiology, Semmelweis University, Budapest, Hungary']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062896436', 'display_name': 'Hernando A. del Portillo', 'orcid': 'https://orcid.org/0000-0002-5278-3452'}, 'institutions': [{'id': 'https://openalex.org/I4210148332', 'display_name': 'Barcelona Institute for Global Health', 'ror': 'https://ror.org/03hjgt059', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210148332']}, {'id': 'https://openalex.org/I71999127', 'display_name': 'University of Barcelona', 'ror': 'https://ror.org/021018s57', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I71999127']}, {'id': 'https://openalex.org/I11932220', 'display_name': 'Institució Catalana de Recerca i Estudis Avançats', 'ror': 'https://ror.org/0371hy230', 'country_code': 'ES', 'type': 'nonprofit', 'lineage': ['https://openalex.org/I11932220']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Hernando A. del Portillo', 'raw_affiliation_string': 'ISGlobal, Barcelona Ctr. Int. Health Res. (CRESIB), Hospital Clínic – Universitat de Barcelona, Barcelona, Spain; Institució Catalana de Recerca I Estudis Avançats, Barcelona, Spain', 'raw_affiliation_strings': ['ISGlobal, Barcelona Ctr. Int. Health Res. (CRESIB), Hospital Clínic – Universitat de Barcelona, Barcelona, Spain', 'Institució Catalana de Recerca I Estudis Avançats, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5045282403', 'display_name': 'Jaume Reventós', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Jaume Reventós', 'raw_affiliation_string': 'Departament de Ciències Bàsiques, Universitat Internacional de Catalunya, and Institut de Recerca Biomèdica de Bellvitge, Barcelona, Spain; Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain', 'raw_affiliation_strings': ['Departament de Ciències Bàsiques, Universitat Internacional de Catalunya, and Institut de Recerca Biomèdica de Bellvitge, Barcelona, Spain', 'Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5068868892', 'display_name': 'Marina Rigau', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I123044942', 'display_name': 'Autonomous University of Barcelona', 'ror': 'https://ror.org/052g8jq94', 'country_code': 'ES', 'type': 'education', 'lineage': ['https://openalex.org/I123044942']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Marina Rigau', 'raw_affiliation_string': 'Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain', 'raw_affiliation_strings': ['Research Unit in Biomedicine and Translational Oncology, Vall Hebron Institute of Research and Autonomous University of Barcelona, Barcelona, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5024617009', 'display_name': 'Eva Rohde', 'orcid': 'https://orcid.org/0000-0001-8692-886X'}, 'institutions': [{'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}, {'id': 'https://openalex.org/I4210141866', 'display_name': 'Salzburger Landeskliniken', 'ror': 'https://ror.org/0500kmp11', 'country_code': 'AT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141866']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Eva Rohde', 'raw_affiliation_string': 'Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria; Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria', 'raw_affiliation_strings': ['Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria', 'Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5013157063', 'display_name': 'Marei Sammar', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I231622532', 'display_name': 'ORT Braude College', 'ror': 'https://ror.org/004af2v94', 'country_code': 'IL', 'type': 'education', 'lineage': ['https://openalex.org/I231622532']}], 'countries': ['IL'], 'is_corresponding': False, 'raw_author_name': 'Marei Sammar', 'raw_affiliation_string': 'Department of Biotechnology Engineering, ORT Braude College, Karmiel, Israel', 'raw_affiliation_strings': ['Department of Biotechnology Engineering, ORT Braude College, Karmiel, Israel']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5042124020', 'display_name': 'Francisco Sánchez-Madrid', 'orcid': 'https://orcid.org/0000-0001-5303-0762'}, 'institutions': [{'id': 'https://openalex.org/I4210130400', 'display_name': 'Spanish National Centre for Cardiovascular Research', 'ror': 'https://ror.org/02qs1a797', 'country_code': 'ES', 'type': 'facility', 'lineage': ['https://openalex.org/I4210098440', 'https://openalex.org/I4210130400']}, {'id': 'https://openalex.org/I4210130498', 'display_name': 'Hospital Universitario de La Princesa', 'ror': 'https://ror.org/03cg5md32', 'country_code': 'ES', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210130498', 'https://openalex.org/I4210139293']}], 'countries': ['ES'], 'is_corresponding': False, 'raw_author_name': 'Francisco Sánchez-Madrid', 'raw_affiliation_string': 'Department of Vascular Biology and Inflammation, Centro Nacional de Investigaciones Cardiovasculares, Madrid, Spain; Servicio de Inmunología, Hospital de la Princesa, Instituto de Investigaciones Sanitarias Princesa (IIS-IP), Madrid, Spain', 'raw_affiliation_strings': ['Department of Vascular Biology and Inflammation, Centro Nacional de Investigaciones Cardiovasculares, Madrid, Spain', 'Servicio de Inmunología, Hospital de la Princesa, Instituto de Investigaciones Sanitarias Princesa (IIS-IP), Madrid, Spain']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5005943895', 'display_name': 'Nuno Santarém', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I4210158732', 'display_name': 'i3S - Instituto de Investigação e Inovação em Saúde, Universidade do Porto', 'ror': 'https://ror.org/04wjk1035', 'country_code': 'PT', 'type': 'facility', 'lineage': ['https://openalex.org/I110454016', 'https://openalex.org/I182534213', 'https://openalex.org/I4210158732']}, {'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'N. Santarém', 'raw_affiliation_string': 'IBMC – Instituto de Biologia Molecular e Celular, Universidade do Porto, Porto, Portugal; Instituto de Investigação e Inovação em Saúde, Universidade do Porto, Porto, Portugal', 'raw_affiliation_strings': ['IBMC – Instituto de Biologia Molecular e Celular, Universidade do Porto, Porto, Portugal', 'Instituto de Investigação e Inovação em Saúde, Universidade do Porto, Porto, Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5029625483', 'display_name': 'Katharina Schallmoser', 'orcid': 'https://orcid.org/0000-0002-7204-0058'}, 'institutions': [{'id': 'https://openalex.org/I27945538', 'display_name': 'Paracelsus Medical University', 'ror': 'https://ror.org/03z3mg085', 'country_code': 'AT', 'type': 'education', 'lineage': ['https://openalex.org/I27945538']}, {'id': 'https://openalex.org/I4210141866', 'display_name': 'Salzburger Landeskliniken', 'ror': 'https://ror.org/0500kmp11', 'country_code': 'AT', 'type': 'healthcare', 'lineage': ['https://openalex.org/I4210141866']}], 'countries': ['AT'], 'is_corresponding': False, 'raw_author_name': 'Katharina Schallmoser', 'raw_affiliation_string': 'Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria; Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria', 'raw_affiliation_strings': ['Department of Blood Group Serology and Transfusion Medicine, Universitätsklinikum, Salzburger Landeskliniken GesmbH (SALK), Salzburg, Austria', 'Spinal Cord Injury & Tissue Regeneration Center Salzburg (SCI-TReCS), Paracelsus Medical University (PMU), Salzburg, Austria']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5090694433', 'display_name': 'Marie Stampe Ostenfeld', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2802335433', 'display_name': 'Aarhus University Hospital', 'ror': 'https://ror.org/040r8fr65', 'country_code': 'DK', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2802335433']}], 'countries': ['DK'], 'is_corresponding': False, 'raw_author_name': 'Marie Stampe Ostenfeld', 'raw_affiliation_string': 'Departmnet of Molecular Medicine, Aarhus University Hospital, Aarhus, Denmark', 'raw_affiliation_strings': ['Departmnet of Molecular Medicine, Aarhus University Hospital, Aarhus, Denmark']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5062040060', 'display_name': 'Willem Stoorvogel', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Willem Stoorvogel', 'raw_affiliation_string': 'Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5035868471', 'display_name': 'Roman Štukelj', 'orcid': 'https://orcid.org/0000-0001-7352-7012'}, 'institutions': [{'id': 'https://openalex.org/I153976015', 'display_name': 'University of Ljubljana', 'ror': 'https://ror.org/05njb9z20', 'country_code': 'SI', 'type': 'education', 'lineage': ['https://openalex.org/I153976015']}], 'countries': ['SI'], 'is_corresponding': False, 'raw_author_name': 'Roman Stukelj', 'raw_affiliation_string': 'Laboratory of Clinical Biophysics, Faculty of Health Sciences, University of Ljubljana, Ljubljana, Slovenia', 'raw_affiliation_strings': ['Laboratory of Clinical Biophysics, Faculty of Health Sciences, University of Ljubljana, Ljubljana, Slovenia']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5044264235', 'display_name': 'Susanne G. van der Grein', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Susanne G. Van der Grein', 'raw_affiliation_string': 'Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5040669857', 'display_name': 'M. Helena Vasconcelos', 'orcid': 'https://orcid.org/0000-0002-7801-4643'}, 'institutions': [{'id': 'https://openalex.org/I182534213', 'display_name': 'University of Porto', 'ror': 'https://ror.org/043pwc612', 'country_code': 'PT', 'type': 'education', 'lineage': ['https://openalex.org/I182534213']}, {'id': 'https://openalex.org/I4210158732', 'display_name': 'i3S - Instituto de Investigação e Inovação em Saúde, Universidade do Porto', 'ror': 'https://ror.org/04wjk1035', 'country_code': 'PT', 'type': 'facility', 'lineage': ['https://openalex.org/I110454016', 'https://openalex.org/I182534213', 'https://openalex.org/I4210158732']}], 'countries': ['PT'], 'is_corresponding': False, 'raw_author_name': 'M. Helena Vasconcelos', 'raw_affiliation_string': 'Cancer Drug Resistance Group, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal; Instituto de Investigação e Inovação em Saúde Universidade do Porto Porto Portugal', 'raw_affiliation_strings': ['Cancer Drug Resistance Group, Institute of Molecular Pathology and Immunology of the University of Porto (IPATIMUP), Porto, Portugal', 'Instituto de Investigação e Inovação em Saúde Universidade do Porto Porto Portugal']}, {'author_position': 'middle', 'author': {'id': 'https://openalex.org/A5054159214', 'display_name': 'Marca H. M. Wauben', 'orcid': 'https://orcid.org/0000-0003-0360-0311'}, 'institutions': [{'id': 'https://openalex.org/I193662353', 'display_name': 'Utrecht University', 'ror': 'https://ror.org/04pp8hn57', 'country_code': 'NL', 'type': 'education', 'lineage': ['https://openalex.org/I193662353']}], 'countries': ['NL'], 'is_corresponding': False, 'raw_author_name': 'Marca H. M. Wauben', 'raw_affiliation_string': 'Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands', 'raw_affiliation_strings': ['Department of Biochemistry and Cell Biology, Faculty of Veterinary Medicine, Utrecht University, Utrecht, The Netherlands']}, {'author_position': 'last', 'author': {'id': 'https://openalex.org/A5034687681', 'display_name': 'Olivier De Wever', 'orcid': None}, 'institutions': [{'id': 'https://openalex.org/I2801227569', 'display_name': 'Ghent University Hospital', 'ror': 'https://ror.org/00xmkp704', 'country_code': 'BE', 'type': 'healthcare', 'lineage': ['https://openalex.org/I2801227569']}], 'countries': ['BE'], 'is_corresponding': False, 'raw_author_name': 'Olivier De Wever', 'raw_affiliation_string': 'Laboratory of Experimental Cancer Research, Department of Radiation Oncology and Experimental Cancer Research, Ghent University Hospital, Ghent, Belgium', 'raw_affiliation_strings': ['Laboratory of Experimental Cancer Research, Department of Radiation Oncology and Experimental Cancer Research, Ghent University Hospital, Ghent, Belgium']}], 'countries_distinct_count': 20, 'institutions_distinct_count': 50, 'corresponding_author_ids': ['https://openalex.org/A5035093031', 'https://openalex.org/A5011053615'], 'corresponding_institution_ids': ['https://openalex.org/I4210103870', 'https://openalex.org/I4210146061', 'https://openalex.org/I63634437', 'https://openalex.org/I133731052'], 'apc_list': {'value': 3850, 'currency': 'USD', 'value_usd': 3850, 'provenance': 'doaj'}, 'apc_paid': {'value': 3850, 'currency': 'USD', 'value_usd': 3850, 'provenance': 'doaj'}, 'has_fulltext': False, 'cited_by_count': 3599, 'biblio': {'volume': '4', 'issue': '1', 'first_page': None, 'last_page': None}, 'is_retracted': False, 'is_paratext': False, 'concepts': [{'id': 'https://openalex.org/C2992929900', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicles', 'level': 2, 'score': 0.62030786}, {'id': 'https://openalex.org/C20518536', 'wikidata': 'https://www.wikidata.org/wiki/Q6840469', 'display_name': 'Microvesicles', 'level': 4, 'score': 0.61355245}, {'id': 'https://openalex.org/C86803240', 'wikidata': 'https://www.wikidata.org/wiki/Q420', 'display_name': 'Biology', 'level': 0, 'score': 0.5431986}, {'id': 'https://openalex.org/C2908689518', 'wikidata': 'https://www.wikidata.org/wiki/Q21097485', 'display_name': 'Extracellular vesicle', 'level': 5, 'score': 0.4599769}, {'id': 'https://openalex.org/C24107716', 'wikidata': 'https://www.wikidata.org/wiki/Q123619', 'display_name': 'Nucleic acid', 'level': 2, 'score': 0.41379058}, {'id': 'https://openalex.org/C95444343', 'wikidata': 'https://www.wikidata.org/wiki/Q7141', 'display_name': 'Cell biology', 'level': 1, 'score': 0.38042578}, {'id': 'https://openalex.org/C70721500', 'wikidata': 'https://www.wikidata.org/wiki/Q177005', 'display_name': 'Computational biology', 'level': 1, 'score': 0.3701118}, {'id': 'https://openalex.org/C145059251', 'wikidata': 'https://www.wikidata.org/wiki/Q310899', 'display_name': 'microRNA', 'level': 3, 'score': 0.2017793}, {'id': 'https://openalex.org/C54355233', 'wikidata': 'https://www.wikidata.org/wiki/Q7162', 'display_name': 'Genetics', 'level': 1, 'score': 0.17523962}, {'id': 'https://openalex.org/C104317684', 'wikidata': 'https://www.wikidata.org/wiki/Q7187', 'display_name': 'Gene', 'level': 2, 'score': 0.11696026}], 'mesh': [], 'locations_count': 15, 'locations': [{'is_oa': True, 'landing_page_url': 'https://doi.org/10.3402/jev.v4.27066', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.3402/jev.v4.27066?needAccess=true&role=button', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': False, 'landing_page_url': 'https://doaj.org/article/81410b260f724df3a5b0ed8e77723836', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306401280', 'display_name': 'DOAJ (DOAJ: Directory of Open Access Journals)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': None, 'host_organization_name': None, 'host_organization_lineage': [], 'host_organization_lineage_names': [], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}, {'is_oa': True, 'landing_page_url': 'https://europepmc.org/articles/pmc4433489', 'pdf_url': 'https://europepmc.org/articles/pmc4433489?pdf=render', 'source': {'id': 'https://openalex.org/S4377196289', 'display_name': 'IRIS UniPA (University of Palermo)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I900890020', 'host_organization_name': 'University of Palermo', 'host_organization_lineage': ['https://openalex.org/I900890020'], 'host_organization_lineage_names': ['University of Palermo'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/2445/169354', 'pdf_url': 'http://diposit.ub.edu/dspace/bitstream/2445/169354/1/700406.pdf', 'source': {'id': 'https://openalex.org/S4306401653', 'display_name': 'Dipòsit Digital de la Universitat de Barcelona (Universitat de Barcelona)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I71999127', 'host_organization_name': 'University of Barcelona', 'host_organization_lineage': ['https://openalex.org/I71999127'], 'host_organization_lineage_names': ['University of Barcelona'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/1854/LU-6897651', 'pdf_url': 'https://biblio.ugent.be/publication/6897651/file/6897797.pdf', 'source': {'id': 'https://openalex.org/S4306400478', 'display_name': 'Ghent University Academic Bibliography (Ghent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I32597200', 'host_organization_name': 'Ghent University', 'host_organization_lineage': ['https://openalex.org/I32597200'], 'host_organization_lineage_names': ['Ghent University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://biblio.ugent.be/publication/6897651/file/6897797', 'pdf_url': 'https://biblio.ugent.be/publication/6897651/file/6897797', 'source': {'id': 'https://openalex.org/S4306400478', 'display_name': 'Ghent University Academic Bibliography (Ghent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I32597200', 'host_organization_name': 'Ghent University', 'host_organization_lineage': ['https://openalex.org/I32597200'], 'host_organization_lineage_names': ['Ghent University'], 'type': 'repository'}, 'license': 'cc-by', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://repo.lib.semmelweis.hu//handle/123456789/2671', 'pdf_url': 'http://repo.lib.semmelweis.hu//bitstream/123456789/2671/1/27066_160241_1_PB_u.pdf', 'source': {'id': 'https://openalex.org/S4306402199', 'display_name': 'Semmelweis University Repository (Semmelweis University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I101202996', 'host_organization_name': 'Semmelweis University', 'host_organization_lineage': ['https://openalex.org/I101202996'], 'host_organization_lineage_names': ['Semmelweis University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/11693/38337', 'pdf_url': 'http://repository.bilkent.edu.tr/bitstream/11693/38337/1/Biological%20properties%20of%20extracellular%20vesicles%20and%20their%20physiological%20functions.pdf', 'source': {'id': 'https://openalex.org/S4306400079', 'display_name': 'Bilkent University Institutional Repository (Bilkent University)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I168864056', 'host_organization_name': 'Bilkent University', 'host_organization_lineage': ['https://openalex.org/I168864056'], 'host_organization_lineage_names': ['Bilkent University'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://ddd.uab.cat/record/185334', 'pdf_url': 'https://ddd.uab.cat/pub/artpub/2015/pmc_25979354/pmc_25979354.pdf', 'source': {'id': 'https://openalex.org/S4306400380', 'display_name': 'Dipòsit Digital de Documents de la UAB (Universitat Autònoma de Barcelona)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I123044942', 'host_organization_name': 'Autonomous University of Barcelona', 'host_organization_lineage': ['https://openalex.org/I123044942'], 'host_organization_lineage_names': ['Autonomous University of Barcelona'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://dspace.library.uu.nl/handle/1874/314660', 'pdf_url': 'https://dspace.library.uu.nl/bitstream/1874/314660/1/biological.pdf', 'source': {'id': 'https://openalex.org/S4306401843', 'display_name': 'Data Archiving and Networked Services (DANS)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1322597698', 'host_organization_name': 'Royal Netherlands Academy of Arts and Sciences', 'host_organization_lineage': ['https://openalex.org/I1322597698'], 'host_organization_lineage_names': ['Royal Netherlands Academy of Arts and Sciences'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/10447/423890', 'pdf_url': 'https://iris.unipa.it/bitstream/10447/423890/2/JEV-4-27066.pdf', 'source': {'id': 'https://openalex.org/S4377196289', 'display_name': 'IRIS UniPA (University of Palermo)', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I900890020', 'host_organization_name': 'University of Palermo', 'host_organization_lineage': ['https://openalex.org/I900890020'], 'host_organization_lineage_names': ['University of Palermo'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'http://hdl.handle.net/20.500.12105/5521', 'pdf_url': 'https://repisalud.isciii.es/bitstream/20.500.12105/5521/1/BiologicalPropertiesOfExtracellularVesicles_2015.pdf', 'source': {'id': 'https://openalex.org/S4306402641', 'display_name': 'LA Referencia (Red Federada de Repositorios Institucionales de Publicaciones Científicas)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I4383465926', 'host_organization_name': 'LA Referencia', 'host_organization_lineage': ['https://openalex.org/I4383465926'], 'host_organization_lineage_names': ['LA Referencia'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4433489', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S2764455111', 'display_name': 'PubMed Central', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, {'is_oa': True, 'landing_page_url': 'https://publicatio.bibl.u-szeged.hu/12272/1/2930099.pdf', 'pdf_url': 'https://publicatio.bibl.u-szeged.hu/12272/1/2930099.pdf', 'source': {'id': 'https://openalex.org/S4306400675', 'display_name': 'SZTE Publicatio Repozitórium (University of Szeged)', 'issn_l': None, 'issn': None, 'is_oa': True, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I227486990', 'host_organization_name': 'University of Szeged', 'host_organization_lineage': ['https://openalex.org/I227486990'], 'host_organization_lineage_names': ['University of Szeged'], 'type': 'repository'}, 'license': 'cc-by-nc', 'version': 'acceptedVersion', 'is_accepted': True, 'is_published': False}, {'is_oa': False, 'landing_page_url': 'https://pubmed.ncbi.nlm.nih.gov/25979354', 'pdf_url': None, 'source': {'id': 'https://openalex.org/S4306525036', 'display_name': 'PubMed', 'issn_l': None, 'issn': None, 'is_oa': False, 'is_in_doaj': False, 'host_organization': 'https://openalex.org/I1299303238', 'host_organization_name': 'National Institutes of Health', 'host_organization_lineage': ['https://openalex.org/I1299303238'], 'host_organization_lineage_names': ['National Institutes of Health'], 'type': 'repository'}, 'license': None, 'version': None, 'is_accepted': False, 'is_published': False}], 'best_oa_location': {'is_oa': True, 'landing_page_url': 'https://doi.org/10.3402/jev.v4.27066', 'pdf_url': 'https://www.tandfonline.com/doi/pdf/10.3402/jev.v4.27066?needAccess=true&role=button', 'source': {'id': 'https://openalex.org/S2764464234', 'display_name': 'Journal of extracellular vesicles', 'issn_l': '2001-3078', 'issn': ['2001-3078'], 'is_oa': True, 'is_in_doaj': True, 'host_organization': 'https://openalex.org/P4310320547', 'host_organization_name': 'Taylor & Francis', 'host_organization_lineage': ['https://openalex.org/P4310320547'], 'host_organization_lineage_names': ['Taylor & Francis'], 'type': 'journal'}, 'license': 'cc-by-nc', 'version': 'publishedVersion', 'is_accepted': True, 'is_published': True}, 'sustainable_development_goals': [{'id': 'https://metadata.un.org/sdg/9', 'display_name': 'Industry, innovation and infrastructure', 'score': 0.42}, {'id': 'https://metadata.un.org/sdg/17', 'display_name': 'Partnerships for the goals', 'score': 0.4}], 'grants': [], 'referenced_works_count': 717, 'referenced_works': ['https://openalex.org/W31468973', 'https://openalex.org/W32984090', 'https://openalex.org/W35422637', 'https://openalex.org/W107713547', 'https://openalex.org/W129731631', 'https://openalex.org/W1482244509', 'https://openalex.org/W1482515299', 'https://openalex.org/W1483594680', 'https://openalex.org/W1484016220', 'https://openalex.org/W1487818015', 'https://openalex.org/W1494035906', 'https://openalex.org/W1494378198', 'https://openalex.org/W1500996819', 'https://openalex.org/W1502124510', 'https://openalex.org/W1507701039', 'https://openalex.org/W1520693177', 'https://openalex.org/W1526830066', 'https://openalex.org/W1533291299', 'https://openalex.org/W1533637173', 'https://openalex.org/W1535707905', 'https://openalex.org/W1538522759', 'https://openalex.org/W1555041989', 'https://openalex.org/W1562199385', 'https://openalex.org/W1569528516', 'https://openalex.org/W1571387405', 'https://openalex.org/W1578372162', 'https://openalex.org/W1587402437', 'https://openalex.org/W1587942505', 'https://openalex.org/W1599975943', 'https://openalex.org/W1600186847', 'https://openalex.org/W1604448976', 'https://openalex.org/W1632264659', 'https://openalex.org/W1651376769', 'https://openalex.org/W1653521872', 'https://openalex.org/W1662505552', 'https://openalex.org/W1698471795', 'https://openalex.org/W1727122499', 'https://openalex.org/W1747678681', 'https://openalex.org/W1749515626', 'https://openalex.org/W1761567378', 'https://openalex.org/W1774283489', 'https://openalex.org/W1775897120', 'https://openalex.org/W1792460785', 'https://openalex.org/W1795146481', 'https://openalex.org/W1816746890', 'https://openalex.org/W1824478393', 'https://openalex.org/W1828045052', 'https://openalex.org/W1833105288', 'https://openalex.org/W1835592430', 'https://openalex.org/W1850481091', 'https://openalex.org/W1856143987', 'https://openalex.org/W1874206566', 'https://openalex.org/W1892074666', 'https://openalex.org/W1893364625', 'https://openalex.org/W1894510512', 'https://openalex.org/W1906235443', 'https://openalex.org/W1914578309', 'https://openalex.org/W1915536483', 'https://openalex.org/W1931441045', 'https://openalex.org/W1931655778', 'https://openalex.org/W1938236935', 'https://openalex.org/W1947936921', 'https://openalex.org/W1953821950', 'https://openalex.org/W1963281756', 'https://openalex.org/W1963983914', 'https://openalex.org/W1964232997', 'https://openalex.org/W1964337743', 'https://openalex.org/W1964367738', 'https://openalex.org/W1964616752', 'https://openalex.org/W1965469314', 'https://openalex.org/W1966495986', 'https://openalex.org/W1966777766', 'https://openalex.org/W1967086605', 'https://openalex.org/W1967265610', 'https://openalex.org/W1967367827', 'https://openalex.org/W1967951903', 'https://openalex.org/W1967979864', 'https://openalex.org/W1968081342', 'https://openalex.org/W1968536205', 'https://openalex.org/W1968643979', 'https://openalex.org/W1968820250', 'https://openalex.org/W1969123951', 'https://openalex.org/W1969863654', 'https://openalex.org/W1971955395', 'https://openalex.org/W1972070926', 'https://openalex.org/W1972262422', 'https://openalex.org/W1972362434', 'https://openalex.org/W1972870065', 'https://openalex.org/W1973182382', 'https://openalex.org/W1973242875', 'https://openalex.org/W1973912127', 'https://openalex.org/W1974035668', 'https://openalex.org/W1974209230', 'https://openalex.org/W1974224953', 'https://openalex.org/W1975291295', 'https://openalex.org/W1975419242', 'https://openalex.org/W1975511219', 'https://openalex.org/W1976681765', 'https://openalex.org/W1976914981', 'https://openalex.org/W1977229240', 'https://openalex.org/W1977695981', 'https://openalex.org/W1977880576', 'https://openalex.org/W1978250223', 'https://openalex.org/W1979254251', 'https://openalex.org/W1980009977', 'https://openalex.org/W1980107602', 'https://openalex.org/W1980593265', 'https://openalex.org/W1981065957', 'https://openalex.org/W1981169853', 'https://openalex.org/W1981349491', 'https://openalex.org/W1981420400', 'https://openalex.org/W1981777743', 'https://openalex.org/W1982408656', 'https://openalex.org/W1982631803', 'https://openalex.org/W1983084056', 'https://openalex.org/W1983541992', 'https://openalex.org/W1983629229', 'https://openalex.org/W1983881535', 'https://openalex.org/W1983951099', 'https://openalex.org/W1984676835', 'https://openalex.org/W1984807833', 'https://openalex.org/W1985175917', 'https://openalex.org/W1985576417', 'https://openalex.org/W1985844219', 'https://openalex.org/W1985945858', 'https://openalex.org/W1986175732', 'https://openalex.org/W1986321004', 'https://openalex.org/W1986820887', 'https://openalex.org/W1986986277', 'https://openalex.org/W1987019376', 'https://openalex.org/W1987028223', 'https://openalex.org/W1987081782', 'https://openalex.org/W1987357218', 'https://openalex.org/W1987662957', 'https://openalex.org/W1988387132', 'https://openalex.org/W1989274589', 'https://openalex.org/W1989413957', 'https://openalex.org/W1989515923', 'https://openalex.org/W1989682760', 'https://openalex.org/W1990048254', 'https://openalex.org/W1990234213', 'https://openalex.org/W1990388063', 'https://openalex.org/W1990482998', 'https://openalex.org/W1990549548', 'https://openalex.org/W1990787424', 'https://openalex.org/W1990950572', 'https://openalex.org/W1991027071', 'https://openalex.org/W1991259997', 'https://openalex.org/W1991390602', 'https://openalex.org/W1991525001', 'https://openalex.org/W1991918456', 'https://openalex.org/W1991946493', 'https://openalex.org/W1992226521', 'https://openalex.org/W1992549746', 'https://openalex.org/W1992721127', 'https://openalex.org/W1993140699', 'https://openalex.org/W1993473555', 'https://openalex.org/W1993567610', 'https://openalex.org/W1994229336', 'https://openalex.org/W1994344811', 'https://openalex.org/W1994351140', 'https://openalex.org/W1994585497', 'https://openalex.org/W1994948303', 'https://openalex.org/W1995622771', 'https://openalex.org/W1996024251', 'https://openalex.org/W1996354576', 'https://openalex.org/W1996633441', 'https://openalex.org/W1996649087', 'https://openalex.org/W1996782402', 'https://openalex.org/W1996980134', 'https://openalex.org/W1996997447', 'https://openalex.org/W1997738018', 'https://openalex.org/W1997791437', 'https://openalex.org/W1997799423', 'https://openalex.org/W1997849135', 'https://openalex.org/W1997989369', 'https://openalex.org/W1998575412', 'https://openalex.org/W1998599956', 'https://openalex.org/W1999408122', 'https://openalex.org/W2000054651', 'https://openalex.org/W2000332508', 'https://openalex.org/W2001149149', 'https://openalex.org/W2001341023', 'https://openalex.org/W2001525937', 'https://openalex.org/W2001785475', 'https://openalex.org/W2002649199', 'https://openalex.org/W2002811765', 'https://openalex.org/W2002982268', 'https://openalex.org/W2003289032', 'https://openalex.org/W2003555906', 'https://openalex.org/W2003843307', 'https://openalex.org/W2004895989', 'https://openalex.org/W2005119078', 'https://openalex.org/W2005154332', 'https://openalex.org/W2005302773', 'https://openalex.org/W2005323891', 'https://openalex.org/W2005432294', 'https://openalex.org/W2005755533', 'https://openalex.org/W2005993715', 'https://openalex.org/W2006191177', 'https://openalex.org/W2006350053', 'https://openalex.org/W2006785713', 'https://openalex.org/W2007230666', 'https://openalex.org/W2007499410', 'https://openalex.org/W2008182723', 'https://openalex.org/W2008619793', 'https://openalex.org/W2008627178', 'https://openalex.org/W2009659096', 'https://openalex.org/W2009927945', 'https://openalex.org/W2010037724', 'https://openalex.org/W2010182563', 'https://openalex.org/W2010718864', 'https://openalex.org/W2010795920', 'https://openalex.org/W2011376139', 'https://openalex.org/W2011508825', 'https://openalex.org/W2011537287', 'https://openalex.org/W2011594621', 'https://openalex.org/W2011671647', 'https://openalex.org/W2011715000', 'https://openalex.org/W2012019751', 'https://openalex.org/W2012130371', 'https://openalex.org/W2012528990', 'https://openalex.org/W2013094398', 'https://openalex.org/W2014300627', 'https://openalex.org/W2014346055', 'https://openalex.org/W2014368385', 'https://openalex.org/W2014455148', 'https://openalex.org/W2015312036', 'https://openalex.org/W2015445251', 'https://openalex.org/W2015716416', 'https://openalex.org/W2016008005', 'https://openalex.org/W2016253066', 'https://openalex.org/W2016490978', 'https://openalex.org/W2016494947', 'https://openalex.org/W2016567410', 'https://openalex.org/W2016654611', 'https://openalex.org/W2016706539', 'https://openalex.org/W2016960054', 'https://openalex.org/W2017417450', 'https://openalex.org/W2017669919', 'https://openalex.org/W2018122290', 'https://openalex.org/W2019169633', 'https://openalex.org/W2019228014', 'https://openalex.org/W2019604250', 'https://openalex.org/W2019888542', 'https://openalex.org/W2019987740', 'https://openalex.org/W2020291681', 'https://openalex.org/W2020404158', 'https://openalex.org/W2020483318', 'https://openalex.org/W2020498762', 'https://openalex.org/W2021260035', 'https://openalex.org/W2021861291', 'https://openalex.org/W2021882008', 'https://openalex.org/W2021916724', 'https://openalex.org/W2022169355', 'https://openalex.org/W2022671860', 'https://openalex.org/W2022800529', 'https://openalex.org/W2024206172', 'https://openalex.org/W2024534024', 'https://openalex.org/W2024738974', 'https://openalex.org/W2026051392', 'https://openalex.org/W2026562705', 'https://openalex.org/W2027167191', 'https://openalex.org/W2027442935', 'https://openalex.org/W2027805356', 'https://openalex.org/W2028006609', 'https://openalex.org/W2028566550', 'https://openalex.org/W2028691524', 'https://openalex.org/W2028906750', 'https://openalex.org/W2029042594', 'https://openalex.org/W2029047024', 'https://openalex.org/W2029281082', 'https://openalex.org/W2029320450', 'https://openalex.org/W2029735360', 'https://openalex.org/W2029806105', 'https://openalex.org/W2030515395', 'https://openalex.org/W2030539509', 'https://openalex.org/W2030701238', 'https://openalex.org/W2031096112', 'https://openalex.org/W2031186345', 'https://openalex.org/W2031678227', 'https://openalex.org/W2031750503', 'https://openalex.org/W2031923120', 'https://openalex.org/W2032009734', 'https://openalex.org/W2032696674', 'https://openalex.org/W2032880091', 'https://openalex.org/W2033230987', 'https://openalex.org/W2033294817', 'https://openalex.org/W2033723439', 'https://openalex.org/W2034005055', 'https://openalex.org/W2034924908', 'https://openalex.org/W2035844407', 'https://openalex.org/W2035861820', 'https://openalex.org/W2035871823', 'https://openalex.org/W2036215348', 'https://openalex.org/W2036388292', 'https://openalex.org/W2036999399', 'https://openalex.org/W2037787453', 'https://openalex.org/W2038363115', 'https://openalex.org/W2038414912', 'https://openalex.org/W2038943966', 'https://openalex.org/W2038944440', 'https://openalex.org/W2039138854', 'https://openalex.org/W2039313867', 'https://openalex.org/W2039789500', 'https://openalex.org/W2040041663', 'https://openalex.org/W2040481506', 'https://openalex.org/W2041107203', 'https://openalex.org/W2041136998', 'https://openalex.org/W2041302454', 'https://openalex.org/W2043751765', 'https://openalex.org/W2044576639', 'https://openalex.org/W2044763580', 'https://openalex.org/W2045220907', 'https://openalex.org/W2045460009', 'https://openalex.org/W2047299907', 'https://openalex.org/W2047671515', 'https://openalex.org/W2047925641', 'https://openalex.org/W2047973355', 'https://openalex.org/W2048018195', 'https://openalex.org/W2048254575', 'https://openalex.org/W2048572306', 'https://openalex.org/W2049203104', 'https://openalex.org/W2049939829', 'https://openalex.org/W2050019805', 'https://openalex.org/W2050496728', 'https://openalex.org/W2050702185', 'https://openalex.org/W2050863844', 'https://openalex.org/W2051222468', 'https://openalex.org/W2052569827', 'https://openalex.org/W2052687049', 'https://openalex.org/W2052706090', 'https://openalex.org/W2052944243', 'https://openalex.org/W2053233894', 'https://openalex.org/W2053432281', 'https://openalex.org/W2054077259', 'https://openalex.org/W2054393128', 'https://openalex.org/W2054637102', 'https://openalex.org/W2054792986', 'https://openalex.org/W2054964677', 'https://openalex.org/W2055238860', 'https://openalex.org/W2055298098', 'https://openalex.org/W2055313665', 'https://openalex.org/W2055424631', 'https://openalex.org/W2055471049', 'https://openalex.org/W2055827443', 'https://openalex.org/W2055941725', 'https://openalex.org/W2056048178', 'https://openalex.org/W2056365561', 'https://openalex.org/W2056807570', 'https://openalex.org/W2057491043', 'https://openalex.org/W2059820110', 'https://openalex.org/W2059878803', 'https://openalex.org/W2060331838', 'https://openalex.org/W2060387475', 'https://openalex.org/W2060648534', 'https://openalex.org/W2060975950', 'https://openalex.org/W2061809527', 'https://openalex.org/W2061888576', 'https://openalex.org/W2062687768', 'https://openalex.org/W2062943600', 'https://openalex.org/W2062984171', 'https://openalex.org/W2063128080', 'https://openalex.org/W2063421071', 'https://openalex.org/W2063480251', 'https://openalex.org/W2063490043', 'https://openalex.org/W2064360173', 'https://openalex.org/W2064366106', 'https://openalex.org/W2064530583', 'https://openalex.org/W2064532472', 'https://openalex.org/W2064555156', 'https://openalex.org/W2065154095', 'https://openalex.org/W2065406932', 'https://openalex.org/W2065442886', 'https://openalex.org/W2066234893', 'https://openalex.org/W2066461119', 'https://openalex.org/W2066624075', 'https://openalex.org/W2067442540', 'https://openalex.org/W2067525701', 'https://openalex.org/W2067971930', 'https://openalex.org/W2068502683', 'https://openalex.org/W2068755566', 'https://openalex.org/W2068966740', 'https://openalex.org/W2069739456', 'https://openalex.org/W2069772889', 'https://openalex.org/W2070528611', 'https://openalex.org/W2070556690', 'https://openalex.org/W2070638559', 'https://openalex.org/W2070651559', 'https://openalex.org/W2070745583', 'https://openalex.org/W2071049191', 'https://openalex.org/W2071134774', 'https://openalex.org/W2071216600', 'https://openalex.org/W2071470207', 'https://openalex.org/W2071646447', 'https://openalex.org/W2071815394', 'https://openalex.org/W2072063027', 'https://openalex.org/W2072109464', 'https://openalex.org/W2072167135', 'https://openalex.org/W2072379547', 'https://openalex.org/W2072615873', 'https://openalex.org/W2072912619', 'https://openalex.org/W2073273682', 'https://openalex.org/W2073556061', 'https://openalex.org/W2074400765', 'https://openalex.org/W2074614865', 'https://openalex.org/W2074676962', 'https://openalex.org/W2074743613', 'https://openalex.org/W2074953517', 'https://openalex.org/W2075855948', 'https://openalex.org/W2076315676', 'https://openalex.org/W2076478428', 'https://openalex.org/W2077047479', 'https://openalex.org/W2077773656', 'https://openalex.org/W2079013802', 'https://openalex.org/W2079111418', 'https://openalex.org/W2079156182', 'https://openalex.org/W2079292721', 'https://openalex.org/W2079698964', 'https://openalex.org/W2080914946', 'https://openalex.org/W2080931374', 'https://openalex.org/W2081124475', 'https://openalex.org/W2081338631', 'https://openalex.org/W2082252887', 'https://openalex.org/W2082448279', 'https://openalex.org/W2082591770', 'https://openalex.org/W2083171893', 'https://openalex.org/W2083287741', 'https://openalex.org/W2083456767', 'https://openalex.org/W2083843591', 'https://openalex.org/W2084320333', 'https://openalex.org/W2084770914', 'https://openalex.org/W2085075048', 'https://openalex.org/W2085102490', 'https://openalex.org/W2085709924', 'https://openalex.org/W2085747301', 'https://openalex.org/W2086077027', 'https://openalex.org/W2086078586', 'https://openalex.org/W2086275775', 'https://openalex.org/W2086305773', 'https://openalex.org/W2086407668', 'https://openalex.org/W2086458592', 'https://openalex.org/W2086465908', 'https://openalex.org/W2086500857', 'https://openalex.org/W2086612059', 'https://openalex.org/W2086704388', 'https://openalex.org/W2086722873', 'https://openalex.org/W2086746658', 'https://openalex.org/W2087048469', 'https://openalex.org/W2087194708', 'https://openalex.org/W2087487150', 'https://openalex.org/W2088163595', 'https://openalex.org/W2089154872', 'https://openalex.org/W2089800989', 'https://openalex.org/W2090049175', 'https://openalex.org/W2090175640', 'https://openalex.org/W2090412820', 'https://openalex.org/W2090597108', 'https://openalex.org/W2091565685', 'https://openalex.org/W2091618419', 'https://openalex.org/W2092383206', 'https://openalex.org/W2092644108', 'https://openalex.org/W2092707559', 'https://openalex.org/W2092787543', 'https://openalex.org/W2094131843', 'https://openalex.org/W2094143473', 'https://openalex.org/W2094711438', 'https://openalex.org/W2094918957', 'https://openalex.org/W2095594283', 'https://openalex.org/W2096051496', 'https://openalex.org/W2096086701', 'https://openalex.org/W2096185404', 'https://openalex.org/W2096329696', 'https://openalex.org/W2096500007', 'https://openalex.org/W2097020852', 'https://openalex.org/W2097289714', 'https://openalex.org/W2098259366', 'https://openalex.org/W2098714490', 'https://openalex.org/W2098949645', 'https://openalex.org/W2099655932', 'https://openalex.org/W2099943380', 'https://openalex.org/W2100067495', 'https://openalex.org/W2100217373', 'https://openalex.org/W2100358971', 'https://openalex.org/W2100772466', 'https://openalex.org/W2102517059', 'https://openalex.org/W2103203650', 'https://openalex.org/W2103979931', 'https://openalex.org/W2104116256', 'https://openalex.org/W2104837454', 'https://openalex.org/W2104867136', 'https://openalex.org/W2105402614', 'https://openalex.org/W2105726520', 'https://openalex.org/W2105851127', 'https://openalex.org/W2105863427', 'https://openalex.org/W2106175063', 'https://openalex.org/W2106205711', 'https://openalex.org/W2106992061', 'https://openalex.org/W2106994685', 'https://openalex.org/W2107008239', 'https://openalex.org/W2107240342', 'https://openalex.org/W2107285671', 'https://openalex.org/W2108187046', 'https://openalex.org/W2108375854', 'https://openalex.org/W2108541168', 'https://openalex.org/W2109014876', 'https://openalex.org/W2109615352', 'https://openalex.org/W2109913264', 'https://openalex.org/W2110662967', 'https://openalex.org/W2110696242', 'https://openalex.org/W2110964883', 'https://openalex.org/W2111019629', 'https://openalex.org/W2111050079', 'https://openalex.org/W2111255401', 'https://openalex.org/W2111560326', 'https://openalex.org/W2111724662', 'https://openalex.org/W2111778115', 'https://openalex.org/W2111925820', 'https://openalex.org/W2111951615', 'https://openalex.org/W2112187582', 'https://openalex.org/W2113060990', 'https://openalex.org/W2113576404', 'https://openalex.org/W2113786459', 'https://openalex.org/W2114646055', 'https://openalex.org/W2115583388', 'https://openalex.org/W2115956819', 'https://openalex.org/W2116178187', 'https://openalex.org/W2116268000', 'https://openalex.org/W2117072085', 'https://openalex.org/W2117890823', 'https://openalex.org/W2118018590', 'https://openalex.org/W2118248054', 'https://openalex.org/W2119376007', 'https://openalex.org/W2119764013', 'https://openalex.org/W2119812304', 'https://openalex.org/W2120052164', 'https://openalex.org/W2120349930', 'https://openalex.org/W2120622581', 'https://openalex.org/W2121376310', 'https://openalex.org/W2121550737', 'https://openalex.org/W2121882633', 'https://openalex.org/W2122211980', 'https://openalex.org/W2122543367', 'https://openalex.org/W2122635106', 'https://openalex.org/W2123238891', 'https://openalex.org/W2123391301', 'https://openalex.org/W2123409535', 'https://openalex.org/W2123614057', 'https://openalex.org/W2124304994', 'https://openalex.org/W2124395184', 'https://openalex.org/W2125096269', 'https://openalex.org/W2125198788', 'https://openalex.org/W2125358464', 'https://openalex.org/W2125636530', 'https://openalex.org/W2126210405', 'https://openalex.org/W2126261007', 'https://openalex.org/W2126336279', 'https://openalex.org/W2126400039', 'https://openalex.org/W2126614737', 'https://openalex.org/W2126641025', 'https://openalex.org/W2126752594', 'https://openalex.org/W2127263516', 'https://openalex.org/W2127514713', 'https://openalex.org/W2127780630', 'https://openalex.org/W2128384671', 'https://openalex.org/W2128854173', 'https://openalex.org/W2128891846', 'https://openalex.org/W2129062330', 'https://openalex.org/W2129464080', 'https://openalex.org/W2129642099', 'https://openalex.org/W2129802808', 'https://openalex.org/W2130105071', 'https://openalex.org/W2130238206', 'https://openalex.org/W2130422028', 'https://openalex.org/W2130723556', 'https://openalex.org/W2131523986', 'https://openalex.org/W2131840270', 'https://openalex.org/W2131869707', 'https://openalex.org/W2132003185', 'https://openalex.org/W2132550381', 'https://openalex.org/W2132589340', 'https://openalex.org/W2132603657', 'https://openalex.org/W2133115600', 'https://openalex.org/W2133133371', 'https://openalex.org/W2133869212', 'https://openalex.org/W2134267863', 'https://openalex.org/W2135327250', 'https://openalex.org/W2135752614', 'https://openalex.org/W2135807819', 'https://openalex.org/W2135859072', 'https://openalex.org/W2136601868', 'https://openalex.org/W2136755383', 'https://openalex.org/W2136763924', 'https://openalex.org/W2137051799', 'https://openalex.org/W2137427052', 'https://openalex.org/W2137861751', 'https://openalex.org/W2138011807', 'https://openalex.org/W2138060551', 'https://openalex.org/W2139231554', 'https://openalex.org/W2139581714', 'https://openalex.org/W2139643093', 'https://openalex.org/W2139966787', 'https://openalex.org/W2140176758', 'https://openalex.org/W2140371210', 'https://openalex.org/W2140684477', 'https://openalex.org/W2140690761', 'https://openalex.org/W2140697776', 'https://openalex.org/W2141138739', 'https://openalex.org/W2141694326', 'https://openalex.org/W2141702039', 'https://openalex.org/W2141720233', 'https://openalex.org/W2142598717', 'https://openalex.org/W2142600173', 'https://openalex.org/W2142704651', 'https://openalex.org/W2143011821', 'https://openalex.org/W2143044967', 'https://openalex.org/W2143265268', 'https://openalex.org/W2143329103', 'https://openalex.org/W2144158374', 'https://openalex.org/W2144268541', 'https://openalex.org/W2146254468', 'https://openalex.org/W2146427652', 'https://openalex.org/W2147116051', 'https://openalex.org/W2147524926', 'https://openalex.org/W2147854273', 'https://openalex.org/W2148006606', 'https://openalex.org/W2148261917', 'https://openalex.org/W2149604782', 'https://openalex.org/W2149717051', 'https://openalex.org/W2149778210', 'https://openalex.org/W2150079601', 'https://openalex.org/W2150610030', 'https://openalex.org/W2150752051', 'https://openalex.org/W2150761119', 'https://openalex.org/W2150769096', 'https://openalex.org/W2151606563', 'https://openalex.org/W2152334538', 'https://openalex.org/W2152503181', 'https://openalex.org/W2152936026', 'https://openalex.org/W2153051197', 'https://openalex.org/W2153363522', 'https://openalex.org/W2153733800', 'https://openalex.org/W2153840858', 'https://openalex.org/W2154215235', 'https://openalex.org/W2154467674', 'https://openalex.org/W2154715868', 'https://openalex.org/W2154974799', 'https://openalex.org/W2155217217', 'https://openalex.org/W2155366992', 'https://openalex.org/W2155401787', 'https://openalex.org/W2155441983', 'https://openalex.org/W2155444445', 'https://openalex.org/W2155566820', 'https://openalex.org/W2155797228', 'https://openalex.org/W2156618766', 'https://openalex.org/W2156694465', 'https://openalex.org/W2157194244', 'https://openalex.org/W2157257094', 'https://openalex.org/W2157303955', 'https://openalex.org/W2157686531', 'https://openalex.org/W2158149841', 'https://openalex.org/W2158564511', 'https://openalex.org/W2159060882', 'https://openalex.org/W2159238726', 'https://openalex.org/W2159278398', 'https://openalex.org/W2159333075', 'https://openalex.org/W2159417266', 'https://openalex.org/W2159538229', 'https://openalex.org/W2159999899', 'https://openalex.org/W2160231321', 'https://openalex.org/W2160536992', 'https://openalex.org/W2161318755', 'https://openalex.org/W2161375941', 'https://openalex.org/W2161638634', 'https://openalex.org/W2161762684', 'https://openalex.org/W2161839431', 'https://openalex.org/W2162040137', 'https://openalex.org/W2162774772', 'https://openalex.org/W2162928306', 'https://openalex.org/W2163017622', 'https://openalex.org/W2163711839', 'https://openalex.org/W2164370119', 'https://openalex.org/W2165374397', 'https://openalex.org/W2166164946', 'https://openalex.org/W2166370479', 'https://openalex.org/W2166632988', 'https://openalex.org/W2167056256', 'https://openalex.org/W2167428512', 'https://openalex.org/W2167497075', 'https://openalex.org/W2167591654', 'https://openalex.org/W2167604259', 'https://openalex.org/W2167832925', 'https://openalex.org/W2169166041', 'https://openalex.org/W2169491358', 'https://openalex.org/W2169559002', 'https://openalex.org/W2170327849', 'https://openalex.org/W2170449834', 'https://openalex.org/W2170609747', 'https://openalex.org/W2170798941', 'https://openalex.org/W2171261585', 'https://openalex.org/W2171264103', 'https://openalex.org/W2171618078', 'https://openalex.org/W2171672500', 'https://openalex.org/W2272089843', 'https://openalex.org/W2289434041', 'https://openalex.org/W2314648452', 'https://openalex.org/W2319571131', 'https://openalex.org/W2321387085', 'https://openalex.org/W2324322428', 'https://openalex.org/W2396799318', 'https://openalex.org/W2419348263', 'https://openalex.org/W4211252435', 'https://openalex.org/W4230046255', 'https://openalex.org/W4230882199', 'https://openalex.org/W4231766641', 'https://openalex.org/W4253992140', 'https://openalex.org/W4317639467'], 'related_works': ['https://openalex.org/W2121354606', 'https://openalex.org/W2898391584', 'https://openalex.org/W2905073085', 'https://openalex.org/W2948507108', 'https://openalex.org/W2999142519', 'https://openalex.org/W3004427646', 'https://openalex.org/W3029637598', 'https://openalex.org/W3153256520', 'https://openalex.org/W4224434456', 'https://openalex.org/W4376112362'], 'ngrams_url': 'https://api.openalex.org/works/W2170852633/ngrams', 'abstract_inverted_index': {'In': [0], 'the': [1, 52, 67, 73, 89, 93, 106, 121, 157, 178, 191], 'past': [2], 'decade,': [3], 'extracellular': [4], 'vesicles': [5], '(EVs)': [6], 'have': [7, 78], 'been': [8, 100], 'recognized': [9], 'as': [10], 'potent': [11], 'vehicles': [12], 'of': [13, 41, 54, 70, 75, 88, 92, 96, 110, 132, 162, 181, 194], 'intercellular': [14], 'communication,': [15], 'both': [16, 42, 135], 'in': [17, 56, 62, 117, 164, 183], 'prokaryotes': [18], 'and': [19, 31, 38, 44, 64, 72, 114, 124, 142, 160, 167, 187], 'eukaryotes.': [20], 'This': [21, 126], 'is': [22, 128], 'due': [23], 'to': [24, 27, 130, 134, 143, 173, 189], 'their': [25], 'capacity': [26], 'transfer': [28], 'proteins,': [29], 'lipids': [30], 'nucleic': [32], 'acids,': [33], 'thereby': [34], 'influencing': [35], 'various': [36, 165], 'physiological': [37, 76, 94, 179], 'pathological': [39, 58], 'functions': [40, 77, 161], 'recipient': [43], 'parent': [45], 'cells.': [46], 'While': [47], 'intensive': [48], 'investigation': [49], 'has': [50, 99], 'targeted': [51], 'role': [53], 'EVs': [55, 163, 182], 'different': [57], 'processes,': [59], 'for': [60], 'example,': [61], 'cancer': [63], 'autoimmune': [65], 'diseases,': [66], 'EV-mediated': [68], 'maintenance': [69], 'homeostasis': [71], 'regulation': [74], 'remained': [79], 'less': [80], 'explored.': [81], 'Here,': [82], 'we': [83, 155], 'provide': [84], 'a': [85], 'comprehensive': [86], 'overview': [87], 'current': [90], 'understanding': [91], 'roles': [95], 'EVs,': [97], 'which': [98], 'written': [101], 'by': [102], 'crowd-sourcing,': [103], 'drawing': [104], 'on': [105, 139], 'unique': [107], 'EV': [108, 140], 'expertise': [109], 'academia-based': [111], 'scientists,': [112], 'clinicians': [113], 'industry': [115], 'based': [116], '27': [118], 'European': [119], 'countries,': [120], 'United': [122], 'States': [123], 'Australia.': [125], 'review': [127, 177], 'intended': [129], 'be': [131], 'relevance': [133], 'researchers': [136], 'already': [137], 'working': [138], 'biology': [141], 'newcomers': [144], 'who': [145], 'will': [146], 'encounter': [147], 'this': [148, 195], 'universal': [149], 'cell': [150, 171], 'biological': [151], 'system.': [152, 198], 'Therefore,': [153], 'here': [154], 'address': [156], 'molecular': [158], 'contents': [159], 'tissues': [166], 'body': [168], 'fluids': [169], 'from': [170], 'systems': [172], 'organs.': [174], 'We': [175], 'also': [176], 'mechanisms': [180], 'bacteria,': [184], 'lower': [185], 'eukaryotes': [186], 'plants': [188], 'highlight': [190], 'functional': [192], 'uniformity': [193], 'emerging': [196], 'communication': [197]}, 'cited_by_api_url': 'https://api.openalex.org/works?filter=cites:W2170852633', 'counts_by_year': [{'year': 2023, 'cited_by_count': 498}, {'year': 2022, 'cited_by_count': 635}, {'year': 2021, 'cited_by_count': 667}, {'year': 2020, 'cited_by_count': 538}, {'year': 2019, 'cited_by_count': 444}, {'year': 2018, 'cited_by_count': 320}, {'year': 2017, 'cited_by_count': 295}, {'year': 2016, 'cited_by_count': 168}, {'year': 2015, 'cited_by_count': 25}, {'year': 2014, 'cited_by_count': 1}], 'updated_date': '2023-10-03T15:20:15.535808', 'created_date': '2016-06-24'}]