Skip to content

hashemi/refparser

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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