metanorma-nist 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/macos.yml +34 -0
- data/.github/workflows/ubuntu.yml +34 -0
- data/.github/workflows/windows.yml +37 -0
- data/README.adoc +17 -7
- data/lib/asciidoctor/nist/basicdoc.rng +3 -0
- data/lib/asciidoctor/nist/boilerplate.rb +3 -1
- data/lib/asciidoctor/nist/cleanup.rb +1 -0
- data/lib/asciidoctor/nist/converter.rb +1 -0
- data/lib/asciidoctor/nist/front.rb +7 -5
- data/lib/asciidoctor/nist/isodoc.rng +21 -0
- data/lib/asciidoctor/nist/nist_intro_cswp.xml +45 -0
- data/lib/isodoc/nist/base_convert.rb +11 -3
- data/lib/isodoc/nist/html/_coverpage.scss +327 -0
- data/lib/isodoc/nist/html/header_cswp.html +309 -0
- data/lib/isodoc/nist/html/html_nist_titlepage.html +3 -3
- data/lib/isodoc/nist/html/htmlstyle.scss +231 -1088
- data/lib/isodoc/nist/html/logo_cswp.png +0 -0
- data/lib/isodoc/nist/html/nist_cswp.scss +866 -0
- data/lib/isodoc/nist/html/word_nist_intro_cswp.html +0 -0
- data/lib/isodoc/nist/html/word_nist_titlepage_cswp.html +68 -0
- data/lib/isodoc/nist/html/wordstyle_cswp.scss +1073 -0
- data/lib/isodoc/nist/html_convert.rb +1 -0
- data/lib/isodoc/nist/metadata.rb +19 -8
- data/lib/isodoc/nist/pdf_convert.rb +1 -0
- data/lib/isodoc/nist/word_convert.rb +24 -8
- data/lib/metanorma/nist/version.rb +1 -1
- metadata +13 -4
- data/.travis.yml +0 -22
- data/appveyor.yml +0 -37
@@ -0,0 +1,327 @@
|
|
1
|
+
.coverpage-maturity, .coverpage-stage {
|
2
|
+
font-family: 'Source Sans Pro', sans-serif;
|
3
|
+
font-weight: 400;
|
4
|
+
font-size: 1em;
|
5
|
+
margin: 0 0 2em 0;
|
6
|
+
text-transform: uppercase;
|
7
|
+
}
|
8
|
+
|
9
|
+
.coverpage-maturity {
|
10
|
+
font-family: $bodyfont;
|
11
|
+
font-weight: 400;
|
12
|
+
font-size: 1em;
|
13
|
+
margin: 0 0 2em 0;
|
14
|
+
text-transform: uppercase;
|
15
|
+
}
|
16
|
+
|
17
|
+
.coverpage-warning {
|
18
|
+
border: #f36f36 solid 2px;
|
19
|
+
color: #f36f36!important;
|
20
|
+
margin: 50px 100px;
|
21
|
+
color: #2e81c2;
|
22
|
+
padding: 10px;
|
23
|
+
border-radius: 25px;
|
24
|
+
text-align: center;
|
25
|
+
font-size: 14px;
|
26
|
+
|
27
|
+
p {
|
28
|
+
margin: 0;
|
29
|
+
line-height: 1.6;
|
30
|
+
}
|
31
|
+
|
32
|
+
.title {
|
33
|
+
font-family: 'Source Sans Pro', sans-serif;
|
34
|
+
font-weight: 300;
|
35
|
+
text-transform: uppercase;
|
36
|
+
font-size: 1.2em;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
.logo-wrapper {
|
41
|
+
margin-left: 3em;
|
42
|
+
margin-top: 100px;
|
43
|
+
margin-bottom: 100px;
|
44
|
+
float: right;
|
45
|
+
}
|
46
|
+
|
47
|
+
img#NIST-logo {
|
48
|
+
width: 300px;
|
49
|
+
height: auto;
|
50
|
+
padding-top: 3m;
|
51
|
+
margin-right: 50px;
|
52
|
+
}
|
53
|
+
|
54
|
+
.logo-info {
|
55
|
+
margin-left: 3em;
|
56
|
+
margin-bottom: 1.5em;
|
57
|
+
}
|
58
|
+
|
59
|
+
.logo-info p {
|
60
|
+
margin: 0;
|
61
|
+
}
|
62
|
+
|
63
|
+
#commerce-logo {
|
64
|
+
width: 150px;
|
65
|
+
height: auto;
|
66
|
+
}
|
67
|
+
|
68
|
+
.authors-container {
|
69
|
+
margin-top: 2em;
|
70
|
+
}
|
71
|
+
|
72
|
+
.affiliation {
|
73
|
+
font-style: italic;
|
74
|
+
margin-bottom: 1em;
|
75
|
+
}
|
76
|
+
|
77
|
+
.main-section {
|
78
|
+
word-wrap: break-word;
|
79
|
+
}
|
80
|
+
|
81
|
+
.coverpage-title {
|
82
|
+
font-family: $headerfont;
|
83
|
+
|
84
|
+
span {
|
85
|
+
font-family: $headerfont;
|
86
|
+
font-size: 1.1em;
|
87
|
+
line-height: 1;
|
88
|
+
}
|
89
|
+
}
|
90
|
+
|
91
|
+
.wrapper-top {
|
92
|
+
background: #fff;
|
93
|
+
color: #141115;
|
94
|
+
padding: 7em 0;
|
95
|
+
margin-left: 3em;
|
96
|
+
}
|
97
|
+
|
98
|
+
.doc-number {
|
99
|
+
font-size: 20px;
|
100
|
+
font-family: $bodyfont;
|
101
|
+
line-height: 1.6;
|
102
|
+
margin: 1.5em 0;
|
103
|
+
}
|
104
|
+
|
105
|
+
.title-second {
|
106
|
+
font-style: italic;
|
107
|
+
font-size: 15px;
|
108
|
+
line-height: 1.6;
|
109
|
+
margin-bottom: 1.5em;
|
110
|
+
}
|
111
|
+
|
112
|
+
.download-info {
|
113
|
+
margin-top: 2em;
|
114
|
+
}
|
115
|
+
|
116
|
+
.category {
|
117
|
+
color: #2677ea;
|
118
|
+
margin-top: 4em;
|
119
|
+
margin-right: 2em;
|
120
|
+
padding: 0.7em 1em;
|
121
|
+
text-align: center;
|
122
|
+
border-top: solid 1px #2677ea;
|
123
|
+
border-bottom: solid 1px #2677ea;
|
124
|
+
text-transform: uppercase;
|
125
|
+
}
|
126
|
+
|
127
|
+
.banner {
|
128
|
+
border-top: 1px solid #2677ea;
|
129
|
+
border-bottom: 1px solid #2677ea;
|
130
|
+
margin-right: 50px;
|
131
|
+
margin-top: 100px;
|
132
|
+
|
133
|
+
&#inactive-draft {
|
134
|
+
display: none;
|
135
|
+
}
|
136
|
+
|
137
|
+
p {
|
138
|
+
text-transform: uppercase;
|
139
|
+
font-weight: 300;
|
140
|
+
font-size: 16px;
|
141
|
+
letter-spacing: 5px;
|
142
|
+
text-align: center;
|
143
|
+
color: #2677ea;
|
144
|
+
font-family: $monospacefont;
|
145
|
+
}
|
146
|
+
}
|
147
|
+
|
148
|
+
.WordSection11 {
|
149
|
+
padding: 0 2em 0 3em;
|
150
|
+
}
|
151
|
+
|
152
|
+
.info-section {
|
153
|
+
padding: 0;
|
154
|
+
}
|
155
|
+
|
156
|
+
.prefatory-section {
|
157
|
+
padding: 0 3em 0 6em;
|
158
|
+
}
|
159
|
+
|
160
|
+
|
161
|
+
.zzSTDTitle1, .MsoCommentText {
|
162
|
+
display: none;
|
163
|
+
}
|
164
|
+
|
165
|
+
.coverpage {
|
166
|
+
text-align: left;
|
167
|
+
padding-left: 1.5em;
|
168
|
+
}
|
169
|
+
|
170
|
+
|
171
|
+
.coverpage-logo, .coverpage-tc-name {
|
172
|
+
span {
|
173
|
+
font-family: $bodyfont;
|
174
|
+
text-transform: none;
|
175
|
+
font-weight: 300;
|
176
|
+
}
|
177
|
+
}
|
178
|
+
|
179
|
+
.coverpage-logo span {
|
180
|
+
display: block;
|
181
|
+
float: left;
|
182
|
+
}
|
183
|
+
|
184
|
+
.coverpage-tc-name {
|
185
|
+
font-size: 1.2em;
|
186
|
+
line-height: 1.2em;
|
187
|
+
margin: 0.25em 0;
|
188
|
+
}
|
189
|
+
|
190
|
+
|
191
|
+
.coverpage-doc-identity {
|
192
|
+
font-size: 2em;
|
193
|
+
line-height: 1.5em;
|
194
|
+
margin-bottom: 150px;
|
195
|
+
}
|
196
|
+
|
197
|
+
.coverpage-stage-block {
|
198
|
+
font-family: 'Source Sans Pro', sans-serif;
|
199
|
+
font-weight: 600;
|
200
|
+
font-size: 1.25em;
|
201
|
+
margin: 2em 0em 2em 0em;
|
202
|
+
text-transform: uppercase;
|
203
|
+
}
|
204
|
+
|
205
|
+
|
206
|
+
.copyright {
|
207
|
+
padding: 1em;
|
208
|
+
font-size: 0.9em;
|
209
|
+
text-align: left;
|
210
|
+
}
|
211
|
+
|
212
|
+
|
213
|
+
table.coverpage-table {
|
214
|
+
max-width: 500px;
|
215
|
+
font-size: 14px;
|
216
|
+
}
|
217
|
+
|
218
|
+
.more-info {
|
219
|
+
margin-right: 50px;
|
220
|
+
|
221
|
+
h2 {
|
222
|
+
text-align: center;
|
223
|
+
color: #2e81c2;
|
224
|
+
font-size: 20px;
|
225
|
+
font-family: 'Source Sans Pro', sans-serif;
|
226
|
+
font-weight: 300;
|
227
|
+
text-transform: uppercase;
|
228
|
+
}
|
229
|
+
|
230
|
+
p {
|
231
|
+
font-size: 14px;
|
232
|
+
}
|
233
|
+
}
|
234
|
+
|
235
|
+
|
236
|
+
// Contact Info
|
237
|
+
|
238
|
+
.contact-info, .authority5 {
|
239
|
+
padding: 2em;
|
240
|
+
margin-top: 5em;
|
241
|
+
|
242
|
+
text-align: left;
|
243
|
+
color: #2677ea!important;
|
244
|
+
background-color: #f1f8ff;
|
245
|
+
border-radius: 25px;
|
246
|
+
|
247
|
+
a, a:hover {
|
248
|
+
color: #2677ea;
|
249
|
+
}
|
250
|
+
}
|
251
|
+
|
252
|
+
.authority5 h2 {
|
253
|
+
text-align: center;
|
254
|
+
}
|
255
|
+
|
256
|
+
.authority3 {
|
257
|
+
border: solid;
|
258
|
+
padding: 1em;
|
259
|
+
}
|
260
|
+
|
261
|
+
.contact-info {
|
262
|
+
width: 280px;
|
263
|
+
|
264
|
+
a:hover {
|
265
|
+
text-decoration: underline;
|
266
|
+
background: none;
|
267
|
+
box-shadow: 0 0 0 0;
|
268
|
+
}
|
269
|
+
|
270
|
+
p, a {
|
271
|
+
font-family: $monospacefont;
|
272
|
+
font-variant-ligatures: none;
|
273
|
+
font-weight: 400;
|
274
|
+
}
|
275
|
+
|
276
|
+
.name {
|
277
|
+
font-weight: 700;
|
278
|
+
font-size: 14px;
|
279
|
+
margin-bottom: 5px;
|
280
|
+
}
|
281
|
+
|
282
|
+
.address {
|
283
|
+
font-size: 12px;
|
284
|
+
line-height: 1.3em;
|
285
|
+
margin-top:0;
|
286
|
+
}
|
287
|
+
}
|
288
|
+
|
289
|
+
|
290
|
+
// Draft state
|
291
|
+
|
292
|
+
.draft-state-container {
|
293
|
+
margin-bottom: 30px;
|
294
|
+
margin-top: -30px;
|
295
|
+
}
|
296
|
+
|
297
|
+
.draft-state {
|
298
|
+
font-size: 20px;
|
299
|
+
color: #f36f36;
|
300
|
+
|
301
|
+
&#inactive-draft {
|
302
|
+
color: #7e0d13;
|
303
|
+
}
|
304
|
+
|
305
|
+
&#inactive-final {
|
306
|
+
color: #750697;
|
307
|
+
}
|
308
|
+
}
|
309
|
+
|
310
|
+
.draft-description {
|
311
|
+
font-size: 14px;
|
312
|
+
|
313
|
+
p {
|
314
|
+
margin-top: 10px;
|
315
|
+
margin-bottom: 0;
|
316
|
+
}
|
317
|
+
}
|
318
|
+
|
319
|
+
#retired-draft {
|
320
|
+
color: #7e0d13;
|
321
|
+
}
|
322
|
+
|
323
|
+
@media print {
|
324
|
+
.coverpage {
|
325
|
+
height: 23cm;
|
326
|
+
}
|
327
|
+
}
|
@@ -0,0 +1,309 @@
|
|
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="http://www.w3.org/TR/REC-html40">
|
6
|
+
|
7
|
+
<head>
|
8
|
+
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
|
9
|
+
<meta name=ProgId content=Word.Document>
|
10
|
+
<meta name=Generator content="Microsoft Word 15">
|
11
|
+
<meta name=Originator content="Microsoft Word 15">
|
12
|
+
<link id=Main-File rel=Main-File
|
13
|
+
href="../{{ filename }}.html">
|
14
|
+
<!--[if gte mso 9]><xml>
|
15
|
+
<o:shapedefaults v:ext="edit" spidmax="2050"/>
|
16
|
+
</xml><![endif]--><!--[if gte mso 9]><xml>
|
17
|
+
<o:shapelayout v:ext="edit">
|
18
|
+
<o:idmap v:ext="edit" data="2"/>
|
19
|
+
</o:shapelayout></xml><![endif]-->
|
20
|
+
</head>
|
21
|
+
|
22
|
+
<body lang=EL link=blue vlink=purple>
|
23
|
+
|
24
|
+
<div style='mso-element:footnote-separator' id=fs>
|
25
|
+
|
26
|
+
<p class=MsoNormal><span lang=EN-US><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
27
|
+
|
28
|
+
<hr align=left size=1 width="33%">
|
29
|
+
|
30
|
+
<![endif]></span></span></p>
|
31
|
+
|
32
|
+
</div>
|
33
|
+
|
34
|
+
<div style='mso-element:footnote-continuation-separator' id=fcs>
|
35
|
+
|
36
|
+
<p class=MsoNormal><span lang=EN-US><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><span lang=EN-US><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
|
47
|
+
|
48
|
+
<hr align=left size=1 width="33%">
|
49
|
+
|
50
|
+
<![endif]></span></span></p>
|
51
|
+
|
52
|
+
</div>
|
53
|
+
|
54
|
+
<div style='mso-element:endnote-continuation-separator' id=ecs>
|
55
|
+
|
56
|
+
<p class=MsoNormal><span lang=EN-US><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
|
57
|
+
|
58
|
+
<hr align=left size=1>
|
59
|
+
|
60
|
+
<![endif]></span></span></p>
|
61
|
+
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<div style='mso-element:header' id=h1>
|
65
|
+
|
66
|
+
<p class=MsoHeaderCxSpFirst style='tab-stops:center 234.0pt right 468.0pt'><span
|
67
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
68
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'>NIST
|
69
|
+
Cybersecurity White Paper<span style='mso-tab-count:2'> </span></span><!--[if supportFields]><span
|
70
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
71
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><span
|
72
|
+
style='mso-element:field-begin'></span> DOCPROPERTY<span
|
73
|
+
style='mso-spacerun:yes'> </span>ShortTitleLine1<span
|
74
|
+
style='mso-spacerun:yes'> </span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
|
75
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
76
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'>{{ doctitle_short }}</span><!--[if supportFields]><span lang=EN-US style='font-size:
|
77
|
+
10.0pt;font-family:"Arial",sans-serif;font-variant:small-caps;color:#244061;
|
78
|
+
mso-themecolor:accent1;mso-themeshade:128'><span style='mso-element:field-end'></span></span><![endif]--><span
|
79
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
80
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><o:p></o:p></span></p>
|
81
|
+
|
82
|
+
<p class=MsoHeaderCxSpLast style='tab-stops:center 234.0pt right 468.0pt'><!--[if supportFields]><span
|
83
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
84
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><span
|
85
|
+
style='mso-element:field-begin'></span><span
|
86
|
+
style='mso-spacerun:yes'> </span>DOCPROPERTY<span style='mso-spacerun:yes'>
|
87
|
+
</span>"Publication Date"<span style='mso-spacerun:yes'> </span>\*
|
88
|
+
MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
|
89
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
90
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'>{{ issueddate_MMMddyyyy }}</span><!--[if supportFields]><span lang=EN-US style='font-size:10.0pt;
|
91
|
+
font-family:"Arial",sans-serif;font-variant:small-caps;color:#244061;
|
92
|
+
mso-themecolor:accent1;mso-themeshade:128'><span style='mso-element:field-end'></span></span><![endif]--><span
|
93
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
94
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><span
|
95
|
+
style='mso-tab-count:2'> </span></span><!--[if supportFields]><span
|
96
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
97
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><span
|
98
|
+
style='mso-element:field-begin'></span> DOCPROPERTY<span
|
99
|
+
style='mso-spacerun:yes'> </span>ShortTitleLine2<span
|
100
|
+
style='mso-spacerun:yes'> </span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
|
101
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
102
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'>{{ docsubtitle_short }}</span><!--[if supportFields]><span lang=EN-US style='font-size:
|
103
|
+
10.0pt;font-family:"Arial",sans-serif;font-variant:small-caps;color:#244061;
|
104
|
+
mso-themecolor:accent1;mso-themeshade:128'><span style='mso-element:field-end'></span></span><![endif]--><span
|
105
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
106
|
+
small-caps;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><o:p></o:p></span></p>
|
107
|
+
|
108
|
+
</div>
|
109
|
+
|
110
|
+
<div style='mso-element:footer' id=ef1>
|
111
|
+
|
112
|
+
<div style='mso-element:frame;mso-element-wrap:around;mso-element-anchor-vertical:
|
113
|
+
paragraph;mso-element-anchor-horizontal:margin;mso-element-left:center;
|
114
|
+
mso-element-top:.05pt;mso-height-rule:exactly'>
|
115
|
+
|
116
|
+
<table cellspacing=0 cellpadding=0 hspace=0 vspace=0 align=center>
|
117
|
+
<tr>
|
118
|
+
<td valign=top align=left style='padding-top:0cm;padding-right:0cm;
|
119
|
+
padding-bottom:0cm;padding-left:0cm'>
|
120
|
+
<p class=MsoFooter style='mso-element:frame;mso-element-wrap:around;
|
121
|
+
mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:margin;
|
122
|
+
mso-element-left:center;mso-element-top:.05pt;mso-height-rule:exactly'><!--[if supportFields]><span
|
123
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
124
|
+
12.0pt'><span style='mso-element:field-begin'></span>PAGE<span
|
125
|
+
style='mso-spacerun:yes'> </span></span></span><![endif]--><!--[if supportFields]><span
|
126
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
127
|
+
12.0pt'><span style='mso-element:field-end'></span></span></span><![endif]--><span
|
128
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
129
|
+
12.0pt'><o:p></o:p></span></span></p>
|
130
|
+
</td>
|
131
|
+
</tr>
|
132
|
+
</table>
|
133
|
+
|
134
|
+
</div>
|
135
|
+
|
136
|
+
<p class=MsoFooter align=center style='margin-right:18.0pt;text-align:center;
|
137
|
+
text-indent:18.0pt'><span lang=EN-US>ES-</span></p>
|
138
|
+
|
139
|
+
</div>
|
140
|
+
|
141
|
+
<div style='mso-element:footer' id=f1>
|
142
|
+
|
143
|
+
<p class=MsoFooter align=center style='margin-right:18.0pt;text-align:center;
|
144
|
+
text-indent:18.0pt'><span lang=EN-US><o:p> </o:p></span></p>
|
145
|
+
|
146
|
+
</div>
|
147
|
+
|
148
|
+
<div style='mso-element:header' id=fh1>
|
149
|
+
|
150
|
+
<p class=MsoNormal style='margin-bottom:6.0pt;tab-stops:4.5pt 9.0pt right 463.5pt;
|
151
|
+
background:#244061;mso-background-themecolor:accent1;mso-background-themeshade:
|
152
|
+
128'><a name="_Hlk10701209"></a><a name="_Hlk10701208"><span style='mso-bookmark:
|
153
|
+
_Hlk10701209'></span></a><w:Sdt SdtDocPart="t" DocPartType="Watermarks"
|
154
|
+
DocPartUnique="t" ID="1269276506"><span style='mso-bookmark:_Hlk10701208'><span
|
155
|
+
style='mso-bookmark:_Hlk10701209'><span lang=EN-US style='font-size:10.0pt;
|
156
|
+
font-family:"Arial",sans-serif;font-variant:small-caps;color:white;mso-themecolor:
|
157
|
+
background1;background:#244061;mso-shading-themecolor:accent1;mso-shading-themeshade:
|
158
|
+
128;mso-no-proof:yes'><v:shapetype id="_x0000_t136" coordsize="21600,21600"
|
159
|
+
o:spt="136" adj="10800" path="m@7,l@8,m@5,21600l@6,21600e">
|
160
|
+
<v:formulas>
|
161
|
+
<v:f eqn="sum #0 0 10800"/>
|
162
|
+
<v:f eqn="prod #0 2 1"/>
|
163
|
+
<v:f eqn="sum 21600 0 @1"/>
|
164
|
+
<v:f eqn="sum 0 0 @2"/>
|
165
|
+
<v:f eqn="sum 21600 0 @3"/>
|
166
|
+
<v:f eqn="if @0 @3 0"/>
|
167
|
+
<v:f eqn="if @0 21600 @1"/>
|
168
|
+
<v:f eqn="if @0 0 @2"/>
|
169
|
+
<v:f eqn="if @0 @4 21600"/>
|
170
|
+
<v:f eqn="mid @5 @6"/>
|
171
|
+
<v:f eqn="mid @8 @5"/>
|
172
|
+
<v:f eqn="mid @7 @8"/>
|
173
|
+
<v:f eqn="mid @6 @7"/>
|
174
|
+
<v:f eqn="sum @6 0 @5"/>
|
175
|
+
</v:formulas>
|
176
|
+
<v:path textpathok="t" o:connecttype="custom" o:connectlocs="@9,0;@10,10800;@11,21600;@12,10800"
|
177
|
+
o:connectangles="270,180,90,0"/>
|
178
|
+
<v:textpath on="t" fitshape="t"/>
|
179
|
+
<v:handles>
|
180
|
+
<v:h position="#0,bottomRight" xrange="6629,14971"/>
|
181
|
+
</v:handles>
|
182
|
+
<o:lock v:ext="edit" text="t" shapetype="t"/>
|
183
|
+
</v:shapetype><v:shape id="PowerPlusWaterMarkObject357831064" o:spid="_x0000_s2049"
|
184
|
+
type="#_x0000_t136" alt="" style='position:absolute;margin-left:0;
|
185
|
+
margin-top:0;width:412.4pt;height:247.45pt;rotation:315;z-index:-251658752;
|
186
|
+
mso-wrap-edited:f;mso-width-percent:0;mso-height-percent:0;
|
187
|
+
mso-position-horizontal:center;mso-position-horizontal-relative:margin;
|
188
|
+
mso-position-vertical:center;mso-position-vertical-relative:margin;
|
189
|
+
mso-width-percent:0;mso-height-percent:0' o:allowincell="f" fillcolor="silver"
|
190
|
+
stroked="f">
|
191
|
+
<v:fill opacity=".5"/>
|
192
|
+
<v:textpath style='font-family:"Calibri";font-size:1pt' string="DRAFT"/>
|
193
|
+
<w:wrap anchorx="margin" anchory="margin"/>
|
194
|
+
</v:shape></span></span></span><span style='mso-bookmark:_Hlk10701208'><span
|
195
|
+
style='mso-bookmark:_Hlk10701209'><span lang=EN-US style='font-size:10.0pt;
|
196
|
+
font-family:"Arial",sans-serif;font-variant:small-caps;color:white;mso-themecolor:
|
197
|
+
background1;background:#244061;mso-shading-themecolor:accent1;mso-shading-themeshade:
|
198
|
+
128'></w:Sdt></span></span></span><span style='mso-bookmark:_Hlk10701208'><span
|
199
|
+
style='mso-bookmark:_Hlk10701209'><span lang=EN-US style='font-size:10.0pt;
|
200
|
+
font-family:"Arial",sans-serif;font-variant:small-caps;color:white;mso-themecolor:
|
201
|
+
background1;background:#244061;mso-shading-themecolor:accent1;mso-shading-themeshade:
|
202
|
+
128'>NIST Cybersecurity White Paper {% if draft_prefix %}(DRAFT){% endif %}</span></span></span><span
|
203
|
+
style='mso-bookmark:_Hlk10701208'><span style='mso-bookmark:_Hlk10701209'><span
|
204
|
+
class=MsoCommentReference><span lang=EN-US style='font-size:10.0pt;font-family:
|
205
|
+
"Arial",sans-serif;font-variant:small-caps;color:white;mso-color-alt:windowtext'><span
|
206
|
+
style='mso-special-character:comment'> </span></span></span></span></span><span
|
207
|
+
style='mso-bookmark:_Hlk10701208'><span style='mso-bookmark:_Hlk10701209'><span
|
208
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
209
|
+
small-caps;color:white;mso-themecolor:background1;background:#244061;
|
210
|
+
mso-shading-themecolor:accent1;mso-shading-themeshade:128'><span
|
211
|
+
style='mso-tab-count:1'> </span>csrc.nist.gov</span></span></span><span
|
212
|
+
style='mso-bookmark:_Hlk10701209'></span><span style='mso-bookmark:_Hlk10701208'></span><span
|
213
|
+
lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;font-variant:
|
214
|
+
small-caps'><o:p></o:p></span></p>
|
215
|
+
|
216
|
+
</div>
|
217
|
+
|
218
|
+
<div style='mso-element:footer' id=f2><w:Sdt SdtDocPart="t"
|
219
|
+
DocPartType="Page Numbers (Bottom of Page)" DocPartUnique="t" ID="-1735545145">
|
220
|
+
<p class=MsoFooter align=center style='text-align:center'><!--[if supportFields]><span
|
221
|
+
lang=EN-US style='color:#244061;mso-themecolor:accent1;mso-themeshade:128'><span
|
222
|
+
style='mso-element:field-begin'></span><span
|
223
|
+
style='mso-spacerun:yes'> </span>PAGE<span style='mso-spacerun:yes'>
|
224
|
+
</span>\* MERGEFORMAT <span style='mso-element:field-separator'></span></span><![endif]--><span
|
225
|
+
lang=EN-US style='color:#244061;mso-themecolor:accent1;mso-themeshade:128'><span
|
226
|
+
style='mso-no-proof:yes'>iii</span></span><!--[if supportFields]><span
|
227
|
+
lang=EN-US style='color:#244061;mso-themecolor:accent1;mso-themeshade:128;
|
228
|
+
mso-no-proof:yes'><span style='mso-element:field-end'></span></span><![endif]--><span
|
229
|
+
lang=EN-US style='color:#244061;mso-themecolor:accent1;mso-themeshade:128'><o:p></o:p></span><span
|
230
|
+
lang=EN-US><w:sdtPr></w:sdtPr></span></p>
|
231
|
+
</w:Sdt>
|
232
|
+
|
233
|
+
<p class=MsoFooter align=center style='margin-right:18.0pt;text-align:center;
|
234
|
+
text-indent:18.0pt'><span lang=EN-US><o:p> </o:p></span></p>
|
235
|
+
|
236
|
+
</div>
|
237
|
+
|
238
|
+
<div style='mso-element:footer' id=ef3>
|
239
|
+
|
240
|
+
<div style='mso-element:frame;mso-element-wrap:around;mso-element-anchor-vertical:
|
241
|
+
paragraph;mso-element-anchor-horizontal:margin;mso-element-left:center;
|
242
|
+
mso-element-top:.05pt;mso-height-rule:exactly'>
|
243
|
+
|
244
|
+
<table cellspacing=0 cellpadding=0 hspace=0 vspace=0 align=center>
|
245
|
+
<tr>
|
246
|
+
<td valign=top align=left style='padding-top:0cm;padding-right:0cm;
|
247
|
+
padding-bottom:0cm;padding-left:0cm'>
|
248
|
+
<p class=MsoFooter style='mso-element:frame;mso-element-wrap:around;
|
249
|
+
mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:margin;
|
250
|
+
mso-element-left:center;mso-element-top:.05pt;mso-height-rule:exactly'><!--[if supportFields]><span
|
251
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
252
|
+
12.0pt'><span style='mso-element:field-begin'></span>PAGE<span
|
253
|
+
style='mso-spacerun:yes'> </span><span style='mso-element:field-separator'></span></span></span><![endif]--><span
|
254
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
255
|
+
12.0pt'><span style='mso-no-proof:yes'>19</span></span></span><!--[if supportFields]><span
|
256
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
257
|
+
12.0pt'><span style='mso-element:field-end'></span></span></span><![endif]--><span
|
258
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
259
|
+
12.0pt'><o:p></o:p></span></span></p>
|
260
|
+
</td>
|
261
|
+
</tr>
|
262
|
+
</table>
|
263
|
+
|
264
|
+
</div>
|
265
|
+
|
266
|
+
<p class=MsoFooter align=center style='margin-right:18.0pt;text-align:center;
|
267
|
+
text-indent:18.0pt'><span lang=EN-US><o:p> </o:p></span></p>
|
268
|
+
|
269
|
+
</div>
|
270
|
+
|
271
|
+
<div style='mso-element:footer' id=f3>
|
272
|
+
|
273
|
+
<div style='mso-element:frame;mso-element-wrap:around;mso-element-anchor-vertical:
|
274
|
+
paragraph;mso-element-anchor-horizontal:margin;mso-element-left:center;
|
275
|
+
mso-element-top:.05pt;mso-height-rule:exactly'>
|
276
|
+
|
277
|
+
<table cellspacing=0 cellpadding=0 hspace=0 vspace=0 align=center>
|
278
|
+
<tr>
|
279
|
+
<td valign=top align=left style='padding-top:0cm;padding-right:0cm;
|
280
|
+
padding-bottom:0cm;padding-left:0cm'>
|
281
|
+
<p class=MsoFooter style='mso-element:frame;mso-element-wrap:around;
|
282
|
+
mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:margin;
|
283
|
+
mso-element-left:center;mso-element-top:.05pt;mso-height-rule:exactly'><!--[if supportFields]><span
|
284
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
285
|
+
12.0pt;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><span
|
286
|
+
style='mso-element:field-begin'></span>PAGE<span style='mso-spacerun:yes'>
|
287
|
+
</span><span style='mso-element:field-separator'></span></span></span><![endif]--><span
|
288
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
289
|
+
12.0pt;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><span
|
290
|
+
style='mso-no-proof:yes'>7</span></span></span><!--[if supportFields]><span
|
291
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
292
|
+
12.0pt;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><span
|
293
|
+
style='mso-element:field-end'></span></span></span><![endif]--><span
|
294
|
+
class=MsoPageNumber><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:
|
295
|
+
12.0pt;color:#244061;mso-themecolor:accent1;mso-themeshade:128'><o:p></o:p></span></span></p>
|
296
|
+
</td>
|
297
|
+
</tr>
|
298
|
+
</table>
|
299
|
+
|
300
|
+
</div>
|
301
|
+
|
302
|
+
<p class=MsoFooter align=center style='margin-right:18.0pt;text-align:center;
|
303
|
+
text-indent:18.0pt'><span lang=EN-US><o:p> </o:p></span></p>
|
304
|
+
|
305
|
+
</div>
|
306
|
+
|
307
|
+
</body>
|
308
|
+
|
309
|
+
</html>
|
@@ -15,13 +15,13 @@
|
|
15
15
|
{% endif %}
|
16
16
|
{% endif %}
|
17
17
|
{% else %}
|
18
|
-
<div class="document-stage-band" id=
|
18
|
+
<div class="document-stage-band" id="{{ status | downcase | replace: ' ', '-' }}-band">
|
19
19
|
<p class="document-stage">{{ status }}</p>
|
20
20
|
</div>
|
21
21
|
{% endif %}
|
22
22
|
|
23
|
-
<div class="document-type-band" id=
|
24
|
-
<p class="document-type">
|
23
|
+
<div class="document-type-band" id="{{ seriesabbr | downcase | replace: ' ', '-' }}-band">
|
24
|
+
<p class="document-type">{{ series }}</p>
|
25
25
|
</div>
|
26
26
|
|
27
27
|
|