CORDIS - EU Research Projects Under Horizon 2020 (2014-2020)
Publications Office of the European Union
@eupublicationsoffice.cordish2020projects
Publications Office of the European Union
@eupublicationsoffice.cordish2020projects
This dataset contains information about projects and their results funded by the European Union under the Horizon 2020 framework programme for research and innovation from 2014 to 2020.
The dataset is composed of six (6) different sub-set (in different formats):
Reference data (programmes, topics, topic keywords funding schemes (types of action), organisation types and countries) can be found in this dataset: https://data.europa.eu/euodp/en/data/dataset/cordisref-data
EuroSciVoc is available here: https://data.europa.eu/data/datasets/euroscivoc-the-european-science-vocabulary
CORDIS datasets are produced monthly. Therefore, inconsistencies may occur between what is presented on the CORDIS live website and the datasets.
Publisher name: Publications Office of the European Union
Publisher URL: https://op.europa.eu
Last updated: 2025-06-17T08:41:32Z
CREATE TABLE h2020_project_deliverables (
"id" VARCHAR,
"title" VARCHAR,
"deliverabletype" VARCHAR,
"description" VARCHAR,
"projectid" BIGINT,
"projectacronym" VARCHAR,
"url" VARCHAR,
"collection" VARCHAR,
"contentupdatedate" TIMESTAMP,
"rcn" BIGINT
);CREATE TABLE h2020_project_publications (
"id" VARCHAR,
"title" VARCHAR,
"ispublishedas" VARCHAR,
"authors" VARCHAR,
"journaltitle" VARCHAR,
"journalnumber" VARCHAR,
"publishedyear" DOUBLE,
"publishedpages" VARCHAR,
"issn" VARCHAR,
"isbn" VARCHAR,
"doi" VARCHAR,
"projectid" BIGINT,
"projectacronym" VARCHAR,
"collection" VARCHAR,
"contentupdatedate" TIMESTAMP,
"rcn" BIGINT
);CREATE TABLE h2020_projects (
"id" BIGINT,
"acronym" VARCHAR,
"status" VARCHAR,
"title" VARCHAR,
"startdate" TIMESTAMP,
"enddate" TIMESTAMP,
"totalcost" BIGINT,
"ecmaxcontribution" BIGINT,
"legalbasis" VARCHAR,
"topics" VARCHAR,
"ecsignaturedate" TIMESTAMP,
"frameworkprogramme" VARCHAR,
"mastercall" VARCHAR,
"subcall" VARCHAR,
"fundingscheme" VARCHAR,
"nature" VARCHAR,
"objective" VARCHAR,
"contentupdatedate" TIMESTAMP,
"rcn" BIGINT,
"grantdoi" VARCHAR
);CREATE TABLE h2020_report_summaries (
"id" VARCHAR,
"title" VARCHAR,
"projectid" BIGINT,
"projectacronym" VARCHAR,
"attachment" VARCHAR,
"contentupdatedate" TIMESTAMP,
"rcn" BIGINT
);Anyone who has the link will be able to view this.