Merge branch 'beta' into graph_cleaning

pull/172/head
Claudio Atzori 2 years ago
commit eb43eda42a

@ -1212,6 +1212,17 @@ public class XmlRecordFactory implements Serializable {
"processingchargecurrency", instance.getProcessingchargecurrency()));
}
if (instance.getLicense() != null) {
fields
.addAll(
instance
.getLicense()
.stream()
.filter(d -> isNotBlank(d))
.map(d -> XmlSerializationUtils.asXmlElement("license", d))
.collect(Collectors.toList()));
}
children
.add(
templateFactory

@ -541,7 +541,7 @@
},
"trust": ""
},
"value": ""
"value": "CC-BY"
},
"url": [
"http://dx.doi.org/10.1109/TED.2018.2853550"

Loading…
Cancel
Save