EU Research Projects
EU research projects under Horizon 2020 Programme (2014-2020)
@kaggle.hgultekin_eu_research_projects
EU research projects under Horizon 2020 Programme (2014-2020)
@kaggle.hgultekin_eu_research_projects
CREATE TABLE cordis_h2020organizations (
"projectrcn" BIGINT,
"projectid" BIGINT,
"projectacronym" VARCHAR,
"role" VARCHAR,
"id" BIGINT,
"name" VARCHAR,
"shortname" VARCHAR,
"activitytype" VARCHAR,
"endofparticipation" BOOLEAN,
"eccontribution" DOUBLE,
"country" VARCHAR,
"street" VARCHAR,
"city" VARCHAR,
"postcode" VARCHAR,
"organizationurl" VARCHAR,
"vatnumber" VARCHAR,
"contactform" VARCHAR,
"contacttype" VARCHAR,
"contacttitle" VARCHAR,
"contactfirstnames" VARCHAR,
"contactlastnames" VARCHAR,
"contactfunction" VARCHAR,
"contacttelephonenumber" VARCHAR,
"contactfaxnumber" VARCHAR
);
CREATE TABLE cordis_h2020projectdeliverables (
"rcn" BIGINT,
"title" VARCHAR,
"projectid" BIGINT,
"projectacronym" VARCHAR,
"programme" VARCHAR,
"topics" VARCHAR,
"description" VARCHAR,
"deliverabletype" VARCHAR,
"url" VARCHAR,
"lastupdatedate" TIMESTAMP
);
CREATE TABLE cordis_h2020projects (
"rcn" BIGINT,
"id" BIGINT,
"acronym" VARCHAR,
"status" VARCHAR,
"programme" VARCHAR,
"topics" VARCHAR,
"frameworkprogramme" VARCHAR,
"title" VARCHAR,
"startdate" TIMESTAMP,
"enddate" TIMESTAMP,
"projecturl" VARCHAR,
"objective" VARCHAR,
"totalcost" DOUBLE,
"ecmaxcontribution" BIGINT,
"call" VARCHAR,
"fundingscheme" VARCHAR,
"coordinator" VARCHAR,
"coordinatorcountry" VARCHAR,
"participants" VARCHAR,
"participantcountries" VARCHAR,
"subjects" VARCHAR
);
CREATE TABLE cordis_h2020reports (
"rcn" VARCHAR,
"language" VARCHAR,
"title" VARCHAR,
"teaser" VARCHAR,
"summary" VARCHAR,
"workperformed" VARCHAR,
"finalresults" VARCHAR,
"lastupdatedate" VARCHAR,
"country" VARCHAR,
"projectid" VARCHAR,
"projectacronym" VARCHAR,
"programme" VARCHAR,
"topics" VARCHAR,
"relatedfile" VARCHAR,
"url" VARCHAR
);
Anyone who has the link will be able to view this.