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

Describe new metadata fields #335

Merged
merged 1 commit into from
Feb 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@ affiliations: # as a list, strongly suggested
- Department of Systems Pharmacology and Translational Therapeutics, University of Pennsylvania
- Department of Biological & Medical Informatics, University of California, San Francisco
funders:
- GBMF4552 # optional list of author's funding
- The Gordon and Betty Moore Foundation (GBMF 4552) # optional list of author's funding with funder and award number if applicable
conflicts: None # mandatory phrase listing conflicts of interest or None
postcode: "01234" # mandatory postcode of address of primary affiliation in double quotes
approval: yes # mandatory, yes indicates the author has read and approved the manuscript per ICMJE authorship criteria
accountable: yes # mandatory, yes indicates the author agrees to be accountable for all aspects of the work per ICMJE authorship criteria
```

Note that `affiliations` should be a list to allow for multiple affiliations per author.
Expand Down