dbs / ris2web

Given a RIS file, generate a web site that displays the citations.
GNU General Public License v3.0
7 stars 2 forks source link

Missing URLs and other fields #26

Closed dbs closed 9 years ago

dbs commented 9 years ago

For example, http://labourstudies.ca/citation/222 should have a URL. Looking at the RIS, it seems that the URL for that citation is the last field in the record. This suggests an off-by-one error in the parser. Checking other citations shows a similar pattern, whether the last field is a URL or a keyword or something else.