From 980e2bf01212a6cf7e224cc9a90f4d7e6b50a201 Mon Sep 17 00:00:00 2001 From: Gabriel Magno Date: Sat, 26 Oct 2013 16:33:17 -0500 Subject: office/bibutils: Added (Converter for various bibliography formats) Signed-off-by: Robby Workman --- office/bibutils/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 office/bibutils/README (limited to 'office/bibutils/README') 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. -- cgit v1.2.3