European Projects funded under Data topics
收藏资源简介:
The data provides the collection of information of projects funded in Europe by the European Commission on the topic of Data between 2013 and 2023. The data schema is as follows: { "title": "Project title", "type": "object", "properties": { "rcn": { "type": "string" }, "id": { "type": "string" }, "acronym": { "type": "string" }, "teaser": { "type": "string" }, "objective": { "type": "string" }, "name": { "type": "string" }, "totalCostEuro": { "type": "number" }, "euContributionEuro": { "type": "number" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "ecSignatureDate": { "type": "string" }, "duration": { "type": "string" }, "status": { "type": "string" }, "doi": { "type": "string" }, "keywords": { "type": "string" }, "scienceFields": { "type": "array", "items": { "type": "array", "items": { "type": "string" } } }, "callForProposals": { "type": "string" }, "programmesUrl": { "type": "array", "items": { "type": "string" } }, "topicURLs": { "type": "array", "items": { "type": "string" } }, "participants": { "type": "array", "items": { "type": "object", "properties": { "rcn": { "type": "string" }, "legalName": { "type": "string" }, "role": { "type": "string" }, "ecContribution": { "type": "number" }, "netEcContribution": { "type": "number" }, "totalCost": { "type": "number" }, "order": { "type": "string" }, "sme": { "type": "string" }, "address": { "type": "object", "properties": { "street": { "type": "string" }, "city": { "type": "string" }, "postalCode": { "type": "string" }, "country": { "type": "string" }, "geolocation": { "type": "string" }, "postBox": { "type": "string" }, "url": { "type": "string" } }, "required": [ "street", "city", "postalCode", "country", "geolocation" ] }, "type": { "type": "string" } }, "required": [ "rcn", "legalName", "role", "ecContribution", "netEcContribution", "totalCost", "order", "sme", "address", "type" ] } }, "projectDescriptionTitle": { "type": "string" }, "projectDescriptionText": { "type": "string" }, "foundedUnder": { "type": "string" }, "foundingScheme": { "type": "string" }, "image": { "type": "string" }, "url": { "type": "string" } }, "required": [ "rcn", "id", "acronym", "teaser", "objective", "name", "totalCostEuro", "euContributionEuro", "startDate", "endDate", "ecSignatureDate", "duration", "status", "doi", "keywords", "scienceFields", "callForProposals", "programmesUrl", "topicURLs", "participants", "projectDescriptionTitle", "projectDescriptionText", "foundedUnder", "foundingScheme", "image", "url" ]}



