From 9ec251bfd289ebd3b71dc9e7d99412de4624b8c2 Mon Sep 17 00:00:00 2001 From: niksirbi <niko.sirbiladze@gmail.com> Date: Thu, 23 Nov 2023 13:24:10 +0000 Subject: [PATCH] added link to abbreviations tables --- docs/source/data_analysis/HPC-module-SLEAP.md | 14 +++++++------- docs/source/programming/SLURM-arguments.md | 12 ++++++------ docs/source/programming/SSH-SWC-cluster.md | 16 ++++++++-------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/source/data_analysis/HPC-module-SLEAP.md b/docs/source/data_analysis/HPC-module-SLEAP.md index 1da2457..66223df 100644 --- a/docs/source/data_analysis/HPC-module-SLEAP.md +++ b/docs/source/data_analysis/HPC-module-SLEAP.md @@ -7,13 +7,13 @@ ``` ## Abbreviations -| Acronym | Meaning | -| ------- | -------------------------------------------- | -| SLEAP | Social LEAP Estimates Animal Poses | -| SWC | Sainsbury Wellcome Centre | -| HPC | High Performance Computing | -| SLURM | Simple Linux Utility for Resource Management | -| GUI | Graphical User Interface | +| Acronym | Meaning | +| --------------------------------------------------------------- | -------------------------------------------- | +| [SLEAP](https://sleap.ai/) | Social LEAP Estimates Animal Poses | +| [SWC](https://www.sainsburywellcome.org/web/) | Sainsbury Wellcome Centre | +| [HPC](https://en.wikipedia.org/wiki/High-performance_computing) | High Performance Computing | +| [SLURM](https://slurm.schedmd.com/) | Simple Linux Utility for Resource Management | +| [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface) | Graphical User Interface | ## Prerequisites diff --git a/docs/source/programming/SLURM-arguments.md b/docs/source/programming/SLURM-arguments.md index d411e94..664d13f 100644 --- a/docs/source/programming/SLURM-arguments.md +++ b/docs/source/programming/SLURM-arguments.md @@ -5,12 +5,12 @@ ``` ## Abbreviations -| Acronym | Meaning | -| ------- | -------------------------------------------- | -| SWC | Sainsbury Wellcome Centre | -| HPC | High Performance Computing | -| SLURM | Simple Linux Utility for Resource Management | -| MPI | Message Passing Interface | +| Acronym | Meaning | +| --------------------------------------------------------------- | -------------------------------------------- | +| [SWC](https://www.sainsburywellcome.org/web/) | Sainsbury Wellcome Centre | +| [HPC](https://en.wikipedia.org/wiki/High-performance_computing) | High Performance Computing | +| [SLURM](https://slurm.schedmd.com/) | Simple Linux Utility for Resource Management | +| [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface) | Message Passing Interface | ## Overview diff --git a/docs/source/programming/SSH-SWC-cluster.md b/docs/source/programming/SSH-SWC-cluster.md index 36e8241..610d377 100644 --- a/docs/source/programming/SSH-SWC-cluster.md +++ b/docs/source/programming/SSH-SWC-cluster.md @@ -10,14 +10,14 @@ This guide explains how to connect to the SWC's HPC cluster via SSH. ``` ## Abbreviations -| Acronym | Meaning | -| ------- | -------------------------------------------- | -| SWC | Sainsbury Wellcome Centre | -| HPC | High Performance Computing | -| SLURM | Simple Linux Utility for Resource Management | -| SSH | Secure (Socket) Shell protocol | -| IDE | Integrated Development Environment | -| GUI | Graphical User Interface | +| Acronym | Meaning | +| ----------------------------------------------------------------------- | -------------------------------------------- | +| [SWC](https://www.sainsburywellcome.org/web/) | Sainsbury Wellcome Centre | +| [HPC](https://en.wikipedia.org/wiki/High-performance_computing) | High Performance Computing | +| [SLURM](https://slurm.schedmd.com/) | Simple Linux Utility for Resource Management | +| [SSH](https://en.wikipedia.org/wiki/Secure_Shell) | Secure (Socket) Shell protocol | +| [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) | Integrated Development Environment | +| [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface) | Graphical User Interface | ## Prerequisites - You have an SWC account and know your username and password.