CINXE.COM
interaction | OMICS International | Open Access Articles |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="all"/> <meta name="alexaVerifyID" content="prVlK2AuSBfK43ZTfG7WLg5ergs"/> <Meta name="yandex-verification" content="0e61e7ac671ee7a3"/> <link rel="alternate" hreflang="en-US" href="https://www.omicsonline.org/searchresult.php?keyword=%20%20interaction" /> <link rel="canonical" href="https://www.omicsonline.org/searchresult.php?keyword=%20%20interaction"> <link rel="shortcut icon" href="/assets/img/omics-international-animated-favicon.gif"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" /> <link href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Noto+Sans:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css"> <link rel="stylesheet" href="/assets/slick/slick.css"> <link rel="stylesheet" href="/assets/slick/slick-theme.css"> <link rel="stylesheet" href="/assets/mCustomScrollbar/jquery.mCustomScrollbar.min.css"> <link rel="stylesheet" href="/assets/css/omicsonline.org.css"> <link rel="stylesheet" href="/assets/css/global.css"> <link rel="stylesheet" href="/assets/css/styles.css"> <link rel="stylesheet" type="text/css" href="/assets/css/author.css"> <!-- Bootstrap Slect CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.1/css/bootstrap-select.min.css"> <link href="/css/bootstrap-social.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" type="text/css" href="/css/main-coolautosuggest.css"/> <!-- cool scripts --> <!--<script src="https://www.omicsonline.org/js/jquery.js"></script> <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="/js/jquery.coolautosuggest.js"></script> <script src="/js/jquery.coolfieldset.js"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-VWFV1HF267"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VWFV1HF267');//omicsonline.org </script> <!-- Start Alexa Certify Javascript --> <script type="text/javascript"> _atrk_opts = { atrk_acct:"AQs4j1a4ZP00a6", domain:"omicsonline.org",dynamic: true}; (function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })(); </script> <meta name="google-site-verification" content="qN-HrL2WXoaG2H19_JlH51p2Wb35uW3rvhvy4fVnXnE" /> <title>interaction | OMICS International | Open Access Articles | </title> <meta name="keywords" content="open access articles, conference proceedings, list of open access journals, conferences, open access, open access journals, open access publication, open access publisher, open access publishing, open access journal articles, omics, omics publishing group, omics group, omics online" /> <meta name="description" content="OMICS International is currently managing more than 400 Open Access journals with quality peer review and copyediting process. Find the List of Open Access Journals on Medical, Science and Technology. | interaction | " /> <!-- 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]--> <style type="text/css"> p { margin: 0px; padding: 0px; } #LoadingImage { position:fixed; left:40%; top:84%; border-radius:10px; padding:10px; border:1px solid #777777; background:#ffffff; box-shadow:0px 0px 10px #777777; } </style> <!--<script type="text/javascript" src="https://www.omicsonline.org/js/jquery-1.2.6.pack.js"></script>--> <script> var end_count =0; $(window).scroll(function() { if (document.body.scrollHeight - $(this).scrollTop() <= ($(this).height()+(3000*(end_count+1)))) { if(end_count<5){ if(end_count==0){ var myData = 'search=interaction&cnt='+end_count; jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "ajax_process1.php", //Where to make Ajax calls dataType:"text", // Data type, HTML, json etc. data:myData, //Form variables success:function(response){ //alert(response); $("#journals1").html(response); //$("#LoadingImage").hide(); //hide loading image }, error:function (xhr, ajaxOptions, thrownError){ //$("#LoadingImage").hide(); //hide loading image alert(thrownError + ' in getting journals data '); } }); $('#theiframe').on('load', function () { $('#LoadingImage').hide(); //alert("lskajfd"); }); //$("#LoadingImage").hide(); } else if(end_count==1){ var myData = 'search=interaction&cnt='+end_count; jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "ajax_process1.php", //Where to make Ajax calls dataType:"text", // Data type, HTML, json etc. data:myData, //Form variables success:function(response){ //alert(response); $("#editors").html(response); $("#editors").css({"overflow":"hidden"}); $("#editors").css({"overflow-y":"scroll"}); $("#editors").css({"height":"320px"}); //style="overflow:scroll; height:320px; width:310px;" //$("#LoadingImage").hide(); //hide loading image }, error:function (xhr, ajaxOptions, thrownError){ //$("#LoadingImage").hide(); //hide loading image alert(thrownError + ' in getting editor data '); } }); $('#theiframe1').on('load', function () { $('#LoadingImage').hide(); //alert("lskajfd"); }); } else if(end_count==2){ $("#LoadingImage").show(); var myData = 'search=interaction&cnt='+end_count; jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "ajax_process2.php", //Where to make Ajax calls dataType:"text", // Data type, HTML, json etc. data:myData, //Form variables success:function(response1){ $("#pressreleases").html(response1); }, error:function (xhr, ajaxOptions, thrownError){ alert(thrownError + ' in getting press data '); } }); var myData = 'search=interaction&cnt='+end_count; jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "ajax_process1.php", //Where to make Ajax calls dataType:"text", // Data type, HTML, json etc. data:myData, //Form variables success:function(response){ //alert(response); $("#speakers").html(response); $("#speakers").css({"overflow-y":"scroll"}); $("#speakers").css({"height":"320px"}); //style="overflow:scroll; height:320px; width:310px;" //$("#LoadingImage").hide(); //hide loading image }, error:function (xhr, ajaxOptions, thrownError){ //$("#LoadingImage").hide(); //hide loading image alert(thrownError + ' in getting speaker data '); } }); $('#LoadingImage').hide(); } else if(end_count==3){ $("#LoadingImage").show(); var myData = 'search=interaction&cnt='+end_count; jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "ajax_process2.php", //Where to make Ajax calls dataType:"text", // Data type, HTML, json etc. data:myData, //Form variables success:function(response1){ $("#ebooks").html(response1); }, error:function (xhr, ajaxOptions, thrownError){ alert(thrownError+ ' in getting speaker data '); } }); var myData = 'search=interaction&cnt='+end_count; jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "ajax_process1.php", //Where to make Ajax calls dataType:"text", // Data type, HTML, json etc. data:myData, //Form variables success:function(response){ //alert(response); $("#editorppt").html(response); $("#editorppt").css({"overflow-y":"scroll"}); $("#editorppt").css({"height":"320px"}); //style="overflow:scroll; height:320px; width:310px;" //$("#LoadingImage").hide(); //hide loading image }, error:function (xhr, ajaxOptions, thrownError){ //$("#LoadingImage").hide(); //hide loading image alert(thrownError + ' in editors data '); } }); $('#LoadingImage').hide(); } else if(end_count==4){ $("#LoadingImage").show(); var myData = 'search=interaction&cnt='+end_count; jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "ajax_process2.php", //Where to make Ajax calls dataType:"text", // Data type, HTML, json etc. data:myData, //Form variables success:function(response1){ $("#national_symposiums").html(response1); }, error:function (xhr, ajaxOptions, thrownError){ alert(thrownError + ' in getting national simposium data '); } }); var myData = 'search=interaction&cnt='+end_count; jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "ajax_process1.php", //Where to make Ajax calls dataType:"text", // Data type, HTML, json etc. data:myData, //Form variables success:function(response){ //alert(response); $("#speakerppts").html(response); $("#speakerppts").css({"overflow-y":"scroll"}); $("#speakerppts").css({"height":"320px"}); //style="overflow:scroll; height:320px; width:310px;" //$("#LoadingImage").hide(); //hide loading image }, error:function (xhr, ajaxOptions, thrownError){ //$("#LoadingImage").hide(); //hide loading image alert(thrownError + ' in getting speaker ppt data '); } }); $('#LoadingImage').hide(); } // alert('end-'+end_count+'---'+document.body.scrollHeight+'=='+$(this).scrollTop()+'---'+$(this).height()); end_count++; } } }); $(document).ready(function() { $("#LoadingImage_feed").show(); jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "pull_feed.php", //Where to make Ajax calls //dataType: "HTML", //Data type, HTML, json etc. data: { keyword:" interaction"}, success:function(response){ $("#LoadingImage_feed").hide(); $("#pull_feed_content").html(response); }, }); }); $(document).ready(function() { $("#oaimage_feed").show(); jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "open-access-article-search.php", //Where to make Ajax calls //dataType: "HTML", //Data type, HTML, json etc. data: { keyword:"interaction"}, success:function(response){ $("#oaimage_feed").hide(); $("#openaccessarticles").html("<iframe src='open-access-article-search.php?keyword=interaction' frameborder='0' width='100%' height='800vh' id='theiframe' ></iframe>"); }, }); }); $(document).ready(function() { $("#cpimage_feed").show(); jQuery.ajax({ type: "POST", // HTTP method POST or GET url: "conference-proceedings-search.php", //Where to make Ajax calls //dataType: "HTML", //Data type, HTML, json etc. data: { keyword:"interaction"}, success:function(response){ $("#cpimage_feed").hide(); $("#confproceedings").html("<iframe src='conference-proceedings-search.php?keyword=interaction' frameborder='0' width='100%' height='800vh' id='theiframe' ></iframe>"); }, }); }); </script> <!-- <script> $( document ).ready(function() { var term = < ?php echo $search; ?>; $.ajax({ url: 'sctrack.php?term='+term, type: 'get', dataType: 'json', success: function(json) { }, }); }); </script> --> <!--<script src="http://www.omicsonline.org/js/jquery.js"></script>--> <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>--> <!--<script src="< ?php echo $domain_path; ?>js/jquery.coolautosuggest.js"></script> <script src="< ?php echo $domain_path; ?>js/jquery.coolfieldset.js"></script> --> </head> <body> <!-- Modal --> <div class="modal fade" id="otherArticles" tabindex="-1" role="dialog" aria-labelledby="otherArticlesList"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title" id="modal_show_title"></h4> </div> <div class="modal-body"> <div id="modal_show_id"></div> <br/> <div>Source : <span id="modal_show_source"></span> <span class="pull-right"><a href="http://www.scholarscentral.com/interaction" title="Click Here" target="_blank" class="btn btn-success btn-sm">More..</a></span></div> </div> </div> </div> </div> <!-- End Modal --> <style> #mainNavbar .navbar-nav .nav-link{ padding-left: .7rem; padding-right: 0.7rem; } </style> <header class="box-shadow-inset py-3"> <div class="container"> <div class="row align-items-center justify-content-sm-between"> <div class="col-12 col-sm"> <!--<a href="" class="d-flex justify-content-center justify-content-sm-start"> <img src="images/omics-international.png" alt="OMICS International" title="OMICS International" class="logo"> </a>--> </div> <div style="padding-right:50px;" class="col-12 col-sm-auto"> <nav class="header-nav nav justify-content-sm-end font-size-3"> <a href="tel:+44 2039664288" title="Home" class="nav-link text-center"> <i class="fa fa-phone d-block" aria-hidden="true"></i> 44 2039664288 </a> <a href="https://www.omicsonline.org/" title="Home" class="nav-link text-center"> <i class="fa fa-home d-block" title="Home"></i> Home </a> <a href="https://www.omicsonline.org/register.php" title="Register" class="nav-link text-center"> <i class="fa fa-share-alt d-block" title="Join Us"></i> Register </a> <a href="https://www.omicsonline.org/sitemap.php" title="Site Map" class="nav-link text-center"> <i class="fa fa-sitemap d-block" title="Site Map"></i> Site Map </a> <a href="https://www.omicsonline.org/contact.php" title="Contact Us" class="nav-link text-center"> <i class="fa fa-phone d-block"></i> Contact Us </a> <a href="https://www.omicsonline.org/open-access-journals-recommendation-PubMedCentral-Indexing.php" title="Editors Recommendation" class="nav-link text-center"> <i class="fa fa-user d-block" title="Editors Recommendation"></i> Editors Recommendation </a> </nav> <!--<li> <i class="fa fa-unlock-alt" title="Register Reviewer"></i><br> <a href="https://www.omicsonline.org/peerregister.php" title="Register Reviewer">Register Reviewer</a></li>--> </div> <!--<div id="google_translate_element" style=" width:60px; top: 10px;"></div> <script> function googleTranslateElementInit() { new google.translate.TranslateElement( { pageLanguage: 'en' }, 'google_translate_element' ); } </script> <script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>--> <!---languages drop down----> <div class="nav-item dropdown multi_lang j_multi_lang"> <a class="nav-link dropdown-toggle" href="#" id="multi_lang" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Language </a> <div class="dropdown-menu" aria-labelledby=""> <a class="dropdown-item" href="https://spanish.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="Spanish"> <img src="https://www.omicsonline.org/imges/flags/spain.png">Spanish </a> <a class="dropdown-item" href="https://chinese.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="Chinese"> <img src="https://www.omicsonline.org/imges/flags/china.png">Chinese </a> <a class="dropdown-item" href="https://russian.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="Russian"> <img src="https://www.omicsonline.org/imges/flags/russia.png">Russian </a> <a class="dropdown-item" href="https://german.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="German"> <img src="https://www.omicsonline.org/imges/flags/germany.png">German </a> <a class="dropdown-item" href="https://french.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="French"> <img src="https://www.omicsonline.org/imges/flags/france.png">French </a> <a class="dropdown-item" href="https://japanese.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="Japanese"> <img src="https://www.omicsonline.org/imges/flags/japan.png">Japanese </a> <a class="dropdown-item" href="https://portuguese.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="Portuguese"> <img src="https://www.omicsonline.org/imges/flags/portugal.png">Portuguese </a> <a class="dropdown-item" href="https://hindi.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="Hindi"> <img src="https://www.omicsonline.org/imges/flags/india.png">Hindi </a> <a class="dropdown-item" href="https://telugu.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="Telugu"> <img src="https://www.omicsonline.org/imges/flags/india.png">Telugu </a> <a class="dropdown-item" href="https://tamil.omicsonline.org/searchresult.html?keyword=%20%20interaction" title="Tamil"> <img src="https://www.omicsonline.org/imges/flags/india.png">Tamil </a> </div> </div> <!---languages drop down----> </div> </div> </header> <!-- index.php Navigation start--> <div class="whatup"> <ul> <!-- <li><a href="tel:+44 738 964 6065">+44 738 964 6065<i class="fab fa-whatsapp" aria-hidden="true"></i></a></li> --> <li><a href="tel:+44-330-822-4832"> +44-330-822-4832<i class="fab fa-whatsapp" aria-hidden="true"></i></a></li> <li><a href="tel:+44-330-818-0992"> +44-330-818-0992<i class="fab fa-whatsapp" aria-hidden="true"></i></a></li> </ul> </div> <nav class="navbar navbar-expand-lg navbar-dark bg-navbar mb-0 border-0 rounded-0 py-0"> <div class="container-fluid"> <a class="navbar-brand white d-block d-sm-none" href="#"> </a> <button class="navbar-toggler white" type="button" data-toggle="collapse" data-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse " id="mainNavbar"> <div class="navbar-nav mr-auto "> <a title="About Us" href="https://www.omicsonline.org/about.php" class="nav-item nav-link">About Us</a> <a title="Open Access" href="https://www.omicsonline.org/open-access.php" class="nav-item nav-link">Open Access</a> <div class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="Journals" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Journals">Journals</a> <div class="dropdown-menu" aria-labelledby="Journals"> <a title="A-Z Journals" href="https://www.omicsonline.org/open-access-journals-list.php" class="dropdown-item">A-Z Journals</a> <a title="Browse By Subject" href="https://www.omicsonline.org/scientific-journals.php" class="dropdown-item">Browse By Subject</a> <!-- <li><a title="Browse By Indexing" href="https://www.omicsonline.org/omics-group-indexed-journals-list-medline-isi-scopus.php">Browse By Indexing</a></li>--> <a title="International Collaborations" href="https://www.omicsonline.org/international-societies-world-fedarations-scientific-collaborations.php" class="dropdown-item">International Collaborations</a> </div> </div> <div class="nav-item dropdown"> <a aria-expanded="false" role="button" data-toggle="dropdown" class="nav-link dropdown-toggle" href="#" title="Conferences">Conference Journal Proceedings</a> <div role="menu" class="dropdown-menu"> <a class="dropdown-item" title="Upcoming Conference Journal Proceedings" href="https://www.omicsonline.org/international-scientific-conferences/">Upcoming Conference Journal Proceedings</a> <!--<a class="dropdown-item" title="Previous Conference Journal Proceedings" href="https://www.omicsonline.org/international-scientific-conferences/previousconferences.php">Previous Conference Journal Proceedings</a>--> <a class="dropdown-item" title="Previous Conference Journal Proceedings" href="https://www.conferenceseries.com/previous.php">Previous Conference Journal Proceedings</a> </div> </div> <div class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="InternationalCollaborations" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="International Collaborations">International Collaborations</a> <div role="menu" class="dropdown-menu" aria-labelledby="InternationalCollaborations"> <a class="dropdown-item" title="A-Z Collaborations" href="https://www.omicsonline.org/international-societies-world-fedarations-scientific-associations.php">A-Z Collaborations</a> <a class="dropdown-item" title="Asia Pacific" href="https://www.omicsonline.org/omics-group-asia-pacific-international-associations-societies-collaborations.php">Asia Pacific</a> <a class="dropdown-item" title="USA & America" href="https://www.omicsonline.org/omics-group-usa-america-international-associations-societies-collaborations.php">USA & America</a> <a class="dropdown-item" title="Europe" href="https://www.omicsonline.org/omics-group-europe-middle-east-international-associations-societies-collaborations.php">Europe</a> <a class="dropdown-item" title="Africa" href="https://www.omicsonline.org/omics-group-africa-international-associations-societies-collaborations.php">Africa</a> </div> </div> <div class="nav-item dropdown"> <a aria-expanded="false" role="button" data-toggle="dropdown" class="nav-link dropdown-toggle" href="#" title="Our Services">Our Services</a> <div role="menu" class="dropdown-menu"> <!-- <a class="dropdown-item" title="Membership" href="https://www.omicsonline.org/membership.php">Membership</a> --> <a class="dropdown-item" title="Advertise with us" href="https://www.omicsonline.org/advertise-with-us.php">Advertise with us</a> <a class="dropdown-item" title="Reprints and permissions" href="https://www.omicsonline.org/reprints-permissions.php">Reprints and permissions</a> </div> </div> <a title="Submit Manu ipt" href="https://www.omicsonline.org/Submitmanuscript.php" class="nav-item nav-link">Submit Manuscript</a> <a title="Editors-in-Chief" href="https://www.omicsonline.org/editors-in-chief.php" class="nav-item nav-link">Editors-in-Chief</a> <a title="Careers" href="https://www.omicsonline.org/careers.htm" class="nav-item nav-link">Careers</a> <a title="FAQs" href="https://www.omicsonline.org/faq.php" class="nav-item nav-link">FAQs</a> </div> </div> </div> </nav><!-- Content_Area InnerPage --> <div class="container"> <div class="row"> <div class="col"> <div class="bg-white p-3 shadow-3dp"> <div class="row mb-3"> <div class="col-12"> <div class="media media_inner brd_left mb-3"> <img src="https://www.omicsonline.org/images/ic_reserch.png" alt="Scientific Research and information" title="Scientific Research and information" class="mr-3"> <div class="media-body"> <p>Make the best use of Researched information from 700+ peer reviewed, <a title="click here" href="https://www.omicsonline.org/open-access-journals-list.php"><strong>Open Access Journals</strong></a> operated by 50,000+ Editorial Board Members and esteemed reviewers and 1000+ <a title="Click here" href="https://www.omicsonline.org/international-societies-world-fedarations-scientific-associations.php"><strong>Scientific associations</strong></a> in <a title="Click here" href="https://www.omicsonline.org/medical-sciences-journals.php"><strong>Medical</strong>,</a> <a title="Click here" href="https://www.omicsonline.org/clinical-journals.php"><strong>Clinical</strong>,</a> <a title="Click here" href="https://www.omicsonline.org/pharmaceutical-sciences-journals.php"><strong>Pharmaceutical</strong>,</a> <a title="Click here" href="https://www.omicsonline.org/engineering-journals.php"><strong>Engineering</strong>,</a> Technology and <a title="Click here" href="https://www.omicsonline.org/business-and-management-journals.php"><strong>Management</strong></a> Fields. </p> </div> </div> <div class="media media_inner brd_right"> <div class="media-body"> <p>Meet Inspiring Speakers and Experts at our 3000+ Global <a href="http://www.conferenceseries.com" target="_blank" title="Conferenceseries"><strong>Conferenceseries</strong></a> Events with over 600+ Conferences, 1200+ Symposiums and 1200+ Workshops on Medical, Pharma, Engineering, Science, Technology and Business</p> </div> <div class="media-right"><img src="https://www.omicsonline.org/images/ic_speakers.png" alt="Meet Inspiring Speakers and Experts" title="Meet Inspiring Speakers and Experts"></div> </div> </div> </div> <div class="row"> <div class="col-md-9"> <div class="card border-gold"> <h1 class="card-header bg-gold font-size-6">Search results for <span class="gold">interaction</span></h1> <div class="card-body"> <a href="#openaccess" title="openaccess">Open Access Articles <span class="badge badge-primary">177</span></a> <br> <a href='#proceedings' title='proceedings'>Conference Proceedings <span class='badge badge-primary'>130</span></a> <a href='#press-releases' title='press-releases'>Press Releases <span class='badge badge-primary'>1</span></a> <br><a href='#journals' title='Journals'>Journals <span class='badge badge-primary'>5</span></a> <br><a href='#editors' title='Editors'>Editors <span class='badge badge-primary'>221</span></a> <br><a href='#speakers' title='Speakers'>Speakers <span class='badge badge-primary'>375</span></a> <br><a href='#societies' title='Societies'>Societies <span class='badge badge-primary'>1</span></a><br><a href='#collaborations' title='Collaborations'>Collaborations <span class='badge badge-primary'>2</span></a><br><a href='#media' title='Click Here'>Media Partners <span class='badge badge-primary'>13</span></a> <br><a href='#national' title='Click Here'>National symposiums <span class='badge badge-primary'>397</span></a> <br><a href='#useful_links' title='Useful Links related to'>Useful Links related to <span class='text-warning'>interaction</font> <span class='badge badge-primary'>21</span></a> <div class="row"> <div class="col-auto"> <div class="scroll-button my-2"> Please scroll down and wait for few seconds to display complete results <strong><i class="fas fa-hand-point-down bounce"></i></strong> </div> </div> </div> </div> <a name="openaccess" id="openaccess"></a> <div id="oaimage_feed" style="text-align:center; color:#060;"> <img src="https://www.omicsonline.org/images/loader_feed.gif" alt="Loading" height="32px" width="32px"><br /> Open Access Articles Loading Please wait.. </div> <div id="openaccessarticles" class="table-responsive"></div> <div class="clear"> </div> <a name="proceedings" id="proceedings"></a> <div id="cpimage_feed" style="text-align:center; color:#060;"><img src="https://www.omicsonline.org/images/loader_feed.gif" alt="Loading" height="32px" width="32px"><br /> Conference Proceedings Loading Please wait..</div> <div id="confproceedings" class="table-responsive"></div> <div class="clear"> </div> <a name="press-releases" id="press-releases"></a> <div id="pressreleases"></div> <a name="book_title" id="book-title"></a> <div id="ebooks"></div> <a name="national" id="national"></a> <div id="national_symposiums"></div> </div> </div> <div class="col-md-3"> <div class="card border-gold"> <div class="card-body p-0"> <div class="srch_reslt_data"> <h6 class="card-header bg-gold">Introduction</h6> <div id="LoadingImage_feed" style="width:240px; text-align:center;"> <img src="https://www.omicsonline.org/images/loader_feed.gif" alt="Loading" height="32px" width="32px"><br /> Loading Please wait.. </div> <div id="pull_feed_content"></div> <div align="right"> <a href="http://research.omicsgroup.org/index.php/interaction" class="btn btn-success btn-xs" title="View more" target="_blank">View more..</a> </div> <div id="disp_sc"></div> <div id="scdata"></div> <div align="right"> <a class="btn btn-success btn-xs" onClick="new_call()" style="margin:5px;">View more..</a> </div> <script> var i=1; $( document ).ready(function() { var term = 'interaction'; var ip = '8.222.208.146'; $.ajax({ url: 'scresults.php?term='+term+'&page='+i+'&ip='+ip, type: 'get', dataType: 'json', success: function(json) { var html=''; var total=''; var count_records=''; $.each(json, function(k, v){ if(v.title) { html += '<li class="list-group-item"><a class="tets" style="cursor:pointer;" title="Click here" onclick="new_tes(\''+v.id+'\')" id="'+v.id+'">'+v.title+'</a></li>'; } else { count_records='<li class="list-group-item bg-grey-200 green-900" style="color:#060;">Other Articles [<span id="total"></span>]</li>'; total=v.total; } }); $("#disp_sc").html(count_records); $("#scdata").html(html); $("#total").html(total); i++; }, }); }); function new_call(){ var term = 'interaction'; var ip = '8.222.208.146'; $.ajax({ url: 'scresults.php?term='+term+'&page='+i+'&ip='+ip, type: 'get', dataType: 'json', success: function(json) { var html=''; var total=''; var count_records=''; $.each(json, function(k, v){ if(v.title) { html += '<li class="list-group-item"><a class="tets" cursor="pointer" onclick="new_tes(\''+v.id+'\')" id="'+v.id+'" >'+v.title+'</a></li>'; } else { count_records='<li class="list-group-item bg-grey-200 green-900" style="color:#060;">Other Articles [<span id="total"></span>]</li>'; total=v.total; } }); $("#disp_sc").html(count_records); $("#scdata").html(html); $("#total").html(total); i++; }, }); } function new_tes(id){ var abstract=''; var title=''; var source = ''; $.ajax({ url: 'popresults.php?id='+id, type: 'get', dataType: 'json', success: function(json) { $.each(json, function(k, v){ // v.title, v.abs, v.source abstract += v.abs; title += v.title; source += v.source; }); $('#modal_show_id').html(abstract); $('#modal_show_title').html(title); $('#modal_show_source').html(source); $('#otherArticles').modal('show'); } }); } </script> <!--========= Journals ==============--> <div id="journals1" class="card"></div> <!--========= Editors ==============--> <div id="editors" class="card"> </div> <!--========= Speakers ==============--> <div id="speakers" class="card"></div> <!--============ Editor PPT ==============--> <div id="editorppt" class="card"></div> <div id="speakerppts" class="card"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Content_Area InnerPage --> <div class="container"> <div class="row"> <div class="col"> <div class="bg-white p-3 shadow-3dp"> <div class="row"> <div class="col-md-9" style="margin-top:5px;"> <div class="redheading" style="font-size:18px; font-weight:600; padding-top:0px;">International Conferences 2024-25 </div> <div class="clear"> </div> <strong style="color:#000;">Meet Inspiring Speakers and Experts at our 3000+ Global <a href="http://annualmeeting.conferenceseries.com/" target="_blank" title="Click here">Annual Meetings</a></strong> </div> <div class="col-md-3 d-none"> <a class="sprite confrence-logo" title="OMICS International" href="https://www.conferenceseries.com/" target="_blank"></a> </div> </div> <div class="row pb-3"> <div class="col-md-4"> <!--===== Conferences by Country ======--> <div class="card panel border-orange-800"> <h3 class="card-header bg-orange-800 font-size-5 white p-2">Conferences by Country</h3> <div class="card-body p-0 equal-height-6 text-left contries"> <div class="row no-gutters"> <div class="col-4"> <div class="list-group list-group-flush a-p-1 font-size-3"> <a class="list-group-item" title="USA" target="_blank" href="https://www.conferenceseries.com/usa-meetings"><i class="us flag"></i> USA</a> <a class="list-group-item" title="Australia" target="_blank" href="https://www.conferenceseries.com/conference-destinations.php"><i class="au flag"></i> Australia</a> <!--<a class="list-group-item" title="UAE" target="_blank" href="https://www.conferenceseries.com/uae-conferences.php"><i class="ae flag"></i> UAE</a> --> <a class="list-group-item" title="Italy" target="_blank" href="https://www.conferenceseries.com/italy-conferences.php"><i class="it flag"></i> Italy</a> <a class="list-group-item" title="Germany" target="_blank" href="https://www.conferenceseries.com/conference-destinations.php"><i class="de flag"></i> Germany</a> <a class="list-group-item" title="UK" target="_blank" href="https://www.conferenceseries.com/uk-conferences.php"><i class="gb flag"></i> UK</a> <a class="list-group-item" title="Japan" target="_blank" href="https://www.conferenceseries.com/japan-conferences.php"><i class="jp flag"></i> Japan</a> <a class="list-group-item" title="Brazil" target="_blank" href="https://www.conferenceseries.com/brazil-conferences.php"><i class="br flag"></i> Brazil</a> <a class="list-group-item" title="South Korea" target="_blank" href="https://www.conferenceseries.com/south-korea-conferences.php"><i class="kr flag"></i> South Korea</a> <a class="list-group-item" title="Netherlands" target="_blank" href="#"><i class="nl flag"></i> Netherlands</a> </div> </div> <div class="col-4"> <div class="list-group list-group-flush a-p-1 font-size-3"> <a class="list-group-item" title="Spain" target="_blank" href="https://www.conferenceseries.com/spain-conferences.php"><i class="es flag"></i> Spain</a> <a class="list-group-item" title="Canada" target="_blank" href="https://www.conferenceseries.com/conference-destinations.php"><i class="ca flag"></i> Canada</a> <a class="list-group-item" title="China" target="_blank" href="https://www.conferenceseries.com/china-conferences.php"><i class="cn flag"></i> China</a> <a class="list-group-item" title="France" target="_blank" href="https://www.conferenceseries.com/france-conferences.php"><i class="fr flag"></i> France</a> <a class="list-group-item" title="India" target="_blank" href="https://www.conferenceseries.com/india-conferences.php"><i class="in flag"></i> India</a> <!-- <a class="list-group-item" title="Malaysia" target="_blank" href="https://www.conferenceseries.com/malaysia-conferences.php"><i class="my flag"></i> Malaysia</a> --> <a class="list-group-item" title="Singapore" target="_blank" href="https://www.conferenceseries.com/singapore-conferences.php"><i class="sg flag"></i> Singapore</a> <a class="list-group-item" title="South Africa" target="_blank" href="https://www.conferenceseries.com/southafrica-conferences.php"><i class="za flag"></i> South Africa</a> <a class="list-group-item" title="New Zealand" target="_blank" href="#"><i class="nz flag"></i> New Zealand</a> <a class="list-group-item" title="Philippines" target="_blank" href="#"><i class="ph flag"></i> Philippines</a> </div> </div> <div class="col-4"> <div class="list-group list-group-flush a-p-1 font-size-3"> <a class="list-group-item" title="Poland" target="_blank" href="https://www.conferenceseries.com/poland-meetings/"><i class="pl flag"></i> Poland</a> <a class="list-group-item" title="Austria" target="_blank" href="https://www.conferenceseries.com/austria-meetings/"><i class="at flag"></i> Austria</a> <!-- <a class="list-group-item" title="Turkey" target="_blank" href="https://www.conferenceseries.com/turkey-meetings/"><i class="tr flag"></i> Turkey</a> --> <a class="list-group-item" title="Finland" target="_blank" href="https://www.conferenceseries.com/finland-meetings/"><i class="fi flag"></i> Finland</a> <!--<a class="list-group-item" title="Ukraine" target="_blank" href="https://www.conferenceseries.com/ukraine-meetings/"><i class="ua flag"></i> Ukraine</a> --> <a class="list-group-item" title="Denmark" target="_blank" href="https://www.conferenceseries.com/denmark-meetings/"><i class="dk flag"></i> Denmark</a> <a class="list-group-item" title="Mexico" target="_blank" href="https://www.conferenceseries.com/mexico-meetings/"><i class="mx flag"></i> Mexico</a> <a class="list-group-item" title="Norway" target="_blank" href="https://www.conferenceseries.com/norway-meetings/"><i class="no flag"></i> Norway</a> <a class="list-group-item" href="https://www.conferenceseries.com/romania-meetings" target="_blank" title="Romania"><i class="romania flag"></i> Romania</a> </div> </div> </div> </div> </div> <!--===== Conferences by Country end ======--> </div> <div class="col-md-5"> <!--===== Medical & Clinical Conferences ======--> <div class="card panel border-orange-800"> <h3 class="card-header bg-orange-800 font-size-5 white p-2">Medical & Clinical Conferences</h3> <div class="card-body p-0 equal-height-6 text-left cbc"> <div class="row"> <div class="col-6"> <div class="list-group list-group-flush a-p-1 font-size-3"> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/microbiology-meetings">Microbiology</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/diabetes-endocrinology-meetings">Diabetes & Endocrinology</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/nursing-meetings">Nursing</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/healthcare-management-meetings">Healthcare Management</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/neuroscience-meetings">Neuroscience</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/immunology-meetings">Immunology</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/gastroenterology-meetings">Gastroenterology</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/genetics-molecular-biology-meetings">Genetics & MolecularBiology</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/pathology-meetings">Pathology</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/alternative-healthcare-meetings">Alternative Healthcare</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/pediatrics-meetings">Pediatrics</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/ophthalmology-meetings">Ophthalmology</a> </div> </div> <div class="col-6"> <div class="list-group list-group-flush a-p-1 font-size-3"> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/oncology-cancer-meetings">Oncology & Cancer</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/cardiology-meetings">Cardiology</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/dentistry-meetings">Dentistry</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/physical-therapy-rehabilitation-meetings">Physical Therapy Rehabilitation</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/psychiatry-meetings/">Psychiatry</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/infectious-diseases-meetings">Infectious Diseases</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/medical-ethics-health-policies-meetings">Medical Ethics & Health Policies</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/palliativecare-meetings">Palliativecare</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/reproductive-medicine-women-healthcare-meetings">Reproductive Medicine & Women Healthcare</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/surgery-meetings">Surgery</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/radiology-meetings">Radiology</a> </div> </div> </div> </div> </div> <!--===== Medical & Clinical Conferences end ======--> </div> <div class="col col-md-3"> <!--===== Conferences By Subject ======--> <div class="card panel border-orange-800"> <h3 class="card-header bg-orange-800 font-size-5 white p-2">Conferences By Subject</h3> <div class="list-group list-group-flush equal-height-6 a-p-1 font-size-3"> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/pharmaceutical-sciences-meetings">Pharmaceutical Sciences</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/pharma-marketing-industry-meetings">Pharma Marketing & Industry</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/agri-food-aqua-meetings">Agri, Food & Aqua</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/nutrition-meetings">Nutrition</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/physics-materials-science-meetings">Physics & Materials Science</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/earth-environmental-science-meetings">Environmental Science</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/eee-engineering-meetings">EEE & Engineering</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/veterinary-meetings">Veterinary</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/chemical-engineering-meetings">Chemical Engineering</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/business-management-meetings">Business Management</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/massmedia-meetings">Massmedia</a> <a class="list-group-item" title="Click here" target="_blank" href="https://www.conferenceseries.com/geology-earth-science-meetings">Geology & Earth science</a> </div> </div> <!--===== Conferences By Subject end ======--> </div> </div> </div> </div> </div> </div> <footer class="border-top-5 border-orange-900"> <!--<div class="container"> <p class="h4 text-white my-2">Contact Us</p> <div class="row content-grid no-gutters"> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:agriaquaculture@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:business@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:chemistryjournals@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:clinicaljournals@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:engineeringjournals@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:generalscience@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:geneticsmolbio@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:immunomicrobiol@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:medicaljournals@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:neuropsychology@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:nursinghealthcare@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> <div class="col-12 col-sm-3 content-grid-item p-0 address-group"> <div class="card equal-height-1 font-size-4"> <div class="card-body p-2"> <h6 class="card-title mb-0 orange-500"></h6> <ul class="list-unstyled card-text mb-0"> <li><span class="fa fa-user orange-500"></span> </li> <li><i class="fas fa-envelope orange-500"></i> <a href="mailTo:pharmajournals@omicsonline.com" title="Click Here"> </a></li> <li><span class="fa fa-phone orange-500"></span> <span>Extn: </span></li> </ul> </div> </div> </div> </div> </div>--> <div class="bg-blue-grey-700 border-top-2 border-blue-grey-100 footer_wraper_btm py-3"> <div class="container"> <div class="row align-items-center"> <div class="col-12 col-sm-6"> <p class="mb-0 white">Content of this site is available under <a rel="nofollow" href="http://creativecommons.org/licenses/by/4.0/" target="_blank" style="color:#FFF;" title="click here"> Creative Commons Attribution 4.0 License</a><br> Copyright © 2024 - Open Access Publisher. All Rights Reserved.</p> </div> <div class="col-12 col-sm-2"> <p class="mb-0 white"> <a href="https://www.omicsonline.org/terms-conditions.php" target="_blank" style="color:#FFF;" title="click here"><i class="fa fa-arrow-right" aria-hidden="true"></i> Terms and Conditions</a> </p> <p class="mb-0 white"> <a href="https://www.omicsonline.org/privacy-policy.php" target="_blank" style="color:#FFF;" title="click here"><i class="fa fa-arrow-right" aria-hidden="true"></i> Privacy Policy</a> <p><a href="https://www.omicsonline.org/editorial-policy-and-review-process.php" target="_blank" style="color:#FFF;" title="click here"><i class="fa fa-arrow-right" aria-hidden="true"></i> Editorial Policy and Review Process</a></p> </p> </div> <div class="col-12 col-sm-4"> <nav class="nav social-icons justify-content-end a-mx-1"> <!-- <a target="_blank" title="Sitemap" class="nav-link bg-warning fas fa-sitemap white" href="https://www.omicsonline.org/sitemap.xml"></a> --> <!-- <a target="_blank" title="slideshare" class="nav-link bg-slideshare fab fa-slideshare white" href="http://www.slideshare.net/OMICSPublishingGroup"></a> --> <a title="Facebook" class="nav-link bg-facebook fab fa-facebook-f white" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-facebook']);" href="https://www.facebook.com/OmicsPublisher/" target="_blank"></a> <a title="Twitter" class="nav-link bg-twitter fab fa-twitter white" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-twitter']);" href="https://twitter.com/Omics_Online" target="_blank"></a> <!-- <li> <a title="Pinterest" class="btn btn-social-icon btn-pinterest" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-pinterest']);" href="http://pinterest.com/omicspublishing/" target="_blank"><i class="fa fa-pinterest"></i></a> </li>--> <a title="LinkedIn" class="nav-link bg-linkedin fab fa-linkedin-in white" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-linkedin']);" href="https://www.linkedin.com/company/89788954/admin/page-posts/published/" target="_blank"></a> <!-- <a class="nav-link bg-rss fas fa-rss white" href="https://www.omicsonline.org/ror.xml" target="_blank"></a> --> <!-- <a onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-tumblr']);" class="nav-link bg-youtube fab fa-youtube white" href="https://www.youtube.com/OMICSPublishingGroup" target="_blank"></a> --> <!-- <a target="_blank" href="http://www.sciencesblog.org/" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-tumblr']);" class="nav-link bg-blogger fab fa-blogger-b white" title="Blog"></a> --> <!--<li> <a title="Flickr" class="btn btn-social-icon btn-flickr" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-flickr']);" href="http://www.flickr.com/photos/omics-publishing-group/" target="_blank"><i class="fa fa-flickr"></i></a></li>--> <a title="Instagram" onclick="if (!window.__cfRLUnblockHandlers) return false; _gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-instagram']);" href="https://www.instagram.com/omics_online/" target="_blank" class="nav-link bg-instagram fab fa-instagram white "></a> </nav> </div> </div> </div> </div> </footer> <a href="#0" class="cd-top js-cd-top">Top</a> <!--<div class="scroll-top-wrapper"> <span class="scroll-top-inner"> <i class="fa fa-chevron-up fa-2x"></i> </span> </div>--> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> <!-- Bootstrap Slect JS --> <script type="text/javascript" src="https://www.omicsonline.org/js/jquery.bootpag.min.js"></script> <script type="text/javascript" src="https://www.omicsonline.org/assets/js/jquery.matchHeight.js"></script> <script type="text/javascript" src="https://www.omicsonline.org/js/grids.min.js"></script> <script type="text/javascript"> $(function() { $('.equal-height').matchHeight({ byRow: true, property: 'height', target: null, }); }); </script> <script type="text/javascript"> // Equal Height var EqualHeight = function () { "use strict"; // Handle Equal Height var handleEqualHeight = function () { $( function ( $ ) { for ( var count = 1; count < 17; count++ ) { $( '.equal-height-' + count ).responsiveEqualHeightGrid(); } } ); } return { init: function () { handleEqualHeight(); // initial setup for equal height } } }(); $( document ).ready( function () { "use strict"; EqualHeight.init(); } ); </script> <script> $( function () { $( document ).on( 'scroll', function () { if ( $( window ).scrollTop() > 100 ) { $( '.scroll-top-wrapper' ).addClass( 'show' ); } else { $( '.scroll-top-wrapper' ).removeClass( 'show' ); } } ); $( '.scroll-top-wrapper' ).on( 'click', scrollToTop ); } ); function scrollToTop() { verticalOffset = typeof ( verticalOffset ) != 'undefined' ? verticalOffset : 0; element = $( 'body' ); offset = element.offset(); offsetTop = offset.top; $( 'html, body' ).animate( { scrollTop: offsetTop }, 500, 'linear' ); } $( document ).ready( function () { $( "#display" ).click( function () { $.ajax( { //create an ajax request to load_page.php type: "GET", url: "index.php", dataType: "html", //expect html to be returned success: function ( response ) { $( "#responsecontainer" ).html( response ); //alert(response); } } ); } ); } ); </script> <script> $(document).ready(function(){ $("#Article p a").click(function(event){ event.preventDefault(); activaTab('References'); var idhash = this.hash; $('html, body').animate({ scrollTop: $(idhash).offset().top + 0 }, 800, function(){ window.location.hash = idhash; }); }); }); function activaTab(tab){ $('.nav-tabs a[href="#' + tab + '"]').tab('show'); }; </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.1/js/bootstrap-select.min.js"></script> <script type="text/javascript" src="https://www.omicsonline.org/assets/js/scroll-to-top.js"></script> <!--<script type="text/javascript" src="assets/js/grids.min.js"></script>--> <script type="text/javascript"> // Equal Height var EqualHeight = function() { "use strict"; // Handle Equal Height var handleEqualHeight = function() { $(function($) { $('.equal-height-1').responsiveEqualHeightGrid(); $('.equal-height-2').responsiveEqualHeightGrid(); $('.equal-height-3').responsiveEqualHeightGrid(); $('.equal-height-4').responsiveEqualHeightGrid(); $('.equal-height-5').responsiveEqualHeightGrid(); $('.equal-height-6').responsiveEqualHeightGrid(); $('.equal-height-7').responsiveEqualHeightGrid(); $('.equal-height-8').responsiveEqualHeightGrid(); }); } return { init: function() { handleEqualHeight(); // initial setup for equal height } } }(); $(document).ready(function() { EqualHeight.init(); }); </script> <script type="text/javascript" src="/assets/js/jquery.matchHeight.js"></script> <script> $(function() { $('.equal-height').matchHeight({ byRow: true, property: 'height', target: null, }); }); </script> <script type="text/javascript" src="https://www.omicsonline.org/assets/slick/slick.min.js"></script> <script> $( document ).ready( function () { $( '.testimonials' ).slick( { arrows: false, autoplay: true, autoplaySpeed: 2000, infinite: true, slidesToShow: 1, slidesToScroll: 1, speed: 500, adaptiveHeight: true, vertical: true, } ); } ); $( document ).ready( function () { $( '.initiatives' ).slick( { arrows: true, autoplay: true, autoplaySpeed: 2000, infinite: true, slidesToShow: 2, slidesToScroll: 1, speed: 500, adaptiveHeight: true, vertical: true, } ); } ); </script> <script type="text/javascript"> // Equal Height var EqualHeight = function () { "use strict"; // Handle Equal Height var handleEqualHeight = function () { $( function ( $ ) { for(var eh=1;eh<17;eh++){ $('.equal-height-'+eh).responsiveEqualHeightGrid(); } } ); }; return { init: function () { handleEqualHeight(); // initial setup for equal height } }; }(); $( document ).ready( function () { "use strict"; EqualHeight.init(); } ); </script> <script> $( function () { $( document ).on( 'scroll', function () { if ( $( window ).scrollTop() > 100 ) { $( '.scroll-top-wrapper' ).addClass( 'show' ); } else { $( '.scroll-top-wrapper' ).removeClass( 'show' ); } } ); $( '.scroll-top-wrapper' ).on( 'click', scrollToTop ); } ); function scrollToTop() { verticalOffset = typeof ( verticalOffset ) != 'undefined' ? verticalOffset : 0; element = $( 'body' ); offset = element.offset(); offsetTop = offset.top; $( 'html, body' ).animate( { scrollTop: offsetTop }, 500, 'linear' ); } </script> <!--Get the app icon js--> <script> jQuery(function($) { $(window).scroll(function fix_element() { $('#target').css( $(window).scrollTop() > 100 ? { 'position': 'fixed', 'top': '440px' } : { 'position': 'absolute', 'top': '440px' } ); return fix_element; }()); }); </script> <!--<div><a href="https://www.globaltechsummit.com" class="bell_icon" target="_blank"><img src="https://www.vizagtechsummit.com/images/bellicon.png"></a></div>--> <!--<style> .bell_icon { position: fixed; border-radius: 3px; right: 0px; bottom: 163px; color: #fff; z-index: 99999; } .bell_icon img { width: 100%; max-width: 160px; border-radius: 8px; } </style>--> <!--Get the app icon js end--> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e7508259a6a9fe5',t:'MTczMjQwNTUxNy4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script>