Create humanoid-robots.html

D David Veksler · 1 year ago edc4d9bb19eb8343e5aa0e5c7c706e8ecc51feea
Parent: 80e028e3b

1 file changed +2178 −0

Diff

diff --git a/humanoid-robots.html b/humanoid-robots.html
new file mode 100644
index 0000000..5e431a2
--- /dev/null
+++ b/humanoid-robots.html
@@ -0,0 +1,2178 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Humanoid Robot Builders Cheatsheet (Updated May 2025)</title>
+
+    <link
+      rel="icon"
+      href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤖</text></svg>"
+    />
+
+    <!-- SEO Meta Description -->
+    <meta
+      name="description"
+      content="A comprehensive cheatsheet for understanding major companies building humanoid robots: Boston Dynamics, Tesla, Figure AI, Agility Robotics, Sanctuary AI, Apptronik, Unitree Robotics, 1X Technologies, Engineered Arts, and Fourier Intelligence. Covers their philosophy, origin, key robots, funding, and recent developments as of May 2025."
+    />
+    <meta name="keywords" content="Humanoid Robots, Robotics, AI, Boston Dynamics, Tesla Optimus, Figure AI, Agility Robotics, Sanctuary AI, Apptronik, Unitree Robotics, 1X Technologies, Engineered Arts, Fourier Intelligence, Atlas, Digit, Apollo, Ameca, GR-1, Robotics Companies, Automation, Future of Work, May 2025">
+
+
+    <!-- Canonical URL (Update if hosted) -->
+    <link rel="canonical" href="https://cheatsheets.davidveksler.com/humanoid-robots.html" />
+
+    <!-- Social Media Metadata (Add URLs if needed) -->
+    <meta property="og:title" content="Humanoid Robot Builders Cheatsheet (May 2025 Update)" />
+    <meta
+      property="og:description"
+      content="Explore the philosophies, origins, key robots, funding, and target applications of leading humanoid robot companies like Boston Dynamics, Tesla, Figure AI, and more. Updated May 2025."
+    />
+    <meta property="og:type" content="article" />
+    <meta property="og:url" content="https://cheatsheets.davidveksler.com/humanoid-robots.html" />
+    <!-- Replace with a relevant image for humanoid robots -->
+    <meta property="og:image" content="https://cheatsheets.davidveksler.com/images/humanoid-robots-social.png" />
+    <meta property="og:image:alt" content="Humanoid Robot Builders Cheatsheet - Collage of Advanced Humanoid Robots" />
+
+    <meta name="twitter:card" content="summary_large_image" />
+    <meta name="twitter:title" content="Humanoid Robot Builders Cheatsheet (May 2025 Update)" />
+    <meta
+      name="twitter:description"
+      content="Explore the philosophies, origins, key robots, funding, and target applications of leading humanoid robot companies. Updated May 2025."
+    />
+    <!-- Replace with a relevant image for humanoid robots -->
+    <meta name="twitter:image" content="https://cheatsheets.davidveksler.com/images/humanoid-robots-social.png" />
+    <meta name="twitter:image:alt" content="Humanoid Robot Builders Cheatsheet - Collage of Advanced Humanoid Robots" />
+
+    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" />
+
+    <style>
+      :root {
+        /* --- Base Theme --- */
+        --hr-body-bg: #1a1d24; /* Dark charcoal/blue */
+        --hr-text-main: #e0e0e0; /* Light gray for text */
+        --hr-text-secondary: #9e9e9e; /* Dimmer gray */
+        --hr-card-bg: #252a33; /* Slightly lighter dark shade for cards */
+        --hr-card-border-color: #3f4a59; /* Subtle border */
+        --hr-card-shadow-color: rgba(0, 0, 0, 0.2);
+        --hr-blueprint-grid-color: rgba(63, 74, 89, 0.15); /* Grid based on card border */
+        --hr-schema-bg-color: rgba(26, 29, 36, 0.85); /* Darker, slightly transparent for section background */
+        --hr-schema-border-color: var(--hr-card-border-color);
+        --hr-text-highlight: #82aaff; /* A light, vibrant blue for highlighting terms */
+
+        /* --- Company/Category Colors --- */
+        --hr-category-color: #7986cb; /* Indigo Light - Default/Fallback */
+        --hr-color-bostondynamics: #0072CE; /* Boston Dynamics Blue */
+        --hr-color-tesla: #CC0000; /* Tesla Red */
+        --hr-color-figureai: #1A73E8; /* Figure AI Blue */
+        --hr-color-agilityrobotics: #F07F09; /* Agility Orange */
+        --hr-color-sanctuaryai: #6A0DAD; /* Sanctuary AI Purple */
+        --hr-color-apptronik: #00A99D; /* Apptronik Teal */
+        --hr-color-unitree: #FF6600; /* Unitree Orange */
+        --hr-color-1xtech: #00C6FF; /* 1X Tech Light Blue */
+        --hr-color-engineeredarts: #D4AF37; /* Engineered Arts Gold */
+        --hr-color-fourier: #00529B; /* Fourier Blue */
+
+
+        /* --- Aspect Type Colors (Used for Card Left Border) --- */
+        --hr-aspect-color-origin: #64b5f6;
+        --hr-aspect-color-philosophy: #64b5f6;
+        --hr-aspect-color-leadership: #ba68c8;
+        --hr-aspect-color-funding: #4db6ac;
+        --hr-aspect-color-approach: #fff176; /* Re-using, might rename if specific to AI models */
+        --hr-aspect-color-models: #ff8a65; /* For Robots & Technologies */
+        --hr-aspect-color-safety: #a1887f; /* Re-using, might be less relevant or re-purposed */
+        --hr-aspect-color-opensource: #90a4ae; /* Re-using, for software/hardware openness */
+        --hr-aspect-color-agi: #f06292; /* For Long-Term Vision / Role of Humanoids */
+        --hr-aspect-color-audience: #7986cb; /* For Target Audience & Use Cases */
+        --hr-aspect-color-differentiators: #ffee58; /* Re-using, for unique aspects */
+        --hr-aspect-color-developments: #4dd0e1;
+        --hr-aspect-color-info: #4fc3f7; /* Light Blue for Key Info */
+      }
+
+      @keyframes blueprintGridAnimation {
+        0% {
+          background-position: 0 0, 0 0;
+        }
+        100% {
+          background-position: 50px 50px, -50px -50px;
+        }
+      }
+
+      body {
+        background-color: var(--hr-body-bg);
+        background-image: linear-gradient(to right, var(--hr-blueprint-grid-color) 1px, transparent 1px),
+          linear-gradient(to bottom, var(--hr-blueprint-grid-color) 1px, transparent 1px);
+        background-size: 50px 50px;
+        animation: blueprintGridAnimation 120s linear infinite;
+        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
+        padding-bottom: 3rem;
+        font-size: 16px;
+        color: var(--hr-text-main);
+        box-sizing: border-box;
+      }
+      *,
+      *::before,
+      *::after {
+        box-sizing: inherit;
+      }
+
+      .page-header {
+        background: linear-gradient(135deg, #2c3e50, #1f2b38);
+        padding: 3rem 1.5rem;
+        text-align: center;
+        border-bottom: 1px solid var(--hr-card-border-color);
+        margin-bottom: 3rem;
+        position: relative;
+        z-index: 10;
+        box-shadow: 0 4px 12px var(--hr-card-shadow-color);
+      }
+      .page-header h1 {
+        color: #ffffff;
+        font-weight: 300;
+        letter-spacing: 1px;
+        margin-bottom: 0.75rem;
+        font-size: 2.8rem;
+      }
+      .page-header h1 .bi {
+        font-size: 1em;
+        vertical-align: -0.1em;
+        margin-right: 0.4em;
+        color: var(--hr-text-highlight);
+        opacity: 0.9;
+      }
+      .page-header .lead {
+        color: var(--hr-text-secondary);
+        font-size: 1.15rem;
+        max-width: 900px;
+        margin: auto;
+      }
+      .page-header .last-updated {
+        font-size: 0.9rem;
+        color: var(--hr-text-secondary);
+        margin-top: 0.5rem;
+      }
+
+      .schema-container {
+        background-color: var(--hr-schema-bg-color);
+        border: 1px solid var(--hr-schema-border-color);
+        border-radius: 10px;
+        padding: 1.5rem 1.5rem 0.5rem 1.5rem;
+        margin-bottom: 3rem;
+        box-shadow: 0 6px 20px var(--hr-card-shadow-color);
+        backdrop-filter: blur(5px);
+        position: relative;
+        transition: opacity 0.3s ease-in-out;
+      }
+
+      .section-title {
+        color: var(--hr-category-color); /* Overridden by specific company styles */
+        margin: -3.2rem 0 1.8rem 0;
+        font-weight: 600;
+        text-transform: uppercase;
+        letter-spacing: 0.1em;
+        font-size: 1.2rem;
+        border-bottom: none;
+        padding: 0.6rem 1.5rem;
+        background-color: var(--hr-card-bg);
+        display: inline-block;
+        position: relative;
+        left: 1rem;
+        z-index: 15;
+        border: 1px solid var(--hr-schema-border-color);
+        border-bottom: none;
+        border-radius: 8px 8px 0 0;
+        transition: opacity 0.3s ease-in-out;
+        box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.05);
+      }
+
+      .info-card {
+        background: var(--hr-card-bg);
+        border: 1px solid var(--hr-card-border-color);
+        border-left: 5px solid var(--hr-aspect-color-current); /* Aspect color stripe */
+        border-radius: 6px;
+        box-shadow: 0 3px 8px var(--hr-card-shadow-color);
+        height: 100%;
+        display: flex;
+        flex-direction: column;
+        transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
+        position: relative;
+        z-index: 5;
+        opacity: 1;
+      }
+
+      #main-container.is-dimmed .schema-container:not(.is-highlighted-section) .info-card {
+        opacity: 0.3;
+      }
+      #main-container.is-dimmed .schema-container:not(.is-highlighted-section) > .section-title {
+        opacity: 0.4;
+      }
+      .info-card.is-highlighted {
+        opacity: 1 !important;
+        box-shadow: 0 0 0 3px var(--hr-category-color), 0 8px 16px rgba(0, 0, 0, 0.25) !important; /* Fallback, overridden */
+        z-index: 25 !important;
+        transform: translateY(-4px) scale(1.02);
+      }
+      .info-card:not(.is-highlighted):hover {
+        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
+        transform: translateY(-3px);
+        z-index: 20;
+      }
+
+      .info-card .card-body {
+        padding: 0;
+        flex-grow: 1;
+        display: flex;
+        flex-direction: column;
+      }
+      .info-card h5 {
+        color: var(--hr-text-main);
+        background-color: transparent;
+        font-size: 1.1rem;
+        text-align: left;
+        margin: 0;
+        padding: 1rem 1.2rem;
+        font-weight: 600;
+        display: flex;
+        justify-content: flex-start;
+        align-items: center;
+        gap: 0.7rem;
+        border-bottom: 1px solid var(--hr-card-border-color);
+        font-family: inherit;
+      }
+      .info-card h5 .bi {
+        font-size: 1.4em;
+        color: var(--hr-category-color); /* COMPANY'S PRIMARY COLOR FOR ICON */
+        opacity: 0.9;
+        flex-shrink: 0;
+      }
+      .card-content-wrapper {
+        padding: 1.2rem;
+        flex-grow: 1;
+        display: flex;
+        flex-direction: column;
+      }
+      .info-card p.summary {
+        font-size: 0.95rem;
+        color: var(--hr-text-secondary);
+        margin-bottom: 1rem;
+        flex-grow: 1;
+        line-height: 1.6;
+      }
+
+      .collapse-content {
+        font-size: 0.92rem;
+        border-top: 1px solid var(--hr-card-border-color);
+        padding: 1.2rem 1.5rem;
+        margin-top: 1rem;
+        color: var(--hr-text-main);
+        background-color: #20242c;
+      }
+      .collapse-content h6 {
+        font-weight: 700;
+        color: var(--hr-text-highlight);
+        margin-top: 1.2rem;
+        margin-bottom: 0.5rem;
+        font-size: 1rem;
+      }
+      .collapse-content h6:first-child {
+        margin-top: 0;
+      }
+      .collapse-content ul {
+        padding-left: 0.5rem;
+        margin-bottom: 1rem;
+        list-style: none;
+      }
+      .collapse-content li {
+        margin-bottom: 0.8rem;
+        padding-bottom: 0.8rem;
+        font-size: 0.9rem;
+        line-height: 1.6;
+        border-bottom: 1px dotted #3a4350;
+        position: relative;
+        padding-left: 1.8rem;
+      }
+      .collapse-content li:last-child {
+        border-bottom: none;
+        margin-bottom: 0;
+      }
+      .collapse-content li::before {
+        content: "\F23A"; /* Box arrow right */
+        font-family: "bootstrap-icons";
+        position: absolute;
+        left: 0;
+        top: 5px;
+        color: var(--hr-category-color); /* COMPANY'S PRIMARY COLOR FOR BULLET */
+        opacity: 0.8;
+        font-size: 1.05em;
+      }
+      .collapse-content li strong {
+        color: var(--hr-text-highlight);
+        display: block;
+        margin-bottom: 0.25rem;
+        font-weight: 600;
+      }
+      .collapse-content p {
+        font-size: 0.92rem;
+        margin-bottom: 0.7rem;
+        line-height: 1.65;
+      }
+      .collapse-content code {
+        font-size: 0.9rem;
+        color: #a6e22e;
+        background-color: #2c3e50;
+        padding: 0.2em 0.45em;
+        border-radius: 4px;
+        font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
+        word-wrap: break-word;
+      }
+      .collapse-content pre code {
+        display: block;
+        padding: 1em;
+        white-space: pre-wrap;
+      }
+      .collapse-content a {
+        color: var(--hr-text-highlight);
+        text-decoration: none;
+      }
+      .collapse-content a:hover {
+        text-decoration: underline;
+      }
+
+      .row > * {
+        margin-bottom: 2.5rem;
+      }
+      .schema-container .row:last-child > * {
+        margin-bottom: 1.5rem;
+      }
+
+      .key-info-list {
+        list-style: none;
+        padding-left: 0;
+        margin-bottom: 0;
+      }
+      .key-info-list li {
+        margin-bottom: 0.6rem;
+        font-size: 0.95rem;
+        line-height: 1.5;
+        color: var(--hr-text-secondary);
+      }
+      .key-info-list li strong {
+        color: var(--hr-text-main);
+        margin-right: 0.5em;
+        display: inline-block;
+      }
+      .key-info-list a {
+        color: var(--hr-text-highlight);
+        text-decoration: none;
+      }
+      .key-info-list a:hover {
+        text-decoration: underline;
+      }
+      .info-card.type-info .card-content-wrapper {
+        padding-bottom: 1.2rem;
+      }
+
+      footer {
+        padding-top: 3rem;
+        font-size: 0.9em;
+        color: var(--hr-text-secondary);
+        position: relative;
+        z-index: 10;
+        text-align: center;
+      }
+      footer a {
+        color: var(--hr-text-highlight);
+      }
+      footer a:hover {
+        color: #fff;
+      }
+
+      .details-toggle {
+        font-size: 0.85rem;
+        margin-top: auto;
+        align-self: flex-start;
+        padding: 0.35rem 0.7rem;
+        color: var(--hr-category-color); /* COMPANY'S PRIMARY COLOR */
+        border: 1px solid var(--hr-category-color); /* COMPANY'S PRIMARY COLOR */
+        background-color: transparent;
+        transition: background-color 0.2s ease, color 0.2s ease;
+        border-radius: 4px;
+      }
+      .details-toggle:hover {
+        background-color: var(--hr-category-color); /* COMPANY'S PRIMARY COLOR */
+        color: #ffffff; /* White text for contrast on hover */
+      }
+      .details-toggle .bi {
+        transition: transform 0.2s ease-in-out;
+      }
+      .details-toggle[aria-expanded="true"] .bi {
+        transform: rotate(180deg);
+      }
+
+      .term {
+        font-weight: 600;
+        color: var(--hr-text-highlight);
+        background-color: rgba(130, 170, 255, 0.1);
+        padding: 0.1em 0.4em;
+        border-radius: 3px;
+        border: 1px solid rgba(130, 170, 255, 0.2);
+        font-size: 0.95em;
+      }
+      .term a {
+        color: inherit;
+        text-decoration: none;
+      }
+      .term a:hover {
+        text-decoration: underline;
+      }
+
+      /* --- Company/Category Color Assignments --- */
+      .cat-bostondynamics { --hr-category-color: var(--hr-color-bostondynamics); }
+      .cat-tesla { --hr-category-color: var(--hr-color-tesla); }
+      .cat-figureai { --hr-category-color: var(--hr-color-figureai); }
+      .cat-agilityrobotics { --hr-category-color: var(--hr-color-agilityrobotics); }
+      .cat-sanctuaryai { --hr-category-color: var(--hr-color-sanctuaryai); }
+      .cat-apptronik { --hr-category-color: var(--hr-color-apptronik); }
+      .cat-unitree { --hr-category-color: var(--hr-color-unitree); }
+      .cat-1xtech { --hr-category-color: var(--hr-color-1xtech); }
+      .cat-engineeredarts { --hr-category-color: var(--hr-color-engineeredarts); }
+      .cat-fourier { --hr-category-color: var(--hr-color-fourier); }
+
+
+      .cat-bostondynamics .section-title { color: var(--hr-color-bostondynamics); }
+      .cat-bostondynamics .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-bostondynamics), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-tesla .section-title { color: var(--hr-color-tesla); }
+      .cat-tesla .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-tesla), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-figureai .section-title { color: var(--hr-color-figureai); }
+      .cat-figureai .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-figureai), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-agilityrobotics .section-title { color: var(--hr-color-agilityrobotics); }
+      .cat-agilityrobotics .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-agilityrobotics), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-sanctuaryai .section-title { color: var(--hr-color-sanctuaryai); }
+      .cat-sanctuaryai .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-sanctuaryai), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-apptronik .section-title { color: var(--hr-color-apptronik); }
+      .cat-apptronik .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-apptronik), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-unitree .section-title { color: var(--hr-color-unitree); }
+      .cat-unitree .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-unitree), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-1xtech .section-title { color: var(--hr-color-1xtech); }
+      .cat-1xtech .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-1xtech), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-engineeredarts .section-title { color: var(--hr-color-engineeredarts); }
+      .cat-engineeredarts .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-engineeredarts), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+      .cat-fourier .section-title { color: var(--hr-color-fourier); }
+      .cat-fourier .info-card.is-highlighted { box-shadow: 0 0 0 3px var(--hr-color-fourier), 0 8px 16px rgba(0, 0, 0, 0.25) !important; }
+
+
+      /* --- Aspect Type Color Assignments for Card Elements --- */
+      .info-card.type-origin { --hr-aspect-color-current: var(--hr-aspect-color-origin); }
+      .info-card.type-philosophy { --hr-aspect-color-current: var(--hr-aspect-color-philosophy); }
+      .info-card.type-leadership { --hr-aspect-color-current: var(--hr-aspect-color-leadership); }
+      .info-card.type-funding { --hr-aspect-color-current: var(--hr-aspect-color-funding); }
+      .info-card.type-approach { --hr-aspect-color-current: var(--hr-aspect-color-approach); }
+      .info-card.type-models { --hr-aspect-color-current: var(--hr-aspect-color-models); }
+      .info-card.type-safety { --hr-aspect-color-current: var(--hr-aspect-color-safety); }
+      .info-card.type-opensource { --hr-aspect-color-current: var(--hr-aspect-color-opensource); }
+      .info-card.type-agi { --hr-aspect-color-current: var(--hr-aspect-color-agi); } /* Used for Long-Term Vision */
+      .info-card.type-audience { --hr-aspect-color-current: var(--hr-aspect-color-audience); }
+      .info-card.type-differentiators { --hr-aspect-color-current: var(--hr-aspect-color-differentiators); }
+      .info-card.type-developments { --hr-aspect-color-current: var(--hr-aspect-color-developments); }
+      .info-card.type-info { --hr-aspect-color-current: var(--hr-aspect-color-info); }
+
+      .info-card {
+        border-left-color: var(--hr-aspect-color-current);
+      }
+    </style>
+  </head>
+  <body>
+    <header class="page-header">
+      <h1><i class="bi bi-person-arms-up"></i> Humanoid Robot Builders</h1>
+      <p class="lead">
+        A cheatsheet exploring major companies developing advanced humanoid robots, their philosophies, key robots, funding, recent developments, and target applications.
+      </p>
+      <p class="last-updated">Last Updated: May 2025</p>
+    </header>
+    <div class="container" id="main-container">
+
+      <!-- Boston Dynamics Section -->
+      <div class="schema-container cat-bostondynamics" data-section-id="section-bostondynamics">
+      <h2 class="section-title" id="title-bostondynamics">Boston Dynamics</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-bostondynamics-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Founded:</strong> 1992 (spun off from MIT). Acquired by Hyundai Motor Group in 2021.</li>
+                  <li><strong>Headquarters:</strong> Waltham, Massachusetts, USA.</li>
+                  <li><strong>Key Figures:</strong> Robert Playter (CEO). Marc Raibert (Founder and Chairman).</li>
+                  <li><strong>Flagship Humanoid:</strong> <span class="term">Atlas</span> (new all-electric version unveiled April 2024).</li>
+                  <li><strong>Other Key Products:</strong> <span class="term">Spot</span> (quadruped), <span class="term">Stretch</span> (logistics robot).</li>
+                  <li><strong>Parent Company:</strong> Hyundai Motor Group.</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.bostondynamics.com" target="_blank" rel="noopener noreferrer">bostondynamics.com</a></li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-bostondynamics-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Boston Dynamics originated as a spin-off from the Massachusetts Institute of Technology (MIT) in 1992. For decades, it has been a pioneer in developing highly mobile robots, initially with significant funding from DARPA. Their vision has consistently focused on pushing the boundaries of robot locomotion and manipulation in complex environments.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseBostonDynamicsOrigin" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseBostonDynamicsOrigin">
+              <h6>Key Details</h6>
+              <ul>
+                <li>
+                  <strong>Early Focus:</strong> Developing robots that could maneuver in challenging, real-world terrains, often for defense and research applications.
+                </li>
+                <li><strong>DARPA Influence:</strong> Early versions of Atlas were developed with funding and oversight from the Defense Advanced Research Projects Agency (DARPA).</li>
+                <li>
+                  <strong>Evolution:</strong> Over the years, the company has transitioned towards commercial applications while continuing to advance the fundamental capabilities of its robots. The acquisition by Hyundai in 2021 aims to leverage Boston Dynamics' technology for broader industrial and potentially consumer applications.
+                </li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-bostondynamics-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Boston Dynamics' philosophy centers on creating robots with advanced mobility, dexterity, and intelligence that can tackle tasks in unstructured or dynamic environments. They emphasize dynamic balance, agile movement, and sophisticated perception to enable robots to operate effectively alongside humans or in hazardous conditions. Their design approach often prioritizes functionality and efficiency of movement over strict human biomimicry for specific tasks.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseBostonDynamicsPhilosophy" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseBostonDynamicsPhilosophy">
+              <h6>Core Tenets</h6>
+              <ul>
+                <li><strong>Dynamic Locomotion:</strong> A hallmark of their robots, enabling them to traverse complex terrains, maintain balance when disturbed, and perform agile maneuvers.</li>
+                <li><strong>Purposeful Movement Design:</strong> Movements are optimized for task execution, efficiency, and effectiveness, which may sometimes appear unconventional compared to human motion.</li>
+                <li><strong>Real-World Utility:</strong> Focus on developing robots that can perform useful work in real-world settings, moving beyond lab demonstrations.</li>
+                <li><strong>Iterative Development:</strong> Continuous refinement of hardware and software based on real-world testing and feedback. The new electric Atlas is a testament to this, moving away from hydraulics for commercial viability.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-bostondynamics-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Robert Playter serves as the Chief Executive Officer (CEO) of Boston Dynamics. Marc Raibert, the founder, is the Chairman.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-bostondynamics-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  The flagship humanoid is <span class="term">Atlas</span>, with a new all-electric version unveiled in April 2024, designed to be stronger, more agile, and with an enhanced range of motion. Other well-known robots include <span class="term">Spot</span> (a versatile quadruped) and <span class="term">Stretch</span> (a mobile robot for warehouse case handling).
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseBostonDynamicsModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseBostonDynamicsModels">
+              <h6>Atlas (Electric Version)</h6>
+              <ul>
+                <li>
+                  <strong>Type:</strong> All-electric humanoid robot.
+                </li>
+                <li><strong>Capabilities:</strong> Designed to be stronger and more agile than its hydraulic predecessors, with a greater range of motion. Capable of lifting heavy, irregular objects and performing complex tasks with autonomy. Features advanced mobility, including dynamic balancing and agile movements.</li>
+                <li><strong>Technology:</strong> Utilizes machine learning for vision, allowing it to detect and localize objects for task performance in dynamic environments. Operates with pre-programmed logic and real-time sensor data for autonomous decision-making.</li>
+                <li><strong>Design:</strong> Humanoid form factor to navigate environments built for humans, though its movements are optimized for efficiency and may transcend typical human motions.</li>
+              </ul>
+              <h6>Other Robots</h6>
+              <ul>
+                <li><strong>Spot:</strong> A highly mobile and customizable quadruped robot used for inspection, data collection, and remote operation in various industries.</li>
+                <li><strong>Stretch:</strong> A mobile robot designed for truck unloading and palletizing in warehouses and distribution centers.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-bostondynamics-agi"> <!-- Re-using 'agi' type for Long-Term Vision -->
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Boston Dynamics aims to create robots that can go where people go and do what people do, but also extend beyond human limitations in terms of strength, endurance, and operation in hazardous environments. The focus is on practical applications that solve real-world labor challenges and improve safety and efficiency.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-bostondynamics-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Resources</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Acquired by Hyundai Motor Group in June 2021 for a reported $1.1 billion. This provides significant financial backing and resources, as well as a direct path for deploying robots in Hyundai's manufacturing facilities.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-bostondynamics-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Unveiled the new all-electric <span class="term">Atlas</span> in April 2024, retiring the hydraulic version. Plans for initial deployment of the new Atlas in Hyundai's manufacturing facilities for real-world testing and task optimization. Continued focus on enhancing Atlas's autonomous capabilities and practical task performance.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseBostonDynamicsDevelopments" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseBostonDynamicsDevelopments">
+              <h6>Key Announcements</h6>
+              <ul>
+                <li><strong>Electric Atlas Launch (April 2024):</strong> Introduction of the significantly redesigned, all-electric Atlas, showcasing improved strength, agility, and a sleeker form factor aimed at commercial applications.</li>
+                <li><strong>Hyundai Factory Deployment:</strong> Plans to test and refine the new Atlas in Hyundai's automotive manufacturing plants, serving as a pilot program for broader commercial rollout.</li>
+                <li><strong>Enhanced Autonomy:</strong> Ongoing development of Atlas's AI, enabling it to perform complex tasks with greater independence using machine learning for perception and real-time adaptation.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-bostondynamics-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Initially, manufacturing and logistics sectors, particularly automotive with Hyundai. Future applications could extend to construction, R&D, and potentially hazardous environments or search and rescue, leveraging Atlas's advanced mobility and manipulation capabilities.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+      <!-- Tesla Section -->
+      <div class="schema-container cat-tesla" data-section-id="section-tesla">
+      <h2 class="section-title" id="title-tesla">Tesla</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-tesla-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Project Announced:</strong> August 2021 (Tesla AI Day).</li>
+                  <li><strong>Headquarters:</strong> Austin, Texas, USA (Tesla, Inc.).</li>
+                  <li><strong>Key Figures:</strong> Elon Musk (CEO of Tesla).</li>
+                  <li><strong>Flagship Humanoid:</strong> <span class="term">Optimus</span> (also referred to as Tesla Bot). Currently Gen 2, with Gen 3 anticipated.</li>
+                  <li><strong>Parent Company:</strong> Tesla, Inc.</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.tesla.com/ai" target="_blank" rel="noopener noreferrer">tesla.com/ai</a></li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-tesla-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Tesla announced its humanoid robot project, <span class="term">Optimus</span>, at its AI Day in 2021. The vision, as articulated by Elon Musk, is to create a general-purpose humanoid robot capable of performing unsafe, repetitive, or boring tasks, eventually addressing labor shortages and transforming the nature of work.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-tesla-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Tesla's approach leverages its existing expertise in AI (particularly from its Full Self-Driving program), battery technology, and advanced manufacturing. The philosophy is to develop a highly capable yet eventually affordable humanoid robot that can be mass-produced and integrated into various industries and potentially homes. Emphasis is placed on real-world AI, vision-based navigation and manipulation, and efficient inference hardware.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTeslaPhilosophy" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseTeslaPhilosophy">
+              <h6>Core Tenets</h6>
+              <ul>
+                <li><strong>AI-Driven Autonomy:</strong> Utilizing Tesla's advanced AI for vision and planning to enable Optimus to navigate and interact with the physical world.</li>
+                <li><strong>Scalable Manufacturing:</strong> Designing Optimus for mass production, aiming to make it affordable over time.</li>
+                <li><strong>Real-World Task Performance:</strong> Focusing on tasks that are "boring, repetitive, and dangerous" to provide practical value.</li>
+                <li><strong>Iterative Development:</strong> Rapidly developing new generations (Gen 1, Gen 2, anticipated Gen 3) with significant improvements in each iteration.</li>
+                <li><strong>Integrated Design:</strong> Developing key components like actuators and AI chips in-house.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-tesla-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  The <span class="term">Optimus</span> project is spearheaded by Tesla CEO Elon Musk, who provides the overarching vision and direction. Various engineering teams within Tesla are responsible for AI, hardware, and software development.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-tesla-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  <span class="term">Optimus Gen 2</span> is the latest publicly demonstrated version, featuring Tesla-designed actuators, improved balance, faster walking speed, and more dexterous hands with tactile sensing. It leverages Tesla's Full Self-Driving (FSD) computer and neural network technology. An <span class="term">Optimus Gen 3</span> is anticipated.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTeslaModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseTeslaModels">
+              <h6>Optimus Gen 2</h6>
+              <ul>
+                <li><strong>Height & Weight:</strong> Approx. 5'8" (173 cm), lighter than Gen 1 (reportedly 10kg lighter).</li>
+                <li><strong>Mobility:</strong> Improved balance, 30% faster walking speed, more natural gait.</li>
+                <li><strong>Manipulation:</strong> 11-DoF hands with tactile sensing, capable of delicate tasks like handling eggs.</li>
+                <li><strong>AI & Perception:</strong> Utilizes Tesla's FSD computer, vision-based neural networks, and Dojo supercomputer for training.</li>
+                <li><strong>Actuators:</strong> Custom Tesla-designed actuators.</li>
+                <li><strong>Battery:</strong> 2.3 kWh battery pack integrated into the torso.</li>
+              </ul>
+              <h6>Anticipated Optimus Gen 3</h6>
+              <ul>
+                <li>Expected to feature further design improvements, potentially lighter materials, faster movement, and enhanced communication capabilities (e.g., speakers). Small-scale production might be planned for 2025.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-tesla-agi">
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Elon Musk envisions <span class="term">Optimus</span> becoming more valuable than Tesla's car business, potentially transforming the global economy by creating an "age of abundance" where physical labor is optional. The long-term goal is a general-purpose robot that can perform a wide array of tasks in various environments.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-tesla-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Resources</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  The <span class="term">Optimus</span> project is internally funded by Tesla, Inc., leveraging the company's substantial R&D budget and resources in AI, manufacturing, and battery technology.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-tesla-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Ongoing demonstrations of <span class="term">Optimus Gen 2</span> performing tasks like folding laundry, sorting objects, and walking in factory environments. Expected advancements towards <span class="term">Optimus Gen 3</span>, with potential small-scale production in 2025 and wider availability by 2026. Tesla plans to deploy thousands of Optimus robots in its own factories first.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-tesla-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Initial deployment in Tesla's own manufacturing facilities for tasks like material handling and assembly. Future applications are envisioned in broader manufacturing, logistics, and eventually household assistance and companionship. The target price is aimed to be relatively affordable, potentially under $20,000 in the long term.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+      <!-- Figure AI Section -->
+      <div class="schema-container cat-figureai" data-section-id="section-figureai">
+      <h2 class="section-title" id="title-figureai">Figure AI</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-figureai-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Founded:</strong> 2022.</li>
+                  <li><strong>Headquarters:</strong> Sunnyvale, California, USA.</li>
+                  <li><strong>Key Figures:</strong> Brett Adcock (Founder and CEO).</li>
+                  <li><strong>Flagship Robots:</strong> <span class="term">Figure 01</span>, <span class="term">Figure 02</span>.</li>
+                  <li><strong>Valuation:</strong> ~$2.6 billion (as of early 2024).</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.figure.ai" target="_blank" rel="noopener noreferrer">figure.ai</a></li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-figureai-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Founded in 2022 by Brett Adcock, Figure AI aims to develop general-purpose humanoid robots to address labor shortages and perform dangerous jobs, initially targeting logistics and manufacturing. Their long-term vision is to make labor optional and provide every human with a personal humanoid robot.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-figureai-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Figure AI emphasizes rapid development, prototyping, and testing to bring humanoids to market quickly. Their philosophy centers on a human-centric design, enabling robots to learn from human demonstrations and integrate safely into human environments. A key belief is that tight integration between hardware and AI software is critical for performance. Safety is a core tenet.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFigureAIPhilosophy" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseFigureAIPhilosophy">
+              <h6>Core Tenets</h6>
+              <ul>
+                <li><strong>Speed and Agility:</strong> Prioritizing rapid prototyping and iteration to accelerate development.</li>
+                <li><strong>Human-Centric Design:</strong> Robots are designed to look like humans to facilitate data gathering from human demonstrations and ensure safer integration into human workspaces.</li>
+                <li><strong>Integrated AI and Hardware:</strong> Believes that AI software integration is a key differentiator and cannot be outsourced. Focus on real-time AI systems for physical robots.</li>
+                <li><strong>Safety First:</strong> Ensuring robots can interact safely with humans in the workplace is essential.</li>
+                <li><strong>Real-World Deployment:</strong> Aiming for practical deployment in commercial labor markets before consumer markets.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-figureai-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Led by Founder and CEO Brett Adcock, an entrepreneur with a track record of building and exiting companies.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-figureai-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  <span class="term">Figure 01</span> was their initial prototype. <span class="term">Figure 02</span> is their more advanced humanoid, designed for industrial use with enhanced mobility, dexterity, and AI capabilities. Figure's robots are powered by their in-house AI (<span class="term">Helix</span>) and manufactured at their <span class="term">BotQ</span> facility. They have integrated OpenAI's technology for some voice and reasoning capabilities.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFigureAIModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseFigureAIModels">
+              <h6>Figure 02</h6>
+              <ul>
+                <li><strong>Height & Weight:</strong> 5'6" (168 cm), 154 lbs (70 kg).</li>
+                <li><strong>Payload & Speed:</strong> Payload capacity of 44 lbs (20 kg), top speed of 2.7 mph.</li>
+                <li><strong>Endurance:</strong> Up to 5 hours on a single charge.</li>
+                <li><strong>Manipulation:</strong> 16 degrees of freedom in its hands, allowing for complex tasks like opening doors, climbing stairs, and handling tools.</li>
+                <li><strong>Perception & AI:</strong> Equipped with RGB cameras and powered by NVIDIA RTX GPUs. Integrated OpenAI models for language understanding and reasoning. Figure's own AI system, <span class="term">Helix</span>, drives the robot's actions.</li>
+                <li><strong>Design:</strong> Focus on versatility, collaboration with humans, and adaptability to existing industrial ecosystems.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-figureai-agi">
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Figure AI's long-term goal is ambitious: to deploy billions of humanoids across the globe to perform most manual labor, effectively making labor optional and creating a better life for future generations. They see humanoids as a general-purpose solution for a world designed for the human form.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-figureai-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Raised $70 million in a Series A round in May 2023 led by Parkway Venture Capital. In early 2024, secured around $675 million in a funding round including investments from Jeff Bezos, Microsoft, Nvidia, OpenAI, and Intel Capital, valuing the company at approximately $2.6 billion. Has partnerships with OpenAI and BMW for AI development and deployment testing.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-figureai-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Unveiled <span class="term">Figure 02</span>. Announced a partnership with BMW to deploy Figure humanoids in their Spartanburg, South Carolina manufacturing facility for tasks like automotive body shop, sheet metal, and warehouse operations. Collaboration with OpenAI to develop next-generation AI models for their humanoids. Focused on refining Figure 02's capabilities based on real-world industrial feedback.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-figureai-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Initially targeting labor-intensive tasks in manufacturing, logistics, warehousing, and retail. The BMW partnership is a key example of their focus on automotive manufacturing. Long-term, they envision humanoids assisting in homes and a wide range of other sectors.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+      <!-- Agility Robotics Section -->
+      <div class="schema-container cat-agilityrobotics" data-section-id="section-agilityrobotics">
+      <h2 class="section-title" id="title-agilityrobotics">Agility Robotics</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-agilityrobotics-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Founded:</strong> 2015 (spun out of Oregon State University).</li>
+                  <li><strong>Headquarters:</strong> Corvallis, Oregon, USA.</li>
+                  <li><strong>Key Figures:</strong> Damion Shelton (Co-founder & CEO), Jonathan Hurst (Co-founder & Chief Robot Officer).</li>
+                  <li><strong>Flagship Humanoid:</strong> <span class="term">Digit</span>. (Earlier robot: <span class="term">Cassie</span>).</li>
+                  <li><strong>Valuation:</strong> Reportedly around $1 billion.</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.agilityrobotics.com" target="_blank" rel="noopener noreferrer">agilityrobotics.com</a></li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-agilityrobotics-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Agility Robotics was founded in 2015, spinning out of research at Oregon State University's Dynamic Robotics Laboratory. Their vision is to build robots that can work in human spaces, focusing on practical applications in logistics and warehouse automation.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-agilityrobotics-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Agility Robotics focuses on bipedal locomotion for navigating human-centric environments. Their design philosophy prioritizes practicality and reliability for specific industrial tasks, particularly in logistics and material handling. They aim for robots that can work alongside humans and integrate into existing workflows.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-agilityrobotics-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Co-founded by Damion Shelton (CEO) and Jonathan Hurst (Chief Robot Officer and Professor at Oregon State University), who brings deep expertise in legged locomotion.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-agilityrobotics-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  <span class="term">Digit</span> is their primary humanoid robot, designed for logistics tasks like moving totes and packages in warehouses. It features a bipedal design for navigating stairs and uneven terrain, and arms for carrying objects. Their earlier robot, <span class="term">Cassie</span>, was known for its dynamic walking and running capabilities.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseAgilityRoboticsModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseAgilityRoboticsModels">
+              <h6>Digit</h6>
+              <ul>
+                <li><strong>Type:</strong> Bipedal humanoid robot.</li>
+                <li><strong>Capabilities:</strong> Designed for material handling, package delivery, and other logistics tasks in warehouses and fulfillment centers. Can walk, navigate obstacles, climb stairs, and carry packages up to 16 kg (35 lbs).</li>
+                <li><strong>Design:</strong> Human-like form to operate in spaces designed for humans. Features digitigrade legs for efficient locomotion.</li>
+                <li><strong>Deployment:</strong> Being tested and deployed in real-world warehouse environments, including with partners like Amazon.</li>
+              </ul>
+              <h6>Cassie</h6>
+              <ul>
+                <li><strong>Type:</strong> Bipedal robot (legs only).</li>
+                <li><strong>Legacy:</strong> Known for its agility and setting a Guinness World Record for the fastest 100-meter dash by a bipedal robot. Served as a research platform that informed the development of Digit.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-agilityrobotics-agi">
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Agility Robotics aims to build robots that augment the human workforce, taking on physically demanding or repetitive tasks in logistics and supply chain operations. Their focus is on creating practical, reliable robots that can seamlessly integrate into existing infrastructure designed for humans.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-agilityrobotics-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Agility Robotics has raised significant funding, including a $150 million Series B round. Key investors include DCVC, Playground Global, and Amazon. Amazon is also a strategic partner, testing <span class="term">Digit</span> in its warehouses.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-agilityrobotics-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Continued deployment and testing of <span class="term">Digit</span> in partner facilities, notably with Amazon for warehouse tasks like tote handling. Focus on scaling production of Digit and enhancing its software for more autonomous and versatile operation in complex, real-world environments.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-agilityrobotics-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Primarily targets the logistics, warehousing, and supply chain industries. Use cases include package handling, tote moving, and other material handling tasks within fulfillment centers and distribution hubs.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+      <!-- Sanctuary AI Section -->
+      <div class="schema-container cat-sanctuaryai" data-section-id="section-sanctuaryai">
+      <h2 class="section-title" id="title-sanctuaryai">Sanctuary AI</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-sanctuaryai-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Founded:</strong> 2018.</li>
+                  <li><strong>Headquarters:</strong> Vancouver, Canada.</li>
+                  <li><strong>Key Figures:</strong> Geordie Rose (Co-founder & CEO), Suzanne Gildert (Co-founder & CTO).</li>
+                  <li><strong>Flagship Humanoid:</strong> <span class="term">Phoenix</span> (currently 7th generation, with an 8th generation featuring wheeled mobility).</li>
+                  <li><strong>AI Platform:</strong> <span class="term">Carbonâ„¢</span>.</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.sanctuary.ai" target="_blank" rel="noopener noreferrer">sanctuary.ai</a></li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-sanctuaryai-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Founded in 2018 by Geordie Rose and Suzanne Gildert, Sanctuary AI is on a mission to create the world's first human-like intelligence in general-purpose robots. Their vision is to help people work more safely, efficiently, and sustainably by addressing labor challenges.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-sanctuaryai-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Sanctuary AI's approach focuses on developing "human-like intelligence" through their AI control system, <span class="term">Carbonâ„¢</span>, which powers their <span class="term">Phoenix</span> humanoids. They emphasize highly dexterous hands and fine manipulation capabilities, believing that mastering physical tasks is key to general-purpose robotics. Their philosophy involves integrating best-in-class hardware and AI, and they see tactile sensing as critical. The 8th gen Phoenix adopted wheeled mobility for stability and efficiency, focusing on upper-body manipulation.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSanctuaryAIPhilosophy" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseSanctuaryAIPhilosophy">
+              <h6>Core Tenets</h6>
+              <ul>
+                <li><strong>Human-like Intelligence:</strong> Aiming to replicate human cognitive abilities in their Carbonâ„¢ AI platform.</li>
+                <li><strong>Dexterous Manipulation:</strong> Strong focus on hand dexterity, fine manipulation, and touch sensing as crucial for performing real-world work.</li>
+                <li><strong>General-Purpose Robots:</strong> Developing robots capable of performing a wide range of tasks across various industries.</li>
+                <li><strong>Embodied AI:</strong> Believes the best way to build AGI is through software controlling sophisticated robots with human-like senses and actions.</li>
+                <li><strong>Iterative Design:</strong> Phoenix has undergone multiple generations of development, with the 8th gen moving to wheeled mobility for certain advantages.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-sanctuaryai-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Led by co-founders Geordie Rose (CEO), known for his previous work with D-Wave Systems, and Suzanne Gildert (CTO), a prominent researcher in AI and robotics.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-sanctuaryai-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  <span class="term">Phoenix</span> is their flagship general-purpose humanoid robot, now in its 7th (bipedal) and 8th (wheeled) generations. It features highly dexterous, human-like hands with 20 degrees of freedom and advanced tactile sensing. The robots are controlled by <span class="term">Carbonâ„¢</span>, Sanctuary AI's cognitive architecture and software platform.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSanctuaryAIModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseSanctuaryAIModels">
+              <h6>Phoenix Humanoid Robot</h6>
+              <ul>
+                <li><strong>Generations:</strong> 7th generation featured bipedal locomotion; 8th generation utilizes a wheeled base for enhanced stability and energy efficiency, focusing on upper-body manipulation.</li>
+                <li><strong>Hands:</strong> Industry-leading dexterous hands with up to 21 degrees of freedom per hand and advanced tactile sensing, crucial for fine manipulation tasks.</li>
+                <li><strong>AI Control:</strong> Powered by Carbonâ„¢, an AI control system designed for human-like intelligence and learning.</li>
+                <li><strong>Sensors:</strong> Integrates vision systems and touch sensors for tactile feedback.</li>
+              </ul>
+              <h6>Carbonâ„¢ AI Platform</h6>
+              <ul>
+                <li>The cognitive architecture and software platform that enables Phoenix to learn and perform tasks. Designed to allow robots to understand and interact with their environment in a human-like way.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-sanctuaryai-agi">
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Sanctuary AI's explicit goal is to create "human-like intelligence" in general-purpose robots, essentially aiming for Artificial General Intelligence (AGI) embodied in a humanoid form. They believe this will allow robots to perform physical labor across virtually every industry and address global labor shortages.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-sanctuaryai-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Sanctuary AI has raised significant funding from investors including Bell, Canadian Tire, Microsoft, and Volvo Cars. They have formed partnerships with companies like Canadian Tire for commercial deployment.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-sanctuaryai-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Successfully completed the first commercial deployment of a general-purpose humanoid robot system at a Mark's (part of Canadian Tire Corporation) retail store in Langley, BC. Acquired IP assets related to touch and grasping technologies to enhance <span class="term">Phoenix's</span> manipulation capabilities. Introduced the 8th generation Phoenix with wheeled mobility. Focused on advancing the <span class="term">Carbonâ„¢</span> AI platform for improved learning and task execution.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-sanctuaryai-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Targeting a wide variety of industries facing labor shortages. Initial commercial deployments include retail environments for tasks like stocking shelves, cleaning, and customer assistance. Future applications could span logistics, manufacturing, healthcare, and more.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+      <!-- Apptronik Section -->
+      <div class="schema-container cat-apptronik" data-section-id="section-apptronik">
+      <h2 class="section-title" id="title-apptronik">Apptronik</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-apptronik-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Founded:</strong> 2016 (spun out of the Human Centered Robotics Lab at the University of Texas at Austin).</li>
+                  <li><strong>Headquarters:</strong> Austin, Texas, USA.</li>
+                  <li><strong>Key Figures:</strong> Jeff Cardenas (Co-founder & CEO), Dr. Nick Paine (Co-founder & CTO).</li>
+                  <li><strong>Flagship Humanoid:</strong> <span class="term">Apollo</span>.</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.apptronik.com" target="_blank" rel="noopener noreferrer">apptronik.com</a></li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-apptronik-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Apptronik spun out of the University of Texas at Austin in 2016, building on extensive experience in developing robotic systems, including work with NASA on robots like Valkyrie. Their vision is to build robots that can work alongside humans and augment the human workforce in various industries.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseApptronikOrigin" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseApptronikOrigin">
+              <h6>Key Details</h6>
+              <ul>
+                <li><strong>NASA Roots:</strong> The founders previously worked on NASA's Valkyrie humanoid robot, participating in the DARPA Robotics Challenge. This experience shaped their design philosophy for robust and capable humanoids.</li>
+                <li><strong>Iterative Development:</strong> Apptronik has developed numerous robotic systems, iterating towards their general-purpose humanoid, Apollo. Their philosophy has been "show versus tell," focusing on building and demonstrating capabilities.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-apptronik-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Apptronik's philosophy is "it is not human against the machine, but human + machine," emphasizing the collaborative role of robots. They focus on a human-centered design, aiming for robots that are safe, user-friendly, and can seamlessly integrate into human environments and workflows. They believe in building the fundamental building blocks of robotics to create versatile platforms.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseApptronikPhilosophy" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseApptronikPhilosophy">
+              <h6>Core Tenets</h6>
+              <ul>
+                <li><strong>Human-Robot Collaboration:</strong> Robots are seen as tools to expand and complement human skills rather than replace workers.</li>
+                <li><strong>Human-Centered Design:</strong> Apollo is designed with ergonomics and user-friendliness in mind for intuitive interaction.</li>
+                <li><strong>Versatility and Adaptability:</strong> Aiming for robots that can perform a wide range of tasks across multiple industries.</li>
+                <li><strong>Real-World Application:</strong> Focused on solving practical problems in areas like logistics, manufacturing, and eventually beyond.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-apptronik-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Led by Co-founder and CEO Jeff Cardenas, and Co-founder and CTO Dr. Nick Paine.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-apptronik-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  <span class="term">Apollo</span> is their flagship humanoid robot, unveiled in August 2023. It is designed for industrial work in warehouses and manufacturing plants, featuring a modular design and an emphasis on safety and human-robot interaction. Apollo utilizes linear actuators and stereo vision.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseApptronikModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseApptronikModels">
+              <h6>Apollo</h6>
+              <ul>
+                <li><strong>Height & Weight:</strong> 5'8" (1.73m), 160 lbs (73 kg).</li>
+                <li><strong>Payload:</strong> 55 lbs (25 kg).</li>
+                <li><strong>Design:</strong> Humanoid form for working in human spaces. Modular design for adaptability. Uses linear actuators.</li>
+                <li><strong>Perception:</strong> Equipped with stereo vision for 3D environmental understanding.</li>
+                <li><strong>Safety:</strong> Designed for safe collaboration with human workers.</li>
+                <li><strong>AI Integration:</strong> Partnering with Google DeepMind to integrate advanced AI capabilities.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-apptronik-agi">
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Apptronik envisions a future where general-purpose robots are as ubiquitous as cars, helping people with work that needs doing across countless sectors. Their goal is to develop machines that enable people to reach their full potential by blurring the lines between art and technology.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-apptronik-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Apptronik has raised funding from investors including DCVC, GGV Capital, Capital Factory, and has strategic partnerships with companies like Google DeepMind and Mercedes-Benz. Early reports in 2025 suggested a significant new funding round aiming for around $350 million.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-apptronik-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Announced a partnership with Mercedes-Benz in March 2024 to deploy <span class="term">Apollo</span> robots in their manufacturing facilities. Collaboration with Google DeepMind to advance AI for their robots. Continued development and refinement of Apollo for industrial applications.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-apptronik-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Initial focus on logistics and manufacturing sectors (e.g., automotive with Mercedes-Benz). Future applications are envisioned in construction, oil and gas, electronics production, retail, home delivery, and elder care.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+      <!-- Unitree Robotics Section -->
+      <div class="schema-container cat-unitree" data-section-id="section-unitree">
+      <h2 class="section-title" id="title-unitree">Unitree Robotics</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-unitree-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Founded:</strong> 2016.</li>
+                  <li><strong>Headquarters:</strong> Hangzhou, China.</li>
+                  <li><strong>Key Figures:</strong> Wang Xingxing (Founder & CEO).</li>
+                  <li><strong>Flagship Humanoids:</strong> <span class="term">H1</span>, <span class="term">G1</span> (a smaller, more affordable version).</li>
+                  <li><strong>Other Products:</strong> Known for its quadruped robots (e.g., Go series, B series).</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.unitree.com" target="_blank" rel="noopener noreferrer">unitree.com</a></li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-unitree-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Unitree Robotics was founded by Wang Xingxing with a vision to make high-performance robotics, including humanoids, more accessible and affordable. They initially gained prominence with their quadruped robots before expanding into humanoids. Their philosophy emphasizes "motion before cognition" in some respects, prioritizing dynamic movement capabilities.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-unitree-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                  <p class="summary">
+                    Unitree focuses on developing core robotic components (motors, reducers, controllers) in-house to reduce costs and enhance performance. They aim for extreme cost control and vertical integration to make advanced robots accessible for research, education, and eventually consumer markets. Their approach involves rapid iteration and sometimes unconventional design choices to achieve breakthroughs in cost and capability.
+                  </p>
+                  <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseUnitreePhilosophy" aria-expanded="false">
+                    Details <i class="bi bi-chevron-down"></i>
+                  </button>
+                </div>
+              </div>
+              <div class="collapse collapse-content" id="collapseUnitreePhilosophy">
+                <h6>Core Tenets</h6>
+                <ul>
+                  <li><strong>Affordability and Accessibility:</strong> A primary goal is to significantly lower the price point of advanced robots like humanoids.</li>
+                  <li><strong>In-House Component Development:</strong> Self-research and development of key components like motors and sensors to control costs and performance.</li>
+                  <li><strong>Vertical Integration:</strong> Building its own factories to lower supply chain costs and optimize product structure.</li>
+                  <li><strong>Motion-First Philosophy (for some aspects):</strong> Prioritizing robust and dynamic movement capabilities, sometimes described as "motion before cognition," to quickly enable physical interaction.</li>
+                  <li><strong>Openness for Development:</strong> Provides open-source software for development with some of its robots, encouraging research and community engagement.</li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-unitree-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Led by Founder and CEO Wang Xingxing.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-unitree-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  The <span class="term">H1</span> is their full-sized general-purpose humanoid. The <span class="term">G1</span>, unveiled in 2024, is a smaller, more affordable humanoid robot, priced around $16,000 for the base model. Both feature high joint flexibility and are capable of complex movements. The G1 is designed for research, education, and potentially light industrial or consumer applications.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseUnitreeModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseUnitreeModels">
+              <h6>Unitree G1</h6>
+              <ul>
+                <li><strong>Price:</strong> Starts around $16,000 (base configuration).</li>
+                <li><strong>Height & Weight:</strong> Approx. 1.32m tall, weighs around 35 kg.</li>
+                <li><strong>Degrees of Freedom (DoF):</strong> Base model 23 DoF, with some versions up to 43 DoF.</li>
+                <li><strong>Capabilities:</strong> Designed for flexibility, dexterous manipulation (optional hands), imitation and reinforcement learning. Can perform dynamic movements, including jumps and martial arts-like poses.</li>
+                <li><strong>Technology:</strong> Uses Unitree's UnifoLM (Unitree Robot Unified Large Model) for intelligence. Features hollow electrical routing.</li>
+                <li><strong>Target Market:</strong> Robotics research and development, education, potentially light industrial or entertainment. Not designed as a direct human labor replacement due to its smaller stature.</li>
+              </ul>
+              <h6>Unitree H1</h6>
+              <ul>
+                <li><strong>Price:</strong> Base price around $90,000.</li>
+                <li><strong>Capabilities:</strong> A larger, more powerful humanoid aimed at general-purpose applications. Showcased performing tasks like folk dancing.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-unitree-agi">
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Unitree aims to drive robots from the lab to the broader market by drastically reducing costs. While acknowledging the current limitations of AI for complex reasoning, their focus is on creating physically capable and affordable platforms that can be enhanced with improving AI over time. They envision robots becoming more integrated into daily life.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-unitree-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Unitree Robotics has received funding from investors, though specific rounds and valuations are not always as widely publicized as some US counterparts. Their strategy of in-house development and cost control is a key part of their financial approach.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-unitree-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Unveiled the <span class="term">G1</span> humanoid robot in May 2024 with a disruptive price point of $16,000. Showcased <span class="term">H1</span> robots performing synchronized dances at the 2025 Chinese Spring Festival Gala. Continued emphasis on mass production readiness and making advanced robotics more accessible.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-unitree-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  The <span class="term">G1</span> targets research institutions, universities, and developers due to its affordability and open development potential (EDU version). Also suitable for entertainment, business promotions, and potentially light industrial automation. The <span class="term">H1</span> is aimed at more general-purpose applications.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+      <!-- 1X Technologies Section -->
+      <div class="schema-container cat-1xtech" data-section-id="section-1xtech">
+      <h2 class="section-title" id="title-1xtech">1X Technologies</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-1xtech-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Founded:</strong> 2014 (as Halodi Robotics).</li>
+                  <li><strong>Headquarters:</strong> Moss, Norway, with presence in San Francisco Bay Area, USA.</li>
+                  <li><strong>Key Figures:</strong> Bernt Øyvind Børnich (Founder & CEO).</li>
+                  <li><strong>Flagship Humanoids:</strong> <span class="term">NEO</span> (bipedal, for home/consumer use), <span class="term">EVE</span> (wheeled, for industrial/commercial use). Latest iteration is <span class="term">NEO Gamma</span>.</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.1x.tech/" target="_blank" rel="noopener noreferrer">1x.tech</a></li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-1xtech-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Founded in 2014 as Halodi Robotics by Bernt Øyvind Børnich, 1X Technologies aims to create an "abundant supply of labor via safe, intelligent robots." Their vision is for humanoid robots to integrate into everyday life, particularly in homes, to assist with daily tasks and coexist with humans.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-1xtech-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                  <p class="summary">
+                    1X's philosophy centers on developing humanoids "alongside humans, not in isolation," believing that real-world home environments provide crucial data for AI development. Safety, practicality, and affordability are key tenets. They employ an embodied AI approach, integrating AI into physical bodies, and focus on creating robots that can learn and adapt in human spaces. Their <span class="term">NEO Gamma</span> features a soft, 3D-printed fabric skin to feel more approachable in homes.
+                  </p>
+                  <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapse1XTechPhilosophy" aria-expanded="false">
+                    Details <i class="bi bi-chevron-down"></i>
+                  </button>
+                </div>
+              </div>
+              <div class="collapse collapse-content" id="collapse1XTechPhilosophy">
+                <h6>Core Tenets</h6>
+                <ul>
+                  <li><strong>Home-Centric Development:</strong> Believes humanoids need to live and learn among humans in homes to develop true intelligence and understand real-world nuances.</li>
+                  <li><strong>Safety and Coexistence:</strong> Prioritizing the safe operation of robots in human environments.</li>
+                  <li><strong>Embodied AI:</strong> Integrating AI software with physical robotic bodies, often co-training algorithms with partners like OpenAI.</li>
+                  <li><strong>Practical Assistance:</strong> Focusing on robots that can perform useful household chores and provide assistance.</li>
+                  <li><strong>Approachable Design:</strong> NEO Gamma's fabric skin is an example of designing robots to better blend into domestic settings and be psychologically more acceptable.</li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-1xtech-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Led by Founder and CEO Bernt Øyvind Børnich. Christoph Kohstall, founder of Kind Humanoid (acquired by 1X), also joined the team.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-1xtech-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  <span class="term">NEO</span> is their bipedal humanoid designed for home assistance, with <span class="term">NEO Gamma</span> being the latest iteration featuring a softer design and improved AI. <span class="term">EVE</span> is their wheeled humanoid robot platform, initially deployed for industrial tasks like security and logistics. They focus on developing their own AI software, including for vision, language, and motion, and utilize reinforcement learning.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapse1XTechModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapse1XTechModels">
+              <h6>NEO (including NEO Beta, NEO Gamma)</h6>
+              <ul>
+                <li><strong>Type:</strong> Bipedal humanoid robot for consumer/home use.</li>
+                <li><strong>Design (NEO Gamma):</strong> Features a 3D-printed nylon fabric "skin" for a softer, more approachable appearance. Lightweight design (approx. 66 lbs / 30 kg). Tendon-driven hands for gentle manipulation.</li>
+                <li><strong>Capabilities:</strong> Designed for household chores (tidying, cleaning), interaction with humans, and navigating home environments. Capable of carrying up to 44 lbs (20 kg). Battery life of 2-4 hours.</li>
+                <li><strong>AI:</strong> Utilizes embodied AI, learning from real-world interaction in homes. Collaboration with OpenAI for AI functions.</li>
+              </ul>
+              <h6>EVE</h6>
+              <ul>
+                <li><strong>Type:</strong> Wheeled humanoid robot for commercial/industrial applications.</li>
+                <li><strong>Capabilities:</strong> Deployed for tasks in security and logistics. Utilizes a self-balancing wheeled base.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-1xtech-agi">
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  1X envisions a future where everyone has a robot helper at home, like "Rosey the Robot" or Baymax. Their goal is to create an "abundant society" by meeting global labor demands through commercially scaled, safe, and advanced androids that can perform everyday tasks.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-1xtech-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                    Raised $100 million in a Series B funding round in January 2024, led by EQT Ventures, with participation from Samsung NEXT and existing investors like OpenAI, Tiger Global, and Sandwater. Total funding exceeds $125 million.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-1xtech-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Unveiled <span class="term">NEO Gamma</span> in February 2025, an improved version of their home humanoid. Acquired California-based startup Kind Humanoid in January 2025 to bolster their team and expertise in home-focused humanoids. Launched a private early-access program to test NEO robots in homes by late 2025. Focused on scaling their data collection strategy for Embodied AI.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-1xtech-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  <span class="term">NEO</span> is targeted at the consumer market for everyday home assistance, including household chores and companionship. <span class="term">EVE</span> serves enterprise clients in logistics and guarding. Potential future applications for NEO include elderly care. Pricing for NEO is anticipated to be comparable to an "affordable car."
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+      <!-- Engineered Arts Section -->
+      <div class="schema-container cat-engineeredarts" data-section-id="section-engineeredarts">
+      <h2 class="section-title" id="title-engineeredarts">Engineered Arts</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-engineeredarts-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Founded:</strong> 2004/2005.</li>
+                  <li><strong>Headquarters:</strong> Falmouth, Cornwall, UK. Recently restructured as a U.S. entity with a presence in Redwood City, California.</li>
+                  <li><strong>Key Figures:</strong> Will Jackson (Founder & CEO).</li>
+                  <li><strong>Flagship Humanoids:</strong> <span class="term">Ameca</span> (advanced expressive humanoid), <span class="term">Mesmer</span> (hyper-realistic human-like robots), <span class="term">RoboThespian</span> (earlier entertainment robot).</li>
+                  <li><strong>Operating System:</strong> <span class="term">Tritium</span>.</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.engineeredarts.co.uk" target="_blank" rel="noopener noreferrer">engineeredarts.co.uk</a> (or .com for US entity)</li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-engineeredarts-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Engineered Arts was founded by Will Jackson in Cornwall, UK, initially creating mechanical actors for entertainment and science centers, with <span class="term">RoboThespian</span> being an early success. Their vision evolved towards creating highly realistic and expressive humanoid robots for interaction, entertainment, education, and research.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-engineeredarts-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                  <p class="summary">
+                    Engineered Arts focuses on creating human-centric robots that foster natural and intuitive interactions. Their motto is "Be wow!" aiming for robots that provide a captivating connection to technology. They emphasize lifelike facial expressions, smooth movements, and the integration of AI for engaging communication. They aim to make humanoid robots more accessible and bring them closer to everyday practical use.
+                  </p>
+                </div>
+              </div>
+            </div>
+          </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-engineeredarts-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Led by Founder and CEO Will Jackson, a self-taught engineer who has guided the company's development in humanoid robotics for over 20 years.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-engineeredarts-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  <span class="term">Ameca</span> is their most advanced humanoid, known for its highly expressive face and human-like interactions, designed as a platform for AI development. <span class="term">Mesmer</span> robots are hyper-realistic, designed to be anatomically accurate and highly expressive. <span class="term">RoboThespian</span> is an earlier interactive entertainment robot. All run on their <span class="term">Tritium</span> operating system.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseEngineeredArtsModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseEngineeredArtsModels">
+              <h6>Ameca</h6>
+              <ul>
+                <li><strong>Type:</strong> Advanced expressive humanoid robot.</li>
+                <li><strong>Capabilities:</strong> Designed for human-robot interaction, featuring a wide range of facial expressions, natural gestures, and AI-driven conversational abilities. Serves as a development platform for AI and machine learning.</li>
+                <li><strong>Design:</strong> Deliberately non-human skin tone and features to be clearly identifiable as a robot, while being highly expressive. Modular design.</li>
+              </ul>
+              <h6>Mesmer</h6>
+              <ul>
+                <li><strong>Type:</strong> Hyper-realistic humanoid robots.</li>
+                <li><strong>Capabilities:</strong> Designed to be anatomically accurate with realistic skin, hair, and facial expressions, often modeled on real people or characters. Used for entertainment, museums, and attractions.</li>
+              </ul>
+              <h6>RoboThespian</h6>
+              <ul>
+                <li><strong>Type:</strong> Interactive entertainment and educational robot.</li>
+                <li><strong>Legacy:</strong> An earlier successful product line used in science centers, museums, and events worldwide for engaging audiences.</li>
+              </ul>
+              <h6>Tritium OS</h6>
+              <ul>
+                <li>A cloud-based operating system developed by Engineered Arts to control their robots, manage content, and facilitate interaction.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-engineeredarts-agi">
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Engineered Arts envisions a world where the virtual seamlessly integrates into everyday life through humanoid robots. Their robots are designed to support, entertain, inform, and educate, providing a human-centric vision of AI-driven technology. They aim to enhance dexterity and locomotion to bring humanoids closer to everyday functionality.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-engineeredarts-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Secured $10 million in a Series A funding round in December 2024, led by Helium-3 Ventures, alongside restructuring as a U.S. entity. This brought their total funding to $16.2 million. Other investors include AppDirect Chairman and CEO Nicolas Desmarais, Belvoir Investments, ThirtySeven Holdings Inc., and Figueira Capital.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-engineeredarts-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Restructured as a U.S. entity and secured $10 million in Series A funding (December 2024) to scale production, refine products, and expand their cloud-based AI services. Plans to enhance dexterity and locomotion in their robots and launch a virtual robot character platform. Hiring to expand their Redwood City, CA location.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-engineeredarts-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Targets entertainment, education, research, and business applications. Robots are used in science centers, theme parks, corporate events, museums, and as platforms for AI research and human-robot interaction studies. Examples include exhibits at The Sphere in Las Vegas and the Computer History Museum.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+      <!-- Fourier Intelligence Section -->
+      <div class="schema-container cat-fourier" data-section-id="section-fourier">
+      <h2 class="section-title" id="title-fourier">Fourier Intelligence</h2>
+      <div class="row">
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-info" id="card-fourier-keyinfo">
+            <div class="card-body">
+              <h5><i class="bi bi-fingerprint"></i> Key Information</h5>
+              <div class="card-content-wrapper">
+                <ul class="key-info-list">
+                  <li><strong>Founded:</strong> 2015.</li>
+                  <li><strong>Headquarters:</strong> Shanghai, China, with global operations.</li>
+                  <li><strong>Key Figures:</strong> Alex Gu (Co-founder & Group CEO).</li>
+                  <li><strong>Flagship Humanoids:</strong> <span class="term">GR-1</span>, <span class="term">GR-2</span>.</li>
+                  <li><strong>Primary Focus (Historically):</strong> Rehabilitation robotics, expanding into general-purpose humanoids.</li>
+                  <li><strong>Official Website:</strong> <a href="https://www.fourierintelligence.com" target="_blank" rel="noopener noreferrer">fourierintelligence.com</a></li>
+                </ul>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-origin" id="card-fourier-origin">
+            <div class="card-body">
+              <h5><i class="bi bi-flag-fill"></i> Origin & Founding Vision</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Fourier Intelligence was founded in 2015, initially focusing on developing intelligent robotics for medical rehabilitation and exoskeletons. They have since leveraged this expertise to expand into the development of general-purpose humanoid robots.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-philosophy" id="card-fourier-philosophy">
+            <div class="card-body">
+              <h5><i class="bi bi-diagram-3-fill"></i> Philosophy & Approach</h5>
+              <div class="card-content-wrapper">
+                  <p class="summary">
+                    Fourier Intelligence's philosophy is rooted in applying their deep understanding of human biomechanics, motion control, and sensor technology from the rehabilitation sector to create capable and versatile humanoid robots. They aim to mass-produce humanoids for a variety of applications.
+                  </p>
+                </div>
+              </div>
+            </div>
+          </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-leadership" id="card-fourier-leadership">
+            <div class="card-body">
+              <h5><i class="bi bi-person-badge"></i> Leadership</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Led by Co-founder and Group CEO Alex Gu.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-models" id="card-fourier-models">
+            <div class="card-body">
+              <h5><i class="bi bi-robot"></i> Key Robots & Technologies</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  The <span class="term">GR-1</span> was their first general-purpose humanoid, unveiled with capabilities for dynamic walking, obstacle avoidance, and carrying loads. The <span class="term">GR-2</span> is a more recent iteration, showcased with enhanced features. These robots benefit from Fourier's experience in actuators and control systems developed for rehabilitation.
+                </p>
+                <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFourierModels" aria-expanded="false">
+                  Details <i class="bi bi-chevron-down"></i>
+                </button>
+              </div>
+            </div>
+            <div class="collapse collapse-content" id="collapseFourierModels">
+              <h6>GR-1 / GR-2 Humanoid Robots</h6>
+              <ul>
+                <li><strong>Type:</strong> General-purpose humanoid robots.</li>
+                <li><strong>Capabilities:</strong> Designed for tasks such as assisting the elderly, providing companionship, and potentially light industrial or service roles. Capable of stable walking, carrying objects (e.g., GR-1 can carry its own weight up to 50kg), and navigating environments.</li>
+                <li><strong>Technology:</strong> Leverages Fourier's expertise in high-performance actuators, sensors, and motion control algorithms derived from their rehabilitation robotics work.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-agi" id="card-fourier-agi">
+            <div class="card-body">
+              <h5><i class="bi bi-bullseye"></i> Long-Term Vision / Role of Humanoids</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Fourier Intelligence aims to be a leading global provider of humanoid robots, with a goal of mass production. They envision humanoids playing a significant role in various sectors, including healthcare, education, and home assistance, augmenting human capabilities.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-funding" id="card-fourier-funding">
+            <div class="card-body">
+              <h5><i class="bi bi-piggy-bank"></i> Funding & Investors</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Fourier Intelligence has received substantial investment from major firms, including SoftBank Group and Saudi Aramco's Prosperity7 Ventures, to support R&D and mass production efforts for their humanoid robots.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-developments" id="card-fourier-developments">
+            <div class="card-body">
+              <h5><i class="bi bi-newspaper"></i> Recent Developments (2024-2025)</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Ongoing demonstrations of their <span class="term">GR</span> series humanoids performing various tasks. Focus on scaling up manufacturing capabilities for mass production. Expanding partnerships for deploying humanoids in different application scenarios. The <span class="term">GR-2</span> was noted as a key robot to watch in 2025.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="col-lg-4 col-md-6">
+          <div class="info-card type-audience" id="card-fourier-audience">
+            <div class="card-body">
+              <h5><i class="bi bi-people-fill"></i> Target Audience & Use Cases</h5>
+              <div class="card-content-wrapper">
+                <p class="summary">
+                  Initially targeting healthcare (building on their rehabilitation roots), elder care, and research/education. Long-term plans include broader service industries, light manufacturing, and potentially home companionship.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      </div>
+
+
+    </div> <!-- End main-container -->
+
+    <footer class="container text-center pb-3">
+      <div class="mb-3">
+        <h6
+          style="
+            color: var(--hr-text-main); /* Adjusted from --text-color-primary */
+            font-family: var(--font-headings); /* Assuming --font-headings is defined or use inherit */
+            font-size: 1rem;
+            margin-bottom: 0.5rem;
+          "
+        >
+          Explore Related Robotics & AI Cheatsheets:
+        </h6>
+        <a
+          href="https://cheatsheets.davidveksler.com/ai-frontier.html"
+          title="AI Frontier Model Builders Cheatsheet"
+          target="_blank"
+          rel="noopener noreferrer"
+          class="mx-2"
+          style="font-size: 0.9em"
+        >
+          <i class="bi bi-cpu-fill"></i> AI Frontier Models
+        </a>
+        <a
+          href="https://cheatsheets.davidveksler.com/airisk.html"
+          title="AI Existential Risk (X-Risk) Cheatsheet"
+          target="_blank"
+          rel="noopener noreferrer"
+          class="mx-2"
+          style="font-size: 0.9em"
+        >
+          <i class="bi bi-shield-exclamation"></i> AI X-Risk
+        </a>
+        <a
+          href="https://cheatsheets.davidveksler.com/aisafety.html"
+          title="Interactive AI Safety Ecosystem Hub"
+          target="_blank"
+          rel="noopener noreferrer"
+          class="mx-2"
+          style="font-size: 0.9em"
+        >
+          <i class="bi bi-diagram-3-fill"></i> AI Safety Ecosystem
+        </a>
+      </div>
+      <div>
+        <a
+          href="https://www.linkedin.com/in/davidveksler/"
+          title="David Veksler on LinkedIn"
+          target="_blank"
+          rel="noopener noreferrer"
+          class="mx-2 link-secondary"
+        >
+          <i class="bi bi-linkedin"></i> LinkedIn
+        </a>
+        <a href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets" class="mx-2 link-secondary">
+          <i class="bi bi-collection"></i> All Cheatsheets
+        </a>
+      </div>
+    </footer>
+
+    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
+    <script>
+      document.addEventListener("DOMContentLoaded", () => {
+        const mainContainer = document.getElementById("main-container");
+        const cards = document.querySelectorAll(".info-card");
+        let currentHoverState = { card: null, sectionContainer: null };
+
+        function clearHoverState(forceClear = false) {
+          const isMouseStillOverCard = currentHoverState.card && currentHoverState.card.matches(":hover");
+          const isMouseStillOverSection =
+            currentHoverState.sectionContainer && currentHoverState.sectionContainer.matches(":hover");
+
+          if (forceClear || (!isMouseStillOverCard && !isMouseStillOverSection)) {
+            mainContainer.classList.remove("is-dimmed");
+            if (currentHoverState.card) {
+              currentHoverState.card.classList.remove("is-highlighted");
+            }
+            if (currentHoverState.sectionContainer) {
+              currentHoverState.sectionContainer.classList.remove("is-highlighted-section");
+              const oldTitle = currentHoverState.sectionContainer.querySelector(".section-title");
+              if (oldTitle) oldTitle.style.opacity = "";
+            }
+            currentHoverState = { card: null, sectionContainer: null };
+          }
+        }
+
+        function applyHoverState(card) {
+          if (!card || card === currentHoverState.card) return;
+
+          const newSchemaContainer = card.closest(".schema-container");
+
+          if (
+            !currentHoverState.sectionContainer ||
+            (newSchemaContainer && newSchemaContainer !== currentHoverState.sectionContainer)
+          ) {
+            clearHoverState(true);
+          } else if (currentHoverState.card) {
+            currentHoverState.card.classList.remove("is-highlighted");
+          }
+
+          currentHoverState.card = card;
+          currentHoverState.sectionContainer = newSchemaContainer;
+
+          mainContainer.classList.add("is-dimmed");
+          card.classList.add("is-highlighted");
+
+          if (newSchemaContainer) {
+            newSchemaContainer.classList.add("is-highlighted-section");
+            const title = newSchemaContainer.querySelector(".section-title");
+            if (title) title.style.opacity = "1";
+          }
+        }
+
+        mainContainer.addEventListener("mouseover", (event) => {
+          const targetCard = event.target.closest(".info-card");
+          if (targetCard) {
+            applyHoverState(targetCard);
+          }
+        });
+
+        mainContainer.addEventListener("mouseout", (event) => {
+          const leavingCard = event.target.closest(".info-card");
+
+          if (leavingCard && !event.relatedTarget?.closest(".info-card")) {
+            setTimeout(() => {
+              const isStillOverHighlightedCard = mainContainer.querySelector(".info-card.is-highlighted:hover");
+              const isStillOverHighlightedSection = mainContainer.querySelector(
+                ".schema-container.is-highlighted-section:hover"
+              );
+
+              if (!isStillOverHighlightedCard && !isStillOverHighlightedSection) {
+                clearHoverState(false);
+              }
+            }, 50);
+          } else if (!mainContainer.contains(event.relatedTarget)) {
+            clearHoverState(true);
+          }
+        });
+
+        const collapseToggles = document.querySelectorAll(".details-toggle");
+        collapseToggles.forEach((button) => {
+          const targetId = button.getAttribute("data-bs-target");
+          // Ensure targetId is a valid selector (starts with # or is an ID without #)
+          const targetSelector = targetId.startsWith("#") ? targetId : `#${targetId}`;
+          try {
+            const targetCollapse = document.querySelector(targetSelector);
+            const icon = button.querySelector(".bi");
+
+            if (targetCollapse && icon) {
+              // Initialize icon state based on whether collapse is shown by default
+              if (targetCollapse.classList.contains("show")) {
+                icon.classList.remove("bi-chevron-down");
+                icon.classList.add("bi-chevron-up");
+                button.setAttribute("aria-expanded", "true");
+              } else {
+                icon.classList.remove("bi-chevron-up");
+                icon.classList.add("bi-chevron-down");
+                button.setAttribute("aria-expanded", "false");
+              }
+
+              targetCollapse.addEventListener("show.bs.collapse", () => {
+                icon.classList.remove("bi-chevron-down");
+                icon.classList.add("bi-chevron-up");
+              });
+              targetCollapse.addEventListener("hide.bs.collapse", () => {
+                icon.classList.remove("bi-chevron-up");
+                icon.classList.add("bi-chevron-down");
+              });
+            }
+          } catch (e) {
+            // Catch potential errors if targetSelector is invalid (should not happen with correct data-bs-target)
+            console.error(`Error processing toggle for target ${targetSelector}: ${e}`);
+          }
+        });
+      });
+    </script>
+
+</body>
+</html>
\ No newline at end of file