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

Provenance Domain: add publication authors as contributors #112

Closed
jpat1546 opened this issue Oct 13, 2019 · 1 comment
Closed

Provenance Domain: add publication authors as contributors #112

jpat1546 opened this issue Oct 13, 2019 · 1 comment
Labels
midterm: BCOfeedback midterm: BCOfeedback
Milestone

Comments

@jpat1546
Copy link
Collaborator

If you were assigned this issue, the following feedback is relevant for your draft BCO.

Feedback

The authors of the publication must be included in the contributor section. Please add them and set their contribution type to both "authoredBy" and “derivedFrom”.

If you're confused on how to input the authors, here's a very good example of how this was done (BCO created by @jiugeyang. She still has to add an additional contribution type, but great formatting of authors)

"contributors": [
{
"name": "Jiuge Yang",
"orcid": "https://orcid.org/0000-0002-6497-0714",
"affiliation": "George Washington University",
"contribution": [
"createdBy"
],
"email": "jiugeyang@gwu.edu"
},
{
"name": "Readman Chiu",
"orcid": "https://orcid.org/0000-0002-2215-5535",
"affiliation": "Canada’s Michael Smith Genome Sciences Centre, BC Cancer Agency",
"contribution": [
"authoredBy"
],
"email": ""
},
{
"name": "Ka Ming Nip",
"orcid": "",
"affiliation": "Canada’s Michael Smith Genome Sciences Centre, BC Cancer Agency",
"contribution": [
"authoredBy"
],
"email": ""
},
{
"name": "Justin Chu",
"orcid": "",
"affiliation": "Canada’s Michael Smith Genome Sciences Centre, BC Cancer Agency",
"contribution": [
"authoredBy"
],
"email": ""
},
{
"name": "Inanc Birol",
"orcid": "",
"affiliation": "Canada’s Michael Smith Genome Sciences Centre, BC Cancer Agency and department of Medical Genetics, The University of British Columbia, Vancouver, BC, Canada",
"contribution": [],
"email": ""


This issue has been placed as a card in the "To Do" column of your individual projects. Please modify and save your BCO on the BCO Editor, with the above feedback provided. Once you've made the modification requested in this issue, move the card to the "Done" column of your projects. Then address the other issues in your "To do" column.

Once all issues assigned to you are addressed (all modifications have been made), and your BCO is saved in the BCO editor, please refer to the instructions in #104.

Additional Resources

Please make the necessary modifications prior to 10/16.
Comment below if you have any questions. Thank you.

ECL314 added a commit that referenced this issue Oct 16, 2019
I have edited my BCO per the two issues (#103 & #112 ) from @jpat1546 
My BCO is ready for review.  – Could you please check that those two issues have been properly resolved in this version of my BCO?  

However, I would like to tweak my BCO a little more before submitting to the pFDA challenge, and I will be sure to have all changes made for final review before the Thursday 5PM deadline.
@cderek7
Copy link
Contributor

cderek7 commented Oct 16, 2019

Where I can find the orcid for each contributor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment