Dear All, I would like to ask how can I add a string to a ds-item-page-uri-field? I noticed that this will only work if the field is a URL. I'm trying to display the DOI of the item in the simple item page but all of our existing DOIs doesn't have the "https://doi.org/" which is what we really want because we will be using it later as value for altmetrics, dimensions or plumx. Below is my entry for the DOI field in the untyped-item.component.html: <ds-item-page-uri-field [item]="object" [fields]="['dc.identifier.doi']" [label]="'item.preview.dc.identifier.doi'"> </ds-item-page-uri-field>
However, the resulting link is not a valid DOI because it will just add the DOI value to the URL of the repository. [image: DOI.PNG] So my question is how can I add the string "https://doi.org/" before the DOI value so that the resulting link is a valid URL? Thanks in advance! euler -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/ae0f881d-8bb5-4fc4-92db-1ecd7e017d11n%40googlegroups.com.
