566 lines
No EOL
21 KiB
HTML
566 lines
No EOL
21 KiB
HTML
|
||
|
||
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
||
<meta name="author" content="NIST" />
|
||
<meta name="description" content="The NIST Materials Data Curation System (MDCS) provides a means for capturing, sharing, and transforming materials data into a structured format that is XML based amenable to transformation to other formats. The data are organized using user-selected templates encoded in XML Schema. These templates are used to create data entry forms. The documents are saved in a non-relational (NoSQL) database, namely MongoDB. The data can be searched and retrieved by a template-driven web-based form or by a RESTful API call. The system also enables the interconnection of MDCS repositories for federated searches."/>
|
||
<meta name="generator" content="Django 1.11.20" />
|
||
<meta name="keywords" content="MDCS, harvest, share, modular, nist, National Institute of Standards and Technology, federated searches, form, REST api, interconnection"/>
|
||
|
||
<title>AMBench 2022</title>
|
||
|
||
|
||
|
||
|
||
|
||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
|
||
crossorigin="anonymous">
|
||
|
||
<link rel="stylesheet" href="/static/core_main_app/common/css/bootstrap5.css" />
|
||
|
||
<link href="/static/fontawesomefree/css/fontawesome.css" rel="stylesheet" type="text/css">
|
||
<link href="/static/fontawesomefree/css/brands.css" rel="stylesheet" type="text/css">
|
||
<link href="/static/fontawesomefree/css/solid.css" rel="stylesheet" type="text/css">
|
||
<link href="/static/fontawesomefree/css/regular.css" rel="stylesheet" type="text/css">
|
||
<link rel="stylesheet" href="/static/core_main_app/libs/jquery-ui/1.12.1/jquery-ui.css" />
|
||
<link rel="stylesheet" href="/static/core_main_app/libs/jquery-ui/1.12.1/jquery-ui.structure.css" />
|
||
<link rel="stylesheet" href="/static/core_main_app/libs/jquery-ui/1.12.1/jquery-ui.theme.css" />
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/atom-one-light.min.css"
|
||
integrity="sha512-o5v54Kh5PH0dgnf9ei0L+vMRsbm5fvIvnR/XkrZZjN4mqdaeH7PW66tumBoQVIaKNVrLCZiBEfHzRY4JJSMK/Q=="
|
||
crossorigin="anonymous">
|
||
<link rel="stylesheet" href="/static/core_main_app/common/css/word-wrap.css" />
|
||
<link rel="stylesheet" href="/static/core_main_app/common/css/loading-spinner.css" />
|
||
<link rel="stylesheet" href="/static/core_main_app/common/css/messages.css" />
|
||
<link rel="stylesheet" href="/static/core_main_app/common/css/highlight.css" />
|
||
|
||
|
||
<link rel="stylesheet" href="/static/core_main_app/common/css/table.css" />
|
||
<link rel="stylesheet" href="/static/core_main_app/common/css/buttons.css" />
|
||
<link rel="stylesheet" href="/static/core_main_app/common/css/fields.css" />
|
||
|
||
|
||
<link rel="stylesheet" href="https://pages.nist.gov/nist-header-footer/css/nist-combined.css">
|
||
|
||
|
||
|
||
<link rel=icon href="/static/img/favicon.png" sizes="16x16" type="image/png">
|
||
|
||
<link rel="stylesheet" href="/static/css/main.css" />
|
||
<link rel="stylesheet" href="/static/css/menu.css" />
|
||
<link rel="stylesheet" href="/static/css/extra.css" />
|
||
<link rel="stylesheet" href="/static/css/btn_custom.css" />
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/static/core_main_app/css/homepage.css" />
|
||
|
||
|
||
</head>
|
||
<body>
|
||
|
||
<div id="page-wrapper">
|
||
|
||
|
||
|
||
|
||
<nav id="nav">
|
||
<ul>
|
||
<!-- Start MDCS title left -->
|
||
<li id="cdcs-main" style="padding:0;">
|
||
<div id="cdcs-menu-title">
|
||
<a href="https://cdcs.nist.gov/"
|
||
title="Configurable Data Curation System (CDCS)">
|
||
Materials Data Curation System
|
||
</a>
|
||
</div>
|
||
</li>
|
||
<!-- End MDCS title left -->
|
||
|
||
<!-- Start float left menu-->
|
||
|
||
|
||
|
||
<li>
|
||
<a href="/">
|
||
<i class="fas fa-home"></i> Home
|
||
</a>
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/curate/"> Data Curation
|
||
</a>
|
||
</li>
|
||
|
||
<li class="nested">
|
||
<div class="dropdown">
|
||
<a class="dropdown-toggle"
|
||
type="button"
|
||
id="dropdownExploration"
|
||
data-bs-toggle="dropdown"
|
||
|
||
aria-haspopup="true"
|
||
aria-expanded="false"
|
||
>
|
||
Data Exploration
|
||
</a>
|
||
<ul class="dropdown-menu"
|
||
aria-labelledby="dropdownExploration">
|
||
|
||
|
||
<li class="dropdown-item">
|
||
<a href="/explore/keyword/">
|
||
|
||
Search by Keyword
|
||
</a>
|
||
</li>
|
||
|
||
<li class="dropdown-item">
|
||
<a href="/explore/example/">
|
||
|
||
Build a Custom Query
|
||
</a>
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
</li>
|
||
<li class="nested">
|
||
<div class="dropdown">
|
||
<a class="dropdown-toggle"
|
||
type="button"
|
||
id="dropdownComposer"
|
||
data-bs-toggle="dropdown"
|
||
|
||
aria-haspopup="true"
|
||
aria-expanded="false">
|
||
Composer
|
||
</a>
|
||
<ul class="dropdown-menu"
|
||
aria-labelledby="dropdownComposer">
|
||
|
||
|
||
|
||
<li class="dropdown-item"><a href="/composer/">
|
||
|
||
Create New Template
|
||
</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
</li>
|
||
<li><a href="https://www.nist.gov/ambench">AM Benchmark Test Site</a></li>
|
||
|
||
<!-- End float left menu-->
|
||
|
||
<!-- Start float right menu-->
|
||
<li class="nested float-end">
|
||
|
||
<a href="/saml2/login">
|
||
<i class="fas fa-sign-in-alt"></i> Log In / Sign Up
|
||
</a>
|
||
|
||
</li>
|
||
<li class="nested float-end">
|
||
<div class="dropdown">
|
||
<a class="dropdown-toggle"
|
||
type="button"
|
||
id="dropdownHelp"
|
||
data-bs-toggle="dropdown"
|
||
|
||
aria-haspopup="true"
|
||
aria-expanded="false">
|
||
Help
|
||
</a>
|
||
<ul class="dropdown-menu dropdown-menu-right"
|
||
aria-labelledby="dropdownHelp">
|
||
|
||
|
||
<li class="dropdown-item"><a href="/docs/api/">
|
||
|
||
<i class="fas fa-cogs"></i> API Documentation
|
||
</a></li>
|
||
|
||
<li class="dropdown-item"><a href="/contact/">
|
||
|
||
<i class="fas fa-envelope"></i> Contact
|
||
</a></li>
|
||
|
||
<li class="dropdown-item"><a href="/help/">
|
||
|
||
<i class="fas fa-question-circle"></i> Help
|
||
</a></li>
|
||
|
||
</ul>
|
||
</div>
|
||
</li>
|
||
<!-- End float right menu-->
|
||
</ul>
|
||
</nav>
|
||
|
||
|
||
<div id="content" class="container-fluid">
|
||
|
||
|
||
<div style="display: flex; flex-direction: column;">
|
||
<div id="intro">
|
||
<img id="mgi-diagram" src="/static/core_main_app/img/AMBench2022-logo_short.jpg" alt="AMBENCH Repository">
|
||
<p>
|
||
<h2>ADDITIVE MANUFACTURING BENCHMARK TEST SERIES (AM-BENCH) 2022</h2>
|
||
</p>
|
||
<img class="scaled" src="/static/core_main_app/img/custom-diagram.png">
|
||
</div>
|
||
|
||
<div class="homepageRow" id="description">
|
||
<ul>
|
||
<h2>Description</h2>
|
||
<p>
|
||
AM Bench provides a continuing series of benchmark measurements, in conjunction with challenge problems to the modeling
|
||
community and a conference series, with the primary goal of enabling modelers to test their simulations against rigorous,
|
||
highly controlled additive manufacturing benchmark measurement data. AM Bench data are organized around well defined,
|
||
comprehensive sets of benchmark measurements and are permanently archived for public use. The second round of benchmark
|
||
measurements, challenge problems, and conference (AM Bench 2022) were completed in 2022. The best source of general
|
||
information about AM Bench is the AM Bench website at <a href="https://www.nist.gov/ambench">www.nist.gov/ambench</a>.
|
||
</p>
|
||
</ul>
|
||
<figure>
|
||
<img id="mgi-diagram" src="/static/core_main_app/img/Picture1.jpg" alt="Steel Test Specimens" />
|
||
<figcaption>Build plate of AM-Bench 2022 test artifacts</figcaption>
|
||
</figure>
|
||
</div>
|
||
|
||
<div class="homepageRow" id="scope" style="display: flex;">
|
||
<ul>
|
||
<h2>Scope</h2>
|
||
<p>
|
||
AM Bench was established to develop and execute benchmark measurements for all AM processes and materials.
|
||
However, the requirement for highly controlled and quantitative measurements severely limits the number of benchmark
|
||
measurements that can be conducted in any given test cycle. Thus, one of the key challenges faced by AM Bench is to select
|
||
benchmark measurements that are both feasible and have the highest impact on the AM community. We thank the AM Bench Scientific
|
||
Committee for the valuable advice they provided in selecting the final materials and processes that were used for AM Bench 2022.
|
||
</p>
|
||
<p>
|
||
The 2022 benchmarks included 5 sets of metals benchmarks and two sets of polymers benchmarks. In addition,
|
||
AM Bench completed the first trial of an asynchronous benchmark for metals that is not tied to the regular three-year test cycle.
|
||
</p>
|
||
<p>
|
||
The sets of 2022 benchmark measurements include:
|
||
AMB2022-01: IN718 3D builds using laser powder bed fusion (LPBF)
|
||
AMB2022-02: IN718 3D builds – multiple scan paths (LPBF)
|
||
AMB2022-03: IN718 single laser tracks and arrays of tracks on bare plates
|
||
AMB2022-04: IN625 mechanical behavior (LPBF, follow-on to 2018 benchmarks)
|
||
AMB2022-05: IN625 microstructure (LPBF, follow-on to 2018 benchmarks)
|
||
AMB2022-06: Thermoplastic material extrusion
|
||
AMB2022-07: Vat Photopolymerization
|
||
A-AMB2022-01: Ti alloy and Al alloy laser absorptivity + melt pool dynamics
|
||
</p>
|
||
</ul>
|
||
<figure>
|
||
<img src="/static/core_main_app/img/Picture2.jpg" alt="Steel Test Specimens" />
|
||
<figcaption>Local crystallographic orientations within a single leg of an as-built AM-Bench 2022 test artifact</figcaption>
|
||
</figure>
|
||
</div>
|
||
|
||
<div class="homepageRow" id="referencing" style="display: flex;">
|
||
<ul>
|
||
<h2>Referencing the AM-Bench 2022 Measurement Results</h2>
|
||
<p>
|
||
AM Bench data are published both through traditional journals and through online data publications using the NIST Public
|
||
Data Repository (PDR) at <a href="https://data.nist.gov">data.nist.gov</a>. For the 2022 benchmark measurements, all data are being published using both
|
||
mechanisms.
|
||
</p>
|
||
<span>Journal articles</span>
|
||
<p>
|
||
The AM Bench 2022 measurement data articles will be published in the journal <a href="https://www.springer.com/journal/40192">Integrating Materials and Manufacturing Innovation</a>,
|
||
within the thematic section: AM-Bench 2022. These articles are expected to become available in late 2023. The AM Bench 2018
|
||
measurement data articles were published in the journal <a href="https://www.springer.com/journal/40192">Integrating Materials and Manufacturing Innovation</a>, within the thematic
|
||
section: <a href="https://link.springer.com/journal/40192/topicalCollection/AC_ba4fc38f382e80f550cbd25e2530f1e8/page/1">
|
||
Additive Manufacturing Benchmarks 2018.</a>
|
||
</p>
|
||
<span>Data publications</span>
|
||
<p>
|
||
All active AM Bench 2022 data links on ambench2022.nist.gov point to data publications within the NIST PDR. Additional PDR
|
||
publications will be released as they become available. Instructions for referencing PDR data are provided on the data
|
||
publication landing pages.
|
||
</p>
|
||
</ul>
|
||
<figure>
|
||
<img src="/static/core_main_app/img/Picture3.png" alt="Steel Test Specimens" />
|
||
<figcaption>Time above melting temperature measured in situ during AM-Bench 2022 build </figcaption>
|
||
</figure>
|
||
</div>
|
||
</div>
|
||
<div class="row justify-content-center">
|
||
<div class="col-md-5" id="tiles">
|
||
</div>
|
||
<div class="col-md-5" id="templates">
|
||
</div>
|
||
</div>
|
||
|
||
<div id="cookie-consent-banner" class="cookie-consent-banner">
|
||
<h3>Cookie settings</h3>
|
||
<p>
|
||
We participate in the US government's analytics program.
|
||
We only receive statistics on the traffic of the site as a
|
||
whole and do not receive information related to a particular user
|
||
See the data at analytics.usa.gov.
|
||
</p>
|
||
<button id="btn-accept-all" class="cookie-consent-button btn-success">Accept All</button>
|
||
<button id="btn-accept-some" class="cookie-consent-button btn-light">Accept Selection</button>
|
||
<button id="btn-reject-all" class="cookie-consent-button btn-secondary">Reject All</button>
|
||
<div class="cookie-consent-options">
|
||
<label><input id="consent-necessary" type="checkbox" value="Necessary" checked disabled>Necessary</label>
|
||
<label><input id="consent-analytics" type="checkbox" value="Analytics" checked>Analytics</label>
|
||
<label><input id="consent-preferences" type="checkbox" value="Preferences" checked>Preferences</label>
|
||
</div>
|
||
</div>
|
||
<style>
|
||
|
||
.cookie-consent-banner {
|
||
display: none;
|
||
position: fixed;
|
||
bottom: 0;
|
||
left: 0;
|
||
right: 0;
|
||
background-color: #f8f9fa;
|
||
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
|
||
color: black;
|
||
padding: 15px;
|
||
font-size: 14px;
|
||
text-align: center;
|
||
z-index: 1000;
|
||
}
|
||
|
||
.cookie-consent-button {
|
||
border: 1;
|
||
padding: 8px 16px;
|
||
text-align: center;
|
||
text-decoration: none;
|
||
display: inline-block;
|
||
font-size: 14px;
|
||
margin: 4px 2px;
|
||
cursor: pointer;
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.cookie-consent-button:hover {
|
||
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
|
||
}
|
||
|
||
.cookie-consent-button:active {
|
||
opacity: .5;
|
||
}
|
||
|
||
.cookie-consent-options {
|
||
display: flex;
|
||
justify-content: center;
|
||
flex-wrap: wrap;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.cookie-consent-options label {
|
||
margin: 0 10px;
|
||
font-size: 14px;
|
||
}
|
||
</style>
|
||
<script>
|
||
window.dataLayer = window.dataLayer || [];
|
||
function gtag(){dataLayer.push(arguments);}
|
||
|
||
if(localStorage.getItem('consentMode') === null){
|
||
gtag('consent', 'default', {
|
||
'ad_storage': 'denied',
|
||
'analytics_storage': 'denied',
|
||
'personalization_storage': 'denied',
|
||
'functionality_storage': 'denied',
|
||
'security_storage': 'denied',
|
||
'ad_user_data': 'denied',
|
||
'ad_personalization': 'denied',
|
||
});
|
||
} else {
|
||
gtag('consent', 'default', JSON.parse(localStorage.getItem('consentMode')));
|
||
}
|
||
|
||
|
||
</script>
|
||
<script>
|
||
function hideBanner() {
|
||
document.getElementById('cookie-consent-banner').style.display = 'none';
|
||
}
|
||
|
||
if(localStorage.getItem('consentMode') === null) {
|
||
|
||
document.getElementById('btn-accept-all').addEventListener('click', function() {
|
||
setConsent({
|
||
necessary: true,
|
||
analytics: true,
|
||
preferences: true,
|
||
marketing: false
|
||
});
|
||
hideBanner();
|
||
});
|
||
document.getElementById('btn-accept-some').addEventListener('click', function() {
|
||
setConsent({
|
||
necessary: true,
|
||
analytics: document.getElementById('consent-analytics').checked,
|
||
preferences: document.getElementById('consent-preferences').checked,
|
||
});
|
||
hideBanner();
|
||
});
|
||
document.getElementById('btn-reject-all').addEventListener('click', function() {
|
||
setConsent({
|
||
necessary: false,
|
||
analytics: false,
|
||
preferences: false,
|
||
marketing: false
|
||
});
|
||
hideBanner();
|
||
});
|
||
document.getElementById('cookie-consent-banner').style.display = 'block';
|
||
}
|
||
|
||
function setConsent(consent) {
|
||
const consentMode = {
|
||
'functionality_storage': consent.necessary ? 'granted' : 'denied',
|
||
'security_storage': consent.necessary ? 'granted' : 'denied',
|
||
'ad_storage': consent.marketing ? 'granted' : 'denied',
|
||
'ad_user_data': consent.marketing ? 'granted' : 'denied',
|
||
'ad_personalization': consent.marketing ? 'granted' : 'denied',
|
||
'analytics_storage': consent.analytics ? 'granted' : 'denied',
|
||
'personalization': consent.preferences ? 'granted' : 'denied',
|
||
};
|
||
gtag('consent', 'update', consentMode);
|
||
localStorage.setItem('consentMode', JSON.stringify(consentMode));
|
||
|
||
}
|
||
</script>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div id="footer">
|
||
<div class="d-flex">
|
||
<div class="me-auto">
|
||
CDCS Version 3.10.0
|
||
|
||
</div>
|
||
<div id="footer-right" class="d-flex">
|
||
|
||
|
||
|
||
|
||
<ul class="menu">
|
||
|
||
<li>
|
||
<a class="small" href="/terms/">Terms of use</a>
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
<span>
|
||
Powered by:
|
||
<img src="/static/img/cdcs_logo.png" alt="cdcs-logo" class="cdcs-logo"/>
|
||
<a href="https://github.com/usnistgov/mdcs">CDCS</a>
|
||
</span>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="https://code.jquery.com/jquery-3.7.0.js"
|
||
integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM="
|
||
crossorigin="anonymous"></script>
|
||
<script src="/static/core_main_app/libs/jquery-ui/1.12.1/jquery-ui.js"></script>
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
||
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
|
||
crossorigin="anonymous"></script>
|
||
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"
|
||
integrity="sha384-g4mRvs7AO0/Ol5LxcGyz4Doe21pVhGNnC3EQw5shw+z+aXDN86HqUdwXWO+Gz2zI"
|
||
crossorigin="anonymous"></script>
|
||
<script>hljs.highlightAll();</script>
|
||
<script src="/static/core_main_app/common/js/csrf.js"></script>
|
||
<script src="/static/core_main_app/common/js/loading_spinner.js"></script>
|
||
|
||
<script src="/static/core_main_app/common/js/leave_notice.js"></script>
|
||
|
||
<script src="https://pages.nist.gov/nist-header-footer/js/nist-header-footer.js" type="text/javascript" defer="defer"></script>
|
||
|
||
|
||
|
||
<script src="/static/js/util.js"></script>
|
||
<script src="/static/js/main.js"></script>
|
||
<script src="/static/js/btn_custom.js"></script>
|
||
<script src="/static/core_main_app/common/js/debounce.js"></script>
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript">var tilesGetUrl = "/home/tiles";
|
||
var templatesGetUrl = "/home/templates";</script>
|
||
|
||
|
||
|
||
<script src="/static/core_main_app/js/homepage.js"></script>
|
||
|
||
|
||
|
||
|
||
|
||
<div class="toast-container">
|
||
</div>
|
||
|
||
<div class="toast toast-template">
|
||
<div class="toast-body">
|
||
<span class="toast-icon
|
||
me-2">
|
||
<i class="fas"></i>
|
||
</span>
|
||
<span class="toast-text
|
||
ms-1
|
||
me-1">
|
||
</span>
|
||
<button type="button"
|
||
class="ms-2
|
||
btn-close"
|
||
data-bs-dismiss="toast"
|
||
aria-label="Close">
|
||
<i class="fas fa-times"></i>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
|
||
<script src="/static/core_main_app/common/js/messages.js"></script>
|
||
|
||
|
||
|
||
|
||
<!--
|
||
From the documentation:
|
||
Add the detection template tag to your site, ideally in your base layout just before the </body> tag
|
||
-->
|
||
</body>
|
||
</html> |