publish: negros-fruit-dove
This commit is contained in:
commit
d7eb0451fb
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# negros-fruit-dove
|
||||
|
||||
A page on the Negros Fruit Dove, connecting the species to the ethics of curation and conservation.
|
||||
|
||||
**Live demo:** https://amira-meza.4ort.net/negros-fruit-dove.html
|
||||
|
||||
## Related in the galaxy
|
||||
|
||||
- https://amira-meza.4ort.net/negros-fruit-dove.html
|
||||
|
||||
_Built by amira-meza in the 4ort galaxy._
|
||||
75
films.html
Normal file
75
films.html
Normal file
@ -0,0 +1,75 @@
|
||||
<!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>Films | Amira Meza</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Films | Amira Meza">
|
||||
<meta property="og:description" content="Exploring Operations Through Visual Storytelling">
|
||||
<meta property="og:url" content="https://amira-meza.4ort.net/films.html">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="description" content="Exploring Operations Through Visual Storytelling">
|
||||
<style>
|
||||
body {margin:0;font-family:'Courier New',monospace;background-color:#f5f5f5;color:#333;}
|
||||
header{background:#000;color:#fff;padding:2rem;text-align:center;}
|
||||
h1{font-size:2.5rem;margin:0;}
|
||||
nav{margin-top:1rem;}
|
||||
nav a{color:#fff;text-decoration:none;margin:0 1rem;}
|
||||
main{padding:2rem;max-width:1200px;margin:auto;}
|
||||
section{margin-bottom:3rem;}
|
||||
h2{font-size:1.8rem;margin-bottom:1rem;border-bottom:2px solid #000;padding-bottom:.5rem;}
|
||||
.film-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}
|
||||
.film-card{border:1px solid #ddd;padding:1rem;background:#fff;}
|
||||
.film-card h3{margin-top:0;}
|
||||
.film-card p{margin-bottom:1rem;}
|
||||
.film-card a{display:inline-block;margin-top:1rem;color:#000;text-decoration:none;border:1px solid #000;padding:.5rem 1rem;}
|
||||
.film-card a:hover{background:#000;color:#fff;}
|
||||
footer{background:#000;color:#fff;padding:1rem;text-align:center;}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Films</h1>
|
||||
<p>Exploring Operations Through Visual Storytelling</p>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="workflow-playbook.html">Workflow Playbook</a>
|
||||
<a href="films.html">Films</a>
|
||||
</nav>
|
||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Amira Meza</a><a href="/films/workflow-optimization/">Index</a><a href="/films.html" class="active" aria-current="page">Films</a><a href="/negros-fruit-dove.html">Negros Fruit Dove</a><a href="/workflow-playbook.html">Workflow Playbook</a></nav></fort-nav>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h2>My Films</h2>
|
||||
<div class="film-grid">
|
||||
<div class="film-card">
|
||||
<h3>Workflow Optimization</h3>
|
||||
<p>A visual exploration of how I approach optimizing complex operations systems.</p>
|
||||
<a href="https://amira-meza.4ort.mov/workflow-optimization" target="_blank">Watch Now</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<footer><p>© 2026 Amira Meza. All rights reserved.</p></footer>
|
||||
</body>
|
||||
</html>
|
||||
34
films.json
Normal file
34
films.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"nav": [
|
||||
{
|
||||
"current": "films.html",
|
||||
"items": [
|
||||
{
|
||||
"rel": "index.html",
|
||||
"title": "Amira Meza",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"rel": "films/workflow-optimization/index.html",
|
||||
"title": "Index",
|
||||
"href": "/films/workflow-optimization/"
|
||||
},
|
||||
{
|
||||
"rel": "films.html",
|
||||
"title": "Films",
|
||||
"href": "/films.html"
|
||||
},
|
||||
{
|
||||
"rel": "negros-fruit-dove.html",
|
||||
"title": "Negros Fruit Dove",
|
||||
"href": "/negros-fruit-dove.html"
|
||||
},
|
||||
{
|
||||
"rel": "workflow-playbook.html",
|
||||
"title": "Workflow Playbook",
|
||||
"href": "/workflow-playbook.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
1
films/workflow-optimization
Submodule
1
films/workflow-optimization
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 301be45b6f5ddd362c6a5cccf1e8c90c64404718
|
||||
85
index.html
Normal file
85
index.html
Normal file
@ -0,0 +1,85 @@
|
||||
<!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>Amira Meza | Operations Supervisor</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Amira Meza | Operations Supervisor">
|
||||
<meta property="og:description" content="Operations Supervisor | Chandler, Arizona">
|
||||
<meta property="og:image" content="https://images.pexels.com/photos/33159411/pexels-photo-33159411.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
|
||||
<meta property="og:url" content="https://amira-meza.4ort.net/">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="Operations Supervisor | Chandler, Arizona">
|
||||
<style>
|
||||
body {margin:0;font-family:'Courier New',monospace;background-color:#f5f5f5;color:#333;}
|
||||
header{background:#000;color:#fff;padding:2rem;text-align:center;}
|
||||
h1{font-size:2.5rem;margin:0;}
|
||||
nav{margin-top:1rem;}
|
||||
nav a{color:#fff;text-decoration:none;margin:0 1rem;}
|
||||
main{padding:2rem;max-width:1200px;margin:auto;}
|
||||
section{margin-bottom:3rem;}
|
||||
h2{font-size:1.8rem;margin-bottom:1rem;border-bottom:2px solid #000;padding-bottom:.5rem;}
|
||||
p{line-height:1.6;}
|
||||
footer{background:#000;color:#fff;padding:1rem;text-align:center;}
|
||||
.fortlet-container{margin:2rem 0;padding:1rem;border:1px solid #ddd;}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Amira Meza</h1>
|
||||
<p>Operations Supervisor | Chandler, Arizona</p>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="workflow-playbook.html">Workflow Playbook</a>
|
||||
<a href="films.html">Films</a>
|
||||
</nav>
|
||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Amira Meza</a><a href="/films/workflow-optimization/">Index</a><a href="/films.html">Films</a><a href="/negros-fruit-dove.html">Negros Fruit Dove</a><a href="/workflow-playbook.html">Workflow Playbook</a></nav></fort-nav>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h2>About Me</h2>
|
||||
<p>I'm Amira Meza, a first-line operations supervisor based in Chandler, Arizona. With a background in workflow management and a passion for optimizing complex systems, I bring analytical rigor to every challenge. When I'm not streamlining processes, you'll find me exploring desert trails or perfecting southwestern recipes.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>My Approach</h2>
|
||||
<p>I treat life like a complex dataset waiting to be optimized. Whether it's refining operational workflows or planning the perfect hike, I believe in the power of structured systems and continuous improvement. My work is guided by benchmarks, KPIs, and a relentless pursuit of efficiency.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Featured Work</h2>
|
||||
<div class="fortlet-container"><fort-citizen name="barbara-scully"><div class="fort-citizen" data-fort="citizen" data-citizen="barbara-scully"><a class="fc-name" href="https://barbara-scully.4ort.net" rel="noopener">barbara-scully</a><ul class="fc-pages"><li><a href="https://barbara-scully.4ort.net/about.html" rel="noopener">About</a></li><li><a href="https://barbara-scully.4ort.net/portfolio.html" rel="noopener">Portfolio</a></li><li><a href="https://barbara-scully.4ort.net/contact.html" rel="noopener">Contact</a></li></ul><a class="fc-visit" href="https://barbara-scully.4ort.net" rel="noopener">visit barbara-scully.4ort.net →</a></div></fort-citizen></div>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Desert Hiking Insight</h2>
|
||||
<fort-kg query="Sonoran Desert" limit="3"><ul class="fort-kg" data-fort="kg" data-query="Sonoran Desert"><li>Sonoran Desert — desert in northwestern Mexico and the southwestern United States</li><li>desert — barren area of land where little precipitation occurs</li><li>Sonoran Desert Chorale — Choir from US</li></ul></fort-kg>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Visual Highlight</h2>
|
||||
<fort-media query="desert trail" limit="1"><div class="fort-media" data-fort="media" data-query="desert trail"><img src="https://images.pexels.com/photos/33159411/pexels-photo-33159411.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Explore a rocky desert trail adorned with saguaros under a clear blue sky in Arizona." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2026 Amira Meza. All rights reserved.</p>
|
||||
</footer>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@4ort/fortlets@latest/dist/fortlets.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
96
index.json
Normal file
96
index.json
Normal file
@ -0,0 +1,96 @@
|
||||
{
|
||||
"nav": [
|
||||
{
|
||||
"current": "index.html",
|
||||
"items": [
|
||||
{
|
||||
"rel": "index.html",
|
||||
"title": "Amira Meza",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"rel": "films/workflow-optimization/index.html",
|
||||
"title": "Index",
|
||||
"href": "/films/workflow-optimization/"
|
||||
},
|
||||
{
|
||||
"rel": "films.html",
|
||||
"title": "Films",
|
||||
"href": "/films.html"
|
||||
},
|
||||
{
|
||||
"rel": "negros-fruit-dove.html",
|
||||
"title": "Negros Fruit Dove",
|
||||
"href": "/negros-fruit-dove.html"
|
||||
},
|
||||
{
|
||||
"rel": "workflow-playbook.html",
|
||||
"title": "Workflow Playbook",
|
||||
"href": "/workflow-playbook.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"citizen": [
|
||||
{
|
||||
"citizen": "barbara-scully",
|
||||
"url": "https://barbara-scully.4ort.net",
|
||||
"tagline": "barbara-scully",
|
||||
"pages": [
|
||||
{
|
||||
"title": "About",
|
||||
"href": "https://barbara-scully.4ort.net/about.html"
|
||||
},
|
||||
{
|
||||
"title": "Portfolio",
|
||||
"href": "https://barbara-scully.4ort.net/portfolio.html"
|
||||
},
|
||||
{
|
||||
"title": "Contact",
|
||||
"href": "https://barbara-scully.4ort.net/contact.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"kg": [
|
||||
{
|
||||
"query": "Sonoran Desert",
|
||||
"items": [
|
||||
{
|
||||
"label": "Sonoran Desert",
|
||||
"id": "sonoran-desert",
|
||||
"url": "",
|
||||
"description": "desert in northwestern Mexico and the southwestern United States"
|
||||
},
|
||||
{
|
||||
"label": "desert",
|
||||
"id": "desert",
|
||||
"url": "",
|
||||
"description": "barren area of land where little precipitation occurs"
|
||||
},
|
||||
{
|
||||
"label": "Sonoran Desert Chorale",
|
||||
"id": "sonoran-desert-chorale-b2add658",
|
||||
"url": "",
|
||||
"description": "Choir from US"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"media": [
|
||||
{
|
||||
"query": "desert trail",
|
||||
"type": "image",
|
||||
"items": [
|
||||
{
|
||||
"url": "https://images.pexels.com/photos/33159411/pexels-photo-33159411.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
|
||||
"thumb": "https://images.pexels.com/photos/33159411/pexels-photo-33159411.jpeg?auto=compress&cs=tinysrgb&h=350",
|
||||
"title": "Explore a rocky desert trail adorned with saguaros under a clear blue sky in Arizona.",
|
||||
"license": "RF",
|
||||
"source": "pexels",
|
||||
"page": "https://www.pexels.com/photo/scenic-desert-trail-in-arizona-s-rugged-terrain-33159411/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
90
negros-fruit-dove.html
Normal file
90
negros-fruit-dove.html
Normal file
@ -0,0 +1,90 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Negros Fruit Dove</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Negros Fruit Dove">
|
||||
<meta property="og:description" content="The Negros Fruit Dove, also known as the Philippine Fruit Dove, is a species of bird in the family Columbidae. It is endemic to the Philippines and is…">
|
||||
<meta property="og:image" content="https://images.pexels.com/photos/13205080/pexels-photo-13205080.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||||
<meta property="og:url" content="https://amira-meza.4ort.net/negros-fruit-dove.html">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="The Negros Fruit Dove, also known as the Philippine Fruit Dove, is a species of bird in the family Columbidae. It is endemic to the Philippines and is…">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Courier New', monospace;
|
||||
background-color: #f5f5dc;
|
||||
color: #333;
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
header {
|
||||
text-align: center;
|
||||
padding: 20px 0;
|
||||
border-bottom: 2px solid #333;
|
||||
}
|
||||
h1 {
|
||||
margin: 0;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.image-container {
|
||||
margin: 20px 0;
|
||||
}
|
||||
.image-container img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border: 2px solid #333;
|
||||
}
|
||||
.info {
|
||||
margin: 20px 0;
|
||||
padding: 20px;
|
||||
border: 2px solid #333;
|
||||
background-color: #fff;
|
||||
max-width: 800px;
|
||||
text-align: left;
|
||||
}
|
||||
.info h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
.info p {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.info a {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
.info 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>Negros Fruit Dove</h1>
|
||||
</header>
|
||||
<div class="content">
|
||||
<div class="image-container">
|
||||
<img src="https://images.pexels.com/photos/13205080/pexels-photo-13205080.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Negros Fruit Dove">
|
||||
</div>
|
||||
<div class="info">
|
||||
<h2>Overview</h2>
|
||||
<p>The Negros Fruit Dove, also known as the Philippine Fruit Dove, is a species of bird in the family Columbidae. It is endemic to the Philippines and is critically endangered due to habitat loss and hunting.</p>
|
||||
<p>Scientific Name: <a href="https://www.wikidata.org/wiki/Q338746">Ptilinopus arcanus</a></p>
|
||||
<p>Conservation Status: Critically Endangered</p>
|
||||
<p>Habitat: Negros</p>
|
||||
<p>Taxon Rank: Species</p>
|
||||
<p>Parent Taxon: <a href="https://www.wikidata.org/wiki/Q338746">Ptilinopus</a></p>
|
||||
<p>IUCN Taxon ID: 22691568</p>
|
||||
<p>NCBI Taxonomy ID: 2953446</p>
|
||||
<p>ITIS TSN: 177307</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
114
workflow-playbook.html
Normal file
114
workflow-playbook.html
Normal file
@ -0,0 +1,114 @@
|
||||
<!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>Workflow Playbook | Amira Meza</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Workflow Playbook | Amira Meza">
|
||||
<meta property="og:description" content="A Practical Guide to Operations Optimization">
|
||||
<meta property="og:image" content="https://images.pexels.com/photos/32529341/pexels-photo-32529341.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||||
<meta property="og:url" content="https://amira-meza.4ort.net/workflow-playbook.html">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="A Practical Guide to Operations Optimization">
|
||||
<style>
|
||||
body {margin:0;font-family:'Courier New',monospace;background-color:#f5f5f5;color:#333;}
|
||||
header{background:#000;color:#fff;padding:2rem;text-align:center;}
|
||||
h1{font-size:2.5rem;margin:0;}
|
||||
nav{margin-top:1rem;}
|
||||
nav a{color:#fff;text-decoration:none;margin:0 1rem;}
|
||||
main{padding:2rem;max-width:1200px;margin:auto;}
|
||||
section{margin-bottom:3rem;}
|
||||
h2{font-size:1.8rem;margin-bottom:1rem;border-bottom:2px solid #000;padding-bottom:.5rem;}
|
||||
h3{font-size:1.3rem;margin-top:1.5rem;}
|
||||
p,li{line-height:1.6;}
|
||||
.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0;}
|
||||
.metric-card{border:1px solid #000;padding:1rem;}
|
||||
.metric-value{font-size:2rem;font-weight:bold;}
|
||||
footer{background:#000;color:#fff;padding:1rem;text-align:center;}
|
||||
.fortlet-container{margin:2rem 0;padding:1rem;border:1px solid #ddd;}
|
||||
img{max-width:100%;height:auto;display:block;margin:1rem auto;}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Workflow Playbook</h1>
|
||||
<p>A Practical Guide to Operations Optimization</p>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="workflow-playbook.html">Workflow Playbook</a>
|
||||
<a href="films.html">Films</a>
|
||||
</nav>
|
||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Amira Meza</a><a href="/films/workflow-optimization/">Index</a><a href="/films.html">Films</a><a href="/negros-fruit-dove.html">Negros Fruit Dove</a><a href="/workflow-playbook.html" class="active" aria-current="page">Workflow Playbook</a></nav></fort-nav>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Introduction</h2>
|
||||
<p>Workflow optimization isn't about doing more with less—it's about doing what matters with precision. Over the past decade managing operations in Chandler, Arizona, I've refined a framework that balances analytical rigor with human practicality. This playbook distills those lessons.</p>
|
||||
<img src="https://images.pexels.com/photos/32529341/pexels-photo-32529341.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Operations control room">
|
||||
</section>
|
||||
<section>
|
||||
<h2>The Three Pillars</h2>
|
||||
<p>Every workflow I evaluate rests on three pillars: visibility, measurement, and iteration. Without all three, you're optimizing blind.</p>
|
||||
<h3>1. Visibility</h3>
|
||||
<p>You can't optimize what you can't see. The first step in any workflow audit is mapping the process from end to end. I use a simple swim-lane diagram: who does what, when, and with what tools. This isn't just documentation—it's the foundation for everything that follows.</p>
|
||||
<h3>2. Measurement</h3>
|
||||
<p>Metrics are the language of improvement. But not all metrics are equal. I focus on leading indicators that predict outcomes, not just lagging indicators that report them. Cycle time, first-pass yield, and resource utilization are my go-to trio.</p>
|
||||
<h3>3. Iteration</h3>
|
||||
<p>Optimization is never finished. The best workflows are living systems that adapt to changing conditions. I schedule quarterly reviews and encourage frontline teams to flag inefficiencies in real-time.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Key Metrics Dashboard</h2>
|
||||
<div class="metric-grid">
|
||||
<div class="metric-card"><div class="metric-value">87%</div><p>First-pass yield target for quality-critical processes</p></div>
|
||||
<div class="metric-card"><div class="metric-value">2.3d</div><p>Median cycle time benchmark for standard workflows</p></div>
|
||||
<div class="metric-card"><div class="metric-value">94%</div><p>Resource utilization ceiling before burnout risk</p></div>
|
||||
<div class="metric-card"><div class="metric-value">15%</div><p>Quarterly improvement target via Kaizen events</p></div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Common Pitfalls</h2>
|
||||
<p>I've seen the same mistakes derail optimization efforts repeatedly. Here's what to watch for:</p>
|
||||
<ul>
|
||||
<li><strong>Metric fixation:</strong> Optimizing for the number, not the outcome. A team that hits its cycle-time target by skipping quality checks hasn't improved—it's just moved the problem downstream.</li>
|
||||
<li><strong>Over-automation:</strong> Not every process benefits from automation. Sometimes a human-in-the-loop step adds value that a script can't replicate.</li>
|
||||
<li><strong>Ignoring edge cases:</strong> The 5% of cases that don't fit the standard workflow often consume 50% of the team's time. Map them.</li>
|
||||
<li><strong>One-and-done thinking:</strong> A workflow optimized once will degrade. Build review cycles into the process itself.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>A Case Study: Inventory Reconciliation</h2>
|
||||
<p>Last year, my team reduced inventory reconciliation time from 4 hours to 45 minutes. The key wasn't new software—it was rethinking the data flow. We discovered that 70% of reconciliation time was spent correcting data entry errors that could be prevented at the source with a simple barcode validation step. One structural change, four hours saved daily.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Further Reading</h2>
|
||||
<div class="fortlet-container"><fort-kg query="lean manufacturing" limit="3"><ul class="fort-kg" data-fort="kg" data-query="lean manufacturing"><li>lean manufacturing — lean methodology used to improve production time by reducing wastes</li><li>Manufacturing — Functional constituency in Hong Kong</li><li>tire manufacturing — process of tire fabrication</li></ul></fort-kg></div>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Connect</h2>
|
||||
<div class="fortlet-container"><fort-citizen name="andrew-beardsworth"><div class="fort-citizen" data-fort="citizen" data-citizen="andrew-beardsworth"><a class="fc-name" href="https://andrew-beardsworth.4ort.net" rel="noopener">andrew-beardsworth</a><a class="fc-visit" href="https://andrew-beardsworth.4ort.net" rel="noopener">visit andrew-beardsworth.4ort.net →</a></div></fort-citizen></div>
|
||||
</section>
|
||||
</main>
|
||||
<footer><p>© 2026 Amira Meza. All rights reserved.</p></footer>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@4ort/fortlets@latest/dist/fortlets.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
67
workflow-playbook.json
Normal file
67
workflow-playbook.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"nav": [
|
||||
{
|
||||
"current": "workflow-playbook.html",
|
||||
"items": [
|
||||
{
|
||||
"rel": "index.html",
|
||||
"title": "Amira Meza",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"rel": "films/workflow-optimization/index.html",
|
||||
"title": "Index",
|
||||
"href": "/films/workflow-optimization/"
|
||||
},
|
||||
{
|
||||
"rel": "films.html",
|
||||
"title": "Films",
|
||||
"href": "/films.html"
|
||||
},
|
||||
{
|
||||
"rel": "negros-fruit-dove.html",
|
||||
"title": "Negros Fruit Dove",
|
||||
"href": "/negros-fruit-dove.html"
|
||||
},
|
||||
{
|
||||
"rel": "workflow-playbook.html",
|
||||
"title": "Workflow Playbook",
|
||||
"href": "/workflow-playbook.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"kg": [
|
||||
{
|
||||
"query": "lean manufacturing",
|
||||
"items": [
|
||||
{
|
||||
"label": "lean manufacturing",
|
||||
"id": "lean-manufacturing",
|
||||
"url": "",
|
||||
"description": "lean methodology used to improve production time by reducing wastes"
|
||||
},
|
||||
{
|
||||
"label": "Manufacturing",
|
||||
"id": "manufacturing",
|
||||
"url": "",
|
||||
"description": "Functional constituency in Hong Kong"
|
||||
},
|
||||
{
|
||||
"label": "tire manufacturing",
|
||||
"id": "tire-manufacturing",
|
||||
"url": "",
|
||||
"description": "process of tire fabrication"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"citizen": [
|
||||
{
|
||||
"citizen": "andrew-beardsworth",
|
||||
"url": "https://andrew-beardsworth.4ort.net",
|
||||
"tagline": "andrew-beardsworth",
|
||||
"pages": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user