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,1696 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!DOCTYPE article SYSTEM "archivearticle.dtd">
|
3
|
+
<!--
|
4
|
+
This document was created solely for transform testing purposes.
|
5
|
+
The Publishing (Blue) Tag Library, version 2.0, was used to ensure
|
6
|
+
each element (and its associated attributes) present in that tag
|
7
|
+
library was used at least once in this document. Exceptions - -
|
8
|
+
such as the attributes associated with <mml:math> - - are listed
|
9
|
+
in BlueTransformExceptions.txt
|
10
|
+
|
11
|
+
NOTE: This document has includes both <sub-article> and <response>
|
12
|
+
for testing purposes. Since the Publishing DTD only permits
|
13
|
+
<sub-article> OR <response> to be used in an article, the <response>
|
14
|
+
segment is commented out. To change the document for use in
|
15
|
+
checking a <response> - - which is necessary because some other
|
16
|
+
elements are found only inside the <response> portion of this
|
17
|
+
document - - simply uncomment the <response> element and comment
|
18
|
+
out the <sub-article>.
|
19
|
+
-->
|
20
|
+
|
21
|
+
<article article-type="research-article"
|
22
|
+
dtd-version="2.2" xml:lang="en"
|
23
|
+
xmlns:mml="http://www.w3.org/1998/Math/MathML"
|
24
|
+
xmlns:xlink="http://www.w3.org/1999/xlink">
|
25
|
+
<front>
|
26
|
+
<journal-meta><journal-id journal-id-type="pmc">pnas</journal-id>
|
27
|
+
<journal-title>International Journal of Health Geographics</journal-title>
|
28
|
+
<abbrev-journal-title abbrev-type="pubmed">Proc Natl
|
29
|
+
Acad Sci USA</abbrev-journal-title>
|
30
|
+
<abbrev-journal-title abbrev-type="publisher">PNA
|
31
|
+
</abbrev-journal-title><issn pub-type="ppub">0959-8138</issn>
|
32
|
+
<publisher>
|
33
|
+
<publisher-name>British Medical
|
34
|
+
Journal</publisher-name>
|
35
|
+
<publisher-loc>Fake Location</publisher-loc></publisher></journal-meta>
|
36
|
+
<article-meta><article-id pub-id-type="pmid">10092260</article-id>
|
37
|
+
<article-categories><subj-group subj-group-type="fakesubject" xml:lang="en"><subject>Papers</subject><subject>271</subject>
|
38
|
+
</subj-group><subj-group><subject>Papers</subject><subject>218</subject>
|
39
|
+
</subj-group><subj-group><subject>Papers</subject><subject>209</subject>
|
40
|
+
</subj-group>
|
41
|
+
<series-title>Fake title of an article series</series-title>
|
42
|
+
<series-text>Fake description of an article series</series-text>
|
43
|
+
</article-categories><title-group><article-title xml:lang="en">Systematic review of day hospital care
|
44
|
+
for elderly people</article-title>
|
45
|
+
<subtitle>The Final Recount</subtitle>
|
46
|
+
<trans-title xml:lang="fr">L’ecole et moi</trans-title>
|
47
|
+
<alt-title alt-title-type="right-running-head">Alternate title would go here</alt-title>
|
48
|
+
</title-group><contrib-group><contrib contrib-type="author" id="mul221" rid="mul222 mul808" equal-contrib="yes" deceased="no" corresp="yes"><name name-style="western"><surname>Forster</surname><given-names>Anne</given-names></name><role>
|
49
|
+
research physiotherapist</role><xref ref-type="aff"><sup><italic>a</italic></sup></xref>
|
50
|
+
<bio id="mul222" rid="mul221" xlink:actuate="onRequest" xlink:role="link to expanded biography" xlink:title="webpage" xlink:href="http://www.mulberrytech.com/people/gaylord/trgquals.html" xlink:show="new" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink">
|
51
|
+
|
52
|
+
<p><bold>Anne Forster</bold> is the current editor of
|
53
|
+
the <italic>OASIS Microwave Journal</italic>, responsible
|
54
|
+
for Technical Committee and Developments. She received
|
55
|
+
her BE and PhD in electrical engineering from the
|
56
|
+
University of Queensland, Brisbane, Australia.
|
57
|
+
Currently, she is professor in the School of
|
58
|
+
Electronic Engineering at the University of
|
59
|
+
Finlandia, where she holds the chair in Microwave
|
60
|
+
Electronics</p>
|
61
|
+
</bio>
|
62
|
+
</contrib>
|
63
|
+
<contrib contrib-type="editor" id="mul888" equal-contrib="yes" deceased="no" corresp="no" xmlns:xlink="http://www.w3.org/1999/xlink"
|
64
|
+
xlink:href="http://www.pollard.com" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake contributor description" xlink:title="fake contributor page" xlink:type="simple">
|
65
|
+
<name name-style="western"><surname>Pollard</surname>
|
66
|
+
<given-names>Thomas D.</given-names><suffix>III</suffix></name>
|
67
|
+
<author-comment>
|
68
|
+
<title>Fake Comment Title</title>
|
69
|
+
|
70
|
+
<p>This essay constitutes the second article in the
|
71
|
+
“Genome Annotation Series” initiated by
|
72
|
+
Thomas D. Pollard, Essay Editor. The first essay, by
|
73
|
+
J.S. Berg, B.C. Powell, and R.E. Cheney, appeared in
|
74
|
+
the April 2001 issue of <italic>Molecular Biology of the
|
75
|
+
Cell</italic> (Vol. 12, Issue 4, pp 780–794).</p>
|
76
|
+
</author-comment>
|
77
|
+
</contrib>
|
78
|
+
<contrib contrib-type="author" id="mul77" rid="affDorelco IIDR" equal-contrib="yes" deceased="no" corresp="no">
|
79
|
+
<name name-style="western"><surname>Taylor</surname>
|
80
|
+
<given-names>James C.</given-names>
|
81
|
+
</name>
|
82
|
+
<degrees>Ph D</degrees>
|
83
|
+
<aff id="affDorelco" rid="mul77">Dorelco Corporation Ltd.</aff>
|
84
|
+
<aff id="IIDR" rid="mul77">
|
85
|
+
<institution id="mul2020" xlink:href="http://www.fake.org" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" xlink:role="info on IIDR" xlink:title="institute homepage">Institute of Infectious Disease Research
|
86
|
+
</institution><break/>
|
87
|
+
<addr-line>Oberlin, Washington 96204;</addr-line><break/>
|
88
|
+
<country>United States</country>
|
89
|
+
</aff>
|
90
|
+
<address id="mul88">
|
91
|
+
<institution id="mul3030" xlink:href="http://www.fake2.org" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" xlink:role="info on Kalakukko" xlink:title="corporation homepage">Kalakukko Corporation</institution>
|
92
|
+
<addr-line>17 West Jefferson St.</addr-line>
|
93
|
+
<addr-line>Suite 207</addr-line>
|
94
|
+
<addr-line>New South Finland, MD 20856.</addr-line>
|
95
|
+
<country>Finland</country>
|
96
|
+
|
97
|
+
<phone>(301) 754-5766</phone>
|
98
|
+
<fax>(301) 754-5765</fax>
|
99
|
+
<email xmlns:xlink="http://www.w3.org/1999/xlink"
|
100
|
+
xlink:href="http://www.kalakukko.com" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake email description" xlink:title="fake email form page" xlink:type="simple">jct@kalakukko.com.fi</email>
|
101
|
+
<uri xlink:href="http://www.kalakukko.com" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake corporate webpage" xlink:title="JCT website">http://www.kalakukko.com</uri>
|
102
|
+
</address>
|
103
|
+
</contrib>
|
104
|
+
<contrib contrib-type="author" id="mul19" equal-contrib="no" deceased="no" corresp="no"><name name-style="western"><surname>Young</surname><given-names>John</given-names>
|
105
|
+
<prefix>The Honorable</prefix></name><role>
|
106
|
+
consultant physician</role><xref ref-type="aff"><sup><italic>a</italic></sup></xref></contrib>
|
107
|
+
<contrib contrib-type="author" id="mul688" equal-contrib="no" deceased="no" corresp="no"><name name-style="western"><surname>Langhorne</surname><given-names>Peter</given-names></name><role>
|
108
|
+
senior lecturer</role><xref ref-type="aff"><sup><italic>b</italic></sup></xref><on-behalf-of>on behalf of the Day
|
109
|
+
Hospital
|
110
|
+
Group</on-behalf-of></contrib></contrib-group><aff><sup><italic>a</italic></sup>Department
|
111
|
+
of Health Care for the Elderly, St Luke’s Hospital, Bradford BD5 0NA,
|
112
|
+
<sup><italic>b</italic></sup>Academic Section of Geriatric Medicine, Royal Infirmary,
|
113
|
+
Glasgow G4 0SF</aff><author-notes id="mul3" rid="mul19">
|
114
|
+
<title>Fake Notes Title</title><fn fn-type="con" id="mul252" xml:lang="en">
|
115
|
+
<p>Contributors: AF planned and
|
116
|
+
initiated the review, conducted literature searches, assessed the trials,
|
117
|
+
drafted and redrafted the final report. JY planned and initiated the review,
|
118
|
+
assessed trials, and redrafted the final report. PL planned the review, assessed
|
119
|
+
trials, provided methodological support, and redrafted the final report. The day
|
120
|
+
hospital group is formed from the authors of this systematic review and the
|
121
|
+
authors of the original trials who provided additional information about trial
|
122
|
+
procedures and data: S Burch, J Longbottom, M Mckay, C Borland, T Prevost
|
123
|
+
(Huntingdon); Kaisu Pitkala (Helsinki); John Gladman (Nottingham); Susan
|
124
|
+
Hedrick, M L Rothman, M K Chapko, J L Ehreth, P Diehr, T S Inui, R T Connis, P L
|
125
|
+
Grover, J R Kelly (United States); E Hui, C Lum, R L C Kay, J Woo, K H Or (Hong
|
126
|
+
Kong); N Vetter (Cardiff). Victor Cummings, Joan Eagle, and S J Ogle also
|
127
|
+
supported the review. J Baskett provided additional information and T K Kong
|
128
|
+
identified a relevant trial.</p></fn>
|
129
|
+
<corresp id="mul808">Correspondence to: Dr Forster
|
130
|
+
<email>a.forster@leeds.ac.uk</email></corresp>
|
131
|
+
<fn fn-type="financial-disclosure" id="mul363" xml:lang="en">
|
132
|
+
<p>Funding: NHS
|
133
|
+
Executive Northern and
|
134
|
+
Yorkshire Region, Stroke Association.</p></fn><fn fn-type="conflict" id="mul737" xml:lang="en">
|
135
|
+
<p>Competing interests: None
|
136
|
+
declared.</p></fn></author-notes>
|
137
|
+
<pub-date pub-type="pub"><day>27</day><month>3</month><year>1999</year></pub-date><volume>
|
138
|
+
318</volume><volume-id pub-id-type="doi">fakevolumedoi</volume-id><issue>7187</issue><issue-id pub-id-type="doi">fakeDOI</issue-id><issue-title>World Wide Web Usability</issue-title>
|
139
|
+
<supplement supplement-type="periodic">Fake Supplement Title</supplement>
|
140
|
+
<fpage>837</fpage><lpage>841</lpage>
|
141
|
+
|
142
|
+
<page-range>837-838, 840-841</page-range>
|
143
|
+
|
144
|
+
<product product-type="website" xlink:href="http://www.fakecompany.com" xlink:actuate="onRequest" xlink:show="new" xlink:type="simple" xlink:title="Product Name" xlink:role="product information" xmlns:xlink="http://www.w3.org/1999/xlink">
|
145
|
+
<collab collab-type="authors" id="mul595959595" xmlns:xlink="http://www.w3.org/1999/xlink"
|
146
|
+
xlink:href="http://www.rcpbgs.gov" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake collab description" xlink:title="fake collaboration" xlink:type="simple">Research Unit of the Royal College of Physicians and British
|
147
|
+
Geriatric Society</collab>
|
148
|
+
<source xml:lang="en">Wildflowers of the Washington Area</source>
|
149
|
+
<year>2002</year>
|
150
|
+
|
151
|
+
<publisher-name>Lippman, Ltd.</publisher-name>
|
152
|
+
|
153
|
+
<publisher-loc>Bethesda, MD</publisher-loc>
|
154
|
+
<isbn>0-23-8675-309</isbn>, includes a CD-ROM,
|
155
|
+
<bold>$19.95</bold> (Used 12.50 when available)
|
156
|
+
</product>
|
157
|
+
|
158
|
+
<history>
|
159
|
+
<date date-type="accepted"><day>29</day><month>1</month><year>1999</year></date>
|
160
|
+
</history><copyright-statement>Copyright © 1999, British Medical
|
161
|
+
Journal</copyright-statement>
|
162
|
+
<copyright-year>1999</copyright-year>
|
163
|
+
<license license-type="open-access"
|
164
|
+
xlink:href="http://creativecommons.org/licenses/by/2.0/" xlink:actuate="onRequest" xlink:show="new" xlink:type="simple" xlink:title="CCA license" xlink:role="license description" xmlns:xlink="http://www.w3.org/1999/xlink">
|
165
|
+
|
166
|
+
<p>This is an open-access article distributed under the terms of the
|
167
|
+
Creative Commons Attribution License, which permits unrestricted use,
|
168
|
+
distribution, and reproduction in any medium, provided the original
|
169
|
+
work is properly cited.</p>
|
170
|
+
</license>
|
171
|
+
|
172
|
+
<self-uri xlink:actuate="onRequest" xlink:show="new" xlink:type="simple" xlink:title="Fake Article Title" xlink:role="fake article description" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.harmreductionjournal.com/content/1/1/5">This
|
173
|
+
article is available from http://www.harmreductionjournal.com/content/1/1/5</self-uri>
|
174
|
+
|
175
|
+
<related-article id="mul235609" related-article-type="companion"
|
176
|
+
xlink:title="synopsis" xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" xlink:role="compansion article description" xmlns:xlink="http://www.w3.org/1999/xlink" ext-link-type="doi" xlink:href="10.1371/journal.pbio.0020359"
|
177
|
+
vol="2" issue="3" page="e359" journal-id="pnas" journal-id-type="pmc">
|
178
|
+
<article-title>How to Make a Mother in Five Easy Steps</article-title>
|
179
|
+
</related-article>
|
180
|
+
|
181
|
+
<abstract abstract-type="summary" xml:lang="en"><sec><title>Objective</title>
|
182
|
+
<p>To examine the effectiveness
|
183
|
+
of day hospital attendance in prolonging independent living for elderly
|
184
|
+
people.</p>
|
185
|
+
</sec>
|
186
|
+
<sec><title>Design</title>
|
187
|
+
<p>Systematic review of 12 controlled
|
188
|
+
clinical trials (available by January 1997) comparing day hospital care with
|
189
|
+
comprehensive care (five trials), domiciliary care (four trials), or no
|
190
|
+
comprehensive care (three trials).</p></sec><sec><title>Subjects</title>
|
191
|
+
<p>2867
|
192
|
+
elderly people.</p></sec><sec><title>Main outcome measures</title>
|
193
|
+
<p>Death,
|
194
|
+
institutionalisation, disability, global “poor outcome,” and use
|
195
|
+
of resources.</p></sec><sec><title>Results</title>
|
196
|
+
<p>Overall, there was no
|
197
|
+
significant difference between day hospitals and alternative services for death,
|
198
|
+
disability, or use of resources. However, compared with subjects receiving no
|
199
|
+
comprehensive care, patients attending day hospitals had a lower odds of death
|
200
|
+
or “poor” outcome (0.72, 95% confidence interval 0.53 to
|
201
|
+
0.99; P<0.05) and functional deterioration (0.61, 0.38 to 0.97;
|
202
|
+
P<0.05). The day hospital group showed trends towards reductions in
|
203
|
+
hospital bed use and placement in institutional care. Eight trials reported
|
204
|
+
treatment costs, six of which reported that day hospital attendance was more
|
205
|
+
expensive than other care, although only two analyses took into account cost of
|
206
|
+
long term care.</p></sec><sec><title>Conclusions</title>
|
207
|
+
<p>Day hospital care
|
208
|
+
seems to be an effective service for elderly people who need rehabilitation but
|
209
|
+
may have no clear advantage over other comprehensive care. Methodological
|
210
|
+
problems limit these conclusions, and further randomised trials are
|
211
|
+
justifiable.</p>
|
212
|
+
<p><boxed-text xml:lang="en" position="anchor" id="mul245" content-type="summary"><sec><title>Key messages</title>
|
213
|
+
<p>
|
214
|
+
<list id="mul2345" list-type="alpha-upper" prefix-word="Message" list-content="results summary">
|
215
|
+
<list-item id="mul23451">
|
216
|
+
<p>The benefits of geriatric day hospital care have been
|
217
|
+
controversial for many years</p></list-item>
|
218
|
+
<list-item id="mul23452">
|
219
|
+
<p>This systematic review of 12
|
220
|
+
randomised trials comparing a variety of day hospitals with a range of
|
221
|
+
alternative services found no overall advantage for day hospital
|
222
|
+
care</p></list-item>
|
223
|
+
<list-item id="mul23453">
|
224
|
+
<p>Day hospitals had a possible advantage over no comprehensive
|
225
|
+
care in terms of death or poor outcome, disability, and use of
|
226
|
+
resources</p></list-item>
|
227
|
+
<list-item id="mul23454">
|
228
|
+
<p>The costs of day hospital care may be partly offset by
|
229
|
+
a reduced use of hospital beds and institutional care among
|
230
|
+
survivors</p>
|
231
|
+
|
232
|
+
<list id="mul34563456" list-type="bullet" list-content="fake list">
|
233
|
+
<list-item id="mul23452345">
|
234
|
+
<p>blah, blah, blah</p></list-item>
|
235
|
+
<list-item id="mul12341234">
|
236
|
+
<p>more blah, blah, blah</p></list-item>
|
237
|
+
<list-item id="mul6789456456">
|
238
|
+
<p>even more blah, blah, blah</p>
|
239
|
+
|
240
|
+
<list id="mul5676577645" list-type="simple" list-content="another fake list">
|
241
|
+
<list-item id="mul456456456">
|
242
|
+
<p>abc</p></list-item>
|
243
|
+
<list-item id="mul7897898797">
|
244
|
+
<p>do-re-mi</p></list-item>
|
245
|
+
<list-item id="mul323445747">
|
246
|
+
<p>123</p></list-item>
|
247
|
+
</list>
|
248
|
+
|
249
|
+
</list-item>
|
250
|
+
|
251
|
+
</list>
|
252
|
+
|
253
|
+
</list-item>
|
254
|
+
</list>
|
255
|
+
</p></sec></boxed-text></p></sec></abstract>
|
256
|
+
<trans-abstract abstract-type="summary" xml:lang="FR">
|
257
|
+
|
258
|
+
<p>Claude Dufresne, 51 ans, en proie à son deuxième infarctus du myocarde, est arrivé trop tard de six minutes à l'urgence du Centre hospitalier du Centre-de-la-Mauricie, hôpital de 142 lits de Shawinigan- Sud. Les portes de l'urgence étaient en effet fermées pour la nuit, parce qu'aucun des 60 médecins de famille ou internistes de l'hôpital n'était disponible pour assurer le service. M. Dufresne est décédé en chemin vers la salle d'urgence ouverte la plus près, à quelque 30 minutes de là.</p>
|
259
|
+
</trans-abstract>
|
260
|
+
<kwd-group id="mul9768" kwd-group-type="IEEE" xml:lang="en">
|
261
|
+
<kwd id="mul6789">DNA analysis</kwd>
|
262
|
+
<kwd id="mul9876">gene expression</kwd>
|
263
|
+
|
264
|
+
<kwd id="mul7896">parallel cloning</kwd>
|
265
|
+
<kwd id="mul8967">fluid microarray</kwd>
|
266
|
+
</kwd-group>
|
267
|
+
<contract-num id="mul999" rid="mul19" xmlns:xlink="http://www.w3.org/1999/xlink"
|
268
|
+
xlink:href="http://www.fake.com" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake contract description" xlink:title="fake contract" xlink:type="simple">NSF DBI-0317510</contract-num>
|
269
|
+
<contract-sponsor id="mul444" rid="mul19"
|
270
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
271
|
+
xlink:href="http://www.fakearda.com" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake sponsor description" xlink:title="fake contract sponsor" xlink:type="simple">ARDA AQUAINT</contract-sponsor>
|
272
|
+
<conference>
|
273
|
+
<conf-date>1999</conf-date>
|
274
|
+
<conf-name>The 27th annual ACM SI/GUCCS
|
275
|
+
conference</conf-name>
|
276
|
+
<conf-acronym>SIGUCCS '99</conf-acronym>
|
277
|
+
<conf-num>27</conf-num>
|
278
|
+
<conf-loc>Denver, Colorado, United States</conf-loc>
|
279
|
+
<conf-sponsor>ACM, Assoc. for Computing
|
280
|
+
Machinery</conf-sponsor>
|
281
|
+
<conf-theme>User services conference for
|
282
|
+
university and college computing service
|
283
|
+
organizations</conf-theme>
|
284
|
+
</conference>
|
285
|
+
<counts>
|
286
|
+
<fig-count count="5"/>
|
287
|
+
<table-count count="3"/>
|
288
|
+
<equation-count count="10"/>
|
289
|
+
<ref-count count="26"/>
|
290
|
+
|
291
|
+
<page-count count="6"/>
|
292
|
+
<word-count count="2847"/>
|
293
|
+
</counts>
|
294
|
+
<custom-meta-wrap>
|
295
|
+
<custom-meta>
|
296
|
+
<meta-name>journalsubtitle</meta-name>
|
297
|
+
<meta-value>for biotechnology professionals</meta-value>
|
298
|
+
</custom-meta>
|
299
|
+
</custom-meta-wrap>
|
300
|
+
</article-meta>
|
301
|
+
</front>
|
302
|
+
<body>
|
303
|
+
<sec sec-type="intro">
|
304
|
+
<title>Introduction</title>
|
305
|
+
|
306
|
+
<p>Geriatric day hospitals developed rapidly in the United Kingdom in the
|
307
|
+
1960s as an important component of care provision. The model has since
|
308
|
+
been widely applied in several Western countries. Day hospitals provide
|
309
|
+
multidisciplinary assessment and rehabilitation in an outpatient setting
|
310
|
+
and have a pivotal position between hospital and home based services.
|
311
|
+
Although there is considerable descriptive literature on day hospital
|
312
|
+
care,<xref ref-type="bibr" rid="B1">1</xref> concern has been expressed
|
313
|
+
that evidence for effectiveness is equivocal and that <xref ref-type="other" rid="mul222222" id="mul98989898">day hospital</xref> care
|
314
|
+
is expensive.<xref ref-type="bibr" rid="B2">2</xref> We therefore
|
315
|
+
undertook a systematic review of the randomised trials of day hospital
|
316
|
+
care.</p>
|
317
|
+
</sec>
|
318
|
+
<sec sec-type="methods"><title>Methods</title>
|
319
|
+
|
320
|
+
<p id="mul808909" xml:lang="en" content-type="methodology">The primary question addressed was whether older patients attending
|
321
|
+
a day hospital would experience better outcomes than those receiving alternative
|
322
|
+
forms of care. We anticipated considerable heterogeneity in both the
|
323
|
+
intervention and control services and so specified key subgroup comparisons
|
324
|
+
before reviewing the trials.</p>
|
325
|
+
<sec><title>Inclusion criteria</title>
|
326
|
+
|
327
|
+
<p>We set out to identify all relevant controlled clinical trials of
|
328
|
+
geriatric day hospital care. A <target id="mul222222" target-type="fake">day hospital</target> was defined as an outpatient
|
329
|
+
facility where older patients attend for a full or near full day and receive
|
330
|
+
multidisciplinary rehabilitation in a health care setting.<xref ref-type="bibr" rid="B3">3</xref> Trials evaluating social day centres, other types of day
|
331
|
+
hospitals such as those for patients with dementia or psychiatric conditions,
|
332
|
+
and single condition day hospitals were excluded.</p>
|
333
|
+
<sec sec-type="discussion"><title>Fake subsection</title>
|
334
|
+
|
335
|
+
<p><italic>Goniocyclus hannibalensis</italic> is founded on specimens that
|
336
|
+
cannot be related to a precise stratgraphic position within the excavated
|
337
|
+
succession; consequently faunal relationships cannot be expressed with certainty.
|
338
|
+
...Preliminary reports of the ancestral
|
339
|
+
<monospace>Goniocyclus</monospace> species are described as:
|
340
|
+
<array id="mul2" content-type="species hierarchy" xml:lang="en">
|
341
|
+
<tbody content-type="fake tbody description" align="left" valign="middle" id="mul4564432">
|
342
|
+
<tr align="left" valign="middle" content-type="fake">
|
343
|
+
<td>Suborder</td>
|
344
|
+
<td><sc>Goniatitina</sc> (Hyatt, 1884)</td>
|
345
|
+
</tr>
|
346
|
+
<tr align="left" valign="middle" content-type="fake">
|
347
|
+
<td>Superfamily</td>
|
348
|
+
<td><sc>Pericyclaceae</sc> (Hyatt, 1900)</td>
|
349
|
+
</tr>
|
350
|
+
<tr align="left" valign="middle" content-type="fake">
|
351
|
+
<td>Family</td>
|
352
|
+
<td><sc>Pericyckidae</sc> (Hyatt, 1900)</td>
|
353
|
+
</tr>
|
354
|
+
<tr align="left" valign="middle" content-type="fake">
|
355
|
+
<td>Genus</td>
|
356
|
+
<td><sc>Goniocyclus</sc> (Gordon, 1986)</td>
|
357
|
+
</tr>
|
358
|
+
<tr align="left" valign="middle" content-type="fake">
|
359
|
+
<td>Type Species</td>
|
360
|
+
<td><italic>Goniatites blairi</italic> (Miller and Gurley, 1896)</td>
|
361
|
+
</tr>
|
362
|
+
</tbody>
|
363
|
+
</array></p>
|
364
|
+
<sec>
|
365
|
+
<title>Buy or Lease?<break/>
|
366
|
+
Two Models for Scholarly Information<break/>
|
367
|
+
at the End (or the Beginning) of an Era</title>
|
368
|
+
<verse-group id="mul787878" xml:lang="en">
|
369
|
+
<verse-line>Some say the world will end in fire,</verse-line>
|
370
|
+
<verse-line>Some say in ice.</verse-line>
|
371
|
+
<verse-line>From what I’ve tasted of desire</verse-line>
|
372
|
+
<verse-line>I hold with those who favor fire.</verse-line>
|
373
|
+
<verse-line>But if it had to perish twice,</verse-line>
|
374
|
+
<verse-line>I think I know enough of hate</verse-line>
|
375
|
+
<verse-line>To say that for destruction ice</verse-line>
|
376
|
+
<verse-line>Is also great</verse-line>
|
377
|
+
<verse-line>And would suffice.</verse-line>
|
378
|
+
<attrib>—Robert Frost “Fire and Ice”</attrib>
|
379
|
+
</verse-group>
|
380
|
+
|
381
|
+
<p>Within living memory, our use of print (static) information has been
|
382
|
+
governed by copyright law and the practices that have evolved around it.
|
383
|
+
Enter electronic information, where publishers deliver it with licenses and
|
384
|
+
new rules, a very different framework from copyright....</p>
|
385
|
+
<chem-struct-wrapper id="mul777" content-type="fake structures" position="float"><object-id pub-id-type="doi">Fake DOI</object-id>
|
386
|
+
<chem-struct id="C1" xlink:actuate="onRequest" xlink:href="http://www.mulberrytech.com/people" xlink:role="fake explanation of role" xlink:show="new" xlink:title="fake chem structure link title" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" content-type="chemical structure"><alt-text>Fake detailed description of chemical structure</alt-text><long-desc id="mul3003" xml:lang="en">Fake description of chemical structure</long-desc><graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="fors2552.f1" alt-version="yes" mimetype="image" mime-subtype="jpeg"></graphic></chem-struct></chem-struct-wrapper>
|
387
|
+
<sec sec-type="subjects" id="mul9000789" xml:lang="en">
|
388
|
+
<title>Fake Subsection Title</title>
|
389
|
+
|
390
|
+
<p>yeddah, yeddah, yeddah</p>
|
391
|
+
<table-wrap-group id="mul58695945" position="float">
|
392
|
+
<table-wrap id="TX0.180" position="float" xml:lang="en" content-type="dollar amounts">
|
393
|
+
<label>Table 3</label>
|
394
|
+
<caption>
|
395
|
+
<p>Patient costs for institutional
|
396
|
+
care at the end of scheduled follow up</p></caption>
|
397
|
+
<table id="mul4536778" border="1" cellpadding="3" cellspacing="2" content-type="yearly patient cost" frame="box" rules="all" summary="blah blah blah" width="70%">
|
398
|
+
<colgroup id="mul566779433" content-type="fake content-type" align="left" valign="middle" width="60" span="2">
|
399
|
+
<col span="1" content-type="years" valign="middle" align="center" width="10" id="mul5677884"/>
|
400
|
+
<col align="char" char="," charoff="50%" span="1" valign="middle"/>
|
401
|
+
</colgroup>
|
402
|
+
<thead align="center" valign="middle">
|
403
|
+
<tr id="mul67759435">
|
404
|
+
<th content-type="column header" id="mul65844365">Year</th>
|
405
|
+
<th content-type="column header" id="mul654677745">Cost per patient</th>
|
406
|
+
</tr>
|
407
|
+
</thead>
|
408
|
+
<tbody>
|
409
|
+
<tr id="mul67744336">
|
410
|
+
<td id="mul67788845" content-type="year">1997</td>
|
411
|
+
<td id="mul7865543" content-type="monetary amount">$8,250</td>
|
412
|
+
</tr>
|
413
|
+
<tr id="mul67784533">
|
414
|
+
<td id="mul654356679" content-type="year">2000</td>
|
415
|
+
<td content-type="monetary amount">$31,400</td>
|
416
|
+
</tr>
|
417
|
+
<tr id="mul78894834">
|
418
|
+
<td id="mul90349833" content-type="year">2003</td>
|
419
|
+
<td content-type="monetary amount">$125,600</td>
|
420
|
+
</tr>
|
421
|
+
</tbody>
|
422
|
+
</table>
|
423
|
+
</table-wrap>
|
424
|
+
|
425
|
+
<table-wrap id="TN0.1701">
|
426
|
+
<caption>
|
427
|
+
|
428
|
+
<p>Numbers of patients receiving institutional care at the
|
429
|
+
end of scheduled follow up and use of hospital beds among
|
430
|
+
those allocated to day hospital or alternative services</p>
|
431
|
+
</caption>
|
432
|
+
<table content-type="fake table description">
|
433
|
+
<thead content-type="fake thead description" id="mul6858443">
|
434
|
+
<tr>
|
435
|
+
<th colspan="3" align="center"
|
436
|
+
rowspan="1" valign="middle">Institutional care</th>
|
437
|
+
<th></th>
|
438
|
+
<th colspan="2" align="center"
|
439
|
+
rowspan="1"> Bed use (days)</th>
|
440
|
+
</tr>
|
441
|
+
</thead>
|
442
|
+
<tfoot id="mul23456540" align="center" valign="middle" content-type="fake tfoot description">
|
443
|
+
<tr>
|
444
|
+
<td align="center" valign="middle" rowspan="1">Patients</td>
|
445
|
+
<td align="center" valign="middle" rowspan="1">Patients</td>
|
446
|
+
<td align="center" valign="middle" rowspan="1">Odds ratio</td>
|
447
|
+
<td></td>
|
448
|
+
<td align="center" valign="middle" rowspan="1">Patients</td>
|
449
|
+
<td align="center" valign="middle" rowspan="1">Patients</td>
|
450
|
+
</tr>
|
451
|
+
</tfoot>
|
452
|
+
<tbody>
|
453
|
+
<tr>
|
454
|
+
<td colspan="3"><hr/></td>
|
455
|
+
<td colspan="2"><hr/></td>
|
456
|
+
</tr>
|
457
|
+
<tr>
|
458
|
+
<th>Control group</th>
|
459
|
+
<th align="center">Day hospital</th>
|
460
|
+
<th align="center">Control</th>
|
461
|
+
<th align="center">Odds ratio (95% CI)</th>
|
462
|
+
<th></th>
|
463
|
+
<th align="center">Day hospital</th>
|
464
|
+
<th align="center">Control</th>
|
465
|
+
</tr>
|
466
|
+
<tr>
|
467
|
+
<td colspan="7"><hr/></td>
|
468
|
+
</tr>
|
469
|
+
<tr>
|
470
|
+
<td>Comprehensive care (5 trials)</td>
|
471
|
+
<td align="center">151/597<xref ref-type="table-fn"
|
472
|
+
rid="TF1-150"></xref></td>
|
473
|
+
<td align="center">159/584</td>
|
474
|
+
<td align="center">0.91 (0.70 to 1.19)</td>
|
475
|
+
<td></td>
|
476
|
+
<td align="center">20.5</td>
|
477
|
+
<td align="center">21.4</td>
|
478
|
+
</tr>
|
479
|
+
<tr>
|
480
|
+
<td>Domiciliary care (4 trials)</td>
|
481
|
+
<td align="center">20/216</td>
|
482
|
+
<td align="center"> 19/227</td>
|
483
|
+
<td align="center">1.61 (0.30 to 8.55)</td>
|
484
|
+
<td></td>
|
485
|
+
<td align="center"> 7.7</td>
|
486
|
+
<td align="center">11.1</td>
|
487
|
+
</tr>
|
488
|
+
<tr><td>No comprehensive care (3 trials)</td>
|
489
|
+
<td align="center">37/411</td>
|
490
|
+
<td align="center"> 66/403</td>
|
491
|
+
<td align="center">0.50<xref ref-type="table-fn"
|
492
|
+
rid="TF1-151"></xref>
|
493
|
+
(0.26 to 0.96)</td>
|
494
|
+
<td></td>
|
495
|
+
<td align="center">11.2</td>
|
496
|
+
<td align="center">11.7</td>
|
497
|
+
</tr>
|
498
|
+
<tr><td>Total</td>
|
499
|
+
<td align="center">208/1224</td>
|
500
|
+
<td align="center">244/1214</td>
|
501
|
+
<td align="center">0.77 (0.52 to 1.13)</td>
|
502
|
+
<td></td>
|
503
|
+
<td align="center">15.0</td>
|
504
|
+
<td align="center">16.4</td>
|
505
|
+
</tr>
|
506
|
+
</tbody>
|
507
|
+
</table>
|
508
|
+
<table-wrap-foot>
|
509
|
+
<fn id="TF1-1501" symbol="*">
|
510
|
+
|
511
|
+
<p>Data not available for 1 trial.</p>
|
512
|
+
</fn>
|
513
|
+
<fn id="TF1-1511" symbol="**">
|
514
|
+
<p>P<0.05 (random effects
|
515
|
+
model).</p>
|
516
|
+
</fn>
|
517
|
+
</table-wrap-foot>
|
518
|
+
</table-wrap>
|
519
|
+
</table-wrap-group>
|
520
|
+
|
521
|
+
|
522
|
+
<p>The study of adaptive behaviors ... </p>
|
523
|
+
|
524
|
+
<p>
|
525
|
+
<disp-quote id="mul535" xml:lang="en">
|
526
|
+
|
527
|
+
<p>It may metaphorically be said that natural selection is daily
|
528
|
+
and hourly scrutinizing, throughout the world, the slightest variations;
|
529
|
+
rejecting those that are bad, preserving and adding up all that are
|
530
|
+
good; silently and insensibly working, whenever and wherever opportunity
|
531
|
+
offers, at the improvement of each organic being in relation to its
|
532
|
+
organic and inorganic conditions of life. We see nothing of these slow
|
533
|
+
changes in progress, until the hand of time has marked the lapse of
|
534
|
+
ages.</p>
|
535
|
+
<attrib>—Charles Darwin (<xref ref-type="bibr"
|
536
|
+
rid="B1">1</xref>)</attrib>
|
537
|
+
</disp-quote>
|
538
|
+
</p>
|
539
|
+
<sec>
|
540
|
+
<title>Fake Subsection Title</title>
|
541
|
+
|
542
|
+
<p>...Selected as described for Acc-29
|
543
|
+
<disp-formula id="mul474">
|
544
|
+
<tex-math id="M1" notation="TeX" version="1.0"><![CDATA[\documentclass[12pt]{minimal}
|
545
|
+
\usepackage{wasysym}
|
546
|
+
\usepackage[substack]{amsmath}
|
547
|
+
\usepackage{amsfonts}
|
548
|
+
\usepackage{amssymb}
|
549
|
+
\usepackage{amsbsy}
|
550
|
+
\usepackage[mathscr]{eucal}
|
551
|
+
\usepackage{mathrsfs}
|
552
|
+
\DeclareFontFamily{T1}{linotext}{}
|
553
|
+
\DeclareFontShape{T1}{linotext}{m}{n} { <-> linotext }{}
|
554
|
+
\DeclareSymbolFont{linotext}{T1}{linotext}{m}{n}
|
555
|
+
\DeclareSymbolFontAlphabet{\mathLINOTEXT}{linotext}
|
556
|
+
\begin{document}
|
557
|
+
$$
|
558
|
+
{\mathrm{Acc/Acc:\hspace{.5em}}}\frac{{\mathit{ade2-202}}}{{\mathit{ADE2}}}\
|
559
|
+
hspace{.5em}\frac{{\mathit{ura3-59}}}{{\mathit{ura3-59}}}\hspace{.5em}\frac{{\
|
560
|
+
mathit{ADE1}}}{{\mathit{adel-201}}}\hspace{.5em}\frac{{\mathit{ter1-Acc}}}{{\
|
561
|
+
mathit{ter1-Acc}}}\hspace{.5em}\frac{{\mathit{MATa}}}{{\mathit{MAT{\alpha}}}}
|
562
|
+
$$
|
563
|
+
\end{document}]]>
|
564
|
+
</tex-math>
|
565
|
+
</disp-formula> TER1/ter1-Acc: Acc-29 crossed with ...</p>
|
566
|
+
|
567
|
+
<p>...The map symbol indicating these conditions will be a
|
568
|
+
|
569
|
+
<private-char name="NORTHWEST SOUTHEAST ARROW" description="Arrow,
|
570
|
+
normal weight, single line, two-headed, Northwest to Southeast">
|
571
|
+
<glyph-data id="NWSEArr" format="PBM" resolution="300"
|
572
|
+
x-size="34" y-size="34">
|
573
|
+
0000000000000000000000000000000000 0111111111111100000000000000000000
|
574
|
+
0111111111111100000000000000000000 0111110000000000000000000000000000
|
575
|
+
0111110000000000000000000000000000 0111111000000000000000000000000000
|
576
|
+
0110111100000000000000000000000000 0110011110000000000000000000000000
|
577
|
+
0110001111000000000000000000000000 0110000111100000000000000000000000
|
578
|
+
0110000011110000000000000000000000 0110000001111000000000000000000000
|
579
|
+
0110000000111100000000000000000000 0110000000011110000000000000000000
|
580
|
+
0110000000001111000000000000000000 0110000000000111100000000000000000
|
581
|
+
0110000000000011110000000000000000 0000000000000001111000000000000000
|
582
|
+
0000000000000000111100000000000110 0000000000000000011110000000000110
|
583
|
+
0000000000000000001111000000000110 0000000000000000000111100000000110
|
584
|
+
0000000000000000000011110000000110 0000000000000000000001111000000110
|
585
|
+
0000000000000000000000111100000110 0000000000000000000000011110000110
|
586
|
+
0000000000000000000000001111000110 0000000000000000000000000111100110
|
587
|
+
0000000000000000000000000011110110 0000000000000000000000000001111110
|
588
|
+
0000000000000000000000000001111110 0000000000000000011111111111111110
|
589
|
+
0000000000000000011111111111111110 0000000000000000000000000000000000
|
590
|
+
</glyph-data></private-char>. The NOAA 1993 standard definition of
|
591
|
+
|
592
|
+
<private-char name="NORTHWEST SOUTHEAST ARROW" description="Arrow,
|
593
|
+
normal weight, single line, two-headed, Northwest to Southeast">
|
594
|
+
<glyph-ref glyph-data="NWSEArr"/></private-char> will apply.
|
595
|
+
</p>
|
596
|
+
|
597
|
+
<p>Blah, blah, blah. <inline-graphic id="mul7070" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="fors25052.f1"
|
598
|
+
xlink:actuate="onRequest" xlink:show="new" xlink:role="fake inline graphic description" xlink:title="fake inline graphic" xlink:type="simple"
|
599
|
+
mimetype="image" mime-subtype="jpeg"></inline-graphic>
|
600
|
+
</p>
|
601
|
+
|
602
|
+
<p>RNAPs seem to have arisen twice in evolution
|
603
|
+
(see the <inline-supplementary-material id="mul6060" mimetype="video" mime-subtype="mpeg" content-type="video"
|
604
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
605
|
+
xlink:actuate="onRequest" xlink:show="new" xlink:role="fake inline supp material" xlink:title="local_file" xlink:href="timeline" xlink:type="simple">Timeline</inline-supplementary-material>. A large
|
606
|
+
family of multisubunit RNAPs includes bacterial
|
607
|
+
enzymes, archeal enzymes, eukaryotic nuclear RNAPs,
|
608
|
+
plastid-encoded chloroplast RNAPs, and RNAPs from
|
609
|
+
some <overline>eukaryotic</overline> viruses....</p>
|
610
|
+
|
611
|
+
<graphic id="mul707070" alt-version="no" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="fors2525052.f1" mimetype="image" mime-subtype="jpeg" position="anchor" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake graphic without wrapper" xlink:title="fake graphic" xlink:type="simple"/>
|
612
|
+
|
613
|
+
</sec>
|
614
|
+
<sec>
|
615
|
+
<title>Coimmunoprecipitation.</title>
|
616
|
+
|
617
|
+
<p>EM4 cells, stably transfected with Flag-HA-DAT, Myc-His-DAT,
|
618
|
+
or both, were reacted with cross-linker and solubilized in Triton X-100
|
619
|
+
as above. There is no reason to have this formula, <inline-formula id="mul8080">
|
620
|
+
<mml:math id="mul65790" xmlns:mml="http://www.w3.org/1998/Math/MathML" xlink:href="http://www.mulberrymath.com"><mml:semantics><mml:mrow><mml:msub><mml:mi>Q</mml:mi>
|
621
|
+
<mml:mrow><mml:mn>10</mml:mn></mml:mrow></mml:msub><mml:mo>=
|
622
|
+
</mml:mo><mml:msup><mml:mrow><mml:mrow><mml:mo>(</mml:mo><mml:mrow>
|
623
|
+
<mml:mfrac><mml:mrow><mml:msub><mml:mi>M</mml:mi><mml:mn>2</mml:mn></mml:msub>
|
624
|
+
</mml:mrow><mml:mrow><mml:msub><mml:mi>M</mml:mi><mml:mn>1</mml:mn>
|
625
|
+
</mml:msub></mml:mrow></mml:mfrac></mml:mrow><mml:mo>)</mml:mo></mml:mrow>
|
626
|
+
</mml:mrow><mml:mrow><mml:mn>10</mml:mn><mml:mo>/</mml:mo><mml:msub><mml:mi>T
|
627
|
+
</mml:mi><mml:mn>1</mml:mn></mml:msub><mml:mo>-</mml:mo><mml:msub><mml:mi>
|
628
|
+
T</mml:mi><mml:mn>2</mml:mn></mml:msub></mml:mrow></mml:msup></mml:mrow>
|
629
|
+
<mml:annotation/></mml:semantics></mml:math></inline-formula> here. Five microliters of
|
630
|
+
anti-Myc 9E10 (Santa Cruz Biotechnology) was added to 0.2 ml of Triton
|
631
|
+
X-100 extracts, and the mixture was incubated for 1 h at 4°C.
|
632
|
+
Twenty microliters of rec-protein G Sepharose (Zymed) was added, and the
|
633
|
+
mixture was incubated for 1 h at 4°C, washed three times in 0.5
|
634
|
+
ml of lysis buffer, and eluted in 45 μl of 2× Laemmli
|
635
|
+
sample buffer without reducing agent.</p>
|
636
|
+
|
637
|
+
<p>Blah, blah, blah. <media id="mul23890" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="fors253352.f1" xlink:actuate="onRequest" xlink:show="new" xlink:type="simple" xlink:role="film clip" xlink:title="Fake Film Title" mimetype="video" mime-subtype="mpeg" position="anchor"></media>
|
638
|
+
</p>
|
639
|
+
|
640
|
+
<p>Profiling of
|
641
|
+
<named-content content-type="genus-species" id="mul678009" xmlns:xlink="http://www.w3.org/1999/xlink"
|
642
|
+
xlink:href="http://www.fakecontent.com" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake named-content description" xlink:title="fake named-content" xlink:type="simple">Escherichia
|
643
|
+
coli</named-content> chromosome (PEC) described in the
|
644
|
+
Database version 2.27. Last update 17 September
|
645
|
+
2003. Available at <ext-link ext-link-type="uri"
|
646
|
+
xlink:href="http://shigen.lab.nig.ac.jp/ecoli/
|
647
|
+
pec">http://shigen.lab.nig.ac.jp/ecoli/pec</ext-link>
|
648
|
+
via the Internet Accessed: 5 November 2003</p>
|
649
|
+
|
650
|
+
<p>Trees, of course, are hardly a random choice for our
|
651
|
+
methodology.... Hierarchical trees have been understood as a
|
652
|
+
way of viewing document structures since the earliest days of
|
653
|
+
SGML development. Our initial tree structure was very simple:
|
654
|
+
|
655
|
+
<preformat id="mul709890" preformat-type="xml" xml:lang="en" xml:space="preserve" position="anchor">
|
656
|
+
<!ELEMENT implications (tree+) >
|
657
|
+
<!ELEMENT tree (root, branches) >
|
658
|
+
<!ELEMENT root (term, synonym?) >
|
659
|
+
<!ELEMENT branches (term | (term, synonym) | tree)* >
|
660
|
+
</preformat>
|
661
|
+
Terms are the literal strings for which the Ferret engine searches; they
|
662
|
+
are the most specific expressions to be found in real documents of the
|
663
|
+
<strike>premises</strike>concepts on which classifications rules act.</p>
|
664
|
+
|
665
|
+
|
666
|
+
<p>The participants understood the purpose of their peer
|
667
|
+
response groups to be finding mistakes or problems in each
|
668
|
+
other’s essays. ...Clara, one of the Chinese-speakers,
|
669
|
+
explains why she no longer believes the initial positive comments:
|
670
|
+
<speech xml:lang="en" id="mul8767965" content-type="therapy">
|
671
|
+
<speaker>S:</speaker>
|
672
|
+
|
673
|
+
<p>I think Aeenoy start this way. I think she always do
|
674
|
+
this way, like say some good thing first. And then I know
|
675
|
+
the bad thing is coming.</p>
|
676
|
+
</speech>
|
677
|
+
<speech>
|
678
|
+
<speaker>I:</speaker>
|
679
|
+
|
680
|
+
<p>So, why doe she do that?</p>
|
681
|
+
</speech>
|
682
|
+
<speech>
|
683
|
+
<speaker>S:</speaker>
|
684
|
+
|
685
|
+
<p>I think it gives somebody self-esteem ...</p></speech>
|
686
|
+
</p>
|
687
|
+
|
688
|
+
<p>Industrial buyers categorise foreign countries
|
689
|
+
according to their level of technological achievement
|
690
|
+
and subsequently differentiate their perceptions of
|
691
|
+
these countries accordingly.
|
692
|
+
... The following hypothesis is posited:
|
693
|
+
<statement content-type="hypothesis" id="mul456443"><label>Hypothesis 1</label>
|
694
|
+
|
695
|
+
<p>Buyer preferences for companies are influenced by
|
696
|
+
factors extrinsic to the firm attributable to, and
|
697
|
+
determined by, country-of-origin effects.</p>
|
698
|
+
</statement>
|
699
|
+
</p>
|
700
|
+
|
701
|
+
<p>The <italic>Escherichia coli argU</italic> gene encodes a minor arginine
|
702
|
+
tRNA, tRNA<sup arrange="stack">Arg</sup><sub arrange="stack">UCU</sub>,
|
703
|
+
which corresponds to the rare codon AGA and possibly AGG ....</p>
|
704
|
+
<supplementary-material id="S1"
|
705
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
706
|
+
xlink:title="local_file" xlink:actuate="onRequest" xlink:show="new" xlink:href="1471-2105-1-1-s1.pdf" xlink:type="simple" xlink:role="description of form" position="float"
|
707
|
+
mimetype="application" mime-subtype="pdf" content-type="form">
|
708
|
+
<label>Additional material</label>
|
709
|
+
<caption>
|
710
|
+
|
711
|
+
<p>Supplementary PDF file supplied by authors.</p>
|
712
|
+
</caption>
|
713
|
+
</supplementary-material>
|
714
|
+
</sec>
|
715
|
+
</sec>
|
716
|
+
|
717
|
+
</sec>
|
718
|
+
|
719
|
+
</sec>
|
720
|
+
|
721
|
+
|
722
|
+
</sec>
|
723
|
+
<sec><title>Search strategy</title>
|
724
|
+
|
725
|
+
<p>We searched for relevant published and unpublished papers up to
|
726
|
+
January 1997. Our search strategy included Medline, SIGLE (System for
|
727
|
+
Information on Grey Literature in Europe), BIDS (Bath Information and Data
|
728
|
+
Services), CINAHL (Cumulative Index to Nursing and Allied Health), and the
|
729
|
+
Cochrane Library. Key search terms included day hospital, day care, ambulatory
|
730
|
+
care, and outpatient clinic. We also searched <italic>Index Medicus, </italic>British
|
731
|
+
and international dissertation abstracts, conference abstracts (Society for
|
732
|
+
Research in Rehabilitation, British Geriatrics Society), bibliographies of known
|
733
|
+
trials, and other relevant articles and books. We publicised our work through
|
734
|
+
presentations at geriatric symposia and by contacting authors of previous
|
735
|
+
articles on day hospital care.
|
736
|
+
</p>
|
737
|
+
|
738
|
+
<p><bold>Background:</bold> The disabilities of the arm, shoulder and
|
739
|
+
hand (<abbrev id="mul26" xlink:actuate="onRequest" xlink:href="http://www.mulberrytech.com" xlink:role="information on disabiliites" xlink:show="new" xlink:title="diabilities' discussion" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink">DASH</abbrev>) questionnaire is a self-administered
|
740
|
+
region-specific outcome instrument developed as a measure of self-rated
|
741
|
+
upper-extremity disability and symptoms. The <abbrev id="mul27" xlink:actuate="onRequest" xlink:href="http://www.mulberrytech.com" xlink:role="information on disabiliites" xlink:show="new" xlink:title="diabilities' discussion" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink">DASH</abbrev>
|
742
|
+
consists mainly of a 30-item disability/symptom scale, scored 0 (no
|
743
|
+
disability) to 100. The main purpose of this study was to assess
|
744
|
+
the <italic>longitudinal construct validity</italic> of the
|
745
|
+
<abbrev id="mul28" xlink:actuate="onRequest" xlink:href="http://www.mulberrytech.com" xlink:role="information on disabiliites" xlink:show="new" xlink:title="diabilities' discussion" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink">DASH</abbrev> among patients undergoing surgery. The second
|
746
|
+
phase purpose was to quantify self-rated <italic>treatment
|
747
|
+
effectiveness</italic> after surgery.</p>
|
748
|
+
</sec>
|
749
|
+
<sec><title>Study appraisal and extraction of data</title>
|
750
|
+
<p>We
|
751
|
+
selected outcomes to reflect a previous definition of the purpose of day
|
752
|
+
hospital care: “to facilitate and prolong independent living for the
|
753
|
+
elderly in the community.”<xref ref-type="bibr" rid="B4">4</xref> Thus
|
754
|
+
death, the need for institutional care, disability, hospital use, and resource
|
755
|
+
use were selected as quantitative outcomes. In anticipation of incomplete data
|
756
|
+
we also defined a global “poor outcome” comprising death or one of
|
757
|
+
the following (in order of preference): resident in institutional care, severe
|
758
|
+
disability at end of follow up, or deterioration in physical function during
|
759
|
+
follow up. The research reports were independently assessed by three reviewers
|
760
|
+
to establish eligibility, agree subcategories for the trials based on the
|
761
|
+
treatment comparison, and to extract data.</p></sec>
|
762
|
+
<sec><title>Statistical methods</title>
|
763
|
+
<p>When possible, studies were analysed
|
764
|
+
on an intention to treat basis. Surviving authors were contacted and asked to
|
765
|
+
supply additional information when necessary. Patients who were lost to follow
|
766
|
+
up or for whom outcome data were not available were excluded from the initial
|
767
|
+
analysis. However, they were included in “best case” (all missing
|
768
|
+
data in favour of day hospital care), <underline underline-style="double">neutral</underline> (all missing data
|
769
|
+
recorded at the average event rate for the trial), and “worst
|
770
|
+
case” (all missing data in favour of alternative care) sensitivity
|
771
|
+
analyses.</p>
|
772
|
+
<p>We calculated odds ratios (with 95% confidence intervals)
|
773
|
+
for the dichotomous outcomes using standard methods. A fixed effects
|
774
|
+
approach<xref ref-type="bibr" rid="B5">5</xref> was used initially and, if
|
775
|
+
substantial heterogeneity was present, we confirmed this with a random effects
|
776
|
+
approach.<xref ref-type="bibr" rid="B6">6</xref> Outcomes were recorded at the
|
777
|
+
end of scheduled follow up.</p></sec></sec>
|
778
|
+
<sec sec-type="results"><title>Results</title>
|
779
|
+
<p>We identified 703 abstracts, of which
|
780
|
+
687 were not relevant to the review or of descriptive studies. Sixteen evaluated
|
781
|
+
a service fulfilling our definition of geriatric day hospital care. This
|
782
|
+
analysis includes 12 trials which recruited 2867 subjects.<xref ref-type="bibr" rid="B7">7</xref>-<xref ref-type="bibr" rid="B18">18</xref> Of the
|
783
|
+
remaining four trials, one has just completed (J Baskett, personal
|
784
|
+
communication); two did not include a random or quasirandom allocation
|
785
|
+
procedure,<xref ref-type="bibr" rid="B19">19</xref><xref ref-type="bibr" rid="B20">20</xref> and one was excluded because day hospital attendance was
|
786
|
+
only one component of a complex multiple service intervention.<xref ref-type="bibr" rid="B21">21</xref> Details of randomisation procedures,
|
787
|
+
treatment schedules, and numbers of patients followed up are given on the
|
788
|
+
<italic>BMJ</italic>website.</p><fig id="F1" fig-type="diagram" position="float" xml:lang="en"><caption xml:lang="en" content-type="death rate graphic">
|
789
|
+
<p>Deaths
|
790
|
+
among patients receiving day hospital care or alternative services. Odds ratios
|
791
|
+
of death by end of follow up were calculated by fixed effects model.
|
792
|
+
Heterogeneity between trials is presented as
|
793
|
+
?<sup>2</sup></p></caption><alt-text>Two columns identifying patient deaths for those with hospital care versus alternative services</alt-text><graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="fors2662.f1" alt-version="yes" mimetype="image" mime-subtype="jpeg"></graphic></fig>
|
794
|
+
<p>Multidisciplinary outpatient rehabilitation
|
795
|
+
was available at all the day hospital sites. Comparison groups comprised
|
796
|
+
comprehensive elderly care (a range of inpatient, outpatient, and domiciliary
|
797
|
+
geriatric medical services)<xref ref-type="bibr" rid="B9">9</xref><xref ref-type="bibr" rid="B10">10</xref><xref ref-type="bibr" rid="B12">12</xref><xref ref-type="bibr" rid="B13">13</xref><xref ref-type="bibr" rid="B15">15</xref>; domiciliary care (therapy provided in the
|
798
|
+
patient’s home<xref ref-type="bibr" rid="B11">11</xref><xref ref-type="bibr" rid="B14">14</xref><xref ref-type="bibr" rid="B16">16</xref> or
|
799
|
+
day centre<xref ref-type="bibr" rid="B18">18</xref>); and no comprehensive
|
800
|
+
elderly care (patients who were eligible for, but not referred to, existing
|
801
|
+
services).<xref ref-type="bibr" rid="B7">7</xref><xref ref-type="bibr" rid="B8">8</xref><xref ref-type="bibr" rid="B17">17</xref> For the trial by
|
802
|
+
Gladman et al,<xref ref-type="bibr" rid="B16">16</xref> only patients in the
|
803
|
+
health care of the elderly strata have been included as the random treatment
|
804
|
+
allocation of these patients included day hospital care.</p><sec><title>Patient
|
805
|
+
characteristics</title>
|
806
|
+
<p>One study was run by the Department of Veterans
|
807
|
+
Affairs in the United States and was exceptional in that the sample was
|
808
|
+
96% male.<xref ref-type="bibr" rid="B15">15</xref> In all trials the mean
|
809
|
+
age of participants was at least 65 years and usually over 70 years. Three
|
810
|
+
trials<xref ref-type="bibr" rid="B14">14</xref><xref ref-type="bibr" rid="B16">16</xref><xref ref-type="bibr" rid="B17">17</xref> recruited only
|
811
|
+
stroke patients, but the rest had a mixed population. Most patients had
|
812
|
+
significant disability on a variety of scales.</p></sec><sec><title>Outcome
|
813
|
+
data</title>
|
814
|
+
<p>Details on deaths were published, or provided on request, for all
|
815
|
+
trials. Information about institutionalisation was published in only four
|
816
|
+
studies<xref ref-type="bibr" rid="B7">7</xref><xref ref-type="bibr" rid="B9">9</xref><xref ref-type="bibr" rid="B13">13</xref><xref ref-type="bibr" rid="B16">16</xref>; additional data were provided by the authors for a further
|
817
|
+
six studies.<xref ref-type="bibr" rid="B11">11</xref><xref ref-type="bibr" rid="B12">12</xref><xref ref-type="bibr" rid="B14">14</xref><xref ref-type="bibr" rid="B15">15</xref><xref ref-type="bibr" rid="B17">17</xref><xref ref-type="bibr" rid="B18">18</xref> Data were also
|
818
|
+
available concerning some aspect of disability (11 trials) and use of hospital
|
819
|
+
beds (12 trials).</p>
|
820
|
+
<p>No significant differences in numbers of deaths occurred
|
821
|
+
between patients attending day hospitals and those receiving any of the
|
822
|
+
alternative services (fig <xref ref-type="fig" rid="F1">1</xref>). The pooled
|
823
|
+
odds ratio for death was 1.02 (95% confidence interval 0.82 to1.26).
|
824
|
+
There was no significant heterogeneity between the results of individual trials
|
825
|
+
or categories of trials.</p>
|
826
|
+
<p>Figure <xref ref-type="fig" rid="F2">2</xref>
|
827
|
+
shows that overall there was no significant difference between day hospital and
|
828
|
+
alternative forms of care in preventing death or a “poor” outcome
|
829
|
+
at final follow up (odds ratio 0.90, 0.71 to 1.14; random effects model).
|
830
|
+
However, patients attending day hospitals were less likely to have poor outcome
|
831
|
+
than those receiving no comprehensive care (0.72, 0.53 to 0.99; P<0.05).
|
832
|
+
</p><fig id="F2" fig-type="diagram" position="float" xml:lang="en"><caption xml:lang="en" content-type="poor death rate graphic">
|
833
|
+
<p>Odds of death or poor
|
834
|
+
outcome in patients receiving day hospital care or alternative services (random
|
835
|
+
effects model). Heterogeneity between trials is presented as
|
836
|
+
?<sup>2</sup></p></caption><alt-text>Comparison of death ratios among poor receiving hospital care versus alternative services</alt-text><graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="fors2662.f2" alt-version="yes" mimetype="image" mime-subtype="jpeg"></graphic></fig></sec><sec><title>Sensitivity
|
837
|
+
analyses</title>
|
838
|
+
<p>Sensitivity analyses indicated that excluding trials with
|
839
|
+
uncertain or insecure randomisation procedures would not substantially affect
|
840
|
+
our conclusions.<xref ref-type="bibr" rid="B8">8</xref><xref ref-type="bibr" rid="B10">10</xref><xref ref-type="bibr" rid="B12">12</xref> Data were missing
|
841
|
+
on death for 155 (6%) patients and on death or poor outcome for 174
|
842
|
+
(7%). Best case and worst case sensitivity analyses include significant
|
843
|
+
benefit (P<0.001) or harm (P<0.05) from day hospital care. The
|
844
|
+
most plausible (neutral) sensitivity analysis suggested no effect on death (odds
|
845
|
+
ratio 1.02, P>0.05) or death and poor outcome (0.92,
|
846
|
+
P>0.2).</p></sec><sec><title>Disability</title>
|
847
|
+
<p>Eleven of the trials
|
848
|
+
included a standardised measurement of activities of daily living,<xref ref-type="bibr" rid="B8">8</xref>-<xref ref-type="bibr" rid="B18">18</xref> but seven different measures were used which could not be
|
849
|
+
combined in a statistical summary. Seven trials<xref ref-type="bibr" rid="B8">8</xref><xref ref-type="bibr" rid="B11">11</xref><xref ref-type="bibr" rid="B12">12</xref><xref ref-type="bibr" rid="B14">14</xref><xref ref-type="bibr" rid="B16">16</xref>-<xref ref-type="bibr" rid="B18">18</xref> provided data on 905 survivors (data missing for 65,
|
850
|
+
7%) whose disability scores were monitored during follow up (fig <xref ref-type="fig" rid="F3">3</xref>). Overall, day hospital patients had a similar
|
851
|
+
chance as controls of suffering deteriorating function (1.11, 0.68 to 1.80;
|
852
|
+
random effects model) but tended to have better outcomes than those receiving no
|
853
|
+
comprehensive care (0.61, 0.38 to 0.97; P<0.05).</p><fig id="F3" fig-type="diagram" position="float" xml:lang="en"><caption xml:lang="en" content-type="deterioration graphic">
|
854
|
+
<p>Deterioration in activities of daily
|
855
|
+
living among survivors allocated to day hospital care or alternative services
|
856
|
+
(random effects model). Heterogeneity between trials is presented as
|
857
|
+
?<sup>2</sup></p></caption><alt-text>Survivors’ daily activity and deterioration with hospital care versus alternative services</alt-text><graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="fors2662.f3" alt-version="yes" mimetype="image" mime-subtype="jpeg"></graphic></fig></sec><sec><title>Use of
|
858
|
+
resources</title><sec><title>Institutional care</title>
|
859
|
+
<p>Eleven trials
|
860
|
+
provided information about the number of patients requiring institutional care
|
861
|
+
at the end of follow up. Overall, there was a trend towards fewer day hospital
|
862
|
+
patients requiring long term (median follow up 12 months) institutional care
|
863
|
+
than those receiving alternative services (table) and the difference was
|
864
|
+
significant in comparison with no comprehensive care.</p><table-wrap id="TN0.170"><caption xml:lang="en" content-type="bed use table">
|
865
|
+
<p>Numbers of patients receiving
|
866
|
+
institutional care at the end of scheduled follow up and use of hospital beds
|
867
|
+
among those allocated to day hospital or alternative
|
868
|
+
services</p></caption><table><tr><th/><th colspan="3" align="center" rowspan="1">Institutional care</th><th></th><th colspan="2" align="center" rowspan="1"> Bed use (days)</th></tr><tr><td colspan="3"><hr/></td><td colspan="2"><hr/></td></tr><tr><th>Control
|
869
|
+
group</th><th align="center">Day hospital</th><th align="center">Control</th><th align="center">Odds ratio (95% CI)</th><th></th><th align="center">Day hospital</th><th align="center">Control</th></tr><tr><td colspan="7"><hr/></td></tr><tr><td>Comprehensive care (5 trials)</td><td align="center">151/597<xref ref-type="table-fn" rid="TF1-150"></xref></td><td align="center">159/584</td><td align="center">0.91 (0.70 to 1.19)</td><td align="left"/><td align="center">20.5</td><td align="center">21.4</td></tr><tr><td>Domiciliary care (4 trials)</td><td align="center">20/216</td><td align="center"> 19/227</td><td align="center">1.61 (0.30 to 8.55)</td><td></td><td align="center"> 7.7</td><td align="center">11.1</td></tr><tr><td>No
|
870
|
+
comprehensive care (3 trials)</td><td align="center">37/411</td><td align="center"> 66/403</td><td align="center">0.50<xref ref-type="table-fn" rid="TF1-151"></xref> (0.26 to 0.96)</td><td></td><td align="center">11.2</td><td align="center">11.7</td></tr><tr><td>Total</td><td align="center">208/1224</td><td align="center">244/1214</td><td align="center">0.77 (0.52 to 1.13)</td><td></td><td align="center">15.0</td><td align="center">16.4</td></tr></table><table-wrap-foot><fn id="TF1-150" fn-type="other" xml:lang="en">
|
871
|
+
<p>Data not available for 1 trial.</p></fn><fn id="TF1-151" fn-type="other" xml:lang="en">
|
872
|
+
<p>P<0.05 (random effects
|
873
|
+
model).</p></fn></table-wrap-foot></table-wrap></sec><sec><title>Use of hospital
|
874
|
+
beds</title>
|
875
|
+
<p>Average hospital bed use per patient recruited could be
|
876
|
+
calculated for all the trials, but a measure of variance could not be obtained
|
877
|
+
and therefore we cannot report confidence intervals. The table shows a small
|
878
|
+
reduction in bed use by day hospital patients across all trials (15.0 <italic>v
|
879
|
+
</italic>16.4 days).</p></sec><sec><title>Costs</title>
|
880
|
+
<p>Eight trials
|
881
|
+
compared treatment costs, only two of which included costs of nursing home
|
882
|
+
care.<xref ref-type="bibr" rid="B10">10</xref><xref ref-type="bibr" rid="B15">15</xref> Six reported that day hospital care was more expensive than
|
883
|
+
the comparison treatment,<xref ref-type="bibr" rid="B8">8</xref><xref ref-type="bibr" rid="B9">9</xref><xref ref-type="bibr" rid="B15">15</xref><xref ref-type="bibr" rid="B18">18</xref><xref ref-type="bibr" rid="B22">22</xref><xref ref-type="bibr" rid="B23">23</xref> and two trials
|
884
|
+
reported that the costs were similar.<xref ref-type="bibr" rid="B10">10</xref><xref ref-type="bibr" rid="B17">17</xref></p></sec></sec></sec><sec sec-type="discussion"><title>Discussion</title>
|
885
|
+
<p>Geriatric day hospitals have several
|
886
|
+
functions, but rehabilitation has been regarded as most important<xref ref-type="bibr" rid="B1">1</xref> and was the focus for this systematic review.
|
887
|
+
We selected outcomes to reflect a definition of the core purpose of a geriatric
|
888
|
+
day hospital.<xref ref-type="bibr" rid="B4">4</xref> We used a predetermined
|
889
|
+
definition of day hospital care<xref ref-type="bibr" rid="B3">3</xref> and
|
890
|
+
identified and categorised comparison services before collecting and analysing
|
891
|
+
data. We excluded day hospitals for patients with specific conditions such as
|
892
|
+
mental illness, dementia, or rheumatoid arthritis.</p><sec><title>Limitations of
|
893
|
+
the review</title>
|
894
|
+
<p>The main limitations of our review lie in the 30 years over
|
895
|
+
which the trials were done, during which health and social care policies will
|
896
|
+
inevitably have changed, and in the multinational location of the studies.
|
897
|
+
Nevertheless, our data provide the best evidence available on which to judge the
|
898
|
+
effectiveness of day hospitals.</p>
|
899
|
+
<p>A further problem is the limitations of
|
900
|
+
the trials themselves, in particular the lack of statistical power resulting
|
901
|
+
from small, heterogeneous trials. This raises the possibility of false positive
|
902
|
+
and false negative results. Furthermore, the amount of missing outcome data adds
|
903
|
+
uncertainty to most of our conclusions.</p>
|
904
|
+
<p>Publication bias remains a
|
905
|
+
possibility, but our search strategy was extensive and included contacting
|
906
|
+
authors of papers on day hospital care around the world. Many of the authors
|
907
|
+
were able to provide unpublished additional information. A funnel plot
|
908
|
+
analysis<xref ref-type="bibr" rid="B24">24</xref> did not show any major
|
909
|
+
evidence of missing data.</p></sec><sec><title>Findings</title>
|
910
|
+
<p>A big problem
|
911
|
+
was that most trials compared day hospital care with an alternative
|
912
|
+
“active” control. Only three trials<xref ref-type="bibr" rid="B7">7</xref><xref ref-type="bibr" rid="B8">8</xref><xref ref-type="bibr" rid="B17">17</xref> used a comparison group of patients who received neither
|
913
|
+
comprehensive care nor domiciliary rehabilitation. Compared with patients
|
914
|
+
receiving no comprehensive care, patients attending day hospitals had less
|
915
|
+
functional deterioration and institutional care and a small reduction in average
|
916
|
+
hospital bed use. However, there was considerable loss to follow up in these
|
917
|
+
three trials.</p>
|
918
|
+
<p>When day hospital services were compared with comprehensive
|
919
|
+
elderly care (integrated inpatient, outpatient, and domiciliary services), the
|
920
|
+
outcomes were largely similar. One interpretation is that day hospitals are
|
921
|
+
comparable with an alternative service for which there is considerable evidence
|
922
|
+
of effectiveness.<xref ref-type="bibr" rid="B25">25</xref> However, the question
|
923
|
+
arises whether day hospitals provide additional benefits when other
|
924
|
+
comprehensive elderly care services are already in place. Our systematic review
|
925
|
+
does not directly address this question.</p>
|
926
|
+
<p>We focused on a few specified
|
927
|
+
outcomes, but many other important outcome domains, including patient preference
|
928
|
+
and instrumental daily living activities, could not be examined as these
|
929
|
+
outcomes were not widely available. It was also difficult to determine a summary
|
930
|
+
statistic for disability because different measurement instruments were used and
|
931
|
+
analysed in different ways. Moreover, commonly used measures of disability may
|
932
|
+
be insensitive to change in the outpatient setting of a day hospital.<xref ref-type="bibr" rid="B26">26</xref> This may explain why six trials reported no
|
933
|
+
significant difference in disability outcome between day hospital and comparison
|
934
|
+
services. Future trials should incorporate measures of intrumental activities of
|
935
|
+
daily living as a more relevant and sensitive outcome.</p>
|
936
|
+
<p>Our analysis
|
937
|
+
suggests that attending day hospital may reduce patients’ use of hospital
|
938
|
+
and institutional care resources. However, costing studies need to balance any
|
939
|
+
possible savings with the direct costs of day hospital care. Several studies
|
940
|
+
have drawn attention to the expense of day hospital services.<xref ref-type="bibr" rid="B22">22</xref><xref ref-type="bibr" rid="B23">23</xref> For
|
941
|
+
six of the eight trials reporting cost information, day hospital care was more
|
942
|
+
expensive than the alternative treatment.</p>
|
943
|
+
<p>On the whole, the trials we
|
944
|
+
included took a pragmatic design approach and attempted to address a broad
|
945
|
+
question of overall efficacy of day hospitals. Given the diversity of patients
|
946
|
+
attending day hospitals and the corresponding diversity of interventions used,
|
947
|
+
future trials need to be large multicentre trials or should examine more focused
|
948
|
+
questions.</p></sec></sec>
|
949
|
+
</body>
|
950
|
+
<back><ack content-type="thank you note">
|
951
|
+
<p>The authors gratefully acknowledge the contributions of the following individuals ...</p>
|
952
|
+
|
953
|
+
<p>An expanded version of this review has been submitted for
|
954
|
+
publication in the Cochrane Library.</p></ack>
|
955
|
+
|
956
|
+
<app-group>
|
957
|
+
<app id="mul16"><title>Appendix</title>
|
958
|
+
<fig-group content-type="fake figure group description" id="mul209209" position="float">
|
959
|
+
<fig id="F0101" fig-type="diagram" position="float" xml:lang="en"><caption xml:lang="en" content-type="fake graphic description">
|
960
|
+
<p>Sudden deaths
|
961
|
+
among patients receiving day hospital care rather than in-home care</p></caption><alt-text>Two columns identifying patient deaths for those with hospital care versus in-home care</alt-text><graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="fors373737.f1" alt-version="yes" mimetype="image" mime-subtype="jpeg"></graphic></fig>
|
962
|
+
<fig id="F0102" fig-type="diagram" position="float" xml:lang="en"><caption xml:lang="en" content-type="poor death rate graphic" id="mul565775332">
|
963
|
+
<p>Odds of death or poor
|
964
|
+
outcome in patients among patients receiving day hospital care rather than in-home care</p></caption><alt-text>Comparison of death ratios among poor receiving hospital care versus in-home treatment</alt-text><graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="fors393939.f2" alt-version="yes" mimetype="image" mime-subtype="jpeg"></graphic></fig>
|
965
|
+
</fig-group>
|
966
|
+
<sec><title>The Bipolar Seesaw.</title>
|
967
|
+
|
968
|
+
<p>The evidence for the antiphasing of the millennial-duration climate
|
969
|
+
changes occurring on the Antarctic continent ...</p>
|
970
|
+
</sec>
|
971
|
+
</app>
|
972
|
+
</app-group>
|
973
|
+
<glossary id="mul2222">
|
974
|
+
|
975
|
+
<gloss-group>
|
976
|
+
<title>Abbreviations</title>
|
977
|
+
<def-list id="mul7476" list-type="simple" list-content="compound-info" prefix-word="Compound">
|
978
|
+
<term-head>Abbreviation</term-head>
|
979
|
+
<def-head>Expansion</def-head>
|
980
|
+
<def-item>
|
981
|
+
<term id="G15" rid="G15A">F</term>
|
982
|
+
<def rid="G15" id="G15A">
|
983
|
+
<p>female</p></def>
|
984
|
+
</def-item>
|
985
|
+
<def-item>
|
986
|
+
<term id="G29">gnty</term>
|
987
|
+
<def>
|
988
|
+
<p>genotype</p></def>
|
989
|
+
</def-item>
|
990
|
+
<def-item>
|
991
|
+
<term id="G43">M</term>
|
992
|
+
<def>
|
993
|
+
<p>male
|
994
|
+
|
995
|
+
<def-list id="mul564563953" list-type="bullet" list-content="fake nested def-list">
|
996
|
+
<def-item>
|
997
|
+
<term id="mul675867" rid="mul3456437">the</term><def rid="mul675867" id="mul3456437">
|
998
|
+
<p>specific article</p></def>
|
999
|
+
</def-item>
|
1000
|
+
<def-item>
|
1001
|
+
<term>a</term><def>
|
1002
|
+
<p>non-specific article used with words beginning in consonants</p></def>
|
1003
|
+
</def-item>
|
1004
|
+
<def-item>
|
1005
|
+
<term>an</term><def>
|
1006
|
+
<p>non-specific article used with words beginning in vowels</p></def>
|
1007
|
+
</def-item>
|
1008
|
+
</def-list>
|
1009
|
+
|
1010
|
+
|
1011
|
+
|
1012
|
+
|
1013
|
+
|
1014
|
+
</p></def>
|
1015
|
+
</def-item>
|
1016
|
+
</def-list>
|
1017
|
+
</gloss-group>
|
1018
|
+
|
1019
|
+
<gloss-group>
|
1020
|
+
<title>Acronyms</title>
|
1021
|
+
<def-list id="mul7477" list-type="simple" list-content="subjects">
|
1022
|
+
<term-head>Abbreviation</term-head>
|
1023
|
+
<def-head>Expansion</def-head>
|
1024
|
+
<def-item id="mul494949">
|
1025
|
+
<term id="G62">NIH</term>
|
1026
|
+
<def>
|
1027
|
+
<p>National Institutes of
|
1028
|
+
Health</p></def>
|
1029
|
+
</def-item>
|
1030
|
+
<def-item>
|
1031
|
+
<term id="G12">XML</term>
|
1032
|
+
<def>
|
1033
|
+
<p>Extensible Markup Language</p></def>
|
1034
|
+
</def-item>
|
1035
|
+
</def-list>
|
1036
|
+
</gloss-group>
|
1037
|
+
|
1038
|
+
</glossary>
|
1039
|
+
|
1040
|
+
<ref-list>
|
1041
|
+
<ref id="B1">
|
1042
|
+
<citation citation-type="book"><collab collab-type="authors" xmlns:xlink="http://www.w3.org/1999/xlink"
|
1043
|
+
xlink:href="http://www.rcpbgs.gov" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake collab description" xlink:title="fake collaboration" xlink:type="simple">Research Unit of the Royal College of Physicians and British
|
1044
|
+
Geriatric Society</collab><source>Geriatric day hospitals: their role and guidelines for good
|
1045
|
+
practice</source><year>1994</year>
|
1046
|
+
<publisher-loc>London</publisher-loc>
|
1047
|
+
|
1048
|
+
<publisher-name>RCP</publisher-name></citation></ref>
|
1049
|
+
<ref id="B2">
|
1050
|
+
<citation citation-type="gov"><collab collab-type="authors">National Audit
|
1051
|
+
Office</collab><source>National health service day hospitals for elderly people
|
1052
|
+
in England</source>
|
1053
|
+
<year>1994</year>
|
1054
|
+
<publisher-loc>London</publisher-loc>
|
1055
|
+
<publisher-name>HMSO</publisher-name></citation></ref>
|
1056
|
+
<ref id="B3"><citation citation-type="journal" id="mul907907"
|
1057
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1058
|
+
xlink:href="http://www.jamgersoc.com" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake citation description" xlink:title="fake citation link" xlink:type="simple"><name name-style="western"><surname>Siu</surname><given-names>AL</given-names></name>
|
1059
|
+
<name name-style="western"><surname>Morishita</surname><given-names>L</given-names></name><name name-style="western"><surname>Blaustein</surname><given-names>J
|
1060
|
+
</given-names></name><article-title xml:lang="en">Comprehensive geriatric assessment in a day
|
1061
|
+
hospital</article-title><source>J Am Ger
|
1062
|
+
Soc</source><year>1994</year><volume>42</volume>
|
1063
|
+
<volume-id pub-id-type="doi">fakevolumedoi</volume-id>
|
1064
|
+
<fpage seq="2">1094</fpage><lpage>1099
|
1065
|
+
</lpage>
|
1066
|
+
|
1067
|
+
<page-range>1094-1096, 1098-1099</page-range>
|
1068
|
+
<uri xlink:href="http://www.mulberrytech.com" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake website description" xlink:title="Mulberry website">http://www.mulberrytech.com</uri>
|
1069
|
+
<object-id pub-id-type="doi">Fake DOI</object-id>
|
1070
|
+
</citation></ref>
|
1071
|
+
<ref id="B4"><citation citation-type="journal"><name name-style="western"><surname>Donaldson</surname><given-names>C</given-names></name><name name-style="western"><surname>Wright</surname><given-names>KG</given-names></name><name name-style="western"><surname>Maynard</surname><given-names>AK
|
1072
|
+
</given-names></name><name name-style="western"><surname>Hamill</surname><given-names>JD</given-names></name><name name-style="western"><surname>Sutcliffe
|
1073
|
+
</surname><given-names>E</given-names></name><article-title xml:lang="en">Day hospitals for the elderly: utilisation and
|
1074
|
+
performance</article-title><source>Community
|
1075
|
+
Med</source><year>1987</year><volume>9</volume><elocation-id seq="a">B27</elocation-id>
|
1076
|
+
</citation></ref>
|
1077
|
+
<ref id="B5"><citation citation-type="journal"><name name-style="western"><surname>Peto</surname><given-names>R</given-names></name>
|
1078
|
+
<role>Fake Role</role>
|
1079
|
+
<article-title xml:lang="en">Why do we need systematic overviews of randomized
|
1080
|
+
trials?</article-title><source>Stat
|
1081
|
+
Med</source><year>1987</year><volume>6</volume><fpage>233</fpage><lpage>240
|
1082
|
+
</lpage></citation></ref>
|
1083
|
+
<ref id="B6"><citation citation-type="journal"><name name-style="western"><surname>DerSimonian</surname><given-names>R</given-names>
|
1084
|
+
</name><name name-style="western"><surname>Laird</surname><given-names>N</given-names></name><article-title xml:lang="en">Meta-analysis in
|
1085
|
+
clinical trials</article-title><source>Controlled Clin
|
1086
|
+
Trials</source><year>1986</year><volume>7</volume><fpage>177</fpage><lpage>188
|
1087
|
+
</lpage></citation></ref>
|
1088
|
+
<ref id="B7"><citation citation-type="journal"><name name-style="western"><surname>Woodford-Williams</surname><given-names>E
|
1089
|
+
</given-names></name><name name-style="western"><surname>McKeon</surname><given-names>JA</given-names></name><name name-style="western"><surname>Trotter</surname><given-names>IS</given-names></name><name name-style="western"><surname>Watson</surname><given-names>D</given-names></name><name name-style="western"><surname>
|
1090
|
+
Bushby</surname><given-names>C</given-names></name><article-title xml:lang="en">The day hospital in the community care
|
1091
|
+
of the elderly</article-title><source>Gerontology
|
1092
|
+
Clinic</source><year>1962</year><volume>4</volume><fpage>241</fpage><lpage>256
|
1093
|
+
</lpage></citation></ref>
|
1094
|
+
<ref id="B8"><citation citation-type="journal"><name name-style="western"><surname>Weissert</surname><given-names>W</given-names></name>
|
1095
|
+
<name name-style="western"><surname>Wan</surname><given-names>T</given-names></name><name name-style="western"><surname>Livieratos</surname><given-names>B
|
1096
|
+
</given-names></name><name name-style="western"><surname>Katz</surname><given-names>S</given-names></name><article-title xml:lang="en">Effects and costs
|
1097
|
+
of day-care services for the chronically ill: a randomized
|
1098
|
+
experiment</article-title><source>Medical
|
1099
|
+
Care</source><year>1980</year><volume>18</volume><fpage>567</fpage><lpage>584
|
1100
|
+
</lpage>
|
1101
|
+
<pub-id pub-id-type="pmid">6772889</pub-id>
|
1102
|
+
</citation></ref>
|
1103
|
+
<ref id="B9"><citation citation-type="journal"><name name-style="western"><surname>Tucker</surname><given-names>MA</given-names></name>
|
1104
|
+
<name name-style="western"><surname>Davison</surname><given-names>JG</given-names></name><name name-style="western"><surname>Ogle</surname><given-names>SJ</given-names></name><article-title xml:lang="en">Day hospital rehabilitation-effectiveness and cost in the
|
1105
|
+
elderly: a randomised controlled
|
1106
|
+
trial</article-title><source>BMJ</source><year>1984</year><volume>289</volume><fpage>
|
1107
|
+
1209</fpage><lpage>1212</lpage>
|
1108
|
+
</citation></ref>
|
1109
|
+
<ref id="B10"><citation citation-type="journal"><name name-style="western"><surname>Cummings</surname><given-names>V</given-names>
|
1110
|
+
</name><name name-style="western"><surname>Kerner</surname><given-names>JF</given-names></name><name name-style="western"><surname>Arones</surname><given-names>S
|
1111
|
+
</given-names></name><name name-style="western"><surname>Steinbock</surname><given-names>C</given-names></name><article-title xml:lang="en">Day
|
1112
|
+
hospital service in rehabilitation medicine: an evaluation</article-title><source>Arch Phys Med Rehabil</source><year>1985</year><volume>66</volume><fpage>86</fpage><lpage>91</lpage></citation></ref>
|
1113
|
+
<ref id="B11"><citation citation-type="other"><name name-style="western"><surname>Vetter</surname><given-names>NJ</given-names></name><name name-style="western"><surname>Smith</surname><given-names>A</given-names></name><name name-style="western"><surname>Sastry</surname><given-names>D</given-names></name><name name-style="western"><surname>Tinker</surname><given-names>G</given-names></name><source>Day hospital pilot
|
1114
|
+
study report</source><year>1989</year>
|
1115
|
+
<publisher-loc>Cardiff </publisher-loc>
|
1116
|
+
<publisher-name>Department of Geriatrics, St
|
1117
|
+
David’s Hospital</publisher-name></citation></ref>
|
1118
|
+
<ref id="B12"><citation citation-type="journal"><name name-style="western"><surname>Pitkala</surname><given-names>K</given-names></name><name name-style="western"><surname>Winell</surname><given-names>K</given-names></name><name name-style="western"><surname>Tilvis</surname><given-names>RS
|
1119
|
+
</given-names></name><article-title xml:lang="en">Effects of geriatric day hospital care for home care
|
1120
|
+
patients</article-title><source>Arch Gerontol Geriatric</source><year>1991</year><volume>suppl
|
1121
|
+
2</volume><fpage>51</fpage><lpage>54</lpage>
|
1122
|
+
</citation></ref>
|
1123
|
+
<ref id="B13"><citation citation-type="journal"><name name-style="western"><surname>Eagle</surname><given-names>DJ</given-names></name>
|
1124
|
+
<name name-style="western"><surname>Guyatt</surname><given-names>GH</given-names></name><name name-style="western"><surname>Patterson</surname><given-names>C
|
1125
|
+
</given-names></name><name name-style="western"><surname>Turpie</surname><given-names>I</given-names></name><name name-style="western"><surname>Sackett</surname>
|
1126
|
+
<given-names>B</given-names></name><name name-style="western"><surname>Singer</surname><given-names>J</given-names></name><article-title xml:lang="en">
|
1127
|
+
Effectiveness of a geriatric day hospital</article-title><source>Can Med Assoc
|
1128
|
+
J</source><year>1991</year><volume>144</volume><fpage>699</fpage><lpage>704
|
1129
|
+
</lpage>
|
1130
|
+
</citation></ref>
|
1131
|
+
<ref id="B14"><citation citation-type="journal"><name name-style="western"><surname>Young</surname><given-names>JB</given-names></name>
|
1132
|
+
<name name-style="western"><surname>Forster</surname><given-names>A</given-names></name><article-title xml:lang="en">The Bradford community
|
1133
|
+
stroke trial: results at six
|
1134
|
+
months</article-title><source>BMJ</source><year>1992</year><volume>304</volume><fpage>
|
1135
|
+
1085</fpage><lpage>1089</lpage>
|
1136
|
+
</citation></ref>
|
1137
|
+
<ref id="B15"><citation citation-type="journal"><name name-style="western"><surname>Branch</surname><given-names>LG</given-names></name><article-title xml:lang="en">Adult day
|
1138
|
+
health care evaluation study</article-title><source>Medical
|
1139
|
+
Care</source><year>1993</year><volume>31(suppl)
|
1140
|
+
</volume><fpage>SS1</fpage><lpage>124</lpage>
|
1141
|
+
</citation></ref>
|
1142
|
+
<ref id="B16"><citation citation-type="journal"><name name-style="western"><surname>Gladman</surname><given-names>JRF</given-names>
|
1143
|
+
</name><name name-style="western"><surname>Lincoln</surname><given-names>NB</given-names></name><name name-style="western"><surname>Barer</surname><given-names>
|
1144
|
+
DH</given-names></name><article-title xml:lang="en">A randomised controlled trial of domiciliary and
|
1145
|
+
hospital-based rehabilitation for stroke patients after discharge from
|
1146
|
+
hospital.</article-title><source>J Neurol Neurosurg
|
1147
|
+
Psychiatry</source><year>1993</year><volume>56</volume><fpage>960</fpage><lpage>
|
1148
|
+
966</lpage></citation></ref>
|
1149
|
+
<ref id="B17"><citation citation-type="journal"><name name-style="western"><surname>Hui</surname><given-names>E</given-names></name>
|
1150
|
+
<name name-style="western"><surname>Lum</surname><given-names>CM</given-names></name><name name-style="western"><surname>Woo</surname><given-names>J</given-names>
|
1151
|
+
</name><name name-style="western"><surname>Or</surname><given-names>KH</given-names></name><name name-style="western"><surname>Kay</surname><given-names>RLC
|
1152
|
+
</given-names></name><article-title xml:lang="en">Outcomes of elderly stroke patients day hospital versus
|
1153
|
+
conventional medical
|
1154
|
+
management</article-title><source>Stroke</source><year>1995</year><volume>26</volume>
|
1155
|
+
<fpage>1616</fpage><lpage>1619</lpage>
|
1156
|
+
</citation></ref>
|
1157
|
+
<ref id="B18"><citation citation-type="journal">Burch S, Longbottom J, McKay M, Borland C, Prevost T <article-title xml:lang="en">A randomised controlled trial of day hospital and
|
1158
|
+
day centre therapy</article-title><source>Clin Rehab</source> (in press)</citation></ref>
|
1159
|
+
<ref id="B19"><citation citation-type="journal"><name name-style="western"><surname>Weiler</surname><given-names>PG</given-names></name><name name-style="western"><surname>Kim</surname><given-names>P</given-names></name><name name-style="western"><surname>Pickard</surname><given-names>LS</given-names></name><article-title xml:lang="en">Health care for elderly Americans: evaluation of an adult day
|
1160
|
+
health care model</article-title><source>Medical
|
1161
|
+
Care</source><year>1976</year><volume>14</volume><fpage>700</fpage><lpage>708
|
1162
|
+
</lpage></citation></ref>
|
1163
|
+
<ref id="B20"><citation citation-type="journal"><name name-style="western"><surname>Sherwood</surname><given-names>S</given-names>
|
1164
|
+
</name><name name-style="western"><surname>Morris</surname><given-names>JN</given-names></name><name name-style="western"><surname>Ruchlin</surname><given-names>
|
1165
|
+
HS</given-names></name><article-title xml:lang="en">Alternative paths to long-term care: nursing home,
|
1166
|
+
geriatric day hospital, senior center, and domiciliary care
|
1167
|
+
options</article-title><source>Am J Public
|
1168
|
+
Health</source><year>1986</year><volume>76</volume><fpage>38</fpage><lpage>44
|
1169
|
+
</lpage></citation></ref>
|
1170
|
+
<ref id="B21"><citation citation-type="journal"><name name-style="western"><surname>Skellie</surname><given-names>FA</given-names>
|
1171
|
+
</name><name name-style="western"><surname>Mobley</surname><given-names>GM</given-names></name><name name-style="western"><surname>Coan</surname><given-names>RE
|
1172
|
+
</given-names></name><article-title xml:lang="en">Cost-effectiveness of community-based long-term care:
|
1173
|
+
current findings of Georgia’s alternative health services
|
1174
|
+
project</article-title><source>Am J Public
|
1175
|
+
Health</source><year>1982</year><volume>72</volume><fpage>353</fpage><lpage>358
|
1176
|
+
</lpage></citation></ref>
|
1177
|
+
<ref id="B22"><citation citation-type="journal"><name name-style="western"><surname>Young</surname><given-names>J</given-names></name>
|
1178
|
+
<name name-style="western"><surname>Forster</surname><given-names>A</given-names></name><article-title xml:lang="en">Day hospital and home
|
1179
|
+
physiotherapy for stroke patients: a comparative cost-effectiveness
|
1180
|
+
study</article-title><source>J R Coll Phys
|
1181
|
+
Lond</source><year>1993</year><volume>27</volume><fpage>252</fpage><lpage>257
|
1182
|
+
</lpage></citation></ref>
|
1183
|
+
<ref id="B23"><citation citation-type="journal"><name name-style="western"><surname>Gladman</surname><given-names>J</given-names></name><name name-style="western"><surname>Whynes</surname><given-names>D</given-names></name><name name-style="western"><surname>Lincoln</surname><given-names>N
|
1184
|
+
</given-names></name><article-title xml:lang="en">Cost comparison of domiciliary and hospital-based stroke
|
1185
|
+
rehabilitation</article-title><source>Age
|
1186
|
+
Ageing</source><year>1994</year><volume>23</volume><fpage>241</fpage><lpage>245
|
1187
|
+
</lpage></citation></ref>
|
1188
|
+
<ref id="B24"><citation citation-type="journal"><name name-style="western"><surname>Egger</surname><given-names>M</given-names></name>
|
1189
|
+
<name name-style="western"><surname>Smith</surname><given-names>GD</given-names></name><name name-style="western"><surname>Schneider</surname><given-names>M
|
1190
|
+
</given-names></name><name name-style="western"><surname>Minder</surname><given-names>C</given-names></name><article-title xml:lang="en">Bias in
|
1191
|
+
meta-analysis detected by a simple, graphical
|
1192
|
+
test</article-title><source>BMJ</source><year>1997</year><volume>315</volume><fpage>
|
1193
|
+
629</fpage><lpage>634</lpage></citation></ref>
|
1194
|
+
<ref id="B25"><citation citation-type="journal"><name name-style="western"><surname>Stuck</surname><given-names>AE</given-names></name>
|
1195
|
+
<name name-style="western"><surname>Siu</surname><given-names>AL</given-names></name><name name-style="western"><surname>Wieland</surname><given-names>GD</given-names></name><name name-style="western"><surname>Adams</surname><given-names>J</given-names></name><name name-style="western"><surname>Rubenstein</surname>
|
1196
|
+
<given-names>LZ</given-names></name><article-title xml:lang="en">Comprehensive geriatric assessment: a meta-analysis
|
1197
|
+
of controlled
|
1198
|
+
trials</article-title><source>Lancet</source><year>1993</year><volume>342</volume>
|
1199
|
+
<fpage>1032</fpage><lpage>1036</lpage>
|
1200
|
+
</citation></ref>
|
1201
|
+
<ref id="B26"><citation citation-type="journal"><name name-style="western"><surname>Parker</surname><given-names>SG</given-names></name><name name-style="western"><surname>Du</surname><given-names>X</given-names></name><name name-style="western"><surname>Bardsley</surname><given-names>MJ</given-names></name><name name-style="western"><surname>Goodfellow</surname><given-names>J</given-names></name><name name-style="western"><surname>Cooper</surname>
|
1202
|
+
<given-names>RG</given-names></name><name name-style="western"><surname>Cleary</surname><given-names>R</given-names></name><etal/><article-title xml:lang="en">
|
1203
|
+
Measuring outcomes in care of the elderly</article-title><source>J R Coll Phys
|
1204
|
+
Lond</source><year>1994</year><volume>28</volume><fpage>428</fpage><lpage>433
|
1205
|
+
</lpage>
|
1206
|
+
</citation></ref>
|
1207
|
+
<ref id="B27">
|
1208
|
+
<label>27</label>
|
1209
|
+
<citation citation-type="journal">
|
1210
|
+
<name name-style="western"><surname>Hughes</surname>
|
1211
|
+
<given-names>TR</given-names></name>
|
1212
|
+
<name name-style="western"><surname>Marton</surname>
|
1213
|
+
<given-names>MJ</given-names></name>
|
1214
|
+
<name name-style="western"><surname>Jones</surname>
|
1215
|
+
<given-names>AC</given-names></name>
|
1216
|
+
<etal/>
|
1217
|
+
<article-title xml:lang="en">Functional discovery via a compendium
|
1218
|
+
of expression profiles.</article-title>
|
1219
|
+
<source>Cell</source>
|
1220
|
+
<volume>102</volume>
|
1221
|
+
<year>2000</year>
|
1222
|
+
<fpage>109</fpage>
|
1223
|
+
<lpage>126</lpage>.
|
1224
|
+
<annotation>
|
1225
|
+
|
1226
|
+
<p>This report is the most extensive DNA expression
|
1227
|
+
profile of yeast genes. It examines the expression
|
1228
|
+
pattern of the whole yeast genome in 300 mutant
|
1229
|
+
strains. It infers the function of many unknown
|
1230
|
+
genes comparing profiles among the different
|
1231
|
+
mutants.</p>
|
1232
|
+
</annotation>
|
1233
|
+
</citation>
|
1234
|
+
</ref>
|
1235
|
+
<ref id="mul404506">
|
1236
|
+
<citation citation-type="gov">
|
1237
|
+
|
1238
|
+
<person-group person-group-type="author">
|
1239
|
+
<name name-style="western"><surname>Norman</surname>
|
1240
|
+
<given-names>John C</given-names></name>
|
1241
|
+
<aff>Texas Heart Institute, Houston, TX</aff>
|
1242
|
+
</person-group>
|
1243
|
+
<gov>Report No.: NIH-N01-HV-5-3006-4-VI. Contract No.
|
1244
|
+
N01-HV-5-3006</gov>
|
1245
|
+
<source>ALVAD: 1980. A comprehensive final report to NHLI</source>
|
1246
|
+
<year>1980</year>
|
1247
|
+
<month>Jan</month>
|
1248
|
+
<volume>Vol. 1</volume>
|
1249
|
+
|
1250
|
+
<publisher-loc>Bethesda (MD)</publisher-loc>
|
1251
|
+
|
1252
|
+
<publisher-name>National Institutes of Health, National Heart and
|
1253
|
+
Lung Institute, Devices and Services Branch</publisher-name>
|
1254
|
+
<lpage>340</lpage> Available from: NTIS, Springfield, VA;
|
1255
|
+
PB80-148810</citation>
|
1256
|
+
<note><label>1</label>
|
1257
|
+
<p>This is a fake note attached to a citation.</p>
|
1258
|
+
</note>
|
1259
|
+
</ref>
|
1260
|
+
<ref id="mul505697">
|
1261
|
+
<citation citation-type="patent" id="mul806806"
|
1262
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1263
|
+
xlink:href="http://www.opthventure.com" xlink:actuate="onRequest" xlink:show="new" xlink:role="fake nlm-citation description" xlink:title="fake nlm-citation" xlink:type="simple">
|
1264
|
+
|
1265
|
+
<person-group person-group-type="inventor">
|
1266
|
+
<name name-style="western">
|
1267
|
+
<surname>Blanco</surname>
|
1268
|
+
<given-names>Ernesto E</given-names>
|
1269
|
+
</name>
|
1270
|
+
<name name-style="western">
|
1271
|
+
<surname>Meade</surname>
|
1272
|
+
<given-names>John C</given-names>
|
1273
|
+
</name>
|
1274
|
+
<name name-style="western">
|
1275
|
+
<surname>Richards</surname>
|
1276
|
+
<given-names>William D</given-names>
|
1277
|
+
</name>
|
1278
|
+
</person-group>
|
1279
|
+
<collab collab-type="assignee">Ophthalmic Ventures</collab>
|
1280
|
+
<article-title>Surgical Stapling system</article-title>
|
1281
|
+
<source>US patent</source>
|
1282
|
+
|
1283
|
+
<patent>4,969,591</patent>
|
1284
|
+
<year>1990</year>
|
1285
|
+
<month>11</month>
|
1286
|
+
<day>13</day>
|
1287
|
+
</citation>
|
1288
|
+
</ref>
|
1289
|
+
<ref id="mul567700">
|
1290
|
+
<citation citation-type="journal">
|
1291
|
+
|
1292
|
+
<person-group person-group-type="author">
|
1293
|
+
<name name-style="western">
|
1294
|
+
<surname>Fabdetti</surname>
|
1295
|
+
<given-names>DV</given-names>
|
1296
|
+
</name>
|
1297
|
+
<name name-style="western">
|
1298
|
+
<surname>Golsmeier</surname>
|
1299
|
+
<given-names>J</given-names>
|
1300
|
+
</name>
|
1301
|
+
</person-group>
|
1302
|
+
<article-title>Social workers as culture mediators in health care settings</article-title>
|
1303
|
+
<source>Health Soc Work</source>
|
1304
|
+
<year>1988</year>
|
1305
|
+
<season>Summer</season>
|
1306
|
+
<volume>13</volume>
|
1307
|
+
<issue>3</issue>
|
1308
|
+
<issue-id pub-id-type="doi">fakeDOI in citation</issue-id>
|
1309
|
+
<issue-title>Social Work and Culture</issue-title>
|
1310
|
+
<fpage>171</fpage>
|
1311
|
+
<lpage>179</lpage>
|
1312
|
+
</citation>
|
1313
|
+
</ref>
|
1314
|
+
<ref id="mul4445433">
|
1315
|
+
<citation citation-type="book">
|
1316
|
+
|
1317
|
+
<person-group person-group-type="author">
|
1318
|
+
<name name-style="western">
|
1319
|
+
<surname>Loewy</surname>
|
1320
|
+
<given-names>Erich H.</given-names>
|
1321
|
+
</name>
|
1322
|
+
</person-group>
|
1323
|
+
<source>Ethical dilemmas in modern medicine</source>
|
1324
|
+
<year>1986</year>
|
1325
|
+
|
1326
|
+
<publisher-loc>Lewiston (NY)</publisher-loc>
|
1327
|
+
|
1328
|
+
<publisher-name>E. Mellen Press</publisher-name>
|
1329
|
+
<lpage>343</lpage>
|
1330
|
+
|
1331
|
+
<page-count count="343"/>
|
1332
|
+
<series>Studies in health and human services; 8</series>
|
1333
|
+
</citation>
|
1334
|
+
</ref>
|
1335
|
+
<ref id="mul333456">
|
1336
|
+
<citation citation-type="gov">
|
1337
|
+
<std>International standard ISO 10993-10:2002(E): Biological
|
1338
|
+
evaluation of medical devices-Part 10: Tests for irritation and
|
1339
|
+
delayed-type hypersensitivity</std>. <edition>Second</edition>.
|
1340
|
+
<year>2002</year>-<month>09</month>-<day>01</day>
|
1341
|
+
</citation>
|
1342
|
+
</ref>
|
1343
|
+
<ref id="mul889003">
|
1344
|
+
<citation citation-type="journal">
|
1345
|
+
|
1346
|
+
<person-group person-group-type="author">
|
1347
|
+
<name name-style="western">
|
1348
|
+
<surname>Black</surname>
|
1349
|
+
<given-names>HR</given-names>
|
1350
|
+
</name>
|
1351
|
+
</person-group>
|
1352
|
+
<article-title>Evaluation of the elderly hypertensive</article-title>
|
1353
|
+
<source>Geriatrics</source>
|
1354
|
+
<year>1989</year>
|
1355
|
+
<month>10</month>
|
1356
|
+
<volume>44</volume>
|
1357
|
+
<supplement supplement-type="periodic">Suppl B</supplement>
|
1358
|
+
<fpage>15</fpage>
|
1359
|
+
<lpage>19</lpage>
|
1360
|
+
</citation>
|
1361
|
+
</ref>
|
1362
|
+
|
1363
|
+
|
1364
|
+
<ref id="mul90889003">
|
1365
|
+
<citation citation-type="journal">
|
1366
|
+
|
1367
|
+
<person-group person-group-type="author">
|
1368
|
+
<name name-style="western">
|
1369
|
+
<surname>Black</surname>
|
1370
|
+
<given-names>HR</given-names>
|
1371
|
+
</name>
|
1372
|
+
</person-group>
|
1373
|
+
<article-title>Evaluation of the elderly hypertensive</article-title>
|
1374
|
+
<source>Geriatrics</source>
|
1375
|
+
<year>1989</year>
|
1376
|
+
<month>10</month>
|
1377
|
+
<volume>44</volume>
|
1378
|
+
<supplement supplement-type="periodic">Suppl B</supplement>
|
1379
|
+
<fpage>15</fpage>
|
1380
|
+
<lpage>19</lpage>
|
1381
|
+
</citation>
|
1382
|
+
</ref>
|
1383
|
+
|
1384
|
+
|
1385
|
+
<ref id="mul6757657567">
|
1386
|
+
<citation citation-type="confproc">
|
1387
|
+
|
1388
|
+
<person-group person-group-type="author">
|
1389
|
+
<name name-style="western">
|
1390
|
+
<surname>Miller</surname>
|
1391
|
+
<given-names>Dorothy</given-names>
|
1392
|
+
</name>
|
1393
|
+
</person-group>
|
1394
|
+
<article-title xml:lang="en">Mining XML</article-title>
|
1395
|
+
<year>2002</year>
|
1396
|
+
<conf-name>Extreme Markup Languages Conference 2002</conf-name>
|
1397
|
+
<conf-date>August 4, 2002 - August 9, 2002</conf-date>
|
1398
|
+
<conf-loc>Montreal, Canada</conf-loc>
|
1399
|
+
|
1400
|
+
<publisher-loc>Alexandria, VA</publisher-loc>
|
1401
|
+
|
1402
|
+
<publisher-name>IDEAlliance</publisher-name>
|
1403
|
+
|
1404
|
+
</citation>
|
1405
|
+
</ref>
|
1406
|
+
|
1407
|
+
<ref id="mul5555555">
|
1408
|
+
<citation citation-type="journal">
|
1409
|
+
|
1410
|
+
<person-group person-group-type="author">
|
1411
|
+
<name name-style="western">
|
1412
|
+
<surname>Massone</surname>
|
1413
|
+
<given-names>L</given-names>
|
1414
|
+
</name>
|
1415
|
+
<name name-style="western">
|
1416
|
+
<surname>Borghi</surname>
|
1417
|
+
<given-names>S</given-names>
|
1418
|
+
</name>
|
1419
|
+
<name name-style="western">
|
1420
|
+
<surname>Pestarino</surname>
|
1421
|
+
<given-names>A</given-names>
|
1422
|
+
</name>
|
1423
|
+
<name name-style="western">
|
1424
|
+
<surname>Piccini</surname>
|
1425
|
+
<given-names>R</given-names>
|
1426
|
+
</name>
|
1427
|
+
<name name-style="western">
|
1428
|
+
<surname>Gambini</surname>
|
1429
|
+
<given-names>C</given-names>
|
1430
|
+
</name>
|
1431
|
+
</person-group>
|
1432
|
+
<article-title xml:lang="fr">Localisations palmaires purpurioques de la dermatitie herpetiforme</article-title>
|
1433
|
+
<trans-title xml:lang="en">Purpuric palmar sites of dermatitis herpetiformis</trans-title>
|
1434
|
+
<source>Ann Dermatol Vernerol</source>
|
1435
|
+
<year>1987</year>
|
1436
|
+
<volume>114</volume>
|
1437
|
+
<issue>12</issue>
|
1438
|
+
<fpage>1545</fpage>
|
1439
|
+
<lpage>1547</lpage>
|
1440
|
+
</citation>
|
1441
|
+
</ref>
|
1442
|
+
<ref id="mul556567575">
|
1443
|
+
<citation citation-type="book">
|
1444
|
+
|
1445
|
+
<person-group person-group-type="author">
|
1446
|
+
<name name-style="western">
|
1447
|
+
<surname>Hartmeier</surname>
|
1448
|
+
<given-names>Winifried</given-names>
|
1449
|
+
</name>
|
1450
|
+
</person-group>
|
1451
|
+
<source xml:lang="de">Immobilisierte Biokatalysstoren</source>
|
1452
|
+
<trans-source xml:lang="en">Immobilized biocatalysts</trans-source>
|
1453
|
+
<year>1988</year>
|
1454
|
+
|
1455
|
+
<publisher-loc>Berlin</publisher-loc>
|
1456
|
+
|
1457
|
+
<publisher-name>Springer-Verlag</publisher-name>
|
1458
|
+
<lpage>212</lpage>
|
1459
|
+
<isbn>0-23-8675-309</isbn>
|
1460
|
+
</citation>
|
1461
|
+
</ref>
|
1462
|
+
</ref-list>
|
1463
|
+
<notes id="mul909456" notes-type="note-in-proof"><title>Notes In Proof</title>
|
1464
|
+
|
1465
|
+
<p>This is a fake back matter structure which if real would hold late breaking news related to the article but occurring after the article was typeset.</p>
|
1466
|
+
</notes>
|
1467
|
+
</back>
|
1468
|
+
|
1469
|
+
|
1470
|
+
<sub-article article-type="collection" xml:lang="en">
|
1471
|
+
<front>
|
1472
|
+
<journal-meta>
|
1473
|
+
<journal-id journal-id-type="publisher">BR MED J</journal-id>
|
1474
|
+
<journal-title>International Journal of Health Geographics</journal-title>
|
1475
|
+
<issn pub-type="ppub">0959-8138</issn>
|
1476
|
+
|
1477
|
+
<publisher>
|
1478
|
+
|
1479
|
+
<publisher-name>British Medical Journal</publisher-name>
|
1480
|
+
|
1481
|
+
<publisher-loc>Fake Location</publisher-loc></publisher>
|
1482
|
+
</journal-meta>
|
1483
|
+
<article-meta>
|
1484
|
+
<article-id pub-id-type="pmid">10092260a</article-id>
|
1485
|
+
<title-group>
|
1486
|
+
<article-title xml:lang="en">Treatment can be onerous for patient and
|
1487
|
+
doctor</article-title></title-group>
|
1488
|
+
<contrib-group>
|
1489
|
+
<contrib contrib-type="author" id="mul598" rid="mul404" equal-contrib="yes" deceased="no" corresp="yes"><name name-style="western">
|
1490
|
+
<surname>Seamark</surname>
|
1491
|
+
<given-names>Clare J</given-names></name>
|
1492
|
+
<role>general practitioner</role>
|
1493
|
+
<xref ref-type="aff"><sup><italic>a</italic></sup></xref>
|
1494
|
+
</contrib>
|
1495
|
+
<contrib contrib-type="author" id="mul36" equal-contrib="yes" deceased="no" corresp="no">
|
1496
|
+
<name name-style="western"><surname>Hutchinson</surname>
|
1497
|
+
<given-names>Margaret</given-names></name>
|
1498
|
+
<role>retired headmistress</role>
|
1499
|
+
</contrib>
|
1500
|
+
</contrib-group>
|
1501
|
+
<aff><sup><italic>a</italic></sup>Honiton
|
1502
|
+
Group Practice, Honiton, Devon EX14 2NY</aff>
|
1503
|
+
<author-notes id="mul44" rid="mul36">
|
1504
|
+
<title>Fake Notes Title</title>
|
1505
|
+
<corresp id="mul404">Correspondence to: C Seamark
|
1506
|
+
<email>daseamark@msn.com</email></corresp>
|
1507
|
+
<fn fn-type="conflict" id="mul878" xml:lang="en">
|
1508
|
+
<p>Competing interests: None declared.</p></fn>
|
1509
|
+
</author-notes>
|
1510
|
+
|
1511
|
+
<pub-date pub-type="pub"><season>Summer</season><year>2000</year></pub-date>
|
1512
|
+
<elocation-id seq="a">E27</elocation-id>
|
1513
|
+
<ext-link id="mul2323453" ext-link-type="url" xlink:actuate="onRequest" xlink:role="link to NCEMCH report" xlink:show="new" xlink:title="NCEMCH" xlink:type="simple" xlink:href="www.ncemch.org/pubs/PDFs/
|
1514
|
+
breastfeedingTIB.pdf" xmlns:xlink="http://www.w3.org/1999/xlink">http://www.ncemch.org/pubs/PDFs/
|
1515
|
+
breastfeedingTIB.pdf</ext-link>
|
1516
|
+
<supplementary-material id="S111"
|
1517
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
1518
|
+
xlink:title="local_file" xlink:actuate="onRequest" xlink:show="new" xlink:href="1471-2105-1-1-s1.pdf" xlink:type="simple" xlink:role="description of form" position="float"
|
1519
|
+
mimetype="application" mime-subtype="pdf" content-type="form">
|
1520
|
+
<label>Additional material</label>
|
1521
|
+
<caption>
|
1522
|
+
|
1523
|
+
<p>Supplementary PDF file supplied by authors.</p>
|
1524
|
+
</caption>
|
1525
|
+
</supplementary-material>
|
1526
|
+
<history>
|
1527
|
+
<date date-type="accepted">
|
1528
|
+
<day>07</day><month>2</month>
|
1529
|
+
<year>2000</year></date>
|
1530
|
+
</history>
|
1531
|
+
<copyright-statement>Copyright © 2000,
|
1532
|
+
British Medical Journal</copyright-statement>
|
1533
|
+
<copyright-year>2000</copyright-year>
|
1534
|
+
</article-meta>
|
1535
|
+
</front>
|
1536
|
+
<body>
|
1537
|
+
|
1538
|
+
<p>The development of genetic testing for disease has
|
1539
|
+
raised the problem of whether to test asymptomatic
|
1540
|
+
individuals....</p>
|
1541
|
+
</body>
|
1542
|
+
<back>
|
1543
|
+
<ack>
|
1544
|
+
|
1545
|
+
<p>We thank MH's family for their willingness to be involved in
|
1546
|
+
genetic testing ...</p>
|
1547
|
+
</ack>
|
1548
|
+
<ref-list>
|
1549
|
+
|
1550
|
+
<ref id="B66">
|
1551
|
+
<citation citation-type="gov">
|
1552
|
+
<collab collab-type="authors">National Committee for Clinical Laboratory
|
1553
|
+
Standards</collab>
|
1554
|
+
<source>Performance standards for antimicrobial disk
|
1555
|
+
susceptibility tests. Approved standard</source>
|
1556
|
+
<year>2000</year>
|
1557
|
+
<edition>7th ed.</edition>
|
1558
|
+
|
1559
|
+
<publisher-loc>Wayne, Pa</publisher-loc>
|
1560
|
+
<publisher-name>National Committee for Clinical
|
1561
|
+
Laboratory Standards</publisher-name><fpage>M2</fpage>
|
1562
|
+
<lpage>A7</lpage>
|
1563
|
+
<issn pub-type="ppub">0959-8138</issn>
|
1564
|
+
<email>info@nccls.gov</email>
|
1565
|
+
</citation>
|
1566
|
+
</ref>
|
1567
|
+
<ref id="mul899205">
|
1568
|
+
<citation citation-type="book">
|
1569
|
+
|
1570
|
+
<person-group person-group-type="author">
|
1571
|
+
<name name-style="western">
|
1572
|
+
<surname>Lawrence</surname>
|
1573
|
+
<given-names>Ruth A</given-names>
|
1574
|
+
</name>
|
1575
|
+
</person-group>
|
1576
|
+
<source>A review of the medical benefits and contraindications
|
1577
|
+
to breastfeeding in the United States [Internet]</source>
|
1578
|
+
<year>1997</year>
|
1579
|
+
<month>10</month>
|
1580
|
+
<day>27</day>
|
1581
|
+
<time-stamp>1:18 pm</time-stamp>
|
1582
|
+
<access-date>cited 2000 Apr 24</access-date>
|
1583
|
+
|
1584
|
+
<publisher-loc>Arlington (VA)</publisher-loc>
|
1585
|
+
|
1586
|
+
<publisher-name>National Center for Education in Maternal
|
1587
|
+
and Child Health</publisher-name>
|
1588
|
+
<fpage>40</fpage>
|
1589
|
+
<comment>Available from:
|
1590
|
+
<ext-link ext-link-type="url" xlink:actuate="onRequest" xlink:role="link to NCEMCH report" xlink:show="new" xlink:title="NCEMCH" xlink:type="simple" xlink:href="www.ncemch.org/pubs/PDFs/
|
1591
|
+
breastfeedingTIB.pdf" xmlns:xlink="http://www.w3.org/1999/xlink">http://www.ncemch.org/pubs/PDFs/
|
1592
|
+
breastfeedingTIB.pdf</ext-link>
|
1593
|
+
</comment>
|
1594
|
+
</citation>
|
1595
|
+
</ref>
|
1596
|
+
|
1597
|
+
</ref-list>
|
1598
|
+
</back>
|
1599
|
+
</sub-article>
|
1600
|
+
|
1601
|
+
<!--
|
1602
|
+
|
1603
|
+
<response response-type="reply" xml:lang="en">
|
1604
|
+
<front>
|
1605
|
+
<journal-meta>
|
1606
|
+
<journal-id journal-id-type="publisher">JCM</journal-id>
|
1607
|
+
<journal-title>International Journal of Health Geographics</journal-title>
|
1608
|
+
<issn pub-type="ppub">0095-1137</issn>
|
1609
|
+
|
1610
|
+
<publisher>
|
1611
|
+
|
1612
|
+
<publisher-name>JCM</publisher-name>
|
1613
|
+
|
1614
|
+
<publisher-loc>Fake Location</publisher-loc></publisher>
|
1615
|
+
</journal-meta>
|
1616
|
+
<article-meta>
|
1617
|
+
<article-id pub-id-type="pmid">mul987</article-id>
|
1618
|
+
<title-group><article-title xml:lang="en">Authors' Reply</article-title></title-group>
|
1619
|
+
<contrib-group>
|
1620
|
+
<contrib contrib-type="author" id="mul989" equal-contrib="yes" deceased="no" corresp="no"><name name-style="western"><surname>Arthur*</surname>
|
1621
|
+
<given-names>Stella</given-names></name>
|
1622
|
+
<xref ref-type="aff">
|
1623
|
+
<sup><italic>a</italic></sup></xref></contrib>
|
1624
|
+
<contrib contrib-type="author" id="mul898" equal-contrib="yes" deceased="no" corresp="no">
|
1625
|
+
<name name-style="western"><surname>Steed</surname><given-names>Lisa L.</given-names></name>
|
1626
|
+
<xref ref-type="aff">
|
1627
|
+
<sup><italic>a</italic></sup></xref>
|
1628
|
+
</contrib>
|
1629
|
+
</contrib-group>
|
1630
|
+
<aff><sup><italic>a</italic></sup>Center for Research on Ocular Therapeutics
|
1631
|
+
and Biodevices<break/>Department of Ophthalmology<break/>
|
1632
|
+
Storm Eye Institute<break/>Department of Pathology and Laboratory Medicine<break/>
|
1633
|
+
Medical University of South Carolina<break/>Charleston, South Carolina<break/>
|
1634
|
+
*Phone: (843) 792-2393<break/>Fax: (843) 792-1014<break/>
|
1635
|
+
</aff>
|
1636
|
+
|
1637
|
+
<pub-date pub-type="pub"><year>2000</year></pub-date>
|
1638
|
+
<fpage>...</fpage>
|
1639
|
+
<copyright-year>...</copyright-year>
|
1640
|
+
</article-meta>
|
1641
|
+
</front>
|
1642
|
+
<body>
|
1643
|
+
|
1644
|
+
<p>We read with great interest and much chagrin the letters to the editor by
|
1645
|
+
Drs. Sigler and Sutton and Drs. Guarro and Gene correcting our misidentification
|
1646
|
+
of <italic>Acrophialophora fusispora</italic> as <italic>Scedosporium
|
1647
|
+
prolificans</italic> (<xref rid="R7" ref-type="bibr">1</xref>). The original
|
1648
|
+
identification was indeed made by an inexperienced technologist, although it
|
1649
|
+
was confirmed by a more experienced person. However, both were unaware of the
|
1650
|
+
existence of <italic>A. fusispora</italic>, as were the authors.</p>
|
1651
|
+
|
1652
|
+
<p>In defense of our reviewers, Fig. 2 was added to the manuscript at the
|
1653
|
+
recommendation of one of the reviewers. We don't know if the reviewers
|
1654
|
+
were given the opportunity to examine the added figure prior to publication.</p>
|
1655
|
+
|
1656
|
+
<p>Should we be so fortunate as to grow either organism again, we will not make
|
1657
|
+
this same mistake. Our error emphasizes the need for technical staff trained in
|
1658
|
+
mycology to keep up with recent journal publications. We hope others will learn
|
1659
|
+
from our error.</p>
|
1660
|
+
|
1661
|
+
<p>On the bright side, the literature now contains the first report of
|
1662
|
+
<italic>A. fusispora</italic> keratouveitis in association with a contact lens
|
1663
|
+
retained intraocularly over a long term.</p>
|
1664
|
+
</body>
|
1665
|
+
<back>
|
1666
|
+
<ref-list>
|
1667
|
+
<title>References</title>
|
1668
|
+
<ref id="R7">
|
1669
|
+
<citation citation-type="journal">
|
1670
|
+
<name name-style="western"><surname>Andersen</surname>
|
1671
|
+
<given-names>Jan V.</given-names></name>
|
1672
|
+
<article-title xml:lang="en">Structure and mapping of antigenic domains</article-title>
|
1673
|
+
<source>Infect. Immun. of Finland</source>
|
1674
|
+
<year>1992</year>
|
1675
|
+
<volume>21</volume>
|
1676
|
+
<fpage>57</fpage>
|
1677
|
+
<lpage>79</lpage></citation>
|
1678
|
+
</ref>
|
1679
|
+
</ref-list>
|
1680
|
+
<fn-group>
|
1681
|
+
<fn fn-type="other" id="mul200222" xml:lang="en">
|
1682
|
+
|
1683
|
+
<p>This paper was submitted directly (Track II) to the PNAS
|
1684
|
+
office.</p>
|
1685
|
+
</fn>
|
1686
|
+
<fn id="FN153" fn-type="other" xml:lang="en">
|
1687
|
+
|
1688
|
+
<p>§ Barta, A., Dorner, S., Polacek, N., Berg, J. M.,
|
1689
|
+
Lorsch, J. R., Nissen, P., Hansen, J., Muth, G. W. & Ban, N. (2000) <italic>Science</italic> <bold>291</bold>, 203a (abstr.).</p>
|
1690
|
+
</fn>
|
1691
|
+
</fn-group>
|
1692
|
+
</back>
|
1693
|
+
</response>
|
1694
|
+
-->
|
1695
|
+
|
1696
|
+
</article>
|