@@ -30,7 +30,7 @@ const ontologies = [
3030 title : 'Developmental stage ontologies' ,
3131 image : {
3232 src : imagePath ( '/logo/github-logo.png' ) ,
33- alt : 'Github logo' ,
33+ alt : 'GitHub logo' ,
3434 } ,
3535 link : 'https://github.com/obophenotype/developmental-stage-ontologies' ,
3636 linkType : 'external' ,
@@ -65,7 +65,7 @@ const ontologies = [
6565 title : 'Confidence Information Ontology (CIO)' ,
6666 image : {
6767 src : imagePath ( '/logo/github-logo.png' ) ,
68- alt : 'Github logo' ,
68+ alt : 'GitHub logo' ,
6969 } ,
7070 link : 'https://github.com/BgeeDB/confidence-information-ontology' ,
7171 linkType : 'external' ,
@@ -85,7 +85,7 @@ const ontologies = [
8585 title : 'Homology ontology (HOM)' ,
8686 image : {
8787 src : imagePath ( '/logo/github-logo.png' ) ,
88- alt : 'Github logo' ,
88+ alt : 'GitHub logo' ,
8989 } ,
9090 link : 'https://github.com/BgeeDB/homology-ontology' ,
9191 linkType : 'external' ,
@@ -143,6 +143,74 @@ const ontologies = [
143143 } ,
144144 ] ,
145145 } ,
146+ {
147+ children : [
148+ {
149+ type : 'card' ,
150+ title : 'Cell Ontology (CL)' ,
151+ image : {
152+ src : imagePath ( '/logo/cell-ontology-logo.png' ) ,
153+ alt : 'Cell Ontology logo' ,
154+ } ,
155+ link : 'https://obophenotype.github.io/cell-ontology/' ,
156+ linkType : 'external' ,
157+ classNames : 'mb-3' ,
158+ } ,
159+ {
160+ type : 'rich_text' ,
161+ classNames : 'has-text-centered' ,
162+ content : [
163+ {
164+ type : 'text' ,
165+ content : 'The Cell Ontology (CL) is an ' ,
166+ } ,
167+ {
168+ type : 'link_external' ,
169+ path : 'https://obofoundry.org/ontology/cl.html' ,
170+ text : 'OBO Foundry ontology' ,
171+ } ,
172+ {
173+ type : 'text' ,
174+ content : ' covering the domain of canonical, natural biological cell types.' ,
175+ } ,
176+ ] ,
177+ } ,
178+ ] ,
179+ } ,
180+ {
181+ children : [
182+ {
183+ type : 'card' ,
184+ title : 'scFAIR metadata schema (scFAIR)' ,
185+ image : {
186+ src : imagePath ( '/logo/github-logo.png' ) ,
187+ alt : 'GitHub logo' ,
188+ } ,
189+ link : 'https://github.com/dosumis/single-cell-curation/blob/broadening-species-specificity/schema/5.1.0-broad/schema.md' ,
190+ linkType : 'external' ,
191+ classNames : 'mb-3' ,
192+ } ,
193+ {
194+ type : 'rich_text' ,
195+ classNames : 'has-text-centered' ,
196+ content : [
197+ {
198+ type : 'text' ,
199+ content : 'A fork of the CELLxGENE schema adapted to the ' ,
200+ } ,
201+ {
202+ type : 'link_external' ,
203+ path : 'https://sc-fair.org/' ,
204+ text : 'scFAIR' ,
205+ } ,
206+ {
207+ type : 'text' ,
208+ content : ' project.' ,
209+ } ,
210+ ] ,
211+ } ,
212+ ] ,
213+ } ,
146214 {
147215 children : [
148216 {
0 commit comments