/ concept-collection / ephys_compression_tests
Sign in
concept-collection / ephys_compression_tests
ephys_compression_tests / web-ui / src / content / home-content.yml
48 lines · 1.5 KBBlameHistoryRaw
1title: Welcome to Ephys Compression Tests
2description:
3 Ephys Compression Tests is an open-source project for comparing compression algorithms
4 on electrophysiology data.
6sections:
7 algorithms:
8 title: Algorithms
9 description:
10 Explore the supported compression algorithms, including traditional methods
11 like zlib and modern approaches like ANS.
12 link: /algorithms
13 linkText: View Algorithms
15 datasets:
16 title: Datasets
17 description:
18 Explore the curated collection of ephys datasets.
19 See the performance of the various compression algorithms on each dataset.
20 link: /datasets
21 linkText: View Datasets
23 monitor:
24 title: Live Monitor
25 description:
26 The benchmarking runs automatically in a GitHub Actions workflow. Track
27 current progress, view completed benchmarks, and monitor performance
28 metrics as they are generated.
29 link: /monitor
30 linkText: View Monitor
32 source:
33 title: Source Code
34 description:
35 Explore the GitHub repository to view the source code, contribute to the
36 project, or run your own benchmarks locally.
37 link: https://github.com/magland/ephys_compression_tests
38 linkText: View on GitHub
39 external: true
41 submit:
42 title: Submit an Algorithm or Dataset
43 description:
44 Want to contribute? Learn how to add your own compression algorithm
45 or ephys dataset to the benchmark suite. Follow the step-by-step
46 guide for preparing and submitting your contribution.
47 link: /submit
48 linkText: Submission Guide
moveopenescclose