Skip to content

Commit c5cb876

Browse files
committed
add links
1 parent 4dbd33d commit c5cb876

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

content/about-us/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
title: About Us
2+
title: About NWB
33
about_section:
44
enable: true
55
image: /images/about-nwb.png
6-
title: About NWB
76
content: Progress in modern science is enabled by data sharing. There are major
87
obstacles, however, that limit the open exchange of data particularly in
98
neuroscience, a field where many small laboratories are pursuing diverse

content/nwb-software/_index.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ sections:
5959
analyze data stored in NWB. <a href=''> Documentation . Sources
6060
(GitHub)</a>"
6161
- title: MatNWB
62-
content: Matlab API for NWB. <a href=''> Documentation . Sources (GitHub)</a>
62+
content: Matlab API for NWB. <a href='https://github.com/NeurodataWithoutBorders/matnwb'> Documentation . Sources (GitHub)</a>
6363
community_software: In addition to the core APIs developed by the NWB team,
6464
there is a growing collection of software tools and libraries that support
6565
NWB. See our Analysis and Visualization Tools page for a list of tools
6666
that support NWB.
6767
- title: Data Storage
6868
image: /images/storageImg.png
6969
problem: Storage of large collections of neuroscience data.
70-
approach: The NWB format currently uses the <a href=''> Hierarchical Data
70+
approach: The NWB format currently uses the <a href='https://www.hdfgroup.org/solutions/hdf5/'> Hierarchical Data
7171
Format (HDF5)</a> as primary storage mechanism.
7272
function: Data storage maps NWB primitives (Groups, Datasets, Attributes,
7373
Links etc.) to storage. In the case of HDF5 this is currently mostly a
@@ -86,7 +86,7 @@ sections:
8686
(e.g., C, C++, Python, MATLAB, R among others) and tools, such as,
8787
HDFView, a free, cross-platform application, can be used to open a file
8888
and browse data. Fifth, the HDF Group, a nonprofit group, ensures the
89-
ongoing accessibility of HDF-stored data. <br><br> <a href=''>Data Storage
89+
ongoing accessibility of HDF-stored data. <br><br> <a href='https://nwb-storage.readthedocs.io/en/stable/'>Data Storage
9090
Documentation</a>
9191
- title: Data Standard Schema
9292
image: /images/schemaImg.png
@@ -104,20 +104,7 @@ sections:
104104
specification language. A new schema file will be published for each
105105
revision of the NWB format standard. Developers can use the schema to
106106
validate NWB files or create advanced APIs for NWB data. <br><br><a
107-
href=''>Data Standard Schema </a> <br><br> <a href=''> Documentation
107+
href='http://nwb-schema.readthedocs.io/en/stable'>Data Standard Schema Documentation</a> <br><br> <a href='https://github.com/NeurodataWithoutBorders/nwb-schema'>
108108
Sources (GitHub)</a>
109-
community_tools:
110-
enable: true
111-
title: Community Tools
112-
content: Morem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate
113-
libero et velit interdum, ac aliquet odio mattis.
114-
tools:
115-
- image: /images/neuropy.png
116-
title: NeuroPy
117-
- image: /images/datavis.png
118-
title: DataVis
119-
- image: /images/spikesort.png
120-
title: SpikeSort
121-
- image: /images/neurograph.png
122-
title: NeuroGraph
123109
---
110+

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3 class="inter-700 text-40 mb-0">{{ .heading | markdownify }}</h3>
101101
{{ end }}
102102
</div>
103103
<div class="pt-4">
104-
<a href="" class="btn btn-main btn-lg text-18 bg-main border-main inter-500 translate animate text-white">Learn
104+
<a href="http://localhost:1313/about-us/" class="btn btn-main btn-lg text-18 bg-main border-main inter-500 translate animate text-white">Learn
105105
More</a>
106106
</div>
107107
</div>

0 commit comments

Comments
 (0)