AI Terms A to Z

Browse by letter or search across every term and definition.

Loading glossary terms…

" + '

' + title + "

" + (summary ? "

" + summary + "

" : "") + 'Read More' + "
" + ""; }) .join(""); } Promise.all( sources.map(function (source) { return fetch(source.url) .then(function (response) { if (!response.ok) throw new Error("HTTP error " + response.status); return response.json(); }) .then(function (data) { return normalizeItems(data, source); }) .catch(function (error) { console.error("Error fetching " + source.url + ":", error); return []; }); }), ) .then(function (sourceItems) { var eligibleItems = filterItemsByMinimumDate(deduplicate([].concat.apply([], sourceItems)), minimumRelatedDate); var relatedItems = selectRelated(eligibleItems); results.setAttribute("aria-busy", "false"); if (!relatedItems.length) return; results.innerHTML = buildCards(relatedItems); section.hidden = false; }) .catch(function (error) { results.setAttribute("aria-busy", "false"); console.error("Error loading related Scan Content Hub topics:", error); }); })();