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")
|
||||
.build();
|
||||
}
|
||||
if (line.matches("^\\d{2}\\.\\d{4}/\\d+$")) {
|
||||
if (line.matches("^\\d{2}\\.\\d{4}/\\d+(\\.\\d+)?$")) {
|
||||
return PublicationReference.builder()
|
||||
.id(line)
|
||||
.system(PublicationSystem.DOI_ORG)
|
||||
|
Reference in New Issue
Block a user