Skip to content

Commit 98208ce

Browse files
author
Francesco Pagnamenta
committed
firecrest-ui changes based on PR #147 feedbacks
1 parent 10c0337 commit 98208ce

File tree

1 file changed

+19
-39
lines changed

1 file changed

+19
-39
lines changed

docs/services/firecrest-ui.md

Lines changed: 19 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[](){#ref-firecrest-ui}
2-
# FirecREST UI
2+
# FirecREST user interface
33

4-
FirecREST UI is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend](https://docs.cscs.ch/services/firecrest/).
4+
FirecREST user interface (UI) is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend][ref-firecrest].
55

66
## Features
77

@@ -12,44 +12,24 @@ FirecREST UI is a web application designed to provide essential functionalities
1212

1313
A description of the views and functionalities can be found [here](https://eth-cscs.github.io/firecrest-ui/documentation/).
1414

15-
## FirecREST supported version
15+
## Supported version
1616

1717
Starting early 2025, CSCS has introduced a new version of the API: [FirecREST version 2](https://eth-cscs.github.io/firecrest-v2).
1818

19-
The FirecREST UI is available and runs on the FirecREST API v2 backend (v1 not supported).
20-
21-
## FirecREST UI Deployment on Alps
22-
23-
FirecREST UI is currently available on two [Alps platforms][ref-alps-platforms].
24-
25-
<table>
26-
<tr>
27-
<th>Platform</th>
28-
<th>UI URL</th>
29-
<th>Clusters</th>
30-
</tr>
31-
<tr>
32-
<td>HPC Platform</td>
33-
<td>https://my.hpcp.cscs.ch/</td>
34-
<td><a href="../../clusters/daint">Daint</a>, <a href="../../clusters/eiger">Eiger</a></td>
35-
</tr>
36-
<tr>
37-
<td>ML Platform</td>
38-
<td>https://my.mlp.cscs.ch/</td>
39-
<td><a href="../../clusters/bristen">Bristen</a>, <a href="../../clusters/clariden">Clariden</a></td>
40-
</tr>
41-
</table>
42-
43-
44-
## Further Information
45-
46-
* [FirecREST Official Docs](https://eth-cscs.github.io/firecrest-ui/)
47-
* [FirecREST UI for HPC Platform](https://my.hpcp.cscs.ch)
48-
* [FirecREST UI for ML Platform](https://my.mlp.cscs.ch)
49-
* [FirecREST OpenAPI Specification](https://eth-cscs.github.io/firecrest-v2/openapi)
19+
This web interface is available and runs on the FirecREST API v2 backend, v1 is not supported.
20+
21+
## Alps platforms
22+
23+
FirecREST user interface is currently available on three [Alps platforms][ref-alps-platforms].
24+
25+
| Platform | URL | Clusters |
26+
|----------------|----------------------|--------------------------------------------------------------------------|
27+
| HPC Platform | [https://my.hpcp.cscs.ch/](https://my.hpcp.cscs.ch/) | [Daint](../../clusters/daint), [Eiger](../../clusters/eiger) |
28+
| ML Platform | [https://my.mlp.cscs.ch/](https://my.mlp.cscs.ch/) | [Bristen](../../clusters/bristen), [Clariden](../../clusters/clariden) |
29+
| CW Platform | [https://my.cwp.cscs.ch/](https://my.cwp.cscs.ch/) | [Bristen](../../clusters/santis) |
30+
31+
## Further information
32+
33+
* [FirecREST user interface Official Docs](https://eth-cscs.github.io/firecrest-ui/home/)
5034
* [FirecREST Official Docs](https://eth-cscs.github.io/firecrest-v2)
51-
* [Documentation of pyFirecREST](https://pyfirecrest.readthedocs.io/)
52-
* [FirecREST repository](https://github.com/eth-cscs/firecrest-v2)
53-
* [What are JSON Web Tokens](https://jwt.io/introduction)
54-
* [Python Requests](https://requests.readthedocs.io/en/master/user/quickstart)
55-
* [Python Async API Calls](https://docs.aiohttp.org/en/stable/)
35+
* [FirecREST repository](https://github.com/eth-cscs/firecrest-v2)

0 commit comments

Comments
 (0)