4926: add description with section links
authorRadhika Chippada <radhika@curoverse.com>
Mon, 19 Jan 2015 21:42:45 +0000 (16:42 -0500)
committerRadhika Chippada <radhika@curoverse.com>
Mon, 19 Jan 2015 21:42:45 +0000 (16:42 -0500)
doc/user/tutorials/tutorial-keep-get.html.textile.liquid
doc/user/tutorials/tutorial-keep.html.textile.liquid

index 80011d1d0af8e6705ad05e01e239032f9736c7c9..b47b63cbfd62c47672085c6987d594c3fe0ab22c 100644 (file)
@@ -6,7 +6,13 @@ title: "Downloading data"
 
 {% include 'tutorial_expectations' %}
 
-h2. Downloading using arv commands
+Arvados Data collections can be downloaded using either the arv commands or using Workbench.
+
+# "*Downloading using arv commands*":#download-using-arv
+# "*Downloading using Workbench*":#download-using-workbench
+# "*Downloading a shared collection using Workbench*":#download-shared-collection
+
+h2(#download-using-arv). Downloading using arv commands
 
 You can download Arvados data collections using the command line tools @arv-ls@ and @arv-get@.
 
@@ -48,7 +54,7 @@ You can also download individual files:
 </code></pre>
 </notextile>
 
-h2. Downloading using Workbench
+h2(#download-using-workbench). Downloading using Workbench
 
 You can also download Arvados data collections using the Workbench.
 
@@ -58,7 +64,7 @@ You can access the contents of a collection by clicking on the *<i class="fa fa-
 
 You can now download the collection files by clicking on the <span class="btn btn-sm btn-info"><i class="fa fa-download"></i></span> button(s).
 
-h2. Downloading a shared collection using Workbench
+h2(#download-shared-collection). Downloading a shared collection using Workbench
 
 Collections can be shared to allow downloads by anonymous users.
 
index 7146808c0dfa571523776ed58413596e56be63d4..0f5e65cc0eb5565ca169334f583a360a91c89eba 100644 (file)
@@ -4,13 +4,16 @@ navsection: userguide
 title: "Uploading data"
 ...
 
-This tutorial describes how to to upload new Arvados data collections using the command line tool @arv keep put@.
+{% include 'tutorial_expectations' %}
 
-notextile. <div class="spaced-out">
+Arvados Data collections can be uploaded using either the @*arv keep put*@ command line tool or using Workbench.
 
-{% include 'tutorial_expectations' %}
+# "*Upload using the arv keep put command line tool*":#upload-using-command
+# "*Upload using Workbench*":#upload-using-workbench
+
+notextile. <div class="spaced-out">
 
-h2. Upload using command prompt
+h2(#upload-using-command). Upload using command prompt
 
 To upload a file to Keep using @arv keep put@:
 <notextile>
@@ -55,11 +58,11 @@ Click on the *<i class="fa fa-fw fa-archive"></i> Show* button next to the colle
 
 notextile. </div>
 
-h2. Upload using Workbench
+h2(#upload-using-workbench). Upload using Workbench
 
 To upload using Workbench, visit the Workbench *Dashboard*. Click on *Projects*<span class="caret"></span> dropdown menu in the top navigation menu and select your *Home* project or any other project of your choosing.  You will see the *Data collections* tab for this project, which lists the collections in this project.
 
-To upload a file, click on *Add data*<span class="caret"></span> dropdown menu and select *Upload files from my computer*.
+To upload files into a new collection, click on *Add data*<span class="caret"></span> dropdown menu and select *Upload files from my computer*.
 
 !{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/upload-using-workbench.png!
 
@@ -67,10 +70,10 @@ To upload a file, click on *Add data*<span class="caret"></span> dropdown menu a
 
 !{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/upload-tab-in-new-collection.png!
 
-Click on the *Browse...* button and select the files you would like to upload. You can select multiple files. You will be able to click on the "Browse..." button multiple times and select files. After you are done selecting files to upload, click on the *<i class="fa fa-fw fa-play"></i> Start* button to start upload. This will start uploading files to Arvados and Workbench will show you the progress bar. When upload is completed, you will see an indication to that effect.
+Click on the *Browse...* button and select the files you would like to upload. Selected files will be added to a list of files to be uploaded. After you are done selecting files to upload, click on the *<i class="fa fa-fw fa-play"></i> Start* button to start upload. This will start uploading files to Arvados and Workbench will show you the progress bar. When upload is completed, you will see an indication to that effect.
 
 !{display: block;margin-left: 25px;margin-right: auto;border:1px solid lightgray;}{{ site.baseurl }}/images/files-uploaded.png!
 
-*Note:* If you were to leave the collection page during the upload, the upload action will be aborted and you would need to upload again.
+*Note:* If you leave the collection page during the upload, the upload process will be aborted and you will need to upload the files again.
 
-*Note:* You will be able to use the *Add data*<span class="caret"></span> dropdown menu to add additional files to a previously collection as well.
+*Note:* You can also use the Upload tab to add files to an existing collection.