6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
91 lines
4.0 KiB
HTML
91 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Intelligence Insights | Landvex Blog</title>
|
|
<meta name="description" content="Research and analysis on decision intelligence, field data quality and the gap between official data and observed reality.">
|
|
<link rel="canonical" href="https://landvex.com/insights/">
|
|
<style>
|
|
body { font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 40px 20px; color: #1a1a1a; }
|
|
h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5em; }
|
|
.subtitle { color: #666; font-size: 1.2rem; margin-bottom: 3em; }
|
|
.article-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 2em; }
|
|
.article-card { border: 1px solid #eee; border-radius: var(--radius-md); padding: 24px; transition: box-shadow 0.2s; }
|
|
.article-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
|
|
.article-card h2 { font-size: 1.3rem; margin-top: 0; }
|
|
.article-card a { color: #1a1a1a; text-decoration: none; }
|
|
.article-card a:hover { color: #0066cc; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Intelligence Insights</h1>
|
|
<p class="subtitle">Research and analysis on decision intelligence, field data quality and the gap between official data and observed reality.</p>
|
|
|
|
<div class="article-grid">
|
|
|
|
<div class="article-card">
|
|
<h2><a href="/insights/calculate-cost-of-stale-data/">Calculate the Cost of Stale Data</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/continuous-monitoring-vs-periodic-inspection/">Continuous Monitoring vs Periodic Inspection</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/contradiction-gap/">The Contradiction Gap: Reported vs Observed</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/cost-of-outdated-data/">The Real Cost of Outdated Data</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/crowdsourced-data-quality/">Can You Trust Crowdsourced Data?</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/crowdsourced-vs-traditional-field-research/">Crowdsourced vs Traditional Field Research</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/decision-first-intelligence/">Decision-First Intelligence, Explained</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/evidence-driven-municipal-maintenance/">Evidence-Driven Municipal Maintenance</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/field-intelligence-vs-satellite/">Field Intelligence vs Satellite Imagery</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/ground-truth-crowdsourced-verification/">Ground Truth: Crowdsourced Field Verification</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/how-the-consensus-engine-works/">How the Consensus Engine Works</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/insurance-contradiction-analysis/">Insurance Risk Pricing via Contradiction Analysis</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/official-data-urban-infrastructure/">What Official Data Hides About Infrastructure</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/official-data-vs-observed-reality/">Official Data vs Observed Reality</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/pre-loss-surveys-insurance/">Pre-Loss Surveys at Portfolio Scale</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/real-estate-due-diligence-observed-reality/">Due Diligence Beyond the Data Room</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/retail-site-selection-data/">Retail Site Selection Data</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/test-article/">Test Article for Automation</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/urban-growth-index-nordic/">Urban Growth Index: Nordic Commercial Vitality</a></h2>
|
|
</div>
|
|
<div class="article-card">
|
|
<h2><a href="/insights/what-is-a-city-health-index/">What Is a City Health Index?</a></h2>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|