datacite.yml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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: "Daniel "
  9. lastname: "Glen"
  10. affiliation: "NIMH"
  11. id: "ORCID:0000-0001-8456-5647"
  12. -
  13. firstname: "Paul"
  14. lastname: "Taylor"
  15. affiliation: "NIMH"
  16. id: "ResearcherID:0000-0003-0488-6796"
  17. # A title to describe the published resource.
  18. title: "AFNI animal_warper transformations among all common macaque templates"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. This repository contains all the transformations to align templates
  22. among all common macaque template spaces. These transformations
  23. were computed using the @animal_warper program from the AFNI brain
  24. imaging analysis package.
  25. The repository was created primarily for supporting the AFIDS-macaca
  26. project, an effort to assess the creation and transformation of
  27. standardized anatomical region coordinates. This animal_warper based set
  28. of transformations mirrors the RheMap project.
  29. Each template was aligned to all the others. Transformations were
  30. arbitrarily chosen to pick only one as the base template and the other as an
  31. input template. The output directories contain the affine, the nonlinear and
  32. the composite transformations for both directions of these transformations.
  33. The calls to @animal_warper are using the default options with no optimization
  34. for any specific case unless the alignment failed completely.
  35. # Lit of keywords the resource should be associated with.
  36. # Give as many keywords as possible, to make the resource findable.
  37. keywords:
  38. - Neuroscience
  39. - atlas
  40. - macaque
  41. - template
  42. - D99
  43. - NMT
  44. - NMT1.3
  45. - NMT2.0sym
  46. - NMT2.0asym
  47. - Yerkes19
  48. - INIA19
  49. # License information for this resource. Please provide the license name and/or a link to the license.
  50. # Please add also a corresponding LICENSE file to the repository.
  51. license:
  52. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  53. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  54. ## Optional Fields
  55. # Funding information for this resource.
  56. # Separate funder name and grant number by comma.
  57. # funding:
  58. # - "DFG, AB1234/5-6"
  59. # - "EU, EU.12345"
  60. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  61. # Please provide digital identifier (e.g., DOI) if possible.
  62. # Add a prefix to the ID, separated by a colon, to indicate the source.
  63. # Supported sources are: DOI, arXiv, PMID
  64. # In the citation field, please provide the full reference, including title, authors, journal etc.
  65. # references:
  66. # -
  67. # id: "doi:10.xxx/zzzz"
  68. # reftype: "IsSupplementTo"
  69. # citation: "Citation1"
  70. # -
  71. # id: "arxiv:mmmm.nnnn"
  72. # reftype: "IsSupplementTo"
  73. # citation: "Citation2"
  74. # -
  75. # id: "pmid:nnnnnnnn"
  76. # reftype: "IsReferencedBy"
  77. # citation: "Citation3"
  78. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  79. resourcetype: Dataset
  80. # Do not edit or remove the following line
  81. templateversion: 1.2