Skip to content

Commit 05871c9

Browse files
authored
Update 04-technologies.Rmd
1 parent c0bb800 commit 05871c9

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

04-technologies.Rmd

+23-6
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Interface's screen resolution is determined by the video settings, but the r
6767

6868
----------
6969

70-
## Data managements
70+
## Data management
7171

7272
### Naming files
7373

@@ -79,18 +79,35 @@ Here are some rules when you name files
7979
* Never use " " to separate content. Use "_" instead.
8080
+ 👍 : draft_termite_tunnel.docx
8181
+ 👎 : draft termite tunnel.docx
82-
82+
* The name of the root folder of Microsoft OneDrive has a space (e.g., OneDrive - Auburn University), which makes us crazy. [This link](https://blog.jongallant.com/2020/01/onedrive-rename-remove-spaces-from-folder-name/) provides a good solution. Here are summary of what we will do.
83+
1. Open the command prompt as administrator
84+
2. Navigate to the parent folder of your current OneDrive folder
85+
3. execute this command: mklink /J OneDrive_Auburn "OneDrive - Auburn University"
86+
4. You may modify "OneDrive_Auburn" and "OneDrive - Auburn University" as you want
87+
5. Now you can access to OneDrive from "OneDrive_Auburn". From now on, just open all your files from the junction folder, not the OneDrive folder.
88+
8389
----------
8490

85-
### Box
91+
### OneDrive
8692

87-
All the lab data, codes, and drafts are stored on Box. Install [Box Drive](https://auburn.app.box.com/) and make sure logging into your Box account and save files locally but within Box Drive (not elsewhere). Thus, your project files should look like:
88-
89-
* Box
93+
Working data, codes, and manuscripts will be saved in OneDrive. Download [OneDrive](https://www.microsoft.com/en-us/microsoft-365/onedrive/download) and sign in as an AU account to OneDrive. Also, see the above to remove space from the OneDrive root folder.
94+
I expect working project folders to be structured as follows (example).
95+
* OneDrive_Auburn
9096
+ Projects
9197
+ mic_ner_tandem_run
9298
+ draft
9399
+ analysis
100+
+ codes
101+
+ data_raw
102+
+ data_fmt
103+
+ output
104+
where we put draft-related items in draft and analysis-related items in analysis. The entire project folder (here, mic_ner_tandem_run) will be organized by git and github.
105+
106+
----------
107+
108+
### Box
109+
110+
We use Box to store larger datasets and finished projects. Do not put currently working projects. Apparently, Box causes problems coping with GitHub and RStudio as of 240906. This will change in the future.
94111

95112
----------
96113

0 commit comments

Comments
 (0)