From c98534ba4b277c57c4884a1b4f9d15b666887ecb Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Wed, 8 Jul 2020 11:58:05 +0100
Subject: [PATCH] Update keepingData.md

---
 howTo/keepingData.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/howTo/keepingData.md b/howTo/keepingData.md
index 2b4ce58..78d5965 100644
--- a/howTo/keepingData.md
+++ b/howTo/keepingData.md
@@ -23,9 +23,10 @@ OK, so where _should_ you keep your data? There are basically two types of place
 For most of you the first option may be the only one available for institutional policy reasons. In the case of the University of Southampton you should [read the policy on data storage](https://library.soton.ac.uk/researchdata/storage) including the advice on how to store and transfer data securely. Our suggested options are:
  
  * your [personal filestore](https://knowledgenow.soton.ac.uk/Articles/KB0011651) which, by default, _only_ allows 50GB or 
- * the research filestore (**preferred**) which is accessible via the [web](https://fwa.soton.ac.uk/), via SMB (i.e. `J:\` drive (AKA `\\soton.ac.uk\resource\`) - use the VPN) and, in the case of SERG data, via `/mnt/SERG_data` on the University's RStudio server.
+ * the research filestore (**preferred**) which is accessible via the [web](https://fwa.soton.ac.uk/), via SMB (i.e. `J:\` drive (AKA `\\soton.ac.uk\resource\`) - use the VPN) and, in the case of SERG data, via `/mnt/SERG_data` on the University's [RStudio server](https://rstudio.soton.ac.uk/).
  
  We recommend you use the research filestore because it can hold much larger data volumes and can be made accessible to your colleagues/supervisors if required. For reasons of speed this implies you either:
  
-  * mount the filestore/J: drive on your laptop/PC and use a local version of (e.g.) RStudio to load the data. If you are doing this you might want to learn about [drake][drake.md] so the data is only loaded over the network the first time you run your code, not each time.
-  * 
\ No newline at end of file
+  * use the [University SVE](https://sotonac.sharepoint.com/teams/IT/SitePages/Services/SouthamptonVirtualEnvironment.aspx/) to run RStudio 'on campus' and thus close to the data. We have found some problems with persistence of installed packages in between SVE sessions if you try this
+  * mount the filestore/`J:\` drive on your laptop/PC and use a local version of (e.g.) RStudio to load the data. If you are doing this you might want to learn about [drake](drake.md) so the data is only loaded over the network the first time you run your code, not each time.
+  * [get access to and use](https://git.soton.ac.uk/SERG/uosrstudioserver) the University's [RStudio server](https://rstudio.soton.ac.uk/) <- ** best option ** this will let you run your code on the research filestore directly
\ No newline at end of file
-- 
GitLab