Collections staff have begun beta testing the museum’s new content management system (CMS)–Axiell Collections. While a somewhat clerical sounding update, it is one that we are very excited about, as it marks the beginning of a major turning point in our department’s projects: the migration of our collection data and media from an aging and outdated system, to a modernized one that is better equipped to deal with our needs in the present.
For now we have been busy experimenting with a sandbox version of the software—learning how it works, what it can and cannot do. We are additionally beginning to build out a new batch of custom report templates that work with this new interface. “Reports,” in this case, are automatically generated documents that compile batch answers to various questions that we might want to ask of our database about a given group of works. Example questions might include “where was this group of paintings each most recently located,” or, “what are all the names, materials, and dimensions of all the works currently on exhibit?” Regardless, reports are an invaluable way for a range of museum staff to utilize the vast amount of information in the database, and we are excited to see these coming to life already.
About the Institute of Museum and Library Services
The Institute of Museum and Library Services is the primary source of federal support for the nation’s libraries and museums. We advance, support, and empower America’s museums, libraries, and related organizations through grantmaking, research, and policy development. Our vision is a nation where museums and libraries work together to transform the lives of individuals and communities. To learn more, visit https://www.imls.gov/and follow us on Facebook and Twitter.
In addition to rephotographing the permanent collection, the other goal of our current IMLS grant is the streamlining and unification of our file management and file naming systems for our digitized collections. Given PAFA’s long history and the many hands that have made the Museum possible since its founding, there have been many different organizing schemes to keep the collection in order, and since the advent of digitized collection and databases, many more still to keep the file names organized.
In 2022, we have inherited many generations of images and information, and to best carry them forward in a safe and useful way—and to prepare for the migration to a new database soon—we need to reorganize and rename all the files in our digital collection.
To summarize the issue: every artwork is different, and over the years the file names of PAFA’s digital collection have prioritized different information like artwork names, artist names, year of creation, names of donors, location the image was taken, conservation notes, and finally, the accession number, just to name a few. Our goal was to standardize these file names with what they all have in common and what is most unique to them—their accession number.
This number, generally, is a compound of many different pieces of information such as the year PAFA acquired it, which acquisition group or gift did a work come to PAFA through in that year, and what number in each group is the artwork itself (among other pieces of information). From this number, we can easily link a specific artwork to any corresponding information we have about it in our database.
Take the number 2004.20.4, which is the accession number for the work Conjunction by Romare Bearden. We might find this filename in our database as “BEARDEN-2004_20_4.tif,” which, can certainly be used to correctly identify this work as it has done since it was acquired by PAFA in 2004, but even the addition of the last name of “BEARDEN-” as a prefix to the accession number makes for clunky cross-system use when not all the other file names match this same scheme.
The process for us to rename all these files, on paper, is simple enough. We just need to look for their accession number in the file name (usually buried under or inside of other unnecessary information) and replace all of this with just the simple accession number by itself. But this becomes immediately complicated as we find accession numbers that are formatted differently from one another or use version codes that are inconsistent with each other year to year.
To do this by hand, file by file, is, of course, technically possible but would be incredibly tedious and time-consuming. Thankfully, we have found a way to write and implement custom computer code (more commonly called a “script”) to automate most of this process using the programming language Python.
Python is an incredibly flexible and powerful coding language, and through a variety of techniques, we have been able to instruct these custom scripts to automatically identify what is (and isn’t) a PAFA accession number among other kinds of information inside of a file name, and then delete what isn’t wanted or required. The script also helps us flag files that don’t have a proper accession number at all, or have more complicated naming issues, which we can then set aside to look at by hand. The result, after applying the script to over 26,000 files, is a unified and easy to use set of file names, and a database overall that is ready for migration to a new and better system.
This blog post is part of an ongoing series about Digital Collections that we are able to undertake thanks to a grant from the Institute of Museum and Library Services (IMLS).
About the Institute of Museum and Library Services
The Institute of Museum and Library Services is the primary source of federal support for the nation’s libraries and museums. We advance, support, and empower America’s museums, libraries, and related organizations through grantmaking, research, and policy development. Our vision is a nation where museums and libraries work together to transform the lives of individuals and communities. To learn more, visit https://www.imls.gov/and follow us on Facebook and Twitter.
Contributed by HoJun Yu, Project Museum Collections Assistant, and Hoang Tran, Director of Archives
As America’s first museum and art school, it is important for PAFA to remain relevant particularly in the digital age. Broadening online access to the works of art is one step in the right direction, but also providing greater accessibility for users to engage and use the resources is another important aspect of the institution’s mission.
The work being done for this grant project provides the essential framework for PAFA’s long-term goal of migrating the museum’s collection into the public domain. PAFA aspires to join the growing global initiative of more than 200 institutions worldwide that have moved towards digitizing and providing unrestricted use of their collections.
We are in the process of figuring out the best way to display rights statements and/or licenses for works in PAFA’s collection. Part of HoJun’s work is conducting a survey of peer institutions that have successfully implemented Open Access (OA) initiatives such as The Metropolitan Museum of Art, Art Institute of Chicago, and Cleveland Museum of Art. We also reviewed MoMA and the Whitney to see how they are publicizing rights statements–the two museums directly state the names of parties in control of reproduction rights; on the other hand, places like the Smithsonian simply state use Creative Commons license, particularly Creative Commons Zero (CC0–no rights reserved).
It must be said that as museum collections staff, we are not experts in copyright law. In fact, copyright is highly complex and it is important that everyone working with copyright protected materials adhere to current US copyright laws. We as collections staff have been studying and examining best practices on handling digital resources and respecting artists rights.
For this phase of the project, there are two essential data points that we are currently focusing on which his required to properly interpret/assess copyright 1: the date of creation; 2: date of creator’s death. HoJun is focused on reviewing all works with questionable or missing dates and updating life dates for artists. Our ultimate goal with this information is to help us make a more informed decision as to which works are still protected by copyright and which works are no longer protected by copyright. Of course, nothing ever comes easy! PAFA’s collection includes many works by “unidentified artists” and works with “unknown dates”. For these outliers, we’ll need to be extra vigilant in assessing their copyright status.
About the Institute of Museum and Library Services
The Institute of Museum and Library Services is the primary source of federal support for the nation’s libraries and museums. We advance, support, and empower America’s museums, libraries, and related organizations through grantmaking, research, and policy development. Our vision is a nation where museums and libraries work together to transform the lives of individuals and communities. To learn more, visit https://www.imls.gov/and follow us on Facebook and Twitter.
Contributed by HoJun Yu, Project Museum Collections Assistant
An interesting part of my work at PAFA is my ability to apply my scientific research background to support the grant project. Under Hoang’s (Project Director and PAFA’s Director of Archives) supervision and guidance, I have been cleaning up the museum’s collection data. The museum currently uses Mimsy XG, but the project will also see the migration and implementation of a brand new content management system (CSM). The work i’m doing will directly support the data migration to Axiell Collections. Despite the modest nature of data cleanup, the work is crucial for the museum’s operations and overall deeper understanding of its collection.
Through this process, I have been learning how to use Mimsy, which I had not used before. During my time at the Metropolitan Museum of Art, I mainly used FileMaker Pro to maintain and edit data for Oddy test results within the Department of Scientific Research. My experience with Mimsy so far has shown me that it is more customizable and flexible than FileMaker Pro.
The reason the data portion of my work is so crucial is that collections staff rely heavily on the information that is stored in Mimsy. Whether curating exhibitions or analyzing collecting trends, collections staff need to have the ability to access various bits of information on the art and the artist. In recent weeks, I have been researching and updating different aspects of the artists’ lives, such as their gender, life dates, and nationality. This type of information should be easily accessed because then for example, when a curator needs to prepare for an exhibition of art by female artists, they can just filter the search in the database by gender. Besides adding new information, I have also been cleaning up existing data. Because Mimsy can be sensitive down to every letter or space in the search bar, I need to make sure all the formatting is consistent and uses standard vocabulary.
One of the biggest challenges in this work has been researching artists who are or were not necessarily well known enough to have easily accessible information online. Sometimes, even well-established institutions had inconsistent information regarding these artists on their websites. For such situations, less conventional methods were employed, such as digging through birth records, obituaries, and even blogs written by hobbyists who have already done the meticulous research on these artists. Whenever I was able to succeed with these methods, I would save the documentation so we have it on file for future use. The purpose of this process is not only to obtain accurate information for the sake of data, but also to make the information as accessible as possible for anyone who wants to learn.
About the Institute of Museum and Library Services
The Institute of Museum and Library Services is the primary source of federal support for the nation’s libraries and museums. We advance, support, and empower America’s museums, libraries, and related organizations through grantmaking, research, and policy development. Our vision is a nation where museums and libraries work together to transform the lives of individuals and communities. To learn more, visit https://www.imls.gov/and follow us on Facebook and Twitter.