Folder Structure #102
Replies: 20 comments 23 replies
-
My current folder structure is basically as described in the video. That is a hierarchy of different subfolders, with a decent amount of files (not too many) per folder. I've been naming the folders so far using the following terminology: YYYYMMDD_InformationOnSample. I don't give information about the experiment because the subfolders are different experiments/instruments. For instance, under my main folder PhD, I have subfolders: Graduate School; Lab; Paperwork; Presentation, meetings, and notes. Under lab, I have three subfolders: data; safety, protocol, and risk assessments; Setting of Goals. Under data, I have a different folder for each type of experiment. That is Ultrasound Experiment, Steward Assay, etc. Under each of those, I have the file names with the convention above. One thing I'd like to add, however, is adding a readme file in each of the folders under data, to explain for instance where to find the exact protocol I followed and other important information. |
Beta Was this translation helpful? Give feedback.
-
My project folder structure is very similar to the one presented in the cookie cutter template. In fact, we have a group template for projects that we set up inspired by the cookie cutter template. Since we work with code a lot, the src folder is much more extensive than the one in the video shown, with subfolders for different aspects of the code. My folder structure is further geared towards AI development, as that is what I do in my PhD. For instance, I have a folder called trained_models that contains trained AI models. The models are named by their training date, e.g. YYYYMMDD_modelname. Those project folders are also backed up on our group's GitHub organization as well. Apart from my project folders, I also have a hierarchy of folders for other aspects of my PhD, e.g. Literature, Publications, Students, Travel, and Graduate School. In those folders, I save information related to the respective topics. These folders are on the same level as my overall Project folder. |
Beta Was this translation helpful? Give feedback.
-
I have a simulation package whose outcome is simulated data/plots. |
Beta Was this translation helpful? Give feedback.
-
After watching the video, I have started with reorganizing my folder structure. I am still working on it (still thinking of where to put certain documents and whether I need extra categories). Overall I have divided my project in the years of my PhD at first. Then you have five folders: 1 - Project Management, 2 - Literature, 3 - Graduate School, 4 - Experiments, 5 - Dissemination and 6 - Teaching. From then on it depends on each folder of course. For the experiments I have now organized it as shown in the video (inputs, data, data analysis and outputs). Still working on further organization, but I already like the changes I have made and the new structure :) |
Beta Was this translation helpful? Give feedback.
-
On the Project Data (U:) drive, we have different folders. When we perform measurements, data will be stored in the Measurements folder, after which there is a division into the setup used, followed by the sample measured with the setup. The processed data is also saved in this folder (it has the same parent folder as the raw data). In addition, copies of the scripts used for running the measurement and processing the data are saved. This way, everyone in the group can access the raw and processed data. Topics that are not interesting for the others in the group (e.g. graduate school, literature, meeting notes, etc.) are stored in my personal folder on the U: drive. |
Beta Was this translation helpful? Give feedback.
-
I have folders which I use and edit regularly (Projects, Notes, Literature, Meetings/Presentations) and folders that I use for storing general files that I use regularly (Genomes, Protocols, Plasmids etc.). In the projects folder I have a subfolder for each project, within these subfolders I have generated a structure of subfolders that is similar for each project (Data, Figures, Sequences, Results). At first I didn't have a separate data and results folder, since I haven't generated that much data yet. But in the future I will keep my analysis (results) better separated from my raw data. |
Beta Was this translation helpful? Give feedback.
-
I previously structured my documents in such a way that it was easily accessible and i could find my most used documents easily. However, the resources provided in the assignment did point me to some mistakes i was making. I found that a combination of Barbara's Vreede Cookie cutter and Nikola Vukovics structure work best for me. I have mostly literature, large amounts of different experimental data, and a bit of code. |
Beta Was this translation helpful? Give feedback.
-
Currently my folder structure is uh a bit of a mess, a lot of stuff is all over the place, partially stored between my home laptop (which I used the first few weeks before my work laptop arrived), my work laptop, OneDrive (and now SURFdrive, but that is at least linked to the main project directories on my work laptop). At least for the actual data/coding for the two projects I have started now I at least have a separate data, data_analysis and results folders that are consistent thanks to github but that is really the bare minimum haha. Notes, presentations, etc are really all over the place currently. 😳 This section of the course was really a good reminder to do better, especially now that I am still at the start and it is easy to adjust, and to prepare for my main project! I made a mishmash of two cookiecutter templates (Reproducible Science and Good Enough Project) and added some own stuff. Maybe I will reconsider some things but I will remake my current project directories, and try to keep to this generally (changes depending on the project) for new projects. Within the private github repository it will look a bit different since I will be ignoring a large part of it.
|
Beta Was this translation helpful? Give feedback.
-
After starting different projects and collaborations, I had to restructure some of my folders.I started to organize per project with a very similar substructure that is divided in background, experimental data and output. I think I still need to optimise this strutures a bit bc some of the literature and experimental results for example can be used in different projects. Then it still gets a bit messy were to put it and find it again. For now I just link the data, but that has the a bit of a differnet file name structure. But I think it gets better with time. |
Beta Was this translation helpful? Give feedback.
-
This is broadly what my current folder structure looks like in my OneDrive. There are certainly places it needs improving.
A few comments:
|
Beta Was this translation helpful? Give feedback.
-
I currently used a project based hierarchical structure that is very similar to what is presented. When using models, I also separate input, intermediate and final output files, with and without pre/post processing separately. My file naming conventions are also quite similiar to what is presented. However, one thing I will adopt and include from now is a Readme that includes the filenaming convention and structure I am using and a file in each folder that lists and provides a directory of all files included. These will be in txt and csv formats. |
Beta Was this translation helpful? Give feedback.
-
My folder structure is divided in Teaching, BEP-MEP Supervision, Graduate School, Research Deliverables, Meetings, Other. The video really made me think about it and I'll definitely try to improve it as I think it still has room for improvement. Specially for lab results it's really important to define a better structure because it turns into a chaos really quickly with all the different files acquired with different lab equipment and experiments. I am considering implementing inputs, data, data analysis, and outputs, as suggested in the video on data organization. Also, something that I would like to implement is some kind of periodic cleaning to get rid of folders/files that I don't need anymore (for example, once a month). |
Beta Was this translation helpful? Give feedback.
-
Currently my folder structure has room for improvement. Yes I separated things like administrative documents, graduate school, bioinformatics, metabolic modelling, teaching, students, literature, etc, and I made subdivisions. But having seen this course, I want to restructure it in such a way that it reflects my subprojects/prospective chapters, which should be rounded-off bodies of work. So in that sense it would be like a folder for each chapter or student project, with in it folders for documentation, raw data, scripts, and output data, much like shown in the presentations. Things that do not fit within a subproject/chapter (teaching, GS courses, administrative documents) of course get their own tree, with a structure that fits the logic of that subject. |
Beta Was this translation helpful? Give feedback.
-
I have been using a hierarchical folder structure that allows me to organise my data in folders (e.g. literature, methodology, data collection, reference folder) and has all embedded in a main folder with the RISK-WASH project name. |
Beta Was this translation helpful? Give feedback.
-
I structure my folders in a hierarchical way. First, I have some 'general' folders, that are numbered (0. PhD, 1. Courses, 2.PhD official forms, 3.Meetings, etc.). Then, I have subfolders. For example, my 0.PhD folder has subfolder for each year of my PhD. Within each subfolder, I have 0. Raw data, and 1. Data analysis folders to keep the raw data and analysed data separated. My raw data and data analysis folders are divided into subfolders for each experiment. For all data/files, I use the terminology YYYYMMDD_Experimentcode_Infoaboutthisfile. This way of structuring works well for me. However, a problem is when I for example have a student. I then don't really know whether I should have a separate "student" folder to keep all the data, or to integrate it in my own folders. |
Beta Was this translation helpful? Give feedback.
-
My folder structure is also hierarchical but I see that I need to make some changes to have a solid structure. I have a ReThink (project name), Graduate School, HR and Miscellaneous folder. The project folder is divided into subfolders namely, Research, Project symposiums and Symposiums. The Research folder then has subfolders for Reading Materials, Data (sorted based on the equipment used), Analysis and Presentations (Reports, results). My naming convention for files is YYYYMMDD_Info_on_experiments. |
Beta Was this translation helpful? Give feedback.
-
I also made a hierarchical structure for my experimental data. In subfolders there are Users, Procedures, Methods, Data and Data Analysis. This way all information will be there for another person to reproduce or reuse. I named the folders as Material Preparation |
Beta Was this translation helpful? Give feedback.
-
My folder structure is divided into Literature, Reports, Graduate school, Presentations, stocks (for proper documentation of the produced genes etc.), and Lab results which are further categorized. I think it is helpful to keep regularly track of the completeness of the folders to facilitate life and save a lot of time. However I think that I can further improve my documentation to facilitate and improve further reproduction experiments for example. |
Beta Was this translation helpful? Give feedback.
-
I am not very happy about the current folder structure that I maintain, but I hope to be more organised this year. Similar to @olivierwitteveen's I have folders for administrative paperwork, Graduate school, TA work, and projects. Under projects, i have three different folders for the three projects i am currently involved in. In each project, i have separate folders for literature, Experiments, and protocols. Under experiments, i have Microscopy and Biochemical assays. Under microscopy, I have folders listed for each date of experiments in the format (YYYYMMDD_MainAttributeOfExperiment). Inside these folders, I have raw data and analysis folders. |
Beta Was this translation helpful? Give feedback.
-
My folder structure is based on the type of my experiments and output. The main folders are divided into courses, conferences, thesis, meetings, etc. Additionally, I have subfolders within these main folders. For example, within the thesis folder, there are subfolders for chapters, forms, research proposals, and methods and protocols. Each chapter folder contains files related to specific experiments, such as Gel Formation Tests, FT-IR, yields, output images, etc. While this structure is convenient for organizing and locating data, sometimes it can be frustrating to navigate through multiple layers of folders to find what I need. |
Beta Was this translation helpful? Give feedback.
-
Share your Folder Structure based on the CookieCutter assignment or manual folder creation:
Beta Was this translation helpful? Give feedback.
All reactions