Skip to content

Commit 63fcbb4

Browse files
committed
updated to draft for review
1 parent 91a89cb commit 63fcbb4

File tree

3 files changed

+132
-62
lines changed

3 files changed

+132
-62
lines changed

source/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
======================================
2-
Uncertainty Metadata Conventions (UNC)
3-
======================================
1+
=============================================
2+
Uncertainty Metadata Naming Conventions (UNC)
3+
=============================================
44

5-
The goal of these metadata conventions is to provide a standardised format for storing the accompanying uncertainty/error-covariance information with measurement datasets. This format is intended to support fully capturing the content of the error-covariance matrices associated with measurement data in a compact structure, by parameterising error-covariance with a simple set of metadata.
5+
The goal of these metadata naming conventions is to provide a standardised format for storing the accompanying uncertainty/error-covariance information with measurement datasets. This format is intended to support fully capturing the content of the error-covariance matrices associated with measurement data in a compact structure, by parameterising error-covariance with a simple set of metadata.
66

77
This work is part of the `CoMet Toolkit`_ (community metrology toolkit) initiative, which includes Python tools to support it's implementation.
88

@@ -13,13 +13,13 @@ This work is part of the `CoMet Toolkit`_ (community metrology toolkit) initiati
1313
:link: specification/draft-v0.1/unc_specification
1414
:link-type: doc
1515

16-
For the latest version of this standard
16+
For the latest version of the UNC specification
1717

1818
.. grid-item-card:: Other Versions
1919
:link: specification/spec_toc
2020
:link-type: doc
2121

22-
For all versions of this standard - including web and PDF
22+
For all versions of the UNC specification - including web and PDF
2323

2424
.. grid-item-card:: Governance
2525
:link: governance
@@ -47,7 +47,7 @@ The development has been funded by:
4747
:maxdepth: 1
4848
:hidden:
4949

50-
Unc Specification <specification/spec_toc>
50+
UNC Specification <specification/spec_toc>
5151
Governance <governance>
5252
CoMet Toolkit <comet>
5353

source/make_spec_versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
PDF_URL = "https://comet-toolkit.github.io/unc_website/_static/spec_pdfs"
2222

2323
# Static page content elements
24-
HEADER = ("======================================\n"
25-
"Uncertainty Metadata Conventions (UNC)\n"
26-
"======================================\n\n")
24+
HEADER = ("=============================================\n"
25+
"Uncertainty Metadata Naming Conventions (UNC)\n"
26+
"=============================================\n\n")
2727

2828
WEB_VERS_SUBHEADER = ("Web Versions\n"
2929
"------------\n\n"

0 commit comments

Comments
 (0)