CINXE.COM

International conference on Clinical Sciences and Drug Discovery | November 02-04, 2015 Baltimore, USA | United Scientific Group

<!DOCTYPE HTML> <html> <head> <title>International conference on Clinical Sciences and Drug Discovery | November 02-04, 2015 Baltimore, USA | United Scientific Group</title> <meta name="keywords" content="International conference on Clinical Sciences and Drug Discovery, USG Drug Discovery USA, Clinical Sciences and Drug Discovery 2015, Clinical Sciences and Drug Discovery baltimore, Clinical conference baltimore USA 2015, CSDD 2015, International clinical science conference, International Drug discovery conference, drug discovery summit, drug discovery meeting, clinical science congress, drug discovery USA conference, drug discovery Baltimore conference, drug discovery and clinical sciences USA conference 2015, Analytical Sciences USA conference 2015, Biologics USA summit, Drug Metabolism USA conference, Pharmacokinetics USA conference 2015, World congress on Pharmaceutical Research & Development USA, International conference on Pharmaceutical Research & Development 2015 USA, Pharmaceutical Research 2015, Pharmaceutical conference 2015, Biomedical Research conference 2015 USA, Genomics conference, computational biology conference 2015, Biosensors clinical conference 2015 USA, Medical Imaging USA, Natural Products exhibition 2015 USA, Pharma exhibition USA, Pharma workshop, Pharma symposium, international conference on Pharma research, World congress on Drug discovery USA, international conference on Developmental & Molecular Pathways, international conference on PProteomics & Bioinformatics, international conference on Chemistry, international conference on Translational Medicine USA, international conference on biochemistry, international conference on Biomarkers USA, international conference on vaccination USA, exhibition and conference on pharma regulatory affairs USA, Diabetes conference 2015, Obesity conference 2015, Cardiovascular conference 2015, Clinical Trials summit, Traditional Chinese Medicine, Systems Biology in Drug Design, conferences baltimore USA, international conference on Cancer Targeted Drug Delivery, international conference on nanotechnology USA, pharmacogenomics conference 2015 USA, pharmacy conferences 2015 USA, 2015 conferences USA, 2015 scientific events, 2015 meetings USA, Anti-Infectives meet 2015 USA, Pharma meet 2015 USA, CSDD-2015, pharma congress 2015, USG CSDD 2015, USG conferenbces 2015, Preclinical Research 2015, Structural Biology conference 2015, Immunology, Protein and Peptide Sciences, CNS Drug Discovery conference 2015, Stem Cell conference 2015, proteomics conferences 2015 USA, Genomics conferences 2015 USA"/> <meta name="description" content="The聽United Scientific Group International conference on Clinical Sciences and Drug Discovery (CSDD- 2015), to be held on November 2-4, 2015 in Baltimore, USA is a meeting聽place for leaders in the field to discuss about drug discovery and targeted drug delivery systems. This is a unique conference that brings together a host of senior level experts from the fields of drug discovery and clinical sciences closer to the doorstep of pharmaceutical scientists, internists and primary care physicians from all over the world."/> <meta name="robots" content="all"/> <link rel="shortcut icon" href="images/usg-favicon.ico" type="image/x-icon"> <link rel="icon" href="images/usg-favicon.ico" type="image/x-icon"> <link href="css/bootstrap.css" rel='stylesheet' type='text/css' /> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- Custom Theme files --> <link href="css/style.css" rel='stylesheet' type='text/css' /> <!-- Custom Theme files --> <!--<meta name="viewport" content="width=device-width, initial-scale=1">--> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <link href="css/slider.css" rel="stylesheet" type="text/css" media="all"/> <link href="css/nav.css" rel="stylesheet" type="text/css" media="all"/> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,900' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300:700' rel='stylesheet' type='text/css'> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/modernizr.custom.js" type="text/javascript"></script> <script src="js/jquery.openCarousel.js" type="text/javascript"></script> <script> $( function() { $( '#cbp-fwslider' ).cbpFWSlider(); } ); </script> <!---- animated-css ----> <link href="css/animate.css" rel="stylesheet" type="text/css" media="all"> <script src="js/wow.min.js"></script> <script> new WOW().init(); </script> <script> $(function() { var button = $('#loginButton'); var box = $('#loginBox'); var form = $('#loginForm'); button.removeAttr('href'); button.mouseup(function(login) { box.toggle(); button.toggleClass('active'); }); form.mouseup(function() { return false; }); $(this).mouseup(function(login) { if(!($(login.target).parent('#loginButton').length > 0)) { button.removeClass('active'); box.hide(); } }); }); </script> <!----font-Awesome-----> <link rel="stylesheet" href="fonts/css/font-awesome.min.css"> <!----font-Awesome-----> <link rel="stylesheet" href="css/lightboxstyle.css" /> <script type="text/javascript" src="js/tinybox.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-57236271-1', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript"> /****************************************** * Popup Box- By Jim Silver @ jimsilver47@yahoo.com * Visit http://www.dynamicdrive.com/ for full source code * This notice must stay intact for use ******************************************/ var ns4=document.layers var ie4=document.all var ns6=document.getElementById&&!document.all //drag drop function for NS 4//// ///////////////////////////////// var dragswitch=0 var nsx var nsy var nstemp function drag_dropns(name){ if (!ns4) return temp=eval(name) temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP) temp.onmousedown=gons temp.onmousemove=dragns temp.onmouseup=stopns } function gons(e){ temp.captureEvents(Event.MOUSEMOVE) nsx=e.x nsy=e.y } function dragns(e){ if (dragswitch==1){ temp.moveBy(e.x-nsx,e.y-nsy) return false } } function stopns(){ temp.releaseEvents(Event.MOUSEMOVE) } //drag drop function for ie4+ and NS6//// ///////////////////////////////// function drag_drop(e){ if (ie4&&dragapproved){ crossobj.style.left=tempx+event.clientX-offsetx crossobj.style.top=tempy+event.clientY-offsety return false } else if (ns6&&dragapproved){ crossobj.style.left=tempx+e.clientX-offsetx+"px" crossobj.style.top=tempy+e.clientY-offsety+"px" return false } } function initializedrag(e){ crossobj=ns6? document.getElementById("showimage") : document.all.showimage var firedobj=ns6? e.target : event.srcElement var topelement=ns6? "html" : document.compatMode && document.compatMode!="BackCompat"? "documentElement" : "body" while (firedobj.tagName!=topelement.toUpperCase() && firedobj.id!="dragbar"){ firedobj=ns6? firedobj.parentNode : firedobj.parentElement } if (firedobj.id=="dragbar"){ offsetx=ie4? event.clientX : e.clientX offsety=ie4? event.clientY : e.clientY tempx=parseInt(crossobj.style.left) tempy=parseInt(crossobj.style.top) dragapproved=true document.onmousemove=drag_drop } } document.onmouseup=new Function("dragapproved=false") ////drag drop functions end here////// function hidebox(){ crossobj=ns6? document.getElementById("showimage") : document.all.showimage if (ie4||ns6) crossobj.style.visibility="hidden" else if (ns4) document.showimage.visibility="hide" } </script> <style> .homeList{background:url(images/check-mark.png) no-repeat left; padding-left:20px; list-style:none; margin-bottom:7px; line-height:20px;} .wel{position:absolute; width:1000px; left:12.5%; top:100px; z-index:999999; background:#fff;} .welHead{width:1000px; margin:0 auto; box-shadow:#555 0 0 10px; border-radius:10px; border:5px solid #0d4f7d;} .welDrag{float:left; width:950px; margin-bottom:10px; padding:5px 0; text-align:center; cursor:hand; cursor:pointer; background:#fff;} .welH1{font-size:30px; color:#00844a; border-bottom:0px solid #990000; font-family:calibri;} .welClose{float:right; width:35px; cursor:hand; padding:5px 0; background:#fff;} .welContent{height:400px; overflow:scroll; padding:0 10px;} .welHeading{font-size:20px; color:#0d4f7d; border-bottom:0px solid #004080; font-family:calibri;} .welHeading1{font-size:16px; color:#0d4f7d; border-bottom:0px solid #004080; font-family:calibri;} @media all and (max-width: 480px) { .wel{position:absolute; width:100%; left:12.5%; top:100px; z-index:999999; background:#fff;} .welHead{width:100%; margin:0 auto; box-shadow:#555 0 0 10px; border-radius:10px; border:5px solid #0d4f7d;} .welDrag{float:left; width:950px; margin-bottom:10px; padding:5px 0; text-align:center; cursor:hand; cursor:pointer; background:#fff;} .welClose{float:right; width:35px; cursor:hand; padding:5px 0; background:#fff;} } </style> </head> <body> <div id="showimage" class="wel"> <div class="welHead"> <div class="welDrag" id="dragbar" onMousedown="initializedrag(event)"><ilayer width="100%" onSelectStart="return false"><layer width="100%" onMouseover="dragswitch=1;if (ns4) drag_dropns(showimage)" onMouseout="dragswitch=0"><strong class="welH1">Clinical Sciences and Drug Discovery - 2015</strong></layer></ilayer></div> <div class="welClose"><a href="#" onClick="hidebox();return false"><img src="images/close-window-24.png" border=0></a></div> <div style="clear:both;"></div> <div id="content" class="welContent"> <br><br> <p align="center" style="padding:0px; margin:0px;"><strong class="welHeading">United Scientific Group (USG) thanking all the participants for their treasured contribution towards the first edition of <em><strong>Clinical Sciences and Drug Discovery - 2015</strong></em> and making the event a splendid conquest.</strong></p> <br><br> <p align="center" style="padding:0px; margin:0px;"><strong class="welHeading"><em style="color:#900;">"We will apprise the next edition conference venue and dates very soon!"</em> <br><br> Thank you.</strong></p> <p style="text-align:center; font-size:18px; font-weight:bold; padding-top:15px;"><a href="gallery1.php" style="color:#900;">CSDD-2015 Gallery</a></p> </div> </div> </div> <!--<iframe frameborder="0" scrolling="no" height="100%" src="early_bird.html" STYLE="position:absolute;visibility:visible; z-index:99999999;"> </iframe>--> <!-- Header --> <div class="header"> <div class="header_top"> <div class="container"> <div class="headertop_nav"> <ul> <li>November 02-04, 2015, Baltimore, USA &nbsp; &nbsp; /</li> <li><a href="index">Home</a> /</li> <li><a href="site_map">Sitemap</a> /</li> <li><a href="feedback">Feedback</a> /</li> <li><a href="join_us">Join Us</a> /</li> <li><a href="contact">Contact</a> /</li> </ul> </div> <div class="header-top-right"> <div class="login_box"> <div id="loginContainer"> <a id="loginButton" class="active"><span class="active"><i class="search-icon"></i>Search</span></a> <div id="loginBox"> <form id="loginForm"> <div class="search_box"> <input type="text" value="Search" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Search';}"> <input type="submit" value=""> </div> </form> </div> </div> </div> </div> <div class="clearfix"></div> </div> </div> </div> <div class="header_bottom"> <div class="container"> <div class="logo"> <h1><a href="index"><p style="font-size:22px; line-height:25px; color:#555; text-decoration:none;">International conference on</p>Clinical Sciences and Drug Discovery</a></h1> </div> <div class="navigation"> <div> <label class="mobile_menu" for="mobile_menu"> <span>Menu</span> </label> <input id="mobile_menu" type="checkbox"> <ul class="nav"> <li class="dropdown"><a href="#">Conference</a> <ul class="dropdown2"> <li><a href="about">About</a></li> <li><a href="register">Register</a></li> <li><a href="important_dates">Important Dates</a></li> <li><a href="guidelines">Guidelines</a></li> </ul> </li> <li class="dropdown"><a href="#">Committee</a> <ul class="dropdown2"> <!--<li><a href="conference_chair">Conference Chair</a></li>--> <li><a href="committee_members">Committee Members</a></li> <!--<li><a href="student_committee">Student Committee</a></li>--> </ul> </li> <li class="dropdown"><a href="#">Agenda</a> <ul class="dropdown2"> <!--<li><a href="pdfs/Tentative_Program_for_Vaccines_Conference.pdf" target="_blank" title="Scientific Program">Program</a></li>--> <!--<li><a href="keynote_speakers">Keynote Speakers</a></li> <li><a href="confirmed_speakers">Confirmed Speakers</a></li>--> <li><a href="pdfs/USG_CSDD-2015_Program.pdf" target="_blank">Program</a></li> <li><a href="#">Submit Abstract</a></li> <li><a href="#">Submit Presentation</a></li> </ul> </li> <li class="dropdown"><a href="#">PARTNERS</a> <ul class="dropdown2"> <li><a href="sponsors_exhibitors">Sponsors / Exhibitors</a></li> <li><a href="media_partners">Media Partners</a></li> <li><a href="become_a_sponsor">Become a Sponsor / Exhibitor</a></li> <li><a href="become_a_media_partner">Become a Media partner</a></li> </ul> </li> <li class="dropdown"><a href="#">Location</a> <ul class="dropdown2"> <li><a href="venue_hospitality_partner">Venue & Hospitality</a></li> <li><a href="accommodation">Accommodation</a></li> </ul> </li> <div class="clearfix"></div> </ul> </div> </div> <div class="clearfix"></div> </div> </div> <div style="text-align:center; padding:10px; border-top:1px solid #00844a;"><a href="gallery1" target="_blank" style="font-weight:bold; font-size:18px; color:#f94b4b;"><span style="color:#c4913c;">Photo Gallery: </span> November 02-04, 2015, Baltimore, USA</a></div> <div id="cbp-fwslider" class="cbp-fwslider wow fadeInLeft" data-wow-delay="0.4s" id="work"> <div class="slider-line"></div> <ul> <li><img src="images/banner.jpg" class="img-responsive" alt="img03"/></li> </ul> <script src="js/jquery.cbpFWSlider.min.js" type="text/javascript"></script> </div> <!-- Ends Header --> <!------------ Start Content ----------------> <div class="main"> <div style="padding-bottom:25px;" class="container wow fadeInLeft" data-wow-delay="0.4s"> <div class="row"> <div class="col-md-9"> <div style="padding-top:25px;" id="main-reservation-text"><h3>About Conference</h3> <p style="text-align:justify;">United Scientific Group is proud to present its first <strong>International conference on Clinical Sciences and Drug Discovery</strong>, in Baltimore USA, during <strong>November 02-04, 2015 (CSDD-2015)</strong>. This is a unique conference that brings together a host of senior level experts from the fields of drug discovery and clinical sciences closer to the doorstep of pharmaceutical scientists, internists and primary care physicians from all over the world.<br><br> This unique international conference will provide a perfect opportunity for multidisciplinary collaboration between clinical, scientific, policy makers, innovators, public health researchers, pharmaceutical scientists, internists and primary care physicians from all over the world to discuss important international breakthroughs in the fields of clinical sciences and drug discovery to join with their colleagues for 3 days of stimulating discussion, knowledge sharing and networking.<br><br> <span style="color:#ff0000;">The conference helps you to</span> <br><br> <strong>1. Discover new and cutting-edge research: </strong>Gain insights about the latest science and enhance your knowledge beyond your scientific field of interest. With a robust scientific program, a new path that links and organizes select sessions from the scientific program into cross-disciplinary themes. <br><br> <strong>2. Unparalleled visibility for your science: </strong>The conference draws both luminaries in their fields and up-and-coming talent. The meeting will attract active participants including students, academicians, policy makers and other high level decision makers. With this varied kind of participation come plenty of opportunities to seek out funding for new research and get quality feedback before publishing your research in a peer-reviewed journal. <br><br> <strong>3. Network with your peers: </strong>The meeting offers unlimited ample opportunities to network with your colleagues from various backgrounds and regions. Boost up your network with your peers at the opening ice breaker reception and connect with people who specialize in your field during daily networking breaks. <br><br> <strong>4. Give leads to your career: </strong>CSDD-2015 can help you to achieve your career goal and increase your worth to potential employers. </p> <p style="text-align:center; color:#ff0000; padding:10px 0 10px 0;"><em>Mark your presence and meet your Peers!</em></p> </div> </div> <div style="padding-top:25px;" class="col-md-3"> <p align="center"><a href="pdfs/USG_CSDD-2015_Program.pdf" title="Scientific Program" class="btn btn-primary btn-normal btn-inline " target="_blank">&nbsp;&nbsp;Scientific Program&nbsp;&nbsp;</a></p> <p style="padding-top:10px;"></p> <p align="center"><a href="speakers" title="Featured Speakers" class="btn btn-primary btn-normal btn-inline " target="_blank">&nbsp;&nbsp; Featured Speakers &nbsp;&nbsp;</a></p> <p style="padding-top:10px;"></p> <p align="center"><a href="pdfs/USG_CSDD-2015_Brochure.pdf" target="_blank" title="Conference Brochure" class="btn btn-primary btn-normal btn-inline "> Conference Brochure </a></p> <p style="padding-top:10px;"></p> <p align="center"><a href="#scientific_sessions" title="Scientific Sessions" class="btn btn-primary btn-normal btn-inline " target="_self">&nbsp;&nbsp;Scientific Sessions&nbsp;&nbsp;&nbsp;</a></p> <!--<p style="padding-top:10px;"></p> <p align="center"><a href="conference_chair" title="Conference Chair" class="btn btn-primary btn-normal btn-inline " target="_self">&nbsp;&nbsp; Conference Chair &nbsp;&nbsp;&nbsp;</a></p>--> <p style="padding-top:10px;"></p> <p align="center"><a href="#" title="Submission of Abstract" class="btn btn-primary btn-normal btn-inline " target="_self">&nbsp;Abstract Submission&nbsp;</a></p> <p style="padding-top:10px;"></p> <p align="center"><a href="#" title="Submission of Presentation" class="btn btn-primary btn-normal btn-inline" target="_self">&nbsp;Submit Presentation&nbsp;</a></p> </div> <!--<div class="col-md-3"> <a href="reservation.html" title="Online Registration" class="btn btn-primary btn-normal btn-inline " target="_self">Scientific Program</a> </div>--> </div> </div> <div class="content-bottom wow fadeInLeft" data-wow-delay="0.4s" id="work"> <div class="container"> <div class="row"> <div class="col-md-8"> <div class="welcome_desc"> <h3>Organizing Committee</h3> <div class="course_demo"> <ul id="flexiselDemo3"> <li><img src="images/Dawei_Li.jpg" class="img-responsive" /><div class="desc"> <h3>Dawei Li</h3> <p>Shanghai Jiao Tong University, China</p> </div></li> <li><img src="images/Mark_A_Feitelson.jpg" class="img-responsive" /><div class="desc"> <h3>Mark Feitelson</h3> <p>Temple University<br>USA</p> </div></li> <li><img src="images/Nikolai_Zhelev.jpg" class="img-responsive" /><div class="desc"> <h3>Nikolai Zhelev</h3> <p>Abertay University,<br>UK</p> </div></li> <li><img src="images/Hiroshi_Maeda.jpg" class="img-responsive" /><div class="desc"> <h3>Hiroshi Maeda</h3> <p>Sojo University,<br>Japan</p> </div></li> <li><img src="images/Peter_Odeh.jpg" class="img-responsive" /><div class="desc"> <h3>Peter Odeh</h3> <p>SNBL Clinical Pharmacology Center, USA</p> </div></li> <li><img src="images/Emmanuel_O_Akala.jpg" class="img-responsive" /><div class="desc"> <h3>Emmanuel O. Akala</h3> <p>Howard University,<br>USA </p> </div></li> </ul> <script type="text/javascript"> $(window).load(function() { $("#flexiselDemo3").flexisel({ visibleItems: 4, animationSpeed: 1000, autoPlay: true, autoPlaySpeed: 3000, pauseOnHover: true, enableResponsiveBreakpoints: true, responsiveBreakpoints: { portrait: { changePoint:480, visibleItems: 1 }, landscape: { changePoint:640, visibleItems: 1 }, tablet: { changePoint:768, visibleItems: 1 } } }); }); </script> <script type="text/javascript" src="js/jquery.flexisel.js"></script> </div> </div> </div> <div class="col-md-4 middle_right"> <h3>Special Features</h3> <ul id="general-info"> <li><i class="fa fa-globe"> </i>Panel discussions</li> <li><i class="fa fa-globe"> </i>Interactive poster session</li> <li><i class="fa fa-globe"> </i>Cross-disciplines</li> <li><i class="fa fa-globe"> </i>Collaborations</li> <li><i class="fa fa-globe"> </i>Mentoring from senior faculty</li> <li><i class="fa fa-globe"> </i>Networking during customized social hours</li> </ul> </div> </div> </div> </div> <div class="container"> <div class="row grids text-center"> <div class="col-md-4"> <div class="product_container wow bounceIn" data-wow-delay="0.4s"> <h3><a href="#" name="scientific_sessions">Scientific Sessions</a></h3> <div class="underheader-line"></div> <ul class="tracksBox"> <li>Analytical Sciences</li> <li>Biopharmaceuticals</li> <li>Gene Therapy & Pharmacogenetics</li> <li>Biologics: Small Molecules, Adjuvants, Immunoassays</li> <li>Protein and Peptide Sciences</li> <li>Clinical Trials & Translational Medicine</li> <li>Drug Metabolism & Pharmacokinetics</li> </ul> </div> </div> <div class="col-md-4"> <div class="product_container wow bounceIn" data-wow-delay="0.4s"> <h3><a href="#">Scientific Sessions</a></h3> <div class="underheader-line"></div> <ul class="tracksBox"> <li>Medicinal Chemistry</li> <li>Drug design and therapeutics</li> <li>Molecular modeling & In Vitro Technologies</li> <li>Medical Imaging</li> <li>Biomarkers & Diagnostics</li> <li>Clinical Trials, Preclinical Safety and Regulatory Affairs</li> <li>Computer Aided Drug Designing (CADD)</li> </ul> </div> </div> <div class="col-md-4"> <div class="product_container wow bounceIn" data-wow-delay="0.4s"> <h3><a href="#">Scientific Sessions</a></h3> <div class="underheader-line"></div> <ul class="tracksBox"> <li>Cancer Targeted Drug Delivery</li> <li>Anti-Infectives</li> <li>Innovative Drug Discovery and Nanotechnology</li> <li>CNS Drug Discovery</li> <li>Diabetes and Obesity Drug Discovery</li> <li>Cardiovascular Drug Discovery</li> <li>Drug Delivery & Targeting</li> <li>Drug Efficacy and Toxicology</li> </ul> </div> </div> </div> </div> <div class="reservation wow fadeInLeft" data-wow-delay="0.4s" id="work" style="margin-bottom:20px; margin-top:20px;"> <div class="container"> <div class="row"> <div class="col-md-9"> <div id="main-reservation-text"><h3>Call us <span>408-426-4832, 408-426-4833</span> To make registration</h3> <p>Book your Speaker or Delegate slot. Contact us regarding group registrations on special prices</p> </div> </div> <div class="col-md-3"> <p align="center"><a href="registration_form" target="_blank" title="Online Registration" class="btn btn-primary btn-normal btn-inline " target="_self">&nbsp;&nbsp;Online Registration&nbsp;&nbsp;</a></p> </div> </div> </div> </div> <div class="container" style="padding-bottom:20px; padding-top:20px;"> <div class="row grids text-center"> <div class="col-md-4"> <div class="view view-tenth"> <a href="become_a_media_partner"> <div class="inner_content clearfix"> <div class="product_image"> <img src="images/pic2.jpg" class="img-responsive" alt=""/> <div class="label-product"> <span class="new">Partners</span> </div> <div class="mask" > <h2>Partners</h2> <h3>Mark your Presence and Meet Your Partners to make a step difference!</h3> <div class="info"><i class="fa fa-search-plus"></i> </div> </div> </div> </div> </a> </div> </div> <div class="col-md-4"> <div class="view view-tenth"> <a href="become_a_sponsor"> <div class="inner_content clearfix"> <div class="product_image"> <img src="images/pic3.jpg" class="img-responsive" alt=""/> <div class="label-product"> <span class="new">Sponsors</span> </div> <div class="mask"> <h2>Become a Sponsor</h2> <h3>USG CONFERENCE SPONSORSHIP OPPORTUNITIES PREMIUM SPONSORSHIP PACKAGES</h3> <div class="info"><i class="fa fa-search-plus"></i> </div> </div> </div> </div> </a> </div> </div> <div class="col-md-4"> <div class="view view-tenth"> <a href="sponsors_exhibitors"> <div class="inner_content clearfix"> <div class="product_image"> <img src="images/pic0.jpg" class="img-responsive" alt=""/> <div class="label-product"> <span class="new">Exhibitors</span> </div> <div class="mask"> <h2>Exhibitors</h2> <h3>Increase your exposure on the day of the event by exhibiting your booth </h3> <div class="info"><i class="fa fa-search-plus"></i> </div> </div> </div> </div> </a> </div> </div> </div> </div> </div> <script type="text/javascript"> function enquiry() { var msg = document.enqform.msg.value; var email = document.enqform.email.value; if (document.enqform.msg.value == "") { alert("Message must be filled out"); document.enqform.msg.focus(); return false; } if (document.enqform.email.value == "") { alert("Please enter your Email"); document.enqform.email.focus(); return false; } var id = document.enqform.email.value; //The regular expression for a valid e-mail address var re = /^.+\@.+\..{2,4}$/gi; if(!id.match(re)) { //If it is NOT a match //flag++; //errors = errors + "Invalid E-Mail\n"; alert("Not a valid e-mail address"); document.enqform.email.focus(); return false; } if (window.XMLHttpRequest) // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); else // code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) document.getElementById("enqmsg").innerHTML=xmlhttp.responseText; } xmlhttp.open("GET","enqMessage.php?p="+msg+"&q="+email,true); xmlhttp.send(); document.enqform.reset(); } </script> <div class="footer"> <div class="container"> <div class="footer_top"> <div class="row"> <div style="padding-top:20px" class="col-md-4 footer_grid"> <h4>Send us your queries...</h4> <div class="search"> <div id="enqmsg"></div> <form name="enqform"> <textarea name="msg" placeholder="Type your message" title="Type your Message"></textarea> <input name="email" type="text" value="" placeholder="Type your email id here" title="Type your email id here"> <input onClick="enquiry();" type="button" value="" title="Click here to submit"> </form> </div> </div> <div class="col-md-4 footer_grid"> <!--<h4>Get Connected</h4> <div class="footer-list"> <ul> <li class="list_top"><i class="fa fa-twitter twt"></i> <p>To know more about scientific leaders in <span class="yellow"><a href="http://www.uniscigroup.com/conferences/vaccines">vaccines</a></span> and on going research follow us on Twitter</li></p> <li><i class="fa fa-facebook twt"></i> <p>To know more about scientific leaders in <span class="yellow"><a href="http://www.uniscigroup.com/conferences/vaccines">vaccines</a></span> and on going research follow us on Facebook</li></p> </ul> </div>--> </div> <div style="padding-top:20px" class="col-md-4 footer_grid"> <h4>Contact</h4> <div class="company_address"> <p>United Scientific Group</p> <p>2088 B2 Walsh Avenue</p> <p>Santa Clara, CA 95050, USA</p> <p><i class="fa fa-phone"></i> 408-426-4832, 408-426-4833</p> <p><i class="fa fa-phone"></i>Toll Free: 844-395-4102 | Fax: 408-426-4869</p> <p><i class="fa fa-inbox"></i> <span><a href="mailto:clinicalsciences@uniscigroup.org">clinicalsciences@uniscigroup.org</a></span><br /><i class="fa fa-inbox"></i> <span><a href="mailto:drugdiscovery@uniscigroup.org">drugdiscovery@uniscigroup.org</a></span><br /><i class="fa fa-inbox"></i> <span><a href="mailto:contact@uniscigroup.net">contact@uniscigroup.net</a></span></p> </div> <!--<ul class="socials"> <li><a href="#"><i class="fa fa-google-plus"></i></a></li> <li><a href="#"><i class="fa fa-pinterest"></i></a></li> <li><a href="#"><i class="fa fa-twitter"></i></a></li> <li><a href="#"><i class="fa fa-facebook"></i></a></li> </ul>--> </div> <div class="clearfix"></div> </div> </div> <div class="footer_bottom"> <div class="copy_right"> <p>&reg; 2014 All Rights Reserved &copy; Copyrights 2014 @ <a href="http://www.unitedscientificgroup.com/">United Scientific Group</a> </p> </div> <div class="footer_nav"> <ul> <li><a href="index">Home</a></li> <li><a href="site_map">Site Map</a></li> <li><a href="feedback">Feedback</a></li> <li><a href="contact">Contact</a></li> </ul> </div> <div class="clearfix"></div> </div> </div> </div><script type="text/javascript"> T$('testclick1').onclick = function(){TINY.box.show('abstract_submission.php',1,400,600,1)} </script> </body> </html>

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