Skip to content

Commit 7b4bdf5

Browse files
committed
Added revamped website
1 parent ef82a0c commit 7b4bdf5

File tree

115 files changed

+13267
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+13267
-41
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll'
4+
gem 'jekyll-scholar'

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# neurodatawithoutborders.github.io
1+
# NeurodataWithoutBorders: Neurophysiology
2+
3+
This repo is for the technical website for the NWB:N project

_config.yml

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
plugins:
2-
- jemoji
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely need to edit after that.
5+
# For technical reasons, this file is *NOT* reloaded automatically when you use
6+
# 'jekyll serve'. If you change this file, please restart the server process.
7+
8+
# Site settings
9+
title: NeurodataWithoutBorders Neurophysiology
10+
11+
description: > # this means to ignore newlines until "baseurl:"
12+
Web page for technical content for NWB Neurophysiology
13+
exclude: ["README.md", "Gemfile" ]
14+
url: ""
15+
16+
include:
17+
- _pages
18+
19+
sass:
20+
sass_dir: _sass
21+

_includes/footer.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<div id="footer" class="panel">
2+
<div class="panel-footer">
3+
<div class="container-fluid">
4+
<div class="row">
5+
All rights reserved.
6+
</div>
7+
</div>
8+
</div>
9+
</div>
10+
</div>
11+
12+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
13+
<script src="{{ site.url }}{{ site.baseurl }}/js/bootstrap.min.js"></script>

_includes/head.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
6+
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
7+
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | prepend: site.url}}">
8+
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
9+
<!--<link rel="shortcut icon" type ="image/x-icon" href="{{ site.url }}{{ site.baseurl }}/images/favicon.ico">-->
10+
<script>
11+
function resizeIframe(obj) {
12+
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
13+
}
14+
</script>
15+
16+
</head>

_includes/header.html

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
2+
<div class="container-fluid">
3+
<div class="navbar-header">
4+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
5+
<span class="sr-only">Toggle navigation</span>
6+
<span class="icon-bar"></span>
7+
<span class="icon-bar"></span>
8+
<span class="icon-bar"></span>
9+
</button>
10+
<a class="navbar-brand" href="{{ site.url }}{{ site.baseurl }}/"><img alt="NWB:N" src="images/nwb_n_logo.png" height="30px"></a>
11+
</div>
12+
<div class="collapse navbar-collapse" id="navbar-collapse-1">
13+
<ul class="nav navbar-nav navbar-right">
14+
<li><a href="{{ site.url }}{{ site.baseurl }}/">Home</a></li>
15+
<li class="dropdown">
16+
<a class="dropdown-toggle" data-toggle="dropdown" href="#">About<span class="caret"></span></a>
17+
<ul class="dropdown-menu">
18+
<li><a href="{{ site.url }}{{ site.baseurl }}/mission">Mission</a></li>
19+
<li><a href="{{ site.url }}{{ site.baseurl }}/overview">Project Overview</a></li>
20+
<li><a href="{{ site.url }}{{ site.baseurl }}/vision">Project Vision</a></li>
21+
<li><a href="{{ site.url }}{{ site.baseurl }}/credits_and_legal">Credits and Legal</a></li>
22+
<li class="divider"></li>
23+
<li><a href="{{ site.url }}{{ site.baseurl }}/publications">Publications</a></li>
24+
</ul>
25+
</li>
26+
<li class="dropdown">
27+
<a class="dropdown-toggle" data-toggle="dropdown" href="#">User Resources<span class="caret"></span></a>
28+
<ul class="dropdown-menu">
29+
<li><a href="{{ site.url }}{{ site.baseurl }}/gettingstarted">Getting Started</a></li>
30+
<li><a href="{{ site.url }}{{ site.baseurl }}/faq">Frequently Asked Questions</a></li>
31+
<li><a href="{{ site.url }}{{ site.baseurl }}/pynwb">PyNWB : Python Reference API</a></li>
32+
</ul>
33+
</li>
34+
<li class="dropdown">
35+
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Developer Resources<span class="caret"></span></a>
36+
<ul class="dropdown-menu">
37+
<li class="divider"></li>
38+
<li class="dropdown-header">Documentation</li>
39+
<li><a href="{{ site.url }}{{ site.baseurl }}/pynwb">PyNWB : Python Reference API</a></li>
40+
<li><a href="{{ site.url }}{{ site.baseurl }}/schemalanguage"> Specification Language</a></li>
41+
<li><a href="{{ site.url }}{{ site.baseurl }}/datastandard">Data Standard Schema</a></li>
42+
<li><a href="{{ site.url }}{{ site.baseurl }}/storage_hdf">Data Storage Specification: HDF5</a></li>
43+
<li class="divider"></li>
44+
<li class="dropdown-header">Guidelines</li>
45+
<li><a href="{{ site.url }}{{ site.baseurl }}/contributing">Contributing Guidelines</a></li>
46+
<li><a href="{{ site.url }}{{ site.baseurl }}/code_of_conduct">Code of Conduct</a></li>
47+
<li><a href="{{ site.url }}{{ site.baseurl }}/development_plan">Development Plan</a></li>
48+
<li class="divider"></li>
49+
<li class="dropdown-header">GitHub (External Links)</li>
50+
<li><a href="https://github.com/NeurodataWithoutBorders" target="_blank"> All / GitHub Organization</a></li>
51+
<li><a href="https://github.com/NeurodataWithoutBorders/pynwb" target="_blank">PyNWB </a></li>
52+
<li><a href="https://github.com/NeurodataWithoutBorders/matnwb" target="_blank">MatNWB</a></li>
53+
<li><a href="https://github.com/NeurodataWithoutBorders/nwb-schema" target="_blank">NWB:N Schema</a></li>
54+
<li><a href="https://github.com/NeurodataWithoutBorders/nwb-docutils" target="_blank">NWB:N Documentation Utilities</a></li>
55+
</ul>
56+
</li>
57+
<li class="dropdown">
58+
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Events<span class="caret"></span></a>
59+
<ul class="dropdown-menu">
60+
<li><a href="{{ site.url }}{{ site.baseurl }}/events">Overview</a></li>
61+
<li><a href="{{ site.url }}{{ site.baseurl }}/hackathon_events">Hackathons</a></li>
62+
</ul>
63+
</li>
64+
</ul>
65+
</div>
66+
</div>
67+
</div>
68+
69+

_layouts/default.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
{% include head.html %}
5+
6+
<body>
7+
8+
{% include header.html %}
9+
10+
<div class="container-fluid">
11+
<div class="row">
12+
{{ content }}
13+
</div>
14+
</div>
15+
16+
{% include footer.html %}
17+
18+
</body>
19+
20+
</html>

_layouts/gridlay.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
---
4+
<div id="gridid" class="col-sm-12">
5+
{{ content }}
6+
</div>

_layouts/no_navbar.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
{% include head.html %}
4+
<body>
5+
<div class="container-fluid">
6+
<div class="row">
7+
<div id="textid" class="col-sm-12">
8+
{{ content }}
9+
</div>
10+
</div>
11+
</div>
12+
{% include footer.html %}
13+
</body>
14+
</html>

_layouts/page.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
---
4+
<article class="post">
5+
6+
<header class="post-header">
7+
<h1 class="post-title">{{ page.title }}</h1>
8+
</header>
9+
10+
<div class="post-content">
11+
{{ content }}
12+
</div>
13+
14+
</article>

_layouts/research.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
---
4+
<div id="research" class="col-sm-12">
5+
{{ content }}
6+
</div>

_pages/404.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Page Not Found"
3+
layout: default
4+
excerpt: "Page not found. Your pixels are in another canvas."
5+
sitemap: false
6+
permalink: /404.html
7+
---
8+
9+
Sorry, but the page you were trying to view does not exist.
10+

_pages/code_of_conduct.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: "PyNWB"
3+
layout: default
4+
excerpt: "PyNWB"
5+
sitemap: false
6+
permalink: /code_of_conduct
7+
---
8+
9+
# Contributor Covenant Code of Conduct
10+
11+
## Our Pledge
12+
13+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
14+
15+
## Our Standards
16+
17+
Examples of behavior that contributes to creating a positive environment include:
18+
19+
* Using welcoming and inclusive language
20+
* Being respectful of differing viewpoints and experiences
21+
* Gracefully accepting constructive criticism
22+
* Focusing on what is best for the community
23+
* Showing empathy towards other community members
24+
25+
Examples of unacceptable behavior by participants include:
26+
27+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
28+
* Trolling, insulting/derogatory comments, and personal or political attacks
29+
* Public or private harassment
30+
* Publishing others’ private information, such as a physical or electronic address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a professional setting
32+
33+
## Our Responsibilities
34+
35+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
36+
37+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
38+
39+
## Scope
40+
41+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
42+
43+
## Enforcement
44+
45+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
46+
47+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project’s leadership.
48+
49+
## Attribution
50+
51+
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).
52+
53+
54+
55+

_pages/contributing.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "PyNWB"
3+
layout: default
4+
excerpt: "PyNWB"
5+
sitemap: false
6+
permalink: /contributing
7+
---
8+
9+
<iframe style="width: 100%;height: 100vh;position: relative;" src="https://pynwb.readthedocs.io/en/latest/contributing.html" frameborder="0" allowfullscreen></iframe>
10+
11+

_pages/credits.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "NWB:N Credits and Legal"
3+
layout: default
4+
excerpt: "Credits and Legal"
5+
sitemap: false
6+
permalink: /credits_and_legal
7+
---
8+
9+
# Credits
10+
11+
**This section is under construction**
12+
13+
## NWB:N: Version 2
14+
15+
Development of NWB:N 2 is being led by Oliver Ruebel and Andrew Tritt et al. in collaboration with and with significant
16+
contributions by the NWB:N community and under the guidance of the NWB Executive Board. For specific contribution see the
17+
Git logs and contributor statistics on GitHub:
18+
19+
* <a href="https://github.com/NeurodataWithoutBorders/pynwb/graphs/contributors" target="_blank">PyNWB Contributors</a>
20+
* <a href="https://github.com/NeurodataWithoutBorders/nwb-schema/graphs/contributors" target="_blank">NWB Schema and Docs Contributors</a>
21+
* <a href="https://github.com/NeurodataWithoutBorders/matnwb/graphs/contributors" target="_blank">MatNWB Contributors</a>
22+
23+
## PyNWB
24+
25+
Development of PyNWB is lead by Andrew Tritt and Oliver Ruebel (Lawerence Berkeley National Laboratory).
26+
For a detailed list of contributors to PyNWB visit <a href="https://github.com/NeurodataWithoutBorders/pynwb/graphs/contributors" target="_blank">PyNWB on GitHub</a>
27+
28+
# NWB:N: Version 1.0.x and earlier
29+
30+
Version 1.0.5g (and earlier) of the NWB file format were created by Jeff Teeters et al. as part of the first NWB pilot project. NWB:N 2 has been adopted from the final version of the format released by the original NWB pilot project.
31+
32+
# The Team
33+
34+
**This section is under construction**
35+
36+
* <a href="https://github.com/NeurodataWithoutBorders/pynwb/graphs/contributors" target="_blank">PyNWB Contributors</a>
37+
* <a href="https://github.com/NeurodataWithoutBorders/nwb-schema/graphs/contributors" target="_blank">NWB Schema and Docs Contributors</a>
38+
* <a href="https://github.com/NeurodataWithoutBorders/matnwb/graphs/contributors" target="_blank">MatNWB Contributors</a>
39+
40+
# Partners, Members, and Supporters
41+
42+
For details on the partners, members, and supporters of NWB:N please the
43+
[nwb.org](https://www.nwb.org/) project website.
44+
# Legal
45+
46+
**NOTE** copyright and licence may vary between APIs and packages. See the documentation and source repositories for
47+
specific licencing and copyright. Here we show the licencing and copyright information from the NWB:N schema.
48+
49+
<iframe style="width: 100%;height: 800px;position: relative;" src="https://nwb-schema.readthedocs.io/en/latest/credits.html#legal" frameborder="0" allowfullscreen></iframe>
50+
51+

_pages/data_standard_schema_docs.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Schema Language"
3+
layout: default
4+
excerpt: "PyNWB"
5+
sitemap: false
6+
permalink: /datastandard
7+
---
8+
9+
<iframe style="width: 100%;height: 100vh;position: relative;" src="https://nwb-schema.readthedocs.io/en/latest/" frameborder="0" allowfullscreen></iframe>

0 commit comments

Comments
 (0)