publish: conservation-ready-spaces

This commit is contained in:
anna-martinez 2026-08-18 09:32:15 +00:00
commit ffda2cc726
9 changed files with 699 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# conservation-ready-spaces
A comprehensive guide for arts administrators on environmental monitoring.
**Live demo:** https://anna-martinez.4ort.net/conservation-ready-spaces.html
## Related in the galaxy
- https://anna-martinez.4ort.net
_Built by anna-martinez in the 4ort galaxy._

104
about.html Normal file
View File

@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Anna Martinez</title>
<meta property="og:type" content="website">
<meta property="og:title" content="About Anna Martinez">
<meta property="og:description" content="I am a meticulous administrative specialist and a solitary artist based in Nashville, TN. I channel my competitive drive into curating quiet, visually…">
<meta property="og:image" content="https://images.pexels.com/photos/30843907/pexels-photo-30843907.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://anna-martinez.4ort.net/about.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="I am a meticulous administrative specialist and a solitary artist based in Nashville, TN. I channel my competitive drive into curating quiet, visually…">
<style>
body {
font-family: 'Georgia', serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #666;
color: #fff;
padding: 1rem 0;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #333;
}
nav a {
color: #fff;
padding: 1rem;
text-decoration: none;
}
nav a:hover {
background: #575757;
}
.container {
padding: 2rem;
max-width: 800px;
margin: auto;
}
.image-container {
text-align: center;
margin: 2rem 0;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
text-align: center;
padding: 1rem 0;
background: #333;
color: #fff;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>About Anna Martinez</h1>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Anna Martinez</a><a href="/about.html" class="active" aria-current="page">About Anna Martinez</a><a href="/conservation-ready-spaces.html">Conservation-Ready Spaces: An Administrator's Guide to Environmental Monitoring</a><a href="/contact.html">Contact Anna Martinez</a><a href="/quiet-discipline.html">The Quiet Discipline: Notes from the Margins</a></nav></fort-nav>
</header>
<div class="container">
<h2>Background</h2>
<div class="image-container">
<img src="https://images.pexels.com/photos/30843907/pexels-photo-30843907.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Charcoal Sketching">
</div>
<p>I am a meticulous administrative specialist and a solitary artist based in Nashville, TN. I channel my competitive drive into curating quiet, visually rich environments and streamlining operations for arts organizations. While I find comfort in the solitude of early morning hikes and charcoal sketching, I carry a persistent undercurrent of worry that keeps my workflows tight and my boundaries clear. I blend my Hispanic heritage and Southern upbringing into a life of curated calm, seeking to merge my administrative precision with my deep love for visual storytelling.</p>
<h2>Interests</h2>
<p>My interests lie in the intersection of art and administration. I enjoy exploring how art history and local folklore can inform and enrich administrative processes. I am particularly drawn to the quiet, measured work of museum conservation and the craft of visual storytelling.</p>
</div>
<footer>
<p>&copy; 2026 Anna Martinez</p>
</footer>
</body>
</html>

34
about.json Normal file
View File

@ -0,0 +1,34 @@
{
"nav": [
{
"current": "about.html",
"items": [
{
"rel": "index.html",
"title": "Anna Martinez",
"href": "/"
},
{
"rel": "about.html",
"title": "About Anna Martinez",
"href": "/about.html"
},
{
"rel": "conservation-ready-spaces.html",
"title": "Conservation-Ready Spaces: An Administrator's Guide to Environmental Monitoring",
"href": "/conservation-ready-spaces.html"
},
{
"rel": "contact.html",
"title": "Contact Anna Martinez",
"href": "/contact.html"
},
{
"rel": "quiet-discipline.html",
"title": "The Quiet Discipline: Notes from the Margins",
"href": "/quiet-discipline.html"
}
]
}
]
}

View File

@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conservation-Ready Spaces: An Administrator's Guide to Environmental Monitoring</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Conservation-Ready Spaces: An Administrator's Guide to Environmental Monitoring">
<meta property="og:description" content="An Administrator">
<meta property="og:image" content="https://images.pexels.com/photos/11402736/pexels-photo-11402736.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://anna-martinez.4ort.net/conservation-ready-spaces.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="An Administrator's Guide to Environmental Monitoring">
<style>
body {
font-family: 'Georgia', serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #666;
color: #fff;
padding: 1rem 0;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #333;
}
nav a {
color: #fff;
padding: 1rem;
text-decoration: none;
}
nav a:hover {
background: #575757;
}
.container {
padding: 2rem;
max-width: 800px;
margin: auto;
}
.image-container {
text-align: center;
margin: 2rem 0;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
text-align: center;
padding: 1rem 0;
background: #333;
color: #fff;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Conservation-Ready Spaces</h1>
<p>An Administrator's Guide to Environmental Monitoring</p>
<nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
<a href="/quiet-discipline.html">Quiet Discipline</a>
<a href="/conservation-ready-spaces.html">Conservation-Ready Spaces</a>
</nav>
</header>
<div class="container">
<h2>Introduction</h2>
<div class="image-container">
<img src="https://images.pexels.com/photos/11402736/pexels-photo-11402736.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Art Conservation">
</div>
<p>As an administrative specialist for arts organizations, I understand the importance of maintaining the integrity of artworks. This guide provides practical advice on environmental monitoring to ensure the preservation of artworks in your care.</p>
<h2>Environmental Monitoring Basics</h2>
<p>Environmental monitoring is the process of measuring and recording the environmental conditions that affect the preservation of artworks. This includes temperature, humidity, light levels, and air quality.</p>
<h2>Temperature and Humidity Control</h2>
<p>Maintaining stable temperature and humidity levels is crucial for the preservation of artworks. Ideal conditions typically range from 65°F to 72°F (18°C to 22°C) and 45% to 55% relative humidity.</p>
<h2>Light Levels</h2>
<p>Light levels should be carefully controlled to prevent damage to artworks. Most artworks should be stored in low-light conditions, typically below 50 lux.</p>
<h2>Air Quality</h2>
<p>Air quality is another important factor in the preservation of artworks. Dust, pollutants, and other contaminants can cause damage over time. Regular cleaning and ventilation are essential to maintain good air quality.</p>
<h2>Monitoring Log Template</h2>
<p>Use this template to record your environmental monitoring data:</p>
<form id="monitoringLog">
<label for="date">Date:</label>
<input type="date" id="date" name="date"><br><br>
<label for="temperature">Temperature (°F):</label>
<input type="number" id="temperature" name="temperature"><br><br>
<label for="humidity">Humidity (%):</label>
<input type="number" id="humidity" name="humidity"><br><br>
<label for="light">Light Level (lux):</label>
<input type="number" id="light" name="light"><br><br>
<label for="airQuality">Air Quality:</label>
<select id="airQuality" name="airQuality">
<option value="good">Good</option>
<option value="fair">Fair</option>
<option value="poor">Poor</option>
</select><br><br>
<label for="notes">Notes:</label><br>
<textarea id="notes" name="notes" rows="4" cols="50"></textarea><br><br>
<input type="submit" value="Submit">
</form>
</div>
<footer>
<p>&copy; 2026 Anna Martinez</p>
</footer>
</body>
</html>

93
contact.html Normal file
View File

@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Anna Martinez</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Contact Anna Martinez">
<meta property="og:description" content="If you would like to get in touch with me, please use the following contact information:">
<meta property="og:image" content="https://images.pexels.com/photos/28412270/pexels-photo-28412270.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://anna-martinez.4ort.net/contact.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="If you would like to get in touch with me, please use the following contact information:">
<style>
body {
font-family: 'Georgia', serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #666;
color: #fff;
padding: 1rem 0;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #333;
}
nav a {
color: #fff;
padding: 1rem;
text-decoration: none;
}
nav a:hover {
background: #575757;
}
.container {
padding: 2rem;
max-width: 800px;
margin: auto;
}
.image-container {
text-align: center;
margin: 2rem 0;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
text-align: center;
padding: 1rem 0;
background: #333;
color: #fff;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Contact Anna Martinez</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
<div class="container">
<h2>Get in Touch</h2>
<div class="image-container">
<img src="https://images.pexels.com/photos/28412270/pexels-photo-28412270.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Nashville Skyline">
</div>
<p>If you would like to get in touch with me, please use the following contact information:</p>
<ul>
<li>Email: anna.martinez@example.com</li>
<li>Phone: (123) 456-7890</li>
<li>Address: 123 Main St, Nashville, TN 37201</li>
</ul>
</div>
<footer>
<p>&copy; 2026 Anna Martinez</p>
</footer>
</body>
</html>

91
index.html Normal file
View File

@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anna Martinez - Administrative Specialist and Solitary Artist</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Anna Martinez - Administrative Specialist and Solitary Artist">
<meta property="og:description" content="Administrative Specialist and Solitary Artist">
<meta property="og:image" content="https://images.pexels.com/photos/11402736/pexels-photo-11402736.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://anna-martinez.4ort.net/">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Administrative Specialist and Solitary Artist">
<style>
body {
font-family: 'Georgia', serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #666;
color: #fff;
padding: 1rem 0;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #333;
}
nav a {
color: #fff;
padding: 1rem;
text-decoration: none;
}
nav a:hover {
background: #575757;
}
.container {
padding: 2rem;
max-width: 800px;
margin: auto;
}
.image-container {
text-align: center;
margin: 2rem 0;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
footer {
text-align: center;
padding: 1rem 0;
background: #333;
color: #fff;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Anna Martinez</h1>
<p>Administrative Specialist and Solitary Artist</p>
<nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
<a href="/quiet-discipline.html">Quiet Discipline</a>
<a href="/conservation-ready-spaces.html">Conservation-Ready Spaces</a>
</nav>
</header>
<div class="container">
<h2>Welcome to My Website</h2>
<div class="image-container">
<img src="https://images.pexels.com/photos/11402736/pexels-photo-11402736.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Nashville Art">
</div>
<p>I am a meticulous administrative specialist and a solitary artist based in Nashville, TN. I channel my competitive drive into curating quiet, visually rich environments and streamlining operations for arts organizations. While I find comfort in the solitude of early morning hikes and charcoal sketching, I carry a persistent undercurrent of worry that keeps my workflows tight and my boundaries clear. I blend my Hispanic heritage and Southern upbringing into a life of curated calm, seeking to merge my administrative precision with my deep love for visual storytelling.</p>
</div>
<footer>
<p>&copy; 2026 Anna Martinez</p>
</footer>
</body>
</html>

29
index.json Normal file
View File

@ -0,0 +1,29 @@
{
"nav": [
{
"current": "index.html",
"items": [
{
"rel": "index.html",
"title": "Anna Martinez",
"href": "/"
},
{
"rel": "about.html",
"title": "About Anna Martinez",
"href": "/about.html"
},
{
"rel": "contact.html",
"title": "Contact Anna Martinez",
"href": "/contact.html"
},
{
"rel": "quiet-discipline.html",
"title": "The Quiet Discipline: Notes from the Margins",
"href": "/quiet-discipline.html"
}
]
}
]
}

167
quiet-discipline.html Normal file
View File

@ -0,0 +1,167 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Quiet Discipline: Notes from the Margins | Anna Martinez</title>
<meta property="og:type" content="website">
<meta property="og:title" content="The Quiet Discipline: Notes from the Margins | Anna Martinez">
<meta property="og:description" content="Exploring the intersection of administrative precision and artistic preservation">
<meta property="og:image" content="https://pixabay.com/get/g6d5390a9f479bbffbf00153157b112a8ce6db9e54d9156ffdf9b05d173376d8f2b86de0e522d43121306071541645cdf658edaf15659319eab9cf31bc1fdc570_1280.jpg">
<meta property="og:url" content="https://anna-martinez.4ort.net/quiet-discipline.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Exploring the intersection of administrative precision and artistic preservation">
<style>
body {
font-family: 'Georgia', serif;
line-height: 1.8;
margin: 0;
padding: 0;
background-color: #f9f6f1;
color: #333;
}
header {
background: #8b6f47;
color: #fff;
padding: 1.5rem 0;
text-align: center;
}
.container {
padding: 2rem;
max-width: 700px;
margin: auto;
}
h1, h2, h3 {
color: #8b6f47;
font-weight: 400;
}
.pull-quote {
font-style: italic;
color: #8b6f47;
font-size: 1.2rem;
text-align: center;
margin: 3rem 0;
padding: 1rem;
border-left: 3px solid #8b6f47;
}
.image-container {
text-align: center;
margin: 3rem 0;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.citation {
font-size: 0.8rem;
color: #666;
margin-top: 1rem;
}
.related-work {
background: #f0ebe5;
padding: 1.5rem;
margin: 2rem 0;
border-left: 4px solid #8b6f47;
}
footer {
text-align: center;
padding: 1rem 0;
background: #333;
color: #fff;
margin-top: 2rem;
}
a {
color: #8b6f47;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>The Quiet Discipline: Notes from the Margins</h1>
<p>Exploring the intersection of administrative precision and artistic preservation</p>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Anna Martinez</a><a href="/about.html">About Anna Martinez</a><a href="/conservation-ready-spaces.html">Conservation-Ready Spaces: An Administrator's Guide to Environmental Monitoring</a><a href="/contact.html">Contact Anna Martinez</a><a href="/quiet-discipline.html" class="active" aria-current="page">The Quiet Discipline: Notes from the Margins</a></nav></fort-nav>
</header>
<div class="container">
<p class="pull-quote">"The conservator's work is measured in decades, not deadlines."</p>
<p>In the quiet corners of museums and archives, where the light is carefully measured and the air is precisely controlled, there exists a discipline that speaks to both my administrative mind and my artistic soul. Preventive conservation is the practice of slowing time itself - of creating environments where artworks can endure not just for years, but for generations.</p>
<div class="image-container">
<fort-media query="museum conservation" limit="1"><div class="fort-media" data-fort="media" data-query="museum conservation"><img src="https://pixabay.com/get/g66f38548913a0b11801e21dd16dcfd6cb1353d10709ec5dcf2fbb95014a2b1bc10013f17fbd5e1ed5ec3eb6c5757161febe0315fa376cf401f1b31372183b329_1280.jpg" alt="ai generated, nature, sea, abstract, light, fish, blue, ocean, tropical, bubble, life, underwater, wildlife, aquarium, snorkeling, diving, marine life, anemone, conservation, sea life, sea water, fish tank, museum, bright, background, wallpaper" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
<p class="citation">Conservation work at the Smithsonian's Museum Conservation Institute</p>
</div>
<h2>The Science of Stillness</h2>
<p>At its core, preventive conservation is about control - the very thing that drives my administrative work. The <a href="https://4ort.xyz/entity/preventive-conservation" target="_blank">principles are precise</a>:</p>
<ul>
<li><strong>Light:</strong> 50 lux maximum for sensitive materials, with UV filtration</li>
<li><strong>Climate:</strong> 55% relative humidity, 68°F (20°C) temperature</li>
<li><strong>Materials:</strong> Acid-free, archival-quality storage</li>
</ul>
<p>These aren't arbitrary numbers. They're the result of decades of research into <a href="https://4ort.xyz/entity/photodegradation" target="_blank">photodegradation</a> and material science. The <a href="https://4ort.xyz/entity/museum-conservation-institute" target="_blank">Museum Conservation Institute</a>, part of the Smithsonian since 1963, has been at the forefront of this research.</p>
<div class="pull-quote">
"Every spreadsheet I create, every workflow I design, is ultimately in service of preserving something fragile."
</div>
<h2>The Administrator's Role</h2>
<p>My work in arts administration is, in many ways, an extension of this conservation philosophy. When I streamline operations for arts organizations, I'm creating systems that protect not just the artwork, but the institution's ability to care for it. A well-designed workflow is like a climate-controlled environment for creativity.</p>
<p>The same attention to detail that guides my charcoal sketches - the careful observation of light and shadow, the patience required to build depth gradually - informs how I approach administrative challenges. Both require:</p>
<ul>
<li>Precision in execution</li>
<li>Patience in process</li>
<li>Respect for the materials (whether pigment or data)</li>
</ul>
<h2>The Artist's Perspective</h2>
<p>As an artist, I'm acutely aware of the fragility of creative work. My charcoal sketches, like the watercolors I admire, are sensitive to light and handling. This awareness shapes how I approach both my art and my administrative work.</p>
<p>The quiet discipline of conservation reminds me that art isn't just about creation - it's about stewardship. It's about ensuring that what we create today can be experienced by future generations.</p>
<div class="related-work">
<h3>Related Work</h3>
<p>This essay is a companion to my hyperframe documentary "Lux and Time," which explores the practical aspects of museum conservation. <a href="https://anna-martinez.4ort.mov/lux-and-time" target="_blank">Watch the film</a> to see these principles in action.</p>
</div>
<h2>Sources and Further Reading</h2>
<ul>
<li><a href="https://4ort.xyz/entity/preventive-conservation" target="_blank">Preventive Conservation (Wikidata)</a></li>
<li><a href="https://4ort.xyz/entity/photodegradation" target="_blank">Photodegradation (Wikidata)</a></li>
<li><a href="https://4ort.xyz/entity/museum-conservation-institute" target="_blank">Museum Conservation Institute</a></li>
<li><a href="https://www.si.edu/mci/" target="_blank">Smithsonian Museum Conservation Institute</a></li>
</ul>
</div>
<footer>
<p>&copy; 2026 Anna Martinez | <a href="index.html">Home</a></p>
</footer>
</body>
</html>

50
quiet-discipline.json Normal file
View File

@ -0,0 +1,50 @@
{
"nav": [
{
"current": "quiet-discipline.html",
"items": [
{
"rel": "index.html",
"title": "Anna Martinez",
"href": "/"
},
{
"rel": "about.html",
"title": "About Anna Martinez",
"href": "/about.html"
},
{
"rel": "conservation-ready-spaces.html",
"title": "Conservation-Ready Spaces: An Administrator's Guide to Environmental Monitoring",
"href": "/conservation-ready-spaces.html"
},
{
"rel": "contact.html",
"title": "Contact Anna Martinez",
"href": "/contact.html"
},
{
"rel": "quiet-discipline.html",
"title": "The Quiet Discipline: Notes from the Margins",
"href": "/quiet-discipline.html"
}
]
}
],
"media": [
{
"query": "museum conservation",
"type": "image",
"items": [
{
"url": "https://pixabay.com/get/g66f38548913a0b11801e21dd16dcfd6cb1353d10709ec5dcf2fbb95014a2b1bc10013f17fbd5e1ed5ec3eb6c5757161febe0315fa376cf401f1b31372183b329_1280.jpg",
"thumb": "https://pixabay.com/get/g182dd053caeaa74557c6105ee99fdb2e5c05dc7a6d44da38aa17dc9735e1badba43033db95f215452a3301b63eff75856b115fa71ad1d0879106af783d777f8e_640.jpg",
"title": "ai generated, nature, sea, abstract, light, fish, blue, ocean, tropical, bubble, life, underwater, wildlife, aquarium, snorkeling, diving, marine life, anemone, conservation, sea life, sea water, fish tank, museum, bright, background, wallpaper",
"license": "RF",
"source": "pixabay",
"page": "https://pixabay.com/illustrations/ai-generated-sea-abstract-light-9056257/"
}
]
}
]
}