Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The MWG has not identified clean up of existing Title metadata that is not in compliance with the above change (e.g., all caps) as a requirement. However, campuses are welcome to undertake this clean up, and two potential processes methods are detailed below. We encourage campuses to choose whichever method will best meet your needs, and you are welcome to adjust the process as you see fit. Based on initial testing, both methods handle diacritics well.

Option #1: Using the Title Case Converter

The Title Case Converter allows you to convert text based on the capitalization guidelines of various formatting styles. To facilitate batch editing, your campus may want to decide to use one style in all cases, regardless of disciplinary variations. Please consult the Which Title Case Style Should You Use? page for additional information.

  1. Download the .zip file for your campus. Contact David if you don’t have that URL.

  2. There is a separate CSV file within the .zip file for each data model/work form, of which we currently have four: dataset, educational resource, publication, and thesis. If your campus will be cleaning up Title metadata for more than just ETDs, you will need to complete the following clean up steps for each CSV separately.

  3. For each CSV file, download it and save it locally. Then delete all fields (columns) except for id (column A) and title (column I).

  4. The Title Case Converter allows you to convert text based on the capitalization guidelines of various formatting styles. To facilitate batch editing, your campus may want to decide to use one style in all cases, regardless of disciplinary variations. Please consult the Which Title Case Style Should You Use? page for additional information.

  5. Copy all metadata in the title column and paste it into Notepad or a similar program of your choice to strip out unwanted formatting.

  6. Then paste that text into the text box on the homepage of the Title Case Converter. Note: The converter does not have an explicit character limit, but it seems to work best with approximately 500 or fewer words, so you may need to do this in batches.

  7. Select the title case style your campus has decided to use, and . If your titles are in all caps, you will also want to uncheck the “Keep Words in All Caps” option. Then click the “Convert” button.

  8. Once the conversion is complete, you will be taken to a list of converted titles. Click the “Copy All” button.

  9. Back in the CSV file, add a new column (you can name it “title_revised” for now) and paste the converted titles into that column as plain text.

  10. You will probably want to do some spot checking, as issues can arise with acronyms, book/film titles, etc. Depending on the original formatting of your Title metadata, it may be helpful to refer to that column as you spot check.

  11. Once the spot checking is completed, delete the original title column, and rename the “title_revised” column “title”.

  12. That’s it! Be sure to save the CSV again, and you can send the file back to David. He will take it from there and give you the opportunity for a “sanity check” before finalizing the changes.

Option #2: Use the PROPER function in Excel

The PROPER function in Excel is a potentially faster method for converting all caps to title case, but it will capitalize the first letter of all words, including some that you would likely prefer to be lowercase (e.g., 2-3 letter words including articles and prepositions), so more manual clean-up may be needed.

  1. Download the .zip file for your campus. Contact David if you don’t have that URL.

  2. There is a separate CSV file within the .zip file for each data model/work form, of which we currently have four: dataset, educational resource, publication, and thesis. If your campus will be cleaning up Title metadata for more than just ETDs, you will need to complete the following clean up steps for each CSV separately.

  3. For each CSV file, download it and save it locally. Then delete all fields (columns) except for id (column A) and title (column I).

  4. Add a new column C (you can name it “title_revised” for now), and in cell C2, type =PROPER(B2) and press enter/return on your keyboard. This will convert the all caps text in B2 to title case.

  5. Then fill the formula down the entire column. Please consult Excel’s documentation for additional guidance with that.

  6. As noted above, this formula will capitalize the first letter of all words and lower case the rest, so spot checking will likely be required to identify those words that should be all caps (e.g., acronyms) and identify words that should not be capitalized (e.g., a, an, of, at).

    Screenshot of Replace example in Excel, with Match case selectedImage Added
    1. You may want to consider using find and replace to automate this process a bit. For example, you could replace all instances of “Of “ with “of “ as shown in the screenshot to the right. Just be sure to include the subsequent space after the word in order to avoid replacing longer words that simply begin with the same letters, and also be sure to check the “Match case” option.

  7. Once the spot checking is completed, delete the original title column, and rename the “title_revised” column “title”.

  8. That’s it! Be sure to save the CSV again, and you can send the file back to David. He will take it from there and give you the opportunity for a “sanity check” before finalizing the changes.

...