Format Sustainability and Reference File Download Link
https://eu2.contabostorage.com/00f3241116844f24b628f46d81abb929:st1/folder7/7297/1656289021_lc_rfs_formatevaluationmatrixtemplate_xlsx_-_Standar_Format.xlsx
2026-05-30 23:58:04 - Admin
<style> body {font-family: Arial, sans-serif; line-height: 1.6; margin:0; padding:0; color:#333; background:#fdfdfd;} header {background:#4CAF50; color:#fff; padding:20px 10px; text-align:center;} nav {background:#e9e9e9; padding:10px;} nav a {margin:0 10px; color:#4CAF50; text-decoration:none; font-weight:bold;} main {max-width:800px; margin:20px auto; padding:0 15px;} h2 {color:#4CAF50; margin-top:30px;} p {margin:15px 0;} ul {margin:10px 0 10px 20px;} blockquote {border-left:4px solid #4CAF50; padding-left:10px; color:#555; font-style:italic;} footer {text-align:center; padding:20px; font-size:0.9em; color:#777;} </style><header> <h1>Format Sustainability</h1> <p>Preserving digital information for the long term</p></header><nav> <a href="#definition">What Is It?</a> <a href="#why">Why It Matters</a> <a href="#principles">Key Principles</a> <a href="#strategies">Practical Strategies</a> <a href="#case">Case Studies</a> <a href="#resources">Further Reading</a></nav><main> <section id="definition"> <h2>What Is Format Sustainability?</h2> <p>Format sustainability refers to the ability of a digital file format to remain usable, readable, and interpretable over long periods of timeoften decades or centurieswithout requiring costly or complex migration. A sustainable format is open, welldocumented, widely supported, and not dependent on a single vendor or proprietary technology.</p> </section> <section id="why"> <h2>Why It Matters</h2> <p>Information is a core asset for individuals, businesses, governments, and cultural institutions. When a format becomes obsolete, the data it contains can become inaccessible, leading to:</p> <ul> <li>Loss of historical records and cultural heritage</li> <li>Increased costs for data conversion and reentry</li> <li>Legal and compliance risks (e.g., inability to produce archived documents)</li> <li>Reduced trust in digital systems</li> </ul> <p>Choosing sustainable formats at the outset reduces these risks and protects the value of the data throughout its lifecycle.</p> </section> <section id="principles"> <h2>Key Principles of Sustainable Formats</h2> <ol> <li><strong>Open Standards</strong> Formats that are publicly documented and free of licensing restrictions (e.g., PDF/A, CSV, TIFF).</li> <li><strong>SelfDescribing</strong> The file contains metadata that explains its structure, encoding, and semantics.</li> <li><strong>Platform Independence</strong> No reliance on a specific operating system, hardware, or software version.</li> <li><strong>Stability and Longevity</strong> Minimal changes to the specification over time, and a history of backward compatibility.</li> <li><strong>Interoperability</strong> Ability to be opened by multiple applications, ensuring that future tools can still read the data.</li> <li><strong>HumanReadability</strong> When possible, the format can be inspected or partially interpreted with simple tools (e.g., plaintext XML).</li> </ol> </section> <section id="strategies"> <h2>Practical Strategies for Achieving Format Sustainability</h2> <h3>1. Conduct a Format Audit</h3> <p>Identify all file types in use, assess their sustainability score, and prioritize those that pose the greatest risk. Tools such as the PRONOM database or the Library of Congress's format registry can help.</p> <h3>2. Adopt Trusted Formats for New Content</h3> <p>When creating or acquiring new data, choose from proven sustainable formats:</p> <ul> <li>Text: <code>UTF8 plain text</code>, <code>CSV</code>, <code>JSON</code></li> <li>Images: <code>TIFF</code> (uncompressed), <code>PNG</code></li> <li>Audio: <code>WAV</code>, <code>FLAC</code></li> <li>Video: <code>MKV</code> with <code>H.264</code> or <code>AV1</code> codecs</li> <li>Documents: <code>PDF/A-2</code>, <code>OpenDocument (ODF)</code></li> <li>Geospatial: <code>GeoTIFF</code>, <code>GML</code></li> </ul> <h3>3. Preserve Original Files</h3> <p>Whenever possible, retain the original source files alongside any derived or converted versions. This provides a fallback if a later conversion proves lossy.</p> <h3>4. Document the Context</h3> <p>Include descriptive metadata (who created the file, when, purpose, software used) either in the files native metadata sections or in an accompanying <code>METS</code> or <code>Dublin Core</code> record.</p> <h3>5. Plan for Periodic Review</h3> <p>Technology evolves. Schedule regular (e.g., every 510 years) reviews of the formats in your holdings, and migrate only when a clear, vetted alternative is available.</p> <h3>6. Use Trusted Digital Repositories (TDRs)</h3> <p>Store files in systems that implement OAIS (Open Archival Information System) standards, provide fixity checks, and maintain audit trails.</p> <h3>7. Educate Stakeholders</h3> <p>Train creators, contributors, and IT staff about the importance of format choice and the organizations policies.</p> </section> <section id="case"> <h2>Case Studies Highlighting Successes and Pitfalls</h2> <h3>National Archives Migration from Proprietary Word Processors</h3> <p>In the early 2000s, the U.S. National Archives discovered a backlog of documents stored in a nowdefunct wordprocessing format. Rather than attempting direct conversion, they first created highresolution PDF/A images of each page, preserving visual fidelity, before extracting text into plaintext files. The dualfile approach allowed immediate access while safeguarding the content for future processing.</p> <h3>University Library Choosing Open Image Formats</h3> <p>A university art library migrated its digitized collections from JPEG2000 to uncompressed TIFF with embedded IPTC metadata. The switch eliminated concerns about JPEG2000s licensing and ensured that future imaging software could render the files without loss.</p> <h3>Corporation The Cost of Ignoring Sustainability</h3> <p>A midsize engineering firm stored 15years of project data in a proprietary CAD format that ceased to be supported after a vendor acquisition. The resulting migration effort required hiring external consultants and caused delays, costing the company over $200k. The case underscored the financial risk of proprietary lockin.</p> </section> <section id="resources"> <h2>Further Reading & Tools</h2> <ul> <li><a href="https://www.loc.gov/preservation/digital/formats/fdd/" target="_blank">Library of Congress Format Definitions</a></li> <li><a href="https://www.nationalarchives.gov.uk/PRONOM/" target="_blank">PRONOM Technical Registry</a></li> <li><a href="https://www.oclc.org/research/themes/digital-preservation" target="_blank">OCLC Digital Preservation Resources</a></li> <li><a href="https://www.rfc-editor.org/rfc/rfc7208" target="_blank">RFC 7208 Preservation Metadata Implementation Strategies</a></li> <li><a href="https://www.digitalpreservation.gov/" target="_blank">US National Digital Stewardship Alliance</a></li> </ul> <blockquote> Choosing a sustainable format is not a onetime decision; it is a continuous stewardship practice that protects the future relevance of todays digital assets. </blockquote> </section></main>```