pkp / jatsTemplate

Basic JATS document template generator plugin for OJS
GNU General Public License v3.0
9 stars 13 forks source link

Add publisher location to JATS #32

Closed asmecher closed 1 year ago

asmecher commented 1 year ago

Describe the bug From the Coalition Publica metadata recommendations: add publisher location to JATS.

This data is currently available in the Citation Style Language plugin settings: image

...and more broadly (just country level) in Settings > Journal > Masthead: image

asmecher commented 1 year ago

Content model:

<publisher>
    <publisher-name>Public Knowledge Project</publisher-name>
    <publisher-loc>London, UK
        <country>IS</country>
        <uri>http://www.google.com</uri>
    </publisher-loc>
</publisher> 

The London, UK value comes from Citation Style Language plugin settings; the country and URL come from the journal masthead settings.