浏览代码

[datacite] Update funding separator

M. Sonntag 2 年之前
父节点
当前提交
c02c91ed4e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      datacite.yml

+ 3 - 3
datacite.yml

@@ -47,10 +47,10 @@ license:
 ## Optional Fields
 
 # Funding information for this resource.
-# Separate funder name and grant number by comma.
+# Separate funder name and grant number by semicolon.
 funding:
-  - "DFG, AB1234/5-6"
-  - "EU, EU.12345"
+  - "DFG; AB1234/5-6"
+  - "EU; EU.12345"
 
 
 # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.