Add a note regarding our divergence from the RIS spec on "AB"

This commit is contained in:
Dan Stillman 2011-05-30 19:59:09 +00:00
parent 2ce712df70
commit 23ad809a06

View file

@ -266,6 +266,8 @@ function processTag(item, tag, value) {
item.notes.push({note:value});
} else item.notes.push({note:value});
}
// The RIS spec insanely claims that AB == N1, but other software seems
// to overlook or ignore this, so we will too on import
} else if(tag == "N2" || tag == "AB") {
// abstract
item.abstractNote = value;