datacite.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Gyula"
  9. lastname: "Gyebnár"
  10. affiliation: "MR Research Center, Semmelweis University, Budapest, Hungary"
  11. id: "ORCID:0000-0003-4411-2330"
  12. -
  13. firstname: "Zoltán"
  14. lastname: "Klimaj"
  15. affiliation: "MR Research Center, Semmelweis University, Budapest, Hungary"
  16. id: "ORCID:0000-0001-9700-5382"
  17. -
  18. firstname: "László"
  19. lastname: "Entz"
  20. affiliation: "National Institute of Clinical Neurosciences, Budapest, Hungary"
  21. -
  22. firstname: "Dániel"
  23. lastname: "Fabó"
  24. affiliation: "National Institute of Clinical Neurosciences, Budapest, Hungary "
  25. -
  26. firstname: "Gábor"
  27. lastname: "Rudas"
  28. affiliation: "MR Research Center, Semmelweis University, Budapest, Hungary"
  29. id: "ORCID:0000-0001-2345-6789"
  30. -
  31. firstname: "Péter"
  32. lastname: "Barsi"
  33. affiliation: "MR Research Center, Semmelweis University, Budapest, Hungary"
  34. id: "ORCID:0000-0001-2345-6789"
  35. -
  36. firstname: "Lajos Rudolf"
  37. lastname: "Kozák"
  38. affiliation: "MR Research Center, Semmelweis University, Budapest, Hungary"
  39. id: "ORCID:0000-0003-0368-3663"
  40. # A title to describe the published resource.
  41. title: "Epilepsy MCD Mahalanobis Dataset"
  42. # Additional information about the resource, e.g., a brief abstract.
  43. description: |
  44. Shared data related to the in review PLoS manuscript:
  45. Personalized microstructural evaluation using a Mahalanobis-distance based outlier detection strategy on epilepsy patients’ DTI data – theory, simulations and example cases,
  46. by G Gyebnár , Z Klimaj, L Entz, D Fabó, G Rudas, P Barsi & LR Kozák
  47. # Lit of keywords the resource should be associated with.
  48. # Give as many keywords as possible, to make the resource findable.
  49. keywords:
  50. - MRI
  51. - Magnetic Resonance Imaging
  52. - DTI
  53. - Diffusion Tensor Imaging
  54. - Neuroradiology
  55. - Neurorimaging
  56. - Epilepsy
  57. - Malformations of Cortical Development
  58. - Brain Microstructure
  59. - Microstructural analysis
  60. - White Matter
  61. - Gray Matter
  62. - Grey Matter
  63. - MCD
  64. - Postprocessing
  65. - MAP07
  66. - Image Processing
  67. - Image Statistics
  68. - Mahalanobis Distance
  69. - Multidimensional Statistics
  70. - Epileptic lesion Detection
  71. - Lesion Detection
  72. - Single Patient Statistics
  73. # License information for this resource. Please provide the license name and/or a link to the license.
  74. # Please add also a corresponding LICENSE file to the repository.
  75. license:
  76. name: "Creative Commons Attribution 4.0 International Public License"
  77. url: "https://creativecommons.org/licenses/by/4.0/"
  78. ## Optional Fields
  79. # Funding information for this resource.
  80. # Separate funder name and grant number by comma.
  81. funding:
  82. - "Ministry of Human Capacities Hungary, EFOP-3.6.3-VEKOP-16-2017-00009"
  83. - "Hungarian National Brain Research Program, KTIA/NAP_13-1-2013-0001:5"
  84. - "Hungarian National Brain Research Program, 2017-1.2.1-NKP-2017-00002"
  85. - "National Research, Development and Innovation Office Hungary, K128040"
  86. - "Hungarian Academy of Sciences, Bolyai Research Fellowship Program"
  87. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  88. # Please provide digital identifier (e.g., DOI) if possible.
  89. # Add a prefix to the ID, separated by a colon, to indicate the source.
  90. # Supported sources are: DOI, arXiv, PMID
  91. references:
  92. -
  93. id: "doi:10.xxx/zzzz"
  94. reftype: "IsSupplementTo"
  95. name: "Personalized microstructural evaluation using a Mahalanobis-distance based outlier detection strategy on epilepsy patients’ DTI data – theory, simulations and example cases, by G Gyebnár , Z Klimaj, L Entz, D Fabó, G Rudas, P Barsi & LR Kozák"
  96. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  97. resourcetype: Dataset