diff --git a/.title-casing-ignore b/.title-casing-ignore index 2b7fbc176..c9f96a09e 100644 --- a/.title-casing-ignore +++ b/.title-casing-ignore @@ -80,4 +80,8 @@ pascalnodes Slurm UAB s3cmd +<<<<<<< HEAD +SAS +======= tmp +>>>>>>> main diff --git a/docs/cheaha/open_ondemand/images/ood_sas_form.png b/docs/cheaha/open_ondemand/images/ood_sas_form.png new file mode 100644 index 000000000..b34e7443b Binary files /dev/null and b/docs/cheaha/open_ondemand/images/ood_sas_form.png differ diff --git a/docs/cheaha/open_ondemand/ood_sas.md b/docs/cheaha/open_ondemand/ood_sas.md new file mode 100644 index 000000000..ffb50d38f --- /dev/null +++ b/docs/cheaha/open_ondemand/ood_sas.md @@ -0,0 +1,9 @@ +# SAS Interactive Apps + +SAS (Statistical Analysis System) is available for use graphically in your browser via Open Ondemand (OOD). As with other standalone programs, you will need to select the resources required using the job creation form. You will also need to select the version of SAS you wish to use. + +To launch SAS, select the menu: Interactive Apps -> SAS. The job creation and submission form will appear, where you can configure: + +![!SAS job request form](./images/ood_sas_form.png) + +Help and detailed documentation on using SAS can be found at [SAS Support](https://support.sas.com/en/support-home.html) page. diff --git a/docs/cheaha/software/index.md b/docs/cheaha/software/index.md new file mode 100644 index 000000000..4495bcae9 --- /dev/null +++ b/docs/cheaha/software/index.md @@ -0,0 +1,10 @@ +# How Do I Get Software on Cheaha + +On Cheaha, many commonly used software applications are already installed and made available through the module system, which lets you easily load, unload, and switch between different versions as needed. + +Depending on the software’s availability, installation method, and licensing requirements, there are several ways to access what you need. You can access software: + +- [Preinstalled Module](modules.md) – software already available on the system through modules +- [Self-Installed Software](software.md) – software that you set up yourself, either using: + - [Conda environments](software.md#anaconda-on-cheaha). + - [Singularity Containers](software.md#software-installation). diff --git a/docs/cheaha/software/modules.md b/docs/cheaha/software/modules.md index be61f0948..3d7ccdf78 100644 --- a/docs/cheaha/software/modules.md +++ b/docs/cheaha/software/modules.md @@ -208,7 +208,7 @@ The following software have license restrictions that may preclude some research {{ read_csv('cheaha/software/res/restricted_software.csv', keep_default_na=False) }} -Use of these software packages without authorization may be a violation of the [UAB IT Acceptable Use Policy](../../policies.md#acceptable-use-policy-aup). +Use of these software packages without authorization may be a violation of the [UAB IT Acceptable Use Policy](../../policies.md#acceptable-use-policy-aup). All restrictively licensed software may only be used for the purposes of teaching and research, and not for commercial use or for profit. ## Security Issues diff --git a/docs/cheaha/software/res/restricted_software.csv b/docs/cheaha/software/res/restricted_software.csv index a50e9157f..2230480ba 100644 --- a/docs/cheaha/software/res/restricted_software.csv +++ b/docs/cheaha/software/res/restricted_software.csv @@ -1,10 +1,10 @@ -Software,Restricted to...,License Holder -Amber,"Lab Specific",Lab PI -Ansys,"School of Engineering affiliated people",School of Engineering -[Cell Ranger](../software/software.md#cell-ranger),"Named individual",Individuals -Gurobi,"Named individual",Individuals -LS-Dyna,"School of Engineering affiliated people",School of Engineering -Matlab,"UAB affiliated people",The University of Alabama System -Mathematica,"UAB affiliated people",UAB Campus -SAS,"UAB affiliated people",UAB Campus -Stata,"UAB affiliated people",UAB Campus +Software,Restricted to...,License Holder,How do I get access? +Amber,"Lab Specific",Lab PI, Request access through an existing license owner +Ansys,"School of Engineering affiliated people",School of Engineering,[Contact School of Engineering](https://www.uab.edu/engineering/home/about/contact-us) +[Cell Ranger](../software/software.md#cell-ranger),"Named individual",Individuals,[Refer our documentation on Cell Ranger](software.md#cell-ranger) +Gurobi,"Named individual",Individuals,[Installed as a module on Cheaha](#listing-and-searching-modules) +LS-Dyna,"School of Engineering affiliated people",School of Engineering,[Contact School of Engineering](https://www.uab.edu/engineering/home/about/contact-us) +Matlab,"UAB affiliated people",The University of Alabama System,On Cheaha:
  - [Interactive Apps](../open_ondemand/ood_matlab.md#matlab)
  - [Batch jobs](#listing-and-searching-modules)
  - [Personal machine](https://uabprod.service-now.com/service_portal?id=sc_cat_item&sys_id=3f7ccad337109b0024a67c1643990eea) +Mathematica,"UAB affiliated people",UAB Campus,On Cheaha:
  - [Personal machine]( https://uabprod.service-now.com/service_portal?id=sc_cat_item&sys_id=294c0ed337109b0024a67c1643990e24)
  - For Interactive Apps and Batch jobs: [Contact Us](../../help/support.md) +SAS,"UAB affiliated people",UAB Campus,On Cheaha:
  - [Personal machine](https://uabprod.service-now.com/service_portal?id=sc_cat_item&sys_id=275e025737109b0024a67c1643990eec)
  - [Interactive Apps](../open_ondemand/ood_sas.md)
  - For Batch jobs: [Contact Us](../../help/support.md) +Stata,"UAB affiliated people",UAB Campus,On Cheaha:
  - [Personal machine](https://uabprod.service-now.com/service_portal?id=sc_cat_item&sys_id=64d876ae371b974024a67c1643990e86)
  - For Interactive Apps and Batch jobs: [Contact Us](../../help/support.md) diff --git a/mkdocs.yml b/mkdocs.yml index fda096b6a..1ee08ed3e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -175,8 +175,10 @@ nav: - Jupyter: cheaha/open_ondemand/ood_jupyter.md - RStudio: cheaha/open_ondemand/ood_rstudio.md - MATLAB: cheaha/open_ondemand/ood_matlab.md + - SAS: cheaha/open_ondemand/ood_sas.md - Hardware: cheaha/hardware.md - Software: + - cheaha/software/index.md - Pre-Installed Modules: cheaha/software/modules.md - Self-Installed Software: cheaha/software/software.md - Slurm: