datacite.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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: "Lucas"
  9. lastname: "Gautheron"
  10. affiliation: "Interdisciplinary Centre for Science and Technology Studies (IZWT), University of Wuppertal, Germany"
  11. id: "ORCID:0000-0002-3776-3373"
  12. -
  13. firstname: "Elisa"
  14. lastname: "Omodei"
  15. affiliation: "Department of Network and Data Science, Central European University, Vienna, Austria"
  16. id: "ORCID:0000-0002-6748-5124"
  17. # A title to describe the published resource.
  18. title: "Code and data for `How research programs come apart: the example of supersymmetry and the disunity of physics'"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. This repository contains the code and data necessary to reproduce the figures and tables in "How research programs come apart: the case of supersymmetry and the disunity of physics"
  22. # Lit of keywords the resource should be associated with.
  23. # Give as many keywords as possible, to make the resource findable.
  24. keywords:
  25. -
  26. - Scientometrics
  27. - Philosophy of science
  28. - High-energy physics
  29. # License information for this resource. Please provide the license name and/or a link to the license.
  30. # Please add also a corresponding LICENSE file to the repository.
  31. license:
  32. name: "MIT License"
  33. url: "https://opensource.org/license/mit/"
  34. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  35. resourcetype: Software
  36. # Do not edit or remove the following line
  37. templateversion: 1.2