Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add required zenodo fields #3

Closed
tcatapano opened this issue May 7, 2017 · 5 comments
Closed

add required zenodo fields #3

tcatapano opened this issue May 7, 2017 · 5 comments

Comments

@tcatapano
Copy link
Member

uploadType | publication
PublicationType | Journal article
Description | uploaded by Plazi from Taxodros
AccessRight | open access
License | either CC BY or licence not specified
Communities | Biodiversity Literature Repository

@tcatapano
Copy link
Member Author

see http://developers.zenodo.org/#representation for zenodo data dictionary for depositions

@tcatapano
Copy link
Member Author

tcatapano commented May 7, 2017

{"metadata": {
"upload_type": "publication",
"title": "Les fourmis du genre Solenopsis en Syrie. Description de deux nouvelles sous-especes et d'ailés inédits. Notes biogéographiques et systématiques.",
"creators": [{ "name": "Tohmé, H.", "affiliation": null},{ "name": "Tohmé, G.", "affiliation": null}],
"description": "Uploaded by Plazi from Antbase. HNS :2897",
"access_right": "open",
"license": "cc-by",
"communities": [{"identifier": "biosyslit"}],
"publication_type": "article",
"publication_date": "1980-12-31",
"journal_title": "Revue Française d'Entomologie",
"journal_volume": "2",
"journal_pages": "129-137"
}}

@tcatapano
Copy link
Member Author

@myrmoteras

Im now generating JSON for uploads. Please verify this is what we want:

Example record:

{
  "metadata": {
    "title": "Variation at four enzyme loci in natural populations of Drosophila melanogaster: factor analyses of genotypic and gametic associations.",
    "upload_type": "publication",
    "description": "uploaded by Plazi from Taxodros",
    "access_right": "open",
    "journal_pages": "15-24",
    "journal_title": "Genet. Sel. Evol.",
    "journal_volume": "20",
    "publication_type": "article",
    "publication_date": "1988-12-31",
    "keywords": [
      "Biodiversity",
      "Taxonomy",
      "Animalia",
      "Arthropoda",
      "Insecta",
      "Diptera",
      "Drosophilidae",
      "flies",
      "fruit flies",
      "terrestrial"
    ],
    "license": "cc-by",
    "creators": [
      {
        "name": "Alonso-Moraga, A.",
        "affiliation": null
      },
      {
        "name": "Munoz-Serrano, A.",
        "affiliation": null
      }
    ],
    "communities": [
      {
        "identifier": "biosyslit"
      }
    ]
  }
}

@myrmoteras
Copy link
Collaborator

myrmoteras commented Jun 2, 2017 via email

@tcatapano
Copy link
Member Author

@myrmoteras

Authors are the list of name/affiliation pairs in "creators"

see issue #5 regarding the journal titles. We could probably expand many of them, but it would take time to develop, test and implement. Perhaps we could load about 500-1000 publications now and then fix journal titles before we upload the rest (~ 15K). Depends on what the near term goal is: all the files or enough to point to and demostrate progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants