metanorma-nist 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.adoc +163 -18
- data/lib/asciidoctor/nist/biblio.rng +3 -0
- data/lib/asciidoctor/nist/boilerplate.rb +53 -3
- data/lib/asciidoctor/nist/cleanup.rb +41 -1
- data/lib/asciidoctor/nist/converter.rb +5 -6
- data/lib/asciidoctor/nist/front.rb +124 -63
- data/lib/asciidoctor/nist/isodoc.rng +38 -8
- data/lib/asciidoctor/nist/isostandard.rng +0 -8
- data/lib/asciidoctor/nist/nist.rng +145 -34
- data/lib/asciidoctor/nist/nist_intro.xml +6 -4
- data/lib/isodoc/nist/base_convert.rb +434 -0
- data/lib/isodoc/nist/html/header.html +30 -26
- data/lib/isodoc/nist/html/html_nist_titlepage.html +7 -3
- data/lib/isodoc/nist/html/word_nist_titlepage.html +1219 -155
- data/lib/isodoc/nist/html_convert.rb +7 -411
- data/lib/isodoc/nist/i18n-en.yaml +6 -1
- data/lib/isodoc/nist/metadata.rb +132 -20
- data/lib/isodoc/nist/pdf_convert.rb +19 -426
- data/lib/isodoc/nist/word_convert.rb +9 -442
- data/lib/metanorma/nist/version.rb +1 -1
- data/metanorma-nist.gemspec +1 -0
- metadata +17 -2
@@ -22,7 +22,7 @@ xmlns:mv="http://macVmlSchemaUri" xmlns="http://www.w3.org/TR/REC-html40">
|
|
22
22
|
<div style='mso-element:footnote-separator' id=fs>
|
23
23
|
|
24
24
|
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
|
25
|
-
normal'><span lang=EN-
|
25
|
+
normal'><span lang=EN-US><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
26
26
|
|
27
27
|
<hr align=left size=1 width="33%">
|
28
28
|
|
@@ -33,7 +33,7 @@ normal'><span lang=EN-GB><span style='mso-special-character:footnote-separator'>
|
|
33
33
|
<div style='mso-element:footnote-continuation-separator' id=fcs>
|
34
34
|
|
35
35
|
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
|
36
|
-
normal'><span lang=EN-
|
36
|
+
normal'><span lang=EN-US><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
37
37
|
|
38
38
|
<hr align=left size=1>
|
39
39
|
|
@@ -44,7 +44,7 @@ normal'><span lang=EN-GB><span style='mso-special-character:footnote-continuatio
|
|
44
44
|
<div style='mso-element:endnote-separator' id=es>
|
45
45
|
|
46
46
|
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
|
47
|
-
normal'><span lang=EN-
|
47
|
+
normal'><span lang=EN-US><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
48
48
|
|
49
49
|
<hr align=left size=1 width="33%">
|
50
50
|
|
@@ -55,7 +55,7 @@ normal'><span lang=EN-GB><span style='mso-special-character:footnote-separator'>
|
|
55
55
|
<div style='mso-element:endnote-continuation-separator' id=ecs>
|
56
56
|
|
57
57
|
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
|
58
|
-
normal'><span lang=EN-
|
58
|
+
normal'><span lang=EN-US><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
59
59
|
|
60
60
|
<hr align=left size=1>
|
61
61
|
|
@@ -80,30 +80,34 @@ normal'><span lang=EN-GB><span style='mso-special-character:footnote-continuatio
|
|
80
80
|
<div style='mso-element:header' id=eh2>
|
81
81
|
|
82
82
|
<p class=MsoHeader align=left style='text-align:left;line-height:12.0pt;font-size:9pt;
|
83
|
-
mso-line-height-rule:exactly'><span lang=EN-
|
84
|
-
1'></span>{{
|
83
|
+
mso-line-height-rule:exactly'><span lang=EN-US>{{ draft_prefix }}{{ docnumber }}<span style='mso-tab-count:
|
84
|
+
1'></span>{{ doctitle_short }}</span>
|
85
|
+
<br/><span lang=EN-US><span style='mso-tab-count:1'></span>{{ docsubtitle_short }}</span>
|
86
|
+
</p>
|
85
87
|
|
86
88
|
</div>
|
87
89
|
|
88
90
|
<div style='mso-element:header' id=h2>
|
89
91
|
|
90
92
|
<p class=MsoHeader align=left style='text-align:left;line-height:12.0pt;font-size:9pt;
|
91
|
-
mso-line-height-rule:exactly'><span lang=EN-
|
92
|
-
1'></span>{{
|
93
|
+
mso-line-height-rule:exactly'><span lang=EN-US>{{ draft_prefix }}{{ docnumber }}<span style='mso-tab-count:
|
94
|
+
1'></span>{{ doctitle_short }}</span>
|
95
|
+
<br/><span lang=EN-US><span style='mso-tab-count:1'></span>{{ docsubtitle_short }}</span>
|
96
|
+
</p>
|
93
97
|
|
94
98
|
</div>
|
95
99
|
|
96
100
|
<div style='mso-element:footer' id=ef2>
|
97
101
|
|
98
102
|
<p class=MsoFooter style='line-height:12.0pt;mso-line-height-rule:exactly'><!--[if supportFields]><span
|
99
|
-
lang=EN-
|
103
|
+
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
100
104
|
style='mso-element:field-begin'></span><span
|
101
105
|
style='mso-spacerun:yes'> </span>PAGE<span style='mso-spacerun:yes'>
|
102
106
|
</span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
|
103
|
-
lang=EN-
|
107
|
+
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
104
108
|
style='mso-no-proof:yes'>ii</span></span><!--[if supportFields]><span
|
105
|
-
lang=EN-
|
106
|
-
style='mso-element:field-end'></span></span><![endif]--><span lang=EN-
|
109
|
+
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
110
|
+
style='mso-element:field-end'></span></span><![endif]--><span lang=EN-US
|
107
111
|
style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span style='mso-tab-count:
|
108
112
|
1'> </span><o:p></o:p></span></p>
|
109
113
|
|
@@ -111,15 +115,15 @@ style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span style='mso-tab-count:
|
|
111
115
|
|
112
116
|
<div style='mso-element:footer' id=f2>
|
113
117
|
|
114
|
-
<p class=MsoFooter style='line-height:12.0pt'><span lang=EN-
|
118
|
+
<p class=MsoFooter style='line-height:12.0pt'><span lang=EN-US
|
115
119
|
style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span style='mso-tab-count:1'> </span></span><!--[if supportFields]><span
|
116
|
-
lang=EN-
|
120
|
+
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
117
121
|
style='mso-element:field-begin'></span> PAGE<span style='mso-spacerun:yes'>
|
118
122
|
</span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
|
119
|
-
lang=EN-
|
123
|
+
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
120
124
|
style='mso-no-proof:yes'>iii</span></span><!--[if supportFields]><span
|
121
|
-
lang=EN-
|
122
|
-
style='mso-element:field-end'></span></span><![endif]--><span lang=EN-
|
125
|
+
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
126
|
+
style='mso-element:field-end'></span></span><![endif]--><span lang=EN-US
|
123
127
|
style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><o:p></o:p></span></p>
|
124
128
|
|
125
129
|
</div>
|
@@ -128,32 +132,32 @@ style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><o:p></o:p></span></p>
|
|
128
132
|
|
129
133
|
<p class=MsoFooter style='margin-top:12.0pt;line-height:12.0pt;mso-line-height-rule:
|
130
134
|
exactly'><!--[if supportFields]><b style='mso-bidi-font-weight:normal'><span
|
131
|
-
lang=EN-
|
135
|
+
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
132
136
|
style='mso-element:field-begin'></span><span
|
133
137
|
style='mso-spacerun:yes'> </span>PAGE<span style='mso-spacerun:yes'>
|
134
138
|
</span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span></b><![endif]--><b
|
135
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-
|
139
|
+
style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:10.0pt;
|
136
140
|
mso-bidi-font-size:11.0pt'><span style='mso-no-proof:yes'>2</span></span></b><!--[if supportFields]><b
|
137
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-
|
141
|
+
style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:10.0pt;
|
138
142
|
mso-bidi-font-size:11.0pt'><span style='mso-element:field-end'></span></span></b><![endif]--><span
|
139
|
-
lang=EN-
|
143
|
+
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
|
140
144
|
style='mso-tab-count:1'> </span><o:p></o:p></span></p>
|
141
145
|
|
142
146
|
</div>
|
143
147
|
|
144
148
|
<div style='mso-element:footer' id=f3>
|
145
149
|
|
146
|
-
<p class=MsoFooter style='line-height:12.0pt'><span lang=EN-
|
150
|
+
<p class=MsoFooter style='line-height:12.0pt'><span lang=EN-US
|
147
151
|
style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span style='mso-tab-count:1'> </span></span><!--[if supportFields]><b
|
148
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-
|
152
|
+
style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:10.0pt;
|
149
153
|
mso-bidi-font-size:11.0pt'><span style='mso-element:field-begin'></span>
|
150
154
|
PAGE<span style='mso-spacerun:yes'> </span>\* MERGEFORMAT <span
|
151
155
|
style='mso-element:field-separator'></span></span></b><![endif]--><b
|
152
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-
|
156
|
+
style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:10.0pt;
|
153
157
|
mso-bidi-font-size:11.0pt'><span style='mso-no-proof:yes'>3</span></span></b><!--[if supportFields]><b
|
154
|
-
style='mso-bidi-font-weight:normal'><span lang=EN-
|
158
|
+
style='mso-bidi-font-weight:normal'><span lang=EN-US style='font-size:10.0pt;
|
155
159
|
mso-bidi-font-size:11.0pt'><span style='mso-element:field-end'></span></span></b><![endif]--><span
|
156
|
-
lang=EN-
|
160
|
+
lang=EN-US style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><o:p></o:p></span></p>
|
157
161
|
|
158
162
|
</div>
|
159
163
|
|
@@ -20,8 +20,7 @@
|
|
20
20
|
|
21
21
|
<div class="coverpage-doc-identity">
|
22
22
|
<div class="doc-number">
|
23
|
-
<div>{{ draft_prefix }} {{ docidentifier_long }}</div>
|
24
|
-
{% if edition %} <div> Revision {{ edition }}</div> {% endif %}
|
23
|
+
<div>{{ draft_prefix }} {{ docidentifier_long | replace: "Revision", "<br/>Revision" }}</div>
|
25
24
|
<div> {{ draftinfo }}</div>
|
26
25
|
</div>
|
27
26
|
|
@@ -38,7 +37,12 @@
|
|
38
37
|
</div>
|
39
38
|
|
40
39
|
<div class="coverpage-logo" style="float:left">
|
41
|
-
<span>{{
|
40
|
+
<span>{{ publisheddate_monthyear }}</span>
|
41
|
+
{%if confirmeddate and confirmeddate != "XXX" %}
|
42
|
+
<br/>Publication is current as of {{ confirmeddate_mmddyyyy }}
|
43
|
+
{% elsif errata and updateddate and updateddate != "XXX" %}
|
44
|
+
<br/>Includes updates as of {{ updateddate_mmddyyyy }}</span>
|
45
|
+
{% endif %}
|
42
46
|
</div>
|
43
47
|
|
44
48
|
<div class="rule-thick" style="clear:both"></div>
|
@@ -1,41 +1,338 @@
|
|
1
|
-
{% if
|
1
|
+
{% if unpublished %}
|
2
2
|
|
3
|
-
|
3
|
+
{% if substage == "retired" or substage == "withdrawn" %}
|
4
4
|
|
5
|
-
<
|
5
|
+
<div style='mso-element:para-border-div;border:solid windowtext 1.5pt;
|
6
|
+
padding:8.0pt 4.0pt 8.0pt 4.0pt'>
|
6
7
|
|
7
|
-
<p class="Default"
|
8
|
-
|
9
|
-
|
10
|
-
|
8
|
+
<p class="Default" align="center" style='text-align:center;border:none;mso-border-alt:solid windowtext 1.5pt;padding:0cm;mso-padding-alt:8.0pt 4.0pt 8.0pt 4.0pt'><b
|
9
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:24.0pt;
|
10
|
+
font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{% if substage == "retired" %}Retired{% else %}Withdrawn{% endif %}
|
11
|
+
Draft</span></b></p>
|
12
|
+
|
13
|
+
</div>
|
14
|
+
|
15
|
+
<p class="Default" align="right" style='text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:14.0pt;font-family:"Times New Roman",serif'><o:p> </o:p></span></b></p>
|
16
|
+
|
17
|
+
<p class="Default" align="right" style='text-align:right'><v:shapetype id="_x0000_t202"
|
18
|
+
coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe">
|
19
|
+
<v:stroke joinstyle="miter"/>
|
20
|
+
<v:path gradientshapeok="t" o:connecttype="rect"/>
|
21
|
+
</v:shapetype><v:shape id="Text_x0020_Box_x0020_2" o:spid="_x0000_s1028"
|
22
|
+
type="#_x0000_t202" style='position:absolute;left:0;text-align:left;margin-left:-6.4pt;margin-top:20.65pt;width:478.85pt;height:141pt;z-index:251663360;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:9pt;mso-wrap-distance-top:3.6pt;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:3.6pt;mso-position-horizontal:absolute;mso-position-horizontal-relative:text;mso-position-vertical:absolute;mso-position-vertical-relative:text;mso-width-percent:0;mso-height-percent:0;mso-width-relative:margin;mso-height-relative:margin;v-text-anchor:top' o:gfxdata="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
|
52
|
+
">
|
53
|
+
|
54
|
+
<v:textbox>
|
55
|
+
|
56
|
+
<div>
|
57
|
+
<p class="Default" align="center" style='text-align:center;font-size:12.0pt;'><b
|
58
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US">Warning Notice<o:p></o:p></span></b></p>
|
59
|
+
<p class="Default"><span lang="EN-US" style='mso-fareast-font-family:"Times New Roman"'><o:p> </o:p></span></p>
|
60
|
+
{% if substage == "retired" %}
|
61
|
+
<p class="Default" style='font-size:12.0pt;'><span lang="EN-US" style='mso-fareast-font-family:"Times New Roman"'>{{draft-retired-boilerplate}}<o:p></o:p></span></p>
|
62
|
+
{% else %}
|
63
|
+
<p class="Default" style='font-size:12.0pt;'><span lang="EN-US" style='mso-fareast-font-family:"Times New Roman"'>{{draft-withdrawn-boilerplate}}<o:p></o:p></span></p>
|
11
64
|
{% endif %}
|
12
|
-
|
65
|
+
<p class="Default" align="center" style='text-align:center'><span lang="EN-US"
|
66
|
+
style='mso-fareast-font-family:"Times New Roman"'><o:p> </o:p></span></p>
|
67
|
+
<table class="MsoTableGrid" border="0" cellspacing="0" cellpadding="0" width="636"
|
68
|
+
style='border-collapse:collapse;mso-table-layout-alt:fixed;border:none;mso-yfti-tbllook:1184;mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-border-insideh:none;mso-border-insidev:none'>
|
69
|
+
<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
|
70
|
+
<td width="313" valign="top" style='width:234.75pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
71
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b
|
72
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:
|
73
|
+
12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:
|
74
|
+
text1'>{% if substage == "retired" %}Retired Date{% else %}Withdrawal Date{% endif %}<o:p></o:p></span></b></p>
|
75
|
+
</td>
|
76
|
+
<td width="323" valign="top" style='width:242.25pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
77
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:
|
78
|
+
6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{% if substage == "retired" %}{{ abandoneddate_MMMddyyyy }}{% else %}{{ obsoleteddate_MMMddyyyy}}{% endif %}<o:p></o:p></span></p>
|
79
|
+
</td>
|
80
|
+
</tr>
|
81
|
+
<tr style='mso-yfti-irow:1;mso-yfti-lastrow:yes'>
|
82
|
+
<td width="313" valign="top" style='width:234.75pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
83
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;
|
84
|
+
margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b
|
85
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:
|
86
|
+
12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:
|
87
|
+
text1'>Original Release Date<o:p></o:p></span></b></p>
|
88
|
+
</td>
|
89
|
+
<td width="323" valign="top" style='width:242.25pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
90
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:
|
91
|
+
6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{{circulateddate_MMMddyyyy}}<o:p></o:p></span></p>
|
92
|
+
</td>
|
93
|
+
</tr>
|
94
|
+
</table>
|
95
|
+
<p class="Default"><span lang="EN-US" style='mso-fareast-font-family:"Times New Roman"'><o:p> </o:p></span></p>
|
96
|
+
</div>
|
97
|
+
</v:textbox>
|
98
|
+
|
99
|
+
<w:wrap type="square"/>
|
100
|
+
</v:shape><span lang="EN-US" style='font-size:14.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'></span></p>
|
13
101
|
|
14
|
-
<p class="
|
15
|
-
|
102
|
+
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
103
|
+
style='font-size:14.0pt;font-family:"Times New Roman",serif;color:black;
|
104
|
+
mso-themecolor:text1;mso-fareast-language:ZH-TW'><o:p> </o:p></span></p>
|
105
|
+
|
106
|
+
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
107
|
+
style='font-size:14.0pt'><o:p> </o:p></span></p>
|
108
|
+
|
109
|
+
<table class="MsoTableGrid" border="0" cellspacing="0" cellpadding="0" width="636"
|
110
|
+
style='width:477.0pt;margin-left:-5.25pt;border-collapse:collapse;border:none;mso-yfti-tbllook:1184;mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-border-insideh:none;mso-border-insidev:none'>
|
111
|
+
<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
|
112
|
+
<td width="636" colspan="2" valign="top" style='width:477.0pt;background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:217;padding:0cm 5.4pt 0cm 5.4pt'>
|
113
|
+
<p class="Default" align="center" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:center'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{% if substage == "retired" %}Retired Document{% else %}Superseding Document{% endif %}</span></b><i
|
114
|
+
style='mso-bidi-font-style:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'><o:p></o:p></span></i></p>
|
115
|
+
</td>
|
116
|
+
</tr>
|
117
|
+
|
118
|
+
{% if substage == "retired" %}
|
119
|
+
<tr style='mso-yfti-irow:1'>
|
120
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
121
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Status<o:p></o:p></span></b></p>
|
122
|
+
</td>
|
123
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
124
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{% if status == "Public Draft" %}
|
125
|
+
{{iteration_ordinal | capitalize}} Public Draft ({{iteration_code}})
|
126
|
+
{% else %}
|
127
|
+
{{ status }}
|
128
|
+
{% endif %}<o:p></o:p></span></p>
|
129
|
+
</td>
|
130
|
+
</tr>
|
131
|
+
<tr style='mso-yfti-irow:2'>
|
132
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
133
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Series/Number<o:p></o:p></span></b></p>
|
134
|
+
</td>
|
135
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
136
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
137
|
+
color:black;mso-themecolor:text1'>{{ docidentifier_long | replace: "Revision", "<br/>Revision" }}<o:p></o:p></span></p>
|
138
|
+
</td>
|
139
|
+
</tr>
|
140
|
+
<tr style='mso-yfti-irow:3'>
|
141
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
142
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
143
|
+
color:black;mso-themecolor:text1'>Title<o:p></o:p></span></b></p>
|
144
|
+
</td>
|
145
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
146
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{{ doctitle }}{% if docsubtitle %}: {{ docsubtitle }}{% endif %}<o:p></o:p></span></p>
|
147
|
+
</td>
|
148
|
+
</tr>
|
149
|
+
<tr style='mso-yfti-irow:4'>
|
150
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
151
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
152
|
+
color:black;mso-themecolor:text1'>Publication Date<o:p></o:p></span></b></p>
|
153
|
+
</td>
|
154
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
155
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
156
|
+
margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
157
|
+
color:black;mso-themecolor:text1'>{{ circulateddate_monthyear }}<o:p></o:p></span></p>
|
158
|
+
</td>
|
159
|
+
</tr>
|
160
|
+
{% if doi %}
|
161
|
+
<tr style='mso-yfti-irow:4'>
|
162
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
163
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
164
|
+
color:black;mso-themecolor:text1'>DOI<o:p></o:p></span></b></p>
|
165
|
+
</td>
|
166
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
167
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
168
|
+
margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
169
|
+
color:black;mso-themecolor:text1'>{{ doi }}<o:p></o:p></span></p>
|
170
|
+
</td>
|
171
|
+
</tr>
|
172
|
+
{% endif %}
|
173
|
+
{% if uri %}
|
174
|
+
<tr style='mso-yfti-irow:4'>
|
175
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
176
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
177
|
+
color:black;mso-themecolor:text1'>CSRC URL<o:p></o:p></span></b></p>
|
178
|
+
</td>
|
179
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
180
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
181
|
+
margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
182
|
+
color:black;mso-themecolor:text1'>{{ uri }}<o:p></o:p></span></p>
|
183
|
+
</td>
|
184
|
+
</tr>
|
185
|
+
{% endif %}
|
186
|
+
<tr style='mso-yfti-irow:5;mso-yfti-lastrow:yes'>
|
187
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
188
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Additional Information<o:p></o:p></span></b></p>
|
189
|
+
</td>
|
190
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
191
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{{additional_note}}<o:p></o:p></span></p>
|
192
|
+
</td>
|
193
|
+
</tr>
|
194
|
+
{% else %}
|
195
|
+
<tr style='mso-yfti-irow:1'>
|
196
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
197
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Status<o:p></o:p></span></b></p>
|
198
|
+
</td>
|
199
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
200
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{% if superseding_status == "Public Draft" %}
|
201
|
+
{{superseding_iteration_ordinal | capitalize}} Public Draft ({{superseding_iteration_code}})
|
202
|
+
{% else %}
|
203
|
+
{{ superseding_status }}
|
204
|
+
{% endif %}<o:p></o:p></span></p>
|
205
|
+
</td>
|
206
|
+
</tr>
|
207
|
+
<tr style='mso-yfti-irow:2'>
|
208
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
209
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Series/Number<o:p></o:p></span></b></p>
|
210
|
+
</td>
|
211
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
212
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
213
|
+
color:black;mso-themecolor:text1'>{{ superseding_docidentifier_long | replace: "Revision", "<br/>Revision" }}<o:p></o:p></span></p>
|
214
|
+
</td>
|
215
|
+
</tr>
|
216
|
+
<tr style='mso-yfti-irow:3'>
|
217
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
218
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
219
|
+
color:black;mso-themecolor:text1'>Title<o:p></o:p></span></b></p>
|
220
|
+
</td>
|
221
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
222
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{{ superseding_title }}{% if superseding_subtitle %}: {{superseding_subtitle}}{% endif %}<o:p></o:p></span></p>
|
223
|
+
</td>
|
224
|
+
</tr>
|
225
|
+
<tr style='mso-yfti-irow:4'>
|
226
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
227
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
228
|
+
color:black;mso-themecolor:text1'>Publication Date<o:p></o:p></span></b></p>
|
229
|
+
</td>
|
230
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
231
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
232
|
+
margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
233
|
+
color:black;mso-themecolor:text1'>{{ superseding_circulated_date_monthyear }}<o:p></o:p></span></p>
|
234
|
+
</td>
|
235
|
+
</tr>
|
236
|
+
<tr style='mso-yfti-irow:5'>
|
237
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
238
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
239
|
+
color:black;mso-themecolor:text1'>DOI<o:p></o:p></span></b></p>
|
240
|
+
</td>
|
241
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
242
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
243
|
+
margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
244
|
+
color:black;mso-themecolor:text1'>{{ superseding_doi}}<o:p></o:p></span></p>
|
245
|
+
</td>
|
246
|
+
</tr>
|
247
|
+
<tr style='mso-yfti-irow:6'>
|
248
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
249
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
250
|
+
color:black;mso-themecolor:text1'>CSRC URL<o:p></o:p></span></b></p>
|
251
|
+
</td>
|
252
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
253
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
254
|
+
margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
255
|
+
color:black;mso-themecolor:text1'>{{ superseding_uri }}<o:p></o:p></span></p>
|
256
|
+
</td>
|
257
|
+
</tr>
|
258
|
+
<tr style='mso-yfti-irow:7;mso-yfti-lastrow:yes'>
|
259
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
260
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Additional Information<o:p></o:p></span></b></p>
|
261
|
+
</td>
|
262
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
263
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{{additional_note}}<o:p></o:p></span></p>
|
264
|
+
</td>
|
265
|
+
</tr>
|
266
|
+
{% endif %}
|
267
|
+
|
268
|
+
</table>
|
269
|
+
|
270
|
+
<p class="MsoNormal" align="right" style='text-align:right'><span lang="EN-US"
|
271
|
+
style='font-size:14.0pt'><o:p> </o:p></span></p>
|
272
|
+
|
273
|
+
<p class="MsoNormal" align="right" style='text-align:right'><span lang="EN-US"
|
274
|
+
style='font-size:14.0pt'><o:p> </o:p></span></p>
|
275
|
+
|
276
|
+
|
277
|
+
<p class="MsoNormal" style='margin-bottom:0cm;margin-bottom:.0001pt'><v:shapetype
|
278
|
+
id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
|
279
|
+
path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
|
280
|
+
<v:stroke joinstyle="miter"/>
|
281
|
+
<v:formulas>
|
282
|
+
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
|
283
|
+
<v:f eqn="sum @0 1 0"/>
|
284
|
+
<v:f eqn="sum 0 0 @1"/>
|
285
|
+
<v:f eqn="prod @2 1 2"/>
|
286
|
+
<v:f eqn="prod @3 21600 pixelWidth"/>
|
287
|
+
<v:f eqn="prod @3 21600 pixelHeight"/>
|
288
|
+
<v:f eqn="sum @0 0 1"/>
|
289
|
+
<v:f eqn="prod @6 1 2"/>
|
290
|
+
<v:f eqn="prod @7 21600 pixelWidth"/>
|
291
|
+
<v:f eqn="sum @8 21600 0"/>
|
292
|
+
<v:f eqn="prod @7 21600 pixelHeight"/>
|
293
|
+
<v:f eqn="sum @10 21600 0"/>
|
294
|
+
</v:formulas>
|
295
|
+
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
|
296
|
+
<o:lock v:ext="edit" aspectratio="t"/>
|
297
|
+
</v:shapetype><v:shape id="image_x0020_2" o:spid="_x0000_s1026" type="#_x0000_t75"
|
298
|
+
alt="NIST Identifier: NIST, National Institute of Standards and Technology, U.S. Department of Commerce"
|
299
|
+
style='position:absolute;margin-left:127.95pt;margin-top:0;width:179.15pt;height:75.95pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:12pt;mso-wrap-distance-top:0;mso-wrap-distance-right:12pt;mso-wrap-distance-bottom:0;mso-position-horizontal:right;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'
|
300
|
+
o:allowoverlap="f">
|
301
|
+
<v:imagedata src="logo.png"
|
302
|
+
o:title=" NIST, National Institute of Standards and Technology, U.S"/>
|
303
|
+
<o:lock v:ext="edit" aspectratio="f"/>
|
304
|
+
<w:wrap type="square" anchory="margin"/>
|
305
|
+
</v:shape></p>
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
<span lang="EN-US" style='font-size:14.0pt;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear="all" style='page-break-before:always;'/>
|
311
|
+
</span>
|
16
312
|
|
17
|
-
{% if docsubtitle %}
|
18
|
-
<p class="MsoNormal" style='margin-top:18.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;mso-pagination:none;mso-layout-grid-align:none;text-autospace:none;font-size:18.0pt;'><span lang="EN-US"><b>{{ docsubtitle }}</b></span></p>
|
19
313
|
{% endif %}
|
20
|
-
{% if docparttitle %}
|
21
|
-
<p class="MsoNormal" style='margin-top:18.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;mso-pagination:none;mso-layout-grid-align:none;text-autospace:none;font-size:18.0pt;'><span lang="EN-US"><b><i>{{ docparttitle }}</i></b></span></p>
|
22
314
|
{% endif %}
|
23
315
|
|
24
|
-
|
25
|
-
|
316
|
+
{% unless unpublished %}
|
317
|
+
{% if withdrawal_pending %}
|
26
318
|
|
27
|
-
<div style='mso-element:para-border-div;border:solid windowtext 1.5pt;
|
319
|
+
<div style='mso-element:para-border-div;border:solid windowtext 1.5pt;
|
320
|
+
padding:8.0pt 4.0pt 8.0pt 4.0pt'>
|
28
321
|
|
29
|
-
<p class="Default" align="center" style='text-align:center;border:none;mso-border-alt:solid windowtext 1.5pt;padding:0cm;mso-padding-alt:8.0pt 4.0pt 8.0pt 4.0pt'><b
|
30
|
-
|
322
|
+
<p class="Default" align="center" style='text-align:center;border:none;mso-border-alt:solid windowtext 1.5pt;padding:0cm;mso-padding-alt:8.0pt 4.0pt 8.0pt 4.0pt'><b
|
323
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:24.0pt;
|
324
|
+
font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Withdrawal Pending</span></b></p>
|
31
325
|
|
32
326
|
</div>
|
327
|
+
|
328
|
+
<p class="Default" align="right" style='text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:14.0pt;font-family:"Times New Roman",serif'><o:p> </o:p></span></b></p>
|
329
|
+
|
33
330
|
<p class="Default" align="right" style='text-align:right'><v:shapetype id="_x0000_t202"
|
34
|
-
|
331
|
+
coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe">
|
35
332
|
<v:stroke joinstyle="miter"/>
|
36
333
|
<v:path gradientshapeok="t" o:connecttype="rect"/>
|
37
|
-
</v:shapetype><v:shape id="Text_x0020_Box_x0020_2" o:spid="
|
38
|
-
type="#_x0000_t202" style='position:absolute;left:0;text-align:left;margin-left:-
|
334
|
+
</v:shapetype><v:shape id="Text_x0020_Box_x0020_2" o:spid="_x0000_s1028"
|
335
|
+
type="#_x0000_t202" style='position:absolute;left:0;text-align:left;margin-left:-6.4pt;margin-top:20.65pt;width:478.85pt;height:141pt;z-index:251663360;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:9pt;mso-wrap-distance-top:3.6pt;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:3.6pt;mso-position-horizontal:absolute;mso-position-horizontal-relative:text;mso-position-vertical:absolute;mso-position-vertical-relative:text;mso-width-percent:0;mso-height-percent:0;mso-width-relative:margin;mso-height-relative:margin;v-text-anchor:top' o:gfxdata="UEsDBBQABgAIAAAAIQC2gziS/gAAAOEBAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbJSRQU7DMBBF
|
39
336
|
90jcwfIWJU67QAgl6YK0S0CoHGBkTxKLZGx5TGhvj5O2G0SRWNoz/78nu9wcxkFMGNg6quQqL6RA
|
40
337
|
0s5Y6ir5vt9lD1JwBDIwOMJKHpHlpr69KfdHjyxSmriSfYz+USnWPY7AufNIadK6MEJMx9ApD/oD
|
41
338
|
OlTrorhX2lFEilmcO2RdNtjC5xDF9pCuTyYBB5bi6bQ4syoJ3g9WQ0ymaiLzg5KdCXlKLjvcW893
|
@@ -45,111 +342,797 @@ bHOkkMFqwzAMhu+DvYPRfXGawxijTi+j0GvpHsDYimMaW0Yy2fr2M4PBMnrbUb/Q94l/f/hMi1qR
|
|
45
342
|
JVI2sOt6UJgd+ZiDgffL8ekFlFSbvV0oo4EbChzGx4f9GRdb25HMsYhqlCwG5lrLq9biZkxWOiqY
|
46
343
|
22YiTra2kYMu1l1tQD30/bPm3wwYN0x18gb45AdQl1tp5j/sFB2T0FQ7R0nTNEV3j6o9feQzro1i
|
47
344
|
OWA14Fm+Q8a1a8+Bvu/d/dMb2JY5uiPbhG/ktn4cqGU/er3pcvwCAAD//wMAUEsDBBQABgAIAAAA
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
345
|
+
IQCopnN5JgIAAEcEAAAOAAAAZHJzL2Uyb0RvYy54bWysU9uO2yAQfa/Uf0C8N7bTZJNYcVbbbFNV
|
346
|
+
2l6k3X4AxjhGBYYCib39+h1wNo227UtVHhDDDIeZc2bW14NW5Cicl2AqWkxySoTh0Eizr+i3h92b
|
347
|
+
JSU+MNMwBUZU9FF4er15/Wrd21JMoQPVCEcQxPiytxXtQrBllnneCc38BKww6GzBaRbQdPuscaxH
|
348
|
+
dK2yaZ5fZT24xjrgwnu8vR2ddJPw21bw8KVtvQhEVRRzC2l3aa/jnm3WrNw7ZjvJT2mwf8hCM2nw
|
349
|
+
0zPULQuMHJz8DUpL7sBDGyYcdAZtK7lINWA1Rf6imvuOWZFqQXK8PdPk/x8s/3z86ohsKjotFpQY
|
350
|
+
plGkBzEE8g4GMo389NaXGHZvMTAMeI06p1q9vQP+3RMD246ZvbhxDvpOsAbzK+LL7OLpiOMjSN1/
|
351
|
+
gga/YYcACWhonY7kIR0E0VGnx7M2MRWOl1f5sni7mlPC0VcsVvkiT+plrHx+bp0PHwRoEg8VdSh+
|
352
|
+
gmfHOx9iOqx8Dom/eVCy2UmlkuH29VY5cmTYKLu0UgUvwpQhfUVX8+l8ZOCvEHlaf4LQMmDHK6kr
|
353
|
+
ujwHsTLy9t40qR8Dk2o8Y8rKnIiM3I0shqEeTsLU0DwipQ7GzsZJxEMH7iclPXZ1Rf2PA3OCEvXR
|
354
|
+
oCyrYjaLY5CM2XwxRcNdeupLDzMcoSoaKBmP25BGJxJm4Abla2UiNuo8ZnLKFbs18X2arDgOl3aK
|
355
|
+
+jX/mycAAAD//wMAUEsDBBQABgAIAAAAIQBR5ahy5gAAAA8BAAAPAAAAZHJzL2Rvd25yZXYueG1s
|
356
|
+
TI/BTsMwEETvSPyDtUhcUOskjkqTxqkQCAQ3KAiubuwmEfE62G4a/p7lBJeVRrs786baznZgk/Gh
|
357
|
+
dyghXSbADDZO99hKeHu9X6yBhahQq8GhkfBtAmzr87NKldqd8MVMu9gyMsFQKgldjGPJeWg6Y1VY
|
358
|
+
utEg7Q7OWxVJ+pZrr05kbgeeJcmKW9UjJXRqNLedaT53RythnT9OH+FJPL83q8NQxKvr6eHLS3l5
|
359
|
+
Md9taNxsgEUzx78P+O1A/FAT2N4dUQc2SFikGfFHCXkqgNFBkecFsL0EkQkBvK74/x71DwAAAP//
|
360
|
+
AwBQSwECLQAUAAYACAAAACEAtoM4kv4AAADhAQAAEwAAAAAAAAAAAAAAAAAAAAAAW0NvbnRlbnRf
|
361
|
+
VHlwZXNdLnhtbFBLAQItABQABgAIAAAAIQA4/SH/1gAAAJQBAAALAAAAAAAAAAAAAAAAAC8BAABf
|
362
|
+
cmVscy8ucmVsc1BLAQItABQABgAIAAAAIQCopnN5JgIAAEcEAAAOAAAAAAAAAAAAAAAAAC4CAABk
|
363
|
+
cnMvZTJvRG9jLnhtbFBLAQItABQABgAIAAAAIQBR5ahy5gAAAA8BAAAPAAAAAAAAAAAAAAAAAIAE
|
364
|
+
AABkcnMvZG93bnJldi54bWxQSwUGAAAAAAQABADzAAAAkwUAAAAA
|
68
365
|
">
|
366
|
+
|
69
367
|
<v:textbox>
|
368
|
+
|
70
369
|
<div>
|
71
|
-
<p class="Default" align="center" style='text-align:center'><b
|
72
|
-
style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
73
|
-
|
74
|
-
<p class="Default"
|
75
|
-
style='font-size:14.0pt'> </span></p>
|
370
|
+
<p class="Default" align="center" style='text-align:center;font-size:12.0pt;'><b
|
371
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US">Warning Notice<o:p></o:p></span></b></p>
|
372
|
+
<p class="Default"><span lang="EN-US" style='mso-fareast-font-family:"Times New Roman"'><o:p> </o:p></span></p>
|
373
|
+
<p class="Default" style='font-size:12.0pt;'><span lang="EN-US" style='mso-fareast-font-family:"Times New Roman"'>{{ withdrawal-pending-boilerplate}}<o:p></o:p></span></p>
|
76
374
|
<p class="Default" align="center" style='text-align:center'><span lang="EN-US"
|
77
|
-
style='
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
375
|
+
style='mso-fareast-font-family:"Times New Roman"'><o:p> </o:p></span></p>
|
376
|
+
<table class="MsoTableGrid" border="0" cellspacing="0" cellpadding="0" width="636"
|
377
|
+
style='border-collapse:collapse;mso-table-layout-alt:fixed;border:none;mso-yfti-tbllook:1184;mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-border-insideh:none;mso-border-insidev:none'>
|
378
|
+
<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
|
379
|
+
<td width="313" valign="top" style='width:234.75pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
380
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b
|
381
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:
|
382
|
+
12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:
|
383
|
+
text1'>Withdrawal Date<o:p></o:p></span></b></p>
|
384
|
+
</td>
|
385
|
+
<td width="323" valign="top" style='width:242.25pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
386
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:
|
387
|
+
6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{{ obsoleteddate_MMMddyyyy}}<o:p></o:p></span></p>
|
388
|
+
</td>
|
389
|
+
</tr>
|
390
|
+
<tr style='mso-yfti-irow:1'>
|
391
|
+
<td width="313" valign="top" style='width:234.75pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
392
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b
|
393
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:
|
394
|
+
12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:
|
395
|
+
text1'>Superseded Date<o:p></o:p></span></b></p>
|
396
|
+
</td>
|
397
|
+
<td width="323" valign="top" style='width:242.25pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
398
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:
|
399
|
+
6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{% if superseded_date %}{{ obsoleteddate_MMMddyyyy}}{% else %}{{ obsoleteddate_MMMddyyyy}}{% endif %}<o:p></o:p></span></p>
|
400
|
+
</td>
|
401
|
+
</tr>
|
402
|
+
<tr style='mso-yfti-irow:2;mso-yfti-lastrow:yes'>
|
403
|
+
<td width="313" valign="top" style='width:234.75pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
404
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;
|
405
|
+
margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b
|
406
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:
|
407
|
+
12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:
|
408
|
+
text1'>Original Release Date<o:p></o:p></span></b></p>
|
409
|
+
</td>
|
410
|
+
<td width="323" valign="top" style='width:242.25pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
411
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:
|
412
|
+
6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{{circulateddate_MMMddyyyy}}<o:p></o:p></span></p>
|
413
|
+
</td>
|
414
|
+
</tr>
|
415
|
+
</table>
|
416
|
+
<p class="Default"><span lang="EN-US" style='mso-fareast-font-family:"Times New Roman"'><o:p> </o:p></span></p>
|
82
417
|
</div>
|
83
|
-
|
418
|
+
</v:textbox>
|
419
|
+
|
84
420
|
<w:wrap type="square"/>
|
85
421
|
</v:shape><span lang="EN-US" style='font-size:14.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'></span></p>
|
86
|
-
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
87
|
-
style='font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'> </span></p>
|
88
422
|
|
89
423
|
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
90
|
-
style='font-size:14.0pt
|
424
|
+
style='font-size:14.0pt;font-family:"Times New Roman",serif;color:black;
|
425
|
+
mso-themecolor:text1;mso-fareast-language:ZH-TW'><o:p> </o:p></span></p>
|
91
426
|
|
92
427
|
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
93
|
-
style='font-size:14.0pt'> </span></p>
|
428
|
+
style='font-size:14.0pt'><o:p> </o:p></span></p>
|
94
429
|
|
95
|
-
<
|
96
|
-
style='
|
430
|
+
<table class="MsoTableGrid" border="0" cellspacing="0" cellpadding="0" width="636"
|
431
|
+
style='width:477.0pt;margin-left:-5.25pt;border-collapse:collapse;border:none;mso-yfti-tbllook:1184;mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-border-insideh:none;mso-border-insidev:none'>
|
432
|
+
<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
|
433
|
+
<td width="636" colspan="2" valign="top" style='width:477.0pt;background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:217;padding:0cm 5.4pt 0cm 5.4pt'>
|
434
|
+
<p class="Default" align="center" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:center'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Superseding Document</span></b><i
|
435
|
+
style='mso-bidi-font-style:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'><o:p></o:p></span></i></p>
|
436
|
+
</td>
|
437
|
+
</tr>
|
438
|
+
<tr style='mso-yfti-irow:1'>
|
439
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
440
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Status<o:p></o:p></span></b></p>
|
441
|
+
</td>
|
442
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
443
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{% if superseding_status == "Public Draft" %}
|
444
|
+
{{superseding_iteration_ordinal | capitalize}} Public Draft ({{superseding_iteration_code}})
|
445
|
+
{% else %}
|
446
|
+
{{ superseding_status }}
|
447
|
+
{% endif %}<o:p></o:p></span></p>
|
448
|
+
</td>
|
449
|
+
</tr>
|
450
|
+
<tr style='mso-yfti-irow:2'>
|
451
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
452
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Series/Number<o:p></o:p></span></b></p>
|
453
|
+
</td>
|
454
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
455
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
456
|
+
color:black;mso-themecolor:text1'>{{ superseding_docidentifier_long | replace: "Revision", "<br/>Revision" }}<o:p></o:p></span></p>
|
457
|
+
</td>
|
458
|
+
</tr>
|
459
|
+
<tr style='mso-yfti-irow:3'>
|
460
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
461
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
462
|
+
color:black;mso-themecolor:text1'>Title<o:p></o:p></span></b></p>
|
463
|
+
</td>
|
464
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
465
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{{ superseding_title }}{% if superseding_subtitle %}: {{superseding_subtitle}}{% endif %}<o:p></o:p></span></p>
|
466
|
+
</td>
|
467
|
+
</tr>
|
468
|
+
<tr style='mso-yfti-irow:4'>
|
469
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
470
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
471
|
+
color:black;mso-themecolor:text1'>Publication Date<o:p></o:p></span></b></p>
|
472
|
+
</td>
|
473
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
474
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
475
|
+
margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
476
|
+
color:black;mso-themecolor:text1'>{{ superseding_published_date_monthyear }}<o:p></o:p></span></p>
|
477
|
+
</td>
|
478
|
+
</tr>
|
479
|
+
<tr style='mso-yfti-irow:5'>
|
480
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
481
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
482
|
+
color:black;mso-themecolor:text1'>DOI<o:p></o:p></span></b></p>
|
483
|
+
</td>
|
484
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
485
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
486
|
+
margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
487
|
+
color:black;mso-themecolor:text1'>{{ superseding_doi }}<o:p></o:p></span></p>
|
488
|
+
</td>
|
489
|
+
</tr>
|
490
|
+
<tr style='mso-yfti-irow:6'>
|
491
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
492
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
493
|
+
color:black;mso-themecolor:text1'>CSRC URL<o:p></o:p></span></b></p>
|
494
|
+
</td>
|
495
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
496
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
497
|
+
margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;
|
498
|
+
color:black;mso-themecolor:text1'>{{ superseding_uri }}<o:p></o:p></span></p>
|
499
|
+
</td>
|
500
|
+
</tr>
|
501
|
+
<tr style='mso-yfti-irow:7;mso-yfti-lastrow:yes'>
|
502
|
+
<td width="180" valign="top" style='width:135.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
503
|
+
<p class="Default" align="right" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;text-align:right'><b style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>Additional Information<o:p></o:p></span></b></p>
|
504
|
+
</td>
|
505
|
+
<td width="456" valign="top" style='width:342.0pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
506
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'>{{additional_note}}<o:p></o:p></span></p>
|
507
|
+
</td>
|
508
|
+
</tr>
|
509
|
+
|
510
|
+
</table>
|
97
511
|
|
98
|
-
<p class="
|
99
|
-
style='font-size:14.0pt'> </span></p>
|
512
|
+
<p class="MsoNormal" align="right" style='text-align:right'><span lang="EN-US"
|
513
|
+
style='font-size:14.0pt'><o:p> </o:p></span></p>
|
100
514
|
|
101
|
-
<p class="
|
102
|
-
style='font-size:14.0pt'> </span></p>
|
515
|
+
<p class="MsoNormal" align="right" style='text-align:right'><span lang="EN-US"
|
516
|
+
style='font-size:14.0pt'><o:p> </o:p></span></p>
|
103
517
|
|
104
|
-
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
105
|
-
style='font-size:14.0pt'> </span></p>
|
106
518
|
|
107
|
-
<p class="
|
108
|
-
|
519
|
+
<p class="MsoNormal" style='margin-bottom:0cm;margin-bottom:.0001pt'><v:shapetype
|
520
|
+
id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
|
521
|
+
path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
|
522
|
+
<v:stroke joinstyle="miter"/>
|
523
|
+
<v:formulas>
|
524
|
+
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
|
525
|
+
<v:f eqn="sum @0 1 0"/>
|
526
|
+
<v:f eqn="sum 0 0 @1"/>
|
527
|
+
<v:f eqn="prod @2 1 2"/>
|
528
|
+
<v:f eqn="prod @3 21600 pixelWidth"/>
|
529
|
+
<v:f eqn="prod @3 21600 pixelHeight"/>
|
530
|
+
<v:f eqn="sum @0 0 1"/>
|
531
|
+
<v:f eqn="prod @6 1 2"/>
|
532
|
+
<v:f eqn="prod @7 21600 pixelWidth"/>
|
533
|
+
<v:f eqn="sum @8 21600 0"/>
|
534
|
+
<v:f eqn="prod @7 21600 pixelHeight"/>
|
535
|
+
<v:f eqn="sum @10 21600 0"/>
|
536
|
+
</v:formulas>
|
537
|
+
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
|
538
|
+
<o:lock v:ext="edit" aspectratio="t"/>
|
539
|
+
</v:shapetype><v:shape id="image_x0020_2" o:spid="_x0000_s1026" type="#_x0000_t75"
|
540
|
+
alt="NIST Identifier: NIST, National Institute of Standards and Technology, U.S. Department of Commerce"
|
541
|
+
style='position:absolute;margin-left:127.95pt;margin-top:0;width:179.15pt;height:75.95pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:12pt;mso-wrap-distance-top:0;mso-wrap-distance-right:12pt;mso-wrap-distance-bottom:0;mso-position-horizontal:right;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'
|
542
|
+
o:allowoverlap="f">
|
543
|
+
<v:imagedata src="logo.png"
|
544
|
+
o:title=" NIST, National Institute of Standards and Technology, U.S"/>
|
545
|
+
<o:lock v:ext="edit" aspectratio="f"/>
|
546
|
+
<w:wrap type="square" anchory="margin"/>
|
547
|
+
</v:shape></p>
|
109
548
|
|
110
|
-
<
|
549
|
+
<span lang="EN-US" style='font-size:14.0pt;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear="all" style='page-break-before:always;'/>
|
550
|
+
</span>
|
111
551
|
|
112
|
-
|
113
|
-
|
552
|
+
|
553
|
+
{% endif %}
|
554
|
+
{% endunless %}
|
555
|
+
|
556
|
+
{% unless unpublished %}
|
557
|
+
{% if substage == "withdrawn" %}
|
558
|
+
|
559
|
+
|
560
|
+
<div style='mso-element:para-border-div;border:solid windowtext 1.5pt;padding:8.0pt 4.0pt 8.0pt 4.0pt'>
|
561
|
+
|
562
|
+
<p class="Default" align="center" style='text-align:center;border:none;mso-border-alt:solid windowtext 1.5pt;padding:0cm;mso-padding-alt:8.0pt 4.0pt 8.0pt 4.0pt'><b
|
563
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:22.0pt;
|
564
|
+
font-family:"Calibri",sans-serif;mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";color:black;mso-themecolor:
|
565
|
+
text1'>Withdrawn NIST Technical Series Publication<o:p></o:p></span></b></p>
|
114
566
|
|
115
567
|
</div>
|
116
568
|
|
117
|
-
|
569
|
+
<p class="Default"><span lang="EN-US" style='font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'><o:p> </o:p></span></p>
|
570
|
+
|
571
|
+
<p class="Default"><span lang="EN-US" style='font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'><o:p> </o:p></span></p>
|
572
|
+
|
573
|
+
<table class="MsoTableGrid" border="1" cellspacing="0" cellpadding="0" width="636"
|
574
|
+
style='width:477.0pt;margin-left:-5.25pt;border-collapse:collapse;border:none;mso-border-alt:solid windowtext 1.5pt;mso-yfti-tbllook:1184;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'>
|
575
|
+
<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
|
576
|
+
<td width="636" colspan="2" valign="top" style='width:477.0pt;border:solid windowtext 1.5pt;
|
577
|
+
border-bottom:solid windowtext 1.0pt;mso-border-alt:solid windowtext 1.5pt;
|
578
|
+
mso-border-bottom-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
|
579
|
+
<p class="Default" align="center" style='text-align:center'><b style='mso-bidi-font-weight:
|
580
|
+
normal'><span lang="EN-US" style='font-size:12.0pt;font-family:"Calibri",sans-serif;
|
581
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
582
|
+
"Times New Roman";color:black;mso-themecolor:text1'>Warning Notice<o:p></o:p></span></b></p>
|
583
|
+
<p class="Default" align="center" style='text-align:center'><span lang="EN-US"
|
584
|
+
style='font-family:"Calibri",sans-serif;mso-ascii-theme-font:major-latin;
|
585
|
+
mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
586
|
+
color:black;mso-themecolor:text1'><o:p> </o:p></span></p>
|
587
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
588
|
+
mso-ascii-theme-font:major-latin;mso-fareast-font-family:"Times New Roman";
|
589
|
+
mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman"'>{{publication-withdrawn-boilerplate}}<o:p></o:p></span></p>
|
590
|
+
<p class="Default"><span lang="EN-US" style='font-family:"Times New Roman",serif;
|
591
|
+
color:black;mso-themecolor:text1'><o:p> </o:p></span></p>
|
592
|
+
</td>
|
593
|
+
</tr>
|
594
|
+
<tr style='mso-yfti-irow:1'>
|
595
|
+
<td width="636" colspan="2" valign="top" style='width:477.0pt;border-top:none;
|
596
|
+
border-left:solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;
|
597
|
+
border-right:solid windowtext 1.5pt;mso-border-top-alt:solid windowtext .5pt;
|
598
|
+
mso-border-top-alt:.5pt;mso-border-left-alt:1.5pt;mso-border-bottom-alt:.5pt;
|
599
|
+
mso-border-right-alt:1.5pt;mso-border-color-alt:windowtext;mso-border-style-alt:
|
600
|
+
solid;background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
|
601
|
+
217;padding:0cm 5.4pt 0cm 5.4pt'>
|
602
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
603
|
+
margin-left:0cm'><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
604
|
+
style='font-size:12.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
605
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
606
|
+
color:black;mso-themecolor:text1'>Withdrawn Publication<o:p></o:p></span></b></p>
|
607
|
+
</td>
|
608
|
+
</tr>
|
609
|
+
<tr style='mso-yfti-irow:2'>
|
610
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
611
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
612
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
613
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
614
|
+
0cm 5.4pt 0cm 5.4pt'>
|
615
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
616
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
617
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman"'>Series/Number<span
|
618
|
+
style='color:black;mso-themecolor:text1'><o:p></o:p></span></span></b></p>
|
619
|
+
</td>
|
620
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
621
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
622
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
623
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
624
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
625
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
626
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
627
|
+
"Times New Roman"'>{{ docidentifier_long | replace: "Revision", "<br/>Revision" }}<span style='color:black;
|
628
|
+
mso-themecolor:text1'><o:p></o:p></span></span></p>
|
629
|
+
</td>
|
630
|
+
</tr>
|
631
|
+
<tr style='mso-yfti-irow:3'>
|
632
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
633
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
634
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
635
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
636
|
+
0cm 5.4pt 0cm 5.4pt'>
|
637
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
638
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
639
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
640
|
+
color:black;mso-themecolor:text1'>Title<o:p></o:p></span></b></p>
|
641
|
+
</td>
|
642
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
643
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
644
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
645
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
646
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
647
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
648
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
649
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ doctitle }}{% if docsubtitle %}: {{docsubtitle}}{% endif %}<o:p></o:p></span></p>
|
650
|
+
</td>
|
651
|
+
</tr>
|
652
|
+
<tr style='mso-yfti-irow:4'>
|
653
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
654
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
655
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
656
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
657
|
+
0cm 5.4pt 0cm 5.4pt'>
|
658
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
659
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
660
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
661
|
+
color:black;mso-themecolor:text1'>Publication Date(s)<o:p></o:p></span></b></p>
|
662
|
+
</td>
|
663
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
664
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
665
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
666
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
667
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
668
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
669
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
670
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ publisheddate_monthyear }}<o:p></o:p></span></p>
|
671
|
+
</td>
|
672
|
+
</tr>
|
673
|
+
<tr style='mso-yfti-irow:5'>
|
674
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
675
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
676
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
677
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
678
|
+
0cm 5.4pt 0cm 5.4pt'>
|
679
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
680
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
681
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
682
|
+
color:black;mso-themecolor:text1'>Withdrawal Date<o:p></o:p></span></b></p>
|
683
|
+
</td>
|
684
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
685
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
686
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
687
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
688
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
689
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
690
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
691
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ obsoleteddate_MMMddyyyy }}<o:p></o:p></span></p>
|
692
|
+
</td>
|
693
|
+
</tr>
|
694
|
+
<tr style='mso-yfti-irow:6'>
|
695
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
696
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
697
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
698
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
699
|
+
0cm 5.4pt 0cm 5.4pt'>
|
700
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
701
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
702
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
703
|
+
color:black;mso-themecolor:text1'>Withdrawal Note<o:p></o:p></span></b></p>
|
704
|
+
</td>
|
705
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
706
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
707
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
708
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
709
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
710
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
711
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
712
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ withdrawal_note }}<o:p></o:p></span></p>
|
713
|
+
</td>
|
714
|
+
</tr>
|
715
|
+
<tr style='mso-yfti-irow:7'>
|
716
|
+
<td width="636" colspan="2" valign="top" style='width:477.0pt;border-top:none;
|
717
|
+
border-left:solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;
|
718
|
+
border-right:solid windowtext 1.5pt;mso-border-top-alt:solid windowtext .5pt;
|
719
|
+
mso-border-top-alt:.5pt;mso-border-left-alt:1.5pt;mso-border-bottom-alt:.5pt;
|
720
|
+
mso-border-right-alt:1.5pt;mso-border-color-alt:windowtext;mso-border-style-alt:
|
721
|
+
solid;background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
|
722
|
+
217;padding:0cm 5.4pt 0cm 5.4pt'>
|
723
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
724
|
+
margin-left:0cm'><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
725
|
+
style='font-size:12.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
726
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
727
|
+
color:black;mso-themecolor:text1'>Superseding Publication(s) </span></b><i
|
728
|
+
style='mso-bidi-font-style:normal'><span lang="EN-US" style='font-size:12.0pt;
|
729
|
+
font-family:"Calibri",sans-serif;mso-ascii-theme-font:major-latin;mso-hansi-theme-font:
|
730
|
+
major-latin;mso-bidi-font-family:"Times New Roman";color:black;mso-themecolor:
|
731
|
+
text1'>(if applicable)<o:p></o:p></span></i></p>
|
732
|
+
</td>
|
733
|
+
</tr>
|
734
|
+
<tr style='mso-yfti-irow:8'>
|
735
|
+
<td width="636" colspan="2" valign="top" style='width:477.0pt;border-top:none;
|
736
|
+
border-left:solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;
|
737
|
+
border-right:solid windowtext 1.5pt;mso-border-top-alt:solid windowtext .5pt;
|
738
|
+
mso-border-top-alt:.5pt;mso-border-left-alt:1.5pt;mso-border-bottom-alt:.5pt;
|
739
|
+
mso-border-right-alt:1.5pt;mso-border-color-alt:windowtext;mso-border-style-alt:
|
740
|
+
solid;padding:0cm 5.4pt 0cm 5.4pt'>
|
741
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:
|
742
|
+
6.0pt;margin-left:108.0pt;text-indent:-108.0pt'><span lang="EN-US"
|
743
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
744
|
+
major-latin;mso-fareast-font-family:"Times New Roman";mso-hansi-theme-font:
|
745
|
+
major-latin;mso-bidi-font-family:"Times New Roman"'>The attached publication
|
746
|
+
has been <b style='mso-bidi-font-weight:normal'>superseded by</b> the
|
747
|
+
following publication(s):<o:p></o:p></span></p>
|
748
|
+
</td>
|
749
|
+
</tr>
|
750
|
+
<tr style='mso-yfti-irow:9'>
|
751
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
752
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
753
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
754
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
755
|
+
0cm 5.4pt 0cm 5.4pt'>
|
756
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
757
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
758
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
759
|
+
color:black;mso-themecolor:text1'>Series/Number<o:p></o:p></span></b></p>
|
760
|
+
</td>
|
761
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
762
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
763
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
764
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
765
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
766
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
767
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
768
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ superseding_docidentifier_long | replace: "Revision", "<br/>Revision" }}<o:p></o:p></span></p>
|
769
|
+
</td>
|
770
|
+
</tr>
|
771
|
+
<tr style='mso-yfti-irow:10'>
|
772
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
773
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
774
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
775
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
776
|
+
0cm 5.4pt 0cm 5.4pt'>
|
777
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
778
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
779
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
780
|
+
color:black;mso-themecolor:text1'>Title<o:p></o:p></span></b></p>
|
781
|
+
</td>
|
782
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
783
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
784
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
785
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
786
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
787
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
788
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
789
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ superseding_title }}{% if superseding_subtitle %}: {{superseding_subtitle}}{% endif %}<o:p></o:p></span></p>
|
790
|
+
</td>
|
791
|
+
</tr>
|
792
|
+
<tr style='mso-yfti-irow:11'>
|
793
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
794
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
795
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
796
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
797
|
+
0cm 5.4pt 0cm 5.4pt'>
|
798
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
799
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
800
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
801
|
+
color:black;mso-themecolor:text1'>Author(s)<o:p></o:p></span></b></p>
|
802
|
+
</td>
|
803
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
804
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
805
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
806
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
807
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
808
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
809
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
810
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ superseding_authors | join: "; " }}<o:p></o:p></span></p>
|
811
|
+
</td>
|
812
|
+
</tr>
|
813
|
+
<tr style='mso-yfti-irow:12'>
|
814
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
815
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
816
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
817
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
818
|
+
0cm 5.4pt 0cm 5.4pt'>
|
819
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
820
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
821
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
822
|
+
color:black;mso-themecolor:text1'>Publication Date(s)<o:p></o:p></span></b></p>
|
823
|
+
</td>
|
824
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
825
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
826
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
827
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
828
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
829
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
830
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
831
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ superseding_published_date }}<o:p></o:p></span></p>
|
832
|
+
</td>
|
833
|
+
</tr>
|
834
|
+
<tr style='mso-yfti-irow:13'>
|
835
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
836
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
837
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
838
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
839
|
+
0cm 5.4pt 0cm 5.4pt'>
|
840
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
841
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
842
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
843
|
+
color:black;mso-themecolor:text1'>URL/DOI<o:p></o:p></span></b></p>
|
844
|
+
</td>
|
845
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
846
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
847
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
848
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
849
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
850
|
+
<p class="Default"><span lang="EN-US"><a
|
851
|
+
href="https://doi.org/10.6028/NIST.SP.800-160v1"><span style='font-size:11.0pt;
|
852
|
+
font-family:"Calibri",sans-serif;mso-ascii-theme-font:major-latin;mso-hansi-theme-font:
|
853
|
+
major-latin;mso-bidi-font-family:"Times New Roman"'>{% if superseding_doi %}{{ superseding_doi }}{% else %}{{ superseding_uri }}{% endif %}</span></a></span><span
|
854
|
+
lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
855
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
856
|
+
"Times New Roman";color:black;mso-themecolor:text1'> <o:p></o:p></span></p>
|
857
|
+
</td>
|
858
|
+
</tr>
|
859
|
+
<tr style='mso-yfti-irow:14'>
|
860
|
+
<td width="636" colspan="2" valign="top" style='width:477.0pt;border-top:none;
|
861
|
+
border-left:solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;
|
862
|
+
border-right:solid windowtext 1.5pt;mso-border-top-alt:solid windowtext .5pt;
|
863
|
+
mso-border-top-alt:.5pt;mso-border-left-alt:1.5pt;mso-border-bottom-alt:.5pt;
|
864
|
+
mso-border-right-alt:1.5pt;mso-border-color-alt:windowtext;mso-border-style-alt:
|
865
|
+
solid;background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
|
866
|
+
217;padding:0cm 5.4pt 0cm 5.4pt'>
|
867
|
+
<p class="Default" style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;
|
868
|
+
margin-left:0cm'><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
869
|
+
style='font-size:12.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
870
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
871
|
+
color:black;mso-themecolor:text1'>Additional Information </span></b><i
|
872
|
+
style='mso-bidi-font-style:normal'><span lang="EN-US" style='font-size:12.0pt;
|
873
|
+
font-family:"Calibri",sans-serif;mso-ascii-theme-font:major-latin;mso-hansi-theme-font:
|
874
|
+
major-latin;mso-bidi-font-family:"Times New Roman";color:black;mso-themecolor:
|
875
|
+
text1'>(if applicable)</span></i><span lang="EN-US" style='font-size:11.0pt;
|
876
|
+
font-family:"Calibri",sans-serif;mso-ascii-theme-font:major-latin;mso-hansi-theme-font:
|
877
|
+
major-latin;mso-bidi-font-family:"Times New Roman";color:black;mso-themecolor:
|
878
|
+
text1'><o:p></o:p></span></p>
|
879
|
+
</td>
|
880
|
+
</tr>
|
881
|
+
<tr style='mso-yfti-irow:15'>
|
882
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
883
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
884
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
885
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
886
|
+
0cm 5.4pt 0cm 5.4pt'>
|
887
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
888
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
889
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
890
|
+
color:black;mso-themecolor:text1'>Contact<o:p></o:p></span></b></p>
|
891
|
+
</td>
|
892
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
893
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
894
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
895
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
896
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
897
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
898
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
899
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ nist_subdiv }}<o:p></o:p></span></p>
|
900
|
+
</td>
|
901
|
+
</tr>
|
902
|
+
<tr style='mso-yfti-irow:16'>
|
903
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
904
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
905
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
906
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
907
|
+
0cm 5.4pt 0cm 5.4pt'>
|
908
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
909
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
910
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
911
|
+
color:black;mso-themecolor:text1'>Latest revision of the attached publication<o:p></o:p></span></b></p>
|
912
|
+
</td>
|
913
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
914
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
915
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
916
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
917
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
918
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
919
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
920
|
+
"Times New Roman";color:black;mso-themecolor:text1'><o:p> </o:p></span></p>
|
921
|
+
</td>
|
922
|
+
</tr>
|
923
|
+
<tr style='mso-yfti-irow:17'>
|
924
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
925
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.0pt;border-right:
|
926
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:
|
927
|
+
solid windowtext .5pt;mso-border-left-alt:solid windowtext 1.5pt;padding:
|
928
|
+
0cm 5.4pt 0cm 5.4pt'>
|
929
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
930
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
931
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
932
|
+
color:black;mso-themecolor:text1'>Related Information<o:p></o:p></span></b></p>
|
933
|
+
</td>
|
934
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
935
|
+
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.5pt;
|
936
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
937
|
+
mso-border-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext 1.5pt;
|
938
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
939
|
+
<p class="Default"><span lang="EN-US"><span
|
940
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
941
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman"'>{{additional_note}}</span></span><span
|
942
|
+
lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
943
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
944
|
+
"Times New Roman";color:black;mso-themecolor:text1'> <o:p></o:p></span></p>
|
945
|
+
</td>
|
946
|
+
</tr>
|
947
|
+
<tr style='mso-yfti-irow:18;mso-yfti-lastrow:yes'>
|
948
|
+
<td width="150" valign="top" style='width:112.25pt;border-top:none;border-left:
|
949
|
+
solid windowtext 1.5pt;border-bottom:solid windowtext 1.5pt;border-right:
|
950
|
+
solid windowtext 1.0pt;mso-border-top-alt:solid windowtext .5pt;mso-border-top-alt:
|
951
|
+
.5pt;mso-border-left-alt:1.5pt;mso-border-bottom-alt:1.5pt;mso-border-right-alt:
|
952
|
+
.5pt;mso-border-color-alt:windowtext;mso-border-style-alt:solid;padding:0cm 5.4pt 0cm 5.4pt'>
|
953
|
+
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
954
|
+
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-ascii-theme-font:
|
955
|
+
major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:"Times New Roman";
|
956
|
+
color:black;mso-themecolor:text1'>Withdrawal Announcement Link<o:p></o:p></span></b></p>
|
957
|
+
</td>
|
958
|
+
<td width="486" valign="top" style='width:364.75pt;border-top:none;border-left:
|
959
|
+
none;border-bottom:solid windowtext 1.5pt;border-right:solid windowtext 1.5pt;
|
960
|
+
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
|
961
|
+
padding:0cm 5.4pt 0cm 5.4pt'>
|
962
|
+
<p class="Default"><span lang="EN-US" style='font-size:11.0pt;font-family:"Calibri",sans-serif;
|
963
|
+
mso-ascii-theme-font:major-latin;mso-hansi-theme-font:major-latin;mso-bidi-font-family:
|
964
|
+
"Times New Roman";color:black;mso-themecolor:text1'>{{ withdrawal_announcement_link }}</span></p>
|
965
|
+
</td>
|
966
|
+
</tr>
|
967
|
+
</table>
|
968
|
+
|
969
|
+
<p class="Default" style='tab-stops:right 468.0pt'><span lang="EN-US"
|
970
|
+
style='font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'><o:p> </o:p></span></p>
|
971
|
+
|
972
|
+
|
973
|
+
<p class="MsoNormal" style='margin-bottom:0cm;margin-bottom:.0001pt'><v:shapetype
|
974
|
+
id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
|
975
|
+
path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
|
976
|
+
<v:stroke joinstyle="miter"/>
|
977
|
+
<v:formulas>
|
978
|
+
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
|
979
|
+
<v:f eqn="sum @0 1 0"/>
|
980
|
+
<v:f eqn="sum 0 0 @1"/>
|
981
|
+
<v:f eqn="prod @2 1 2"/>
|
982
|
+
<v:f eqn="prod @3 21600 pixelWidth"/>
|
983
|
+
<v:f eqn="prod @3 21600 pixelHeight"/>
|
984
|
+
<v:f eqn="sum @0 0 1"/>
|
985
|
+
<v:f eqn="prod @6 1 2"/>
|
986
|
+
<v:f eqn="prod @7 21600 pixelWidth"/>
|
987
|
+
<v:f eqn="sum @8 21600 0"/>
|
988
|
+
<v:f eqn="prod @7 21600 pixelHeight"/>
|
989
|
+
<v:f eqn="sum @10 21600 0"/>
|
990
|
+
</v:formulas>
|
991
|
+
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
|
992
|
+
<o:lock v:ext="edit" aspectratio="t"/>
|
993
|
+
</v:shapetype><v:shape id="image_x0020_2" o:spid="_x0000_s1026" type="#_x0000_t75"
|
994
|
+
alt="NIST Identifier: NIST, National Institute of Standards and Technology, U.S. Department of Commerce"
|
995
|
+
style='position:absolute;margin-left:0.0pt;margin-top:0;width:179.15pt;height:75.95pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:12pt;mso-wrap-distance-top:0;mso-wrap-distance-right:12pt;mso-wrap-distance-bottom:0;mso-position-horizontal:left;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'
|
996
|
+
o:allowoverlap="f">
|
997
|
+
<v:fill o:detectmouseclick="t"/>
|
998
|
+
<v:textbox style='mso-fit-shape-to-text:t'>
|
999
|
+
<div style='mso-element:para-border-div;border-top:solid windowtext 1.5pt;border-left:none;border-bottom:solid windowtext 1.5pt;border-right:none;padding:1.0pt 0cm 1.0pt 0cm'>
|
1000
|
+
<p class="Default" align="left" style='padding:0cm;mso-padding-alt:1.0pt 0cm 1.0pt 0cm'><span lang="EN-US" style='font-size:12.0pt;font-family:"Arial",sans-serif'>Date updated: {{ revdate_MMMddyyyy }}</span></p>
|
1001
|
+
</div>
|
1002
|
+
</v:textbox>
|
1003
|
+
<w:wrap type="square"/>
|
1004
|
+
</v:shape></p>
|
1005
|
+
|
1006
|
+
|
1007
|
+
<p class="MsoNormal" style='margin-bottom:0cm;margin-bottom:.0001pt'><v:shapetype
|
1008
|
+
id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
|
1009
|
+
path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
|
1010
|
+
<v:stroke joinstyle="miter"/>
|
1011
|
+
<v:formulas>
|
1012
|
+
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
|
1013
|
+
<v:f eqn="sum @0 1 0"/>
|
1014
|
+
<v:f eqn="sum 0 0 @1"/>
|
1015
|
+
<v:f eqn="prod @2 1 2"/>
|
1016
|
+
<v:f eqn="prod @3 21600 pixelWidth"/>
|
1017
|
+
<v:f eqn="prod @3 21600 pixelHeight"/>
|
1018
|
+
<v:f eqn="sum @0 0 1"/>
|
1019
|
+
<v:f eqn="prod @6 1 2"/>
|
1020
|
+
<v:f eqn="prod @7 21600 pixelWidth"/>
|
1021
|
+
<v:f eqn="sum @8 21600 0"/>
|
1022
|
+
<v:f eqn="prod @7 21600 pixelHeight"/>
|
1023
|
+
<v:f eqn="sum @10 21600 0"/>
|
1024
|
+
</v:formulas>
|
1025
|
+
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
|
1026
|
+
<o:lock v:ext="edit" aspectratio="t"/>
|
1027
|
+
</v:shapetype><v:shape id="image_x0020_2" o:spid="_x0000_s1026" type="#_x0000_t75"
|
1028
|
+
alt="NIST Identifier: NIST, National Institute of Standards and Technology, U.S. Department of Commerce"
|
1029
|
+
style='position:absolute;margin-left:127.95pt;margin-top:0;width:179.15pt;height:75.95pt;z-index:251659264;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:12pt;mso-wrap-distance-top:0;mso-wrap-distance-right:12pt;mso-wrap-distance-bottom:0;mso-position-horizontal:right;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-percent:0;mso-height-percent:0;mso-width-relative:page;mso-height-relative:page'
|
1030
|
+
o:allowoverlap="f">
|
1031
|
+
<v:imagedata src="logo.png"
|
1032
|
+
o:title=" NIST, National Institute of Standards and Technology, U.S"/>
|
1033
|
+
<o:lock v:ext="edit" aspectratio="f"/>
|
1034
|
+
<w:wrap type="square" anchory="margin"/>
|
1035
|
+
</v:shape></p>
|
1036
|
+
|
1037
|
+
|
1038
|
+
|
1039
|
+
|
1040
|
+
|
1041
|
+
<span lang="EN-US" style='font-size:14.0pt;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear="all" style='page-break-before:always;'/>
|
1042
|
+
</span>
|
1043
|
+
|
118
1044
|
|
119
|
-
<p class="Default"><b style='mso-bidi-font-weight:normal'><span lang="EN-US"
|
120
|
-
style='font-size:20.0pt;font-family:"Times New Roman",serif'>Draft </span></b></p>
|
121
1045
|
|
122
|
-
|
123
|
-
|
1046
|
+
{% endif %}
|
1047
|
+
{% endunless %}
|
1048
|
+
|
1049
|
+
{% if unpublished %}
|
1050
|
+
|
1051
|
+
<div style='mso-element:para-border-div;border:solid windowtext 1.5pt;padding:8.0pt 4.0pt 8.0pt 4.0pt'>
|
1052
|
+
|
1053
|
+
<p class="Default" align="center" style='text-align:center;border:none;mso-border-alt:solid windowtext 1.5pt;padding:0cm;mso-padding-alt:8.0pt 4.0pt 8.0pt 4.0pt'><b
|
1054
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:24.0pt;color:black;mso-themecolor:text1'>
|
1055
|
+
{% if status == "Public Draft" %}
|
1056
|
+
{{iteration_ordinal | capitalize}} Public Draft ({{iteration_code}})
|
1057
|
+
{% else %}
|
1058
|
+
{{ status }}
|
1059
|
+
{% endif %}<o:p></o:p></span></b></p>
|
124
1060
|
|
125
|
-
|
1061
|
+
</div>
|
1062
|
+
|
1063
|
+
<p class="Default"><b><span style='font-size:20.0pt;'> </span></b></p>
|
1064
|
+
|
1065
|
+
<p class="Default" align="right" style='text-align:right'><b style='mso-bidi-font-weight:normal'><span
|
126
1066
|
style='font-size:18.0pt;'>{{ docidentifier_long | replace: "Revision", "<br/>Revision" }}
|
127
1067
|
{% if draftinfo %}
|
128
1068
|
<br/>{{ draftinfo }}
|
129
1069
|
{% endif %}
|
130
1070
|
</span></b></p>
|
131
1071
|
|
132
|
-
<p class="MsoNormal" style='margin-top:18.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;mso-pagination:none;mso-layout-grid-align:none;text-autospace:none;font-size:20.0pt;'><span lang="EN-US"><b>{{ doctitle }}</b>
|
1072
|
+
<p class="MsoNormal" align="right" style='text-align:right;margin-top:18.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;mso-pagination:none;mso-layout-grid-align:none;text-autospace:none;font-size:20.0pt;'><span lang="EN-US"><b>{{ doctitle }}</b>
|
133
1073
|
</span></p>
|
134
1074
|
|
135
1075
|
{% if docsubtitle %}
|
136
|
-
<p class="MsoNormal" style='margin-top:18.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;mso-pagination:none;mso-layout-grid-align:none;text-autospace:none;font-size:18.0pt;'><span lang="EN-US"><b>{{ docsubtitle }}</b></span></p>
|
1076
|
+
<p class="MsoNormal" style='text-align:right;margin-top:18.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;mso-pagination:none;mso-layout-grid-align:none;text-autospace:none;font-size:18.0pt;'><span lang="EN-US"><b>{{ docsubtitle }}</b></span></p>
|
137
1077
|
{% endif %}
|
138
1078
|
{% if docparttitle %}
|
139
|
-
<p class="MsoNormal" style='margin-top:18.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;mso-pagination:none;mso-layout-grid-align:none;text-autospace:none;font-size:18.0pt;'><span lang="EN-US"><b><i>{{ docparttitle }}</i></b></span></p>
|
1079
|
+
<p class="MsoNormal" style='text-align:right;margin-top:18.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;mso-pagination:none;mso-layout-grid-align:none;text-autospace:none;font-size:18.0pt;'><span lang="EN-US"><b><i>{{ docparttitle }}</i></b></span></p>
|
140
1080
|
{% endif %}
|
141
1081
|
|
142
|
-
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
143
|
-
style='font-size:14.0pt;font-family:"Times New Roman",serif;color:black;
|
144
|
-
mso-themecolor:text1'><o:p> </o:p></span></p>
|
145
1082
|
|
146
|
-
<div style='mso-element:para-border-div;border:solid windowtext 1.5pt;
|
147
|
-
padding:8.0pt 4.0pt 8.0pt 4.0pt'>
|
148
1083
|
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
1084
|
+
|
1085
|
+
<p class="Default" align="right" style='text-align:right'><span
|
1086
|
+
style='font-size:14.0pt;color:black;mso-themecolor:text1'> </span></p>
|
1087
|
+
|
1088
|
+
<div align="center" style='text-align:center;border:none;mso-border-alt:solid windowtext 1.5pt;padding:0cm;mso-padding-alt:8.0pt 4.0pt 8.0pt 4.0pt'>
|
1089
|
+
|
1090
|
+
<p class="Default" align="center" style='text-align:center'><b
|
1091
|
+
style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:12.0pt'>Warning Notice</span></b></p>
|
1092
|
+
<p class="Default" align="center" style='text-align:center'><span lang="EN-US"
|
1093
|
+
style='font-size:14.0pt'> </span></p>
|
1094
|
+
<p class="Default" align="left" style='text-align:justify;text-justify:inter-ideograph'><span lang="EN-US"
|
1095
|
+
style='font-size:12.0pt'>{% if status == "Internal Draft" %}
|
1096
|
+
{{draft-internal-boilerplate}}
|
1097
|
+
{% elsif status == "Work-in-Progress Draft" %}
|
1098
|
+
{{draft-wip-boilerplate}}
|
1099
|
+
{% elsif status == "Preliminary Draft" %}
|
1100
|
+
{{draft-prelim-boilerplate}}
|
1101
|
+
{% elsif status == "Public Draft" %}
|
1102
|
+
{{draft-public-boilerplate}}
|
1103
|
+
{% else %}
|
1104
|
+
{{status}}
|
1105
|
+
{% endif %}</span></p>
|
1106
|
+
{% if status != "Internal Draft" %}
|
1107
|
+
<p class="Default" style='text-align:justify;text-justify:inter-ideograph'><span
|
1108
|
+
lang="EN-US"> </span></p>
|
1109
|
+
<p class="Default" align="left" style='text-align:left;tab-stops:right 8.25cm left 8.75cm;font-size:12.0pt'><span style='mso-tab-count:1'></span><b
|
1110
|
+
style='mso-bidi-font-weight:normal'>Original Release Date<span style='mso-tab-count:1'></span></b><span
|
1111
|
+
style='color:black;mso-themecolor:text1'>{{circulateddate_MMMddyyyy}}</span></p>
|
1112
|
+
|
1113
|
+
{% endif %}
|
1114
|
+
<p class="Default" style='text-align:justify;text-justify:inter-ideograph'><span
|
1115
|
+
lang="EN-US"> </span></p>
|
1116
|
+
</div>
|
1117
|
+
|
1118
|
+
{% if doi and status == "Public Draft" %}
|
1119
|
+
<p class="Default"> </p>
|
1120
|
+
<p class="Default" align="center" style='text-align:center;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt;font-size:12.0pt'>This publication is available
|
1121
|
+
free of charge from:</p>
|
1122
|
+
<p class="Default" align="center" style='text-align:center;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt;font-size:12.0pt'>{{ doi }}</p>
|
1123
|
+
{% endif %}
|
1124
|
+
|
1125
|
+
|
1126
|
+
|
1127
|
+
|
1128
|
+
|
1129
|
+
<p class="Default" align="right" style='text-align:right;line-height:90%'><v:shapetype
|
1130
|
+
id="_x0000_t202" coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe">
|
1131
|
+
<v:stroke joinstyle="miter"/>
|
1132
|
+
<v:path gradientshapeok="t" o:connecttype="rect"/>
|
1133
|
+
</v:shapetype><v:shape id="image_x0020_3" o:spid="_x0000_s1026"
|
1134
|
+
type="#_x0000_t202" style='position:absolute;left:0;text-align:left;margin-left:-5.1pt;margin-top:-180pt;width:479.05pt;height:31.1pt;z-index:251661312;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:9pt;mso-wrap-distance-top:0;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:0;mso-position-horizontal:absolute;mso-position-horizontal-relative:margin;mso-position-vertical:absolute;mso-position-vertical-relative:bottom-margin-area;mso-width-percent:0;mso-height-percent:0;mso-width-relative:margin;mso-height-relative:page;v-text-anchor:top'
|
1135
|
+
o:gfxdata="UEsDBBQABgAIAAAAIQC2gziS/gAAAOEBAAATAAAAW0NvbnRlbnRfVHlwZXNdLnhtbJSRQU7DMBBF
|
153
1136
|
90jcwfIWJU67QAgl6YK0S0CoHGBkTxKLZGx5TGhvj5O2G0SRWNoz/78nu9wcxkFMGNg6quQqL6RA
|
154
1137
|
0s5Y6ir5vt9lD1JwBDIwOMJKHpHlpr69KfdHjyxSmriSfYz+USnWPY7AufNIadK6MEJMx9ApD/oD
|
155
1138
|
OlTrorhX2lFEilmcO2RdNtjC5xDF9pCuTyYBB5bi6bQ4syoJ3g9WQ0ymaiLzg5KdCXlKLjvcW893
|
@@ -159,72 +1142,39 @@ bHOkkMFqwzAMhu+DvYPRfXGawxijTi+j0GvpHsDYimMaW0Yy2fr2M4PBMnrbUb/Q94l/f/hMi1qR
|
|
159
1142
|
JVI2sOt6UJgd+ZiDgffL8ekFlFSbvV0oo4EbChzGx4f9GRdb25HMsYhqlCwG5lrLq9biZkxWOiqY
|
160
1143
|
22YiTra2kYMu1l1tQD30/bPm3wwYN0x18gb45AdQl1tp5j/sFB2T0FQ7R0nTNEV3j6o9feQzro1i
|
161
1144
|
OWA14Fm+Q8a1a8+Bvu/d/dMb2JY5uiPbhG/ktn4cqGU/er3pcvwCAAD//wMAUEsDBBQABgAIAAAA
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
style='mso-
|
187
|
-
|
188
|
-
<p class="Default"><span lang="EN-US"><o:p> </o:p></span></p>
|
189
|
-
<p class="Default" style='text-align:justify;text-justify:inter-ideograph;font-size:12.0pt;'><span
|
190
|
-
lang="EN-US" style='mso-fareast-font-family:"Times New Roman"'>{{ draft-wip-boilerplate }}</span></p>
|
1145
|
+
IQCByYIjbQIAAJEEAAAOAAAAZHJzL2Uyb0RvYy54bWysVM1uEzEQviPxDpbvZDdpU0LUTRVaBSFV
|
1146
|
+
baUW9ex4vckKr21sJ7vhivoevABCHDjwp77B9pX47CRtVDghLt7x/Hnm+2b28KipJFkK60qtMtrt
|
1147
|
+
pJQIxXVeqllG31xNng0ocZ6pnEmtREZXwtGj0dMnh7UZip6ea5kLS5BEuWFtMjr33gyTxPG5qJjr
|
1148
|
+
aCMUjIW2FfO42lmSW1YjeyWTXpoeJLW2ubGaC+egPVkb6SjmLwrB/XlROOGJzChq8/G08ZyGMxkd
|
1149
|
+
suHMMjMv+aYM9g9VVKxUePQ+1QnzjCxs+UeqquRWO134DtdVooui5CL2gG666aNuLufMiNgLwHHm
|
1150
|
+
Hib3/9Lys+WFJWWe0T1KFKtAUfux/dF+aT/ffWi/tbek/d5+hfCz/dT+am/vbsheAK02bojYS4No
|
1151
|
+
37zUDcjf6h2UAYumsFX4oksCO+Bf3UMuGk84lAfpoN9L+5Rw2LqD3mCQRlKSh3BjnX8ldEWCkFEL
|
1152
|
+
TiPUbHnqPEqB69YlvKb0pJQy8ioVqfHEXj+NAU7LMg/G4BZCjqUlS4bJmErG34bykWvHCzepoAzN
|
1153
|
+
rpsKkm+mzQaBqc5XAMDq9Vw5wycl8p4y5y+YxSChZyyHP8dRSI1i9EaiZK7t+7/pgz/4hZWSGoOZ
|
1154
|
+
UfduwaygRL5WYP5Fd38/THK87Pef93Cxu5bprkUtqmONDrtYQ8OjGPy93IqF1dU1dmgcXoWJKY63
|
1155
|
+
M+q34rFfrwt2kIvxODphdg3zp+rS8JB6i+dVc82s2fDkQfGZ3o4wGz6ia+0bIp0ZLzxIi1wGgNeo
|
1156
|
+
bnDH3EdaNjsaFmv3Hr0e/iSj3wAAAP//AwBQSwMEFAAGAAgAAAAhAAq+xebkAAAAEAEAAA8AAABk
|
1157
|
+
cnMvZG93bnJldi54bWxMT01PwzAMvSPxHyIjcdvShrGNru6E+KrEbYMdevParC00SdVkW/fvMSe4
|
1158
|
+
WLbe8/tI16PpxEkPvnUWIZ5GILQtXdXaGuHz43WyBOED2Yo6ZzXCRXtYZ9dXKSWVO9uNPm1DLVjE
|
1159
|
+
+oQQmhD6REpfNtqQn7peW8YObjAU+BxqWQ10ZnHTSRVFc2motezQUK+fGl1+b48GoTC7on9/IVq8
|
1160
|
+
HXyxG7/yi89zxNub8XnF43EFIugx/H3AbwfODxkH27ujrbzoECZxpJiKoO7mvDDjYbaMQewR7tVM
|
1161
|
+
gcxS+b9I9gMAAP//AwBQSwECLQAUAAYACAAAACEAtoM4kv4AAADhAQAAEwAAAAAAAAAAAAAAAAAA
|
1162
|
+
AAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQItABQABgAIAAAAIQA4/SH/1gAAAJQBAAALAAAAAAAA
|
1163
|
+
AAAAAAAAAC8BAABfcmVscy8ucmVsc1BLAQItABQABgAIAAAAIQCByYIjbQIAAJEEAAAOAAAAAAAA
|
1164
|
+
AAAAAAAAAC4CAABkcnMvZTJvRG9jLnhtbFBLAQItABQABgAIAAAAIQAKvsXm5AAAABABAAAPAAAA
|
1165
|
+
AAAAAAAAAAAAAMcEAABkcnMvZG93bnJldi54bWxQSwUGAAAAAAQABADzAAAA2AUAAAAA
|
1166
|
+
" filled="f" stroked="f" strokeweight=".5pt">
|
1167
|
+
<v:fill o:detectmouseclick="t"/>
|
1168
|
+
<v:textbox style='mso-fit-shape-to-text:t'>
|
1169
|
+
<div style='mso-element:para-border-div;border-top:solid windowtext 1.5pt;border-left:none;border-bottom:solid windowtext 1.5pt;border-right:none;padding:1.0pt 0cm 1.0pt 0cm'>
|
1170
|
+
<p class="Default" align="center" style='text-align:center;border:none;mso-border-top-alt:solid windowtext 1.5pt;mso-border-bottom-alt:solid windowtext 1.5pt;padding:0cm;mso-padding-alt:1.0pt 0cm 1.0pt 0cm'><span lang="EN-US" style='font-size:16.0pt;font-family:"Arial",sans-serif;letter-spacing:10.0pt'>{{ docclasstitle | upcase }}</span></p>
|
191
1171
|
</div>
|
192
|
-
|
1172
|
+
</v:textbox>
|
193
1173
|
<w:wrap type="square"/>
|
194
|
-
</v:shape
|
195
|
-
style='font-size:24.0pt;font-family:"Times New Roman",serif;color:black;
|
196
|
-
mso-themecolor:text1'>Work-in-Progress Draft</span></b></p>
|
1174
|
+
</v:shape></p>
|
197
1175
|
|
198
|
-
</div>
|
199
1176
|
|
200
|
-
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
201
|
-
style='font-size:14.0pt;font-family:"Times New Roman",serif;color:black;
|
202
|
-
mso-themecolor:text1'><o:p> </o:p></span></p>
|
203
1177
|
|
204
|
-
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
205
|
-
style='font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'><o:p> </o:p></span></p>
|
206
|
-
|
207
|
-
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
208
|
-
style='font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'><o:p> </o:p></span></p>
|
209
|
-
|
210
|
-
<p class="Default" align="right" style='text-align:right'><span lang="EN-US"
|
211
|
-
style='font-family:"Times New Roman",serif;color:black;mso-themecolor:text1'><o:p> </o:p></span></p>
|
212
|
-
|
213
|
-
<p class="MsoNormal" align="right" style='text-align:right'><span lang="EN-US"
|
214
|
-
style='font-size:14.0pt'><o:p> </o:p></span></p>
|
215
|
-
|
216
|
-
<p class="MsoNormal" align="right" style='text-align:right'><span lang="EN-US"
|
217
|
-
style='font-size:14.0pt'><span style='mso-spacerun:yes'> </span></span></p>
|
218
|
-
|
219
|
-
<div style='mso-element:para-border-div;border-top:solid windowtext 1.5pt;
|
220
|
-
border-left:none;border-bottom:solid windowtext 1.5pt;border-right:none;
|
221
|
-
padding:1.0pt 0cm 1.0pt 0cm'>
|
222
|
-
|
223
|
-
<p class="MsoNormal" align="center" style='text-align:center;border:none;mso-border-top-alt:solid windowtext 1.5pt;mso-border-bottom-alt:solid windowtext 1.5pt;padding:0cm;mso-padding-alt:1.0pt 0cm 1.0pt 0cm'><span lang="EN-US"
|
224
|
-
style='font-size:16.0pt;font-family:"Arial",sans-serif;mso-ansi-language:EN-US;letter-spacing:10.0pt'>{{ docclasstitle | upcase }}</span></p>
|
225
|
-
|
226
|
-
|
227
|
-
</div>
|
228
1178
|
|
229
1179
|
<p class="MsoNormal" style='margin-bottom:0cm;margin-bottom:.0001pt'><v:shapetype
|
230
1180
|
id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
|
@@ -335,6 +1285,8 @@ padding:0cm;mso-padding-alt:1.0pt 0cm 1.0pt 0cm'><span lang="EN-US"
|
|
335
1285
|
|
336
1286
|
</div>
|
337
1287
|
|
1288
|
+
|
1289
|
+
|
338
1290
|
<p class="MsoNormal"><span lang="EN-US" style='font-size:14.0pt'><span
|
339
1291
|
style='mso-spacerun:yes'> </span></span></p>
|
340
1292
|
|
@@ -371,9 +1323,8 @@ style='mso-spacerun:yes'> </span></span></p>
|
|
371
1323
|
|
372
1324
|
</div>
|
373
1325
|
|
374
|
-
{% endif %}
|
375
|
-
|
376
1326
|
|
1327
|
+
{% endif %}
|
377
1328
|
|
378
1329
|
|
379
1330
|
|
@@ -384,7 +1335,7 @@ style='mso-spacerun:yes'> </span></span></p>
|
|
384
1335
|
|
385
1336
|
<div>
|
386
1337
|
|
387
|
-
<span lang="EN-US" style='font-size:14.0pt;
|
1338
|
+
<span lang="EN-US" style='font-size:14.0pt;";mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear="all" style='page-break-before:always;'/>
|
388
1339
|
</span>
|
389
1340
|
|
390
1341
|
<p class="MsoNormal" align="right" style='text-align:right;line-height:90%;mso-pagination:widow-orphan;mso-hyphenate:auto;mso-layout-grid-align:auto;mso-vertical-align-alt:auto'><b style='mso-bidi-font-weight:normal'><span
|
@@ -408,8 +1359,10 @@ style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:18.0pt;m
|
|
408
1359
|
|
409
1360
|
</div>
|
410
1361
|
|
411
|
-
|
1362
|
+
<!--
|
1363
|
+
<span lang="EN-US" style='font-size:14.0pt;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;margin-bottom:0.0pt'><br clear="all" style='page-break-before:auto;'/>
|
412
1364
|
</span>
|
1365
|
+
-->
|
413
1366
|
|
414
1367
|
<div class="authors-container">
|
415
1368
|
{% for affiliation in authors_affiliations %}
|
@@ -420,11 +1373,117 @@ style='mso-bidi-font-weight:normal'><span lang="EN-US" style='font-size:18.0pt;m
|
|
420
1373
|
{% endfor %}
|
421
1374
|
</div>
|
422
1375
|
|
423
|
-
|
1376
|
+
<!--
|
1377
|
+
<span lang="EN-US" style='font-size:14.0pt;color:black;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;margin-bottom:0.0pt'><br clear="all"
|
424
1378
|
style='page-break-before:auto;'/>
|
425
1379
|
</span>
|
1380
|
+
-->
|
426
1381
|
|
1382
|
+
<p class="MsoNormal"><v:shapetype id="_x0000_t202"
|
1383
|
+
coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe">
|
1384
|
+
<v:stroke joinstyle="miter"/>
|
1385
|
+
<v:path gradientshapeok="t" o:connecttype="rect"/>
|
1386
|
+
</v:shapetype>
|
1387
|
+
<v:shape id="image_x0020_6" o:spid="_x0000_s1026"
|
1388
|
+
type="#_x0000_t202" style='position:absolute;margin-left:0;margin-top:0;width:708.5pt;height:339.95pt;z-index:251659264;visibility:visible;mso-wrap-style:none;mso-wrap-distance-left:9pt;mso-wrap-distance-top:0;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:0;mso-position-horizontal:right;mso-position-horizontal-relative:text;mso-position-vertical:bottom;mso-position-vertical-relative:margin;mso-width-relative:page;mso-height-relative:page' o:gfxdata="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
|
1419
|
+
" filled="f" stroke="f">
|
1420
|
+
<v:fill o:detectmouseclick="t"/>
|
1421
|
+
<v:textbox style='mso-fit-shape-to-text:t'>
|
1422
|
+
<div>
|
1423
|
+
{% if url %}
|
1424
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
1425
|
+
lang="EN-US" style='font-size:14.0pt;color:black'>This publication is available
|
1426
|
+
free of charge from:</span></p>
|
1427
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
1428
|
+
lang="EN-US" style='font-size:14.0pt;color:black'>{{ url }}</span></p>
|
1429
|
+
{% else %}
|
1430
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'></p>
|
1431
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'></p>
|
1432
|
+
{% endif %}
|
427
1433
|
|
1434
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
1435
|
+
lang="EN-US" style='font-size:14.0pt;color:black'> </span></p>
|
1436
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
1437
|
+
lang="EN-US" style='font-size:14.0pt;color:black'>{{ publisheddate_monthyear }}</span>
|
1438
|
+
<br/>
|
1439
|
+
{% if confirmeddate and confirmeddate != "XXX" %}
|
1440
|
+
<span style="font-variant:small-caps;font-size:14.0pt;color:black;">Publication is current as of {{ confirmeddate_mmddyyyy }}</span>
|
1441
|
+
{% elsif errata and updateddate and updateddate != "XXX" %}
|
1442
|
+
<span style="font-variant:small-caps;font-size:14.0pt;color:black;">Includes updates as of {{ updateddate_mmddyyyy }}; see page <span style='mso-element:field-begin'></span><span
|
1443
|
+
style='mso-spacerun:yes'> </span>PAGEREF errata_XYZZY \h <span style='mso-element:field-separator'></span>2<span
|
1444
|
+
style='mso-element:field-end'></span> </span>
|
1445
|
+
{% endif %}
|
1446
|
+
</p>
|
1447
|
+
|
1448
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
1449
|
+
lang="EN-US" style='font-size:14.0pt;color:black'> </span></p>
|
1450
|
+
|
1451
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'>
|
1452
|
+
<img width="91" height="90"
|
1453
|
+
src="deptofcommerce.png"
|
1454
|
+
alt="Seal of the U.S. Department of Commerce"/>
|
1455
|
+
</p>
|
1456
|
+
|
1457
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
1458
|
+
lang="EN-US" style='font-size:11.0pt;color:black'>U.S. Department of Commerce</span></p>
|
1459
|
+
|
1460
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><i><span
|
1461
|
+
lang="EN-US" style='font-size:10.0pt;color:black'
|
1462
|
+
>Wilbur L. Ross, Jr., Secretary</span></i></p>
|
1463
|
+
|
1464
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
1465
|
+
lang="EN-US" style='font-size:10.0pt;color:black'> </span></p>
|
1466
|
+
|
1467
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
1468
|
+
lang="EN-US" style='font-size:10.0pt;color:black'
|
1469
|
+
>National Institute of Standards and Technology </span></p>
|
1470
|
+
|
1471
|
+
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><i><span
|
1472
|
+
lang="EN-US" style='font-size:10.0pt;color:black'
|
1473
|
+
>Walter Copan, NIST Director and Under Secretary of Commerce for Standards and Technology</span></i><b><span
|
1474
|
+
lang="EN-US" style='font-size:10.0pt'></span></b></p>
|
1475
|
+
|
1476
|
+
</div>
|
1477
|
+
</v:textbox><w:wrap type="square"/>
|
1478
|
+
</v:shape>
|
1479
|
+
</p>
|
1480
|
+
|
1481
|
+
|
1482
|
+
|
1483
|
+
|
1484
|
+
|
1485
|
+
|
1486
|
+
<!--
|
428
1487
|
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
429
1488
|
lang="EN-US" style='font-size:14.0pt;color:black'> </span></p>
|
430
1489
|
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
@@ -446,7 +1505,11 @@ lang="EN-US" style='font-size:14.0pt;color:black'> </span></p>
|
|
446
1505
|
lang="EN-US" style='font-size:14.0pt;color:black'> </span></p>
|
447
1506
|
|
448
1507
|
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
449
|
-
lang="EN-US" style='font-size:14.0pt;color:black'>{{
|
1508
|
+
lang="EN-US" style='font-size:14.0pt;color:black'>{{ publisheddate_monthyear }}</span>
|
1509
|
+
{%if confirmeddate and confirmeddate != "XXX" %}
|
1510
|
+
<br/><span style="font-variant:small-caps;font-size:14.0pt;color:black;">Publication is current as of {{ confirmeddate }}</span>
|
1511
|
+
{% endif %}
|
1512
|
+
</p>
|
450
1513
|
|
451
1514
|
<p class="MsoNormal" align="right" style='text-align:right;mso-pagination:widow-orphan;mso-hyphenate:auto;text-autospace:none;mso-vertical-align-alt:auto;margin-bottom:0.0pt'><span
|
452
1515
|
lang="EN-US" style='font-size:14.0pt;color:black'> </span></p>
|
@@ -483,4 +1546,5 @@ lang="EN-US" style='font-size:10.0pt;color:black'
|
|
483
1546
|
lang="EN-US" style='font-size:10.0pt;color:black'
|
484
1547
|
>Walter Copan, NIST Director and Under Secretary of Commerce for Standards and Technology</span></i><b><span
|
485
1548
|
lang="EN-US" style='font-size:10.0pt'></span></b></p>
|
1549
|
+
-->
|
486
1550
|
|