Skip to content

Commit 1ac75a7

Browse files
committed
main update
1 parent aae5da1 commit 1ac75a7

File tree

1 file changed

+42
-4
lines changed

1 file changed

+42
-4
lines changed

src/Components/Main.jsx

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,53 @@ function Main() {
8686
<Image fluid src={CorticalSites5} />
8787
</Carousel.Item>
8888
</Carousel>
89-
{/* {index === 0 ? (
89+
{index === 0 ? (
9090
<p>
91-
"A DES was used either intraoperatively (depicted) or in the epilepsy monitoring unit to identify sites critical to language and speech. These were subdivided into cortical regions causing language errors (LE) or speech arrest (SA). B We recorded continuous ECoG while participants engaged in a word-reading task. C We generated one static network for each participant using pairwise high-gamma correlations. Color-coded adjacency matrix shown; the color in position (m,n) reflects to the high-gamma correlation between electrode m and n. r is the Fisher-transformed Pearson correlation. Community partitions were discovered using modularity maximization. Electrodes have been re-ordered so those belonging to the same community are adjacent (boundaries shown in black lines). D Spring-loaded network plot; nodes (circles) that are more strongly connected are drawn more closely together. The size of each node is proportional to its strength. Community membership is indicated by the fill color of each node. The nodes outlined in blue are LE nodes. E Network metrics were calculated—PC (participation coefficient), strength, CC (clustering coefficient), LE (local efficiency), and EC (eigenvector centrality). Metric values for every node are plotted; large colored points represent critical nodes and small gray points are all other nodes. Boxes demonstrate the median and interquartile range. We used these metrics to train machine learning classifiers to predict which nodes would be critical to language and speech. Example data (C–E) are provided from a single participant (n = 1) for each visualization. Source data are provided as a Source Data file."
91+
"A DES was used either intraoperatively (depicted) or in the
92+
epilepsy monitoring unit to identify sites critical to language
93+
and speech. These were subdivided into cortical regions causing
94+
language errors (LE) or speech arrest (SA). B We recorded
95+
continuous ECoG while participants engaged in a word-reading task.
96+
C We generated one static network for each participant using
97+
pairwise high-gamma correlations. Color-coded adjacency matrix
98+
shown; the color in position (m,n) reflects to the high-gamma
99+
correlation between electrode m and n. r is the Fisher-transformed
100+
Pearson correlation. Community partitions were discovered using
101+
modularity maximization. Electrodes have been re-ordered so those
102+
belonging to the same community are adjacent (boundaries shown in
103+
black lines). D Spring-loaded network plot; nodes (circles) that
104+
are more strongly connected are drawn more closely together. The
105+
size of each node is proportional to its strength. Community
106+
membership is indicated by the fill color of each node. The nodes
107+
outlined in blue are LE nodes. E Network metrics were
108+
calculated—PC (participation coefficient), strength, CC
109+
(clustering coefficient), LE (local efficiency), and EC
110+
(eigenvector centrality). Metric values for every node are
111+
plotted; large colored points represent critical nodes and small
112+
gray points are all other nodes. Boxes demonstrate the median and
113+
interquartile range. We used these metrics to train machine
114+
learning classifiers to predict which nodes would be critical to
115+
language and speech. Example data (C–E) are provided from a single
116+
participant (n = 1) for each visualization. Source data are
117+
provided as a Source Data file."
92118
</p>
93119
) : (
94120
<p>
95-
"An example of performance of a bivariate smoothing model, dependently on the number of data-points included in 2D moving average (window size), for ERC containing 20 channels (K=20) recorded during naming of ambiguous objects. Top panel shows results in patient #8. Top-left: the difference between the ERC values and the values of 2D moving average. Top-middle; confidence interval. Top-right: the criterion for model selection. X and Y axes represent window size by distances from the center-point of the window of 2D moving average, in time-points and frequency-points accordingly. Colorscale (min-max) at the right. Bottom panel shows the criterion for model selection averaged over all patients (bottom-left) and their projections on time-plane (bottom-middle), and on frequency-plane (bottom-right)."
121+
"An example of performance of a bivariate smoothing model,
122+
dependently on the number of data-points included in 2D moving
123+
average (window size), for ERC containing 20 channels (K=20)
124+
recorded during naming of ambiguous objects. Top panel shows
125+
results in patient #8. Top-left: the difference between the ERC
126+
values and the values of 2D moving average. Top-middle; confidence
127+
interval. Top-right: the criterion for model selection. X and Y
128+
axes represent window size by distances from the center-point of
129+
the window of 2D moving average, in time-points and
130+
frequency-points accordingly. Colorscale (min-max) at the right.
131+
Bottom panel shows the criterion for model selection averaged over
132+
all patients (bottom-left) and their projections on time-plane
133+
(bottom-middle), and on frequency-plane (bottom-right)."
96134
</p>
97-
)} */}
135+
)}
98136
</Col>
99137
</Row>
100138

0 commit comments

Comments
 (0)