Skip to content

Commit 388d33d

Browse files
committed
Update README.md
1 parent f9410e9 commit 388d33d

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

README.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,27 @@
44
[![Unit tests](https://github.com/simonsobs/nextline-web/actions/workflows/unit-test.yml/badge.svg)](https://github.com/simonsobs/nextline-web/actions/workflows/unit-test.yml)
55
[![Test Status](https://github.com/simonsobs/nextline-web/actions/workflows/type-check.yml/badge.svg)](https://github.com/simonsobs/nextline-web/actions/workflows/type-check.yml)
66

7-
The front-end web app of Nextline.
7+
_Web frontend for Nextline._
88

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.
1311

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-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11451619.svg)](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)).
2114

2215
## Screenshot
2316

2417
![Screenshot](screenshot.png)
2518

26-
## How to run the Nextline front-end web app
19+
## How to run the Nextline frontend web app
2720

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
3023
server](https://github.com/simonsobs/nextline-graphql).
3124

3225
### As a Docker container
3326

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
3528
[ghcr.io/simonsobs/nextline-web](https://github.com/simonsobs/nextline-web/pkgs/container/nextline-web).
3629

3730
#### Environment variables in the container

screenshot.png

349 KB
Loading

0 commit comments

Comments
 (0)