mirror of
https://github.com/pcvolkmer/mv64e-onkostar-data.git
synced 2025-09-13 16:02:52 +00:00
fix: DOI publication id pattern
This commit is contained in:
@@ -195,7 +195,7 @@ public abstract class AbstractEinzelempfehlungDataMapper<T> extends AbstractSubf
|
|||||||
.type("Publication")
|
.type("Publication")
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
if (line.matches("^\\d{2}\\.\\d{4}/\\d+$")) {
|
if (line.matches("^\\d{2}\\.\\d{4}/\\d+(\\.\\d+)?$")) {
|
||||||
return PublicationReference.builder()
|
return PublicationReference.builder()
|
||||||
.id(line)
|
.id(line)
|
||||||
.system(PublicationSystem.DOI_ORG)
|
.system(PublicationSystem.DOI_ORG)
|
||||||
|
Reference in New Issue
Block a user