Add a note regarding our divergence from the RIS spec on "AB"
This commit is contained in:
parent
2ce712df70
commit
23ad809a06
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue