Is your suggestion for improvement related to a problem? Please describe.
I recently had to import a reference from the ISCRAM conference. However, they only offer MODS export format and I noticed that my entry got imported as misc.
Describe the solution you'd like
I would like to have conference publications imported as proceedings.
Additional context
Here is a list of mappings for the field genre:
https://www.loc.gov/standards/valuelist/marcgt.html
The code needs to be adpated at this place :
|
genreDefinition.ifPresent(genre -> entry.setType(EntryTypeFactory.parse(genre.getValue()))); |
Is your suggestion for improvement related to a problem? Please describe.
I recently had to import a reference from the ISCRAM conference. However, they only offer MODS export format and I noticed that my entry got imported as misc.
Describe the solution you'd like
I would like to have conference publications imported as proceedings.
Additional context
Here is a list of mappings for the field genre:
https://www.loc.gov/standards/valuelist/marcgt.html
The code needs to be adpated at this place :
jabref/src/main/java/org/jabref/logic/importer/fileformat/ModsImporter.java
Line 170 in d3e0f86