Sha256: 83eb8e94777c8627ac9d98197fda0a19b0dc578ccf9c1934619c64765c5113db
Contents?: true
Size: 798 Bytes
Versions: 9
Compression:
Stored size: 798 Bytes
Contents
Feature: Keys containing '/' symbols As a hacker who works with bibliographies I want to export BibTeX entries to the CiteProc format Scenario: An entry taken from the DBLP When I parse the following file: """ @article{DBLP:journals/dq/RossinK99, author = {Donald F. Rossin and Barbara D. Klein}, title = {Data Errors in Neural Network and Linear Regression Models: An Experimental Comparison}, journal = {Data Quality Journal}, volume = {5}, month = sep, year = {1999}, ee = {http://www.dataquality.com/999KR.htm}, bibsource = {DBLP, http://dblp.uni-trier.de} } """ Then my bibliography should contain these articles: | issued | | {"date-parts"=>[[1999, 9]]} |
Version data entries
9 entries across 9 versions & 1 rubygems