Covid-19 Trials Tracker
Covid 19 Trials Tracker, part of the larger TrialsTracker.net project.
@kaggle.frtgnn_covid19_trials_tracker
Covid 19 Trials Tracker, part of the larger TrialsTracker.net project.
@kaggle.frtgnn_covid19_trials_tracker
What is this?
This is the COVID-19 TrialsTracker, part of the larger TrialsTracker.net project. Here structured, cleaned data from clinical trial registries on studies of COVID-19 and track the availability of the results. Currently, you can download the trial data from the ICTRP which holds structured data from 18 individual trial registries including ClinicalTrials.gov, updated weekly or monthly depending on the registry. Additional information can be collected directly from certain registries over time.
Initial data on COVID-19 trials was published as part of the Oxford COVID-19 Evidence Service
This service is a work in progress. It is hoped to iterate, expand, and improve the Tracker in the coming days, weeks, and months as time and resources allow.
Who made this?
The TrialsTracker project is run by The DataLab at the University of Oxford. The COVID-19 TrialsTracker is maintained by a team of researchers, coders, and clinicians across The DataLab and The Centre for Evidence-Based Medicine (CEBM) with additional input from external collaborators.
Contributors to Date
Project Lead
Nicholas DeVito (DataLab/CEBM, University of Oxford)
Analysis, Interpretation, and Visualisation
Jeffrey K Aronson (CEBM, University of Oxford)
Henry Drysdale (DataLab, University of Oxford)
Michael Liu (DataLab, University of Oxford)(
Helen Curtis (DataLab, University of Oxford)
Carl Heneghan (CEBM, University of Oxford)
Robin Ferner (University of Birmingham)
Website Development Help
Peter Inglesby (DataLab, University of Oxford)
Seb Bacon (DataLab, University of Oxford)
Ben Goldacre (DataLab, University of OXford)
Data Extraction Volunteers
Florence Rogers (UAEM, Imperial College London)
Sarai Keestra (UAEM, University of Oxford)
Maymunah Malik (UAEM, University of Manchester)
Holly Melvin (UAEM, University of Manchester)
Tricia Tay (UAEM, University of Manchester)
Frances Kenworthy (UAEM, University of Manchester)
Till Bruckner (TranspariMED)
CREATE TABLE covid_19_trialstracker (
  "index" VARCHAR,
  "trial_id" VARCHAR,
  "registry" VARCHAR,
  "registration_date" VARCHAR,
  "start_date" VARCHAR,
  "retrospective_registration" VARCHAR,
  "sponsor" VARCHAR,
  "recruitment_status" VARCHAR,
  "phase" VARCHAR,
  "study_type" VARCHAR,
  "countries" VARCHAR,
  "title" VARCHAR,
  "acronym" VARCHAR,
  "study_category" VARCHAR,
  "intervention" VARCHAR,
  "intervention_list" VARCHAR,
  "enrollment" VARCHAR,
  "primary_completion_date" VARCHAR,
  "full_completion_date" VARCHAR,
  "registy_url" VARCHAR,
  "results_type" VARCHAR,
  "results_published_date" VARCHAR,
  "results_url" VARCHAR,
  "last_updated" VARCHAR,
  "cross_registration" VARCHAR
);Anyone who has the link will be able to view this.