Mr. Isaac Tai
Assistant Librarian (User Services)
Email: cytai@eduhk.hk
Tel: (852) 2948-6681
We warmly welcome faculty members, researchers, and academic departments to partner with us in organizing tailored workshops that support students' research skills development and academic success.
Keeping your files well-organized isn't just 'nice to have'--it's the backbone of reproducible, collaborative, and long-lasting research. Here are some benefits of why data organization is important to your research.
Faster retrieval of data and documents enhances productivity.
A clear structure allows for easy reproduction of analyses.
Team members can quickly locate files, improving teamwork.
Well-managed files ensure continuity despite personnel changes.
Folder structure design in research data management refers to the organized arrangement of digital folders and files to systematically store, access, and manage research data. A well-designed folder structure ensures consistency, makes data easy to locate, and supports collaboration across research teams.
Click the folders below to expand and explore the recommended structure:
Project manifest and documentation
File naming in research data management involves creating clear, consistent, and descriptive names for files to make them easy to identify, organize, and retrieve. Good file naming practices help avoid confusion, support collaboration, and ensure long-term usability of research data.
SpineReview_TK_20250720_SurveyData_v01.csv
Manuscript_CYT_20250725_Draft_v1.0.docx
Analysis_Script_JD_20250722_Clustering_v02.py
data final FINAL.xlsx
survey@results#2.csv
stuff.docx
Version control in research data management is the practice of tracking and managing changes to data files, code, and documents over time. It allows researchers to record revisions, revert to earlier versions, and collaborate without overwriting each other's work.
Click on version points to see the evolution of a file:
First complete analysis with basic visualizations
Fixed data cleaning issues and updated charts
Added correlation analysis and statistical tests
Complete restructure with new methodology
Distributed version control for code and small files
β Best for: Code, scripts, documentation
β Avoid for: Large datasets
Data Version Control for large datasets
β Best for: Large datasets, ML models
β Learning curve required
Simple manual versioning with timestamps
β Best for: Simple projects, beginners
β Manual process, limited features
Category | Key Practices | Example Tools |
---|---|---|
ποΈ Folder Structure
|
|
File Explorer, Finder |
π·οΈ File Naming
|
|
Bulk Rename Utility |
πΏ Versioning
|
|
Git, DVC, Git LFS |
βοΈ Backup & Sync
|
|
OneDrive, rsync, cron |