[#6281 Provenance of product PIDs] Added PIDs to the Instance type in Scholexplorer Export

pull/104/head
Sandro La Bruzzo 3 years ago committed by Claudio Atzori
parent a2169ccf07
commit bbe1a7c69a

@ -343,6 +343,9 @@ object DLIToOAF {
val instance_urls = if (fpids.head.length < 5) s"https://www.rcsb.org/structure/${fpids.head}" else s"https://dx.doi.org/${fpids.head}"
val i: Instance = createInstance(instance_urls, firstInstanceOrNull(d.getInstance()), result.getDateofacceptance, true)
// Ticket #6281 added pid to Instance
i.setPid(result.getPid)
if (i != null)
result.setInstance(List(i).asJava)

Loading…
Cancel
Save