Grants

The entity Grant describes funding awarded to a Person or an Organisation by a funding body. These bodies, both public and private, can be funders, foundations, governments, agencies or institutions.

local_identifier

String (mandatory): Unique code identifiying the Grant at the funder.

1 "local_identifier": "101095129"

identifiers

List (optional): A list of objects representing external identifiers for the entity. Each object is structured as follows.

  • scheme String (mandatory): The scheme for the external identifier (e.g., DOI).

  • value String (mandatory): The external identifier.

1 "identifiers": [
2     {
3         "scheme": "doi"
4         "value": "10.3030/101095129"
5     }
6 ]

title

String (mandatory): Title of the Grant.

1 "title": "GraspOS: next Generation Research Assessment to Promote Open Science"

abstract

String (recommended): The abstract or a description of the Grant.

1 "abstract": "GraspOS aims to build and operate a data infrastructure to support the policy reforms and pave the way towards a responsible research assessment system that embeds OS practices and accelerates its adoption in Europe. GraspOS will focus on extending the EOSC ecosystem with tools and services that will facilitate monitoring the use and uptake of various types of research services and outputs (publications, datasets, software) and will catalyse the implementation of policy-level rewards to foster OS practices. These tools and services will build upon multiple sources of metric data (e.g. OpenCitations, Scholexplorer) including capabilities offered by the EOSC Core, that will be federated in the context of the project, and will take into consideration both contemporary guidelines for Responsible Research Assessment (RRA), like those provided by initiatives like DORA and the Leiden Manifesto, and the suggestions from a diversity of relevant stakeholders. GraspOS will also incorporate piloting activities to co-design, showcase, validate, and evaluate GraspOS’s key results considering domain-specific aspects and different levels of OS-aware RRA, such as the researcher (individual/group), institution, and national level."

acronym

String (optional): The acronym of the Grant.

1 "acronym": "GraspOS"

funder

String (mandatory): The name of the body funding the Grant.

1 "funder": "EC"

funding_stream

String (optional): The funding stream of the Grant.

1 "funding_stream": "Horizon Europe"

currency

String (mandatory, if funded_amount is provided): Currency of the funded amount, following ISO 4217.

1 "currency": "EUR"

funded_amount

Numeric (optional): Amount funded for the Grant.

1 "funded_amount": 2.985.441

keywords

List (optional): A list of keywords for the Grant.

1 "keywords": ["Open science", "mutual learning", "open research"]

start_date

String (recommended): The date the Grant started expressed as ISO 8601.

1 "start_date": "2019-09-13"

end_date

String (recommended): The date the Grant finished expressed as ISO 8601.

1 "end_date": "2022-12-03"

website

String (recommended): An URL poiting to the website of the funded project.

1 "website": "https://graspos.eu"

beneficiaries

List (recommended): A list of the Organisations identifiers funded by the Grant.

1 "beneficiaries": ["org_2", "org_5"]

contributors

List (recommended): A list of the Persons contributing to the Grant.

  • person: The identifier of the Persons who is the principal investigator

  • organisation: The identifier of the Organisation the principal investigator has declared as affiliation for the Grant.

  • poles List (recommended): A list of the roles that the Persons has in the Grant.

1 "contributors": [
2     {
3         "person": "person_2",
4         "organisation": "org_3",
5         "roles": ["principal investigator"]
6     }
7 ]