Skip to main content

Naming Conventions

A best practices guide towards implementing a system for adding names, tags and descriptions to digital assets within the Cornell University DAM. The DAM uses a folder structure, which should be very familiar to all users.

Project Name

Using consistent project names are a way to track all elements that are associated with that project, whether it's photography, video, marketing campaign, or a one-page flyer. The project name should be applied to the folder and all assets within that folder. Project names should include each of the following elements:

  1. Your college/unit: A shorthand for the asset's owner, such as CALS, AAD, CVM, etc.
  2. Date: YYYYMMDD, either the date of the event or the date the image was created
  3. Subject: Commencement, Slope Day, Lab Research, Faculty portrait, etc.
  4. Detail: If needed, this can either be descriptive (Photographers initials) or numerical (01, 02, 03 for frame number)

Examples:

File Names

File names should mirror the project name. Using the above examples, within the AAP_20250328_Dragon-Day folder, there would be still photos, video clips, and the completed video:

Punctuation

There are certain characters that are not accepted in file names. This means that users cannot manually rename these files with those characters or rename the files with API. The invalid characters are:

' (apostrophe)
double (or more) spaces
< (less than)
> (greater than)
: (colon)
“ (double quote)
/ (forward slash)
\ (backslash)
| (pipe)
? (question mark)
* (asterisk)

Other Best Practices