IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
878 stars 490 forks source link

Missing spaces in Author display on Dataset overview page #10964

Open bjosel opened 1 day ago

bjosel commented 1 day ago

What steps does it take to reproduce the issue? 1) Activate the ORCID and/or ROR external vocabulary scripts 2) Enter values manually in the metadata fields "authorName", "authorIdentifierScheme", "authorIdentifier" and optionally "authorAffiliation".

Which version of Dataverse are you using? 6.4

Screenshots:

Are you thinking about creating a pull request for this issue? If we can fix it

pdurbin commented 1 day ago

If we can fix it

That would be lovely! I assume the data is coming from ROR. Does it look ok as it's coming across the wire? 🤔

qqmyers commented 1 day ago

When the scripts are used, the child fields are being sent as separate spans instead of Dataverse concatenating all of the strings (with spaces in between child strings). I think the easiest fix would probably be to add some css styling to add margins on those fields.