Merge branch '12167-keep-request-id'
[arvados.git] / doc / user / index.html.textile.liquid
index ae0662712469e04d3949863b4e45a88360449163..b894e3d5e9f821797a1353f585491f9ca5f0f24c 100644 (file)
@@ -1,33 +1,24 @@
 ---
 layout: default
 navsection: userguide
-title: Welcome to Arvados!
+title: Welcome to Arvados™!
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
 
-This guide is intended to introduce new users to the Arvados system.  It covers initial configuration required to access the system and then presents several tutorials on using Arvados to do data processing.
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
-This user guide introduces how to use the major components of Arvados.  These are:
+_If you are new to Arvados, please try the Quickstart on <a href="http://doc.arvados.org">the documentation homepage</a> instead of this detailed User Guide._
 
-* Keep: Content-addressable cluster file system designed for robust storage of very large files, such as whole genome sequences running in the hundreds of gigabytes
-* Crunch: Cluster compute engine designed for genomic analysis, such as alignment and variant calls
-* Metadata Database: Information about the genomic data stored in Keep, such as genomic traits and human subjects
-* Workbench: Arvados' Web interface
+This guide provides a reference for using Arvados to solve big data bioinformatics problems, including:
 
-h2. Prerequisites
+* Robust storage of very large files, such as whole genome sequences, using the "Arvados Keep":{{site.baseurl}}/user/tutorials/tutorial-keep.html content-addressable cluster file system.
+* Running compute-intensive genomic analysis pipelines, such as alignment and variant calls using the "Arvados Crunch":{{site.baseurl}}/user/tutorials/intro-crunch.html cluster compute engine.
+* Storing and querying metadata about genome sequence files, such as human subjects and their phenotypic traits using the "Arvados Metadata Database.":{{site.baseurl}}/user/topics/tutorial-trait-search.html
+* Accessing, organizing, and sharing data, pipelines and results using the "Arvados Workbench":{{site.baseurl}}/user/getting_started/workbench.html web application.
 
-To get the most value out of this guide, you should be comfortable with the following:
-
-# Using a secure shell client such as @ssh@ or @putty@ to log on to a remote server
-# Using the Unix command line shell @bash@
-# Viewing and editing files using a unix text editor such as @vi@, @emacs@, or @nano@
-# Programming in @python@
-# Revision control using @git@
-
-We also recommend you read the "Arvados Platform Overview":https://arvados.org/projects/arvados/wiki#Platform-Overview for an introduction and background information about Arvados.
-
-The examples in this guide use the Arvados instance located at "https://{{ site.arvados_workbench_host }}/":https://{{ site.arvados_workbench_host }}/.  If you are using a different Arvados instance replace @{{ site.arvados_workbench_host }}@ with your private instance in all of the examples in this guide.
-
-The Arvados public beta instance is located at "https://workbench.qr1hi.arvadosapi.com/":https://workbench.qr1hi.arvadosapi.com/.  You must have an account in order to use this service.  If you would like to request an account, please send an email to "arvados@curoverse.com":mailto:arvados@curoverse.com.
+The examples in this guide use the public Arvados instance located at <a href="{{site.arvados_workbench_host}}/" target="_blank">{{site.arvados_workbench_host}}</a>.  If you are using a different Arvados instance replace @{{ site.arvados_workbench_host }}@ with your private instance in all of the examples in this guide.
 
 h2. Typographic conventions
 
@@ -47,4 +38,3 @@ foo.input foo.output
 </li>
 </ul>
 </notextile>
-