-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
53 lines (53 loc) · 4.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>NIST Technical Publications List</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/reset.css">
<link rel="stylesheet" type="text/css" href="./css/techpubs-html2.css">
<link rel="stylesheet" type="text/css" href="./css/accordian.css">
<link rel="stylesheet" type="text/css" href="./css/NISTPages.css">
</head>
<body>
<header class="nist-header">
<h1><a class="nist-logo" target="_blank" href="http://www.nist.gov/" title="Go to nist.gov">National Institute of Standards and Technology</a></h1>
<div class="nist-links"><a class="nist-links-button" target="_blank" href="http://www.nist.gov">NIST Website</a><a class="nist-links-button mobile-hide" target="_blank" href="http://www.nist.gov/public_affairs/nandyou.cfm">About NIST</a><a class="nist-links-button mobile-hide" target="_blank" href="https://github.com/usnistgov">usnistgov on GitHub</a></div>
</header>
<div id="container">
<header id="header">
<h1 id="title">NIST Technical Series Publication List</h1>
</header>
<nav id="menu" class="clearfix">
<ul>
<li><a href="./">Home</a></li>
<li><a href="https://nist.primo.exlibrisgroup.com/discovery/collectionDiscovery?vid=01NIST_INST:01NIST&collectionId=8125129820008106">View All Reports</a></li>
<li><a href="./series.html">Reports by Series</a></li>
<li><a href="https://github.com/usnistgov/NIST-Tech-Pubs/tree/nist-pages/xml">XML</a></li>
<li><a href="./downloads">Report Downloads</a></li>
<li><a href="#top">Back to Top</a></li>
</ul>
</nav>
<section id="content">
<h2 class="welcome">Welcome</h2>
<p>NIST Technical Series publications are written by or for NIST
and published by the <a href="https://www.nist.gov/nist-research-library">NIST Research Library</a>. These
publications consist of technical reports, recommendations,
practice guides, industry handbooks, and other similar
technical documents intended for external distribution. All
NIST Technical Series publications are assigned <a href="https://csrc.nist.gov/Publications/DOI">Digital
Object Identifiers (DOIs)</a> to ensure continuing
public access and deposited with the <a href="https://www.govinfo.gov/collection/nist">United
States Government Publishing Office (GPO)</a> to ensure digital preservation.</p>
<h2 class="contact">Update</h2>
<p>Starting May 2024, the <a href="https://github.com/usnistgov/NIST-Tech-Pubs/tree/nist-pages/xml">metadata for NIST Technical Series Publications</a> will be pulled from the NIST Research Library's catalog rather than CrossRef. This will allow the Library to maintain version control. The XML schema will change from the CrossRef Query Output to Library of Congress MARC21 XML. The MARC21 XML will also be transformed into MODS using the LoC stylesheet.</p>
<p>The HTML pages for each series will also be replaced with links to the series collections on the <a href="https://nist.primo.exlibrisgroup.com/discovery/collectionDiscovery?vid=01NIST_INST:01NIST&collectionId=8125129820008106">NIST Research Library's website</a>.</p>
<p>A list of <a href="./DRAFT.html">Draft NIST Technical Series Publications</a> is now available.</p>
<h3 class="contact">Summary of the changes</h3>
<p>See <a href="https://github.com/usnistgov/NIST-Tech-Pubs/discussions/41">Announcement on Github</a></p>
<h2 class="contact">Contact</h2>
<p>NIST Research Library<br><a href="mailto:[email protected]">[email protected]</a></p>
</section>
<footer id="footer" class="clearfix"><a target="_blank" href="https://www.nist.gov/privacy-policy">Privacy Policy</a> | <a target="_blank" href="https://www.nist.gov/privacy-policy#secnot">Security Notice</a> | <a href="https://www.nist.gov/oism/accessibility">Accessibility Statement</a></footer>
</div>
</body>
</html>