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.

Properties

Local identifier

Description:

Unique code identifiying the Grant in the SKG (if any, otherwise “stateless identifier”).

Type:

String

Use:

Mandatory (1)

1 "local_identifier": "the_id"

Identifiers

Description:

Identifier for the entity outside of the SKG (e.g., PID).

Type:

List

Use:

Recommended (1)

Scheme

Description:

The scheme for the external identifier.

Type:

String

Use:

Mandatory (1)

Value

Description:

The external identifier.

Type:

String

Use:

Mandatory (1)

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

Title

Description:

Title of the Grant.

Type:

String

Use:

Mandatory (1)

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

Abstract

Description:

The abstract or a description of the Grant.

Type:

String

Use:

Recommended (1)

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

Description:

The acronym of the Grant.

Type:

String

Use:

Optional (1)

1 "acronym": "GraspOS"

Funder

Description:

The name of the body funding the Grant.

Type:

String

Use:

Mandatory (1)

1 "funder": "EC"

Funding stream

Description:

The funding stream of the Grant.

Type:

String

Use:

Optional (0..1)

1 "funding_stream": "Horizon Europe"

Currency

Description:

Currency of the funded amount.

Type:

String (following ISO 4217 )

Use:

Optional (0..1), Mandatory if funded amount is given

1 "currency": "EUR"

Funded amount

Description:

Amount funded for the Grant.

Type:

Number

Use:

Optional (0..1)

1 "funded_amount": 2.985.441

Keywords

Description:

A list of keywords for the Grant.

Type:

List

Use:

Optional (0..1)

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

Start date

Description:

The date the Grant started.

Type:

String (ISO 8601 date string)

Use:

Recommended (0..1)

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

End date

Description:

The date the Grant finished.

Type:

String (ISO 8601 date string)

Use:

Recommended, (0..1)

1 "start_date": "2022-12-03"

Website

Description:

Grant website.

Type:

URL

Use:

Recommended (0..1)

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

Beneficiaries

Description:

A list of the Organisations identifiers funded by the Grant.

Type:

List

Use:

Recommended (0..1)

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

Contributors

Description:

A list of the Persons contributing to the Grant.

Type:

List

Use:

Recommended (0..1)

Description:

The identifier of the Persons who is the principal investigator

Type:

Use:

Description:

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

Type:

Use:

Description:

A list of the roles that the Persons has in the Grant.

Type:

List of roles.

Use:

Recommended (1)

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