-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01-data-access.Rmd
More file actions
50 lines (34 loc) · 1.4 KB
/
01-data-access.Rmd
File metadata and controls
50 lines (34 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# | Data Access + Storage {#data-access}
<font size="1">**Created by:** Caitlin Casar on 2019-10-16 </br>
**Last updated:** 2019-10-16 </font>
The Osburn Lab data is backed up to [RDSS](https://www.it.northwestern.edu/research/user-services/storage/research-data.htm) at Northwestern. You can access this data if you have permissions using the directions here. If you do not currently have access, you will need to be added as a user by Caitlin or Maggie.
## MacOS Users
Open Finder and navigate to Go > Connect to Server...
```{r, echo=FALSE}
knitr::include_graphics("images/rdss-1.png")
```
Add this server address: smb://resfiles.northwestern.edu/OSBURN_LAB
```{r, echo=FALSE}
knitr::include_graphics("images/rdss-2.png")
```
Add your netID and password. Finder will automatically open OSBURNLAB in your system Volumes.
```{r, echo=FALSE}
knitr::include_graphics("images/rdss-3.png")
```
To navigate to the OSBURNLAB dirctory in your terminal:
```{bash, eval=FALSE}
cd /Volumes/OSBURN_LAB
```
## Windows Users
Open windows file explore and add this server address: resfiles.northwestern.edu
```{r, echo=FALSE}
knitr::include_graphics("images/rdss-4.png")
```
You will be prompted for your user name (netID) and password.
```{r, echo=FALSE}
knitr::include_graphics("images/rdss-5.png")
```
The contents of OSBURNLAB is displayed in the window.
```{r, echo=FALSE}
knitr::include_graphics("images/rdss-6.png")
```