|
|
|
xml2ads
xml2ads
converts the MODS XML bibliography to the Smithsonian
Astrophysical Observatory (SAO)/National Aeronautics and
Space Administration (NASA) Astrophyics Data System
or
ADS reference
format
[6]
(which is very similar to the tagged
Endnote style).
xml2ads
usage is as for other
tools
xml2ads
xml_file.xml > output_file.ads
xml2ris
xml2ris
converts the MODS XML bibliography to RIS-formatted
bibliography file.
xml2ris
usage is as for other
tools
xml2ris
xml_file.xml > output_file.ris
xml2end
xml2end
converts the MODS XML bibliography to tagged Endnote
(refer-format) bibliography file.
xml2end
usage is as
for other tools
xml2end
xml_file.xml > output_file.end
xml2wordbib
xml2wordbib
converts the MODS XML bibliography to Word 2007-formatted
XML bibliography file.
xml2wordbib
usage is as for
other tools
xml2wordbib
xml_file.xml > output_file.word.xml
xml2wordbib
was called xml2word in versions of bibutils prior to 3.40.
It was renamed to avoid confusion with other tools.
Hopefully this will not break too many scripts already in
use.
EXAMPLES
Example 1. Example
refer format file
%0
Journal Article
%A C. D. Putnam
%A C. S. Pikaard
%D 1992
%T Cooperative binding of the Xenopus RNA polymerase I
transcription factor xUBF to repetitive ribosomal gene
enhancers
%J Mol Cell Biol
%V 12
%P 4970-4980
%F Putnam1992
xml2bib Output Variations
Example 2. Default
@Article{Putnam1992,
|
|
|
author="C. D.
Putnam
|
|
|
|
and C. S.
Pikaard",
|
|
|
|
year="1992",
|
|
|
|
month="Nov",
|
|
|
|
title="Cooperative binding of
the
|
|
|
|
Xenopus RNA polymerase I
transcription
|
|
|
|
factor xUBF to repetitive
ribosomal
|
|
|
|
gene enhancers",
|
|
|
|
journal="Mol Cell
Biol",
|
|
|
|
volume="12",
|
|
|
|
pages="4970--4980",
|
|
|
|
number="11"}
|
Example 3. Final
Comma
@Article{Putnam1992,
|
|
author="C. D.
Putnam
|
|
|
and C. S.
Pikaard",
|
|
|
year="1992",
|
|
|
month="Nov",
|
|
|
title="Cooperative binding of
the
|
|
|
Xenopus RNA polymerase I
transcription
|
|
|
factor xUBF to repetitive
ribosomal
|
|
|
gene enhancers",
|
|
|
journal="Mol Cell
Biol",
|
|
|
volume="12",
|
|
|
pages="4970--4980",
|
|
|
number="11",}
|
Example 4. Single
Dash
@Article{Putnam1992,
|
|
author="C. D.
Putnam
|
|
|
and C. S.
Pikaard",
|
|
|
year="1992",
|
|
|
month="Nov",
|
|
|
title="Cooperative binding of
the
|
|
|
Xenopus RNA polymerase I
transcription
|
|
|
factor xUBF to repetitive
ribosomal
|
|
|
gene enhancers",
|
|
|
journal="Mol Cell
Biol",
|
|
|
volume="12",
|
|
|
pages="4970-4980",
|
|
|
number="11"}
|
Example 5. Whitespace
@Article{Putnam1992,
author = "C. D. Putnam
and C. S. Pikaard",
year = "1992",
month = "Jan",
title = "Cooperative binding of
the Xenopus RNA polymerase I transcription
factor xUBF to repetitive ribosomal gene
enhancers",
journal = "Mol Cell Biol",
volume = "12",
pages = "4970--4980"
}
Example 6. Brackets
@Article{Putnam1992,
|
|
author={Putnam, C. D.
|
|
|
and Pikaard, C. S.},
|
|
|
title={Cooperative binding of the
Xenopus
|
|
|
RNA polymerase I transcription
factor xUBF
|
|
|
to repetitive ribosomal gene
enhancers},
|
|
|
journal={Mol Cell
Biol},
|
|
|
year={1992},
|
|
|
month={Nov},
|
|
|
volume={12},
|
|
|
number={11},
|
|
|
pages={4970--4980}
|
|
|
}
|
Example 7. Uppercase
@ARTICLE{Putnam1992,
|
|
AUTHOR="Putnam, C.
D.
|
|
|
and Pikaard, C.
S.",
|
|
|
TITLE="Cooperative binding of
the Xenopus
|
|
|
RNA polymerase I transcription
factor xUBF
|
|
|
to repetitive ribosomal gene
enhancers",
|
|
|
JOURNAL="Mol Cell
Biol",
|
|
|
YEAR="1992",
|
|
|
MONTH="Nov",
|
|
|
VOLUME="12",
|
|
|
NUMBER="11",
|
|
|
PAGES="4970--4980"
|
|
|
}
|
LICENSE
All
versions of bibutils are released under the GNU General
Public License (GPL). In a nutshell, feel free to download,
run, and modify these programs as required. If you
re-release these, you need to release the modified version
of the source. (And I'd appreciate patches as well...if you
care enough to make the change, then I'd like to see what
you're adding or fixing.)
Chris
Putnam, Ludwig Institute for Cancer Research
[7]
COPYRIGHT
Copyright
© 2021 David Bremner (Manual)
Copyright © 2021 Christopher Putnam (Software and
Manual)
This
manual page is distributed under the terms of version 2 of
the GNU General Public License.
NOTES
http://www.loc.gov
|
|
2.
|
|
Metadata
Object Description Schema (MODS)
|
|
http://www.loc.gov/standards/mods/
http://copac.ac.uk/
http://www.kostis.net/
|
|
5.
|
|
http://www.sonnysoftware.com/endnoteimport.html
|
|
http://www.sonnysoftware.com/endnoteimport.html
http://doc.adsabs.harvard.edu/abs_doc/help_pages/taggedformat.html
|
|
7.
|
|
Chris
Putnam, Ludwig Institute for Cancer Research
|
|
http://www.sourceforge.net/p/bibutils/home/Bibutils
|