Skip to content

Latest commit

 

History

History
200 lines (170 loc) · 8.59 KB

File metadata and controls

200 lines (170 loc) · 8.59 KB
title Supporters
description Organizations supporting the development and adoption of UnitsML

Supporters

UnitsML has been shaped by a diverse coalition of organizations across government, academia, and industry — each contributing expertise, resources, and commitment to the goal of unambiguous unit representation in scientific data.

National Institute of Standards and Technology 1998 – present

NIST originated the UnitsML project in 1998 through its Physics Laboratory and Manufacturing Engineering Laboratory. As the U.S. authority on the International System of Units (SI), NIST developed the initial UnitsML schema, built UnitsDB, and sponsored the project through the SIMA (Systems Integration for Manufacturing Applications) program. NIST remains a key supporter through CalConnect TC UNITS.

The Calendaring and Scheduling Consortium 2022 – present

CalConnect hosts the current standards body for UnitsML through its Technical Committee on Units of Measure (TC UNITS). Established in 2022, TC UNITS maintains the UnitsML specification, oversees UnitsDB development, and pursues international alignment with ISO, IEC, and BIPM towards a globally interoperable "Digital SI."

OASIS TC era

Contributed to the OASIS Technical Committee for UnitsML, bringing expertise in scientific data management and interdisciplinary data exchange from one of the U.S. Department of Energy's national laboratories.

2022 – present

Open standards and security company providing engineering support for UnitsML infrastructure — including the UnitsDB Ruby implementations, schema tooling, and this website. Active contributor to CalConnect TC UNITS.

OASIS TC era

Participated in the OASIS Technical Committee for UnitsML, contributing enterprise XML and data exchange expertise to help shape the standard for industrial and commercial applications.

Chemical Markup Language OASIS TC era

The Chemical Markup Language community contributed domain expertise in chemistry-specific unit requirements, ensuring UnitsML could represent the full range of chemical measurement units and quantities.

Organization for the Advancement of Structured Information Standards 2006 – 2016

Hosted the OASIS Technical Committee for UnitsML from 2006 to 2016, providing the formal standards process that produced the UnitsML 1.0 Committee Specification Drafts (CSD01 through CSD04).

International Bureau of Weights and Measures Advisory role

As the custodian of the International System of Units (SI), BIPM provides advisory guidance on the alignment of UnitsML and UnitsDB with the SI Brochure, supporting the "Digital SI" initiative for machine-readable unit definitions.

Become a supporter

UnitsML is developed through open collaboration. If your organization uses or benefits from UnitsML and would like to contribute, you can:

  • Join CalConnect TC UNITS — participate in standards development
  • Contribute to UnitsDB — help expand and improve the units database
  • Develop tooling — build libraries and integrations for your community
  • Provide feedback — report issues and suggest improvements

Get in touch through the CalConnect TC UNITS page or the UnitsML GitHub organization.

<style scoped> .supporters-intro { margin-bottom: 2.5rem; } .supporters-lead { font-size: 1.125rem; line-height: 1.75; color: var(--vp-c-text-2); max-width: 640px; } .supporters-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; } .supporter-card { display: flex; flex-direction: column; gap: 0.5rem; padding: 1.5rem; background: var(--vp-c-bg-soft); border: 1px solid var(--vp-c-divider); border-radius: 12px; text-decoration: none; color: inherit; transition: all 0.25s ease; } .supporter-card:hover { border-color: var(--vp-c-brand-1); box-shadow: 0 4px 16px rgba(45, 44, 105, 0.06); transform: translateY(-1px); } .supporter-card.supporter-featured { padding: 1.75rem; border-width: 2px; } .supporter-card.supporter-featured .supporter-icon { color: var(--vp-c-brand-1); } .supporter-icon { color: var(--vp-c-brand-1); display: flex; } .supporter-card h3 { font-size: 1.125rem; font-weight: 600; color: var(--vp-c-text-1); margin: 0; } .supporter-full { font-size: 0.8125rem; color: var(--vp-c-text-3); margin-top: -0.25rem; } .supporter-era { display: inline-block; font-size: 0.75rem; font-weight: 500; color: var(--vp-c-brand-1); background: rgba(45, 44, 105, 0.06); padding: 0.125rem 0.5rem; border-radius: 999px; width: fit-content; } :global(.dark) .supporter-era { background: rgba(48, 223, 192, 0.1); } .supporter-card p { font-size: 0.875rem; color: var(--vp-c-text-2); line-height: 1.65; margin: 0.5rem 0 0; } @media (max-width: 640px) { .supporters-grid { grid-template-columns: 1fr; } } </style>