From 73bec44e9b5983a6c96b2744703756fbcd3b66b5 Mon Sep 17 00:00:00 2001 From: Carlin MacKenzie Date: Mon, 8 Apr 2024 10:35:24 +0200 Subject: [PATCH] Update funder DOIs Alphabetise Using the list from https://github.com/zenodo/zenodo-rdm/blob/master/legacy/zenodo_legacy/funders.py --- source/includes/resources/deposit/_representation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/resources/deposit/_representation.md b/source/includes/resources/deposit/_representation.md index 828305b..9c976b7 100644 --- a/source/includes/resources/deposit/_representation.md +++ b/source/includes/resources/deposit/_representation.md @@ -45,7 +45,7 @@ The Deposition resource is used for uploading and editing records on Zenodo. | `contributors`
*array of objects* | No | The contributors of the deposition (e.g. editors, data curators, etc.). Each array element is an object with the attributes:
* `name`: Name of creator in the format _Family name, Given names_
* `type`: Contributor type. Controlled vocabulary (`ContactPerson`, `DataCollector`, `DataCurator`, `DataManager`,`Distributor`, `Editor`, `HostingInstitution`, `Producer`, `ProjectLeader`, `ProjectManager`, `ProjectMember`, `RegistrationAgency`, `RegistrationAuthority`, `RelatedPerson`, `Researcher`, `ResearchGroup`, `RightsHolder`,`Supervisor`, `Sponsor`, `WorkPackageLeader`, `Other`)
* `affiliation`: Affiliation of creator (optional).
* `orcid`: ORCID identifier of creator (optional).
* `gnd`: GND identifier of creator (optional).

**Example:** `[{'name':'Doe, John', 'affiliation': 'Zenodo', 'type': 'Editor' }, ...]` | | `references`
*array of strings* | No | List of references.

**Example:** `["Doe J (2014). Title. Publisher. DOI", "Smith J (2014). Title. Publisher. DOI"]` | | `communities`
*array of objects* | No | List of communities you wish the deposition to appear. The owner of the community will be notified, and can either accept or reject your request. Each array element is an object with the attributes:
* `identifier`: Community identifier

**Example:** `[{'identifier':'ecfunded'}]` | -| `grants`
*array of objects* | No | List of OpenAIRE-supported grants, which have funded the research for this deposition. Each array element is an object with the attributes:
* `id`: grant ID.

**Example:** `[{'id':'283595'}]` (European Commission grants only)
or funder DOI-prefixed: `[{'id': '10.13039/501100000780::283595'}]` (All grants, recommended)

Accepted funder DOI prefixes:
**Australian Research Council**: `10.13039/501100000923`
**Austrian Science Fund**: `10.13039/501100002428`
**European Commission**: `10.13039/501100000780`
**European Environment Agency**: `10.13039/501100000806`
**Academy of Finland**: `10.13039/501100002341`
**Agence Nationale de la Recherche**: `10.13039/501100001665`
**Aligning Science Across Parkinson’s**: `10.13039/100018231`
**Hrvatska Zaklada za Znanost**: `10.13039/501100004488`
**Fundação para a Ciência e a Tecnologia**: `10.13039/501100001871`
**Ministarstvo Prosvete, Nauke i Tehnološkog Razvoja**: `10.13039/501100004564`
**Ministarstvo Znanosti, Obrazovanja i Sporta**: `10.13039/501100006588`
**National Health and Medical Research Council**: `10.13039/501100000925`
**National Institutes of Health**: `10.13039/100000002`
**National Science Foundation**: `10.13039/100000001`
**Nederlandse Organisatie voor Wetenschappelijk Onderzoek**: `10.13039/501100003246`
**Research Councils**: `10.13039/501100000690`
**UK Research and Innovation**: `10.13039/100014013`
**Schweizerischer Nationalfonds zur Förderung der wissenschaftlichen Forschung**: `10.13039/501100001711`
**Science Foundation Ireland**: `10.13039/501100001602`
**Social Science Research Council**: `10.13039/100001345`
**Türkiye Bilimsel ve Teknolojik Araştırma Kurumu**: `10.13039/501100004410`
**Wellcome Trust**: `10.13039/100004440`
| +| `grants`
*array of objects* | No | List of OpenAIRE-supported grants, which have funded the research for this deposition. Each array element is an object with the attributes:
* `id`: grant ID.

**Example:** `[{'id':'283595'}]` (European Commission grants only)
or funder DOI-prefixed: `[{'id': '10.13039/501100000780::283595'}]` (All grants, recommended)

Accepted funder DOI prefixes:
**Academy of Finland**: `10.13039/501100002341`
**Agence Nationale de la Recherche**: `10.13039/501100001665`
**Aligning Science Across Parkinson’s**: `10.13039/100018231`
**Australian Research Council**: `10.13039/501100000923`
**Austrian Science Fund**: `10.13039/501100002428`
**Canadian Institutes of Health Research**: `10.13039/501100000024`
**European Commission**: `10.13039/501100000780`
**European Environment Agency**: `10.13039/501100000806`
**Fundação para a Ciência e a Tecnologia**: `10.13039/501100001871`
**Hrvatska Zaklada za Znanost**: `10.13039/501100004488`
**Institut National Du Cancer**: `10.13039/501100006364`
**Ministarstvo Prosvete, Nauke i Tehnološkog Razvoja**: `10.13039/501100004564`
**Ministarstvo Znanosti, Obrazovanja i Sporta**: `10.13039/501100006588`
**National Health and Medical Research Council**: `10.13039/501100000925`
**National Institutes of Health**: `10.13039/100000002`
**National Science Foundation**: `10.13039/100000001`
**Natural Sciences and Engineering Research Council of Canada**: `10.13039/501100000038`
**Nederlandse Organisatie voor Wetenschappelijk Onderzoek**: `10.13039/501100003246`
**Research Councils**: `10.13039/501100000690`
**Schweizerischer Nationalfonds zur Förderung der wissenschaftlichen Forschung**: `10.13039/501100001711`
**Science Foundation Ireland**: `10.13039/501100001602`
**Social Science Research Council**: `10.13039/100001345`
**Templeton World Charity Foundation**: `10.13039/501100011730`
**Türkiye Bilimsel ve Teknolojik Araştırma Kurumu**: `10.13039/501100004410`
**UK Research and Innovation**: `10.13039/100014013`
**Wellcome Trust**: `10.13039/100004440`
| | `journal_title`
*string* | No | Journal title, if deposition is a published article. | | `journal_volume`
*string* | No | Journal volume, if deposition is a published article. | | `journal_issue`
*string* | No | Journal issue, if deposition is a published article. |