Browse Source

[datacite] Update funding separator

M. Sonntag 1 year ago
parent
commit
c02c91ed4e
1 changed files with 3 additions and 3 deletions
  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.