Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ HED (Hierarchical Event Descriptors) is a framework for systematically describin

For simple validation or transformation tasks, use the online tools at [https://hedtools.org/hed](https://hedtools.org/hed) - no installation needed!

Browser-based validation (no data upload) is available at [https://www.hedtags.org/hed-javascript](https://www.hedtags.org/hed-javascript)
Browser-based validation (no data upload) is available at [https://www.hedtags.org/hed-web](https://www.hedtags.org/hed-web)

A development version of the online tools is available at: [https://hedtools.org/hed_dev](https://hedtools.org/hed_dev)

Expand Down Expand Up @@ -226,14 +226,15 @@ The HED ecosystem consists of several interconnected repositories:
| Repository | Description |
| ---------------------------------------------------------------------- | ------------------------------------------------ |
| [hed-python](https://github.com/hed-standard/hed-python) | Python validation and analysis tools (this repo) |
| [hed-web](https://github.com/hed-standard/hed-web) | Web interface and deployable Docker services |
| [hed-server](https://github.com/hed-standard/hed-server) | Web interface and deployable Docker services |
| [hed-resources](https://github.com/hed-standard/hed-resources) | Tutorials and other HED resources |
| [hed-specification](https://github.com/hed-standard/hed-specification) | Official HED specification documents |
| [hed-schemas](https://github.com/hed-standard/hed-schemas) | Official HED schema repository |
| [table-remodeler](https://github.com/hed-standard/table-remodeler) | Table transformation and remodeling tools |
| [hed-vis](https://github.com/hed-standard/hed-vis) | HED visualization tools (word clouds, etc.) |
| [ndx-hed](https://github.com/hed-standard/ndx-hed) | HED support for NWB |
| [hed-javascript](https://github.com/hed-standard/hed-javascript) | JavaScript HED validation tools |
| [hed-web](https://github.com/hed-standard/hed-web) | Source for browser-based validation tools |

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author = "HED Standard"

# The full version, including alpha/beta/rc tags
release = "0.8.1"
release = "1.1.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion spec_tests/hed-schemas
2 changes: 1 addition & 1 deletion spec_tests/hed-tests
Loading