Skip to content

Commit e293c94

Browse files
authored
Merge pull request #72 from LevensteinLab/dl-changes
added postdoc fellowships, some papers
2 parents 3b4610f + 265b8f4 commit e293c94

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

docs/Resources/funding.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**Postdoc fellowships**
2+
3+
Many postdoc fellowships can be found here, along with the time you should try to apply:
4+
- [https://research-development.zuckermaninstitute.columbia.edu/content/postdoctoral-funding-opportunities](https://research-development.zuckermaninstitute.columbia.edu/content/postdoctoral-funding-opportunities)
5+
6+
Please add to this list as you find more that may be appropriate for the lab

docs/Resources/prnn_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ There are some extra steps in managing the requirements needed for the [Predicti
55
1. Ensure you have an account on Misha, and log on. Make sure to allocate an interactive session (e.g. `salloc -t 2:00:00`)!
66
1. Make sure you've also set up SSH cloning from the cluster, because you'll need to clone repositories into your storage. We're using SSH clone links from here out.
77
2. See the page on HPCs for more information on this.
8-
2. Clone the `pRNN` repository into your `project` folder (`git clone git@github.com:LevensteinLab/pRNN.git`).
8+
2. Clone the `pRNN` repository into your `project` folder (`git clone git@github.com:LevensteinLab/pRNN.git`), and 👁️watch the repository so you can be notified of any updates.
99
3. In your `HOME` directory (accessible by typing `cd ~`):
1010
1. Make a folder for the virtual enviroment `mkdir venvs`.
1111
2. Clone Dan's fork of gym-minigrid (`git clone git@github.com:dlevenstein/gym-minigrid.git gym-minigrid-dan-fork`).

docs/Resources/recommended_reading.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44

55
**Sleep**
66

7-
- https://pubmed.ncbi.nlm.nih.gov/23589831/
8-
- https://journals.physiology.org/doi/abs/10.1152/physrev.00054.2024
9-
- https://www.nature.com/articles/nrn2762
10-
- [https://www.cell.com/neuron/fulltext/S0896-6273(23)00201-5](https://www.cell.com/neuron/fulltext/S0896-6273(23)00201-5)
11-
- https://www.sciencedirect.com/science/article/pii/S0896627304005409
7+
- [Sleep-dependent memory consolidation](https://www.sciencedirect.com/science/article/pii/S0896627304005409), Stickgold R, 2005, Nature
8+
- [The memory function of sleep](https://www.nature.com/articles/nrn2762), Diekelmann S & Born J, 2010, Nat Rev Neurosci
9+
- [Overlapping memory replay during sleep builds cognitive schemata](https://www.sciencedirect.com/science/article/pii/S1364661311001094), Lewis PA & Durrant SJ, 2011, Trends Cogn Sci
10+
- [About sleep’s role in memory](https://pubmed.ncbi.nlm.nih.gov/23589831/), Rasch B & Born J, 2013, Physiol Rev
11+
- [Sleep and synaptic plasticity in the developing and adult brain](https://link.springer.com/chapter/10.1007/7854_2014_305), Frank MG, 2014, Curr Top Behav Neurosci
12+
- [Mechanisms of systems memory consolidation during sleep](https://www.nature.com/articles/s41593-019-0467-3), Klinzing JG et al, 2019, Nat Neurosci
13+
- [Experience and sleep-dependent synaptic plasticity: from structure to activity](https://royalsocietypublishing.org/rstb/article/375/1799/20190234/23743/Experience-and-sleep-dependent-synaptic-plasticity), Sun L et al, 2020, Philos Trans R Soc B
14+
- [Sleep — a brain state serving systems memory consolidation](https://www.sciencedirect.com/science/article/pii/S0896627323002015), Brodt S et al, 2023, Neuron
15+
- [Sleep’s contribution to memory formation](https://journals.physiology.org/doi/abs/10.1152/physrev.00054.2024), Lutz ND et al, 2026, Physiol Rev
1216

1317
**Memory consolidation**
1418

15-
- https://pubmed.ncbi.nlm.nih.gov/7624455/
16-
- https://www.nature.com/articles/nrn2762
17-
- https://pubmed.ncbi.nlm.nih.gov/21764357/
18-
- [https://www.cell.com/neuron/fulltext/S0896-6273(23)00201-5](https://www.cell.com/neuron/fulltext/S0896-6273(23)00201-5)
19-
- https://www.sciencedirect.com/science/article/pii/S0896627304005409
19+
- [Why there are complementary learning systems in the hippocampus and neocortex: insights from the successes and failures of connectionist models of learning and memory](https://pubmed.ncbi.nlm.nih.gov/7624455/), McClelland JL et al, 1995, Psychol Rev
20+
2021

2122
**Artificial Neural Networks (ANNs)**
2223

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ nav:
1212
- Adobe: Resources/adobe.md
1313
- Basic Github: Resources/basic_github.md
1414
- Booking Rooms: Resources/booking.md
15+
- Fellowships/Grants: Resources/funding.md
1516
- GenAI: Resources/gen_ai.md
1617
- HPC: Resources/hpc.md
1718
- Mailing Lists: Resources/mailing_lists.md

0 commit comments

Comments
 (0)