dmp.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "schema": "amed",
  3. "createDate": "2021/07/21",
  4. "project": {
  5. "fiscalYear": 2021,
  6. "title": "The Project",
  7. "problemName": "",
  8. "representative": {
  9. "belongTo": "NII",
  10. "post": "",
  11. "name": "John Doe"
  12. }
  13. },
  14. "required": {
  15. "hasRegistNecessity": false,
  16. "noRegistReason": ""
  17. },
  18. "researches": {
  19. "description": "",
  20. "data": [
  21. {
  22. "title": "The Data",
  23. "releasePolicy": "",
  24. "concealReason": "",
  25. "repositoryType": "",
  26. "repositoryName": "",
  27. "dataAmount": ""
  28. }
  29. ]
  30. },
  31. "forPublication": {
  32. "hasOfferPolicy": false,
  33. "policyName": "This is just content when 'hasOfferPolicy' is true"
  34. },
  35. "researchers": {
  36. "numberOfPeople": 1,
  37. "manager": {
  38. "isConcurrent": false,
  39. "personal": {
  40. "belongTo": "NII",
  41. "post": "",
  42. "name":"Bill Doe"
  43. }
  44. },
  45. "staff": [
  46. {
  47. "belongTo": "NII",
  48. "post": "",
  49. "name": "Mary Doe",
  50. "e-Rad": "0000",
  51. "canPublished": false,
  52. "postType": "Professor",
  53. "financialResource": "AMED",
  54. "employmentStatus": "full-time",
  55. "roles": "data curation",
  56. "remarks": ""
  57. }
  58. ]
  59. }
  60. }