X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3101fea587bc08e0f4f00a583d1d9e2c953417c1..f42ee7c19b794e25db30051b1dfc4bee83929bcd:/doc/index.html.liquid diff --git a/doc/index.html.liquid b/doc/index.html.liquid index c301b52c0b..11edfa582d 100644 --- a/doc/index.html.liquid +++ b/doc/index.html.liquid @@ -4,6 +4,11 @@ no_nav_left: true navsection: top title: Arvados | Documentation ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %}
@@ -23,62 +28,48 @@ title: Arvados | Documentation

What is Arvados -

Arvados enables you to quickly begin using cloud computing resources in your data science work. It allows you to track your methods and datasets, share them securely, and easily re-run analyses. -

-

News -

Read our blog updates or look through our recent developer activity. +

Arvados is a platform for managing compute and storage for cloud and HPC clusters. It allows you to track your methods and datasets, share them securely, and easily re-run analyses. It also make it possible to run analysis across multiple clusters (HPC, cloud, or hybrid) with Federated Multi-Cluster Workflows.

-

Questions?

-

Email the mailing list, or chat with us on IRC: #arvados @ OFTC (you can join in your browser). + + +

Support and Community

+ +

Interact with the Arvados community on the Arvados Forum + and the arvados/community channel at gitter.im.

-

Want to contribute?

-

Check out our developer site. We're open source, check out our code on github. + +

Curii Corporation provides managed Arvados installations as well as commercial support for Arvados. Please contact info@curii.com for more information.

+ +

Contributing

+

Please visit the developer site. Arvados is 100% free and open source software, check out the code on github. + +

Arvados is under active development, see the recent developer activity.

License

-

Arvados is under the copyleft GNU AGPL v3, with our SDKs under Apache License 2.0 (so that you can incorporate proprietary toolchains into your pipelines). +

Most of Arvados is licensed under the GNU AGPL v3. The SDKs are licensed under the Apache License 2.0 and can be incorporated into proprietary code. See Arvados Free Software Licenses for more information.

-

Quickstart +

Sections +

- Try any pipeline from the list of public pipelines. For instance, the Pathomap Pipeline links to these step-by-step instructions for trying Arvados out right in your browser using Curoverse's public Arvados instance. + User Guide — How to manage data and do analysis with Arvados.

- - - - - - - - - - - - - -

- Pipeline Developer Quickstart -

- Want to port your pipeline to Arvados? Check out the step-by-step Port-a-Pipeline guide on the Arvados wiki. + SDK Reference — Details about the accessing Arvados from various programming languages.

-

More in-depth guides -

- - -

- User Guide — How to manage data and do analysis with Arvados. + Arvados Architecture — Details about the Arvados components and architecture.

- SDK Reference — Details about the accessing Arvados from various programming languages. + API Reference — Details about the Arvados REST API.

- API Reference — Details about the the Arvados REST API. + Admin Guide — Details about administering an Arvados cluster.

- Install Guide — How to install Arvados on a cloud platform. + Install Guide — How to install Arvados.