Skip to content

Remove author normalizations#233

Merged
bklaing2 merged 3 commits into
metadata-normalization-changesfrom
remove-author-normalizations
May 13, 2026
Merged

Remove author normalizations#233
bklaing2 merged 3 commits into
metadata-normalization-changesfrom
remove-author-normalizations

Conversation

@bklaing2
Copy link
Copy Markdown
Member

Purpose

closes: Add github issue that originated this PR

Approach

Open Questions and Pre-Merge TODOs

Learning

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to change)

Reviewer, please remember our guidelines:

  • Be humble in the language and feedback you give, ask don't tell.
  • Consider using positive language as opposed to neutral when offering feedback. This is to avoid the negative bias that can occur with neutral language appearing negative.
  • Offer suggestions on how to improve code e.g. simplification or expanding clarity.
  • Ensure you give reasons for the changes you are proposing.

@bklaing2 bklaing2 self-assigned this May 11, 2026
if a["affiliationIdentifier"].present?
affiliation_identifier = a["affiliationIdentifier"]
if a["schemeURI"].present?
schemeURI = a["schemeURI"].end_with?("/") ? a["schemeURI"] : a["schemeURI"] + "/"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In regards to datacite/product-backlog#792, I think this isn't required. Here schemeURI is appended with a "/" when necessary, but is only used to build affiliation_identifier. The returned schemeUri is the value from affiliation, set in scheme_uri (not schemeURI)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me!

@bklaing2 bklaing2 changed the base branch from master to metadata-normalization-changes May 13, 2026 16:28
@bklaing2 bklaing2 merged commit bd201ac into metadata-normalization-changes May 13, 2026
1 check passed
@bklaing2 bklaing2 deleted the remove-author-normalizations branch May 13, 2026 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants