瀏覽代碼

Merge commit '32953088d267d88b32b2f769593a55d9365740fa' into main

ivis-kuwata 2 年之前
父節點
當前提交
e91f729e59
共有 2 個文件被更改,包括 3 次插入64 次删除
  1. 3 4
      README.md
  2. 0 60
      dmp.json

+ 3 - 4
README.md

@@ -1,4 +1,3 @@
-# workflow-template
- 
-dg02(ivis-kuwata, main branch):
-[![Binder](https://binder.cs.rcos.nii.ac.jp/badge_logo.svg)](https://binder.cs.rcos.nii.ac.jp/v2/gh/ivis-kuwata/workflow-template/main)
+# データガバナンス機能 ワークフロー
+
+[WORKFLOW/FLOWS/base_FLOW.ipynb](WORKFLOW/FLOWS/base_FLOW.ipynb)

+ 0 - 60
dmp.json

@@ -1,60 +0,0 @@
-{
-    "schema": "amed",
-    "createDate": "2021/07/21",
-    "project": {
-        "fiscalYear": 2021,
-        "title": "The Project",
-        "problemName": "",
-        "representative": {
-            "belongTo": "NII",
-            "post": "",
-            "name": "John Doe"
-        }
-    },
-    "required": {
-        "hasRegistNecessity": false,
-        "noRegistReason": ""
-    },
-    "researches": {
-        "description": "",
-        "data": [
-            {
-                "title": "The Data",
-                "releasePolicy": "",
-                "concealReason": "",
-                "repositoryType": "",
-                "repositoryName": "",
-                "dataAmount": ""
-            }
-        ]
-    },
-    "forPublication": {
-        "hasOfferPolicy": false,
-        "policyName": "This is just content when 'hasOfferPolicy' is true"
-    },
-    "researchers": {
-        "numberOfPeople": 1,
-        "manager": {
-            "isConcurrent": false,
-            "personal": {
-                "belongTo": "NII",
-                "post": "",
-                "name":"Bill Doe"
-            }
-        },
-        "staff": [
-            {
-                "belongTo": "NII",
-                "post": "",
-                "name": "Mary Doe",
-                "e-Rad": "0000",
-                "canPublished": false,
-                "postType": "Professor",
-                "financialResource": "AMED",
-                "employmentStatus": "full-time",
-                "roles": "data curation",
-                "remarks": ""
-            }
-        ]
-    }
-}