metanorma-nist 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +7 -0
  2. data/.hound.yml +3 -0
  3. data/.rubocop.yml +10 -0
  4. data/.travis.yml +16 -0
  5. data/CODE_OF_CONDUCT.md +74 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE +25 -0
  8. data/README.adoc +358 -0
  9. data/bin/console +14 -0
  10. data/bin/rspec +18 -0
  11. data/bin/setup +8 -0
  12. data/lib/asciidoctor/nist.rb +7 -0
  13. data/lib/asciidoctor/nist/biblio.rng +921 -0
  14. data/lib/asciidoctor/nist/converter.rb +271 -0
  15. data/lib/asciidoctor/nist/front.rb +150 -0
  16. data/lib/asciidoctor/nist/isodoc.rng +1063 -0
  17. data/lib/asciidoctor/nist/isostandard.rng +1071 -0
  18. data/lib/asciidoctor/nist/nist.rng +196 -0
  19. data/lib/isodoc/nist/html/commerce-logo-color.png +0 -0
  20. data/lib/isodoc/nist/html/deptofcommerce.png +0 -0
  21. data/lib/isodoc/nist/html/header.html +163 -0
  22. data/lib/isodoc/nist/html/html_nist_intro.html +46 -0
  23. data/lib/isodoc/nist/html/html_nist_titlepage.html +140 -0
  24. data/lib/isodoc/nist/html/htmlstyle.scss +1160 -0
  25. data/lib/isodoc/nist/html/logo.png +0 -0
  26. data/lib/isodoc/nist/html/nist.scss +749 -0
  27. data/lib/isodoc/nist/html/scripts.html +82 -0
  28. data/lib/isodoc/nist/html/scripts.pdf.html +70 -0
  29. data/lib/isodoc/nist/html/word_nist_intro.html +142 -0
  30. data/lib/isodoc/nist/html/word_nist_titlepage.html +247 -0
  31. data/lib/isodoc/nist/html/wordstyle.scss +1134 -0
  32. data/lib/isodoc/nist/html_convert.rb +454 -0
  33. data/lib/isodoc/nist/i18n-en.yaml +3 -0
  34. data/lib/isodoc/nist/metadata.rb +116 -0
  35. data/lib/isodoc/nist/pdf_convert.rb +456 -0
  36. data/lib/isodoc/nist/word_convert.rb +472 -0
  37. data/lib/metanorma-nist.rb +11 -0
  38. data/lib/metanorma/nist.rb +7 -0
  39. data/lib/metanorma/nist/processor.rb +43 -0
  40. data/lib/metanorma/nist/version.rb +5 -0
  41. data/metanorma-nist.gemspec +44 -0
  42. metadata +310 -0
@@ -0,0 +1,196 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
3
+ <!--
4
+ Currently we inherit from a namespaced grammar, isostandard. Until we inherit from isodoc,
5
+ we cannot have a new default namespace: we will end up with a grammar with two different
6
+ namespaces, one for isostandard and one for csand additions. And we do not want that.
7
+ -->
8
+ <include href="isostandard.rng">
9
+ <start>
10
+ <ref name="nist-standard"/>
11
+ </start>
12
+ <define name="language">
13
+ <element name="language">
14
+ <value>en</value>
15
+ </element>
16
+ </define>
17
+ <define name="docidentifier">
18
+ <element name="docidentifier">
19
+ <optional>
20
+ <attribute name="type"/>
21
+ </optional>
22
+ <text/>
23
+ </element>
24
+ </define>
25
+ <define name="btitle">
26
+ <element name="title">
27
+ <ref name="FormattedString"/>
28
+ </element>
29
+ </define>
30
+ <define name="figure">
31
+ <element name="figure">
32
+ <attribute name="id">
33
+ <data type="ID"/>
34
+ </attribute>
35
+ <optional>
36
+ <ref name="tname"/>
37
+ </optional>
38
+ <choice>
39
+ <ref name="image"/>
40
+ <ref name="pre"/>
41
+ <oneOrMore>
42
+ <ref name="subfigure"/>
43
+ </oneOrMore>
44
+ </choice>
45
+ <zeroOrMore>
46
+ <ref name="fn"/>
47
+ </zeroOrMore>
48
+ <optional>
49
+ <ref name="dl"/>
50
+ </optional>
51
+ <zeroOrMore>
52
+ <ref name="note"/>
53
+ </zeroOrMore>
54
+ </element>
55
+ </define>
56
+ <define name="subfigure">
57
+ <element name="figure">
58
+ <attribute name="id">
59
+ <data type="ID"/>
60
+ </attribute>
61
+ <optional>
62
+ <ref name="tname"/>
63
+ </optional>
64
+ <choice>
65
+ <ref name="image"/>
66
+ <ref name="pre"/>
67
+ </choice>
68
+ </element>
69
+ </define>
70
+ <define name="status">
71
+ <element name="status">
72
+ <choice>
73
+ <value>proposal</value>
74
+ <value>working-draft</value>
75
+ <value>committee-draft</value>
76
+ <value>draft-standard</value>
77
+ <value>final-draft</value>
78
+ <value>published</value>
79
+ <value>withdrawn</value>
80
+ <ref name="LocalizedString"/>
81
+ </choice>
82
+ </element>
83
+ </define>
84
+ <define name="BibItemType" combine="choice">
85
+ <choice>
86
+ <value>policy-and-procedures</value>
87
+ <value>best-practices</value>
88
+ <value>supporting-document</value>
89
+ <value>report</value>
90
+ <value>legal</value>
91
+ <value>directives</value>
92
+ <value>proposal</value>
93
+ <value>standard</value>
94
+ </choice>
95
+ </define>
96
+ <define name="editorialgroup">
97
+ <element name="editorialgroup">
98
+ <oneOrMore>
99
+ <ref name="committee"/>
100
+ </oneOrMore>
101
+ </element>
102
+ </define>
103
+ <define name="BibData">
104
+ <optional>
105
+ <attribute name="type">
106
+ <ref name="BibItemType"/>
107
+ </attribute>
108
+ </optional>
109
+ <oneOrMore>
110
+ <ref name="btitle"/>
111
+ </oneOrMore>
112
+ <optional>
113
+ <ref name="formattedref"/>
114
+ </optional>
115
+ <zeroOrMore>
116
+ <ref name="bsource"/>
117
+ </zeroOrMore>
118
+ <zeroOrMore>
119
+ <ref name="docidentifier"/>
120
+ </zeroOrMore>
121
+ <optional>
122
+ <ref name="docnumber"/>
123
+ </optional>
124
+ <zeroOrMore>
125
+ <ref name="bdate"/>
126
+ </zeroOrMore>
127
+ <zeroOrMore>
128
+ <ref name="contributor"/>
129
+ </zeroOrMore>
130
+ <optional>
131
+ <ref name="edition"/>
132
+ </optional>
133
+ <optional>
134
+ <ref name="version"/>
135
+ </optional>
136
+ <zeroOrMore>
137
+ <ref name="biblionote"/>
138
+ </zeroOrMore>
139
+ <zeroOrMore>
140
+ <ref name="language"/>
141
+ </zeroOrMore>
142
+ <zeroOrMore>
143
+ <ref name="script"/>
144
+ </zeroOrMore>
145
+ <zeroOrMore>
146
+ <ref name="abstract"/>
147
+ </zeroOrMore>
148
+ <optional>
149
+ <ref name="status"/>
150
+ </optional>
151
+ <ref name="copyright"/>
152
+ <zeroOrMore>
153
+ <ref name="docrelation"/>
154
+ </zeroOrMore>
155
+ <ref name="editorialgroup"/>
156
+ <zeroOrMore>
157
+ <ref name="ics"/>
158
+ </zeroOrMore>
159
+ <optional>
160
+ <ref name="security"/>
161
+ </optional>
162
+ </define>
163
+ </include>
164
+ <define name="committee">
165
+ <element name="committee">
166
+ <attribute name="type">
167
+ <choice>
168
+ <value>technical</value>
169
+ <value>provisional</value>
170
+ </choice>
171
+ </attribute>
172
+ <text/>
173
+ </element>
174
+ </define>
175
+ <define name="security">
176
+ <element name="security">
177
+ <text/>
178
+ </element>
179
+ </define>
180
+ <define name="nist-standard">
181
+ <element name="nist-standard">
182
+ <ref name="bibdata"/>
183
+ <zeroOrMore>
184
+ <ref name="termdocsource"/>
185
+ </zeroOrMore>
186
+ <ref name="preface"/>
187
+ <oneOrMore>
188
+ <ref name="sections"/>
189
+ </oneOrMore>
190
+ <zeroOrMore>
191
+ <ref name="annex"/>
192
+ </zeroOrMore>
193
+ <ref name="bibliography"/>
194
+ </element>
195
+ </define>
196
+ </grammar>
@@ -0,0 +1,163 @@
1
+ <html xmlns:v="urn:schemas-microsoft-com:vml"
2
+ xmlns:o="urn:schemas-microsoft-com:office:office"
3
+ xmlns:w="urn:schemas-microsoft-com:office:word"
4
+ xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
5
+ xmlns:mv="http://macVmlSchemaUri" xmlns="http://www.w3.org/TR/REC-html40">
6
+
7
+ <head>
8
+ <meta name=Title content="">
9
+ <meta name=Keywords content="">
10
+ <meta http-equiv=Content-Type content="text/html; charset=utf-8">
11
+ <meta name=ProgId content=Word.Document>
12
+ <meta name=Generator content="Microsoft Word 15">
13
+ <meta name=Originator content="Microsoft Word 15">
14
+ <link id=Main-File rel=Main-File href="../{{ filename }}.html">
15
+ <!--[if gte mso 9]><xml>
16
+ <o:shapedefaults v:ext="edit" spidmax="2049"/>
17
+ </xml><![endif]-->
18
+ </head>
19
+
20
+ <body lang=EN link=blue vlink="#954F72">
21
+
22
+ <div style='mso-element:footnote-separator' id=fs>
23
+
24
+ <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
25
+ normal'><span lang=EN-GB><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
26
+
27
+ <hr align=left size=1 width="33%">
28
+
29
+ <![endif]></span></span></p>
30
+
31
+ </div>
32
+
33
+ <div style='mso-element:footnote-continuation-separator' id=fcs>
34
+
35
+ <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
36
+ normal'><span lang=EN-GB><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
37
+
38
+ <hr align=left size=1>
39
+
40
+ <![endif]></span></span></p>
41
+
42
+ </div>
43
+
44
+ <div style='mso-element:endnote-separator' id=es>
45
+
46
+ <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
47
+ normal'><span lang=EN-GB><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
48
+
49
+ <hr align=left size=1 width="33%">
50
+
51
+ <![endif]></span></span></p>
52
+
53
+ </div>
54
+
55
+ <div style='mso-element:endnote-continuation-separator' id=ecs>
56
+
57
+ <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
58
+ normal'><span lang=EN-GB><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
59
+
60
+ <hr align=left size=1>
61
+
62
+ <![endif]></span></span></p>
63
+
64
+ </div>
65
+
66
+ <div style='mso-element:header' id=eh1>
67
+
68
+
69
+ </div>
70
+
71
+ <div style='mso-element:header' id=h1>
72
+
73
+
74
+ </div>
75
+
76
+ <div style='mso-element:footer' id=ef1>
77
+
78
+ </div>
79
+
80
+ <div style='mso-element:header' id=eh2>
81
+
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-GB>{{ docnumber }}<span style='mso-tab-count:
84
+ 1'></span>{{ doctitle }}</span></p>
85
+
86
+ </div>
87
+
88
+ <div style='mso-element:header' id=h2>
89
+
90
+ <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-GB>{{ docnumber }}<span style='mso-tab-count:
92
+ 1'></span>{{ doctitle }}</span></p>
93
+
94
+ </div>
95
+
96
+ <div style='mso-element:footer' id=ef2>
97
+
98
+ <p class=MsoFooter style='line-height:12.0pt;mso-line-height-rule:exactly'><!--[if supportFields]><span
99
+ lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
100
+ style='mso-element:field-begin'></span><span
101
+ style='mso-spacerun:yes'> </span>PAGE<span style='mso-spacerun:yes'>  
102
+ </span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
103
+ lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
104
+ style='mso-no-proof:yes'>ii</span></span><!--[if supportFields]><span
105
+ lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
106
+ style='mso-element:field-end'></span></span><![endif]--><span lang=EN-GB
107
+ style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span style='mso-tab-count:
108
+ 1'>                                                                                                                                                                           </span><o:p></o:p></span></p>
109
+
110
+ </div>
111
+
112
+ <div style='mso-element:footer' id=f2>
113
+
114
+ <p class=MsoFooter style='line-height:12.0pt'><span lang=EN-GB
115
+ 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-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
117
+ style='mso-element:field-begin'></span> PAGE<span style='mso-spacerun:yes'>  
118
+ </span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
119
+ lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
120
+ style='mso-no-proof:yes'>iii</span></span><!--[if supportFields]><span
121
+ lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
122
+ style='mso-element:field-end'></span></span><![endif]--><span lang=EN-GB
123
+ style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><o:p></o:p></span></p>
124
+
125
+ </div>
126
+
127
+ <div style='mso-element:footer' id=ef3>
128
+
129
+ <p class=MsoFooter style='margin-top:12.0pt;line-height:12.0pt;mso-line-height-rule:
130
+ exactly'><!--[if supportFields]><b style='mso-bidi-font-weight:normal'><span
131
+ lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
132
+ style='mso-element:field-begin'></span><span
133
+ style='mso-spacerun:yes'> </span>PAGE<span style='mso-spacerun:yes'>  
134
+ </span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span></b><![endif]--><b
135
+ style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
136
+ 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-GB style='font-size:10.0pt;
138
+ mso-bidi-font-size:11.0pt'><span style='mso-element:field-end'></span></span></b><![endif]--><span
139
+ lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><span
140
+ style='mso-tab-count:1'>                                                                                                                                                                           </span><o:p></o:p></span></p>
141
+
142
+ </div>
143
+
144
+ <div style='mso-element:footer' id=f3>
145
+
146
+ <p class=MsoFooter style='line-height:12.0pt'><span lang=EN-GB
147
+ style='font-size:10.0pt;mso-bidi-font-size:11.0pt'>© NIST.&nbsp;{{ docyear }}&nbsp;– All
148
+ rights reserved<span style='mso-tab-count:1'>                                                                                                                                                                           </span></span><!--[if supportFields]><b
149
+ style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
150
+ mso-bidi-font-size:11.0pt'><span style='mso-element:field-begin'></span>
151
+ PAGE<span style='mso-spacerun:yes'>   </span>\* MERGEFORMAT <span
152
+ style='mso-element:field-separator'></span></span></b><![endif]--><b
153
+ style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
154
+ mso-bidi-font-size:11.0pt'><span style='mso-no-proof:yes'>3</span></span></b><!--[if supportFields]><b
155
+ style='mso-bidi-font-weight:normal'><span lang=EN-GB style='font-size:10.0pt;
156
+ mso-bidi-font-size:11.0pt'><span style='mso-element:field-end'></span></span></b><![endif]--><span
157
+ lang=EN-GB style='font-size:10.0pt;mso-bidi-font-size:11.0pt'><o:p></o:p></span></p>
158
+
159
+ </div>
160
+
161
+ </body>
162
+
163
+ </html>
@@ -0,0 +1,46 @@
1
+ <h1>Authority</h1>
2
+
3
+ <p>This publication has been developed by NIST in accordance with its statutory responsibilities under the Federal Information Security Modernization Act (FISMA) of 2014, 44 U.S.C. § 3551 <i>et seq.</i>, Public Law (P.L.) 113-283. NIST is responsible for developing information security standards and guidelines, including minimum requirements for federal information systems, but such standards and guidelines shall not apply to national security systems without the express approval of appropriate federal officials exercising policy authority over such systems. This guideline is consistent with the requirements of the Office of Management and Budget (OMB) Circular A-130.</p>
4
+
5
+ <p>Nothing in this publication should be taken to contradict the standards and guidelines made mandatory and binding on federal agencies by the Secretary of Commerce under statutory authority. Nor should these guidelines be interpreted as altering or superseding the existing authorities of the Secretary of Commerce, Director of the OMB, or any other federal official. This publication may be used by nongovernmental organizations on a voluntary basis and is not subject to copyright in the United States. Attribution would, however, be appreciated by NIST.</p>
6
+
7
+ <p align="center">National Institute of Standards and Technology {{ docnumber }} <br/>
8
+ Natl. Inst. Stand. Technol. {{ docnumber }}, ({{ revdate_monthyear }}) <br/>
9
+ CODEN: NSPUE2</p>
10
+
11
+ {% if url %}
12
+ <p align="center">This publication is available free of charge from: <br/>
13
+ {{ url }}</p>
14
+ {% endif %}
15
+
16
+ <div style="border-style: solid;">
17
+ <p>Any mention of commercial products or reference to commercial organizations is for information only; it does not imply recommendation or endorsement by the United States Government, nor does it imply that the products mentioned are necessarily the best available for the purpose.</p>
18
+
19
+ <p>There may be references in this publication to other publications currently under development by NIST in accordance with its assigned statutory responsibilities. The information in this publication, including concepts and methodologies, may be used by Federal agencies even before the completion of such companion publications. Thus, until each publication is completed, current requirements, guidelines, and procedures, where they exist, remain operative. For planning and transition purposes, Federal agencies may wish to closely follow the development of these new publications by NIST.</p>
20
+
21
+ <p>Organizations are encouraged to review all draft publications during public comment periods and provide feedback to NIST. Many NIST cybersecurity publications, other than the ones noted above, are available at <a href="https://csrc.nist.gov/publications">https://csrc.nist.gov/publications</a>.
22
+ </div>
23
+
24
+ <h2>Comments on this publication may be submitted to:</h2>
25
+
26
+ <p align="center">National Institute of Standards and Technology <br/>
27
+ Attn: Computer Security Division, Information Technology Laboratory <br/>
28
+ 100 Bureau Drive (Mail Stop 8930) Gaithersburg, MD 20899-8930 <br/>
29
+ Email: <a href="mailto:{{ email }}">{{email}}</a></p>
30
+
31
+ <p align="center">All comments are subject to release under the Freedom of Information Act (FOIA).</p>
32
+
33
+ {% if tc == "Computer Security" %}
34
+ <h1>Reports on Computer Systems Technology</h1>
35
+
36
+ <p>The Information Technology Laboratory (ITL) at the National Institute of Standards and Technology (NIST) promotes the U.S. economy and public welfare by providing technical leadership for the Nation's measurement and standards infrastructure. ITL develops tests, test methods, reference data, proof of concept implementations, and technical analyses to advance the development and productive use of information technology. ITL's responsibilities include the development of management, administrative, technical, and physical standards and guidelines for the cost-effective security and privacy of other than national security-related information in Federal information systems. The Special Publication 800-series reports on ITL's research, guidelines, and outreach efforts in information system security, and its collaborative activities with industry, government, and academic organizations.</p>
37
+ {% endif %}
38
+
39
+ <nav>
40
+ <h1 id="content">Contents</h1>
41
+ <div id="toc"></div>
42
+
43
+ </nav>
44
+
45
+
46
+ <div class="rule toc"></div>
@@ -0,0 +1,140 @@
1
+ <div class="document-stage-band" id='{{ status | downcase | replace: " ", "-" }}-band'>
2
+ <p class="document-stage">{{ status }}</p>
3
+ </div>
4
+
5
+ <div class="document-type-band" id='{{ doctype | downcase | replace: " ", "-" }}-band'>
6
+ <p class="document-type">NIST {{ doctype }}</p>
7
+ </div>
8
+
9
+
10
+
11
+ <div id='toggle'> <span>&#x2022;</span> </div>
12
+
13
+ <header>
14
+
15
+ <!--<div class="WordSection1">-->
16
+ <div class="coverpage">
17
+ <div class="wrapper-top">
18
+
19
+ <div class="rule-2"></div>
20
+
21
+ <div class="coverpage-doc-identity">
22
+ <div class="doc-number">
23
+ <div>{{ docnumber }}</div>
24
+ <div> {{ draftinfo }}</div>
25
+ </div>
26
+
27
+ <div class="coverpage-title">
28
+ <span class="title-first">{{ doctitle }}</span>
29
+ {% if docsubtitle %}
30
+ <br/><span class="title-second">{{ docsubtitle }}</span>
31
+ {% endif %}
32
+ </div>
33
+ </div>
34
+
35
+ <div class="coverpage-logo">
36
+ <span>National Institute of Standards and Technology {{ docyear }}</span>
37
+ </div>
38
+
39
+ <div class="coverpage-tc-name">
40
+ <span>{{ tc }}</span>
41
+ </div>
42
+
43
+ <div class="rule-thick"></div>
44
+
45
+ <div class="authors-container">
46
+ {% for author in authors %}
47
+ <div class="author">{{ author }}</div>
48
+ <!-- <div class="affiliation"></div> -->
49
+ {% endfor %}
50
+ </div>
51
+
52
+ <div class="download-info">
53
+
54
+ This publication is available free of charge from: <br>
55
+ <a href="{{url}}">{{ url }}</a>
56
+
57
+ <div class="category">{{ tc }}</div>
58
+
59
+ </div>
60
+
61
+ </div>
62
+ </div>
63
+
64
+ <div class="logo-wrapper">
65
+
66
+ <img id="NIST-logo" src="logo.png">
67
+ <img id="commerce-logo" src="commerce-logo-color.png">
68
+ </div>
69
+
70
+ <div class="logo-info">
71
+ <p>U.S. Department of Commerce</p>
72
+ <p><i>Wilbur L. Ross, Jr., Secretary</i></p>
73
+ </div>
74
+
75
+ <div class="logo-info">
76
+ <p>National Institute of Standards and Technology</p>
77
+ <p><i>Walter Copan, NIST Director and Under Secretary of Commerce for Standards and Technology </i></p>
78
+ </div>
79
+
80
+ <div class="WordSection11">
81
+ <div class="coverpage-stage-block">
82
+ <span class="coverpage-stage" id="{{ doctype | downcase | replace: ' ', '-' }}">{{ doctype }}</span>
83
+ </div>
84
+
85
+ <div class="coverpage-stage-block">
86
+ <span class="coverpage-maturity" id="{{ status }}">{{ status }}</span>
87
+
88
+ </div>
89
+
90
+
91
+ {% if unpublished %}
92
+ <div class="coverpage-warning">
93
+ <span class="title">Warning for Drafts</span>
94
+
95
+ <p class="content">
96
+ This document is not a NIST Standard. It is distributed for review and
97
+ comment, and is subject to change without notice and may not be referred to as
98
+ a Standard. Recipients of this draft are invited to submit, with their
99
+ comments, notification of any relevant patent rights of which they are aware
100
+ and to provide supporting documentation.
101
+ </p>
102
+ </div>
103
+ {% endif %}
104
+
105
+ <div class="info-section">
106
+ <div class="copyright">
107
+
108
+ <p class="year">
109
+ &copy; {{ docyear }} NIST.
110
+ </p>
111
+
112
+ <p class="message">
113
+ All rights reserved. Unless otherwise specified, no part of this
114
+ publication may be reproduced or utilized otherwise in any form or by any
115
+ means, electronic or mechanical, including photocopying, or posting on the
116
+ internet or an intranet, without prior written permission. Permission can
117
+ be requested from the address below.
118
+ </p>
119
+
120
+ <div class="contact-info">
121
+ <p class="name">National Institute of Standards and Technology</p>
122
+ <p class="address">
123
+ Attn: Computer Security Division, Information Technology Laboratory<br/>
124
+ 100 Bureau Drive (Mail Stop 8930) Gaithersburg, MD 20899-8930<br/>
125
+ United States of America<br/>
126
+ <br />
127
+ <a href="mailto:{{ email }}">{{ email }}</a><br />
128
+ <a href="www.nist.gov">www.nist.gov</a>
129
+ </p>
130
+ </div>
131
+
132
+
133
+ </div>
134
+
135
+ <div class="rule"></div>
136
+ </div>
137
+ </div>
138
+
139
+
140
+ </header>