Skip to content

Incorrect RIS fields #3634

@dsifford

Description

@dsifford

Greetings.

I'm the developer of the Academic Blogger's Toolkit plugin for WordPress and some of my users were having difficulty importing RIS from jabref. Upon further investigation, it looks like you are currently mis-keying some fields.

} else if ("A2".equals(tag) || "A3".equals(tag) || "A4".equals(tag)) {
if (editor.isEmpty()) {
editor = value;
} else {
editor += " and " + value;
}

According to the RIS specification, A1-A4 are exclusively author fields. Only the ED field should be used for editors.

Related: dsifford/academic-bloggers-toolkit#409 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions