customcommander / customcommander/ris

ED entries are converted to editors in Mendeley

Open
#55 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Gherkin
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Mendeley maps `A2` entries to editors. The same is true for `ED` entries:

```none
TY - JOUR
TI - ED is for editors too?
A2 - EditorSurname_A, EditorName_A
ED - EditorSurname_B, EditorName_B
ER -
```

Becomes:

```json
{
"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"
}
]
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

No file or test path is given. Locate the RIS parsing entry point and existing handling for A2 editor entries, reproduce the supplied record, and check how ED entries are classified. Done means ED and A2 contributors both appear in the editors output without changing the title or type.

Written by the indexing model from the issue text.

Assessment

Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.