Skip to content

Python 3 library for parsing academic references in RIS or MEDLINE formats

License

Notifications You must be signed in to change notification settings

hashemi/refparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

refparser

refparser is a Python 3 library for parsing academic references in RIS or MEDLINE formats.

from refparser.parsers import RISRecord

raw_record = """
TY  - JOUR
ID  - 123456
A1  - Cushing, Harvey
ER  - 
"""

record = RISRecord(raw_record)

record.title
record.authors
record.journal_names
record.issn
record.volume
record.issue
record.pages

License

MIT

About

Python 3 library for parsing academic references in RIS or MEDLINE formats

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages