Merge branch 'master' into 13804-no-shutdown-wanted-nodes
[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> 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.
32       </p>
33       <p><strong>Communications</strong>
34       <p>Read our <a href="https://dev.arvados.org/projects/arvados/blogs">blog updates</a> or look through our <a href="https://dev.arvados.org/projects/arvados/activity">recent developer activity</a>.
35       </p>
36       <p>Questions? Email <a href="http://lists.arvados.org/mailman/listinfo/arvados">the mailing list</a>, or chat with us on IRC: <a href="irc://irc.oftc.net:6667/#arvados">#arvados</a> @ OFTC (you can <a href="https://webchat.oftc.net/?channels=arvados">join in your browser</a>).
37       </p>
38       <p><strong>Want to contribute?</strong></p>
39       <p>Check out our <a href="https://dev.arvados.org/projects/arvados">developer site</a>. We're open source, check out our code on <a href="https://github.com/curoverse/arvados">github</a>.
40       </p>
41       <p><strong>License</strong></p>
42       <p>Arvados is under the copyleft <a href="{{ site.baseurl }}/user/copying/agpl-3.0.html">GNU AGPL v3</a>, with our SDKs under <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License 2.0</a> (so that you can incorporate proprietary toolchains into your pipelines).
43       </p>
44
45     </div>
46     <div class="col-sm-6" style="border-left: solid; border-width: 1px">
47       <p><strong>More in-depth guides
48       </strong></p>
49       <!--<p>-->
50         <!--<a href="{{ site.baseurl }}/start/index.html">Getting Started</a> &mdash; Start here if you're new to Arvados.-->
51       <!--</p>-->
52       <p>
53         <a href="{{ site.baseurl }}/user/index.html">User Guide</a> &mdash; How to manage data and do analysis with Arvados.
54       </p>
55       <p>
56         <a href="{{ site.baseurl }}/sdk/index.html">SDK Reference</a> &mdash; Details about the accessing Arvados from various programming languages.
57       </p>
58       <p>
59         <a href="{{ site.baseurl }}/architecture/index.html">Arvados Architecture</a> &mdash; Details about the the Arvados components and architecture.
60       </p>
61       <p>
62         <a href="{{ site.baseurl }}/api/index.html">API Reference</a> &mdash; Details about the the Arvados REST API.
63       </p>
64       <p>
65         <a href="{{ site.baseurl }}/admin/index.html">Admin Guide</a> &mdash; Details about administering an Arvados cluster.
66       </p>
67       <p>
68         <a href="{{ site.baseurl }}/install/index.html">Install Guide</a> &mdash; How to install Arvados.
69       </p>
70     </div>
71   </div>
72
73   <div class="row">
74     <div class="col-sm-12">
75       <br>
76       <p><em><small>
77       The content of the above documentation is licensed under the
78       <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
79         Commons Attribution-Share Alike 3.0 United States</a> license. Code samples in the above documentation are licensed under the
80       <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small></em>
81       </p>
82     </div>
83   </div>
84 </div>