diff --git a/.gitignore b/.gitignore index 4d0e806..983c5c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .DS_Store .vscode/settings.json +CLAUDE.md +memory.md diff --git a/docs/Resources/claude_teams.md b/docs/Resources/claude_teams.md new file mode 100644 index 0000000..69fd4ff --- /dev/null +++ b/docs/Resources/claude_teams.md @@ -0,0 +1,7 @@ +# Claude Team Access + +The lab has a Claude Teams subscription. Claude is an AI assistant that can help with writing, coding, data analysis, literature review, and more. + +To join the lab's team plan, use this invite link: [Request Access to Claude Teams](https://claude.ai/join/org/zHXXo3Tq5z8M_rpQRi8gAw). You'll need to sign up for a Claude account (or link your existing one) and your request will be approved by the team admin. + +For guidelines on using generative AI responsibly and effectively in research, see the [GenAI](gen_ai.md) page. diff --git a/docs/Resources/funding.md b/docs/Resources/funding.md index c8db600..3983caa 100644 --- a/docs/Resources/funding.md +++ b/docs/Resources/funding.md @@ -1,6 +1,16 @@ **Postdoc fellowships** -Many postdoc fellowships can be found here, along with the time you should try to apply: -- [https://research-development.zuckermaninstitute.columbia.edu/content/postdoctoral-funding-opportunities](https://research-development.zuckermaninstitute.columbia.edu/content/postdoctoral-funding-opportunities) +- [https://research-development.zuckermaninstitute.columbia.edu/content/postdoctoral-funding-opportunities](https://research-development.zuckermaninstitute.columbia.edu/content/postdoctoral-funding-opportunities) +Early Postdoc +- [HFSP](https://www.hfsp.org/funding/hfsp-funding/research-grants) +- [EMBO](https://www.embo.org/funding/fellowships-grants-and-career-support/postdoctoral-fellowships/) +- [Marie Curie](https://marie-sklodowska-curie-actions.ec.europa.eu/actions/postdoctoral-fellowships) +- [Life Sciences Research Fund (LSRF)](https://lsrf.org/apply/) +- [Helen Hay Whitney](https://hhwf.org/research-fellowship/) +- [Jane Coffin Childs](https://www.jccfund.org/eligibilty-criteria/) + +Transition to Independence (Mid-Late Postdoc) +- [Borroughs Wellcome CASI](https://www.bwfund.org/grants/interfaces-in-science/career-awards-at-the-scientific-interface/) + Please add to this list as you find more that may be appropriate for the lab diff --git a/docs/Resources/gen_ai.md b/docs/Resources/gen_ai.md index cbd9844..9ead528 100644 --- a/docs/Resources/gen_ai.md +++ b/docs/Resources/gen_ai.md @@ -7,6 +7,7 @@ There has been immense progress in the last 2-3 years regarding the use of langu 3. [Effective and Responsible Use of AI in research (University of Washington, Georgia Tech)](https://grad.uw.edu/advice/effective-and-responsible-use-of-ai-in-research/) 4. [Slide from Patrick Mineault on potential pros of AI use (Dan on Bluesky)](https://bsky.app/profile/dlevenstein.bsky.social/post/3lxz5nnhfi22w) 5. [Should neuroscientists 'vibe code'?(Benjamin Dichter, The Transmitter)](https://www.thetransmitter.org/craft-and-careers/should-neuroscientists-vibe-code/) +6. [AI agents are aeroplanes for the mind: five ways to ensure that scientists are responsible pilots](https://www.nature.com/articles/d41586-026-00665-y) ### GitHub Copilot Access As university-affiliated researchers, we may have access to AI completion tools such as GitHub Copilot. The Pro tier provides a 30-day free trial for researchers/educators. Here are the steps to get access: @@ -15,4 +16,4 @@ As university-affiliated researchers, we may have access to AI completion tools 2. Click on "Apply to GitHub Education as a teacher". 3. Navigate to Education Benefits settings 4. Complete the form and submit. You may need to verify that you have an `@yale.edu` email address and provide a picture of your ID card. The application will be approved by GitHub admins. -5. You should see a coupon for GitHub Copilot Pro populate in 48-72 hours. This provides access for 30 days. This can get renewed. \ No newline at end of file +5. You should see a coupon for GitHub Copilot Pro populate in 48-72 hours. This provides access for 30 days. This can get renewed. diff --git a/mkdocs.yml b/mkdocs.yml index 0b948d2..f2cd3c3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,7 @@ nav: - Basic Github: Resources/basic_github.md - Booking Rooms: Resources/booking.md - Fellowships/Grants: Resources/funding.md + - Claude: Resources/claude_teams.md - GenAI: Resources/gen_ai.md - HPC: Resources/hpc.md - Mailing Lists: Resources/mailing_lists.md