From 1e225f67f8227b1b76f45e6e3d5d15488af823d6 Mon Sep 17 00:00:00 2001 From: Andrew Davison Date: Fri, 1 Mar 2024 14:48:07 +0100 Subject: [PATCH] fix old links to the API documentation, and replace mentions of Django with FastAPI --- README.md | 2 +- api/README.md | 2 +- homepage/angularjs_demo.html | 2 +- homepage/index.html | 2 +- js/angularjs/README.md | 2 +- js/react/README.md | 2 +- js/react/demo/src/App.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b9c3dd5..c2b728f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ https://neo-viewer.brainsimulation.eu/ ## Quick overview -The component was developed to produce graphical representations of neural activity data based on the Neo object model. [Neo](http://neuralensemble.org/neo) is an open source API implemented in Python supporting many file formats, including several proprietary formats (e.g. AlphaOmega, Plexon, NeuroExplorer), open formats (e.g. Neurodata Without Borders, Klustakwik, Elan) and generic file formats (e.g. MATLAB, ASCII, HDF5). Neo loads this data into a common object model with the aim of increasing interoperability of various software tools used in electrophysiology and thus facilitating sharing of data between different projects. Neo's focus is solely on the structure of the data, with separate tools being required for their analysis. Our compoment comes in at this stage by enabling interactive visualization of data. It makes use of the open source [Plotly](https://plotly.com/javascript/) library for visualisation, owing to its efficiency in handling large data, and [Django](https://www.djangoproject.com/) Python web framework for the backend. +The component was developed to produce graphical representations of neural activity data based on the Neo object model. [Neo](http://neuralensemble.org/neo) is an open source API implemented in Python supporting many file formats, including several proprietary formats (e.g. AlphaOmega, Plexon, NeuroExplorer), open formats (e.g. Neurodata Without Borders, Klustakwik, Elan) and generic file formats (e.g. MATLAB, ASCII, HDF5). Neo loads this data into a common object model with the aim of increasing interoperability of various software tools used in electrophysiology and thus facilitating sharing of data between different projects. Neo's focus is solely on the structure of the data, with separate tools being required for their analysis. Our compoment comes in at this stage by enabling interactive visualization of data. It makes use of the open source [Plotly](https://plotly.com/javascript/) library for visualisation, owing to its efficiency in handling large data, and [FastAPI](https://fastapi.tiangolo.com) Python web framework for the backend. ## AngularJS (v1) component diff --git a/api/README.md b/api/README.md index 90a8355..4679f59 100644 --- a/api/README.md +++ b/api/README.md @@ -7,7 +7,7 @@ It is implemented with [FastAPI](https://fastapi.tiangolo.com/). ## API Documentation -See [here](https://neo-viewer.brainsimulation.eu/api-docs). +See [here](https://neo-viewer.brainsimulation.eu/api/docs). ## Deployment diff --git a/homepage/angularjs_demo.html b/homepage/angularjs_demo.html index 0a71e97..f2cbd28 100644 --- a/homepage/angularjs_demo.html +++ b/homepage/angularjs_demo.html @@ -54,7 +54,7 @@
AngularJS C
The neural-activity-visualizer Javascript app, enables web-browser visualisation of electrophysiology datafiles in any format supported by the Neo library. It makes use of - the Neo Viewer REST API.
diff --git a/homepage/index.html b/homepage/index.html index d91a213..c3aa3d4 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -61,7 +61,7 @@
Quick Overv Plotly library for visualisation, owing to its efficiency in handling large data, and - Django + FastAPI Python web framework for the backend.

diff --git a/js/angularjs/README.md b/js/angularjs/README.md index 1182509..62e0f40 100644 --- a/js/angularjs/README.md +++ b/js/angularjs/README.md @@ -54,7 +54,7 @@ Instructions for doing this are [here](https://github.com/NeuralEnsemble/neo-vie ## Reference: the file server REST API -See [here](https://neo-viewer.brainsimulation.eu/#api-docs). +See [here](https://neo-viewer.brainsimulation.eu/api/docs).
EU Logo
diff --git a/js/react/README.md b/js/react/README.md index e4b423b..a751ed1 100644 --- a/js/react/README.md +++ b/js/react/README.md @@ -42,7 +42,7 @@ Instructions for doing this are [here](https://github.com/NeuralEnsemble/neo-vie ## Reference: the file server REST API -See [here](https://neo-viewer.brainsimulation.eu/#api-docs). +See [here](https://neo-viewer.brainsimulation.eu/api/docs).
EU Logo
diff --git a/js/react/demo/src/App.js b/js/react/demo/src/App.js index ef1c403..878e87e 100644 --- a/js/react/demo/src/App.js +++ b/js/react/demo/src/App.js @@ -126,7 +126,7 @@ function App() { web-browser visualisation of electrophysiology datafiles in any format supported by the Neo library. It makes use of the{" "}