dmp.json 935 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "schema": "meti",
  3. "field": "basic",
  4. "dmpType": "New",
  5. "agreementTitle": "The Data Management Plan",
  6. "agreementDate": "2021-09-20",
  7. "submitDate": "2021-10-01",
  8. "corporateName": "The Corporate",
  9. "researches": [
  10. {
  11. "index": 1,
  12. "title": "The Research Data",
  13. "description": "This is description.",
  14. "manager": "John Doe",
  15. "dataType": "My Data",
  16. "releaseLevel": 4,
  17. "concealReason": "nothing",
  18. "concealPeriod": "",
  19. "acquirer": "John Lab",
  20. "acquireMethod": "by download link",
  21. "remarks": ""
  22. },
  23. {
  24. "index": 2,
  25. "title": "The Research Data2",
  26. "description": "This is description.",
  27. "manager": "Jumpei Kuwata",
  28. "dataType": "My Data",
  29. "releaseLevel": 4,
  30. "concealReason": "nothing",
  31. "concealPeriod": "",
  32. "acquirer": "IVIS Lab",
  33. "acquireMethod": "by download link",
  34. "remarks": ""
  35. }
  36. ]
  37. }