MétaCan
Menu
← Retour à la cohorte
Enregistrement W4393844490 · doi:10.5281/zenodo.4601445

Up-to-date mapping of COVID-19 treatment and vaccine development (covid19-help.org data dump)

2021· dataset· en· W4393844490 sur OpenAlexaff
Tomáš Wagner, Ivana Mišová, Ján Frankovský

Notice bibliographique

RevueZenodo (CERN European Organization for Nuclear Research) · 2021
Typedataset
Langueen
DomaineSocial Sciences
ThématiqueVaccine Coverage and Hesitancy
Établissements canadiensImpact
Organismes subventionnairesEuropean Commission
Mots-clésCoronavirus disease 2019 (COVID-19)Severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)Virology2019-20 coronavirus outbreakGeographyBiologyMedicineOutbreakInfectious disease (medical specialty)

Résumé

récupéré en direct d'OpenAlex

The free database mapping COVID-19 treatment and vaccine development based on the global scientific research is available at https://covid19-help.org/. Files provided here are curated partial data exports in the form of .csv files or full data export as .sql script generated with pg_dump from our PostgreSQL 12 database. You can also find .png file with our ER diagram of tables in .sql file in this repository. Structure of CSV files *On our site, compounds are named as substances compounds.csv Id - Unique identifier in our database (unsigned integer) Name - Name of the Substance/Compound (string) Marketed name - The marketed name of the Substance/Compound (string) Synonyms - Known synonyms (string) Description - Description (HTML code) Dietary sources - Dietary sources where the Substance/Compound can be found (string) Dietary sources URL - Dietary sources URL (string) Formula - Compound formula (HTML code) Structure image URL - Url to our website with the structure image (string) Status - Status of approval (string) Therapeutic approach - Approach in which Substance/Compound works (string) Drug status - Availability of Substance/Compound (string) Additional data - Additional data in stringified JSON format with data as prescribing information and note (string) General information - General information about Substance/Compound (HTML code) references.csv Id - Unique identifier in our database (unsigned integer) Impact factor - Impact factor of the scientific article (string) Source title - Title of the scientific article (string) Source URL - URL link of the scientific article (string) Tested on species - What testing model was used for the study (string) Published at - Date of publication of the scientific article (Date in ISO 8601 format) clinical-trials.csv Id - Unique identifier in our database (unsigned integer) Title - Title of the clinical trial study (string) Acronym title - Acronym of title of the clinical trial study (string) Source id - Unique identifier in the source database Source id optional - Optional identifier in other databases (string) Interventions - Description of interventions (string) Study type - Type of the conducted study (string) Study results - Has results? (string) Phase - Current phase of the clinical trial (string) Url - URL to clinical trial study page on clinicaltrials.gov (string) Status - Status in which study currently is (string) Start date - Date at which study was started (Date in ISO 8601 format) Completion date - Date at which study was completed (Date in ISO 8601 format) Additional data - Additional data in the form of stringified JSON with data as locations of study, study design, enrollment, age, outcome measures (string) compound-reference-relations.csv Reference id - Id of a reference in our DB (unsigned integer) Compound id - Id of a substance in our DB (unsigned integer) Note - Id of a substance in our DB (unsigned integer) Is supporting - Is evidence supporting or contradictory (Boolean, true if supporting) compound-clinical-trial.csv Clinical trial id - Id of a clinical trial in our DB (unsigned integer) Compound id - Id of a Substance/Compound in our DB (unsigned integer) tags.csv Id - Unique identifier in our database (unsigned integer) Name - Name of the tag (string) tags-entities.csv Tag id - Id of a tag in our DB (unsigned integer) Reference id - Id of a reference in our DB (unsigned integer) API Specification Our project also has an Open API that gives you access to our data in a format suitable for processing, particularly in JSON format. https://covid19-help.org/api-specification Services are split into five endpoints: Substances - /api/substances References - /api/references Substance-reference relations - /api/substance-reference-relations Clinical trials - /api/clinical-trials Clinical trials-substances relations - /api/clinical-trials-substances Method of providing data All dates are text strings formatted in compliance with ISO 8601 as YYYY-MM-DD If the syntax request is incorrect (missing or incorrectly formatted parameters) an HTTP 400 Bad Request response will be returned. The body of the response may include an explanation. Data updated_at (used for querying changed-from) refers only to a particular entity and not its logical relations. Example: If a new substance reference relation is added, but the substance detail has not changed, this is reflected in the substance reference relation endpoint where a new entity with id and current dates in created_at and updated_at fields will be added, but in substances or references endpoint nothing has changed. The recommended way of sequential download During the first download, it is possible to obtain all data by entering an old enough date in the parameter value changed-from, for example: changed-from=2020-01-01 It is important to write down the date on which the receiving the data was initiated let’s say 2020-10-20 For repeated data downloads, it is sufficient to receive only the records in which something has changed. It can therefore be requested with the parameter changed-from=2020-10-20 (example from the previous bullet). Again, it is important to write down the date when the updates were downloaded (eg. 2020-10-20). This date will be used in the next update (refresh) of the data. Services for entities List of endpoint URLs: /api/substances /api/references /api/substance-reference-relations /api/clinical-trials /api/clinical-trials-substances Format of the request All endpoints have these parameters in common: changed-from - a parameter to return only the entities that have been modified on a given date or later. continue-after-id - a parameter to return only the entities that have a larger ID than specified in the parameter. limit - a parameter to return only the number of records specified (up to 1000). The preset number is 100. Request example: /api/references?changed-from=2020-01-01&continue-after-id=1&limit=100 Format of the response The response format is the same for all endpoints. number_of_remaining_ids - the number of remaining entities that meet the specified criteria but are not displayed on the page. An integer of virtually unlimited size. entities - an array of entity details in JSON format. Response example: { "number_of_remaining_ids" : 100, "entities" : [ { "id": 3, "url": "https://www.ncbi.nlm.nih.gov/pubmed/32147628", "title": "Discovering drugs to treat coronavirus disease 2019 (COVID-19).", "impact_factor": "Discovering drugs to treat coronavirus disease 2019 (COVID-19).", "tested_on_species": "in silico", "publication_date": "2020-22-02", "created_at": "2020-30-03", "updated_at": "2020-31-03", "deleted_at": null }, { "id": 4, "url": "https://www.ncbi.nlm.nih.gov/pubmed/32157862", "title": "CT Manifestations of Novel Coronavirus Pneumonia: A Case Report", "impact_factor": "CT Manifestations of Novel Coronavirus Pneumonia: A Case Report", "tested_on_species": "Patient", "publication_date": "2020-06-03", "created_at": "2020-30-03", "updated_at": "2020-30-03", "deleted_at": null }, ] } Endpoint details Substances URL: /api/substances Substances endpoint returns data in the format specified in Response example as an array of entities in JSON format specified in the entity format section. Entity format: id - Unique identifier in our database (unsigned integer) name - Name of the Substance (string) description - Description (HTML code) phase_of_research - Phase of research (string) how_it_helps - How it helps (string) drug_status - Drug status (string) general_information - General information (HTML code) synonyms - Synonyms (string) marketed_as - "Marketed as" (string) dietary_sources - Dietary sources name (string) dietary_sources_url - Dietary sources URL (string) prescribing_information - Prescribing information as an array of JSON objects with description and URL attributes as strings formula - Formula (HTML code) created_at - Date when the entity was added to our database (Date in ISO 8601 format) updated_at - Date when the entity was last updated in our database (Date in ISO 8601 format) deleted_at - Date when the entity was deleted in our database (Date in ISO 8601 format) References URL: /api/references References endpoint returns data in the format specified in Response example as an array of entities in JSON format specified in the entity format section. Entity format: id - Unique identifier in our database (unsigned integer) url - URL link of the scientific article (string) title - Title of the scientific article (string) impact_factor - Impact factor of the scientific article (string) tested_on_species - What testing model was used for the study (string) publication_date - Date of publication of the scientific article (Date in ISO 8601 format) created_at - Date when the entity was added to our database (Date in ISO 8601 format) updated_at - Date when the entity was last updated in our database (Date in ISO 8601 format) deleted_at - Date when the entity was deleted in our database (Date in ISO 8601 format) Reference-substance relation URL: /api/substance-reference-relations Reference substance relation endpoint returns data in the format specified in Response example as an array of entities in JSON format specified in the entity format section. Entity format: id - Unique identifier in our database (unsigned integer) reference_id - Id of a reference in our DB (unsigned integer) substance_id - Id of a substance in our DB (unsigned integer) note - Specific note for this relation (string) supporting - Is evidence supporting or contradictory (Boolean, true if supporting) created_at - Date when the entity was added to our database (Date in ISO 8601 format) updated_at - Date when the entity was last updated in our database (Date in ISO 8601 format)

Récupéré en direct depuis OpenAlex et désinversé. Les résumés ne sont pas conservés dans cette base de données : les index inversés représentent 8,6 Go des 9,3 Go de texte de la base, et le serveur dispose de 13 Go libres.

Comment cette classification a été obtenuedéplier

Prédiction machine sur la base complète

Imitation des enseignants

Ni prévalence calibrée, ni vérité terrain. Validation humaine à venir. Le volet Gemma est une étiquette directe du modèle pour chaque travail de la base, lue sur la notice réduite au titre. Le volet Codex est un classifieur appris des 10 348 étiquettes directes de Codex et calibré sur les taux pondérés de l'échantillon; les champs sans appui suffisant ne portent aucun appel Codex. Le mode candidate est l'union des deux volets; le consensus est leur intersection. Ces sorties portent le statut machine_predicted_unvalidated et ne sont pas des étiquettes humaines.

score de la tête « metaresearch » (Codex)0,003
score de la tête « metaresearch » (Gemma)0,016
Version: metacan-v3-hybrid-931329e0061cStatut de validation: machine_predicted_unvalidated
Catégories candidatesaucune
Catégories consensuellesaucune
DomaineSignal candidat: aucune · Signal consensuel: aucune
Devis d'étudeSignal candidat: Sans objet · Signal consensuel: Sans objet
GenreSignal candidat: Jeu de données · Signal consensuel: Jeu de données
Score de désaccord entre enseignants0,239
Score d'incertitude au seuil0,799

Scores du classifieur distillé par catégorie (deux têtes)

CatégorieCodexGemma
Métarecherche0,0030,016
Méta-épidémiologie (sens strict)0,0020,001
Méta-épidémiologie (sens large)0,0010,001
Bibliométrie0,0060,009
Études des sciences et des technologies0,0010,000
Communication savante0,0040,003
Science ouverte0,0020,003
Intégrité de la recherche0,0010,002
Charge utile insuffisante (le modèle a refusé de juger)0,2390,184

Scores machine (provisoires)

Les deux têtes enseignantes du modèle étudiant, lues sur ce travail. Un score ordonne la base pour la relecture; il n'affirme jamais une catégorie, et le statut de validation accompagne chaque rangée tel quel.

Scores de référence d'un modèle non mature (critères de maturité non atteints, 7 itérations). Un score ordonne; il n'affirme jamais une catégorie.

Tête enseignante Opus0,163
Tête enseignante GPT0,351
Écart entre enseignants0,188 · la distance entre les deux têtes enseignantes sur ce seul travail
Statut de validationscore_only:v0-immature-baseline · tel quel depuis la passe de notation : score_only signifie que le nombre peut ordonner les travaux, et qu'aucune étiquette de catégorie n'en découle

Classification

machine, non validée

Prédiction automatique; un appel candidat d’une seule source (Gemma direct ou Codex distillé), pas un consensus.

Les modèles n’ont appliqué aucune catégorie : rien dans la taxonomie ne correspondait à ce travail.
Devis d'étudeSans objet
Domainenon disponible
GenreJeu de données

Le détail, modèle par modèle et score par score, se trouve en fin de page sous « Comment cette classification a été obtenue ».

En bref

Citations0
Publié2021
Routes d'admission1
Résumé présentoui

Explorer davantage

Même revueZenodo (CERN European Organization for Nuclear Research)→Même sujetVaccine Coverage and Hesitancy→Travaux en français237 207→