Knowledge clip: Keeping research data organized

  Рет қаралды 196,434

UGent Open Science

UGent Open Science

Күн бұрын

Пікірлер
@G_Whiz
@G_Whiz Жыл бұрын
I use random password generators for file naming. Every time I open a file, it's like a tiny surprise party or similar to the rush I get when hitting a good roll at the casino if the file is actually the one I'm looking for. I like to live under constant stimulation and stress, it helps me feel alive.
@janwoutschrotenboer106
@janwoutschrotenboer106 Жыл бұрын
I love your approach!
@fiddlesticks7468
@fiddlesticks7468 Жыл бұрын
Schizo behavior
@donnytheflow
@donnytheflow Жыл бұрын
found the joker 🤣
@AlexB-op7kb
@AlexB-op7kb Жыл бұрын
This could be xkcd or Rick Sanchez
@mohammad20412
@mohammad20412 10 ай бұрын
I almost shot snot out of my nose, thanks
@jenswurm
@jenswurm Жыл бұрын
One often overlooked aspect is a depreciation strategy. At some point documents may no longer be relevant, and one wants them out of sight of the normal document archive, while still being able to find them with relative ease.
@BrandspankingFilm
@BrandspankingFilm Ай бұрын
Intersting subject for sure
@lazygardens
@lazygardens Жыл бұрын
This is excellent! If you don't have revision control software, always have a folder for your source material, and copy that material out to work on it. So many people accidentally edit the source image.
@CrazyDriverSwed
@CrazyDriverSwed Жыл бұрын
Most filesystem also provides ways to add tags to files, tags that can be used when searching for a specific file or a group of files.
@marcogalloro
@marcogalloro Жыл бұрын
Extremely valuable!🗂️🙌🏻
@l00k4tstuff
@l00k4tstuff Жыл бұрын
The best way to organize files is to study taxonomy and apply those principles to the structure.
@PutineluAlin
@PutineluAlin 7 ай бұрын
underrated comment
@yohanesliong4818
@yohanesliong4818 5 ай бұрын
Thank you
@pieterkops
@pieterkops Жыл бұрын
Don't store all the information in the filename! Use metadata instead. This makes sorting, filtering and grouping much easier. Think of it as dynamic folders.
@joaopedrorocha5693
@joaopedrorocha5693 Жыл бұрын
Details should be on the metadata, but some info on the name can be very useful sometimes ... I've had an annoying problem once for leaving almost all info on the metadata of my files. I've had to store a lot of data on the cloud and was using a binary data format with embedded metadata, therefore to read the metadata was necessary to run a program, so to do this it was necessary to move the files over the network to a compute node to run the program and get the metadata to them select what i needed, which took a lot of time. if i've had a better naming convention for my use case i would be able pre-filter the data only by pattern matching the filename.
@giac0416
@giac0416 Жыл бұрын
can you give as an example? thanks
@TheDiveO
@TheDiveO Жыл бұрын
well, file and folder names are actually meta data. but then, this is an ex-cathedra video. some people are busy organizing their life and telling others what to do, erm TODO. others are living their life.
@jenswurm
@jenswurm Жыл бұрын
I wish normal file systems would support labeling. That would make things a lot easier. Some documents might, despite the best efforts of coming up with an organization scheme, be relevant in multiple places. For example, the balance statement of an investment account may belong into the folder that is related to that bank, but it's also relevant for doing one's taxes.
@lazygardens
@lazygardens Жыл бұрын
@@jenswurm You can use symlinks. The bank account has the real file The tax prep folder has a symlink. It looks like a file, and when you click it, it opens the file in the bank account folder. en.wikipedia.org/wiki/Symbolic_link
@jimgrant1776
@jimgrant1776 Жыл бұрын
Ghent University Data Stewards - Excellent video. Maybe the best I’ve seen on folder / file organization. However, I disagree with you on some aspects of this. 1 - Folder Names and Structure - Don’t design your folder names around file attributes. That is what tags are for. Folder names should be “categories” of topics/objects/nouns. The structure should be hierarchical. - - - I do agree that the “categories” should not overlap. Some professional consulting firms have developed a concept / methodology for organizing information called MECE. It stands for mutually exclusive (ME - no overlap) and collectively exhaustive (CE - nothing overlooked). - - - If it appears that a file can logically fit into more than one folder, that’s a signal that either the hierarchical file structure needs to be changed or tags should be used. 2 - File Names - Don’t put dates in file names. If you do, files with common topics probably can’t be sorted and listed together. Windows and Mac operating systems create and maintain file “Create Dates”” and “Last Modified Dates”. If some other date (like “Due Date”) is important, add it as a tag (attribute) of the file. - - - Unquestionably, the best and most understandable / relatable file naming scheme is to make the names be specific cases of a topic/object/noun with are deeper in the hierarchy than the folder names.
@Junnaris
@Junnaris Жыл бұрын
Thank you for sahring! I find that information very useful.
@l00k4tstuff
@l00k4tstuff Жыл бұрын
I disagree with the dates in file names kibosh. Sure, you can turn on the file manager to show details, but then you have too many columns. Similarly, when files are a catalog of collection, then it is important to include the date (and time, and then also a unique identifier if more than one in a second) of the capture. This is much better than creating a hash for creating distinct file names because the date&time stamp has orderly meaning.
@cowboybob7093
@cowboybob7093 Жыл бұрын
@@l00k4tstuff Agree, create and modify dates don't necessarily reflect important aspects of why a date is used. Those dates can be naïvely manipulated by the OS or programs. Moving files between systems has headaches too. Finally, details vs name view, a "screenful" of files is a handy arbitrary amount of names but few detailed.
@anitat9727
@anitat9727 2 ай бұрын
Thank you for this
@BrandspankingFilm
@BrandspankingFilm Ай бұрын
Currently i am doing researtch on this subject, i'd be very interested to talk to people and find out how they approach this within their organisation. Feel free to reach out.
@yohanesliong4818
@yohanesliong4818 5 ай бұрын
Very informative. Thank you
@EverCraft_File_History
@EverCraft_File_History 6 ай бұрын
What software do people typically use for version control of research data?
@darked89
@darked89 Жыл бұрын
I would also add a strong recommendation to avoid if possible binary formats. It is almost trivial to track or spot differences between say two TSV files without opening them (git and diff).
@edwingonzalez6399
@edwingonzalez6399 Жыл бұрын
En la carpeta en donde vayan a estar varias revisiones siempre pongo una carpeta llamada "_Superados". Esto con la finalidad de que muevo para alla todas las versiones obsoletas y solo me queda la ultima, pero no me deshago de las anterior por precaución. Así luego de 1 año o más, cuando voy a buscar el ultimo reporte, no tengo que lidiar con una lista de versiones.
@vaughngaminghd
@vaughngaminghd Жыл бұрын
I make a point of never using "final" in the file name: best way to jinx the project…😆
@cowboybob7093
@cowboybob7093 Жыл бұрын
When I do a light developing task like a near-throwaway script I'll start with _name99_ and work down. By default the most recent rev sorts to the top.
@Blast-Forward
@Blast-Forward Жыл бұрын
That's why I love Linux, you can have final Final fInal fiNal finAl finaL FInal FiNal FinAl FinaL FINal FInAl FInaL FINAl FINaL and most importantly FINAL Takes you a long time to run out of finals.
@atlasstone6896
@atlasstone6896 Жыл бұрын
This this is what I am saying hahahahah If you say final it will never finish!
@EverCraft_File_History
@EverCraft_File_History 6 ай бұрын
@@Blast-Forward hahahahhh, I couldn't help but laugh when I saw this.
@Pedritox0953
@Pedritox0953 Жыл бұрын
Great video!
@quochuynh184
@quochuynh184 Жыл бұрын
The underscore disables Windows search capability for file names.
@cowboybob7093
@cowboybob7093 Жыл бұрын
Not quite my experience, but I know what you mean. The way I look at underscore vs hyphen is underscore is just another letter but hyphen includes invisible white space. If you're referencing the folder tree search in Windows Explorer, and you notice a different behavior, I'll defer to your experience. That feature was so bad for so long I've only started using it recently. I know what I'm about to write is out of the stone-age, but it's not unusual for me to open a command prompt and do a dir /s /b > .\allfiles.txt - - - then use `find` to search the new file. The disk access is heavy one time, after that the text file is opened in memory and searched in a flash. The method has its obvious drawbacks, but they all do.
@danielcraft7342
@danielcraft7342 Жыл бұрын
Any tip to do if I have a lot of audio files or video files? In my example I have like 30 audios of the same event. Any idea?
@jon9103
@jon9103 Жыл бұрын
Like any other set of files, it depends on what differences between the files do you care about, what makes each file unique. Surely there must be something, otherwise why bother having 30 of them? With only your vague description it's impossible to know what's important to you.
@lazygardens
@lazygardens Жыл бұрын
Like multiple videos of a wedding ... Event and date would be important. After that, by what's happening you want to recognize quickly. 2020_BearAttack_screams.mp4 BearAttack_2020_screams.mp4 Are they sequential captures? Simultaneous captures by different equipment? What is important is that you can look at the directory and pick out the file you want easily. (and write down your scheme so you can have an assistant find it).
@danielcraft7342
@danielcraft7342 Жыл бұрын
@@lazygardens thank you, it actually help me a lot
@sebastianpozo8305
@sebastianpozo8305 2 жыл бұрын
JUST AMAZING! CAN'T BELIEVE THAT YOU ONLY HAVE 2065 VIEWS.
@Justopensourceandme
@Justopensourceandme Жыл бұрын
You need git or related tools to tracking your project files states
@sheffin007
@sheffin007 2 жыл бұрын
Thank you
@reyesmedicen
@reyesmedicen Жыл бұрын
Amazing
@phpn99
@phpn99 Жыл бұрын
These were "best practices" in 1989. The world needs to move from data categorization that is based on "where", to one that is based on "what". This means that categorization is only accessorily related to folder trees ; it should be primarily done via metadata, or emergent metadata extracted by modern search engines. This old way to do things is based on the concept of taxonomy ; information is not best done in a hierarchy but in a network.
@timbehrens9678
@timbehrens9678 Жыл бұрын
Learning and implementing "metadata extraction by modern search engines" shouldn't be a prerequisite for a bachelor thesis in biology or sociology. In many cases best practices of 1989 are still the best.
@lazygardens
@lazygardens Жыл бұрын
OK ... where is your video showing WHAT metadata to put in a file to make it extractable by "modern search engines". Explain your schema. And what does the poor PhD candidate do when the "modern search engine" is unavailable because the frigging network is down?
@darked89
@darked89 Жыл бұрын
Good luck extracting metadata from the sequencing machine created foobar.fastq.gz One has to have unique file names and either encode project + sample etc in the file name or have a database where each file has an entry describing it.
@ElCidPhysics90
@ElCidPhysics90 Жыл бұрын
If using the date as file name I would start with year then month then day e.g. 2023 07 04
@valerio4044
@valerio4044 Жыл бұрын
Habría que ver qué dice el paper pero yo creo que que la IA tiene memorizada la película y lo que prevee es el minuto que está viendo el ratón en base a la lectura de las ondas cerebrales
@SphereofTime
@SphereofTime Жыл бұрын
1:18
@atlasstone6896
@atlasstone6896 Жыл бұрын
Dont use acronyms! You will forget it ! Your team mates will ask what is it! It is not the old era of pc where every bit counted and screens were small just write a long name it is ok ! As for versions use date and the time of day in 24 hour format Like 2023/12/24-1830 By the way pro time every hour of edit save a version! And this system will allow you to keep going it will push you once you see the files and notice that you have not been working your brain will say oh start work look there are dates we didn't work!
@dannytan8080
@dannytan8080 Жыл бұрын
a bit obnoxious to call your own preferred folder organization style as "Best Practices"
@madwhitehatter
@madwhitehatter 2 жыл бұрын
The 90s called.
@kathyglass2922
@kathyglass2922 2 жыл бұрын
Seriously? You have to tell me the advantages to having an organized file system? Geesh, there was a reason I clicked on the this to begin with. Wonder what it was.
@gr8dvd
@gr8dvd Жыл бұрын
😂😂😂
Жыл бұрын
Obvious as it may seem, I can understand why a university feels the need to produce this sort of video.
@gr8dvd
@gr8dvd Жыл бұрын
@ OP is not questioning why video is needed, she questioning the need to explain why being organized is a good thing.
@petersalt2342
@petersalt2342 4 ай бұрын
A file system from a university? Definitely a No Thanks !
@ahmadkavie4178
@ahmadkavie4178 3 ай бұрын
very thank you
The Ultimate Guide to File Organization: 5 Systems You Must Know
19:06
Zsolt's Visual Personal Knowledge Management
Рет қаралды 172 М.
STOP! Don't Name That File Without First Watching This Video.
18:37
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
How To Organize Your Files Using The PARA Method
20:22
The Beautiful Mess – Paul Dittus
Рет қаралды 10 М.
7 Must-know Strategies to Scale Your Database
8:42
ByteByteGo
Рет қаралды 143 М.
I Tried 50 Data Analyst Courses. Here Are Top 5
8:41
Stefanovic
Рет қаралды 239 М.
This Folder Structure Makes Me 100% More Productive
24:36
Web Dev Simplified
Рет қаралды 114 М.
How to name your files properly: Document Naming Conventions
7:49
zoxide has forever improved the way I navigate in the terminal.
9:53
Dreams of Autonomy
Рет қаралды 484 М.
This Simple File Management System Changed My Life!
9:27
Jeff Su
Рет қаралды 1,6 МЛН
The World’s Best File Naming System
6:51
How To Archive
Рет қаралды 595 М.
How To Take Smart Notes (3 methods no one's talking about)
7:14
Vicky Zhao [BEEAMP]
Рет қаралды 1,2 МЛН