Skip to Main Content

Data Management: Organizing Data

This guide describes library services and resources to support data management at UNO.

Organizing Files

File Organization is a task that you should take care of early in any research project.  It is important to be clear and consistent.  Choices you make will often be determined by the type of research that you do.  Use the same file organization for both your active data and your backup data. Consider the following:

  • Directory Structure
  • File Structure
  • File Naming Conventions
  • File Formats
  • File Version Control

Naming Files

File Naming is often taken for granted.  Best practice is that the names are descriptive - they reflect the content of the file.  Be consistent - use the same format for all of the files in a project, including data set files and zip or tar files. Some suggested attributes to include: 

  • unique identifier or project name/acronym
  • PI
  • location/spatial coordinates
  • year of study
  • data type
  • version number
  • file type

Best practices:

  • Use no more than 32 characters.  
  • Use only numbers, letters, and underscores.  Do not use special characters, dashes, spaces, or multiple dots or stops.
  • Avoid using common terms ('data', 'sample', 'final', or 'revision').  
  • Use consistent case - all lower case, or all UPPER CASE, or Lower Case.
  • Dates should be in a standard format - YYYYMMDD, which will allow them to sort chronologically.    

Sequential numbering should allow for growth, and include leading zeros.  Do you have 100 files? Numbering should run from 001 to 100.  A thousand?  Start your numbers at 0001. 

(adapted from Univ of Va Library libguide)