Skip to content

Instantly share code, notes, and snippets.

View wd15's full-sized avatar

Daniel Wheeler wd15

View GitHub Profile
@wd15
wd15 / dt-workflow.html
Last active May 28, 2026 17:39
Simplified Digital Twin Workflow
<!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;
@wd15
wd15 / matcore.html
Last active May 15, 2026 21:10
MatCore Phase Field Schema Diagram
<!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 */
@wd15
wd15 / format-soup.html
Last active May 15, 2026 17:17
Format Soup Graphic
<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>
@wd15
wd15 / agentic-workflow.html
Last active May 14, 2026 16:33
Simplified Agentic Workflow Diagram
<!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;
@wd15
wd15 / test.html
Last active May 12, 2026 16:26
stuff
<!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;
<!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;
@wd15
wd15 / poster.html
Last active February 18, 2026 16:37
<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>
@wd15
wd15 / nix.html
Last active February 17, 2026 06:05
<!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; }
<!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: {
<!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;