You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2022/07/10 17:50:22 UTC

[airavata-user-docs] branch main updated: Updated Tutorial instructions

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-user-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 041cfc0  Updated Tutorial instructions
041cfc0 is described below

commit 041cfc0a2cbde2aae2cc7c007ee08b29af02458d
Author: eroma2014 <er...@gmail.com>
AuthorDate: Sun Jul 10 13:50:02 2022 -0400

    Updated Tutorial instructions
---
 docs/img/gaussian16jobsubmission.png | Bin 0 -> 240812 bytes
 docs/user-documentation/tutorial.md  |  27 +++++++++++++++------------
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/docs/img/gaussian16jobsubmission.png b/docs/img/gaussian16jobsubmission.png
new file mode 100644
index 0000000..3f6e599
Binary files /dev/null and b/docs/img/gaussian16jobsubmission.png differ
diff --git a/docs/user-documentation/tutorial.md b/docs/user-documentation/tutorial.md
index e8daaf3..f852c63 100644
--- a/docs/user-documentation/tutorial.md
+++ b/docs/user-documentation/tutorial.md
@@ -1,42 +1,45 @@
 ## Tutorial Hands on: run a Gaussian16 computational experiment in the Django portal
 
 
-1. Log into <a href="https://testdrive.airavata.org/" target="_blank">TestDrive Portal</a>
+1. Log into <a href="https://testdrive.airavata.org/" target="_blank"><b>TestDrive Portal</a></b>
 <br></br>
-2. First, you'll need a user account. <a href="https://testdrive.airavata.org/auth/login" target="_blank">Create an account</a> using your existing institutional login through CILogon. 
+2. First, you'll need a user account. <a href="https://testdrive.airavata.org/auth/login" target="_blank"><b>Create an account</a></b> using your existing institutional login through CILogon. 
 <br></br>
-3. After you've logged in, an administrator can grant you access to run the Gaussian16 application. 
+3. After you've logged in, an administrator can grant you access to run the _**Gaussian16**_ application. 
 <br></br>
 4. During the tutorial we'll grant you access right away and let you know. 
 <br></br>
 5. When you log in for the first time you will see a list of applications that are available in this science gateway. Applications that you are not able to run are greyed out but the other ones you can run. 
 <br></br>
-6. Once you are granted access, refresh the page and you should now see that you the Gaussian16 application is not greyed out.
+6. Once you are granted access, refresh the page and you should now see that you the _**Gaussian16**_ application is not greyed out.
 <br></br>
 
 #####Submit a Test Job
-1. From the dashboard, click on the Gaussian16 application. The page title is "Create a New Experiment".
+1. From the dashboard, click on the _**Gaussian16**_ application. The page title is _Create a New Experiment_.
 <br></br>
-2. Here you can change the Experiment Name, add a description or select a different project if you have multiple projects.
+2. Here you can change the _Experiment Name_, add a _Description_ or select a different Project if you have multiple projects. For now use the _Default Project_.
 <br></br>
-3. We'll focus on the Application Inputs for this hands-on. The Gaussian16 application requires one input, an Input-File. 
+3. We'll focus on the Application Inputs for this hands-on. The _**Gaussian16 application**_ requires one input, an Input-File. 
 <br></br>
-4. The following is a preconfigured Gaussian input file. Download this to your local computer and then click the Browse button to upload the file:
+4. The following is a preconfigured _**Gaussian16**_ input file. Download this to your local computer and then click the _Browse_ link to upload the file:
 <br></br>
-       [npentane12diol.inp](../img/npentane12diol.inp)
+     <b>  [npentane12diol.inp](../img/npentane12diol.inp)</b>
 <br></br>
 5. You can click on the file to take a quick look at the file in a popup window.
 <br></br>
-6. Now we'll select what account to charge and where to run this job. Use "Resource Reservation for Tutorials" allocation for the job. Under Compute Resource make sure you select Expanse.
+6. Now we'll select what _Allocation_ to charge and where to run this job. Use _Resource Reservation for Tutorials_ allocation for the job. Under Compute Resource make sure you select _Expanse_.
 <br></br>
 7. Then click Save and Launch.
 <br></br>
-8. You should then be taken to the "Experiment Summary" page which will update as the job progresses. 
+8. You should then be taken to the _**Experiment Summary**_ page which will update as the job progresses. 
 <br></br>
-9. When the job finishes you'll be able to download the .log file which is the primary output file of the gaussian application.
+9. When the job finishes you'll be able to download the _.log_ file which is the primary output file of the gaussian application.
 <br></br>
 10. We'll come back to this experiment later in the tutorial.
 
+![Screenshot](../img/gaussian16jobsubmission.png)
+Image: Gaussian16 Experiment Creation
+
 #####More Details On...
 1. <a href="/user-documentation/account-creation" target="_blank">Portal Account Creation</a>
 2.  <a href="/user-documentation/create-experiment-launch-job" target="_blank">Submit Job</a>
\ No newline at end of file