|
4 | 4 | [](https://github.com/simonsobs/nextline-web/actions/workflows/unit-test.yml) |
5 | 5 | [](https://github.com/simonsobs/nextline-web/actions/workflows/type-check.yml) |
6 | 6 |
|
7 | | -The front-end web app of Nextline. |
| 7 | +_Web frontend for Nextline._ |
8 | 8 |
|
9 | | -_Nextline_ is a DAQ sequencer of the [Observatory Control System |
10 | | -(OCS)](https://github.com/simonsobs/ocs/). Nextline allows line-by-line |
11 | | -execution of concurrent Python scripts, which control telescopes, by multiple |
12 | | -users simultaneously from web browsers. |
| 9 | +Nextline lets multiple users execute concurrent Python scripts line by line |
| 10 | +remotely from the browser. |
13 | 11 |
|
14 | | -## Citation |
15 | | - |
16 | | -Nextline consists of multiple packages. Please use the following DOI for [the |
17 | | -core package](https://github.com/simonsobs/nextline) to cite Nextline in general |
18 | | -unless you need to refer to a specific package. |
19 | | - |
20 | | -[](https://doi.org/10.5281/zenodo.11451619) |
| 12 | +The backend API is provided by separate packages (e.g., |
| 13 | +[nextline-graphql](https://pypi.org/project/nextline-graphql)). |
21 | 14 |
|
22 | 15 | ## Screenshot |
23 | 16 |
|
24 | 17 |  |
25 | 18 |
|
26 | | -## How to run the Nextline front-end web app |
| 19 | +## How to run the Nextline frontend web app |
27 | 20 |
|
28 | | -The section shows how to run the Nextline front-end web app. To start, you need |
29 | | -to know the URL of the [back-end API |
| 21 | +The section shows how to run the Nextline frontend web app. To start, you need |
| 22 | +to know the URL of the [backend API |
30 | 23 | server](https://github.com/simonsobs/nextline-graphql). |
31 | 24 |
|
32 | 25 | ### As a Docker container |
33 | 26 |
|
34 | | -Docker images of the Nextline front-end web app are created as |
| 27 | +Docker images of the Nextline frontend web app are created as |
35 | 28 | [ghcr.io/simonsobs/nextline-web](https://github.com/simonsobs/nextline-web/pkgs/container/nextline-web). |
36 | 29 |
|
37 | 30 | #### Environment variables in the container |
|
0 commit comments