2026-07-05 06:41:32 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Landvex Aid Intelligence - Evidence-Based Verification< / title >
2026-07-07 07:11:50 +00:00
< link rel = "stylesheet" href = "/assets/css/landvex-complete.css" >
< style >
2026-07-05 06:41:32 +00:00
* { margin : 0 ; padding : 0 ; box-sizing : border-box ; }
body { font-family : - apple-system , BlinkMacSystemFont , 'Inter' , sans-serif ; background : #f8f9fa ; color : #1a1a1a ; line-height : 1.6 ; }
2026-07-07 07:11:50 +00:00
. header { background : #fff ; border-bottom : 1 px solid #e9ecef ; padding : 24 px ; display : flex ; justify-content : space-between ; align-items : center ; }
2026-07-05 06:41:32 +00:00
. header h1 { font-size : 1.5 rem ; color : #1a1a1a ; }
. header . subtitle { color : #6c757d ; font-size : 0.85 rem ; }
2026-07-07 07:11:50 +00:00
. nav { background : #fff ; border-bottom : 1 px solid #e9ecef ; padding : 0 40 px ; display : flex ; gap : 16 px ; }
. nav a { color : #6c757d ; text-decoration : none ; padding : 24 px ; font-size : 0.85 rem ; transition : all 0.2 s ; border-bottom : 2 px solid transparent ; }
2026-07-05 06:41:32 +00:00
. nav a : hover , . nav a . active { color : #0066cc ; border-bottom-color : #0066cc ; }
. main { padding : 40 px ; max-width : 1400 px ; margin : 0 auto ; }
2026-07-07 07:11:50 +00:00
. philosophy { background : #fff ; border-radius : var ( - - radius - md ) ; padding : 32 px ; margin-bottom : 32 px ; border-left : 4 px solid #0066cc ; }
. philosophy h2 { font-size : 1.25 rem ; margin-bottom : 24 px ; color : #1a1a1a ; }
2026-07-05 06:41:32 +00:00
. philosophy p { color : #495057 ; margin-bottom : 12 px ; }
. philosophy ul { margin-left : 20 px ; color : #495057 ; }
. philosophy li { margin-bottom : 8 px ; }
2026-07-07 07:11:50 +00:00
. stats-grid { display : grid ; grid-template-columns : repeat ( auto - fill , minmax ( 200 px , 1 fr ) ) ; gap : 16 px ; margin-bottom : 32 px ; }
. stat-card { background : #fff ; border-radius : var ( - - radius - md ) ; padding : 24 px ; box-shadow : 0 1 px 3 px rgba ( 0 , 0 , 0 , 0.1 ) ; }
2026-07-05 06:41:32 +00:00
. stat-card h3 { font-size : 0.75 rem ; color : #6c757d ; margin-bottom : 8 px ; text-transform : uppercase ; letter-spacing : 0.5 px ; }
. stat-card . value { font-size : 2 rem ; font-weight : 700 ; color : #1a1a1a ; }
. stat-card . change { font-size : 0.8 rem ; margin-top : 4 px ; }
. stat-card . change . positive { color : #28a745 ; }
2026-07-07 07:11:50 +00:00
. section { background : #fff ; border-radius : var ( - - radius - md ) ; padding : 24 px ; margin-bottom : 24 px ; box-shadow : 0 1 px 3 px rgba ( 0 , 0 , 0 , 0.1 ) ; }
. section h2 { font-size : 1.1 rem ; margin-bottom : 24 px ; color : #1a1a1a ; }
. project-card { border : 1 px solid #e9ecef ; border-radius : var ( - - radius - md ) ; padding : 16 px ; margin-bottom : 12 px ; }
2026-07-05 06:41:32 +00:00
. project-card h3 { font-size : 1 rem ; margin-bottom : 8 px ; }
. project-card . meta { font-size : 0.8 rem ; color : #6c757d ; margin-bottom : 8 px ; }
. project-card . findings { font-size : 0.85 rem ; color : #495057 ; }
. project-card . findings li { margin-bottom : 4 px ; }
2026-07-07 07:11:50 +00:00
. score { display : inline-block ; padding : 24 px ; border-radius : var ( - - radius - sm ) ; font-size : 0.75 rem ; font-weight : 600 ; }
2026-07-05 06:41:32 +00:00
. score . high { background : #d4edda ; color : #155724 ; }
. score . medium { background : #fff3cd ; color : #856404 ; }
. score . low { background : #f8d7da ; color : #721c24 ; }
2026-07-07 07:11:50 +00:00
. discrepancy { background : #fff3cd ; border : 1 px solid #ffeaa7 ; border-radius : var ( - - radius - md ) ; padding : 16 px ; margin-bottom : 12 px ; }
2026-07-05 06:41:32 +00:00
. discrepancy h4 { color : #856404 ; margin-bottom : 8 px ; }
. discrepancy p { font-size : 0.85 rem ; color : #495057 ; }
2026-07-07 07:11:50 +00:00
. positive { background : #d4edda ; border : 1 px solid #c3e6cb ; border-radius : var ( - - radius - md ) ; padding : 16 px ; margin-bottom : 12 px ; }
2026-07-05 06:41:32 +00:00
. positive h4 { color : #155724 ; margin-bottom : 8 px ; }
. framework-grid { display : grid ; grid-template-columns : repeat ( auto - fill , minmax ( 300 px , 1 fr ) ) ; gap : 16 px ; }
2026-07-07 07:11:50 +00:00
. framework-card { border : 1 px solid #e9ecef ; border-radius : var ( - - radius - md ) ; padding : 16 px ; }
2026-07-05 06:41:32 +00:00
. framework-card h4 { font-size : 0.95 rem ; margin-bottom : 8 px ; }
. framework-card p { font-size : 0.8 rem ; color : #6c757d ; }
< / style >
< / head >
< body >
< div class = "header" >
< div >
< h1 > Landvex Aid Intelligence< / h1 >
< div class = "subtitle" > Evidence-Based Impact Verification< / div >
< / div >
2026-07-07 07:11:50 +00:00
< div >
< div > Projects Monitored< / div >
< div > 1,250< / div >
2026-07-05 06:41:32 +00:00
< / div >
< / div >
< div class = "nav" >
2026-07-07 07:11:50 +00:00
< a href = "/admin/" > ← Admin< / a >
2026-07-05 06:41:32 +00:00
< a href = "#" class = "active" > Dashboard< / a >
< a href = "#projects" > Projects< / a >
< a href = "#verification" > Verification< / a >
< a href = "#research" > Research< / a >
< / div >
< div class = "main" >
< div class = "philosophy" >
< h2 > Our Mission< / h2 >
< p > Build Landvex Aid Intelligence as the world's leading < strong > independent platform< / strong > for measuring, verifying and improving the real-world impact of development aid.< / p >
< p > We believe development aid should create < strong > measurable, sustainable improvements< / strong > . We measure observable progress rather than assuming success or failure.< / p >
2026-07-07 07:11:50 +00:00
< h2 > Core Principles< / h2 >
2026-07-05 06:41:32 +00:00
< ul >
< li > Evidence over speculation< / li >
< li > Transparency over opacity< / li >
< li > Continuous learning over blame< / li >
< li > Independent verification over assumptions< / li >
< li > Long-term societal outcomes over short-term activity metrics< / li >
< / ul >
< / div >
< div class = "stats-grid" >
< div class = "stat-card" >
< h3 > Projects Verified< / h3 >
< div class = "value" > 890< / div >
< div class = "change positive" > 71% of total< / div >
< / div >
< div class = "stat-card" >
< h3 > Avg Confidence< / h3 >
< div class = "value" > 82%< / div >
< div class = "change positive" > +3% vs last quarter< / div >
< / div >
< div class = "stat-card" >
< h3 > Evidence Sources< / h3 >
< div class = "value" > 5< / div >
< div class = "change" > Satellite, Field, AI, Open Data, Official< / div >
< / div >
< div class = "stat-card" >
< h3 > Countries< / h3 >
< div class = "value" > 9< / div >
< div class = "change" > Sub-Saharan Africa< / div >
< / div >
< div class = "stat-card" >
< h3 > Observations< / h3 >
< div class = "value" > 45K< / div >
< div class = "change positive" > +3,200 this month< / div >
< / div >
< div class = "stat-card" >
< h3 > Flagged for Review< / h3 >
2026-07-07 07:11:50 +00:00
< div class = "value" > 15< / div >
2026-07-05 06:41:32 +00:00
< div class = "change" > Signals, not accusations< / div >
< / div >
< / div >
< div class = "section" >
< h2 > Verification Framework< / h2 >
2026-07-07 07:11:50 +00:00
< p > Multidimensional evaluation of observable outcomes. Every score includes confidence intervals.< / p >
2026-07-05 06:41:32 +00:00
< div class = "framework-grid" >
< div class = "framework-card" >
< h4 > Infrastructure Completion< / h4 >
< p > Observable physical completion of planned infrastructure< / p >
< / div >
< div class = "framework-card" >
< h4 > Operational Continuity< / h4 >
< p > Whether facilities remain operational over time< / p >
< / div >
< div class = "framework-card" >
< h4 > Maintenance Quality< / h4 >
< p > Observable maintenance and upkeep< / p >
< / div >
< div class = "framework-card" >
< h4 > Accessibility< / h4 >
< p > Physical and economic access for target population< / p >
< / div >
< div class = "framework-card" >
< h4 > Community Utilization< / h4 >
< p > Actual use by intended beneficiaries< / p >
< / div >
< div class = "framework-card" >
< h4 > Environmental Sustainability< / h4 >
< p > Environmental impact and sustainability< / p >
< / div >
< div class = "framework-card" >
< h4 > Economic Enablement< / h4 >
< p > Economic activity generated or enabled< / p >
< / div >
< / div >
< / div >
< div class = "section" >
< h2 > Projects with Discrepancies (Signals for Review)< / h2 >
2026-07-07 07:11:50 +00:00
< p > These findings indicate areas where additional verification may be valuable. They are not conclusions of wrongdoing.< / p >
2026-07-05 06:41:32 +00:00
< div class = "discrepancy" >
2026-07-07 07:11:50 +00:00
< h4 > < svg width = "20" height = "20" viewBox = "0 0 20 20" fill = "none" > < path d = "M10 3L17 17H3L10 3Z" stroke = "#f59e0b" stroke-width = "2" / > < path d = "M10 8V12M10 14V14.5" stroke = "#f59e0b" stroke-width = "2" stroke-linecap = "round" / > < / svg > Schedule Variance - Mogadishu Primary School< / h4 >
2026-07-05 06:41:32 +00:00
< p > < strong > Reported:< / strong > 95% complete (June 2026)< br >
< strong > Observed:< / strong > 85% complete (July 2026)< br >
< strong > Evidence:< / strong > Field observation, Satellite, AI analysis< br >
< strong > Confidence:< / strong > 78% | < strong > Severity:< / strong > Medium< br >
< strong > Recommended Action:< / strong > Follow-up observation in 30 days< / p >
< / div >
< div class = "discrepancy" >
2026-07-07 07:11:50 +00:00
< h4 > < svg width = "20" height = "20" viewBox = "0 0 20 20" fill = "none" > < path d = "M10 3L17 17H3L10 3Z" stroke = "#f59e0b" stroke-width = "2" / > < path d = "M10 8V12M10 14V14.5" stroke = "#f59e0b" stroke-width = "2" stroke-linecap = "round" / > < / svg > Activity Gap - Lagos Road Rehabilitation< / h4 >
2026-07-05 06:41:32 +00:00
< p > < strong > Reported:< / strong > Active construction< br >
< strong > Observed:< / strong > No activity for 90 days, equipment removed< br >
< strong > Evidence:< / strong > Field observation, Satellite time-series< br >
< strong > Confidence:< / strong > 92% | < strong > Severity:< / strong > High< br >
< strong > Recommended Action:< / strong > Contact implementing partner for status update< / p >
< / div >
< / div >
< div class = "section" >
< h2 > Positive Outcomes (Benchmark Projects)< / h2 >
2026-07-07 07:11:50 +00:00
< p > Projects demonstrating strong implementation and sustained operation. These enable benchmarking and dissemination of successful practices.< / p >
2026-07-05 06:41:32 +00:00
< div class = "positive" >
2026-07-07 07:11:50 +00:00
< h4 > < svg width = "20" height = "20" viewBox = "0 0 20 20" fill = "none" > < circle cx = "10" cy = "10" r = "9" stroke = "#22c55e" stroke-width = "2" / > < path d = "M6 10L9 13L14 7" stroke = "#22c55e" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" / > < / svg > Accra Solar Microgrid - Ghana< / h4 >
2026-07-05 06:41:32 +00:00
< p > < strong > SII Score:< / strong > 89/100 | < strong > Confidence:< / strong > 92%< br >
< strong > Strengths:< / strong > Strong implementation, Sustained operation (24+ months), High community utilization, Long-term maintenance observed, Positive environmental outcomes< br >
< strong > Benchmark Category:< / strong > Energy Infrastructure< / p >
< / div >
< div class = "positive" >
2026-07-07 07:11:50 +00:00
< h4 > < svg width = "20" height = "20" viewBox = "0 0 20 20" fill = "none" > < circle cx = "10" cy = "10" r = "9" stroke = "#22c55e" stroke-width = "2" / > < path d = "M6 10L9 13L14 7" stroke = "#22c55e" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" / > < / svg > Nairobi Digital Health Records - Kenya< / h4 >
2026-07-05 06:41:32 +00:00
< p > < strong > SII Score:< / strong > 84/100 | < strong > Confidence:< / strong > 86%< br >
< strong > Strengths:< / strong > Operational continuity, Staff training evident, Patient utilization increasing, Data transparency< br >
< strong > Benchmark Category:< / strong > Digital Health< / p >
< / div >
< / div >
< div class = "section" >
< h2 > Sustainable Impact Index (SII)< / h2 >
2026-07-07 07:11:50 +00:00
< p > Estimates long-term observable contribution of development projects. Each component based on measurable indicators with confidence estimates.< / p >
2026-07-05 06:41:32 +00:00
2026-07-07 07:11:50 +00:00
< div >
2026-07-05 06:41:32 +00:00
< div class = "framework-card" >
< h4 > Longevity (15%)< / h4 >
< p > Years of continuous operation< / p >
< / div >
< div class = "framework-card" >
< h4 > Community Benefit (15%)< / h4 >
< p > Observable community value< / p >
< / div >
< div class = "framework-card" >
< h4 > Infrastructure Durability (15%)< / h4 >
< p > Physical condition over time< / p >
< / div >
< div class = "framework-card" >
< h4 > Maintenance (10%)< / h4 >
< p > Observable upkeep quality< / p >
< / div >
< div class = "framework-card" >
< h4 > Population Reach (10%)< / h4 >
< p > Number of beneficiaries< / p >
< / div >
< div class = "framework-card" >
< h4 > Economic Enablement (10%)< / h4 >
< p > Economic activity generated< / p >
< / div >
< / div >
< / div >
< div class = "section" >
< h2 > Development Effectiveness Science< / h2 >
2026-07-07 07:11:50 +00:00
< p > Research program developing scientifically grounded indices and models for measuring long-term societal impact.< / p >
2026-07-05 06:41:32 +00:00
< div class = "framework-grid" >
< div class = "framework-card" >
< h4 > Impact Measurement Methodology< / h4 >
< p > Rigorous methods for measuring development outcomes< / p >
< / div >
< div class = "framework-card" >
< h4 > Longitudinal Impact Analysis< / h4 >
< p > Track project outcomes over 5-10 year periods< / p >
< / div >
< div class = "framework-card" >
< h4 > Bias Detection & Correction< / h4 >
< p > Identify and correct for observational biases< / p >
< / div >
< div class = "framework-card" >
< h4 > Predictive Sustainability Modeling< / h4 >
< p > Predict long-term sustainability from early indicators< / p >
< / div >
< / div >
< / div >
< / div >
< / body >
< / html >