Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
advoropaev committed Mar 28, 2024
1 parent 27cf8ea commit 54ccd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Embedded Metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ function processHighwireCreators(creatorNodes, role, doc) {
if (libraryCatalog == "cyberleninka.ru") {
let creatorBySpace = creator.split(/\s* \s*/);
creator = creatorBySpace.slice(1).join(" ") + " " + creatorBySpace[0];
};
}

lastCreator = creator;

Expand Down

0 comments on commit 54ccd58

Please sign in to comment.