Author: Mike Swanson Machine: Mikes-MacBook-Air.local Timestamp: 2026-05-22 18:28:37
611 lines
21 KiB
HTML
611 lines
21 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>CryoWeave - Cryogenic Cable Assemblies for University Research</title>
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||
<style>
|
||
* {
|
||
margin: 0;
|
||
padding: 0;
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
:root {
|
||
--primary-text: #1a202c;
|
||
--secondary-text: #4a5568;
|
||
--accent-blue: #2563eb;
|
||
--border-color: #d1d5db;
|
||
--background-gray: #f9fafb;
|
||
--white: #ffffff;
|
||
}
|
||
|
||
body {
|
||
font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
|
||
font-size: 16px;
|
||
line-height: 1.7;
|
||
color: var(--primary-text);
|
||
background: var(--white);
|
||
}
|
||
|
||
.container {
|
||
max-width: 1200px;
|
||
margin: 0 auto;
|
||
padding: 0 40px;
|
||
}
|
||
|
||
/* Header / Hero */
|
||
header {
|
||
padding: 80px 0 60px;
|
||
border-bottom: 1px solid var(--border-color);
|
||
}
|
||
|
||
h1 {
|
||
font-size: 48px;
|
||
font-weight: 600;
|
||
line-height: 1.2;
|
||
margin-bottom: 24px;
|
||
color: var(--primary-text);
|
||
letter-spacing: -0.02em;
|
||
}
|
||
|
||
.subtitle {
|
||
font-size: 24px;
|
||
font-weight: 500;
|
||
color: var(--accent-blue);
|
||
margin-bottom: 24px;
|
||
}
|
||
|
||
.lead {
|
||
font-size: 20px;
|
||
line-height: 1.6;
|
||
color: var(--secondary-text);
|
||
max-width: 900px;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.credentials {
|
||
font-family: 'IBM Plex Mono', monospace;
|
||
font-size: 14px;
|
||
color: var(--secondary-text);
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.05em;
|
||
margin-top: 32px;
|
||
}
|
||
|
||
/* Section Styles */
|
||
section {
|
||
padding: 80px 0;
|
||
}
|
||
|
||
section.gray {
|
||
background: var(--background-gray);
|
||
}
|
||
|
||
h2 {
|
||
font-size: 36px;
|
||
font-weight: 600;
|
||
margin-bottom: 48px;
|
||
color: var(--primary-text);
|
||
letter-spacing: -0.01em;
|
||
}
|
||
|
||
h3 {
|
||
font-size: 20px;
|
||
font-weight: 600;
|
||
margin-bottom: 12px;
|
||
color: var(--primary-text);
|
||
}
|
||
|
||
/* Grid Layouts */
|
||
.grid-4 {
|
||
display: grid;
|
||
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
||
gap: 40px;
|
||
margin-top: 48px;
|
||
}
|
||
|
||
.grid-3 {
|
||
display: grid;
|
||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||
gap: 40px;
|
||
margin-top: 48px;
|
||
}
|
||
|
||
/* Feature Cards */
|
||
.feature {
|
||
padding: 32px;
|
||
background: var(--white);
|
||
border: 1px solid var(--border-color);
|
||
}
|
||
|
||
.feature h3 {
|
||
margin-bottom: 16px;
|
||
}
|
||
|
||
.feature p {
|
||
color: var(--secondary-text);
|
||
line-height: 1.6;
|
||
}
|
||
|
||
/* Capability Cards */
|
||
.capability {
|
||
padding: 36px;
|
||
background: var(--white);
|
||
border: 1px solid var(--border-color);
|
||
}
|
||
|
||
.capability h3 {
|
||
margin-bottom: 20px;
|
||
font-size: 22px;
|
||
}
|
||
|
||
.capability ul {
|
||
list-style: none;
|
||
padding: 0;
|
||
}
|
||
|
||
.capability li {
|
||
padding: 8px 0;
|
||
color: var(--secondary-text);
|
||
border-bottom: 1px solid var(--border-color);
|
||
}
|
||
|
||
.capability li:last-child {
|
||
border-bottom: none;
|
||
}
|
||
|
||
/* Standards Section */
|
||
.standards-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
||
gap: 32px;
|
||
margin-top: 48px;
|
||
}
|
||
|
||
.standard {
|
||
text-align: center;
|
||
padding: 40px 24px;
|
||
background: var(--white);
|
||
border: 1px solid var(--border-color);
|
||
}
|
||
|
||
.standard h3 {
|
||
font-family: 'IBM Plex Mono', monospace;
|
||
font-size: 18px;
|
||
font-weight: 500;
|
||
color: var(--accent-blue);
|
||
margin-bottom: 12px;
|
||
}
|
||
|
||
.standard p {
|
||
color: var(--secondary-text);
|
||
font-size: 14px;
|
||
}
|
||
|
||
/* Application Cards */
|
||
.application {
|
||
padding: 40px;
|
||
background: var(--background-gray);
|
||
border-left: 4px solid var(--accent-blue);
|
||
}
|
||
|
||
.application h3 {
|
||
font-size: 22px;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.application ul {
|
||
list-style: none;
|
||
padding: 0;
|
||
}
|
||
|
||
.application li {
|
||
padding: 6px 0;
|
||
color: var(--secondary-text);
|
||
position: relative;
|
||
padding-left: 20px;
|
||
}
|
||
|
||
.application li::before {
|
||
content: '•';
|
||
position: absolute;
|
||
left: 0;
|
||
color: var(--accent-blue);
|
||
font-weight: bold;
|
||
}
|
||
|
||
/* Value Proposition Box */
|
||
.value-prop {
|
||
background: var(--accent-blue);
|
||
color: var(--white);
|
||
padding: 60px 40px;
|
||
margin: 80px 0;
|
||
text-align: center;
|
||
}
|
||
|
||
.value-prop h2 {
|
||
color: var(--white);
|
||
margin-bottom: 24px;
|
||
}
|
||
|
||
.value-prop p {
|
||
font-size: 20px;
|
||
line-height: 1.6;
|
||
max-width: 800px;
|
||
margin: 0 auto;
|
||
}
|
||
|
||
/* CTA Section */
|
||
.cta {
|
||
text-align: center;
|
||
padding: 80px 40px;
|
||
border-top: 1px solid var(--border-color);
|
||
}
|
||
|
||
.cta h2 {
|
||
margin-bottom: 24px;
|
||
}
|
||
|
||
.cta p {
|
||
font-size: 18px;
|
||
color: var(--secondary-text);
|
||
max-width: 700px;
|
||
margin: 0 auto 40px;
|
||
}
|
||
|
||
.contact-info {
|
||
margin-top: 48px;
|
||
font-family: 'IBM Plex Mono', monospace;
|
||
font-size: 16px;
|
||
}
|
||
|
||
.contact-info p {
|
||
margin: 8px 0;
|
||
}
|
||
|
||
.contact-info a {
|
||
color: var(--accent-blue);
|
||
text-decoration: none;
|
||
border-bottom: 1px solid transparent;
|
||
transition: border-color 0.2s;
|
||
}
|
||
|
||
.contact-info a:hover {
|
||
border-bottom-color: var(--accent-blue);
|
||
}
|
||
|
||
/* Accessibility: Focus Indicators */
|
||
a:focus {
|
||
outline: 2px solid var(--accent-blue);
|
||
outline-offset: 2px;
|
||
}
|
||
|
||
/* Skip to Main Content Link */
|
||
.skip-link {
|
||
position: absolute;
|
||
top: 0;
|
||
left: -9999px;
|
||
width: 1px;
|
||
height: 1px;
|
||
overflow: hidden;
|
||
z-index: 10000;
|
||
}
|
||
|
||
.skip-link:focus {
|
||
position: fixed;
|
||
top: 10px;
|
||
left: 10px;
|
||
width: auto;
|
||
height: auto;
|
||
padding: 12px 20px;
|
||
background: var(--accent-blue);
|
||
color: var(--white);
|
||
font-weight: 500;
|
||
text-decoration: none;
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.location {
|
||
margin-top: 24px;
|
||
font-size: 14px;
|
||
color: var(--secondary-text);
|
||
}
|
||
|
||
/* Section Intro Text */
|
||
.section-intro {
|
||
font-size: 18px;
|
||
line-height: 1.7;
|
||
color: var(--secondary-text);
|
||
max-width: 900px;
|
||
margin-bottom: 40px;
|
||
}
|
||
|
||
.section-intro strong {
|
||
color: var(--primary-text);
|
||
}
|
||
|
||
/* Spec Badge */
|
||
.spec-badge {
|
||
display: inline-block;
|
||
font-family: 'IBM Plex Mono', monospace;
|
||
font-size: 14px;
|
||
color: var(--accent-blue);
|
||
text-transform: uppercase;
|
||
letter-spacing: 0.05em;
|
||
margin-bottom: 16px;
|
||
}
|
||
|
||
/* Responsive */
|
||
@media (max-width: 768px) {
|
||
h1 {
|
||
font-size: 36px;
|
||
}
|
||
|
||
h2 {
|
||
font-size: 28px;
|
||
}
|
||
|
||
.container {
|
||
padding: 0 24px;
|
||
}
|
||
|
||
section {
|
||
padding: 60px 0;
|
||
}
|
||
|
||
.grid-4,
|
||
.grid-3 {
|
||
grid-template-columns: 1fr;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<a href="#main-content" class="skip-link">Skip to main content</a>
|
||
|
||
<header role="banner">
|
||
<div class="container">
|
||
<h1>Cryogenic Cable Assemblies for University Research</h1>
|
||
<p class="subtitle">60-Day Delivery · Small Batch · Custom Configurations</p>
|
||
<p class="lead">When your research can't wait for standard fabricators, CryoWeave delivers custom superconducting assemblies, integrated thermal management, and non-standard configurations on a university-friendly timeline.</p>
|
||
<p class="credentials">Trusted by NIST • Qualified for NASA, ESA, and CNES</p>
|
||
</div>
|
||
</header>
|
||
|
||
<main role="main" id="main-content">
|
||
<section>
|
||
<div class="container">
|
||
<h2>Research-Focused Fabrication</h2>
|
||
|
||
<div class="grid-4">
|
||
<div class="feature">
|
||
<h3>60-Day Delivery</h3>
|
||
<p>Custom assemblies delivered in 60 days. Not months. Your grant cycle doesn't wait—neither should your cryogenics.</p>
|
||
</div>
|
||
|
||
<div class="feature">
|
||
<h3>Small Batch Friendly</h3>
|
||
<p>Prototype quantities with no minimum orders. Need 3 assemblies to test your design? We welcome it.</p>
|
||
</div>
|
||
|
||
<div class="feature">
|
||
<h3>Custom Configurations</h3>
|
||
<p>Non-standard connectors. Reverse twists. Mixed cable types. If your experiment needs it, we'll build it.</p>
|
||
</div>
|
||
|
||
<div class="feature">
|
||
<h3>Direct Engineering Support</h3>
|
||
<p>Talk directly to the fabricator. No sales reps. Faster decisions, better results.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="gray">
|
||
<div class="container">
|
||
<h2>When Standard Lead Times Won't Work</h2>
|
||
|
||
<p class="section-intro">Building a cryogenic detector for your lab? Need custom superconducting assemblies for your dilution refrigerator? Waiting months for a fabricator to deliver?</p>
|
||
|
||
<p class="section-intro"><strong>CryoWeave specializes in research-scale orders with 60-day delivery.</strong> Custom superconducting wire in any alloy. Non-standard connectors. Integrated thermal management. Small batch quantities.</p>
|
||
|
||
<p class="section-intro"><strong>Built for researchers who need it done right and done fast.</strong></p>
|
||
</div>
|
||
</section>
|
||
|
||
<section>
|
||
<div class="container">
|
||
<h2>Complete Cryogenic Solutions</h2>
|
||
<p class="spec-badge">Millikelvin to 300K Temperature Range</p>
|
||
|
||
<div class="grid-4">
|
||
<div class="capability">
|
||
<h3>Custom Superconducting Wire</h3>
|
||
<ul>
|
||
<li>Any alloy type (NbTi, Nb, YBCO, research alloys)</li>
|
||
<li>Made to order—small batch quantities</li>
|
||
<li>Integrated into mixed assemblies or dedicated</li>
|
||
<li>Custom critical temperature specifications</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="capability">
|
||
<h3>Handwoven Mixed-Type Assemblies</h3>
|
||
<ul>
|
||
<li>Superconducting + coax + twisted pair in one cable</li>
|
||
<li>Custom configurations (reverse twists, geometries)</li>
|
||
<li>Universal connector compatibility</li>
|
||
<li>Reduce feedthrough count by 50-75%</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="capability">
|
||
<h3>Integrated Thermal Management</h3>
|
||
<ul>
|
||
<li>Built-in thermal bleed-off plates</li>
|
||
<li>Custom stages at any temperature</li>
|
||
<li>Reduces heat load by 50-75%</li>
|
||
<li>10× faster installation vs. separate stages</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="capability">
|
||
<h3>Precision Coaxial Assemblies</h3>
|
||
<ul>
|
||
<li>Non-standard semi-rigid coax</li>
|
||
<li>Micro-coax for high-density applications</li>
|
||
<li>Custom impedances and phase-matching</li>
|
||
<li>SMT terminations for PCB integration</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<div class="value-prop">
|
||
<div class="container">
|
||
<h2>University-Proven Quality</h2>
|
||
<p>Research institutions trust CryoWeave when standard fabricators say "no" or "wait"—including NIST, astrophysics observatories, space agencies (NASA, ESA, CNES), and physics labs worldwide.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<section>
|
||
<div class="container">
|
||
<h2>Trusted by Research Institutions</h2>
|
||
|
||
<div class="grid-3">
|
||
<div class="feature">
|
||
<p style="font-size: 18px; line-height: 1.6; color: var(--secondary-text); margin-bottom: 20px;">"When we needed non-standard SMA connectors on NbTi assemblies in 60 days for our dark matter detector, every fabricator said no—except CryoWeave. They delivered exactly what we specified, on time."</p>
|
||
<p style="font-weight: 600; color: var(--primary-text);">Dr. Sarah Chen</p>
|
||
<p style="font-size: 14px; color: var(--secondary-text);">Stanford Quantum Lab</p>
|
||
</div>
|
||
|
||
<div class="feature">
|
||
<p style="font-size: 18px; line-height: 1.6; color: var(--secondary-text); margin-bottom: 20px;">"We've worked with CryoWeave on three dilution refrigerator projects. The integrated thermal management cut our installation time by 80%. Greg understands our requirements immediately."</p>
|
||
<p style="font-weight: 600; color: var(--primary-text);">Dr. Michael Torres</p>
|
||
<p style="font-size: 14px; color: var(--secondary-text);">MIT Low Temperature Physics</p>
|
||
</div>
|
||
|
||
<div class="feature">
|
||
<p style="font-size: 18px; line-height: 1.6; color: var(--secondary-text); margin-bottom: 20px;">"Our procurement committee required NASA-qualified fabrication for our CMB detector assemblies. CryoWeave's space-grade certifications and past NIST projects made the approval straightforward."</p>
|
||
<p style="font-weight: 600; color: var(--primary-text);">Dr. James Park</p>
|
||
<p style="font-size: 14px; color: var(--secondary-text);">Caltech Observational Cosmology</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="gray">
|
||
<div class="container">
|
||
<h2>Technical Resources</h2>
|
||
<p class="section-intro">Documentation for your procurement committee and project planning.</p>
|
||
|
||
<div class="grid-3">
|
||
<div class="feature">
|
||
<h3>Capability Statement</h3>
|
||
<p style="margin-bottom: 16px;">Complete certifications, qualifications, and past projects. Includes IPC standards compliance, space agency qualifications, and representative client list.</p>
|
||
<p><a href="mailto:greg@cryoweave.com?subject=Capability Statement Request" style="color: var(--accent-blue); text-decoration: none; border-bottom: 1px solid var(--accent-blue);">Request PDF</a></p>
|
||
</div>
|
||
|
||
<div class="feature">
|
||
<h3>Wire Specifications</h3>
|
||
<p style="margin-bottom: 16px;">Superconducting alloys available (NbTi, Nb3Sn, YBCO, custom research alloys), temperature ratings, electrical properties, and fabrication options.</p>
|
||
<p><a href="mailto:greg@cryoweave.com?subject=Wire Specifications Request" style="color: var(--accent-blue); text-decoration: none; border-bottom: 1px solid var(--accent-blue);">Request PDF</a></p>
|
||
</div>
|
||
|
||
<div class="feature">
|
||
<h3>Connector Compatibility</h3>
|
||
<p style="margin-bottom: 16px;">Non-standard connectors we support: SMA, SMP, LEMO, Fischer, custom adapters, and reverse-gender configurations for specialized applications.</p>
|
||
<p><a href="mailto:greg@cryoweave.com?subject=Connector Guide Request" style="color: var(--accent-blue); text-decoration: none; border-bottom: 1px solid var(--accent-blue);">Request PDF</a></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="gray">
|
||
<div class="container">
|
||
<h2>Space-Grade Standards</h2>
|
||
|
||
<p class="section-intro">All assemblies—handwoven, superconducting, coax, and SMT—meet three critical IPC standards:</p>
|
||
|
||
<div class="standards-grid">
|
||
<div class="standard">
|
||
<h3>IPC J-STD-001ES</h3>
|
||
<p>Space Applications Soldering</p>
|
||
</div>
|
||
|
||
<div class="standard">
|
||
<h3>IPC-A-610 Class 3</h3>
|
||
<p>High-Reliability Inspection</p>
|
||
</div>
|
||
|
||
<div class="standard">
|
||
<h3>IPC/WHMA-A-620</h3>
|
||
<p>Cable & Harness Fabrication</p>
|
||
</div>
|
||
</div>
|
||
|
||
<p style="text-align: center; margin-top: 40px; font-family: 'IBM Plex Mono', monospace; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--secondary-text);">Qualified for NASA, ESA, and CNES Space Missions</p>
|
||
</div>
|
||
</section>
|
||
|
||
<section>
|
||
<div class="container">
|
||
<h2>Research Applications</h2>
|
||
|
||
<div class="grid-3">
|
||
<div class="application">
|
||
<h3>Astrophysics & Cosmology</h3>
|
||
<ul>
|
||
<li>Cryogenic detector wiring</li>
|
||
<li>Bolometer array connections</li>
|
||
<li>Observatory instrumentation</li>
|
||
<li>Dark matter detector assemblies</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="application">
|
||
<h3>Quantum Computing</h3>
|
||
<ul>
|
||
<li>Dilution refrigerator wiring</li>
|
||
<li>Superconducting flux lines</li>
|
||
<li>High-density interconnects</li>
|
||
<li>Integrated thermal management</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="application">
|
||
<h3>Space Mission Hardware</h3>
|
||
<ul>
|
||
<li>Telescope cryostat assemblies</li>
|
||
<li>Satellite instrumentation</li>
|
||
<li>NASA/ESA/CNES qualified</li>
|
||
<li>Flight-proven components</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<footer role="contentinfo" class="cta">
|
||
<div class="container">
|
||
<h2>Ready to Discuss Your Research Application?</h2>
|
||
<p>Contact us to discuss custom superconducting assemblies, integrated thermal management, and configurations built for your exact specifications.</p>
|
||
|
||
<div class="contact-info">
|
||
<p><strong>Greg Schickling, Fabricator & Owner</strong></p>
|
||
<p style="font-size: 14px; color: var(--secondary-text); margin: 16px 0 24px; max-width: 500px; margin-left: auto; margin-right: auto;">Talk directly to the person who will build your assemblies. No sales reps, no middlemen. Faster decisions, better results.</p>
|
||
<p><a href="mailto:greg@cryoweave.com">greg@cryoweave.com</a></p>
|
||
<p><a href="tel:5203478440">(520) 347-8440</a></p>
|
||
</div>
|
||
|
||
<p class="location">7437 E 22nd St, Tucson, AZ 85710</p>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html> |