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

When dc.identifier.orcid contains an ORCID, make it a hyperlink to the ORCID profile #403

Closed
alawvt opened this issue Sep 23, 2016 · 3 comments
Assignees

Comments

@alawvt
Copy link
Contributor

alawvt commented Sep 23, 2016

@amandafrench, the dc.identifier.orcid field does not appear in the Simple Item View, only the Full Item view. In the Full Item View, none of the URLs, e.g. http://vtechworks.lib.vt.edu/handle/10919/27948?show=full, are live links unless someone has entered them in a tag, e.g. http://vtechworks.lib.vt.edu/handle/10919/64842?show=full. Are you asking that the DOI be a live link in the full record view by default?

@alawvt alawvt assigned pgray64 and amandafrench and unassigned pgray64 Sep 23, 2016
@amandafrench
Copy link

@alawvt I'm asking that in Full Item View both the ORCID and the DOI be automatically wrapped in <a href=""></a> tags so that they become live links automatically. As @keithgee has said, this is the way the URI field works, so it shouldn't be too hard to do it for these fields. You just grab the text string in the field and stick it in the tag like <a href="http://doi.org/10.blahblahblah"> and it becomes a live link.

@amandafrench amandafrench removed their assignment Oct 5, 2016
@alawvt alawvt closed this as completed Oct 7, 2016
@alawvt alawvt reopened this Nov 18, 2016
@alawvt
Copy link
Contributor Author

alawvt commented Nov 18, 2016

Please create the ORCID as a link in the submission form, for example

<a href='http://orcid.org/5412-3652-8965-8745'>5412-3652-8965-8745</a>

@alawvt
Copy link
Contributor Author

alawvt commented Aug 19, 2021

Continued in #764.

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

No branches or pull requests

3 participants