atomic-search-box::part(wrapper) { border-color: rgb(75 85 99); background-color: rgb(249 250 251); } atomic-search-box::part(submit-button) { margin: auto; margin-right: 9px; background-color: #7523ff; width: 2rem; height: 2rem; border-radius: 0.375rem; text-align: center; line-height: 1em; }
Please join us for an exclusive breakfast talk with Dr. Fyodor Urnov from IGI and Dr. Sadik Kassim, CTO of Genomic Medicines at Danaher
Event Date and Time
May 15th 2025
8:30AM - 9:30AM CST
Location
ASGCT 2025
Rooms 391-392
Register
Add to Calendar
.bg-gradient-to-br.from-danaherblue-900.to.bg-danaherblue-600 { background-color: white; background-image: none; }
Register now
First name
*
Last name
*
Email address
*
Phone number
Company name
*
Job role
*
Select
Select
C-Suite
Vice President
Associate Vice President
Executive Director
Director
Department Head / Group Lead
Principal Scientist
Operations Manager
Lab Manager
Senior Scientist
Scientist
Associate Scientist
Graduate Student
Academia
Country
*
Select
Select
United States
Afghanistan
Albania
Algeria
Andorra
Angola
Antigua and Barbuda
Argentina
Armenia
Australia
Austria
Azerbaijan
Bahrain
Bangladesh
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bhutan
Bolivia
Bosnia and Herzegovina
Botswana
Brazil
Brunei
Bulgaria
Burkina Faso
Burundi
Cape Verde
Cambodia
Cameroon
Canada
Central African Republic
Chad
Channel Islands
Chile
China
Colombia
Comoros
Congo
Costa Rica
Cote d'Ivoire
Croatia
Cuba
Cyprus
Czech Republic
Denmark
Djibouti
Dominica
Dominican Republic
DR Congo
Ecuador
Egypt
El Salvador
Equatorial Guinea
Eritrea
Estonia
Eswatini
Ethiopia
Faeroe Islands
Finland
France
French Guiana
Gabon
Gambia
Georgia
Germany
Ghana
Gibraltar
Greece
Grenada
Guatemala
Guinea
Guinea-Bissau
Guyana
Haiti
Holy See
Honduras
Hong Kong
Hungary
Iceland
India
Indonesia
Iran
Iraq
Ireland
Isle of Man
Israel
Italy
Jamaica
Japan
Jordan
Kazakhstan
Kenya
Korea
Kuwait
Kyrgyzstan
Laos
Latvia
Lebanon
Lesotho
Liberia
Libya
Liechtenstein
Lithuania
Luxembourg
Macao
Madagascar
Malawi
Malaysia
Maldives
Mali
Malta
Mauritania
Mauritius
Mayotte
Mexico
Moldova
Monaco
Mongolia
Montenegro
Montserrat
Morocco
Mozambique
Myanmar
Namibia
Nepal
Netherlands
New Caledonia
New Zealand
Nicaragua
Niger
Nigeria
North Macedonia
Norway
Oman
Pakistan
Pale
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Poland
Portugal
Qatar
Romania
Russia
Rwanda
Saint Kitts and Nevis
Saint Lucia
Saint Vincent and the Grenadines
San Marino
Sao Tome and Principe
Saudi Arabia
Senegal
Serbia
Seychelles
Sierra Leone
Singapore
Slovakia
Slovenia
Somalia
South Africa
South Korea
South Sudan
Spain
Sri Lanka
Sudan
Suriname
Sweden
Switzerland
Syria
Taiwan
Tajikistan
Tanzania
Thailand
Timor-Leste
Togo
Trinidad and Tobago
Tunisia
Turkey
Turkmenistan
Uganda
Ukraine
United Arab Emirates
United Kingdom
Uruguay
Uzbekistan
Venezuela
Vietnam
Western Sahara
Yemen
Zambia
Zimbabwe
ZIP/Postal code
*
Department
Modality Interest (Select all that apply)
Small Molecules
Oligos
mAbs (CLD)
ADCs
mRNA
Cell Therapy
Gene Tharapy
Areas of Interest
Discovery Omics
Biomarker Discovery
CRISPR
Screening
mAbs (CLD)
ADCs
Other
Interest in hearing from one of our brands? Select all that apply.
Abcam
Aldevron
Beckman Coulter Life Sciences
Genedata
IDBS
IDT
Leica Microsystems
Molecular Devices
Phenomenex
SCIEX
Do you have a specific product in mind? Specific Products: (Write in)
Would you like someone to follow up with you?
1-3 Months
3-6 Months
6-9 Months
9-12 Months
Please select any of the below options if you would like DH Life Sciences to contact you with information about goods and services which we feel may be of interest to you. You can withdraw your consent at any time, by
clicking here
.
For more information please review our
Privacy Policy
.
Email
Phone
SMS/Text
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; }