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

Adopt a more defining info.json structure #511

Open
henrykironde opened this issue Jul 16, 2019 · 0 comments
Open

Adopt a more defining info.json structure #511

henrykironde opened this issue Jul 16, 2019 · 0 comments

Comments

@henrykironde
Copy link

{
  "authors": [
    {
      "name": "First Author",
      "orcid": "0000-0002...",
      "affiliation": 1
    },
    {
      "name": "second Author",
      "orcid": "0000-0045...",
      "affiliation": 1, 2
    }
  ],
  "affiliation": [
    {
      "name": "Department of Sci",
      "index": 1
    },
    {
      "name": "Department of Math",
      "index": 2
    }
  ],
  "title": "A test title",
  "description": "A brief description of what this object is"
}

Ref : Current sample info.json
Borrowed from The Journal of Open Source Software
I could put in a PR if accepted

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