Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Siedlerchr opened this issue Sep 27, 2022 · 1 comment · Fixed by #9193
Closed
Assignees
Labels
good first issue An issue intended for project-newcomers. Varies in difficulty. import

Comments

@Siedlerchr
Copy link
Member

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

@Siedlerchr Siedlerchr added import good first issue An issue intended for project-newcomers. Varies in difficulty. labels Sep 27, 2022
@berry120
Copy link
Contributor

@Siedlerchr Hey, I'd like to give this one a go - could you assign it to me? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue An issue intended for project-newcomers. Varies in difficulty. import
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants