|
| 1 | +{ |
| 2 | + "@context": "https://w3id.org/codemeta/3.0", |
| 3 | + "@type": "SoftwareSourceCode", |
| 4 | + "name": "neural-activity-visualizer-react", |
| 5 | + "version": "1.1.0", |
| 6 | + "description": "A ReactJS component for visualizing neural activity data", |
| 7 | + "license": "https://spdx.org/licenses/MIT", |
| 8 | + "codeRepository": "https://github.com/NeuralEnsemble/neo-viewer", |
| 9 | + "url": "https://github.com/NeuralEnsemble/neo-viewer/blob/master/js/react#readme", |
| 10 | + "programmingLanguage": [ |
| 11 | + "JavaScript" |
| 12 | + ], |
| 13 | + "author": [ |
| 14 | + { |
| 15 | + "givenName": "Andrew P.", |
| 16 | + "familyName": "Davison", |
| 17 | + "type": "Person", |
| 18 | + "id": "http://orcid.org/0000-0002-4793-7541" |
| 19 | + }, |
| 20 | + { |
| 21 | + "givenName": "Shailesh", |
| 22 | + "familyName": "Appukuttan", |
| 23 | + "type": "Person", |
| 24 | + "id": "https://orcid.org/0000-0002-0148-8023" |
| 25 | + } |
| 26 | + ], |
| 27 | + "dateModified": "2026-02-18", |
| 28 | + "downloadUrl": "https://www.npmjs.com/package/neural-activity-visualizer-react", |
| 29 | + "relatedLink": [ |
| 30 | + "https://neoviewer.apps.ebrains.eu/react/" |
| 31 | + ], |
| 32 | + "releaseNotes": "- Modernize libraries (React 19, MUI v6, Plotly v2.x)\n- Move to Vite build system\n- Add unit tests", |
| 33 | + "availableOnDevice": [ |
| 34 | + "desktop", |
| 35 | + "mobile device" |
| 36 | + ], |
| 37 | + "developmentStatus": "active", |
| 38 | + "continuousIntegration": "https://github.com/NeuralEnsemble/neo-viewer/actions", |
| 39 | + "issueTracker": "https://github.com/NeuralEnsemble/neo-viewer/issues" |
| 40 | +} |
0 commit comments