You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+59-6Lines changed: 59 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,65 @@ Website is powered by [Jekyll](https://jekyllrb.com/) with [al-folio](https://gi
9
9
10
10
## Getting started
11
11
12
-
For more about how to use Jekyll, check out [this tutorial](https://www.taniarascia.com/make-a-static-website-with-jekyll/).
12
+
### Local setup
13
+
Want to learn more about Jekyll? Check out [this tutorial](https://www.taniarascia.com/make-a-static-website-with-jekyll/).
14
+
Why Jekyll? Read [Andrej Karpathy's blog post](https://karpathy.github.io/2014/07/01/switching-to-jekyll/)!
15
+
13
16
14
17
### Installation
15
18
16
-
Please install Ruby, Bundler and Jekyll with the help of [link](https://jekyllrb.com/docs/installation/) here on your system.
17
-
### Local setup
19
+
For a hands-on walkthrough of al-folio installation, check out [this cool video tutorial](https://www.youtube.com/watch?v=g6AJ9qPPoyc) by one of the community members! 🎬 🍿
20
+
21
+
---
22
+
23
+
#### Local setup using Docker (Recommended on Windows)
24
+
25
+
You need to take the following steps to get `al-folio` up and running in your local machine:
Finally, run the following command that will pull a pre-built image from DockerHub and will run your website.
36
+
37
+
```bash
38
+
$ ./bin/dockerhub_run.sh
39
+
```
40
+
41
+
Note that when you run it for the first time, it will download a docker image of size 300MB or so.
42
+
43
+
Now, feel free to customize the theme however you like (don't forget to change the name!). After you are done, you can use the same command (`bin/dockerhub_run.sh`) to render the webpage with all you changes. Also, make sure to commit your final changes.
44
+
45
+
<details><summary>(click to expand) <strong>Build your own docker image (more advanced):</strong></summary>
46
+
47
+
> Note: this approach is only necessary if you would like to build an older or very custom version of al-folio.
48
+
49
+
First, download the necessary modules and install them into a docker image called `al-folio:Dockerfile` (this command will build an image which is used to run your website afterwards. Note that you only need to do this step once. After you have the image, you no longer need to do this anymore):
50
+
51
+
52
+
```bash
53
+
$ ./bin/docker_build_image.sh
54
+
```
55
+
56
+
Run the website!
57
+
58
+
```bash
59
+
$ ./bin/docker_run.sh
60
+
```
61
+
62
+
> To change port number, you can edit `docker_run.sh` file.
63
+
64
+
> If you want to update jekyll, install new ruby packages, etc., all you have to do is build the image again using `docker_build_image.sh`! It will download ruby and jekyll and install all ruby packages again from scratch.
65
+
66
+
</details>
67
+
68
+
---
69
+
70
+
#### Local Setup (Standard)
18
71
19
72
Assuming you have [Ruby](https://www.ruby-lang.org/en/downloads/) and [Bundler](https://bundler.io/) installed on your system (*hint: for ease of managing ruby gems, consider using [rbenv](https://github.com/rbenv/rbenv)*), first [fork](https://guides.github.com/activities/forking/) the repo from `github.com:LCNS-SJTU/lcns-sjtu.github.io` to `github.com:<your-username>/<your-repo-name>` and do the following:
20
73
@@ -45,11 +98,11 @@ Check [here](docs/people.md) for docs about adding new profiles of group members
45
98
46
99
Check [here](docs/publications.md) for docs about adding new bib items.
47
100
48
-
49
101
---
102
+
50
103
## TODO
51
104
52
-
-[ ] Add tutorial for openning a pull-request.
105
+
-[x] Add tutorial for openning a pull-request.
106
+
-[x] Add profile avatars for rest of group members.
53
107
-[ ] Finish the resource page.
54
-
-[ ] Add profile avatars for rest of group members.
Copy file name to clipboardExpand all lines: _bibliography/papers.bib
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,23 @@
3
3
4
4
@string{aps = {American Physical Society,}}
5
5
6
+
@article{Qian2022111111,
7
+
title = {A striatal SOM-driven ChAT-iMSN loop generates beta oscillations and produces motor deficits},
8
+
journal = {Cell Reports},
9
+
volume = {40},
10
+
number = {3},
11
+
pages = {111111},
12
+
year = {2022},
13
+
issn = {2211-1247},
14
+
doi = {https://doi.org/10.1016/j.celrep.2022.111111},
15
+
html = {https://www.sciencedirect.com/science/article/pii/S2211124722009172},
16
+
author = {Dandan Qian and Wei Li and Jinwen Xue and Yi Wu and Ziling Wang and Tao Shi and Songting Li and Jingxuan Yang and Shi Qiu and Shaoli Wang and Yousheng Shu and Liang Chen and Qiao Wang and Ti-Fei Yuan and Douglas Zhou and Wei Lu},
17
+
keywords = {striatum, SNc, SOM cells, ChAT cells, beta oscillations},
18
+
abstract = {Summary
19
+
Enhanced beta oscillations within the cortico-basal ganglia-thalamic (CBT) network are correlated with motor deficits in Parkinson’s disease (PD), whose generation has been associated recently with amplified network dynamics in the striatum. However, how distinct striatal cell subtypes interact to orchestrate beta oscillations remains largely unknown. Here, we show that optogenetic suppression of dopaminergic control over the dorsal striatum (DS) elevates the power of local field potentials (LFPs) selectively at beta band (12–25 Hz), accompanied by impairments in locomotion. The amplified beta power originates from a striatal loop driven by somatostatin-expressing (SOM) interneurons and constituted by choline acetyltransferase (ChAT)-expressing interneurons and dopamine D2 receptor (D2R)-expressing medium spiny neurons (iMSNs). Moreover, closed-loop intervention selectively targeting striatal iMSNs or ChATs diminishes beta oscillations and restores motor function. Thus, we reveal a striatal microcircuit motif that underlies beta oscillation generation and accompanied motor deficits upon perturbation of dopaminergic control over the striatum.},
0 commit comments