xml_jats_resolver 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.travis.yml +6 -0
- data/CHANGELOG.md +3 -0
- data/Gemfile +8 -0
- data/LICENSE.md +25 -0
- data/README.md +3 -0
- data/Rakefile +10 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/XHTMLtablesetup.ent +247 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/archivearticle.dtd +815 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/archivecustomize.ent +583 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/articlemeta.ent +1431 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/backmatter.ent +216 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/catalog.ent +76 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/chars.ent +333 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/checksum.md5 +83 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/common.ent +1609 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/display.ent +988 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/format.ent +403 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsa.ent +173 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsb.ent +146 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsc.ent +49 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsn.ent +117 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamso.ent +77 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsr.ent +205 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isobox.ent +67 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isocyr1.ent +94 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isocyr2.ent +53 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isodia.ent +41 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isogrk1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/isogrk2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/isogrk3.ent +70 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isogrk4.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/isolat1.ent +89 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isolat2.ent +148 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isomfrk.ent +79 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isomopf.ent +53 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isomscr.ent +79 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isonum.ent +103 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isopub.ent +110 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isotech.ent +183 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/journalmeta.ent +269 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/link.ent +417 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/list.ent +361 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/math.ent +220 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml/mathml2-qname-1.mod +275 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml/mmlextra.ent +128 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml2-qname-1.mod +275 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml2.dtd +1960 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathmlsetup.ent +141 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mmlextra.ent +128 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/modules.ent +344 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/notat.ent +147 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/oasis-tablesetup.ent +258 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/para.ent +320 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/phrase.ent +213 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/readme.txt +247 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/references.ent +559 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/sampleminimal.xml +5 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/samplesmall.xml +84 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/section.ent +205 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsa.ent +173 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsb.ent +146 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsc.ent +49 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsn.ent +117 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamso.ent +77 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsr.ent +205 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isobox.ent +67 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isocyr1.ent +94 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isocyr2.ent +53 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isodia.ent +41 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk3.ent +70 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk4.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isolat1.ent +89 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isolat2.ent +148 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isomfrk.ent +79 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isomopf.ent +53 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isomscr.ent +79 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isonum.ent +103 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isopub.ent +110 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isotech.ent +183 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlspecchars.ent +274 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/XHTMLtablesetup.ent +289 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/archivearticle.dtd +819 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/archivecustomize.ent +597 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/articlemeta.ent +1464 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/backmatter.ent +216 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/catalog.ent +76 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/chars.ent +340 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/common.ent +1674 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/display.ent +1334 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/format.ent +401 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/journalmeta.ent +283 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/link.ent +475 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/list.ent +416 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/math.ent +288 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/mathml/mathml2-qname-1.mod +1 -3
- data/lib/dtd/archiving_dtd/1.1/dtd/mathml/mmlalias.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/mathml/mmlextra.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/mathml2.dtd +1960 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/mathmlsetup.ent +171 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/modules.ent +349 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/notat.ent +147 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/oasis-tablesetup.ent +298 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/para.ent +368 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/phrase.ent +244 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/references.ent +560 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/section.ent +202 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsa.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsb.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsc.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsn.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamso.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsr.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isobox.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isocyr1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isocyr2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isodia.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk3.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk4.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isolat1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isolat2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isomfrk.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isomopf.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isomscr.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isonum.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isopub.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isotech.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlspecchars.ent +274 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/Readme.txt +225 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/XHTMLtablesetup.ent +309 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivearticle.dtd +952 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-classes.ent +157 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-mixes.ent +306 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-models.ent +756 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-modules.ent +116 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/articlemeta.ent +1811 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/backmatter.ent +277 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/catalog.ent +115 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/chars.ent +359 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/common.ent +2790 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/default-classes.ent +704 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/default-mixes.ent +357 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/display.ent +1468 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/format.ent +412 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalmeta.ent +341 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-classes.ent +200 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-mixes.ent +207 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-models.ent +859 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-modules.ent +125 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpublishing.dtd +955 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/link.ent +510 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/list.ent +465 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/math.ent +329 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/mathml/mathml2-qname-1.mod +1 -3
- data/lib/dtd/archiving_dtd/2.0/dtd/mathml/mmlalias.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/mathml/mmlextra.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/mathml2.dtd +1960 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/mathmlsetup.ent +191 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/modules.ent +417 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/nlmcitation.ent +124 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/notat.ent +172 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/para.ent +420 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/phrase.ent +278 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/references.ent +726 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/samplesmall-green.xml +1 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/samplesmall-pub.xml +1 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/section.ent +220 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsa.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsb.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsc.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsn.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamso.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsr.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isobox.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isocyr1.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isocyr2.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isodia.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk1.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk2.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk3.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk4.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isolat1.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isolat2.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isomfrk.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isomopf.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isomscr.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isopub.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isotech.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlspecchars.ent +290 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/ArchiveReadme.txt +283 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/XHTMLtablesetup.ent +320 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivearticle.dtd +981 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-classes.ent +173 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-mixes.ent +317 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-models.ent +777 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-modules.ent +125 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/articlemeta.ent +1816 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/backmatter.ent +288 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/catalog-v2.xml +577 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/catalog.ent +179 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/chars.ent +359 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/common.ent +2991 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/default-classes.ent +738 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/default-mixes.ent +368 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/display.ent +1480 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/format.ent +412 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/journalmeta.ent +328 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/link.ent +521 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/list.ent +496 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/math.ent +328 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathmlsetup.ent +280 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/modules.ent +438 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/notat.ent +172 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/para.ent +445 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/phrase.ent +278 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/references.ent +741 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/sample-archiv-mathml.xml +450 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/samplesmall-archiv.xml +1 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/section.ent +222 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/xmlspecchars.ent +332 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/XHTMLtablesetup.ent +320 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/annotation.ent +267 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivearticle.dtd +1107 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-classes.ent +173 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-mixes.ent +317 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-models.ent +811 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-modules.ent +125 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/articlemeta.ent +1832 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/backmatter.ent +289 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/catalog-v2.xml +590 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/catalog.ent +183 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/chars.ent +359 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/common.ent +3121 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/default-classes.ent +775 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/default-mixes.ent +368 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/display.ent +1515 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/format.ent +412 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/journalmeta.ent +325 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/link.ent +523 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/list.ent +496 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/math.ent +336 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathmlsetup.ent +280 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/modules.ent +438 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/nlmcitation.ent +124 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/notat.ent +172 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/para.ent +469 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/phrase.ent +278 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/references.ent +756 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/sampleGreen-UGLY.xml +1696 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/section.ent +246 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/xmlspecchars.ent +332 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/XHTMLtablesetup.ent +372 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/annotation.ent +274 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivearticle.dtd +1175 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-classes.ent +250 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-mixes.ent +338 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-models.ent +1063 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-modules.ent +155 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/articlemeta.ent +1991 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/backmatter.ent +387 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/catalog-v2.xml +618 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/catalog.ent +199 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/chars.ent +369 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/common.ent +4179 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/default-classes.ent +916 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/default-mixes.ent +378 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/display.ent +1637 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/format.ent +440 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/journalmeta.ent +333 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/link.ent +545 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/list.ent +528 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/math.ent +360 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathmlsetup.ent +285 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/modules.ent +478 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/nlmcitation.ent +133 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/notat.ent +181 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/para.ent +574 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/phrase.ent +377 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/references.ent +1006 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/samplesmall-archive.xml +1 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/section.ent +296 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xmlspecchars.ent +342 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/XHTMLtablesetup.ent +372 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/annotation.ent +274 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archive-OASIS.dtd +826 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archive-OASIScustom-classes.ent +105 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archive-OASIScustom-modules.ent +56 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archivecustom-mixes.ent +338 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archivecustom-models.ent +1063 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/articlemeta.ent +1991 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/backmatter.ent +387 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/catalog-v2.xml +618 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/catalog.ent +199 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/chars.ent +369 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/common.ent +4179 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/default-classes.ent +916 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/default-mixes.ent +378 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/display.ent +1637 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/format.ent +440 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/journalmeta.ent +333 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/link.ent +545 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/list.ent +528 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/math.ent +360 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathmlsetup.ent +285 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/modules.ent +478 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/nlmcitation.ent +133 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/notat.ent +181 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/para.ent +574 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/phrase.ent +377 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/references.ent +1006 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/samplesmall-archive.xml +1 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/section.ent +296 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlspecchars.ent +342 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/Smallsamples/samplesmall3-archive.xml +226 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/annotation3.ent +267 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivearticle3.dtd +628 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-classes3.ent +130 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-mixes3.ent +253 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-models3.ent +953 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-modules3.ent +123 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/backmatter3.ent +275 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/base-test3.dtd +714 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/catalog-v3.xml +618 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/catalog.ent +163 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/chars3.ent +365 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/common3.ent +2766 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/default-classes3.ent +785 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/default-mixes3.ent +292 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/display3.ent +799 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/format3.ent +384 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/funding3.ent +342 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/journalmeta3.ent +278 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/link3.ent +301 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/list3.ent +314 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/math3.ent +269 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/modules3.ent +414 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/notat3.ent +164 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/para3.ent +354 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/phrase3.ent +332 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/references3.ent +758 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/related-object3.ent +130 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/section3.ent +198 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/Smallsamples/samplesmall3-oasis.xml +1 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/annotation3.ent +267 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-article3.dtd +616 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-custom-classes3.ent +170 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-custom-mixes3.ent +260 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-custom-modules3.ent +129 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archivecustom-models3.ent +953 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/backmatter3.ent +275 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/base-test3.dtd +714 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/catalog-v3.xml +618 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/catalog.ent +163 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/chars3.ent +365 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/common3.ent +2766 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/default-classes3.ent +785 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/default-mixes3.ent +292 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/display3.ent +799 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/format3.ent +384 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/funding3.ent +342 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/journalmeta3.ent +278 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/link3.ent +301 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/list3.ent +314 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/math3.ent +269 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/modules3.ent +414 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/notat3.ent +164 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/oasis-exchange.ent +373 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/oasis-tablesetup3.ent +261 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/para3.ent +354 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/phrase3.ent +332 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/references3.ent +758 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/related-object3.ent +130 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/section3.ent +198 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/atypon/2.2/dtd/XHTMLtablesetup.ent +320 -0
- data/lib/dtd/atypon/2.2/dtd/annotation.ent +267 -0
- data/lib/dtd/atypon/2.2/dtd/archivearticle.dtd +1116 -0
- data/lib/dtd/atypon/2.2/dtd/archivecustom-classes.ent +173 -0
- data/lib/dtd/atypon/2.2/dtd/archivecustom-mixes.ent +317 -0
- data/lib/dtd/atypon/2.2/dtd/archivecustom-models.ent +818 -0
- data/lib/dtd/atypon/2.2/dtd/archivecustom-modules.ent +125 -0
- data/lib/dtd/atypon/2.2/dtd/articlemeta.ent +1883 -0
- data/lib/dtd/atypon/2.2/dtd/atypon-archivearticle.dtd +1116 -0
- data/lib/dtd/atypon/2.2/dtd/backmatter.ent +289 -0
- data/lib/dtd/atypon/2.2/dtd/catalog-v2.xml +590 -0
- data/lib/dtd/atypon/2.2/dtd/catalog.ent +183 -0
- data/lib/dtd/atypon/2.2/dtd/chars.ent +359 -0
- data/lib/dtd/atypon/2.2/dtd/common.ent +3230 -0
- data/lib/dtd/atypon/2.2/dtd/default-classes.ent +784 -0
- data/lib/dtd/atypon/2.2/dtd/default-mixes.ent +368 -0
- data/lib/dtd/atypon/2.2/dtd/display.ent +1528 -0
- data/lib/dtd/atypon/2.2/dtd/format.ent +418 -0
- data/lib/dtd/atypon/2.2/dtd/htmltable.dtd +334 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/atypon/2.2/dtd/issue.xml +226 -0
- data/lib/dtd/atypon/2.2/dtd/issuexml.dtd +236 -0
- data/lib/dtd/atypon/2.2/dtd/journalmeta.ent +326 -0
- data/lib/dtd/atypon/2.2/dtd/link.ent +523 -0
- data/lib/dtd/atypon/2.2/dtd/list.ent +496 -0
- data/lib/dtd/atypon/2.2/dtd/math.ent +336 -0
- data/lib/dtd/atypon/2.2/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/atypon/2.2/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/atypon/2.2/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/atypon/2.2/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/atypon/2.2/dtd/mathmlsetup.ent +280 -0
- data/lib/dtd/atypon/2.2/dtd/modules.ent +445 -0
- data/lib/dtd/atypon/2.2/dtd/nlmcitation.ent +124 -0
- data/lib/dtd/atypon/2.2/dtd/notat.ent +176 -0
- data/lib/dtd/atypon/2.2/dtd/oasis-exchange.ent +368 -0
- data/lib/dtd/atypon/2.2/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/atypon/2.2/dtd/para.ent +469 -0
- data/lib/dtd/atypon/2.2/dtd/phrase.ent +278 -0
- data/lib/dtd/atypon/2.2/dtd/references.ent +760 -0
- data/lib/dtd/atypon/2.2/dtd/section.ent +327 -0
- data/lib/dtd/atypon/2.2/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/atypon/2.2/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/atypon/2.2/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/atypon/2.2/dtd/xmlspecchars.ent +332 -0
- data/lib/dtd/atypon/3.0.0/dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/atypon/3.0.0/dtd/annotation3.ent +266 -0
- data/lib/dtd/atypon/3.0.0/dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivearticle3.dtd +636 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-classes3.ent +166 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-mixes3.ent +253 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-models3.ent +987 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-modules3.ent +123 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-elements.ent +207 -0
- data/lib/dtd/atypon/3.0.0/dtd/backmatter3.ent +275 -0
- data/lib/dtd/atypon/3.0.0/dtd/base-test3.dtd +714 -0
- data/lib/dtd/atypon/3.0.0/dtd/catalog-v3.xml +618 -0
- data/lib/dtd/atypon/3.0.0/dtd/catalog.ent +163 -0
- data/lib/dtd/atypon/3.0.0/dtd/chars3.ent +365 -0
- data/lib/dtd/atypon/3.0.0/dtd/common3.ent +2771 -0
- data/lib/dtd/atypon/3.0.0/dtd/default-classes3.ent +785 -0
- data/lib/dtd/atypon/3.0.0/dtd/default-mixes3.ent +292 -0
- data/lib/dtd/atypon/3.0.0/dtd/display3.ent +799 -0
- data/lib/dtd/atypon/3.0.0/dtd/format3.ent +384 -0
- data/lib/dtd/atypon/3.0.0/dtd/funding3.ent +342 -0
- data/lib/dtd/atypon/3.0.0/dtd/htmltable.dtd +334 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/atypon/3.0.0/dtd/issuexml.dtd +262 -0
- data/lib/dtd/atypon/3.0.0/dtd/journalmeta3.ent +278 -0
- data/lib/dtd/atypon/3.0.0/dtd/link3.ent +301 -0
- data/lib/dtd/atypon/3.0.0/dtd/list3.ent +314 -0
- data/lib/dtd/atypon/3.0.0/dtd/math3.ent +269 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/atypon/3.0.0/dtd/modules3.ent +414 -0
- data/lib/dtd/atypon/3.0.0/dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/atypon/3.0.0/dtd/notat3.ent +164 -0
- data/lib/dtd/atypon/3.0.0/dtd/oasis-exchange.ent +383 -0
- data/lib/dtd/atypon/3.0.0/dtd/oasis-tablesetup3.ent +261 -0
- data/lib/dtd/atypon/3.0.0/dtd/para3.ent +354 -0
- data/lib/dtd/atypon/3.0.0/dtd/phrase3.ent +332 -0
- data/lib/dtd/atypon/3.0.0/dtd/references3.ent +758 -0
- data/lib/dtd/atypon/3.0.0/dtd/related-object3.ent +130 -0
- data/lib/dtd/atypon/3.0.0/dtd/section3.ent +198 -0
- data/lib/dtd/atypon/3.0.0/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/atypon/3.0.0/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/atypon/3.0.0/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/atypon/3.0.0/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/atypon/3.0.0/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/atypon/3.0.0/dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/atypon/3.0.2/dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/atypon/3.0.2/dtd/annotation3.ent +266 -0
- data/lib/dtd/atypon/3.0.2/dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivearticle3.dtd +644 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-classes3.ent +178 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-mixes3.ent +253 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-models3.ent +986 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-modules3.ent +140 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-elements.ent +201 -0
- data/lib/dtd/atypon/3.0.2/dtd/backmatter3.ent +275 -0
- data/lib/dtd/atypon/3.0.2/dtd/base-test3.dtd +714 -0
- data/lib/dtd/atypon/3.0.2/dtd/catalog-v3.xml +618 -0
- data/lib/dtd/atypon/3.0.2/dtd/catalog.ent +98 -0
- data/lib/dtd/atypon/3.0.2/dtd/chars3.ent +365 -0
- data/lib/dtd/atypon/3.0.2/dtd/common3.ent +2771 -0
- data/lib/dtd/atypon/3.0.2/dtd/default-classes3.ent +785 -0
- data/lib/dtd/atypon/3.0.2/dtd/default-mixes3.ent +292 -0
- data/lib/dtd/atypon/3.0.2/dtd/display3.ent +799 -0
- data/lib/dtd/atypon/3.0.2/dtd/format3.ent +384 -0
- data/lib/dtd/atypon/3.0.2/dtd/funding3.ent +342 -0
- data/lib/dtd/atypon/3.0.2/dtd/htmltable.dtd +334 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/atypon/3.0.2/dtd/issuexml.dtd +262 -0
- data/lib/dtd/atypon/3.0.2/dtd/journalmeta3.ent +278 -0
- data/lib/dtd/atypon/3.0.2/dtd/link3.ent +301 -0
- data/lib/dtd/atypon/3.0.2/dtd/list3.ent +314 -0
- data/lib/dtd/atypon/3.0.2/dtd/math3.ent +269 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/atypon/3.0.2/dtd/modules3.ent +414 -0
- data/lib/dtd/atypon/3.0.2/dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/atypon/3.0.2/dtd/notat3.ent +164 -0
- data/lib/dtd/atypon/3.0.2/dtd/oasis-exchange.ent +387 -0
- data/lib/dtd/atypon/3.0.2/dtd/oasis-tablesetup3.ent +261 -0
- data/lib/dtd/atypon/3.0.2/dtd/para3.ent +354 -0
- data/lib/dtd/atypon/3.0.2/dtd/phrase3.ent +332 -0
- data/lib/dtd/atypon/3.0.2/dtd/references3.ent +758 -0
- data/lib/dtd/atypon/3.0.2/dtd/related-object3.ent +130 -0
- data/lib/dtd/atypon/3.0.2/dtd/section3.ent +198 -0
- data/lib/dtd/atypon/3.0.2/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/atypon/3.0.2/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/atypon/3.0.2/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/atypon/3.0.2/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/atypon/3.0.2/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/atypon/3.0.2/dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/atypon/3.0.6/dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/atypon/3.0.6/dtd/annotation3.ent +266 -0
- data/lib/dtd/atypon/3.0.6/dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivearticle3.dtd +645 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-classes3.ent +178 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-mixes3.ent +253 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-models3.ent +996 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-modules3.ent +140 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-elements.ent +206 -0
- data/lib/dtd/atypon/3.0.6/dtd/backmatter3.ent +275 -0
- data/lib/dtd/atypon/3.0.6/dtd/base-test3.dtd +714 -0
- data/lib/dtd/atypon/3.0.6/dtd/catalog-v3.xml +618 -0
- data/lib/dtd/atypon/3.0.6/dtd/catalog.ent +98 -0
- data/lib/dtd/atypon/3.0.6/dtd/chars3.ent +365 -0
- data/lib/dtd/atypon/3.0.6/dtd/common3.ent +2771 -0
- data/lib/dtd/atypon/3.0.6/dtd/default-classes3.ent +785 -0
- data/lib/dtd/atypon/3.0.6/dtd/default-mixes3.ent +292 -0
- data/lib/dtd/atypon/3.0.6/dtd/display3.ent +799 -0
- data/lib/dtd/atypon/3.0.6/dtd/ff +34 -0
- data/lib/dtd/atypon/3.0.6/dtd/format3.ent +384 -0
- data/lib/dtd/atypon/3.0.6/dtd/funding3.ent +342 -0
- data/lib/dtd/atypon/3.0.6/dtd/htmltable.dtd +334 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/atypon/3.0.6/dtd/issuexml.dtd +262 -0
- data/lib/dtd/atypon/3.0.6/dtd/journalmeta3.ent +278 -0
- data/lib/dtd/atypon/3.0.6/dtd/link3.ent +301 -0
- data/lib/dtd/atypon/3.0.6/dtd/list3.ent +314 -0
- data/lib/dtd/atypon/3.0.6/dtd/math3.ent +269 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/atypon/3.0.6/dtd/modules3.ent +414 -0
- data/lib/dtd/atypon/3.0.6/dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/atypon/3.0.6/dtd/notat3.ent +164 -0
- data/lib/dtd/atypon/3.0.6/dtd/oasis-exchange.ent +387 -0
- data/lib/dtd/atypon/3.0.6/dtd/oasis-tablesetup3.ent +261 -0
- data/lib/dtd/atypon/3.0.6/dtd/para3.ent +354 -0
- data/lib/dtd/atypon/3.0.6/dtd/phrase3.ent +332 -0
- data/lib/dtd/atypon/3.0.6/dtd/references3.ent +758 -0
- data/lib/dtd/atypon/3.0.6/dtd/related-object3.ent +130 -0
- data/lib/dtd/atypon/3.0.6/dtd/section3.ent +198 -0
- data/lib/dtd/atypon/3.0.6/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/atypon/3.0.6/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/atypon/3.0.6/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/atypon/3.0.6/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/atypon/3.0.6/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/atypon/3.0.6/dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/jats/0.4/dtd/JATS-XHTMLtablesetup0.ent +313 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-article0.dtd +689 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-custom-classes0.ent +197 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-custom-mixes0.ent +282 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-custom-modules0.ent +155 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivearticle0.dtd +711 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-classes0.ent +163 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-mixes0.ent +280 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-models0.ent +1023 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-modules0.ent +148 -0
- data/lib/dtd/jats/0.4/dtd/JATS-articlemeta0.ent +1734 -0
- data/lib/dtd/jats/0.4/dtd/JATS-backmatter0.ent +310 -0
- data/lib/dtd/jats/0.4/dtd/JATS-chars0.ent +446 -0
- data/lib/dtd/jats/0.4/dtd/JATS-common0.ent +3207 -0
- data/lib/dtd/jats/0.4/dtd/JATS-default-classes0.ent +881 -0
- data/lib/dtd/jats/0.4/dtd/JATS-default-mixes0.ent +319 -0
- data/lib/dtd/jats/0.4/dtd/JATS-display0.ent +839 -0
- data/lib/dtd/jats/0.4/dtd/JATS-format0.ent +544 -0
- data/lib/dtd/jats/0.4/dtd/JATS-funding0.ent +440 -0
- data/lib/dtd/jats/0.4/dtd/JATS-journalmeta0.ent +352 -0
- data/lib/dtd/jats/0.4/dtd/JATS-link0.ent +341 -0
- data/lib/dtd/jats/0.4/dtd/JATS-list0.ent +393 -0
- data/lib/dtd/jats/0.4/dtd/JATS-math0.ent +307 -0
- data/lib/dtd/jats/0.4/dtd/JATS-mathmlsetup0.ent +266 -0
- data/lib/dtd/jats/0.4/dtd/JATS-modules0.ent +443 -0
- data/lib/dtd/jats/0.4/dtd/JATS-nlmcitation0.ent +173 -0
- data/lib/dtd/jats/0.4/dtd/JATS-notat0.ent +193 -0
- data/lib/dtd/jats/0.4/dtd/JATS-oasis-tablesetup0.ent +290 -0
- data/lib/dtd/jats/0.4/dtd/JATS-para0.ent +388 -0
- data/lib/dtd/jats/0.4/dtd/JATS-phrase0.ent +415 -0
- data/lib/dtd/jats/0.4/dtd/JATS-references0.ent +888 -0
- data/lib/dtd/jats/0.4/dtd/JATS-related-object0.ent +159 -0
- data/lib/dtd/jats/0.4/dtd/JATS-section0.ent +225 -0
- data/lib/dtd/jats/0.4/dtd/JATS-xmlspecchars0.ent +312 -0
- data/lib/dtd/jats/0.4/dtd/Smallsamples/samplesmall-archive0-oasis.xml +182 -0
- data/lib/dtd/jats/0.4/dtd/Smallsamples/samplesmall-archive0.xml +227 -0
- data/lib/dtd/jats/0.4/dtd/catalog-jats-v0.xml +642 -0
- data/lib/dtd/jats/0.4/dtd/catalog-test-v0.xml +642 -0
- data/lib/dtd/jats/0.4/dtd/catalog.ent +182 -0
- data/lib/dtd/jats/0.4/dtd/htmltable.dtd +334 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/0.4/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/0.4/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/0.4/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/jats/0.4/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/jats/0.4/dtd/oasis-exchange.ent +384 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-XHTMLtablesetup0.ent.rng +301 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-archivearticle0.rng +363 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-archivecustom-classes0.ent.rng +178 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-archivecustom-mixes0.ent.rng +302 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-archivecustom-models0.ent.rng +1549 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-articlemeta0.ent.rng +2221 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-backmatter0.ent.rng +372 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-chars0.ent.rng +498 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-common0.ent.rng +4253 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-default-classes0.ent.rng +1131 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-default-mixes0.ent.rng +279 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-display0.ent.rng +1139 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-format0.ent.rng +702 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-funding0.ent.rng +540 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-journalmeta0.ent.rng +442 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-link0.ent.rng +438 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-list0.ent.rng +490 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-math0.ent.rng +370 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-mathmlsetup0.ent.rng +231 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-nlmcitation0.ent.rng +269 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-para0.ent.rng +520 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-phrase0.ent.rng +468 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-references0.ent.rng +1146 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-related-object0.ent.rng +178 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-section0.ent.rng +252 -0
- data/lib/dtd/jats/0.4/dtd/rng/mathml2-qname-1.mod.rng +63 -0
- data/lib/dtd/jats/0.4/dtd/rng/mathml2.rng +3320 -0
- data/lib/dtd/jats/0.4/dtd/rng/xhtml-inlstyle-1.mod.rng +37 -0
- data/lib/dtd/jats/0.4/dtd/rng/xhtml-table-1.mod.rng +430 -0
- data/lib/dtd/jats/0.4/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/0.4/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/0.4/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/0.4/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/0.4/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/0.4/dtd/xsd/JATS-archivearticle0.xsd +8846 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/CVS/Entries +4 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/CVS/Repository +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/CVS/Root +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/CVS/Entries +4 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/CVS/Repository +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/CVS/Root +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd +45 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/math.xsd +126 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/xlink-href.xsd +20 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/CVS/Entries +16 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/CVS/Repository +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/CVS/Root +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/arith.xsd +90 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/calculus.xsd +146 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/common-attrib.xsd +30 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/constants.xsd +83 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/constructs.xsd +260 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/elementary-functions.xsd +117 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/functions.xsd +73 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/linear-algebra.xsd +173 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/logic.xsd +53 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd +55 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/semantics.xsd +85 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/sets.xsd +236 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/statistics.xsd +136 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/tokens.xsd +120 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/tokens.xsd.~1.3.~ +119 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/vector-calculus.xsd +88 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/mathml2.xsd +59 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/CVS/Entries +12 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/CVS/Repository +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/CVS/Root +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/action.xsd +44 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/characters.xsd +37 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/common-attribs.xsd +113 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/common-types.xsd +103 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/error.xsd +40 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/layout.xsd +195 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/scripts.xsd +186 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/space.xsd +52 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/style.xsd +69 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/table.xsd +216 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/tokens.xsd +124 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/readme.txt +17 -0
- data/lib/dtd/jats/0.4/dtd/xsd/xlink.xsd +37 -0
- data/lib/dtd/jats/0.4/dtd/xsd/xml.xsd +15 -0
- data/lib/dtd/jats/1.0/dtd/JATS-XHTMLtablesetup1.ent +342 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archive-oasis-article1.dtd +734 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archive-oasis-custom-classes1.ent +271 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archive-oasis-custom-modules1.ent +221 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivearticle1.dtd +695 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-classes1.ent +242 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-mixes1.ent +357 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-models1.ent +1119 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-modules1.ent +216 -0
- data/lib/dtd/jats/1.0/dtd/JATS-articlemeta1.ent +1663 -0
- data/lib/dtd/jats/1.0/dtd/JATS-backmatter1.ent +318 -0
- data/lib/dtd/jats/1.0/dtd/JATS-base-test1.dtd +773 -0
- data/lib/dtd/jats/1.0/dtd/JATS-chars1.ent +455 -0
- data/lib/dtd/jats/1.0/dtd/JATS-common1.ent +3622 -0
- data/lib/dtd/jats/1.0/dtd/JATS-default-classes1.ent +1049 -0
- data/lib/dtd/jats/1.0/dtd/JATS-default-mixes1.ent +390 -0
- data/lib/dtd/jats/1.0/dtd/JATS-display1.ent +837 -0
- data/lib/dtd/jats/1.0/dtd/JATS-format1.ent +551 -0
- data/lib/dtd/jats/1.0/dtd/JATS-funding1.ent +467 -0
- data/lib/dtd/jats/1.0/dtd/JATS-journalmeta1.ent +371 -0
- data/lib/dtd/jats/1.0/dtd/JATS-link1.ent +344 -0
- data/lib/dtd/jats/1.0/dtd/JATS-list1.ent +403 -0
- data/lib/dtd/jats/1.0/dtd/JATS-math1.ent +318 -0
- data/lib/dtd/jats/1.0/dtd/JATS-mathmlsetup1.ent +281 -0
- data/lib/dtd/jats/1.0/dtd/JATS-modules1.ent +481 -0
- data/lib/dtd/jats/1.0/dtd/JATS-nlmcitation1.ent +215 -0
- data/lib/dtd/jats/1.0/dtd/JATS-notat1.ent +208 -0
- data/lib/dtd/jats/1.0/dtd/JATS-oasis-namespace1.ent +181 -0
- data/lib/dtd/jats/1.0/dtd/JATS-oasis-namespace1a.ent +191 -0
- data/lib/dtd/jats/1.0/dtd/JATS-oasis-tablesetup1.ent +295 -0
- data/lib/dtd/jats/1.0/dtd/JATS-para1.ent +395 -0
- data/lib/dtd/jats/1.0/dtd/JATS-phrase1.ent +431 -0
- data/lib/dtd/jats/1.0/dtd/JATS-references1.ent +1001 -0
- data/lib/dtd/jats/1.0/dtd/JATS-related-object1.ent +214 -0
- data/lib/dtd/jats/1.0/dtd/JATS-section1.ent +238 -0
- data/lib/dtd/jats/1.0/dtd/JATS-xmlspecchars1.ent +343 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/sample-archive-oasis-and-html1.xml +183 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/sample-archive-oasis-table1.xml +161 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplepub-oasis-and-xhtml1.xml +93 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplepub-oasis-table1.xml +156 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplesmall-archive1.xml +299 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplesmall-base1.xml +1 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplesmall-pub1.xml +151 -0
- data/lib/dtd/jats/1.0/dtd/catalog-jats-v1.xml +771 -0
- data/lib/dtd/jats/1.0/dtd/catalog-test-jats-v1.xml +771 -0
- data/lib/dtd/jats/1.0/dtd/catalog.ent +220 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.0/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.0/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.0/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/jats/1.0/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/jats/1.0/dtd/oasis-exchange.ent +399 -0
- data/lib/dtd/jats/1.0/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.0/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.0/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.0/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.0/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-XHTMLtablesetup1.ent +501 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-ali-namespace1.ent +154 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivearticle1.dtd +854 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-classes1.ent +291 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-mixes1.ent +420 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-models1.ent +1339 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-modules1.ent +266 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-articlemeta1.ent +1817 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-backmatter1.ent +393 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-chars1.ent +525 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-common-atts1.ent +221 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-common1.ent +4273 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-default-classes1.ent +1277 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-default-mixes1.ent +455 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-display1.ent +1000 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-format1.ent +858 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-funding1.ent +547 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-journalmeta1.ent +454 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-link1.ent +416 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-list1.ent +494 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-math1.ent +402 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-mathmlsetup1.ent +348 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-modules1.ent +584 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-nlmcitation1.ent +285 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-notat1.ent +269 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-para1.ent +481 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-phrase1.ent +502 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-references1.ent +1205 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-related-object1.ent +283 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-section1.ent +324 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-xmlspecchars1.ent +389 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/catalog-jats-v1-1-no-base.xml +946 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/catalog-jats-v1-1-with-base.xml +951 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/mathml2.dtd +2206 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-XHTMLtablesetup1.ent +501 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-ali-namespace1.ent +154 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivearticle1-mathml3.dtd +867 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-classes1.ent +291 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-mixes1.ent +420 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-models1.ent +1339 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-modules1.ent +266 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-articlemeta1.ent +1817 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-backmatter1.ent +393 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-chars1.ent +525 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-common-atts1.ent +221 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-common1.ent +4273 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-default-classes1.ent +1277 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-default-mixes1.ent +455 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-display1.ent +1000 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-format1.ent +858 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-funding1.ent +547 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-journalmeta1.ent +454 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-link1.ent +416 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-list1.ent +494 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-math1.ent +402 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-mathml3-mathmlsetup1.ent +350 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-mathml3-modules1.ent +190 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-modules1.ent +584 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-nlmcitation1.ent +285 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-notat1.ent +269 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-para1.ent +481 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-phrase1.ent +502 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-references1.ent +1205 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-related-object1.ent +283 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-section1.ent +324 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-xmlspecchars1.ent +389 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/catalog-jats-v1-1-no-base.xml +946 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/catalog-jats-v1-1-with-base.xml +951 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/mathml3-qname1.mod +294 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/mathml3.dtd +1682 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-XHTMLtablesetup1.ent +501 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-ali-namespace1.ent +154 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archive-oasis-article1.dtd +894 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archive-oasis-custom-classes1.ent +326 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archive-oasis-custom-modules1.ent +269 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archivecustom-mixes1.ent +420 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archivecustom-models1.ent +1339 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-articlemeta1.ent +1817 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-backmatter1.ent +393 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-chars1.ent +525 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-common-atts1.ent +221 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-common1.ent +4273 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-default-classes1.ent +1277 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-default-mixes1.ent +455 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-display1.ent +1000 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-format1.ent +858 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-funding1.ent +547 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-journalmeta1.ent +454 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-link1.ent +416 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-list1.ent +494 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-math1.ent +402 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-mathmlsetup1.ent +348 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-modules1.ent +584 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-nlmcitation1.ent +285 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-notat1.ent +269 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-oasis-namespace1.ent +223 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-oasis-tablesetup1.ent +409 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-para1.ent +481 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-phrase1.ent +502 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-references1.ent +1205 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-related-object1.ent +283 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-section1.ent +324 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-xmlspecchars1.ent +389 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/catalog-jats-v1-1-no-base.xml +946 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/catalog-jats-v1-1-with-base.xml +951 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml2.dtd +2206 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/oasis-exchange.ent +449 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-XHTMLtablesetup1.ent +501 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-ali-namespace1.ent +154 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archive-oasis-article1-mathml3.dtd +911 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archive-oasis-custom-classes1.ent +326 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archive-oasis-custom-modules1.ent +269 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archivecustom-mixes1.ent +420 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archivecustom-models1.ent +1339 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-articlemeta1.ent +1817 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-backmatter1.ent +393 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-chars1.ent +525 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-common-atts1.ent +221 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-common1.ent +4273 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-default-classes1.ent +1277 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-default-mixes1.ent +455 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-display1.ent +1000 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-format1.ent +858 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-funding1.ent +547 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-journalmeta1.ent +454 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-link1.ent +416 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-list1.ent +494 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-math1.ent +402 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-mathml3-mathmlsetup1.ent +350 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-mathml3-modules1.ent +190 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-modules1.ent +584 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-nlmcitation1.ent +285 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-notat1.ent +269 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-oasis-namespace1.ent +223 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-oasis-tablesetup1.ent +409 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-para1.ent +481 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-phrase1.ent +502 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-references1.ent +1205 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-related-object1.ent +283 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-section1.ent +324 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-xmlspecchars1.ent +389 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/catalog-jats-v1-1-no-base.xml +946 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/catalog-jats-v1-1-with-base.xml +951 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml3-qname1.mod +294 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml3.dtd +1682 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/oasis-exchange.ent +449 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/errors.rb +21 -0
- data/lib/xml_jats_resolver.rb +64 -0
- data/xml_jats_resolver.gemspec +24 -0
- metadata +1396 -0
@@ -0,0 +1,1991 @@
|
|
1
|
+
<!-- ============================================================= -->
|
2
|
+
<!-- MODULE: Journal Article Metadata Elements -->
|
3
|
+
<!-- VERSION: 2.3 -->
|
4
|
+
<!-- DATE: February 2007 -->
|
5
|
+
<!-- -->
|
6
|
+
<!-- ============================================================= -->
|
7
|
+
|
8
|
+
<!-- ============================================================= -->
|
9
|
+
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
|
10
|
+
<!-- TYPICAL INVOCATION -->
|
11
|
+
<!--
|
12
|
+
"-//NLM//DTD Archiving and Interchange DTD Suite Journal Article Metadata Elements v2.3 20070202//EN"
|
13
|
+
Delivered as file "articlemeta.ent" -->
|
14
|
+
<!-- ============================================================= -->
|
15
|
+
|
16
|
+
<!-- ============================================================= -->
|
17
|
+
<!-- SYSTEM: Archiving and Interchange DTD Suite -->
|
18
|
+
<!-- -->
|
19
|
+
<!-- PURPOSE: Names all elements used to describe the journal -->
|
20
|
+
<!-- in which the journal article is published. -->
|
21
|
+
<!-- -->
|
22
|
+
<!-- CONTAINS: 1. Article element parameter entity -->
|
23
|
+
<!-- 2. Article metadata elements in alphabetical -->
|
24
|
+
<!-- order -->
|
25
|
+
<!-- -->
|
26
|
+
<!-- CREATED FOR: -->
|
27
|
+
<!-- Digital archives and publishers who wish to -->
|
28
|
+
<!-- create a custom XML DTD for original markup of -->
|
29
|
+
<!-- journal literature, books, and related material, -->
|
30
|
+
<!-- or for archiving and transferring such material -->
|
31
|
+
<!-- between archives. -->
|
32
|
+
<!-- -->
|
33
|
+
<!-- This DTD is in the public domain. An organization -->
|
34
|
+
<!-- that wishes to create its own DTD from the suite -->
|
35
|
+
<!-- may do so without permission from NLM. -->
|
36
|
+
<!-- -->
|
37
|
+
<!-- The suite has been set up to be extended using a -->
|
38
|
+
<!-- new DTD file and a new DTD-specific customization -->
|
39
|
+
<!-- module to redefine the many Parameter Entities. -->
|
40
|
+
<!-- Do not modify the suite directly or redistribute -->
|
41
|
+
<!-- modified versions of the suite. -->
|
42
|
+
<!-- -->
|
43
|
+
<!-- In the interest of maintaining consistency and -->
|
44
|
+
<!-- clarity for potential users, NLM requests: -->
|
45
|
+
<!-- -->
|
46
|
+
<!-- 1. If you create a DTD from the Archiving and -->
|
47
|
+
<!-- Interchange DTD Suite and intend to stay -->
|
48
|
+
<!-- compatible with the suite, then please include -->
|
49
|
+
<!-- the following statement as a comment in all of -->
|
50
|
+
<!-- your DTD modules: -->
|
51
|
+
<!-- "Created from, and fully compatible with, -->
|
52
|
+
<!-- the Archiving and Interchange DTD Suite." -->
|
53
|
+
<!-- -->
|
54
|
+
<!-- 2. If you alter one or more modules of the suite, -->
|
55
|
+
<!-- then please rename your version and all its -->
|
56
|
+
<!-- modules to avoid any confusion with the -->
|
57
|
+
<!-- original suite. Also, please include the -->
|
58
|
+
<!-- following statement as a comment in all your -->
|
59
|
+
<!-- DTD modules: -->
|
60
|
+
<!-- "Based in part on, but not fully compatible -->
|
61
|
+
<!-- with, the Archiving and Interchange DTD -->
|
62
|
+
<!-- Suite." -->
|
63
|
+
<!-- -->
|
64
|
+
<!-- Suggestions for refinements and enhancements to -->
|
65
|
+
<!-- the DTD suite should be sent in email to: -->
|
66
|
+
<!-- archive-dtd@ncbi.nlm.nih.gov -->
|
67
|
+
<!-- -->
|
68
|
+
<!-- ORIGINAL CREATION DATE: -->
|
69
|
+
<!-- December 2002 -->
|
70
|
+
<!-- -->
|
71
|
+
<!-- CREATED BY: Jeff Beck (NCBI) -->
|
72
|
+
<!-- Deborah Lapeyre (Mulberry Technologies, Inc.) -->
|
73
|
+
<!-- Bruce Rosenblum (Inera Inc.) -->
|
74
|
+
<!-- -->
|
75
|
+
<!-- NLM thanks the Harvard University Libraries, both -->
|
76
|
+
<!-- for proposing that a draft archiving NLM DTD for -->
|
77
|
+
<!-- life sciences journals be extended to accommodate -->
|
78
|
+
<!-- journals in all disciplines and for sponsoring -->
|
79
|
+
<!-- Bruce Rosenblum's collaboration with other DTD -->
|
80
|
+
<!-- authors in completing Version 1.0. The Andrew W. -->
|
81
|
+
<!-- Mellon Foundation provided support for these -->
|
82
|
+
<!-- important contributions. -->
|
83
|
+
<!-- -->
|
84
|
+
<!-- ============================================================= -->
|
85
|
+
|
86
|
+
|
87
|
+
<!-- ============================================================= -->
|
88
|
+
<!-- DTD VERSION/CHANGE HISTORY -->
|
89
|
+
<!-- ============================================================= -->
|
90
|
+
<!--
|
91
|
+
|
92
|
+
=============================================================
|
93
|
+
|
94
|
+
Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
|
95
|
+
|
96
|
+
=============================================================
|
97
|
+
Version 2.3 (DAL/BTU) v2.3 (2007-02-02)
|
98
|
+
|
99
|
+
Enhancement Release (2.3) following the Working Group meetings
|
100
|
+
of Oct-Nov/2006-Jan/2007. No backward-incompatible changes.
|
101
|
+
Archiving loosened even more. New structures for all the DTDs.
|
102
|
+
|
103
|
+
26. NEW TYPE ATTRIBUTES - Added "content-type" attribute to the
|
104
|
+
following elements
|
105
|
+
- author-comment
|
106
|
+
- conf-num
|
107
|
+
- conf-sponsor
|
108
|
+
- conf-theme
|
109
|
+
- contrib-group
|
110
|
+
- corresp
|
111
|
+
- degrees
|
112
|
+
- self-uri (new PE self-uri-atts)
|
113
|
+
- series-title (new PE (new PE series-title-atts)
|
114
|
+
- series-text (new PE (new PE series-text-atts)
|
115
|
+
- subject (new PE (new PE subject-atts)
|
116
|
+
- subtitle
|
117
|
+
|
118
|
+
25. SUPPLEMENT - Added <title> and <contrib-group> to <supplement>
|
119
|
+
using the new class -%other-meta.class;
|
120
|
+
|
121
|
+
24. PRODUCT - Added <size> to -product-elements
|
122
|
+
|
123
|
+
23. NEW ID ATTRIBUTES - Added an "id" attribute of type ID to the
|
124
|
+
following elements:
|
125
|
+
- abstract
|
126
|
+
- author-comment (new author-comment-atts)
|
127
|
+
- contrib-group (new contrib-group-atts)
|
128
|
+
- product
|
129
|
+
- trans-abstract
|
130
|
+
|
131
|
+
22. NEW PARAMETER ENTITIES
|
132
|
+
|
133
|
+
a. Added a new PE pub-date-model to be used instead of the
|
134
|
+
date-model for the model of <pub-date>. For Blue and the
|
135
|
+
defaults, it will be set to the PE date-model, so
|
136
|
+
there is no model change. For Green, it will have <season>
|
137
|
+
added.
|
138
|
+
|
139
|
+
b. Added parameter entities for the content models of:
|
140
|
+
- article-categories
|
141
|
+
- subject-group
|
142
|
+
|
143
|
+
c. Added parameter entities for the attribute lists of:
|
144
|
+
- author-notes
|
145
|
+
- author-comment
|
146
|
+
- conf-num
|
147
|
+
- conf-sponsor
|
148
|
+
- conf-theme
|
149
|
+
- corresp
|
150
|
+
- degrees
|
151
|
+
- kwd
|
152
|
+
- self-uri
|
153
|
+
- series-title
|
154
|
+
- series-text
|
155
|
+
- subject
|
156
|
+
- subtitle
|
157
|
+
|
158
|
+
21. ARTICLE METADATA MODEL - Added <grant-num> and
|
159
|
+
<grant-sponsor> to the contents of <article-meta>. This is a
|
160
|
+
temporary insertion for version 2.3. A more structured model
|
161
|
+
for grant material and sponsorship is expected to be introduced
|
162
|
+
in version 3.0.
|
163
|
+
|
164
|
+
|
165
|
+
20. Updated public identifier to "v2.3 20070202//EN"
|
166
|
+
|
167
|
+
=============================================================
|
168
|
+
Version 2.2 (DAL/BTU) v2.2 (2006-04-30)
|
169
|
+
|
170
|
+
Backwards-compatible changes to meet operational needs.
|
171
|
+
Typical changes include adding attribute values and making
|
172
|
+
required elements optional.
|
173
|
+
|
174
|
+
20. CUSTOM META WRAP ATTRIBUTES - Moved %custom-meta-atts; from
|
175
|
+
this module to common.
|
176
|
+
|
177
|
+
19. PRICE - New <price> element added to <product>.
|
178
|
+
|
179
|
+
18. Updated public identifier to "v2.3 20070202//EN"
|
180
|
+
|
181
|
+
=============================================================
|
182
|
+
Version 2.1 (DAL/BTU) v2.1 (2005-06-30)
|
183
|
+
|
184
|
+
Changed to MathML 2.0 and MathML 2.0 Character Sets
|
185
|
+
Added new material requested by the online list
|
186
|
+
|
187
|
+
|
188
|
+
17. SUBTITLE - Added xml:lang attribute to <subtitle>
|
189
|
+
|
190
|
+
16. TRANS-SUBTITLE - Added optional <trans-subtitle> element to
|
191
|
+
to <article-meta> model through -%title-group-model;
|
192
|
+
|
193
|
+
15. PERMISSIONS - Added a new <permissions> wrapper element to
|
194
|
+
consolidate copyright and licensing information. For backwards
|
195
|
+
compatibility, the new element will be added alongside the
|
196
|
+
existing copyright elements. Best practice will be to use the
|
197
|
+
new container, but <copyright-statement>, <copyright-year>,
|
198
|
+
and <license> will be accepted in their old positions inside
|
199
|
+
<article-meta>
|
200
|
+
- Added <permissions> to <article-meta> model
|
201
|
+
- Added <copyright-holder> to <permissions>
|
202
|
+
- Moved <copyright-year> to the common module
|
203
|
+
- Moved <license> to common module
|
204
|
+
- Moved -%license-atts; to common module
|
205
|
+
- Moved -%license-model; to common module
|
206
|
+
|
207
|
+
14. Updated public identifier to "v2.3 20070202"
|
208
|
+
|
209
|
+
=============================================================
|
210
|
+
Version 2.0 (DAL/BTU) v2.0 (2004-08-30)
|
211
|
+
|
212
|
+
|
213
|
+
Major requirement changes led to the new release, producing
|
214
|
+
DTD version "2.0":
|
215
|
+
a) The splitting of the Archival and Interchange Tag Set
|
216
|
+
DTDs into three DTDs from two: an authoring DTD, an
|
217
|
+
archive regularization and interchange DTD (the
|
218
|
+
current Blue Publishing DTD), and a preservationist
|
219
|
+
archive DTD (the current Green Archiving and Interchange
|
220
|
+
DTD).
|
221
|
+
b) AIT Working Group suggestions from the June 04 meeting
|
222
|
+
and June/July 2004 followup discussions
|
223
|
+
c) Suite remodularization to meet new (and newly articulated)
|
224
|
+
modularization requirements
|
225
|
+
d) New or renamed classes and mixes to make modifications
|
226
|
+
easier and more consistent
|
227
|
+
|
228
|
+
13. CONTRACT NAME/CONTRACT SPONSOR ATTRIBUTES - Added new attributes
|
229
|
+
to both these elements through a new PE %contract-atts;:
|
230
|
+
- id (ID)
|
231
|
+
- rid (IDREFS)
|
232
|
+
- %might-link-atts;
|
233
|
+
|
234
|
+
12. ROLE ELEMENT
|
235
|
+
a. Added to the model for <citation>
|
236
|
+
b. Therefore the element declaration for <role> was
|
237
|
+
moved from this module into the common module.
|
238
|
+
|
239
|
+
11. DEFAULT ARTICLE-META-MODEL - Added the following
|
240
|
+
elements to -%article-meta-model;:
|
241
|
+
Existing elements:
|
242
|
+
- <email>
|
243
|
+
New elements:
|
244
|
+
- <license> (for now, just a bucket into which to
|
245
|
+
dump license-related material until the AIT Workgroup
|
246
|
+
does more analysis
|
247
|
+
- <issue-id> (existing <issue> means issue number)
|
248
|
+
- <issue-title> (for special title or theme)
|
249
|
+
- <page-range>
|
250
|
+
- <volume-id> (existing <volume> means volume number)
|
251
|
+
- <custom-meta-wrap> Which is a wrapper element used to hold
|
252
|
+
name/value pairs for metadata elements that are in source
|
253
|
+
material but were never envisioned by this DTD.
|
254
|
+
|
255
|
+
10. CONTRIBUTOR / CONTRIBUTOR GROUP
|
256
|
+
a. Made model into Parameter Entity %contrib-model;
|
257
|
+
b. Allowed <string-name> as an alternative to <name>
|
258
|
+
c. Allowed <degrees> to follow either <name> or
|
259
|
+
<string-name>
|
260
|
+
d. Moved <etal> to %contrib-info.class; to solve \
|
261
|
+
classing problems
|
262
|
+
e. Added footnote <fn> to %contrib-info.class;
|
263
|
+
|
264
|
+
9. STRING NAME
|
265
|
+
a. Created a new element <string-name> for names that
|
266
|
+
do not follow the former, strict personal name model.
|
267
|
+
|
268
|
+
b. Allowed <string-name> to be used anywhere <name> is
|
269
|
+
used. Inside
|
270
|
+
- <product> (by adding to %references.class; used in
|
271
|
+
%product-elements;)
|
272
|
+
- <contrib> (by adding to %name.class; used in
|
273
|
+
%contrib-model;)
|
274
|
+
|
275
|
+
8. DOI - added to elements by request of AIT WG. Elements with
|
276
|
+
DOIs are those a publisher could expect to sell or handle
|
277
|
+
separately. DOI added to: (using <object-id> element)
|
278
|
+
- <abstract> (through %abstract-model;)
|
279
|
+
|
280
|
+
7. COMPLETE MODELS WHEN OVER-RIDING A MODEL
|
281
|
+
(for all Parameter Entities suffixed "-model")
|
282
|
+
### Customization Alert ###
|
283
|
+
Added internal parenthesis to Parameter Entity and removed
|
284
|
+
them from Element Declaration for:
|
285
|
+
- %abstract-model;
|
286
|
+
- %article-meta-model;
|
287
|
+
- %author-notes-model;
|
288
|
+
- %contrib-group-model;
|
289
|
+
- %contrib-model;
|
290
|
+
- %counts-model;
|
291
|
+
- %date-model;
|
292
|
+
- %title-group-model;
|
293
|
+
- %trans-abstract-model;
|
294
|
+
|
295
|
+
6. RENAMED CONTENT MODEL PARAMETER ENTITY
|
296
|
+
### Customization Alert ###
|
297
|
+
- %author-notes-elements; ==> -%author-notes-model;
|
298
|
+
|
299
|
+
5. PARAMETER ENTITIES FOR CLASSES/MIXES/ATT LISTS
|
300
|
+
a. RENAMED CLASSES
|
301
|
+
### Customization Alert ###
|
302
|
+
Not all class names ended in the ".class" suffix.
|
303
|
+
Changed the following to add that suffix:
|
304
|
+
- %address-elements; (renamed -%address.class;!)
|
305
|
+
used in -%corresp-elements;
|
306
|
+
- %contrib-info.class; used in -%contrib-group-model;
|
307
|
+
and in -%contrib-model;
|
308
|
+
- %inline-math.class; used in -%subject-elements;
|
309
|
+
and in -%kwd-elements; (via %all-phrase;)
|
310
|
+
|
311
|
+
b. DEFAULT CLASSES - Were moved from this module to
|
312
|
+
the module -%default-classes.ent;
|
313
|
+
|
314
|
+
c. NEW PARAMETER ENTITIES - To correct potential classing
|
315
|
+
problems, new Parameter Entities were created. The following
|
316
|
+
PEs and models were changed to use these new PEs:
|
317
|
+
New Content model PEs:
|
318
|
+
- %date.class; in %history-elements;
|
319
|
+
- %kwd.class; in %kwd-group-model;
|
320
|
+
- %just-para.class; in <author-comment>
|
321
|
+
|
322
|
+
- %author-comments; in <author-comments>
|
323
|
+
- %contrib-model; in <contrib>
|
324
|
+
- %history-model; in <history>
|
325
|
+
- %kwd-group-model; in <kwd-group>
|
326
|
+
|
327
|
+
- In <author-notes> "(corresp | fn)+" was replaced
|
328
|
+
with the %fn-link.class; and the new class
|
329
|
+
-%corresp.class;)
|
330
|
+
|
331
|
+
New Attribute List PEs:
|
332
|
+
- %article-id-atts; for <article-id>
|
333
|
+
|
334
|
+
New mix PEs
|
335
|
+
- %degrees-elements; in <degrees>
|
336
|
+
- %on-behalf-of-elements; in <on-behalf-of>
|
337
|
+
- %self-uri-elements; in <self-uri>
|
338
|
+
- %series-text-elements; in <series-text>
|
339
|
+
- %series-title-elements; in <series-title>
|
340
|
+
|
341
|
+
d. LINK CLASSES - Replaced %link.class; in the PE
|
342
|
+
-%product-elements; with the following classes
|
343
|
+
(no DTD change, just parameterization):
|
344
|
+
- %simple-link.class; (the internal links, same)
|
345
|
+
- %article-link.class; (links for journal article)
|
346
|
+
|
347
|
+
4. Updated public identifier to "v2.3 20070202"
|
348
|
+
|
349
|
+
=============================================================
|
350
|
+
Version 1.1 (TRG) v1.1 (2003-11-01)
|
351
|
+
|
352
|
+
3. Added element <label> to content model of element <author-notes>
|
353
|
+
(via %author-notes-elements;)
|
354
|
+
Rationale: To allow label as a format override
|
355
|
+
|
356
|
+
2. Created parameter entity %author-notes-elements; to hold
|
357
|
+
contents of <author-notes>
|
358
|
+
Rationale: In order to distinguish between models used by
|
359
|
+
the Archiving DTD and the Publishing DTD, it was necessary
|
360
|
+
to create a parameter entity that could be overridden.
|
361
|
+
|
362
|
+
1. Added parameter entity %label.class; to parameter
|
363
|
+
%corresp-elements;
|
364
|
+
Rationale: To allow label as a format override
|
365
|
+
-->
|
366
|
+
|
367
|
+
|
368
|
+
<!-- ============================================================= -->
|
369
|
+
<!-- PARAMETER ENTITY DEPENDENCIES
|
370
|
+
Requires the following parameter entities
|
371
|
+
be defined before calling this module,
|
372
|
+
usually accomplished in the Customization
|
373
|
+
Module for the specific DTD:
|
374
|
+
Classes and Mixes
|
375
|
+
- %address.class;
|
376
|
+
- %break.class;
|
377
|
+
- %conference.class;
|
378
|
+
- %contrib-info.class;
|
379
|
+
- %emphasis.class;
|
380
|
+
- %inline-display.class;
|
381
|
+
- %inline-math.class;
|
382
|
+
- %just-rendition;
|
383
|
+
- %references.class;
|
384
|
+
- %rendition-plus;
|
385
|
+
- %simple-link.class;
|
386
|
+
- %simple-phrase;
|
387
|
+
- %simple-text;
|
388
|
+
- %subsup.class;
|
389
|
+
- %title-elements;
|
390
|
+
Complete Content Models
|
391
|
+
- %article-meta-model;
|
392
|
+
- %date-model;
|
393
|
+
- %sec-opt-title-model;
|
394
|
+
Attribute Values
|
395
|
+
- %pub-id-types;
|
396
|
+
Attribute Lists
|
397
|
+
- %might-link-atts;
|
398
|
+
-->
|
399
|
+
<!-- ============================================================= -->
|
400
|
+
|
401
|
+
|
402
|
+
<!-- ============================================================= -->
|
403
|
+
<!-- PARAMETER ENTITIES FOR ATTRIBUTE VALUES -->
|
404
|
+
<!-- ============================================================= -->
|
405
|
+
|
406
|
+
|
407
|
+
<!-- PUBLICATION TYPES -->
|
408
|
+
<!-- Used to record the type of publication, for
|
409
|
+
example a print-only publication versus
|
410
|
+
an electronic-only publication, in any of
|
411
|
+
several life stages.
|
412
|
+
This Parameter Entity is intended to name
|
413
|
+
the values of the "pub-type" attribute, but
|
414
|
+
in Version 2.3 of this DTD Suite, the
|
415
|
+
"pub-type" attribute is defined with a
|
416
|
+
Declared Value of CDATA and this Parameter
|
417
|
+
Entity is not used or provide its values.
|
418
|
+
Suggested values include:
|
419
|
+
epub - Electronic publication
|
420
|
+
ppub - Print publication
|
421
|
+
epub-ppub - Published in both print and
|
422
|
+
electronic form
|
423
|
+
epreprint - Electronic preprint
|
424
|
+
dissemination
|
425
|
+
ppreprint - Print preprint dissemination
|
426
|
+
ecorrected - Corrected in electronic
|
427
|
+
pcorrected - Corrected in print
|
428
|
+
eretracted - Retracted in electronic
|
429
|
+
pretracted - Retracted in print -->
|
430
|
+
<!ENTITY % pub-types "epub | ppub | epub-ppub | epreprint |
|
431
|
+
ppreprint | ecorrected | pcorrected |
|
432
|
+
eretracted | pretracted" >
|
433
|
+
|
434
|
+
|
435
|
+
<!-- ============================================================= -->
|
436
|
+
<!-- PARAMETER ENTITIES FOR ATTRIBUTE LISTS -->
|
437
|
+
<!-- ============================================================= -->
|
438
|
+
|
439
|
+
|
440
|
+
<!-- ABSTRACT ATTRIBUTES -->
|
441
|
+
<!-- Attributes for the <abstract> element and
|
442
|
+
the <trans-abstract> element -->
|
443
|
+
<!ENTITY % abstract-atts
|
444
|
+
"id ID #IMPLIED
|
445
|
+
abstract-type
|
446
|
+
CDATA #IMPLIED
|
447
|
+
xml:lang NMTOKEN #IMPLIED" >
|
448
|
+
|
449
|
+
|
450
|
+
<!-- ALTERNATE TITLE ATTRIBUTES -->
|
451
|
+
<!-- Attributes for the <alt-title> element -->
|
452
|
+
<!-- alt-title-type
|
453
|
+
Why this title was created, for example,
|
454
|
+
"short" for a short version of the title,
|
455
|
+
"toc" for use in a Table of Contents, "ASCII"
|
456
|
+
for an ASCII title, "right-running" for
|
457
|
+
a right-running-head title, etc. -->
|
458
|
+
<!ENTITY % alt-title-atts
|
459
|
+
"alt-title-type
|
460
|
+
CDATA #IMPLIED" >
|
461
|
+
|
462
|
+
|
463
|
+
<!-- AUTHOR COMMENT ATTRIBUTES -->
|
464
|
+
<!-- Attributes for the <author-comment> element-->
|
465
|
+
<!ENTITY % author-comment-atts
|
466
|
+
"id ID #IMPLIED
|
467
|
+
content-type
|
468
|
+
CDATA #IMPLIED" >
|
469
|
+
|
470
|
+
|
471
|
+
<!-- AUTHOR NOTES ATTRIBUTES -->
|
472
|
+
<!-- Attributes for the <author-notes> element -->
|
473
|
+
<!ENTITY % author-notes-atts
|
474
|
+
"id ID #IMPLIED
|
475
|
+
rid IDREFS #IMPLIED" >
|
476
|
+
|
477
|
+
|
478
|
+
<!-- ARTICLE IDENTIFIER ATTRIBUTES -->
|
479
|
+
<!-- Attributes for the <article-id> element
|
480
|
+
pub-id-type
|
481
|
+
Publication (article) Identifier Type
|
482
|
+
Names the type of identifier, or the
|
483
|
+
organization or system that defined this
|
484
|
+
identifier for the identifier of the journal
|
485
|
+
article or a cited publication.
|
486
|
+
Used on the <article-id> element, which
|
487
|
+
holds an identifier for the entire article.
|
488
|
+
Also used on the <pubid> element, which
|
489
|
+
is an identifier for a publication cited in
|
490
|
+
a bibliographic reference (citation).
|
491
|
+
Valid Types include:
|
492
|
+
coden - Obsolete PDB/CCDC identifier (may
|
493
|
+
be present on older articles)
|
494
|
+
doaj - Directory of Open Access Journals
|
495
|
+
doi - Digital Object Identifier
|
496
|
+
medline- NLM Medline identifier
|
497
|
+
other - None of the named identifiers
|
498
|
+
pii - Publisher Item Identifier, see
|
499
|
+
http://pubs.acs.org/epub/piius.htm
|
500
|
+
or
|
501
|
+
http://www.aip.org/epub/piipr.html
|
502
|
+
pmid - PubMed ID (see
|
503
|
+
www.ncbi.nlm.nih.gov/entrez/
|
504
|
+
query.fcgi?db=PubMed)
|
505
|
+
publisher-id
|
506
|
+
- Publisher's identifier such
|
507
|
+
as an 'article-id', 'artnum',
|
508
|
+
'identifier', 'article- number',
|
509
|
+
'pub-id', etc.
|
510
|
+
sici - Serial Item and Contribution
|
511
|
+
Identifier (SICI). A journal
|
512
|
+
article may have more than one
|
513
|
+
SICI, one for a print version and
|
514
|
+
one for an electronic version. -->
|
515
|
+
<!ENTITY % article-id-atts
|
516
|
+
"pub-id-type
|
517
|
+
(%pub-id-types;) #IMPLIED" >
|
518
|
+
|
519
|
+
|
520
|
+
<!-- CONTRIBUTOR ATTRIBUTES -->
|
521
|
+
<!-- Attributes for the <contrib> element -->
|
522
|
+
<!-- contrib-type
|
523
|
+
What was the contribution of this person,
|
524
|
+
for example: author, editor, contributor,
|
525
|
+
translator, illustrator, designer,
|
526
|
+
research assistant, etc.
|
527
|
+
id Unique identifier, so the contributor can be
|
528
|
+
referenced
|
529
|
+
corresp Corresponding Author (Set to 'yes' if this
|
530
|
+
contributor is a corresponding author.)
|
531
|
+
equal-contrib
|
532
|
+
Contributed equally (Set to 'yes' if all
|
533
|
+
contributors contributed equally.)
|
534
|
+
deceased Deceased (Set to 'yes' if the contributor
|
535
|
+
has died.)
|
536
|
+
rid May be used to point to information concerning
|
537
|
+
the contributor, for example to the <corresp>
|
538
|
+
Corresponding Information element. There
|
539
|
+
is no limit to the number of contributors
|
540
|
+
that can be designated as corresponding.
|
541
|
+
xlink:href Provides an address or identifier of the
|
542
|
+
object to which the link points, for
|
543
|
+
example a URI or a filename. -->
|
544
|
+
<!ENTITY % contrib-atts
|
545
|
+
"contrib-type
|
546
|
+
CDATA #IMPLIED
|
547
|
+
id ID #IMPLIED
|
548
|
+
corresp (no | yes) #IMPLIED
|
549
|
+
equal-contrib
|
550
|
+
(no | yes) #IMPLIED
|
551
|
+
deceased (no | yes) #IMPLIED
|
552
|
+
rid IDREFS #IMPLIED
|
553
|
+
%might-link-atts; " >
|
554
|
+
|
555
|
+
|
556
|
+
<!-- CONTRIBUTOR GROUP ATTRIBUTES -->
|
557
|
+
<!-- Attributes for the <contrib-group> element -->
|
558
|
+
<!ENTITY % contrib-group-atts
|
559
|
+
"id ID #IMPLIED
|
560
|
+
content-type
|
561
|
+
CDATA #IMPLIED" >
|
562
|
+
|
563
|
+
|
564
|
+
<!-- CORRESPONDING ATTRIBUTES -->
|
565
|
+
<!-- Attributes for the <corresp> element -->
|
566
|
+
<!ENTITY % corresp-atts
|
567
|
+
"id ID #IMPLIED
|
568
|
+
content-type
|
569
|
+
CDATA #IMPLIED" >
|
570
|
+
|
571
|
+
|
572
|
+
<!-- DEGREES ATTRIBUTES -->
|
573
|
+
<!-- Attributes for the <degrees> element -->
|
574
|
+
<!ENTITY % degrees-atts
|
575
|
+
"content-type
|
576
|
+
CDATA #IMPLIED" >
|
577
|
+
|
578
|
+
|
579
|
+
<!-- KEYWORD ATTRIBUTES -->
|
580
|
+
<!-- Attributes for the <kwd> element -->
|
581
|
+
<!ENTITY % kwd-atts
|
582
|
+
"id ID #IMPLIED" >
|
583
|
+
|
584
|
+
|
585
|
+
<!-- KEYWORD GROUP ATTRIBUTES -->
|
586
|
+
<!-- Attributes for the <kwd-group> element -->
|
587
|
+
<!ENTITY % kwd-group-atts
|
588
|
+
"id ID #IMPLIED
|
589
|
+
kwd-group-type
|
590
|
+
CDATA #IMPLIED
|
591
|
+
xml:lang NMTOKEN #IMPLIED" >
|
592
|
+
|
593
|
+
|
594
|
+
<!-- PRODUCT ATTRIBUTES -->
|
595
|
+
<!-- Attributes for the <product> element -->
|
596
|
+
<!-- product-type
|
597
|
+
Type of product being reviewed, for example:
|
598
|
+
book, software package, journal or journal
|
599
|
+
issue, website, film, hardware component,
|
600
|
+
etc.
|
601
|
+
xlink:href Provides an address or identifier of the
|
602
|
+
object to which the link points, for
|
603
|
+
example a URI or a filename -->
|
604
|
+
<!ENTITY % product-atts
|
605
|
+
"id ID #IMPLIED
|
606
|
+
product-type
|
607
|
+
CDATA #IMPLIED
|
608
|
+
%might-link-atts;" >
|
609
|
+
|
610
|
+
|
611
|
+
<!-- PUBLICATION DATE ATTRIBUTES -->
|
612
|
+
<!-- Attributes for the <pub-date> element -->
|
613
|
+
<!-- Used to record the type of publication, for
|
614
|
+
example a print-only publication versus
|
615
|
+
an electronic-only publication, in any of
|
616
|
+
several life stages.
|
617
|
+
Suggested values include:
|
618
|
+
epub - Electronic publication
|
619
|
+
ppub - Print publication
|
620
|
+
epub-ppub - Published in both print and
|
621
|
+
electronic form
|
622
|
+
epreprint - Electronic preprint
|
623
|
+
dissemination
|
624
|
+
ppreprint - Print preprint dissemination
|
625
|
+
ecorrected - Corrected in electronic
|
626
|
+
pcorrected - Corrected in print
|
627
|
+
eretracted - Retracted in electronic
|
628
|
+
pretracted - Retracted in print
|
629
|
+
-->
|
630
|
+
<!ENTITY % pub-date-atts
|
631
|
+
"pub-type CDATA #IMPLIED" >
|
632
|
+
|
633
|
+
|
634
|
+
<!-- SELF URI ATTRIBUTES -->
|
635
|
+
<!-- Attributes for the <self-uri> element -->
|
636
|
+
<!ENTITY % self-uri-atts
|
637
|
+
"content-type
|
638
|
+
CDATA #IMPLIED
|
639
|
+
%might-link-atts;" >
|
640
|
+
|
641
|
+
|
642
|
+
<!-- SERIES TEXT ATTRIBUTES -->
|
643
|
+
<!-- Attributes for the <series-text> element -->
|
644
|
+
<!ENTITY % series-text-atts
|
645
|
+
"content-type
|
646
|
+
CDATA #IMPLIED" >
|
647
|
+
|
648
|
+
|
649
|
+
<!-- SERIES TITLE ATTRIBUTES -->
|
650
|
+
<!-- Attributes for the <series-title> element -->
|
651
|
+
<!ENTITY % series-title-atts
|
652
|
+
"content-type
|
653
|
+
CDATA #IMPLIED" >
|
654
|
+
|
655
|
+
|
656
|
+
<!-- SUBJECT GROUP ATTRIBUTES -->
|
657
|
+
<!-- Attributes for the <subj-group> element -->
|
658
|
+
<!-- xml:lang The language in which the value of the
|
659
|
+
element is expressed. Recommended best
|
660
|
+
practice is to use values as defined in
|
661
|
+
RFC 1766, typically 2-letter language
|
662
|
+
codes such as "FR" (French), "EN" (English),
|
663
|
+
and "DE" (German). These values are NOT
|
664
|
+
case sensitive, so "EN" = "en". The values
|
665
|
+
may include hyphenated differentiations such
|
666
|
+
as "EN-AU" (Australian English) and "EN-US"
|
667
|
+
(United States English).
|
668
|
+
subj-group-type
|
669
|
+
Identification of the subject, information
|
670
|
+
class, or type of this particular subject
|
671
|
+
group -->
|
672
|
+
<!ENTITY % subj-group-atts
|
673
|
+
"xml:lang NMTOKEN #IMPLIED
|
674
|
+
subj-group-type
|
675
|
+
CDATA #IMPLIED" >
|
676
|
+
|
677
|
+
|
678
|
+
<!-- SUBJECT ATTRIBUTES -->
|
679
|
+
<!-- Attributes for the <subject> element -->
|
680
|
+
<!ENTITY % subject-atts
|
681
|
+
"content-type
|
682
|
+
CDATA #IMPLIED" >
|
683
|
+
|
684
|
+
|
685
|
+
<!-- SUBTITLE ATTRIBUTES -->
|
686
|
+
<!-- Attributes for the <subtitle> element -->
|
687
|
+
<!ENTITY % subtitle-atts
|
688
|
+
"content-type
|
689
|
+
CDATA #IMPLIED
|
690
|
+
xml:lang NMTOKEN #IMPLIED" >
|
691
|
+
|
692
|
+
|
693
|
+
<!-- SUPPLEMENT ATTRIBUTES -->
|
694
|
+
<!-- Attributes for the <supplement> element -->
|
695
|
+
<!-- supplement-type
|
696
|
+
Indicates what sort of supplement, if the
|
697
|
+
for example: "issue" meaning a supplement to
|
698
|
+
a particular journal issue; "conference",
|
699
|
+
meaning the supplement contains information
|
700
|
+
from a conference, symposium, or other
|
701
|
+
gathering; "periodic" for supplements issued
|
702
|
+
at regular intervals, etc. -->
|
703
|
+
<!ENTITY % supplement-atts
|
704
|
+
"supplement-type
|
705
|
+
CDATA #IMPLIED" >
|
706
|
+
|
707
|
+
|
708
|
+
<!-- ============================================================= -->
|
709
|
+
<!-- ARTICLE METADATA -->
|
710
|
+
<!-- ============================================================= -->
|
711
|
+
|
712
|
+
|
713
|
+
<!-- ARTICLE METADATA MODEL -->
|
714
|
+
<!-- Complete content model for the <article-meta>
|
715
|
+
element, which names the journal article
|
716
|
+
metadata -->
|
717
|
+
<!ENTITY % article-meta-model
|
718
|
+
"(article-id*, article-categories?,
|
719
|
+
title-group?, (contrib-group | aff)*,
|
720
|
+
author-notes?, pub-date*,
|
721
|
+
volume?, volume-id*,
|
722
|
+
issue?, issue-id*, issue-title*,
|
723
|
+
supplement?,
|
724
|
+
( (fpage, lpage?, page-range?) |
|
725
|
+
elocation-id )?,
|
726
|
+
(%address-link.class; | product |
|
727
|
+
supplementary-material)*,
|
728
|
+
history?, copyright-statement?,
|
729
|
+
copyright-year?, license?, permissions?,
|
730
|
+
self-uri*, related-article*, abstract*,
|
731
|
+
trans-abstract*, kwd-group*,
|
732
|
+
contract-num*, contract-sponsor*,
|
733
|
+
grant-num*, grant-sponsor*,
|
734
|
+
conference*, counts?, custom-meta-wrap?)" >
|
735
|
+
|
736
|
+
|
737
|
+
<!-- ARTICLE METADATA -->
|
738
|
+
<!-- Metadata that identifies this article, for
|
739
|
+
example, bibliographic information such as
|
740
|
+
the title, author, and copyright year. -->
|
741
|
+
<!ELEMENT article-meta %article-meta-model; >
|
742
|
+
|
743
|
+
|
744
|
+
<!--ELEM copyright-statement
|
745
|
+
Defined in %common.ent" -->
|
746
|
+
<!--ELEM copyright-year
|
747
|
+
Defined in %common.ent" -->
|
748
|
+
<!--ELEM license Defined in %common.ent" -->
|
749
|
+
<!--ELEM permissions Defined in %common.ent" -->
|
750
|
+
|
751
|
+
|
752
|
+
<!-- ============================================================= -->
|
753
|
+
<!-- ARTICLE METADATA ELEMENTS -->
|
754
|
+
<!-- ============================================================= -->
|
755
|
+
|
756
|
+
|
757
|
+
<!-- ============================================================= -->
|
758
|
+
<!-- ARTICLE IDENTIFICATION -->
|
759
|
+
<!-- ============================================================= -->
|
760
|
+
|
761
|
+
|
762
|
+
<!-- ARTICLE IDENTIFIER -->
|
763
|
+
<!-- Optional element, used to hold one of the
|
764
|
+
"unique identifiers" that have been assigned
|
765
|
+
at various times to an article. Such
|
766
|
+
identifiers may come from the publisher, the
|
767
|
+
jobber, or from inside PMC. Examples of such
|
768
|
+
numbers are the publishers tracking number,
|
769
|
+
the PNAS number, etc. PMC tries to carry
|
770
|
+
all identifiers associated with an article,
|
771
|
+
whether they came in as elements or attributes
|
772
|
+
on the original article.
|
773
|
+
The "type attribute" should only be used if
|
774
|
+
the type is known, for example, to identify
|
775
|
+
DOIs.
|
776
|
+
Remarks: The <article-id> element is one
|
777
|
+
of three elements used to provide an element
|
778
|
+
identifier (such as a DOI). The <article-id>
|
779
|
+
holds an identifier for Articles. The
|
780
|
+
<pub-id> element holds an identifier for
|
781
|
+
cited publications, such as a journal article
|
782
|
+
listed inside the bibliographic reference
|
783
|
+
list <ref-list>. The <object-id> holds an
|
784
|
+
identifier for an object such as a Figure or
|
785
|
+
sidebar <boxed-text>. All three elements
|
786
|
+
take the "pub-id-type" attribute. -->
|
787
|
+
<!ELEMENT article-id (#PCDATA) >
|
788
|
+
<!-- pub-id-type
|
789
|
+
Publication (article) Identifier Type
|
790
|
+
Names the type of identifier, or the
|
791
|
+
organization or system that defined this
|
792
|
+
identifier for the identifier of the journal
|
793
|
+
article or a cited publication.
|
794
|
+
Used on the <article-id> element (article
|
795
|
+
metadata), the <pub-id> element (cited
|
796
|
+
publications in the reference list), and
|
797
|
+
in the <object-id> element (used on Figures,
|
798
|
+
etc. to provide a DOI or other ID).
|
799
|
+
For the Archiving (Green) DTD, this is a
|
800
|
+
CDATA attribute with the following types
|
801
|
+
suggested. Other DTDs may enforce the
|
802
|
+
types. Valid/suggested types include:
|
803
|
+
coden - Obsolete PDB/CCDC identifier (may
|
804
|
+
be present on older articles)
|
805
|
+
doaj - Directory of Open Access Journals
|
806
|
+
doi - Digital Object Identifier
|
807
|
+
medline- NLM Medline identifier
|
808
|
+
other - None of the named identifiers
|
809
|
+
pii - Publisher Item Identifier, see
|
810
|
+
http://pubs.acs.org/epub/piius.htm
|
811
|
+
or
|
812
|
+
http://www.aip.org/epub/piipr.html
|
813
|
+
pmid - PubMed Central ID (see
|
814
|
+
www.ncbi.nlm.nih.gov/entrez/
|
815
|
+
query.fcgi?db=PubMed)
|
816
|
+
publisher-id
|
817
|
+
- Publisher's identifier such
|
818
|
+
as an 'article-id', 'artnum',
|
819
|
+
'identifier', 'article- number',
|
820
|
+
'pub-id', etc.
|
821
|
+
sici - Serial Item and Contribution
|
822
|
+
Identifier (SICI). A journal
|
823
|
+
article may have more than one
|
824
|
+
SICI, one for a print version and
|
825
|
+
one for an electronic version. -->
|
826
|
+
<!ATTLIST article-id
|
827
|
+
%article-id-atts; >
|
828
|
+
|
829
|
+
|
830
|
+
<!-- ============================================================= -->
|
831
|
+
<!-- ARTICLE GROUPING DATA (ARTICLE METADATA) -->
|
832
|
+
<!-- ============================================================= -->
|
833
|
+
|
834
|
+
|
835
|
+
<!-- ARTICLE CATEGORIES MODEL -->
|
836
|
+
<!-- Complete content model for the
|
837
|
+
<article-categories> element -->
|
838
|
+
<!ENTITY % article-categories-model
|
839
|
+
"(subj-group*, series-title*, series-text?)" >
|
840
|
+
|
841
|
+
|
842
|
+
<!-- ARTICLE GROUPING DATA -->
|
843
|
+
<!-- Container for elements that may be used to
|
844
|
+
group articles into related clusters -->
|
845
|
+
<!ELEMENT article-categories
|
846
|
+
%article-categories-model; >
|
847
|
+
|
848
|
+
|
849
|
+
<!-- SUBJECT GROUP MODEL -->
|
850
|
+
<!-- Complete content model for the <subj-group>
|
851
|
+
element -->
|
852
|
+
<!ENTITY % subj-group-model
|
853
|
+
"(subject+, subj-group*)" >
|
854
|
+
|
855
|
+
|
856
|
+
<!-- GROUPING ARTICLES IN TITLED CATEGORIES
|
857
|
+
For some journals, articles are grouped into
|
858
|
+
categories, with the category indicated in
|
859
|
+
the article's display.
|
860
|
+
Sometimes the grouping or category refers
|
861
|
+
to the type of article, such as "Essay",
|
862
|
+
"Commentary", or "Article". Sometimes the
|
863
|
+
grouping refers to subject areas, such as
|
864
|
+
"Physical Sciences", "Biological Sciences",
|
865
|
+
or "Social Sciences". Sometimes the grouping
|
866
|
+
refers to topics within the larger subject
|
867
|
+
areas, such as "Applied Math", "Biology", or
|
868
|
+
"Chemistry".
|
869
|
+
|
870
|
+
In a printed journal as well as on the PMC
|
871
|
+
website, articles may be grouped or arranged
|
872
|
+
under these headings (here are all the
|
873
|
+
Essays, here are all the Biology articles,
|
874
|
+
etc.) Some journals divide articles into
|
875
|
+
three layers of grouping, some into two, and
|
876
|
+
some into only one.
|
877
|
+
For example, a three level grouping might be:
|
878
|
+
<subj-group>
|
879
|
+
<subject>Articles</subject>
|
880
|
+
<subj-group>
|
881
|
+
<subject>Biological Sciences</subject>
|
882
|
+
<subj-group>
|
883
|
+
<subject>Entomology</subject>
|
884
|
+
</subj-group>
|
885
|
+
</subj-group>
|
886
|
+
</subj-group>
|
887
|
+
And a one-level grouping might be
|
888
|
+
<subj-group>
|
889
|
+
<subject>Retraction</subject>
|
890
|
+
</subj-group>
|
891
|
+
or, alternatively
|
892
|
+
<subj-group>
|
893
|
+
<subject>Essay</subject>
|
894
|
+
</subj-group>
|
895
|
+
|
896
|
+
Articles may also be assigned to more than
|
897
|
+
one grouping. For example, if an article is
|
898
|
+
classified as "Biochemistry" under
|
899
|
+
"Biological Sciences" and "Chemistry" under
|
900
|
+
"Physical Sciences," the subj-group wrapper
|
901
|
+
may repeat.
|
902
|
+
|
903
|
+
For example,
|
904
|
+
<subj-group>
|
905
|
+
<subject>Articles</subject>
|
906
|
+
<subj-group>
|
907
|
+
<subject>Biological Sciences</subject>
|
908
|
+
<subj-group>
|
909
|
+
<subject>Biochemistry</subject>
|
910
|
+
</subj-group>
|
911
|
+
</subj-group>
|
912
|
+
<subj-group>
|
913
|
+
<subject>Physical Sciences</subject>
|
914
|
+
<subj-group>
|
915
|
+
<subject>Chemistry</subject>
|
916
|
+
</subj-group>
|
917
|
+
</subj-group>
|
918
|
+
-->
|
919
|
+
<!ELEMENT subj-group %subj-group-model; >
|
920
|
+
<!-- xml:lang The language in which the value of the
|
921
|
+
element is expressed. Recommended best
|
922
|
+
practice is to use values as defined in
|
923
|
+
RFC 1766, typically 2-letter language
|
924
|
+
codes such as "FR" (French), "EN" (English),
|
925
|
+
and "DE" (German). These values are NOT
|
926
|
+
case sensitive, so "EN" = "en". The values
|
927
|
+
may include hyphenated differentiations such
|
928
|
+
as "EN-AU" (Australian English) and "EN-US"
|
929
|
+
(United States English).
|
930
|
+
subj-group-type
|
931
|
+
Identification of the subject, information
|
932
|
+
class, or type of this particular subject
|
933
|
+
group -->
|
934
|
+
<!ATTLIST subj-group
|
935
|
+
%subj-group-atts; >
|
936
|
+
|
937
|
+
|
938
|
+
<!-- SUBJECT GROUPING NAME ELEMENTS -->
|
939
|
+
<!-- Elements that may be used, along with data
|
940
|
+
characters inside the content model of the
|
941
|
+
<subject> element -->
|
942
|
+
<!ENTITY % subject-elements
|
943
|
+
"| %emphasis.class; | %inline-display.class; |
|
944
|
+
%inline-math.class; | %subsup.class;" >
|
945
|
+
|
946
|
+
|
947
|
+
<!-- SUBJECT GROUPING NAME -->
|
948
|
+
<!-- The name of one of the subject groups used
|
949
|
+
to describe an article. Such groups are
|
950
|
+
used, typically, to provide headings for
|
951
|
+
groups of articles in a printed or online
|
952
|
+
generated Table of Contents. -->
|
953
|
+
<!ELEMENT subject (#PCDATA %subject-elements;)* >
|
954
|
+
<!-- content-type
|
955
|
+
"content-type" attribute provides a way to
|
956
|
+
preserve or add semantic distinctions. -->
|
957
|
+
<!ATTLIST subject
|
958
|
+
%subject-atts; >
|
959
|
+
|
960
|
+
|
961
|
+
<!-- ============================================================= -->
|
962
|
+
<!-- SERIES INFORMATION -->
|
963
|
+
<!-- ============================================================= -->
|
964
|
+
|
965
|
+
|
966
|
+
<!-- GROUPING ARTICLES IN SERIES
|
967
|
+
Series (as used in the <series-title> and
|
968
|
+
<series-text> elements described below) is
|
969
|
+
used in two different senses. Some issues of
|
970
|
+
journals are part of a series and will have
|
971
|
+
series information just as they have an
|
972
|
+
issue number as part of the article metadata,
|
973
|
+
to describe the issue of the journal in which
|
974
|
+
the article is published. The second usage
|
975
|
+
is for groupings of articles within one
|
976
|
+
issue of a journal. For example, in some
|
977
|
+
journals, articles are grouped into a
|
978
|
+
series such as "From the Cover" and
|
979
|
+
identified as part of a series.
|
980
|
+
The Series Title element names the series
|
981
|
+
and the Series Text element provides textual
|
982
|
+
description (if any) describing the series.-->
|
983
|
+
|
984
|
+
|
985
|
+
<!-- SERIES TITLE ELEMENTS -->
|
986
|
+
<!-- Elements that may be used, along with data
|
987
|
+
characters inside the content model of the
|
988
|
+
<series-title> element -->
|
989
|
+
<!ENTITY % series-title-elements
|
990
|
+
"%rendition-plus;" >
|
991
|
+
|
992
|
+
|
993
|
+
<!-- SERIES TITLE -->
|
994
|
+
<!-- Title of the journal series (bibliographic
|
995
|
+
meaning) or the title of a series of
|
996
|
+
articles internal to one issue of a journal
|
997
|
+
-->
|
998
|
+
<!ELEMENT series-title (#PCDATA %series-title-elements;)* >
|
999
|
+
<!-- content-type
|
1000
|
+
"content-type" attribute provides a way to
|
1001
|
+
preserve or add semantic distinctions. -->
|
1002
|
+
<!ATTLIST series-title
|
1003
|
+
%series-title-atts; >
|
1004
|
+
|
1005
|
+
|
1006
|
+
<!-- SERIES TEXT ELEMENTS -->
|
1007
|
+
<!-- Elements that may be used, along with data
|
1008
|
+
characters inside the content model of the
|
1009
|
+
<series-text> element -->
|
1010
|
+
<!ENTITY % series-text-elements
|
1011
|
+
"%rendition-plus;" >
|
1012
|
+
|
1013
|
+
|
1014
|
+
<!-- SERIES TEXT: HEADER TEXT to DESCRIBE -->
|
1015
|
+
<!-- Textual description of the series of articles
|
1016
|
+
that are named in a <series-title> element -->
|
1017
|
+
<!ELEMENT series-text (#PCDATA %series-text-elements;)* >
|
1018
|
+
<!-- content-type
|
1019
|
+
"content-type" attribute provides a way to
|
1020
|
+
preserve or add semantic distinctions -->
|
1021
|
+
<!ATTLIST series-text
|
1022
|
+
%series-title-atts; >
|
1023
|
+
|
1024
|
+
|
1025
|
+
<!-- ============================================================= -->
|
1026
|
+
<!-- TOP-LEVEL ARTICLE METADATA CONTINUED -->
|
1027
|
+
<!-- ============================================================= -->
|
1028
|
+
|
1029
|
+
|
1030
|
+
<!-- AUTHOR NOTES MODEL -->
|
1031
|
+
<!-- Content model for an <author-notes> element.
|
1032
|
+
-->
|
1033
|
+
<!ENTITY % author-notes-model
|
1034
|
+
"((%label.class;)*, title?,
|
1035
|
+
(%corresp.class; | %fn-link.class;)+ )" >
|
1036
|
+
|
1037
|
+
|
1038
|
+
<!-- AUTHOR NOTE GROUP -->
|
1039
|
+
<!-- Footnotes to authors or notes about authors
|
1040
|
+
(and, potentially other contributors) are
|
1041
|
+
collected in the Author note group.
|
1042
|
+
References to these footnotes are made
|
1043
|
+
using the <xref> element.
|
1044
|
+
Authoring Note: While this element
|
1045
|
+
contains an optional Label element, the
|
1046
|
+
Label element should be included only in
|
1047
|
+
those circumstances where a formatting
|
1048
|
+
override is needed; Label should NOT
|
1049
|
+
be used in the ordinary course of
|
1050
|
+
tagging. -->
|
1051
|
+
<!ELEMENT author-notes %author-notes-model; >
|
1052
|
+
<!-- id Unique identifier so that the note group
|
1053
|
+
may be referenced, for example by an author
|
1054
|
+
rid May be used to point to an author, if the
|
1055
|
+
source has recorded connections in both
|
1056
|
+
directions -->
|
1057
|
+
<!ATTLIST author-notes
|
1058
|
+
%author-notes-atts; >
|
1059
|
+
|
1060
|
+
|
1061
|
+
<!--ELEM volume Defined in %common.ent; -->
|
1062
|
+
<!--ELEM issue Defined in %common.ent; -->
|
1063
|
+
<!--ELEM supplement Defined in %common.ent; -->
|
1064
|
+
<!--ELEM fpage Defined in %common.ent; -->
|
1065
|
+
<!--ELEM lpage Defined in %common.ent; -->
|
1066
|
+
<!--ELEM elocation-id Defined in %common.ent; -->
|
1067
|
+
<!--ELEM ext-link Defined in %common.ent; -->
|
1068
|
+
<!--ELEM lpage Defined in %common.ent; -->
|
1069
|
+
|
1070
|
+
|
1071
|
+
<!-- ============================================================= -->
|
1072
|
+
<!-- PRODUCT REVIEW INFORMATION (PRODUCT METADATA) -->
|
1073
|
+
<!-- ============================================================= -->
|
1074
|
+
|
1075
|
+
|
1076
|
+
<!-- PRODUCT ELEMENTS -->
|
1077
|
+
<!-- Elements that may be used inside the
|
1078
|
+
<product> element
|
1079
|
+
Design Note: All inline mixes begin with an
|
1080
|
+
OR bar, but since %simple-text; is an inline
|
1081
|
+
mix, the OR bar is already there. -->
|
1082
|
+
<!ENTITY % product-elements
|
1083
|
+
"%simple-text; | %article-link.class; |
|
1084
|
+
%break.class; | %price.class; |
|
1085
|
+
%references.class; | %simple-link.class; |
|
1086
|
+
%size.class;" >
|
1087
|
+
|
1088
|
+
|
1089
|
+
<!-- PRODUCT INFORMATION -->
|
1090
|
+
<!-- Used as a wrapper for metadata for a product
|
1091
|
+
(such as a book, software package, hardware
|
1092
|
+
component, website etc.) that is being
|
1093
|
+
reviewed.
|
1094
|
+
Authoring and Conversion Note: This element
|
1095
|
+
should be used when the value of the
|
1096
|
+
"article-type" attribute on the element
|
1097
|
+
<article> is "book-review" or
|
1098
|
+
"product-review".
|
1099
|
+
|
1100
|
+
Authoring and Conversion Note: A review of
|
1101
|
+
a book, journal, website, etc. should
|
1102
|
+
include as much information about the item
|
1103
|
+
being reviewed as is practical, for example:
|
1104
|
+
<product>
|
1105
|
+
<name>
|
1106
|
+
<surname>Lapeyre</surname>
|
1107
|
+
<given-names>Deborah A.</given-names>
|
1108
|
+
</name>
|
1109
|
+
<name>
|
1110
|
+
<surname>Usdin</surname>
|
1111
|
+
<given-names>B. Tommie</given-names>
|
1112
|
+
</name>
|
1113
|
+
<source>Wildflowers of the
|
1114
|
+
Washington Area</source>
|
1115
|
+
<year>2002</year>
|
1116
|
+
<publisher-name>Lippman Ltd.
|
1117
|
+
</publisher-name>
|
1118
|
+
<publisher-loc>Bethesda, MD
|
1119
|
+
</publisher-loc>
|
1120
|
+
<isbn>0-23-8675-309</isbn>,
|
1121
|
+
includes a CD-ROM,
|
1122
|
+
<bold>$19.95</bold> (Used 12.50 when
|
1123
|
+
available)
|
1124
|
+
</product>
|
1125
|
+
-->
|
1126
|
+
<!ELEMENT product (#PCDATA %product-elements;)* >
|
1127
|
+
<!-- product-type
|
1128
|
+
Type of product being reviewed, for example:
|
1129
|
+
book, software package, journal or journal
|
1130
|
+
issue, website, film, hardware component,
|
1131
|
+
etc.
|
1132
|
+
xlink:href Provides an address or identifier of the
|
1133
|
+
object to which the link points, for
|
1134
|
+
example a URI or a filename -->
|
1135
|
+
<!ATTLIST product
|
1136
|
+
%product-atts; >
|
1137
|
+
|
1138
|
+
|
1139
|
+
<!-- ============================================================= -->
|
1140
|
+
<!-- PUBLICATION HISTORY ELEMENTS -->
|
1141
|
+
<!-- ============================================================= -->
|
1142
|
+
|
1143
|
+
|
1144
|
+
<!-- HISTORY MODEL -->
|
1145
|
+
<!-- The content model for the <history> element
|
1146
|
+
-->
|
1147
|
+
<!ENTITY % history-model
|
1148
|
+
"(%date.class;)+" >
|
1149
|
+
|
1150
|
+
|
1151
|
+
<!-- HISTORY: DOCUMENT HISTORY -->
|
1152
|
+
<!-- Used as a container for dates related to the
|
1153
|
+
processing history of the document, such as
|
1154
|
+
received date and accepted date.
|
1155
|
+
Authoring and Conversion Note: The dates
|
1156
|
+
inside the <history> element are used to
|
1157
|
+
preserve events other than publication dates
|
1158
|
+
in the lifecycle of the article. Publication
|
1159
|
+
dates are considered to be an important
|
1160
|
+
part of the metadata. History dates include
|
1161
|
+
accepted date, received date, reviewed
|
1162
|
+
date, and other dates that may be important
|
1163
|
+
to the publisher but are not a likely part
|
1164
|
+
of the article metadata for searching,
|
1165
|
+
building a DOI, etc. -->
|
1166
|
+
<!ELEMENT history %history-model; >
|
1167
|
+
|
1168
|
+
|
1169
|
+
<!-- ============================================================= -->
|
1170
|
+
<!-- FURTHER METADATA ELEMENTS -->
|
1171
|
+
<!-- ============================================================= -->
|
1172
|
+
|
1173
|
+
|
1174
|
+
<!-- SELF-URI ELEMENTS -->
|
1175
|
+
<!-- Elements to be mixed with data characters
|
1176
|
+
inside the <self-uri> element -->
|
1177
|
+
<!ENTITY % self-uri-elements
|
1178
|
+
" " >
|
1179
|
+
|
1180
|
+
|
1181
|
+
<!-- URI FOR THIS SAME ARTICLE ONLINE -->
|
1182
|
+
<!-- Sometimes an article is available in several
|
1183
|
+
forms, for example there is the version that
|
1184
|
+
was published in print and there is the same
|
1185
|
+
article (possibly expanded or with different
|
1186
|
+
graphics) available online.
|
1187
|
+
The URI (such as a URL) may be used as a
|
1188
|
+
live link, typically naming a website or the
|
1189
|
+
element content may name the URL, e.g., and
|
1190
|
+
use the link attributes to hold the real link:
|
1191
|
+
<self-uri xlink:href="...">An expanded
|
1192
|
+
version of this article is available
|
1193
|
+
online</self-uri> -->
|
1194
|
+
<!ELEMENT self-uri (#PCDATA %self-uri-elements;)* >
|
1195
|
+
<!-- content-type
|
1196
|
+
"content-type" attribute provides a way to
|
1197
|
+
preserve or add semantic distinctions, for
|
1198
|
+
multiple conference dates
|
1199
|
+
xlink:href Provides an address or identifier of the
|
1200
|
+
object to which the link points, for
|
1201
|
+
example a URI or a filename -->
|
1202
|
+
<!ATTLIST self-uri
|
1203
|
+
%self-uri-atts; >
|
1204
|
+
|
1205
|
+
|
1206
|
+
<!--ELEM related-article
|
1207
|
+
Defined in %common.ent; -->
|
1208
|
+
|
1209
|
+
|
1210
|
+
<!-- ============================================================= -->
|
1211
|
+
<!-- ABSTRACTS -->
|
1212
|
+
<!-- ============================================================= -->
|
1213
|
+
|
1214
|
+
|
1215
|
+
<!-- ABSTRACT MODEL -->
|
1216
|
+
<!-- Content model for an <abstract> element -->
|
1217
|
+
<!ENTITY % abstract-model
|
1218
|
+
"((%id.class;)*, %sec-opt-title-model; )" >
|
1219
|
+
|
1220
|
+
|
1221
|
+
<!-- ABSTRACT -->
|
1222
|
+
<!-- A short summation of the content of an
|
1223
|
+
article. There are several different
|
1224
|
+
abstract styles; the "abstract-type"
|
1225
|
+
attribute may be used to record abstract
|
1226
|
+
style. -->
|
1227
|
+
<!ELEMENT abstract %abstract-model; >
|
1228
|
+
<!-- id Unique identifier so the element may be
|
1229
|
+
referenced
|
1230
|
+
abstract-type
|
1231
|
+
What type of abstract, for the various
|
1232
|
+
styles of abstracts that publishers
|
1233
|
+
identify, such as:
|
1234
|
+
ASCII Without special characters or
|
1235
|
+
equations so it can be sent in
|
1236
|
+
email or displayed on primitive
|
1237
|
+
browsers
|
1238
|
+
executive-summary
|
1239
|
+
A non-technical summation of
|
1240
|
+
the major findings of the
|
1241
|
+
article
|
1242
|
+
graphical The abstract is a picture
|
1243
|
+
editor For an abstract written by an
|
1244
|
+
editor and not the author
|
1245
|
+
key-points An abstract which is a list of
|
1246
|
+
the key points made by the
|
1247
|
+
document
|
1248
|
+
objectives Used for Learning Objectives
|
1249
|
+
or article objectives
|
1250
|
+
short An abbreviated form of the
|
1251
|
+
abstract, for use, for example
|
1252
|
+
inside a generated Table of
|
1253
|
+
Contents, or to be returned
|
1254
|
+
in addition to the article
|
1255
|
+
title during a search
|
1256
|
+
stereochemical
|
1257
|
+
An abstract containing only
|
1258
|
+
the details of a chemical
|
1259
|
+
compound (For example, the
|
1260
|
+
Elsevier DTD "stereochem")
|
1261
|
+
summary Summation of the article,
|
1262
|
+
typically used in conjunction
|
1263
|
+
with other types of abstracts
|
1264
|
+
teaser A short abstract specifically
|
1265
|
+
written to draw the attention
|
1266
|
+
of the reader
|
1267
|
+
toc A line or two that displays
|
1268
|
+
in a table of contents
|
1269
|
+
web-summary
|
1270
|
+
Short summary intended for
|
1271
|
+
distribution on a website -->
|
1272
|
+
<!ATTLIST abstract
|
1273
|
+
%abstract-atts; >
|
1274
|
+
|
1275
|
+
|
1276
|
+
<!-- TRANSLATED ABSTRACT MODEL -->
|
1277
|
+
<!-- Content model for an <trans-abstract> element.
|
1278
|
+
The section model include the parentheses. -->
|
1279
|
+
<!ENTITY % trans-abstract-model
|
1280
|
+
"%sec-opt-title-model;" >
|
1281
|
+
|
1282
|
+
|
1283
|
+
<!-- TRANSLATED ABSTRACT -->
|
1284
|
+
<!-- An abstract that has been translated into
|
1285
|
+
another language -->
|
1286
|
+
<!ELEMENT trans-abstract
|
1287
|
+
%trans-abstract-model; >
|
1288
|
+
<!-- id Unique identifier so the element may be
|
1289
|
+
referenced
|
1290
|
+
abstract-type
|
1291
|
+
What type of abstract, for the various
|
1292
|
+
unusual styles of abstracts that publishers
|
1293
|
+
identify, such as "short" abstract, "graphic"
|
1294
|
+
abstract, "ASCII" abstract, "stereochemical"
|
1295
|
+
abstract, etc.
|
1296
|
+
xml:lang The language in which the value of the
|
1297
|
+
element is expressed. Recommended best
|
1298
|
+
practice is to use values as defined in
|
1299
|
+
RFC 1766, typically 2-letter language
|
1300
|
+
codes such as "FR" (French), "EN" (English),
|
1301
|
+
and "DE" (German). These values are NOT
|
1302
|
+
case sensitive, so "EN" = "en". The values
|
1303
|
+
may include hyphenated differentiations such
|
1304
|
+
as "EN-AU" (Australian English) and "EN-US"
|
1305
|
+
(United States English). -->
|
1306
|
+
<!ATTLIST trans-abstract
|
1307
|
+
%abstract-atts; >
|
1308
|
+
|
1309
|
+
|
1310
|
+
<!-- ============================================================= -->
|
1311
|
+
<!-- KEYWORD ELEMENTS -->
|
1312
|
+
<!-- ============================================================= -->
|
1313
|
+
|
1314
|
+
|
1315
|
+
<!-- KEYWORD GROUP MODEL -->
|
1316
|
+
<!-- Content model for a <kwd-group> element -->
|
1317
|
+
<!ENTITY % kwd-group-model
|
1318
|
+
"(title?, (%kwd.class;)+ )" >
|
1319
|
+
|
1320
|
+
|
1321
|
+
<!-- KEYWORD GROUP -->
|
1322
|
+
<!-- Container element for one set of keywords
|
1323
|
+
used to describe a document.
|
1324
|
+
Remarks: A document may have multiple sets
|
1325
|
+
of keywords, each with a source named in
|
1326
|
+
the "kwd-group-type" attribute. -->
|
1327
|
+
<!ELEMENT kwd-group %kwd-group-model; >
|
1328
|
+
<!-- id Unique identifier so the element may be
|
1329
|
+
referenced
|
1330
|
+
kwd-group-type
|
1331
|
+
Name of the source of the keywords, for
|
1332
|
+
example "MESH", "IEEE", "author",
|
1333
|
+
"ICD9-codes", etc.
|
1334
|
+
xml:lang The language in which the value of the
|
1335
|
+
element is expressed. Recommended best
|
1336
|
+
practice is to use values as defined in
|
1337
|
+
RFC 1766, typically 2-letter language
|
1338
|
+
codes such as "FR" (French), "EN" (English),
|
1339
|
+
and "DE" (German). These values are NOT
|
1340
|
+
case sensitive, so "EN" = "en". The values
|
1341
|
+
may include hyphenated differentiations such
|
1342
|
+
as "EN-AU" (Australian English) and "EN-US"
|
1343
|
+
(United States English). -->
|
1344
|
+
<!ATTLIST kwd-group
|
1345
|
+
%kwd-group-atts; >
|
1346
|
+
|
1347
|
+
|
1348
|
+
<!--ELEM title Defined in %common.ent; -->
|
1349
|
+
|
1350
|
+
|
1351
|
+
<!-- KEYWORD CONTENT ELEMENTS -->
|
1352
|
+
<!-- The elements that can be included along with
|
1353
|
+
data characters inside the content model of
|
1354
|
+
a keyword. -->
|
1355
|
+
<!ENTITY % kwd-elements
|
1356
|
+
"| %emphasis.class; | %inline-display.class; |
|
1357
|
+
%inline-math.class; | %simple-link.class; |
|
1358
|
+
%subsup.class;" >
|
1359
|
+
|
1360
|
+
|
1361
|
+
<!-- KEYWORD -->
|
1362
|
+
<!-- One subject term, critical expression, key
|
1363
|
+
phrase, abbreviation, indexing word, etc.
|
1364
|
+
that is associated with the whole document
|
1365
|
+
and can be used for identification and
|
1366
|
+
indexing purposes.
|
1367
|
+
There maybe several sets of keywords,
|
1368
|
+
identified by language or vocabulary source
|
1369
|
+
at the Keyword Group level <kwd-group>.
|
1370
|
+
Conversion Note: Keywords are not allowed to
|
1371
|
+
nest. There are a few journal DTDs in which
|
1372
|
+
keyword nesting is used to simulate a two-
|
1373
|
+
part list. These keyword list should be
|
1374
|
+
tagged as definition lists instead. -->
|
1375
|
+
<!ELEMENT kwd (#PCDATA %kwd-elements;)* >
|
1376
|
+
<!-- id Unique identifier so the element may be
|
1377
|
+
referenced -->
|
1378
|
+
<!ATTLIST kwd
|
1379
|
+
%kwd-atts; >
|
1380
|
+
|
1381
|
+
|
1382
|
+
<!-- ============================================================= -->
|
1383
|
+
<!-- STILL FURTHER ARTICLE METADATA -->
|
1384
|
+
<!-- ============================================================= -->
|
1385
|
+
|
1386
|
+
|
1387
|
+
<!-- CORRESPONDENCE INFORMATION ELEMENTS -->
|
1388
|
+
<!-- The elements that can be included along with
|
1389
|
+
data characters inside the content model of
|
1390
|
+
the correspondence information. -->
|
1391
|
+
<!ENTITY % corresp-elements
|
1392
|
+
"| %address.class; | %address-link.class;|
|
1393
|
+
%emphasis.class; | %label.class; |
|
1394
|
+
%subsup.class;" >
|
1395
|
+
|
1396
|
+
|
1397
|
+
<!-- CORRESPONDENCE INFORMATION -->
|
1398
|
+
<!-- Optional element, used as a container for
|
1399
|
+
information concerning which of the authors
|
1400
|
+
(or other contributors) is the corresponding
|
1401
|
+
contributor, to whom information requests
|
1402
|
+
should be addressed.
|
1403
|
+
A cross-reference element may point to the
|
1404
|
+
identifier attribute.
|
1405
|
+
Authoring Note: While this element
|
1406
|
+
contains an optional Label element, the
|
1407
|
+
Label element should be included only in
|
1408
|
+
those circumstances where a formatting
|
1409
|
+
override is needed; Label should NOT
|
1410
|
+
be used in the ordinary course of
|
1411
|
+
tagging. -->
|
1412
|
+
<!ELEMENT corresp (#PCDATA %corresp-elements;)* >
|
1413
|
+
<!-- id Unique identifier, so the element can be
|
1414
|
+
referenced
|
1415
|
+
content-type
|
1416
|
+
"content-type" attribute provides a way to
|
1417
|
+
preserve or add semantic distinctions, for
|
1418
|
+
example, for multiple conference numbers -->
|
1419
|
+
<!ATTLIST corresp
|
1420
|
+
%corresp-atts; >
|
1421
|
+
|
1422
|
+
|
1423
|
+
<!-- PUBLICATION DATE MODEL -->
|
1424
|
+
<!-- The content model for the element <pub-date>
|
1425
|
+
-->
|
1426
|
+
<!ENTITY % pub-date-model
|
1427
|
+
"%date-model;" >
|
1428
|
+
|
1429
|
+
|
1430
|
+
<!-- PUBLICATION DATE -->
|
1431
|
+
<!-- Date of publication or release of the
|
1432
|
+
material in one particular format. Inside
|
1433
|
+
the article metadata, the Publication Date
|
1434
|
+
is allowed to repeat, and each date can take
|
1435
|
+
a "pub-type" attribute to distinguish
|
1436
|
+
which form of release or publication. -->
|
1437
|
+
<!ELEMENT pub-date %pub-date-model; >
|
1438
|
+
<!-- Used to record the type of publication, that
|
1439
|
+
was released or published on this date, for
|
1440
|
+
example a print-only publication versus
|
1441
|
+
an electronic-only publication, in any of
|
1442
|
+
several life stages.
|
1443
|
+
Suggested values include:
|
1444
|
+
epub - Electronic publication
|
1445
|
+
ppub - Print publication
|
1446
|
+
epub-ppub - Published in both print and
|
1447
|
+
electronic form
|
1448
|
+
epreprint - Electronic preprint
|
1449
|
+
dissemination
|
1450
|
+
ppreprint - Print preprint dissemination
|
1451
|
+
ecorrected - Corrected in electronic
|
1452
|
+
pcorrected - Corrected in print
|
1453
|
+
eretracted - Retracted in electronic
|
1454
|
+
pretracted - Retracted in print -->
|
1455
|
+
<!ATTLIST pub-date
|
1456
|
+
%pub-date-atts; >
|
1457
|
+
|
1458
|
+
|
1459
|
+
<!-- ============================================================= -->
|
1460
|
+
<!-- CONFERENCE INFORMATION ELEMENTS -->
|
1461
|
+
<!-- ============================================================= -->
|
1462
|
+
|
1463
|
+
|
1464
|
+
<!-- CONFERENCE MODEL -->
|
1465
|
+
<!-- Content model for the <conference> element -->
|
1466
|
+
<!ENTITY % conference-model
|
1467
|
+
"(%conference.class;)*" >
|
1468
|
+
|
1469
|
+
|
1470
|
+
<!-- CONFERENCE INFORMATION -->
|
1471
|
+
<!-- The container element for the information
|
1472
|
+
about a single conference and its
|
1473
|
+
proceedings.
|
1474
|
+
Design Note: Conference elements were largely
|
1475
|
+
based on Cross-Ref. -->
|
1476
|
+
<!ELEMENT conference %conference-model; >
|
1477
|
+
|
1478
|
+
|
1479
|
+
<!--ELEM conf-date Defined in %common.ent; -->
|
1480
|
+
<!--ELEM conf-name Defined in %common.ent; -->
|
1481
|
+
|
1482
|
+
|
1483
|
+
<!-- CONFERENCE ACRONYM ELEMENTS -->
|
1484
|
+
<!-- The elements that can be included along with
|
1485
|
+
data characters inside the content model of
|
1486
|
+
the conference acronym.
|
1487
|
+
Design Note: All inline mixes begin with an
|
1488
|
+
OR bar, but since %simple-text; is an online
|
1489
|
+
mix, the OR bar is already there. -->
|
1490
|
+
<!ENTITY % conf-acronym-elements
|
1491
|
+
"%simple-text;" >
|
1492
|
+
|
1493
|
+
|
1494
|
+
<!-- CONFERENCE ACRONYM -->
|
1495
|
+
<!-- The short name, popular name, or "jargon
|
1496
|
+
name" for a conference, for example,
|
1497
|
+
"Extreme" for "Extreme Markup Languages" or
|
1498
|
+
"SIGGRAPH" for "Special Interest Group on
|
1499
|
+
Computer Graphics". Provided for searching
|
1500
|
+
convenience when the jargon name is better
|
1501
|
+
known that the full formal conference name.
|
1502
|
+
Authoring and Conversion Note: A conference
|
1503
|
+
acronym often includes the year of the
|
1504
|
+
conference (e.g. "SGML '97") or, less often,
|
1505
|
+
the conference number (e.g., "AMBA 6"). It
|
1506
|
+
is preferred, but not required, that the
|
1507
|
+
acronym exclude this year or number (thus
|
1508
|
+
using "SGML" or "AMBA" and putting the year
|
1509
|
+
or number in the <conf-date> and
|
1510
|
+
<conf-num> elements, respectively. -->
|
1511
|
+
<!ELEMENT conf-acronym (#PCDATA %conf-acronym-elements;)* >
|
1512
|
+
|
1513
|
+
|
1514
|
+
<!-- CONFERENCE NUMBER ELEMENTS -->
|
1515
|
+
<!-- The elements that can be included along with
|
1516
|
+
data characters inside the content model of
|
1517
|
+
the conference number.
|
1518
|
+
Design Note: All inline mixes begin with an
|
1519
|
+
OR bar, but since %simple-text; is an inline
|
1520
|
+
mix, the OR bar is already there. -->
|
1521
|
+
<!ENTITY % conf-num-elements
|
1522
|
+
"%simple-text;" >
|
1523
|
+
|
1524
|
+
|
1525
|
+
<!-- CONFERENCE NUMBER -->
|
1526
|
+
<!-- The sequential number of the conference.
|
1527
|
+
Authoring and Conversion Note: Ideally, the
|
1528
|
+
conference number should include only the
|
1529
|
+
numeric portion of the number without any
|
1530
|
+
suffixes or other text. For example, "The
|
1531
|
+
19th XML/SGML Conference" should be tagged as
|
1532
|
+
<conf-num>19</conf-num>
|
1533
|
+
with the "th" dropped. -->
|
1534
|
+
<!ELEMENT conf-num (#PCDATA %conf-num-elements;)* >
|
1535
|
+
<!-- content-type
|
1536
|
+
"content-type" attribute provides a way to
|
1537
|
+
preserve or add semantic distinctions, for
|
1538
|
+
example, for multiple conference numbers -->
|
1539
|
+
<!ATTLIST conf-num
|
1540
|
+
%conf-num-atts; >
|
1541
|
+
|
1542
|
+
|
1543
|
+
<!-- CONFERENCE SPONSOR ELEMENTS -->
|
1544
|
+
<!-- The elements that can be included along with
|
1545
|
+
data characters inside the content model of
|
1546
|
+
the conference sponsor.
|
1547
|
+
Design Note: All inline mixes begin with an
|
1548
|
+
OR bar, but since %simple-text; is an inline
|
1549
|
+
mix, the OR bar is already there. -->
|
1550
|
+
<!ENTITY % conf-sponsor-elements
|
1551
|
+
"%simple-text;" >
|
1552
|
+
|
1553
|
+
|
1554
|
+
<!-- CONFERENCE SPONSOR -->
|
1555
|
+
<!-- One organization that sponsored the
|
1556
|
+
conference. If more than one organization
|
1557
|
+
sponsored the conference, multiple
|
1558
|
+
<conf-sponsor> elements should be used. -->
|
1559
|
+
<!ELEMENT conf-sponsor (#PCDATA %conf-sponsor-elements;)* >
|
1560
|
+
<!-- content-type
|
1561
|
+
"content-type" attribute provides a way to
|
1562
|
+
preserve or add semantic distinctions, for
|
1563
|
+
example, for various levels of conference
|
1564
|
+
sponsor -->
|
1565
|
+
<!ATTLIST conf-sponsor
|
1566
|
+
%conf-sponsor-atts; >
|
1567
|
+
|
1568
|
+
|
1569
|
+
<!-- CONFERENCE THEME ELEMENTS -->
|
1570
|
+
<!-- The elements that can be included along with
|
1571
|
+
data characters inside the content model of
|
1572
|
+
the conference theme.
|
1573
|
+
Design Note: All inline mixes begin with an
|
1574
|
+
OR bar, but since %simple-text; is an online
|
1575
|
+
mix, the OR bar is already there. -->
|
1576
|
+
<!ENTITY % conf-theme-elements
|
1577
|
+
"%simple-text;" >
|
1578
|
+
|
1579
|
+
|
1580
|
+
<!-- CONFERENCE THEME -->
|
1581
|
+
<!-- The theme, slogan, or major subject area of
|
1582
|
+
the conference. For example, the name of an
|
1583
|
+
annual conference may be "16th ACH Gathering"
|
1584
|
+
but each year has different theme topic,
|
1585
|
+
such as "Database Integration" or "Topic
|
1586
|
+
Map Subject Access". -->
|
1587
|
+
<!ELEMENT conf-theme (#PCDATA %conf-theme-elements;)* >
|
1588
|
+
<!-- content-type
|
1589
|
+
"content-type" attribute provides a way to
|
1590
|
+
preserve or add semantic distinctions, for
|
1591
|
+
example, for multiple conference themes. -->
|
1592
|
+
<!ATTLIST conf-theme
|
1593
|
+
%conf-theme-atts; >
|
1594
|
+
|
1595
|
+
|
1596
|
+
<!-- ============================================================= -->
|
1597
|
+
<!-- COUNTING INFORMATION (ARTICLE METADATA) -->
|
1598
|
+
<!-- ============================================================= -->
|
1599
|
+
|
1600
|
+
|
1601
|
+
<!ENTITY % counts-model "(fig-count?, table-count?, equation-count?,
|
1602
|
+
ref-count?, page-count?, word-count?)" >
|
1603
|
+
|
1604
|
+
|
1605
|
+
<!-- COUNTS -->
|
1606
|
+
<!-- Wrapper element to hold all metadata that
|
1607
|
+
"counts how many of something appear in the
|
1608
|
+
article -->
|
1609
|
+
<!ELEMENT counts %counts-model; >
|
1610
|
+
|
1611
|
+
|
1612
|
+
<!-- EQUATION COUNT -->
|
1613
|
+
<!-- Number of display equations <disp-formula>
|
1614
|
+
that appear in the article. Inline-equations
|
1615
|
+
<inline-formula> are not counted. No
|
1616
|
+
distinction is made between numbered and
|
1617
|
+
unnumbered equations, both are counted. -->
|
1618
|
+
<!ELEMENT equation-count
|
1619
|
+
EMPTY >
|
1620
|
+
<!-- The "count" attribute indicates the number
|
1621
|
+
of display equations <disp-formula> in the
|
1622
|
+
article. Inline-equations <inline-formula>
|
1623
|
+
are not counted. No distinction is made
|
1624
|
+
between numbered and unnumbered equations,
|
1625
|
+
both are counted. -->
|
1626
|
+
<!ATTLIST equation-count
|
1627
|
+
count NMTOKEN #REQUIRED >
|
1628
|
+
|
1629
|
+
|
1630
|
+
<!-- FIGURE COUNT -->
|
1631
|
+
<!-- Number of Figures <fig> that appear in the
|
1632
|
+
article. Loose <graphic>s that appear
|
1633
|
+
outside figures are not counted. -->
|
1634
|
+
<!ELEMENT fig-count EMPTY >
|
1635
|
+
<!-- The "count" attribute indicates the number
|
1636
|
+
of figures in the article, that is, how
|
1637
|
+
many <fig> elements are used -->
|
1638
|
+
<!ATTLIST fig-count
|
1639
|
+
count NMTOKEN #REQUIRED >
|
1640
|
+
|
1641
|
+
|
1642
|
+
<!-- TABLE COUNT -->
|
1643
|
+
<!-- Number of tables (Table Wrapper <table-wrap>
|
1644
|
+
elements that appear in the article. Arrays
|
1645
|
+
are not counted as tables. -->
|
1646
|
+
<!ELEMENT table-count EMPTY >
|
1647
|
+
<!-- The "count" attribute indicates the number
|
1648
|
+
of tables in the article, that is, how
|
1649
|
+
many <table-wrap> elements are used. -->
|
1650
|
+
<!ATTLIST table-count
|
1651
|
+
count NMTOKEN #REQUIRED >
|
1652
|
+
|
1653
|
+
|
1654
|
+
<!-- REFERENCE COUNT -->
|
1655
|
+
<!-- Number of reference citations <citation>
|
1656
|
+
that appear in the bibliographic reference
|
1657
|
+
list <ref-list> in the article -->
|
1658
|
+
<!ELEMENT ref-count EMPTY >
|
1659
|
+
<!-- The "count" attribute indicates the number
|
1660
|
+
of reference citations in the article -->
|
1661
|
+
<!ATTLIST ref-count
|
1662
|
+
count NMTOKEN #REQUIRED >
|
1663
|
+
|
1664
|
+
|
1665
|
+
<!-- PAGE COUNT -->
|
1666
|
+
<!-- Number of pages in a print article, counting
|
1667
|
+
each page or partial page as one. Electronic
|
1668
|
+
articles do not have page counts. -->
|
1669
|
+
<!ELEMENT page-count EMPTY >
|
1670
|
+
<!-- The "count" attribute indicates the number
|
1671
|
+
of pages in the article -->
|
1672
|
+
<!ATTLIST page-count
|
1673
|
+
count NMTOKEN #REQUIRED >
|
1674
|
+
|
1675
|
+
|
1676
|
+
<!-- WORD COUNT -->
|
1677
|
+
<!-- Approximate number of words that appear in
|
1678
|
+
the article -->
|
1679
|
+
<!ELEMENT word-count EMPTY >
|
1680
|
+
<!-- The "count" attribute indicates the number
|
1681
|
+
of words in the textual portion of an
|
1682
|
+
article (not including the words in the
|
1683
|
+
metadata or header information) -->
|
1684
|
+
<!ATTLIST word-count
|
1685
|
+
count NMTOKEN #REQUIRED >
|
1686
|
+
|
1687
|
+
|
1688
|
+
|
1689
|
+
<!-- ============================================================= -->
|
1690
|
+
<!-- TITLE GROUP ELEMENTS (BIBLIOGRAPHIC) -->
|
1691
|
+
<!-- ============================================================= -->
|
1692
|
+
|
1693
|
+
|
1694
|
+
<!-- TITLE GROUP MODEL -->
|
1695
|
+
<!-- Content model for the <title-group> element-->
|
1696
|
+
<!ENTITY % title-group-model
|
1697
|
+
"(article-title, subtitle*,
|
1698
|
+
(trans-title, trans-subtitle?)*,
|
1699
|
+
alt-title*, fn-group?)" >
|
1700
|
+
|
1701
|
+
|
1702
|
+
<!-- TITLE GROUP -->
|
1703
|
+
<!-- Wrapper element to hold the various article
|
1704
|
+
titles.
|
1705
|
+
Authoring and Conversion Note: A footnote or
|
1706
|
+
other reference inside a title should usually
|
1707
|
+
be placed inside the title, but may be tagged
|
1708
|
+
in a group at the end of the <title-group>,
|
1709
|
+
if that is the way they are in the source.)-->
|
1710
|
+
<!ELEMENT title-group %title-group-model; >
|
1711
|
+
|
1712
|
+
|
1713
|
+
<!--ELEM article-title
|
1714
|
+
Defined in %common.ent; -->
|
1715
|
+
<!--ELEM trans-title Defined in %common.ent; -->
|
1716
|
+
<!--ENTITY %title-elements;
|
1717
|
+
Defined in %common.ent; -->
|
1718
|
+
|
1719
|
+
|
1720
|
+
<!-- ARTICLE SUBTITLE -->
|
1721
|
+
<!-- Secondary title of a journal article -->
|
1722
|
+
<!ELEMENT subtitle (#PCDATA %title-elements;)* >
|
1723
|
+
<!-- content-type
|
1724
|
+
"content-type" attribute provides a way to
|
1725
|
+
preserve or add semantic distinctions, for
|
1726
|
+
example, for multiple conference themes.
|
1727
|
+
xml:lang The language in which the value of the
|
1728
|
+
element is expressed. Recommended best
|
1729
|
+
practice is to use values as defined in
|
1730
|
+
RFC 1766, typically 2-letter language
|
1731
|
+
codes such as "FR" (French), "EN" (English),
|
1732
|
+
and "DE" (German). These values are NOT
|
1733
|
+
case sensitive, so "EN" = "en". The values
|
1734
|
+
may include hyphenated differentiations such
|
1735
|
+
as "EN-AU" (Australian English) and "EN-US"
|
1736
|
+
(United States English). -->
|
1737
|
+
<!ATTLIST subtitle
|
1738
|
+
%subtitle-atts; >
|
1739
|
+
|
1740
|
+
|
1741
|
+
<!-- ALTERNATE TITLE -->
|
1742
|
+
<!-- A "different" version of an article title,
|
1743
|
+
usually created so that it can be processed
|
1744
|
+
in a special way, for example a short
|
1745
|
+
version of the title for use in a Table of
|
1746
|
+
Contents, an ASCII title, a right-running-
|
1747
|
+
head title, etc.
|
1748
|
+
Authoring and Conversion Note: This element
|
1749
|
+
should not be used for either the translated
|
1750
|
+
title (which is an alternate version of a
|
1751
|
+
title in another language) or the subtitle
|
1752
|
+
(which is an addition to the title). -->
|
1753
|
+
<!ELEMENT alt-title (#PCDATA %title-elements;)* >
|
1754
|
+
<!-- alt-title-type
|
1755
|
+
Why this title was created, for example,
|
1756
|
+
"short" for a short version of the title,
|
1757
|
+
"toc" for use in a Table of Contents, "ASCII"
|
1758
|
+
for an ASCII title, "right-running" for
|
1759
|
+
a right-running-head title, etc. -->
|
1760
|
+
<!ATTLIST alt-title
|
1761
|
+
%alt-title-atts; >
|
1762
|
+
|
1763
|
+
|
1764
|
+
<!-- ============================================================= -->
|
1765
|
+
<!-- CONTRIBUTOR GROUP (AUTHOR/EDITOR) ELEMENTS -->
|
1766
|
+
<!-- ============================================================= -->
|
1767
|
+
|
1768
|
+
|
1769
|
+
<!-- CONTRIBUTOR GROUP MODEL -->
|
1770
|
+
<!-- Content model for the <contrib-group>
|
1771
|
+
element -->
|
1772
|
+
<!ENTITY % contrib-group-model
|
1773
|
+
"(contrib+, (%contrib-info.class;)* )" >
|
1774
|
+
|
1775
|
+
|
1776
|
+
<!-- CONTRIBUTOR GROUP -->
|
1777
|
+
<!-- Wrapper element for information concerning
|
1778
|
+
a grouping of contributors, such as the
|
1779
|
+
primary authors -->
|
1780
|
+
<!ELEMENT contrib-group
|
1781
|
+
%contrib-group-model; >
|
1782
|
+
<!-- id Unique identifier so the element may be
|
1783
|
+
referenced
|
1784
|
+
content-type
|
1785
|
+
"content-type" attribute provides a way to
|
1786
|
+
preserve or add semantic distinctions -->
|
1787
|
+
<!ATTLIST contrib-group
|
1788
|
+
%contrib-group-atts; >
|
1789
|
+
|
1790
|
+
|
1791
|
+
<!-- CONTRIBUTOR MODEL -->
|
1792
|
+
<!-- Content model for the <contrib> element -->
|
1793
|
+
<!ENTITY % contrib-model
|
1794
|
+
"((%name.class;)*,
|
1795
|
+
(%degree.class; | %contrib-info.class;)* )">
|
1796
|
+
|
1797
|
+
|
1798
|
+
<!-- CONTRIBUTOR -->
|
1799
|
+
<!-- Wrapper element to contain the information
|
1800
|
+
about a single contributor, for example an
|
1801
|
+
author or editor.
|
1802
|
+
Authoring and Conversion Note: Use <xref>
|
1803
|
+
to point to the institution <aff>, the
|
1804
|
+
corresponding information <corresp>, and
|
1805
|
+
any author footnotes in the author note
|
1806
|
+
group.
|
1807
|
+
Conversion Note: When the ranking or
|
1808
|
+
importance of authors is marked as a note,
|
1809
|
+
(for example, the ranking element in the
|
1810
|
+
Elsevier DTD), it should be encoded in the
|
1811
|
+
role element. Thus, the Elsevier-tagged
|
1812
|
+
text:
|
1813
|
+
<ranking><sup>*</sup></ranking>
|
1814
|
+
would be converted to:
|
1815
|
+
<role><sup>*</sup></role>
|
1816
|
+
-->
|
1817
|
+
<!ELEMENT contrib %contrib-model; >
|
1818
|
+
<!-- contrib-type
|
1819
|
+
What was the contribution of this person,
|
1820
|
+
for example: author, editor, contributor,
|
1821
|
+
translator, illustrator, designer,
|
1822
|
+
research assistant, etc.
|
1823
|
+
id Unique identifier, so the contributor can be
|
1824
|
+
referenced
|
1825
|
+
corresp Corresponding Author (Set to 'yes' if this
|
1826
|
+
contributor is a corresponding author.)
|
1827
|
+
equal-contrib
|
1828
|
+
Contributed equally (Set to 'yes' if all
|
1829
|
+
contributors contributed equally.)
|
1830
|
+
deceased Deceased (Set to 'yes' if the contributor
|
1831
|
+
has died.)
|
1832
|
+
rid May be used to point to information concerning
|
1833
|
+
the contributor, for example to the <corresp>
|
1834
|
+
Corresponding Information element. There
|
1835
|
+
is no limit to the number of contributors
|
1836
|
+
that can be designated as corresponding.
|
1837
|
+
xlink:href Provides an address or identifier of the
|
1838
|
+
object to which the link points, for
|
1839
|
+
example a URI or a filename. -->
|
1840
|
+
<!ATTLIST contrib
|
1841
|
+
%contrib-atts; >
|
1842
|
+
|
1843
|
+
|
1844
|
+
|
1845
|
+
<!--ELEM collab Defined %common.ent; (also used in
|
1846
|
+
bibliographic citations) -->
|
1847
|
+
<!--ELEM etal Defined %common.ent; (also used in
|
1848
|
+
bibliographic citations) -->
|
1849
|
+
|
1850
|
+
|
1851
|
+
<!-- DEGREE(S) ELEMENTS -->
|
1852
|
+
<!-- The elements that can be included along with
|
1853
|
+
data characters inside the content model of
|
1854
|
+
<degrees>
|
1855
|
+
Design Note: -%just-rendition; begins with
|
1856
|
+
an OR bar, so this inline mix begins with
|
1857
|
+
an OR bar. -->
|
1858
|
+
<!ENTITY % degrees-elements
|
1859
|
+
"%just-rendition;" >
|
1860
|
+
|
1861
|
+
|
1862
|
+
<!-- DEGREE(S) -->
|
1863
|
+
<!-- Academic degrees or professional
|
1864
|
+
certifications -->
|
1865
|
+
<!ELEMENT degrees (#PCDATA %degrees-elements;)* >
|
1866
|
+
<!-- content-type
|
1867
|
+
"content-type" attribute provides a way to
|
1868
|
+
preserve or add semantic distinctions. -->
|
1869
|
+
<!ATTLIST degrees
|
1870
|
+
%degrees-atts; >
|
1871
|
+
|
1872
|
+
|
1873
|
+
<!-- ON BEHALF OF CONTENT ELEMENTS -->
|
1874
|
+
<!-- The elements that can be included along with
|
1875
|
+
data characters inside the content model of
|
1876
|
+
<on-behalf-of>
|
1877
|
+
Design Note: -%rendition-plus; begins with
|
1878
|
+
an OR bar, so this inline mix beguines with
|
1879
|
+
an OR bar. -->
|
1880
|
+
<!ENTITY % on-behalf-of-elements
|
1881
|
+
"%rendition-plus;" >
|
1882
|
+
|
1883
|
+
|
1884
|
+
<!-- ON BEHALF OF -->
|
1885
|
+
<!-- When a contributor has written or edited
|
1886
|
+
a work "on-behalf-of" an organization or
|
1887
|
+
group the contributor is acting as a
|
1888
|
+
representative of the organization, which
|
1889
|
+
may or may not be his/her usual affiliation.
|
1890
|
+
Related elements: Some DTDs identify this
|
1891
|
+
category as a "collaboration", but it
|
1892
|
+
is really more akin to a "role" the person
|
1893
|
+
is playing with respect to the organization.
|
1894
|
+
Thus this element joins the related
|
1895
|
+
element <role> in describing the contribution
|
1896
|
+
of a contributor. The <role> element will
|
1897
|
+
say that a person is an "Editor" or
|
1898
|
+
"Associate Editor" and the <on-behalf-of>
|
1899
|
+
element will state that this editing was
|
1900
|
+
undertaken as a representative of a group
|
1901
|
+
or organization:
|
1902
|
+
<contrib>
|
1903
|
+
<name>
|
1904
|
+
<surname>Campion</surname>
|
1905
|
+
<given-names>M</given-names>
|
1906
|
+
</name>
|
1907
|
+
<on-behalf-of>for
|
1908
|
+
the Multiple Sclerosis Collaborative
|
1909
|
+
Research Group</on-behalf-of>
|
1910
|
+
</contrib>
|
1911
|
+
Conversion Note: In some DTDs, the
|
1912
|
+
association "on-behalf-of" may have been
|
1913
|
+
tagged as a <role> rather than as a
|
1914
|
+
specific <on-behalf-of>.
|
1915
|
+
It is therefore also acceptable although
|
1916
|
+
not as accurate) to tag the example as:
|
1917
|
+
<contrib>
|
1918
|
+
<name>
|
1919
|
+
<surname>Campion</surname>
|
1920
|
+
<given-names>M</given-names>
|
1921
|
+
</name>
|
1922
|
+
<role>for the Multiple
|
1923
|
+
Sclerosis Collaborative Research
|
1924
|
+
Group</role>
|
1925
|
+
</contrib> -->
|
1926
|
+
<!ELEMENT on-behalf-of (#PCDATA %on-behalf-of-elements;)* >
|
1927
|
+
|
1928
|
+
|
1929
|
+
<!-- AUTHOR COMMENT MODEL -->
|
1930
|
+
<!-- Content model for the <author-comment>
|
1931
|
+
element -->
|
1932
|
+
<!ENTITY % author-comment-model
|
1933
|
+
"(title?, (%just-para.class;)+ )" >
|
1934
|
+
|
1935
|
+
|
1936
|
+
<!-- AUTHOR COMMENT -->
|
1937
|
+
<!-- Used for extra textual material associated
|
1938
|
+
with a contributor such as an author or
|
1939
|
+
editor
|
1940
|
+
Conversion Note: During conversion, this
|
1941
|
+
element can act as an escape mechanism, to
|
1942
|
+
hold material not anticipated by the DTD.
|
1943
|
+
The base model is just paragraphs, but this
|
1944
|
+
model has been made into a Parameter Entity
|
1945
|
+
in case a section level is needed. -->
|
1946
|
+
<!ELEMENT author-comment
|
1947
|
+
%author-comment-model; >
|
1948
|
+
<!-- id Unique identifier so the element may be
|
1949
|
+
referenced
|
1950
|
+
content-type
|
1951
|
+
"content-type" attribute provides a way to
|
1952
|
+
preserve or add semantic distinctions. -->
|
1953
|
+
<!ATTLIST author-comment
|
1954
|
+
%author-comment-atts; >
|
1955
|
+
|
1956
|
+
|
1957
|
+
<!-- ============================================================= -->
|
1958
|
+
<!-- SUPPLEMENT ELEMENTS -->
|
1959
|
+
<!-- ============================================================= -->
|
1960
|
+
|
1961
|
+
|
1962
|
+
<!-- SUPPLEMENT ELEMENTS -->
|
1963
|
+
<!-- Elements for use in the <supplement> element
|
1964
|
+
Design Note: All inline mixes begin with an
|
1965
|
+
OR bar, but since %simple-text; is an inline
|
1966
|
+
mix, the OR bar is already there. -->
|
1967
|
+
<!ENTITY % supplement-elements
|
1968
|
+
"%simple-text; | %other-meta.class;" >
|
1969
|
+
|
1970
|
+
|
1971
|
+
<!-- SUPPLEMENT -->
|
1972
|
+
<!-- For a journal published as a supplement, this
|
1973
|
+
is a container element for all the provided
|
1974
|
+
supplement information, such as additional
|
1975
|
+
identification numbers, titles, authors, and
|
1976
|
+
supplement series information. -->
|
1977
|
+
<!ELEMENT supplement (#PCDATA %supplement-elements;)* >
|
1978
|
+
<!-- supplement-type
|
1979
|
+
Indicates what sort of supplement, if the
|
1980
|
+
publisher has recorded that information,
|
1981
|
+
for example: "issue" meaning a supplement to
|
1982
|
+
a particular journal issue; "conference",
|
1983
|
+
meaning the supplement contains information
|
1984
|
+
from a conference, symposium, or other
|
1985
|
+
gathering; "periodic" for supplements issued
|
1986
|
+
at regular intervals, etc. -->
|
1987
|
+
<!ATTLIST supplement
|
1988
|
+
%supplement-atts; >
|
1989
|
+
|
1990
|
+
|
1991
|
+
<!-- ================== End Article Metadata Elements =========== -->
|