refs #5090 Merge branch '5090-doc-to-homepage'
[arvados.git] / doc / index.html.liquid
1 ---
2 layout: default
3 no_nav_left: true
4 navsection: top
5 title: Arvados
6 ...
7
8 <div class="jumbotron">
9   <div class="container">
10     <div class="row">
11       <div class="col-sm-6">
12         <h1>ARVADOS</h1>
13         <p>A free and open source platform for big data science</p>
14       </div>
15       <div class="col-sm-6">
16         <img src="images/dax-reading-book.png" style="max-height: 10em" alt="Dax reading a book" />
17       </div>
18     </div>
19   </div>
20 </div>
21
22 <div class="container-fluid">
23   <div class="row">
24     <div class="col-sm-5">
25       <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.
26       </p>
27       <p><strong>Quickstart</strong>: Check out our <a href="{{ site.baseurl }}/start/index.html">key features</a>, complete with screenshots, and then follow our tutorial to <a href="{{ site.baseurl }}/start/getting_started/firstpipeline.html">run your first pipeline</a> using our <a href="http://lp.curoverse.com/beta-signup/">public beta</a>.
28       </p>
29       <p><strong>News</strong>: Read our <a href="https://arvados.org/projects/arvados/blogs">blog updates</a> or look through our <a href="https://arvados.org/projects/arvados/activity">recent developer activity</a>.
30       </p>
31       <p><strong>Questions?</strong> Email <a href="http://lists.arvados.org/mailman/listinfo/arvados">arvados@arvado.org</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>).
32       </p>
33       <p><strong>Want to contribute?</strong> Check out our <a href="https://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>.
34       </p>
35       <p><strong>License</strong>: 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).
36       </p>
37
38     </div>
39     <div class="col-sm-7" style="border-left: solid; border-width: 1px">
40       <p>Below you can also find more in-depth guides for using Arvados.
41       </p>
42       <br>
43       <p>
44         <a href="{{ site.baseurl }}/start/index.html">Getting Started</a> &mdash; Start here if you're new to Arvados.
45       </p>
46       <p>
47         <a href="{{ site.baseurl }}/user/index.html">User Guide</a> &mdash; How to manage data and do analysis with Arvados.
48       </p>
49       <p>
50         <a href="{{ site.baseurl }}/sdk/index.html">SDK Reference</a> &mdash; Details about the accessing Arvados from various programming languages.
51       </p>
52       <p>
53         <a href="{{ site.baseurl }}/api/index.html">API Reference</a> &mdash; Details about the the Arvados REST API.
54       </p>
55       <p>
56         <a href="{{ site.baseurl }}/admin/index.html">Admin Guide</a> &mdash; How to administer an Arvados system.
57       </p>
58       <p>
59         <a href="{{ site.baseurl }}/install/index.html">Install Guide</a> &mdash; How to install Arvados on a cloud platform.
60       </p>
61       <br>
62       <p><em><small>
63       The content of the above documentation is licensed under the
64       <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
65         Commons Attribution-Share Alike 3.0 United States</a> license. Code samples in the above documentation are licensed under the
66       <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small></em>
67       </p>
68
69     </div>
70   </div>
71 </div>