Polish profile README featured sections
1 changed file+9−16
profile/README.mdmodified+9−16View file
@@ -1,12 +1,12 @@
11 # Concept Collection
22
3-This is a collection of random proof-of-concept projects, most of which are demos that can be run entirely in the web browser (client side). Many of them are centered around the [numbl project](https://numbl.org).
3+This is a collection of random small projects and demos, most of which can be run entirely in the web browser (client side). Many of them are centered around the [numbl project](https://numbl.org).
44
5-## jupyterlite-numbl-kernel
5+## MATLAB syntax in Jupyter, all in the browser
66
77 Here's a proof of concept for running MATLAB syntax in Jupyter entirely client side (no kernel, no server). It uses numbl and JupyterLite.
88
9-[Repository](https://github.com/concept-collection/jupyterlite-numbl-kernel) · [Live](https://concept-collection.github.io/jupyterlite-numbl-kernel/)
9+- **[jupyterlite-numbl-kernel](https://github.com/concept-collection/jupyterlite-numbl-kernel)** · [live](https://concept-collection.github.io/jupyterlite-numbl-kernel/)
1010
1111 ## Interactive MCMC samplers
1212
@@ -24,7 +24,7 @@ Here are a couple of projects that let you embed or host your own numbl/MATLAB p
2424
2525 ## VS Code–style IDEs
2626
27-Here are a couple of VS Code–style IDEs that run entirely in the browser — one for MATLAB syntax (via numbl), one for Stan.
27+Here are a couple of VS Code–style IDEs that run entirely in the browser: one for MATLAB syntax (via numbl), one for Stan.
2828
2929 - **[numbl-web-ide](https://github.com/concept-collection/numbl-web-ide)** · [live](https://concept-collection.github.io/numbl-web-ide/)
3030 - **[stan-web-ide](https://github.com/concept-collection/stan-web-ide)** · [live](https://concept-collection.github.io/stan-web-ide/)
@@ -57,18 +57,11 @@ Here's a demo of reading large remote HDF5 files, such as [NWB](https://www.nwb.
5757
5858 ## Scientific data compression
5959
60-- **[ans-visualizer](https://github.com/concept-collection/ans-visualizer)**
61- ([live](https://concept-collection.github.io/ans-visualizer/)).
62- A step-by-step visualizer for the Asymmetric Numeral Systems (ANS)
63- entropy-coding algorithm ([Duda et al., 2015](https://ieeexplore.ieee.org/abstract/document/7170048)).
64-- **[benchcompress](https://github.com/concept-collection/benchcompress)**
65- ([results](https://concept-collection.github.io/benchcompress/),
66- [paper (WIP)](https://concept-collection.github.io/benchcompress/paper)).
67- A benchmarking framework that measures compression ratio and encode/decode
68- throughput for compression algorithms on scientific data arrays.
69-- **[ephys_compression_tests](https://github.com/concept-collection/ephys_compression_tests)**
70- ([results](https://concept-collection.github.io/ephys_compression_tests/)).
71- Compression benchmarks for electrophysiology recordings.
60+Here are a few projects on compressing scientific data: a step-by-step visualizer for the [Asymmetric Numeral Systems (ANS)](https://ieeexplore.ieee.org/abstract/document/7170048) entropy-coding algorithm, a framework for benchmarking compression algorithms on scientific data arrays, and compression benchmarks for electrophysiology recordings.
61+
62+- **[ans-visualizer](https://github.com/concept-collection/ans-visualizer)** · [live](https://concept-collection.github.io/ans-visualizer/)
63+- **[benchcompress](https://github.com/concept-collection/benchcompress)** · [results](https://concept-collection.github.io/benchcompress/) · [paper (WIP)](https://concept-collection.github.io/benchcompress/paper)
64+- **[ephys_compression_tests](https://github.com/concept-collection/ephys_compression_tests)** · [results](https://concept-collection.github.io/ephys_compression_tests/)
7265
7366 ## Other projects
7467