/ concept-collection / dot-github
Sign in
concept-collection / dot-github
Update profile README
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 6633195eb256 parent dcc6f33 Browse files
1 changed file+13−14
profile/README.mdmodified+13−14View file
@@ -1,7 +1,7 @@
11 # Concept Collection
22
3-Small, self-contained projects: interactive demos, teaching companions, and
4-research code. Many run entirely in your browser with no install, built around
3+Small, self-contained projects: interactive demos, teaching material, and
4+research code. Most run in the browser with no install, built around
55 [numbl](https://numbl.org) (MATLAB in the browser), scientific-data tooling, and
66 mathematical visualization.
77
@@ -9,8 +9,7 @@ Each entry links to its source repository and, where available, a live page.
99
1010 ## Run-in-browser MATLAB (numbl)
1111
12-MATLAB-syntax projects that execute in the browser via [numbl](https://numbl.org).
13-Pick a script, click Run, edit freely.
12+MATLAB-syntax projects that run in the browser via [numbl](https://numbl.org).
1413
1514 - **[numbl-quantum-optics](https://github.com/concept-collection/numbl-quantum-optics)**
1615 ([live](https://concept-collection.github.io/numbl-quantum-optics/)).
@@ -24,26 +23,26 @@ Pick a script, click Run, edit freely.
2423 cavity-QED phase transitions, Lindblad and non-Markovian dynamics.
2524 - **[numbl-distmesh](https://github.com/concept-collection/numbl-distmesh)**
2625 ([live](https://concept-collection.github.io/numbl-distmesh/)).
27- Interactive companion to Persson and Strang's
26+ Companion to Persson and Strang's
2827 [DistMesh](https://github.com/popersson/DistMesh): every README example,
2928 meshing 2-D regions and surfaces from signed distance functions.
3029 - **[numbl-surfacefun-intro](https://github.com/concept-collection/numbl-surfacefun-intro)**
3130 ([live](https://concept-collection.github.io/numbl-surfacefun-intro/)).
3231 An introduction to [surfacefun](https://github.com/danfortunato/surfacefun):
33- computing with functions on surfaces and solving PDEs on them, to high order.
32+ computing with functions on surfaces and solving PDEs on them to high order.
3433 - **[surfacefun-interactive](https://github.com/concept-collection/surfacefun-interactive)**
3534 ([live](https://concept-collection.github.io/surfacefun-interactive/)).
36- Interactive surfacefun demos with live sliders (React and three.js driving a
37- numbl script): refine a cubed-sphere mesh, scale a tangent vector field.
35+ surfacefun demos with live sliders (React and three.js driving a numbl
36+ script): refine a cubed-sphere mesh, scale a tangent vector field.
3837 - **[numbl-chunkie](https://github.com/concept-collection/numbl-chunkie)**
3938 ([live](https://concept-collection.github.io/numbl-chunkie/)).
4039 Examples for [chunkie](https://github.com/fastalgorithms/chunkie): boundary
41- integral equations in 2-D — building chunker geometries and solving Laplace,
40+ integral equations in 2-D, building chunker geometries and solving Laplace,
4241 Helmholtz, and Stokes problems.
4342 - **[numbl-image-filter](https://github.com/concept-collection/numbl-image-filter)**
4443 ([live](https://concept-collection.github.io/numbl-image-filter/)).
45- A web app that filters an image with a numbl/MATLAB script entirely in the
46- browser; upload your own image and write the filter.
44+ Filter an image with a numbl/MATLAB script in the browser. Upload your own
45+ image and write the filter.
4746 - **[numbl-project-example](https://github.com/concept-collection/numbl-project-example)**
4847 ([live](https://concept-collection.github.io/numbl-project-example/)).
4948 A minimal numbl project deployed to GitHub Pages; a starter template.
@@ -58,10 +57,10 @@ Pick a script, click Run, edit freely.
5857 ([results](https://concept-collection.github.io/benchcompress/),
5958 [paper (WIP)](https://concept-collection.github.io/benchcompress/paper)).
6059 A benchmarking framework for compression algorithms on scientific data
61- arrays: compression ratio and encode/decode throughput, run automatically.
60+ arrays: compression ratio and encode/decode throughput.
6261 - **[ephys_compression_tests](https://github.com/concept-collection/ephys_compression_tests)**
6362 ([results](https://concept-collection.github.io/ephys_compression_tests/)).
64- Compression benchmarks focused on electrophysiology recordings.
63+ Compression benchmarks for electrophysiology recordings.
6564 - **[ans-visualizer](https://github.com/concept-collection/ans-visualizer)**
6665 ([live](https://concept-collection.github.io/ans-visualizer/)).
6766 A visualizer for the Asymmetric Numeral Systems (ANS) entropy-coding
@@ -71,7 +70,7 @@ Pick a script, click Run, edit freely.
7170
7271 - **[remote-hdf5-lazy-read](https://github.com/concept-collection/remote-hdf5-lazy-read)**
7372 ([live](https://concept-collection.github.io/remote-hdf5-lazy-read/)).
74- How [neurosift](https://neurosift.app/) browses huge remote
73+ How [neurosift](https://neurosift.app/) browses large remote
7574 [NWB](https://www.nwb.org/)/HDF5 files in the browser using HTTP range
7675 requests, with no full download and no backend.
7776 - **[dandiset_000986](https://github.com/concept-collection/dandiset_000986)**
moveopenescclose