Merge branch '7193-provision-azure-compute' closes #7193
[arvados.git] / doc / index.html.liquid
1 ---
2 layout: default
3 no_nav_left: true
4 navsection: top
5 title: Arvados | Documentation
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-6">
25       <p><strong>What is Arvados</strong>
26       <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.
27       </p>
28       <p><strong>Communications</strong>
29       <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>.
30       </p>
31       <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>).
32       </p>
33       <p><strong>Want to contribute?</strong></p>
34       <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>.
35       </p>
36       <p><strong>License</strong></p>
37       <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).
38       </p>
39
40     </div>
41     <div class="col-sm-6" style="border-left: solid; border-width: 1px">
42       <p><strong>Quickstart</strong> 
43       <p>
44         Try any pipeline from the <a href="https://dev.arvados.org/projects/arvados/wiki/Public_Pipelines_and_Datasets">list of public pipelines</a>. For instance, the <a href="http://curover.se/pathomap">Pathomap Pipeline</a> links to these <a href="https://dev.arvados.org/projects/arvados/wiki/pathomap_tutorial/">step-by-step instructions</a> for trying Arvados out right in your browser using Curoverse's <a href="http://lp.curoverse.com/beta-signup/">public Arvados instance</a>.
45       </p>
46         <!--<p>-->
47       <!--<ol>-->
48          <!--<li>-->
49            <!--Go to <a href="{{site.arvados_workbench_host}}/" target="_blank">{{site.arvados_workbench_host}}/</a>-->
50         <!--</li><li>-->
51           <!--Register with any Google account-->
52         <!--</li><li>-->
53         <!--Follow the Getting Started guide-->
54         <!--<br>-->
55         <!--<em>Tip: Don't see the guide? You can find it by clicking (in the upper-right corner) <span class="fa fa-lg fa-question-circle"></span> &gt; Getting Started)</em>-->
56         <!--</li>-->
57       <!--</ol>-->
58       <!--</p>-->
59       <p><strong>
60         Pipeline Developer Quickstart
61       </strong></p>
62       <p>
63       Want to port your pipeline to Arvados? Check out the step-by-step <a href="https://dev.arvados.org/projects/arvados/wiki/Port_a_Pipeline">Port-a-Pipeline</a> guide on the Arvados wiki.
64       </p>
65       <p><strong>More in-depth guides
66       </strong></p>
67       <!--<p>-->
68         <!--<a href="{{ site.baseurl }}/start/index.html">Getting Started</a> &mdash; Start here if you're new to Arvados.-->
69       <!--</p>-->
70       <p>
71         <a href="{{ site.baseurl }}/user/index.html">User Guide</a> &mdash; How to manage data and do analysis with Arvados.
72       </p>
73       <p>
74         <a href="{{ site.baseurl }}/sdk/index.html">SDK Reference</a> &mdash; Details about the accessing Arvados from various programming languages.
75       </p>
76       <p>
77         <a href="{{ site.baseurl }}/api/index.html">API Reference</a> &mdash; Details about the the Arvados REST API.
78       </p>
79       <p>
80         <a href="{{ site.baseurl }}/install/index.html">Install Guide</a> &mdash; How to install Arvados on a cloud platform.
81       </p>
82     </div>
83   </div>
84
85   <div class="row">
86     <div class="col-sm-12">
87       <br>
88       <p><em><small>
89       The content of the above documentation is licensed under the
90       <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
91         Commons Attribution-Share Alike 3.0 United States</a> license. Code samples in the above documentation are licensed under the
92       <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small></em>
93       </p>
94     </div>
95   </div>
96 </div>