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: docs/BBGProtocols/BBglab_data_organization.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,16 @@ the **[BBGlab Exit protocol](https://drive.google.com/file/d/1BnhLZCygroJ-dfamuZ
9
9
10
10
You MUST add all the relevant information about your finished or ongoing project in:
11
11
12
-
1.**Project Compilation file**: this file indicates all the paths in the cluster that you have been working in across all your projects. For that:
13
-
1. Copy the **[Project Compilation template](https://docs.google.com/spreadsheets/d/1jJleTek9eP4S6CCe5fO8_M4-vLuKhumgKjlQ58jP_rc/edit?gid=0#gid=0)** and store it in the [Projects Personal Spreadsheet folder](https://drive.google.com/drive/folders/14SS8kvBcCrPsdwg3ETbTn-c9Erwu702a?usp=drive_link). It should be one file per BBGlab member stored.
14
-
2. Change the name of the document with your information as follow: `ProjectCompilation-202X-NameSurname`
15
-
3. Modify the document by removing the rows showing the examples and add your own entries.
12
+
1.**Project Compilation file**: this file indicates all the paths in the cluster that you have been
13
+
working in across all your projects. For that:
14
+
1. Copy the **[Project Compilation template](https://docs.google.com/spreadsheets/d/1jJleTek9eP4S6CCe5fO8_M4-vLuKhumgKjlQ58jP_rc/edit?gid=0#gid=0)**
15
+
and store it in the [Projects Personal Spreadsheet folder](https://drive.google.com/drive/folders/14SS8kvBcCrPsdwg3ETbTn-c9Erwu702a?usp=drive_link).
16
+
It should be one file per BBGlab member stored.
17
+
2. Change the name of the document with your information as follow: `ProjectCompilation-202X-NameSurname`
18
+
3. Modify the document by removing the rows showing the examples and add your own entries.
16
19
17
-
2.**[BBGlab datasets file](https://bbglab.github.io/bbgwiki/Datasets/Datasets_BBGLAB/)**: includes all the information about the datasets we use (both internal or external).
20
+
2.**[BBGlab datasets file](https://bbglab.github.io/bbgwiki/Datasets/Datasets_BBGLAB/)**: includes all the
21
+
information about the datasets we use (both internal or external).
18
22
19
23
> **It is essential to fill all these files so that all your project data is updated and stored. It is the
20
24
> responsibility of ALL the users involved in the project to keep it updated!**
@@ -90,13 +94,13 @@ Everywhere where you store files (Cluster, Drive, Cloud, Computer)
90
94
91
95
**Store** only essential files in the cluster by ensuring you **erase****intermediate or temporary** files
92
96
that are no longer needed. **Archive** the essential files from completed projects to keep the cluster clean and
93
-
manageable, find how to archive files [here](https://bbglab.github.io/bbgwiki/Datasets/Archive_data/).
97
+
manageable, find how to archive files [in our archiving guide](https://bbglab.github.io/bbgwiki/Datasets/Archive_data/).
94
98
95
99
## Track and Manage Your Code with GitHub
96
100
97
101
It is highly recommended to **create a GitHub repository** for your project code and regularly update it to track
98
102
changes, share it with others, review it... Find all documentation on how to work with GitHub repositories
0 commit comments