Skip to content

Mods importer should be able to import conference papers with the correct entry type  #9185

@Siedlerchr

Description

@Siedlerchr

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())));

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions