Skip to content

Commit 85388fe

Browse files
committed
Update README and docs with license
1 parent 0edc006 commit 85388fe

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-23
lines changed

README.md

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,19 @@ Fractal provides distributed workflows that convert TBs of image data into OME-Z
99

1010
This is the repository that contains the **Fractal web client**. Find more information about Fractal in general and the other repositories at the [Fractal home page](https://fractal-analytics-platform.github.io).
1111

12-
# Client architecture
13-
14-
The client is a Svelte application that uses [SvelteKit](https://kit.svelte.dev) as a framework.
15-
The application is composed of a set of pages that are rendered by a node server and served to a client browser.
16-
The node server acts as a proxy to the fractal server, forwarding the requests to the server and returning the responses to the client.
17-
18-
More details can be found at:
19-
20-
1. [How to run/develop fractal-web](docs/contribute.md)
21-
2. [How to run fractal-server](docs/fractal_server.md)
22-
3. [Deployment examples](docs/examples.md)
23-
4. [Integration with OAuth2 providers](docs/oauth2.md)
24-
5. [Project structure](docs/structure.md)
25-
6. [Tests](docs/tests.md)
26-
7. [Dependencies](docs/dependencies.md)
27-
8. [JSON Schemas for WorkflowTask arguments](docs/json_schemas.md)
28-
9. [CHANGELOG](CHANGELOG.md)
29-
30-
# Contributors
31-
32-
Fractal was conceived in the Liberali Lab at the Friedrich Miescher Institute for Biomedical Research and in the Pelkmans Lab at the University of Zurich by [@jluethi](https://github.com/jluethi) and [@gusqgm](https://github.com/gusqgm). The Fractal project is now developed at the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en.html) at the University of Zurich and the project lead is with [@jluethi](https://github.com/jluethi). The core development is done under contract by [eXact lab S.r.l.](https://www.exact-lab.it/).
12+
Documentation for `fractal-web` (in progress) is available at https://fractal-analytics-platform.github.io/fractal-web.
13+
14+
## License and contributors
15+
16+
Unless otherwise stated in each individual module, all Fractal components are
17+
released according to a BSD 3-Clause License, and Copyright is with Friedrich
18+
Miescher Institute for Biomedical Research and University of Zurich.
19+
20+
Fractal was conceived in the Liberali Lab at the Friedrich Miescher Institute
21+
for Biomedical Research and in the Pelkmans Lab at the University of Zurich by
22+
[@jluethi](https://github.com/jluethi) and
23+
[@gusqgm](https://github.com/gusqgm). The Fractal project is now developed at
24+
the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en.html) at the
25+
University of Zurich and the project lead is with
26+
[@jluethi](https://github.com/jluethi). The core development is done under
27+
contract by [eXact lab S.r.l.](https://www.exact-lab.it/).

docs/index.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,17 @@ The application is composed of a set of pages that are rendered by a node server
1818
The node server acts as a proxy to the fractal server, forwarding the requests to the server and returning the responses to the client.
1919
Find more details in specific pages.
2020

21-
## Contributors
22-
Fractal was conceived in the Liberali Lab at the Friedrich Miescher Institute for Biomedical Research and in the Pelkmans Lab at the University of Zurich by [@jluethi](https://github.com/jluethi) and [@gusqgm](https://github.com/gusqgm). The Fractal project is now developed at the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en.html) at the University of Zurich and the project lead is with [@jluethi](https://github.com/jluethi). The core development is done under contract by [eXact lab S.r.l.](https://www.exact-lab.it/).
21+
## License and contributors
22+
23+
Unless otherwise stated in each individual module, all Fractal components are
24+
released according to a BSD 3-Clause License, and Copyright is with Friedrich
25+
Miescher Institute for Biomedical Research and University of Zurich.
26+
27+
Fractal was conceived in the Liberali Lab at the Friedrich Miescher Institute
28+
for Biomedical Research and in the Pelkmans Lab at the University of Zurich by
29+
[@jluethi](https://github.com/jluethi) and
30+
[@gusqgm](https://github.com/gusqgm). The Fractal project is now developed at
31+
the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en.html) at the
32+
University of Zurich and the project lead is with
33+
[@jluethi](https://github.com/jluethi). The core development is done under
34+
contract by [eXact lab S.r.l.](https://www.exact-lab.it/).

0 commit comments

Comments
 (0)