-
Notifications
You must be signed in to change notification settings - Fork 21
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 back-matter paragraph to replace front-matter funding info #103
Conversation
@@ -16,7 +16,7 @@ author_info: | |||
email: [email protected] | |||
affiliations: | |||
- Department of Systems Pharmacology and Translational Therapeutics, University of Pennsylvania | |||
funders: GBMF4552 | |||
funders: G-2018-11163 and GBMF4552 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to preface the new grant number with Alfred P. Sloan Foundation
? Some of the other grant numbers have the funder abbreviation, but this one is hard to identify on its own.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I am become less & less of a fan of the way metadata.yaml handles funding. It seems like it should be a list like affiliations. Also funding acks are particular enough that there may not be much automated stuff we can do.
Anyways, let's add a funding paragraph to the manuscript and take it from there.
Once we add a funding paragraph, we can remove the funding information from the author list. However, this could wait until the later stages of review if we prefer showing funding alongside the authors. |
94f6501
to
a462103
Compare
Let's just add the funding acknowledgment now (see fbf9723). We could either delete the metadata.yaml funders fields or remove the jinja2 funders insertion template. @vsmalladi is there a way you'd like to acknoweldge CPRIT RP150596? |
a462103
to
fbf9723
Compare
@dhimmel We usually add it to Acknowledgements section as: V.S.M was supported by Cancer Prevention and Research Institute of Texas (RP150596). |
Got it. @agitter there are two separate aspects: which people were grant recipients of a grant used to fund manubot VERSUS which people received support from a grant (potentially not directly to them) that was put towards manubot. How do you usually deal with this distinction? |
Let's remove the template insertion and keep the metadata.yml funders. I like having the authors' self-declared funding there so we can confirm the new funding statement is accurate.
That's not exactly how I typically categorize funding support. I would organize funding support based on 1) which funding sources supported the authors' effort on the research being presented and 2) which funding sources supported other resources for the research. For each authors' effort, it doesn't matter to me whether the author was the grant recipient. It is common for training grants or large center grants that the grant PI is not directly involved in all research and would not be an author on all manuscripts. They receive "credit" for the research when reporting all research activities supported by that grant. As long as the grant number is reported in the manuscript and the author funded by the grant notifies the PI that grant supported that manuscript, it is sufficient. For other resources, we may have additional funding section statements that funding source ABC supported aspect XYZ of the study. Those could be computing resources, software development efforts of contributors who are not authors, etc. It also sounds like we want a new manubot-rootstock issue to discuss funding more generally. For deep review I had started to automate parts of the funding statement, but it was not sufficiently general. We can decide where funding information should go and whether any of it should be automated or if it is so custom that it need to be free text in the back matter. |
content/99.back-matter.md
Outdated
|
||
We would like to thank the authors of the Deep Review who helped us test collaborative writing with Manubot. | ||
The authors who responded favorably to being acknowledged are Paul-Michael Agapow, Amr M. Alexandari, Brett K. Beaulieu-Jones, Anne E. Carpenter, Travers Ching, Evan M. Cofer, Dave DeCaprio, Brian T. Do, Enrico Ferrero, David J. Harris, Michael M. Hoffman, Alexandr A. Kalinin, Anshul Kundaje, Jack Lanchantin, Christopher A. Lavender, Benjamin J. Lengerich, Zhiyong Lu, Yifan Peng, Yanjun Qi, Gail L. Rosen, Avanti Shrikumar, Srinivas C. Turaga, Gregory P. Way, Laura K. Wiley, Stephen Woloszynek, Wei Xie, Jinbo Xu, and Michael Zietz. | ||
In addition, we thank Ogun Adebali, Evan M. Cofer, and Robert Gieseke for contributing to the Manubot template manuscript. | ||
We are grateful for additional Manubot discussion and testing by Alexander Dunkel, Ansel Halliburton, Achintya Rao, and other GitHub users. | ||
|
||
## Funding | ||
|
||
This work was supported by the Alfred P. Sloan Foundation in [Grant G-2018-11163](https://sloan.org/grant-detail/8501) to DSH and the Gordon & Betty Moore Foundation in [Grant GBMF4552](https://www.moore.org/grant-detail?grantId=GBMF4552) to CSG. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per #103 (comment), I find it more natural to match which authors were supported by which funding sources and ignore the grant PIs.
@agitter and @vsmalladi: does this look good to go? @agitter feel free to merge (or touch up then merge, if so). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
This build is based on 12fd168. This commit was created by the following Travis CI build and job: https://travis-ci.org/greenelab/meta-review/builds/444327796 https://travis-ci.org/greenelab/meta-review/jobs/444327797 [ci skip] The full commit message that triggered this build is copied below: Add back-matter paragraph to replace front-matter funding info (#103) * Add Sloan foundation grant number https://sloan.org/grant-detail/8501 * Add funding section to back-matter * Revise funding statement to omit PI mentions * Suppress funders templating in front-matter * consistent ampersand / and
This build is based on 12fd168. This commit was created by the following Travis CI build and job: https://travis-ci.org/greenelab/meta-review/builds/444327796 https://travis-ci.org/greenelab/meta-review/jobs/444327797 [ci skip] The full commit message that triggered this build is copied below: Add back-matter paragraph to replace front-matter funding info (#103) * Add Sloan foundation grant number https://sloan.org/grant-detail/8501 * Add funding section to back-matter * Revise funding statement to omit PI mentions * Suppress funders templating in front-matter * consistent ampersand / and
At some point, we should probably create an in-body paragraph regarding funding, as I'm guessing it'll be eventually required by a journal. At that point, we can remove the frontmatter funding snippets (or keep them if we don't mind the redundancy).