You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 04-technologies.Rmd
+23-6
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The Interface's screen resolution is determined by the video settings, but the r
67
67
68
68
----------
69
69
70
-
## Data managements
70
+
## Data management
71
71
72
72
### Naming files
73
73
@@ -79,18 +79,35 @@ Here are some rules when you name files
79
79
* Never use " " to separate content. Use "_" instead.
80
80
+ 👍 : draft_termite_tunnel.docx
81
81
+ 👎 : 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
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
+
83
89
----------
84
90
85
-
### Box
91
+
### OneDrive
86
92
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
90
96
+ Projects
91
97
+ mic_ner_tandem_run
92
98
+ draft
93
99
+ 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.
0 commit comments