[OJS 3.1.2] Crossref export plugin not sending volume and issue numbers

We expected that volume and issue numbers would be included in the article metadata submitted to Crossref, but they are not. The issue metadata includes this information, as well as a publication date.

An example of an XML file is at http://users.cecs.anu.edu.au/~bdm/crossref-sample.xml.

Thanks, Brendan.

Hi @bdm,

It works for me (OJS 3.1.1.2):

      <journal_issue>
    <publication_date media_type="online">
      <month>10</month>
      <day>28</day>
      <year>2019</year>
    </publication_date>
    <journal_volume>
      <volume>88</volume>
    </journal_volume>
    <issue>9-10</issue>
  </journal_issue>

Maybe the problem is you don’t have selected volume and number in the issue data.

Regards, Primož

25

The volume and issue numbers are specified there.

I hope the problem isn’t the checkboxes at the bottom, since they determine what is written the top of the table of contents of the issue and on the landing page of every article, which is quite a different function.

Cheers, Brendan.

Hi @bdm,

I believe that is exactly the problem. Please try with selected volume and number.

Regards, Primož

Thanks, you are quite correct. Frankly I think this is a bug, since we should be able to customize the appearance of our pages without breaking DOI submission.

Regards, Brendan.