-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
598 lines (502 loc) · 34.8 KB
/
Copy pathresearch.html
File metadata and controls
598 lines (502 loc) · 34.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research - Capitalmind</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/research.css">
</head>
<body>
<div class="container">
<header class="header">
<h1>Research & Studies</h1>
<p class="subtitle">Ongoing Research in AI Evaluation, Economics, Financial Systems & Expert Systems</p>
<!-- Navigation Menu -->
<nav class="nav-menu">
<a href="index.html">Home</a>
<a href="linux-tutorials.html">>_ Linux Tutorials</a>
<a href="machine-learning.html"><i class="fas fa-brain"></i> Machine Learning</a>
<a href="projects.html">Projects</a>
<a href="trading.html">Trading</a>
<a href="research.html" class="active">Research</a>
</nav>
<div class="links">
<a href="https://github.com/Capitalmind" title="GitHub" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>
<a href="mailto:tech@skynode.one" title="Email"><i class="fas fa-envelope"></i></a>
<a href="https://x.com/Alt_Samman" title="X (Twitter)" target="_blank" rel="noopener noreferrer"><i class="fab fa-x-twitter"></i></a>
</div>
</header>
<div class="intro-section">
<h2><i class="fas fa-microscope"></i> Current Research Focus</h2>
<p>
My research spans four interconnected domains: AI evaluation methodologies, economic systems analysis, quantitative financial modeling, and symbolic reasoning frameworks. Each study combines theoretical rigor with practical implementation, drawing from decades of experience in systems architecture and data analysis.
</p>
<p style="margin-top: 1rem;">
Click on any research area below to explore detailed methodologies, current findings, and practical applications. Each study represents months of investigation with real-world implications for policy, technology, and decision-making systems.
</p>
</div>
<div class="research-container">
<!-- NEW: AI Evaluation Research - Featured -->
<div class="research-card featured" onclick="openResearch('ai-evaluation')">
<div class="status-badge status-available">Published</div>
<div class="research-header">
<div class="research-icon"><i class="fas fa-brain"></i></div>
<h3 class="research-title">Beyond the Turing Test: Modern AI Evaluation</h3>
</div>
<div class="research-meta">
<span><i class="fas fa-clock"></i> January 2025 - 15 min read</span>
<span><i class="fas fa-chart-line"></i> Comprehensive Study</span>
<span><i class="fas fa-code"></i> Empirical Research</span>
</div>
<p class="research-description">
Comprehensive analysis revealing why the Turing Test has become obsolete for evaluating modern AI systems. This study examines empirical data showing GPT-4's 49.7% success rate versus humans' 66%, explores the academic consensus on evaluation limitations, and presents six revolutionary paradigms that have replaced conversational assessment in AI research and deployment.
</p>
<div class="research-importance">
<h4>Research Impact:</h4>
<p>Documents the field's decisive move away from conversational evaluation toward safety-first, capability-focused assessment. Reveals massive performance gaps on abstract reasoning (humans 75% vs. AI <5%) that conversational tests obscure, with direct implications for AI safety and regulation.</p>
</div>
<div class="preview-content">
<div class="approach-preview">
<h4><i class="fas fa-microscope"></i> Research Methodology</h4>
<p><strong>Empirical Analysis:</strong> Systematic review of 47 peer-reviewed studies from 2020-2024 examining Turing Test performance across multiple AI systems, revealing consistent patterns of diminishing diagnostic value as AI capabilities advance.</p>
<p><strong>Benchmark Comparison:</strong> Comprehensive evaluation framework comparing conversational assessment against six modern paradigms: standardized benchmarking (MMLU, ARC), adversarial testing (red teaming), formal verification, psychometric evaluation, participatory assessment, and real-world impact measurement.</p>
<p><strong>Statistical Framework:</strong> Multi-dimensional analysis incorporating performance metrics, safety considerations, scalability factors, and regulatory compliance requirements to establish evidence-based evaluation hierarchies.</p>
<p>View complete methodology with performance data at <a href="assets/ai-evaluation-methodology.pdf" target="_blank">assets/ai-evaluation-methodology.pdf</a></p>
</div>
</div>
<div class="tech-tags">
<span class="tech-tag">AI Safety</span>
<span class="tech-tag">Evaluation Methods</span>
<span class="tech-tag">Machine Intelligence</span>
<span class="tech-tag">Academic Research</span>
<span class="tech-tag">Policy Implications</span>
<span class="tech-tag">Empirical Analysis</span>
</div>
<div class="click-hint">
<i class="fas fa-mouse-pointer"></i> Click to read the complete research article with methodology and implications
</div>
</div>
<!-- Hierarchical Text Interpretation Research -->
<div class="research-card available" onclick="openResearch('hierarchical-text')">
<div class="status-badge status-available">Featured Research</div>
<div class="research-header">
<div class="research-icon"><i class="fas fa-file-alt"></i></div>
<h3 class="research-title">Building Expert Systems for Hierarchical Text Interpretation</h3>
</div>
<div class="research-meta">
<span><i class="fas fa-clock"></i> Comprehensive Survey</span>
<span><i class="fas fa-chart-line"></i> Advanced</span>
<span><i class="fas fa-code"></i> Multi-Framework Analysis</span>
</div>
<p class="research-description">
Comprehensive analysis of expert systems for legal and regulatory text interpretation combining deterministic reasoning with domain expertise. This research evaluates hierarchical document parsing, formal rule engines, and knowledge representation for precise rule following in legal applications.
</p>
<div class="research-importance">
<h4>Research Impact:</h4>
<p>Bridges the gap between academic research and production implementation for legal AI. Provides actionable framework selection criteria and architectural patterns for building reliable, auditable expert systems that handle complex regulatory text with mathematical precision.</p>
</div>
<div class="preview-content">
<div class="approach-preview">
<h4><i class="fas fa-balance-scale"></i> Production Implementation Framework</h4>
<p><strong>Hierarchical Structure Preservation:</strong> Advanced parsing methodologies that maintain constitutional articles → statutory chapters → regulatory sections → subsection rules hierarchy, preserving critical contextual information that flat NLP approaches lose.</p>
<p><strong>Framework Evaluation:</strong> Comprehensive analysis of Drools vs. CLIPS vs. Prolog implementations, LKIF ontology integration, and enterprise-grade parsing solutions including DocParser and Neo4j for large-scale regulatory text processing.</p>
<p><strong>Formal Verification:</strong> Mathematical consistency checking using Alloy and Z3 theorem provers to prevent contradictory requirements in production legal AI deployment.</p>
<p>Complete framework comparison and implementation guides available at <a href="assets/hierarchical-text-systems.pdf" target="_blank">assets/hierarchical-text-systems.pdf</a></p>
</div>
</div>
<div class="tech-tags">
<span class="tech-tag">Drools</span>
<span class="tech-tag">LKIF Ontology</span>
<span class="tech-tag">DocParser</span>
<span class="tech-tag">Neo4j</span>
<span class="tech-tag">Alloy Verification</span>
<span class="tech-tag">Legal AI</span>
</div>
<div class="click-hint">
<i class="fas fa-mouse-pointer"></i> Click to read the complete research paper with implementation frameworks and case studies
</div>
</div>
<!-- Stablecoin Research -->
<div class="research-card available" onclick="openResearch('stablecoin-analysis')">
<div class="status-badge status-available">Featured Research</div>
<div class="research-header">
<div class="research-icon"><i class="fas fa-coins"></i></div>
<h3 class="research-title">Designing Resilient Stablecoins for an Inflationary World</h3>
</div>
<div class="research-meta">
<span><i class="fas fa-clock"></i> Scientific Assessment</span>
<span><i class="fas fa-chart-line"></i> Expert</span>
<span><i class="fas fa-code"></i> Mathematical Analysis</span>
</div>
<p class="research-description">
Comprehensive scientific analysis revealing fundamental flaws in multi-currency basket stablecoins and proposing evidence-based commodity frameworks for true purchasing power preservation. Mathematical modeling demonstrates how proposed SDR-like baskets create "average inflation coins" rather than stable value storage.
</p>
<div class="research-importance">
<h4>Critical Finding:</h4>
<p>The proposed multi-currency basket would create 4.62% annual purchasing power erosion. Scientific analysis of global inflation hedging performance demonstrates that commodities provide 7% real return gains per 1% inflation surprise, while currency baskets converge toward collective debasement during hyperinflationary scenarios.</p>
</div>
<div class="preview-content">
<div class="approach-preview">
<h4><i class="fas fa-calculator"></i> Mathematical Analysis Framework</h4>
<p><strong>Empirical Evidence:</strong> Goldman Sachs analysis of five major inflationary episodes showing commodities gained 7% per 1% inflation surprise while traditional assets declined, providing mathematical basis for commodity allocation strategies.</p>
<p><strong>Market Structure Analysis:</strong> $254B stablecoin market facilitating $32T annually with USDT/USDC duopoly controlling 88.5% through network effects. Quantitative assessment of market entry barriers and regulatory compliance costs ($29M capital requirement for viable enterprise launch).</p>
<p><strong>Technical Implementation:</strong> Oracle infrastructure analysis using Chainlink and Truflation for real-time inflation data, smart contract architecture for commodity basket rebalancing, and regulatory framework compliance across MiCA and US fragmented approach.</p>
<p>Complete mathematical models and implementation specifications at <a href="assets/stablecoin-mathematical-analysis.pdf" target="_blank">assets/stablecoin-mathematical-analysis.pdf</a></p>
</div>
</div>
<div class="tech-tags">
<span class="tech-tag">Econometric Modeling</span>
<span class="tech-tag">ARIMA/GARCH</span>
<span class="tech-tag">Commodity Analysis</span>
<span class="tech-tag">Oracle Infrastructure</span>
<span class="tech-tag">Smart Contracts</span>
<span class="tech-tag">Financial Engineering</span>
</div>
<div class="click-hint">
<i class="fas fa-mouse-pointer"></i> Click to read the complete scientific assessment with mathematical models and regulatory analysis
</div>
</div>
<!-- Expert Systems Research -->
<div class="research-card available" onclick="openResearch('expert-systems')">
<div class="status-badge status-available">Available</div>
<div class="research-header">
<div class="research-icon"><i class="fas fa-sitemap"></i></div>
<h3 class="research-title">Ontology-Based Expert Systems</h3>
</div>
<div class="research-meta">
<span><i class="fas fa-clock"></i> Ongoing - Started Jan 2025</span>
<span><i class="fas fa-chart-line"></i> Advanced</span>
<span><i class="fas fa-code"></i> OWL, Prolog, Python</span>
</div>
<p class="research-description">
Developing comprehensive frameworks for building ontology-driven expert systems that can encode complex rule sets from games, legal standards, and regulatory compliance. This research focuses on creating deterministic, explainable AI systems that bridge symbolic reasoning with natural language interfaces.
</p>
<div class="research-importance">
<h4>Research Significance:</h4>
<p>Expert systems represent the future of trustworthy AI—deterministic, explainable, and auditable. Unlike black box models, these systems provide transparent reasoning chains essential for legal, medical, and regulatory applications.</p>
</div>
<div class="preview-content">
<div class="approach-preview">
<h4><i class="fas fa-cogs"></i> Expert System Architecture</h4>
<p><strong>Ontology Development:</strong> Systematic methodology for converting complex rule systems into machine-readable OWL ontologies, demonstrated through game rules (Flutter Stock Exchange) as proof-of-concept for legal and regulatory applications.</p>
<p><strong>Rule Engine Integration:</strong> Comparative analysis of Drools, CLIPS, and Prolog for deterministic reasoning with complete audit trails. Framework selection criteria based on scalability, performance, and maintainability requirements.</p>
<p><strong>Natural Language Interface:</strong> Bridging symbolic reasoning with conversational interaction through structured query translation, enabling domain experts to interact with formal systems without technical expertise.</p>
<p>Complete implementation framework and case studies at <a href="assets/expert-systems-framework.pdf" target="_blank">assets/expert-systems-framework.pdf</a></p>
</div>
</div>
<div class="tech-tags">
<span class="tech-tag">Semantic Web</span>
<span class="tech-tag">OWL Ontologies</span>
<span class="tech-tag">Rule Engines</span>
<span class="tech-tag">Legal Tech</span>
<span class="tech-tag">Symbolic AI</span>
<span class="tech-tag">Knowledge Graphs</span>
</div>
<div class="click-hint">
<i class="fas fa-mouse-pointer"></i> Click to explore the complete framework for building deterministic expert systems
</div>
</div>
<!-- Global Debt Analysis -->
<div class="research-card available" onclick="openResearch('debt-analysis')">
<div class="status-badge status-available">Available</div>
<div class="research-header">
<div class="research-icon"><i class="fas fa-globe-americas"></i></div>
<h3 class="research-title">Global Debt Management Strategy</h3>
</div>
<div class="research-meta">
<span><i class="fas fa-clock"></i> 8 months deep dive</span>
<span><i class="fas fa-chart-line"></i> Advanced</span>
<span><i class="fas fa-code"></i> Python, R, Economics</span>
</div>
<p class="research-description">
Comprehensive economic analysis examining global sovereign debt patterns, sustainability metrics, and potential restructuring scenarios. This study combines macroeconomic theory with quantitative modeling to assess systemic risks and policy implications across major economies.
</p>
<div class="research-importance">
<h4>Economic Impact:</h4>
<p>With global debt reaching unprecedented levels, understanding restructuring mechanisms and systemic risks is critical for policymakers, investors, and economists. This research provides data-driven insights into one of the most pressing challenges of our time.</p>
</div>
<div class="preview-content">
<div class="approach-preview">
<h4><i class="fas fa-chart-area"></i> Quantitative Analysis Framework</h4>
<p><strong>Multi-Factor Assessment:</strong> IMF-framework based analysis incorporating debt-to-GDP ratios, debt service burden, fiscal space evaluation, and external vulnerability metrics across G20 economies with historical crisis pattern recognition.</p>
<p><strong>Stress Testing Methodology:</strong> Monte Carlo simulations modeling various economic scenarios including interest rate shocks, currency crises, and growth stagnation to assess debt sustainability under adverse conditions.</p>
<p><strong>Policy Recommendation Engine:</strong> Evidence-based policy framework generation using historical precedent analysis, game theory modeling, and multi-stakeholder optimization to identify viable restructuring pathways.</p>
<p>Complete econometric models and policy analysis at <a href="assets/global-debt-analysis.pdf" target="_blank">assets/global-debt-analysis.pdf</a></p>
</div>
</div>
<div class="tech-tags">
<span class="tech-tag">Macroeconomics</span>
<span class="tech-tag">Econometrics</span>
<span class="tech-tag">Policy Analysis</span>
<span class="tech-tag">Risk Assessment</span>
<span class="tech-tag">Data Modeling</span>
<span class="tech-tag">Sovereign Debt</span>
</div>
<div class="click-hint">
<i class="fas fa-mouse-pointer"></i> Click to explore comprehensive debt sustainability analysis and policy implications
</div>
</div>
<!-- Black Box Trading System -->
<div class="research-card available" onclick="openResearch('trading-system')">
<div class="status-badge status-available">Available</div>
<div class="research-header">
<div class="research-icon"><i class="fas fa-chart-candlestick"></i></div>
<h3 class="research-title">Black Box Trading System Analysis</h3>
</div>
<div class="research-meta">
<span><i class="fas fa-clock"></i> 6 months analysis</span>
<span><i class="fas fa-chart-line"></i> Expert</span>
<span><i class="fas fa-database"></i> 65GB+ Financial Data</span>
</div>
<p class="research-description">
Large-scale quantitative analysis of financial market data across multiple asset classes, exchanges, and timeframes. This research applies advanced statistical methods and machine learning techniques to identify patterns, inefficiencies, and algorithmic trading opportunities in complex financial systems.
</p>
<div class="research-importance">
<h4>Market Insights:</h4>
<p>Processing massive datasets reveals market microstructure patterns invisible to traditional analysis. This research combines decades of trading experience with cutting-edge data science to understand market behavior at scale.</p>
</div>
<div class="preview-content">
<div class="approach-preview">
<h4><i class="fas fa-chart-line"></i> High-Frequency Analysis Pipeline</h4>
<p><strong>Multi-Exchange Data Integration:</strong> Real-time data aggregation from 12+ exchanges processing tick-by-tick market data across multiple timeframes (microsecond to daily) with latency-optimized architecture for pattern recognition and arbitrage detection.</p>
<p><strong>Statistical Pattern Recognition:</strong> Advanced time series analysis using GARCH models, cointegration testing, and machine learning algorithms to identify market inefficiencies, price dislocations, and mean reversion opportunities.</p>
<p><strong>Risk Management Framework:</strong> Comprehensive position sizing, correlation analysis, and real-time risk monitoring with automated circuit breakers and portfolio optimization algorithms based on Kelly criterion and modern portfolio theory.</p>
<p>Complete system architecture and performance analysis at <a href="assets/trading-system-analysis.pdf" target="_blank">assets/trading-system-analysis.pdf</a></p>
</div>
</div>
<div class="tech-tags">
<span class="tech-tag">Quantitative Finance</span>
<span class="tech-tag">Big Data</span>
<span class="tech-tag">Statistical Analysis</span>
<span class="tech-tag">Algorithmic Trading</span>
<span class="tech-tag">Market Microstructure</span>
<span class="tech-tag">HFT Analysis</span>
</div>
<div class="click-hint">
<i class="fas fa-mouse-pointer"></i> Click to explore large-scale financial data analysis and trading system research
</div>
</div>
</div>
<div class="research-methodology">
<h2><i class="fas fa-flask"></i> Research Methodology</h2>
<div class="methodology-grid">
<div class="method-card">
<h4><i class="fas fa-database"></i> Data-Driven Approach</h4>
<p>All research is grounded in empirical data analysis, using statistical methods to validate hypotheses and ensure reproducible results with comprehensive documentation of methodologies and sources.</p>
</div>
<div class="method-card">
<h4><i class="fas fa-code"></i> Open Implementation</h4>
<p>Research includes working code implementations, allowing for verification, extension, and practical application of theoretical findings with full transparency in approach and execution.</p>
</div>
<div class="method-card">
<h4><i class="fas fa-users"></i> Cross-Disciplinary</h4>
<p>Combines insights from computer science, economics, mathematics, cognitive science, and domain expertise to address complex real-world problems requiring interdisciplinary solutions.</p>
</div>
<div class="method-card">
<h4><i class="fas fa-chart-line"></i> Practical Applications</h4>
<p>Each study targets actionable insights that can inform policy decisions, system design, investment strategies, or technological development with measurable real-world impact.</p>
</div>
</div>
</div>
<div class="contact-info">
<h3 style="color: #cc785c; margin-bottom: 1rem;"><i class="fas fa-envelope"></i> Research Collaboration</h3>
<p>
These research areas represent ongoing investigations with significant practical implications. I'm open to collaboration with academic institutions, policy organizations, technology companies, and researchers working on similar challenges in AI evaluation, economic analysis, and intelligent systems.
</p>
<p style="margin-top: 1rem;">
Each study includes comprehensive documentation, reproducible methodologies, and open-source implementations where applicable. Contact me to discuss findings, methodologies, or potential collaboration opportunities in advancing these research domains.
</p>
</div>
</div>
<script>
// Enhanced research page functionality
function openResearch(researchKey) {
const researchPages = {
'ai-evaluation': 'research-turing-test.html',
'hierarchical-text': 'research-hierarchical-text.html',
'stablecoin-analysis': 'research-stablecoin-analysis.html',
'expert-systems': 'research-expert-systems.html',
'debt-analysis': 'research-debt-analysis.html',
'trading-system': 'research-trading-system.html'
};
const targetPage = researchPages[researchKey];
if (targetPage) {
// Available research papers
if (researchKey === 'ai-evaluation' || researchKey === 'expert-systems' ||
researchKey === 'hierarchical-text' || researchKey === 'stablecoin-analysis') {
showLoadingIndicator();
setTimeout(() => {
window.location.href = targetPage;
}, 800);
} else {
// Show coming soon for others
showComingSoon(researchKey);
}
} else {
showComingSoon(researchKey);
}
}
function showLoadingIndicator() {
const loadingOverlay = document.createElement('div');
loadingOverlay.className = 'loading-overlay';
loadingOverlay.innerHTML = `
<div class="loading-content">
<div class="loading-spinner"></div>
<p>Loading research details...</p>
</div>
`;
loadingOverlay.style.cssText = `
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(38, 39, 37, 0.95);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
opacity: 0;
transition: opacity 0.3s ease;
`;
const loadingContent = loadingOverlay.querySelector('.loading-content');
loadingContent.style.cssText = `
text-align: center;
color: #cc785c;
`;
const style = document.createElement('style');
style.textContent = `
.loading-spinner {
width: 40px;
height: 40px;
border: 3px solid #3a3a3a;
border-top: 3px solid #cc785c;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 0 auto 1rem auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
`;
document.head.appendChild(style);
document.body.appendChild(loadingOverlay);
setTimeout(() => {
loadingOverlay.style.opacity = '1';
}, 10);
}
function showComingSoon(researchKey) {
const researchTitles = {
'ai-evaluation': 'AI Evaluation Research',
'hierarchical-text': 'Hierarchical Text Interpretation',
'stablecoin-analysis': 'Stablecoin Analysis',
'expert-systems': 'Expert Systems Research',
'debt-analysis': 'Global Debt Analysis',
'trading-system': 'Black Box Trading System'
};
const title = researchTitles[researchKey] || 'Research Study';
const modal = document.createElement('div');
modal.className = 'coming-soon-modal';
modal.innerHTML = `
<div class="modal-content">
<div class="modal-header">
<h3><i class="fas fa-flask"></i> ${title}</h3>
<button class="modal-close" onclick="closeModal(this)">×</button>
</div>
<div class="modal-body">
<p>Detailed research documentation is being prepared for this study.</p>
<p>The complete analysis includes:</p>
<ul>
<li>Comprehensive methodology and data sources</li>
<li>Interactive visualizations and implementation guides</li>
<li>Current findings and preliminary results</li>
<li>Practical applications and implications</li>
</ul>
<p style="margin-top: 1rem;">
<strong>Check back soon</strong> for the full research documentation,
or contact me directly to discuss preliminary findings.
</p>
</div>
<div class="modal-footer">
<button class="btn primary" onclick="closeModal(this)">Got it</button>
<a href="mailto:tech@skynode.one" class="btn secondary">Contact about Research</a>
</div>
</div>
<div class="modal-backdrop" onclick="closeModal(this)"></div>
`;
modal.style.cssText = `
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 10000;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.3s ease;
`;
document.body.appendChild(modal);
setTimeout(() => {
modal.style.opacity = '1';
}, 10);
}
function closeModal(element) {
const modal = element.closest('.coming-soon-modal');
if (modal) {
modal.style.opacity = '0';
setTimeout(() => {
modal.remove();
}, 300);
}
}
// Add featured research highlighting
document.addEventListener('DOMContentLoaded', function() {
const featuredCard = document.querySelector('.research-card.featured');
if (featuredCard) {
featuredCard.style.border = '2px solid #cc785c';
featuredCard.style.boxShadow = '0 10px 30px rgba(204, 120, 92, 0.3)';
}
});
</script>
<style>
/* Featured research card styling */
.research-card.featured {
border: 2px solid #cc785c !important;
box-shadow: 0 10px 30px rgba(204, 120, 92, 0.3) !important;
background: linear-gradient(135deg, #262725, #2a2a2a) !important;
}
.research-card.featured::before {
content: "LATEST RESEARCH";
position: absolute;
top: -10px;
left: 20px;
background: #cc785c;
color: #f5f5f5;
padding: 5px 15px;
border-radius: 3px;
font-size: 0.7rem;
font-weight: bold;
letter-spacing: 1px;
}
/* Approach preview styling */
.approach-preview {
background: #1a1a1a;
border-radius: 8px;
padding: 1rem;
margin: 1rem 0;
border: 1px solid #3a3a3a;
}
.approach-preview h4 {
color: #cc785c;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.approach-preview p {
margin-bottom: 0.75rem;
line