diff --git a/docs/data_management/lts/images/globus-cli-allow.png b/docs/data_management/lts/images/globus-cli-allow.png new file mode 100644 index 000000000..ecabb49ba Binary files /dev/null and b/docs/data_management/lts/images/globus-cli-allow.png differ diff --git a/docs/data_management/lts/images/globus-cli-authenticate.png b/docs/data_management/lts/images/globus-cli-authenticate.png new file mode 100644 index 000000000..cc2c0e68f Binary files /dev/null and b/docs/data_management/lts/images/globus-cli-authenticate.png differ diff --git a/docs/data_management/lts/images/globus-cli-copy-code.png b/docs/data_management/lts/images/globus-cli-copy-code.png new file mode 100644 index 000000000..819673984 Binary files /dev/null and b/docs/data_management/lts/images/globus-cli-copy-code.png differ diff --git a/docs/data_management/lts/images/globus-cli-local-login.png b/docs/data_management/lts/images/globus-cli-local-login.png new file mode 100644 index 000000000..a01c3026c Binary files /dev/null and b/docs/data_management/lts/images/globus-cli-local-login.png differ diff --git a/docs/data_management/lts/images/globus-cli-login-page.png b/docs/data_management/lts/images/globus-cli-login-page.png new file mode 100644 index 000000000..3e5b3d2bc Binary files /dev/null and b/docs/data_management/lts/images/globus-cli-login-page.png differ diff --git a/docs/data_management/lts/images/globus-cli-paste-code.png b/docs/data_management/lts/images/globus-cli-paste-code.png new file mode 100644 index 000000000..99cecbe17 Binary files /dev/null and b/docs/data_management/lts/images/globus-cli-paste-code.png differ diff --git a/docs/data_management/lts/images/list-globus-endpoint-by-id.png b/docs/data_management/lts/images/list-globus-endpoint-by-id.png new file mode 100644 index 000000000..a9849d3d5 Binary files /dev/null and b/docs/data_management/lts/images/list-globus-endpoint-by-id.png differ diff --git a/docs/data_management/lts/images/search-globus-endpoint.png b/docs/data_management/lts/images/search-globus-endpoint.png new file mode 100644 index 000000000..907d103ef Binary files /dev/null and b/docs/data_management/lts/images/search-globus-endpoint.png differ diff --git a/docs/data_management/lts/tutorial/globus_cli.md b/docs/data_management/lts/tutorial/globus_cli.md new file mode 100644 index 000000000..f39fa0111 --- /dev/null +++ b/docs/data_management/lts/tutorial/globus_cli.md @@ -0,0 +1,167 @@ +# Using Globus CLI for Large Data Transfers + +As the demand for large data transfers continues to grow in research and industry, automating these processes has become increasingly important. Globus offers a robust solution for managing data transfers efficiently, and its command-line interface (CLI) provides a powerful way to streamline workflows. Users only need to install the CLI on one computer, allowing access to its features from any system connected to the Globus web interface. + +In this tutorial, we will guide you through using the Globus CLI to efficiently manage and transfer large research data. We will explore how to set up the Globus CLI for thess transfers and provide examples to help you get started. + +## Prerequisites + +To get up to speed, you should have a basic understanding of how to use the shell/terminal. If you are not familiar with these concepts, we recommend checking out our learning resources on [Basic Shell Usage](../../../workflow_solutions/shell.md#shell-reference). + +## Why You Use Globus CLI? + +The Globus CLI simplifies the process of transferring large research data by allowing users to interact with the Globus service directly from the command line. Key benefits include: + +- **Ease of Use**: The CLI provides straightforward commands for common tasks, reducing the need for complex scripts. +- **Scalability**: Handle large data with minimal overhead, making it ideal for high-volume transfers. +- **Cross-Machine Usability**: Once installed, you don’t need to install the Globus CLI on every machine. You can access your configured environment and commands from any machine where it is set up. + +## Installation + +To get started, you can install the Globus CLI on Cheaha or your local system machine, though the process differs slightly. This tutorial provides instructions for installing the Globus CLI on both Cheaha and your personal computer using Conda. To use the Globus CLI, you need to activate the Conda environment in your current session. + +### Installation of Globus CLI on Cheaha + +```bash +module load Miniforge3 +conda create -n globus-env +conda activate globus-env +conda install -c conda-forge globus-cli +``` + +If you prefer to install it on your personal computer, you can find detailed instructions on the Globus website in the [Globus CLI installation instructions](https://docs.globus.org/cli/#installation). + +### How to Login to Globus CLI on Cheaha? + +After the installation is complete, you must always activate the environment using the command, `conda activate globus-env`and login to Globus using the command, `globus login`. + +- The command `globus login` will print a URL, marked in red below. Copy this URL and open it in a browser to obtain the authentication code to be pasted in the area marked with the green box. + +![url for authentication via browser](../images/globus-cli-authenticate.png) + +If you are not currently logged into Globus on that computer, you will be prompted to login and authenticate with your BlazerID and password, as shown below, click on "Continue" and follow the page: +![login with your credentials](../images/globus-cli-login-page.png) + +- Next, you will be asked to consent to the Globus CLI accessing your information, as shown below: + +![consent to the Globus CLI](../images/globus-cli-allow.png) + +- After clicking "Allow", you will see an authorization code that you need to copy: + +![copy authorization code](../images/globus-cli-copy-code.png) + +- Then, paste the authorization code into the shell where you ran the `globus login` command, as shown below: + +![paste authorization code](../images/globus-cli-paste-code.png) + +You can verify that you are logged in using the command `globus whoami` and you will see your email address displayed. If you want to logout just type `globus logout`. + +### Installation of Globus CLI on Your Personal Machine + +The installation instructions and software dependencies may differ depending on the operating system you are using. We assume you have a Conda environment installed; if not, you can install Miniforge. To install Miniforge, download it from the [Download Miniforge](https://conda-forge.org/download/) page and follow the installation instructions specific to your operating system. + +Before creating a conda environment: + +- Create a file named environment.yml with the following content: `globus-cli-env.yml` with below contents. + +```yaml +name: globus-cli-env +channels: + - conda-forge +dependencies: + - python=3.12 + - globus-cli +``` + +- Then open your terminal and navigate to the directory where you saved the `globus-cli-env.yml` file and then run the command: `conda env create -f globus-cli-env.yml`. +- After the environment is created, activate it with: `conda activate globus-cli-env`. +- To verify that the Globus CLI is installed correctly and the version, run: `globus version`. Or `globus -h` you will see the different globus CLI commands. + +### How to Login to the Globus CLI on Your Machine + +- To login to the globus, run the command `globus login`. If you are not currently logged into Globus on that computer, you will be prompted to login and authenticate with your BlazerID and password, as shown below, click on "Continue" and follow the prompts on the page: + +![login with your credentials](../images/globus-cli-login-page.png) + +- If you are already logged into the globus from your computer system, you will see the following login success message in your browser window after clicking the "Continue" button: + +![Globus CLI login success page from your local machine](../images/globus-cli-local-login.png) + +You can then close that browser tab and proceed to run any Globus commands you wish to execute. + +## How to Transfer Data between Collections? + +This section outlines the process for transferring data between collections using the Globus CLI. Follow the steps below to complete your data transfer successfully. + +### login to the Globus GLI + +Before you can transfer data, you need to log in to the Globus CLI. Depending on your environment, choose one of the following methods: + +- To login from Cheaha, follow the steps given in the [How to Login to Globus CLI on Cheaha](#how-to-login-to-globus-cli-on-cheaha) section. +- To login from your local machine, please refer to the [How to login to the Globus CLI on Your Machine](#how-to-login-to-the-globus-cli-on-your-machine) section. + +### Search Endpoint + +Once you logged in to the Globus CLI, you can search for endpoints to identify the collections from which you want to transfer data. Use the following command: + +```bash +globus endpoint search "search_keyword" +``` + +Please replace the `"search_keyword"` with a keyword that you wish to search the endpoint. The search term in the command globus endpoint `search_keyword` does not have to be an exact match with the endpoint's display name. Instead, the search encompasses a wider range of criteria, including the display names of endpoints, words or phrases found in the endpoint's description and the owner's name or email associated with the endpoint. + +For example, if you want to find an endpoint containing the name `bhbelay`, you would use the command globus endpoint search `bhbelay`. This will display the endpoint information that includes this keyword in the display name, description, or owner information. + +![search globus endpoint](../images/search-globus-endpoint.png) + +### Listing Directories in Endpoints + +When performing transfers or other file operations, we should use the endpoint's ID rather than its name, as the ID uniquely identifies the endpoint. Once you have the ID, you can list the available directories with the following command. + +![list globus endpoint directories using the globus endpoint ID](../images/list-globus-endpoint-by-id.png) + +### Research Data Transfer with Globus CLI + +To transfer research data between endpoints, you need the full path for both the source and destination endpoints. Use a command like `globus transfer `, See the example below: + +`globus transfer 47b34245-aa1c-4581-973a-11e773a3ce80:test.png 3fdc934c-d03e-4546-b0aa-e2ffb0b8410b:test-data` + +After submitting the transfer command, you will receive a confirmation message with a task ID, indicating that the transfer has been accepted and queued: + +```bash +Message: The transfer has been accepted and a task has been created and queued for execution` +Task ID: d7fc1ff0-8d7e-11ef-bf66-cf076a6040b9 +``` + +To check the status of the transfer, use the globus task show command. For example, to monitor the status of the above task, run: + +`globus task show d7fc1ff0-8d7e-11ef-bf66-cf076a6040b9` + +This will display the current status of the transfer. + +```bash +Label: None +Task ID: d7fc1ff0-8d7e-11ef-bf66-cf076a6040b9 +Is Paused: False +Type: TRANSFER +Directories: 0 +Files: 1 +Status: SUCCEEDED +Request Time: 2024-10-18T18:29:01+00:00 +Faults: 0 +Total Subtasks: 2 +Subtasks Succeeded: 2 +Subtasks Pending: 0 +Subtasks Retrying: 0 +Subtasks Failed: 0 +Subtasks Canceled: 0 +Subtasks Expired: 0 +Subtasks with Skipped Errors: 0 +Completion Time: 2024-10-18T18:29:04+00:00 +Source Endpoint: test-1 +Source Endpoint ID: 47b34245-aa1c-4581-973a-11e773a3ce80 +Destination Endpoint: test_lts_collection +Destination Endpoint ID: 3fdc934c-d03e-4546-b0aa-e2ffb0b8410b +Bytes Transferred: 27936 +Bytes Per Second: 8775 +``` diff --git a/mkdocs.yml b/mkdocs.yml index f046c6558..73a0c3ae0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,187 +3,188 @@ repo_url: https://github.com/uabrc/uabrc.github.io/ edit_uri: edit/main/docs/ theme: - name: material - search_index_only: true - custom_dir: theme - language: en - features: - - navigation.indexes - - navigation.instant - - content.code.copy - favicon: images/favicon.png - logo: images/logo.png + name: material + search_index_only: true + custom_dir: theme + language: en + features: + - navigation.indexes + - navigation.instant + - content.code.copy + favicon: images/favicon.png + logo: images/logo.png extra_css: - - stylesheets/extra.css + - stylesheets/extra.css extra_javascript: - - javascripts/mathjax.js - - https://polyfill.io/v3/polyfill.min.js?features=es6 - - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js + - javascripts/mathjax.js + - https://polyfill.io/v3/polyfill.min.js?features=es6 + - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js copyright: Copyright © 2021-2024 The University of Alabama at Birmingham.
Still stuck after reading? Email us at support@listserv.uab.edu markdown_extensions: - - admonition - - attr_list - - md_in_html - - pymdownx.arithmatex: - generic: true - - pymdownx.details - - pymdownx.highlight: - anchor_linenums: true - - pymdownx.keys - - pymdownx.superfences - - tables - - toc: - permalink: true + - admonition + - attr_list + - md_in_html + - pymdownx.arithmatex: + generic: true + - pymdownx.details + - pymdownx.highlight: + anchor_linenums: true + - pymdownx.keys + - pymdownx.superfences + - tables + - toc: + permalink: true plugins: - - search - - table-reader: - data_path: docs - - git-revision-date-localized: - type: date - strict: false - - glightbox: - # auto_caption: true - - redirects: - redirect_maps: - account_management/gitlab_researcher.md: account_management/gitlab_account.md - account_management/uab_researcher.md: account_management/cheaha_account.md - account_management/xias_guest.md: account_management/xias/guest_instructions.md - account_management/xias_sites.md: account_management/xias/pi_site_management.md - account_management/xias_users.md: account_management/xias/pi_guest_management.md - cheaha/conda.md: cheaha/software/software.md#anaconda-on-cheaha - cheaha/lmod.md: cheaha/software/modules.md - cheaha/slurm/sbatch_usage.md: cheaha/slurm/submitting_jobs.md - contributor_guide.md: contributing/contributor_guide.md - data_management/LTS/lts.md: data_management/lts/index.md - data_management/LTS/sharing.md: data_management/lts/policies.md - data_management/lts/lts.md: data_management/lts/index.md - data_management/lts/sharing.md: data_management/lts/policies.md - environment_management/anaconda_environments.md: workflow_solutions/using_anaconda.md - environment_management/containers.md: workflow_solutions/getting_containers.md - environment_management/git.md: workflow_solutions/git_collaboration.md - uab_cloud/cloud_remote_access.md: uab_cloud/remote_access.md - uab_cloud/instance_setup_basic.md: uab_cloud/tutorial/instances.md - uab_cloud/introduction.md: uab_cloud/index.md - uab_cloud/network_setup_basic.md: uab_cloud/tutorial/networks.md - uab_cloud/security_setup_basic.md: uab_cloud/tutorial/security.md - uab_cloud/volume_setup_basic.md: uab_cloud/tutorial/volumes.md - welcome/rc_days.md: education/research_computing_days/index.md - welcome/welcome.md: index.md - workflow_solutions/getting_software_with_git.md: workflow_solutions/git_collaboration.md - cheaha/open_ondemand/ood_main.md: cheaha/open_ondemand/ood_layout.md - cheaha/open_ondemand/ood_files.md: cheaha/open_ondemand/ood_layout.md - cheaha/open_ondemand/ood_jobs.md: cheaha/open_ondemand/ood_layout.md - cheaha/open_ondemand/ood_interactive.md: cheaha/open_ondemand/index.md + - search + - table-reader: + data_path: docs + - git-revision-date-localized: + type: date + strict: false + - glightbox: + # auto_caption: true + - redirects: + redirect_maps: + account_management/gitlab_researcher.md: account_management/gitlab_account.md + account_management/uab_researcher.md: account_management/cheaha_account.md + account_management/xias_guest.md: account_management/xias/guest_instructions.md + account_management/xias_sites.md: account_management/xias/pi_site_management.md + account_management/xias_users.md: account_management/xias/pi_guest_management.md + cheaha/conda.md: cheaha/software/software.md#anaconda-on-cheaha + cheaha/lmod.md: cheaha/software/modules.md + cheaha/slurm/sbatch_usage.md: cheaha/slurm/submitting_jobs.md + contributor_guide.md: contributing/contributor_guide.md + data_management/LTS/lts.md: data_management/lts/index.md + data_management/LTS/sharing.md: data_management/lts/policies.md + data_management/lts/lts.md: data_management/lts/index.md + data_management/lts/sharing.md: data_management/lts/policies.md + environment_management/anaconda_environments.md: workflow_solutions/using_anaconda.md + environment_management/containers.md: workflow_solutions/getting_containers.md + environment_management/git.md: workflow_solutions/git_collaboration.md + uab_cloud/cloud_remote_access.md: uab_cloud/remote_access.md + uab_cloud/instance_setup_basic.md: uab_cloud/tutorial/instances.md + uab_cloud/introduction.md: uab_cloud/index.md + uab_cloud/network_setup_basic.md: uab_cloud/tutorial/networks.md + uab_cloud/security_setup_basic.md: uab_cloud/tutorial/security.md + uab_cloud/volume_setup_basic.md: uab_cloud/tutorial/volumes.md + welcome/rc_days.md: education/research_computing_days/index.md + welcome/welcome.md: index.md + workflow_solutions/getting_software_with_git.md: workflow_solutions/git_collaboration.md + cheaha/open_ondemand/ood_main.md: cheaha/open_ondemand/ood_layout.md + cheaha/open_ondemand/ood_files.md: cheaha/open_ondemand/ood_layout.md + cheaha/open_ondemand/ood_jobs.md: cheaha/open_ondemand/ood_layout.md + cheaha/open_ondemand/ood_interactive.md: cheaha/open_ondemand/index.md nav: - - Home: index.md - - Account Management: - - account_management/index.md - - Cheaha Account: account_management/cheaha_account.md - - External Collaborator Accounts (XIAS): - - account_management/xias/index.md - - "For PIs - (1) Managing Projects & Sites": account_management/xias/pi_site_management.md - - "For PIs - (2) Managing Guests": account_management/xias/pi_guest_management.md - - "For Guests - Account Creation": account_management/xias/guest_instructions.md - - Gitlab Account: account_management/gitlab_account.md - - Data Management: - - Cheaha Storage: data_management/storage.md - - Storage Alternatives: data_management/alternate_storage.md - - Long Term Storage: - - data_management/lts/index.md - - Tutorial: - - data_management/lts/tutorial/index.md - - LTS and s3cmd Workflow: data_management/lts/tutorial/individual_lts_tutorial.md - - Interfacing with LTS: data_management/lts/interfaces.md - - Bucket Permissions: data_management/lts/policies.md - - UAB Core Accounts: data_management/lts/lts_cores.md - - FAQ: data_management/lts/lts_faq.md - - Transfer: - - Globus: data_management/transfer/globus.md - - RClone: data_management/transfer/rclone.md - - FileZilla: data_management/transfer/filezilla.md - - Code Storage: data_management/code_storage.md - - Workflow Solutions: - - Using the Shell: workflow_solutions/shell.md - - Using Anaconda: workflow_solutions/using_anaconda.md - - Using Workflow Managers: workflow_solutions/using_workflow_managers.md - - Using Git: workflow_solutions/git.md - - R Projects and Environments: workflow_solutions/r_environments.md - - Software Containers: workflow_solutions/getting_containers.md - - Software Collaboration with GitHub and GitLab: workflow_solutions/git_collaboration.md - - Cheaha Guide: - - Getting Started: cheaha/getting_started.md - - Tutorials: - - cheaha/tutorial/index.md - - Anaconda Environment Tutorial: cheaha/tutorial/pytorch_tensorflow.md - - Cheaha Web Portal: - - cheaha/open_ondemand/index.md - - Using the Web Portal: cheaha/open_ondemand/ood_layout.md - - HPC Desktop: cheaha/open_ondemand/hpc_desktop.md - - Jupyter: cheaha/open_ondemand/ood_jupyter.md - - RStudio: cheaha/open_ondemand/ood_rstudio.md - - MATLAB: cheaha/open_ondemand/ood_matlab.md - - Hardware: cheaha/hardware.md - - Software: - - Pre-installed Modules: cheaha/software/modules.md - - Self-Installed Software: cheaha/software/software.md - - SLURM: - - Introduction: cheaha/slurm/introduction.md - - Slurm Tutorial: cheaha/slurm/slurm_tutorial.md - - Submitting Jobs: cheaha/slurm/submitting_jobs.md - - Practical Batch Array Jobs: cheaha/slurm/practical_sbatch.md - - Managing Jobs: cheaha/slurm/job_management.md - - GPUs: cheaha/slurm/gpu.md - - Job Efficiency: cheaha/job_efficiency.md - - UAB Cloud (cloud.rc) Guide: - - uab_cloud/index.md - - Tutorial: - - uab_cloud/tutorial/index.md - - (1) Networks: uab_cloud/tutorial/networks.md - - (2) Security Policies: uab_cloud/tutorial/security.md - - (3) Instances: uab_cloud/tutorial/instances.md - - (4) Volumes (optional): uab_cloud/tutorial/volumes.md - - Remote Access: uab_cloud/remote_access.md - - Installing Software: uab_cloud/installing_software.md - - Snapshots and Images: uab_cloud/snapshots.md - - Sharing Cloud Environment: uab_cloud/sharing_cloud_environment.md - - UAB Kubernetes Guide: - - Startup: kubernetes/startup.md - - National Research Computing Cyberinfrastructure: - - national_ci/index.md - - The Open Science Grid: national_ci/osg.md - - NSF Cyberinfrastructure: national_ci/nsf_access.md - - NIH Cyberinfrastructure: national_ci/nih.md - - Grants & Contracts: - - Overview: grants/overview.md - - Facilities and Plan: grants/facilities.md - - Budgeting: grants/budgets.md - - Descriptions: grants/publications.md - - Outreach & Training: - - Case Studies: education/case_studies.md - - Research Computing Days: - - education/research_computing_days/index.md - - Offered Courses: education/courses.md - - Training Resources: education/training_resources.md - - Policies: policies.md - - Reporting Documentation Errors: contributing/reporting_errors.md - - Contributing Content: contributing/contributor_guide.md - - Help: - - Support: help/support.md - - FAQ - Frequently Asked Questions: help/faq.md + - Home: index.md + - Account Management: + - account_management/index.md + - Cheaha Account: account_management/cheaha_account.md + - External Collaborator Accounts (XIAS): + - account_management/xias/index.md + - "For PIs - (1) Managing Projects & Sites": account_management/xias/pi_site_management.md + - "For PIs - (2) Managing Guests": account_management/xias/pi_guest_management.md + - "For Guests - Account Creation": account_management/xias/guest_instructions.md + - Gitlab Account: account_management/gitlab_account.md + - Data Management: + - Cheaha Storage: data_management/storage.md + - Storage Alternatives: data_management/alternate_storage.md + - Long Term Storage: + - data_management/lts/index.md + - Tutorial: + - data_management/lts/tutorial/index.md + - LTS and s3cmd Workflow: data_management/lts/tutorial/individual_lts_tutorial.md + - Globus Comand Line Interface: data_management/lts/tutorial/globus_cli.md + - Interfacing with LTS: data_management/lts/interfaces.md + - Bucket Permissions: data_management/lts/policies.md + - UAB Core Accounts: data_management/lts/lts_cores.md + - FAQ: data_management/lts/lts_faq.md + - Transfer: + - Globus: data_management/transfer/globus.md + - RClone: data_management/transfer/rclone.md + - FileZilla: data_management/transfer/filezilla.md + - Code Storage: data_management/code_storage.md + - Workflow Solutions: + - Using the Shell: workflow_solutions/shell.md + - Using Anaconda: workflow_solutions/using_anaconda.md + - Using Workflow Managers: workflow_solutions/using_workflow_managers.md + - Using Git: workflow_solutions/git.md + - R Projects and Environments: workflow_solutions/r_environments.md + - Software Containers: workflow_solutions/getting_containers.md + - Software Collaboration with GitHub and GitLab: workflow_solutions/git_collaboration.md + - Cheaha Guide: + - Getting Started: cheaha/getting_started.md + - Tutorials: + - cheaha/tutorial/index.md + - Anaconda Environment Tutorial: cheaha/tutorial/pytorch_tensorflow.md + - Cheaha Web Portal: + - cheaha/open_ondemand/index.md + - Using the Web Portal: cheaha/open_ondemand/ood_layout.md + - HPC Desktop: cheaha/open_ondemand/hpc_desktop.md + - Jupyter: cheaha/open_ondemand/ood_jupyter.md + - RStudio: cheaha/open_ondemand/ood_rstudio.md + - MATLAB: cheaha/open_ondemand/ood_matlab.md + - Hardware: cheaha/hardware.md + - Software: + - Pre-installed Modules: cheaha/software/modules.md + - Self-Installed Software: cheaha/software/software.md + - SLURM: + - Introduction: cheaha/slurm/introduction.md + - Slurm Tutorial: cheaha/slurm/slurm_tutorial.md + - Submitting Jobs: cheaha/slurm/submitting_jobs.md + - Practical Batch Array Jobs: cheaha/slurm/practical_sbatch.md + - Managing Jobs: cheaha/slurm/job_management.md + - GPUs: cheaha/slurm/gpu.md + - Job Efficiency: cheaha/job_efficiency.md + - UAB Cloud (cloud.rc) Guide: + - uab_cloud/index.md + - Tutorial: + - uab_cloud/tutorial/index.md + - (1) Networks: uab_cloud/tutorial/networks.md + - (2) Security Policies: uab_cloud/tutorial/security.md + - (3) Instances: uab_cloud/tutorial/instances.md + - (4) Volumes (optional): uab_cloud/tutorial/volumes.md + - Remote Access: uab_cloud/remote_access.md + - Installing Software: uab_cloud/installing_software.md + - Snapshots and Images: uab_cloud/snapshots.md + - Sharing Cloud Environment: uab_cloud/sharing_cloud_environment.md + - UAB Kubernetes Guide: + - Startup: kubernetes/startup.md + - National Research Computing Cyberinfrastructure: + - national_ci/index.md + - The Open Science Grid: national_ci/osg.md + - NSF Cyberinfrastructure: national_ci/nsf_access.md + - NIH Cyberinfrastructure: national_ci/nih.md + - Grants & Contracts: + - Overview: grants/overview.md + - Facilities and Plan: grants/facilities.md + - Budgeting: grants/budgets.md + - Descriptions: grants/publications.md + - Outreach & Training: + - Case Studies: education/case_studies.md + - Research Computing Days: + - education/research_computing_days/index.md + - Offered Courses: education/courses.md + - Training Resources: education/training_resources.md + - Policies: policies.md + - Reporting Documentation Errors: contributing/reporting_errors.md + - Contributing Content: contributing/contributor_guide.md + - Help: + - Support: help/support.md + - FAQ - Frequently Asked Questions: help/faq.md validation: - nav: - omitted_files: warn - not_found: warn - absolute_links: warn - links: - not_found: warn - anchors: warn - absolute_links: warn - unrecognized_links: warn + nav: + omitted_files: warn + not_found: warn + absolute_links: warn + links: + not_found: warn + anchors: warn + absolute_links: warn + unrecognized_links: warn