Skip to content

[OMP] Add funding data to ONIX export #10923

@kaitlinnewson

Description

@kaitlinnewson

When an OMP user has installed and enabled the funding plugin from the plugin gallery, that metadata should be included in the ONIX export when populated.

Sample for funder data from ONIX documentation p.4:

<Publisher>
    <PublishingRole>16</PublishingRole> <!-- funding body -->
    <PublisherIdentifier>
        <PublisherIDType>40</PublisherIDType> <!-- ROR -->
        <IDValue>029chgv08</IDValue>
    </PublisherIdentifier>
    <PublisherIdentifier>
        <PublisherIDType>32</PublisherIDType> <!-- FundRef DOI -->
        <IDValue>10.13039/100010269</IDValue>
    </PublisherIdentifier>
    <PublisherName>Wellcome Trust</PublisherName>
    <Funding>
        <FundingIdentifier>
            <FundingIDType>01</FundingIDType> <!-- proprietary -->
            <IDTypeName>Wellcome Grant No</IDTypeName>
            <IDValue>2018/701a</IDValue>
        </FundingIdentifier>
    </Funding>
</Publisher>

What application are you using?
OMP 3.5 (funding metadata is not well supported in the version of ONIX used in OMP 3.3/3.4)

Additional information
Tagging @ajnyga to add any relevant notes about the plugin and/or the plugin metadata.

Pull Requests

Metadata

Metadata

Assignees

Labels

Enhancement:1:MinorA new feature or improvement that can be implemented in less than 3 days.

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions