X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/32038d56fbfe5b635b1c53f247aea9abcca2285c..336638f432e46f61cc87b958580e098e81cea921:/doc/index.html.liquid diff --git a/doc/index.html.liquid b/doc/index.html.liquid index c301b52c0b..ba5f433d29 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 %}
@@ -25,14 +30,13 @@ 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. +

Communications +

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

-

Questions?

-

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

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

Want to contribute?

-

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

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

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). @@ -40,29 +44,6 @@ title: Arvados | Documentation

-

Quickstart -

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

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

- Pipeline Developer Quickstart -

-

- Want to port your pipeline to Arvados? Check out the step-by-step Port-a-Pipeline guide on the Arvados wiki. -

More in-depth guides

@@ -74,11 +55,17 @@ title: Arvados | Documentation

SDK Reference — Details about the accessing Arvados from various programming languages.

+

+ Arvados Architecture — Details about the the Arvados components and architecture. +

API Reference — Details about the the Arvados REST API.

- Install Guide — How to install Arvados on a cloud platform. + Admin Guide — Details about administering an Arvados cluster. +

+

+ Install Guide — How to install Arvados.