Skip to content
Snippets Groups Projects
Commit b2e82a71 authored by vuillaut's avatar vuillaut
Browse files

use doi instead of conceptdoi

parent bc42d2cb
No related branches found
No related tags found
1 merge request!86use doi instead of conceptdoi
......@@ -21,7 +21,7 @@ export default function ZenodoResults({ catalog }) {
<br/>
<br/>
<h4><a href={hits.links.latest_html} target="_blank"> {hits.metadata.title.replaceAll(regex, '')} </a></h4>
<a href={hits.links.conceptdoi} target="_blank"> <img src={hits.links.badge} alt="DOI"/> </a>
<a href={hits.links.doi} target="_blank"> <img src={hits.links.badge} alt="DOI"/> </a>
<br/>
{hits.metadata.description.replaceAll(regex, '').substring(0,200)}...
</>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment