CINXE.COM
Non-Profit Institutions Rankings 2024
<!DOCTYPE html> <html lang="en-us" translate='no'> <head> <meta charset="utf-8" /> <title>Non-Profit Institutions Rankings 2024</title> <meta name='google' content='notranslate'> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- <link rel="preload" href="css/NotoSans-Regular.ttf" as="font" crossorigin="anonymous" /> <link rel='preload' href='css/style.css' as="style"/> --> <link rel="stylesheet" href="css/style.css?v=0327" /> <script src="js/graphica/raceme.min.js" type="text/javascript"></script> <script src='./js/dropdown.js' type='text/javascript'></script> <script src='./js/cookie.js' type='text/javascript'></script> <script src='./js/embed_tooltip.js' type='text/javascript'></script> <link rel='stylesheet' href='./css/rankings.css?2' /> <script src="js/menu.js" type="text/javascript"/></script> <script src="js/search.js" type="text/javascript"/></script> <script type="application/ld+json"> { "@context":"http://schema.org/", "@type":"Dataset", "name":"Scimago Institutions Rankings", "description":"The SCImago Institutions Rankings (SIR) is a classification of academic and research-related institutions ranked by a composite indicator that combines three different sets of indicators based on research performance, innovation outputs and societal impact measured by their web visibility. It provides a friendly interface that allows the visualization of any customized ranking from the combination of these three sets of indicators. Additionally, it is possible to compare the trends for individual indicators of up to six institutions. For each large sector it is also possible to obtain distribution charts of the different indicators. For comparative purposes, the value of the composite indicator has been set on a scale of 0 to 100. However the line graphs and bar graphs always represent ranks (lower is better, so the highest values are the worst).", "url":"https://www.scimagoir.com/rankings.php", "keywords":"scientific information, scopus, universities, institutions, scientometrics, bibliometrics, hospitals", "creator":{ "@type":"Organization", "url": "https://www.scimagolab.com", "name":"Scimago Lab" }, "includedInDataCatalog":{ "@type":"DataCatalog", "name":"scimagoir.com" }, "distribution":[ { "@type":"DataDownload", "encodingFormat":"CSV", "contentUrl":"https://www.scimagoir.com/getdata.php?rankingtype=§or=&country=&year=2012&top=0&format=csv&type=download" } ] } </script> <!-- cookieconsent --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7636113250813806" crossorigin="anonymous"></script> <script> /* window.addEventListener("load", prevent_link_cookie_settings, true); function prevent_link_cookie_settings(){ let link_to_cookie_settings = [...document.querySelectorAll(".nav-link.ccb__edit")]; if(link_to_cookie_settings ) link_to_cookie_settings.forEach(el=>{ el.addEventListener("click", (event)=>{ event.preventDefault(); }, false); }); }*/ </script> <script defer data-domain="scimagoir.com" src="https://plausible.scimago.es/js/script.js"></script> <link rel="stylesheet" href="multisitebar/multisite.css" /> <link rel="apple-touch-icon" sizes="57x57" href="./favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="./favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="./favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="./favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="./favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="./favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="./favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="./favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="./favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="./favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png"> <link rel="manifest" href="./favicon/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="Scimago Institutions Rankings" /> <meta name="twitter:description" content="Non-Profit Institutions Rankings 2024" /> <meta name="twitter:image" content="https://www.scimagoir.com/img/twitter_card.jpg" /> </head> <body> <script type="text/javascript"> var llamada={}; var page='1'; if (typeof page=='string') page=parseInt(page); if (page=='' || page=='0' || page==0) page=1; var sector='Others'; var country='all'; var year='2018'; var area=''; var ranking='' main(function () { window.idps_array=[]; if (Cookies.get('idps')) idps_array=Cookies.get('idps').split('&'); add_events(); check_rows(); }); function load_table() { var data=''; data+='area='+area; data+='§or='+sector; data+='&country='+country; data+='&ranking='+ranking; data+='&onlytable=true'; data+='&page='+(page+1); data+='&year='+year; if (llamada.abort) llamada.abort(); if (by('id:nextloader')) by('id:nextloader').remove(); if (!by('id:loader')) by('id:tablewrapper').addChild(new Grape('div','html').id('loader')); peticion={ url:'./getdata.php', data:data, format:'text', always:function () { if (by('id:loader')) by('id:loader').remove(); }, done:function (respuesta) { var doc=new Grape('table','html'); doc.innerHTML(respuesta); by('id:tblbody').addChild(doc.by('tr')); page++; if (!by('id:nomorerows')) { var bu=new Grape('a','html').id('nextloader').addClass('nextloader').text('show more institutions'); by('id:tablewrapper').addChild(bu); } add_events(); if (typeof apply_tooltips!=='undefined') apply_tooltips(); setTimeout(function () { check_rows(); },250); }, fail:function () { } } llamada=raceme.ajax(peticion); } /*function load_preview (year) { var loader=new Grape('div','html').addClass('loader').addChild(new Grape('div','html').addClass('bounce1')).addChild(new Grape('div','html').addClass('bounce2')).addChild(new Grape('div','html').addClass('bounce3')); by('id:preview_ranking').addChild(loader); peticion={ url:'./getdata.php', data:'year='+year+'&format=preview&top=10', format:'text', always:function () { loader.remove(); }, done:function (respuesta) { var doc=document.createElement('div'); doc.innerHTML=respuesta; by('id:preview_ranking').seed.innerHTML=doc.innerHTML+'<div class="overlay_e"><div class="overlay_e_text">Explore →</div></div>'; } } llamada=raceme.ajax(peticion); }*/ function add_events() { by('class:check').removeEvent(); by('class:check').clic(clic_event); if (by('id:nextloader')) { by('id:nextloader').removeEvent(); by('id:nextloader').clic(function (e) { e.preventDefault(); load_table(); }); } by('id:discard_b').removeEvent(); by('id:discard_b').clic(function () { idps_array=[]; by('class:selectedrow').removeClass('selectedrow'); check_rows(); }) } function clic_event(e) { var tgr=new Grape(e.target); if (this.containsClass("selectedrow")) { this.removeClass('selectedrow'); var pos=idps_array.indexOf(this.id()) if (pos>-1) idps_array.splice(pos,1); check_rows(); } else { if (idps_array.length<6) { this.addClass('selectedrow'); var pos=idps_array.indexOf(this.id()) if (pos==-1) idps_array.push(this.id()); check_rows(); } } } function check_rows() { for (var i=0;i<idps_array.length;i++) { if (by('id:'+idps_array[i])) by('id:'+idps_array[i]).addClass('selectedrow'); } if (by('id:compare_window')) { var url; if (idps_array.length==0) { Cookies.remove('idps'); by('id:compare_window').hide(); } else { by('id:compare_window').show(); if (idps_array.length==1) { by('id:institutions_to_compare').innerHTML('1 selected institution'); } else if (idps_array.length==6) { by('id:institutions_to_compare').innerHTML(idps_array.length+' selected institutions<br />(Maximum number)'); } else { by('id:institutions_to_compare').innerHTML(idps_array.length+' selected institutions'); } url='compare.php?idps[]='+idps_array.join('&idps[]='); Cookies.set('idps',idps_array.join('&')); by('id:compare_b').attr('href',url); } } } </script> <aside class="multisitebar"> <div class="multisitebar_central"> <div class="siteslinks"> <a href="https://www.scimagojr.com" class="sjrlink"><img src="multisitebar/sjr.png" alt="SCImago Journal & Country Rank" /><span class="multisite_tooltip">SCImago Journal Country & Rank</span></a> <a href="https://www.scimagoir.com" class="scimagoirlink currentsite"><img src="multisitebar/sir.png" alt="SCImago Institutions Rankings" /><span class="multisite_tooltip">SCImago Institutions Rankings</span></a> <a href="https://www.scimagomedia.com" class="scimagomedialink"><img src="multisitebar/scimagomedia.png" alt="SCImago Media Rankings" /><span class="multisite_tooltip">SCImago Media Rankings</span></a> <a href="https://www.scimagoiber.com" class="siriberlink"><img src="multisitebar/siriber.png" alt="SCImago Iber" /><span class="multisite_tooltip">SCImago Iber</span></a> <a href="https://www.scimagorc.com" class="srcrlink"><img src="multisitebar/srcr.png" alt="SCImago Research Centers Ranking" /><span class="multisite_tooltip">SCImago Research Centers Ranking</span></a> <a href="https://www.graphica.app" class="graphicalink"><img src="multisitebar/graphica.png" alt="SCImago Graphica" /><span class="multisite_tooltip">SCImago Graphica</span></a> <a href="https://www.scimagoepi.com" class="epilink"><img src="multisitebar/epi.png" alt="Ediciones Profesionales de la Informaci贸n " /><span class="multisite_tooltip">Ediciones Profesionales de la Información</span></a> </div> <div id="multisitebar_scimagolablink"> <a href="https://www.scimagolab.com"><img src="multisitebar/scimagolab_mobile.png" alt="SCImago Lab" class="multisitebar_scimagolablink_mobile" /><img class="multisitebar_scimagolablink_desktop" src="multisitebar/scimagolab.png" alt="SCImago Lab" /></a> </div> </div> </aside> <div class="head"> <div id="logo"> <a href="./" title="home page"><img src="./img/logo.png" alt="Scimago Institutions Rankings" /></a> </div> <nav class="menu closedmenu"> <div class="menubuttons"> <img src="img/menu.png" alt="open menu" id="openmenu"/> <img src="img/close.png" alt="close menu" id="closemenu" /> </div> <ul class="menuul"> <li id="li_rankings_menu_mobile" ><a href="./" aria-haspopup="false" aria-expanded="false">Home</a> <li id="li_rankings_menu_mobile" ><a href="rankings.php" aria-haspopup="false" aria-expanded="false">Rankings</a> <li id="li_rankings_menu"><a href="#" id="rankings_menu" aria-haspopup="true" aria-expanded="false">Rankings<img src="./img/dropdown_icon.png" alt="" /></a> <div class="submenu_wrap"> <div class="submenu" id="submenu"> <div class="submenucontent"> <div> <div class="h1">By sectors</div> <ul class="submenuul"> <li><a href="rankings.php"><img src="img/overall_black.png" alt="" />Overall Ranking</a></li> <li><a href="rankings.php?sector=Higher%20educ."><img src="img/university_black.png" alt="" />University Rankings</a></li> <li><a href="rankings.php?sector=Government"><img src="img/government_black.png" alt="" />Government Rankings</a></li> <li><a href="rankings.php?sector=Health"><img src="img/health_black.png" alt="" />Health Rankings</a></li> <li><a href="rankings.php?sector=Private"><img src="img/private_black.png" alt="" />Company Rankings</a></li> <li><a href="rankings.php?sector=Others"><img src="img/other_black.png" alt="" />Non-Profit Rankings</a></li> </ul> </div> <div style="border-left-style: solid; border-left-color: #efefef;border-left-width: 1px";> <div class="h1">By indicators</div> <ul class="submenuul"> <li><a href="rankings.php?ranking=Research">Research Rankings</a></li> <li><a href="rankings.php?ranking=Innovation">Innovation Rankings</a></li> <li><a href="rankings.php?ranking=Societal">Societal Rankings</a></li> </ul> </div> </div> </div> </div> </li> <li><a href="infographics.php">Infographics</a></li> <li style="background-image: url('img/newnew.png'); background-repeat: no-repeat;background-position: right;background-size: 32px;"><a href="methodology.php">Methodology</a></li> </ul> <input type="text" placeholder="enter institution name" class="search responsive_hidden" spellcheck="false" autocomplete="off" id="inputsearch" /> </nav> </div> <div id="container" style="margin-top:72px; "> <div class="text" style="width:100%; text-align:center!important;overflow: hidden;"> <!-- GOOGLE ADS --> <!-- Top ScimagoIR Rankings --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7636113250813806" data-ad-slot="3719237635" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <br /> <div class='dropdown'> <div class='dropdown_button'style='width:min(400px,80%)'></div> <ul class='dropdown-options dropdown-element'> <input type='text' value='' class='dropdown-input dropdown-element' style='background-position: 450px;' /> <li><a href='?sector=Others&area=all' data-code='all' class='dropdown-element dropselected'>All subject areas</a></li> <li><a href='?sector=Others&area=1100' data-code='1100' class='dropdown-element'>Agricultural and Biological Sciences </a></li> <li><a href='?sector=Others&area=1103' data-code='1103' class='dropdown-element'>>> Animal Science and Zoology</a></li> <li><a href='?sector=Others&area=1104' data-code='1104' class='dropdown-element'>>> Aquatic Science</a></li> <li><a href='?sector=Others&area=1105' data-code='1105' class='dropdown-element'>>> Ecology, Evolution, Behavior and Systematics</a></li> <li><a href='?sector=Others&area=1106' data-code='1106' class='dropdown-element'>>> Food Science</a></li> <li><a href='?sector=Others&area=1107' data-code='1107' class='dropdown-element'>>> Forestry</a></li> <li><a href='?sector=Others&area=1110' data-code='1110' class='dropdown-element'>>> Plant Science</a></li> <li><a href='?sector=Others&area=1111' data-code='1111' class='dropdown-element'>>> Soil Science</a></li> <li><a href='?sector=Others&area=1200' data-code='1200' class='dropdown-element'>Arts and Humanities </a></li> <li><a href='?sector=Others&area=1205' data-code='1205' class='dropdown-element'>>> Classics</a></li> <li><a href='?sector=Others&area=1202' data-code='1202' class='dropdown-element'>>> History</a></li> <li><a href='?sector=Others&area=1208' data-code='1208' class='dropdown-element'>>> Literature and Literary Theory</a></li> <li><a href='?sector=Others&area=1211' data-code='1211' class='dropdown-element'>>> Philosophy</a></li> <li><a href='?sector=Others&area=1212' data-code='1212' class='dropdown-element'>>> Religious Studies</a></li> <li><a href='?sector=Others&area=1300' data-code='1300' class='dropdown-element'>Biochemistry, Genetics and Molecular Biology </a></li> <li><a href='?sector=Others&area=1400' data-code='1400' class='dropdown-element'>Business, Management and Accounting </a></li> <li><a href='?sector=Others&area=1600' data-code='1600' class='dropdown-element'>Chemistry </a></li> <li><a href='?sector=Others&area=1700' data-code='1700' class='dropdown-element'>Computer Science </a></li> <li><a href='?sector=Others&area=3500' data-code='3500' class='dropdown-element'>Dentistry </a></li> <li><a href='?sector=Others&area=1900' data-code='1900' class='dropdown-element'>Earth and Planetary Sciences </a></li> <li><a href='?sector=Others&area=1902' data-code='1902' class='dropdown-element'>>> Atmospheric Science</a></li> <li><a href='?sector=Others&area=1907' data-code='1907' class='dropdown-element'>>> Geology</a></li> <li><a href='?sector=Others&area=1910' data-code='1910' class='dropdown-element'>>> Oceanography</a></li> <li><a href='?sector=Others&area=1911' data-code='1911' class='dropdown-element'>>> Paleontology</a></li> <li><a href='?sector=Others&area=1912' data-code='1912' class='dropdown-element'>>> Space and Planetary Science</a></li> <li><a href='?sector=Others&area=2000' data-code='2000' class='dropdown-element'>Economics, Econometrics and Finance </a></li> <li><a href='?sector=Others&area=2100' data-code='2100' class='dropdown-element'>Energy </a></li> <li><a href='?sector=Others&area=2200' data-code='2200' class='dropdown-element'>Engineering </a></li> <li><a href='?sector=Others&area=2202' data-code='2202' class='dropdown-element'>>> Aerospace Engineering</a></li> <li><a href='?sector=Others&area=2216' data-code='2216' class='dropdown-element'>>> Architecture</a></li> <li><a href='?sector=Others&area=2203' data-code='2203' class='dropdown-element'>>> Automotive Engineering</a></li> <li><a href='?sector=Others&area=2204' data-code='2204' class='dropdown-element'>>> Biomedical Engineering</a></li> <li><a href='?sector=Others&area=2215' data-code='2215' class='dropdown-element'>>> Building and Construction</a></li> <li><a href='?sector=Others&area=2205' data-code='2205' class='dropdown-element'>>> Civil and Structural Engineering</a></li> <li><a href='?sector=Others&area=2209' data-code='2209' class='dropdown-element'>>> Industrial and Manufacturing Engineering</a></li> <li><a href='?sector=Others&area=2210' data-code='2210' class='dropdown-element'>>> Mechanical Engineering</a></li> <li><a href='?sector=Others&area=2212' data-code='2212' class='dropdown-element'>>> Ocean Engineering</a></li> <li><a href='?sector=Others&area=2300' data-code='2300' class='dropdown-element'>Environmental Science </a></li> <li><a href='?sector=Others&area=2600' data-code='2600' class='dropdown-element'>Mathematics </a></li> <li><a href='?sector=Others&area=2700' data-code='2700' class='dropdown-element'>Medicine </a></li> <li><a href='?sector=Others&area=2702' data-code='2702' class='dropdown-element'>>> Anatomy</a></li> <li><a href='?sector=Others&area=2703' data-code='2703' class='dropdown-element'>>> Anesthesiology and Pain Medicine</a></li> <li><a href='?sector=Others&area=2705' data-code='2705' class='dropdown-element'>>> Cardiology and Cardiovascular Medicine</a></li> <li><a href='?sector=Others&area=2706' data-code='2706' class='dropdown-element'>>> Critical Care and Intensive Care Medicine</a></li> <li><a href='?sector=Others&area=2708' data-code='2708' class='dropdown-element'>>> Dermatology</a></li> <li><a href='?sector=Others&area=2713' data-code='2713' class='dropdown-element'>>> Epidemiology</a></li> <li><a href='?sector=Others&area=2715' data-code='2715' class='dropdown-element'>>> Gastroenterology</a></li> <li><a href='?sector=Others&area=2717' data-code='2717' class='dropdown-element'>>> Geriatrics and Gerontology</a></li> <li><a href='?sector=Others&area=2725' data-code='2725' class='dropdown-element'>>> Infectious Diseases</a></li> <li><a href='?sector=Others&area=2727' data-code='2727' class='dropdown-element'>>> Nephrology</a></li> <li><a href='?sector=Others&area=2729' data-code='2729' class='dropdown-element'>>> Obstetrics and Gynecology</a></li> <li><a href='?sector=Others&area=2730' data-code='2730' class='dropdown-element'>>> Oncology</a></li> <li><a href='?sector=Others&area=2731' data-code='2731' class='dropdown-element'>>> Ophthalmology</a></li> <li><a href='?sector=Others&area=2733' data-code='2733' class='dropdown-element'>>> Otorhinolaryngology</a></li> <li><a href='?sector=Others&area=2734' data-code='2734' class='dropdown-element'>>> Pathology and Forensic Medicine</a></li> <li><a href='?sector=Others&area=2735' data-code='2735' class='dropdown-element'>>> Pediatrics, Perinatology and Child Health</a></li> <li><a href='?sector=Others&area=2738' data-code='2738' class='dropdown-element'>>> Psychiatry and Mental Health</a></li> <li><a href='?sector=Others&area=2739' data-code='2739' class='dropdown-element'>>> Public Health, Environmental and Occupational Health</a></li> <li><a href='?sector=Others&area=2740' data-code='2740' class='dropdown-element'>>> Pulmonary and Respiratory Medicine</a></li> <li><a href='?sector=Others&area=2741' data-code='2741' class='dropdown-element'>>> Radiology, Nuclear Medicine and Imaging</a></li> <li><a href='?sector=Others&area=2745' data-code='2745' class='dropdown-element'>>> Rheumatology</a></li> <li><a href='?sector=Others&area=2746' data-code='2746' class='dropdown-element'>>> Surgery</a></li> <li><a href='?sector=Others&area=2748' data-code='2748' class='dropdown-element'>>> Urology</a></li> <li><a href='?sector=Others&area=3000' data-code='3000' class='dropdown-element'>Pharmacology, Toxicology and Pharmaceutics </a></li> <li><a href='?sector=Others&area=3100' data-code='3100' class='dropdown-element'>Physics and Astronomy </a></li> <li><a href='?sector=Others&area=3200' data-code='3200' class='dropdown-element'>Psychology </a></li> <li><a href='?sector=Others&area=3300' data-code='3300' class='dropdown-element'>Social Sciences </a></li> <li><a href='?sector=Others&area=3314' data-code='3314' class='dropdown-element'>>> Anthropology</a></li> <li><a href='?sector=Others&area=3315' data-code='3315' class='dropdown-element'>>> Communication</a></li> <li><a href='?sector=Others&area=3317' data-code='3317' class='dropdown-element'>>> Demography</a></li> <li><a href='?sector=Others&area=3304' data-code='3304' class='dropdown-element'>>> Education</a></li> <li><a href='?sector=Others&area=3318' data-code='3318' class='dropdown-element'>>> Gender Studies</a></li> <li><a href='?sector=Others&area=3305' data-code='3305' class='dropdown-element'>>> Geography, Planning and Development</a></li> <li><a href='?sector=Others&area=3308' data-code='3308' class='dropdown-element'>>> Law</a></li> <li><a href='?sector=Others&area=3309' data-code='3309' class='dropdown-element'>>> Library and Information Sciences</a></li> <li><a href='?sector=Others&area=3312' data-code='3312' class='dropdown-element'>>> Sociology and Political Science</a></li> <li><a href='?sector=Others&area=3400' data-code='3400' class='dropdown-element'>Veterinary </a></li> </ul> </div> <br><div class='dropdown'> <div class='dropdown_button'></div> <ul class='dropdown-options dropdown-element'> <li><a href='?sector=Others&ranking=' data-code='' class='dropdown-element dropselected'>Overall Rank</a></li> <li><a href='?sector=Others&ranking=Research' data-code='Research' class='dropdown-element'>Research Rank</a></li> <li><a href='?sector=Others&ranking=Innovation' data-code='Innovation' class='dropdown-element'>Innovation Rank</a></li> <li><a href='?sector=Others&ranking=Societal' data-code='Societal' class='dropdown-element'>Societal Rank</a></li> </ul> </div> <div class='dropdown'> <div class='dropdown_button' style='color:rgb(234, 85, 111);border-bottom-color:rgb(234, 85, 111)'></div> <ul class='dropdown-options dropdown-element'> <li><a href='?sector=all' data-code='all' class='dropdown-element'>All sectors</a></li> <li><a href='?sector=Government' data-code='Government' class='dropdown-element'>Government</a></li> <li><a href='?sector=Health' data-code='Health' class='dropdown-element'>Health</a></li> <li><a href='?sector=Higher educ.' data-code='Higher educ.' class='dropdown-element'>Universities</a></li> <li><a href='?sector=Private' data-code='Private' class='dropdown-element'>Companies</a></li> <li><a href='?sector=Others' data-code='Others' class='dropdown-element dropselected'>Non-Profit</a></li> </ul> </div> <div class='dropdown'> <div class='dropdown_button'></div> <ul class='dropdown-options dropdown-element'> <input type='text' value='' class='dropdown-input dropdown-element'/> <li><a href='?sector=Others&country=all' data-code='all' class='dropdown-element dropselected'>All regions and countries</a></li> <li class='dropseparator dropdown-element'>Regions</li> <li><a href='?sector=Others&country=Africa' data-code='Africa' class='dropdown-element'>Africa</a></li> <li><a href='?sector=Others&country=Asiatic Region' data-code='Asiatic Region' class='dropdown-element'>Asiatic Region</a></li> <li><a href='?sector=Others&country=Eastern Europe' data-code='Eastern Europe' class='dropdown-element'>Eastern Europe</a></li> <li><a href='?sector=Others&country=Latin America' data-code='Latin America' class='dropdown-element'>Latin America</a></li> <li><a href='?sector=Others&country=Middle East' data-code='Middle East' class='dropdown-element'>Middle East</a></li> <li><a href='?sector=Others&country=Northern America' data-code='Northern America' class='dropdown-element'>Northern America</a></li> <li><a href='?sector=Others&country=Pacific Region' data-code='Pacific Region' class='dropdown-element'>Pacific Region</a></li> <li><a href='?sector=Others&country=Western Europe' data-code='Western Europe' class='dropdown-element'>Western Europe</a></li> <li><a href='?sector=Others&country=ARAB COUNTRIES' data-code='ARAB COUNTRIES' class='dropdown-element'>ARAB COUNTRIES</a></li> <li><a href='?sector=Others&country=BRIICS' data-code='BRIICS' class='dropdown-element'>BRIICS</a></li> <li><a href='?sector=Others&country=EU-28' data-code='EU-28' class='dropdown-element'>EU-28</a></li> <li><a href='?sector=Others&country=IBEROAMERICA' data-code='IBEROAMERICA' class='dropdown-element'>IBEROAMERICA</a></li> <li><a href='?sector=Others&country=LANIC' data-code='LANIC' class='dropdown-element'>LANIC</a></li> <li><a href='?sector=Others&country=NORDIC COUNTRIES' data-code='NORDIC COUNTRIES' class='dropdown-element'>NORDIC COUNTRIES</a></li> <li><a href='?sector=Others&country=OECD' data-code='OECD' class='dropdown-element'>OECD</a></li> <li><a href='?sector=Others&country=AFG' data-code='AFG' class='dropdown-element'>Afghanistan</a></li> <li><a href='?sector=Others&country=ALB' data-code='ALB' class='dropdown-element'>Albania</a></li> <li><a href='?sector=Others&country=DZA' data-code='DZA' class='dropdown-element'>Algeria</a></li> <li><a href='?sector=Others&country=ARG' data-code='ARG' class='dropdown-element'>Argentina</a></li> <li><a href='?sector=Others&country=ARM' data-code='ARM' class='dropdown-element'>Armenia</a></li> <li><a href='?sector=Others&country=AUS' data-code='AUS' class='dropdown-element'>Australia</a></li> <li><a href='?sector=Others&country=AUT' data-code='AUT' class='dropdown-element'>Austria</a></li> <li><a href='?sector=Others&country=AZE' data-code='AZE' class='dropdown-element'>Azerbaijan</a></li> <li><a href='?sector=Others&country=BHR' data-code='BHR' class='dropdown-element'>Bahrain</a></li> <li><a href='?sector=Others&country=BGD' data-code='BGD' class='dropdown-element'>Bangladesh</a></li> <li><a href='?sector=Others&country=BRB' data-code='BRB' class='dropdown-element'>Barbados</a></li> <li><a href='?sector=Others&country=BLR' data-code='BLR' class='dropdown-element'>Belarus</a></li> <li><a href='?sector=Others&country=BEL' data-code='BEL' class='dropdown-element'>Belgium</a></li> <li><a href='?sector=Others&country=BEN' data-code='BEN' class='dropdown-element'>Benin</a></li> <li><a href='?sector=Others&country=BOL' data-code='BOL' class='dropdown-element'>Bolivia</a></li> <li><a href='?sector=Others&country=BIH' data-code='BIH' class='dropdown-element'>Bosnia and Herzegovina</a></li> <li><a href='?sector=Others&country=BWA' data-code='BWA' class='dropdown-element'>Botswana</a></li> <li><a href='?sector=Others&country=BRA' data-code='BRA' class='dropdown-element'>Brazil</a></li> <li><a href='?sector=Others&country=BRN' data-code='BRN' class='dropdown-element'>Brunei Darussalam</a></li> <li><a href='?sector=Others&country=BGR' data-code='BGR' class='dropdown-element'>Bulgaria</a></li> <li><a href='?sector=Others&country=BFA' data-code='BFA' class='dropdown-element'>Burkina Faso</a></li> <li><a href='?sector=Others&country=CMR' data-code='CMR' class='dropdown-element'>Cameroon</a></li> <li><a href='?sector=Others&country=CAN' data-code='CAN' class='dropdown-element'>Canada</a></li> <li><a href='?sector=Others&country=CHL' data-code='CHL' class='dropdown-element'>Chile</a></li> <li><a href='?sector=Others&country=CHN' data-code='CHN' class='dropdown-element'>China</a></li> <li><a href='?sector=Others&country=COL' data-code='COL' class='dropdown-element'>Colombia</a></li> <li><a href='?sector=Others&country=CRI' data-code='CRI' class='dropdown-element'>Costa Rica</a></li> <li><a href='?sector=Others&country=CIV' data-code='CIV' class='dropdown-element'>C么te d鈥橧voire</a></li> <li><a href='?sector=Others&country=HRV' data-code='HRV' class='dropdown-element'>Croatia</a></li> <li><a href='?sector=Others&country=CUB' data-code='CUB' class='dropdown-element'>Cuba</a></li> <li><a href='?sector=Others&country=CYP' data-code='CYP' class='dropdown-element'>Cyprus</a></li> <li><a href='?sector=Others&country=CZE' data-code='CZE' class='dropdown-element'>Czech Republic</a></li> <li><a href='?sector=Others&country=COD' data-code='COD' class='dropdown-element'>Democratic Republic Congo</a></li> <li><a href='?sector=Others&country=DNK' data-code='DNK' class='dropdown-element'>Denmark</a></li> <li><a href='?sector=Others&country=ECU' data-code='ECU' class='dropdown-element'>Ecuador</a></li> <li><a href='?sector=Others&country=EGY' data-code='EGY' class='dropdown-element'>Egypt</a></li> <li><a href='?sector=Others&country=EST' data-code='EST' class='dropdown-element'>Estonia</a></li> <li><a href='?sector=Others&country=ETH' data-code='ETH' class='dropdown-element'>Ethiopia</a></li> <li><a href='?sector=Others&country=FJI' data-code='FJI' class='dropdown-element'>Fiji</a></li> <li><a href='?sector=Others&country=FIN' data-code='FIN' class='dropdown-element'>Finland</a></li> <li><a href='?sector=Others&country=FRA' data-code='FRA' class='dropdown-element'>France</a></li> <li><a href='?sector=Others&country=GUF' data-code='GUF' class='dropdown-element'>French Guiana</a></li> <li><a href='?sector=Others&country=GMB' data-code='GMB' class='dropdown-element'>Gambia</a></li> <li><a href='?sector=Others&country=GEO' data-code='GEO' class='dropdown-element'>Georgia</a></li> <li><a href='?sector=Others&country=DEU' data-code='DEU' class='dropdown-element'>Germany</a></li> <li><a href='?sector=Others&country=GHA' data-code='GHA' class='dropdown-element'>Ghana</a></li> <li><a href='?sector=Others&country=GRC' data-code='GRC' class='dropdown-element'>Greece</a></li> <li><a href='?sector=Others&country=GRD' data-code='GRD' class='dropdown-element'>Grenada</a></li> <li><a href='?sector=Others&country=GLP' data-code='GLP' class='dropdown-element'>Guadeloupe</a></li> <li><a href='?sector=Others&country=HND' data-code='HND' class='dropdown-element'>Honduras</a></li> <li><a href='?sector=Others&country=HKG' data-code='HKG' class='dropdown-element'>Hong Kong</a></li> <li><a href='?sector=Others&country=HUN' data-code='HUN' class='dropdown-element'>Hungary</a></li> <li><a href='?sector=Others&country=ISL' data-code='ISL' class='dropdown-element'>Iceland</a></li> <li><a href='?sector=Others&country=IND' data-code='IND' class='dropdown-element'>India</a></li> <li><a href='?sector=Others&country=IDN' data-code='IDN' class='dropdown-element'>Indonesia</a></li> <li><a href='?sector=Others&country=IRN' data-code='IRN' class='dropdown-element'>Iran</a></li> <li><a href='?sector=Others&country=IRQ' data-code='IRQ' class='dropdown-element'>Iraq</a></li> <li><a href='?sector=Others&country=IRL' data-code='IRL' class='dropdown-element'>Ireland</a></li> <li><a href='?sector=Others&country=ISR' data-code='ISR' class='dropdown-element'>Israel</a></li> <li><a href='?sector=Others&country=ITA' data-code='ITA' class='dropdown-element'>Italy</a></li> <li><a href='?sector=Others&country=JAM' data-code='JAM' class='dropdown-element'>Jamaica</a></li> <li><a href='?sector=Others&country=JPN' data-code='JPN' class='dropdown-element'>Japan</a></li> <li><a href='?sector=Others&country=JOR' data-code='JOR' class='dropdown-element'>Jordan</a></li> <li><a href='?sector=Others&country=KAZ' data-code='KAZ' class='dropdown-element'>Kazakhstan</a></li> <li><a href='?sector=Others&country=KEN' data-code='KEN' class='dropdown-element'>Kenya</a></li> <li><a href='?sector=Others&country=XKX' data-code='XKX' class='dropdown-element'>Kosovo (UNMIK)</a></li> <li><a href='?sector=Others&country=KWT' data-code='KWT' class='dropdown-element'>Kuwait</a></li> <li><a href='?sector=Others&country=KGZ' data-code='KGZ' class='dropdown-element'>Kyrgyzstan</a></li> <li><a href='?sector=Others&country=LVA' data-code='LVA' class='dropdown-element'>Latvia</a></li> <li><a href='?sector=Others&country=LBN' data-code='LBN' class='dropdown-element'>Lebanon</a></li> <li><a href='?sector=Others&country=LBY' data-code='LBY' class='dropdown-element'>Libya</a></li> <li><a href='?sector=Others&country=LTU' data-code='LTU' class='dropdown-element'>Lithuania</a></li> <li><a href='?sector=Others&country=LUX' data-code='LUX' class='dropdown-element'>Luxembourg</a></li> <li><a href='?sector=Others&country=MAC' data-code='MAC' class='dropdown-element'>Macao</a></li> <li><a href='?sector=Others&country=MKD' data-code='MKD' class='dropdown-element'>Macedonia</a></li> <li><a href='?sector=Others&country=MDG' data-code='MDG' class='dropdown-element'>Madagascar</a></li> <li><a href='?sector=Others&country=MWI' data-code='MWI' class='dropdown-element'>Malawi</a></li> <li><a href='?sector=Others&country=MYS' data-code='MYS' class='dropdown-element'>Malaysia</a></li> <li><a href='?sector=Others&country=MLT' data-code='MLT' class='dropdown-element'>Malta</a></li> <li><a href='?sector=Others&country=MTQ' data-code='MTQ' class='dropdown-element'>Martinique</a></li> <li><a href='?sector=Others&country=MUS' data-code='MUS' class='dropdown-element'>Mauritius</a></li> <li><a href='?sector=Others&country=MEX' data-code='MEX' class='dropdown-element'>Mexico</a></li> <li><a href='?sector=Others&country=MDA' data-code='MDA' class='dropdown-element'>Moldova</a></li> <li><a href='?sector=Others&country=MNG' data-code='MNG' class='dropdown-element'>Mongolia</a></li> <li><a href='?sector=Others&country=MNE' data-code='MNE' class='dropdown-element'>Montenegro</a></li> <li><a href='?sector=Others&country=MAR' data-code='MAR' class='dropdown-element'>Morocco</a></li> <li><a href='?sector=Others&country=MOZ' data-code='MOZ' class='dropdown-element'>Mozambique</a></li> <li><a href='?sector=Others&country=MUL' data-code='MUL' class='dropdown-element'>Multinational</a></li> <li><a href='?sector=Others&country=MMR' data-code='MMR' class='dropdown-element'>Myanmar</a></li> <li><a href='?sector=Others&country=NAM' data-code='NAM' class='dropdown-element'>Namibia</a></li> <li><a href='?sector=Others&country=NPL' data-code='NPL' class='dropdown-element'>Nepal</a></li> <li><a href='?sector=Others&country=NLD' data-code='NLD' class='dropdown-element'>Netherlands</a></li> <li><a href='?sector=Others&country=NZL' data-code='NZL' class='dropdown-element'>New Zealand</a></li> <li><a href='?sector=Others&country=NGA' data-code='NGA' class='dropdown-element'>Nigeria</a></li> <li><a href='?sector=Others&country=PRK' data-code='PRK' class='dropdown-element'>North Korea</a></li> <li><a href='?sector=Others&country=NOR' data-code='NOR' class='dropdown-element'>Norway</a></li> <li><a href='?sector=Others&country=OMN' data-code='OMN' class='dropdown-element'>Oman</a></li> <li><a href='?sector=Others&country=PAK' data-code='PAK' class='dropdown-element'>Pakistan</a></li> <li><a href='?sector=Others&country=PSE' data-code='PSE' class='dropdown-element'>Palestine</a></li> <li><a href='?sector=Others&country=PAN' data-code='PAN' class='dropdown-element'>Panama</a></li> <li><a href='?sector=Others&country=PRY' data-code='PRY' class='dropdown-element'>Paraguay</a></li> <li><a href='?sector=Others&country=PER' data-code='PER' class='dropdown-element'>Peru</a></li> <li><a href='?sector=Others&country=PHL' data-code='PHL' class='dropdown-element'>Philippines</a></li> <li><a href='?sector=Others&country=POL' data-code='POL' class='dropdown-element'>Poland</a></li> <li><a href='?sector=Others&country=PRT' data-code='PRT' class='dropdown-element'>Portugal</a></li> <li><a href='?sector=Others&country=PRI' data-code='PRI' class='dropdown-element'>Puerto Rico</a></li> <li><a href='?sector=Others&country=QAT' data-code='QAT' class='dropdown-element'>Qatar</a></li> <li><a href='?sector=Others&country=REU' data-code='REU' class='dropdown-element'>Reunion</a></li> <li><a href='?sector=Others&country=ROU' data-code='ROU' class='dropdown-element'>Romania</a></li> <li><a href='?sector=Others&country=RUS' data-code='RUS' class='dropdown-element'>Russian Federation</a></li> <li><a href='?sector=Others&country=RWA' data-code='RWA' class='dropdown-element'>Rwanda</a></li> <li><a href='?sector=Others&country=KNA' data-code='KNA' class='dropdown-element'>Saint Kitts and Nevis</a></li> <li><a href='?sector=Others&country=SAU' data-code='SAU' class='dropdown-element'>Saudi Arabia</a></li> <li><a href='?sector=Others&country=SEN' data-code='SEN' class='dropdown-element'>Senegal</a></li> <li><a href='?sector=Others&country=SRB' data-code='SRB' class='dropdown-element'>Serbia</a></li> <li><a href='?sector=Others&country=SGP' data-code='SGP' class='dropdown-element'>Singapore</a></li> <li><a href='?sector=Others&country=SVK' data-code='SVK' class='dropdown-element'>Slovakia</a></li> <li><a href='?sector=Others&country=SVN' data-code='SVN' class='dropdown-element'>Slovenia</a></li> <li><a href='?sector=Others&country=ZAF' data-code='ZAF' class='dropdown-element'>South Africa</a></li> <li><a href='?sector=Others&country=KOR' data-code='KOR' class='dropdown-element'>South Korea</a></li> <li><a href='?sector=Others&country=ESP' data-code='ESP' class='dropdown-element'>Spain</a></li> <li><a href='?sector=Others&country=LKA' data-code='LKA' class='dropdown-element'>Sri Lanka</a></li> <li><a href='?sector=Others&country=SDN' data-code='SDN' class='dropdown-element'>Sudan</a></li> <li><a href='?sector=Others&country=SWE' data-code='SWE' class='dropdown-element'>Sweden</a></li> <li><a href='?sector=Others&country=CHE' data-code='CHE' class='dropdown-element'>Switzerland</a></li> <li><a href='?sector=Others&country=SYR' data-code='SYR' class='dropdown-element'>Syrian Arab Republic</a></li> <li><a href='?sector=Others&country=TWN' data-code='TWN' class='dropdown-element'>Taiwan</a></li> <li><a href='?sector=Others&country=TZA' data-code='TZA' class='dropdown-element'>Tanzania</a></li> <li><a href='?sector=Others&country=THA' data-code='THA' class='dropdown-element'>Thailand</a></li> <li><a href='?sector=Others&country=TGO' data-code='TGO' class='dropdown-element'>Togo</a></li> <li><a href='?sector=Others&country=TTO' data-code='TTO' class='dropdown-element'>Trinidad and Tobago</a></li> <li><a href='?sector=Others&country=TUN' data-code='TUN' class='dropdown-element'>Tunisia</a></li> <li><a href='?sector=Others&country=TUR' data-code='TUR' class='dropdown-element'>Turkey</a></li> <li><a href='?sector=Others&country=UGA' data-code='UGA' class='dropdown-element'>Uganda</a></li> <li><a href='?sector=Others&country=UKR' data-code='UKR' class='dropdown-element'>Ukraine</a></li> <li><a href='?sector=Others&country=ARE' data-code='ARE' class='dropdown-element'>United Arab Emirates</a></li> <li><a href='?sector=Others&country=GBR' data-code='GBR' class='dropdown-element'>United Kingdom</a></li> <li><a href='?sector=Others&country=USA' data-code='USA' class='dropdown-element'>United States</a></li> <li><a href='?sector=Others&country=URY' data-code='URY' class='dropdown-element'>Uruguay</a></li> <li><a href='?sector=Others&country=UZB' data-code='UZB' class='dropdown-element'>Uzbekistan</a></li> <li><a href='?sector=Others&country=VAT' data-code='VAT' class='dropdown-element'>Vatican City State</a></li> <li><a href='?sector=Others&country=VEN' data-code='VEN' class='dropdown-element'>Venezuela</a></li> <li><a href='?sector=Others&country=VNM' data-code='VNM' class='dropdown-element'>Viet Nam</a></li> <li><a href='?sector=Others&country=YEM' data-code='YEM' class='dropdown-element'>Yemen</a></li> <li><a href='?sector=Others&country=ZMB' data-code='ZMB' class='dropdown-element'>Zambia</a></li> <li><a href='?sector=Others&country=ZWE' data-code='ZWE' class='dropdown-element'>Zimbabwe</a></li> </ul> </div> <div class='dropdown'> <div class='dropdown_button'></div> <ul class='dropdown-options dropdown-element'> <li><a href='?sector=Others&year=2018' data-code='2018' class='dropdown-element dropselected'>2024</a></li> <li><a href='?sector=Others&year=2017' data-code='2017' class='dropdown-element'>2023</a></li> <li><a href='?sector=Others&year=2016' data-code='2016' class='dropdown-element'>2022</a></li> <li><a href='?sector=Others&year=2015' data-code='2015' class='dropdown-element'>2021</a></li> <li><a href='?sector=Others&year=2014' data-code='2014' class='dropdown-element'>2020</a></li> <li><a href='?sector=Others&year=2013' data-code='2013' class='dropdown-element'>2019</a></li> <li><a href='?sector=Others&year=2012' data-code='2012' class='dropdown-element'>2018</a></li> <li><a href='?sector=Others&year=2011' data-code='2011' class='dropdown-element'>2017</a></li> <li><a href='?sector=Others&year=2010' data-code='2010' class='dropdown-element'>2016</a></li> <li><a href='?sector=Others&year=2009' data-code='2009' class='dropdown-element'>2015</a></li> <li><a href='?sector=Others&year=2008' data-code='2008' class='dropdown-element'>2014</a></li> <li><a href='?sector=Others&year=2007' data-code='2007' class='dropdown-element'>2013</a></li> <li><a href='?sector=Others&year=2006' data-code='2006' class='dropdown-element'>2012</a></li> <li><a href='?sector=Others&year=2005' data-code='2005' class='dropdown-element'>2011</a></li> <li><a href='?sector=Others&year=2004' data-code='2004' class='dropdown-element'>2010</a></li> <li><a href='?sector=Others&year=2003' data-code='2003' class='dropdown-element'>2009</a></li> </ul> </div> <div id="tablewrapper"> <div id='rowsnumber'>217 ranked institutions<br /> ↓ select to compare <a rel='nofollow' class='downloaddata' target='_blank' href='getdata.php?ranking=Overall&area=§or=Others&country=&year=2018&top=0&format=csv&type=download'>Download data (csv)</a></div><table id='tbldata'><thead><tr><th colspan='5'></th><th class='best_quartile_column'>Best<br />quartile</th></tr></thead> <tbody id='tblbody'><tr><td class='tdcheck'><div class='check' id='96693'></div></td><td class='ranknumber'>1 <span class='global_ranking'>(39)</span></td><td><a href='institution.php?idp=96693'>Allen Institute for Artificial Intelligence</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96693&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96693' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='92552'></div></td><td class='ranknumber'>2 <span class='global_ranking'>(72)</span></td><td><a href='institution.php?idp=92552'>Inception Institute of Artificial Intelligence</a></td><td>ARE</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=92552&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='92552' alt='Q1' title='Best Quartile in ARE: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95952'></div></td><td class='ranknumber'>3 <span class='global_ranking'>(99)</span></td><td><a href='institution.php?idp=95952'>Centres de Recerca de Catalunya *</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95952&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95952' alt='Q1' title='Best Quartile in ESP: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96148'></div></td><td class='ranknumber'>4 <span class='global_ranking'>(238)</span></td><td><a href='institution.php?idp=96148'>Vector Institute for Artificial Intelligence</a></td><td>CAN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96148&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96148' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='23398'></div></td><td class='ranknumber'>5 <span class='global_ranking'>(355)</span></td><td><a href='institution.php?idp=23398'>Swiss Institute of Bioinformatics</a></td><td>CHE</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=23398&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='23398' alt='Q1' title='Best Quartile in CHE: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='61849'></div></td><td class='ranknumber'>6 <span class='global_ranking'>(399)</span></td><td><a href='institution.php?idp=61849'>Canadian Institute for Advanced Research</a></td><td>CAN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=61849&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='61849' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96241'></div></td><td class='ranknumber'>7 <span class='global_ranking'>(402)</span></td><td><a href='institution.php?idp=96241'>Fondazione Telethon *</a></td><td>ITA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96241&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96241' alt='Q1' title='Best Quartile in ITA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='35618'></div></td><td class='ranknumber'>8 <span class='global_ranking'>(484)</span></td><td><a href='institution.php?idp=35618'>Telethon Institute of Genetics and Medicine</a></td><td>ITA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=35618&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='35618' alt='Q1' title='Best Quartile in ITA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='77288'></div></td><td class='ranknumber'>9 <span class='global_ranking'>(496)</span></td><td><a href='institution.php?idp=77288'>Ontario Institute for Cancer Research</a></td><td>CAN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=77288&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='77288' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24263'></div></td><td class='ranknumber'>10 <span class='global_ranking'>(576)</span></td><td><a href='institution.php?idp=24263'>Boyce Thompson Institute for Plant Research</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24263&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='24263' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67146'></div></td><td class='ranknumber'>11 <span class='global_ranking'>(586)</span></td><td><a href='institution.php?idp=67146'>Minatec Campus d'Innovation en Micro et Nanotechnologies</a></td><td>FRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=67146&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='67146' alt='Q1' title='Best Quartile in FRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93733'></div></td><td class='ranknumber'>12 <span class='global_ranking'>(596)</span></td><td><a href='institution.php?idp=93733'>CGIAR Consortium of International Agricultural Research *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93733&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93733' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26902'></div></td><td class='ranknumber'>13 <span class='global_ranking'>(696)</span></td><td><a href='institution.php?idp=26902'>Samsung Advanced Institute Technology</a></td><td>KOR</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26902&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='26902' alt='Q1' title='Best Quartile in KOR: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24246'></div></td><td class='ranknumber'>14 <span class='global_ranking'>(865)</span></td><td><a href='institution.php?idp=24246'>Bill and Melinda Gates Foundation</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24246&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='24246' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25179'></div></td><td class='ranknumber'>15 <span class='global_ranking'>(921)</span></td><td><a href='institution.php?idp=25179'>SRI International</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25179&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25179' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67336'></div></td><td class='ranknumber'>16 <span class='global_ranking'>(980)</span></td><td><a href='institution.php?idp=67336'>Istituto Italiano di Tecnologia *</a></td><td>ITA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=67336&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='67336' alt='Q1' title='Best Quartile in ITA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='91806'></div></td><td class='ranknumber'>17 <span class='global_ranking'>(1012)</span></td><td><a href='institution.php?idp=91806'>United Nations *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=91806&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='91806' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='78597'></div></td><td class='ranknumber'>18 <span class='global_ranking'>(1042)</span></td><td><a href='institution.php?idp=78597'>Kavli Institute for Particle Astrophysics and Cosmology</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=78597&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='78597' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='70164'></div></td><td class='ranknumber'>19 <span class='global_ranking'>(1055)</span></td><td><a href='institution.php?idp=70164'>Qatar Foundation *</a></td><td>QAT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=70164&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='70164' alt='Q1' title='Best Quartile in QAT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='22362'></div></td><td class='ranknumber'>20 <span class='global_ranking'>(1067)</span></td><td><a href='institution.php?idp=22362'>CEINGE-Biotecnologie Avanzate</a></td><td>ITA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=22362&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='22362' alt='Q1' title='Best Quartile in ITA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96029'></div></td><td class='ranknumber'>21 <span class='global_ranking'>(1145)</span></td><td><a href='institution.php?idp=96029'>Fundacion Josep Carreras *</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96029&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96029' alt='Q1' title='Best Quartile in ESP: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24431'></div></td><td class='ranknumber'>22 <span class='global_ranking'>(1265)</span></td><td><a href='institution.php?idp=24431'>Donald Danforth Plant Science Center</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24431&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='24431' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95918'></div></td><td class='ranknumber'>23 <span class='global_ranking'>(1319)</span></td><td><a href='institution.php?idp=95918'>Parque Tecnologico de Euskadi *</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95918&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95918' alt='Q1' title='Best Quartile in ESP: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24832'></div></td><td class='ranknumber'>24 <span class='global_ranking'>(1322)</span></td><td><a href='institution.php?idp=24832'>National Bureau of Economic Research</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24832&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='24832' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94613'></div></td><td class='ranknumber'>25 <span class='global_ranking'>(1368)</span></td><td><a href='institution.php?idp=94613'>China Electronics Technology Group Corp No 54 Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94613&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94613' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95318'></div></td><td class='ranknumber'>25 <span class='global_ranking'>(1368)</span></td><td><a href='institution.php?idp=95318'>World Bank Group *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95318&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95318' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24176'></div></td><td class='ranknumber'>27 <span class='global_ranking'>(1412)</span></td><td><a href='institution.php?idp=24176'>American Heart Association</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24176&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='24176' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95919'></div></td><td class='ranknumber'>28 <span class='global_ranking'>(1441)</span></td><td><a href='institution.php?idp=95919'>Parque Cientifico y Tecnologico de Vizcaya</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95919&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95919' alt='Q1' title='Best Quartile in ESP: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='31862'></div></td><td class='ranknumber'>29 <span class='global_ranking'>(1451)</span></td><td><a href='institution.php?idp=31862'>Fundacio per al Foment de la Investigacio Sanitaria i Biomedica</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=31862&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='31862' alt='Q1' title='Best Quartile in ESP: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='92107'></div></td><td class='ranknumber'>30 <span class='global_ranking'>(1504)</span></td><td><a href='institution.php?idp=92107'>Simons Foundation</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=92107&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='92107' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='61175'></div></td><td class='ranknumber'>31 <span class='global_ranking'>(1531)</span></td><td><a href='institution.php?idp=61175'>Parque Tecnologico de Ciencias de la Salud</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=61175&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='61175' alt='Q1' title='Best Quartile in ESP: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='78454'></div></td><td class='ranknumber'>32 <span class='global_ranking'>(1552)</span></td><td><a href='institution.php?idp=78454'>Heidelberger Institut fur Theoretische Studien</a></td><td>DEU</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=78454&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='78454' alt='Q1' title='Best Quartile in DEU: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96493'></div></td><td class='ranknumber'>33 <span class='global_ranking'>(1632)</span></td><td><a href='institution.php?idp=96493'>Health Data Research UK</a></td><td>GBR</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96493&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96493' alt='Q1' title='Best Quartile in GBR: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24302'></div></td><td class='ranknumber'>34 <span class='global_ranking'>(1637)</span></td><td><a href='institution.php?idp=24302'>Carnegie Institution for Science *</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24302&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='24302' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='22383'></div></td><td class='ranknumber'>35 <span class='global_ranking'>(1640)</span></td><td><a href='institution.php?idp=22383'>Fondazione Bruno Kessler</a></td><td>ITA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=22383&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='22383' alt='Q1' title='Best Quartile in ITA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='23696'></div></td><td class='ranknumber'>36 <span class='global_ranking'>(1658)</span></td><td><a href='institution.php?idp=23696'>Centre Tecnologic de Telecomunicacions de Catalunya</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=23696&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='23696' alt='Q1' title='Best Quartile in ESP: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24736'></div></td><td class='ranknumber'>37 <span class='global_ranking'>(1666)</span></td><td><a href='institution.php?idp=24736'>Marine Biological Laboratory</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24736&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='24736' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93649'></div></td><td class='ranknumber'>38 <span class='global_ranking'>(1713)</span></td><td><a href='institution.php?idp=93649'>United Nations Educational, Scientific and Cultural Organization</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93649&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93649' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='88717'></div></td><td class='ranknumber'>39 <span class='global_ranking'>(1811)</span></td><td><a href='institution.php?idp=88717'>Fundacao Calouste Gulbenkian *</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=88717&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='88717' alt='Q1' title='Best Quartile in PRT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='69305'></div></td><td class='ranknumber'>40 <span class='global_ranking'>(1862)</span></td><td><a href='institution.php?idp=69305'>Hudson Institute of Medical Research</a></td><td>AUS</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=69305&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='69305' alt='Q1' title='Best Quartile in AUS: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='68220'></div></td><td class='ranknumber'>40 <span class='global_ranking'>(1862)</span></td><td><a href='institution.php?idp=68220'>Deutsche Sammlung von Mikroorganismen und Zellkulturen GmbH</a></td><td>DEU</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=68220&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='68220' alt='Q1' title='Best Quartile in DEU: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='92698'></div></td><td class='ranknumber'>42 <span class='global_ranking'>(1884)</span></td><td><a href='institution.php?idp=92698'>United Nations International Children's Emergency Fund *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=92698&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='92698' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67917'></div></td><td class='ranknumber'>43 <span class='global_ranking'>(1922)</span></td><td><a href='institution.php?idp=67917'>Food and Agriculture Organization of the United Nations</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=67917&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='67917' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='85809'></div></td><td class='ranknumber'>44 <span class='global_ranking'>(1981)</span></td><td><a href='institution.php?idp=85809'>State Grid Sichuan Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=85809&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='85809' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96505'></div></td><td class='ranknumber'>45 <span class='global_ranking'>(2016)</span></td><td><a href='institution.php?idp=96505'>Cancer Council *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96505&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96505' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25719'></div></td><td class='ranknumber'>46 <span class='global_ranking'>(2045)</span></td><td><a href='institution.php?idp=25719'>Perimeter Institute for Theoretical Physics</a></td><td>CAN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25719&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25719' alt='Q1' title='Best Quartile in CAN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='22956'></div></td><td class='ranknumber'>47 <span class='global_ranking'>(2051)</span></td><td><a href='institution.php?idp=22956'>Instituto de Telecomunicacoes</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=22956&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='22956' alt='Q1' title='Best Quartile in PRT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24601'></div></td><td class='ranknumber'>48 <span class='global_ranking'>(2090)</span></td><td><a href='institution.php?idp=24601'>Institute for Advanced Study</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24601&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='24601' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93752'></div></td><td class='ranknumber'>49 <span class='global_ranking'>(2130)</span></td><td><a href='institution.php?idp=93752'>International Maize and Wheat Improvement Center</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93752&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93752' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='74160'></div></td><td class='ranknumber'>50 <span class='global_ranking'>(2142)</span></td><td><a href='institution.php?idp=74160'>Battelle Memorial Institute *</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=74160&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='74160' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='62625'></div></td><td class='ranknumber'>51 <span class='global_ranking'>(2217)</span></td><td><a href='institution.php?idp=62625'>Santa Fe Institute</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=62625&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='62625' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79397'></div></td><td class='ranknumber'>52 <span class='global_ranking'>(2250)</span></td><td><a href='institution.php?idp=79397'>National Computer Network Emergency Response Technical Team</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=79397&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='79397' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25260'></div></td><td class='ranknumber'>53 <span class='global_ranking'>(2267)</span></td><td><a href='institution.php?idp=25260'>Universities Space Research Association</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25260&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25260' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95311'></div></td><td class='ranknumber'>54 <span class='global_ranking'>(2274)</span></td><td><a href='institution.php?idp=95311'>The Nature Conservancy *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95311&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95311' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93755'></div></td><td class='ranknumber'>55 <span class='global_ranking'>(2278)</span></td><td><a href='institution.php?idp=93755'>International Rice Research Institute</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93755&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='93755' alt='Q2' title='Best Quartile in MUL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93612'></div></td><td class='ranknumber'>56 <span class='global_ranking'>(2282)</span></td><td><a href='institution.php?idp=93612'>Kuwait Foundation for the Advancement of Sciences *</a></td><td>KWT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93612&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93612' alt='Q1' title='Best Quartile in KWT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='62718'></div></td><td class='ranknumber'>57 <span class='global_ranking'>(2342)</span></td><td><a href='institution.php?idp=62718'>National Engineering Research Center for Information Technology in Agriculture</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=62718&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='62718' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93705'></div></td><td class='ranknumber'>58 <span class='global_ranking'>(2364)</span></td><td><a href='institution.php?idp=93705'>WorldFish Center</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93705&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93705' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25833'></div></td><td class='ranknumber'>59 <span class='global_ranking'>(2430)</span></td><td><a href='institution.php?idp=25833'>International Maize and Wheat Improvement Center Mexico</a></td><td>MEX</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25833&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25833' alt='Q1' title='Best Quartile in MEX: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96317'></div></td><td class='ranknumber'>60 <span class='global_ranking'>(2445)</span></td><td><a href='institution.php?idp=96317'>Dutch Scientific Research Institutes *</a></td><td>NLD</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96317&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96317' alt='Q2' title='Best Quartile in NLD: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='88376'></div></td><td class='ranknumber'>61 <span class='global_ranking'>(2462)</span></td><td><a href='institution.php?idp=88376'>State Grid Zhejiang Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=88376&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='88376' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='64966'></div></td><td class='ranknumber'>62 <span class='global_ranking'>(2474)</span></td><td><a href='institution.php?idp=64966'>Instituto Gulbenkian de Ciencia</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=64966&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='64966' alt='Q1' title='Best Quartile in PRT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25358'></div></td><td class='ranknumber'>63 <span class='global_ranking'>(2510)</span></td><td><a href='institution.php?idp=25358'>Woods Hole Oceanographic Institution</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25358&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25358' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94364'></div></td><td class='ranknumber'>64 <span class='global_ranking'>(2526)</span></td><td><a href='institution.php?idp=94364'>Rede de Quimica e Tecnologia</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94364&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94364' alt='Q1' title='Best Quartile in PRT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='27040'></div></td><td class='ranknumber'>65 <span class='global_ranking'>(2596)</span></td><td><a href='institution.php?idp=27040'>Cancer Council Victoria</a></td><td>AUS</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=27040&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='27040' alt='Q2' title='Best Quartile in AUS: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='91071'></div></td><td class='ranknumber'>66 <span class='global_ranking'>(2600)</span></td><td><a href='institution.php?idp=91071'>Global Energy Interconnection Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=91071&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='91071' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26696'></div></td><td class='ranknumber'>67 <span class='global_ranking'>(2660)</span></td><td><a href='institution.php?idp=26696'>National Institute for Basic Biology</a></td><td>JPN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26696&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='26696' alt='Q1' title='Best Quartile in JPN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94275'></div></td><td class='ranknumber'>68 <span class='global_ranking'>(2675)</span></td><td><a href='institution.php?idp=94275'>Eurecat Centre Tecnologic de Catalunya *</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94275&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94275' alt='Q1' title='Best Quartile in ESP: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='23497'></div></td><td class='ranknumber'>69 <span class='global_ranking'>(2677)</span></td><td><a href='institution.php?idp=23497'>Centre for Economic Policy Research</a></td><td>GBR</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=23497&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='23497' alt='Q2' title='Best Quartile in GBR: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26832'></div></td><td class='ranknumber'>70 <span class='global_ranking'>(2680)</span></td><td><a href='institution.php?idp=26832'>WorldFish Center Malaysia</a></td><td>MYS</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26832&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='26832' alt='Q1' title='Best Quartile in MYS: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25261'></div></td><td class='ranknumber'>71 <span class='global_ranking'>(2742)</span></td><td><a href='institution.php?idp=25261'>University Corporation for Atmospheric Research</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25261&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25261' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='61221'></div></td><td class='ranknumber'>72 <span class='global_ranking'>(2817)</span></td><td><a href='institution.php?idp=61221'>RAND Corp</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=61221&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='61221' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93749'></div></td><td class='ranknumber'>73 <span class='global_ranking'>(2894)</span></td><td><a href='institution.php?idp=93749'>International Food Policy Research Institute</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93749&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93749' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='72398'></div></td><td class='ranknumber'>74 <span class='global_ranking'>(2945)</span></td><td><a href='institution.php?idp=72398'>Fundacion IVI</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=72398&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='72398' alt='Q1' title='Best Quartile in ESP: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26856'></div></td><td class='ranknumber'>75 <span class='global_ranking'>(2971)</span></td><td><a href='institution.php?idp=26856'>International Rice Research Institute Filipinas</a></td><td>PHL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26856&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='26856' alt='Q1' title='Best Quartile in PHL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96121'></div></td><td class='ranknumber'>76 <span class='global_ranking'>(2975)</span></td><td><a href='institution.php?idp=96121'>Flanders Make</a></td><td>BEL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96121&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96121' alt='Q2' title='Best Quartile in BEL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94077'></div></td><td class='ranknumber'>77 <span class='global_ranking'>(2980)</span></td><td><a href='institution.php?idp=94077'>Walter Reed Army Institute of Research *</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94077&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94077' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94350'></div></td><td class='ranknumber'>78 <span class='global_ranking'>(3016)</span></td><td><a href='institution.php?idp=94350'>Institute for Systems and Computer Engineering, Technology and Science</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94350&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94350' alt='Q1' title='Best Quartile in PRT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93751'></div></td><td class='ranknumber'>79 <span class='global_ranking'>(3051)</span></td><td><a href='institution.php?idp=93751'>International Livestock Research Institute</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93751&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93751' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24467'></div></td><td class='ranknumber'>80 <span class='global_ranking'>(3052)</span></td><td><a href='institution.php?idp=24467'>Family Health International *</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24467&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='24467' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='68307'></div></td><td class='ranknumber'>81 <span class='global_ranking'>(3163)</span></td><td><a href='institution.php?idp=68307'>Chinese Academy of Fishery Sciences *</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=68307&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='68307' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25036'></div></td><td class='ranknumber'>82 <span class='global_ranking'>(3182)</span></td><td><a href='institution.php?idp=25036'>Population Council, USA</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25036&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25036' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='27206'></div></td><td class='ranknumber'>83 <span class='global_ranking'>(3183)</span></td><td><a href='institution.php?idp=27206'>International Livestock Research Institute Kenya</a></td><td>KEN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=27206&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='27206' alt='Q1' title='Best Quartile in KEN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95927'></div></td><td class='ranknumber'>84 <span class='global_ranking'>(3188)</span></td><td><a href='institution.php?idp=95927'>Population Council *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95927&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='95927' alt='Q2' title='Best Quartile in MUL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79338'></div></td><td class='ranknumber'>85 <span class='global_ranking'>(3193)</span></td><td><a href='institution.php?idp=79338'>United Nations International Children's Emergency Fund, United States</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=79338&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='79338' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93736'></div></td><td class='ranknumber'>86 <span class='global_ranking'>(3204)</span></td><td><a href='institution.php?idp=93736'>World Agroforestry</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93736&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93736' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93754'></div></td><td class='ranknumber'>87 <span class='global_ranking'>(3244)</span></td><td><a href='institution.php?idp=93754'>Alliance of Bioversity International and CIAT</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93754&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93754' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='80502'></div></td><td class='ranknumber'>88 <span class='global_ranking'>(3251)</span></td><td><a href='institution.php?idp=80502'>Institute of Electrical and Electronics Engineers *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=80502&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='80502' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='62906'></div></td><td class='ranknumber'>88 <span class='global_ranking'>(3251)</span></td><td><a href='institution.php?idp=62906'>Zoological Society of London</a></td><td>GBR</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=62906&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='62906' alt='Q2' title='Best Quartile in GBR: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='77117'></div></td><td class='ranknumber'>90 <span class='global_ranking'>(3261)</span></td><td><a href='institution.php?idp=77117'>Shanghai Institute of Technology</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=77117&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='77117' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25430'></div></td><td class='ranknumber'>91 <span class='global_ranking'>(3280)</span></td><td><a href='institution.php?idp=25430'>Fundacion para la Lucha contra las Enfermedades Neurologicas de la Infancia</a></td><td>ARG</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25430&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25430' alt='Q1' title='Best Quartile in ARG: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94292'></div></td><td class='ranknumber'>92 <span class='global_ranking'>(3283)</span></td><td><a href='institution.php?idp=94292'>Fundacio de Recerca Sant Joan de Deu</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94292&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94292' alt='Q2' title='Best Quartile in ESP: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24861'></div></td><td class='ranknumber'>93 <span class='global_ranking'>(3299)</span></td><td><a href='institution.php?idp=24861'>National Institute of Aerospace</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24861&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='24861' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96079'></div></td><td class='ranknumber'>94 <span class='global_ranking'>(3307)</span></td><td><a href='institution.php?idp=96079'>Organisation for Economic Co-operation and Development *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96079&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96079' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93748'></div></td><td class='ranknumber'>95 <span class='global_ranking'>(3322)</span></td><td><a href='institution.php?idp=93748'>International Crops Research Institute for the Semi-Arid Tropics</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93748&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93748' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='61831'></div></td><td class='ranknumber'>96 <span class='global_ranking'>(3327)</span></td><td><a href='institution.php?idp=61831'>International Monetary Fund</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=61831&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='61831' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93750'></div></td><td class='ranknumber'>97 <span class='global_ranking'>(3337)</span></td><td><a href='institution.php?idp=93750'>International Institute of Tropical Agriculture</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93750&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='93750' alt='Q2' title='Best Quartile in MUL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='23559'></div></td><td class='ranknumber'>98 <span class='global_ranking'>(3353)</span></td><td><a href='institution.php?idp=23559'>James Hutton Institute</a></td><td>GBR</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=23559&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='23559' alt='Q3' title='Best Quartile in GBR: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96292'></div></td><td class='ranknumber'>99 <span class='global_ranking'>(3407)</span></td><td><a href='institution.php?idp=96292'>Norwegian Research Centre</a></td><td>NOR</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96292&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96292' alt='Q2' title='Best Quartile in NOR: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='21726'></div></td><td class='ranknumber'>100 <span class='global_ranking'>(3442)</span></td><td><a href='institution.php?idp=21726'>Institut Zur Zukunft der Arbeit</a></td><td>DEU</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=21726&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='21726' alt='Q1' title='Best Quartile in DEU: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93735'></div></td><td class='ranknumber'>101 <span class='global_ranking'>(3462)</span></td><td><a href='institution.php?idp=93735'>Center for International Forestry Research</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93735&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='93735' alt='Q1' title='Best Quartile in MUL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94403'></div></td><td class='ranknumber'>102 <span class='global_ranking'>(3556)</span></td><td><a href='institution.php?idp=94403'>Wildlife Conservation Society *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94403&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94403' alt='Q2' title='Best Quartile in MUL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24795'></div></td><td class='ranknumber'>103 <span class='global_ranking'>(3583)</span></td><td><a href='institution.php?idp=24795'>Monterey Bay Aquarium Research Institute</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24795&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='24795' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95176'></div></td><td class='ranknumber'>104 <span class='global_ranking'>(3614)</span></td><td><a href='institution.php?idp=95176'>Instituto de Engenharia de Sistemas e Computadores - Investigacao e Desenvolvimento</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95176&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95176' alt='Q1' title='Best Quartile in PRT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='71873'></div></td><td class='ranknumber'>105 <span class='global_ranking'>(3641)</span></td><td><a href='institution.php?idp=71873'>Educational Testing Service</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=71873&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='71873' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95089'></div></td><td class='ranknumber'>106 <span class='global_ranking'>(3695)</span></td><td><a href='institution.php?idp=95089'>Robert Bosch Stiftung</a></td><td>DEU</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95089&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='95089' alt='Q2' title='Best Quartile in DEU: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='80602'></div></td><td class='ranknumber'>107 <span class='global_ranking'>(3716)</span></td><td><a href='institution.php?idp=80602'>Barwon Health</a></td><td>AUS</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=80602&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='80602' alt='Q3' title='Best Quartile in AUS: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96139'></div></td><td class='ranknumber'>108 <span class='global_ranking'>(3723)</span></td><td><a href='institution.php?idp=96139'>Cancer Council New South Wales</a></td><td>AUS</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96139&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96139' alt='Q2' title='Best Quartile in AUS: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24714'></div></td><td class='ranknumber'>109 <span class='global_ranking'>(3736)</span></td><td><a href='institution.php?idp=24714'>Louisiana State University Agricultural Center</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24714&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='24714' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24632'></div></td><td class='ranknumber'>110 <span class='global_ranking'>(3764)</span></td><td><a href='institution.php?idp=24632'>International Food Policy Research Institute United States</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24632&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='24632' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26311'></div></td><td class='ranknumber'>111 <span class='global_ranking'>(3792)</span></td><td><a href='institution.php?idp=26311'>International Crops Research Institute for the Semi-Arid Tropics India</a></td><td>IND</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26311&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='26311' alt='Q1' title='Best Quartile in IND: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67514'></div></td><td class='ranknumber'>112 <span class='global_ranking'>(3861)</span></td><td><a href='institution.php?idp=67514'>Netherlands Institute for Health Services Research</a></td><td>NLD</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=67514&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='67514' alt='Q2' title='Best Quartile in NLD: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='88374'></div></td><td class='ranknumber'>113 <span class='global_ranking'>(3864)</span></td><td><a href='institution.php?idp=88374'>State Grid Fujian Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=88374&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='88374' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95917'></div></td><td class='ranknumber'>114 <span class='global_ranking'>(3891)</span></td><td><a href='institution.php?idp=95917'>Fundacion Instituto de Investigacion Marques de Valdecilla</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95917&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='95917' alt='Q2' title='Best Quartile in ESP: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='59663'></div></td><td class='ranknumber'>115 <span class='global_ranking'>(3893)</span></td><td><a href='institution.php?idp=59663'>Oak Ridge Associated Universities</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=59663&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='59663' alt='Q3' title='Best Quartile in USA: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79421'></div></td><td class='ranknumber'>116 <span class='global_ranking'>(3917)</span></td><td><a href='institution.php?idp=79421'>International Center for Bamboo and Rattan</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=79421&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='79421' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94651'></div></td><td class='ranknumber'>117 <span class='global_ranking'>(3991)</span></td><td><a href='institution.php?idp=94651'>State Grid Shaanxi Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94651&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94651' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25062'></div></td><td class='ranknumber'>118 <span class='global_ranking'>(3999)</span></td><td><a href='institution.php?idp=25062'>Regenstrief Institute</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25062&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25062' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='81280'></div></td><td class='ranknumber'>119 <span class='global_ranking'>(4026)</span></td><td><a href='institution.php?idp=81280'>Canadian Blood Services</a></td><td>CAN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=81280&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='81280' alt='Q2' title='Best Quartile in CAN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='11077'></div></td><td class='ranknumber'>120 <span class='global_ranking'>(4051)</span></td><td><a href='institution.php?idp=11077'>United Nations University</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=11077&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='11077' alt='Q2' title='Best Quartile in MUL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95183'></div></td><td class='ranknumber'>121 <span class='global_ranking'>(4069)</span></td><td><a href='institution.php?idp=95183'>Instituto de Engenharia de Sistemas e Computadores *</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95183&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95183' alt='Q1' title='Best Quartile in PRT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96729'></div></td><td class='ranknumber'>122 <span class='global_ranking'>(4152)</span></td><td><a href='institution.php?idp=96729'>MITRE Corp *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96729&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='96729' alt='Q3' title='Best Quartile in MUL: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='59892'></div></td><td class='ranknumber'>123 <span class='global_ranking'>(4171)</span></td><td><a href='institution.php?idp=59892'>Alliance of Bioversity International and CIAT, Colombia</a></td><td>COL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=59892&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='59892' alt='Q1' title='Best Quartile in COL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95312'></div></td><td class='ranknumber'>124 <span class='global_ranking'>(4193)</span></td><td><a href='institution.php?idp=95312'>The Nature Conservancy, USA</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95312&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95312' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='23616'></div></td><td class='ranknumber'>125 <span class='global_ranking'>(4198)</span></td><td><a href='institution.php?idp=23616'>Scottish Association for Marine Science</a></td><td>GBR</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=23616&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='23616' alt='Q2' title='Best Quartile in GBR: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96592'></div></td><td class='ranknumber'>126 <span class='global_ranking'>(4206)</span></td><td><a href='institution.php?idp=96592'>Clinton Health Access Initiative *</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96592&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96592' alt='Q2' title='Best Quartile in MUL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='88372'></div></td><td class='ranknumber'>127 <span class='global_ranking'>(4255)</span></td><td><a href='institution.php?idp=88372'>State Grid Shandong Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=88372&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='88372' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='91243'></div></td><td class='ranknumber'>128 <span class='global_ranking'>(4299)</span></td><td><a href='institution.php?idp=91243'>State Grid Henan Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=91243&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='91243' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95289'></div></td><td class='ranknumber'>129 <span class='global_ranking'>(4312)</span></td><td><a href='institution.php?idp=95289'>Uniao Brasileira de Educacao e Assistencia *</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95289&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95289' alt='Q1' title='Best Quartile in BRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='27028'></div></td><td class='ranknumber'>130 <span class='global_ranking'>(4332)</span></td><td><a href='institution.php?idp=27028'>Australian Museum</a></td><td>AUS</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=27028&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='27028' alt='Q2' title='Best Quartile in AUS: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26456'></div></td><td class='ranknumber'>131 <span class='global_ranking'>(4355)</span></td><td><a href='institution.php?idp=26456'>Center for International Forestry Research Indonesia</a></td><td>IDN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26456&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='26456' alt='Q1' title='Best Quartile in IDN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26464'></div></td><td class='ranknumber'>132 <span class='global_ranking'>(4363)</span></td><td><a href='institution.php?idp=26464'>Academic Center for Education Culture and Research *</a></td><td>IRN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26464&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='26464' alt='Q1' title='Best Quartile in IRN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='80649'></div></td><td class='ranknumber'>133 <span class='global_ranking'>(4416)</span></td><td><a href='institution.php?idp=80649'>Shandong Computer Science Center</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=80649&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='80649' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96491'></div></td><td class='ranknumber'>134 <span class='global_ranking'>(4472)</span></td><td><a href='institution.php?idp=96491'>IVL Swedish Environmental Research Institute</a></td><td>SWE</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96491&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='96491' alt='Q3' title='Best Quartile in SWE: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='83537'></div></td><td class='ranknumber'>135 <span class='global_ranking'>(4487)</span></td><td><a href='institution.php?idp=83537'>Centro Nacional de Pesquisa em Energia e Materiais *</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=83537&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='83537' alt='Q1' title='Best Quartile in BRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='77291'></div></td><td class='ranknumber'>136 <span class='global_ranking'>(4527)</span></td><td><a href='institution.php?idp=77291'>National Applied Research Laboratories *</a></td><td>TWN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=77291&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='77291' alt='Q1' title='Best Quartile in TWN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25138'></div></td><td class='ranknumber'>137 <span class='global_ranking'>(4557)</span></td><td><a href='institution.php?idp=25138'>SETI Institute</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25138&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25138' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='67407'></div></td><td class='ranknumber'>138 <span class='global_ranking'>(4609)</span></td><td><a href='institution.php?idp=67407'>National Institute of Chemical Physics and Biophysics</a></td><td>EST</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=67407&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='67407' alt='Q1' title='Best Quartile in EST: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95286'></div></td><td class='ranknumber'>139 <span class='global_ranking'>(4782)</span></td><td><a href='institution.php?idp=95286'>Sociedade Beneficente Israelita Brasileira Albert Einstein *</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95286&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95286' alt='Q1' title='Best Quartile in BRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79166'></div></td><td class='ranknumber'>140 <span class='global_ranking'>(4784)</span></td><td><a href='institution.php?idp=79166'>Deltares</a></td><td>NLD</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=79166&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='79166' alt='Q3' title='Best Quartile in NLD: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94809'></div></td><td class='ranknumber'>141 <span class='global_ranking'>(4788)</span></td><td><a href='institution.php?idp=94809'>UNU Maastricht Economic and Social Research Institute on Innovation and Technology</a></td><td>NLD</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94809&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94809' alt='Q2' title='Best Quartile in NLD: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='88380'></div></td><td class='ranknumber'>142 <span class='global_ranking'>(4797)</span></td><td><a href='institution.php?idp=88380'>State Grid Chongqing Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=88380&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='88380' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='68936'></div></td><td class='ranknumber'>143 <span class='global_ranking'>(4813)</span></td><td><a href='institution.php?idp=68936'>Frankfurt Institute for Advanced Studies</a></td><td>DEU</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=68936&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='68936' alt='Q2' title='Best Quartile in DEU: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94612'></div></td><td class='ranknumber'>144 <span class='global_ranking'>(4861)</span></td><td><a href='institution.php?idp=94612'>China Electronics Technology Group Corp No 38 Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94612&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94612' alt='Q1' title='Best Quartile in CHN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94648'></div></td><td class='ranknumber'>145 <span class='global_ranking'>(4891)</span></td><td><a href='institution.php?idp=94648'>State Grid Liaoning Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94648&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94648' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96574'></div></td><td class='ranknumber'>146 <span class='global_ranking'>(5024)</span></td><td><a href='institution.php?idp=96574'>Woodwell Climate Research Center</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96574&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96574' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='68010'></div></td><td class='ranknumber'>147 <span class='global_ranking'>(5035)</span></td><td><a href='institution.php?idp=68010'>Museum fur Naturkunde Berlin</a></td><td>DEU</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=68010&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='68010' alt='Q3' title='Best Quartile in DEU: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94950'></div></td><td class='ranknumber'>148 <span class='global_ranking'>(5047)</span></td><td><a href='institution.php?idp=94950'>Food and Agriculture Organisation of the United Nations, Italy</a></td><td>ITA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94950&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='94950' alt='Q3' title='Best Quartile in ITA: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24424'></div></td><td class='ranknumber'>149 <span class='global_ranking'>(5059)</span></td><td><a href='institution.php?idp=24424'>Desert Research Institute, Reno</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24424&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='24424' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='27214'></div></td><td class='ranknumber'>150 <span class='global_ranking'>(5069)</span></td><td><a href='institution.php?idp=27214'>World Agroforestry Centre Kenya</a></td><td>KEN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=27214&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='27214' alt='Q1' title='Best Quartile in KEN: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='82361'></div></td><td class='ranknumber'>151 <span class='global_ranking'>(5075)</span></td><td><a href='institution.php?idp=82361'>Korea Institute of Ocean Science & Technology *</a></td><td>KOR</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=82361&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='82361' alt='Q2' title='Best Quartile in KOR: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='58806'></div></td><td class='ranknumber'>152 <span class='global_ranking'>(5144)</span></td><td><a href='institution.php?idp=58806'>World Bank, United States</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=58806&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='58806' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25171'></div></td><td class='ranknumber'>153 <span class='global_ranking'>(5183)</span></td><td><a href='institution.php?idp=25171'>Space Science Institute</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25171&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25171' alt='Q1' title='Best Quartile in USA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='81193'></div></td><td class='ranknumber'>154 <span class='global_ranking'>(5235)</span></td><td><a href='institution.php?idp=81193'>Academy of Scientific Research and Technology *</a></td><td>EGY</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=81193&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='81193' alt='Q1' title='Best Quartile in EGY: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24719'></div></td><td class='ranknumber'>155 <span class='global_ranking'>(5270)</span></td><td><a href='institution.php?idp=24719'>Lowell Observatory</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24719&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='24719' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25169'></div></td><td class='ranknumber'>155 <span class='global_ranking'>(5270)</span></td><td><a href='institution.php?idp=25169'>Southwest Research Institute</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25169&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='25169' alt='Q3' title='Best Quartile in USA: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25344'></div></td><td class='ranknumber'>157 <span class='global_ranking'>(5295)</span></td><td><a href='institution.php?idp=25344'>Wildlife Conservation Society USA</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25344&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25344' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='78563'></div></td><td class='ranknumber'>158 <span class='global_ranking'>(5368)</span></td><td><a href='institution.php?idp=78563'>International Livestock Research Institute Ethiopia</a></td><td>ETH</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=78563&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='78563' alt='Q1' title='Best Quartile in ETH: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96665'></div></td><td class='ranknumber'>159 <span class='global_ranking'>(5375)</span></td><td><a href='institution.php?idp=96665'>China Classification Society *</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96665&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96665' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='20630'></div></td><td class='ranknumber'>160 <span class='global_ranking'>(5421)</span></td><td><a href='institution.php?idp=20630'>Institut des Hautes Etudes Scientifiques</a></td><td>FRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=20630&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='20630' alt='Q1' title='Best Quartile in FRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94373'></div></td><td class='ranknumber'>161 <span class='global_ranking'>(5437)</span></td><td><a href='institution.php?idp=94373'>Instituto Presbiteriano Mackenzie *</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94373&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94373' alt='Q1' title='Best Quartile in BRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96133'></div></td><td class='ranknumber'>162 <span class='global_ranking'>(5464)</span></td><td><a href='institution.php?idp=96133'>Institute for Breathing and Sleep</a></td><td>AUS</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96133&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='96133' alt='Q3' title='Best Quartile in AUS: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='88377'></div></td><td class='ranknumber'>163 <span class='global_ranking'>(5530)</span></td><td><a href='institution.php?idp=88377'>State Grid Hubei Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=88377&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='88377' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26212'></div></td><td class='ranknumber'>164 <span class='global_ranking'>(5551)</span></td><td><a href='institution.php?idp=26212'>Energy and Resources Institute India</a></td><td>IND</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26212&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='26212' alt='Q2' title='Best Quartile in IND: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='93734'></div></td><td class='ranknumber'>165 <span class='global_ranking'>(5563)</span></td><td><a href='institution.php?idp=93734'>International Water Management Institute</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=93734&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='93734' alt='Q2' title='Best Quartile in MUL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='88373'></div></td><td class='ranknumber'>166 <span class='global_ranking'>(5643)</span></td><td><a href='institution.php?idp=88373'>State Grid Hunan Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=88373&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='88373' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25768'></div></td><td class='ranknumber'>167 <span class='global_ranking'>(5685)</span></td><td><a href='institution.php?idp=25768'>AGROSAVIA - Corporacion Colombiana de Investigacion Agropecuaria</a></td><td>COL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25768&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25768' alt='Q1' title='Best Quartile in COL: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24277'></div></td><td class='ranknumber'>168 <span class='global_ranking'>(5694)</span></td><td><a href='institution.php?idp=24277'>California Academy of Sciences</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24277&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='24277' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95207'></div></td><td class='ranknumber'>169 <span class='global_ranking'>(5751)</span></td><td><a href='institution.php?idp=95207'>Servico Nacional de Aprendizagem Industrial *</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95207&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95207' alt='Q1' title='Best Quartile in BRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='80660'></div></td><td class='ranknumber'>170 <span class='global_ranking'>(5774)</span></td><td><a href='institution.php?idp=80660'>China Astronaut Research and Training Center</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=80660&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='80660' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24505'></div></td><td class='ranknumber'>171 <span class='global_ranking'>(5786)</span></td><td><a href='institution.php?idp=24505'>Gemini Observatory</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24505&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='24505' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='21748'></div></td><td class='ranknumber'>172 <span class='global_ranking'>(5815)</span></td><td><a href='institution.php?idp=21748'>CESifo Group</a></td><td>DEU</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=21748&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='21748' alt='Q3' title='Best Quartile in DEU: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='92209'></div></td><td class='ranknumber'>173 <span class='global_ranking'>(5945)</span></td><td><a href='institution.php?idp=92209'>Gemini Observatory Northern Operations Center</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=92209&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='92209' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='92356'></div></td><td class='ranknumber'>174 <span class='global_ranking'>(5951)</span></td><td><a href='institution.php?idp=92356'>International Center for Agricultural Research in the Dry Areas</a></td><td>MUL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=92356&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='92356' alt='Q2' title='Best Quartile in MUL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='71591'></div></td><td class='ranknumber'>175 <span class='global_ranking'>(5969)</span></td><td><a href='institution.php?idp=71591'>ITER Organization</a></td><td>FRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=71591&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='71591' alt='Q2' title='Best Quartile in FRA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='63183'></div></td><td class='ranknumber'>176 <span class='global_ranking'>(6055)</span></td><td><a href='institution.php?idp=63183'>Centro de Estudios Avanzados en Zonas Aridas</a></td><td>CHL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=63183&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='63183' alt='Q2' title='Best Quartile in CHL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='27235'></div></td><td class='ranknumber'>177 <span class='global_ranking'>(6155)</span></td><td><a href='institution.php?idp=27235'>International Institute of Tropical Agriculture Nigeria</a></td><td>NGA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=27235&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='27235' alt='Q1' title='Best Quartile in NGA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='62867'></div></td><td class='ranknumber'>178 <span class='global_ranking'>(6292)</span></td><td><a href='institution.php?idp=62867'>Chinese Research Academy of Environmental Sciences</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=62867&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='62867' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='71640'></div></td><td class='ranknumber'>179 <span class='global_ranking'>(6418)</span></td><td><a href='institution.php?idp=71640'>Haskins Laboratories</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=71640&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='71640' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96458'></div></td><td class='ranknumber'>180 <span class='global_ranking'>(6449)</span></td><td><a href='institution.php?idp=96458'>Federal Budget Institute of Science Central Research Institute of Epidemiology</a></td><td>RUS</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96458&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96458' alt='Q1' title='Best Quartile in RUS: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96571'></div></td><td class='ranknumber'>181 <span class='global_ranking'>(6461)</span></td><td><a href='institution.php?idp=96571'>Outcomes Research Consortium</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96571&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96571' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94348'></div></td><td class='ranknumber'>182 <span class='global_ranking'>(6468)</span></td><td><a href='institution.php?idp=94348'>Center for Health Technology and Services Research</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94348&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94348' alt='Q1' title='Best Quartile in PRT: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94661'></div></td><td class='ranknumber'>183 <span class='global_ranking'>(6576)</span></td><td><a href='institution.php?idp=94661'>State Grid Beijing Electric Power Economic and Technology Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94661&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94661' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94139'></div></td><td class='ranknumber'>184 <span class='global_ranking'>(6589)</span></td><td><a href='institution.php?idp=94139'>Materials Physics Center</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94139&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94139' alt='Q2' title='Best Quartile in ESP: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25031'></div></td><td class='ranknumber'>185 <span class='global_ranking'>(6618)</span></td><td><a href='institution.php?idp=25031'>Planetary Science Institute</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25031&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='25031' alt='Q2' title='Best Quartile in USA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='4100'></div></td><td class='ranknumber'>186 <span class='global_ranking'>(6665)</span></td><td><a href='institution.php?idp=4100'>Dublin Institute For Advanced Studies</a></td><td>IRL</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=4100&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='4100' alt='Q2' title='Best Quartile in IRL: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96291'></div></td><td class='ranknumber'>187 <span class='global_ranking'>(6690)</span></td><td><a href='institution.php?idp=96291'>Higher Education Commission of Pakistan *</a></td><td>PAK</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96291&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='96291' alt='Q1' title='Best Quartile in PAK: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='25587'></div></td><td class='ranknumber'>188 <span class='global_ranking'>(6705)</span></td><td><a href='institution.php?idp=25587'>Laboratorio Nacional de Luz Sincrotron</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=25587&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='25587' alt='Q1' title='Best Quartile in BRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='24446'></div></td><td class='ranknumber'>189 <span class='global_ranking'>(6774)</span></td><td><a href='institution.php?idp=24446'>Electric Power Research Institute</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=24446&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='24446' alt='Q3' title='Best Quartile in USA: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95181'></div></td><td class='ranknumber'>190 <span class='global_ranking'>(6822)</span></td><td><a href='institution.php?idp=95181'>Instituto de Engenharia de Sistemas e Computadores de Coimbra</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95181&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='95181' alt='Q2' title='Best Quartile in PRT: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94541'></div></td><td class='ranknumber'>191 <span class='global_ranking'>(6828)</span></td><td><a href='institution.php?idp=94541'>Centro de Pesquisas Leopoldo Americo Miguez de Mello</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94541&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='94541' alt='Q1' title='Best Quartile in BRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='78920'></div></td><td class='ranknumber'>192 <span class='global_ranking'>(6924)</span></td><td><a href='institution.php?idp=78920'>Moroccan Foundation for Advanced Science, Innovation and Research *</a></td><td>MAR</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=78920&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='78920' alt='Q1' title='Best Quartile in MAR: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='68094'></div></td><td class='ranknumber'>193 <span class='global_ranking'>(6943)</span></td><td><a href='institution.php?idp=68094'>Organisation for Economic Co-operation and Development France</a></td><td>FRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=68094&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='68094' alt='Q3' title='Best Quartile in FRA: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94255'></div></td><td class='ranknumber'>194 <span class='global_ranking'>(7071)</span></td><td><a href='institution.php?idp=94255'>Instituto Tecnologico Vale</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94255&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94255' alt='Q2' title='Best Quartile in BRA: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94351'></div></td><td class='ranknumber'>195 <span class='global_ranking'>(7095)</span></td><td><a href='institution.php?idp=94351'>Institute of Science and Innovation in Mechanical and Industrial Engineering</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94351&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94351' alt='Q2' title='Best Quartile in PRT: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94346'></div></td><td class='ranknumber'>196 <span class='global_ranking'>(7175)</span></td><td><a href='institution.php?idp=94346'>Associate Laboratory of Robotics and Engineering Systems *</a></td><td>PRT</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94346&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94346' alt='Q2' title='Best Quartile in PRT: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='63154'></div></td><td class='ranknumber'>197 <span class='global_ranking'>(7238)</span></td><td><a href='institution.php?idp=63154'>Institut Catala de Paleontologia Miquel Crusafont</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=63154&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='63154' alt='Q3' title='Best Quartile in ESP: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95377'></div></td><td class='ranknumber'>198 <span class='global_ranking'>(7278)</span></td><td><a href='institution.php?idp=95377'>Instituto de Tecnologia e Pesquisa</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95377&showembed=true'><img src='img/q1_widget.png' class='img_others embed_tooltip' data-idp='95377' alt='Q1' title='Best Quartile in BRA: Q1'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94662'></div></td><td class='ranknumber'>199 <span class='global_ranking'>(7339)</span></td><td><a href='institution.php?idp=94662'>State Grid Anhui Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94662&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94662' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='80668'></div></td><td class='ranknumber'>200 <span class='global_ranking'>(7653)</span></td><td><a href='institution.php?idp=80668'>China Electronics Technology Group Corp No 22 Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=80668&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='80668' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='95281'></div></td><td class='ranknumber'>201 <span class='global_ranking'>(7881)</span></td><td><a href='institution.php?idp=95281'>Associacao Pelotense de Assistencia e Cultura *</a></td><td>BRA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=95281&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='95281' alt='Q3' title='Best Quartile in BRA: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94641'></div></td><td class='ranknumber'>202 <span class='global_ranking'>(7895)</span></td><td><a href='institution.php?idp=94641'>State Grid Ningxia Electric Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94641&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94641' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='68008'></div></td><td class='ranknumber'>203 <span class='global_ranking'>(7927)</span></td><td><a href='institution.php?idp=68008'>Staatliches Museum fur Naturkunde Stuttgart</a></td><td>DEU</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=68008&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='68008' alt='Q3' title='Best Quartile in DEU: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96569'></div></td><td class='ranknumber'>204 <span class='global_ranking'>(7939)</span></td><td><a href='institution.php?idp=96569'>Ronin Institute</a></td><td>USA</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96569&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='96569' alt='Q3' title='Best Quartile in USA: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='65715'></div></td><td class='ranknumber'>205 <span class='global_ranking'>(8089)</span></td><td><a href='institution.php?idp=65715'>Fundacion Vasca de Innovacion e Investigacion Sanitarias</a></td><td>ESP</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=65715&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='65715' alt='Q3' title='Best Quartile in ESP: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26076'></div></td><td class='ranknumber'>206 <span class='global_ranking'>(8167)</span></td><td><a href='institution.php?idp=26076'>Nanjing Electronic Devices Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26076&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='26076' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='77113'></div></td><td class='ranknumber'>207 <span class='global_ranking'>(8254)</span></td><td><a href='institution.php?idp=77113'>Beijing Institute of Tracking and Telecommunications Technology</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=77113&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='77113' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='26548'></div></td><td class='ranknumber'>208 <span class='global_ranking'>(8258)</span></td><td><a href='institution.php?idp=26548'>Central Research Institute of Electric Power Industry</a></td><td>JPN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=26548&showembed=true'><img src='img/q4_widget.png' class='img_others embed_tooltip' data-idp='26548' alt='Q4' title='Best Quartile in JPN: Q4'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='69231'></div></td><td class='ranknumber'>209 <span class='global_ranking'>(8354)</span></td><td><a href='institution.php?idp=69231'>South Australian Museum</a></td><td>AUS</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=69231&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='69231' alt='Q3' title='Best Quartile in AUS: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='78423'></div></td><td class='ranknumber'>210 <span class='global_ranking'>(8498)</span></td><td><a href='institution.php?idp=78423'>National Marine Environmental Monitoring Center</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=78423&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='78423' alt='Q3' title='Best Quartile in CHN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='80674'></div></td><td class='ranknumber'>211 <span class='global_ranking'>(8626)</span></td><td><a href='institution.php?idp=80674'>Chinese Academy for Environmental Planning</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=80674&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='80674' alt='Q3' title='Best Quartile in CHN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96190'></div></td><td class='ranknumber'>211 <span class='global_ranking'>(8626)</span></td><td><a href='institution.php?idp=96190'>National Institute of Advanced Studies</a></td><td>IND</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96190&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='96190' alt='Q3' title='Best Quartile in IND: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='90734'></div></td><td class='ranknumber'>213 <span class='global_ranking'>(8705)</span></td><td><a href='institution.php?idp=90734'>Chongqing Vocational Institute of Engineering</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=90734&showembed=true'><img src='img/q3_widget.png' class='img_others embed_tooltip' data-idp='90734' alt='Q3' title='Best Quartile in CHN: Q3'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='80661'></div></td><td class='ranknumber'>214 <span class='global_ranking'>(8728)</span></td><td><a href='institution.php?idp=80661'>Wuhan Second Ship Design and Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=80661&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='80661' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='94676'></div></td><td class='ranknumber'>215 <span class='global_ranking'>(8766)</span></td><td><a href='institution.php?idp=94676'>TKM Educational Trust *</a></td><td>IND</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=94676&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='94676' alt='Q2' title='Best Quartile in IND: Q2'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='79398'></div></td><td class='ranknumber'>216 <span class='global_ranking'>(8992)</span></td><td><a href='institution.php?idp=79398'>Suzhou Nuclear Power Research Institute</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=79398&showembed=true'><img src='img/q4_widget.png' class='img_others embed_tooltip' data-idp='79398' alt='Q4' title='Best Quartile in CHN: Q4'/></a></td></tr> <tr><td class='tdcheck'><div class='check' id='96652'></div></td><td class='ranknumber'>217 <span class='global_ranking'>(9002)</span></td><td><a href='institution.php?idp=96652'>Hubei Yangtze Memory Laboratories</a></td><td>CHN</td><td><img src='img/others.png' class='img_others' alt='Non-Profit' title='Non-Profit'/></td><td><a href='institution.php?idp=96652&showembed=true'><img src='img/q2_widget.png' class='img_others embed_tooltip' data-idp='96652' alt='Q2' title='Best Quartile in CHN: Q2'/></a></td></tr> <tr id='nomorerows' style='display:none'></tr></tbody></table> <div id="compare_window" style='display: none'> <div id='institutions_to_compare'></div> <a href='#' id='discard_b'>Discard</a> <a id='compare_b'>Compare</a> </div> </div> <div class="text" style="width:100%; text-align:center;"> <!-- /26225854,22765535178/Scimago/scimagoir.com/1200x200_2 --> <div id="w2g-slot7-cnt"> </div> </div> <!-- GOOGLE: --> </div> <div id="footerwrap"> <div class="footer"> <div class="column"> <ul> <li><a href="infographics.php">Infographics</a></li> <li><a href="methodology.php">Methodology</a></li> <!--<li><a class="nav-link ccb__edit" href="#">Edit Cookie Consent</a></li>--> <li><a href="https://www.scimagoir.com/legal-notice.php">Legal Notice</a></li> <li><a href="https://www.scimagoir.com/privacy-policy.php">Privacy Policy</a></li> </ul> </div><div class="column"> <ul> <li><a href="rankings.php">Overall Ranking</a></li> <li><a href="rankings.php?sector=Higher%20educ.">University Rankings</a></li> <li><a href="rankings.php?sector=Government">Government Rankings</a></li> <li><a href="rankings.php?sector=Health">Health Rankings</a></li> <li><a href="rankings.php?sector=Private">Private Rankings</a></li> <li><a href="rankings.php?sector=Others">Other Rankings</a></li> </ul> </div><div class="column"> <ul > <li><a href="rankings.php?ranking=Research">Research Rankings</a></li> <li><a href="rankings.php?ranking=Innovation">Innovation Rankings</a></li> <li><a href="rankings.php?ranking=Societal">Societal Rankings</a></li> </ul> </div><div class="column logos"> Scimago Institutions Rankings© has been developed by <br /><br /> <a href="https://www.scimagolab.com"><img src="img/logo_footer.png" alt="Scimago Lab" /></a> <br /><br /> Data source: <br /><br /> <a href="https://www.scopus.com"><img src="img/scopus.png" alt="Scopus" /></a> <br /><br /> <span style="font-style: italic;">“Only Ranks, far more than raw data”</span> </div> </div> </div> </body> </html>