Browse Source

Add 'datacite.yml'

Elliot Layden 5 years ago
parent
commit
29f903e291
1 changed files with 64 additions and 0 deletions
  1. 64 0
      datacite.yml

+ 64 - 0
datacite.yml

@@ -0,0 +1,64 @@
+# Required fields
+# The main researchers involved working on the resource,
+# or the authors of the publication in priority order.
+# May be a corporate/institutional or personal name.
+# Include digital identifier (e.g., ORCID) if possible
+authors:
+  -
+    firstname: "Elliot"
+    lastname: "Layden"
+    affiliation: "Department of Psychology, The University of Chicago, Chicago, IL 60637"
+    id: "https://orcid.org/0000-0002-7365-1985"
+  -
+    firstname: "John"
+    lastname: "Cacioppo"
+    affiliation: "Department of Psychology, The University of Chicago, Chicago, IL 60637"
+    affiliation: "Center for Cognitive and Social Neuroscience, The University of Chicago, Chicago, IL 60637"
+    id: "https://orcid.org/0000-0002-0049-3509"
+  -
+    firstname: "Stephanie"
+    lastname: "Cacioppo"
+    affiliation: "Center for Cognitive and Social Neuroscience, The University of Chicago, Chicago, IL 60637"
+    affiliation: "Department of Psychiatry and Behavioral Neuroscience, The University of Chicago Pritzker School of Medicine, Chicago, IL 60637"
+    id: "https://orcid.org/0000-0002-5061-0451"
+    
+# A name or title to describe the published resource.
+title: "Loneliness Predicts a Preference for Larger Interpersonal Distance within Intimate Space:  Supporting Data"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  This resource provides supporting data for the main findings from our published manuscript.
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Loneliness
+  - Interpersonal Distance
+  - Hypervigilance for Social Threats
+  - Body-Buffer Zone
+  - Perceived Social Isolation
+
+# Any rights information for this resource. Please provide both a license name and a link to the license.
+# Please add also a LICENSE file to the repository
+license:
+  name: "Creative Commons CC0 1.0 Public Domain Dedication"
+  url: "https://creativecommons.org/publicdomain/zero/1.0/"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "National Institute on Aging, R01AG033590"
+
+# Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
+# for further valid types see https://schema.datacite.org/meta/kernel-4
+# Please provide digital identifier (e.g., DOI) if possible.
+references:
+  -
+    doi: "10.31234/osf.io/ujfsx"
+    reftype: "IsSupplementTo"
+    name: "Loneliness Predicts a Preference for Larger Interpersonal Distance within Intimate Space"
+
+# Type of the data in this repository (Dataset, Model, Software, Other see
+# https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
+# for examples
+dtype: Dataset