-
Notifications
You must be signed in to change notification settings - Fork 1
ED entries are converted to editors in Mendeley #55
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Mendeley maps A2 entries to editors. The same is true for ED entries:
TY - JOUR
TI - ED is for editors too?
A2 - EditorSurname_A, EditorName_A
ED - EditorSurname_B, EditorName_B
ER -
Becomes:
{
"title": "ED is for editors too?",
"type": "journal",
"editors": [
{
"first_name": "EditorName_A",
"last_name": "EditorSurname_A"
},
{
"first_name": "EditorName_B",
"last_name": "EditorSurname_B"
}
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers