Closed davidmjones closed 5 months ago
Thanks for the details. This sounds like downstream won't have to do anything for now - it will simply ignore the new markup (and find the issn regardless). If you want to preserve some of this data downstream, we can file issues downstream as needed.
@pkra The only substantive addition is the LCCN, which is already in the CIP pages. So unless there is a place to plug that into the EPUB metadata, I don't think there's anything to be done.
I'll install these changes.
I think this can be closed. texml-to-html now preserves LCCN, too.
We are finally starting to send metadata to discovery services, etc., as BITS and JATS. Since we will be sending full-text XML files to some of them, we need to harmonize the metadata generated by texml with the metadata generated by the metadata-only system.
Changes to both article and book metadata:
date-type
attribute from the<pub-date>
element.<self-uri>
element looks like<self-uri xlink:href="URI"/>
. It will now be<self-uri xlink:href="URI">URI<self-uri>
.Changes to book metadata:
collection-type
attribute to the<colletion-meta>
element with value "book series".<self-uri>
element for the series URL after the<publisher>
element.<book-id>
to the<book-meta>
element.<pub-date>
element after the<history>
.<book-volume-id>
element after the<book-volume-number>
<self-uri>
elements after the permissions.<issn>
element from the<book-meta>
element since it duplicates the one in the<collection-meta>
.That's all for now. I might add more when I work through more examples.