19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / index.html.liquid
1 ---
2 layout: default
3 no_nav_left: true
4 navsection: top
5 title: Arvados | Documentation
6 ...
7 {% comment %}
8 Copyright (C) The Arvados Authors. All rights reserved.
9
10 SPDX-License-Identifier: CC-BY-SA-3.0
11 {% endcomment %}
12
13 <div class="jumbotron">
14   <div class="container">
15     <div class="row">
16       <div class="col-sm-6">
17         <h1>ARVADOS</h1>
18         <p>A free and open source platform for big data science</p>
19       </div>
20       <div class="col-sm-6">
21         <img src="images/dax-reading-book.png" style="max-height: 10em" alt="Dax reading a book" />
22       </div>
23     </div>
24   </div>
25 </div>
26
27 <div class="container-fluid">
28   <div class="row">
29     <div class="col-sm-6">
30       <p><strong>What is Arvados</strong>
31       <p><a href="https://arvados.org/">Arvados</a> 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 <a href="{{site.baseurl}}/user/cwl/federated-workflows.html">Federated Multi-Cluster Workflows</a>.
32       </p>
33
34       <a name="Support"></a>
35       <p><strong>Support and Community</strong></p>
36
37       <p>Interact with the Arvados community on the <a href="https://forum.arvados.org">Arvados Forum</a>
38         and the <a href="https://gitter.im/arvados/community">arvados/community</a> channel at gitter.im.
39       </p>
40
41       <p>Curii Corporation provides managed Arvados installations as well as commercial support for Arvados. Please contact <a href="mailto:info@curii.com">info@curii.com</a> for more information.</p>
42
43       <p><strong>Contributing</strong></p>
44       <p>Please visit the <a href="https://dev.arvados.org/projects/arvados/wiki/Wiki#Contributing-and-hacking">developer site</a>. Arvados is 100% free and open source software, check out the code on <a href="https://github.com/arvados/arvados">github</a>.
45
46       <p>Arvados is under active development, see the <a href="https://dev.arvados.org/projects/arvados/activity">recent developer activity</a>.
47       </p>
48       <p><strong>License</strong></p>
49       <p>Most of Arvados is licensed under the <a href="{{ site.baseurl }}/user/copying/agpl-3.0.html">GNU AGPL v3</a>. The SDKs are licensed under the <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License 2.0</a> and can be incorporated into proprietary code. See <a href="{{ site.baseurl }}/user/copying/copying.html">Arvados Free Software Licenses</a> for more information.
50       </p>
51
52     </div>
53     <div class="col-sm-6" style="border-left: solid; border-width: 1px">
54       <p><strong>Sections
55       </strong></p>
56       <p>
57         <a href="{{ site.baseurl }}/user/index.html">User Guide</a> &mdash; How to manage data and do analysis with Arvados.
58       </p>
59       <p>
60         <a href="{{ site.baseurl }}/sdk/index.html">SDK Reference</a> &mdash; Details about the accessing Arvados from various programming languages.
61       </p>
62       <p>
63         <a href="{{ site.baseurl }}/architecture/index.html">Arvados Architecture</a> &mdash; Details about the Arvados components and architecture.
64       </p>
65       <p>
66         <a href="{{ site.baseurl }}/api/index.html">API Reference</a> &mdash; Details about the Arvados REST API.
67       </p>
68       <p>
69         <a href="{{ site.baseurl }}/admin/index.html">Admin Guide</a> &mdash; Details about administering an Arvados cluster.
70       </p>
71       <p>
72         <a href="{{ site.baseurl }}/install/index.html">Install Guide</a> &mdash; How to install Arvados.
73       </p>
74     </div>
75   </div>
76
77   <div class="row">
78     <div class="col-sm-12">
79       <br>
80       <p><em><small>
81       The content of the above documentation is licensed under the
82       <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
83         Commons Attribution-Share Alike 3.0 United States</a> license. Code samples in the above documentation are licensed under the
84       <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small></em>
85       </p>
86     </div>
87   </div>
88 </div>