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

Fix Load Scopus Csv ScopusCsvDocument authors method #49

Open
tleedepriest opened this issue Jun 21, 2023 · 2 comments
Open

Fix Load Scopus Csv ScopusCsvDocument authors method #49

tleedepriest opened this issue Jun 21, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tleedepriest
Copy link
Contributor

The current Scopus csv test case has the column value "Authors with Affiliations" formatted as Author First Name, Author Last Name, Affiliation; ..... however when using scopus recently this format is Author First Author Last, Affiliation;

This causes the author name property to become the Author First and Author Last AND the first affiliation. This method also needs to be modified to support multiple affiliations for a single author. This may need to be opened up as a separate issue, although it shouldn't be too difficult to implement.

The plan is to add a new test case for a recently exported scopus csv file, then modify the method to pass tests for both files.

@stijnh stijnh added the bug Something isn't working label Jun 22, 2023
@stijnh
Copy link
Member

stijnh commented Jun 22, 2023

Thanks for keeping track of this! Will it be possible to support both the old CSV format and the new CSV format from Scopus?

Are you working on a PR for this? I'd be happy to accept your update!

@stijnh
Copy link
Member

stijnh commented Oct 9, 2023

Work for this is ongoing as part of PR #59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants