From 1ec73362fd0f1834984d49a06f6996ba1827388d Mon Sep 17 00:00:00 2001 From: Agah Date: Mon, 22 Jul 2024 08:19:02 -0400 Subject: [PATCH] Typos --- source/BINDERHUB_TEST_MODE.rst | 2 +- source/FAQ.rst | 2 +- source/FULLSTACK.md | 4 ++-- source/INFRASTRUCTURE.rst | 2 +- source/OVERVIEW.rst | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/BINDERHUB_TEST_MODE.rst b/source/BINDERHUB_TEST_MODE.rst index e08c852..847bb16 100644 --- a/source/BINDERHUB_TEST_MODE.rst +++ b/source/BINDERHUB_TEST_MODE.rst @@ -53,7 +53,7 @@ Code integration To make changes to the K8s integration of BinderHub, such as injecting `repo2data` specific `labels` to a `build pod`, we need to bring up a BinderHub for development. -The following guidelines are inhereted from `the original BinderHub docs `_. This documentation assumes that the development +The following guidelines are inherited from `the original BinderHub docs `_. This documentation assumes that the development is to be done in a remote node via :code:`ssh` access. 1. :code:`ssh` into the previously configured node diff --git a/source/FAQ.rst b/source/FAQ.rst index 05d51db..c6222ea 100644 --- a/source/FAQ.rst +++ b/source/FAQ.rst @@ -25,7 +25,7 @@ You need use less than ~7.5GB of RAM, take less than 10GB runtime storage and no I want to contribute, how can I do that ? ::::::::::::::::::::::::::::::::::::::::: It would be a pleasure to include external people on our project, please reach out to us via our `mattermost brainhack forum `_ or #TODO:EMAIL! -There are fundamentally two ways to contribute to NeuroLibre: as a `reviewer `_ or as a `developper `_. +There are fundamentally two ways to contribute to NeuroLibre: as a `reviewer `_ or as a `developer `_. The reviewer team is in charge of checking if submissions execute ok on our servers, there are also exchanging with the author to help them improve it. Developer team works on the binderhub administration, backend workflows and frontend (including github integrations, and JOSS website template). diff --git a/source/FULLSTACK.md b/source/FULLSTACK.md index 539e1ec..d2ceec6 100644 --- a/source/FULLSTACK.md +++ b/source/FULLSTACK.md @@ -55,7 +55,7 @@ sudo systemctl start nfs-kernel-server ``` > [!NOTE] -> Make sure that the instance is spawned from a [Ubuntu Cloud image](https://cloud-images.ubuntu.com/) wih **generic** kernel. Instances spawned from a linux-kvm (Kernel-based Virtual Machine) optimized kernel will not support the installation of nfs-kernel-server due to the lack of necessary NFS drivers (nfsd). +> Make sure that the instance is spawned from a [Ubuntu Cloud image](https://cloud-images.ubuntu.com/) with **generic** kernel. Instances spawned from a linux-kvm (Kernel-based Virtual Machine) optimized kernel will not support the installation of nfs-kernel-server due to the lack of necessary NFS drivers (nfsd). ###### Configure NFS Exports @@ -258,7 +258,7 @@ sudo apt-get update * Install some basic dependencies in one line ``` -sudo apt install -y curl gnupg2 software-properties-common apt-transport-https ca-certificates gpg +sudo apt install -y curl gnupg2 software-properties-common apt-transport-https ca-certificates gpg lsb-release ``` ### Install Redis diff --git a/source/INFRASTRUCTURE.rst b/source/INFRASTRUCTURE.rst index d3c5ba7..5c0296e 100644 --- a/source/INFRASTRUCTURE.rst +++ b/source/INFRASTRUCTURE.rst @@ -1,7 +1,7 @@ Infrastructure overview ======================= -At the bottom of our infrastructure, we rely on `openstack `_ which spawns our multiple VMs (what we will reffer later as instance) and virtual volumes. +At the bottom of our infrastructure, we rely on `openstack `_ which spawns our multiple VMs (what we will refer later as instance) and virtual volumes. After successful spawning of the instance, it is assigned a floating IP used to connect to it from the outside world. The `cloudflare DNS `_ then properly configure the chosen domain name under :code:`*.conp.cloud` automatically pointing to the assigned floating IP. When the network has been properly setup, the installation can continue with `kubernetes `_ and finishes with `BinderHub `_. diff --git a/source/OVERVIEW.rst b/source/OVERVIEW.rst index 1c67261..97f01d3 100644 --- a/source/OVERVIEW.rst +++ b/source/OVERVIEW.rst @@ -96,10 +96,10 @@ Once the archival process is complete, a summary PDF is generated. This PDF is n knowing your preprint remains reproducible and readily available to all. All the archived reproducibility assets, cited references, and the link to the reproducible preprint are resource linked to the DOI assigned by NeuroLibre -upon publication (DOI: 10.55458/neurolibre). +upon publication (DOI: `10.55458/neurolibre`). Similar to that in traditional preprint repositories (e.g. arXiv), NeuroLibre updates metadata relationship to an Author Accepted Manuscript (AAM) or -Version of Record (VoR) after your article has been accepted for publication by a journal, following the peer review process and any revisions +Version of Record (`VoR`) after your article has been accepted for publication by a journal, following the peer review process and any revisions requested by the reviewers or editors.