瀏覽代碼

[datacite] Minor template changes

- Sample DFG grant number matches typical pattern.
- Keywords follow overall style of template.
Achilleas Koutsou 5 年之前
父節點
當前提交
451eb74a64
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 3 2
      conf/datacite/datacite.yml
  2. 1 1
      internal/bindata/bindata.go

+ 3 - 2
conf/datacite/datacite.yml

@@ -33,7 +33,8 @@ description: |
 # Give as many keywords as possible, to make the resource findable.
 keywords:
   - Neuroscience
-  - Electrophysiology
+  - Keyword2
+  - Keyword3
 
 # License information for this resource. Please provide the license name and/or a link to the license.
 # Please add also a corresponding LICENSE file to the repository.
@@ -48,7 +49,7 @@ license:
 # Funding information for this resource.
 # Separate funder name and grant number by comma.
 funding:
-  - "DFG, DFG.12345"
+  - "DFG, AB1234/5-6"
   - "EU, EU.12345"
 
 

文件差異過大導致無法顯示
+ 1 - 1
internal/bindata/bindata.go


部分文件因文件數量過多而無法顯示