Remove Press manager from OMP publication

Is there a way to remove Press manager from publication in OMP? We are not going to use it for submission of papers so it will be one man work and I think that it would be a waste of resources if we have to create separate user account for every author that is going to be published.

To formulate it differently, is there something like quick submit plugin for OMP or way to do it like that (number of steps is not a problem for submitting new monograph but I don’t see place for author name instead of adding it later and submitting monograph as author with Press manager role).

Hi @knjigor,

I am not sure if I get it, but for importing monographs in OMP, you can use the native import/export plugin. Basically you can describe your monographs in an XML file and then use the plugin to import them.

Take a look at Native import/export plugin-OMP - #6 by ctgraham, it might help you.

Cheers,
Bruno

I know about xml import plugin, but I would like to skip it if I can.

Problem is that if I create new entry (new monograph) I’m listed as Press manager, and author is missing, if I add author (in editing process) author name and my name are listed in publication details. Also, how to add publications to new releases?

@knjigor,

Take a look at the link I’ve sent you previously. There you will find the schema description you need to use to define authors.

You can feature a monograph as a new release at the catalog management page, clicking on the exclamation point below the monograph picture and title.

Regards,
Bruno

I tried suggested plugin and after upload and Ok all I get
The import completed successfully. The following items were imported:

@knjigor,

Any new monograph in the system? Also, can you post an example of your XML file, so we can make sure it’s correct?

Thanks,
Bruno

I have one monograph in system, for now, xml file was downloaded from link you posted and at first I didn’t change any thing in it just tried to import it (without success), in later attempts I have modified few things and deleted some (mostly fields that are referring to files) and result was same.

File I was using is this omp/sample.xml at omp-stable-1_1_1 · pkp/omp · GitHub

<!--
  * plugins/importexport/native/sample.xsl
  *
  * Copyright (c) 2014 Simon Fraser University Library
  * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
  *
  * Sample native XML import document.
  -->
<monograph xmlns="http://pkp.sfu.ca" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:onix="http://ns.editeur.org/onix/3.0/reference" locale="en_US"
    date_published="2013-11-18" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
    <id type="internal">1</id>
    <title locale="en_US">Submission Title</title>
    <prefix locale="en_US">Prefix</prefix>
    <subtitle locale="en_US">the subtitle</subtitle>
    <abstract locale="en_US">the abstract</abstract>
    <authors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
        <author primary_contact="true" user_group="Author">
            <firstname>John</firstname>
            <lastname>Public</lastname>
            <email>john_q_public@email.com</email>
        </author>
    </authors>
    <submission_file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        stage="submission" id="1" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
        <revision number="1" genre="Book Manuscript" filename="Submission.pdf"
            viewable="true" date_uploaded="2013-11-05" date_modified="2013-11-05"
            user_group="Author" uploader="author_username">
            <name locale="en_US">Submission Title</name>
            <embed encoding="base64">base64 encoded file contents go here</embed>
        </revision>
    </submission_file>
    <submission_file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        stage="proof" id="2" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
        <revision number="1" genre="Book Manuscript" filename="Submission.pdf"
            viewable="true" date_uploaded="2013-11-05" date_modified="2013-11-05"
            direct_sales_price="10" user_group="Author" uploader="author_username">
            <name locale="en_US">Submission Title</name>
            <embed encoding="base64">base64 encoded file contents go here</embed>
        </revision>
    </submission_file>
    <publication_format xmlns:onix="http://ns.editeur.org/onix/3.0/reference"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" approved="true"
        physical_format="false" xsi:schemaLocation="http://pkp.sfu.ca native.xsd">
        <name locale="en_US">PDF</name>
        <seq>1000</seq>
        <submission_file_ref id="2" revision="1" />
        <Product xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:onix="http://ns.editeur.org/onix/3.0/reference">
            <onix:ProductIdentifier xmlns="http://ns.editeur.org/onix/3.0/reference">
                <onix:ProductIDType>24</onix:ProductIDType>
                <onix:IDValue>1234567891012</onix:IDValue>
            </onix:ProductIdentifier>
            <onix:DescriptiveDetail xmlns="http://ns.editeur.org/onix/3.0/reference">
                <onix:ProductComposition>00</onix:ProductComposition>
                <onix:ProductForm>DA</onix:ProductForm>
                <onix:ProductFormDetail>B121</onix:ProductFormDetail>
                <onix:EpubTechnicalProtection>00</onix:EpubTechnicalProtection>
                <onix:TitleDetail>
                    <onix:TitleType>01</onix:TitleType>
                    <onix:TitleElement>
                        <onix:TitleElementLevel>01</onix:TitleElementLevel>
                        <onix:TitlePrefix>Prefi</onix:TitlePrefix>
                        <onix:TitleWithoutPrefix>Submission Title</onix:TitleWithoutPrefix>
                        <onix:Subtitle>submission prefix</onix:Subtitle>
                    </onix:TitleElement>
                </onix:TitleDetail>
                <onix:Extent>
                    <onix:ExtentType>08</onix:ExtentType>
                    <onix:ExtentValue>0.3</onix:ExtentValue>
                    <onix:ExtentUnit>05</onix:ExtentUnit>
                </onix:Extent>
                <onix:Audience>
                    <onix:AudienceCodeType>02</onix:AudienceCodeType>
                    <onix:AudienceCodeValue>01</onix:AudienceCodeValue>
                </onix:Audience>
                <onix:AudienceRange>
                    <onix:AudienceRangeQualifier>26</onix:AudienceRangeQualifier>
                    <onix:AudienceRangePrecision>03</onix:AudienceRangePrecision>
                    <onix:AudienceRangeValue>K</onix:AudienceRangeValue>
                    <onix:AudienceRangePrecision>04</onix:AudienceRangePrecision>
                    <onix:AudienceRangeValue>2</onix:AudienceRangeValue>
                </onix:AudienceRange>
            </onix:DescriptiveDetail>
            <onix:PublishingDetail xmlns="http://ns.editeur.org/onix/3.0/reference">
                <onix:Publisher>
                    <onix:PublishingRole>01</onix:PublishingRole>
                    <onix:PublisherName>My Press</onix:PublisherName>
                    <onix:Website>
                        <onix:WebsiteRole>18</onix:WebsiteRole>
                        <onix:WebsiteLink>http://your-website.com/mypress/index.php/MYPRESS
                        </onix:WebsiteLink>
                    </onix:Website>
                </onix:Publisher>
                <onix:CityOfPublication>My City, My Province
                </onix:CityOfPublication>
                <onix:PublishingDate>
                    <onix:PublishingDateRole>11</onix:PublishingDateRole>
                    <onix:Date dateformat="20">20130101</onix:Date>
                </onix:PublishingDate>
                <onix:SalesRights>
                    <onix:SalesRightsType>07</onix:SalesRightsType>
                    <onix:Territory>
                        <onix:CountriesIncluded>CA</onix:CountriesIncluded>
                    </onix:Territory>
                </onix:SalesRights>
                <onix:ROWSalesRightsType>03</onix:ROWSalesRightsType>
            </onix:PublishingDetail>
            <onix:ProductSupply xmlns="http://ns.editeur.org/onix/3.0/reference">
                <onix:Market>
                    <onix:Territory>
                        <onix:RegionsIncluded>ROW</onix:RegionsIncluded>
                    </onix:Territory>
                </onix:Market>
                <onix:MarketPublishingDetail>
                    <onix:PublisherRepresentative>
                        <onix:AgentRole>05</onix:AgentRole>
                        <onix:AgentName>Agent Name</onix:AgentName>
                        <onix:Website>
                            <onix:WebsiteRole>18</onix:WebsiteRole>
                            <onix:WebsiteLink>http://agent-website.com</onix:WebsiteLink>
                        </onix:Website>
                    </onix:PublisherRepresentative>
                    <onix:MarketPublishingStatus>04</onix:MarketPublishingStatus>
                    <onix:MarketDate>
                        <onix:MarketDateRole>01</onix:MarketDateRole>
                        <onix:DateFormat>20</onix:DateFormat>
                        <onix:Date>20130101</onix:Date>
                    </onix:MarketDate>
                </onix:MarketPublishingDetail>
                <onix:SupplyDetail>
                    <onix:Supplier>
                        <onix:SupplierRole>12</onix:SupplierRole>
                        <onix:SupplierName>Supplier Name</onix:SupplierName>
                        <onix:TelephoneNumber>5551234567</onix:TelephoneNumber>
                        <onix:FaxNumber>5551235678</onix:FaxNumber>
                        <onix:EmailAddress>supplier-email</onix:EmailAddress>
                        <onix:Website>
                            <onix:WebsiteRole>18</onix:WebsiteRole>
                            <onix:WebsiteLink>http://supplier-website.com</onix:WebsiteLink>
                        </onix:Website>
                    </onix:Supplier>
                    <onix:ProductAvailability>20</onix:ProductAvailability>
                    <onix:Price>
                        <onix:PriceType>03</onix:PriceType>
                        <onix:Discount>
                            <onix:DiscountPercent>5</onix:DiscountPercent>
                        </onix:Discount>
                        <onix:PriceAmount>10</onix:PriceAmount>
                        <onix:Tax>
                            <onix:TaxType>02</onix:TaxType>
                            <onix:TaxRateCode>S</onix:TaxRateCode>
                        </onix:Tax>
                        <onix:CurrencyCode>CAD</onix:CurrencyCode>
                    </onix:Price>
                </onix:SupplyDetail>
            </onix:ProductSupply>
        </Product>
    </publication_format>
</monograph>

Hi @knjigor,

Thanks for your report, I confirmed the problem and opened an issue so we keep track of this: Native import plugin isn't working · Issue #1063 · pkp/pkp-lib · GitHub

You can follow that issue to know when a fix it’s available.

Thanks again,
Bruno

Hi @knjigor,

What version of OMP are you using? That XML doesn’t validate against the OMP 1.1.1 schema, for example.

Regards,
Alec Smecher
Public Knowledge Project Team

Well I’m using version: 1.1.1.1 :smile:

Hi @knjigor,

It doesn’t validate against the OMP 1.1.1-1 schema either. When you work with XML, make sure it validates before trying to import it. On my Linux machine, I use xmllint:

 xmllint --noout --schema plugins/importexport/native/native.xsd --valid /path/to/my-file.xml

Regards,
Alec Smecher
Public Knowledge Project Team

eu tambem…deu sucesso…fui abri…mesmo seguindo certinho os campos nao deu certo…