World’s First

mRNA-based personalized CRISPR therapy

flagship

 

 

.bg-gradient-to-br.from-danaherblue-900.to.bg-danaherblue-600 { background-color: white; background-image: none; }

Stay Informed:
Sign up to learn more about Aldevron and IDT's Cell & Gene Therapy offerings

Please tick below if you would like Danaher Life Sciences and the Danaher group of companies listed here to contact you with personalized information about goods and services, that may be of interest to you based on our analysis of your interactions with us and other information and to check to see if you’ve opened messages from us. To withdraw consent to marketing that you already receive from a Danaher group company, you should contact that company or click the unsubscribe in emails you receive. For more information please review our Privacy Policy | Danaher Life Sciences. .
document.querySelectorAll('input#Job_Role + label + ul > li').forEach(function (el) { el.addEventListener('click', function () { const dropdownInput = document.querySelector('input[name="Job_Role"]'); if (el.innerText === 'Select') { dropdownInput.value = ''; } else { dropdownInput.value = el.innerText; } const dropdownLabel = document.querySelector('input#Job_Role + label'); dropdownLabel.children[0].innerHTML = el.innerText; dropdownLabel.click(); }); }); document.querySelectorAll('input#Country + label + ul > li').forEach(function (el) { el.addEventListener('click', function () { const dropdownInput = document.querySelector('input[name="Country"]'); if (el.innerText === 'Select') { dropdownInput.value = ''; } else { dropdownInput.value = el.innerText; } const dropdownLabel = document.querySelector('input#Country + label'); dropdownLabel.children[0].innerHTML = el.innerText; dropdownLabel.click(); }); }); window.onload = () => { document.getElementsByName("UTM_Content")[0].value = localStorage.getItem("danaher_utm_content"); document.getElementsByName("UTM_Campaign")[0].value = localStorage.getItem("danaher_utm_campaign"); document.getElementsByName("UTM_Medium")[0].value = localStorage.getItem("danaher_utm_medium"); document.getElementsByName("UTM_Term")[0].value = localStorage.getItem("danaher_utm_term"); document.getElementsByName("UTM_Source")[0].value = localStorage.getItem("danaher_utm_source"); document.getElementsByName("UTM_NLC")[0].value = localStorage.getItem("danaher_utm_nlc"); document.getElementsByName("Page_Track_URL")[0].value = localStorage.getItem("danaher_utm_previouspage"); }; function fm_valid() { var isValid = true; document.querySelectorAll("[data-required]").forEach(function (el) { if(el.dataset.required === "true") { const name = el.name; const msgEl = document.querySelector("[data-name='" + name + "']"); if (el.value.length === 0) { msgEl.innerHTML = "This field is required"; isValid = false; } else { msgEl.innerHTML = ""; } } }); return isValid; } document.querySelector("#eventTest").addEventListener("submit", function(event){ if (fm_valid()) { getInquiry(); } else { event.preventDefault(); } }); function getInquiry() { const currentDate = new Date(); const year = currentDate.getUTCFullYear(); const month = String(currentDate.getUTCMonth() + 1).padStart(2, '0'); const day = String(currentDate.getUTCDate()).padStart(2, '0'); const hour = String(currentDate.getUTCHours()).padStart(2, '0'); const min = String(currentDate.getUTCMinutes()).padStart(2, '0'); const sec = String(currentDate.getUTCSeconds()).padStart(2, '0'); const milli = String(currentDate.getUTCMilliseconds()).padStart(3, '0'); const inquiry = year + month + day + hour + min + sec + milli; document.getElementsByName("Inquiry_Number")[0].value = inquiry; document.getElementByName("EventTest").submit(); } .input-focus:focus { border: 1px solid #7523FF !important; outline: none; } .input-focus-checkbox { margin-bottom: 4px; width: 16px; height: 16px; border: 1px; display: block; padding: .25rem; border-radius: 4px; flex-shrink: 0; accent-color: #7523FF; } .prior:checked ~ .prior-checked\:block { display: block; } .max-h-48 { max-height: 12rem; } .overflow-scroll { overflow-y: scroll; }