Copyright | (C) 2008 Andrea Rossato |
---|---|
License | BSD3 |
Maintainer | andrea.rossato@unitn.it |
Stability | unstable |
Portability | unportable |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
readBiblioFile :: (String -> Bool) -> FilePath -> IO [Reference] Source #
Read a file with a bibliographic database. The database format is recognized by the file extension. The first argument is a predicate to filter citation identifiers.
Supported formats are: json
, mods
, bibtex
, biblatex
, ris
,
endnote
, endnotexml
, isi
, medline
, copac
, and nbib
.