Merge branch '16678-login-tokens-lifetime-config'
[arvados.git] / doc / start / getting_started / publicproject.html.textile.liquid
1 ---
2 layout: default
3 navsection: start
4 title: Visit an Arvados Public Project
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 h2. <a href="https://workbench.qr1hi.arvadosapi.com/projects/qr1hi-j7d0g-662ij1pcw6bj8uj">Mason Lab - Pathomap / Ancestry Mapper (Public)</a>
13
14 You can see Arvados in action by accessing the <a href="https://workbench.qr1hi.arvadosapi.com/projects/qr1hi-j7d0g-662ij1pcw6bj8uj">Mason Lab - Pathomap / Ancestry Mapper (Public) project</a>. By visiting this project, you can see what an Arvados project is, access data collections in this project, and click through a pipeline instance's contents.
15
16 You will be accessing this project in read-only mode and will not be able to make any modifications such as running a new pipeline instance.
17
18 <div id="carousel-publicproject" class="carousel slide" data-interval="false">
19   <!-- Indicators -->
20   <ol class="carousel-indicators">
21     <li data-target="#carousel-publicproject" data-slide-to="0" class="active"></li>
22     <li data-target="#carousel-publicproject" data-slide-to="1"></li>
23     <li data-target="#carousel-publicproject" data-slide-to="2"></li>
24     <li data-target="#carousel-publicproject" data-slide-to="3"></li>
25     <li data-target="#carousel-publicproject" data-slide-to="4"></li>
26     <li data-target="#carousel-publicproject" data-slide-to="5"></li>
27     <li data-target="#carousel-publicproject" data-slide-to="6"></li>
28     <li data-target="#carousel-publicproject" data-slide-to="7"></li>
29     <li data-target="#carousel-publicproject" data-slide-to="8"></li>
30     <li data-target="#carousel-publicproject" data-slide-to="9"></li>
31     <li data-target="#carousel-publicproject" data-slide-to="10"></li>
32     <li data-target="#carousel-publicproject" data-slide-to="11"></li>
33   </ol>
34
35   <!-- Wrapper for slides -->
36   <div class="carousel-inner" role="listbox">
37     <div class="item active">
38       <img src="{{ site.baseurl }}/images/publicproject/description.png" alt="Step 1. The project's first tab, *Description*, describes what this project is all about.">
39       <div class="carousel-caption">
40         Step 1. The project's first tab, *Description*, describes what this project is all about.
41       </div>
42     </div>
43
44     <div class="item">
45       <img src="{{ site.baseurl }}/images/publicproject/collections.png" alt="The *Data collections* tab contains the various pipeline inputs, logs, and outputs.">
46       <div class="carousel-caption">
47         The *Data collections* tab contains the various pipeline inputs, logs, and outputs.
48       </div>
49     </div>
50
51     <div class="item">
52       <img src="{{ site.baseurl }}/images/publicproject/instances.png" alt="You can see the jobs and pipelines in this project by accessing the *Jobs and pipelines* tab.">
53       <div class="carousel-caption">
54         You can see the jobs and pipelines in this project by accessing the *Jobs and pipelines* tab.
55       </div>
56     </div>
57
58     <div class="item">
59       <img src="{{ site.baseurl }}/images/publicproject/collection-show.png" alt="In the *Data collections* tab, click on the *Show* icon to the left of a collection to see the collection contents.">
60       <div class="carousel-caption">
61         In the *Data collections* tab, click on the *Show* icon to the left of a collection to see the collection contents.
62       </div>
63     </div>
64
65     <div class="item">
66       <img src="{{ site.baseurl }}/images/publicproject/collection-files.png" alt="The collection page lists the details about it. The *Files* tab can be used to view and download individual files in it.">
67       <div class="carousel-caption">
68         The collection page lists the details about it. The *Files* tab can be used to view and download individual files in it.
69       </div>
70     </div>
71
72     <div class="item">
73       <img src="{{ site.baseurl }}/images/publicproject/collection-graph.png" alt="The collection *Provenance graph* tab gives a visual representation of this collection's provenance.">
74       <div class="carousel-caption">
75         The collection *Provenance graph* tab gives a visual representation of this collection's provenance.
76       </div>
77     </div>
78
79     <div class="item">
80       <img src="{{ site.baseurl }}/images/publicproject/instance-show.png" alt="In the project *Jobs and pipelines* tab, click on the *Show* icon to the left of a pipeline to access the pipeline contents.">
81       <div class="carousel-caption">
82         In the project *Jobs and pipelines* tab, click on the *Show* icon to the left of a pipeline to access the pipeline contents.
83       </div>
84     </div>
85
86     <div class="item">
87       <img src="{{ site.baseurl }}/images/publicproject/instance-components.png" alt="The pipeline *Components* tab details the various jobs in it and how long it took to run it.">
88       <div class="carousel-caption">
89         The pipeline *Components* tab details the various jobs in it and how long it took to run it.
90       </div>
91     </div>
92
93     <div class="item">
94       <img src="{{ site.baseurl }}/images/publicproject/instance-job.png" alt="Click on the down arrow in one of the job rows to see the job details. You can also click on the job's output.">
95       <div class="carousel-caption">
96         Click on the down arrow <i class="fa fa-lg fa-fw fa-caret-down"></i> in one of the job rows to see the job details. You can also click on the job's output.
97       </div>
98     </div>
99
100     <div class="item">
101       <img src="{{ site.baseurl }}/images/publicproject/instance-log.png" alt="The *Log* tab can be used to see the log for the pipeline instance.">
102       <div class="carousel-caption">
103         The *Log* tab can be used to see the log for the pipeline instance.
104       </div>
105     </div>
106
107     <div class="item">
108       <img src="{{ site.baseurl }}/images/publicproject/instance-graph.png" alt="The *Graph* tab provides a visual representation of the pipeline run.">
109       <div class="carousel-caption">
110         The *Graph* tab provides a visual representation of the pipeline run.
111       </div>
112     </div>
113
114     <div class="item">
115       <img src="{{ site.baseurl }}/images/publicproject/instance-advanced.png" alt="The *Advanced* tab can be used to access metadata about the pipeline. [END]">
116       <div class="carousel-caption">
117         The *Advanced* tab can be used to access metadata about the pipeline. [END]
118       </div>
119     </div>
120   </div>
121
122   <!-- Controls -->
123   <a class="left carousel-control" href="#carousel-publicproject" role="button" data-slide="prev">
124     <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
125     <span class="sr-only">Previous</span>
126   </a>
127   <a class="right carousel-control" href="#carousel-publicproject" role="button" data-slide="next">
128     <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
129     <span class="sr-only">Next</span>
130   </a>
131 </div>
132
133 Tip: You may need to make your browser window bigger to see full-size images in the gallery above.