Contact Us
Services
Services
Crypto and Digital Trust
Crypto and Digital Trust
Schellman Training
Schellman Training
Sustainability Services
Sustainability Services
AI Services
AI Services
About Us
About Us
Leadership Team
Leadership Team
Corporate Social Responsibility
Corporate Social Responsibility
Careers
Careers
Strategic Partnerships
Strategic Partnerships
"); } else if ($("body").find(".body-container-wrapper .page-center")) { $("body").find(".body-container-wrapper .page-center:eq(0)").prepend("
"); } else { $("body").addClass("header--static"); } } thisHeaderAnchor = $("body").find(".header--anchor:eq(0)"); thisTopheaderAnchor = $("body").find(".topheader--anchor:eq(0)"); $("body").addClass("header--initialized"); scrollDistOffset = 0; if ($("body").hasClass("header--hello--visible")) { scrollDistOffset += $("body").find(".header--hello").height(); } scrollDistRecalculated = scrollDist - ($("body").hasClass("header--hello--visible")?$("body").find(".header--hello--body").height():0); scrollDirection = "neutral"; if (scrollDistRecalculated < lastScrollDist) { scrollDirection = "up"; } else if (scrollDistRecalculated > lastScrollDist) { scrollDirection = "down"; } lastScrollDist = scrollDistRecalculated; headerHeightReserve = 0; if ($("body").find(".header--hello").length > 0) { headerHeightReserve += $("body").find(".header--hello--body").height(); } headerHeightReserve += $("body").find(".header--body").height(); menuHeightReserve = 0; $("body").find(".header--megamenu--wrapper").each(function () { if ($(this).height() - 12 > menuHeightReserve) { menuHeightReserve = $(this).height() - 12; } }); $("body").find(".header--main--nav--nestedmenu").each(function () { if ($(this).height() - 12 > menuHeightReserve) { menuHeightReserve = $(this).height() - 12; } }); headerHeightReserve += menuHeightReserve; if (window.innerHeight < headerHeightReserve) { $("body").addClass("header--sticky--disabled"); } else { $("body").removeClass("header--sticky--disabled"); } if ($("body").hasClass("header--sticky--disabled")) { $("body").addClass("header--isanchored header--issticky header--visible header--notfixed"); $("body").removeClass("header--fixed header--hidden"); } else { if (!$("body").hasClass("header--hello--transitioning")) { thisTopheaderAnchor.css({ "height":(($("body").hasClass("header--hello--visible")?$("body").find(".header--hello--body").height():0))+"px" }); thisHeaderAnchor.css({ "height":(thisHeaderBody.height())+"px" }); } stickyStart = 0; if ($("body").hasClass("header--hello--visible")&&(!$("body").hasClass("header--hello--closed"))) { stickyStart += $("body").find(".header--hello").height(); } stickyStart += thisHeaderBody.height(); stickyStart += thisHeaderOmni.height(); if ((scrollDist > 0)&&(helloBarTransition != true)&&((!$("body").hasClass("mobilenav--active"))||(document.documentElement.clientWidth >= 1024))) { $("body").addClass("header--fixed"); $("body").removeClass("header--notfixed"); if (scrollDist >= stickyStart) { $("body").removeClass("header--isanchored"); $("body").addClass("header--issticky"); $("body").addClass("header--visible"); thisHeader.css({ "top":"" }); } else { $("body").removeClass("header--hidden"); $("body").addClass("header--visible"); thisHeader.css({ "top":"" }); } } else { $("body").addClass("header--isanchored"); $("body").removeClass("header--issticky"); $("body").addClass("header--notfixed"); $("body").removeClass("header--fixed header--hidden"); $("body").addClass("header--visible"); thisHeader.css({ "top":"" }); } } $("body").find(".background--layer--wrapper.background--layer--header--offset").each(function () { if ($(this).closest(".hs_cos_wrapper_type_module").is(":first-child")) { $(this).css({ "top":($("body").find("header .header--body").height())+"px" }); } else { $(this).css({ "top":"" }); } }); } if (typeof(sizeSubmenu) == "function") { sizeSubmenu(); } } function sizeMobilenav() { if ($("body").hasClass("mobilenav--active")) { if ($("body").hasClass("header--static")) { $(window).scrollTop(0); } headerHeight = $("body").find("header .header--body").height(); /* windowHeight = $(window).height(); */ windowHeight = window.innerHeight; activePanelHeight = $("body").find(".mobilenav--panel--active .mobilenav--panel--body").height(); minHeight = windowHeight - headerHeight; if (activePanelHeight > minHeight) { minHeight = activePanelHeight; } $("body").find(".mobilenav").css({ "height":(windowHeight-headerHeight)+"px" }); } else { $("body").find(".mobilenav").css({ "height":"0px" }); } } $("body").find(".header--main--nav--item.header--main--nav--item--parent .header--main--nav--item--label").click(function (e) { e.preventDefault(); thisParent = $(this).closest(".header--main--nav--item"); if (thisParent.hasClass("header--main--nav--item--hovered")) { thisParent.removeClass("header--main--nav--item--hovered"); } else { $("body").find(".header--main--nav--item.header--main--nav--item--parent").removeClass("header--main--nav--item--hovered"); thisParent.addClass("header--main--nav--item--hovered"); } }); $(document).click(function (e) { if ((!$(e.target).hasClass("header--main--nav--item--label"))&&($(e.target).closest(".header--main--nav--item").length == 0)) { $("body").find(".header--main--nav--item.header--main--nav--item--parent").removeClass("header--main--nav--item--hovered"); } else if ($(e.target).hasClass("header--megamenu--wrapper--background")) { $("body").find(".header--main--nav--item.header--main--nav--item--parent").removeClass("header--main--nav--item--hovered"); } }); $("body").find(".header--main--menutrigger").click(function () { if ($("body").hasClass("mobilenav--active")) { $("body").removeClass("mobilenav--active"); sizeMobilenav(); } else { $("body").find(".mobilenav--nav").addClass("no--transition"); $("body").find(".mobilenav--nav")[0].offsetHeight; $("body").find(".mobilenav--nav").css({ "left":"" }); $("body").find(".mobilenav--panel").removeClass("mobilenav--panel--active"); $("body").find(".mobilenav--nav")[0].offsetHeight; $("body").find(".mobilenav--nav").removeClass("no--transition"); $("body").addClass("mobilenav--active"); sizeMobilenav(); } }); $("body").find(".header--main--search--trigger").click(function () { if ($("body").find(".header--main--search").hasClass("active")) { headerSearch(); } else { $("body").find(".header--main--search").addClass("active"); $("body").addClass("header--search--showing"); $("body").find(".header--main--search--input").animate({ width: ($("body").find(".header--main--search").position().left - ($("body").find(".header--main--nav").position().left) + parseInt($("body").find(".header--main--search").css("margin-left"))) },500); $("body").find(".header--main--search--input--input").focus(); } }); $("body").find(".header--main--search--close").click(function () { $("body").find(".header--main--search--input--input").blur(); $("body").find(".header--main--search").removeClass("active"); $("body").removeClass("header--search--showing"); $("body").find(".header--main--search--input").animate({width: 0},500); }); $("body").find(".mobilenav--panel").each(function () { $(this).appendTo(".mobilenav--nav"); }); $("body").find(".mobilenav--nav--item--parent > a").click(function (e) { e.preventDefault(); thisDepth = parseInt($(this).closest(".mobilenav--panel").attr("data-depth")) + 1; thisRel = $(this).closest(".mobilenav--nav--item--parent").attr("rel"); thisPanel = $("body").find(".mobilenav--panel[rel='"+thisRel+"']"); thisPanelHeight = thisPanel.find(".mobilenav--panel--body").height(); $("body").find(".mobilenav--panel[data-depth='"+thisDepth+"']").scrollTop(0).css({ "z-index":"" }); $("body").find(".mobilenav--panel").removeClass("mobilenav--panel--active"); thisPanel.addClass("mobilenav--panel--active").css({ "z-index":"2" }); $("body").find(".mobilenav--upper").css({ "min-height":(thisPanelHeight)+"px" }); sizeMobilenav(); $("body").find(".mobilenav--nav").css({ "left":(-100 * thisDepth)+"%" }); }); $("body").find(".mobilenav--nav--back--label").click(function (e) { e.preventDefault(); thisDepth = parseInt($(this).closest(".mobilenav--panel").attr("data-depth")) - 1; thisRel = $(this).closest(".mobilenav--nav--back").attr("rel"); thisPanel = $("body").find(".mobilenav--panel[rel='"+thisRel+"']"); $("body").find(".mobilenav--panel[data-depth='"+thisDepth+"']").scrollTop(0).css({ "z-index":"" }); $("body").find(".mobilenav--panel").removeClass("mobilenav--panel--active"); thisPanel.addClass("mobilenav--panel--active").css({ "z-index":"2" }); sizeMobilenav(); $("body").find(".mobilenav--nav").css({ "left":(-100 * thisDepth)+"%" }); }); sizeHeader(); $(document).ready(function () { if ($(window).scrollTop() < 200) { $(window).scrollTop(0); } sizeHeader(); if (!$("body").hasClass("header--static")) { scrollDist = $(window).scrollTop(); stickyStart = 0; if ($("body").hasClass("header--hello--visible")) { stickyStart += $("body").find(".header--hello").height(); } stickyStart += $("body").find(".header--body").height(); if (scrollDist >= stickyStart) { $("body").removeClass("header--fixed"); $("body").addClass("header--fixed"); $("body").removeClass("header--visible"); thisHeader.addClass("no--transition"); thisHeader[0].offsetHeight; thisHeader.css({ "top":(-1 * stickyStart - 15)+"px" }); thisHeader[0].offsetHeight; thisHeader.removeClass("no--transition"); } } sizeMobilenav(); }); /* $(window).mousewheel(function () { sizeHeader(); }); $("body").on("touchmove", function () { sizeHeader(); }); */ $(document).scroll(function () { sizeHeader(); }); $(window).on("load",function() { sizeHeader(); sizeMobilenav(); }); $(window).resize(function () { sizeHeader(); sizeMobilenav(); }); function mobileSearch() { if ($("body").find(".mobilenav--search--input").val()) { if ($("body").find(".mobilenav--search--input").val().trim().length > 0) { window.location.href = "https://www.schellman.com/search?term="+$("body").find(".mobilenav--search--input").val(); } } } $("body").find(".mobilenav--search--submit").click(function () { $("body").find(".mobilenav--search form").submit(); });

ISO Certificate Directory

Search Schellman's directory for Schellman certified clients and valid certificate numbers by company name, certificate or license number, and standard.
OR
"; }); listHtml += '
'; $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--bycert").html(listHtml); } else { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--bycert").css("display","none"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--byclient").css("display","block"); // console.log(data); data = data.content; if (data.length == 0) { var linkHtml = "

Found "+ data.length + " records

"; } else if (data.length == 1 ) { var linkHtml = "

Found "+ data.length + " record

"; } else { var linkHtml = "

Found "+ data.length + " records

"; } linkHtml += "
" linkHtml += "" linkHtml += "" linkHtml += "" linkHtml += "" linkHtml += "" linkHtml += "" linkHtml += "" linkHtml += "" linkHtml += "" linkHtml += "" for (var i=0; i"; } linkHtml += "
Registrant NameStandardCertificate NumberCertification DateExpiration Date
"+ data[i].registrant + "" + data[i].standard + "" + data[i].certificateNumber + "" + data[i].issueDate + "" + data[i].expirationDate + "
"; // console.log(linkHtml); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--byclient").html(linkHtml); $("#hs_cos_wrapper_widget_1619098562024 .certDetailsLink").click(function(e){ var id = this.id; buildResultList_widget_1619098562024(data[id], true); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--bycert").prepend("Back to List"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--back").click(function(e){ console.log("returning to list"); $("#hs_cos_wrapper_widget_1619098562024 .certContainer").remove(); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--bycert").css("display","none"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--byclient").css("display","block"); e.preventDefault(); }); e.preventDefault(); }); } } function displayError_widget_1619098562024(msg) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--data").css("display","none"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").css("display","block"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").html("

"+msg+"

"); } function validateForm_widget_1619098562024() { certNum = $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input").val(); certClient = $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certclient--input").val(); if (certNum.length < 4 && certClient.length < 4) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input, #hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certclient--input").addClass("section--isodirectory--input--error"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--loading").css("display","none"); displayError_widget_1619098562024("Invalid input: Enter at least 4 characters in one of the input fields."); return false; } else if (certNum.length > 0 && certClient.length > 0) { console.log("form invalid - data in both fields"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input, #hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certclient--input").addClass("section--isodirectory--input--error"); displayError_widget_1619098562024("Invalid input: Only one input field can be populated."); return false; } else if (certNum.length >= 4 || certClient.length >= 4) { if (certNum.length > 0) { searchByNumber = true; } else { searchByNumber = false; } return true; } else if (certNum.length <= 4 || certClient.length <= 4) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--loading").css("display","none"); displayError_widget_1619098562024("Invalid input: Enter at least 4 characters in one of the input fields."); if (certNum.length <=4) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input").addClass("section--isodirectory--input--error"); } else { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certclient--input").addClass("section--isodirectory--input--error"); } return false; } else { return true; } } var certData_widget_1619098562024; function loadData_widget_1619098562024() { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--data").css("display","none"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").css("display","none"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--loading").css("display","block"); var isValid = validateForm_widget_1619098562024(); var bodyParam_widget_1619098562024, url_widget_1619098562024; if (searchByNumber) { var certificate_number_widget_1619098562024 = $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input").val().replace(/[^0-9a-zA-Z-]/g, ''); url_widget_1619098562024 = "https://integrator.schellman.com/public/certificate/iso/" + certificate_number_widget_1619098562024; bodyParam_widget_1619098562024 = ""; } else { url_widget_1619098562024 = "https://integrator.schellman.com/public/certificate/iso"; bodyParam_widget_1619098562024 = $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certclient--input").val(); } if (isValid) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").css("display","none"); $.ajax({ url: url_widget_1619098562024, type: 'get', data: {"search": bodyParam_widget_1619098562024}, headers: { "Accept": 'application/json' } }).done( function (data) { certData_widget_1619098562024 = data; $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--loading").css("display","none"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").css("display","none"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--data").css("display","block"); buildResultList_widget_1619098562024(data, searchByNumber); }).fail( function(response) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--loading").css("display","none"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--data").css("display","none"); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").css("display","block"); if (response.status == 0) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").html("

An unexpected error occured, please try again.

"); } else if (response.status == 400) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").html("

Invalid input, only alphanumeric values are supported.

"); } else if (response.status == 429) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").html("

Too many requests, please try again after 1-minute.

"); } else if (response.status == 500) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").html("

Our systems aren't responding, please try again in a few minutes.

"); } else { var responseText = JSON.parse(response.responseText); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--error").html("

"+response.responseJSON.errors[0].message+"

"); } }); } else { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--loading").css("display","none"); } } function getQueryVariable_widget_1619098562024(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i3) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input, #hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certclient--input").removeClass("section--isodirectory--input--error"); } if ($(this).val().length==0) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input, #hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certclient--input").removeClass("section--isodirectory--input--error"); } } }); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input, #hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certclient--input").on('click',function() { console.log($(this).val()); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input, #hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certclient--input").removeClass("section--isodirectory--input--error"); }); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--form").submit(function (e) { loadData_widget_1619098562024(); e.preventDefault(); }); var queryParam_widget_1619098562024 = getQueryVariable_widget_1619098562024("certificateNumber"); if (queryParam_widget_1619098562024 !== false) { $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--certnumber--input").val(queryParam_widget_1619098562024); $("#hs_cos_wrapper_widget_1619098562024 .section--isodirectory--form").submit(); } else { }

Talk to a Practice Leader