73 lines
681 B
Markdown
73 lines
681 B
Markdown
---
|
|
|
|
sidebar_position: 1
|
|
|
|
---
|
|
|
|
# Funder
|
|
|
|
|
|
Information about the funder funding the project.
|
|
|
|
|
|
### fundingStream
|
|
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
|
|
Funding information for the project.
|
|
|
|
|
|
```json
|
|
|
|
"funding_stream": "H2020"
|
|
|
|
|
|
```
|
|
|
|
### jurisdiction
|
|
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
|
|
Geographical jurisdiction (e.g. for European Commission is EU, for Croatian Science Foundation is HR).
|
|
|
|
|
|
```json
|
|
|
|
"jurisdiction": "EU"
|
|
|
|
```
|
|
|
|
|
|
### name
|
|
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
|
|
The name of the funder.
|
|
|
|
|
|
```json
|
|
|
|
"name": "European Commission"
|
|
|
|
```
|
|
|
|
|
|
### shortName
|
|
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
|
|
The short name of the funder.
|
|
|
|
|
|
```json
|
|
|
|
"shortName": "EC"
|
|
|
|
```
|
|
|
|
|