This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Simplified Digital Twin Workflow - Brief</title> | |
| <style> | |
| body { | |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |
| background-color: #ffffff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>MatCore Schema - Light Theme JSON</title> | |
| <style> | |
| body { | |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |
| background-color: #ffffff; /* Forced white background */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div style="width: 100%; max-width: 480px; font-family: 'Urbanist', Arial, sans-serif; font-size: 12px; line-height: 1.4; color: #1e293b; background-color: #f8fafc; padding: 16px 20px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 12px rgba(0,0,0,0.05);"> | |
| <h4 style="margin: 0 0 12px 0; font-size: 14px; color: #0f172a; border-bottom: 2px solid #cbd5e1; padding-bottom: 8px;">Typical File Types</h4> | |
| <table style="width: 100%; border-collapse: collapse; text-align: left;"> | |
| <thead> | |
| <tr> | |
| <th style="padding: 0 0 8px 0; font-size: 11px; text-transform: uppercase; color: #64748b; font-weight: 700; width: 30%;">Data Type</th> | |
| <th style="padding: 0 0 8px 12px; font-size: 11px; text-transform: uppercase; color: #64748b; font-weight: 700; width: 35%;">Use Case</th> | |
| <th style="padding: 0 0 8px 12px; font-size: 11px; text-transform: uppercase; color: #64748b; font-weight: 700; width: 35%;">FAIR Risk</th> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Agentic Workflow with Clean Arrow Labels</title> | |
| <style> | |
| body { | |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |
| background-color: #ffffff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <style> | |
| body { | |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |
| background-color: #f8f9fa; | |
| display: flex; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>AM Digital Twin Architecture - Two-Way DA Routing v7</title> | |
| <style> | |
| body { | |
| margin: 0; | |
| padding: 20px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg viewBox="0 0 800 1100" xmlns="http://www.w3.org/2000/svg"> | |
| <rect width="800" height="1100" fill="white"/> | |
| <rect width="800" height="120" fill="#004a99"/> | |
| <text x="400" y="50" font-family="Arial, sans-serif" font-size="24" fill="white" text-anchor="middle" font-weight="bold"> | |
| A Reproducible Digital Twin Framework for Additive Manufacturing | |
| </text> | |
| <text x="400" y="80" font-family="Arial, sans-serif" font-size="14" fill="white" text-anchor="middle"> | |
| Integrating physics-based models, surrogate models, data assimilation and AI workflow orchestration [cite: 54, 56] | |
| </text> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <style> | |
| .nix-container { width: 900px; height: 500px; background: #ffffff; font-family: 'Helvetica', 'Arial', sans-serif; display: flex; flex-direction: column; padding: 40px; box-sizing: border-box; border: 1px solid #ddd; } | |
| .header { border-bottom: 2px solid #273c75; padding-bottom: 10px; margin-bottom: 30px; } | |
| .header h1 { margin: 0; font-size: 24px; color: #273c75; text-transform: uppercase; letter-spacing: 1px; } | |
| .main-row { display: flex; align-items: center; justify-content: space-between; flex-grow: 1; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Data Assimilation Mechanics</title> | |
| <script> | |
| MathJax = { | |
| tex: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>AM Digital Twin Architecture v5</title> | |
| <style> | |
| body { | |
| margin: 0; | |
| padding: 20px; |
NewerOlder