CINXE.COM

Support ISCB

<!doctype html> <html> <head> <script src="https://s996.iscb.org/script.js"></script> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TVJF994'); </script> <!-- End Google Tag Manager --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link href='https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,400italic,500,500italic,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700' rel='stylesheet' type='text/css'> <base href="https://www.iscb.org/support-iscb" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content="ISCB, bioinformatics, cheminformatics, biocomputing, algorithm, biology, chemistry, computer" /> <meta name="description" content="ISCB - International Society for Computational Biology" /> <meta name="generator" content="Joomla! - Open Source Content Management" /> <title>Support ISCB</title> <link href="/support-iscb?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" /> <link href="/support-iscb?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" /> <link href="/templates/iscb/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="https://www.iscb.org/component/search/?Itemid=2475&amp;format=opensearch" rel="search" title="Search ISCB - The International Society for Computational Biology" type="application/opensearchdescription+xml" /> <link href="/media/readmorejs/assets/readmore.css?v=0.1" rel="stylesheet" type="text/css" /> <link href="https://www.iscb.org/modules/mod_socialmedialinks/style.css" rel="stylesheet" type="text/css" /> <link href="https://www.iscb.org/components/com_comprofiler/plugin/templates/default/bootstrap.css?v=889eae1116a0c25d" rel="stylesheet" type="text/css" /> <link href="https://www.iscb.org/components/com_comprofiler/plugin/templates/default/fontawesome.css?v=889eae1116a0c25d" rel="stylesheet" type="text/css" /> <link href="https://www.iscb.org/components/com_comprofiler/plugin/templates/default/template.css?v=889eae1116a0c25d" rel="stylesheet" type="text/css" /> <style type="text/css"> #gototop{color: #333;font-size: 110%;margin: 20px 20px 50px 0px;} </style> <script type="application/json" class="joomla-script-options new">{"csrf.token":"94d190e26c0a883fbfac2117cbc99efa","system.paths":{"root":"","base":""},"system.keepalive":{"interval":3600000,"uri":"\/component\/ajax\/?format=json"}}</script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" type="text/javascript"></script> <script src="/plugins/system/jqueryeasy/jquerynoconflict.js" type="text/javascript"></script> <script src="/media/system/js/caption.js?132da7ea2c270f5619f1f42372a3c6b5" type="text/javascript"></script> <script src="/media/system/js/mootools-core.js?132da7ea2c270f5619f1f42372a3c6b5" type="text/javascript"></script> <script src="/media/system/js/core.js?132da7ea2c270f5619f1f42372a3c6b5" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js?132da7ea2c270f5619f1f42372a3c6b5" type="text/javascript"></script> <script src="/media/readmorejs/assets/readmore.js?v=0.4" type="text/javascript"></script> <script src="/media/system/js/html5fallback.js" type="text/javascript"></script> <!--[if lt IE 9]><script src="/media/system/js/polyfill.event.js?132da7ea2c270f5619f1f42372a3c6b5" type="text/javascript"></script><![endif]--> <script src="/media/system/js/keepalive.js?132da7ea2c270f5619f1f42372a3c6b5" type="text/javascript"></script> <script src="/media/plg_system_topofthepage/ScrollSpy.min.js" type="text/javascript"></script> <script src="/media/plg_system_topofthepage/topofthepage.min.js" type="text/javascript"></script> <script type="text/javascript"> jQuery(window).on('load', function() { new JCaption('img.caption'); }); jQuery(document).ready( function() { jQuery('.readmorejs-block').each( function(idx, elm) { if (idx>=0) { //prevent jquery array to be "eached" var readmoreClass= jQuery(elm).data("readmore-class") === undefined && "btn btn-info" || jQuery(elm).data("readmore-class"); var readlessClass=jQuery(elm).data("readless-class") === undefined && "btn" || jQuery(elm).data("readless-class"); var readmoreTxt=jQuery(elm).data("readmore-txt") === undefined && "Read more" || jQuery(elm).data("readmore-txt"); var readlessTxt=jQuery(elm).data("readless-txt") === undefined && "Close" || jQuery(elm).data("readless-txt"); var thresholdHeight=jQuery(elm).data("threshold-height") === undefined && 100 || jQuery(elm).data("threshold-height"); if (jQuery(elm).data("threshold-height")!=undefined && jQuery(elm).data("threshold-height")===0) { thresholdHeight=0; } var aniSpeed=jQuery(elm).data("animation-speed") || 200; jQuery(elm).css("border","").readmore({ speed: aniSpeed, maxHeight: thresholdHeight, moreLink: '<a class="'+readmoreClass+'" href="#">'+readmoreTxt+'</a>', lessLink: '<a class="'+readlessClass+'" href="#">'+readlessTxt+'</a>' //beforeToggle: function(trigger, element, more) { //afterToggle: function(trigger, element, more) { }); } }); }); window.plg_system_topofthepage_options = {"spyposition":"500","visibleopacity":"50","displaydur":"250","slidein":"0","slideindir":"top","zindex":"0","topalways":false,"icon":"glyphicon glyphicon-chevron-up","buttontext":"Return to Top","styles":{"position":"fixed","opacity":0,"display":"block","bottom":"0px","right":"0px"},"smoothscroll":{"duration":"300","transition":"linear"}}; </script> <link href="/templates/iscb/css/maximenuck.php?monid=mobilemegamenu" rel="stylesheet" type="text/css"> <link href="/templates/iscb/css/bootstrap.css" rel="stylesheet" type="text/css"> <link href="/templates/iscb/css/template.css?ver=1.1" rel="stylesheet" type="text/css"> <link href="/templates/iscb/css/style.css?ver=1.2" rel="stylesheet" type="text/css"> <link href="/templates/iscb/css/responsive.css" rel="stylesheet" type="text/css"> <!--<link href="/templates/iscb/css/bootstrap-theme.css" rel="stylesheet" type="text/css">--> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- add js iann files here if necessary --> <script src="/templates/iscb/js/maximenuck.js" type="text/javascript"></script> <script type="text/javascript"> jQuery(document).ready(function(jQuery){jQuery('#mobilemegamenu').DropdownMaxiMenu({fxtransition : 'linear',dureeIn : 0,dureeOut : 200,menuID : 'mobilemegamenu',testoverflow : '0',orientation : 'vertical',behavior : 'mouseover',opentype : 'show',fxdirection : 'normal',directionoffset1 : '30',directionoffset2 : '30',showactivesubitems : '0',ismobile : 0,menuposition : '0',effecttype : 'dropdown',fxduration : 500});}); window.setInterval(function(){var r;try{r=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP")}catch(e){}if(r){r.open("GET","./",true);r.send(null)}},3600000); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-3ZME7DZB4P"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-3ZME7DZB4P', {cookie_flags: 'SameSite=None;Secure'}); </script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TVJF994" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <a name="up" id="up"></a> <header> <div class="header-topbar"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12"> <div class="moduletable_head-menu"> <ul class="nav menu mod-list"> <li class="item-2729"><a href="/support-iscb" >Support Us</a></li><li class="item-2472"><a href="/membership/newMembership" >Join ISCB</a></li><li class="item-2473"><a href="/iscb-leadership-a-staff/contact-iscb" >Contact Us</a></li><li class="item-3046"><a href="/member-directory" >Member Directory</a></li></ul> </div> </div> </div> </div> </div> <!-- header top is end--> <div class="header-mid-bg-repet"> <div class="header-mid"> <div class="container"> <div class="row"> <div class="col-xs-5 col-sm-3 col-md-2"> <div class="logo"> <a href="/index.php"><img src="/templates/iscb/images/logo.png" width="150" height="84" alt="home"/></a> </div> </div> <div class="col-xs-7 col-sm-7 col-md-5"> <!--static html mod iscb--> <div class="moduletable_logotext"> <div class="custom_logotext" > <p>Leading Professional Society for Computational Biology and Bioinformatics <br /><em>Connecting, Training, Empowering, Worldwide</em></p></div> </div> </div> <div class="col-xs-5 col-sm-3 col-md-2 col-md-offset-2"> <!--joomla login mod iscb--> <div class="moduletable_loginmod"> <form action="https://www.iscb.org/cb-login" method="post" id="login-form" class="form-inline cbLoginForm"> <input type="hidden" name="option" value="com_comprofiler" /> <input type="hidden" name="view" value="login" /> <input type="hidden" name="op2" value="login" /> <input type="hidden" name="return" value="B:aHR0cHM6Ly93d3cuaXNjYi5vcmcvbXktaXNjYg==" /> <input type="hidden" name="message" value="0" /> <input type="hidden" name="loginfrom" value="loginmodule" /> <input type="hidden" name="94d190e26c0a883fbfac2117cbc99efa" value="1" /> <div class="userdata"> <div id="form-login-username" class="control-group"> <div class="controls"> <input id="modlgn-username" type="text" name="username" class="input-medium" size="14" placeholder="Username" /> </div> </div> <div id="form-login-password" class="control-group"> <div class="controls"> <input id="modlgn-passwd" type="password" name="passwd" class="input-medium" size="14" placeholder="Password" /> </div> </div> <div id="form-login-submit" class="control-group"> <div class="controls"> <button type="submit" name="Submit" class="btn btn-primary login-button"> Log in </button> </div> </div> </div> <ul id="form-login-links" class="unstyled"> <li id="form-login-forgot"> <a href="https://www.iscb.org/cb-forgot-login"> Forgot Login? </a> </li> </ul> </form> </div> </div> </div> </div> </div> </div> <!--mid header is end here--> <!--main menu is here--> <div class="Nav-area"> <div class="container"> <div class="row visible-xs visible-sm hidden-md hidden-lg"> <div class="col-xs-5 col-sm-5"> <span class="menu-title">Menu</span> </div> <span class="slide-toggle"> </span> <div class="clone-aapend toggle-data"> <div class="col-xs-12 col-sm-12 col-md-10"> <div class="moduletable_mobilemegamenu"> <!--[if lte IE 7]> <link href="/templates/iscb/css/ie7maximenu.css" rel="stylesheet" type="text/css" /> <![endif]--> <!-- debut Maximenu CK, par cedric keiflin --> <div class="maximenuckv ltr" id="mobilemegamenu" style="z-index:10;"> <div class="maxiroundedleft"> </div> <div class="maxiroundedcenter"> <ul class="_mobilemegamenu maximenuck"> <li data-level="1" class="maximenuck item2355 first level1 " style="z-index : 12000;" > <a class="maximenuck " href="/"><span class="titreck">Home</span></a> </li> <li data-level="1" class="maximenuck item940 level1 " style="z-index : 11999;" > <a class="maximenuck " href="/who-we-are"><span class="titreck">Who We Are</span></a> </li> <li data-level="1" class="maximenuck item2353 level1 " style="z-index : 11998;" > <a class="maximenuck " href="/what-we-do"><span class="titreck">What We Do</span></a> </li> <li data-level="1" class="maximenuck item2354 level1 " style="z-index : 11997;" > <a class="maximenuck " href="/iscb-membership-benefits"><span class="titreck">Become a member </span></a> </li> <li data-level="1" class="maximenuck item2356 last level1 " style="z-index : 11996;" > <a class="maximenuck " href="/iscb-careers"><span class="titreck">Career Center</span></a> </li> </ul> </div> <div class="maxiroundedright"> </div> <div style="clear:both;"> </div> </div> <!-- fin maximenuCK --> </div> <!--jquery mobile clone data api--> </div> </div> </div> <div class="row hidden-xs hidden-sm"> <div class="clone-data"> <div class="col-sm-12 col-md-12"> <div class="moduletable_menumain"> <ul class="nav menu mod-list"> <li class="item-2474"><a href="/" >Home</a></li><li class="item-2475"><a href="/who-we-are" >Who We Are</a></li><li class="item-2476"><a href="/what-we-do" >What We Do</a></li><li class="item-2477"><a href="/become-a-member" >Become a member</a></li><li class="item-2478"><a href="https://careers.iscb.org" target="_blank" rel="noopener noreferrer">Career Center</a></li><li class="item-5207"><a href="https://iscb.junolive.co/" target="_blank" rel="noopener noreferrer">Nucleus</a></li></ul> </div> </div> <!-- <div class="col-sm-12 col-md-2"> <div class="moduletable_searchmod"> <div class="search_searchmod"> <form action="/support-iscb" method="post" class="form-inline"> <label for="mod-search-searchword" class="element-invisible"></label> <input name="searchword" id="mod-search-searchword" maxlength="200" class="inputbox search-query" type="search" size="20" placeholder="search..." /> <input type="hidden" name="task" value="search" /> <input type="hidden" name="option" value="com_search" /> <input type="hidden" name="Itemid" value="2475" /> </form> </div> </div> </div> <div class="clear"> </div> --> </div> </div> </div> </div> <!--main menu is end here--> </header> <!--header part is end here--> <div class="mid-content-area "> <div class="container"> <!--mid top is end here--> <div class="content-top-mod"> <div class="row"> <div class="col-md-12"> </div> </div> </div> <div class="joowarp"> <div class="row"> <!--page title div if show left sidebar--> <div class="col-md-12"> <div class="moduletable"> <h1 class="pageheadeing_h1"> Support ISCB </h1> </div> </div> <!--page title div if show left sidebar end--> <div class="col-md-3"> <span class="toggle-menu hidden-md hidden-lg"> Support ISCB Menu <span class="toggle-menu-btn"></span> </span> <div class="left-side"> <div class="moduletable_sidemenu"> <ul class="nav menu mod-list"> <li class="item-1686 current active"><a href="/support-iscb" >Support ISCB</a></li><li class="item-3374"><a href="/tramontano-fellowship-fund" >Anna Tramontano Fellowship Fund</a></li><li class="item-1684"><a href="/student-registration-waiver-campaign" >Student Registration Waiver Campaign</a></li><li class="item-947"><a href="/give-iscb" >Give to ISCB</a></li><li class="item-138"><a href="/images/stories/donation/Donation-Form-ISCB-Mail-2020.pdf" onclick="window.open(this.href, 'targetWindow', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'); return false;">Donate by Mail</a></li><li class="item-139"><a href="/donateiscb/donation.php" >Make a Donation</a></li></ul> </div> <div class="moduletable"> <div class="custom" > <div style="padding: 8px; background: #118B9D none repeat scroll 0% 0%; margin: 0px 8px 0px 0px;"> <h3 style="color: #fff;">Shop and Support ISCB on AmazonSmile!</h3> <p style="color: #fff;">AmazonSmile is a simple and automatic way for you to support ISCB every time you shop, at no cost to you. When you shop at <a style="color: white;" href="https://smile.amazon.com/">smile.amazon.com</a>, you鈥檒l find the exact same low prices, vast selection and convenient shopping experience as Amazon.com, with the added bonus that Amazon will donate a portion of the purchase price to ISCB!</p> <h4><a style="color: white;" href="https://smile.amazon.com/">Sign up Now!</a></h4> </div></div> </div> </div> </div> <div class="col-md-6"> <div id="system-message-container"> </div> <section class="blog"> <div class="items-leading"> <article class="leading-0"> <ul class="actions"> <li class="print-icon"> <a href="/iscb-support-iscb?tmpl=component&amp;print=1" title="Print article < Support ISCB >" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"> <img src="/media/system/images/printButton.png" alt="Print" /> </a> </li> </ul> <p><em>The International Society for Computational Biology is a recognized 501(c)3 organization in the USA, so your donation is tax deductible to the full extent of the law.</em></p> <p>Your generous support to ISCB enables us to:</p> <ul> <li>Provide financial support for bright young scientists to attend and present their research at conferences</li> </ul> <ul> <li>Advance our education and training programs that deliver important computational biology resources</li> </ul> <ul> <li>Build a global community dedicated to advancing the scientific understanding of living systems through computation</li> </ul> <p>Membership dues and conference income do not provide us with the necessary revenue to advance the Society. With your help, we can continue to grow ISCB and provide opportunities to others who may not have been able to take part in our great community.</p> <p><img style="float: left; border: 2px solid black; margin-left: 5px; margin-right: 5px; border-width: 2px;" src="/images/stories/donation/photos/image-donate-pg-iscbeccb2011-1.jpg" alt="" width="372" height="141" border="0" /></p> <p>聽</p> <p>聽</p> <p>聽</p> <h1>聽</h1> <h2>What Your Gift Supports</h2> <p>There are many ways you can participate as a supporter of ISCB, and help us make a difference in the field.</p> <ul> <li><strong>2021 Student Registration Waiver Campaign<br /></strong>YOU can make a difference in the future of computational biology and bioinformatics by supporting tomorrow鈥檚 researchers.<a href="/student-registration-waiver-campaign"> <strong>&gt;&gt; Read more. . .</strong></a></li> </ul> <ul> <li><strong>General Resources Fund<br /></strong>ISCB is the world鈥檚 largest global professional society dedicated to the advancement of computational biology and bioinformatics. We deliver valuable information about training, education, employment, and relevant news, and provide an influential voice on government and scientific policies that are important to our members and benefit the public.<br /><br />Your membership and generous support helps to make these activities possible. <br /><br /></li> <li><strong>Education and Training Initiatives<br /></strong>Education and training is at the heart of ISCB鈥檚 mission to advance the scientific understanding of living systems through computation. The ISCB Education Committee promotes worldwide education and training in computational biology and bioinformatics, and serves as a resource and advisor to organizations interested in developing educational programs.<br /><br />Your gift will support current initiatives to develop bioinformatics curricula and new programs that address the education and training needs of our community.<br /><br /></li> <li><strong>Sponsor Membership Dues for Members from Developing Countries<br /></strong>ISCB is dedicated to bringing the latest knowledge and professional networking opportunities to all worldwide regions. Your contribution will help those in developing countries who cannot afford membership to join and benefit from ISCB.</li> </ul> <p><br />The <a href="/iscb-committees/fundraising">ISCB Fundraising Committee</a> oversees the leadership of the Society鈥檚 fundraising activities.</p> <p><br /><br /><br /></p> <div class="item-separator" style=""></div> <div class="clear"></div> </article> </div> </section> </div> <div class="col-md-3"> <div class="right-side"> <div class="moduletable_donate"> <div class="custom_donate" > <h4>Ways to Give</h4> <p style="padding-top: 5px;">You can give <b>online</b>:</p> <div class="largebox"> <h3>How will you help build the ISCB Community?</h3> <p><a href="/donateiscb/donation.php">Make a Gift</a></p> </div> <p>or <b>by mail</b>, please complete the gift form (<a href="/images/stories/donation/Donation-Form-ISCB-Mail-2018.pdf"><em>click here</em></a>) and return it by mail to the ISCB Development Office.</p> <h4>Tribute and Memorial Gifts</h4> <p class="white">Honor someone special with a gift to ISCB. Honorary gifts are a wonderful way to celebrate a colleague, friend, or loved one, and their enthusiasm for ISCB. It can also be a meaningful way to remember someone.</p> <h4>Questions Regarding Donations?</h4> <p>Contact: <a href="mailto:sponsorship@iscb.org">sponsorship@iscb.org</a></p> <p><img title="Donate" src="/images/stories/donation/photos/7803485162_412a83d0a6.jpg" alt="" width="200" /></p></div> </div> </div> </div> </div> </div> <div class="mid-pos-bottom"> <div class="row"> <div class="col-md-8"> </div> <div class="col-md-4"> </div> <div class="clear"> </div> </div> </div> </div> </div> <!--mid content section is end here--> <div class="bottom-wrap"> <div class="container"> <div class="row"> <div class="col-xs-5 col-sm-5 col-md-2"> <div class="moduletable_footer1"> <div class="custom_footer1" > <p><img src="/images/stories/logo-iscb/footer-logo.jpg" alt="" /></p> <!-- <p>9650 Rockville Pike<br />Bethesda, Maryland 20814<br /> USA</p> --></div> </div> </div> <div class="col-xs-6 col-sm-7 col-md-3 col-xs-offset-1 col-md-offset-1"> <div class="moduletable_footermenu"> <ul class="nav menu mod-list"> <li class="item-2727"><a href="https://www.iscb.org/support-iscb" >Support ISCB</a></li><li class="item-2469"><a href="/a-global-community" >A Global Community</a></li><li class="item-2470"><a href="/professional-development-training-and-education" >Professional Development, Training and Education</a></li><li class="item-2471"><a href="/iscbintel-and-achievements" >ISCBintel and Achievements</a></li><li class="item-2482"><a href="/iscb-conferences" >Conferences</a></li></ul> </div> </div> <div class="col-xs-12 col-sm-12 col-md-3 col-md-offset-1"> <div class="moduletable"> <div class="custom" > <a href="/support-iscb"><img src="/images/stories/thumbnails-web/frontpage/button-make-donation1.jpg" style="border-radius: 5px; width: 200px;margin-top:20px;" /></a></div> </div> <div class="moduletable_socialshare"> <h3>ISCB On the Web</h3> <div class="smile" style="text-align: left "> <a style="margin:5px;" href="https://www.flickr.com/photos/ismb/sets/with/72157645293090977" target="_blank"><img src="https://www.iscb.org/modules/mod_socialmedialinks/icons/default/size3/flickr.png " alt="Flickr" title="Follow us on Flickr" /></a><a style="margin:5px;" href="https://www.facebook.com/pages/International-Society-for-Computational-Biology-ISCB/757405064303159 " target="_blank"><img src="https://www.iscb.org/modules/mod_socialmedialinks/icons/default/size3/facebook.png " alt="Facebook" title="Follow us on Facebook" /></a><a style="margin:5px;" href="https://plus.google.com/109485204284575287741/about" target="_blank"><img src="https://www.iscb.org/modules/mod_socialmedialinks/icons/default/size3/google.png " alt="Google" title="Follow us on Google" /></a><a style="margin:5px;" href="https://twitter.com/iscb" target="_blank"><img src="https://www.iscb.org/modules/mod_socialmedialinks/icons/default/size3/twitter.png " alt="Twitter" title="Follow us on Twitter" /></a><a style="margin:5px;" href="https://www.linkedin.com/company/iscb---international-society-for-computational-biology" target="_blank"><img src="https://www.iscb.org/modules/mod_socialmedialinks/icons/default/size3/linkedin.png " alt="Linkedin" title="Follow us on Linkedin" /></a><a style="margin:5px;" href="https://www.youtube.com/iscbtv" target="_blank"><img src="https://www.iscb.org/modules/mod_socialmedialinks/icons/default/size3/youtube.png " alt="Youtube" title="Follow us on Youtube" /></a> </div> <div class="clr"></div> </div> </div> </div> </div> </div> <footer> <div class="container"> <div class="row"> <div class="col-md-12"> </div> </div> </div> </footer> <script src="/templates/iscb/js/bootstrap.min.js"></script> <script src="/templates/iscb/js/custom.js"></script> <script type="text/javascript"> if (typeof(_gat) == 'object') { var pageTracker = _gat._getTracker("UA-24246804-1"); pageTracker._trackPageview(); } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10