UofS-Pulse-Binfo / tripal_bibtex

A BibTEX importer for Tripal Publications.
GNU General Public License v3.0
2 stars 2 forks source link

Fixed issue #9 and a few others #14

Closed spficklin closed 6 years ago

spficklin commented 6 years ago

This is a fix for issue #9. With this fix I can now successfully import the attached bibtex file. Specifically the file uses a capital 'Article' instead of 'article' and uses quotes instead of a curly bracket for values.

sample_bibtex.txt

spficklin commented 6 years ago

I had other problems with another bibtext file having unexpected spacing, so I updated the regular expressions to support that one as well. Here's the bibtext file for testing: cluster-analysis-and-display-of-genome-wide-expression-patterns.bib.txt

spficklin commented 6 years ago

Fixed a few more issues when testing loading a sample from this site: https://verbosus.com/bibtex-style-examples.html

Specifically, when numeric values are not surrounded by quotes or brackets and fixed the 'Note' tag.

example.bib.txt

laceysanderson commented 6 years ago

Confirmed -Thanks for the fixes @spficklin and sorry for the wait time on this!