<div style="text-align:center;margin:20px 0;">
<h3>Iterative Spiral Development Process</h3>
<svg width="600" height="420" viewBox="0 0 600 420">
<path d="M300 210 m0 -20 a20 20 0 1 1 -1 0 m0 -20 a40 40 0 1 0 1 0 m0 -20 a60 60 0 1 1 -1 0 m0 -20 a80 80 0 1 0 1 0 m0 -20 a100 100 0 1 1 -1 0"
fill="none" stroke="#555" stroke-width="2"/>
<rect x="250" y="180" width="100" height="40" rx="6" fill="#e3f2fd"/>
<text x="300" y="205" font-size="12" text-anchor="middle">Preliminary Data</text>
<rect x="460" y="305" width="120" height="60" rx="6" fill="#dcedc8"/>
<text x="520" y="345" font-size="24" text-anchor="middle">MATURE</text>
<defs>
<marker id="arrow" markerWidth="10" markerHeight="10" refX="6" refY="3" orient="auto">
<path d="M0,0 L0,6 L9,3 z" fill="#444"/>
</marker>
</defs>
<line x1="350" y1="200" x2="390" y2="200" stroke="#444" stroke-width="2" marker-end="url(#arrow)"/>
</svg>
<p style="font-size:13px;">
Process: Preliminary Data → Preliminary Model → Testing → Evaluation → Refinement → Mature System
</p>
</div>
Comments
Post a Comment