From ba46be126370c29ff54a33e08a4d849860806aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Fri, 1 Mar 2024 14:15:27 -0500 Subject: [PATCH 1/3] Add PLoS Link to References. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b430ac0..7afde3a 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ plan using this list of activities for ## Grant Writing-Specific Resources +- [Ten simple rules to leverage large language models for getting grants](https://dx.plos.org/10.1371/journal.pcbi.1011863) - [Best Kept Secrets to Winning Grants](https://www.nature.com/articles/545399a) - [The Anatomy of a Specific Aims Page](https://biosciencewriters.com/NIH-Grant-Applications-The-Anatomy-of-a-Specific-Aims-Page.aspx) - [R01 Countdown: Tools for Writing Concise and Compelling Grants](https://purl.stanford.edu/yy394gb6954) From 0e6ca02929db1a04157d1cec56c1731068da377f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Fri, 1 Mar 2024 14:21:41 -0500 Subject: [PATCH 2/3] Create CITATION.bib --- CITATION.bib | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CITATION.bib diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000..d683968 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,17 @@ +@article{seckel_ten_2024, + title = {Ten simple rules to leverage large language models for getting grants}, + volume = {20}, + issn = {1553-7358}, + url = {https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1011863}, + doi = {10.1371/journal.pcbi.1011863}, + language = {en}, + number = {3}, + urldate = {2024-03-01}, + journal = {PLOS Computational Biology}, + author = {Seckel, Elizabeth and Stephens, Brandi Y. and Rodriguez, Fatima}, + month = mar, + year = {2024}, + note = {Publisher: Public Library of Science}, + keywords = {Artificial intelligence, Careers, Heart, Language, Research grants, Scientists, Syntax, Verbal communication}, + pages = {e1011863}, +} From e5b10b2b46a104ee08e8f405b4a843ea11c6b068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Fri, 1 Mar 2024 15:25:46 -0500 Subject: [PATCH 3/3] Update and rename CITATION.bib to CITATION.cff --- CITATION.bib | 17 ----------------- CITATION.cff | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 17 deletions(-) delete mode 100644 CITATION.bib create mode 100644 CITATION.cff diff --git a/CITATION.bib b/CITATION.bib deleted file mode 100644 index d683968..0000000 --- a/CITATION.bib +++ /dev/null @@ -1,17 +0,0 @@ -@article{seckel_ten_2024, - title = {Ten simple rules to leverage large language models for getting grants}, - volume = {20}, - issn = {1553-7358}, - url = {https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1011863}, - doi = {10.1371/journal.pcbi.1011863}, - language = {en}, - number = {3}, - urldate = {2024-03-01}, - journal = {PLOS Computational Biology}, - author = {Seckel, Elizabeth and Stephens, Brandi Y. and Rodriguez, Fatima}, - month = mar, - year = {2024}, - note = {Publisher: Public Library of Science}, - keywords = {Artificial intelligence, Careers, Heart, Language, Research grants, Scientists, Syntax, Verbal communication}, - pages = {e1011863}, -} diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..0b925d5 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,44 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: >- + Ten simple rules to leverage large language models for + getting grants +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - family-names: Seckel + given-names: Elizabeth + email: eseckel@stanford.edu + affiliation: >- + Division of Cardiovascular Medicine, Stanford + University School of Medicine, Stanford, California, + United States of America + orcid: 'https://orcid.org/0000-0001-5910-649X' + - family-names: Stephens + given-names: Brandi Y. + affiliation: >- + Division of Cardiovascular Medicine, Stanford + University School of Medicine, Stanford, California, + United States of America + - family-names: Rodriguez + given-names: Fatima + affiliation: >- + Division of Cardiovascular Medicine, Stanford + University School of Medicine, Stanford, California, + United States of America +identifiers: + - type: doi + value: 10.1371/journal.pcbi.1011863 +repository-code: 'https://github.com/eseckel/ai-for-grant-writing' +url: 'https://eseckel.github.io/ai-for-grant-writing/' +keywords: + - Grants + - Scientific Writing + - Grant Proposals + - LLMs + - Generative AI +license: CC-BY-4.0