Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default defineConfig({
]
},
{ text: 'Software', link: '/software/' },
{ text: 'Resources', link: '/resources' },
{ text: 'Blog', link: '/blog/' },
{ text: 'About', link: '/about' }
],
Expand Down Expand Up @@ -111,6 +112,7 @@ export default defineConfig({
items: [
{ text: 'Get Started', link: '/get-started' },
{ text: 'Schemas', link: '/schemas' },
{ text: 'Reference Materials', link: '/resources' },
]
}
],
Expand Down Expand Up @@ -148,6 +150,18 @@ export default defineConfig({
text: 'About',
items: [
{ text: 'About UnitsML', link: '/about' },
{ text: 'Supporters', link: '/supporters' },
{ text: 'Privacy Policy', link: '/privacy' },
{ text: 'Terms of Service', link: '/tos' },
]
}
],
'/supporters': [
{
text: 'About',
items: [
{ text: 'About UnitsML', link: '/about' },
{ text: 'Supporters', link: '/supporters' },
{ text: 'Privacy Policy', link: '/privacy' },
{ text: 'Terms of Service', link: '/tos' },
]
Expand Down
22 changes: 21 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ UnitsML is under active development and its documentation may change frequently.
<a href="#history">History</a>
<a href="#people">People</a>
<a href="#participating-organizations">Organizations</a>
<a href="/supporters">Supporters</a>
<a href="#frequently-asked-questions">FAQ</a>
</nav>

Expand Down Expand Up @@ -98,6 +99,10 @@ UnitsML has been shaped by contributors across government, academia, and industr

## Participating Organizations

<div class="see-all-supporters">
<a href="/supporters">See all supporters with details &rarr;</a>
</div>

<div class="orgs-grid">
<a href="https://www.nist.gov" class="org-card" target="_blank" rel="noopener">
<div class="org-logo">
Expand Down Expand Up @@ -273,7 +278,22 @@ UnitsML has been shaped by contributors across government, academia, and industr
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 1rem;
margin: 2rem 0;
margin: 1rem 0 2rem;
}

.see-all-supporters {
margin-bottom: 1rem;
}

.see-all-supporters a {
font-size: 0.875rem;
font-weight: 500;
color: var(--vp-c-brand-1);
text-decoration: none;
}

.see-all-supporters a:hover {
text-decoration: underline;
}

.org-card {
Expand Down
56 changes: 56 additions & 0 deletions blog/2022-06-20-scidatacon-units-summit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: UnitsML at SciDataCon 2022 — Introducing the Units Summit
date: 2022-06-20
authors:
- UnitsML Team
description: UnitsML was presented at the SciDataCon 2022 "Units Summit" session, introducing the project's approach to unambiguous unit encoding to the international scientific data community.
---

# UnitsML at SciDataCon 2022 — Introducing the Units Summit

At **SciDataCon 2022**, a special "Units Summit" session was convened to address the long-standing challenge of representing units of measure in scientific data exchange. UnitsML was featured as a key approach to solving this problem.

## The Units Summit

The Units Summit brought together researchers, standards bodies, and data managers to discuss the state of unit representation across scientific disciplines. The session highlighted how ambiguous and inconsistent unit handling continues to impede data interoperability — from laboratory information management to cross-disciplinary data fusion.

## The UnitsML presentation

The presentation introduced UnitsML as a comprehensive set of models for encoding scientific units of measure, covering:

- **The problem** — why existing approaches (code lists, free-text symbols, ad-hoc conventions) fail for reliable data exchange, with real-world examples like the Mars Climate Orbiter loss
- **UnitsML's architecture** — structured XML schemas for units, quantities, dimensions, and prefixes, designed to be incorporated into other markup languages
- **UnitsDB** — the companion database of over 700 scientific units, quantities, and dimensional information
- **Governance transition** — the move from NIST and OASIS to CalConnect TC UNITS as the new standards home
- **International alignment** — collaboration with BIPM, ISO, and IEC towards a "Digital SI" infrastructure

## Watch the video

A recorded video of the full introductory presentation is available:

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/oJJIVVwoB34"
title="UnitsML Introduction — SciDataCon 2022"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
style="display: block; max-width: 100%; margin: 1.5rem 0 2rem; border-radius: 12px;"
></iframe>

## What's next

Following the SciDataCon 2022 presentation, the CalConnect TC UNITS committee continues to advance UnitsML standardization. Key ongoing work includes:

- **UnitsDB 2.0** — an expanded database with improved data quality and coverage
- **Multi-format support** — YAML and JSON serializations alongside the existing XML
- **International coordination** — working with BIPM on Digital SI alignment
- **Tool development** — Ruby gems and other libraries for programmatic access

## Learn more

- [What is UnitsML](/learn/what-is-unitsml) — comprehensive introduction
- [UnitsDB](/unitsdb/) — browse the interactive units database
- [Resources](/resources) — presentations, publications, and documentation
- [About](/about) — history, governance, and people behind UnitsML
35 changes: 35 additions & 0 deletions learn/what-is-unitsml.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,16 @@ UnitsML was originally hosted at `unitsml.nist.gov`. An OASIS Technical Committe

## Next steps

<div class="video-callout">
<div class="video-callout-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><polygon points="5 3 19 12 5 21 5 3"/></svg>
</div>
<div class="video-callout-body">
<strong>Watch the introduction</strong> — a video overview from <a href="https://www.scidatacon.org" target="_blank" rel="noopener">SciDataCon 2022</a> covers UnitsML's history, architecture, and future direction:
<a href="https://www.youtube.com/watch?v=oJJIVVwoB34" target="_blank" rel="noopener">UnitsML Introduction on YouTube &rarr;</a>
</div>
</div>

- [Who is UnitsML for?](/learn/who-is-it-for) — understand the target audiences and use cases
- [How UnitsML works](/learn/how-it-works) — dive into the technical architecture
- [Incorporating UnitsML](/learn/incorporating-unitsml) — learn how to add UnitsML to your XML formats
Expand Down Expand Up @@ -287,4 +297,29 @@ UnitsML was originally hosted at `unitsml.nist.gov`. An OASIS Technical Committe
grid-template-columns: 1fr;
}
}

.video-callout {
display: flex;
gap: 0.75rem;
align-items: flex-start;
padding: 1rem 1.25rem;
margin-bottom: 1.5rem;
background: var(--vp-c-bg-soft);
border: 1px solid var(--vp-c-divider);
border-radius: 12px;
font-size: 0.875rem;
line-height: 1.6;
color: var(--vp-c-text-2);
}

.video-callout-icon {
color: var(--vp-c-brand-1);
flex-shrink: 0;
display: flex;
padding-top: 0.125rem;
}

.video-callout strong {
color: var(--vp-c-text-1);
}
</style>
Loading
Loading