Proteins Detection solution from Abacus dx
Products are for professional/laboratory use only
Are you working in biomarker discovery? Do you develop diagnostic kits?
Discover some of our solutions for Proteins Research:
Luminex – customisable immunoassays
Merck – multiplexing products for inflammatory markers, and more
Gyros – ADA assays, PK/PD – simple, automated, low sample volume technology
Abacus dx is partnering with businesses like yours across Australia.
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });