Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.DS_Store
.vscode/settings.json
CLAUDE.md
memory.md
7 changes: 7 additions & 0 deletions docs/Resources/claude_teams.md
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 12 additions & 2 deletions docs/Resources/funding.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion docs/Resources/gen_ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down