The Birth of the CIO: From Back-Office Manager to Strategic Pioneer.
This piece explores how technology leadership moved from the back office to the boardroom.
By Prof.Alex Siow
The Birth of the CIO: From Back-Office Manager to Strategic Pioneer | Altas World News :root{ --ink:#111827; --muted:#6b7280; --soft:#e5e7eb; --paper:#ffffff; --bg:#f6f5f2; /* FT-ish warm paper */ --max: 900px; --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif; --serif: ui-serif, Georgia, "Times New Roman", Times, serif; } *{box-sizing:border-box} body{ margin:0; background:var(--bg); color:var(--ink); font-family:var(--serif); line-height:1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a{color:inherit; text-decoration:none} a:hover{text-decoration:underline} /* Masthead */ .masthead{ position: sticky; top: 0; z-index: 50; background: rgba(246,245,242,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--soft); } .masthead-inner{ max-width: 1180px; margin: 0 auto; padding: 14px 20px; display:grid; grid-template-columns: 1fr auto 1fr; align-items:center; gap: 12px; } .mast-left,.mast-right{ display:flex; gap:10px; align-items:center; font-family:var(--sans); font-size:12px; text-transform:uppercase; letter-spacing:.45px; color:var(--muted); flex-wrap:wrap; } .mast-right{justify-content:flex-end} .pill{ border:1px solid var(--soft); background:var(--paper); padding:6px 10px; border-radius:999px; color:#374151; white-space:nowrap; } .brand{ text-align:center; font-family:var(--serif); font-weight:700; letter-spacing:.2px; font-size:18px; text-transform:uppercase; } /* Article container */ .wrap{ max-width: var(--max); margin: 0 auto; padding: 26px 18px 60px; } .article{ border:1px solid var(--soft); background:var(--paper); border-radius:16px; overflow:hidden; box-shadow:0 1px 0 rgba(17,24,39,.03); } /* Opinion header (NYT/FT-like) */ .op-head{ padding: 26px 24px 18px; border-bottom:1px solid var(--soft); } .kicker{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin:0 0 10px; font-family:var(--sans); font-s…