CINXE.COM

Search Help - TRID

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8" /> <title>Search Help - TRID</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="appSettings" content="{&quot;appsettings-analytics-code&quot;:&quot;G-SRKBY170K5&quot;,&quot;AuthString&quot;:&quot;Basic dHJ0LWFwaTpzNmVmcmljaGlDaGxwcmVwZXRybw==&quot;,&quot;HostUrl&quot;:&quot;https://km.nationalacademies.org&quot;,&quot;ProjectId&quot;:&quot;1E14BF7D-5071-0001-2C24-87541D6181E0&quot;}" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap-theme.min.css" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet"> <script async src="https://www.googletagmanager.com/gtag/js?id=G-SRKBY170K5"></script> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.min.js"></script> <script src="/build/Scripts/tris-suite.page-utilities.js?v=m1IveU1fBHBYL9H7BkS3Xaw6lthPKO7wTynE_frs9kI"></script> <link rel="stylesheet" href="/build/Content/global.css?v=rAyi3BPM6l11XjI0RG-tARJ7Xv9me_UFy5B-sErdrMc" /> <link rel="stylesheet" href="/dist/css/main.css?v=GP8BzRpsVF-36lgN64nj5I2tY5spxktS6VmdLM--7h0" /> <link rel="stylesheet" href="/build/Content/Vendor/tde.css?v=6mtIdvJYRu_5g-WtqSEq7xl25EYTOOQItNxlsQX24dg" /> <!-- TODO: Split this out to a new stylesheet --> <style> .callout-container { display: flex; align-items: center; gap: 1.5rem; font-style: italic; margin: 1rem 0 1rem 0; } .callout-container div:first-child { width: min-content; } .panel-body .callout-container p { margin: 0; } .panel-group .accordion-toggle { text-decoration: none; display: block; margin: -15px; padding: 15px; } .panel-body p { margin: 0; margin-bottom: 1.5rem; } .panel-body ul li { padding: 0.5rem 0; } #help-pubflags { position: relative; max-width: clamp(300px, 60%, 600px); height: 150px; margin: auto auto 10px auto; filter: drop-shadow(0 0 0.5rem #aaaa); overflow: hidden; } #help-pubflags div { position: absolute; inset: 0; background-image: url(/Images/help-pub-flags.png); background-position: center center; background-repeat: no-repeat; background-size: contain; width: 100%; } #help-reportnumbers { position: relative; max-width: clamp(300px, 100%, 900px); height: 450px; margin: -70px auto 10px auto; /*filter: drop-shadow(0 0 0.5rem #aaaa);*/ overflow: hidden; } #help-reportnumbers div { position: absolute; inset: 0; background-image: url(/Images/help-reportnumbers.svg); background-position: top center; background-repeat: no-repeat; background-size: cover; width: 100%; } #help-reportnumbers div::after { content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 20%; background: linear-gradient(transparent, 50%, white); } #help-resultsbar { position: relative; max-width: clamp(300px, 80%, 800px); height: 100px; margin: auto auto 10px auto; filter: drop-shadow(0 0 0.5rem #aaaa); overflow: hidden; } #help-resultsbar div { position: absolute; inset: 0; background-image: url(/Images/help-results-bar.png); background-position: center center; background-repeat: no-repeat; background-size: contain; width: 100%; } #help-fulltext { position: relative; max-width: clamp(300px, 60%, 600px); height: 200px; margin: auto auto 10px auto; /* filter: drop-shadow(0 0 0.75rem gray); */ border-radius: 5rem; overflow: hidden; } #help-fulltext div { position: absolute; inset: 0; background-image: url(/Images/help-full-text-links.png); background-position: center center; background-repeat: no-repeat; background-size: contain; width: 100%; filter: saturate(200%) } #help-fulltext div::before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 40%; -webkit-backdrop-filter: grayscale(70%); backdrop-filter: grayscale(70%); background: linear-gradient(white, 50%, transparent); } #help-fulltext div::after { content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 43%; -webkit-backdrop-filter: grayscale(70%); backdrop-filter: grayscale(70%); background: linear-gradient(transparent, 50%, white); } .style-input { display: inline-block; background: linear-gradient(to right, #eee6, #eee6); background-color: #fff; padding: 0.6rem 1.2rem; padding-right: 4rem; border-radius: 0.3rem; border: 1px solid lightgray; box-shadow: inset 1px 1px 3px #0002; } .btn.site-button { background-color: #444; vertical-align: baseline; } .btn.site-button a { color: #fff !important; text-decoration: none; } .panel-body .marking-actions { margin-left: 4rem; /* box-shadow: 0.25rem 0.25rem 0.25rem #aaaa, -0.25rem -0.25rem 0.25rem #aaaa; */ } .panel-body .marking-actions a { text-decoration: none; } .marked-actions { flex: 0 0 auto; display: flex; margin-left: 4rem; margin-bottom: 1rem; margin-top: 1rem; } .marked-actions #markCount { margin: 0; padding-right: 0.3rem; } .marked-actions #markCount a { text-decoration: none; } .marked-actions p::after { content: '|'; padding-left: 0.3rem; } .marked-actions ul li { padding: 0; } .marked-actions ul li span, .marked-actions p span, .marking-actions span span { color: #337ab7; } .marked-actions ul li:not(:first-child)::before { content: '·'; padding-right: 0.2rem; } .click-hint { margin-left: 2rem; } .major-marker { display: flex; flex-direction: column; justify-content: start; align-items: center; width: 10rem; } .major-marker-label { font-size: 0.7rem; font-weight: 600; } [data-icon="project"] .major-icon { margin: 0; background-repeat: no-repeat; width: 3rem; background-size: 3rem; aspect-ratio: 1 / 1; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M768 85.333H554.667C554.667 108.8 535.467 128 512 128s-42.667-19.2-42.667-42.667H256c-46.933 0-85.333 38.4-85.333 85.333v682.667c0 46.933 38.4 85.333 85.333 85.333h512c46.933 0 85.333-38.4 85.333-85.333V170.667c0-46.933-38.4-85.333-85.333-85.333z' fill='%23455a64'/%3E%3Cpath d='M768 874.667H256c-12.8 0-21.333-8.533-21.333-21.333V170.667c0-12.8 8.533-21.333 21.333-21.333h512c12.8 0 21.333 8.533 21.333 21.333v682.667c0 12.8-8.533 21.333-21.333 21.333z' fill='%23fff'/%3E%3Cg fill='%2390a4ae'%3E%3Cpath d='M554.667 85.333C554.667 108.8 535.467 128 512 128s-42.667-19.2-42.667-42.667H320v85.333c0 23.467 19.2 42.667 42.667 42.667h298.667c23.467 0 42.667-19.2 42.667-42.667V85.333H554.667z'/%3E%3Cpath d='M512 0c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333S558.933 0 512 0zm0 128c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667 42.667 19.2 42.667 42.667S535.467 128 512 128z'/%3E%3C/g%3E%3Ccircle cx='809.218' cy='804.616' r='194.059' fill='%23fff'/%3E%3Cpath d='M448 426.667h256v42.667H448zm-128-21.333h85.333v85.333H320z' fill='%23cfd8dc'/%3E%3Cpath d='M448 618.667h256v42.667H448zm-128-21.333h85.333v85.333H320z' fill='%23007bbd'/%3E%3Cpath d='M806.923 607.125a201.332 201.332 0 1 0 201.332 201.332 201.562 201.562 0 0 0-201.332-201.332zm0 373.902a172.57 172.57 0 0 1 0-345.141v172.57l121.964 121.964a172.038 172.038 0 0 1-121.964 50.606z'/%3E%3C/svg%3E"); } /* Supporting figure for term/subject free text search */ .term-search-figure { position: relative; display: grid; gap: 2rem; grid-template-columns: repeat(3, 1fr); align-items: end; justify-content: start; max-width: 70rem; margin: 3rem auto; padding: 1rem; box-shadow: 0 0 0.5rem #aaaa; } .partial-record-view { grid-column: 1 / 3; } .partial-record-view h2 { margin: 0; font-size: 18px; line-height: normal; } .partial-record-view ul { margin: 0; padding: 0; list-style-type: none; } .partial-record-view li { padding: 0 !important; } .faux-link { text-decoration: underline; color: var(--dark-complementary-color); } .callout-box { padding: 1rem 1.25rem; grid-column: var(--start-col, 2); grid-row: var(--start-row, 1); outline: 3px solid #000; outline-offset: 0.25rem; border-radius: 0.25rem; justify-self: end; } .callout-box > svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; } .grid-left { justify-self: start; } .highlight-box { outline: 3px solid #f77; outline-offset: 0.25rem; border-radius: 0.25rem; } .grid-2col { grid-column-end: calc(var(--start-col) + 2); } .arrow { stroke: rgb(0, 0, 0); stroke-width: 2; marker-end: url(#markerArrow) } .closer-row { margin-top: -1rem; } /* Icon-based buttons */ .icon { display: inline-flex; vertical-align: middle; width: 4rem; font-size: 0.8rem; background-size: 2.5rem, 100%; background-repeat: no-repeat; background-position: center; aspect-ratio: 1 / 1; border: none; background-color: transparent; border-radius: 10px; overflow: hidden; flex-direction: column; justify-content: end; align-items: center; } .icon::before { color: Black; margin-bottom: -0.2rem; font-weight: 600; } .icon[data-icon="delete"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M10 12v5m4-5v5M4 7h16M6 10v8a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2H9V5z' stroke-linejoin='round'/%3E%3C/svg%3E"); margin: 0; margin-top: -1.5rem; padding: 0; &::before { content: 'DELETE'; } } .icon[data-icon="view"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' d='M1 5a3 3 0 0 1 3-3h4.438a3 3 0 0 1 2.91 2.272L11.781 6H13.5 20a3 3 0 0 1 3 3v2a1 1 0 1 1-2 0V9a1 1 0 0 0-1-1h-6.5-1.719H4a1 1 0 0 0-1 1v1 9a1 1 0 0 0 1 1h5a1 1 0 1 1 0 2H4a3 3 0 0 1-3-3v-9-1-4zm2 1.171C3.313 6.06 3.649 6 4 6h5.719l-.311-1.243A1 1 0 0 0 8.438 4H4a1 1 0 0 0-1 1v1.171zm17.172 12.587c.523-.79.828-1.738.828-2.757a5 5 0 1 0-10 0 5 5 0 0 0 5 5c1.019 0 1.967-.305 2.757-.828l2.535 2.535a1 1 0 0 0 1.414-1.414l-2.535-2.535zM13 16a3 3 0 1 1 6 0 3 3 0 1 1-6 0z' fill='%23000' /%3E%3C/svg%3E"); text-decoration: none; &::before { content: 'VIEW'; } } </style> </head> <body> <div id="downtime-banner"> <p>TRID will be unavailable due to system maintenance from <time datetime="2025-03-01T09:00:00-05:00">9a</time> - <time datetime="2025-03-01T17:00:00-05:00">5p EST</time> on Saturday, March 1st.</p> <button id="close-banner" aria-label="Close notification">&times;</button> </div> <nav id="site-header" class="navbar navbar-default navbar-static-top navbar-toggle-left" role="navigation"> <div class="container-fluid"> <button type="button" class="navbar-toggle collapsed" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="menu-label">Menu</span> </button> <div class="logo-bar"> <a id="nas-logo" href="http://www.national-academies.org/"> <svg xmlns="http://www.w3.org/2000/svg" width="250" viewBox="0 0 360 66.64" aria-labelledby="nas-logo-title" role="img"> <title id="nas-logo-title">National Academies of Sciences, Engineering, and Medicine</title> <defs></defs> <path d="m4.26 8.63 19.56 20.49V1.72h-3.47v18.93L.8.16v27.32h3.46V8.63zM32.55 27.48h3.83l8.15-19.2 7.93 18.99.09.21h3.82L44.62 0 32.55 27.48zM175.05 27.48h3.83l8.16-19.2 7.93 18.99.08.21h3.83L187.12 0l-12.07 27.48zM68.23 27.48h3.47V5.03h7.72V1.72H60.51v3.31h7.72v22.45zM90.08 1.72h3.46v25.76h-3.46z" class="cls-1"></path> <path d="M157.14 38.67A13.39 13.39 0 1 0 143.75 52a13.21 13.21 0 0 0 13.39-13.33Zm-3.54 0a9.85 9.85 0 1 1-9.85-10 9.93 9.93 0 0 1 9.85 10Z" class="cls-1" transform="translate(-24.97 -24.05)"></path> <path d="m146.56 8.63 19.56 20.49V1.72h-3.47v18.93L143.1.16v27.32h3.46V8.63zM210.95 1.72h-3.46v25.76h13.8v-3.31h-10.34V1.72z" class="cls-1"></path> <path d="M67.41 63A13.13 13.13 0 0 0 54 76.37a13 13 0 0 0 13.26 13.24A13.48 13.48 0 0 0 75 87.1l.14-.1v-4.46l-.58.58a10.91 10.91 0 0 1-2.81 2 10 10 0 0 1-4.51 1.13c-6.74 0-9.77-5.78-9.77-9.89a9.82 9.82 0 0 1 9.74-10.11 10.44 10.44 0 0 1 4.18.94 12 12 0 0 1 3.17 2.27l.58.58v-4.41l-.13-.1a12.1 12.1 0 0 0-7.6-2.53ZM130 66.4a14 14 0 0 0-9.47-3h-5.45v25.75h5.42c4.25 0 6.88-.83 9.39-3a12.32 12.32 0 0 0 4.52-9.89A12.54 12.54 0 0 0 130 66.4Zm-2.39 17.26a10.37 10.37 0 0 1-7 2.18h-2.11V66.7h2.11c6.21 0 10.22 3.77 10.22 9.59a9.23 9.23 0 0 1-3.25 7.37Z" class="cls-1" transform="translate(-24.97 -24.05)"></path> <path d="M119.94 65.11h15.33V61.8h-11.86v-9.07h10.38v-3.31h-10.38v-6.76h11.86v-3.32h-15.33v25.77zM201.26 65.11h15.33V61.8h-11.86v-9.07h10.37v-3.31h-10.37v-6.76h11.86v-3.32h-15.33v25.77zM158.66 58.65l-9.79-21.53-4.42 27.99h3.56l2.36-16.59 8.25 18.12 8.35-18.12 2.25 16.59h3.56l-4.14-28.03-9.98 21.57zM184.29 39.34h3.46V65.1h-3.46z" class="cls-1"></path> <path d="M263.7 76.76a12.7 12.7 0 0 0-4-2.44l-2.42-1a8 8 0 0 1-2.53-1.51 2.32 2.32 0 0 1-.83-1.94c0-2.11 1.56-3.53 3.87-3.53a4.18 4.18 0 0 1 2.61.79 5.51 5.51 0 0 1 1.37 1.77l.17.34 2.8-1.85-.14-.27a7.79 7.79 0 0 0-2.56-2.91 7.16 7.16 0 0 0-4.18-1.21c-4.34 0-7.37 2.8-7.37 6.8a5.53 5.53 0 0 0 1.83 4.35 10.74 10.74 0 0 0 3.24 2l2.44 1.17a10.81 10.81 0 0 1 2.94 1.68 3.39 3.39 0 0 1 1.13 2.68A4.8 4.8 0 0 1 254 85a5.6 5.6 0 0 1-1.42-3l-.05-.39-3.4.94.07.32a9.51 9.51 0 0 0 2.43 4.61 7.73 7.73 0 0 0 5.69 2.13 7.9 7.9 0 0 0 8.28-8 6.38 6.38 0 0 0-1.9-4.85Z" class="cls-1" transform="translate(-24.97 -24.05)"></path> <path d="M0 65.11h3.83l8.16-19.21 7.92 19 .09.21h3.83L12.07 37.63 0 65.11zM57.37 65.11h3.83l8.15-19.21 7.93 19 .08.21h3.83L69.44 37.63 57.37 65.11z" class="cls-1"></path> <path d="M292 26.45a3.91 3.91 0 0 0-1.07-.14 2.94 2.94 0 0 0-1.74.52 1.71 1.71 0 0 0-.72 1.47 2.36 2.36 0 0 0 .63 1.7 9.45 9.45 0 0 0 1.9 1.38 15.52 15.52 0 0 1 1.45 1 4.28 4.28 0 0 1 .94 1.12 2.87 2.87 0 0 1 .38 1.51 3.57 3.57 0 0 1-.57 2 3.79 3.79 0 0 1-1.6 1.34 5.79 5.79 0 0 1-2.39.47 9.63 9.63 0 0 1-2.22-.25 4.15 4.15 0 0 1-1.41-.52l.39-2.49H287l.11 1.84a2.93 2.93 0 0 0 .92.39 5 5 0 0 0 1.16.14 3.39 3.39 0 0 0 2-.6 1.94 1.94 0 0 0 .83-1.68 2.25 2.25 0 0 0-.56-1.54 7.66 7.66 0 0 0-1.7-1.32c-.6-.39-1.1-.75-1.51-1.07a4.43 4.43 0 0 1-1-1.2 2.94 2.94 0 0 1-.43-1.59 3.08 3.08 0 0 1 .57-1.85 3.58 3.58 0 0 1 1.55-1.23 5.17 5.17 0 0 1 2.13-.43 7.84 7.84 0 0 1 2 .21 4 4 0 0 1 1.25.51l-.4 2.31h-.95l-.14-1.68a2.39 2.39 0 0 0-.83-.32ZM300.27 29.79a2.2 2.2 0 0 0-1.53.62 4.15 4.15 0 0 0-1.06 1.74 8 8 0 0 0-.38 2.55 4.11 4.11 0 0 0 .5 2.24 1.6 1.6 0 0 0 1.42.74 2.71 2.71 0 0 0 1.25-.27 5.56 5.56 0 0 0 1.15-.81l.35.64a4.42 4.42 0 0 1-1.31 1.08 3.78 3.78 0 0 1-2 .5 2.76 2.76 0 0 1-2.31-1 4.51 4.51 0 0 1-.83-2.9 7.35 7.35 0 0 1 .6-2.87 6 6 0 0 1 1.77-2.38 4.27 4.27 0 0 1 2.77-.95 5.7 5.7 0 0 1 1.06.11 3.31 3.31 0 0 1 .92.3l-.48 1.7-.29-.11a2.91 2.91 0 0 0-1.6-.93ZM306.13 37.31a.54.54 0 0 0 .08.33.22.22 0 0 0 .2.11.74.74 0 0 0 .39-.12 2.88 2.88 0 0 0 .5-.4l.23.42a3.34 3.34 0 0 1-.78.77 2 2 0 0 1-1.23.4 1.3 1.3 0 0 1-.89-.27.9.9 0 0 1-.26-.81c0-.3.18-1.43.46-3.41q.24-1.59.6-4.23l-1.09-.4.11-.6 2.49-.4.38.19-1.17 8.25Zm-.08-10.8a1 1 0 0 1-.27-.69 1.24 1.24 0 0 1 .34-.89 1.07 1.07 0 0 1 .82-.37.94.94 0 0 1 .7.27.93.93 0 0 1 .26.66 1.35 1.35 0 0 1-.33.92 1.14 1.14 0 0 1-.88.38.9.9 0 0 1-.64-.28ZM315.15 38.24a4.26 4.26 0 0 1-2.23.6 3.45 3.45 0 0 1-2-.53 3.23 3.23 0 0 1-1.15-1.41 4.83 4.83 0 0 1-.36-1.87 7.38 7.38 0 0 1 .67-3.14 5.91 5.91 0 0 1 1.92-2.33 4.33 4.33 0 0 1 2.62-.88 2.64 2.64 0 0 1 1.88.6 2.06 2.06 0 0 1 .63 1.56 2.66 2.66 0 0 1-1 2.11 6.62 6.62 0 0 1-2.37 1.28 9.48 9.48 0 0 1-2.46.45 3.85 3.85 0 0 0 .42 2.13 1.68 1.68 0 0 0 1.6.91 3.61 3.61 0 0 0 1.54-.36 4.41 4.41 0 0 0 1.39-1l.38.65a4.39 4.39 0 0 1-1.48 1.23Zm-2.41-8a4.82 4.82 0 0 0-1 1.65 7.41 7.41 0 0 0-.44 1.94 5.85 5.85 0 0 0 1.86-.39 4.34 4.34 0 0 0 1.6-1 2 2 0 0 0 .65-1.46 1.5 1.5 0 0 0-.33-1.05 1.14 1.14 0 0 0-.88-.35 2 2 0 0 0-1.46.67ZM323.42 29.32a3.62 3.62 0 0 1 2-.64 1.89 1.89 0 0 1 1.51.6 2.93 2.93 0 0 1 .53 1.95 16.77 16.77 0 0 1-.39 2.68l-.07.4-.14.85a12.6 12.6 0 0 0-.28 2.12c0 .32.08.47.23.47a1.35 1.35 0 0 0 .82-.44l.21.46a1.7 1.7 0 0 1-.36.4 2.81 2.81 0 0 1-.7.45 1.92 1.92 0 0 1-.9.2c-.74 0-1.11-.35-1.11-1.07a14.6 14.6 0 0 1 .32-2.14l.16-.84.07-.42c.11-.63.21-1.18.28-1.66a9 9 0 0 0 .1-1.32 2 2 0 0 0-.23-1.12 1 1 0 0 0-.84-.3 2.63 2.63 0 0 0-1.57.69 6.6 6.6 0 0 0-1.48 1.67l-.86 6.34H319l1.13-8.49-.86-.42.14-.67 2.14-.39.37.2-.23 2.1a6.56 6.56 0 0 1 1.73-1.66ZM334.3 29.79a2.22 2.22 0 0 0-1.53.62 4.14 4.14 0 0 0-1 1.74 7.68 7.68 0 0 0-.38 2.55 4.11 4.11 0 0 0 .49 2.24 1.61 1.61 0 0 0 1.42.74 2.78 2.78 0 0 0 1.26-.27 5.52 5.52 0 0 0 1.14-.81l.36.64a4.56 4.56 0 0 1-1.31 1.08 3.85 3.85 0 0 1-2 .5 2.79 2.79 0 0 1-2.31-1 4.57 4.57 0 0 1-.83-2.9 7.19 7.19 0 0 1 .61-2.87 5.94 5.94 0 0 1 1.77-2.38 4.24 4.24 0 0 1 2.76-.95 5.7 5.7 0 0 1 1.06.11 3.2 3.2 0 0 1 .92.3l-.47 1.7-.3-.11a2.91 2.91 0 0 0-1.66-.93ZM343.32 38.24a4.26 4.26 0 0 1-2.23.6 3.42 3.42 0 0 1-1.95-.53A3.17 3.17 0 0 1 338 36.9a4.66 4.66 0 0 1-.37-1.87 7.53 7.53 0 0 1 .67-3.14 6 6 0 0 1 1.86-2.33 4.36 4.36 0 0 1 2.63-.88 2.65 2.65 0 0 1 1.88.6 2.06 2.06 0 0 1 .63 1.56 2.69 2.69 0 0 1-1 2.11 6.66 6.66 0 0 1-2.38 1.28 9.33 9.33 0 0 1-2.46.45 4 4 0 0 0 .42 2.13 1.68 1.68 0 0 0 1.6.91 3.65 3.65 0 0 0 1.55-.36 4.37 4.37 0 0 0 1.38-1l.39.65a4.43 4.43 0 0 1-1.48 1.23Zm-2.4-8a4.67 4.67 0 0 0-1 1.65 7 7 0 0 0-.44 1.94 5.79 5.79 0 0 0 1.85-.39 4.25 4.25 0 0 0 1.6-1 2 2 0 0 0 .65-1.46 1.5 1.5 0 0 0-.32-1.05 1.17 1.17 0 0 0-.89-.35 1.93 1.93 0 0 0-1.45.67ZM351.91 29.91a3.08 3.08 0 0 0-1.24-.24 2.15 2.15 0 0 0-1.3.35 1.18 1.18 0 0 0-.49 1 1.54 1.54 0 0 0 .4 1.06 6.17 6.17 0 0 0 1.13 1c.42.33.76.61 1 .85a3.35 3.35 0 0 1 .67.87 2.38 2.38 0 0 1 .3 1.2 2.4 2.4 0 0 1-1 2.07 4.21 4.21 0 0 1-2.53.73 7.55 7.55 0 0 1-1.57-.17 2.73 2.73 0 0 1-1-.39l.29-1.21a3.77 3.77 0 0 0 1 .5 3.94 3.94 0 0 0 1.36.24 2.47 2.47 0 0 0 1.31-.33 1.14 1.14 0 0 0 .55-1.06 1.58 1.58 0 0 0-.43-1.09 8 8 0 0 0-1.26-1 3.53 3.53 0 0 1-1.81-2.86 2.43 2.43 0 0 1 .46-1.45 2.92 2.92 0 0 1 1.25-1 4.48 4.48 0 0 1 1.75-.34 7.2 7.2 0 0 1 1.29.12 4.56 4.56 0 0 1 .92.22l-.3 1.33a1.83 1.83 0 0 0-.75-.4ZM287 50.81h8.32l-.12 2.79h-1l-.28-1.84-4-.14-.67 5 4.07-.14-.12 1.32-4-.14-.81 5.34 4.95-.21 1-2.12 1 .19-.71 3h-9.33l.07-.68 1.32-.21 1.4-11.19-1.19-.2ZM301.65 54.52a3.52 3.52 0 0 1 2-.64 1.89 1.89 0 0 1 1.51.6 2.89 2.89 0 0 1 .53 1.94 16.85 16.85 0 0 1-.39 2.69l-.07.4-.14.84a12.68 12.68 0 0 0-.28 2.13c0 .31.07.47.23.47a1.41 1.41 0 0 0 .82-.44l.14.49a1.76 1.76 0 0 1-.37.4 3.17 3.17 0 0 1-.69.45 2 2 0 0 1-.9.2A1 1 0 0 1 303 63a14.6 14.6 0 0 1 .32-2.14l.16-.84.07-.42c.11-.64.21-1.19.28-1.66a9.18 9.18 0 0 0 .1-1.33 2 2 0 0 0-.23-1.11 1 1 0 0 0-.84-.31 2.59 2.59 0 0 0-1.57.7 6.6 6.6 0 0 0-1.48 1.67l-.86 6.33h-1.67l1.13-8.49-.86-.42.14-.66 2.14-.39.37.19-.23 2.11a6.56 6.56 0 0 1 1.68-1.71ZM313.74 66.64a4.23 4.23 0 0 1-1.77 1.2 5.86 5.86 0 0 1-2 .37 7.37 7.37 0 0 1-1.13-.09 4.89 4.89 0 0 1-.87-.22l.37-1.42a6.44 6.44 0 0 0 1 .39 4.29 4.29 0 0 0 1.22.18 2.62 2.62 0 0 0 1.66-.43 2.58 2.58 0 0 0 .71-1.62l.33-2.33a4.25 4.25 0 0 1-1.18 1 3 3 0 0 1-1.52.39 2.52 2.52 0 0 1-2.17-1 4.5 4.5 0 0 1-.72-2.68 7.33 7.33 0 0 1 .66-3 6.45 6.45 0 0 1 1.95-2.49 4.73 4.73 0 0 1 3-1 5.1 5.1 0 0 1 1 .11 5.19 5.19 0 0 1 .91.28l1.09-.39-1.58 10.63a3.73 3.73 0 0 1-.96 2.12ZM313 54.81a2.66 2.66 0 0 0-2 .85 5.43 5.43 0 0 0-1.22 2.11 7.91 7.91 0 0 0-.4 2.46 3.81 3.81 0 0 0 .42 2 1.31 1.31 0 0 0 1.17.71 2.42 2.42 0 0 0 1.37-.44 3.83 3.83 0 0 0 1-1l.93-6.28a2.13 2.13 0 0 0-1.27-.41ZM320.16 62.51a.56.56 0 0 0 .08.32.24.24 0 0 0 .2.12.8.8 0 0 0 .4-.12 4.16 4.16 0 0 0 .5-.41l.23.42a3.57 3.57 0 0 1-.78.78 2 2 0 0 1-1.24.4 1.32 1.32 0 0 1-.89-.27.92.92 0 0 1-.25-.82c0-.29.18-1.43.46-3.4.16-1.07.36-2.48.59-4.23l-1.09-.4.11-.6 2.49-.4.39.19-1.18 8.25Zm-.08-10.81a.93.93 0 0 1-.27-.68 1.25 1.25 0 0 1 .35-.89 1 1 0 0 1 .81-.37.93.93 0 0 1 .7.27.9.9 0 0 1 .27.66 1.36 1.36 0 0 1-.34.92 1.11 1.11 0 0 1-.88.37.87.87 0 0 1-.64-.28ZM328.56 54.52a3.54 3.54 0 0 1 2-.64 1.89 1.89 0 0 1 1.51.6 2.89 2.89 0 0 1 .53 1.94 16.85 16.85 0 0 1-.39 2.69l-.07.4-.14.84a12.68 12.68 0 0 0-.28 2.13c0 .31.08.47.23.47a1.41 1.41 0 0 0 .82-.44l.23.49a1.76 1.76 0 0 1-.37.4 3.17 3.17 0 0 1-.69.45 2 2 0 0 1-.9.2 1 1 0 0 1-1.16-1.05 14.6 14.6 0 0 1 .32-2.14l.16-.84.07-.42c.11-.64.21-1.19.28-1.66a9.18 9.18 0 0 0 .1-1.33 2 2 0 0 0-.23-1.11 1 1 0 0 0-.84-.31 2.59 2.59 0 0 0-1.57.7 6.6 6.6 0 0 0-1.48 1.67l-.86 6.33h-1.67l1.13-8.49-.86-.42.14-.66 2.14-.39.37.19-.23 2.11a6.56 6.56 0 0 1 1.71-1.71ZM340.41 63.44a4.26 4.26 0 0 1-2.23.6 3.35 3.35 0 0 1-1.95-.54 3 3 0 0 1-1.15-1.4 4.66 4.66 0 0 1-.37-1.87 7.38 7.38 0 0 1 .67-3.14 5.91 5.91 0 0 1 1.86-2.33 4.29 4.29 0 0 1 2.62-.88 2.62 2.62 0 0 1 1.88.6 2 2 0 0 1 .63 1.56 2.63 2.63 0 0 1-1 2.1 6.47 6.47 0 0 1-2.37 1.28 9.38 9.38 0 0 1-2.46.46A4 4 0 0 0 337 62a1.69 1.69 0 0 0 1.6.9 3.61 3.61 0 0 0 1.54-.36 4.27 4.27 0 0 0 1.39-1l.39.65a4.68 4.68 0 0 1-1.51 1.25Zm-2.4-8a4.53 4.53 0 0 0-1 1.65 6.69 6.69 0 0 0-.44 1.94 6.13 6.13 0 0 0 1.85-.39 4.25 4.25 0 0 0 1.6-1 2 2 0 0 0 .65-1.46 1.55 1.55 0 0 0-.32-1.05 1.14 1.14 0 0 0-.89-.36 2 2 0 0 0-1.46.68ZM349.39 63.44a4.26 4.26 0 0 1-2.23.6 3.35 3.35 0 0 1-2-.54 3.09 3.09 0 0 1-1.15-1.4 4.66 4.66 0 0 1-.37-1.87 7.38 7.38 0 0 1 .68-3.14 5.91 5.91 0 0 1 1.86-2.33 4.25 4.25 0 0 1 2.62-.88 2.65 2.65 0 0 1 1.88.6 2 2 0 0 1 .63 1.56 2.66 2.66 0 0 1-1 2.1 6.51 6.51 0 0 1-2.31 1.28 9.38 9.38 0 0 1-2.46.46 3.94 3.94 0 0 0 .43 2.13 1.66 1.66 0 0 0 1.59.9 3.65 3.65 0 0 0 1.55-.36 4.34 4.34 0 0 0 1.38-1l.39.65a4.68 4.68 0 0 1-1.49 1.24Zm-2.4-8a4.67 4.67 0 0 0-1 1.65 7 7 0 0 0-.44 1.94 6.07 6.07 0 0 0 1.85-.39 4.38 4.38 0 0 0 1.61-1 2 2 0 0 0 .65-1.46 1.5 1.5 0 0 0-.33-1.05 1.14 1.14 0 0 0-.89-.36 2 2 0 0 0-1.44.68ZM356.34 55.24a4.21 4.21 0 0 1 1.13-1 2.81 2.81 0 0 1 1.4-.38.93.93 0 0 1 .56.12l-.37 1.86a1.64 1.64 0 0 0-.86-.18 2.68 2.68 0 0 0-1.48.5 3.31 3.31 0 0 0-1.14 1.4l-.8 6.24h-1.69l1.11-8.45-.88-.44.12-.65 2.07-.4.35.21-.12 1.56-.08.7a3.9 3.9 0 0 1 .68-1.09ZM362.32 62.51a.56.56 0 0 0 .08.32.23.23 0 0 0 .2.12.8.8 0 0 0 .4-.12 4.16 4.16 0 0 0 .5-.41l.22.42a3.18 3.18 0 0 1-.78.78 2 2 0 0 1-1.23.4 1.3 1.3 0 0 1-.89-.27.92.92 0 0 1-.25-.82c0-.29.17-1.43.45-3.4.17-1.07.36-2.48.6-4.23l-1.09-.4.11-.6 2.49-.4.38.19-1.17 8.25Zm-.08-10.81a.93.93 0 0 1-.24-.7 1.24 1.24 0 0 1 .34-.89 1.07 1.07 0 0 1 .82-.37.94.94 0 0 1 .7.27.93.93 0 0 1 .26.66 1.35 1.35 0 0 1-.33.92 1.12 1.12 0 0 1-.88.37.86.86 0 0 1-.67-.26ZM370.36 54.52a3.55 3.55 0 0 1 2-.64 1.91 1.91 0 0 1 1.51.6 2.89 2.89 0 0 1 .52 1.94 17.7 17.7 0 0 1-.38 2.69l-.07.4-.14.84a12.68 12.68 0 0 0-.28 2.13c0 .31.07.47.22.47a1.4 1.4 0 0 0 .83-.44l.21.46a1.76 1.76 0 0 1-.37.4 3.74 3.74 0 0 1-.69.45 2.13 2.13 0 0 1-.91.2 1 1 0 0 1-1.1-1.07 14.1 14.1 0 0 1 .31-2.14l.16-.84.07-.42c.12-.64.21-1.19.28-1.66a9.27 9.27 0 0 0 .11-1.33 1.88 1.88 0 0 0-.24-1.11 1 1 0 0 0-.83-.31 2.59 2.59 0 0 0-1.57.7 6.6 6.6 0 0 0-1.48 1.67l-.86 6.33H366l1.12-8.49-.86-.42.14-.66 2.14-.39.37.19-.23 2.11a6.72 6.72 0 0 1 1.68-1.66ZM382.46 66.64a4.23 4.23 0 0 1-1.77 1.2 5.87 5.87 0 0 1-2 .37 7.34 7.34 0 0 1-1.12-.09 4.82 4.82 0 0 1-.88-.22l.37-1.42a6.58 6.58 0 0 0 1 .39 4.24 4.24 0 0 0 1.22.18 2.57 2.57 0 0 0 1.65-.43 2.53 2.53 0 0 0 .72-1.62l.33-2.33a4.25 4.25 0 0 1-1.18 1 3.07 3.07 0 0 1-1.52.39 2.52 2.52 0 0 1-2.17-1 4.5 4.5 0 0 1-.73-2.68 7.35 7.35 0 0 1 .67-3 6.27 6.27 0 0 1 1.95-2.51 4.71 4.71 0 0 1 3-1 5.1 5.1 0 0 1 1 .11 5.47 5.47 0 0 1 .91.28l1.09-.39-1.58 10.63a3.86 3.86 0 0 1-.96 2.14Zm-.7-11.83a2.62 2.62 0 0 0-2 .85 5.31 5.31 0 0 0-1.22 2.11 7.93 7.93 0 0 0-.41 2.46 3.7 3.7 0 0 0 .43 2 1.31 1.31 0 0 0 1.17.71 2.42 2.42 0 0 0 1.37-.44 3.79 3.79 0 0 0 1-1l.93-6.28a2.08 2.08 0 0 0-1.27-.41ZM295.85 80.3q1.44-3.12 1.89-4.29h3.76l-.07.75-1.56.19-.34 11.2 1.49.21-.02.64h-4.82l.07-.68 1.6-.21.4-7.76.23-3.56L297.1 80l-4.1 9.08-.94.12-1.44-9-.55-3.33-.71 3.4-1.88 7.9 1.77.21-.07.68h-4.53l.07-.68 1.46-.21L289 77l-1.62-.19.11-.75h4.07l1.35 8.56.23 1.79.77-1.76q.49-1.22 1.94-4.35ZM308 88.64a4.35 4.35 0 0 1-2.23.59 3.38 3.38 0 0 1-2-.53 3.26 3.26 0 0 1-1.15-1.4 4.87 4.87 0 0 1-.36-1.87 7.34 7.34 0 0 1 .67-3.14 6 6 0 0 1 1.91-2.29 4.32 4.32 0 0 1 2.62-.87 2.63 2.63 0 0 1 1.88.59 2.06 2.06 0 0 1 .63 1.56 2.65 2.65 0 0 1-1 2.11 6.62 6.62 0 0 1-2.37 1.28 10 10 0 0 1-2.46.46 3.89 3.89 0 0 0 .42 2.13 1.69 1.69 0 0 0 1.6.9 3.61 3.61 0 0 0 1.54-.36 4.3 4.3 0 0 0 1.39-1l.38.65a4.52 4.52 0 0 1-1.47 1.19Zm-2.41-8a4.68 4.68 0 0 0-1 1.64 7.5 7.5 0 0 0-.44 1.94 6.11 6.11 0 0 0 1.86-.38 4.61 4.61 0 0 0 1.6-1 2 2 0 0 0 .65-1.47 1.54 1.54 0 0 0-.32-1 1.15 1.15 0 0 0-.89-.36 2 2 0 0 0-1.45.64ZM318.78 87.71c0 .29.09.44.26.44a1.42 1.42 0 0 0 .81-.44l.24.44a3.31 3.31 0 0 1-.76.71 1.9 1.9 0 0 1-1.15.36c-.69 0-1-.38-1-1.13v-.38a4.57 4.57 0 0 1-1.23 1.07 3.18 3.18 0 0 1-1.65.44 2.46 2.46 0 0 1-2.14-1 4.54 4.54 0 0 1-.72-2.68 7.24 7.24 0 0 1 .67-3 6.3 6.3 0 0 1 1.89-2.48 4.67 4.67 0 0 1 3-1 4.42 4.42 0 0 1 1.31.21l.48-3.16-1.16-.3.14-.61 2.47-.32.39.23-1.83 12.4a.59.59 0 0 0-.02.2Zm-2-7.7a2.62 2.62 0 0 0-2 .85 5.14 5.14 0 0 0-1.21 2.1 8 8 0 0 0-.4 2.47 3.83 3.83 0 0 0 .42 2 1.27 1.27 0 0 0 1.16.7 2.39 2.39 0 0 0 1.4-.46 3.7 3.7 0 0 0 1-1l.95-6.19a2.2 2.2 0 0 0-1.32-.48ZM324.44 87.71a.56.56 0 0 0 .08.32.25.25 0 0 0 .21.12.79.79 0 0 0 .39-.13 3.18 3.18 0 0 0 .5-.4l.23.42a3.35 3.35 0 0 1-.78.77 2 2 0 0 1-1.24.41 1.34 1.34 0 0 1-.89-.28.92.92 0 0 1-.25-.81c0-.29.18-1.43.46-3.41.16-1.06.36-2.47.59-4.22l-1.08-.41.1-.59 2.49-.41.39.2-1.18 8.24Zm-.07-10.81a1 1 0 0 1-.28-.68 1.29 1.29 0 0 1 .35-.9 1.1 1.1 0 0 1 .81-.37.92.92 0 0 1 1 .93 1.29 1.29 0 0 1-.34.92 1.11 1.11 0 0 1-.87.38.84.84 0 0 1-.67-.28ZM332.76 80.18a2.22 2.22 0 0 0-1.53.62 4.15 4.15 0 0 0-1.06 1.74 8 8 0 0 0-.37 2.55 4.09 4.09 0 0 0 .49 2.24 1.59 1.59 0 0 0 1.42.75 2.71 2.71 0 0 0 1.29-.28 5.56 5.56 0 0 0 1.15-.81l.35.65a4.84 4.84 0 0 1-1.3 1.08 3.94 3.94 0 0 1-2 .5 2.78 2.78 0 0 1-2.31-1 4.49 4.49 0 0 1-.83-2.9 7.35 7.35 0 0 1 .6-2.87 6.1 6.1 0 0 1 1.72-2.45 4.26 4.26 0 0 1 2.77-.94 5.66 5.66 0 0 1 1.06.1 3.31 3.31 0 0 1 .92.3l-.47 1.7-.3-.1a2.88 2.88 0 0 0-1.6-.88ZM338.88 87.71a.56.56 0 0 0 .12.29.23.23 0 0 0 .2.12.82.82 0 0 0 .4-.13 3.18 3.18 0 0 0 .5-.4l.23.42a3.56 3.56 0 0 1-.78.77 2 2 0 0 1-1.24.41 1.32 1.32 0 0 1-.89-.28.9.9 0 0 1-.25-.81c0-.29.18-1.43.46-3.41.16-1.06.36-2.47.59-4.22l-1.09-.41.11-.59 2.49-.41.39.2-1.18 8.24Zm-.08-10.81a1 1 0 0 1-.27-.68 1.29 1.29 0 0 1 .35-.9 1.07 1.07 0 0 1 .81-.37.92.92 0 0 1 1 .93 1.34 1.34 0 0 1-.34.92 1.11 1.11 0 0 1-.88.38.87.87 0 0 1-.67-.28ZM347.19 79.72a3.54 3.54 0 0 1 2-.64 1.89 1.89 0 0 1 1.51.59 2.93 2.93 0 0 1 .53 2 16.77 16.77 0 0 1-.39 2.68l-.07.41-.14.84a12.6 12.6 0 0 0-.28 2.12c0 .32.08.48.23.48a1.38 1.38 0 0 0 .82-.44l.21.45a1.91 1.91 0 0 1-.36.41 3.11 3.11 0 0 1-.7.44 1.93 1.93 0 0 1-.9.21 1 1 0 0 1-1.11-1.07 14.24 14.24 0 0 1 .32-2.14l.16-.85.07-.42c.11-.63.21-1.18.28-1.66a9 9 0 0 0 .1-1.32 1.87 1.87 0 0 0-.23-1.11 1 1 0 0 0-.84-.31 2.66 2.66 0 0 0-1.57.69 6.48 6.48 0 0 0-1.48 1.68l-.89 6.24h-1.66l1.12-8.49-.86-.42.14-.67 2.14-.38.37.19-.23 2.1a6.52 6.52 0 0 1 1.71-1.61ZM359 88.64a4.35 4.35 0 0 1-2.23.59 3.34 3.34 0 0 1-1.95-.53 3.19 3.19 0 0 1-1.15-1.4 4.69 4.69 0 0 1-.37-1.87 7.34 7.34 0 0 1 .67-3.14 6 6 0 0 1 1.9-2.29 4.35 4.35 0 0 1 2.63-.87 2.61 2.61 0 0 1 1.87.59 2 2 0 0 1 .64 1.56 2.68 2.68 0 0 1-1 2.11 6.75 6.75 0 0 1-2.38 1.28 9.81 9.81 0 0 1-2.46.46 4.08 4.08 0 0 0 .42 2.13 1.69 1.69 0 0 0 1.6.9 3.65 3.65 0 0 0 1.55-.36 4.37 4.37 0 0 0 1.38-1l.39.65a4.57 4.57 0 0 1-1.51 1.19Zm-2.4-8a4.54 4.54 0 0 0-1 1.64 6.76 6.76 0 0 0-.44 1.94 6 6 0 0 0 1.85-.38 4.52 4.52 0 0 0 1.6-1 2 2 0 0 0 .65-1.47 1.49 1.49 0 0 0-.32-1 1.14 1.14 0 0 0-.89-.36 2 2 0 0 0-1.41.64Z" class="cls-1" transform="translate(-24.97 -24.05)"></path> </svg> </a> <a id="trb-logo" href="https://www.trb.org/Main/Home.aspx"> <svg xmlns="http://www.w3.org/2000/svg" id="trblogo" width="250" viewBox="0 0 316.11 71.15" aria-labelledby="trb-logo-title" role="img"> <title id="trb-logo-title">Transportation Research Board</title> <defs></defs> <path class="trblogo-dark" d="M100.15,12h120V36.29h-120Zm-1,25.33H221.21V11H99.13Z" /> <polygon class="trblogo-light" points="105.59 15.26 105.59 24 106.28 24 112.48 18.05 116.49 18.05 116.49 27.6 109.01 32.22 109.01 32.99 133.77 32.99 133.77 32.22 126.3 27.6 126.3 18.05 130.3 18.05 136.47 23.96 136.5 24 137.19 24 137.19 15.26 105.59 15.26" /> <path class="trblogo-light" d="M163.14,21.94h-8.83V18.43h8.85c.11,0,.79.31.87,1.62a2.28,2.28,0,0,1-.89,1.89m7.56,3.14c1-.25,4.59-1.43,4.48-5.33a5.27,5.27,0,0,0-3.57-4.48H138v1.15l5.25,3.29v8.73l-4.68,3.8V33H159V32.3l-4.72-3.86V25.08h6L168.86,33l0,0h10V32.3Z" /> <path class="trblogo-light" d="M202.37,21.91h-8.64V18.3h8.48A1.76,1.76,0,0,1,203.83,20c0,.06-.14,1.67-1.46,1.87m1.46,5.42s-.14,1.86-1.46,2.09h-8.64v-4h8.48c.06,0,1.47.09,1.62,1.94m7.5-3.89a4.39,4.39,0,0,0,2.38-1.16,3.72,3.72,0,0,0,.95-2.83s.15-3.67-4.06-4.19H178.22v1l5.06,3.23v9.17l-5,3.19-.06,0V33h32.39a4.7,4.7,0,0,0,4.71-4.65c.16-3.45-2.37-4.55-4-4.9" /> <path class="trblogo-dark" d="M300.16,47.33h.6c3.45,0,6.43,1.28,6.43,5.23s-3,5.23-6.43,5.23h-.6Zm-1.69,12h2.75c4.28,0,7.66-2.23,7.66-6.85s-3.45-6.7-7.6-6.7h-2.81Zm-7.92-12H291c1.67,0,3.68.3,3.68,2.42s-1.87,2.48-3.59,2.48h-.54ZM293,53.44a3.68,3.68,0,0,0,3.25-3.79,3.75,3.75,0,0,0-1.78-3.23,7.06,7.06,0,0,0-3.57-.63h-2.05V59.34h1.69V53.6h.7l4,5.74h2.05Zm-9.35,1h-4.81l2.4-5.48Zm.71,1.55,1.54,3.4h1.82l-6.48-14.13-6.46,14.13h1.81l1.55-3.4ZM267.49,58a5.44,5.44,0,0,1-5.41-5.48,5.41,5.41,0,1,1,10.82,0A5.44,5.44,0,0,1,267.49,58m0-12.54a7.12,7.12,0,0,0-7.1,7.06,7.1,7.1,0,0,0,14.2,0,7.12,7.12,0,0,0-7.1-7.06M251.58,59.34h3.17c2.39,0,4.71-1.08,4.71-3.79a3.5,3.5,0,0,0-2.72-3.44v0a2.92,2.92,0,0,0,1.46-2.57c0-3.06-2.41-3.72-5-3.72h-1.66Zm1.7-6.2h1c1.51,0,3.45.39,3.45,2.3s-1.64,2.39-3.2,2.39h-1.29Zm0-5.84h.46c1.58,0,2.88.32,2.88,2.22s-1.31,2.27-2.91,2.27h-.43Zm-17.85,4V45.79h-1.69V59.34h1.69V52.83h6.45v6.51h1.69V45.79h-1.69v5.46Zm-3.56-4.83a6.52,6.52,0,0,0-3.41-.92,7.13,7.13,0,0,0-7.21,7.13,7,7,0,0,0,7.06,7,7.32,7.32,0,0,0,3.56-.95v-2A5.45,5.45,0,1,1,228.3,47a5.48,5.48,0,0,1,3.57,1.33Zm-17.93.88h.44c1.68,0,3.69.3,3.69,2.42s-1.87,2.48-3.6,2.48h-.53Zm2.46,6.14a3.68,3.68,0,0,0,3.25-3.79,3.75,3.75,0,0,0-1.78-3.23,7.06,7.06,0,0,0-3.57-.63h-2.05V59.34h1.69V53.6h.7l4,5.74h2.05Zm-9.35,1h-4.81l2.41-5.48Zm.71,1.55,1.54,3.4h1.81l-6.46-14.13-6.47,14.13H200l1.55-3.4Zm-17.51,3.4h7.28V57.79h-5.59V52.67h5.43V51.12h-5.43V47.33h5.59V45.79h-7.28ZM188,47.55a3.88,3.88,0,0,0-3.49-2c-2,0-4,1.31-4,3.5,0,1.89,1.4,2.77,2.95,3.44l.93.39c1.17.49,2.34,1.12,2.34,2.57a2.56,2.56,0,1,1-5.12.07l-1.71.36a4.22,4.22,0,0,0,4.19,3.79,4.18,4.18,0,0,0,4.33-4.22c0-2.26-1.44-3.32-3.36-4.08l-1-.38c-.85-.32-1.89-.88-1.89-1.94a2.14,2.14,0,0,1,2.27-1.92,2.31,2.31,0,0,1,2.17,1.28ZM171.24,59.34h7.27V57.79h-5.59V52.67h5.43V51.12h-5.43V47.33h5.59V45.79h-7.27Zm-8.07-12h.45c1.67,0,3.68.3,3.68,2.42s-1.87,2.48-3.59,2.48h-.54Zm2.46,6.14a3.68,3.68,0,0,0,3.25-3.79,3.75,3.75,0,0,0-1.78-3.23,7.06,7.06,0,0,0-3.57-.63h-2.05V59.34h1.69V53.6h.7l4,5.74h2Zm-24.14,5.9h1.69V49.24l10.18,10.65V45.79h-1.69v10L141.49,45.14ZM132.92,58a5.44,5.44,0,0,1-5.41-5.48,5.41,5.41,0,1,1,10.82,0A5.44,5.44,0,0,1,132.92,58m0-12.54a7.12,7.12,0,0,0-7.1,7.06,7.1,7.1,0,0,0,14.2,0,7.12,7.12,0,0,0-7.1-7.06m-8.68.29h-1.69V59.34h1.69Zm-6.18,1.54h3.22V45.79h-8.13v1.54h3.22v12h1.69Zm-7.41,7.06h-4.81l2.4-5.48Zm.7,1.55,1.55,3.4h1.81l-6.47-14.13-6.47,14.13h1.82l1.54-3.4ZM100.1,47.33h3.22V45.79H95.19v1.54h3.22v12h1.69Zm-11.36,0h.45c1.67,0,3.68.3,3.68,2.42S91,52.2,89.28,52.2h-.54Zm2.46,6.14a3.68,3.68,0,0,0,3.25-3.79,3.73,3.73,0,0,0-1.78-3.23,7,7,0,0,0-3.57-.63h-2V59.34h1.69V53.6h.7l4,5.74h2ZM78.31,58a5.44,5.44,0,0,1-5.41-5.48,5.41,5.41,0,1,1,10.82,0A5.44,5.44,0,0,1,78.31,58m0-12.54a7.11,7.11,0,0,0-7.09,7.06,7.1,7.1,0,0,0,14.19,0,7.11,7.11,0,0,0-7.1-7.06M65,47.3h.45c1.67,0,3.68.25,3.68,2.37s-1.87,2.48-3.59,2.48H65Zm0,6.36h1c2.57,0,4.75-1.1,4.75-4,0-2.48-1.3-3.91-5.47-3.91H63.27V59.34H65Zm-4-6.11a3.88,3.88,0,0,0-3.49-2c-2,0-4,1.31-4,3.5,0,1.89,1.4,2.77,3,3.44l.93.39c1.17.49,2.34,1.12,2.34,2.57a2.56,2.56,0,1,1-5.12.07l-1.71.36a4.22,4.22,0,0,0,4.19,3.79,4.17,4.17,0,0,0,4.33-4.22c0-2.26-1.44-3.32-3.36-4.08l-1-.38c-.85-.32-1.89-.88-1.89-1.94a2.14,2.14,0,0,1,2.27-1.92,2.31,2.31,0,0,1,2.17,1.28ZM39.35,59.34H41V49.24L51.21,59.89V45.79H49.52v10L39.35,45.14Zm-5-5H29.5l2.41-5.48Zm.7,1.55,1.55,3.4h1.81L31.91,45.21,25.44,59.34h1.82l1.54-3.4ZM18.81,47.3h.45c1.67,0,3.68.3,3.68,2.42s-1.87,2.48-3.59,2.48h-.54Zm2.46,6.14a3.68,3.68,0,0,0,3.25-3.79,3.74,3.74,0,0,0-1.77-3.23,7.09,7.09,0,0,0-3.58-.63H17.12V59.34h1.69V53.6h.7l4,5.74h2.05Zm-8.7-6.11h3.22V45.79H7.67v1.54h3.21v12h1.69Z" /> </svg> </a> </div> <div class="collapse navbar-collapse navbar-left" id="trb-site-navbar-collapse"> <ul id="site-menu-contents" class="nav navbar-nav"> <li><h2 class="nav-heading">Site Contents</h2></li> <li><a href="https://www.nationalacademies.org/trb/about">About TRB</a></li> <li><a href="https://trb-annual-meeting.nationalacademies.org/">Annual Meeting</a></li> <li><a href="https://www.trb.org/Calendar/Calendar.aspx">Calendar</a></li> <li><a href="https://www.trb.org/CommitteeandPanels/CommitteesAndPanels.aspx">Committees &amp; Panels</a></li> <li><a href="https://www.trb.org/AboutTRB/Programs.aspx">Programs</a></li> <li><a href="https://www.trb.org/Projects/Projects2.aspx">Projects</a></li> <li><a href="https://www.trb.org/Publications/Publications.aspx">Publications</a></li> <li><a href="https://www.nationalacademies.org/trb/resources">Resources &amp; Databases</a></li> </ul> <ul id="site-menu-connect" class="nav navbar-nav"> <li><h2 class="nav-heading">Connect with TRB</h2></li> <li class="nav-home"><a title="Home" href="https://www.nationalacademies.org/trb/transportation-research-board">Home</a></li> <li><a title="My TRB" href="https://www.mytrb.org/">MyTRB</a></li> <li><a title="Contact Us" href="http://www.trb.org/Contact/Contact.aspx">Contact Us</a></li> <li><a title="Directory" href="https://www.mytrb.org/OnlineDirectory/">Directory</a></li> <li><a title="E-Newsletter" href="https://www.trb.org/Publications/PubsTRBENewsletter.aspx">e-Newsletter</a></li> </ul> </div> </div> </nav> <div id="body" class="container"> <main id="main"> <div class="row"> <div class="col-xs-12"> <ol class="breadcrumb"> <li><a href="https://www.nationalacademies.org/trb/transportation-research-board">Home</a></li> <li><a href='/'>TRID</a></li><li class='active'><a href='/Help'>Search Help</a></li> </ol> </div> </div> <div class="container-fluid"> <div class="row"> <div class="jumbotron col-sm-12"> <div class="container-fluid"> <a href="https://www.nationalacademies.org/trb/events" title="https://www.nationalacademies.org/trb/events"> <img src="/images/trb-banner-2025-02.webp" width="1110" height="260" alt="https://www.nationalacademies.org/trb/events" /> </a> </div> </div> </div> <div class="row"> <div class="col-xs-12"> <h1 align="center"> Search Help </h1> <ul class="nav nav-pills nav-justified"> <li role="presentation"><a href="#General" style="text-decoration: none;">General Help</a></li> <li role="presentation"><a href="#Fields" style="text-decoration: none;">Search Fields</a></li> </ul> <!-- General search help --> <a name="General"></a> <h2 align="center"> General Help </h2> <div class="panel-group" id="accordion-general"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-keyword"> Basic Keyword Search <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="general-keyword" class="panel-collapse collapse in"> <div class="panel-body"> <p>The <b>Keyword</b> field can be searched by itself from the <a href="/">TRID Home page</a> or <a href="/results#show-filters">Advanced Search Filters</a> form, or in combination with any/all other available text fields and limits in the <a href="/results#show-filters">Advanced Search Filters</a>.</p> <p>Searching the Keyword field from either the home page or in the <a href="/results#show-filters">Advanced Search Filters</a> includes all of the indexed fields in TRID: title; abstract; notes; index terms; subject areas; record accession numbers (both TRIS and ITRD); authors (corporate/organization and personal); serial or conference; paper, report, contract or grant numbers.</p> <div class="alert alert-info callout-container" role="alert"> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p>TRID works best with <a href="https://onlinepubs.trb.org/Onlinepubs/tris/SearchHistoryBoolean.pdf">Boolean (AND, OR, NOT) logic</a>. See the section below on <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-searchtips" style="display: inline; padding: 0; margin: 0; text-decoration: underline;">Advanced Search Tips</a> for a more detailed explanation and search examples.</p> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-fulltext"> Full Text Access <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="general-fulltext" class="panel-collapse collapse"> <div class="panel-body"> <p>With the exception of Transportation Research Board (TRB) and Highway Research Board (HRB) publications, most publications (reports, books, journal articles, conference papers etc.) indexed in TRID are not owned or held by TRB, Transportation Research Information Services (TRIS) or the TRB Library.</p> <p>All links provided in TRID records are either free or fee-based full text. Users can limit their searches to records that contain links to free or fee-based full text by using the checkbox below the <b>Keyword</b> field in the Advanced Search filters.</p> <div id="help-fulltext"> <div></div> </div> <p>In most cases, access to full text of a given publication is determined by your local institution’s online subscriptions. Contact your local institution’s library or information center to place an interlibrary loan request when you are unable to access full text or if no Record URL (link to full text on the publisher’s site) is provided.</p> <p>Most U.S. federal and state Department of Transportation and University Transportation Center publications are freely accessible online with the links provided in TRID.</p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-pubflags"> Publication Flags <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="general-pubflags" class="panel-collapse collapse"> <div class="panel-body"> <p>In your results list, an orange open access icon appears in front of some titles that are freely available online. These articles are from journals that provide all content under an open access license such as Creative Commons. This icon will also be visible next to the title when viewing or opening a record. Additionally, a <b>Publication Flags</b> field will be visible below the Serial field in the record view:</p> <div id="help-pubflags"> <div></div> </div> <p>The Elsevier Science Direct Full Text Entitlement API is active in TRID. When full text is available from Elsevier journals, either on an open access basis or because your institution subscribes to the full text of that journal, the Elsevier icon will appear in the record view as well as in the Publication Flags.</p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-searchtips"> Advanced Search Tips <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="general-searchtips" class="panel-collapse collapse"> <div class="panel-body"> <p>These rules apply to any plain text field on the <a href="/results#show-filters">Advanced Search Filters</a> form. Plain text fields include: Keywords; Title; Serial or Conference; Paper, Report, Contract or Grant Numbers; Organization; Person.</p> <ul> <li>Entering terms in multiple fields searches for all terms in the query. </li> <li>For an exact match, enclose a phrase within quotes: <span class="style-input">"traffic signal"</span> <li> For a wild-card search, use an asterisk (*) after a partial word. <div class="alert alert-info callout-container" role="alert"> <div>Search example</div> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p><span class="style-input">transport*</span> will retrieve: transport, transportation and transporting.</p> </div> </li> <li> TRID will perform limited automatic stem searching when using quoted phrase searches. <div class="alert alert-info callout-container" role="alert"> <div>Search example</div> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p><span class="style-input">"technolog forecast*"</span> retrieves technological forecasting, technological forecasts, technology forecasts.</p> </div> </li> <li>For a Boolean search, use <code>OR</code>, <code>AND</code>, or <code>NOT</code> between words or phrases. <a href="https://onlinepubs.trb.org/Onlinepubs/tris/SearchHistoryBoolean.pdf">See more information</a> about using Boolean logic.</li> <li> A nested search may be performed by enclosing term(s) within parentheses. <div class="alert alert-info callout-container" role="alert"> <div>Search example</div> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p><span class="style-input">(plow* OR salt*) AND "snow removal"</span></p> </div> </li> <li>Stop Words: The following words are ignored in any search or quoted phrase in order to reduce the size of the search index and increase search speed: <code>about, also, an, and, another, any, are, as, at, be, because, been, being, between, both, but, by, came, can, come, could, did, do, does, each, else, for, from, get, got, has, had, he, have, her, here, him, himself, his, how, if, in, into, is, it, like, make, many, me, might, more, most, much, must, my, never, now, of, on, only, or, other, our, out, over, same, see, should, since, so, some, still, such, take, than, that, the, their, them, then, there, these, they, this, those, to, too, want, was, we, well, were, what, when, where, which, while, who, will, with, would, your</code>.</li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-modifysearch"> Modifying a Search <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="general-modifysearch" class="panel-collapse collapse"> <div class="panel-body"> <ul> <li>Click the <span class="filter-type searchaction"><a>Filters</a></span> button to see all available search fields.</li> <li>When submitting searches, click the <input type="button" class="button" value="Apply" /> button after entering all search criteria, or hit the Enter button on your keyboard.</li> <li>Add more criteria to narrow search results. Delete criteria to broaden search results.</li> <li>Remember that entering terms in multiple fields searches for all terms in the query.</li> <li>Click the <input type="button" class="button" value="Clear" /> button to begin a new search.</li> <li>Click the <span class="history-type searchaction"><a>History</a></span> button to rerun a previous search.</li> <li>In your History table, use the <b>Modify</b> link to create a new search using the saved search as a starting point.</li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-history"> Search History <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="general-history" class="panel-collapse collapse"> <div class="panel-body"> <p>The Search History feature in the TRID and RIP Databases enables users to combine their previous searches using Boolean operators to create more precise results. Users can view their search history by clicking on <span class="history-type searchaction"><a>History</a></span> in the toolbar or in mobile mode. <span class="history-type searchaction"><a>History</a></span> will be accessible through the ellipsis on the right side of the toolbar.</p> <ul> <li>The 50 most recent searches will be listed in the table and will be available unless you use the <span class="btn site-button"><a>Clear History</a></span> button at the bottom of the table or the Delete button <span class="icon" data-icon="delete"></span> to remove individual sets.</li> <li>Click <strong>View</strong> to revisit results.</li> <li>Results of a combined search will be returned in ascending order by date of publication / project start date.</li> <li>Combine sets in the History table using <a href="https://onlinepubs.trb.org/Onlinepubs/tris/SearchHistoryBoolean.pdf"><code>AND</code> or <code>OR</code> Boolean logic</a>.</li> <li> Alternatively, users can manually key in set numbers which allows for use of parentheses and the <code>NOT</code> Boolean operator. <div class="alert alert-info callout-container" role="alert"> <div>Example</div> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p><span class="style-input">(1 OR 2) NOT 3</span></p> </div> </li> <li>Combined sets cannot be shared as these are derived from the browser memory cache on your computer.</li> <li>Combined sets are not affected when individual sets used to create it are deleted.  For example, if a user creates a set combining two sets, 1 OR 2, which creates a new set 3, then later deletes set 2, the combined set 3 will still be present and will display the same records when <strong>View</strong> is clicked from the <strong>Actions</strong> column.</li> <li>To efficiently manage system resources in this publicly accessible search tool, TRID only displays the first 15,000 results from extremely large result sets.</li> <li>TRID will indicate 15,000 records regardless of how many more records match your search criteria.</li> <li> When using the Search History feature, only the first 15,000 records will be combined with the other set(s) regardless of which Boolean operator is employed. This means that results beyond the first 15,000 will not be factored into combined sets, regardless of sort order (Date published, Date record created, or Title). <div class="alert alert-info callout-container" style="gap: 1rem;" role="alert"> <div>Tip</div> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p> <div>Try to reduce the size of extremely large result sets by employing Date Range, Source, Result Type, and other limits, before combining with other sets through Search History.</div> <div style="font-weight: 600;">OR</div> <div>Craft a single search statement through the Advanced Search if possible.</div> </p> </div> </li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-navigation"> Viewing and Navigating Results <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="general-navigation" class="panel-collapse collapse"> <div class="panel-body"> <p>TRID displays 25 records per page by default. Use the <b>Records Per Page</b> selections at the very bottom of the <a href="/results#show-filters">Advanced Search Filters</a> to decrease or increase the number of results displayed per page. Records can be displayed in increments of 10, 25, 50 or 100. After selecting the desired number of records, click the <input type="button" class="button" value="Apply" /> button to save the setting for your current session.</p> <p>To navigate more than one page of results, use the arrow buttons at the top and bottom of each page of results. Key in a number to go to a particular page of results.</p> <div id="help-resultsbar"> <div></div> </div> <p>Note that <b>Sort Order</b> can be changed to Descending or Ascending.</p> <p>Records can also be sorted by:</p> <ul> <li><b>Published / Start Date</b> - Start Date is the date that a project starts.</li> <li><b>Created Date</b> – Date that a record was added to TRID.</li> <li><b>Title</b> – titles of publications, datasets or projects. This does NOT include Serial/Journal titles.</li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-markedactions"> Marked Records: Emailing, Saving or Exporting Results <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="general-markedactions" class="panel-collapse collapse"> <div class="panel-body"> <div class="alert alert-warning callout-container" role="alert"> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <h3 style="font-size: 16px; font-style: normal; margin: 0;">Terms of use</h3> <p class="tou">Use of TRID, like all other portions of the NAS website, is governed by the NAS website <a href="https://www.nationalacademies.org/legal">Copyright Policy</a>, <a href="https://www.nationalacademies.org/legal/terms">Terms of Use</a>, and <a href="https://www.nationalacademies.org/legal/privacy">Privacy Statement</a>. By using TRID, you accept and agree to be bound by these policies.</p> </div> <ul> <li>Only 2,000 records at a time can be Printed/Emailed/Saved to your file.</li> <li>Use the checkboxes next to results to add records to your Marked Records list.</li> <li>Users may also mark all records on a page, or all records in a result list. These selections are available at the top of each page of results:</li> </ul> <p class="marking-actions"> Mark: <span> <span>Page</span> · <span>All</span> · <span>None</span> </span> </p> <ul> <li>Click None to remove records marked from that particular list of results.</li> <li>Records added to your Marked Records list will remain in the list until you click Clear.</li> </ul> <h2>Actions</h2> <section class="marked-actions"> <p id="markCount"><span>7 Marked Records</span></p> <ul style="display: flex; margin: 0; padding: 0; list-style-type: none;"> <li><span>Print</span></li>&nbsp; <li><span>Email</span></li>&nbsp; <li><span>Save</span></li>&nbsp; <li><span>Clear</span></li> </ul> </section> <ul> <li><b>Print</b> marked records in various formats.</li> <li><b>Email</b> marked records to yourself or another person.</li> <li><b>Save</b> marked records for other uses including importing bibliographic software like RefWorks, EndNote, or ProCite.</li> <li><b>Clear</b> your marked record collection.</li> </ul> <h2>Formats</h2> <dl class="dl-horizontal"> <dt>Citation</dt> <dd>Plain text format for a reference citation.</dd> <dt>Citation & Abstract</dt> <dd>Plain text format for a reference citation which also includes the record abstract or description.</dd> <dt>RIS</dt> <dd>Used to import into bibliographic software like RefWorks, EndNote, Zotero or ProCite.</dd> <dt>CSV</dt> <dd>File format that separates values by commas (comma-delimited). Can be viewed in text and spreadsheet editors.</dd> <dt>Microsoft Word</dt> <dd>Full record output in Microsoft Word document format. Records are separated by page breaks.</dd> <dt>XML</dt> <dd>Structured output of full record data in XML for use in data transfer or import.</dd> <dt>HTML</dt> <dd>Full record output as a web page for print or display in a browser.</dd> </dl> <h2>Sort by</h2> <p>While exporting, saving, or emailing records, the Marked Records list can be sorted by:</p> <ul> <li>Date published or Start date of project; newest first or oldest first</li> <li>Date the record was created, i.e. the date the record was published in TRID; newest first or oldest first</li> <li>Alphabetically by title; A-Z or Z-A</li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-sharing"> Sharing Searches <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="general-sharing" class="panel-collapse collapse"> <div class="panel-body"> <p>After running a search from the TRID home page or from Advanced Search, the resulting URL in your web browser’s address bar can be copied and pasted to an email, document or website. The URL will run the same TRID search when clicked.</p> <ul> <li>Searches can be further modified to narrow or broaden results.</li> <li>URLs resulting from sets combined in the Search History feature will not work.</li> </ul> </div> </div> </div> </div> <!-- Search field help --> <a name="Fields"></a> <h2 align="center"> Available Search Fields </h2> <div class="panel-group" id="accordion-fields"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-keyword"> Keyword Field <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-keyword" class="panel-collapse collapse in"> <div class="panel-body"> <p>This field searches all of the indexed fields in TRID which include title, abstract, notes, index terms, subject areas, record accession numbers (both TRIS and ITRD), and authors.</p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-title"> Title Field <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-title" class="panel-collapse collapse"> <div class="panel-body"> <p>Enter one or more terms from a title or the exact title to search on a publication title.</p> <ul> <li> This field searches article/paper titles as well as titles of reports, books, projects and datasets. <div class="alert alert-info callout-container" role="alert"> <div>Example</div> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p><span class="style-input">COVID OR pandemic*</span> will retrieve any record that has either of these two words anywhere in the title. Adding the asterisk to the end of the word pandemic will also retrieve “pandemics.”</p> </div> </li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-abstract"> Abstract Field <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-abstract" class="panel-collapse collapse"> <div class="panel-body"> <p>Enter one or more keywords or phrases to search only the Abstract or summary portion of any given publication or project record. Abstracts summarize publications or projects, highlighting the major points and ideally why it is important.</p> <p>As with other fields in TRID, employ <a href="https://onlinepubs.trb.org/Onlinepubs/tris/SearchHistoryBoolean.pdf">Boolean (<code>AND</code>, <code>OR</code>, <code>NOT</code>) logic</a>, wild-cards using an asterisk (*) after a stem/root word, and nested searches enclosing terms in parentheses, as detailed in the <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-searchtips" style="display: inline; padding: 0; margin: 0; text-decoration: underline;">Advanced Search Tips</a> above for more complex searches.</p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-serial"> Serial/Journal or Conference <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-serial" class="panel-collapse collapse"> <div class="panel-body"> <p>Enter one or more terms to search for records from a serial/journal or conference. Enclose the title within quotes to return only results from a specific serial or conference.</p> <ul> <li>Entering a term(s) in this field will automatically limit your search to articles from journal publications and other types of series, as well as papers from conferences.</li> <li>For example, entering <span class="style-input">"Transportation Research Record"</span> will only return articles published in that journal.</li> <li>Entering <span class="style-input">"Transportation Research Board 100th Annual Meeting"</span> will only return papers from that particular conference.</li> <li><span class="style-input">Transportation Research Board Annual Meeting</span> would retrieve all papers from any Transportation Research Board annual meeting.</li> <li>To search for records from two or more journals, key in the <code>OR</code> operator: ex. <span class="style-input">"Safety Science" OR "Journal of Safety Research"</span></li> <li>Entering <span class="style-input">"Safety"</span> will retrieve all records from any journal or conference that have the word “safety” in the journal or conference title.</li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-subject"> Subject Areas <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-subject" class="panel-collapse collapse"> <div class="panel-body"> <p>This field can be a very effective way to narrow or focus your searches. If you are interested in <i>runway pavements</i>, selecting <b>Aviation</b> will effectively exclude results about highway pavements, for example. Most records in TRID have at least one mode, and at least one function.</p> <ul> <li>If you select multiple subject areas, you can switch between <code>OR</code>/<code>AND</code> Boolean logic for your selections by switching the toggle button directly below the field between: <b>Match Any Subject Listed</b> or <b>Match All Subjects Listed</b>.</li> <li>Click in the field and use the down arrow or scroll button on your mouse to select your subject(s). On a smartphone, you’ll see a standard scroll wheel from which you can easily select multiple terms. You may also start typing to filter the list, then use the arrow keys or highlight with the cursor to select a subject area. Multiple subject areas may be selected in the same manner.</li> </ul> <p>There are 37 Subject Areas available:</p> <ul> <li>11 modes: Aviation; Freight Transportation; Highways; Marine Transportation; Motor Carriers; Passenger Transportation; Pedestrians and Bicyclists; Pipelines; Public Transportation; Railroads; Transportation (General)</li> <li>26 functions: Administration and Management; Bridges and other Structures; Construction; Data and Information Technology; Design; Economics; Education and Training; Energy; Environment; Finance; Geotechnology; History; Hydraulics and Hydrology; Law; Maintenance and Preservation; Materials; Operations and Traffic Management; Pavements; Planning and Forecasting; Policy; Research; Safety and Human Factors; Security and Emergencies; Society; Terminals and Facilities; Vehicles and Equipment</li> </ul> <div class="alert alert-info callout-container" role="alert"> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p>Note that ITRD Subjects are only searchable in the keyword field.</p> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-numbers"> Paper, Report, Contract or Grant Numbers <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-numbers" class="panel-collapse collapse"> <div class="panel-body"> <p>Many documents include unique identifiers which are frequently alphanumeric, containing some combination of numbers and letters. For reports published by departments of transportation and University Transportation Centers, these numbers can be found on the title or technical documentation pages.</p> <div id="help-reportnumbers"> <div></div> </div> <p>Enter complete or partial terms to search for report, contract or grant numbers.</p> <p>To search for multiple terms, use <code>OR</code> to separate search terms.</p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-source"> Source <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-source" class="panel-collapse collapse"> <div class="panel-body"> <p>A source is the organization or type of organization that provided the records to the TRID Database. Limiting to project records from Research in Progress (RIP) is also an option. If no selection is marked, all Sources are included in your search by default. One or more Sources can be selected to limit your search, and the default Boolean operator between each selection will be 'OR.'</p> <p>Sources include:</p> <ul> <li><b>TRIS</b> – records indexed by TRB’s <a href="https://www.trb.org/InformationServices/InformationServices.aspx">Transportation Research Information Service</a>.</li> <li><b>ITRD</b> – provided by member organizations of <a href="https://www.internationaltransportforum.org/jtrc/itrd/">International Transport Research Documentation</a>.</li> <li><b>TRB</b> – limits to TRB publications and projects, including <i>Transportation Research Record</i>, <i>TR News</i>, and <i>TRB Annual Meeting Papers</i>.</li> <li><b>RIP</b> – limits to project records from TRB’s <a href="https://rip.trb.org/">Research in Progress Database</a>.</li> <li><b>UTC</b> – (University Transportation Center) limits to projects, datasets, or reports from <a href="https://www.transportation.gov/content/university-transportation-centers">University Transportation Centers (UTC) Program</a>, which is funded by the US Department of Transportation.</li> <li><b>ATRI</b> – (Australian Transport Index) limits to records provided by the <a href="https://www.arrb.com.au/">Australian Road Research Board (ARRB)</a>.</li> <li><b>USDOT</b> – (US Federal Department of Transportation) limits to records for publications, datasets or projects published, funded, sponsored or authored by the US Department of Transportation or one of its agencies.</li> <li><b>STATEDOT</b> – (US State Departments of Transportation) limits to records for publications, datasets or projects published, funded, sponsored or authored by state-level departments of transportation in the United States.</li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-terms"> Index Term <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-terms" class="panel-collapse collapse"> <div class="panel-body"> <p>Index terms are terms from the <a href="https://trt.trb.org/">Transportation Research Thesaurus (TRT)</a>. Begin typing an index term. Matching terms will appear in a drop-down list from which you can select terms. Best matches will appear first. Results will include non-preferred terms that have been assigned to the preferred TRT term.</p> <p>More than one term may be selected. The default Boolean operator is <code>OR</code>. You can switch between <code>OR</code>/<code>AND</code> Boolean logic for your selections by switching the toggle button directly below the field between: <b>Match Any Term Listed</b> or <b>Match All Terms Listed</b>.</p> <p>For more complex searches use the <a href="/History">Search History feature</a> to combine those searches using the <code>AND</code> or <code>NOT</code> <a href="https://onlinepubs.trb.org/Onlinepubs/tris/SearchHistoryBoolean.pdf">Boolean operators</a>.</p> <div class="alert alert-info callout-container" role="alert"> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p>Non-TRT terms and ITRD Thesaurus terms do not appear in the drop-down list but are still searchable in the Keywords field and Partial Index Term field.</p> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-partialterm"> Global Free-text Index Term <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-partialterm" class="panel-collapse collapse"> <div class="panel-body"> <p>This field searches all <b>Index Terms</b>, including terms from the <a href="https://trt.trb.org/">Transportation Research Thesaurus (TRT)</a> and other controlled vocabularies that may have been applied to index a publication or project. Indexing captures the essential aboutness or core concepts of an item. Other controlled vocabularies in TRID include the Australian Transport Research Index (ATRI) Thesaurus, and the International Transport Research Documentation (ITRD) Thesaurus. It also searches Geographic Terms and Identifier Terms (proper names for human-constructed facilities/things like Golden Gate Bridge, names for airports, computer programs, corporate names and persons) that are additional key descriptors of the publication/project.</p> <p>Unlike the <b>Index Term</b> field, users can employ exact phrase matching (with double quotes), wild-cards (*), <a href="https://onlinepubs.trb.org/Onlinepubs/tris/SearchHistoryBoolean.pdf">Boolean (<code>AND</code>, <code>OR</code>, <code>NOT</code>) logic</a>, and use parentheses as detailed in the <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-general" href="#general-searchtips" style="display: inline; padding: 0; margin: 0; text-decoration: underline;">Advanced Search Tips</a> section above.</p> <div class="alert alert-info callout-container" role="alert"> <div>Search example</div> <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span> <p><span class="style-input">galvan* AND bridge*</span> This captures all records indexed with terms from the TRT and other controlled vocabularies with galvanic, galvanized, etc. AND any term containing the root word, bridge.</p> </div> <p>Subject Areas are not searched as part of any query used here. These can be employed in the separate <b>Subject Areas</b> field to further refine or narrow one’s search.</p> <figure class="term-search-figure"> <div class="partial-record-view"> <h2>Subject/Index Terms </h2> </div> <div class="partial-record-view"> <ul class="record-info highlight-box"> <li> <strong>TRT Terms: </strong> <span class="faux-link">Accessibility</span>; <span class="faux-link">Auditory perception</span>; <span class="faux-link">Blindness</span>; <span class="faux-link">Construction</span>; <span class="faux-link">Perception</span>; <span class="faux-link">Persons with disabilities</span>; <span class="faux-link">Specifications</span>; <span class="faux-link">Standards</span>; <span class="faux-link">State of the art reports</span>; <span class="faux-link">Tactile perception</span></li> <li> <strong>Geographic Terms: </strong> <span class="faux-link">Germany</span> </li> <li> <strong>ITRD Terms: </strong> <span class="faux-link"> <span style="color: Gray; font-style: italic;">3655</span>: Bau</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">1726</span>: Behinderter</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">2075</span>: Blindheit</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">8125</span>: Deutschland</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">2081</span>: Hörvermögen</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">187</span>: Norm (tech)</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">177</span>: Richtlinien</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">8588</span>: Stand der Technik (Bericht)</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">9120</span>: Tastbar</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">2229</span>: Wahrnehmung</span>; <span class="faux-link"><span style="color: Gray; font-style: italic;">9139</span>: Zugänglichkeit</span></li> </ul> </div> <div class="partial-record-view"> <ul> <li> <strong>Subject Areas: </strong>Construction; I10: WIRTSCHAFT UND VERWALTUNG; I21: PLANUNG VON VERKEHRSINFRASTRUKTUR; </li> </ul> </div> <div class="partial-record-view" style="grid-column: 1 / 2; grid-row: 5 / 6;"> <h2>Subject/Index Terms </h2> </div> <div class="partial-record-view closer-row"> <ul> <li> <strong>TRT Terms: </strong> <span class="faux-link">Mobility applications</span>; <span class="faux-link">Operating costs</span>; <span class="faux-link">Public transit</span>; <span class="faux-link">Simulation</span>; <span class="faux-link">Socioeconomic factors</span>; <span class="faux-link">Suburbs</span>; <span class="faux-link">Travel demand</span></li> <li> <strong>Identifier Terms: </strong> <span class="faux-link">King County Metro Transit</span>; <span class="faux-link">SUMO (Traffic simulation model)</span></li> </ul> </div> <div class="partial-record-view closer-row"> <ul> <li> <strong>Geographic Terms: </strong> <span class="faux-link">King County (Washington)</span>; <span class="faux-link">Puget Sound Region</span>; <span class="faux-link">Seattle-Tacoma Metropolitan Area (Washington)</span></li> </ul> </div> <div class="callout-box" style="--start-col: 3; --start-row: 1;"> Searches only this part of any given record. This area can include terms from other controlled vocabularies. <svg> <defs> <marker id="markerArrow" markerWidth="13" markerHeight="13" refX="2" refY="6" orient="auto"> <path d="M 2 4 L 2 8 L 8 6 L 2 4" style="fill: #000000;" /> </marker> </defs> <line class="arrow" data-points-to-row="2" data-points-to-col="2" data-origin-edge="bottom" data-target-edge="right" /> </svg> </div> <div class="callout-box grid-2col grid-left" style="--start-col: 2; --start-row: 4;"> But does NOT search the <b>Subject Areas</b> <svg> <defs> <marker id="markerArrow" markerWidth="13" markerHeight="13" refX="2" refY="6" orient="auto"> <path d="M2,2 L2,9 L10,6 L2,2" style="fill: #000000;" /> </marker> </defs> <line class="arrow" data-points-to-row="3" data-points-to-col="1" data-origin-edge="left" data-target-edge="bottom" /> </svg> </div> <div class="callout-box grid-2col" style="--start-col: 2; --start-row: 5; max-width: 28rem;"> This area can also include Geographic and Identifier Terms. <svg> <defs> <marker id="markerArrow" markerWidth="13" markerHeight="13" refX="2" refY="6" orient="auto"> <path d="M2,2 L2,9 L10,6 L2,2" style="fill: #000000;" /> </marker> </defs> <line class="arrow" data-points-to-row="6" data-points-to-col="2" data-origin-edge="bottom" data-target-edge="right" data-next-col="1" /> </svg> <svg> <defs> <marker id="markerArrow" markerWidth="13" markerHeight="13" refX="2" refY="6" orient="auto"> <path d="M2,2 L2,9 L10,6 L2,2" style="fill: #000000;" /> </marker> </defs> <line class="arrow" data-points-to-row="7" data-points-to-col="2" data-origin-edge="bottom" data-target-edge="right" data-next-col="1" /> </svg> </div> </figure> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-organization"> Organization/Corporate Author <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-organization" class="panel-collapse collapse"> <div class="panel-body"> <p>Enter a partial or complete organization name to search among publishers, corporate or institutional authors, funding organizations, performing organizations, source organizations, or conference sponsors. You may need to use Boolean logic.</p> <ul> <li>For example, <span class="style-input">Maine Department of Transportation</span> will return records for reports, datasets and projects in which Maine Department of Transportation is a Corporate Author, Sponsor Organization, Performing Organization or Conference Sponsor.</li> <li><span class="style-input">Maine</span> will also bring back records in which Maine Department of Transportation is a Corporate/Sponsor/Performing organization, but also records with University of Maine.</li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-person"> Person/Personal Author <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-person" class="panel-collapse collapse"> <div class="panel-body"> <p>Enter a person's last/family name and first/given name or initial to search among authors and editors. You can use wildcards and Boolean logic to search across all matching names, including first names.</p> <p>Note that a query for <span class="style-input">Smith, R*"</span> will return results for 'Smith, Robert,' 'Smith, Richard' and authors 'Smith and Robert' or other last/family and first/given names that begin with the letter R. It will not return results for 'Smith, Bob'. Please keep in mind that due to differences in indexing practices among the various contributors to the TRID Database, some records contain only first/given initials rather than full names.</p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-resulttype"> Result Type <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-resulttype" class="panel-collapse collapse"> <div class="panel-body"> <p>Select from the list to limit your search to publications, projects, monographs (reports, books, collections), journal articles/conference papers, <b>datasets</b>, or a combination.</p> <p>If no selection is marked, all Result Types are included in your search by default. One or more Result Types can be selected to limit your search, and the default Boolean operator between each selection will be 'OR.'</p> <ul> <li>The default Result Type is 'All publications and projects' which includes all the Result Types listed below.</li> <li>'Articles and papers' limits your search to records describing journal articles (e.g., articles from <i>Transportation Research Record</i>) or conference papers (e.g., Transportation Research Board Annual Meeting papers).</li> <li> 'Datasets' limits to all records with a media type of 'dataset.' Datasets are organized collections of data produced by performed research in a fixed period of time. Datasets in TRID often are those arising from research and development (R&D) programs managed by U.S. Department of Transportation (DOT). They frequently support a DOT-funded technical report, but can also describe a "standalone" dataset with no accompanying report. <ul> <li>Dataset records will indicate either: '[dataset]' OR '[supporting dataset]' in the title field.</li> <li>All dataset records will contain a Dataset URL. Dataset records that support a final report will also contain a Record URL that links to full text of the report.</li> </ul> </li> <li>'Reports, books and collections' limits to TRB reports, federal and state department of transportation technical reports, reports published by non-governmental organizations, commercially published books, and works that collect conference papers in one volume, to name a few examples.</li> <li> <p>'Projects' limits to records describing current or recently completed transportation research projects. These records are primarily derived from the <a href="https://rip.trb.org/">Research in Progress (RIP) Database</a>. These projects are primarily funded by the U.S. Department of Transportation and State Departments of Transportation. University transportation research also is included.</p> <p>Project records will have this icon in the record list:</p> <div class="major-marker" data-icon="project"> <i class="major-icon"></i> <span class="major-marker-label">PROJECT</span> </div> </li> <li>'All publications' includes everything in TRID except projects.</li> </ul> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-language"> Language of Publication <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-language" class="panel-collapse collapse"> <div class="panel-body"> <p>Select specific languages to restrict results to records published in any of those languages. If you are unsure about the language of publication, it is best to leave this field blank.</p> <p>To select a language(s), put your cursor in the field and use the scrolling feature to highlight a language. Select as many languages as necessary.</p> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-fields" href="#fields-date"> Select Date Range <div class="click-hint glyphicon glyphicon-expand" aria-hidden="true"></div> </a> </h4> </div> <div id="fields-date" class="panel-collapse collapse"> <div class="panel-body"> <p> The default setting is set to search by the date <code>published</code> or date that a project started or will start OR you may select <code>created</code> to search by the date on which records were initially entered into the database.</p> <p>There are two methods for limiting your search by date: <b>custom date range</b> which uses a slider to set a time range OR using one or both of the <code>after</code> and <code>before</code> text boxes, in which you can enter specific dates in the yyyy or yyyymm formats. </p> <p>Note that the yyyymm format works best when using <code>created</code> date as not all publications indicate a month of publication. When using yyyymm format with <code>published</code> date, records with only a year of publication may be excluded from results depending on how wide a date range you enter.</p> </div> </div> </div> </div> </div> </div> </main> </div> <footer id="footer" class="container-fluid"> <div class="row" id="colophon"> <p id="colophon-nas">The National Academies of Sciences, Engineering, and Medicine</p> <address id="colophon-address">500 Fifth Street, NW | Washington, DC 20001 | Τ: <a href="tel://2023342000">202.334.2000</a></address> <p id="colophon-legal">Copyright &copy; 2025 National Academy of Sciences. All Rights Reserved. <a href="http://www.national-academies.org/legal/index.html">Terms of Use and Privacy Statement</a></p> </div> <div class="row" id="footer-nas-logo-row"> <a id="footer-nas-logo" class="navbar-brand logo" href="http://www.national-academies.org/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 66.64" aria-labelledby="footer-logo-title" role="img"> <title id="footer-logo-title">National Academies of Sciences, Engineering, and Medicine</title> <defs></defs> <path d="m4.26 8.63 19.56 20.49V1.72h-3.47v18.93L.8.16v27.32h3.46V8.63zM32.55 27.48h3.83l8.15-19.2 7.93 18.99.09.21h3.82L44.62 0 32.55 27.48zM175.05 27.48h3.83l8.16-19.2 7.93 18.99.08.21h3.83L187.12 0l-12.07 27.48zM68.23 27.48h3.47V5.03h7.72V1.72H60.51v3.31h7.72v22.45zM90.08 1.72h3.46v25.76h-3.46z" class="cls-1"></path> <path d="M157.14 38.67A13.39 13.39 0 1 0 143.75 52a13.21 13.21 0 0 0 13.39-13.33Zm-3.54 0a9.85 9.85 0 1 1-9.85-10 9.93 9.93 0 0 1 9.85 10Z" class="cls-1" transform="translate(-24.97 -24.05)"></path> <path d="m146.56 8.63 19.56 20.49V1.72h-3.47v18.93L143.1.16v27.32h3.46V8.63zM210.95 1.72h-3.46v25.76h13.8v-3.31h-10.34V1.72z" class="cls-1"></path> <path d="M67.41 63A13.13 13.13 0 0 0 54 76.37a13 13 0 0 0 13.26 13.24A13.48 13.48 0 0 0 75 87.1l.14-.1v-4.46l-.58.58a10.91 10.91 0 0 1-2.81 2 10 10 0 0 1-4.51 1.13c-6.74 0-9.77-5.78-9.77-9.89a9.82 9.82 0 0 1 9.74-10.11 10.44 10.44 0 0 1 4.18.94 12 12 0 0 1 3.17 2.27l.58.58v-4.41l-.13-.1a12.1 12.1 0 0 0-7.6-2.53ZM130 66.4a14 14 0 0 0-9.47-3h-5.45v25.75h5.42c4.25 0 6.88-.83 9.39-3a12.32 12.32 0 0 0 4.52-9.89A12.54 12.54 0 0 0 130 66.4Zm-2.39 17.26a10.37 10.37 0 0 1-7 2.18h-2.11V66.7h2.11c6.21 0 10.22 3.77 10.22 9.59a9.23 9.23 0 0 1-3.25 7.37Z" class="cls-1" transform="translate(-24.97 -24.05)"></path> <path d="M119.94 65.11h15.33V61.8h-11.86v-9.07h10.38v-3.31h-10.38v-6.76h11.86v-3.32h-15.33v25.77zM201.26 65.11h15.33V61.8h-11.86v-9.07h10.37v-3.31h-10.37v-6.76h11.86v-3.32h-15.33v25.77zM158.66 58.65l-9.79-21.53-4.42 27.99h3.56l2.36-16.59 8.25 18.12 8.35-18.12 2.25 16.59h3.56l-4.14-28.03-9.98 21.57zM184.29 39.34h3.46V65.1h-3.46z" class="cls-1"></path> <path d="M263.7 76.76a12.7 12.7 0 0 0-4-2.44l-2.42-1a8 8 0 0 1-2.53-1.51 2.32 2.32 0 0 1-.83-1.94c0-2.11 1.56-3.53 3.87-3.53a4.18 4.18 0 0 1 2.61.79 5.51 5.51 0 0 1 1.37 1.77l.17.34 2.8-1.85-.14-.27a7.79 7.79 0 0 0-2.56-2.91 7.16 7.16 0 0 0-4.18-1.21c-4.34 0-7.37 2.8-7.37 6.8a5.53 5.53 0 0 0 1.83 4.35 10.74 10.74 0 0 0 3.24 2l2.44 1.17a10.81 10.81 0 0 1 2.94 1.68 3.39 3.39 0 0 1 1.13 2.68A4.8 4.8 0 0 1 254 85a5.6 5.6 0 0 1-1.42-3l-.05-.39-3.4.94.07.32a9.51 9.51 0 0 0 2.43 4.61 7.73 7.73 0 0 0 5.69 2.13 7.9 7.9 0 0 0 8.28-8 6.38 6.38 0 0 0-1.9-4.85Z" class="cls-1" transform="translate(-24.97 -24.05)"></path> <path d="M0 65.11h3.83l8.16-19.21 7.92 19 .09.21h3.83L12.07 37.63 0 65.11zM57.37 65.11h3.83l8.15-19.21 7.93 19 .08.21h3.83L69.44 37.63 57.37 65.11z" class="cls-1"></path> <path d="M292 26.45a3.91 3.91 0 0 0-1.07-.14 2.94 2.94 0 0 0-1.74.52 1.71 1.71 0 0 0-.72 1.47 2.36 2.36 0 0 0 .63 1.7 9.45 9.45 0 0 0 1.9 1.38 15.52 15.52 0 0 1 1.45 1 4.28 4.28 0 0 1 .94 1.12 2.87 2.87 0 0 1 .38 1.51 3.57 3.57 0 0 1-.57 2 3.79 3.79 0 0 1-1.6 1.34 5.79 5.79 0 0 1-2.39.47 9.63 9.63 0 0 1-2.22-.25 4.15 4.15 0 0 1-1.41-.52l.39-2.49H287l.11 1.84a2.93 2.93 0 0 0 .92.39 5 5 0 0 0 1.16.14 3.39 3.39 0 0 0 2-.6 1.94 1.94 0 0 0 .83-1.68 2.25 2.25 0 0 0-.56-1.54 7.66 7.66 0 0 0-1.7-1.32c-.6-.39-1.1-.75-1.51-1.07a4.43 4.43 0 0 1-1-1.2 2.94 2.94 0 0 1-.43-1.59 3.08 3.08 0 0 1 .57-1.85 3.58 3.58 0 0 1 1.55-1.23 5.17 5.17 0 0 1 2.13-.43 7.84 7.84 0 0 1 2 .21 4 4 0 0 1 1.25.51l-.4 2.31h-.95l-.14-1.68a2.39 2.39 0 0 0-.83-.32ZM300.27 29.79a2.2 2.2 0 0 0-1.53.62 4.15 4.15 0 0 0-1.06 1.74 8 8 0 0 0-.38 2.55 4.11 4.11 0 0 0 .5 2.24 1.6 1.6 0 0 0 1.42.74 2.71 2.71 0 0 0 1.25-.27 5.56 5.56 0 0 0 1.15-.81l.35.64a4.42 4.42 0 0 1-1.31 1.08 3.78 3.78 0 0 1-2 .5 2.76 2.76 0 0 1-2.31-1 4.51 4.51 0 0 1-.83-2.9 7.35 7.35 0 0 1 .6-2.87 6 6 0 0 1 1.77-2.38 4.27 4.27 0 0 1 2.77-.95 5.7 5.7 0 0 1 1.06.11 3.31 3.31 0 0 1 .92.3l-.48 1.7-.29-.11a2.91 2.91 0 0 0-1.6-.93ZM306.13 37.31a.54.54 0 0 0 .08.33.22.22 0 0 0 .2.11.74.74 0 0 0 .39-.12 2.88 2.88 0 0 0 .5-.4l.23.42a3.34 3.34 0 0 1-.78.77 2 2 0 0 1-1.23.4 1.3 1.3 0 0 1-.89-.27.9.9 0 0 1-.26-.81c0-.3.18-1.43.46-3.41q.24-1.59.6-4.23l-1.09-.4.11-.6 2.49-.4.38.19-1.17 8.25Zm-.08-10.8a1 1 0 0 1-.27-.69 1.24 1.24 0 0 1 .34-.89 1.07 1.07 0 0 1 .82-.37.94.94 0 0 1 .7.27.93.93 0 0 1 .26.66 1.35 1.35 0 0 1-.33.92 1.14 1.14 0 0 1-.88.38.9.9 0 0 1-.64-.28ZM315.15 38.24a4.26 4.26 0 0 1-2.23.6 3.45 3.45 0 0 1-2-.53 3.23 3.23 0 0 1-1.15-1.41 4.83 4.83 0 0 1-.36-1.87 7.38 7.38 0 0 1 .67-3.14 5.91 5.91 0 0 1 1.92-2.33 4.33 4.33 0 0 1 2.62-.88 2.64 2.64 0 0 1 1.88.6 2.06 2.06 0 0 1 .63 1.56 2.66 2.66 0 0 1-1 2.11 6.62 6.62 0 0 1-2.37 1.28 9.48 9.48 0 0 1-2.46.45 3.85 3.85 0 0 0 .42 2.13 1.68 1.68 0 0 0 1.6.91 3.61 3.61 0 0 0 1.54-.36 4.41 4.41 0 0 0 1.39-1l.38.65a4.39 4.39 0 0 1-1.48 1.23Zm-2.41-8a4.82 4.82 0 0 0-1 1.65 7.41 7.41 0 0 0-.44 1.94 5.85 5.85 0 0 0 1.86-.39 4.34 4.34 0 0 0 1.6-1 2 2 0 0 0 .65-1.46 1.5 1.5 0 0 0-.33-1.05 1.14 1.14 0 0 0-.88-.35 2 2 0 0 0-1.46.67ZM323.42 29.32a3.62 3.62 0 0 1 2-.64 1.89 1.89 0 0 1 1.51.6 2.93 2.93 0 0 1 .53 1.95 16.77 16.77 0 0 1-.39 2.68l-.07.4-.14.85a12.6 12.6 0 0 0-.28 2.12c0 .32.08.47.23.47a1.35 1.35 0 0 0 .82-.44l.21.46a1.7 1.7 0 0 1-.36.4 2.81 2.81 0 0 1-.7.45 1.92 1.92 0 0 1-.9.2c-.74 0-1.11-.35-1.11-1.07a14.6 14.6 0 0 1 .32-2.14l.16-.84.07-.42c.11-.63.21-1.18.28-1.66a9 9 0 0 0 .1-1.32 2 2 0 0 0-.23-1.12 1 1 0 0 0-.84-.3 2.63 2.63 0 0 0-1.57.69 6.6 6.6 0 0 0-1.48 1.67l-.86 6.34H319l1.13-8.49-.86-.42.14-.67 2.14-.39.37.2-.23 2.1a6.56 6.56 0 0 1 1.73-1.66ZM334.3 29.79a2.22 2.22 0 0 0-1.53.62 4.14 4.14 0 0 0-1 1.74 7.68 7.68 0 0 0-.38 2.55 4.11 4.11 0 0 0 .49 2.24 1.61 1.61 0 0 0 1.42.74 2.78 2.78 0 0 0 1.26-.27 5.52 5.52 0 0 0 1.14-.81l.36.64a4.56 4.56 0 0 1-1.31 1.08 3.85 3.85 0 0 1-2 .5 2.79 2.79 0 0 1-2.31-1 4.57 4.57 0 0 1-.83-2.9 7.19 7.19 0 0 1 .61-2.87 5.94 5.94 0 0 1 1.77-2.38 4.24 4.24 0 0 1 2.76-.95 5.7 5.7 0 0 1 1.06.11 3.2 3.2 0 0 1 .92.3l-.47 1.7-.3-.11a2.91 2.91 0 0 0-1.66-.93ZM343.32 38.24a4.26 4.26 0 0 1-2.23.6 3.42 3.42 0 0 1-1.95-.53A3.17 3.17 0 0 1 338 36.9a4.66 4.66 0 0 1-.37-1.87 7.53 7.53 0 0 1 .67-3.14 6 6 0 0 1 1.86-2.33 4.36 4.36 0 0 1 2.63-.88 2.65 2.65 0 0 1 1.88.6 2.06 2.06 0 0 1 .63 1.56 2.69 2.69 0 0 1-1 2.11 6.66 6.66 0 0 1-2.38 1.28 9.33 9.33 0 0 1-2.46.45 4 4 0 0 0 .42 2.13 1.68 1.68 0 0 0 1.6.91 3.65 3.65 0 0 0 1.55-.36 4.37 4.37 0 0 0 1.38-1l.39.65a4.43 4.43 0 0 1-1.48 1.23Zm-2.4-8a4.67 4.67 0 0 0-1 1.65 7 7 0 0 0-.44 1.94 5.79 5.79 0 0 0 1.85-.39 4.25 4.25 0 0 0 1.6-1 2 2 0 0 0 .65-1.46 1.5 1.5 0 0 0-.32-1.05 1.17 1.17 0 0 0-.89-.35 1.93 1.93 0 0 0-1.45.67ZM351.91 29.91a3.08 3.08 0 0 0-1.24-.24 2.15 2.15 0 0 0-1.3.35 1.18 1.18 0 0 0-.49 1 1.54 1.54 0 0 0 .4 1.06 6.17 6.17 0 0 0 1.13 1c.42.33.76.61 1 .85a3.35 3.35 0 0 1 .67.87 2.38 2.38 0 0 1 .3 1.2 2.4 2.4 0 0 1-1 2.07 4.21 4.21 0 0 1-2.53.73 7.55 7.55 0 0 1-1.57-.17 2.73 2.73 0 0 1-1-.39l.29-1.21a3.77 3.77 0 0 0 1 .5 3.94 3.94 0 0 0 1.36.24 2.47 2.47 0 0 0 1.31-.33 1.14 1.14 0 0 0 .55-1.06 1.58 1.58 0 0 0-.43-1.09 8 8 0 0 0-1.26-1 3.53 3.53 0 0 1-1.81-2.86 2.43 2.43 0 0 1 .46-1.45 2.92 2.92 0 0 1 1.25-1 4.48 4.48 0 0 1 1.75-.34 7.2 7.2 0 0 1 1.29.12 4.56 4.56 0 0 1 .92.22l-.3 1.33a1.83 1.83 0 0 0-.75-.4ZM287 50.81h8.32l-.12 2.79h-1l-.28-1.84-4-.14-.67 5 4.07-.14-.12 1.32-4-.14-.81 5.34 4.95-.21 1-2.12 1 .19-.71 3h-9.33l.07-.68 1.32-.21 1.4-11.19-1.19-.2ZM301.65 54.52a3.52 3.52 0 0 1 2-.64 1.89 1.89 0 0 1 1.51.6 2.89 2.89 0 0 1 .53 1.94 16.85 16.85 0 0 1-.39 2.69l-.07.4-.14.84a12.68 12.68 0 0 0-.28 2.13c0 .31.07.47.23.47a1.41 1.41 0 0 0 .82-.44l.14.49a1.76 1.76 0 0 1-.37.4 3.17 3.17 0 0 1-.69.45 2 2 0 0 1-.9.2A1 1 0 0 1 303 63a14.6 14.6 0 0 1 .32-2.14l.16-.84.07-.42c.11-.64.21-1.19.28-1.66a9.18 9.18 0 0 0 .1-1.33 2 2 0 0 0-.23-1.11 1 1 0 0 0-.84-.31 2.59 2.59 0 0 0-1.57.7 6.6 6.6 0 0 0-1.48 1.67l-.86 6.33h-1.67l1.13-8.49-.86-.42.14-.66 2.14-.39.37.19-.23 2.11a6.56 6.56 0 0 1 1.68-1.71ZM313.74 66.64a4.23 4.23 0 0 1-1.77 1.2 5.86 5.86 0 0 1-2 .37 7.37 7.37 0 0 1-1.13-.09 4.89 4.89 0 0 1-.87-.22l.37-1.42a6.44 6.44 0 0 0 1 .39 4.29 4.29 0 0 0 1.22.18 2.62 2.62 0 0 0 1.66-.43 2.58 2.58 0 0 0 .71-1.62l.33-2.33a4.25 4.25 0 0 1-1.18 1 3 3 0 0 1-1.52.39 2.52 2.52 0 0 1-2.17-1 4.5 4.5 0 0 1-.72-2.68 7.33 7.33 0 0 1 .66-3 6.45 6.45 0 0 1 1.95-2.49 4.73 4.73 0 0 1 3-1 5.1 5.1 0 0 1 1 .11 5.19 5.19 0 0 1 .91.28l1.09-.39-1.58 10.63a3.73 3.73 0 0 1-.96 2.12ZM313 54.81a2.66 2.66 0 0 0-2 .85 5.43 5.43 0 0 0-1.22 2.11 7.91 7.91 0 0 0-.4 2.46 3.81 3.81 0 0 0 .42 2 1.31 1.31 0 0 0 1.17.71 2.42 2.42 0 0 0 1.37-.44 3.83 3.83 0 0 0 1-1l.93-6.28a2.13 2.13 0 0 0-1.27-.41ZM320.16 62.51a.56.56 0 0 0 .08.32.24.24 0 0 0 .2.12.8.8 0 0 0 .4-.12 4.16 4.16 0 0 0 .5-.41l.23.42a3.57 3.57 0 0 1-.78.78 2 2 0 0 1-1.24.4 1.32 1.32 0 0 1-.89-.27.92.92 0 0 1-.25-.82c0-.29.18-1.43.46-3.4.16-1.07.36-2.48.59-4.23l-1.09-.4.11-.6 2.49-.4.39.19-1.18 8.25Zm-.08-10.81a.93.93 0 0 1-.27-.68 1.25 1.25 0 0 1 .35-.89 1 1 0 0 1 .81-.37.93.93 0 0 1 .7.27.9.9 0 0 1 .27.66 1.36 1.36 0 0 1-.34.92 1.11 1.11 0 0 1-.88.37.87.87 0 0 1-.64-.28ZM328.56 54.52a3.54 3.54 0 0 1 2-.64 1.89 1.89 0 0 1 1.51.6 2.89 2.89 0 0 1 .53 1.94 16.85 16.85 0 0 1-.39 2.69l-.07.4-.14.84a12.68 12.68 0 0 0-.28 2.13c0 .31.08.47.23.47a1.41 1.41 0 0 0 .82-.44l.23.49a1.76 1.76 0 0 1-.37.4 3.17 3.17 0 0 1-.69.45 2 2 0 0 1-.9.2 1 1 0 0 1-1.16-1.05 14.6 14.6 0 0 1 .32-2.14l.16-.84.07-.42c.11-.64.21-1.19.28-1.66a9.18 9.18 0 0 0 .1-1.33 2 2 0 0 0-.23-1.11 1 1 0 0 0-.84-.31 2.59 2.59 0 0 0-1.57.7 6.6 6.6 0 0 0-1.48 1.67l-.86 6.33h-1.67l1.13-8.49-.86-.42.14-.66 2.14-.39.37.19-.23 2.11a6.56 6.56 0 0 1 1.71-1.71ZM340.41 63.44a4.26 4.26 0 0 1-2.23.6 3.35 3.35 0 0 1-1.95-.54 3 3 0 0 1-1.15-1.4 4.66 4.66 0 0 1-.37-1.87 7.38 7.38 0 0 1 .67-3.14 5.91 5.91 0 0 1 1.86-2.33 4.29 4.29 0 0 1 2.62-.88 2.62 2.62 0 0 1 1.88.6 2 2 0 0 1 .63 1.56 2.63 2.63 0 0 1-1 2.1 6.47 6.47 0 0 1-2.37 1.28 9.38 9.38 0 0 1-2.46.46A4 4 0 0 0 337 62a1.69 1.69 0 0 0 1.6.9 3.61 3.61 0 0 0 1.54-.36 4.27 4.27 0 0 0 1.39-1l.39.65a4.68 4.68 0 0 1-1.51 1.25Zm-2.4-8a4.53 4.53 0 0 0-1 1.65 6.69 6.69 0 0 0-.44 1.94 6.13 6.13 0 0 0 1.85-.39 4.25 4.25 0 0 0 1.6-1 2 2 0 0 0 .65-1.46 1.55 1.55 0 0 0-.32-1.05 1.14 1.14 0 0 0-.89-.36 2 2 0 0 0-1.46.68ZM349.39 63.44a4.26 4.26 0 0 1-2.23.6 3.35 3.35 0 0 1-2-.54 3.09 3.09 0 0 1-1.15-1.4 4.66 4.66 0 0 1-.37-1.87 7.38 7.38 0 0 1 .68-3.14 5.91 5.91 0 0 1 1.86-2.33 4.25 4.25 0 0 1 2.62-.88 2.65 2.65 0 0 1 1.88.6 2 2 0 0 1 .63 1.56 2.66 2.66 0 0 1-1 2.1 6.51 6.51 0 0 1-2.31 1.28 9.38 9.38 0 0 1-2.46.46 3.94 3.94 0 0 0 .43 2.13 1.66 1.66 0 0 0 1.59.9 3.65 3.65 0 0 0 1.55-.36 4.34 4.34 0 0 0 1.38-1l.39.65a4.68 4.68 0 0 1-1.49 1.24Zm-2.4-8a4.67 4.67 0 0 0-1 1.65 7 7 0 0 0-.44 1.94 6.07 6.07 0 0 0 1.85-.39 4.38 4.38 0 0 0 1.61-1 2 2 0 0 0 .65-1.46 1.5 1.5 0 0 0-.33-1.05 1.14 1.14 0 0 0-.89-.36 2 2 0 0 0-1.44.68ZM356.34 55.24a4.21 4.21 0 0 1 1.13-1 2.81 2.81 0 0 1 1.4-.38.93.93 0 0 1 .56.12l-.37 1.86a1.64 1.64 0 0 0-.86-.18 2.68 2.68 0 0 0-1.48.5 3.31 3.31 0 0 0-1.14 1.4l-.8 6.24h-1.69l1.11-8.45-.88-.44.12-.65 2.07-.4.35.21-.12 1.56-.08.7a3.9 3.9 0 0 1 .68-1.09ZM362.32 62.51a.56.56 0 0 0 .08.32.23.23 0 0 0 .2.12.8.8 0 0 0 .4-.12 4.16 4.16 0 0 0 .5-.41l.22.42a3.18 3.18 0 0 1-.78.78 2 2 0 0 1-1.23.4 1.3 1.3 0 0 1-.89-.27.92.92 0 0 1-.25-.82c0-.29.17-1.43.45-3.4.17-1.07.36-2.48.6-4.23l-1.09-.4.11-.6 2.49-.4.38.19-1.17 8.25Zm-.08-10.81a.93.93 0 0 1-.24-.7 1.24 1.24 0 0 1 .34-.89 1.07 1.07 0 0 1 .82-.37.94.94 0 0 1 .7.27.93.93 0 0 1 .26.66 1.35 1.35 0 0 1-.33.92 1.12 1.12 0 0 1-.88.37.86.86 0 0 1-.67-.26ZM370.36 54.52a3.55 3.55 0 0 1 2-.64 1.91 1.91 0 0 1 1.51.6 2.89 2.89 0 0 1 .52 1.94 17.7 17.7 0 0 1-.38 2.69l-.07.4-.14.84a12.68 12.68 0 0 0-.28 2.13c0 .31.07.47.22.47a1.4 1.4 0 0 0 .83-.44l.21.46a1.76 1.76 0 0 1-.37.4 3.74 3.74 0 0 1-.69.45 2.13 2.13 0 0 1-.91.2 1 1 0 0 1-1.1-1.07 14.1 14.1 0 0 1 .31-2.14l.16-.84.07-.42c.12-.64.21-1.19.28-1.66a9.27 9.27 0 0 0 .11-1.33 1.88 1.88 0 0 0-.24-1.11 1 1 0 0 0-.83-.31 2.59 2.59 0 0 0-1.57.7 6.6 6.6 0 0 0-1.48 1.67l-.86 6.33H366l1.12-8.49-.86-.42.14-.66 2.14-.39.37.19-.23 2.11a6.72 6.72 0 0 1 1.68-1.66ZM382.46 66.64a4.23 4.23 0 0 1-1.77 1.2 5.87 5.87 0 0 1-2 .37 7.34 7.34 0 0 1-1.12-.09 4.82 4.82 0 0 1-.88-.22l.37-1.42a6.58 6.58 0 0 0 1 .39 4.24 4.24 0 0 0 1.22.18 2.57 2.57 0 0 0 1.65-.43 2.53 2.53 0 0 0 .72-1.62l.33-2.33a4.25 4.25 0 0 1-1.18 1 3.07 3.07 0 0 1-1.52.39 2.52 2.52 0 0 1-2.17-1 4.5 4.5 0 0 1-.73-2.68 7.35 7.35 0 0 1 .67-3 6.27 6.27 0 0 1 1.95-2.51 4.71 4.71 0 0 1 3-1 5.1 5.1 0 0 1 1 .11 5.47 5.47 0 0 1 .91.28l1.09-.39-1.58 10.63a3.86 3.86 0 0 1-.96 2.14Zm-.7-11.83a2.62 2.62 0 0 0-2 .85 5.31 5.31 0 0 0-1.22 2.11 7.93 7.93 0 0 0-.41 2.46 3.7 3.7 0 0 0 .43 2 1.31 1.31 0 0 0 1.17.71 2.42 2.42 0 0 0 1.37-.44 3.79 3.79 0 0 0 1-1l.93-6.28a2.08 2.08 0 0 0-1.27-.41ZM295.85 80.3q1.44-3.12 1.89-4.29h3.76l-.07.75-1.56.19-.34 11.2 1.49.21-.02.64h-4.82l.07-.68 1.6-.21.4-7.76.23-3.56L297.1 80l-4.1 9.08-.94.12-1.44-9-.55-3.33-.71 3.4-1.88 7.9 1.77.21-.07.68h-4.53l.07-.68 1.46-.21L289 77l-1.62-.19.11-.75h4.07l1.35 8.56.23 1.79.77-1.76q.49-1.22 1.94-4.35ZM308 88.64a4.35 4.35 0 0 1-2.23.59 3.38 3.38 0 0 1-2-.53 3.26 3.26 0 0 1-1.15-1.4 4.87 4.87 0 0 1-.36-1.87 7.34 7.34 0 0 1 .67-3.14 6 6 0 0 1 1.91-2.29 4.32 4.32 0 0 1 2.62-.87 2.63 2.63 0 0 1 1.88.59 2.06 2.06 0 0 1 .63 1.56 2.65 2.65 0 0 1-1 2.11 6.62 6.62 0 0 1-2.37 1.28 10 10 0 0 1-2.46.46 3.89 3.89 0 0 0 .42 2.13 1.69 1.69 0 0 0 1.6.9 3.61 3.61 0 0 0 1.54-.36 4.3 4.3 0 0 0 1.39-1l.38.65a4.52 4.52 0 0 1-1.47 1.19Zm-2.41-8a4.68 4.68 0 0 0-1 1.64 7.5 7.5 0 0 0-.44 1.94 6.11 6.11 0 0 0 1.86-.38 4.61 4.61 0 0 0 1.6-1 2 2 0 0 0 .65-1.47 1.54 1.54 0 0 0-.32-1 1.15 1.15 0 0 0-.89-.36 2 2 0 0 0-1.45.64ZM318.78 87.71c0 .29.09.44.26.44a1.42 1.42 0 0 0 .81-.44l.24.44a3.31 3.31 0 0 1-.76.71 1.9 1.9 0 0 1-1.15.36c-.69 0-1-.38-1-1.13v-.38a4.57 4.57 0 0 1-1.23 1.07 3.18 3.18 0 0 1-1.65.44 2.46 2.46 0 0 1-2.14-1 4.54 4.54 0 0 1-.72-2.68 7.24 7.24 0 0 1 .67-3 6.3 6.3 0 0 1 1.89-2.48 4.67 4.67 0 0 1 3-1 4.42 4.42 0 0 1 1.31.21l.48-3.16-1.16-.3.14-.61 2.47-.32.39.23-1.83 12.4a.59.59 0 0 0-.02.2Zm-2-7.7a2.62 2.62 0 0 0-2 .85 5.14 5.14 0 0 0-1.21 2.1 8 8 0 0 0-.4 2.47 3.83 3.83 0 0 0 .42 2 1.27 1.27 0 0 0 1.16.7 2.39 2.39 0 0 0 1.4-.46 3.7 3.7 0 0 0 1-1l.95-6.19a2.2 2.2 0 0 0-1.32-.48ZM324.44 87.71a.56.56 0 0 0 .08.32.25.25 0 0 0 .21.12.79.79 0 0 0 .39-.13 3.18 3.18 0 0 0 .5-.4l.23.42a3.35 3.35 0 0 1-.78.77 2 2 0 0 1-1.24.41 1.34 1.34 0 0 1-.89-.28.92.92 0 0 1-.25-.81c0-.29.18-1.43.46-3.41.16-1.06.36-2.47.59-4.22l-1.08-.41.1-.59 2.49-.41.39.2-1.18 8.24Zm-.07-10.81a1 1 0 0 1-.28-.68 1.29 1.29 0 0 1 .35-.9 1.1 1.1 0 0 1 .81-.37.92.92 0 0 1 1 .93 1.29 1.29 0 0 1-.34.92 1.11 1.11 0 0 1-.87.38.84.84 0 0 1-.67-.28ZM332.76 80.18a2.22 2.22 0 0 0-1.53.62 4.15 4.15 0 0 0-1.06 1.74 8 8 0 0 0-.37 2.55 4.09 4.09 0 0 0 .49 2.24 1.59 1.59 0 0 0 1.42.75 2.71 2.71 0 0 0 1.29-.28 5.56 5.56 0 0 0 1.15-.81l.35.65a4.84 4.84 0 0 1-1.3 1.08 3.94 3.94 0 0 1-2 .5 2.78 2.78 0 0 1-2.31-1 4.49 4.49 0 0 1-.83-2.9 7.35 7.35 0 0 1 .6-2.87 6.1 6.1 0 0 1 1.72-2.45 4.26 4.26 0 0 1 2.77-.94 5.66 5.66 0 0 1 1.06.1 3.31 3.31 0 0 1 .92.3l-.47 1.7-.3-.1a2.88 2.88 0 0 0-1.6-.88ZM338.88 87.71a.56.56 0 0 0 .12.29.23.23 0 0 0 .2.12.82.82 0 0 0 .4-.13 3.18 3.18 0 0 0 .5-.4l.23.42a3.56 3.56 0 0 1-.78.77 2 2 0 0 1-1.24.41 1.32 1.32 0 0 1-.89-.28.9.9 0 0 1-.25-.81c0-.29.18-1.43.46-3.41.16-1.06.36-2.47.59-4.22l-1.09-.41.11-.59 2.49-.41.39.2-1.18 8.24Zm-.08-10.81a1 1 0 0 1-.27-.68 1.29 1.29 0 0 1 .35-.9 1.07 1.07 0 0 1 .81-.37.92.92 0 0 1 1 .93 1.34 1.34 0 0 1-.34.92 1.11 1.11 0 0 1-.88.38.87.87 0 0 1-.67-.28ZM347.19 79.72a3.54 3.54 0 0 1 2-.64 1.89 1.89 0 0 1 1.51.59 2.93 2.93 0 0 1 .53 2 16.77 16.77 0 0 1-.39 2.68l-.07.41-.14.84a12.6 12.6 0 0 0-.28 2.12c0 .32.08.48.23.48a1.38 1.38 0 0 0 .82-.44l.21.45a1.91 1.91 0 0 1-.36.41 3.11 3.11 0 0 1-.7.44 1.93 1.93 0 0 1-.9.21 1 1 0 0 1-1.11-1.07 14.24 14.24 0 0 1 .32-2.14l.16-.85.07-.42c.11-.63.21-1.18.28-1.66a9 9 0 0 0 .1-1.32 1.87 1.87 0 0 0-.23-1.11 1 1 0 0 0-.84-.31 2.66 2.66 0 0 0-1.57.69 6.48 6.48 0 0 0-1.48 1.68l-.89 6.24h-1.66l1.12-8.49-.86-.42.14-.67 2.14-.38.37.19-.23 2.1a6.52 6.52 0 0 1 1.71-1.61ZM359 88.64a4.35 4.35 0 0 1-2.23.59 3.34 3.34 0 0 1-1.95-.53 3.19 3.19 0 0 1-1.15-1.4 4.69 4.69 0 0 1-.37-1.87 7.34 7.34 0 0 1 .67-3.14 6 6 0 0 1 1.9-2.29 4.35 4.35 0 0 1 2.63-.87 2.61 2.61 0 0 1 1.87.59 2 2 0 0 1 .64 1.56 2.68 2.68 0 0 1-1 2.11 6.75 6.75 0 0 1-2.38 1.28 9.81 9.81 0 0 1-2.46.46 4.08 4.08 0 0 0 .42 2.13 1.69 1.69 0 0 0 1.6.9 3.65 3.65 0 0 0 1.55-.36 4.37 4.37 0 0 0 1.38-1l.39.65a4.57 4.57 0 0 1-1.51 1.19Zm-2.4-8a4.54 4.54 0 0 0-1 1.64 6.76 6.76 0 0 0-.44 1.94 6 6 0 0 0 1.85-.38 4.52 4.52 0 0 0 1.6-1 2 2 0 0 0 .65-1.47 1.49 1.49 0 0 0-.32-1 1.14 1.14 0 0 0-.89-.36 2 2 0 0 0-1.41.64Z" class="cls-1" transform="translate(-24.97 -24.05)"></path> </svg> </a> </div> </footer> <script type="module" src="/dist/js/main.js?v=qBOW2LN_ruFVDreRFPfCMauigtFhYoXeMipVPE_5KT8"></script> <script type="module" src="/dist/js/main.js?v=qBOW2LN_ruFVDreRFPfCMauigtFhYoXeMipVPE_5KT8"></script> <script> const startFunction = () => { const figureGrid = document.querySelector('.term-search-figure'); console.log(figureGrid, document.querySelectorAll('.partial-record-view')[0]); if(window.ResizeObserver) { const h1Elem = document.querySelector('h1'); const pElem = document.querySelector('p'); const divElem = document.querySelector('body > div'); const checkbox = document.querySelector('input[type="checkbox"]'); const resizeObserver = new ResizeObserver(entries => { setTimeout(setArrows, 0); console.log('Size changed'); }); resizeObserver.observe(figureGrid); } } const setArrows = () => { //--points-to-row: 2; --points-to-col: 3; const arrows = [...document.querySelectorAll('.arrow')]; arrows.forEach(arrow => { const pointsToRow = +arrow.dataset.pointsToRow; const pointsToCol = +arrow.dataset.pointsToCol; const originEdge = arrow.dataset.originEdge; const targetEdge = arrow.dataset.targetEdge; const nextCol = +arrow.dataset.nextCol || 0; const gridCellStyles = getComputedStyle(arrow.closest('.callout-box')); var arrowSource = getCellPosition( +gridCellStyles.getPropertyValue('grid-row-start')-1, +gridCellStyles.getPropertyValue('grid-column-start')-1 + nextCol ); // Guard clause; early return if grid is not displaying if(Number.isNaN(arrowSource.left)) return; var arrowTarget = getCellPosition(pointsToRow-1, pointsToCol-1); if(originEdge === 'bottom') { arrow.setAttribute('x1', arrowSource.left + arrowSource.width / 2 + 10); arrow.setAttribute('y1', arrowSource.top + arrowSource.height + 10 + 4); if(targetEdge === 'bottom') { arrow.setAttribute('x2', arrowTarget.left + arrowTarget.width / 2 + 10); arrow.setAttribute('y2', arrowTarget.top + arrowTarget.height + 10); } else { // default to "right" arrow.setAttribute('x2', arrowTarget.left + arrowTarget.width + 10); arrow.setAttribute('y2', arrowTarget.top + arrowTarget.height / 2 + 10); } } else { // default to "left" arrow.setAttribute('x1', arrowSource.left + 10 - 4); arrow.setAttribute('y1', arrowSource.top + arrowSource.height / 2 + 10 + 4); if(targetEdge === 'bottom') { arrow.setAttribute('x2', arrowTarget.left + arrowTarget.width / 2 + 10); arrow.setAttribute('y2', arrowTarget.top + arrowTarget.height + 10); } else { // default to "right" arrow.setAttribute('x2', arrowTarget.left + arrowTarget.width + 10); arrow.setAttribute('y2', arrowTarget.top + arrowTarget.height / 2 + 10); } } }); }; function getCellPosition(targetRow, targetColumn) { // Specify the target cell's row and column indices (0-based) // Select the grid container const gridContainer = document.querySelector('.term-search-figure'); // Get computed styles of the grid container const gridStyles = getComputedStyle(gridContainer); // Calculate the width of each column and height of each row const columnWidths = gridStyles.getPropertyValue('grid-template-columns').split(' ').map(parseFloat); const rowHeights = gridStyles.getPropertyValue('grid-template-rows').split(' ').map(parseFloat); // Get the grid gap values const columnGap = parseFloat(gridStyles.getPropertyValue('column-gap')) || 0; const rowGap = parseFloat(gridStyles.getPropertyValue('row-gap')) || 0; // Calculate `left` and `top` by summing widths and heights of preceding rows and columns const left = columnWidths.slice(0, targetColumn).reduce((acc, width) => acc + width, 0) + (columnGap * targetColumn); const top = rowHeights.slice(0, targetRow).reduce((acc, height) => acc + height, 0) + (rowGap * targetRow); // Width and height of the target cell const width = columnWidths[targetColumn]; const height = rowHeights[targetRow]; return { left, top, width, height }; } function docReady(fn) { // see if DOM is already available if(document.readyState === "complete" || document.readyState === "interactive") { // call on next available tick setTimeout(fn, 1); } else { document.addEventListener("DOMContentLoaded", fn); } } docReady(startFunction); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10