We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From 5.27.3 testing:
In WRRO & Pure the title, journal & authors all appear. BUT in WRRO the volume, issue, article number, page nos Do Not appear.
In WRRO & Pure the title, journal & authors all appear.
BUT in WRRO the volume, issue, article number, page nos Do Not appear.
The text was updated successfully, but these errors were encountered:
Example records on Pure dev: 94745750 82794596 94779103 76422104
Sorry, something went wrong.
Record 76422104: physicalDescription/extent contains number of bytes (unit="bytes"), but this currently gets mapped into the EP <pages> element.
physicalDescription/extent
unit="bytes"
<pages>
There can be two representations of the volume data:
<mods:part> <mods:detail type="volume"> <mods:number>10</mods:number> <mods:caption>vol.</mods:caption> </mods:detail> <mods:detail type="issue"> <mods:number>11</mods:number> <mods:caption>no.</mods:caption> </mods:detail> </mods:part>
<mods:relatedItem type="series" xlink:type="simple" xlink:role=""> <mods:titleInfo xlink:type="simple"> <mods:title>Series of stuff</mods:title> </mods:titleInfo> <mods:originInfo> <mods:publisher>White Rose Libraries</mods:publisher> </mods:originInfo> <mods:part> <mods:detail type="issue"> <mods:number>66</mods:number> <mods:caption>no.</mods:caption> </mods:detail> <mods:detail type="volume"> <mods:number>55</mods:number> <mods:caption>vol.</mods:caption> </mods:detail> </mods:part> </mods:relatedItem>
The latest default XSLT from Pure appears to try and handle both these data islands.
No branches or pull requests
From 5.27.3 testing:
The text was updated successfully, but these errors were encountered: