diff options
author | Gabriel Magno <gabrielmagno1@gmail.com> | 2013-10-26 16:33:17 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:55 -0500 |
commit | 980e2bf01212a6cf7e224cc9a90f4d7e6b50a201 (patch) | |
tree | e6aaf032d1b3c54504ccb2ca28f61fe8e18a5780 /office/bibutils/README | |
parent | 87f1239edc2bbfdfaf48bc2ca69b57e941c78c89 (diff) | |
download | slackbuilds-980e2bf01212a6cf7e224cc9a90f4d7e6b50a201.tar.gz |
office/bibutils: Added (Converter for various bibliography formats)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/bibutils/README')
-rw-r--r-- | office/bibutils/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/office/bibutils/README b/office/bibutils/README new file mode 100644 index 0000000000..b7c195a763 --- /dev/null +++ b/office/bibutils/README @@ -0,0 +1,12 @@ +The bibutils program set interconverts between various bibliography +formats using a common MODS-format XML intermediate. For example, +one can convert RIS-format files to Bibtex by doing two +transformations: RIS->MODS->Bibtex. + +By using a common intermediate for N formats, only 2N programs are +required and not N^2-N. These programs operate on the command line +and are styled after standard UNIX-like filters. + +Bibutils converts between bibliography formats including BibTeX, +RIS, Endnote (Refer), ISI, COPAC, and Medline XML using a +MODS v3.0 XML intermediate. |