WhatsApp

MIC501T Antibiotics

Showing the single result

  • MIC501T - Microbiology (Theory) book cover from VU Bookshop.

    MIC501T – Microbiology (Theory) Book

     550 Add to cart

    Buy MIC501T – Microbiology (Theory) Book | VU Bookshop Online

    Step into the invisible world of microorganisms with the MIC501T – Microbiology (Theory) Book, now available at VU Bookshop Online. Designed according to the Virtual University (VU) curriculum, this textbook is essential for students pursuing studies in biology, biotechnology, medical sciences, and other life science fields.

Shopping Cart
Home
Books
Tracking
0
Cart
Account
function vu_whatsapp_channel_popup() { ?> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } );