diff --git a/content/guides/sandstone/_index.md b/content/guides/sandstone/_index.md index 8e7b551ba04c140a930aba3426d4e5ac2b160f5b..8106deffb71bdc37ce182d6acc5b089b2e068571 100644 --- a/content/guides/sandstone/_index.md +++ b/content/guides/sandstone/_index.md @@ -15,37 +15,37 @@ Upon login, you will land at the File Browser. ### File Browser -The file broswer allows you to view, access, and transfer files on Crane. On the left side you will have your available spaces, both your home and work directories. In the upper right, you have buttons to upload files, create a file, and create a directory. +The file browser allows you to view, access, and transfer files on Crane. On the left side you will have your available spaces, both your home and work directories. In the upper right of the page, you have buttons to upload files, create a file, and create a directory. -{{< figure src="/images/SandstonefileBrowserOver.png" height="300" >}} +{{< figure src="/images/SandstonefileBrowserOver.png">}} -Clicking on either will change your current directory to either your home or work directory and display your user/group usage and quotas. You can navigate directories by clicking through them. +Clicking on either box under "My Spaces" will change your current directory to either your home or work directory and display your user/group usage and quotas. You can then navigate directories by clicking through them in a similar manner as you would with Windows or MacOS. -{{< figure src="/images/SandstonefileOptions.png" height="300" >}} +{{< figure src="/images/SandstonefileOptions.png">}} Clicking on a file or directory will bring up some options such as the permissions and actions to do such as editing the file, duplicating or moving it, deleting it, and downloading it. ### Editor The editor is a basic text editor that allows you to have multiple files loaded and manipulate the files. A small file explorer is available on the left side to access more files. There are similar actions available for files above the mini file browser. -{{< figure src="/images/Sandstoneeditor.png" height="300" >}} +{{< figure src="/images/Sandstoneeditor.png">}} Like most text editors, basic functions exist to undo and redo changes, find and replace, and most importantly, to save the file. -{{< figure src="/images/SandstoneedtiorDropDown.png" height="300" >}} +{{< figure src="/images/SandstoneedtiorDropDown.png">}} ### Terminal The terminal gives you access to the linux command line on crane, similar to what you would have if you SSH'd directly into Crane. Once the login and quote screen, you can enter commands and interact as you would with a standard terminal. -{{< figure src="/images/SandstoneTerminal.png" height="300" >}} +{{< figure src="/images/SandstoneTerminal.png">}} ### Slurm Assist Slurm assist is a tool to help create and run slurm submit scripts. The first step is to select a base profile from the profile dropdown menu. Options will appear and the directives will automatically appear. The options are editable to better fit to your specific job with more details found in our submitting jobs documentation. After the directives are filled out, you can then add the commands to start your job in the script section. To save the job, select 'save script for later' and save the script in a known location for later. -{{< figure src="/images/SandstoneSASettings.png" height="300" >}} +{{< figure src="/images/SandstoneSASettings.png">}} From here, you can also schedule the script recently create, by selecting "Schedule Job". A confirmation will appear with the Job ID and then an instruction on how to view the status of your job. -{{< figure src="/images/SandstoneJobConf.png" height="150" >}} -{{< figure src="/images/SandstoneSAStatus.png" height="300" >}} +{{< figure src="/images/SandstoneJobConf.png">}} +{{< figure src="/images/SandstoneSAStatus.png">}} You can view the progress of other jobs from slurm assist by going to the status page. Here you will see the State of the job, its ID, name, group name, runtime, and the start and end times. -{{< figure src="/images/SandstoneSAStatusPage.png" height="150" >}} -{{< figure src="/images/SandstoneSAStatuses.png" height="300" >}} \ No newline at end of file +{{< figure src="/images/SandstoneSAStatusPage.png">}} +{{< figure src="/images/SandstoneSAStatuses.png">}} \ No newline at end of file diff --git a/static/images/SandstoneSA.png b/static/images/SandstoneSA.png index cd3f0eda5cc10d5b11ced1dc3deaf06f13410790..57ea7612336d63247427c3ebb5ffea8b51e769ef 100644 Binary files a/static/images/SandstoneSA.png and b/static/images/SandstoneSA.png differ diff --git a/static/images/SandstoneSASettings.png b/static/images/SandstoneSASettings.png index 2d59dbd693a3cb8f1e37b7516d0d4028471e994c..69ad6752bd7b45ad3b4f61a0a87a5cec15e45c83 100644 Binary files a/static/images/SandstoneSASettings.png and b/static/images/SandstoneSASettings.png differ diff --git a/static/images/SandstoneSAStatus.png b/static/images/SandstoneSAStatus.png index 57211ea430fd0c59a36e8613a76c0ba92aed5248..b5dbbb3fa9007d858003d83d4e4a9741043da860 100644 Binary files a/static/images/SandstoneSAStatus.png and b/static/images/SandstoneSAStatus.png differ diff --git a/static/images/SandstoneSAStatuses.png b/static/images/SandstoneSAStatuses.png index 5640e4ef6879d541e21edda1d8d06b0eadaf17f6..7c9bf0cf41948e89f882e8f109bc4ea95049fa30 100644 Binary files a/static/images/SandstoneSAStatuses.png and b/static/images/SandstoneSAStatuses.png differ diff --git a/static/images/SandstoneTerminal.png b/static/images/SandstoneTerminal.png index c60f62a3068c10bcd99a17ea532b205801562f33..bd0965f4b57ea53438e550445af811b5903c075a 100644 Binary files a/static/images/SandstoneTerminal.png and b/static/images/SandstoneTerminal.png differ diff --git a/static/images/Sandstoneeditor.png b/static/images/Sandstoneeditor.png index 253f92c78072073598c4747d13112da3f452bf0a..cc4294ab2d0f62513478ffc613cbe759843c7412 100644 Binary files a/static/images/Sandstoneeditor.png and b/static/images/Sandstoneeditor.png differ diff --git a/static/images/SandstonefileBrowserOver.png b/static/images/SandstonefileBrowserOver.png index d744a54e67515a6f3f0065d0e9ac812d3c8ae8c2..743d2925a7d94c3e1cf9bf5d68cbc9055e4278c2 100644 Binary files a/static/images/SandstonefileBrowserOver.png and b/static/images/SandstonefileBrowserOver.png differ