Skip to content

Commit 8e41dc0

Browse files
Fran McDadeFran McDade
Fran McDade
authored and
Fran McDade
committed
feat: add organoid-brain to atlases page (#2443)
1 parent f678274 commit 8e41dc0

File tree

7 files changed

+431
-22
lines changed

7 files changed

+431
-22
lines changed

next/@types/network.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export interface NetworkContext {
149149

150150
export interface AtlasModule {
151151
Description: ElementType;
152-
Inclusion: ElementType;
152+
Inclusion?: ElementType;
153153
}
154154

155155
export interface NetworkModule {

next/components/HCABioNetworks/Network/Atlas/components/Overview/components/MainColumn/mainColumn.tsx

+6-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Table, Toolbar } from "../../../../../../../common/Table/table.styles";
2020
import { SectionText } from "../../../../../../components/Section/section.styles";
2121

2222
export const MainColumn = (): JSX.Element => {
23-
const { Description } = useAtlasContent();
23+
const { Description } = useAtlasContent() || {};
2424
const { atlas } = useAtlas();
2525
const { integratedAtlases } = atlas;
2626
return (
@@ -31,7 +31,11 @@ export const MainColumn = (): JSX.Element => {
3131
<SectionContent>
3232
<SectionTitle title="Atlas Description" />
3333
<SectionText>
34-
<Description />
34+
{Description ? (
35+
<Description />
36+
) : (
37+
"No atlas description available."
38+
)}
3539
</SectionText>
3640
</SectionContent>
3741
</Section>

next/constants/datasets.ts

+332-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,338 @@ export const DATASETS = {
6969
musculoskeletal: [],
7070
"nervous-system": [],
7171
oral: [],
72-
organoid: [],
72+
"organoid-brain": [
73+
buildDataset(
74+
["--"],
75+
0,
76+
["--"],
77+
["--"],
78+
["--"],
79+
"Developmental excitation-inhibition imbalance underlying psychoses revealed by single-cell analyses of discordant twins-derived cerebral organoids",
80+
{
81+
doi: "10.1038/s41380-020-0844-z",
82+
officialHcaPublication: null,
83+
publicationTitle:
84+
"Developmental excitation-inhibition imbalance underlying psychoses revealed by single-cell analyses of discordant twins-derived cerebral organoids",
85+
publicationUrl: "https://doi.org/10.1038/s41380-020-0844-z",
86+
}
87+
),
88+
buildDataset(
89+
["--"],
90+
0,
91+
["--"],
92+
["--"],
93+
["--"],
94+
"hESC-Derived Thalamic Organoids Form Reciprocal Projections When Fused with Cortical Organoids",
95+
{
96+
doi: "10.1016/j.stem.2018.12.015",
97+
officialHcaPublication: null,
98+
publicationTitle:
99+
"hESC-Derived Thalamic Organoids Form Reciprocal Projections When Fused with Cortical Organoids",
100+
publicationUrl: "https://doi.org/10.1016/j.stem.2018.12.015",
101+
}
102+
),
103+
buildDataset(
104+
["--"],
105+
0,
106+
["--"],
107+
["--"],
108+
["--"],
109+
"Generation of Functional Human 3D Cortico-Motor Assembloids",
110+
{
111+
doi: "10.1016/j.cell.2020.11.017",
112+
officialHcaPublication: null,
113+
publicationTitle:
114+
"Generation of Functional Human 3D Cortico-Motor Assembloids",
115+
publicationUrl: "https://doi.org/10.1016/j.cell.2020.11.017",
116+
}
117+
),
118+
buildDataset(
119+
["--"],
120+
0,
121+
["--"],
122+
["--"],
123+
["--"],
124+
"Generation of human striatal organoids and cortico-striatal assembloids from human pluripotent stem cells",
125+
{
126+
doi: "10.1038/s41587-020-00763-w",
127+
officialHcaPublication: null,
128+
publicationTitle:
129+
"Generation of human striatal organoids and cortico-striatal assembloids from human pluripotent stem cells",
130+
publicationUrl: "https://doi.org/10.1038/s41587-020-00763-w",
131+
}
132+
),
133+
buildDataset(
134+
["--"],
135+
0,
136+
["--"],
137+
["--"],
138+
["--"],
139+
"Gruffi: an algorithm for computational removal of stressed cells from brain organoid transcriptomic datasets",
140+
{
141+
doi: "10.15252/embj.2022111118",
142+
officialHcaPublication: null,
143+
publicationTitle:
144+
"Gruffi: an algorithm for computational removal of stressed cells from brain organoid transcriptomic datasets",
145+
publicationUrl: "https://doi.org/10.15252/embj.2022111118",
146+
}
147+
),
148+
buildDataset(
149+
["--"],
150+
0,
151+
["--"],
152+
["--"],
153+
["--"],
154+
"Midbrain_organoid_Treutlein"
155+
),
156+
buildDataset(
157+
["--"],
158+
0,
159+
["--"],
160+
["--"],
161+
["--"],
162+
"Proper acquisition of cell class identity in organoids allows definition of fate specification programs of the human cerebral cortex",
163+
{
164+
doi: "10.1016/j.cell.2022.09.010",
165+
officialHcaPublication: null,
166+
publicationTitle:
167+
"Proper acquisition of cell class identity in organoids allows definition of fate specification programs of the human cerebral cortex",
168+
publicationUrl: "https://doi.org/10.1016/j.cell.2022.09.010",
169+
}
170+
),
171+
buildDataset(
172+
["--"],
173+
0,
174+
["--"],
175+
["--"],
176+
["--"],
177+
"Autism genes converge on asynchronous development of shared neuron classes",
178+
{
179+
doi: "10.1038/s41586-021-04358-6",
180+
officialHcaPublication: null,
181+
publicationTitle:
182+
"Autism genes converge on asynchronous development of shared neuron classes",
183+
publicationUrl: "https://doi.org/10.1038/s41586-021-04358-6",
184+
}
185+
),
186+
buildDataset(
187+
["--"],
188+
0,
189+
["--"],
190+
["--"],
191+
["--"],
192+
"Generation of hypothalamic arcuate organoids from human induced pluripotent stem cells",
193+
{
194+
doi: "10.1016/j.stem.2021.04.006",
195+
officialHcaPublication: null,
196+
publicationTitle:
197+
"Generation of hypothalamic arcuate organoids from human induced pluripotent stem cells",
198+
publicationUrl: "https://doi.org/10.1016/j.stem.2021.04.006",
199+
}
200+
),
201+
buildDataset(
202+
["--"],
203+
0,
204+
["--"],
205+
["--"],
206+
["--"],
207+
"Individual brain organoids reproducibly form cell diversity of the human cerebral cortex",
208+
{
209+
doi: "10.1038/s41586-019-1289-x",
210+
officialHcaPublication: null,
211+
publicationTitle:
212+
"Individual brain organoids reproducibly form cell diversity of the human cerebral cortex",
213+
publicationUrl: "https://doi.org/10.1038/s41586-019-1289-x",
214+
}
215+
),
216+
buildDataset(
217+
["--"],
218+
0,
219+
["--"],
220+
["--"],
221+
["--"],
222+
"Human Astrocyte Maturation Captured in 3D Cerebral Cortical Spheroids Derived from Pluripotent Stem Cells",
223+
{
224+
doi: "10.1016/j.neuron.2017.07.035",
225+
officialHcaPublication: null,
226+
publicationTitle:
227+
"Human Astrocyte Maturation Captured in 3D Cerebral Cortical Spheroids Derived from Pluripotent Stem Cells",
228+
publicationUrl: "https://doi.org/10.1016/j.neuron.2017.07.035",
229+
}
230+
),
231+
buildDataset(
232+
["--"],
233+
0,
234+
["--"],
235+
["--"],
236+
["--"],
237+
"Cell stress in cortical organoids impairs molecular subtype specification",
238+
{
239+
doi: "10.1038/s41586-020-1962-0",
240+
officialHcaPublication: null,
241+
publicationTitle:
242+
"Cell stress in cortical organoids impairs molecular subtype specification",
243+
publicationUrl: "https://doi.org/10.1038/s41586-020-1962-0",
244+
}
245+
),
246+
buildDataset(
247+
["--"],
248+
0,
249+
["--"],
250+
["--"],
251+
["--"],
252+
"Differentiation and maturation of oligodendrocytes in human three-dimensional neural cultures",
253+
{
254+
doi: "10.1038/s41593-018-0316-9",
255+
officialHcaPublication: null,
256+
publicationTitle:
257+
"Differentiation and maturation of oligodendrocytes in human three-dimensional neural cultures",
258+
publicationUrl: "https://doi.org/10.1038/s41593-018-0316-9",
259+
}
260+
),
261+
buildDataset(
262+
["--"],
263+
0,
264+
["--"],
265+
["--"],
266+
["--"],
267+
"Human CNS barrier-forming organoids with cerebrospinal fluid production",
268+
{
269+
doi: "10.1126/science.aaz5626",
270+
officialHcaPublication: null,
271+
publicationTitle:
272+
"Human CNS barrier-forming organoids with cerebrospinal fluid production",
273+
publicationUrl: "https://doi.org/10.1126/science.aaz5626",
274+
}
275+
),
276+
buildDataset(
277+
["--"],
278+
0,
279+
["--"],
280+
["--"],
281+
["--"],
282+
"Assembly of functionally integrated human forebrain spheroids",
283+
{
284+
doi: "10.1038/nature22330",
285+
officialHcaPublication: null,
286+
publicationTitle:
287+
"Assembly of functionally integrated human forebrain spheroids",
288+
publicationUrl: "https://doi.org/10.1038/nature22330",
289+
}
290+
),
291+
buildDataset(
292+
["--"],
293+
0,
294+
["--"],
295+
["--"],
296+
["--"],
297+
"Cerebellar_organoid_Quadrato"
298+
),
299+
buildDataset(
300+
["--"],
301+
0,
302+
["--"],
303+
["--"],
304+
["--"],
305+
"Sliced Human Cortical Organoids for Modeling Distinct Cortical Layer Formation",
306+
{
307+
doi: "10.1016/j.stem.2020.02.002",
308+
officialHcaPublication: null,
309+
publicationTitle:
310+
"Sliced Human Cortical Organoids for Modeling Distinct Cortical Layer Formation",
311+
publicationUrl: "https://doi.org/10.1016/j.stem.2020.02.002",
312+
}
313+
),
314+
buildDataset(
315+
["--"],
316+
0,
317+
["--"],
318+
["--"],
319+
["--"],
320+
"Complex Oscillatory Waves Emerging from Cortical Organoids Model Early Human Brain Network Development",
321+
{
322+
doi: "10.1016/j.stem.2019.08.002",
323+
officialHcaPublication: null,
324+
publicationTitle:
325+
"Complex Oscillatory Waves Emerging from Cortical Organoids Model Early Human Brain Network Development",
326+
publicationUrl: "https://doi.org/10.1016/j.stem.2019.08.002",
327+
}
328+
),
329+
buildDataset(
330+
["--"],
331+
0,
332+
["--"],
333+
["--"],
334+
["--"],
335+
"Reliability of human cortical organoid generation",
336+
{
337+
doi: "10.1038/s41592-018-0255-0",
338+
officialHcaPublication: null,
339+
publicationTitle: "Reliability of human cortical organoid generation",
340+
publicationUrl: "https://doi.org/10.1038/s41592-018-0255-0",
341+
}
342+
),
343+
buildDataset(
344+
["--"],
345+
0,
346+
["--"],
347+
["--"],
348+
["--"],
349+
"Single-cell transcriptomics captures features of human midbrain development and dopamine neuron diversity in brain organoids",
350+
{
351+
doi: "10.1038/s41467-021-27464-5",
352+
officialHcaPublication: null,
353+
publicationTitle:
354+
"Single-cell transcriptomics captures features of human midbrain development and dopamine neuron diversity in brain organoids",
355+
publicationUrl: "https://doi.org/10.1038/s41467-021-27464-5",
356+
}
357+
),
358+
buildDataset(
359+
["--"],
360+
0,
361+
["--"],
362+
["--"],
363+
["--"],
364+
"Inferring and perturbing cell fate regulomes in human brain organoids",
365+
{
366+
doi: "10.1038/s41586-022-05279-8",
367+
officialHcaPublication: null,
368+
publicationTitle:
369+
"Inferring and perturbing cell fate regulomes in human brain organoids",
370+
publicationUrl: "https://doi.org/10.1038/s41586-022-05279-8",
371+
}
372+
),
373+
buildDataset(
374+
["--"],
375+
0,
376+
["--"],
377+
["--"],
378+
["--"],
379+
"ELAVL4, splicing, and glutamatergic dysfunction precede neuron loss in MAPT mutation cerebral organoids",
380+
{
381+
doi: "10.1016/j.cell.2021.07.003",
382+
officialHcaPublication: null,
383+
publicationTitle:
384+
"ELAVL4, splicing, and glutamatergic dysfunction precede neuron loss in MAPT mutation cerebral organoids",
385+
publicationUrl: "https://doi.org/10.1016/j.cell.2021.07.003",
386+
}
387+
),
388+
buildDataset(
389+
["--"],
390+
0,
391+
["--"],
392+
["--"],
393+
["--"],
394+
"Androgens increase excitatory neurogenic potential in human brain organoids",
395+
{
396+
doi: "10.1038/s41586-021-04330-4",
397+
officialHcaPublication: null,
398+
publicationTitle:
399+
"Androgens increase excitatory neurogenic potential in human brain organoids",
400+
publicationUrl: "https://doi.org/10.1038/s41586-021-04330-4",
401+
}
402+
),
403+
],
73404
pancreas: [],
74405
reproduction: [],
75406
skin: [],

0 commit comments

Comments
 (0)